.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-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-form-formradioinput--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: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

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

body {
  font-family: Poppins, sans-serif;
  color: #666f77;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #061829;
  font-size: 24px;
  line-height: 1.115em;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #061829;
  font-size: 36px;
  line-height: 1.25em;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #061829;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #061829;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #061829;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #061829;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #666f77;
  font-size: 17px;
  line-height: 1.6em;
  text-align: justify;
}

a {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #666f77;
  text-decoration: underline;
}

a:hover {
  color: #247cff;
}

ul {
  margin-top: 0px;
  margin-bottom: 28px;
  padding-left: 24px;
}

ol {
  margin-top: 0px;
  margin-bottom: 28px;
  padding-left: 24px;
}

li {
  margin-bottom: 16px;
  line-height: 1.4em;
  text-align: justify;
}

img {
  display: inline-block;
  max-width: 100%;
}

strong {
  color: #061829;
  font-size: 18px;
  font-weight: 700;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 32px 24px;
  border-left: 5px solid #247cff;
  font-size: 18px;
  line-height: 1.6em;
}

figcaption {
  margin-top: 12px;
  margin-bottom: 16px;
  color: #a5aaaf;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
}

.header-wrapper {
  position: relative;
  z-index: 99;
  border-bottom: 1px solid #dbe5ee;
}

.container {
  max-width: 1128px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

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

.container.medium-size {
  max-width: 780px;
}

.nav-menu {
  color: #061829;
  font-size: 16px;
  font-weight: 500;
}

.top-bar-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #dbe5ee;
}

.button {
  border-style: solid;
  border-width: 2px;
  border-color: #247cff;
  border-radius: 4px;
  background-color: #247cff;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  border-color: #1a4ed2;
  background-color: #1a4ed2;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.button.header {
  margin-left: 12px;
  text-align: center;
}

.button.header:hover {
  color: #fff;
}

.button.standard {
  padding: 16px 32px;
  font-size: 16px;
}

.button.standard:hover {
  color: #fff;
}

.button.standard.header.w--current {
  color: #fff;
}

.button.large {
  padding: 20px 36px;
  font-size: 20px;
}

.button.large:hover {
  color: #fff;
}

.button.large.white {
  border-color: #fff;
  background-color: #fff;
  color: #247cff;
}

.button.large.white:hover {
  border-color: #fff;
}

.button.banner {
  margin-right: 16px;
  padding: 16px 20px;
  border-color: #fff;
  background-color: #fff;
  color: #247cff;
  font-size: 16px;
}

.button.small {
  padding: 12px 24px;
  font-size: 16px;
}

.social-media-link {
  margin-left: 24px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-media-link:hover {
  opacity: 0.7;
}

.contact-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.contact-icon {
  margin-right: 10px;
}

.dropdown-link {
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
}

.dropdown-link:hover {
  background-color: #eef5ff;
}

.dropdown-icon {
  position: static;
  margin-right: 0px;
  margin-left: 0px;
}

.dropdown {
  padding: 16px 14px 16px 3px;
}

.item {
  margin-right: 32px;
}

.nav-link-wrap {
  padding: 16px 14px;
}

.nav-menu-wrapper {
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dropdown-list {
  min-width: 200px;
  padding: 18px 16px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 13px 18px 0 rgba(4, 69, 167, 0.26);
}

.dropdown-list.w--open {
  padding-right: 0px;
  padding-left: 0px;
}

.contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #666f77;
  font-size: 16px;
  text-decoration: none;
}

.contact-item:hover {
  color: #247cff;
}

.navbar {
  max-width: none;
  background-color: #fff;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.dropdown-toggle:hover {
  color: #247cff;
}

.split-section-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.8fr;
  grid-template-columns: 1fr 0.8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.split-column.image {
  position: relative;
}

.split-column.image.hero {
  min-height: 760px;
}

.split-column.image.about-us {
  min-height: 620px;
}

.split-column.image.why-us {
  min-height: 620px;
}

.split-column.image.banner {
  min-height: 570px;
}

.split-column.content {
  padding-right: 24px;
  padding-left: 24px;
}

.justify-column {
  max-width: 449px;
  margin-right: auto;
  margin-left: auto;
}

.justify-column.hero {
  padding-bottom: 100px;
}

.subheading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subheading-wrapper.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.subheading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #666f77;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.subheading.accent {
  color: #247cff;
}

.subheading.white {
  color: #fff;
}

.sufix-line {
  display: inline-block;
  width: 30px;
  height: 4px;
  margin-bottom: 7px;
  margin-left: 8px;
  background-color: #247cff;
}

.large-paragraph {
  font-size: 17px;
}

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

.large-paragraph.text-center.white-text {
  color: #fff;
}

.margin-top-32px {
  margin-top: 32px;
}

.transition-bg-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.transition-bg-image.hero {
  background-image: url('../images/visita-oculistica-Caltanissetta.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.transition-bg-image.about-us {
  background-image: url('../images/oftalmologia.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.transition-bg-image.why-us {
  background-image: url('../images/chirurgia-refrattiva-caltanissetta.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.transition-bg-image.banner-cta {
  background-image: url('../images/contatta-renato-nicoletti-oculista-caltanissetta.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.transition-bg-image.about-us-page {
  background-image: url('../images/re.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.transition-bg-image.about-us-page.re {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0.26))), url('../images/re.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)), url('../images/re.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  mix-blend-mode: luminosity;
}

.transition-bg-solid {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #f1f6fb;
}

.transition-bg-solid.about-us {
  background-color: #becbdc;
}

.contact-bar-wrapper {
  position: relative;
  z-index: 6;
  max-width: 90%;
  margin-top: -140px;
  padding: 48px 24px;
  border-top-right-radius: 8px;
  background-color: #fff;
  box-shadow: 4px 0 36px 0 rgba(140, 170, 205, 0.16);
}

.background-object-1---hero {
  position: absolute;
  z-index: 2;
  max-width: 100px;
}

.backgroud-object-2---hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  max-width: 100px;
}

.contact-bar-grid {
  max-width: 968px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-columns: 1fr 1.5fr 1fr;
  grid-template-columns: 1fr 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-bar-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-bar-icon {
  margin-right: 16px;
}

.contact-bar-title {
  margin-bottom: 24px;
  color: #061829;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 700;
}

.contact-bar-link {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  text-decoration: none;
}

.contact-bar-item {
  margin-bottom: 14px;
  padding-top: 28px;
  font-size: 16px;
}

.contact-bar-item.htr {
  padding-top: 0px;
}

.scroll-down-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: -36px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -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: 100%;
  background-color: #247cff;
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
}

.scroll-down:hover {
  background-color: #1a4ed2;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.arrow-scroll-down {
  width: 28px;
}

.section.section-contact-bar {
  margin-top: 185px;
  padding-top: 32px;
  padding-bottom: 60px;
  background-color: #f1f6fb;
}

.section.section-about-us {
  background-color: #f1f6fb;
}

.section.section-why-us {
  background-color: #f1f6fb;
}

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

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

.section.page-hero {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #247cff;
}

.section.page-content {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.page-content.services {
  padding-top: 32px;
}

.section.contact-us-page {
  margin-top: 80px;
  margin-bottom: 80px;
}

.section.about-content {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f1f6fb;
}

.section.section-doctor-template {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section.grey {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f1f6fb;
}

.background-object-about {
  position: absolute;
  max-width: 200px;
}

.background-object-why-us {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  max-width: 40px;
}

.center {
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.card {
  padding-right: 24px;
  padding-bottom: 40px;
  padding-left: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #dbe5ee;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(155, 188, 232, 0.29);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
}

.card:hover {
  display: block;
  box-shadow: 0 6px 14px 0 rgba(143, 177, 223, 0.43);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.card.blog-post {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.card.doctors {
  padding: 0px;
  border-width: 0px;
}

.card.password {
  padding: 60px 40px;
}

.icon-card {
  margin-top: -49px;
  margin-bottom: 22px;
}

.button-secondary {
  display: inline-block;
  padding-top: 16px;
  padding-bottom: 16px;
  border-style: solid;
  border-width: 2px;
  border-color: #247cff;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  color: #247cff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.button-secondary:hover {
  border-color: #1a4ed2;
  background-color: #f8fbff;
  color: #1a4ed2;
}

.button-secondary.standard {
  padding-right: 32px;
  padding-left: 32px;
}

.button-secondary.large {
  padding: 20px 36px;
  font-size: 20px;
}

.button-secondary.small {
  padding: 12px 24px;
  font-size: 16px;
}

.button-secondary.card {
  display: block;
  box-shadow: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.button-secondary.full-width {
  display: block;
}

.section-banner {
  background-color: #247cff;
}

.header-h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 10px;
  padding-left: 0px;
  font-size: 36px;
  text-align: center;
}

.header-h2.white {
  color: #fff;
}

.regular-text {
  color: #061829;
  text-align: left;
}

.regular-text.white {
  color: #fff;
  font-size: 33px;
  font-weight: 700;
}

.regular-text.white.k {
  font-size: 17px;
}

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

.flex-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-secondary-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 48px;
  -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-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 4px;
  -webkit-transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease;
  transition: transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.button-secondary-icon:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.button-secondary-icon.large {
  padding: 16px 36px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 18px;
}

.button-secondary-icon.banner {
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.button-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #247cff;
  -webkit-transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease;
  transition: transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  text-decoration: none;
}

.button-icon:hover {
  background-color: #1a4ed2;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.background-object-banner {
  position: absolute;
  left: -82.562px;
  z-index: 1;
  display: none;
  max-width: 150px;
}

.blog-posts {
  margin-top: 40px;
}

.blog-posts.template-2 {
  margin-top: 0px;
}

.blog-posts.template-1 {
  margin-top: 0px;
}

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

.blog-post-wrapper {
  text-decoration: none;
}

.blog-post-wrapper:hover {
  color: #666f77;
}

.card-content {
  padding: 32px 24px 40px;
}

.blog-post-title {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.25em;
  text-decoration: none;
}

.blog-post-date {
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-post-date:hover {
  color: #666f77;
}

.read-more-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  color: #247cff;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.blog-post-image {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.read-more-link {
  padding-right: 12px;
}

.margin-top-28px {
  margin-top: 28px;
}

.grid-contact-us {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.8fr;
  grid-template-columns: 1fr 0.8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-contact-us.contact-page {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  background-color: transparent;
  box-shadow: 0 5px 16px 3px rgba(25, 37, 62, 0.09);
}

.form-wrapper {
  padding: 90px 120px;
  border-top-right-radius: 8px;
  background-color: #fff;
  box-shadow: 0 -8px 34px 0 rgba(88, 112, 173, 0.08);
}

.form-wrapper.contact-page {
  padding: 40px 60px;
  border-top-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 8px;
  box-shadow: none;
}

.form {
  margin-top: 54px;
}

.input-label {
  margin-bottom: 16px;
  color: #061829;
  font-size: 18px;
}

.input {
  min-height: 64px;
  margin-bottom: 32px;
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid #cad6e1;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  font-size: 18px;
}

.input:hover {
  border-color: #247cff;
  background-color: #f9fbfd;
}

.input:focus {
  border-width: 1px 1px 1px 4px;
  border-color: #247cff;
  background-color: #f9fbfd;
  color: #435261;
}

.input::-webkit-input-placeholder {
  color: #666f77;
  font-size: 18px;
  font-weight: 500;
}

.input:-ms-input-placeholder {
  color: #666f77;
  font-size: 18px;
  font-weight: 500;
}

.input::-ms-input-placeholder {
  color: #666f77;
  font-size: 18px;
  font-weight: 500;
}

.input::placeholder {
  color: #666f77;
  font-size: 18px;
  font-weight: 500;
}

.input.password {
  margin-bottom: 16px;
}

.input.small {
  min-height: 48px;
}

.input.large {
  min-height: 80px;
}

.contact-information {
  padding: 100px 48px;
  background-color: #19253e;
}

.contact-information.contact-page {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.contact-info-header {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #fff;
}

.contact-buttons-container {
  max-width: 314px;
}

.icon-button {
  margin-right: 8px;
}

.icon-button.primary {
  margin-right: 12px;
}

.button-secondary-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  line-height: 22px;
  font-weight: 500;
}

.success-message {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  line-height: 26px;
  text-align: left;
}

.error-message {
  margin-top: 32px;
  padding: 0px;
  background-color: transparent;
  color: #ff4043;
  line-height: 24px;
}

.offices-locations {
  margin-top: 38px;
  padding-top: 38px;
  border-top: 1px solid #7c82a1;
}

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

.office-location-title {
  color: #a9cbff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.location-list {
  margin-top: 18px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.location-item {
  margin-bottom: 12px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.footer-menu {
  padding-left: 0px;
  list-style-type: none;
}

.footer-address {
  font-size: 14px;
  line-height: 23px;
}

.copyright {
  margin-bottom: 0px;
  color: #666f77;
  text-align: center;
}

.footer-link {
  display: inline-block;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #666f77;
  font-size: 13px;
  text-decoration: none;
}

.footer-link:hover {
  color: #247cff;
}

.footer-title {
  margin-bottom: 26px;
}

.footer-up-grid {
  padding-top: 80px;
  padding-bottom: 44px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-columns-grid {
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-grid-columns: 0.8fr 0.8fr 1fr 0.5fr;
  grid-template-columns: 0.8fr 0.8fr 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-contact-icon {
  margin-right: 16px;
}

.footer-contact-icon.address {
  width: 35px;
}

.footer-wrapper {
  border-top: 2px solid #dbe5ee;
}

.footer-address-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
  padding-bottom: 11px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666f77;
}

.footer-link-box {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #666f77;
  text-decoration: none;
}

.footer-link-box:hover {
  color: #247cff;
}

.footer-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.footer-contact {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.footer-bottom {
  padding-top: 48px;
  padding-bottom: 48px;
  border-top: 2px solid #dbe5ee;
}

.go-up-button {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 54px;
  margin-right: 42px;
  margin-bottom: 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;
  border-radius: 50%;
  background-color: #247cff;
  background-image: url('../images/arrow-up.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease, color 300ms ease;
  transition: opacity 300ms ease, color 300ms ease;
}

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

.services-collection {
  margin-top: 90px;
  background-color: transparent;
}

.hero-wrapper {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.page-title {
  color: #fff;
  font-size: 48px;
  text-align: left;
}

.vertical-center {
  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-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;
}

.margin-top-18 {
  margin-top: 18px;
}

.services-content {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  padding: 72px 24px 60px;
}

.rich-text h2 {
  margin-bottom: 15px;
}

.rich-text p {
  margin-top: 10px;
  margin-bottom: 24px;
}

.rich-text h4 {
  margin-top: 12px;
  margin-bottom: 14px;
}

.rich-text img {
  margin-top: 16px;
}

.rich-text a {
  color: #247cff;
  text-decoration: underline;
}

.rich-text a:hover {
  color: #1a4ed2;
}

.rich-text.doctor-biography {
  text-align: left;
}

.empty-state {
  padding: 24px 0px;
  background-color: transparent;
  font-size: 22px;
  text-align: center;
}

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

.doctor-image {
  width: 100%;
  max-width: 100%;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.doctor-name {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 18px;
}

.doctor-speciality {
  color: #247cff;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.doctor-short-description {
  margin-top: 12px;
}

.icon-rounded {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 80px;
  background-color: #247cff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.icon-rounded:hover {
  background-color: #1a4ed2;
}

.icon-rounded.phone {
  background-image: url('../images/white-phone.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.icon-rounded.email {
  background-image: url('../images/white-email.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.justify-content-space-between {
  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;
}

.grid-2-columns {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.blog-post-hero {
  padding-top: 60px;
  padding-bottom: 60px;
}

.blog-thumbnail {
  min-height: 570px;
  margin-top: 30px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.post-metadata-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.author-wrapper {
  margin-right: 18px;
  margin-left: 18px;
}

.post-date {
  margin-right: 18px;
  margin-left: 18px;
}

.blog-title {
  margin-top: 28px;
  margin-bottom: 0px;
}

.author-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.written-by {
  margin-right: 6px;
}

.meta-divider {
  width: 1px;
  height: 30px;
  background-color: #dbe5ee;
}

.badge-wrapper {
  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;
}

.category-badge {
  padding: 8px 24px;
  border-radius: 4px;
  background-color: #eef5ff;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  text-decoration: none;
}

.category-badge:hover {
  background-color: #dceaff;
  color: #1a4ed2;
}

.category-text {
  color: #247cff;
}

.blog-post-content {
  margin-bottom: 80px;
}

.post-content {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.related-blog-posts {
  margin-top: 40px;
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #f1f6fb;
}

.grid-2-colums-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-border {
  border-radius: 8px;
  box-shadow: 0 6px 24px 0 rgba(6, 70, 126, 0.2);
}

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

.utility-page-wrap.password {
  max-width: 680px;
}

.utility-page-content {
  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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.utility-page-form {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.doctor-container {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.doctor-template-name {
  font-size: 46px;
  text-align: left;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex.align-top {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.articles-from {
  margin-right: 8px;
  color: #061829;
  font-size: 36px;
  font-weight: 700;
}

.articles-from-name {
  margin-top: 0px;
  margin-bottom: 0px;
}

._404 {
  color: #e0e6eb;
  font-size: 290px;
  line-height: 1em;
}

.page-not-found {
  color: #247cff;
  font-size: 36px;
  line-height: 1.5em;
  font-weight: 700;
}

.not-found-text {
  margin-top: 12px;
  font-size: 20px;
  line-height: 1.5em;
}

.error-message-password {
  margin-top: 22px;
  padding: 16px 24px;
  background-color: #fff4f4;
  color: #ff1b1f;
}

.styleguide-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.line-divider {
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #dbe5ee;
}

.order-list {
  list-style-type: decimal;
}

.checkbox {
  width: 18px;
  height: 18px;
}

.checkbox-label {
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: 10px;
}

.radio-button {
  width: 18px;
  height: 18px;
}

.radio-button-label {
  margin-left: 8px;
}

.radio-button-field {
  margin-bottom: 24px;
}

.checkbox-field {
  margin-bottom: 24px;
}

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

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

.text-center.color-white {
  color: #fff;
}

.licenses-wrapper {
  padding-top: 60px;
  padding-bottom: 0px;
}

.location-phone {
  color: #fff;
  text-decoration: none;
}

.white-link {
  color: #fff;
}

.white-link:hover {
  color: hsla(0, 0%, 100%, 0.8);
}

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

.bold-text {
  color: #fff;
}

.grid {
  justify-items: center;
}

.text-block {
  color: #061829;
}

.link-block {
  padding: 16px 0px 16px 14px;
  text-decoration: none;
}

.rich-text-block {
  font-size: 20px;
}

.rich-text-block-2 {
  color: #061829;
  font-weight: 500;
}

.rich-text-block-2.e {
  font-size: 17px;
}

.rich-text-block-2.e strong {
  font-size: 19px;
}

.section-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  color: #fff;
}

.paragraph {
  color: #fff;
  font-size: 36px;
  text-align: center;
}

.paragraph-2 {
  color: #f8fbff;
  text-align: center;
}

.base-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 160px;
  -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;
  background-color: #f1f6fb;
}

.cta-no2 {
  display: -ms-grid;
  display: grid;
  width: 90%;
  max-width: 1180px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto minmax(40px, 40px) minmax(40px, 40px);
  grid-template-columns: auto minmax(40px, 40px) minmax(40px, 40px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dark-wrap {
  padding: 56px 46px;
  background-color: #247cff;
}

.white-2 {
  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;
  color: #fff;
  font-size: 23px;
}

.cta-btn-no2 {
  width: 80px;
  height: 80px;
  background-color: #fec483;
  background-image: url('../images/conta.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link {
  color: #fff;
}

.h1 {
  font-weight: 400;
  text-align: justify;
}

.div-block {
  background-color: #247cff;
}

.text-block-2 {
  color: #061829;
}

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

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

.link-2 {
  color: #fff;
}

.button-2 {
  border-style: solid none;
  border-width: 1px;
  border-color: #000;
  background-color: transparent;
  color: #000;
  font-size: 14px;
}

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

.bold-text-2 {
  font-weight: 400;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 19px;
  -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;
}

.paragraph-3 {
  color: #247cff;
}

.heading {
  color: transparent;
}

.text-block-5 {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #061829;
  font-size: 24px;
  font-weight: 700;
}

.jk {
  color: transparent;
  font-size: 11px;
}

.lo {
  color: transparent;
  font-size: 12px;
}

.text-block-6 {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #061829;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.text-block-7 {
  padding-top: 21px;
  padding-bottom: 21px;
  color: #fff;
}

.text-block-8 {
  color: #061829;
  font-size: 33px;
  line-height: 40px;
  font-weight: 700;
}

.text-block-9 {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.j {
  color: transparent;
  font-size: 24px;
}

.text-block-10 {
  padding-top: 21px;
  padding-bottom: 21px;
  color: #19253e;
  font-size: 35px;
  line-height: 1.115em;
  font-weight: 700;
}

.text-block-11 {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #061829;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
}

.text-block-12 {
  color: #061829;
  font-size: 30px;
  font-weight: 700;
}

.testo-h1 {
  color: transparent;
}

.text-block-13 {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 33px;
  font-weight: 700;
}

.ces {
  color: transparent;
  font-size: 22px;
}

.ju {
  text-align: left;
}

@media screen and (min-width: 1440px) {
  .grid {
    justify-items: center;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    position: absolute;
    background-color: #fff;
  }

  .menu-icon-middle-line {
    height: 2px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #061829;
  }

  .menu-icon-bottom-line {
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #061829;
  }

  .button.header {
    margin-right: 24px;
    margin-bottom: 40px;
    margin-left: 24px;
  }

  .menu-icon {
    width: 34px;
    padding: 0px;
  }

  .menu-icon.w--open {
    background-color: transparent;
  }

  .dropdown {
    padding-right: 24px;
    padding-left: 24px;
  }

  .item {
    margin-right: 20px;
  }

  .nav-link-wrap {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-transition: background-color 300ms ease, color 300ms ease;
    transition: background-color 300ms ease, color 300ms ease;
  }

  .nav-link-wrap:hover {
    background-color: #e8f1ff;
  }

  .menu-icon-top-line {
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #061829;
  }

  .dropdown-list {
    max-width: 100%;
    min-width: 100%;
    box-shadow: none;
  }

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

  .split-column.image {
    min-height: 480px;
  }

  .split-column.image.about-us {
    min-height: 480px;
  }

  .split-column.image.why-us {
    min-height: 480px;
  }

  .split-column.image.banner {
    min-height: 480px;
  }

  .justify-column {
    max-width: 100%;
    padding: 80px 40px;
  }

  .contact-bar-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-top-right-radius: 0px;
  }

  .background-object-1---hero {
    display: none;
  }

  .backgroud-object-2---hero {
    display: none;
  }

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

  .scroll-down-wrapper {
    position: static;
    margin-top: -30px;
    padding-bottom: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .background-object-about {
    display: none;
  }

  .background-object-why-us {
    display: none;
  }

  .background-object-banner {
    display: none;
  }

  .blog-posts {
    padding-right: 40px;
    padding-left: 40px;
  }

  .collection-list {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .grid-contact-us.contact-page {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
    border-top-right-radius: 0px;
  }

  .contact-information {
    padding: 80px 120px;
  }

  .contact-information.contact-page {
    padding: 60px;
    border-radius: 0px;
  }

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

  .footer-contact-icon.address {
    width: 25px;
  }

  .footer-bottom {
    padding-right: 24px;
    padding-left: 24px;
  }

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

  .services-content {
    padding: 60px;
  }

  .grid-3-columns {
    padding-right: 80px;
    padding-left: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-thumbnail {
    min-height: 380px;
  }

  .grid-2-colums-content {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._404 {
    font-size: 250px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 30px;
  }

  .logo-image {
    max-width: 130px;
  }

  .top-bar-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .social-media-link {
    margin-right: 12px;
    margin-left: 12px;
  }

  .contact-info-wrapper {
    display: none;
  }

  .split-column.image.banner {
    min-height: 480px;
  }

  .justify-column {
    padding-right: 24px;
    padding-left: 24px;
  }

  .brand {
    padding-left: 0px;
  }

  .contact-bar-wrapper {
    padding-top: 48px;
  }

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

  .contact-bar-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contact-bar-icon {
    margin-right: 16px;
    margin-bottom: 18px;
  }

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

  .contact-bar-title {
    margin-bottom: 16px;
    font-size: 18px;
    text-align: left;
  }

  .contact-bar-link {
    text-align: left;
  }

  .contact-bar-item {
    text-align: center;
  }

  .scroll-down-wrapper {
    display: none;
  }

  .section.page-content.services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card {
    padding-top: 40px;
  }

  .card.blog-post {
    padding-top: 0px;
  }

  .icon-card {
    margin-top: 0px;
  }

  .blog-posts {
    padding-right: 0px;
    padding-left: 0px;
  }

  .form-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }

  .input {
    min-height: 54px;
  }

  .contact-information {
    padding-right: 24px;
    padding-left: 24px;
  }

  .offices-grid {
    grid-column-gap: 32px;
  }

  .footer-columns-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .services-grid {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .services-collection {
    margin-top: 0px;
  }

  .page-title {
    font-size: 40px;
  }

  .services-content {
    padding-right: 24px;
    padding-left: 24px;
  }

  .empty-state {
    font-size: 18px;
  }

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

  .grid-3-columns {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .blog-thumbnail {
    min-height: 270px;
  }

  .post-metadata-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .author-wrapper {
    margin-bottom: 12px;
  }

  .meta-divider {
    display: none;
  }

  .utility-page-wrap {
    padding-right: 24px;
    padding-left: 24px;
  }

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

  .articles-from {
    font-size: 30px;
  }

  ._404 {
    font-size: 190px;
  }

  .page-not-found {
    font-size: 30px;
  }

  .not-found-text {
    font-size: 18px;
  }
}

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

  h2 {
    font-size: 28px;
  }

  .logo-image {
    display: inline-block;
    max-width: 160px;
  }

  .button.large {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 18px;
  }

  .button.banner {
    display: block;
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .split-section-grid {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .split-column {
    width: 100%;
  }

  .justify-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 72px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .large-paragraph {
    font-size: 18px;
  }

  .contact-bar-item {
    text-align: left;
  }

  .section.page-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .card.password {
    padding-right: 20px;
    padding-left: 20px;
  }

  .icon-card {
    margin-bottom: 12px;
  }

  .header-h2 {
    padding-left: 0px;
  }

  .flex-buttons {
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .button-secondary-icon.large {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-icon {
    -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;
  }

  .form-wrapper.contact-page {
    padding-right: 20px;
    padding-left: 20px;
  }

  .input-label {
    font-size: 16px;
  }

  .contact-information.contact-page {
    padding-right: 20px;
    padding-left: 20px;
  }

  .icon-button.primary {
    margin-right: 0px;
    margin-bottom: 12px;
  }

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

  .footer-title {
    margin-bottom: 16px;
  }

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

  .footer-contact-icon.address {
    width: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .page-title {
    font-size: 32px;
  }

  .justify-content-space-between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .doctor-contact-information {
    margin-top: 18px;
  }

  .doctor-contact-information.doctor-template {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .blog-thumbnail {
    min-height: 140px;
  }

  .author-text-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .written-by {
    margin-right: 0px;
    margin-bottom: 4px;
  }

  .utility-page-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .doctor-template-name {
    font-size: 40px;
  }

  .flex.align-top {
    -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;
  }

  .articles-from {
    margin-right: 0px;
    padding-bottom: 12px;
  }

  ._404 {
    font-size: 130px;
  }

  .page-not-found {
    font-size: 24px;
  }

  .not-found-text {
    font-size: 16px;
  }

  .cta-no2 {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto minmax(40px, 40px) minmax(40px, 40px);
    grid-template-rows: auto minmax(40px, 40px) minmax(40px, 40px);
  }

  .dark-wrap {
    padding-bottom: 76px;
  }

  .text-block-10 {
    display: block;
  }
}

#w-node-af684ee7-055e-79ef-1b13-d5aa208aae56-3625539d {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b1c16193-a8e4-9fba-a563-18b977742972-3625539d {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c2f4a8c0-a7d1-16d4-b8dd-995056e33b29-3625539d {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8ebb027d-e121-07c0-417d-79903db2ce49-3625539d {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e9c5233f-7146-6914-7283-06983f4a4e40-3625539d {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-adf76295-6499-d943-66f9-d1bce0d3c975-3625539d {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_90487ff3-2747-1260-c793-eb718c16f94d-3625539d {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_5559221c-41b9-c7f7-236f-c0cb4682a9ad-4682a9aa {
  -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-_5559221c-41b9-c7f7-236f-c0cb4682a9ae-4682a9aa {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ddb3dd2b-8950-2628-fcf0-54e84f19d49d-4f19d49b {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_50020eae-abb3-e75c-0b85-e210a1b2bf7d-a1b2bf79 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_50020eae-abb3-e75c-0b85-e210a1b2bf89-a1b2bf79 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_50020eae-abb3-e75c-0b85-e210a1b2bf93-a1b2bf79 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_61a5cbb8-5815-6eed-d530-e71f58cfd960-bc2553a8 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_63508800-bcf0-9986-7c32-5dce6c774272-bc2553a8 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3cfa9df3-0b22-246e-01a5-e87b067392c7-bc2553a8 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-eeba88c1-85fc-93b5-5af6-c5bcf4a4ab78-bc2553a8 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_2129099c-a6b1-cc5a-713c-3384b49f032c-d92553ae {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_23809342-bab2-f15e-eeb5-c2f9d289a2a4-042553b0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_23809342-bab2-f15e-eeb5-c2f9d289a2a5-042553b0 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3f1eb124-1176-a940-332b-38da3ca562e9-f42553b9 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3f1eb124-1176-a940-332b-38da3ca562f3-f42553b9 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3f1eb124-1176-a940-332b-38da3ca562fe-f42553b9 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-aeeaa6d6-5365-0aae-f77a-9f3d23797d59-fbd4117a {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-aeeaa6d6-5365-0aae-f77a-9f3d23797d63-fbd4117a {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-aeeaa6d6-5365-0aae-f77a-9f3d23797d6e-fbd4117a {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ac26a8c7-7344-9892-fc70-c1ffe8d62d5a-fbd4117a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ac26a8c7-7344-9892-fc70-c1ffe8d62d5d-fbd4117a {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b9359f8d-772e-cd10-3809-16291b9395d7-f1420210 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b9359f8d-772e-cd10-3809-16291b9395e1-f1420210 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b9359f8d-772e-cd10-3809-16291b9395ec-f1420210 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ac26a8c7-7344-9892-fc70-c1ffe8d62d5a-f1420210 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ac26a8c7-7344-9892-fc70-c1ffe8d62d5d-f1420210 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b2c2f163-c986-6f33-bd43-9cf7837a4a6f-705df7e2 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b2c2f163-c986-6f33-bd43-9cf7837a4a79-705df7e2 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b2c2f163-c986-6f33-bd43-9cf7837a4a84-705df7e2 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ac26a8c7-7344-9892-fc70-c1ffe8d62d5a-705df7e2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ac26a8c7-7344-9892-fc70-c1ffe8d62d5d-705df7e2 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_33093f6d-820d-3c67-93fa-06ac48efb77d-990cdf98 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_33093f6d-820d-3c67-93fa-06ac48efb787-990cdf98 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_33093f6d-820d-3c67-93fa-06ac48efb792-990cdf98 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ac26a8c7-7344-9892-fc70-c1ffe8d62d5a-990cdf98 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ac26a8c7-7344-9892-fc70-c1ffe8d62d5d-990cdf98 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_89e3a84f-4905-5280-6c7e-914eb98cdaf0-7b21899c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_89e3a84f-4905-5280-6c7e-914eb98cdafa-7b21899c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_89e3a84f-4905-5280-6c7e-914eb98cdb05-7b21899c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ac26a8c7-7344-9892-fc70-c1ffe8d62d5a-7b21899c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ac26a8c7-7344-9892-fc70-c1ffe8d62d5d-7b21899c {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e7659d96-47db-3c6d-4f2c-9b6bcd0cf36a-75994e13 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e7659d96-47db-3c6d-4f2c-9b6bcd0cf374-75994e13 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e7659d96-47db-3c6d-4f2c-9b6bcd0cf37f-75994e13 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ac26a8c7-7344-9892-fc70-c1ffe8d62d5a-75994e13 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ac26a8c7-7344-9892-fc70-c1ffe8d62d5d-75994e13 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4488e2f0-11b5-1664-e783-c57450678a02-2f92676c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4488e2f0-11b5-1664-e783-c57450678a0c-2f92676c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4488e2f0-11b5-1664-e783-c57450678a17-2f92676c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_71eca918-7648-ab6c-9e92-5776d92a317b-96daf76f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_71eca918-7648-ab6c-9e92-5776d92a3185-96daf76f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_71eca918-7648-ab6c-9e92-5776d92a3190-96daf76f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_54577339-c508-874e-220a-f32d4709a564-65d44798 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_54577339-c508-874e-220a-f32d4709a56e-65d44798 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_54577339-c508-874e-220a-f32d4709a579-65d44798 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_70330260-a440-9405-ee48-ff7193e2ab8e-efd9c8c8 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_70330260-a440-9405-ee48-ff7193e2ab98-efd9c8c8 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_70330260-a440-9405-ee48-ff7193e2aba3-efd9c8c8 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d694bcec-b179-0621-a23f-aac4c542fe83-83950242 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d694bcec-b179-0621-a23f-aac4c542fe8d-83950242 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d694bcec-b179-0621-a23f-aac4c542fe98-83950242 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b9acdf64-f509-e3b9-37e0-b4e0c5ef97c9-ab0a3d7b {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b9acdf64-f509-e3b9-37e0-b4e0c5ef97d3-ab0a3d7b {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b9acdf64-f509-e3b9-37e0-b4e0c5ef97de-ab0a3d7b {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0160-d0221fea {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e016a-d0221fea {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0175-d0221fea {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0160-c6c362b7 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e016a-c6c362b7 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0175-c6c362b7 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0160-27751535 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e016a-27751535 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0175-27751535 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0160-1cad1203 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e016a-1cad1203 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0175-1cad1203 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0160-7104f5c8 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e016a-7104f5c8 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0175-7104f5c8 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0160-ecc3a453 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e016a-ecc3a453 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0175-ecc3a453 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0160-5bc1ef41 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e016a-5bc1ef41 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0175-5bc1ef41 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0160-5226b4e7 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e016a-5226b4e7 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0175-5226b4e7 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0160-69aae95e {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e016a-69aae95e {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0175-69aae95e {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0160-07f87fa0 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e016a-07f87fa0 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0175-07f87fa0 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0160-3e0fbabb {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e016a-3e0fbabb {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0175-3e0fbabb {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0160-478914c2 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e016a-478914c2 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0175-478914c2 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0160-aa6be2ba {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e016a-aa6be2ba {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0175-aa6be2ba {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0160-bda81c72 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e016a-bda81c72 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0175-bda81c72 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_038bf999-cf6e-5e10-b412-672a9e1312ef-e43a7a44 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_038bf999-cf6e-5e10-b412-672a9e1312f9-e43a7a44 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_038bf999-cf6e-5e10-b412-672a9e131304-e43a7a44 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_84e817f6-482f-41fa-1341-d501f550d70f-c12553b8 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_79488565-fa11-00bc-dc56-a704452f6f7e-c12553b8 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_545c63b3-dcff-89da-c8a7-dbc7b22f8b5f-c12553b8 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1b8af698-0d30-7b6d-b1ce-b73a65b60320-c12553b8 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-fd1de4cf-e038-7fe8-5829-91f7ddd69fac-c12553b8 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3774ac19-13ed-8aae-3337-f2e0c6f48a88-c12553b8 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_536450d4-3df2-f087-fb62-9ab60ee0ff3e-c12553b8 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2fbb033a-e936-a812-54b8-d3ef97f51f14-c12553b8 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6baab162-259a-75b6-c40a-cd8701134e49-c12553b8 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-d08b859e-5bed-6d14-c90c-db1c129bef4f-c12553b8 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_0c1ae935-5e77-987e-a32b-841c51251ff9-c12553b8 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_54bc333c-92a1-4de2-b4b4-9c55a112d039-c12553b8 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_5d9ed577-a221-fab0-a2c7-5c4df5f2acf1-c12553b8 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_84e817f6-482f-41fa-1341-d501f550d70f-15587605 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_79488565-fa11-00bc-dc56-a704452f6f7e-15587605 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_545c63b3-dcff-89da-c8a7-dbc7b22f8b5f-15587605 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1b8af698-0d30-7b6d-b1ce-b73a65b60320-15587605 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-fd1de4cf-e038-7fe8-5829-91f7ddd69fac-15587605 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3774ac19-13ed-8aae-3337-f2e0c6f48a88-15587605 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_536450d4-3df2-f087-fb62-9ab60ee0ff3e-15587605 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2fbb033a-e936-a812-54b8-d3ef97f51f14-15587605 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6baab162-259a-75b6-c40a-cd8701134e49-15587605 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-d08b859e-5bed-6d14-c90c-db1c129bef4f-15587605 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_0c1ae935-5e77-987e-a32b-841c51251ff9-15587605 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_54bc333c-92a1-4de2-b4b4-9c55a112d039-15587605 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b19a8306-b28b-b353-245a-d4e593f42841-e43a7a44 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b19a8306-b28b-b353-245a-d4e593f42847-e43a7a44 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b19a8306-b28b-b353-245a-d4e593f4284a-e43a7a44 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b19a8306-b28b-b353-245a-d4e593f4284d-e43a7a44 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b19a8306-b28b-b353-245a-d4e593f42850-e43a7a44 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b19a8306-b28b-b353-245a-d4e593f42853-e43a7a44 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b19a8306-b28b-b353-245a-d4e593f42856-e43a7a44 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b19a8306-b28b-b353-245a-d4e593f42859-e43a7a44 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b19a8306-b28b-b353-245a-d4e593f4285c-e43a7a44 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b19a8306-b28b-b353-245a-d4e593f4285f-e43a7a44 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b19a8306-b28b-b353-245a-d4e593f42862-e43a7a44 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b19a8306-b28b-b353-245a-d4e593f42865-e43a7a44 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b19a8306-b28b-b353-245a-d4e593f42868-e43a7a44 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-adf76295-6499-d943-66f9-d1bce0d3c982-3625539d {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_50020eae-abb3-e75c-0b85-e210a1b2bf91-a1b2bf79 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_50020eae-abb3-e75c-0b85-e210a1b2bfb0-a1b2bf79 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_3cfa9df3-0b22-246e-01a5-e87b067392c7-bc2553a8 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_23809342-bab2-f15e-eeb5-c2f9d289a2a5-042553b0 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b1c16193-a8e4-9fba-a563-18b977742972-3625539d {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-c2f4a8c0-a7d1-16d4-b8dd-995056e33b29-3625539d {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_8ebb027d-e121-07c0-417d-79903db2ce49-3625539d {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_50020eae-abb3-e75c-0b85-e210a1b2bf89-a1b2bf79 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_50020eae-abb3-e75c-0b85-e210a1b2bf91-a1b2bf79 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3f1eb124-1176-a940-332b-38da3ca562e9-f42553b9 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3f1eb124-1176-a940-332b-38da3ca562f3-f42553b9 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3f1eb124-1176-a940-332b-38da3ca562fe-f42553b9 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-aeeaa6d6-5365-0aae-f77a-9f3d23797d59-fbd4117a {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-aeeaa6d6-5365-0aae-f77a-9f3d23797d63-fbd4117a {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-aeeaa6d6-5365-0aae-f77a-9f3d23797d6e-fbd4117a {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-b9359f8d-772e-cd10-3809-16291b9395d7-f1420210 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-b9359f8d-772e-cd10-3809-16291b9395e1-f1420210 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-b9359f8d-772e-cd10-3809-16291b9395ec-f1420210 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-b2c2f163-c986-6f33-bd43-9cf7837a4a6f-705df7e2 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-b2c2f163-c986-6f33-bd43-9cf7837a4a79-705df7e2 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-b2c2f163-c986-6f33-bd43-9cf7837a4a84-705df7e2 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_33093f6d-820d-3c67-93fa-06ac48efb77d-990cdf98 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_33093f6d-820d-3c67-93fa-06ac48efb787-990cdf98 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_33093f6d-820d-3c67-93fa-06ac48efb792-990cdf98 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_89e3a84f-4905-5280-6c7e-914eb98cdaf0-7b21899c {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_89e3a84f-4905-5280-6c7e-914eb98cdafa-7b21899c {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_89e3a84f-4905-5280-6c7e-914eb98cdb05-7b21899c {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-e7659d96-47db-3c6d-4f2c-9b6bcd0cf36a-75994e13 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-e7659d96-47db-3c6d-4f2c-9b6bcd0cf374-75994e13 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-e7659d96-47db-3c6d-4f2c-9b6bcd0cf37f-75994e13 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_4488e2f0-11b5-1664-e783-c57450678a02-2f92676c {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_4488e2f0-11b5-1664-e783-c57450678a0c-2f92676c {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_4488e2f0-11b5-1664-e783-c57450678a17-2f92676c {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_71eca918-7648-ab6c-9e92-5776d92a317b-96daf76f {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_71eca918-7648-ab6c-9e92-5776d92a3185-96daf76f {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_71eca918-7648-ab6c-9e92-5776d92a3190-96daf76f {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_54577339-c508-874e-220a-f32d4709a564-65d44798 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_54577339-c508-874e-220a-f32d4709a56e-65d44798 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_54577339-c508-874e-220a-f32d4709a579-65d44798 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_70330260-a440-9405-ee48-ff7193e2ab8e-efd9c8c8 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_70330260-a440-9405-ee48-ff7193e2ab98-efd9c8c8 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_70330260-a440-9405-ee48-ff7193e2aba3-efd9c8c8 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d694bcec-b179-0621-a23f-aac4c542fe83-83950242 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d694bcec-b179-0621-a23f-aac4c542fe8d-83950242 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d694bcec-b179-0621-a23f-aac4c542fe98-83950242 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-b9acdf64-f509-e3b9-37e0-b4e0c5ef97c9-ab0a3d7b {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-b9acdf64-f509-e3b9-37e0-b4e0c5ef97d3-ab0a3d7b {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-b9acdf64-f509-e3b9-37e0-b4e0c5ef97de-ab0a3d7b {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0160-d0221fea {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e016a-d0221fea {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0175-d0221fea {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0160-c6c362b7 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e016a-c6c362b7 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0175-c6c362b7 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0160-27751535 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e016a-27751535 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0175-27751535 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0160-1cad1203 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e016a-1cad1203 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0175-1cad1203 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0160-7104f5c8 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e016a-7104f5c8 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0175-7104f5c8 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0160-ecc3a453 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e016a-ecc3a453 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0175-ecc3a453 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0160-5bc1ef41 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e016a-5bc1ef41 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0175-5bc1ef41 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0160-5226b4e7 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e016a-5226b4e7 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0175-5226b4e7 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0160-69aae95e {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e016a-69aae95e {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0175-69aae95e {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0160-07f87fa0 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e016a-07f87fa0 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0175-07f87fa0 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0160-3e0fbabb {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e016a-3e0fbabb {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0175-3e0fbabb {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0160-478914c2 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e016a-478914c2 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0175-478914c2 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0160-aa6be2ba {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e016a-aa6be2ba {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0175-aa6be2ba {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0160-bda81c72 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e016a-bda81c72 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_181b1847-2bda-e2ab-7093-2a3dde8e0175-bda81c72 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_038bf999-cf6e-5e10-b412-672a9e1312ef-e43a7a44 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_038bf999-cf6e-5e10-b412-672a9e1312f9-e43a7a44 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_038bf999-cf6e-5e10-b412-672a9e131304-e43a7a44 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5559221c-41b9-c7f7-236f-c0cb4682a9ad-4682a9aa {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_5559221c-41b9-c7f7-236f-c0cb4682a9ae-4682a9aa {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ac26a8c7-7344-9892-fc70-c1ffe8d62d5a-fbd4117a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }

  #w-node-ac26a8c7-7344-9892-fc70-c1ffe8d62d5d-fbd4117a {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ac26a8c7-7344-9892-fc70-c1ffe8d62d5a-f1420210 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }

  #w-node-ac26a8c7-7344-9892-fc70-c1ffe8d62d5d-f1420210 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ac26a8c7-7344-9892-fc70-c1ffe8d62d5a-705df7e2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }

  #w-node-ac26a8c7-7344-9892-fc70-c1ffe8d62d5d-705df7e2 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ac26a8c7-7344-9892-fc70-c1ffe8d62d5a-990cdf98 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }

  #w-node-ac26a8c7-7344-9892-fc70-c1ffe8d62d5d-990cdf98 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ac26a8c7-7344-9892-fc70-c1ffe8d62d5a-7b21899c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }

  #w-node-ac26a8c7-7344-9892-fc70-c1ffe8d62d5d-7b21899c {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ac26a8c7-7344-9892-fc70-c1ffe8d62d5a-75994e13 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }

  #w-node-ac26a8c7-7344-9892-fc70-c1ffe8d62d5d-75994e13 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

