:root {
  --dark-sea-green: #95a880;
  --black-2: #222;
  --white: white;
  --honeydew: #ebf4e1;
  --dim-grey: #6c706f;
  --black: black;
}

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

h1 {
  color: var(--dark-sea-green);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--black-2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--black-2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--black-2);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--black-2);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--black-2);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--black-2);
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.heading-card {
  z-index: 1;
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.hero-section2 {
  height: 100vh;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.hero-section2.nav-link-2 {
  padding: 75px 0;
}

.hero-slider {
  background-color: #0000;
  height: 100%;
}

.left-arrow, .right-arrow {
  display: none;
}

.background-slide {
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.wrapper-text-slider {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 65%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.overflow-wrap {
  overflow: hidden;
}

.slider-heading {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 7vw;
  font-weight: 400;
  line-height: 1.1;
}

.slider-heading.margin {
  color: #fff;
  margin-left: 35%;
  font-family: Poppins, sans-serif;
  font-size: 7vw;
  font-weight: 400;
}

.slider-heading.slider {
  z-index: 2;
  color: var(--dark-sea-green);
  text-transform: none;
  mix-blend-mode: multiply;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 8.125rem;
  position: relative;
  top: 95px;
}

.slide-nav {
  opacity: .6;
  color: #a71313;
  justify-content: space-between;
  align-items: center;
  width: 80px;
  font-size: 8px;
  display: none;
  inset: auto auto 140px 80px;
}

.image {
  background-image: url('../images/Imagem-1.png');
  background-position: 100% 0;
  background-size: cover;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 20px 60px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.white {
  background-color: #0000;
}

.burger-line {
  background-color: #000;
  width: 23px;
  height: 1px;
  margin-bottom: 0;
}

.burger-line.absolute {
  background-color: #000;
  width: 30px;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: absolute;
}

.burger-line.absolute.white {
  background-color: var(--white);
}

.burger-line.bottom {
  width: 18px;
  margin-top: 11px;
  margin-bottom: 0;
}

.burger-line.bottom.white, .burger-line.white {
  background-color: var(--white);
}

.menu-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: auto;
  padding: 10px 0 0;
  display: flex;
  overflow: hidden;
}

.menu-button.w--open {
  z-index: 999;
  background-color: #0000;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.video {
  z-index: 2;
  width: 75%;
  height: 80vh;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.container.padding {
  border: 1px #000;
  border-top: 1px solid #ccc;
  justify-content: flex-end;
  padding-top: 8rem;
  padding-bottom: 3.75rem;
  position: relative;
}

.container.padding.margin {
  margin-bottom: 100px;
}

.container.treatments {
  border: 1px #000;
  border-top-color: #ccc;
  justify-content: flex-start;
  width: 75%;
  padding-top: 4rem;
  padding-bottom: 3.75rem;
  position: relative;
}

.nav-menu {
  background-color: #0000;
  height: 100vw;
  padding-top: 0;
  inset: 0%;
}

.background-navbar {
  background-color: var(--white);
  height: 100vh;
  position: absolute;
  inset: 0 0% 0%;
}

.wrap-link-menu {
  z-index: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  height: 100vh;
  padding: 10% 15%;
  display: flex;
  position: relative;
  top: -100px;
}

.wrap-link-menu.footer {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: static;
}

.nav-link {
  color: #222;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 2vw;
  text-decoration: none;
  transition: color .4s ease-in-out;
  display: block;
}

.nav-link:hover {
  color: var(--dark-sea-green);
}

.nav-link.w--current {
  color: var(--dim-grey);
}

.nav-link.thin {
  text-transform: uppercase;
  font-size: 14px;
}

.nav-link.blog {
  display: none;
}

.nav-link.sobre, .nav-link.tratamentos {
  display: block;
}

.container-link-menu {
  text-decoration: none;
}

.container-link-menu.hero {
  z-index: 2;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.menu-collumn {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.menu-collumn.right {
  align-items: flex-end;
}

.address-grid-menu {
  grid-template-rows: auto;
  padding-left: 25px;
  position: relative;
}

.addrass-wrap-menu {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.addres-paragraph {
  color: #9b9b9b;
  text-align: left;
  margin-bottom: 5px;
}

.addres-paragraph.tiitle {
  color: var(--dark-sea-green);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}

.section-content {
  padding-top: 100px;
  padding-bottom: 50px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area-2 ."
                 ". Area-3 Area-4"
                 "Area-5 Area-6 ."
                 "Area-7 Area-8 ."
                 "Area-9 . ."
                 / 1.1fr 1.55fr .7fr;
}

.wrapper-description {
  padding-bottom: 100px;
  padding-left: 15%;
}

.wrapper-description.padding {
  padding: 4.87rem;
}

.wrapper-description.padding.background {
  background-color: var(--dark-sea-green);
  padding-top: 7.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.main-heading {
  color: var(--dark-sea-green);
  font-family: Questrial, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: .8;
}

.main-heading.section {
  color: #222;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
  transition: color .4s ease-in-out;
}

.main-heading.section:hover {
  color: var(--dark-sea-green);
}

.main-heading.section.white {
  z-index: 1;
  color: var(--white);
  text-transform: uppercase;
  font-size: 1.7rem;
  line-height: 1;
  position: relative;
}

.main-heading.section.white.big-screen {
  display: none;
}

.main-heading.upper {
  text-transform: uppercase;
}

.main-paragraph {
  color: #222;
  text-transform: none;
  margin-top: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.main-paragraph.margin {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.main-paragraph.slider {
  width: 30%;
  margin-top: 30px;
  font-size: 17px;
  font-weight: 400;
}

.card {
  background-color: var(--dim-grey);
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: 400px;
  height: 250px;
  margin-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.card.up {
  margin-top: 300px;
}

.card.action {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.link {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.background-description {
  background-image: url('../images/Imagem-2.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .9s cubic-bezier(.86, 0, .07, 1);
}

.background-description:hover {
  background-size: auto 100%;
}

.background-description.second {
  background-image: url('../images/Imagem-3.png');
  width: 100%;
  height: 110%;
}

.background-description.third {
  background-image: url('../images/Imagem-4.png');
  background-position: 100%;
}

.section-slider {
  flex-direction: column;
  align-items: stretch;
  height: 100vh;
  margin-top: 50px;
  margin-bottom: 0;
  display: flex;
}

.slider-home {
  background-color: #0000;
  width: 100%;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.left-arrow-2 {
  display: none;
}

.mask-slide-home {
  overflow: visible;
}

.wrapper-image-slide-home {
  width: 90%;
  height: 100%;
  margin-left: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.bg-slider-home {
  background-image: linear-gradient(56deg, #95a88080 19%, #ebf4e1b3), url('../images/Imagem-5.png');
  background-position: 0 0, 50% 41%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: static;
}

.bg-slider-home.second {
  background-image: linear-gradient(#95a88080, #ebf4e1b3), url('../images/Imagem-6.png');
  background-position: 0 0, 50% 0;
}

.bg-slider-home.third {
  background-image: linear-gradient(90deg, #ebf4e1b3, #95a88080), url('../images/Imagem-7.png');
  background-position: 0 0, 100% 0;
}

.wrapper-slide-home {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 100%;
  margin: auto;
  display: flex;
  position: relative;
}

.right-arrow-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  right: 7%;
}

.next-text {
  font-size: 18px;
  line-height: 1;
}

.button-next {
  background-color: var(--dark-sea-green);
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px 6px 13px;
  display: flex;
}

.section-numbers {
  background-color: var(--dark-sea-green);
  height: auto;
  padding: 15rem 4rem;
  overflow: hidden;
}

.grid-number {
  grid-column-gap: 4rem;
  grid-row-gap: 7rem;
  grid-template: ". Area Area-2 . Area-3"
                 "Area-4 . Area-5 . ."
                 ". Area-6 . . Area-7"
                 ". Area-8 Area-8 Area-8 ."
                 / 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper-number.second {
  align-items: flex-start;
  display: flex;
}

.heading-number {
  color: #529bb6;
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  font-family: Questrial, sans-serif;
  font-size: 13.75rem;
  font-weight: 400;
  line-height: 1;
}

.heading-number.second {
  font-size: 5.5vw;
}

.heading-number.second.white {
  z-index: 3;
  direction: ltr;
  color: var(--white);
  text-transform: capitalize;
  white-space: nowrap;
  font-size: 7vw;
  line-height: 1.2;
  position: absolute;
}

.heading-number.second.white._2 {
  margin-top: 0;
  margin-bottom: 11px;
  inset: 9.2rem 0% auto auto;
}

.wrapper-text-number {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 10px;
  display: flex;
}

.paragraph-number {
  color: var(--white);
  margin-top: 0;
  font-size: 1.5vw;
  line-height: 1.2;
}

.paragraph-number.second {
  margin-top: 30px;
  margin-left: 60px;
}

.wrapper-scroll-orizzontal {
  margin-top: 100px;
}

.wrapper-scroll-orizzontal.white {
  z-index: 2;
  z-index: 2;
  flex-direction: row;
  align-items: center;
  height: 11rem;
  margin-top: 220px;
  margin-bottom: 220px;
  display: flex;
  position: relative;
}

.footer {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 20px 40px 115px;
  display: flex;
}

.social-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  position: static;
  inset: auto 0% -66%;
}

.social-wrap {
  background-color: #bbb;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.image-2 {
  z-index: 1;
  background-color: #0000;
  border-radius: 0%;
  position: relative;
}

.bg-effect {
  background-color: var(--dark-sea-green);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: start;
  margin-left: 40px;
  margin-right: auto;
}

.footer-grid.bottom {
  grid-template-columns: 1fr 1fr;
  width: auto;
  margin-top: 15%;
  margin-right: 40px;
}

.wrap-copiwrite {
  margin-left: 0;
  position: static;
  bottom: 15px;
}

.text-block {
  color: #888;
}

.bold-text {
  font-size: 10px;
}

.wrap-link-footer {
  flex-direction: row;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.top-text {
  color: #9b9b9b;
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-right: 40px;
  font-family: Lato, sans-serif;
  font-size: 11px;
}

.copyright-link {
  color: #529bb6;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.text-credits {
  color: #9b9b9b;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-family: Lato, sans-serif;
  font-size: 11px;
}

.wrapper-info {
  z-index: 2;
  align-items: flex-end;
  width: 55%;
  padding: 2% 40px;
  display: flex;
  position: absolute;
  inset: auto 7% 0% auto;
  overflow: hidden;
}

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

.icon {
  position: relative;
}

.absolute-bg {
  background-color: var(--white);
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.hover-bg {
  background-color: var(--dark-sea-green);
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.hover-bg.second {
  background-color: var(--dim-grey);
}

.container-card {
  width: 100%;
  max-width: 2000px;
  height: 100%;
}

.card-hme {
  z-index: 2;
  background-color: #0000;
  border-radius: 5px;
  width: 23%;
  padding: 7.5rem 1.85rem;
  position: relative;
}

.banner-wrapper {
  z-index: 0;
  opacity: .65;
  background-color: #0000;
  background-image: url('../images/Imagem-8.png');
  background-position: 50%;
  background-size: cover;
  min-width: 500px;
  height: 400px;
  position: absolute;
  inset: 0%;
}

.bg {
  background-color: var(--dark-sea-green);
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.wrapper-image-home {
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-about {
  background-color: var(--honeydew);
  background-image: linear-gradient(to bottom, var(--dark-sea-green), var(--dark-sea-green));
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.hero-heading {
  color: var(--white);
  max-width: none;
  margin: auto 15% 20px;
  font-family: Poppins, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  inset: 30% 0% auto;
}

.hero-heading.contact {
  color: #222;
  margin-left: 0%;
  margin-right: 0%;
  font-size: 5rem;
  position: static;
}

.hero-heading.faq {
  color: #222;
  margin-bottom: 100px;
  margin-left: 0%;
  margin-right: 0%;
  font-size: 5rem;
  position: static;
}

.hero-grid {
  grid-column-gap: 178px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 7.8rem;
  margin-left: 15%;
  margin-right: 25px;
  display: grid;
  overflow: visible;
}

.hero-grid.sobe {
  grid-column-gap: 90px;
  margin-bottom: 9em;
  margin-left: 15%;
}

.hero-link-text {
  color: var(--white);
  margin-top: 5px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
}

.section-we-are {
  flex-direction: column;
  align-items: center;
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  display: block;
  position: relative;
}

.heading-blog {
  color: var(--dark-sea-green);
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.187rem;
}

.collumn-blog {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-bottom: auto;
  display: flex;
  overflow: visible;
}

.collumn-blog.treatments {
  align-items: center;
  width: 55%;
  margin-left: auto;
  margin-right: 0;
  padding-top: 0;
}

.collumn-blog.treatments.no-margin {
  margin-left: 0;
}

.main-paragraph-blog {
  color: #222;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 1rem;
  line-height: 1.4;
}

.main-paragraph-blog.second {
  margin-top: 0;
}

.main-paragraph-blog.menos {
  margin-top: 0;
  margin-bottom: 20px;
}

.image-about {
  width: 100%;
  max-width: none;
  height: 120%;
  margin-bottom: 0%;
  position: static;
  inset: -5% 0% auto auto;
}

.image-about._1 {
  background-image: url('../images/Imagem-9.png');
  background-position: 50%;
  background-size: cover;
}

.image-about._2 {
  background-image: url('../images/Imagem-10.png');
  background-position: 50%;
  background-size: cover;
}

.collumn-about {
  width: 48%;
  position: absolute;
  inset: -13% 0% auto auto;
}

.overflow-wrapper-image {
  justify-content: flex-start;
  align-items: center;
  height: 550px;
  margin-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.section-orthodontics {
  height: auto;
  margin-top: 140px;
  padding-top: 140px;
  padding-bottom: 0;
  position: relative;
}

.section-orthodontics.final {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
}

.section-fixed {
  background-image: url('../images/papel-de-parede-mf.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 90vh;
}

.text-title-section {
  color: #ccc;
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 1;
}

.title-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: auto;
  margin-left: 0;
  margin-right: auto;
  padding: 7px 5px;
  display: block;
  position: relative;
}

.title-section.relative {
  top: -12px;
  left: -18%;
}

.hero-about-link {
  text-decoration: none;
}

.main {
  width: 100%;
  height: auto;
  padding-left: 65px;
  padding-right: 0;
  overflow: hidden;
}

.main.flex {
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0;
  display: flex;
}

.blog-collection-list-wraper {
  width: 90%;
  max-width: 1500px;
  margin-left: 20px;
  margin-right: 20px;
}

.main-container {
  flex-direction: row-reverse;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 10px;
  margin-right: 10px;
  display: grid;
}

.empty-state-wrapper {
  text-align: center;
  font-family: Poppins, sans-serif;
}

.post-card {
  width: 100%;
  height: auto;
  text-decoration: none;
}

.card-bg {
  background-color: #0000;
  height: 300px;
}

.card-image {
  height: 100%;
}

.hover-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
  height: 300px;
  transition: all .4s ease-in-out;
}

.hover-image:hover {
  background-size: 130%;
}

.wrap-text-product {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 40px;
  display: flex;
}

.heading-post {
  color: #222;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
}

.text-block-8 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.hero-news {
  background-color: #283b59;
  padding-top: 220px;
  overflow: hidden;
}

.hero-slider-news {
  background-color: #0000;
  height: auto;
  margin-top: 94px;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.hero-slider-mask {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.slider-news {
  width: 100%;
  height: auto;
  margin-left: 0;
  padding-left: 60px;
  padding-right: 60px;
  bottom: auto;
}

.wrapper-image-slide {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 600px;
  margin-top: auto;
  display: flex;
  overflow: hidden;
}

.news-image {
  width: auto;
  max-width: none;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.collection-list-wrapper {
  margin-top: auto;
  position: relative;
  bottom: 0;
}

.hero-heading-news {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.span-text {
  color: #529bb6;
  font-weight: 400;
}

.heading-news-page {
  color: var(--white);
  margin-top: 77px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 4.2vw;
  font-weight: 400;
  line-height: 1;
}

.date-blog-post {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.heading-news-post {
  color: var(--white);
  text-align: center;
  text-transform: none;
  width: 60%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
}

.collection-item {
  padding-bottom: 100px;
}

.nav-slide {
  opacity: .6;
  justify-content: space-around;
  width: 10%;
  font-size: 10px;
  display: flex;
}

.left-arrow-news {
  color: #39b5e2;
  font-size: 20px;
  top: -27%;
  left: 11%;
}

.icon-arrow {
  left: auto;
  right: auto;
}

.right-arrow-news {
  color: #39b5e2;
  justify-content: center;
  font-size: 20px;
  display: flex;
  top: -27%;
  left: auto;
  right: 11%;
}

.hero-blog-post-page {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.heading-blog-post {
  width: 50vw;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Poppins, sans-serif;
  font-size: 5vw;
  line-height: 1.4;
}

.date-text {
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.parallax-section {
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
  overflow: hidden;
}

.parallax-image {
  width: 120%;
  max-width: none;
  height: auto;
}

.wrapper-second-image {
  height: auto;
  padding-top: 40px;
  padding-bottom: 0;
  position: relative;
}

.date-wrapper {
  width: 50vw;
  padding-bottom: 20px;
  position: absolute;
  inset: auto auto 0%;
}

.contat-section {
  padding-top: 140px;
}

.grid-section {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  max-width: 1400px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.body {
  padding-top: 140px;
}

.paragraph-contact {
  margin-bottom: 10px;
  font-size: 1.1rem;
  line-height: 1.2;
}

.paragraph-contact.margin {
  margin-top: 20px;
}

.heading-contact {
  color: var(--dark-sea-green);
  margin-top: 60px;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}

.text-span-2 {
  color: var(--dark-sea-green);
}

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

.text-field {
  width: 100%;
  height: 50px;
  font-family: Poppins, sans-serif;
}

.textarea {
  width: 100%;
  height: auto;
  margin-right: 20px;
}

.wrapper-content-form {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.form-wrap {
  width: 50%;
  padding-right: 20px;
}

.form-wrap.no-padding {
  padding-right: 0;
}

.form {
  background-color: #fff;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
}

.collumn-contact-second {
  padding-left: 100px;
  padding-right: 100px;
}

.collumn-contact {
  padding-top: 365px;
  padding-left: 40px;
}

.submit-button {
  background-color: var(--dim-grey);
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 20px;
  padding: 24px 64px;
  font-family: Poppins, sans-serif;
  transition: background-color .2s ease-in-out;
}

.submit-button:hover {
  background-color: var(--dark-sea-green);
}

.faq-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-width: 1400px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.collumn-faq-grid {
  padding-top: 0;
  padding-left: 0;
  padding-right: 100px;
  position: relative;
}

.paragraph-dropdown {
  color: #000;
  width: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 300;
}

.paragraph-dropdown.grid {
  width: 70%;
  margin-top: 0;
  margin-left: 0;
  font-size: 20px;
  font-weight: 300;
}

.faq-text {
  color: var(--dark-sea-green);
  margin-bottom: 3px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.main-heading-faq {
  color: #000;
  width: auto;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 70px;
  line-height: 1;
}

.main-heading-faq.intro {
  z-index: 1;
  border-left: 5px solid #d0c65f;
  width: 65%;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 0;
  font-size: 30px;
  position: relative;
}

.main-heading-faq.intro.courses {
  border: 1px #000;
  border-bottom: 1px solid #aaa;
  width: auto;
  margin-bottom: 25px;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 1;
  left: 0;
}

.faq-dropdown-list {
  position: static;
}

.faq-dropdown-list.w--open {
  background-color: #0000;
  padding-top: 20px;
  padding-left: 10px;
}

.dropdown-lisr-faq {
  background-color: #0000;
}

.dropdown-lisr-faq.w--open {
  padding-top: 20px;
  padding-left: 10px;
  position: static;
}

.list-dropdown-faq {
  position: static;
}

.list-dropdown-faq.w--open {
  background-color: #0000;
  padding-top: 20px;
  padding-left: 9px;
}

.faq-dropdown {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.faq-dropdown.hide {
  display: none;
}

.dropdown-toggle-faq {
  border-bottom: 1px solid #d0c65f;
  width: 100%;
  padding: 0 10px 2px;
}

.dropdown-toggle-faq.faq {
  border: 1px #000;
}

.dropdown-icon-faq {
  color: #d0c65f;
  margin-right: 10px;
}

.dropdown-icon-faq.faq {
  color: var(--dark-sea-green);
}

.faq-div {
  width: 69%;
  margin-left: 0;
  margin-right: auto;
}

.faq-div.page {
  width: auto;
  margin-top: 40px;
}

.text-span-secod {
  color: var(--dark-sea-green);
  text-transform: uppercase;
}

.wrapper-intro-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: auto;
  margin-left: 0;
  margin-right: auto;
  padding: 7px 5px;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: 0% auto auto 15%;
}

.faq-section {
  padding-top: 220px;
}

.changelog-section {
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.changelog-container {
  background-color: #0000;
  border: 1px solid #f0f0f0;
  padding: 55px;
}

.changelog-text {
  margin-bottom: 0;
}

.licensing-container {
  background-color: #0000;
  background-image: linear-gradient(#ffffffd4, #ffffffd4);
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 60%;
  height: auto;
  margin-bottom: 10px;
  padding: 40px;
  display: flex;
}

.licensing-text-wrapper {
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.licensing-link-wrapper {
  align-items: center;
  display: flex;
}

.licensing-head {
  color: #222;
  margin-bottom: 0;
  font-weight: 500;
}

.license-link {
  color: #222;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.licensing-paragraph {
  color: #222;
  text-align: left;
  margin-bottom: 0;
}

.licensing {
  color: #222;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 3.5vw;
  line-height: 1.2;
}

.source-link {
  color: #222;
  margin-right: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.licensing-section {
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.utility-page-wrap {
  background-image: linear-gradient(#4bdcee, #4bdcee);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-wrap._2 {
  background-image: linear-gradient(to bottom, var(--honeydew), var(--honeydew));
}

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

.utility-page-form {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
}

.heading-form {
  color: #550266;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.text-field-password {
  background-color: var(--white);
  color: #222;
  text-align: left;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
}

._404-heading {
  color: var(--dim-grey);
  font-family: Lato, sans-serif;
}

.wrapper-404 {
  color: var(--white);
  font-family: Poppins, sans-serif;
}

.image-section {
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.wrapper-title-section-second {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: auto;
  margin-left: 0;
  margin-right: auto;
  padding: 7px 5px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wrapper-title-section-second.second {
  margin-left: auto;
  left: auto;
  right: 0;
}

.wrapper-title-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: auto;
  margin-left: 0;
  margin-right: auto;
  padding: 7px 5px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.retorn-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: auto;
  margin-left: 0;
  margin-right: auto;
  padding: 7px 5px;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: 15% auto auto 4%;
}

.section-who-we-are {
  flex-direction: column;
  align-items: center;
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  display: block;
  position: relative;
}

.empty-state {
  background-color: var(--white);
  justify-content: center;
  display: flex;
}

.empty-text {
  font-family: Poppins, sans-serif;
}

.success-message-text {
  color: var(--white);
  font-family: Poppins, sans-serif;
}

.error-text {
  font-family: Poppins, sans-serif;
}

.style-guide-container {
  border: 1px solid #c9c9c9;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  padding: 45px;
  display: flex;
}

.color-tree {
  background-color: var(--black-2);
  border: 1px solid #1f1f1f;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.content-heading {
  z-index: 2;
  opacity: 1;
  color: var(--black-2);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 140px;
  font-weight: 800;
  line-height: 1;
  position: relative;
}

.content-heading.margin-bottom {
  margin-bottom: 60px;
}

.style-guide-heading {
  color: #8b8b8b;
  margin-top: 0;
}

.color {
  background-color: #529bb6;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.style-guide-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
}

.overflow {
  margin-bottom: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.overflow.first {
  justify-content: flex-start;
  align-self: flex-start;
  margin-bottom: 0;
  padding-left: 102px;
  padding-right: 0;
  display: block;
}

.overflow.first.no-padding {
  padding-left: 0;
}

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

.color-two {
  background-color: #283b59;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.style-guide-section {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 6% 60px;
}

.color-4 {
  background-color: var(--white);
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.text-span-3 {
  color: var(--white);
  font-weight: 800;
}

.text-span-4 {
  color: #529bb6;
}

.features-wrapper {
  text-decoration: none;
}

.success-message {
  background-color: #529bb6;
}

.nav-link-2 {
  color: #222;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 2vw;
  text-decoration: none;
  transition: color .4s ease-in-out;
  display: block;
}

.nav-link-2:hover, .nav-link-2.w--current {
  color: #529bb6;
}

.nav-link-2.thin {
  text-transform: uppercase;
  font-size: 14px;
}

.nav-link-2.thin.hero {
  color: #fff;
  text-transform: capitalize;
  font-family: Questrial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nav-link-2.thin.hero:hover {
  color: #fff;
}

.degrade {
  background-image: linear-gradient(67deg, var(--dark-sea-green) 5%, #95a880e6 27%, #ebf4e100 73%);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.image-3 {
  margin-bottom: 50px;
}

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

.link-block {
  z-index: 999;
  margin-bottom: 50px;
  margin-right: 50px;
  position: fixed;
  bottom: 0;
  right: 0;
}

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

.link-block-2:hover {
  color: var(--dark-sea-green);
  font-weight: 400;
}

.image-4 {
  width: 250px;
  margin-bottom: 25px;
}

.image-5 {
  width: 225px;
  margin-bottom: 35px;
}

.link-2 {
  color: var(--dim-grey);
}

.heading-blog-2 {
  color: #529bb6;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.187rem;
}

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

.section-10 {
  background-color: #f5f5f5;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 130px;
}

.heading-6-copy {
  text-align: center;
  margin-top: 55px;
  font-family: Verdana, Geneva, sans-serif;
}

.divider {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.divider.grey {
  background-color: #000;
  border-style: none;
  border-color: #6d5c5c;
  margin-bottom: 43px;
}

.form-block-2 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.field-label {
  margin-top: 15px;
}

.heading-6-copy-copy {
  text-align: center;
  margin-top: 100px;
  font-family: Verdana, Geneva, sans-serif;
}

.submit-button-2 {
  float: right;
  background-color: var(--dim-grey);
  margin-top: 25px;
}

.submit-button-2:hover {
  background-color: var(--dark-sea-green);
}

.radio-button-field, .checkbox-field {
  margin-right: 20px;
  display: inline-block;
}

.text-block-9 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.hero-about-copy {
  background-color: var(--honeydew);
  background-image: linear-gradient(to bottom, var(--dark-sea-green), var(--dark-sea-green));
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    font-family: Poppins, sans-serif;
  }

  p {
    font-size: 18px;
    line-height: 1.4;
  }

  .hero-section2 {
    position: relative;
    overflow: hidden;
  }

  .wrapper-text-slider {
    justify-content: center;
    padding-bottom: 0;
  }

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

  .slider-heading.margin {
    margin-left: 25%;
  }

  .slider-heading.slider {
    font-size: 8.128rem;
  }

  .slide-nav {
    width: 120px;
    bottom: 140px;
    left: 80px;
  }

  .image {
    background-position: 100% 0;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20%;
  }

  .navbar.white {
    z-index: 80;
  }

  .container {
    width: auto;
    margin-left: 20%;
    margin-right: 20%;
  }

  .container.video {
    width: 100%;
  }

  .nav-menu {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrap-link-menu {
    height: 100vh;
    top: 0;
  }

  .container-link-menu.hero {
    padding-bottom: 20px;
  }

  .grid {
    grid-template-columns: 1.1fr 1.55fr .65fr;
    grid-template-areas: "Area Area-2 ."
                         ". Area-3 Area-4"
                         "Area-5 Area-6 ."
                         "Area-7 Area-8 ."
                         "Area-9 . .";
  }

  .wrapper-description.padding {
    padding-top: 1.87rem;
    padding-left: 3.75rem;
    padding-right: 20px;
  }

  .wrapper-description.padding.background {
    padding-top: 7.5rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .main-heading {
    font-family: Lato, sans-serif;
    font-size: 5rem;
  }

  .main-heading.section {
    margin-top: 0;
    margin-bottom: 30px;
    font-family: Poppins, sans-serif;
    font-size: 2rem;
    line-height: 1.2;
  }

  .main-heading.section.white {
    font-size: 1.9rem;
    line-height: 1.2;
  }

  .main-heading.section.white.mobile {
    display: none;
  }

  .main-paragraph {
    text-transform: none;
    font-size: 1.1rem;
    font-weight: 400;
    transition: color .4s ease-in-out;
  }

  .main-paragraph:hover {
    color: var(--black);
  }

  .main-paragraph.margin {
    text-transform: none;
    margin-top: 3.75rem;
    margin-bottom: .93rem;
    font-size: 1.1rem;
    font-weight: 400;
  }

  .main-paragraph.slider {
    font-size: 18px;
    font-weight: 400;
  }

  .link {
    font-size: 1.5rem;
  }

  .section-slider {
    margin-top: 140px;
  }

  .right-arrow-2 {
    right: 7.5%;
  }

  .button-next {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .section-numbers {
    position: relative;
  }

  .heading-number.second.white {
    z-index: 4;
  }

  .bg-effect {
    cursor: pointer;
  }

  .wrapper-info {
    width: 60%;
    padding: 0% 0;
    right: 0%;
    overflow: visible;
  }

  .grid-info {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    padding: 40px;
  }

  .absolute-bg {
    overflow: hidden;
    box-shadow: 1px 1px 20px -5px #000;
  }

  .container-card {
    max-width: 1800px;
    position: static;
    inset: auto 0%;
  }

  .card-hme {
    z-index: 3;
    width: 22%;
    padding-top: 8rem;
    padding-bottom: 8rem;
    position: relative;
    bottom: 63px;
  }

  .banner-wrapper {
    background-color: #dadada;
    width: 100%;
    min-width: 500px;
    height: 400px;
    position: absolute;
    inset: auto 0% -63%;
  }

  .bg {
    display: flex;
  }

  .hero-heading {
    margin-bottom: 135px;
    font-size: 5.9rem;
  }

  .hero-grid {
    width: 70%;
    margin-bottom: 7.7rem;
  }

  .section-we-are {
    margin-bottom: 220px;
  }

  .heading-blog {
    font-size: 2.4rem;
    font-weight: 400;
  }

  .collumn-blog {
    width: 40%;
  }

  .collumn-blog._50 {
    width: 50%;
  }

  .main-paragraph-blog {
    margin-top: 30px;
    font-size: 1.1rem;
  }

  .image-about {
    position: static;
    top: -12%;
  }

  .collumn-about {
    width: 48%;
    position: absolute;
    inset: -11% 0% 19px auto;
  }

  .overflow-wrapper-image {
    overflow: hidden;
  }

  .text-title-section {
    font-family: Poppins, sans-serif;
  }

  .main.flex {
    justify-content: center;
    padding-top: 220px;
  }

  .blog-collection-list-wraper {
    width: 40%;
    max-width: 550px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

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

  .card-image {
    background-size: 110%;
  }

  .heading-post {
    font-family: Poppins, sans-serif;
    font-weight: 400;
  }

  .text-block-8 {
    font-family: Poppins, sans-serif;
    font-weight: 500;
  }

  .hero-news {
    padding-bottom: 100px;
  }

  .hero-slider-news {
    margin-top: 40px;
  }

  .hero-heading-news {
    padding-left: 137px;
    padding-right: 120px;
    font-weight: 400;
  }

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

  .heading-news-page {
    font-family: Poppins, sans-serif;
    font-size: 4.2vw;
    font-weight: 400;
  }

  .date-blog-post {
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
  }

  .heading-news-post {
    font-family: Poppins, sans-serif;
    font-weight: 300;
  }

  .left-arrow-news {
    top: -27%;
    left: 14%;
  }

  .icon-arrow {
    color: #529bb6;
    font-size: 20px;
  }

  .right-arrow-news {
    top: -27%;
    right: 14%;
  }

  .second-icon-arrow {
    color: #529bb6;
    font-size: 20px;
  }

  .hero-blog-post-page {
    flex-direction: column;
    position: relative;
  }

  .heading-blog-post {
    font-family: Poppins, sans-serif;
    font-size: 4.8vw;
    font-weight: 400;
    line-height: 1.1;
  }

  .date-text {
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .date-wrapper {
    width: 50vw;
    padding-bottom: 20px;
    position: absolute;
    bottom: 0;
  }

  .contat-section {
    padding-top: 140px;
  }

  .paragraph-contact {
    line-height: 1.4;
  }

  .collumn-contact {
    padding-top: 220px;
  }

  .submit-button {
    text-transform: uppercase;
    border-radius: 5px;
    width: auto;
    height: auto;
    margin-top: 20px;
    padding: 24px 64px;
    font-family: Poppins, sans-serif;
  }

  .main-heading-faq.intro.courses {
    font-family: Poppins, sans-serif;
  }

  .faq-section {
    padding-top: 140px;
  }

  .changelog-container, .licensing-container {
    background-color: #0000;
  }

  .license-link {
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  .licensing {
    font-family: Poppins, sans-serif;
    line-height: 1.2;
  }

  .source-link {
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  .licensing-section {
    background-image: none;
  }

  .utility-page-wrap {
    background-image: linear-gradient(#39b5e233, #39b5e233), url('../images/2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-direction: column;
    align-items: center;
  }

  .utility-page-content {
    justify-content: center;
    width: auto;
    margin-bottom: 0;
  }

  .utility-page-form {
    margin-top: 0;
    top: 0%;
  }

  .heading-form {
    color: var(--white);
    font-family: Poppins, sans-serif;
    font-weight: 300;
  }

  .text-field-password {
    background-color: var(--white);
    text-align: left;
  }

  ._404-heading {
    color: var(--white);
    font-family: Poppins, sans-serif;
  }

  .wrapper-404 {
    color: var(--white);
  }

  .image-section {
    height: auto;
    padding-top: 220px;
    padding-bottom: 140px;
  }

  .section-who-we-are {
    margin-bottom: 220px;
  }

  .style-guide-container {
    color: #636363;
    background-color: #fff0;
    border: 1px solid #b9b9b9;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
    padding: 45px;
    display: flex;
  }

  .color-tree {
    background-color: #222;
    border: 1px #990711;
    border-radius: 50%;
    width: 80px;
    height: 80px;
  }

  .content-heading.margin-bottom {
    margin-bottom: 60px;
  }

  .style-guide-heading {
    color: #8b8b8b;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .color {
    background-color: #39b5e2;
    border: 1px #990711;
    border-radius: 50%;
    width: 80px;
    height: 80px;
  }

  .style-guide-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-top: 20px;
  }

  .heading-style-guide {
    text-align: center;
  }

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

  .color-two {
    background-color: #529bb6;
    border: 1px #990711;
    border-radius: 50%;
    width: 80px;
    height: 80px;
  }

  .style-guide-section {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 140px 6% 60px;
  }

  .color-4 {
    background-color: var(--white);
    border: 1px #990711;
    border-radius: 50%;
    width: 80px;
    height: 80px;
  }

  .text-span-4 {
    color: #529bb6;
  }

  .image-5 {
    width: 300px;
  }

  .heading-blog-2 {
    font-size: 2.4rem;
    font-weight: 400;
  }
}

@media screen and (max-width: 991px) {
  .hero-section2 {
    height: auto;
  }

  .background-slide {
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-text-slider {
    z-index: 2;
    background-image: linear-gradient(135deg, var(--dark-sea-green) 25%, var(--honeydew));
    width: 100%;
    height: auto;
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .slider-heading, .slider-heading.margin {
    font-size: 10vw;
  }

  .slider-heading.slider {
    font-size: 6rem;
  }

  .slide-nav {
    bottom: 20px;
  }

  .image {
    min-height: 650px;
    position: static;
  }

  .container {
    width: 100%;
  }

  .container.padding {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 80px;
    padding-right: 80px;
  }

  .wrap-link-menu {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10%;
  }

  .wrap-link-menu.footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-link {
    padding-left: 0;
  }

  .menu-collumn {
    margin-bottom: 20px;
    padding-top: 75px;
  }

  .address-grid-menu {
    padding-left: 0;
  }

  .grid {
    grid-template: "Area-2"
                   "Area"
                   "Area-3"
                   "."
                   "Area-4"
                   "Area-5"
                   "Area-6"
                   "Area-7"
                   "Area-8"
                   "Area-9"
                   / 1.1fr;
  }

  .wrapper-description {
    padding-left: 10%;
    padding-right: 10%;
  }

  .wrapper-description.padding {
    padding-left: 4.9rem;
  }

  .wrapper-description.padding.background {
    margin-bottom: 40px;
    margin-left: 60px;
    padding-top: 20px;
  }

  .main-heading.section {
    line-height: 1.2;
  }

  .main-heading.section.white {
    margin-top: 30px;
  }

  .main-heading.section.white.mobile {
    display: none;
  }

  .main-heading.section.white.big-screen {
    display: block;
  }

  .card {
    height: auto;
    margin-left: 10%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card.up {
    margin-top: 0;
  }

  .card.saudavel {
    display: none;
  }

  .section-numbers {
    padding-left: 2rem;
    padding-right: 4rem;
  }

  .grid-number {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "Area Area-2"
                         "Area-3 Area-4"
                         "Area-5 Area-6"
                         "Area-7 Area-8";
  }

  .wrapper-number.second {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-number {
    text-align: left;
    font-size: 5rem;
  }

  .paragraph-number {
    font-size: 22px;
  }

  .paragraph-number.second {
    margin-left: 0;
  }

  .social-grid {
    bottom: -69%;
  }

  .wrap-copiwrite {
    margin-right: auto;
  }

  .wrap-link-footer {
    align-items: flex-start;
  }

  .top-text, .text-credits {
    text-align: center;
  }

  .wrapper-info {
    display: none;
  }

  .hover-bg {
    height: 100%;
  }

  .container-card {
    width: auto;
  }

  .card-hme {
    width: 60%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    bottom: -126px;
  }

  .banner-wrapper {
    background-image: url('../images/maria-fernanda-medicina-funcional-13.jpg');
    background-position: 50%;
  }

  .hero-about {
    height: auto;
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .hero-heading {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 4rem;
    position: static;
  }

  .hero-heading.contact {
    margin-left: 15%;
    margin-right: -15%;
  }

  .hero-grid {
    display: none;
  }

  .hero-grid.sobe {
    margin-bottom: -197%;
  }

  .section-we-are {
    height: auto;
    padding: 60px 80px 0;
    display: block;
  }

  .collumn-blog {
    width: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 66px;
  }

  .collumn-blog.treatments {
    width: 100%;
  }

  .collumn-about {
    width: 100%;
    position: static;
  }

  .overflow-wrapper-image {
    height: 550px;
  }

  .section-orthodontics {
    padding-top: 0;
  }

  .title-section.relative {
    left: 0%;
  }

  .main {
    padding-left: 0;
  }

  .blog-collection-list-wraper {
    margin-left: 0;
    margin-right: 0;
  }

  .main-container {
    flex-direction: column-reverse;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .hover-image {
    background-repeat: no-repeat;
  }

  .hero-slider-mask {
    width: 100%;
  }

  .hero-heading-news {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-news-page {
    font-size: 10vw;
  }

  .contat-section {
    flex-direction: row-reverse;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
  }

  .grid-section {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    place-items: end start;
    max-width: none;
    display: flex;
  }

  .collumn-contact {
    margin-left: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .submit-button._2 {
    margin-left: 85px;
  }

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

  .collumn-faq-grid {
    padding-right: 0;
  }

  .paragraph-dropdown {
    width: 70%;
  }

  .faq-dropdown {
    width: 100%;
  }

  .faq-div.page {
    margin-right: 0;
  }

  .wrapper-intro-page {
    inset: -6% auto auto 0%;
  }

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

  .licensing-container {
    width: 80%;
  }

  .wrapper-title-section-second.second {
    position: absolute;
    inset: 5% auto auto 0%;
  }

  .wrapper-title-section {
    top: 6%;
  }

  .section-who-we-are {
    height: auto;
    padding: 60px 80px 0;
    display: block;
  }

  .nav-link-2 {
    padding-left: 0;
  }

  .degrade {
    position: static;
  }

  .image-5 {
    margin-top: 75px;
    margin-bottom: 25px;
  }

  .heading-blog {
    align-self: flex-start;
    margin-top: 10px;
  }

  .hero-about-copy {
    height: auto;
    padding-top: 180px;
    padding-bottom: 180px;
  }
}

@media screen and (max-width: 767px) {
  .slider-heading.slider {
    font-size: 4rem;
  }

  .image {
    min-height: 450px;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.video {
    width: 100%;
  }

  .container.padding {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .nav-menu {
    height: auto;
    top: 100px;
  }

  .wrap-link-menu {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 15%;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 4vw;
    line-height: 1;
  }

  .menu-collumn {
    margin-bottom: 40px;
  }

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

  .main-paragraph.slider {
    width: auto;
  }

  .card.saudavel {
    display: none;
  }

  .section-slider {
    height: auto;
    display: none;
  }

  .wrapper-image-slide-home {
    width: 100%;
    height: 250px;
    position: static;
  }

  .wrapper-slide-home {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

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

  .top-text {
    align-self: flex-start;
  }

  .banner-wrapper {
    background-position: 0%;
    min-width: 350px;
    max-width: 100%;
  }

  .hero-heading.contact {
    margin-left: 10%;
    margin-right: 5%;
    font-size: 4.1rem;
  }

  .section-we-are {
    padding-left: 40px;
    padding-right: 40px;
  }

  .collumn-blog.treatments {
    padding-left: 0;
    padding-right: 20px;
  }

  .image-about {
    width: 100%;
    min-height: 550px;
  }

  .overflow-wrapper-image {
    height: auto;
  }

  .section-orthodontics.final {
    margin-bottom: 0;
  }

  .blog-collection-list-wraper {
    width: 100%;
  }

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

  .collection-list {
    grid-template-columns: 1fr;
  }

  .post-card {
    display: block;
  }

  .hero-slider-news {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .news-image {
    height: 400px;
  }

  .hero-heading-news {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-news-page {
    text-align: center;
    margin-top: 0;
    font-size: 8vw;
  }

  .heading-news-post {
    width: auto;
  }

  .left-arrow-news {
    left: 0%;
  }

  .right-arrow-news {
    left: auto;
    right: 0%;
  }

  .hero-blog-post-page {
    height: auto;
    padding-top: 164px;
    padding-bottom: 164px;
  }

  .parallax-image {
    width: 100%;
  }

  .contat-section {
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-section {
    align-items: center;
  }

  .wrapper-content-form {
    display: block;
  }

  .form-wrap {
    width: 100%;
    padding-right: 0;
  }

  .collumn-contact-second {
    padding-left: 0;
    padding-right: 0;
  }

  .collumn-contact {
    padding-top: 100px;
    padding-left: 43px;
    padding-right: 43px;
  }

  .paragraph-dropdown, .paragraph-dropdown.grid {
    width: auto;
  }

  .faq-div {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .licensing-container {
    width: 80%;
  }

  .licensing {
    font-size: 7vw;
  }

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

  .wrapper-title-section-second.second {
    left: 20px;
  }

  .wrapper-title-section {
    top: 3%;
    left: 20px;
  }

  .retorn-button {
    top: 18%;
  }

  .brand {
    padding-left: 0;
  }

  .section-who-we-are {
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-heading {
    font-size: 100px;
  }

  .style-guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 4vw;
    line-height: 1;
  }

  .link-block {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .brand-2 {
    padding-left: 0;
  }

  .form-block-2 {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .wrapper-text-slider {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-heading.slider {
    margin-bottom: 10px;
    font-size: 16vw;
  }

  .image {
    min-height: 300px;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.video {
    width: 90%;
    height: auto;
  }

  .container.padding {
    padding-top: 4rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-link-menu {
    flex-direction: column;
    justify-content: space-between;
    padding-top: 50%;
    padding-left: 20px;
  }

  .wrap-link-menu.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    font-size: 6vw;
  }

  .menu-collumn {
    padding-top: 0;
  }

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

  .wrapper-description.padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-description.padding.background {
    border-radius: 5px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .main-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10vw;
  }

  .section-slider {
    margin-top: 0;
    display: none;
  }

  .slide-home {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .button-next {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 13px;
    display: flex;
  }

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

  .grid-number {
    grid-row-gap: 1.75rem;
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   "Area-4"
                   "Area-5"
                   "Area-6"
                   "Area-7"
                   "Area-8"
                   "."
                   / 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .wrapper-text-number {
    padding-left: 0;
  }

  .wrapper-scroll-orizzontal.white {
    display: none;
  }

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

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

  .footer-grid.bottom {
    margin-top: 28%;
    margin-left: 0;
    margin-right: 0;
  }

  .top-text {
    margin-right: 20px;
  }

  .hover-bg.second {
    left: auto;
    right: auto;
  }

  .banner-wrapper {
    min-width: 300px;
    max-width: 100%;
  }

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

  .hero-heading.contact {
    margin-left: -2%;
    font-size: 11vw;
  }

  .hero-heading.faq {
    font-size: 3rem;
  }

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

  .collumn-blog, .collumn-blog._50 {
    padding-right: 0;
  }

  .image-about {
    width: 100%;
    height: auto;
    margin-right: auto;
  }

  .overflow-wrapper-image {
    height: auto;
  }

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

  .main.flex {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-collection-list-wraper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list {
    margin-left: auto;
    margin-right: auto;
  }

  .slider-news {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-image-slide {
    height: auto;
  }

  .news-image {
    height: 250px;
  }

  .heading-news-page {
    margin-bottom: 20px;
    font-size: 10vw;
  }

  .nav-slide {
    width: 30%;
  }

  .left-arrow-news, .right-arrow-news {
    top: -6%;
  }

  .hero-blog-post-page {
    height: auto;
    padding: 151px 20px 104px;
  }

  .heading-blog-post {
    width: 100%;
    font-size: 10vw;
  }

  .parallax-section {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .date-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contat-section {
    flex-direction: column-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-section {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .wrapper-content-form {
    display: block;
  }

  .form {
    padding-right: 0;
  }

  .collumn-contact-second {
    width: 100%;
    margin-left: 0;
  }

  .collumn-contact {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button._2 {
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq-text {
    font-size: 3.7vw;
  }

  .main-heading-faq {
    font-size: 50px;
  }

  .main-heading-faq.intro {
    width: 100%;
  }

  .main-heading-faq.intro.courses {
    font-size: 35px;
  }

  .faq-dropdown {
    width: 100%;
  }

  .faq-div {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .changelog-container {
    padding: 25px;
  }

  .changelog-text {
    font-size: 19px;
  }

  .licensing-container {
    width: 90%;
    padding: 10px;
  }

  .licensing-head {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .license-link, .licensing-paragraph {
    font-size: 16px;
  }

  .licensing {
    font-size: 30px;
  }

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

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

  .wrapper-title-section-second.second {
    top: 1%;
  }

  .wrapper-title-section {
    top: 2%;
  }

  .retorn-button {
    top: 26%;
    left: 20px;
  }

  .brand {
    padding-left: 0;
  }

  .section-who-we-are, .style-guide-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-heading {
    font-size: 70px;
  }

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

  .nav-link-2 {
    font-size: 6vw;
  }

  .image-6 {
    z-index: 2000;
    max-width: 90%;
    position: relative;
  }

  .image-7 {
    max-width: 90%;
  }

  .heading-blog {
    font-size: 1.8rem;
    line-height: 36px;
  }

  .form-block-2 {
    width: 90%;
  }
}

#w-node-ff69b1dd-55c6-328a-7b0a-1ed06d93b6c2-08470e95 {
  grid-area: Area-2;
}

#w-node-_4d2c1b51-99d4-c50d-0b12-d612a59077d7-08470e95 {
  grid-area: 1 / 1 / 1 / 1;
  place-self: start center;
}

#w-node-_04092a37-7171-e0b6-9794-61ccec9f2892-08470e95 {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-e27f2048-e871-c4da-dc81-b0d773734b3e-08470e95 {
  grid-area: Area-5;
}

#w-node-_395a73d6-072a-cc27-4af6-e375ed5ab497-08470e95 {
  grid-area: Area-8;
}

#w-node-_3ad20013-ffa1-e8e8-0521-d4652b5d020b-08470e95 {
  grid-area: Area-7;
}

#w-node-_1b053980-124e-bfa0-e7c5-757857faee15-08470e95 {
  grid-area: Area-6;
}

#w-node-_908a287d-547c-397e-5091-f1e8473b0946-08470e95 {
  grid-area: Area-9;
  place-self: end center;
}

#w-node-_3ba48eeb-b494-c370-e454-ab7cc43562a6-08470e95 {
  grid-area: Area-4;
}

#w-node-f5c84fab-2af1-6f9c-e7af-1fa20844bff6-08470e95 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-c886900c-0218-6ca5-96da-5ebe9c6c1ac8-9c6c1aa3 {
  justify-self: end;
}

#w-node-c886900c-0218-6ca5-96da-5ebe9c6c1ad8-9c6c1aa3 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-c886900c-0218-6ca5-96da-5ebe9c6c1adc-9c6c1aa3 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_52a4154c-4489-ed79-2695-0da7bb13b3d7-57470e9e {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (min-width: 1440px) {
  #w-node-_4d2c1b51-99d4-c50d-0b12-d612a59077d7-08470e95 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_908a287d-547c-397e-5091-f1e8473b0946-08470e95 {
    grid-area: Area-9;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4d2c1b51-99d4-c50d-0b12-d612a59077d7-08470e95 {
    grid-area: Area;
    place-self: end start;
  }

  #w-node-_395a73d6-072a-cc27-4af6-e375ed5ab497-08470e95 {
    grid-area: Area-7;
  }

  #w-node-_3ad20013-ffa1-e8e8-0521-d4652b5d020b-08470e95 {
    grid-area: Area-8;
  }

  #w-node-_908a287d-547c-397e-5091-f1e8473b0946-08470e95 {
    justify-self: start;
  }

  #w-node-_3ba48eeb-b494-c370-e454-ab7cc43562a6-08470e95 {
    grid-area: Area-4;
    place-self: center start;
  }

  #w-node-f5c84fab-2af1-6f9c-e7af-1fa20844bff6-08470e95 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c886900c-0218-6ca5-96da-5ebe9c6c1adc-9c6c1aa3 {
    grid-area: 1 / 2 / 1 / 3;
  }

  #w-node-dbc458f0-9b8d-34a7-72a4-ca0fb0105f68-29470e9d, #w-node-_66560eae-f5f0-f455-3489-9eb4b3c2b6c6-29470e9d {
    justify-self: center;
  }

  #w-node-_52a4154c-4489-ed79-2695-0da7bb13b3d7-57470e9e {
    grid-column: 1 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c886900c-0218-6ca5-96da-5ebe9c6c1ad8-9c6c1aa3 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-c886900c-0218-6ca5-96da-5ebe9c6c1adc-9c6c1aa3 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c886900c-0218-6ca5-96da-5ebe9c6c1ad8-9c6c1aa3 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }
}


