:root {
  --white: white;
  --black: black;
}

.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;
}

.nav-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
  position: static;
}

.nav-button-group {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.nav-block {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.nav-link {
  color: #080808;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 32px;
  padding: 8px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.nav-link:hover {
  color: #fff;
  background-color: #14348f;
  border-radius: 10px;
}

.nav-link.w--current {
  color: #14348f;
}

.navigation {
  z-index: 999;
  background-color: #fff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  min-height: 96px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 5%;
  display: flex;
}

.nav-wrapper {
  grid-column-gap: 62px;
  align-items: center;
  display: flex;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.language-link {
  color: #484646;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 45px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language-link:hover {
  color: #7735f6;
}

.langauge-line-base {
  background-color: #9b9eb838;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.language-toggle {
  color: #20355a;
  border: 1px #9b9eb838;
  border-radius: 20px;
  margin-right: 20px;
  padding: 0;
  transition: all .2s;
}

.langauge-line-break {
  background-color: #5b3acc;
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.flag-1 {
  background-image: url('../images/united-kingdom.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.flag-2 {
  background-image: url('../images/flag-round-250_1.avif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.language-list {
  background-color: #d99f9f;
}

.language-list.w--open {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  min-width: 200px;
  padding: 8px 16px;
  box-shadow: 18px 18px 45px 19px #4f5e781a;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wrap-v-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.footnote {
  color: #030711;
  font-size: 12px;
  text-decoration: none;
}

.footnote.text-color-gray-500 {
  color: #6b7280;
  font-family: Montserrat, sans-serif;
}

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
}

.feature-card-2 {
  grid-row-gap: 92px;
  background-color: #eb2f3bd1;
  border: 2px solid #eb2f3b;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 280px;
  padding: 16px;
  display: flex;
}

.feature-card-2.large {
  min-height: 500px;
}

.feature-card-2.large.blue {
  background-color: #14348feb;
  border: 2px solid #14348feb;
  min-height: 580px;
  padding-top: 20px;
}

.feature-card-2.large.blue.min-hight {
  background-color: #7ab609e6;
  border-color: #7ab609;
  min-height: 200px;
  padding-bottom: 30px;
  padding-left: 24px;
  padding-right: 24px;
}

.feature-card-2.large.blue.min-hight.red {
  background-color: #eb2f3bd1;
  border-color: #eb2f3b;
}

.feature-card-2.large.blue.min-hight.blue-final {
  background-color: #14348f;
  border-color: #14348f;
}

.feature-card-2.large.blue.min-hight.gray {
  background-color: #d9d9d9;
  border-color: #d6d6d6;
}

.feature-card-2.large.gray {
  background-color: #d9d9d9;
  border-color: #d6d6d6;
  min-height: 580px;
  padding-top: 20px;
}

.feature-card-2.large.gray.padding {
  background-color: #fff;
  border-color: #fff;
  border-radius: 19px;
  min-height: auto;
  padding: 25px 24px 15px;
}

.feature-card-2.large.gray.min-hight {
  min-height: auto;
}

.icon-small-3 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.wrap-h-justify {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrap-v-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.button-quantiary-icon {
  background-color: #ffffff14;
  background-image: radial-gradient(circle at 50% 100%, #5e5e5e54, #5e5e5e00);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 34px;
  height: 50px;
  min-height: 34px;
  display: flex;
}

.wrap-h-x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  display: flex;
}

.wrap-h-x-small.align-center {
  align-items: center;
}

.paragraph-regular-5 {
  color: #fff;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-regular-5.text-weight-semi-bold {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.paragraph-regular-5.text-weight-semi-bold.black, .paragraph-regular-5.text-weight-semi-bold.black-3 {
  color: #000;
}

.paragraph-large-2 {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-large-2.text-weight-semi-bold {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.paragraph-large-2.text-weight-semi-bold.headline {
  font-size: 35px;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
}

.paragraph-large-2.text-weight-semi-bold.headline.black-2, .paragraph-large-2.text-weight-semi-bold.headline.black-3 {
  color: #000;
}

.paragraph-large-2.text-weight-semi-bold.black {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.paragraph-large-2.black-3 {
  color: #000;
}

.body {
  background-color: #f3f3f3;
}

.footer-section {
  background-color: #f8f7fc00;
  padding: 20px 3%;
}

.legal-notice-text {
  color: #5b5675;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.social-link-wrap {
  justify-content: flex-end;
}

.social-icon {
  width: 20px;
  height: 20px;
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 10px;
  padding: 30px 5% 25px;
  display: grid;
}

.social-link {
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
}

.company-logo-link {
  align-items: center;
}

.legal-notice-block {
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.team-instructor-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-details {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.label-medium {
  font-size: 16px;
  line-height: 24px;
}

.label-medium.text-weight-medium {
  font-weight: 500;
}

.label-medium.text-weight-medium.text-color-gray-500 {
  color: #8b8a89;
  font-family: Montserrat, sans-serif;
}

.team-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.team-instructor-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  display: flex;
}

.h6-heading {
  color: #000;
  letter-spacing: -.1px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.team-name {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.container-large-8 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-regular-7 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section-regular-8 {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.section-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px 30px 0;
  display: grid;
}

.section-3.padding {
  padding-bottom: 0;
}

.blog-card-wide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: grid;
}

.section-large {
  padding: 20px 30px 0;
  position: relative;
}

.blog-author {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 12px;
  display: flex;
}

.blog-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.paragraph-small-3 {
  color: #030711;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-3.text-color-gray-500 {
  color: #6b7280;
  font-family: Montserrat, sans-serif;
  line-height: 18px;
}

.blog-detail {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-image-small {
  border-radius: 8px;
  max-height: 320px;
  overflow: hidden;
}

.container-large-9 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h6-heading-2 {
  color: #030711;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.feature-card-2-copy {
  grid-row-gap: 92px;
  background-color: #eb2f3bd1;
  border: 2px solid #eb2f3b;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 280px;
  padding: 16px;
  display: flex;
}

.feature-card-2-copy.large {
  min-height: 500px;
}

.feature-card-2-copy.large.blue {
  background-color: #14348feb;
  border: 2px solid #14348feb;
  min-height: 580px;
  padding-top: 20px;
  text-decoration: none;
}

.feature-card-3 {
  grid-row-gap: 92px;
  background-color: #eb2f3bd1;
  border: 2px solid #eb2f3b;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 280px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.feature-card-4 {
  grid-row-gap: 92px;
  background-color: #eb2f3bd1;
  border: 2px solid #eb2f3b;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 280px;
  padding: 16px;
  display: flex;
}

.feature-card-4.large {
  min-height: 500px;
}

.feature-card-4.large.gray {
  background-color: #d9d9d9;
  border-color: #d6d6d6;
  min-height: 580px;
  padding-top: 20px;
  text-decoration: none;
}

.feature-card-5 {
  grid-row-gap: 92px;
  background-color: #eb2f3bd1;
  border: 2px solid #eb2f3b;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 280px;
  padding: 16px;
  display: flex;
}

.feature-card-5.green {
  background-color: #7ab609e6;
  border: 2px solid #7ab609;
  min-height: 255px;
  padding-top: 20px;
  text-decoration: none;
}

.language-toggle-2-copy {
  color: #20355a;
  border: 1px #9b9eb838;
  border-radius: 4px;
  flex-direction: row;
  padding-right: 45px;
  font-size: 1.2rem;
  transition: all .2s;
  display: flex;
}

.language-toggle-2-copy.w--open {
  display: flex;
}

.flag-6 {
  background-image: url('../images/Srbija.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.language-dropdown-2 {
  margin-left: 0;
  margin-right: 0;
}

.text-block-16 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.flag-8 {
  background-image: url('../images/denmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.image-4 {
  border-radius: 14px;
}

.research-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.text-span, .text-span-2 {
  color: #3368d3;
}

@media screen and (min-width: 1280px) {
  .nav-block {
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-link {
    font-size: 16px;
  }

  .nav-link.w--current {
    color: #14348f;
    -webkit-text-stroke-color: #14348f;
  }

  .navigation {
    padding-left: 50px;
    padding-right: 50px;
  }

  .footnote.text-color-gray-500 {
    font-family: Montserrat, sans-serif;
  }

  .section-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .feature-card-2.large.blue {
    min-height: 550px;
  }

  .feature-card-2.large.blue.min-hight {
    padding-left: 40px;
    padding-right: 40px;
  }

  .feature-card-2.large.blue.min-hight.blue-final {
    background-color: #14348feb;
    border-color: #14348f;
  }

  .feature-card-2.large.blue.min-hight.gray {
    background-color: #d9d9d9;
    border-color: #d6d6d6;
  }

  .feature-card-2.large.gray {
    background-color: #d9d9d9;
    min-height: 550px;
  }

  .feature-card-2.large.gray.padding {
    border-radius: 10px;
    min-height: auto;
    padding-bottom: 25px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-regular-5.text-weight-semi-bold.black {
    color: #000;
  }

  .paragraph-large-2.text-weight-semi-bold.headline {
    font-size: 30px;
  }

  .paragraph-large-2.text-weight-semi-bold.black {
    color: #000;
  }

  .footer-section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .team-instructor-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .team-name {
    margin-top: -19px;
  }

  .section-regular-8 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section-3 {
    padding-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .blog-card-wide {
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
  }

  .section-large {
    padding-left: 50px;
    padding-right: 50px;
  }

  .blog-content {
    align-self: flex-start;
  }

  .h6-heading-2 {
    font-size: 20px;
    line-height: 22px;
  }

  .feature-card-2-copy.large.blue {
    min-height: 550px;
  }

  .feature-card-4.large.gray {
    background-color: #d9d9d9;
    min-height: 550px;
  }

  .text-block-16 {
    padding-top: 2px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .text-block-17 {
    font-family: Montserrat, sans-serif;
  }

  .text-block-17:hover {
    color: #14348f;
  }

  .text-block-18 {
    font-family: Montserrat, sans-serif;
  }

  .text-block-18:hover {
    color: #14348f;
  }

  .research-card {
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
  }
}

@media screen and (min-width: 1440px) {
  .nav-block {
    justify-content: center;
    align-items: center;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
  }

  .navigation {
    min-width: 1300px;
  }

  .section-2 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .feature-card-2.large.blue.min-hight.red {
    min-width: 1200px;
  }

  .feature-card-2.large.blue.min-hight.gray {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 1300px;
    display: block;
  }

  .feature-card-2.large.gray.padding {
    min-height: 500px;
  }

  .footer-section {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: 1300px;
  }

  .footer-grid {
    min-width: auto;
  }

  .section-3 {
    justify-content: center;
    align-items: center;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
  }

  .section-3.padding {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-block {
    justify-content: center;
    align-items: center;
    padding-left: 200px;
    padding-right: 200px;
    display: flex;
  }

  .navigation {
    justify-content: flex-start;
    align-items: center;
    min-width: 1300px;
    max-width: none;
    display: block;
  }

  .section-2 {
    max-width: none;
    padding-left: 310px;
    padding-right: 310px;
  }

  .feature-card-2.large.blue.min-hight {
    min-width: 1300px;
  }

  .feature-card-2.large.blue.min-hight.red {
    min-width: 1300px;
    max-width: 1px;
    display: flex;
  }

  .feature-card-2.large.blue.min-hight.blue-final {
    max-width: 1300px;
  }

  .feature-card-2.large.gray.padding {
    max-width: 1300px;
    min-height: auto;
  }

  .footer-section {
    padding-left: 200px;
    padding-right: 200px;
  }

  .container {
    max-width: 1300px;
  }

  .team-instructor-grid {
    min-width: 1300px;
  }

  .section-regular-8 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 20px;
    display: flex;
  }

  .section-3 {
    flex-flow: column;
  }

  .section-3.padding {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: row;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .nav-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .nav-button-group {
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-link {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .navigation {
    position: relative;
  }

  .nav-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-logo-link {
    margin-right: 0;
  }

  .nav-menu-button {
    color: #6173e5;
    background-color: #eeeffc;
    border-radius: 100px;
    padding: 12px;
  }

  .nav-menu-button.w--open {
    background-color: #6173e5;
    border-color: #fff;
  }

  .team-instructor-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-large {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .language-dropdown-2 {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu-button {
    color: #14348f;
  }

  .legal-notice-text {
    margin-bottom: 10px;
  }

  .footer-grid {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .legal-notice-block {
    flex-direction: column;
  }

  .team-instructor-grid, .blog-card-wide {
    grid-template-columns: 1fr;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .language-dropdown-2 {
    order: 1;
    display: none;
  }

  .research-card {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    margin-top: 20px;
  }

  .nav-block {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-button {
    background-color: #fff;
  }

  .nav-menu-button.w--open {
    background-color: #14348f;
  }

  .section-2 {
    grid-auto-flow: row;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .footer-section {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-regular-8, .section-3, .section-3.padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-large {
    padding: 20px 20px 0;
  }

  .feature-card-2-copy.large.blue {
    grid-column-gap: 0px;
    min-height: 490px;
    margin-bottom: 20px;
  }

  .feature-card-4.large.gray {
    min-height: 490px;
    margin-bottom: 20px;
  }

  .feature-card-5.green {
    margin-bottom: 20px;
  }

  .language-toggle-2-copy {
    justify-content: flex-end;
    padding-left: 0;
    display: flex;
  }

  .language-dropdown-2 {
    order: 1;
  }

  .text-block-16 {
    font-size: 1.1rem;
  }

  .image-2 {
    border-radius: 9px;
  }

  .image-3 {
    border-radius: 15px;
  }
}

#w-node-_48cee622-1163-0c20-84fc-349ffef1893e-161f0a99, #w-node-c7cfee4f-6375-d695-18c3-9d6ebfe88103-161f0a99 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1f918604-f264-bad8-c8bc-e44d0e9c17c6-161f0a99 {
  justify-self: end;
}

#w-node-_59a65955-b5bd-a093-4873-73130146723c-53714679, #w-node-db58bd52-2492-70e2-42b5-23903abc8801-53714679 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_162de5f4-06ab-4bc8-ee71-dbf2f92988ef-53714679 {
  justify-self: end;
}

#w-node-_63bbb0d4-461e-18bd-cc52-ef1c2459f666-98ed78bf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4649b3b5-8f32-670f-1e9b-23a426a5c4a9-98ed78bf, #w-node-e81dbf8e-70c2-d937-b3bd-75d78dbd29fa-98ed78bf, #w-node-_92143815-b3de-bb69-2b64-90209b36707a-98ed78bf, #w-node-bd5ab86e-175c-7df3-819d-cf3c0e12eb2a-98ed78bf, #w-node-ab611ed3-cf0e-2d37-7d07-279d8e138f96-98ed78bf, #w-node-b0e5c6d7-262d-1f0b-f73b-4e699579aec2-98ed78bf {
  align-self: stretch;
}

#w-node-_436a1692-0d32-6312-6082-006d7c5856e7-98ed78bf {
  justify-self: end;
}

#w-node-_59a65955-b5bd-a093-4873-73130146723c-782577e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6e9a58df-75fa-5a01-dbb6-e52b3433a172-782577e0 {
  align-self: stretch;
}

#w-node-c22a16f3-3d8a-3433-1f87-e135a88a29b9-782577e0 {
  justify-self: end;
}

#w-node-_63bbb0d4-461e-18bd-cc52-ef1c2459f666-f164e885, #w-node-_5bc1c568-d5ce-7778-d69b-dbf8e47ec0a2-f164e885 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3ab65e8c-373e-fb10-b769-0061bb9918d5-f164e885 {
  justify-self: end;
}

#w-node-_63bbb0d4-461e-18bd-cc52-ef1c2459f666-75d1c8bb, #w-node-_5bc1c568-d5ce-7778-d69b-dbf8e47ec0a2-75d1c8bb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_54862b99-e25a-3259-b241-6d8821215e0f-75d1c8bb {
  justify-self: end;
}

#w-node-_48cee622-1163-0c20-84fc-349ffef1893e-2b601aa6, #w-node-c7cfee4f-6375-d695-18c3-9d6ebfe88103-2b601aa6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1f918604-f264-bad8-c8bc-e44d0e9c17c6-2b601aa6 {
  justify-self: end;
}

#w-node-_63bbb0d4-461e-18bd-cc52-ef1c2459f666-67a886f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1969fe80-5db2-4a7d-1772-89b3d594e308-67a886f5 {
  justify-self: end;
}

#w-node-_59a65955-b5bd-a093-4873-73130146723c-9b6afced, #w-node-db58bd52-2492-70e2-42b5-23903abc8801-9b6afced {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2d583dae-6a9d-8d68-bbe6-24e64c83fbf4-9b6afced {
  justify-self: end;
}

#w-node-_59a65955-b5bd-a093-4873-73130146723c-81fd09f9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5411c7f8-7a86-48c8-5144-97898385f401-81fd09f9 {
  align-self: stretch;
}

#w-node-cc874049-5b63-19ba-29f4-e446c42845da-81fd09f9 {
  justify-self: end;
}

#w-node-_63bbb0d4-461e-18bd-cc52-ef1c2459f666-5b947753 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_63307f10-67ab-be07-45ae-f8147b363978-5b947753, #w-node-b9439fec-ef9e-df4c-18de-4cb36602c8fc-5b947753, #w-node-_9ddbc41e-e047-55bc-eff1-6887c815080a-5b947753, #w-node-e3676725-a14a-5f0b-d99e-c679064ba511-5b947753, #w-node-_56dcbef3-907e-74a0-8538-f078473c6765-5b947753, #w-node-d879abbf-aa1e-e285-7e52-e1f25b5b28a3-5b947753 {
  align-self: stretch;
}

#w-node-_0938a020-e0ea-37fe-23ee-a4c98a8b95bd-5b947753 {
  justify-self: end;
}

#w-node-_63bbb0d4-461e-18bd-cc52-ef1c2459f666-bae974e4, #w-node-_5bc1c568-d5ce-7778-d69b-dbf8e47ec0a2-bae974e4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4cbc7cba-e400-6669-9315-e00d46d04807-bae974e4 {
  justify-self: end;
}

#w-node-_63bbb0d4-461e-18bd-cc52-ef1c2459f666-c8b0e96e, #w-node-_5bc1c568-d5ce-7778-d69b-dbf8e47ec0a2-c8b0e96e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_02ef257d-3c68-79f5-eef4-bd72d104a42b-c8b0e96e {
  justify-self: end;
}

#w-node-_63bbb0d4-461e-18bd-cc52-ef1c2459f666-97b8aa88, #w-node-_5bc1c568-d5ce-7778-d69b-dbf8e47ec0a2-97b8aa88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_242d97a3-e10b-6a60-fe2c-3bdbd78cf563-97b8aa88 {
  justify-self: end;
}

#w-node-_63bbb0d4-461e-18bd-cc52-ef1c2459f666-7db7e314, #w-node-_5bc1c568-d5ce-7778-d69b-dbf8e47ec0a2-7db7e314 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a0bd9e2e-feef-66ed-b8e1-09bfc1fc462f-7db7e314 {
  justify-self: end;
}

#w-node-_63bbb0d4-461e-18bd-cc52-ef1c2459f666-d374acc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4fb93c14-f1fd-2d8c-334f-0b69cbde57d0-d374acc4 {
  justify-self: end;
}

#w-node-_63bbb0d4-461e-18bd-cc52-ef1c2459f666-c2beac03, #w-node-_5bc1c568-d5ce-7778-d69b-dbf8e47ec0a2-c2beac03 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a0bd9e2e-feef-66ed-b8e1-09bfc1fc462f-c2beac03 {
  justify-self: end;
}

#w-node-_63bbb0d4-461e-18bd-cc52-ef1c2459f666-03377281, #w-node-_5bc1c568-d5ce-7778-d69b-dbf8e47ec0a2-03377281 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a0bd9e2e-feef-66ed-b8e1-09bfc1fc462f-03377281 {
  justify-self: end;
}

#w-node-_63bbb0d4-461e-18bd-cc52-ef1c2459f666-c4abd0a6, #w-node-_5bc1c568-d5ce-7778-d69b-dbf8e47ec0a2-c4abd0a6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a0bd9e2e-feef-66ed-b8e1-09bfc1fc462f-c4abd0a6 {
  justify-self: end;
}

#w-node-_63bbb0d4-461e-18bd-cc52-ef1c2459f666-bde4b8f0, #w-node-_5bc1c568-d5ce-7778-d69b-dbf8e47ec0a2-bde4b8f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a0bd9e2e-feef-66ed-b8e1-09bfc1fc462f-bde4b8f0 {
  justify-self: end;
}

#w-node-_63bbb0d4-461e-18bd-cc52-ef1c2459f666-94421f0e, #w-node-_5bc1c568-d5ce-7778-d69b-dbf8e47ec0a2-94421f0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_02ef257d-3c68-79f5-eef4-bd72d104a42b-94421f0e {
  justify-self: end;
}

#w-node-_63bbb0d4-461e-18bd-cc52-ef1c2459f666-32b2d251, #w-node-_5bc1c568-d5ce-7778-d69b-dbf8e47ec0a2-32b2d251 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a0bd9e2e-feef-66ed-b8e1-09bfc1fc462f-32b2d251 {
  justify-self: end;
}

@media screen and (min-width: 1280px) {
  #w-node-_1587efde-f4ca-ad72-6b79-bf181c40e353-782577e0 {
    align-self: auto;
  }

  #w-node-_63bbb0d4-461e-18bd-cc52-ef1c2459f666-67a886f5, #w-node-_63bbb0d4-461e-18bd-cc52-ef1c2459f666-d374acc4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1f918604-f264-bad8-c8bc-e44d0e9c17c6-161f0a99, #w-node-_162de5f4-06ab-4bc8-ee71-dbf2f92988ef-53714679, #w-node-_436a1692-0d32-6312-6082-006d7c5856e7-98ed78bf, #w-node-c22a16f3-3d8a-3433-1f87-e135a88a29b9-782577e0, #w-node-_3ab65e8c-373e-fb10-b769-0061bb9918d5-f164e885, #w-node-_54862b99-e25a-3259-b241-6d8821215e0f-75d1c8bb, #w-node-_1f918604-f264-bad8-c8bc-e44d0e9c17c6-2b601aa6, #w-node-_1969fe80-5db2-4a7d-1772-89b3d594e308-67a886f5, #w-node-_2d583dae-6a9d-8d68-bbe6-24e64c83fbf4-9b6afced, #w-node-cc874049-5b63-19ba-29f4-e446c42845da-81fd09f9, #w-node-_0938a020-e0ea-37fe-23ee-a4c98a8b95bd-5b947753, #w-node-_4cbc7cba-e400-6669-9315-e00d46d04807-bae974e4, #w-node-_02ef257d-3c68-79f5-eef4-bd72d104a42b-c8b0e96e, #w-node-_242d97a3-e10b-6a60-fe2c-3bdbd78cf563-97b8aa88, #w-node-a0bd9e2e-feef-66ed-b8e1-09bfc1fc462f-7db7e314, #w-node-_4fb93c14-f1fd-2d8c-334f-0b69cbde57d0-d374acc4, #w-node-a0bd9e2e-feef-66ed-b8e1-09bfc1fc462f-c2beac03, #w-node-a0bd9e2e-feef-66ed-b8e1-09bfc1fc462f-03377281, #w-node-a0bd9e2e-feef-66ed-b8e1-09bfc1fc462f-c4abd0a6, #w-node-a0bd9e2e-feef-66ed-b8e1-09bfc1fc462f-bde4b8f0, #w-node-_02ef257d-3c68-79f5-eef4-bd72d104a42b-94421f0e, #w-node-a0bd9e2e-feef-66ed-b8e1-09bfc1fc462f-32b2d251 {
    justify-self: center;
  }
}


