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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.body {
  font-family: Fraunces144pt, sans-serif;
}

.div-block {
  background-color: #fff6f5;
}

.top-blue-bar {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #d3e9ef;
  text-align: center;
}

.paragraph {
  font-family: Neuehaasdisplay, sans-serif;
  color: #8091a6;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.paragraph.small {
  font-size: 16px;
  font-weight: 400;
}

.paragraph.centered {
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: center;
}

.paragraph.pink {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #e6998e;
  font-weight: 400;
}

.paragraph.white {
  color: #fff;
}

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

.section {
  position: relative;
  padding-top: 54px;
  padding-bottom: 54px;
}

.section.hero {
  position: relative;
  min-height: 100vh;
  background-image: url('../images/Scene-Home.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Fraunces144pt, sans-serif;
}

.section.lines {
  background-image: url('../images/Lines.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.blue-section {
  background-color: #004866;
}

.section.light-blue {
  background-color: #d3e9ef;
}

.section.blog-section {
  padding-top: 12px;
  padding-bottom: 12px;
}

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

.navbar {
  background-color: transparent;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.navlink {
  -webkit-transition: opacity 200ms ease, color 300ms ease;
  transition: opacity 200ms ease, color 300ms ease;
  font-family: Neuehaasdisplay, sans-serif;
  color: #8091a6;
  font-size: 16px;
  font-weight: 300;
}

.navlink:hover {
  color: #004866;
}

.navlink.w--current {
  color: #004866;
  font-weight: 400;
}

.navlink.cta {
  border-radius: 999px;
  background-color: #d3e9ef;
}

.h1 {
  color: #004866;
  font-size: 54px;
  line-height: 66px;
}

.h1.centered {
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}

.h1.white {
  color: #fff;
}

.hero-content-text {
  max-width: 60%;
  margin-top: 54px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.button {
  min-width: 200px;
  margin-top: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 9999px;
  background-color: #d3e9ef;
  color: #004866;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.button.dark-blue-button {
  width: 100%;
  background-color: #004866;
  color: #d3e9ef;
}

.button.pink {
  min-width: 150px;
  margin-top: 0px;
  background-color: #e6998e;
  color: #fff;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  color: #004866;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
}

.text-block {
  margin-right: 12px;
}

.absolut-hero-image {
  position: relative;
  top: auto;
  bottom: 0%;
  margin-right: auto;
  margin-left: auto;
}

.grid {
  grid-column-gap: 96px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.inner-grid-block {
  position: relative;
  padding-top: 36px;
  padding-bottom: 36px;
}

.inner-grid-block.left {
  padding-right: 6%;
}

.inner-grid-block.right {
  padding-left: 6%;
  text-align: right;
}

.inner-grid-block.full-width {
  padding-top: 0px;
  padding-bottom: 0px;
}

.h2 {
  color: #004866;
  font-size: 48px;
  line-height: 60px;
}

.h2.centered {
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}

.h2.white {
  color: #fff;
}

.h2.no-margin {
  margin-top: 0px;
}

.image {
  display: inline-block;
  margin-left: auto;
}

.doctoralia-block {
  position: absolute;
  left: -110px;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 350px;
  min-height: 100px;
  padding: 36px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 30px -15px rgba(0, 0, 0, 0.43);
}

.grid-tratamentos {
  margin-top: 36px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.inner-grid-tratamentos {
  position: relative;
  padding-top: 36px;
  padding-bottom: 36px;
}

.inner-grid-tratamentos.left {
  padding-right: 6%;
}

.h3 {
  color: #004866;
  font-size: 24px;
  line-height: 36px;
}

.h3.centered {
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}

.h3.white {
  color: #fff;
}

.tratamentos-block-item {
  padding: 36px;
  text-align: center;
}

.tratamentos-block-item.centered-block {
  margin-top: 72px;
}

.pink-balloon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.pink-balloon-text-content {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.pink-balloon-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

._3-kids-block {
  text-align: center;
}

.map-absolut-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 45vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.absolute-pink-bg {
  position: absolute;
  left: 0%;
  top: -162px;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  max-width: 120%;
}

.map-absolut {
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  box-shadow: 21px 21px 0 0 #d3e9ef;
}

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

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.header {
  margin-bottom: 20px;
}

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

.blog-item-block {
  background-color: #d3e9ef;
}

.blog-title {
  padding-right: 34px;
  padding-bottom: 24px;
  padding-left: 24px;
}

.link {
  font-family: Neuehaasdisplay, sans-serif;
  color: #004866;
  font-size: 18px;
  line-height: 30px;
}

.site-container {
  overflow: hidden;
}

.slide-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5000px;
  margin-right: -20px;
  margin-left: -20px;
  padding: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.logo-img._50-r-m {
  width: 100%;
  margin-right: 90px;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #d3e9ef;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.text-field {
  min-height: 50px;
  border: 1px none #000;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.05);
  font-family: Neuehaasdisplay, sans-serif;
  color: #8091a6;
  font-size: 16px;
  font-weight: 300;
}

.text-field.textarea {
  min-height: 150px;
}

.gray-subtitle {
  font-family: Neuehaasdisplay, sans-serif;
  color: #8091a6;
  font-size: 12px;
  font-weight: 300;
}

.white-squared-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 18px;
  -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;
  background-color: #fff;
}

.list-item-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #004866;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-image {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.copywright {
  margin-top: 24px;
  opacity: 0.5;
  font-family: Neuehaasdisplay, sans-serif;
  color: #8091a6;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
}

.link-2 {
  color: #fff;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 999px;
  background-color: transparent;
}

.text-field-2 {
  margin-top: 6px;
  margin-bottom: 6px;
  border: 1px none #000;
  background-color: transparent;
  color: #fff;
}

.text-field-2::-webkit-input-placeholder {
  color: #fff;
}

.text-field-2:-ms-input-placeholder {
  color: #fff;
}

.text-field-2::-ms-input-placeholder {
  color: #fff;
}

.text-field-2::placeholder {
  color: #fff;
}

.div-block-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 54px;
  background-color: #e6998e;
}

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

.blog-author {
  color: #767ead;
  font-size: 15px;
}

.author-n-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-2 {
  margin-top: 10px;
  padding-left: 8px;
  color: #767ead;
  font-size: 16px;
  line-height: 24px;
}

.collection-item-eg {
  width: 100%;
  padding-right: 0px;
}

.heading-blog {
  max-width: 440px;
  margin-bottom: 15px;
  padding: 8px;
  background-color: #d3e9ef;
  color: #004866;
  font-size: 28px;
  line-height: 30px;
}

.details-text-blog {
  margin-right: 4px;
  color: #767ead;
}

.blog-image {
  min-height: 230px;
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-a {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  background-image: url('../images/avatar-01-120x120_1avatar-01-120x120.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.details-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #fff;
}

.title-wrap-blog {
  position: relative;
  top: -52px;
  height: auto;
  padding-right: 20px;
  padding-left: 15px;
}

.blog-cover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.author-wrap {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 30px;
  padding-left: 8px;
}

.burger-01-line-mid {
  width: 30px;
  min-height: 3px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #fff;
}

.burger-01-line {
  width: 30px;
  min-height: 3px;
  background-color: #fff;
}

.heading-2 {
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  text-align: center;
}

.burger-block-02 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 80px;
  -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;
}

.details-wrap-onpage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #fff;
}

.details-text-blog-white {
  margin-right: 4px;
  font-family: 'Varela Round', sans-serif;
  color: #8091a6;
}

.blog-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 580px;
  padding-right: 5%;
  padding-left: 5%;
  -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;
  background-color: #d3e9ef;
}

.image-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.burger-01-line-btm {
  width: 30px;
  min-height: 3px;
  background-color: #fff;
}

.nav-04 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 80px;
  padding-right: 5%;
  padding-left: 5%;
  border-bottom: 1px solid rgba(241, 241, 245, 0.18);
  background-color: transparent;
}

.container-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.blog-content {
  padding: auto 5% 120px;
}

.container-b-content {
  position: relative;
  top: -80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-block {
  width: 100%;
  min-height: 550px;
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-4 {
  padding: 36px;
}

.social-share-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
}

.social-ico-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  -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;
  border-radius: 40px;
  background-color: rgba(98, 119, 146, 0.45);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-ico-wrap:hover {
  background-color: rgba(59, 80, 108, 0.45);
}

.html {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 25px;
  background-color: transparent;
}

.blog-rich-text p {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Neuehaasdisplay, sans-serif;
  color: #2a3849;
  font-size: 21px;
  line-height: 38px;
  font-weight: 300;
}

.blog-rich-text li {
  font-family: Neuehaasdisplay, sans-serif;
  color: #2a3849;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.blog-rich-text a {
  color: #004866;
  font-weight: 400;
}

.brand.hide-on-desktop {
  display: none;
}

.preloader-block {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #d3e9ef;
  color: #d3e9ef;
}

.lottie-animation {
  width: 350px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.div-block-6 {
  text-align: center;
}

.checkbox {
  width: 25px;
  height: 25px;
  margin-top: 0px;
  margin-right: 18px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.privacidade-rich-text h2 {
  color: #004866;
}

.privacidade-rich-text p {
  color: #004866;
  font-size: 18px;
  line-height: 28px;
}

.div-block-7 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.empty-state {
  display: none;
  background-color: transparent;
}

.text-block-2 {
  font-size: 32px;
  line-height: 40px;
}

.instagram-container-block {
  margin-top: 32px;
}

.cookie-bar-wrapper {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border: 1px none #000;
  background-color: #d3e9ef;
}

.cookie-bar-text {
  font-family: Lato, sans-serif;
  color: #8091a6;
  font-size: 16px;
}

.link-3 {
  color: #fff;
  font-size: 16px;
}

.div-block-280 {
  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;
}

.button-2 {
  margin-right: 10px;
  border-radius: 99px;
  background-color: #e6998e;
  font-family: Lato, sans-serif;
}

.button-3 {
  background-color: #d3e9ef;
  font-family: Lato, sans-serif;
  color: #004866;
  text-decoration: underline;
}

.link-4 {
  color: #004866;
}

.pagination {
  margin-top: 24px;
}

.div-block-281 {
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #d3e9ef;
  background-image: url('../images/Lines.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block-282 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.date {
  margin-bottom: 8px;
  font-family: Neuehaasdisplay, sans-serif;
  font-weight: 300;
}

.slider {
  height: 135px;
  background-color: transparent;
}

.mask {
  height: 100%;
}

.slide-nav {
  display: none;
}

.slide {
  width: 25%;
}

.div-block-283 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.logo-img-2._50-r-m {
  width: 175px;
  margin-right: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.collection-list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.empty-state-2 {
  min-height: 30vh;
  background-color: transparent;
  font-family: Neuehaasdisplay, sans-serif;
  color: #004866;
  font-size: 32px;
  line-height: 34px;
}

.link-5 {
  position: relative;
  top: 20px;
  display: inline-block;
  color: #004866;
  font-size: 16px;
}

.html-embed {
  margin-top: 16px;
  color: #004866;
  font-size: 24px;
  font-weight: 300;
}

.text-block-3 {
  color: #004866;
}

.collection-item {
  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;
}

@media screen and (min-width: 1280px) {
  .section {
    position: relative;
  }

  .section.pink-bg {
    margin-top: -120px;
  }

  .container {
    max-width: 1280px;
  }

  .navlink.w--current {
    color: #004866;
    font-weight: 400;
  }

  .h2.no-margin {
    margin-bottom: 0px;
  }

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

  ._3-kids-block {
    text-align: center;
  }

  .map-absolut-block {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 45vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .absolute-pink-bg {
    position: absolute;
    left: 0%;
    top: -162px;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    max-width: none;
  }

  .map-absolut {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    min-width: 45vw;
    padding-top: 210px;
    padding-bottom: 210px;
    border-top-right-radius: 999px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 999px;
    box-shadow: 19px 23px 0 0 #d3e9ef;
  }

  .header {
    margin-bottom: 48px;
  }

  .blog-item-block {
    padding-bottom: 0px;
    background-color: #d3e9ef;
  }

  .blog-title {
    padding: 24px;
  }

  .link {
    font-family: Neuehaasdisplay, sans-serif;
    color: #004866;
    font-size: 18px;
    line-height: 30px;
  }

  .div-block-282 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .date {
    font-family: Neuehaasdisplay, sans-serif;
    color: #8091a6;
    font-weight: 300;
  }
}

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

  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #fff;
  }

  .hero-content-text {
    max-width: 80%;
  }

  .absolut-hero-image {
    left: 0%;
  }

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

  .inner-grid-block.hide-on-mobile {
    display: none;
  }

  .doctoralia-block {
    left: -55px;
  }

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

  .pink-balloon {
    width: 700px;
    height: 400px;
  }

  .map-absolut-block {
    position: relative;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-flex-container {
    -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;
  }

  .footer-logo-link {
    max-height: none;
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .details-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .details-wrap-onpage {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-hero {
    min-height: 580px;
  }

  .brand {
    width: 100%;
  }

  .brand.hide-on-desktop {
    display: inline-block;
    width: auto;
    margin-right: auto;
  }

  .brand.hide-on-mobile {
    display: none;
  }

  .menu-button {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .image-4 {
    min-width: 200px;
  }

  .icon {
    color: #8091a6;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .container {
    max-width: 546px;
  }

  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .h2.white {
    font-size: 36px;
    line-height: 50px;
  }

  .pink-balloon {
    width: 550px;
    height: 350px;
  }

  .pink-balloon-text-content {
    max-width: 85%;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .blog-item-block {
    background-color: #d3e9ef;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    -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;
  }

  .footer-logo-link {
    max-height: none;
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .collection-item-eg {
    width: 100%;
    margin-bottom: 35px;
    padding-right: 0px;
  }

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

  .burger-01-line-mid {
    width: 32px;
    border-radius: 4px;
  }

  .burger-01-line {
    width: 32px;
    border-radius: 4px;
  }

  .blog-hero {
    min-height: 580px;
  }

  .burger-01-line-btm {
    width: 32px;
    border-radius: 4px;
  }

  .container-flex {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .brand.hide-on-desktop {
    margin-right: auto;
    padding-left: 0px;
  }

  .cookie-bar-text {
    line-height: 1.4;
  }
}

@media screen and (max-width: 479px) {
  .top-blue-bar {
    padding-right: 24px;
    padding-left: 24px;
  }

  .paragraph.small {
    font-size: 14px;
    line-height: 24px;
  }

  .section.hero {
    padding-top: 0px;
    background-position: 50% 100%;
    background-size: auto;
  }

  .container {
    max-width: 90%;
  }

  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 8px;
    -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;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    max-width: 50vw;
    background-color: #d3e9ef;
  }

  .h1.centered {
    font-size: 42px;
    line-height: 54px;
  }

  .h1.right {
    font-size: 42px;
    line-height: 50px;
  }

  .hero-content-text {
    max-width: 90%;
  }

  .absolut-hero-image {
    left: 0%;
  }

  .grid {
    -ms-grid-columns: minmax(200px, 1fr);
    grid-template-columns: minmax(200px, 1fr);
  }

  .inner-grid-block.left {
    padding-right: 0%;
  }

  .h2 {
    font-size: 36px;
    line-height: 50px;
  }

  .doctoralia-block {
    left: auto;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

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

  .tratamentos-block-item.centered-block {
    margin-top: 0px;
  }

  .pink-balloon {
    width: 95%;
    height: auto;
  }

  .pink-balloon-image {
    left: -90%;
    top: -5%;
    bottom: 0%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

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

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: minmax(200px, 1fr);
    grid-template-columns: minmax(200px, 1fr);
  }

  .gray-subtitle {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .white-squared-block {
    margin-right: 0px;
  }

  .list-item-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

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

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

  .footer-logo-link {
    height: auto;
    max-height: none;
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-style: none;
  }

  .text-field-2 {
    min-height: 55px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-style: solid;
    border-color: #fff;
    border-radius: 9999px;
    line-height: 14px;
  }

  .details-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .title-wrap-blog {
    padding-right: 5px;
    padding-left: 5px;
  }

  .author-wrap {
    margin-right: auto;
    padding-left: 0px;
  }

  .details-wrap-onpage {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-hero {
    min-height: 580px;
  }

  .div-block-4 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .brand.hide-on-desktop {
    display: inline-block;
    margin-right: auto;
    padding-left: 0px;
  }

  .menu-button {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-right: 18px;
  }

  .menu-button.w--open {
    background-color: #d3e9ef;
  }

  .preloader-block {
    display: none;
  }

  .lottie-animation {
    width: 200px;
  }

  .cookie-bar-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cookie-bar-text {
    margin-right: 0px;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
  }

  .link-3 {
    font-size: 12px;
  }

  .div-block-282 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }

  .icon {
    color: #8091a6;
  }

  .icon-2 {
    color: #8091a6;
  }

  .slide-nav {
    top: 125px;
    display: block;
    font-size: 10px;
  }

  .slide {
    width: 50%;
  }

  .logo-img-2._50-r-m {
    width: 250px;
  }

  .empty-state-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 30vh;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .html-embed {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

#w-node-b13e0075-6f04-d2c1-5388-195ae95e801f-7d8e718b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e92a7d1d-4d16-33e9-1c41-3e55e3869e9c-7d8e718b {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b81653ca-f9e3-918c-f52a-915663284a3c-7d8e718b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b81653ca-f9e3-918c-f52a-915663284a45-7d8e718b {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f7f2f697-4e55-5c24-b95b-f87ac144ddee-7d8e718b {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f7f2f697-4e55-5c24-b95b-f87ac144dde3-7d8e718b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ccc281f8-010d-47f8-2a30-c73bf12753e5-7d8e718b {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-ccc281f8-010d-47f8-2a30-c73bf12753e7-7d8e718b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a5a7216d-6c5d-d526-de4f-6338e968b89c-7d8e718b {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_0272ee32-2c00-49ee-52e0-1d5428507ebb-7d8e718b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_0272ee32-2c00-49ee-52e0-1d5428507ebf-7d8e718b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_0272ee32-2c00-49ee-52e0-1d5428507ec3-7d8e718b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_0272ee32-2c00-49ee-52e0-1d5428507ec7-7d8e718b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_44290d74-caa5-5887-8580-ac0baefc888d-7d8e718b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_0272ee32-2c00-49ee-52e0-1d5428507ecb-7d8e718b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a5a7216d-6c5d-d526-de4f-6338e968b89d-7d8e718b {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_5c4075f7-53d3-829f-ad32-e1d63ba4155e-7d8e718b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ccc281f8-010d-47f8-2a30-c73bf12753e7-7d8e718b {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a5a7216d-6c5d-d526-de4f-6338e968b89c-7d8e718b {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5c4075f7-53d3-829f-ad32-e1d63ba4155e-7d8e718b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_0272ee32-2c00-49ee-52e0-1d5428507ebb-7d8e718b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0272ee32-2c00-49ee-52e0-1d5428507ebf-7d8e718b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0272ee32-2c00-49ee-52e0-1d5428507ec3-7d8e718b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0272ee32-2c00-49ee-52e0-1d5428507ec7-7d8e718b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_44290d74-caa5-5887-8580-ac0baefc888d-7d8e718b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Fraunces144pt';
  src: url('../fonts/Fraunces144pt-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces144pt';
  src: url('../fonts/Fraunces144pt-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces144pt';
  src: url('../fonts/Fraunces144pt-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces144pt';
  src: url('../fonts/Fraunces144pt-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces144pt';
  src: url('../fonts/Fraunces144pt-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces144pt';
  src: url('../fonts/Fraunces144pt-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces144pt';
  src: url('../fonts/Fraunces144pt-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces144pt';
  src: url('../fonts/Fraunces144pt-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces144pt';
  src: url('../fonts/Fraunces144pt-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces144pt';
  src: url('../fonts/Fraunces144pt-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasdisplay';
  src: url('../fonts/NeueHaasDisplay-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasdisplay';
  src: url('../fonts/NeueHaasDisplay-Mediu.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}