:root {
  --black: #292929;
  --main-purple: #aad4e4;
  --white: #fafafa;
  --olive-drab: #7e971b;
  --dark-khaki: #7fc8e3;
  --plum: #c788c5;
  --body-beige: #fff5ec;
  --kütüp-library-dim-grey: #6e6e6e;
  --kütüp-library-dark-slate-grey: #264653;
  --chocolate: #f0711e;
  --waves-library--white: white;
  --waves-library--black: #131313;
  --light-sea-green: #3ab9ad;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  height: 50px;
  text-decoration: underline;
}

.brand {
  float: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  border-radius: 0;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 102px;
  height: 39px;
  min-height: 35px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  top: 10px;
  bottom: auto;
  overflow: visible;
}

.brand.w--current {
  display: flex;
}

.container {
  float: none;
  clear: none;
  text-align: left;
  object-fit: fill;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  overflow: visible;
}

.navbar {
  color: #292929;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  height: 100px;
  padding-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.body {
  background-color: var(--main-purple);
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.image {
  float: none;
  clear: none;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  object-position: 50% 50%;
  background-clip: border-box;
  width: 100%;
  height: 624px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  display: inline-block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0;
  right: 0;
}

.section-1 {
  background-color: var(--main-purple);
  text-align: left;
  object-fit: contain;
  object-position: 100% 50%;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  position: static;
}

.column {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/joga-na-trawie-park-ludowy.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #000;
  border-right-style: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 700px;
  display: flex;
}

.column.top-column-photo {
  border-left-style: solid;
  border-right-style: solid;
}

.column-2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/lublin-joga-festiwal-koncerty.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 2px solid #000;
  border-left-style: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 700px;
  display: flex;
}

.column-2.top-column-photo {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-top-style: none;
  border-left-style: solid;
}

.column-copy {
  z-index: 2;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 100%;
  display: flex;
}

.columns {
  clear: none;
  border-radius: 0;
  align-items: flex-start;
  height: 700px;
}

.heading {
  color: var(--white);
  text-transform: uppercase;
  font-family: Gloock, sans-serif;
  font-size: 55px;
  line-height: 57px;
}

.heading-6 {
  color: var(--white);
  -webkit-text-stroke-color: transparent;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.container-6 {
  text-align: left;
  object-fit: fill;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  max-width: 100%;
  padding-top: 64px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.container-6.headline-bottom {
  top: 300px;
}

.image-3 {
  padding-left: 0%;
  padding-right: 0%;
}

.section-2 {
  position: relative;
}

.image-4 {
  float: none;
  clear: none;
  width: 100%;
  padding-left: 0;
  position: relative;
  left: auto;
}

.columns-2 {
  z-index: 4;
  margin-top: 30px;
  margin-bottom: 40px;
  position: relative;
}

.heading1---black {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Gloock, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.heading-6---black {
  color: var(--black);
  -webkit-text-stroke-color: transparent;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.column-3 {
  padding-top: 60px;
}

.parahraph-black {
  float: none;
  clear: none;
  white-space: normal;
  object-fit: fill;
  flex: 1;
  align-self: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 365px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 2em;
  display: block;
  position: relative;
  top: auto;
}

.parahraph-black.registration-paragraph {
  max-width: 330px;
}

.parahraph-black.activities-paragraph {
  max-width: 261px;
  font-size: 13px;
  line-height: 2em;
}

.container-3 {
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  margin-top: 30px;
  margin-bottom: 0;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-1 {
  background-color: var(--olive-drab);
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  text-transform: uppercase;
  border: 1.4px solid #1e1e1e;
  border-radius: 9px;
  padding: 20px 70px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.button-2 {
  background-color: var(--dark-khaki);
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  text-transform: uppercase;
  border: 1.4px solid #1e1e1e;
  border-radius: 9px;
  padding: 20px 70px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-2:hover {
  box-shadow: 6px 6px 0 0 var(--black);
  transform: translate(-6px, -6px);
}

.button-2.button-orange {
  background-color: var(--dark-khaki);
  box-shadow: none;
  padding-top: 20px;
  padding-bottom: 40px;
  transition: all 0.2s;
  display: none;
}

.button-2.button-orange:hover {
  box-shadow: 6px 6px 0 0 var(--black);
}

.button-2.button-4 {
  padding-bottom: 20px;
}

.button-2.outlined {
  border-color: var(--white);
  color: var(--white);
  text-transform: none;
  background-color: rgba(230, 180, 228, 0);
  border-radius: 50px;
}

.button-2.outlined:hover {
  border-color: var(--plum);
  color: var(--black);
  background-color: #e6b4e4;
}

.image-5 {
  padding-left: 0%;
  padding-right: 0%;
}

.image-7 {
  max-width: 100%;
  height: 100%;
}

.div-block {
  z-index: 1;
  text-align: center;
  width: 300px;
  height: 158px;
  padding-right: 100px;
  position: absolute;
  top: 624.242px;
}

.container-4 {
  max-width: 200%;
  max-height: 59px;
  margin-top: 0;
  position: relative;
  overflow: visible;
}

.heading-3 {
  object-fit: fill;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gloock, sans-serif;
  font-size: 42px;
  line-height: 43px;
  overflow: visible;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.column-8 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  height: 100%;
  max-height: 100%;
  margin-bottom: 0;
  padding-left: 40px;
  display: flex;
}

.paragraph-white {
  color: var(--white);
  -webkit-text-stroke-color: transparent;
  max-width: 400px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 26px;
}

.columns-3 {
  height: 700px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.container-7 {
  text-align: left;
  object-fit: fill;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  max-width: 100%;
  height: 100%;
  padding-top: 7vw;
  padding-bottom: 40px;
  padding-left: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.column-5 {
  background-color: var(--body-beige);
  text-align: left;
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
}

.uui-text-size-medium {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: 0.5rem;
}

.uui-heading-xxsmall {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout32_timeline-right {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large {
  color: #7f56d9;
  background-color: #f4ebff;
  border: 0.5rem solid #f9f5ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-layout32_timeline-icon-wrapper {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.uui-layout32_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.uui-layout32_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.uui-layout32_progress-bar {
  background-color: #7f56d9;
  width: 2px;
  height: 100%;
}

.uui-layout32_progress-bar-wrapper {
  background-color: #eaecf0;
  width: 2px;
  height: 75%;
  position: absolute;
  top: 10%;
  left: 1.75rem;
  right: auto;
}

.uui-layout32_timeline-wrapper {
  position: relative;
}

.uui-button {
  grid-column-gap: 0.5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

.uui-button:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05), 0 0 0 4px #f4ebff;
}

.uui-button-secondary-gray {
  grid-column-gap: 0.5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

.uui-button-secondary-gray:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05), 0 0 0 4px #f2f4f7;
}

.uui-button-row {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-heading-medium {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: #7f56d9;
  margin-bottom: 0.75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout32_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_layout32 {
  background-color: rgba(0, 0, 0, 0);
}

.column-7 {
  background-color: var(--plum);
  text-align: left;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.column-6 {
  background-color: #78a268;
  border-top: 2px #000;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 0;
  padding-left: 40px;
  display: flex;
}

.list {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  color: var(--black);
  text-transform: none;
  flex-direction: column;
  max-width: 173px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  list-style-type: none;
  display: flex;
}

.list.list-2 {
  max-width: 100%;
}

.list-item-1 {
  border-bottom: 2px solid var(--black);
  margin-bottom: 0;
  padding-bottom: 20px;
  list-style-type: none;
}

.image-8 {
  margin-right: 20px;
}

.list-item-2,
.list-item-3 {
  border-bottom: 2px solid var(--black);
  padding-bottom: 20px;
}

.list-item {
  border-bottom: 2px solid var(--black);
  padding-bottom: 40px;
}

.container-8 {
  object-fit: fill;
  max-width: 100%;
  position: static;
}

.image-9 {
  text-align: left;
  width: 100%;
  display: inline-block;
}

.image-10 {
  max-width: 100%;
  height: 169px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 4%;
  right: 0%;
}

.heading-4 {
  color: var(--black);
  align-self: center;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Gloock, sans-serif;
  font-size: 35px;
  line-height: 33px;
}

.section-3 {
  max-width: 1440px;
  display: block;
}

.section-4 {
  max-width: 1440px;
}

.section-hero {
  text-align: left;
  object-fit: contain;
  object-position: 100% 50%;
  flex-direction: column;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  position: relative;
}

.grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr 1.25fr;
  align-self: stretch;
  align-items: stretch;
  justify-items: stretch;
}

.div-block-2 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-direction: column;
  display: flex;
}

.text-block {
  font-family: Gloock, sans-serif;
  font-size: 39px;
}

.text-block-2 {
  font-family: Gloock, sans-serif;
}

.image-11 {
  max-width: 56%;
  max-height: 100%;
}

.container-11 {
  max-width: 83%;
}

.hero-wrapper {
  max-width: 100%;
}

.image-12,
.hero-image-mobile {
  display: none;
}

.hero-image-desktop {
  max-width: 100%;
  display: none;
}

.hero-image-mobile,
.image-13,
.image-14,
.timeline-mobile {
  display: none;
}

.timeline-dekstop {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-3 {
  background-color: var(--olive-drab);
  border: 2px solid #000;
  height: 40px;
}

.heading-5 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Gloock, sans-serif;
  font-size: 22px;
}

.div-block-4 {
  margin-top: 40px;
  padding-top: 0;
}

.div-block-5 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 13px;
  flex-direction: column;
  justify-content: flex-start;
  width: 20%;
  min-width: 350px;
  height: 100%;
  max-height: 630px;
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  display: flex;
}

.container-12 {
  clear: right;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template:
    "Area Area-2 Area-3"
    / 0.5fr 0.5fr 0.5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  justify-content: center;
  align-items: stretch;
  justify-items: stretch;
  max-width: 100%;
  height: 100%;
  padding-left: 40px;
  display: flex;
  position: relative;
  left: auto;
  overflow: scroll;
}

.div-block-6 {
  width: 100%;
  height: 677px;
  margin-top: 60px;
  overflow: visible;
}
#instruktorzy {
  overflow: visible;
}

.div-block-7 {
  border-radius: 0;
  height: 300px;
  margin-top: 10px;
  margin-bottom: 0;
}

.image-15 {
  object-fit: cover;
  border-radius: 200px 200px 7px 7px;
  height: 100%;
}

.div-block-8 {
  min-height: 80px;
}

.image-16 {
  object-fit: cover;
  border-radius: 200px 200px 7px 7px;
  height: 100%;
}

.image-17 {
  object-fit: cover;
  border-radius: 7px;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.image-18 {
  object-fit: cover;
  border-radius: 200px 200px 7px 7px;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.container-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template:
    "Area-2 Area-3 Area-4 Area-5 Area-6"
    ". Area-8 Area-7 Area Area-9"
    / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.activity-div {
  border: 1px solid var(--black);
  background-color: #7a9b3f;
  border-radius: 20px;
  padding-top: 35px;
}

.activity-div.activity-1 {
  background-color: #e79982;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.activity-div.activity-3 {
  background-color: #9ea346;
}

.activity-div.activity-4 {
  background-color: #dd768c;
}

.activity-div.activity-5 {
  background-color: #e28535;
}

.activity-div.activity-6 {
  background-color: #4caa85;
}

.activity-div.activity-7 {
  background-color: #e9cced;
}

.activity-div.activity-8 {
  background-color: #abe7e9;
}

.activity-div.activity-9 {
  background-color: #93a7ef;
}

.activity-div.activity-10 {
  background-color: #5892eb;
}

.text-block-3 {
  width: 100%;
  max-height: 20px;
  font-size: 12px;
  line-height: 20px;
}

.div-block-9 {
  flex-direction: column;
  align-self: stretch;
  max-width: 100%;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.div-block-10 {
  margin-top: 100px;
}

.div-block-11 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-direction: column;
  align-self: stretch;
  margin-top: 20px;
  padding-left: 20px;
  display: flex;
}

.section-5,
.section-6 {
  width: 100%;
  max-width: 1440px;
}

.section-7 {
  border-top: 2px solid var(--black);
  width: 100%;
  max-width: 1440px;
  margin-top: 100px;
  display: none;
}

.main {
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  max-width: 1440px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.heading-7 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gloock, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.header-top {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.header-top.white {
  color: var(--body-beige);
}

.column-4 {
  background-color: #80c8e3;
  border: 2px solid #000;
  border-left: 1px #000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  height: 100%;
  max-height: 100%;
  margin-bottom: 0;
  padding-left: 40px;
  display: flex;
}

.aside {
  max-width: 100%;
}

.section-8 {
  margin-top: 140px;
  margin-bottom: 100px;
}

.field-label {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.field-label-2 {
  font-family: Montserrat, sans-serif;
}

.text-field {
  border: 2px solid var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  padding-top: 28px;
  padding-bottom: 28px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.div-block-12 {
  max-width: 43%;
}

.column-9 {
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.columns-4 {
  flex-direction: row;
  display: block;
}

.div-block-13 {
  align-self: center;
  max-width: 74%;
  margin-top: 0;
}

.slide {
  background-color: #fff;
  max-width: 14%;
  margin: auto;
}

.slider {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  justify-content: flex-start;
  align-items: center;
  height: 125px;
  display: block;
}

.image-20 {
  margin-top: 0;
  position: relative;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-gray-link {
  color: #818181;
  font-weight: 700;
}

.kutup-copyright {
  color: var(--kütüp-library-dim-grey);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.kutup-divider-60px {
  height: 25px;
}

.kutup-footer-link {
  color: var(--kütüp-library-dark-slate-grey);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.kutup-footer-link:hover {
  color: rgba(38, 70, 83, 0.8);
}

.kutup-footer-vertical-flex {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.kutup-divider-20px {
  height: 20px;
}

.kutup-footer-sub-title {
  color: var(--kütüp-library-dark-slate-grey);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.kutup-social-link {
  width: 34px;
}

.kutup-social-wrapper-flex {
  grid-column-gap: 15px;
  width: 503px;
  height: 36px;
  display: flex;
}

.kutup-footer-grid-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.kutup-small-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-footer-2 {
  background-color: rgba(0, 0, 0, 0);
  padding: 60px 5% 30px;
}

.image-21 {
  width: auto;
}

.column-10 {
  padding-left: 40px;
  padding-right: 40px;
}

.image-22 {
  max-width: 60%;
  margin-left: 282px;
  margin-right: 0;
}

.div-block-15 {
  z-index: -2;
  object-fit: cover;
  align-self: flex-end;
  max-width: 80%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-span,
.text-span-2,
.text-span-3,
.text-span-4 {
  color: var(--chocolate);
}

.section-9 {
  width: 100%;
  max-width: 1440px;
  margin-top: 100px;
}

.column-11 {
  align-self: center;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.column-12 {
  padding-right: 10px;
}

.text-span-5 {
  color: var(--white);
  font-weight: 700;
}

.form-block {
  margin-top: 40px;
}

.columns-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: rgba(187, 164, 207, 0);
  border: 1px solid #000;
  border-radius: 18px;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.background-video {
  border-radius: 9px;
  width: 350px;
  height: 622px;
  max-height: 100%;
}

.footer-dark {
  background-color: var(--dark-khaki);
  outline-color: var(--black);
  outline-offset: 0px;
  border-bottom: 1px solid #e4ebf3;
  outline-width: 2px;
  outline-style: solid;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-dark.purple {
  background-color: #73a8bc;
}

.container-15 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  height: 120px;
  margin-left: 40px;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 120px;
  height: 100%;
  margin-right: 0;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 6px;
  padding: 10px 10px 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all 0.2s;
}

.footer-link:hover {
  background-color: var(--body-beige);
  box-shadow: 2px 3px 0 0 var(--black);
  color: rgba(0, 0, 0, 0.75);
  border: 1px solid #000;
  border-radius: 6px;
  padding-top: 15px;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
  margin-right: 12px;
}

.footer-divider {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
  display: block;
}

.footer-copyright-center {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
}

.text-block-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.section-logo {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.logo_component-slider {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 2200px;
  height: 100%;
  max-height: 100%;
  display: flex;
  overflow: scroll;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.logo-slider-img {
  width: 227px;
}

.logo-slider-img.ambasada {
  width: 152px;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  background-color: #fff;
  flex-direction: row;
  align-items: center;
  width: auto;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.logo-slide_section {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 24vh;
  display: flex;
}

.nav-link {
  color: var(--white);
  cursor: pointer;
  height: 100%;
  transition: all 0.1s;
}

.nav-link:hover {
  border-bottom: 2px solid var(--white);
  object-fit: contain;
  flex: 0 auto;
  transform: translate(0, -9px);
}

.container-16 {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.link-block {
  cursor: pointer;
  height: auto;
}

.link-block:hover {
  opacity: 0.49;
}

.image-23 {
  width: 150px;
}

.link-block-2 {
  height: auto;
}

.link-block-3 {
  width: auto;
  height: auto;
}

.image-24 {
  width: 110px;
}

.image-24.logo-02 {
  width: 41px;
}

.image-25 {
  padding-top: 4px;
  padding-left: 0;
  padding-right: 0;
}

.nav-link-2 {
  height: 60px;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.image-26 {
  max-width: 100%;
}

.link-block-4 {
  height: 15px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.background-video-2 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.container-17 {
  width: 1920px;
  max-width: 1920px;
  height: 1080px;
  margin-left: 0;
  margin-right: 0;
}

.waves---cta-white {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---mega-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves-title-wrap-hero-5 {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
}

.waves-gradient-hero-5 {
  background-image: linear-gradient(rgba(19, 19, 19, 0.1) 22%, rgba(19, 19, 19, 0.66) 77%, rgba(19, 19, 19, 0.8));
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.waves-section-hero-5 {
  color: var(--waves-library--white);
  padding-top: 0;
  padding-bottom: 50px;
  position: relative;
}

.background-video-3 {
  z-index: -4;
  height: 100%;
  max-height: 1080px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.background-video-3.mobile-hero {
  display: none;
}

.image-27 {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: clip;
}

.image-27.logo-desktop {
  width: 550px;
}

.image-28 {
  color: var(--white);
}

.link-block-5 {
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  display: flex;
}

.link-block-6 {
  margin-left: 20px;
  display: flex;
}

.button-5 {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  border-radius: 50px;
  height: auto;
  padding: 20px 40px;
  display: inline-block;
}

.button-5:hover {
  border-color: var(--dark-khaki);
  background-color: var(--dark-khaki);
}

.container-18 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0px;
  display: flex;
}

.heading-8 {
  font-size: 29px;
}

.background-video-4 {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.logo-mobile {
  display: none;
}

.image-29 {
  display: block;
}

.bold-text {
  color: #fff;
}

.bold-text-2,
.bold-text-3 {
  color: var(--white);
}

.image-30 {
  z-index: 0;
  max-width: 150%;
  height: 100%;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.container-19 {
  width: 1440px;
  height: 413px;
  margin-top: -429px;
  position: relative;
}

.div-block-17 {
  align-self: center;
  margin-right: 60px;
}

.image-31 {
  width: 86px;
}

@media screen and (min-width: 1920px) {
  .navbar {
    border-style: none;
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .body {
    text-align: left;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-1 {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .column {
    height: 100%;
  }

  .column.top-column-photo {
    border-left-style: solid;
  }

  .column-2 {
    height: 100%;
  }

  .column-2.top-column-photo {
    border-left-style: solid;
  }

  .columns {
    height: 80vh;
  }

  .container-6 {
    margin-top: 8rem;
    padding-top: 0;
  }

  .div-block {
    top: 657.242px;
  }

  .column-8 {
    border-style: none;
    border-width: 1px;
  }

  .paragraph-white {
    font-size: 14px;
  }

  .columns-3 {
    height: 816px;
  }

  .column-6 {
    border-top: 2px #000;
    border-right: 2px solid #000;
  }

  .list {
    max-width: 170px;
  }

  .image-8 {
    width: 322px;
  }

  .container-10,
  .section-3,
  .section-4,
  .section-hero {
    max-width: 1440px;
  }

  .container-11 {
    max-width: 75%;
  }

  .hero-wrapper {
    max-width: 100%;
  }

  .div-block-5 {
    flex: 0 auto;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-12 {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
    margin: 100px auto 140px;
    display: flex;
  }

  .div-block-7 {
    object-fit: fill;
    justify-content: space-between;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .image-16 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-18 {
    max-height: 100%;
    overflow: visible;
  }

  .image-19 {
    width: 100%;
  }

  .section-5 {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-6 {
    max-width: 1440px;
    padding-left: 0;
  }

  .main {
    border-top: 1px #000;
    flex-direction: column;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .column-4 {
    border-style: solid solid solid none;
    border-width: 2px 2px 2px 1px;
  }

  .section-8 {
    margin-bottom: 100px;
  }

  .footer-dark,
  .section-logo {
    width: 100%;
  }

  .waves---main-container {
    display: none;
    position: static;
  }

  .waves-section-hero-5 {
    width: 100%;
    padding-bottom: 50px;
  }

  .image-27 {
    width: 36%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 574px;
  }

  .image-2 {
    width: 768px;
    height: 64%;
  }

  .image-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .parahraph-black {
    font-size: 14px;
  }

  .button-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-5 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .uui-layout32_timeline-step {
    grid-column-gap: 24px;
  }

  .uui-layout32_component {
    grid-column-gap: 2rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .kutup-footer-grid-1 {
    grid-template-columns: 3fr 1fr 1fr;
  }

  .container-15 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .section-logo {
    overflow: hidden;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-slider-img {
    width: 174px;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-section-hero-5 {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .icon {
    color: var(--white);
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }

  .image-3,
  .image-5 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout32_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-7 {
    color: var(--white);
    width: 120px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, 0.75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-slider-img {
    width: 125px;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves-title-wrap-hero-5 {
    text-align: center;
    align-items: center;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-section-hero-5 {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .menu-button {
    color: var(--white);
  }
}

@media screen and (max-width: 479px) {
  .brand.w--current {
    display: flex;
  }

  .container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    color: var(--black);
    border-style: none;
    height: 85px;
    padding-left: 0;
    padding-right: 0;
  }

  .body {
    background-color: var(--main-purple);
  }

  .image {
    height: 486px;
  }

  .section-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: flex-end;
    display: block;
  }

  .column {
    background-position: 50%;
    border-style: none;
    height: 700px;
  }

  .column.top-column-photo {
    border-top-style: solid;
    border-left-style: solid;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 400px;
  }

  .column-2 {
    background-position: 50%;
    border-style: none;
    border-width: 1px;
  }

  .column-2.top-column-photo {
    height: 400px;
  }

  .column-copy {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .columns {
    height: 510px;
  }

  .heading {
    margin-top: 10px;
    font-size: 45px;
    line-height: 47px;
  }

  .heading-6 {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 17px;
  }

  .container-6 {
    justify-content: flex-start;
    max-width: 90%;
    padding-top: 20px;
  }

  .container-6.headline-bottom {
    top: 150px;
  }

  .image-2,
  .image-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading1---black {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Gloock, sans-serif;
    font-size: 37px;
    font-weight: 400;
    line-height: 39px;
  }

  .column-3 {
    margin-bottom: 60px;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .parahraph-black {
    width: 100%;
    min-width: auto;
    max-width: 400px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.714em;
  }

  .parahraph-black.carousel-paragraph {
    font-size: 13px;
  }

  .container-3 {
    top: -7%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button-2 {
    text-align: center;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    padding: 20px 35px 40px;
    font-size: 14px;
    line-height: 20px;
  }

  .button-2.button-orange {
    padding-left: 34px;
    padding-right: 34px;
  }

  .image-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-7 {
    align-self: center;
  }

  .div-block {
    z-index: 1;
    text-align: right;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    margin-top: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    top: 597px;
    bottom: 0%;
    left: 0;
    right: 0;
  }

  .heading-3 {
    font-size: 33px;
  }

  .container-5 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .column-8 {
    max-height: 93%;
    padding-left: 10px;
  }

  .columns-3 {
    flex-direction: column;
    height: auto;
  }

  .container-7 {
    max-width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .column-5 {
    flex-direction: row;
    align-items: flex-start;
    height: 450px;
    padding-left: 20px;
    display: block;
    overflow: hidden;
  }

  .column-7 {
    padding-left: 10px;
  }

  .column-6 {
    background-color: var(--white);
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 72%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .list {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    margin-top: 0;
    font-size: 11px;
    line-height: 15px;
  }

  .list-item-1 {
    width: 100%;
    font-size: 14px;
  }

  .image-8 {
    width: 57%;
  }

  .list-item-2 {
    font-size: 14px;
  }

  .list-item-3 {
    width: 100%;
    font-size: 14px;
  }

  .list-item {
    width: 100%;
    font-size: 14px;
    line-height: 1.75em;
  }

  .image-9 {
    display: none;
  }

  .image-10 {
    height: 100px;
    left: 67%;
  }

  .heading-4 {
    color: var(--black);
    margin-bottom: 20px;
    font-size: 24px;
  }

  .container-9 {
    margin-top: 40px;
    padding-left: 40px;
  }

  .section-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: flex-end;
    display: block;
  }

  .grid {
    color: rgba(0, 0, 0, 0);
  }

  .div-block-2 {
    color: var(--black);
    -webkit-text-stroke-color: transparent;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .image-11 {
    max-width: 69%;
  }

  .hero-image-desktop {
    display: none;
  }

  .hero-image-mobile {
    display: inline-block;
  }

  .image-13 {
    width: 100%;
    display: inline-block;
  }

  .image-14,
  .timeline-mobile {
    display: inline-block;
  }

  .timeline-dekstop {
    display: none;
  }

  .heading-5 {
    margin-top: 10px;
  }

  .div-block-5 {
    background-color: rgba(0, 0, 0, 0);
    border-width: 1.5px;
    border-radius: 8px;
    width: 30%;
    min-width: 277px;
    height: 80%;
    max-height: 640px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-12 {
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 40px;
  }

  .div-block-6 {
    height: 699px;
    padding-left: 0;
  }

  .div-block-7 {
    height: 250px;
  }

  .image-15,
  .image-16,
  .image-18 {
    border-radius: 200px 200px 4px 4px;
  }

  .div-block-9 {
    margin-top: 0;
  }

  .image-19 {
    display: none;
  }

  .div-block-10 {
    margin-top: 0;
  }

  .div-block-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-6 {
    background-color: var(--main-purple);
  }

  .main {
    max-width: 100%;
  }

  .heading-7 {
    min-width: 104px;
    font-size: 9px;
    line-height: 11px;
  }

  .column-4 {
    max-height: 100%;
    padding-left: 10px;
  }

  .section-8 {
    background-color: var(--white);
    margin-top: 0px;
    margin-bottom: 0;
    padding-top: 40px;
  }

  .container-14 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .column-9 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-13 {
    max-width: 100%;
  }

  .kutup-footer-grid-1 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .column-10 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-15 {
    display: none;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 28%;
  }

  .section-9 {
    margin-top: 0;
  }

  .div-block-16 {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
  }

  .column-11 {
    margin-bottom: 20px;
  }

  .column-12 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-span-5 {
    color: var(--plum);
  }

  .columns-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-style: none;
    border-width: 1px;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .background-video {
    border-radius: 0;
    padding-top: 0;
  }

  .container-15 {
    max-width: none;
  }

  .footer-brand {
    height: 210px;
    margin-left: 0;
  }

  .footer-brand.smaller-logo {
    height: 78px;
    margin-bottom: 40px;
    padding-top: 40px;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: center;
    width: 100px;
  }

  .footer-link {
    height: 30px;
    margin-top: 5px;
    margin-bottom: 0;
    padding-top: 5px;
    font-size: 12px;
  }

  .footer-social-block {
    margin-left: 0;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 1400px;
    height: 100%;
    max-height: none;
    overflow: hidden;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    height: 100%;
    max-height: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    overflow: scroll;
  }

  .logo-slider-img {
    width: 194px;
  }

  .logo-slider-img.ambasada {
    width: 115px;
  }

  .page-padding.s0 {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves-section-hero-5 {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .background-video-3.desktop-hero {
    display: none;
  }

  .background-video-3.mobile-hero {
    max-height: 510px;
    display: block;
  }

  .menu-button {
    color: var(--white);
  }

  .image-27 {
    max-width: 66%;
  }

  .image-27.logo-desktop {
    width: 550px;
    max-width: 85%;
    display: block;
  }

  .button-5 {
    padding: 15px 30px;
  }

  .background-video-4 {
    object-fit: cover;
  }

  .logo-mobile {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .bold-text,
  .bold-text-2,
  .bold-text-3 {
    color: var(--plum);
  }

  .image-30 {
    width: 1277px;
    max-width: 57%;
    height: 58%;
    top: auto;
    bottom: 0%;
    left: -17%;
    right: auto;
  }

  .container-19 {
    height: 430px;
  }

  .image-31 {
    width: 78px;
  }
}

#w-node-dbd1978d-199b-c6ca-8f53-13349dce5fbf-787accc9,
#w-node-dbd1978d-199b-c6ca-8f53-13349dce5fc4-787accc9,
#w-node-dbd1978d-199b-c6ca-8f53-13349dce5fc9-787accc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98dfabf1-41fd-565b-6739-68f1d5a84260-787accc9 {
  grid-area: Area;
  align-self: auto;
  justify-self: auto;
}

#w-node-_26d5d689-4c2f-e746-98ab-d0a5aa10026a-787accc9,
#w-node-_26d5d689-4c2f-e746-98ab-d0a5aa10026f-787accc9,
#w-node-_26d5d689-4c2f-e746-98ab-d0a5aa100274-787accc9,
#w-node-e6ea1d35-647b-a8e8-12f2-d7cc3875b870-787accc9,
#w-node-e6ea1d35-647b-a8e8-12f2-d7cc3875b87b-787accc9,
#w-node-dbd1978d-199b-c6ca-8f53-13349dce5fbf-0789e5f4,
#w-node-dbd1978d-199b-c6ca-8f53-13349dce5fc4-0789e5f4,
#w-node-dbd1978d-199b-c6ca-8f53-13349dce5fc9-0789e5f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98dfabf1-41fd-565b-6739-68f1d5a84260-0789e5f4 {
  grid-area: Area;
  align-self: auto;
  justify-self: auto;
}

#w-node-_26d5d689-4c2f-e746-98ab-d0a5aa10026a-0789e5f4,
#w-node-_26d5d689-4c2f-e746-98ab-d0a5aa10026f-0789e5f4,
#w-node-_26d5d689-4c2f-e746-98ab-d0a5aa100274-0789e5f4,
#w-node-e6ea1d35-647b-a8e8-12f2-d7cc3875b870-0789e5f4,
#w-node-e6ea1d35-647b-a8e8-12f2-d7cc3875b87b-0789e5f4,
#w-node-dbd1978d-199b-c6ca-8f53-13349dce5fbf-bfab9703,
#w-node-dbd1978d-199b-c6ca-8f53-13349dce5fc4-bfab9703,
#w-node-dbd1978d-199b-c6ca-8f53-13349dce5fc9-bfab9703 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b33bcf9-1772-99c7-1205-7ddadb54560f-bfab9703 {
  grid-area: Area;
  align-self: auto;
  justify-self: auto;
}

#w-node-_26d5d689-4c2f-e746-98ab-d0a5aa10026a-bfab9703,
#w-node-_26d5d689-4c2f-e746-98ab-d0a5aa10026f-bfab9703,
#w-node-_26d5d689-4c2f-e746-98ab-d0a5aa100274-bfab9703,
#w-node-e6ea1d35-647b-a8e8-12f2-d7cc3875b870-bfab9703 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-e6ea1d35-647b-a8e8-12f2-d7cc3875b870-0789e5f4,
  #w-node-e6ea1d35-647b-a8e8-12f2-d7cc3875b87b-0789e5f4,
  #w-node-e6ea1d35-647b-a8e8-12f2-d7cc3875b870-bfab9703 {
    align-self: center;
    justify-self: center;
  }
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gloock";
  src: url("../fonts/Gloock-Regular.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
