.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  overflow: visible;
}

h1 {
  color: #253039;
  text-align: left;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

h6 {
  color: #e7e9e4;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5;
}

p {
  color: #e7e9e4;
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.2;
}

a {
  font-size: 1.2rem;
  line-height: 1.2;
  text-decoration: underline;
}

ul {
  max-width: 60ch;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 1.2em;
  line-height: 1.4;
  list-style-type: none;
}

li {
  color: #e7e9e4;
  transition: all .2s;
}

li:hover {
  margin-left: 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 1px solid #999;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}

.section {
  width: 100%;
  height: 100vh;
  color: #253039;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.section.how-can-we-help {
  width: 100%;
  background-color: #e6e9e4;
  justify-content: space-around;
  overflow: hidden;
}

.section.place-and-date {
  height: auto;
  flex-direction: column;
}

.section.place-and-date.important {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.section.auto-height {
  height: auto;
  margin-top: 5rem;
  margin-bottom: 0;
}

.section.auto-height.inter {
  height: 100vh;
  flex-direction: column;
}

.section.short {
  height: 25vh;
}

.section.answers {
  background-color: #253039;
}

.section.apply {
  height: auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.section.video {
  background-color: #e7e9e4;
}

.section.legal {
  height: auto;
  margin-top: 25vh;
  margin-bottom: 25vh;
}

.section.shorter {
  height: 75vh;
  justify-content: center;
}

.container {
  width: 100%;
  height: auto;
  max-width: 80rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 5em;
  display: block;
  position: relative;
  top: 0;
}

.container.home {
  height: 80%;
  justify-content: space-around;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.container.service {
  width: 100%;
  max-width: 80rem;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.dateandplace {
  width: 100%;
  height: 100vh;
  max-width: 120rem;
  padding: 0;
}

.container.yellow {
  width: 100%;
  max-width: 75rem;
  background-color: #ffe739;
  padding: 0;
}

.container.about {
  width: 100%;
  max-width: 75rem;
  padding: 0;
}

.container.inter {
  width: 100%;
  max-width: 100rem;
  padding: 0;
}

.container.legal {
  align-items: center;
  display: flex;
}

.content-rich-text {
  margin-left: 5rem;
  font-size: 1em;
  line-height: 1.4;
}

.content-rich-text blockquote {
  cursor: default;
  font-size: 1.5rem;
  line-height: 1.5;
}

.content-rich-text li {
  max-width: 60ch;
  color: #e7e9e4;
  cursor: default;
  padding-top: 5px;
  font-size: 1.2rem;
  list-style-type: none;
}

.content-rich-text ul {
  padding-left: 0;
  font-size: 1.2em;
}

.content-rich-text h6 {
  cursor: default;
  font-size: 1.5rem;
}

.menu-wrapper {
  z-index: 999;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-wrapper.services {
  height: 7.5vh;
  background-color: rgba(231, 233, 228, .09);
  align-items: center;
}

.menu-wrapper.home-vertical {
  padding-top: 0;
  position: relative;
}

.menu-link-block {
  width: 25vw;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin: 0 1em;
  text-decoration: none;
  display: flex;
}

.menu-link-block.w--current {
  height: 25px;
  transform-origin: 0%;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.menu-line {
  width: 60px;
  height: 2px;
  transform-origin: 50%;
  background-color: #000;
  flex: 0 auto;
}

.menu-line:hover {
  flex: 0 auto;
}

.menu-item-text {
  color: #000;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.menu-item-text:hover {
  flex: 0 auto;
}

.intro-subtitle-wrapper {
  width: 40%;
  height: 25%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 591.5px;
  bottom: 0%;
}

.intro-text-wrapper {
  z-index: 999;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.p-large {
  color: #253039;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

.p-large.mb-normal {
  max-width: 60ch;
  cursor: default;
}

.p-large.mb-small {
  cursor: default;
}

.p-large.lh12 {
  color: #000;
  cursor: default;
  font-size: 1.5rem;
  line-height: 1.2;
}

.intro-title-trigger {
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.p-huge {
  font-size: 2.5vw;
  line-height: 1.2;
}

.p-huge.p-bold {
  cursor: default;
  margin-bottom: 25px;
  font-size: 2.5rem;
  font-weight: 600;
}

.p-huge.p-bold.mb-normal {
  cursor: default;
}

.p-huge.p-bold.mb-normal.important {
  margin-bottom: 0;
  line-height: 1;
}

.p-huge.p-bold.service {
  width: 75%;
  cursor: default;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
}

.p-huge.p-bold.title {
  color: #fff;
  cursor: default;
  margin-top: 54px;
  font-size: 2.6rem;
}

.grid-row {
  flex-wrap: wrap;
  margin-left: -4rem;
  margin-right: -4rem;
  display: flex;
  position: relative;
}

.grid-row.row-nomar.weglot-is {
  width: 100%;
  height: 100%;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.intro-title-wrapper {
  opacity: 0;
  cursor: default;
  justify-content: center;
  align-items: center;
  padding-bottom: 20vh;
  display: flex;
  position: absolute;
}

.intro-title-wrapper.intro.mb-normal {
  padding-bottom: 0;
}

.bg-video-home {
  width: 100vw;
  height: 100vh;
  filter: blur(1px);
}

.cantread-stydy-link {
  color: #fff;
  cursor: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  transition: color .2s;
  display: flex;
}

.cantread-stydy-link:hover {
  color: #ff8177;
}

.btn-wrapper {
  width: 25rem;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: -.5rem;
  display: flex;
}

.col {
  flex: 1;
  padding: 4rem;
  position: relative;
}

.col.nopad.col-6.sticky {
  width: 60%;
  color: #253039;
  flex: 0 auto;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.col.nopad.col-6.weglot-is {
  width: 40%;
  height: 100%;
  flex: 0 auto;
  padding-left: 2.5rem;
  padding-right: 0;
}

.btn {
  min-height: 4rem;
  background-color: rgba(36, 12, 46, .1);
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  margin: .5rem;
  padding: .5rem 2rem;
  font-weight: 700;
  line-height: 1em;
  transition: box-shadow .1s;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0);
}

.btn:hover {
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, .1);
}

.btn.ghost {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0 0 0 0;
  justify-content: flex-start;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: padding .2s cubic-bezier(.55, .085, .68, .53), color .2s, box-shadow .1s;
  box-shadow: inset 0 0 0 .125rem rgba(36, 12, 46, .1), inset 0 0 0 10rem rgba(242, 240, 243, 0);
}

.btn.ghost:hover {
  color: #fff;
  padding-left: 2.5rem;
  box-shadow: inset 0 0 0 0 rgba(36, 12, 46, .1), inset 0 0 0 10rem #000;
}

.btn.simple {
  min-height: 0;
  box-shadow: none;
  color: #3c46fb;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  overflow: hidden;
}

.btn.simple:hover {
  box-shadow: none;
}

.p-bold {
  font-weight: 700;
}

.store-item-watch {
  width: 100%;
  height: 100%;
  color: #3c46fb;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin: 1em;
  transition: color .1s, background-color .1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.store-item-watch:hover {
  color: #fff;
  background-color: #18154c;
}

.mb-normal {
  margin-bottom: 2rem;
}

.half-page {
  width: 100%;
  min-height: 100vh;
  transform-origin: 0%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem;
  display: flex;
  position: relative;
}

.half-page.is {
  width: 95%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  margin-right: 0;
  padding-left: 0;
  padding-right: 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
}

.half-page.it-is-time {
  width: 100%;
  color: rgba(0, 0, 0, 0);
  background-color: #253039;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  top: 0;
}

.footer {
  width: 100%;
  height: 25rem;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #919191;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 33.33% 33.33% 33.33%;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: end;
  display: grid;
}

.footer-bottom-text {
  color: #e6e9e4;
  text-align: center;
  white-space: nowrap;
  cursor: default;
  padding: 0 .5em;
  font-size: 1rem;
  line-height: 1.4;
}

.section-sticky {
  z-index: 8;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.wrap-happy-life {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.aohm-card {
  width: 100%;
  height: 50vh;
  color: #fff;
  background-color: #ffe8ae;
  background-image: linear-gradient(135deg, #ff8177, rgba(255, 129, 119, 0));
  flex-wrap: wrap;
  padding: 2rem;
  display: flex;
  position: relative;
}

.aohm-card.iw3 {
  height: 35vh;
  background-color: #e7e9e4;
  background-image: none;
  top: 1rem;
  right: 1rem;
}

.aohm-card.iw4 {
  height: 35vh;
  background-color: #919191;
  background-image: none;
  top: 1.5rem;
  right: 1.5rem;
}

.aohm-card.iw2 {
  height: 35vh;
  background-color: #919191;
  background-image: none;
  top: .5rem;
  right: .5rem;
}

.aohm-card.iw1 {
  width: 100%;
  height: 35vh;
  background-color: #e7e9e4;
  background-image: none;
}

.aohm-card.iw5 {
  height: 35vh;
  background-color: #e7e9e4;
  background-image: none;
  top: 2rem;
  right: 2rem;
}

.aohm-card.iw6 {
  height: 35vh;
  background-color: #919191;
  background-image: none;
  top: 2.5rem;
  right: 2.5rem;
}

.h-huge {
  margin-top: 0;
  margin-bottom: 3vw;
  font-size: 3.6vw;
  line-height: 1.2;
}

.h-huge.p-bold.mb-0 {
  font-weight: 400;
}

.h-huge.p-bold.mb-0.xxl {
  white-space: normal;
  cursor: default;
  font-size: 5rem;
}

.aohm-row {
  flex: 1;
  margin: -1rem;
  display: flex;
}

.sticky-cards-wrapper {
  width: 100%;
  height: 700vh;
  background-color: #253039;
  position: relative;
}

.aohm-col {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  display: flex;
}

.content-wrap-happy-life {
  width: 75%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-happy-life {
  width: 100%;
  height: 100vh;
  background-color: #e7e9e4;
  justify-content: center;
  display: flex;
  position: relative;
}

.ahom-text-wrap {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-happy-life {
  width: 100%;
  height: 100vh;
  max-width: 80rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  overflow: hidden;
}

.date-and-place-wrapper {
  width: 100%;
  height: 100%;
  background-color: rgba(132, 55, 253, 0);
  justify-content: flex-start;
  align-items: center;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.date-and-place-wrapper:hover {
  background-color: rgba(0, 0, 0, 0);
}

.wrap-service {
  width: 50%;
  height: 30vh;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.wrap-service.date-and-place {
  width: 100%;
  height: auto;
  padding-left: 0%;
}

.pricing1_item {
  background-color: #253039;
  border-radius: 0;
  padding: 3em;
}

.pricing-feature-text {
  color: #e7e9e4;
  cursor: default;
  margin-bottom: .25rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.max-width-small {
  width: 100%;
  max-width: 48rem;
}

.pricing1_component {
  grid-column-gap: 0em;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 47.5% 5% 47.5%;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 79px;
  display: grid;
}

.pricing1_price {
  color: #e7e9e4;
  cursor: default;
  margin-bottom: .5rem;
  font-size: 2rem;
}

.pricing-yes-icon {
  height: 1rem;
  color: #ffe739;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-large {
  width: 1440px;
  height: 100vh;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5em;
  padding-left: 5em;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  margin-top: 25px;
}

.pricing1_feature-item {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: max-content auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing1_title {
  color: #e7e9e4;
  white-space: normal;
  cursor: default;
  margin-bottom: .5rem;
  font-size: 1.25rem;
}

.button {
  color: #253039;
  text-align: center;
  letter-spacing: .075rem;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #e7e9e4;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 600;
  transition: all .2s;
  position: relative;
}

.button:hover {
  filter: brightness(110%);
  color: #253039;
  background-color: #e7e9e4;
  text-decoration: none;
}

.button:active {
  filter: brightness();
}

.button.is-outlined {
  color: #253039;
  cursor: pointer;
  background-color: #e7e9e4;
  background-image: none;
  box-shadow: inset 0 0 0 1px #e7e9e4;
}

.button.is-outlined:hover {
  filter: none;
  background-color: #e7e9e4;
}

.button.is-full-size {
  width: 100%;
  color: #e7e9e4;
  background-color: #253039;
  border-radius: 0;
  margin-top: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large {
  margin-bottom: 50px;
  margin-left: 0;
}

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

.padding-vertical.padding-xlarge {
  padding-left: 5rem;
  padding-right: 5rem;
}

.pricing1_feature-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0px;
  border-top: .125rem solid #f0f0f0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  display: grid;
}

.pricing1_button-wrapper {
  justify-content: center;
  margin-top: 3rem;
  display: flex;
}

.contact-links_icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #253039;
  justify-content: center;
  align-items: center;
  margin-right: .75rem;
  display: flex;
}

.form-message-success {
  color: #fff;
  background-color: #00a624;
  border-radius: .25rem;
  padding: 1.25rem;
  font-size: .875rem;
}

.form-message-error {
  background-color: rgba(207, 0, 0, .15);
  border-radius: .25rem;
  margin-top: .75rem;
  padding: .75rem;
  font-size: .875rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 32rem;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0;
  display: flex;
}

.form-input {
  height: 3.5em;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  margin-bottom: 1.25em;
  padding: .5em 1.25rem .5em 1.25em;
  font-size: .875rem;
}

.form-input:focus {
  border-width: .0625rem;
  border-color: #0385ce;
}

.form-input::-ms-input-placeholder {
  color: #888;
  font-size: .875rem;
}

.form-input::placeholder {
  color: #888;
  font-size: .875rem;
}

.form-input-row {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-links_component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact1_form-wrapper {
  background-color: #fff;
  border-radius: .25rem;
  margin-bottom: 0;
  padding: 2rem;
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, .05);
}

.form-checkbox {
  cursor: pointer;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form-checkbox-icon {
  width: 1rem;
  height: 1rem;
  border-width: .0625rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 -1.25rem;
}

.form-checkbox-icon.w--redirected-checked {
  width: 1rem;
  height: 1rem;
  background-color: #253039;
  background-size: 80%;
  border-width: .0625rem;
  border-color: #253039;
  border-radius: .125rem;
  margin: 0 .5rem 0 -1.25rem;
}

.form-checkbox-icon.w--redirected-focus {
  width: 1rem;
  height: 1rem;
  box-shadow: none;
  border-width: .0625rem;
  border-radius: .125rem;
  margin: 0 .4rem 0 -1.25rem;
}

.form-checkbox-label {
  font-size: 1rem;
}

.contact-links_link {
  color: #0385ce;
  align-items: center;
  display: flex;
}

.contact1_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 5rem;
  padding-right: 5rem;
  display: grid;
}

.text-block-3 {
  color: #253039;
  cursor: pointer;
  text-decoration: none;
}

.text-weight-semibold {
  color: #e7e9e4;
  cursor: default;
  font-weight: 600;
}

.hide {
  display: none;
}

.testimonial-client {
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.text-size-large {
  color: #253039;
  font-size: 1.25rem;
}

.text-size-large.dark {
  color: #253039;
  cursor: default;
}

.text-size-large.testimonial {
  color: #e7e9e4;
  cursor: default;
  font-size: 1.1rem;
  line-height: 1.4;
}

.testimonial-client-name-wrapper {
  margin-left: 1rem;
}

.testimonial2_quote-icon {
  z-index: -1;
  opacity: .04;
  display: none;
  position: absolute;
  top: auto;
  bottom: .5rem;
  left: auto;
  right: .5rem;
}

.testimonial2_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.testimonial2_mask {
  max-width: 40rem;
  overflow: visible;
}

.testimonial2_left-arrow {
  width: 3.5rem;
  height: 3.5rem;
  color: #e7e9e4;
  background-color: #253039;
  border-radius: 0;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1.25rem;
  transition: all .2s;
  top: -5em;
  bottom: auto;
  left: auto;
  right: 4.5rem;
}

.testimonial2_left-arrow:hover {
  filter: brightness(110%);
}

.testimonial2_left-arrow:active {
  filter: brightness();
}

.testimonial2_right-arrow {
  width: 3.5rem;
  height: 3.5rem;
  color: #fff;
  background-color: #253039;
  border-radius: .125rem;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1.25rem;
  transition: all .2s;
  top: -5em;
  bottom: auto;
  left: auto;
  right: 0%;
}

.testimonial2_right-arrow:hover {
  filter: brightness(110%);
}

.testimonial2_right-arrow:active {
  filter: brightness();
}

.testimonial2_content {
  z-index: 1;
  height: 67vh;
  background-color: #253039;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  margin-right: 2.5rem;
  padding: 2.5rem;
  display: flex;
  position: relative;
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, .05);
}

.rich-text-block {
  width: 100%;
  color: #fff;
}

.rich-text-block li {
  color: #000;
  cursor: default;
  padding-top: 5px;
  font-weight: 600;
  list-style-type: none;
}

.testimonial1_left-arrow {
  width: 3.5rem;
  height: 3.5rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 28px;
  font-size: 1.25rem;
  transition: all .2s;
  top: 0;
  bottom: 0;
  left: -2rem;
  right: auto;
}

.testimonial1_left-arrow:hover {
  filter: brightness(110%);
}

.testimonial1_left-arrow:active {
  filter: brightness();
}

.testimonial1_component {
  max-width: 40rem;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial1_slide {
  background-color: #fff;
  border-radius: 0;
}

.testimonial1_slide-nav {
  display: none;
}

.testimonial1_slide-content {
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 0 4rem 0 4.8rem;
  display: flex;
}

.testimonial1_right-arrow {
  width: 3.5rem;
  height: 3.5rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 28px;
  font-size: 1.25rem;
  transition: all .2s;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -2rem;
}

.testimonial1_right-arrow:hover {
  filter: brightness(110%);
}

.testimonial1_right-arrow:active {
  filter: brightness();
}

.footer-content-wrap {
  width: 100%;
  height: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.page-wrapper {
  width: 100%;
  background-color: #e7e9e4;
  overflow: hidden;
}

.content-wrap {
  width: 100%;
  height: 100%;
  justify-content: center;
  padding: 5rem;
  display: flex;
  position: relative;
}

.content-wrap.vertical {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
}

.content-wrap.vertical._2 {
  align-items: flex-start;
  margin-bottom: 2.5rem;
  padding: 0 0 0 5rem;
}

.content-wrap.vertical.pricelist {
  align-items: center;
  padding-left: 5rem;
  padding-right: 5rem;
}

.content-wrap.vertical.apply {
  flex-direction: row;
  align-items: flex-end;
  padding: 5rem;
}

.content-wrap.vertical.interpret {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.content-wrap.date-and-place {
  padding: 0;
}

.content-wrap.results {
  padding-left: 0;
  padding-right: 0;
}

.content-div {
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  padding: 5rem;
  display: flex;
}

.wrapper-why {
  width: 100%;
}

.slider-wrap-testimonial {
  width: 100%;
  align-items: center;
  display: flex;
}

.content-bg {
  width: 40vw;
  background-image: url('../images/Anniversary-Presentation29.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.content-place-and-date {
  width: 60vw;
  color: #253039;
  background-color: #253039;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 2.5rem;
  display: flex;
}

.wrap-heading {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.wrap-heading.about {
  width: 100%;
  align-items: flex-start;
  padding-bottom: 1rem;
}

.wrap-heading.about.inst {
  align-items: flex-start;
  padding-left: 0;
}

.wrap-rich-text {
  margin-bottom: 50px;
}

.div-block-12 {
  width: 100%;
}

.wrap-img-oca {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-14 {
  width: 100%;
  align-items: center;
  padding-left: 2.5em;
  display: flex;
}

.div-brand-home {
  z-index: 999;
  max-width: 100vw;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.img-brand-logo {
  max-width: 20rem;
}

.h1-hero-text-span, .text-span-2 {
  font-family: Playfair Display, sans-serif;
  font-style: italic;
}

.h2-much-more {
  text-align: center;
  white-space: nowrap;
  cursor: default;
  flex: 0 auto;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.h2-it-is-time {
  width: 85%;
  color: #e7e9e4;
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.h2-it-is-time-text-span {
  font-family: Playfair Display, sans-serif;
  font-style: italic;
}

.text-block-bright {
  max-width: 45ch;
  color: #e7e9e4;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 1.2rem;
}

.h3-bright {
  color: #e7e9e4;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
}

.text-block-how-can-we-help {
  z-index: 2;
  cursor: default;
  margin-bottom: 2.5rem;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
  position: relative;
}

.text-span-how-can-we-help {
  font-family: Playfair Display, sans-serif;
  font-style: italic;
}

.button-cta-home {
  width: 10em;
  height: 10em;
  color: #e7e9e4;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #253039;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 5em;
  bottom: auto;
  left: auto;
  right: 5em;
}

.button-cta-home:hover {
  width: 10.5em;
  height: 10.5em;
  color: #e6e9e4;
}

.button-cta-home.service {
  width: 100%;
}

.button-cta-home.service:hover {
  width: 110%;
}

.button-cta-home.service.rectangle {
  width: 100%;
  height: auto;
  white-space: nowrap;
  border-radius: 0%;
  position: relative;
  top: auto;
  right: auto;
}

.button-cta-home.service.rectangle:hover {
  height: 100%;
}

.h2-how-can-we-help {
  cursor: default;
  margin-bottom: 7.5rem;
  font-weight: 600;
}

.footer-link {
  color: #e6e9e4;
  text-align: center;
  cursor: pointer;
  padding: 1em;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  filter: invert(12%);
  color: #e6e9e4;
}

.footer-logo-img {
  max-width: 50%;
}

.footer-brand-link {
  justify-content: center;
  margin-left: 5%;
  display: flex;
}

.footer-brand-link.w--current {
  cursor: pointer;
  justify-content: center;
  margin-left: 5%;
  transition: all .2s;
  display: flex;
}

.footer-brand-link.w--current:hover {
  filter: invert(12%);
}

.h1-service {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-size: 6rem;
  font-weight: 400;
  position: relative;
}

.h1-text-span {
  cursor: default;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
}

.content-wrapper {
  width: 100%;
}

.bg-video-service {
  width: 100vw;
  height: 100vh;
}

.h2-bright {
  color: #e7e9e4;
  cursor: default;
  margin-bottom: 2.5rem;
  padding-left: 0;
}

.big-text-block {
  width: 100%;
  color: #e7e9e4;
  text-align: center;
  cursor: default;
  margin-bottom: 2.5rem;
  font-size: 3.5rem;
  line-height: 1.2;
}

.big-text-block.dark {
  width: 100%;
  color: #253039;
  text-align: left;
  font-size: 3rem;
}

.big-text-block.dark.center {
  text-align: center;
  margin-top: 59px;
  font-size: 4.5em;
}

.big-text-block.dark.center.results {
  width: 100%;
  text-align: left;
  font-size: 4.5rem;
}

.big-text-span {
  font-family: Playfair Display, sans-serif;
  font-style: italic;
}

.icon, .icon-2 {
  color: #919191;
}

.cta-wrap {
  flex-flow: row;
  justify-content: flex-end;
  display: flex;
}

.rich-text-about {
  margin-top: 2.5rem;
}

.rich-text-about p {
  max-width: 65ch;
  color: #253039;
  cursor: default;
}

.h2-about {
  cursor: default;
}

.about-wrapper {
  flex-direction: row-reverse;
  display: flex;
}

.bg-about {
  width: 40vw;
  position: relative;
}

.text-wrapper-about {
  z-index: 16;
  width: 60vw;
  min-height: 100vh;
  background-color: #253039;
  flex-direction: column;
  justify-content: space-around;
  padding: 5% 5rem;
  display: flex;
  position: relative;
}

.rich-text-dark {
  color: #e7e9e4;
  cursor: default;
  padding-left: 0;
  padding-right: 0;
}

.text-span-11, .text-span-12 {
  font-family: Playfair Display, sans-serif;
  font-style: italic;
}

.img-oca {
  max-width: 100%;
  object-fit: cover;
}

.heading-3 {
  cursor: default;
  line-height: 1.2;
}

.text-block-7 {
  color: #253039;
  cursor: pointer;
}

.link-3 {
  color: #253039;
  font-size: 1rem;
  line-height: 1;
}

.h1-heading-home {
  color: #fff;
  text-align: center;
  cursor: default;
  font-size: 5.3rem;
  line-height: 1;
}

.h-huge-span {
  font-family: Playfair Display, sans-serif;
  font-style: italic;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid rgba(192, 192, 192, .3);
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs2_close {
  color: #fff;
  cursor: pointer;
  background-color: #253039;
  padding: 12px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  box-shadow: -1px 1px 4px rgba(51, 51, 51, .1);
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 48, 57, .76);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs2_label {
  color: #253039;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 14px;
  font-weight: 700;
}

.fs-cc-prefs2_form-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-manager2_button {
  width: 48px;
  color: #919191;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  padding: 8px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager2_button:hover {
  color: #ffe739;
}

.fs-cc-banner2_text {
  font-size: 15px;
}

.fs-cc-prefs2_title {
  color: #010440;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner2_text-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs2_button {
  text-align: center;
  background-color: #253039;
  border: 1px solid #253039;
  padding: 12px 20px;
  font-size: 1em;
  font-weight: 700;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  color: #253039;
  background-color: #fff;
  border-color: #253039;
  margin-bottom: 12px;
  font-size: 1em;
}

.fs-cc-banner2_container {
  width: 100%;
  max-width: 990px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs2_content {
  height: 100%;
  color: #000;
  background-color: #fff;
  padding: 40px 32px;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #fff;
  border-width: 2px;
  border-color: #253039;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  background-color: #253039;
  background-size: auto;
  border-color: #253039;
}

.fs-cc-prefs2_form {
  width: 100%;
  max-height: 85vh;
  max-width: 400px;
  color: #fff;
  background-color: #333;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs2_submit {
  text-align: center;
  background-color: #000;
  margin-top: 12px;
  padding: 12px 20px;
  font-size: 1em;
  font-weight: 700;
}

.fs-cc-prefs2_space-small {
  margin-bottom: 12px;
}

.fs-cc-preferences2_close-icon {
  width: 24px;
  height: 24px;
  color: #fff;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.fs-cc-banner2_button {
  min-width: 120px;
  color: #253039;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  flex: 1;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 20px;
  font-size: 1em;
  font-weight: 700;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: rgba(255, 255, 255, .6);
  background-color: rgba(0, 0, 0, .4);
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 16px;
  display: flex;
}

.fs-cc-prefs2_checkbox-field {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.link-brand {
  position: relative;
}

.link-brand.w--current {
  justify-content: center;
  display: flex;
}

.h2-question {
  cursor: default;
  margin-top: 5rem;
  margin-bottom: 2em;
  font-weight: 600;
  line-height: 1.2;
}

.content-wrap-left-side {
  width: 100%;
  min-height: 100vh;
  cursor: default;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 10%;
  padding-left: 20%;
  display: flex;
}

.footer-link-wrap {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-bottom-wrap {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.text-wrap-date-and-place {
  width: 100%;
}

.heading-wrapper {
  justify-content: flex-start;
  padding-left: 5rem;
  display: flex;
}

.content-wrapper-about {
  height: 100%;
  flex-direction: row;
  align-items: flex-end;
  padding: 5em 0 5em 5rem;
  display: flex;
}

.col-about-left {
  width: 75%;
}

.col-about-right {
  width: 25%;
  height: 100%;
  flex-direction: column;
  display: flex;
}

.col-apply-left {
  width: 75%;
}

.col-apply-right {
  width: 25%;
}

.bold-text {
  font-size: 1.5em;
}

.bg-video-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .43);
  position: absolute;
}

.img-logo-at-packages {
  max-width: 40%;
  filter: invert(81%);
  cursor: default;
  margin-bottom: 2rem;
}

.wrapper-important {
  margin-top: 0;
  display: block;
}

.item-important {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 0 30px 0 0;
}

.icon-3.accordion-icon {
  color: #253039;
  cursor: pointer;
  font-family: Materialicons, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.intem-content-important {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.item-trigger-important {
  height: 100px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.h2-application {
  cursor: default;
  margin-top: 0;
}

.navbar {
  display: none;
}

.bg-video-interpreter {
  z-index: 15;
  width: 100vw;
  height: 100%;
  overflow: hidden;
}

.rich-text-apply {
  direction: ltr;
  cursor: default;
}

.rich-text-apply li {
  color: #253039;
  cursor: default;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 1.2rem;
  list-style-type: none;
}

.h3-packages {
  cursor: default;
}

.fs-cc-banner2_component-2 {
  z-index: 999;
  width: 450px;
  color: #fff;
  background-color: #253039;
  padding: 30px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cookie-setup {
  z-index: 9998;
  position: relative;
}

.fs-cc-manager2_component-2 {
  z-index: 999;
  display: none;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
}

.fs-cc-prefs2_component-2 {
  z-index: 997;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.legal-rich-text {
  max-width: 80ch;
}

.legal-rich-text p {
  color: #253039;
  font-size: 1em;
  line-height: 1.6;
}

.legal-rich-text a {
  color: #253039;
  font-size: 1em;
  text-decoration: none;
}

.legal-rich-text h3 {
  font-weight: 400;
}

.legal-rich-text h2 {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 1.6em;
  line-height: 1.2;
}

.legal-rich-text.cookie li {
  color: #253039;
  list-style-type: square;
}

.legal-rich-text.cookie strong {
  color: #253039;
  text-decoration: none;
}

.legal-rich-text li {
  color: #253039;
  margin-top: .25rem;
  margin-bottom: .25rem;
  font-size: 1em;
}

.text-block-8 {
  font-size: 14px;
}

.form-field-label {
  font-size: 1em;
  line-height: 1.2;
}

.paragraph {
  cursor: default;
}

.margin-small {
  margin: 1rem;
}

.overflow-scroll {
  overflow: scroll;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.show-mobile-portrait {
  display: none;
}

.heading-large {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.margin-xxsmall {
  margin: .25rem;
}

.text-size-medium {
  font-size: 1.25rem;
}

.show {
  display: block;
}

.text-size-large-2 {
  font-size: 1.5rem;
}

.text-color-grey {
  color: gray;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.button-secondary {
  color: #386eec;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.padding-small {
  padding: 1rem;
}

.background-color-white {
  background-color: #fff;
}

.text-weight-bold {
  font-weight: 700;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-large {
  margin: 3rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-style-muted {
  opacity: .6;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overflow-auto {
  overflow: auto;
}

.form-message-success-2 {
  padding: 1.25rem;
}

.max-width-xsmall-2 {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

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

.background-color-grey {
  background-color: rgba(168, 193, 216, .2);
}

.text-size-small {
  font-size: .875rem;
}

.text-color-black {
  color: #000;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-medium {
  padding: 2rem;
}

.margin-xsmall {
  margin: .5rem;
}

.heading-xlarge {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-xhuge {
  padding: 8rem;
}

.form-message-error-2 {
  margin-top: .75rem;
  padding: .75rem;
}

.text-weight-light {
  font-weight: 300;
}

.text-style-link {
  text-decoration: underline;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.icon-medium {
  height: 3rem;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.icon-large {
  height: 4rem;
}

.button-text {
  color: #386eec;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.padding-tiny {
  padding: .125rem;
}

.text-align-center {
  text-align: center;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-weight-xbold {
  font-weight: 800;
}

.form-checkbox-icon-2 {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon-2.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon-2.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.icon-small {
  height: 2rem;
}

.show-mobile-landscape {
  display: none;
}

.margin-tiny {
  margin: .125rem;
}

.text-weight-semibold-2 {
  font-weight: 600;
}

.form-input-2 {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input-2.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-weight-normal {
  font-weight: 400;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-large {
  padding: 3rem;
}

.padding-0 {
  padding: 0;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

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

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.z-1 {
  z-index: 1;
  position: relative;
}

.heading-xsmall {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-xlarge {
  padding: 4rem;
}

.text-align-right {
  text-align: right;
}

.show-tablet {
  display: none;
}

.text-align-left {
  text-align: left;
}

.form-wrapper {
  margin-bottom: 0;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.text-size-regular {
  font-size: 1rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-xlarge {
  margin: 4rem;
}

.fs-styleguide_classes {
  display: none;
}

.max-width-small-2 {
  width: 100%;
  max-width: 20rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.heading-small {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.margin-medium {
  margin: 2rem;
}

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

.container-large-2.results {
  padding-left: 5rem;
  padding-right: 5rem;
}

.margin-0 {
  margin: 0;
}

.text-style-italic {
  font-style: italic;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-hidden {
  overflow: hidden;
}

.margin-xhuge {
  margin: 8rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.padding-xxsmall {
  padding: .25rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.form-checkbox-2 {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_message-inner {
  width: 100%;
  background-color: #1a1a1a;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_message-outer {
  min-height: 100vh;
  color: #fff;
  padding: .75rem;
  display: flex;
}

.fs-styleguide_messege-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .85fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.fs-styleguide_messege-heading {
  line-height: .8;
}

.fs-styleguide_messege-heading-span {
  font-size: 2.25rem;
  font-weight: 400;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

@media screen and (min-width: 1920px) {
  body {
    background-color: #e6e9e4;
  }

  .section {
    height: auto;
    margin-top: 5rem;
  }

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

  .section.video {
    margin-top: 0;
    margin-bottom: 5rem;
  }

  .section.shorter {
    height: 100vh;
    margin-top: 0;
  }

  .container {
    width: 100%;
    max-width: 80rem;
    padding-left: 8em;
    padding-right: 8em;
  }

  .menu-wrapper.home-vertical {
    margin-bottom: 5rem;
  }

  .p-huge.p-bold.title {
    font-size: 2.3rem;
  }

  .content-wrap.vertical {
    padding-top: 5rem;
  }

  .h2-much-more {
    white-space: nowrap;
  }

  .h1-service, .h1-text-span {
    font-size: 5rem;
  }

  .content-wrap-left-side {
    margin-top: 5rem;
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1rem;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: .875rem;
  }

  h6 {
    font-size: .75rem;
  }

  p, a {
    font-size: 16px;
  }

  ul {
    padding-left: 0;
  }

  .section {
    height: auto;
    min-height: 50vh;
    flex-direction: column;
    justify-content: center;
  }

  .section.how-can-we-help {
    min-height: 100vh;
    flex-direction: column;
    justify-content: center;
  }

  .section.auto-height.inter {
    height: auto;
  }

  .container {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .container.home {
    height: 100%;
    min-height: 75vh;
    justify-content: space-around;
    padding-left: 5em;
    padding-right: 5em;
  }

  .container.service, .container.about {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .content-rich-text {
    margin-left: 2.5rem;
    font-size: 16px;
  }

  .content-rich-text blockquote {
    font-size: 1.2rem;
  }

  .content-rich-text li {
    color: #e7e9e4;
    font-size: 1rem;
  }

  .menu-wrapper.services {
    display: flex;
  }

  .menu-link-block {
    font-size: 1.2rem;
  }

  .menu-line {
    width: 20px;
  }

  .intro-subtitle-wrapper {
    width: 60%;
    font-size: 36px;
  }

  .p-large, .p-large.mb-normal, .p-large.mb-small {
    font-size: 1.25rem;
  }

  .p-large.lh12, .p-huge {
    font-size: 1.5rem;
  }

  .p-huge.p-bold {
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }

  .p-huge.p-bold.mb-normal {
    font-size: 2.5rem;
  }

  .p-huge.p-bold.service {
    font-size: 2rem;
  }

  .p-huge.p-bold.title {
    white-space: normal;
    margin-top: 4rem;
    margin-bottom: 4rem;
    font-size: 2.6rem;
  }

  .grid-row {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .grid-row.row-nomar {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-row.row-nomar.weglot-is {
    height: auto;
    margin-left: 0;
  }

  .cantread-stydy-link {
    color: #ff8177;
    cursor: pointer;
  }

  .col {
    padding: 2rem;
  }

  .col.nopad.col-6.sticky {
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .col.nopad.col-6.weglot-is {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .btn {
    width: 100%;
    min-height: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    line-height: 120%;
  }

  .btn.ghost {
    width: auto;
  }

  .btn.simple {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .half-page {
    padding: 0;
  }

  .half-page.is {
    width: 100%;
    height: 100vh;
    min-height: 0;
    flex-direction: column;
    padding: 0 2rem 0 1.9rem;
  }

  .half-page.it-is-time {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-bottom-text {
    font-size: 1.2rem;
  }

  .aohm-card {
    height: 60vh;
  }

  .aohm-card.iw3, .aohm-card.iw4, .aohm-card.iw2, .aohm-card.iw5 {
    right: auto;
  }

  .aohm-card.iw6 {
    right: 0;
  }

  .h-huge {
    font-size: 3rem;
  }

  .h-huge.p-bold.mb-0.xxl {
    white-space: normal;
    margin-bottom: 0;
    font-size: 5rem;
  }

  .aohm-row {
    flex-direction: column;
    justify-content: center;
  }

  .sticky-cards-wrapper {
    height: 620vh;
  }

  .aohm-col {
    width: 100%;
  }

  .content-wrap-happy-life {
    width: 80%;
  }

  .container-happy-life {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .wrap-service {
    width: 100%;
    height: 25vh;
  }

  .wrap-service.date-and-place {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing1_item {
    padding: 1.5rem;
  }

  .pricing-feature-text {
    margin-bottom: .5rem;
    font-size: 1rem;
    line-height: 1.4;
  }

  .pricing1_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .pricing1_price {
    font-size: 2rem;
  }

  .pricing-yes-icon {
    height: .875rem;
  }

  .container-large {
    padding-left: 2.5em;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .pricing1_feature-item {
    grid-column-gap: .5rem;
  }

  .pricing1_title {
    white-space: normal;
    font-size: 1.25rem;
  }

  .button {
    letter-spacing: normal;
    font-size: 1.2rem;
  }

  .button.is-outlined {
    font-size: 1.2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-vertical.padding-xlarge {
    padding-left: 2.5rem;
  }

  .form-input {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
    line-height: 1.2;
  }

  .contact1_form-wrapper {
    padding: 1.5rem;
  }

  .form-checkbox-icon {
    width: 20px;
    height: 20px;
  }

  .form-checkbox-label {
    font-size: 1rem;
  }

  .contact1_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: .8fr 1fr;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .text-block-3 {
    font-size: 1.2rem;
  }

  .text-size-large {
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .text-size-large.dark {
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .text-size-large.testimonial {
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .testimonial2_component {
    margin-bottom: 6rem;
  }

  .testimonial2_left-arrow {
    width: 3rem;
    height: 3rem;
    top: auto;
    bottom: -5rem;
    left: 0%;
    right: auto;
  }

  .testimonial2_right-arrow {
    width: 3rem;
    height: 3rem;
    top: auto;
    bottom: -5rem;
    left: 4rem;
    right: auto;
  }

  .testimonial2_content {
    height: 50vh;
    margin-right: 2rem;
  }

  .rich-text-block li {
    padding-bottom: 5px;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .testimonial1_left-arrow {
    width: 3rem;
    height: 3rem;
  }

  .testimonial1_component {
    max-width: 75%;
  }

  .testimonial1_slide-content {
    padding: 2.5rem 3rem;
  }

  .testimonial1_right-arrow {
    width: 3rem;
    height: 3rem;
  }

  .content-wrap {
    flex-direction: column;
  }

  .content-wrap.vertical {
    min-height: 75vh;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrap.vertical._2 {
    height: auto;
    min-height: auto;
    padding-left: 0;
  }

  .content-wrap.vertical._2.important {
    padding-left: 2.5rem;
  }

  .content-wrap.vertical.pricelist, .content-wrap.vertical.apply {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .content-wrap.date-and-place {
    flex-direction: row;
  }

  .content-wrap.results {
    padding-top: 0;
  }

  .content-div {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .content-bg, .content-place-and-date {
    width: 50%;
  }

  .wrap-heading.about {
    font-size: 1rem;
  }

  .wrapper-results {
    width: 100%;
  }

  .wrap-img-oca {
    width: auto;
    margin-bottom: 2rem;
  }

  .div-block-14 {
    padding-left: 0;
  }

  .img-brand-logo {
    max-width: 35%;
  }

  .h2-much-more {
    white-space: normal;
    margin-top: 0;
    font-size: 4.5rem;
  }

  .h2-it-is-time {
    width: 100%;
    font-size: 3rem;
  }

  .text-block-bright {
    max-width: none;
    font-size: 1.2rem;
  }

  .h3-bright {
    font-size: 2.2rem;
  }

  .text-block-how-can-we-help {
    font-size: 3rem;
  }

  .button-cta-home {
    width: 150px;
    height: 150px;
    font-size: 1.2rem;
  }

  .button-cta-home.service {
    font-size: 14px;
  }

  .button-cta-home.service.rectangle {
    font-size: 1.2rem;
  }

  .h2-how-can-we-help {
    font-size: 2.5rem;
  }

  .footer-link {
    font-size: 1.2rem;
  }

  .footer-logo-img {
    max-width: 75%;
  }

  .h1-service {
    font-size: 6rem;
  }

  .h2-bright {
    margin-top: 2.5rem;
    font-size: 2.5rem;
    line-height: 1;
  }

  .big-text-block {
    font-size: 3.5rem;
  }

  .big-text-block.dark {
    font-size: 3rem;
  }

  .big-text-block.dark.center.results {
    font-size: 4.5rem;
  }

  .rich-text-about p {
    font-size: 1.2rem;
  }

  .h2-about {
    font-size: 2.5rem;
  }

  .about-wrapper {
    flex-direction: column;
    justify-content: space-between;
  }

  .bg-about {
    width: 100%;
    height: 50vh;
    min-height: 75vh;
  }

  .text-wrapper-about {
    width: 100%;
    min-height: auto;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .rich-text-dark p {
    font-size: 1.2rem;
  }

  .heading-3 {
    font-size: 2.5rem;
  }

  .text-block-7 {
    font-size: 1.2rem;
  }

  .h1-heading-home {
    color: #fff;
    text-align: center;
  }

  .h2-question {
    margin-top: 2rem;
  }

  .content-wrap-left-side {
    padding-top: 20%;
    padding-left: 0%;
  }

  .heading-wrapper {
    padding-left: 2.5rem;
  }

  .content-wrapper-about {
    flex-direction: row;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .col-about-left {
    width: 100%;
  }

  .item-important {
    padding-right: 0;
  }

  .h2-application {
    font-size: 2.5rem;
  }

  .navbar {
    width: 100vw;
    background-color: rgba(0, 0, 0, 0);
    display: none;
    position: fixed;
  }

  .rich-text-apply li {
    color: #253039;
    font-size: 1.2rem;
    list-style-type: none;
  }

  .menu-button, .nav-menu {
    background-color: rgba(0, 0, 0, 0);
  }

  .h3-packages {
    font-size: 2.2rem;
  }

  .form-field-label {
    font-size: 1rem;
  }

  .paragraph {
    font-size: 1.2rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .show-tablet {
    display: block;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-huge {
    margin: 5rem;
  }

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

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .container-large-2.results {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_messege-heading {
    font-size: 3rem;
    line-height: .9;
  }

  .fs-styleguide_messege-heading-span {
    font-size: 1.75rem;
  }

  .heading-4 {
    font-size: 4rem;
  }

  .video-2 {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .section.hero {
    height: auto;
    min-height: 100vh;
  }

  .section.how-can-we-help {
    margin-top: 0;
    top: 0;
  }

  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.home {
    padding-top: 0;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .container.service {
    padding-left: 2em;
    padding-right: 2em;
  }

  .container.dateandplace {
    height: auto;
  }

  .container.about {
    padding-left: 2em;
    padding-right: 2em;
  }

  .content-rich-text {
    margin-left: 0;
    font-size: 16px;
  }

  .content-rich-text h6 {
    line-height: 1.5;
  }

  .menu-wrapper.services {
    display: none;
  }

  .menu-wrapper.home-vertical {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .menu-link-block {
    width: 35vw;
    justify-content: flex-start;
  }

  .intro-subtitle-wrapper {
    width: 80%;
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    position: absolute;
    top: 35rem;
    bottom: auto;
  }

  .intro-text-wrapper {
    min-height: 100vh;
    flex-direction: column;
  }

  .p-large {
    font-size: 1rem;
  }

  .intro-title-trigger {
    min-height: 100vh;
  }

  .p-huge {
    font-size: 1.2rem;
  }

  .p-huge.p-bold.service {
    width: 90%;
  }

  .p-huge.p-bold.title {
    white-space: normal;
  }

  .grid-row {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .grid-row.row-nomar.weglot-is {
    flex-direction: column;
  }

  .intro-title-wrapper.intro {
    padding-bottom: 0;
    position: relative;
  }

  .intro-title-wrapper.intro.mb-normal {
    width: 100vh;
    height: 100vh;
    position: absolute;
  }

  .btn-wrapper {
    margin-left: -.25rem;
    margin-right: -.25rem;
  }

  .col {
    padding: 1rem;
  }

  .col.nopad.col-6.sticky {
    width: 100%;
  }

  .col.nopad.col-6.weglot-is {
    width: 100%;
    top: 59.4vh;
  }

  .btn {
    width: auto;
  }

  .btn.ghost:hover {
    padding-left: 1.5rem;
  }

  .half-page.is {
    width: 100%;
    height: 75vh;
    top: 36.6vh;
  }

  .half-page.it-is-time {
    min-height: auto;
    padding-top: 5rem;
  }

  .footer {
    grid-template-columns: 40% 20% 40%;
  }

  .footer-bottom-text {
    font-size: 1rem;
  }

  .aohm-card {
    padding: 1rem;
  }

  .aohm-card.iw3, .aohm-card.iw4, .aohm-card.iw2 {
    height: 25vh;
  }

  .aohm-card.iw1 {
    height: 25vh;
    background-image: none;
  }

  .aohm-card.iw5, .aohm-card.iw6 {
    height: 25vh;
  }

  .h-huge {
    font-size: 2rem;
  }

  .h-huge.p-bold.mb-0.xxl {
    font-size: 3.5rem;
  }

  .sticky-cards-wrapper {
    height: 560vh;
  }

  .aohm-col {
    padding-bottom: 2rem;
  }

  .content-wrap-happy-life {
    width: 70%;
  }

  .container-happy-life {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .wrap-service {
    height: 20vh;
  }

  .wrap-service.date-and-place {
    padding-left: 2.5rem;
  }

  .pricing1_component {
    grid-template-columns: 49% 2% 49%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-medium {
    justify-content: center;
    display: flex;
  }

  .button {
    padding: 1.25rem 1.5rem;
  }

  .button.is-outlined {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .button.is-full-size {
    width: 50%;
    padding: 1em;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .pricing1_button-wrapper {
    margin-top: 1.5rem;
  }

  .form-checkbox-label {
    font-size: .875rem;
  }

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

  .testimonial2_mask {
    max-width: 80vw;
  }

  .testimonial2_left-arrow, .testimonial2_right-arrow {
    bottom: -4.5rem;
  }

  .testimonial2_content {
    margin-right: 1.5rem;
    padding: 2rem;
  }

  .testimonial1_left-arrow {
    top: auto;
    bottom: -4.5rem;
    left: 0%;
    right: auto;
  }

  .testimonial1_component {
    max-width: 90vw;
    margin-bottom: 5rem;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial1_slide-content {
    padding: 2rem;
  }

  .testimonial1_right-arrow {
    top: auto;
    bottom: -4.5rem;
    left: 4rem;
    right: auto;
  }

  .content-wrap.vertical {
    min-height: 60vh;
    flex-direction: column;
  }

  .content-wrap.vertical._2.important {
    padding-right: 2.5rem;
  }

  .content-wrap.vertical.pricelist {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content-wrap.vertical.apply {
    flex-direction: column;
    align-items: center;
  }

  .content-div {
    width: 100%;
  }

  .slider-wrap-testimonial {
    justify-content: center;
  }

  .h2-much-more {
    margin-bottom: 0;
    font-size: 3rem;
  }

  .button-cta-home {
    z-index: 99;
    width: 125px;
    height: 125px;
    top: 9.2em;
    right: .4em;
  }

  .button-cta-home:hover {
    width: 125px;
    height: 125px;
  }

  .button-cta-home.service.rectangle {
    padding-left: 15px;
  }

  .h2-how-can-we-help {
    margin-bottom: 10rem;
  }

  .h1-service {
    font-size: 5.5rem;
    top: -100px;
  }

  .h1-text-span {
    font-size: 5rem;
  }

  .bg-video-service {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }

  .h2-bright {
    margin-bottom: 25px;
  }

  .big-text-block {
    margin-bottom: 50px;
  }

  .big-text-block.dark.center.results {
    font-size: 4rem;
  }

  .cta-wrap {
    margin-top: 2rem;
  }

  .text-wrapper-about {
    padding-left: 2em;
    padding-right: 2em;
  }

  .h1-heading-home {
    font-size: 3rem;
  }

  .fs-cc-prefs2_title {
    font-size: 20px;
  }

  .fs-cc-banner2_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner2_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner2_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .content-wrap-left-side {
    min-height: auto;
    align-items: flex-start;
    padding-top: 0%;
    padding-left: 0%;
  }

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

  .col-about-right {
    width: 50%;
  }

  .col-apply-left {
    width: 100%;
  }

  .col-apply-right {
    width: 40%;
  }

  .bg-video-overlay {
    height: 100vh;
  }

  .intem-content-important {
    margin-right: 0;
  }

  .navbar {
    justify-content: flex-end;
    display: flex;
  }

  .bg-video-interpreter {
    height: 65%;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link {
    background-color: #fff;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large-2 {
    font-size: 1.25rem;
  }

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .heading-small {
    font-size: 1rem;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .fs-styleguide_message-inner {
    border-radius: 0;
  }

  .fs-styleguide_message-outer {
    padding: 0;
  }

  .fs-styleguide_messege-content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_messege-heading {
    font-size: 2.5rem;
    line-height: .9;
  }

  .fs-styleguide_messege-heading-span {
    font-size: 1.5rem;
    font-weight: 500;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 32px;
  }

  .section.how-can-we-help {
    justify-content: space-around;
    margin-top: 0;
    top: 0;
  }

  .section.place-and-date {
    min-height: 100vh;
  }

  .section.place-and-date.important {
    min-height: auto;
  }

  .section.shorter {
    height: auto;
  }

  .container {
    padding: 1.1em 1em;
  }

  .container.home {
    min-height: 100vh;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.service {
    height: 80%;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.dateandplace {
    height: auto;
  }

  .container.about {
    padding-left: 1em;
    padding-right: 1em;
  }

  .content-rich-text {
    margin-left: 0%;
  }

  .content-rich-text blockquote {
    line-height: 1.2;
  }

  .content-rich-text li {
    padding-top: .25rem;
  }

  .content-rich-text h6 {
    padding-top: .5rem;
    padding-bottom: .25rem;
    line-height: 1.2;
  }

  .menu-wrapper.home-vertical {
    margin-bottom: 49px;
  }

  .menu-line {
    display: none;
  }

  .intro-subtitle-wrapper {
    width: 80%;
    top: 28rem;
  }

  .p-large.mb-normal {
    font-size: 1rem;
  }

  .p-large.mb-small {
    line-height: 1.2;
  }

  .p-large.lh12 {
    font-size: 1.3rem;
  }

  .p-huge {
    font-size: 1.1rem;
  }

  .p-huge.p-bold.service {
    font-size: 1.5rem;
  }

  .p-huge.p-bold.title {
    font-size: 32px;
  }

  .grid-row.row-nomar.weglot-is {
    flex-direction: column;
  }

  .btn-wrapper {
    width: 250px;
    margin: 0;
  }

  .col.nopad.col-6.sticky {
    width: 100%;
  }

  .col.nopad.col-6.weglot-is {
    width: 100%;
    top: 13.9vh;
  }

  .half-page.is {
    width: 100%;
    height: 65vh;
    justify-content: flex-end;
    padding-top: 0;
    top: 28.9vh;
  }

  .half-page.it-is-time {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer {
    grid-template-rows: auto auto auto;
    grid-template-columns: 33.33% 33.33% 33.33%;
  }

  .footer-bottom-text {
    white-space: normal;
    font-size: .875rem;
  }

  .aohm-card.iw3, .aohm-card.iw4, .aohm-card.iw2 {
    height: 15vh;
  }

  .aohm-card.iw1 {
    height: 15vh;
    background-image: none;
  }

  .aohm-card.iw5, .aohm-card.iw6 {
    height: 15vh;
  }

  .h-huge {
    font-size: 1.75rem;
  }

  .h-huge.p-bold.mb-0.xxl {
    font-size: 36px;
  }

  .sticky-cards-wrapper {
    height: 493vh;
  }

  .content-wrap-happy-life {
    width: 100%;
  }

  .wrap-service.date-and-place {
    padding-left: 0;
  }

  .max-width-small {
    width: 95%;
    max-width: none;
  }

  .pricing1_component {
    grid-row-gap: 2.5vh;
    grid-template-columns: 100%;
  }

  .container-large {
    height: auto;
    padding-top: 2.5em;
    padding-left: 1em;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button {
    letter-spacing: normal;
    padding: 1em;
  }

  .button.is-full-size {
    width: 100%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-vertical.padding-xlarge {
    padding-top: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-xsmall {
    max-width: none;
  }

  .form-input {
    height: 3.5rem;
    line-height: 1.2;
  }

  .form-input-row {
    grid-template-columns: 1fr;
  }

  .form-checkbox {
    padding-left: 0;
  }

  .form-checkbox-icon {
    width: 20px;
    height: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .form-checkbox-label {
    padding-left: 5px;
  }

  .contact1_component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-size-large, .text-size-large.dark {
    font-size: 14px;
  }

  .text-size-large.testimonial {
    line-height: 1.3;
  }

  .testimonial2_quote-icon {
    max-width: 20%;
  }

  .testimonial2_mask {
    max-width: none;
    overflow: hidden;
  }

  .testimonial2_content {
    height: 60vh;
    margin-right: 0;
    padding: 1.5rem;
  }

  .rich-text-block li {
    padding-bottom: 5px;
    font-weight: 500;
  }

  .testimonial1_left-arrow {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .testimonial1_component {
    max-width: 88vw;
    margin-bottom: 0;
  }

  .testimonial1_slide-content {
    padding: 1.5rem;
  }

  .testimonial1_right-arrow {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .content-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content-wrap.vertical {
    min-height: 90vh;
    justify-content: space-between;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrap.vertical._2 {
    align-items: flex-start;
    padding-left: 0;
    padding-right: 1rem;
  }

  .content-wrap.vertical._2.important, .content-wrap.vertical.apply {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content-wrap.date-and-place {
    min-height: 150vh;
    flex-direction: column;
    justify-content: center;
  }

  .content-wrap.results {
    padding-top: 0;
  }

  .content-div {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-wrap-testimonial {
    justify-content: center;
    margin-bottom: 25px;
  }

  .content-bg {
    width: 100vw;
    height: 50vh;
    background-position: 50%;
    position: relative;
  }

  .content-place-and-date {
    width: 100%;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .img-brand-logo {
    max-width: 65%;
  }

  .h2-much-more {
    text-align: center;
    white-space: normal;
    font-size: 3rem;
  }

  .h2-it-is-time {
    font-size: 2rem;
  }

  .text-block-bright {
    max-width: none;
    font-size: 1rem;
  }

  .text-block-how-can-we-help {
    font-size: 2rem;
    top: auto;
  }

  .button-cta-home {
    width: 100px;
    height: 100px;
    font-size: 12px;
    top: 95%;
    bottom: 9%;
    left: auto;
    right: 20%;
  }

  .button-cta-home:hover {
    width: 100px;
    height: 100px;
  }

  .button-cta-home.service.rectangle {
    padding-left: 15px;
  }

  .h2-how-can-we-help {
    margin-bottom: 5rem;
  }

  .footer-link {
    width: 50%;
    padding-left: .25em;
    padding-right: .25em;
    font-size: 1rem;
  }

  .footer-logo-img {
    max-width: 50%;
  }

  .footer-brand-link.w--current {
    margin-left: auto;
  }

  .h1-service {
    text-align: center;
    font-size: 42px;
    top: -100px;
  }

  .h1-text-span {
    font-size: 3rem;
  }

  .h2-bright {
    text-align: center;
    margin-top: 25px;
    font-size: 2rem;
    line-height: 1.2;
  }

  .big-text-block {
    text-align: center;
    font-size: 2.5rem;
  }

  .big-text-block.dark {
    font-size: 2rem;
  }

  .big-text-block.dark.center.results {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    font-size: 2rem;
  }

  .cta-wrap {
    width: 100%;
  }

  .h2-about {
    margin-top: 0;
    font-size: 36px;
  }

  .bg-about {
    height: auto;
    min-height: auto;
  }

  .text-wrapper-about {
    padding-left: 1em;
    padding-right: 1em;
  }

  .h1-heading-home {
    color: #fff;
    font-size: 2rem;
  }

  .fs-cc-prefs2_close {
    padding: 8px;
  }

  .fs-cc-prefs2_label {
    font-size: 14px;
  }

  .fs-cc-prefs2_title {
    font-size: 18px;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: 8px;
  }

  .fs-cc-prefs2_content {
    padding: 24px;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .h2-question {
    padding-left: 1rem;
    font-size: 2.1rem;
  }

  .content-wrap-left-side {
    justify-content: flex-start;
    padding-top: 5%;
    padding-left: 5%;
  }

  .footer-link-wrap {
    flex-direction: row;
    justify-content: center;
  }

  .heading-wrapper {
    padding-left: 0%;
  }

  .content-wrapper-about {
    padding-top: 0;
  }

  .col-about-right {
    width: 50%;
  }

  .col-apply-right {
    width: 100%;
  }

  .bold-text {
    line-height: 1.2;
  }

  .img-logo-at-packages {
    max-width: 60%;
  }

  .item-trigger-important {
    align-items: center;
  }

  .h2-application {
    font-size: 36px;
  }

  .bg-video-interpreter {
    width: 100vw;
    height: 25vh;
  }

  .rich-text-apply li {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .fs-cc-banner2_component-2 {
    width: 100%;
  }

  .fs-cc-prefs2_component-2 {
    padding: 24px;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .show-mobile-portrait {
    display: block;
  }

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

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .container-large-2.results {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }
}

#w-node-_96b33655-892c-44b1-69cb-801c99148a16-336e802b {
  align-self: center;
  justify-self: center;
}

#w-node-_41079b09-5479-f777-ae0b-7b0a336e802c-336e802b, #w-node-dea155f6-1392-c1cc-58e8-ed9b4785b51a-336e802b {
  justify-self: center;
}

#w-node-af57d378-b582-8659-c79b-9fb7af536e8e-f9a31ab6 {
  align-self: start;
}

#w-node-af57d378-b582-8659-c79b-9fb7af536ea9-f9a31ab6 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_5fcb61a9-d35c-6ffd-e781-62e612b93aa8-f9a31ab6 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_5fcb61a9-d35c-6ffd-e781-62e612b93aba-f9a31ab6 {
  grid-area: 1 / 2 / 3 / 3;
}

@media screen and (max-width: 767px) {
  #w-node-b5c9d16e-652d-d16b-d145-fa0a0508e2e6-f0a31aad, #w-node-b5c9d16e-652d-d16b-d145-fa0a0508e2de-f0a31aad, #w-node-b5c9d16e-652d-d16b-d145-fa0a0508e2da-f0a31aad, #w-node-b5c9d16e-652d-d16b-d145-fa0a0508e2e2-f0a31aad {
    justify-self: center;
  }

  #w-node-_5fcb61a9-d35c-6ffd-e781-62e612b93aba-f9a31ab6 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_96b33655-892c-44b1-69cb-801c99148a16-336e802b {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_41079b09-5479-f777-ae0b-7b0a336e802c-336e802b {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-dea155f6-1392-c1cc-58e8-ed9b4785b51a-336e802b {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-af57d378-b582-8659-c79b-9fb7af536ea9-f9a31ab6 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}