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

.body {
  background-color: #0c0c0c;
  font-family: 'Basiercircle webfont', sans-serif;
  color: #fff;
}

.heading {
  position: relative;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #efefef;
  font-size: 64px;
  line-height: 91px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.03em;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 33px;
  padding-bottom: 20px;
  background-color: hsla(0, 0%, 86.7%, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0c0c0c), to(rgba(12, 12, 12, 0.1)));
  background-image: linear-gradient(180deg, #0c0c0c, rgba(12, 12, 12, 0.1));
}

.nav-link {
  padding: 10px;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.01em;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section {
  position: static;
  margin-top: 295px;
  margin-bottom: 290px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f192a9), to(#dfbd7c));
  background-image: linear-gradient(180deg, #f192a9, #dfbd7c);
  font-family: 'Argestadisplay webfont', sans-serif;
  font-size: 33px;
  line-height: 47px;
  font-weight: 400;
  letter-spacing: -0.04em;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-2.second {
  background-image: linear-gradient(342deg, #f192a9, #dfbd7c);
}

.text-block {
  display: block;
  margin-top: 40px;
  margin-right: 40px;
  margin-left: 40px;
  font-family: 'Noto Serif', sans-serif;
  color: hsla(0, 0%, 100%, 0.13);
  line-height: 164px;
}

.quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 163px;
  line-height: 232px;
}

.small-headline {
  margin-top: 60px;
  margin-bottom: 20px;
  color: hsla(0, 0%, 100%, 0.4);
  line-height: 19px;
  letter-spacing: 0.04em;
}

.small-headline.investment {
  margin-bottom: 40px;
}

.projects-grid {
  margin-bottom: 110px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-2 {
  padding: 10px 10px 20px;
  background-color: #1b1b1b;
  color: hsla(0, 0%, 100%, 0.7);
}

.div-block-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 261px;
  margin-bottom: 27px;
  padding: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.04);
}

.div-block-3.et {
  padding-top: 60px;
  padding-bottom: 60px;
}

.image {
  display: block;
  max-height: 200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image.et {
  max-height: 125px;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.paragraph {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  font-size: 20px;
  line-height: 28px;
}

.interest-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 36px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
}

.areas-of-interest {
  justify-items: stretch;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.interest-heading {
  display: block;
  margin-top: 0px;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.interest-text {
  display: block;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.interest-div {
  display: inline-block;
}

.interest-logo {
  margin-right: 35px;
}

.image-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 35%;
}

.hero-block {
  position: relative;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.image-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 23%;
  bottom: -11%;
}

.image-5 {
  position: absolute;
  left: auto;
  top: 25%;
  right: 0%;
  bottom: auto;
}

.shadow-left {
  margin-right: 64px;
  padding-right: 20px;
  padding-left: 64px;
  border-top-right-radius: 50px;
  background-image: linear-gradient(213deg, hsla(0, 0%, 100%, 0.05), hsla(0, 0%, 100%, 0) 41%);
}

.section-2 {
  padding-top: 185px;
}

.shadow-right {
  margin-left: 64px;
  padding-right: 64px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-top-left-radius: 50px;
  background-image: linear-gradient(168deg, hsla(0, 0%, 100%, 0.05), hsla(0, 0%, 100%, 0) 79%);
}

.stages-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.stage-img {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.stage-div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stage-heading {
  margin-bottom: 10px;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.stage-paragraph {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wave {
  opacity: 0.4;
}

.divider-text {
  padding-right: 10px;
  padding-left: 10px;
  color: hsla(0, 0%, 100%, 0.4);
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.investment-subheading {
  background-image: linear-gradient(225deg, #f192a9, #dfbd7c);
  font-family: 'Argestadisplay webfont', sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.04em;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.invesment-heading {
  margin-bottom: 40px;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 40px;
  line-height: 57px;
  font-weight: 600;
  text-align: center;
}

.investment-paragraph {
  max-width: 620px;
  margin-bottom: 40px;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.button {
  margin-right: auto;
  margin-left: auto;
  padding: 12px 28px;
  border-radius: 76px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.text-span-2 {
  margin-left: 20px;
  font-family: 'Fa solid 900', sans-serif;
}

.section-4 {
  margin-top: 180px;
  margin-bottom: 100px;
}

.footer-section {
  background-image: linear-gradient(240deg, #f7a2b6 16%, #f8d288 41%);
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 55px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-cta {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Argestadisplay webfont', sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 51px;
  letter-spacing: -0.04em;
}

.footer-line {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.08);
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-2 {
  padding: 15px 31px;
  border-radius: 76px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.text-span-3 {
  padding-left: 17px;
  font-family: 'Fa solid 900', sans-serif;
}

.footer-copyright {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  line-height: 22px;
}

.clock {
  padding-right: 11px;
  font-family: 'Fa 400', sans-serif;
  color: rgba(0, 0, 0, 0.45);
  font-size: 26px;
  line-height: 24px;
}

.footer-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  line-height: 22px;
}

.text-span-5 {
  color: #585858;
}

.text-block-9 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin: 10px;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.43);
  color: hsla(0, 0%, 100%, 0.7);
}

.about-paragraph {
  display: block;
  max-width: 790px;
  margin-left: 155px;
  font-family: 'Basiercircle webfont', sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
  line-height: 34.5px;
}

.container-5 {
  position: relative;
  max-width: 700px;
  margin-top: 60px;
  margin-bottom: 126px;
}

.process-block {
  display: inline-block;
  padding: 29px 62px;
  border-radius: 125px;
  background-color: hsla(0, 0%, 100%, 0.1);
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
  line-height: 27px;
  text-align: center;
}

.process-block.second {
  position: static;
  margin-top: 60px;
  margin-left: 300px;
  padding-right: 42px;
  padding-left: 42px;
}

.process-block.third {
  margin-top: 60px;
  margin-left: 20px;
}

.arrow-right {
  position: absolute;
  left: 50%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 60px;
  margin-left: 40px;
}

.arrow-left {
  position: absolute;
  left: 16%;
  top: auto;
  right: auto;
  bottom: 30%;
}

.container-6 {
  max-width: 1240px;
}

.typeform-embed {
  margin: 20px;
}

.close-modal-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  margin-top: 40px;
  margin-right: 40px;
  cursor: pointer;
}

.contact-us {
  position: relative;
  width: 800px;
  border: 1px solid #2c2c2c;
  border-radius: 10px;
  background-color: #000;
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 35px;
  padding-left: 40px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f192a9), to(#dfbd7c));
  background-image: linear-gradient(180deg, #f192a9, #dfbd7c);
  font-family: 'Argestadisplay webfont', sans-serif;
  font-size: 33px;
  line-height: 47px;
  font-weight: 400;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.div-block-15 {
  position: static;
  top: 0px;
  width: 100%;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed {
  display: block;
}

.arrow-down {
  display: none;
}

.slider {
  min-height: 425px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.slide-nav {
  display: none;
}

.link-block-3 {
  text-decoration: none;
}

.icon {
  background-image: linear-gradient(342deg, #f192a9, #dfbd7c);
  font-size: 30px;
  line-height: 30px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 991px) {
  .heading-2 {
    font-size: 28px;
    line-height: 42px;
  }

  .text-block {
    margin-left: 0px;
  }

  .div-block-3 {
    padding: 50px;
  }

  .about-paragraph {
    margin-right: 20px;
    margin-left: 0px;
  }

  .container-6.second {
    padding-left: 20px;
  }

  .contact-us {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 32px;
    line-height: 45px;
  }

  .navbar {
    margin-right: 10px;
    margin-left: 10px;
  }

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

  .text-block {
    margin-right: 20px;
    margin-left: 0px;
  }

  .div-block-3 {
    min-height: 188px;
  }

  .div-block-3.et {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image.et {
    max-height: 109px;
  }

  .areas-of-interest {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-3 {
    left: 5%;
  }

  .image-5 {
    top: 0%;
    right: 10%;
  }

  .shadow-left {
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .shadow-right {
    margin-left: 0px;
    padding-right: 32px;
    padding-left: 20px;
  }

  .stages-grid {
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .stage-heading {
    display: inline-block;
    margin-left: 10px;
  }

  .divider {
    overflow: hidden;
  }

  .divider-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .container-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-cta {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-5 {
    margin-bottom: 68px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .process-block {
    display: block;
    padding: 22px 55px;
    font-size: 14px;
    line-height: 24px;
  }

  .process-block.second {
    display: block;
    margin-top: 0px;
    margin-left: 0px;
  }

  .process-block.third {
    margin-top: 0px;
    margin-left: 0px;
  }

  .arrow-right {
    display: none;
  }

  .arrow-left {
    display: none;
  }

  .container-6 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .close-modal-button {
    margin-top: 20px;
    margin-right: 20px;
  }

  .heading-12 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .arrow-down {
    display: block;
    margin: 20px auto;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 32px;
    line-height: 45px;
  }

  .navbar {
    margin-right: 10px;
    margin-left: 10px;
  }

  .section {
    margin-top: 220px;
    margin-bottom: 190px;
  }

  .heading-2 {
    margin-bottom: 35px;
  }

  .text-block {
    display: block;
    margin-top: 60px;
    font-size: 103px;
    line-height: 50px;
  }

  .quote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .small-headline {
    font-size: 12px;
  }

  .projects-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph {
    font-size: 16px;
    line-height: 22px;
  }

  .interest-area {
    padding: 20px;
  }

  .areas-of-interest {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .interest-heading {
    font-size: 16px;
    line-height: 22px;
  }

  .interest-text {
    font-size: 14px;
    line-height: 20px;
  }

  .interest-logo {
    margin-right: 20px;
  }

  .image-3 {
    left: 5%;
  }

  .image-4 {
    bottom: -46%;
  }

  .image-5 {
    top: -21%;
    right: 10%;
  }

  .stages-grid {
    margin-top: 60px;
  }

  .stage-img {
    max-width: 23px;
    margin-bottom: 10px;
  }

  .stage-heading {
    display: inline-block;
    font-size: 18px;
    line-height: 27px;
  }

  .stage-paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .divider {
    overflow: hidden;
  }

  .divider-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .investment-subheading {
    font-size: 18px;
    line-height: 26px;
  }

  .invesment-heading {
    margin-top: 0px;
    margin-bottom: 28px;
    font-size: 22px;
    line-height: 31px;
  }

  .investment-paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .section-4 {
    margin-top: 100px;
  }

  .footer-cta {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
  }

  .footer-container {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-copyright {
    max-width: 245px;
    margin-bottom: 20px;
    text-align: center;
  }

  .footer-time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-paragraph {
    margin-right: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .process-block.second {
    padding-right: 20px;
    padding-left: 20px;
  }

  .process-block.third {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-6 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container-6.first {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .slider {
    min-height: 700px;
  }

  .icon {
    display: none;
  }
}

#w-node-_90651895-0df2-ffad-9863-84903677c17e-5e41545f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3a0fb50f-959a-66c6-86da-95f9dc62cc44-5e41545f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_700732ac-b0d3-1109-a8d4-f1e3cb75e424-5e41545f {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_90651895-0df2-ffad-9863-84903677c17e-5e41545f {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3a0fb50f-959a-66c6-86da-95f9dc62cc44-5e41545f {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_700732ac-b0d3-1109-a8d4-f1e3cb75e424-5e41545f {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basiercircle webfont';
  src: url('../fonts/basiercircle-semibold-webfont.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basiercircle webfont';
  src: url('../fonts/basiercircle-medium-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basiercircle webfont';
  src: url('../fonts/basiercircle-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basiercircle webfont';
  src: url('../fonts/basiercircle-bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Argestadisplay webfont';
  src: url('../fonts/argestadisplay-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}