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

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

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

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

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

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

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

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

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

body {
  font-family: Poppins, sans-serif;
  color: #555;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  color: #333;
  font-size: 5rem;
  line-height: 1.1;
  font-weight: 700;
}

h2 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  color: #001a0c;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  color: #253300;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}

h4 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  color: #333;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  color: #0d823c;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
}

h6 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  color: #333;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
}

p {
  margin-bottom: 0rem;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding-left: 1.25rem;
}

li {
  margin-bottom: 0.25rem;
}

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

label {
  margin-bottom: 0.25rem;
  font-weight: 500;
}

blockquote {
  margin-bottom: 0rem;
  padding: 0.75rem 1.25rem;
  border-left: 0.25rem solid #e2e2e2;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  margin-top: 0.25rem;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.layer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -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;
}

.show {
  display: block;
}

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

.fs-styleguide_color-sample.is-secondary {
  background-color: #84cc16;
}

.fs-styleguide_color-sample.is-primary {
  background-color: #51cf66;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.button {
  padding: 0.75rem 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #386eec;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

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

.heading-large {
  display: inline-block;
  background-image: none;
  font-size: 3rem;
  line-height: 1.2;
}

.heading-large.text-color-white {
  color: #001a0c;
}

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

.text-size-large {
  color: #555;
  font-size: 1.5rem;
}

.icon-medium {
  height: 3rem;
}

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

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

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

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

.text-align-center.heading-large {
  color: #001a0c;
}

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

.icon-small {
  height: 2rem;
}

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

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  color: #333;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: #333;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: #333;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: #333;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
  color: #333;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  color: #333;
}

.text-rich-text p {
  margin-bottom: 0.75rem;
}

.text-rich-text blockquote {
  margin-bottom: 0.75rem;
}

.text-rich-text ul {
  margin-bottom: 0.75rem;
}

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

.icon-large {
  height: 4rem;
}

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

.max-width-medium.text-color-white {
  display: block;
}

.form-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-xlarge {
  overflow: hidden;
  color: #001a0c;
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 700;
}

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

.form-input {
  min-height: 3rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem 1rem;
  background-color: transparent;
}

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

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

.page-wrapper {
  display: block;
}

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

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

.form-checkbox-icon {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
}

.form-checkbox-icon.w--redirected-checked {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
  background-size: 90%;
}

.form-checkbox-icon.w--redirected-focus {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
  box-shadow: 0 0 0.25rem 0rem #3898ec;
}

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

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

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

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

.fs-styleguide_classes {
  display: block;
}

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

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

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

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

.padding-section {
  display: block;
  padding: 2rem 2.5rem 4rem;
}

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

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

.show-tablet {
  display: none;
}

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

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

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

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

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

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

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

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

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

.form-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.utility_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -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_form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 20rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

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

.utility_image {
  margin-right: auto;
  margin-bottom: 0.5rem;
  margin-left: auto;
}

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

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

.button-secondary {
  display: block;
  width: 9.1rem;
  padding: 0.6rem 1.25rem;
  -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: 0.125rem;
  border-color: #1e9952;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #1e9952;
  font-weight: 600;
  text-align: center;
}

.button-secondary:hover {
  background-color: #1e9952;
  color: #f5fffc;
}

.button-text {
  padding: 0.75rem 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #386eec;
  font-weight: 600;
  text-align: center;
}

.margin-tiny {
  margin: 0.125rem;
}

.margin-xxsmall {
  margin: 0.25rem;
}

.margin-xsmall {
  margin: 0.5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0rem;
}

.padding-0 {
  padding: 0rem;
}

.padding-tiny {
  padding: 0.125rem;
}

.padding-xxsmall {
  padding: 0.25rem;
}

.padding-xsmall {
  padding: 0.5rem;
}

.padding-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.padding-medium {
  padding: 2rem;
}

.padding-medium.background-white-overlay {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-style-allcaps {
  color: #001a0c;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.text-style-allcaps.text-weight-medium {
  text-decoration: none;
}

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

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

.margin-bottom.margin-small.overflow-hidden {
  padding-bottom: 0.5rem;
}

.margin-bottom.margin-medium {
  margin-bottom: 1rem;
}

.margin-bottom.margin-medium.max-width-custom {
  max-width: 25rem;
}

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

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

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

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

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

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

.padding-bottom.padding-small.border-bottom-green {
  border-bottom: 1px solid rgba(13, 130, 60, 0.5);
}

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

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

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

.padding-vertical.padding-small {
  display: block;
}

.padding-vertical.padding-small.border-bottom {
  border-bottom-color: hsla(0, 0%, 100%, 0.5);
}

.padding-vertical.padding-medium {
  overflow: hidden;
}

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

.heading-small.text-align-center {
  color: #344700;
}

.heading-xsmall {
  color: #405700;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
}

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

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

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

.paragraph {
  color: #555;
}

.block-quote {
  color: #555;
}

.banner-text {
  color: #148060;
  line-height: 24px;
  letter-spacing: 0.02em;
}

.menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: 100%;
  max-width: 700px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
}

.navbar_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  padding-top: 5px;
  padding-bottom: 5px;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navigation-wrapper {
  position: static;
  display: block;
}

.navbar_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.container {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.banner-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  padding: 4px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: dashed;
  border-width: 1px;
  border-color: #148060;
  border-radius: 32px;
  background-color: #f5fffc;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #148060;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none;
}

.banner-link:hover {
  border-style: solid;
  background-color: #148060;
  color: #f5fffc;
}

.navbar_button-wraper {
  position: relative;
  top: 0px;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-link {
  position: absolute;
  left: auto;
  top: auto;
  right: 12px;
  bottom: auto;
}

.banner {
  display: none;
  padding: 0.75rem 5%;
}

.navbar_button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 9.1rem;
  height: 3rem;
  margin-left: 2rem;
  padding: 0rem;
  -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: 3px;
  border-color: #1e9952;
  border-radius: 4px;
  background-color: #1e9952;
  box-shadow: 0 0 0 3px #1e9952;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
}

.navbar_button:hover {
  box-shadow: none;
}

.navbar_button.main {
  border-color: #7aa20b;
  border-radius: 5px;
  background-color: #7aa20b;
  box-shadow: 0 0 0 3px #7aa20b;
}

.navbar_brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6rem;
  padding-right: 0.5rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 0.5rem;
  border-right: 1px dashed #6869ac;
}

.navbar_brand.w--current {
  height: 3.5rem;
}

.banner-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 24px;
  -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: 1px;
  border-color: rgba(202, 203, 226, 0.3);
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(169, 227, 75, 0.18)), to(#fff));
  background-image: linear-gradient(90deg, rgba(169, 227, 75, 0.18), #fff);
  text-align: center;
}

.navigation-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0.75rem 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #006b2b;
  text-decoration: none;
}

.navigation-link:hover {
  background-color: #1e9952;
  color: #fff;
}

.navigation-link.second:hover {
  background-color: #1e9952;
}

.menu-subtext {
  opacity: 0.75;
  font-size: 16px;
  line-height: 1.5;
}

.chevron {
  margin-right: 5px;
}

.dropdown-list {
  left: -230%;
  top: 85%;
  right: auto;
  bottom: auto;
  display: none;
  min-width: 650px;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.dropdown-list.w--open {
  left: -180px;
  top: 100%;
  min-width: 32rem;
  background-color: transparent;
}

.navigation-grid {
  display: -ms-grid;
  display: grid;
  overflow: visible;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.menu-title {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
}

.dropdown-base-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f1ffbd;
  box-shadow: 8px 39px 65px -10px rgba(0, 0, 0, 0.1);
  color: #253300;
}

.dropdown-base-wrapper.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.dropdown-base-wrapper.second-nav {
  background-color: #d9f7e7;
}

.dropdown-link-base {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  padding: 2.5rem 2rem 1rem;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 5px;
}

.dropdown_toogle {
  z-index: 1;
  overflow: hidden;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
}

.dropdown_toogle:hover {
  color: #333;
}

.dropdown_toogle.w--open {
  display: block;
}

.dropdown {
  position: relative;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-right: 2rem;
  padding-left: 2rem;
  background-color: #d9f7e7;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

.navbar.homepage-two {
  background-color: #d9f7e7;
  background-image: none;
}

.nav_link {
  padding: 0.5rem 0.75rem;
  color: #333;
  font-size: 1rem;
  font-weight: 500;
}

.nav_link.w--current {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a5e9c2;
  color: #131212;
}

.body {
  background-color: #fffcfc;
}

.button_wraper {
  position: absolute;
  left: 20%;
  top: 0%;
  bottom: 0%;
  z-index: -1;
  width: 8rem;
  height: 2.6rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  box-shadow: 0 0 0 3px #7aa20b;
}

.button_wraper.second-nav {
  left: 18%;
  width: 9.1rem;
  height: 3rem;
  border-radius: 4px;
  box-shadow: 0 0 0 3px #1e9952;
}

.dropdown_text {
  -webkit-transition: all 0.5ms ease;
  transition: all 0.5ms ease;
  color: #333;
  font-size: 1rem;
  font-weight: 500;
}

.marker-effect {
  position: absolute;
  left: 0%;
  top: 18%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  height: 1.6rem;
  border-radius: 3px;
  background-color: #cff95d;
  opacity: 1;
}

.marker-effect.second-nav {
  background-color: #a5e9c2;
}

.nav_link-wraper {
  position: relative;
  overflow: hidden;
}

.team_section-header.marbo-hair {
  padding-top: 0rem;
}

.slider {
  height: 100vh;
}

.slide.tree {
  background-image: url('../images/nguy-n-hi-p-2rNHliX6XHk-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text_background {
  position: absolute;
  left: 50%;
  top: 25%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31.25rem;
  height: 18.7rem;
  padding-left: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.text-color-white {
  position: relative;
  display: inline-block;
  overflow: visible;
  margin-left: -9px;
  padding-bottom: 0rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 0.9rem;
}

.text-color-white.text-size-custom2 {
  font-size: 1.8rem;
}

.text-color-white.text-size-custom-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 1.8rem;
}

.slide_background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/national-cancer-institute-KrsoedfRAf4-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.slide_background.one {
  position: relative;
  padding-left: 0rem;
  border: 1px solid #e9fac8;
  background-image: url('../images/marcel-scholte-LPurJnihmQI-unsplash.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.slide_background.two {
  background-image: url('../images/national-cancer-institute-KrsoedfRAf4-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide_background.tree {
  background-image: url('../images/nguy-n-hi-p-2rNHliX6XHk-unsplash.jpg');
}

.navbar_logo-text {
  padding-bottom: 6px;
  color: #0d823c;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
}

.navbar_logo-span {
  color: #253300;
  font-size: 1.2rem;
  font-weight: 600;
}

.full_name {
  display: inline-block;
}

.full_name.is-first-row {
  display: inline-block;
  overflow: visible;
  line-height: 1.5;
}

.full_name.is-second-row {
  display: inline-block;
  overflow: visible;
  line-height: 1.5;
}

.full_name.third-row {
  display: inline-block;
  overflow: visible;
  line-height: 1.5;
}

.full_name.fourth-row {
  display: inline-block;
  overflow: visible;
  line-height: 1.5;
}

.full_name.ffth-rowi {
  display: inline-block;
  overflow: visible;
  line-height: 1.5;
}

.full_name.first-letter {
  display: inline-block;
}

.full_name.second-letter {
  display: inline-block;
}

.full_name.third-letter {
  display: inline-block;
}

.full_name.fourth-letter {
  display: inline-block;
}

.full_name.fifth-letter {
  display: inline-block;
}

.full_name.sixth-letter {
  display: inline-block;
}

.full_name.seventh-letter {
  display: inline-block;
}

.full_name.eighth-letter {
  display: inline-block;
}

.full_name.ninth-letter {
  display: inline-block;
}

.full_name.tenth-letter {
  display: inline-block;
}

.full_name.eleventh-letter {
  display: inline-block;
}

.full_name.twelfth-letter {
  display: inline-block;
}

.full_name.thirteenth-letter {
  display: inline-block;
}

.full_name.fourteenth-letter {
  display: inline-block;
}

.full_name.fifteenth-letter {
  display: inline-block;
}

.full_name.sixteenth-letter {
  display: inline-block;
}

.full_name.first_name {
  display: inline-block;
  letter-spacing: 2rem;
}

.full_name.last_name {
  position: relative;
  left: 20%;
  display: block;
  margin-left: 6.4rem;
  font-size: 2rem;
  letter-spacing: 10px;
}

.full_name.time {
  color: #1f3c2f;
  font-weight: 600;
  text-decoration: none;
}

.mask {
  overflow: hidden;
}

.right-arrow {
  width: 4rem;
  height: 4rem;
  margin-right: 0.5rem;
  border-radius: 50%;
  background-color: rgba(15, 15, 15, 0.3);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.left-arrow {
  width: 4rem;
  height: 4rem;
  margin-left: 0.5rem;
  border-radius: 50%;
  background-color: rgba(15, 15, 15, 0.3);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.section-services {
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 255, 179, 0.4)), to(rgba(238, 255, 179, 0.4))), url('../images/etactics-inc-JkWMM8x1sLo-unsplash-1.jpg');
  background-image: linear-gradient(180deg, rgba(238, 255, 179, 0.4), rgba(238, 255, 179, 0.4)), url('../images/etactics-inc-JkWMM8x1sLo-unsplash-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  opacity: 1;
}

.section-services._2 {
  display: block;
  background-image: radial-gradient(circle farthest-corner at 100% 0%, #d9f7e7 7%, #fff 47%);
}

.services {
  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 auto;
  grid-template-rows: auto auto auto;
}

.services.max-width-large.align-center {
  max-width: 54rem;
  grid-row-gap: 2rem;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.service {
  margin-bottom: 0.25rem;
}

.service_text.padding-xsmall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 14rem;
  -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;
  background-color: #f1ffbd;
}

.heading {
  color: #405700;
}

.heading-2 {
  color: #405700;
}

.heading-3 {
  color: #405700;
}

.heading-4 {
  color: #405700;
}

.heading-5 {
  color: #405700;
}

.button-tertiary {
  width: 8rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #7aa20b;
  border-radius: 5px;
  background-color: transparent;
  color: #405700;
  font-weight: 500;
  text-transform: uppercase;
}

.button-tertiary.text-size-tiny {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 6.7rem;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-tertiary.text-size-tiny.align-center {
  margin-bottom: 0.5rem;
  background-color: #fff;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #7aa20b;
}

.button-tertiary.text-size-tiny.align-center:hover {
  background-color: #7aa20b;
  color: #fff;
}

.background_wraper {
  position: relative;
  display: block;
  width: 100%;
  height: 120vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/operacija-6.webp');
  background-position: 40% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.background_wraper.marbo-hair {
  padding-left: 4rem;
  background-image: url('../images/marbo-heading-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  font-weight: 400;
}

.header_title {
  position: absolute;
  left: auto;
  top: auto;
  right: 42%;
  bottom: 30%;
  display: block;
  max-width: 54rem;
  background-image: none;
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 400;
}

.heading-custom {
  overflow: hidden;
  width: 46rem;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
}

.heading-custom.overflow-hidden {
  font-size: 5rem;
  font-weight: 700;
}

.heading-custom-2 {
  overflow: hidden;
  margin-bottom: 2rem;
  padding-left: 7rem;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
}

.services-wraper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.services_image-wraper {
  position: relative;
  z-index: 1;
  width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.services_wraper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.services_wraper.margin-vertical.margin-large {
  grid-column-gap: 2rem;
}

.service_with-icon {
  margin-right: auto;
  margin-left: auto;
}

.service_with-icon._1 {
  max-width: 20rem;
}

.service_with-icon._2 {
  max-width: 20rem;
  margin-top: 1rem;
}

.covid_icon-wraper {
  display: block;
  width: 6.4rem;
  padding-right: 0rem;
  padding-left: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.covid_icon-wraper.position-absolute {
  position: absolute;
  left: 0%;
  top: 40%;
  right: auto;
  bottom: auto;
  z-index: 1;
}

.hand {
  max-width: 100%;
  margin-bottom: -13px;
  margin-left: -7px;
  color: #552323;
}

.scalpel {
  max-width: 100%;
  margin-bottom: -6px;
  margin-left: -1rem;
}

.heart {
  max-width: 70%;
  color: #552323;
}

.stetoscope {
  max-width: 100%;
  color: #552323;
}

.link_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8rem;
  padding-bottom: 0.25em;
  padding-left: 0rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 4px;
  opacity: 0.75;
  text-decoration: none;
}

.icon_arrow-wraper {
  width: 18px;
}

.service_title {
  color: #001a0c;
  font-size: 1.8rem;
}

.arrow {
  margin-bottom: 3px;
  opacity: 1;
}

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

.info.padding-bottom.padding-xlarge {
  justify-items: center;
}

.medic_info {
  border-radius: 5px;
  background-color: #62b886;
}

.medic_info.padding-medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 26.5rem;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 8px;
}

.corona-info-wraper {
  position: relative;
  max-width: 26.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(30, 153, 82, 0.48);
  border-radius: 5px;
  -webkit-transition: box-shadow 1000ms ease;
  transition: box-shadow 1000ms ease;
}

.corona-info-wraper:hover {
  box-shadow: 0 4px 8px 0 rgba(30, 153, 82, 0.2);
}

.corona-info-wraper.overflow-hidden {
  position: relative;
  border-color: rgba(13, 130, 60, 0.3);
  border-radius: 8px;
}

.corona-info-wraper.overflow-hidden:hover {
  box-shadow: 0 10px 20px 0 rgba(13, 130, 60, 0.2);
}

.vaccine_image-wraper {
  height: 20.5rem;
}

.vaccine_image-wraper.position-relative {
  position: relative;
}

.info_item {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 1rem;
}

.medic_info-icon-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5rem;
  height: 4rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone {
  width: 1.8rem;
}

.border-bottom {
  border-style: none none solid;
  border-width: 1px;
  border-color: #fff;
}

.hover_ball {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background-color: #f5fffc;
  mix-blend-mode: difference;
}

.div-block-2 {
  position: absolute;
  left: auto;
  top: -59%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 50vw;
  height: 60vw;
  border-radius: 50% 0px 0% 50%;
  background-image: radial-gradient(circle closest-corner at 100% 50%, #a5e9c2, #fff 71%);
  opacity: 0.3;
}

.gallery_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 7rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.69)), to(hsla(0, 0%, 100%, 0.69))), url('../images/background-marbo-1-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.69), hsla(0, 0%, 100%, 0.69)), url('../images/background-marbo-1-1.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, auto 7rem;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.heading-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.medical-staff {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.medical-staff.padding-vertical.padding-medium {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(rgba(0, 0, 0, 0.72)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72));
}

.doctor-image {
  max-width: 100%;
}

.medical_staff-doctor {
  position: relative;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(13, 130, 60, 0.3);
  border-radius: 6px;
  -webkit-transition: box-shadow 1000ms ease;
  transition: box-shadow 1000ms ease;
}

.medical_staff-doctor:hover {
  border-color: rgba(13, 130, 60, 0.3);
  box-shadow: 0 10px 20px 0 rgba(13, 130, 60, 0.2);
}

.medical_staff-doctor.overflow-hidden {
  border-radius: 8px;
}

.doctor_image-wraper {
  position: static;
  height: 17.2rem;
}

.doctor_image-wraper._2 {
  background-image: none;
}

.doctor_image-wraper._3 {
  background-image: none;
}

.doctor_image-wraper.is-first {
  position: relative;
  background-image: url('../images/doctor-1-1.jpg');
}

.doctor_image-wraper.is-second {
  background-image: url('../images/doctor-2-1.jpg');
}

.doctor_image-wraper.is-third {
  background-image: url('../images/doctor-2-2.jpg');
}

.doctor_image-wraper.is-forth {
  background-image: url('../images/doctor-2-1.jpg');
}

.doctor_text {
  padding-right: 1rem;
  padding-bottom: 0rem;
}

.doctor_text.padding-small {
  display: block;
}

.heading-7 {
  text-transform: uppercase;
}

.text-color-green {
  color: #1e9952;
}

.text-color-green.text-allcaps {
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.doctor_icon-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #62b886;
}

.doctor_icon-wraper.position-absolute {
  left: 5%;
  top: 35%;
  right: auto;
  bottom: auto;
}

.position-absolute {
  position: absolute;
}

.map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 480px;
  margin-top: 5rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5rem;
  padding-right: 2rem;
  padding-left: 2rem;
  background-color: #f1f3f4;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-3 {
  position: absolute;
  left: 44%;
  top: 48%;
  right: auto;
  bottom: auto;
}

.footer-dark {
  position: relative;
  padding: 50px 30px 15px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f1f3f4;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.footer-wrapper {
  display: -ms-grid;
  display: grid;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.footer-content {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  -ms-grid-columns: auto auto 1fr;
  grid-template-columns: auto auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-block {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title-small {
  margin-bottom: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-link {
  margin-top: 12px;
  margin-bottom: 6px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

.footer_social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-left: -12px;
  padding-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.footer_divider {
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
  background-color: #e4ebf3;
}

.footer_copyright {
  font-size: 0.75rem;
  line-height: 16px;
  text-align: center;
}

.footer_wraper {
  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-column-gap: 2rem;
}

.footer_content {
  display: -ms-grid;
  display: grid;
  width: 70%;
  grid-auto-columns: 1fr;
  grid-column-gap: 2.5rem;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 0.5fr 1fr;
  grid-template-columns: 1fr 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.footer_social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.5rem;
  height: 2rem;
  margin-left: 12px;
}

.first_column {
  margin-top: -12px;
  padding-right: 2rem;
}

.footer_link {
  margin-top: 12px;
  margin-bottom: 6px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #1a1b1f;
  font-size: 0.75rem;
  line-height: 1.5;
  text-decoration: none;
}

.footer_link:hover {
  color: #1e9952;
}

.footer_block {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer_image-logo {
  margin-bottom: 1.5rem;
}

.footer {
  position: relative;
  padding: 5rem 2rem 1rem;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f1f3f4;
}

.footer_brand {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 0.5rem;
}

.footer_logo-text {
  color: #1e9952;
  line-height: 1.1;
  text-transform: uppercase;
}

.footer_logo-span {
  color: #253300;
  font-size: 1.2rem;
  font-weight: 600;
}

.logo_wraper {
  display: block;
  width: 3.1rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.google_map {
  height: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 500ms ease;
  transition: -webkit-filter 500ms ease;
  transition: filter 500ms ease;
  transition: filter 500ms ease, -webkit-filter 500ms ease;
}

.google_map:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.footer_working-hours {
  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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.text-footer {
  margin-top: 12px;
  margin-bottom: 6px;
  color: #555;
  font-size: 0.75rem;
}

.footer_contact {
  display: block;
  margin-top: 12px;
  margin-bottom: 6px;
  margin-left: -4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer_icon-wraper {
  display: inline-block;
  width: 1.5rem;
  margin-right: 1rem;
}

.footer_icon {
  opacity: 0.65;
}

.image-4 {
  opacity: 0.7;
}

.image-5 {
  opacity: 0.7;
}

.service_icon-wraper {
  display: block;
  width: 5rem;
  margin-bottom: 1rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service_icon-wraper.position-absolute {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 4%;
  z-index: 1;
}

.service_icon-wraper.xray {
  margin-left: -15px;
}

.service_icon-wraper.nutrition {
  width: 5.5rem;
}

.icon-hirurgy {
  max-width: 90%;
}

.navbar_phone-wraper {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar_phone-icon-wraper {
  position: relative;
  width: 2rem;
}

.navbar_phone-icon-wraper.position-absolute {
  top: auto;
}

.navbar_phone-number {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: #0d823c;
  border-radius: 4px;
  background-color: #1e9952;
}

.navbar_phone-number.hide-mobile-portrait {
  padding: 0.5rem;
}

.text-color-seagreen {
  color: #006b2b;
}

.text-color-seagreen.text-allcaps {
  font-weight: 500;
  text-transform: uppercase;
}

.phone-calling {
  width: 2rem;
}

.phone-calling.position-absolute {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 1.8rem;
}

.x-ray {
  margin-bottom: -6px;
  margin-left: -15px;
}

.icon-cardiology {
  max-width: 90%;
}

.icon-plastic-surgery {
  max-width: 90%;
}

.info-item_main-fild {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-item_main-fild.border-bottom {
  border-style: none none solid;
  border-color: hsla(0, 0%, 100%, 0.6) hsla(0, 0%, 100%, 0.6) hsla(0, 0%, 100%, 0.6) hsla(0, 0%, 100%, 0.5);
}

.info_item-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info_item-field.border-bottom-white {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
}

.border-bottom-white {
  border-style: none none solid;
  border-width: 1px;
  border-color: rgba(255, 252, 252, 0.5);
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #001a0c;
}

.text-size-custom-2 {
  font-size: 2.4rem;
}

.link-accent {
  position: absolute;
  left: auto;
  top: 14px;
  right: 14px;
  bottom: auto;
}

.navigation-link-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 14px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #00104b;
  text-decoration: none;
}

.navigation-link-2:hover {
  background-color: #865ddb;
  color: #fff;
}

.menu-subtext-2 {
  opacity: 0.5;
  font-size: 16px;
  line-height: 1.5;
}

.dropdown-list-2 {
  min-width: 140px;
}

.dropdown-list-2.w--open {
  left: -180px;
  min-width: 650px;
  padding-top: 39px;
  background-color: transparent;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.navigation-grid-2 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.navigation-link-primary {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.navigation-link-primary:hover {
  color: #865ddb;
}

.button-navigation {
  padding: 18px 20px;
  border-radius: 10px;
  background-color: #865ddb;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-image {
  width: 125px;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-top: 100px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 38px 38px 74px 0 rgba(56, 50, 124, 0.06);
}

.navigation-arrow {
  position: absolute;
  left: 165px;
  top: -33px;
  right: auto;
  bottom: auto;
  z-index: 999;
  width: 120px;
}

.dropdown-base-wrapper-2 {
  position: relative;
  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;
  border-radius: 20px;
  background-color: #f5f3fe;
  box-shadow: 8px 39px 65px -10px rgba(0, 0, 0, 0.1);
}

.dropdown-base-wrapper-2.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.navigation-menu {
  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;
}

.brand {
  margin-right: 60px;
}

.dropdown-link-base-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 30px 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-toggle {
  padding-right: 24px;
  padding-left: 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.dropdown-toggle:hover {
  color: #865ddb;
}

.dropdown-2 {
  position: relative;
  margin-right: 5px;
  margin-left: 5px;
}

.up_button {
  position: fixed;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #62b886;
}

.up_button.w--current {
  position: fixed;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #62b886;
  opacity: 1;
}

.phone-card {
  position: fixed;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 3%;
  z-index: 2;
  display: none;
  width: 3rem;
  height: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #62b886;
}

.phone-card.w--current {
  position: fixed;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #62b886;
  opacity: 1;
}

.border-bottom-green {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #62b886;
}

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

.faq_expander {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.25rem;
  margin-left: 2.5rem;
  -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;
}

.faq_explander-vertical {
  position: absolute;
  width: 0.125rem;
  height: 1.25rem;
  background-color: #0b0b1f;
}

.specialisation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

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

.faq_explander-horizontal {
  width: 1.25rem;
  height: 0.125rem;
  background-color: #0b0b1f;
}

.specialisation_doctors-margin {
  margin-top: 1rem;
}

.padding-section-large {
  margin-top: 4.8rem;
  padding: 3rem 0px;
}

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

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

.specialities_line-devider {
  width: 100%;
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  background-color: #e9f0f1;
}

.specialisation_doctors {
  overflow: hidden;
}

.doctor_speciality {
  position: static;
  display: block;
  height: 3rem;
}

.doctor_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 19rem;
  margin-left: 1rem;
  padding-top: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.layout27_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.layout27_image {
  width: 100%;
  max-height: 16rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-9 {
  display: inline-block;
  overflow: hidden;
}

.heading-team {
  overflow: hidden;
  padding-bottom: 0.5rem;
  font-size: 3rem;
}

.team-subheading {
  font-size: 2rem;
  font-weight: 600;
}

.image-7 {
  width: 39rem;
}

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

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

.form_input {
  height: 3.25rem;
  margin-bottom: 0rem;
  padding: 0.5rem 1.5rem;
  border-style: solid;
  border-width: 0.125rem;
  border-color: #e9f0f1;
  background-color: #fff;
  -webkit-transition: background-color 250ms ease, border-color 250ms ease;
  transition: background-color 250ms ease, border-color 250ms ease;
  color: #0b0b1f;
  font-size: 1rem;
}

.form_input:focus {
  border-color: #dae5e7;
}

.form_input::-webkit-input-placeholder {
  color: rgba(11, 11, 31, 0.5);
}

.form_input:-ms-input-placeholder {
  color: rgba(11, 11, 31, 0.5);
}

.form_input::-ms-input-placeholder {
  color: rgba(11, 11, 31, 0.5);
}

.form_input::placeholder {
  color: rgba(11, 11, 31, 0.5);
}

.form_input.is-white {
  position: relative;
  border-style: none;
  border-color: rgba(30, 153, 82, 0.5);
}

.form_input.is-white:focus {
  border-color: #f3f7f8;
  background-color: #f3f7f8;
}

.form_input.is-message {
  height: 7.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.form_input.is-message.is-white {
  border-style: none;
  border-color: rgba(13, 130, 60, 0.5);
}

.form_error-message {
  margin-top: 0.5rem;
  padding: 0.5rem 1.5rem;
  border-left: 0.125rem solid #e72f3c;
  background-color: rgba(231, 47, 60, 0.1);
  color: #e72f3c;
  font-size: 0.875rem;
  font-weight: 600;
}

.contact4_component {
  margin-bottom: 0rem;
}

.form_checkbox-label {
  margin-bottom: 0.25rem;
  font-weight: 500;
}

.form_checkbox-label.text-color-white {
  color: #001a0c;
}

.form_checkbox {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0rem;
  margin-right: 0.5rem;
  margin-left: -1.75rem;
  border-width: 0.125rem;
  border-color: #e9f0f1;
  border-radius: 0rem;
  background-color: #fff;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
  cursor: pointer;
}

.form_checkbox:hover {
  border-color: #e1e9eb;
}

.form_checkbox.w--redirected-checked {
  border-color: #82e5ce;
  background-color: #82e5ce;
  background-size: 0.875rem 0.875rem;
}

.form_checkbox.w--redirected-focus {
  box-shadow: none;
}

.form_checkbox.is-white {
  position: relative;
  margin-right: 1.1rem;
  border-style: solid;
  border-color: rgba(30, 153, 82, 0.5);
  border-radius: 0.2rem;
}

.form_checkbox-wrapper {
  margin-bottom: 0rem;
  padding-left: 1.75rem;
  font-size: 0.875rem;
}

.button-2 {
  padding: 0.75rem 2rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #302dd7;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #fff;
  font-weight: 600;
}

.button-2:hover {
  background-color: #211fb9;
  color: #fff;
}

.padding-section-large-2 {
  padding: 3rem 0px;
}

.section_contact4 {
  position: relative;
  margin-top: 4.2rem;
}

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

.padding-section-huge {
  display: -ms-grid;
  display: grid;
  padding: 6rem 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.container-xsmall.align--left {
  margin-left: 0px;
}

.container-xsmall.align-right {
  margin-right: 0px;
}

.background-color-lightgrey {
  background-color: #f3f3f3;
}

.form_success-message {
  padding: 0.5rem 1.5rem;
  background-color: #e9f0f1;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: left;
}

.form_success-message.large {
  padding: 1.5rem 2rem;
  font-size: 0.9375rem;
}

.form_success-message.large.white {
  background-color: #fff;
}

.button-form {
  position: relative;
  display: block;
  padding: 0.6rem 1.25rem;
  -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: none;
  border-width: 0.125rem;
  border-color: #1e9952;
  border-radius: 4px;
  background-color: #1e9952;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.button-form:hover {
  border-style: none;
  background-color: #0d823c;
  color: #f5fffc;
}

.heading-10 {
  color: #fff;
}

.image-wraper {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: none;
  overflow: hidden;
  width: 48rem;
}

.contact_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-image {
  position: relative;
  height: 59rem;
  background-image: url('../images/iStock-1250431790-min.jpg');
  background-position: 50% 32%;
  background-size: auto;
  background-repeat: no-repeat;
}

.container-custom {
  position: relative;
  left: 13.3rem;
  top: 3.1rem;
  width: 100%;
  max-width: 27rem;
  margin-right: auto;
  margin-left: auto;
}

.container-custom.align--left {
  margin-left: 0px;
}

.container-custom.align-right {
  margin-right: 0px;
}

.background-swipe {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: auto;
  background-color: #d6fce6;
}

.name-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 17rem;
  margin-left: 6rem;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bio_wraper {
  display: -ms-grid;
  display: grid;
  padding-bottom: 6rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.speciality {
  color: #001a0c;
  font-weight: 600;
  letter-spacing: 1rem;
  text-transform: uppercase;
}

.bio_image-wraper {
  position: static;
  min-width: 100%;
}

.image-9 {
  position: relative;
  top: 14%;
  width: 28rem;
  max-width: none;
}

.text_block {
  height: 30rem;
}

.text_block.right-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 4rem 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #f1ffbd;
}

.text_block.left-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 10px 0px 0px 10px;
  background-color: #f1ffbd;
}

.text-1 {
  display: -ms-grid;
  display: grid;
  height: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.25rem;
  -ms-grid-columns: 5.75rem 2.5fr;
  grid-template-columns: 5.75rem 2.5fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.heading-custom-3 {
  padding-bottom: 0.5rem;
  color: #0a1109;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.text-block-4 {
  font-style: normal;
}

.years {
  font-weight: 600;
}

.text-right {
  display: -ms-grid;
  display: grid;
  height: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  grid-row-gap: 0.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto 1fr auto;
  grid-template-rows: auto auto 1fr auto;
}

.procedure {
  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;
  grid-column-gap: 1rem;
}

.icon-wraper {
  display: inline-block;
  min-width: 1.6rem;
}

.letters_spaced {
  letter-spacing: 2rem;
}

.first_name {
  position: relative;
  left: 1.7rem;
  display: inline-block;
  letter-spacing: 1.5rem;
}

.last_name {
  display: block;
  font-size: 2rem;
}

.bio_full-name {
  font-size: 5rem;
}

.bio_full-name.text-align-right {
  color: #001a0c;
}

.heading-11 {
  overflow: visible;
}

.marbo_hair-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 39%;
  padding-top: 15rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fuu {
  z-index: 1;
  display: inline-block;
  background-color: #fff;
}

.fuu.heading-huge {
  font-size: 6rem;
}

.fuu.heading-huge.background {
  background-image: url('../images/marbo-heading-img.jpg');
  background-position: 101% 2%;
  background-size: 1150px;
  font-family: Lemonada, sans-serif;
  font-size: 8rem;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fuu.text {
  font-family: Lemonada, sans-serif;
  color: #555;
  font-size: 3rem;
}

.hero-heading-center {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.centered-heading {
  margin-bottom: 16px;
  text-align: center;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 46%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.button-primary {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: transparent;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.navbar-wrapper-three {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-brand-three {
  position: absolute;
  z-index: 5;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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;
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-link:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown {
  margin-right: 5px;
  margin-left: 5px;
}

.nav-dropdown-toggle {
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  border-radius: 12px;
  background-color: #fff;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link-accent {
  margin-right: 20px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, 0.75);
}

.logos-without-title {
  position: relative;
  padding: 60px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.clients-wrapper-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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;
}

.clients-image-three {
  margin-right: 15px;
  margin-bottom: 10px;
  margin-left: 15px;
}

.team_background {
  height: 16rem;
  margin-top: 2.6rem;
  background-image: url('../images/iStock-1218508931.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.lightbox-link {
  overflow: hidden;
}

.lightbox-link-2 {
  overflow: hidden;
}

.lightbox-link-3 {
  overflow: hidden;
}

.lightbox-link-4 {
  overflow: hidden;
}

.lightbox-link-5 {
  overflow: hidden;
}

.lightbox-link-7 {
  overflow: hidden;
}

.lightbox-link-6 {
  overflow: hidden;
}

.lightbox-link-8 {
  overflow: hidden;
}

.overlay-1 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.heading--transition-overlay {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #f5fffc;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-shadow: 0 6px 3px rgba(26, 36, 0, 0.43);
}

.heading--transition-overlay.is-headen {
  display: none;
}

.upper-block-4 {
  display: block;
  width: 100%;
  height: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#a5e9c2), to(#fff));
  background-image: linear-gradient(90deg, #a5e9c2, #fff);
}

.upper-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #a5e9c2;
}

.bottom-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #a5e9c2;
}

.transition-overlay-image {
  display: block;
  width: 150px;
  max-width: 22%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.transition-overlay-image.is-headen {
  display: none;
}

.transition-overlay-image.is-mobile {
  display: none;
}

.overlay-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.bottom-block-3 {
  width: 100%;
  height: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#a5e9c2), to(#fff));
  background-image: linear-gradient(90deg, #a5e9c2, #fff);
}

.upper-block-1 {
  display: block;
  width: 100%;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: -webkit-gradient(linear, right top, left top, from(#a5e9c2), to(#fff));
  background-image: linear-gradient(270deg, #a5e9c2, #fff);
}

.bottom-block-1 {
  width: 100%;
  height: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, right top, left top, from(#a5e9c2), to(#fff));
  background-image: linear-gradient(270deg, #a5e9c2, #fff);
}

.overlay-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: none;
  width: 100%;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.overlay-3 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0.5rem 0.75rem;
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

.overlay-4 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.overlay-5 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.overlay-6 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.upper-block-3-copy {
  display: block;
  width: 100%;
  height: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#a5e9c2), to(#fff));
  background-image: linear-gradient(90deg, #a5e9c2, #fff);
}

.bottom-block-4 {
  width: 100%;
  height: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#a5e9c2), to(#fff));
  background-image: linear-gradient(90deg, #a5e9c2, #fff);
}

.upper-block-3 {
  display: block;
  width: 100%;
  height: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#a5e9c2), to(#fff));
  background-image: linear-gradient(90deg, #a5e9c2, #fff);
}

.upper-block-5 {
  display: block;
  width: 100%;
  height: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#a5e9c2), to(#fff));
  background-image: linear-gradient(90deg, #a5e9c2, #fff);
}

.bottom-block-5 {
  width: 100%;
  height: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#a5e9c2), to(#fff));
  background-image: linear-gradient(90deg, #a5e9c2, #fff);
}

.upper-block-5-copy {
  display: block;
  width: 100%;
  height: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#a5e9c2), to(#fff));
  background-image: linear-gradient(90deg, #a5e9c2, #fff);
}

.upper-block-5-copy {
  display: block;
  width: 100%;
  height: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#a5e9c2), to(#fff));
  background-image: linear-gradient(90deg, #a5e9c2, #fff);
}

.upper-block-5-copy {
  display: block;
  width: 100%;
  height: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#a5e9c2), to(#fff));
  background-image: linear-gradient(90deg, #a5e9c2, #fff);
}

.upper-block-5-copy {
  display: block;
  width: 100%;
  height: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#a5e9c2), to(#fff));
  background-image: linear-gradient(90deg, #a5e9c2, #fff);
}

.upper-block-6 {
  display: block;
  width: 100%;
  height: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#a5e9c2), to(#fff));
  background-image: linear-gradient(90deg, #a5e9c2, #fff);
}

.bottom-block-6 {
  width: 100%;
  height: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#a5e9c2), to(#fff));
  background-image: linear-gradient(90deg, #a5e9c2, #fff);
}

.heading-13-copy {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #f5fffc;
  font-size: 50px;
  text-transform: uppercase;
  text-shadow: 0 11px 3px rgba(26, 36, 0, 0.43);
}

.food {
  max-width: 100%;
  margin-bottom: -13px;
  margin-left: -7px;
  color: #552323;
}

.div-block-12 {
  position: absolute;
  right: 42%;
  bottom: 30%;
}

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

  h3 {
    font-size: 1.8rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .text-align-center.is-tablet {
    font-size: 2.4rem;
  }

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

  .padding-section {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .show-tablet {
    display: block;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .menu {
    position: absolute;
    left: 0%;
    top: 99%;
    right: 0%;
    bottom: auto;
    z-index: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    max-width: none;
    margin-top: 0px;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #d9f7e7;
    opacity: 1;
  }

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

  .navbar_container {
    position: relative;
  }

  .banner-link {
    display: none;
  }

  .menu_button {
    overflow: hidden;
    width: 4rem;
    height: 3.5rem;
    margin-left: 14px;
    padding: 12px;
    border-radius: 5px;
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
  }

  .menu_button:hover {
    background-color: transparent;
    color: #fff;
  }

  .menu_button.w--open {
    width: 4rem;
    height: 4rem;
    background-color: transparent;
    color: #fff;
  }

  .navbar_button-wraper {
    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;
  }

  .navbar_brand {
    margin-right: 0vw;
  }

  .navigation-link:hover {
    background-color: #1e9952;
  }

  .chevron {
    right: 30%;
    margin-right: 20px;
  }

  .dropdown-list {
    position: relative;
    left: auto;
    top: 98%;
    display: block;
  }

  .dropdown-list.w--open {
    position: relative;
    left: auto;
    width: 100%;
    padding-top: 0px;
  }

  .navigation-grid {
    width: 90%;
    margin-left: 61px;
  }

  .menu-title {
    font-size: 1.5rem;
  }

  .dropdown-base-wrapper {
    border-radius: 0px;
    box-shadow: none;
  }

  .dropdown-base-wrapper.second-nav {
    height: auto;
  }

  .dropdown-link-base {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: auto;
    margin-top: -20px;
    margin-bottom: 0px;
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dropdown_toogle {
    overflow: visible;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 30px;
    font-size: 2rem;
  }

  .dropdown_toogle.w--open {
    width: 100%;
  }

  .dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .navbar {
    z-index: 1;
    display: block;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .nav_link {
    display: inline-block;
    font-size: 2rem;
  }

  .dropdown_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition-property: letter-spacing;
    transition-property: letter-spacing;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 2rem;
  }

  .dropdown_text:hover {
    letter-spacing: 3px;
  }

  .marker-effect.second-nav {
    display: none;
    opacity: 1;
  }

  .nav_link-wraper {
    overflow: visible;
    width: auto;
    margin-bottom: 0px;
    padding-left: 5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transition: letter-spacing 500ms ease;
    transition: letter-spacing 500ms ease;
    font-size: 1rem;
  }

  .nav_link-wraper:hover {
    letter-spacing: 3px;
  }

  .text-color-white.text-size-custom2 {
    font-size: 1.6rem;
  }

  .text-color-white.text-size-custom-2 {
    font-size: 1.5rem;
  }

  .full_name.last_name {
    left: 10%;
    font-size: 1.5rem;
  }

  .background_wraper {
    background-position: 50% 50%;
    background-size: cover;
  }

  .header_title {
    right: 48%;
    display: block;
    overflow: hidden;
    max-width: 41rem;
  }

  .heading-custom {
    width: 43rem;
    font-size: 4rem;
  }

  .heading-custom.overflow-hidden {
    width: 40rem;
    font-size: 4rem;
  }

  .heading-custom.overflow-hidden.tablet-size {
    font-size: 4rem;
  }

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

  .heading-custom-2.overflow-hidden {
    font-size: 4rem;
  }

  .services_image-wraper {
    width: 35%;
  }

  .covid_icon-wraper {
    width: 5.4rem;
  }

  .covid_icon-wraper.position-absolute {
    top: 35%;
    padding-left: 1.25rem;
  }

  .service_title {
    font-size: 1.5rem;
  }

  .info.padding-vertical.padding-xlarge {
    grid-column-gap: 2rem;
  }

  .info.padding-bottom.padding-xlarge {
    justify-items: center;
    grid-column-gap: 2rem;
  }

  .medic_info {
    max-width: 24rem;
  }

  .corona-info-wraper {
    position: relative;
    max-width: 24rem;
  }

  .vaccine_image-wraper {
    height: 18rem;
  }

  .gallery_title {
    height: 7rem;
  }

  .gallery_title.margin-bottom.margin-small {
    height: 11rem;
  }

  .medical-staff {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-items: center;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .medical-staff.padding-vertical.padding-medium {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .medical_staff-doctor {
    max-width: 20rem;
  }

  .text-color-green.text-allcaps {
    font-size: 0.75rem;
  }

  .doctor_icon-wraper {
    width: 4rem;
  }

  .map {
    margin-top: 3rem;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer_wraper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 1rem;
  }

  .footer_content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-column-gap: 20px;
    -ms-grid-columns: 1.25fr 0.5fr 1fr;
    grid-template-columns: 1.25fr 0.5fr 1fr;
  }

  .first_column {
    margin-top: -11px;
    padding-right: 1rem;
  }

  .footer_brand {
    margin-right: 0vw;
  }

  .google_map {
    -webkit-filter: none;
    filter: none;
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }

  .google_map:hover {
    -webkit-filter: none;
    filter: none;
  }

  .footer_contact {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service_icon-wraper {
    width: 4rem;
  }

  .service_icon-wraper.nutrition {
    width: 4.5rem;
  }

  .heading-custom-tablet {
    font-size: 2rem;
  }

  .text-size-custom-2 {
    font-size: 1.6rem;
  }

  .icon {
    color: #001a0c;
    font-size: 2rem;
  }

  .dropdown-list-2.w--open {
    position: relative;
    left: auto;
    width: 100%;
    min-width: auto;
    padding-top: 0px;
  }

  .nav-menu {
    position: absolute;
    top: 80px;
    height: auto;
    background-color: #fff;
  }

  .navigation-link-primary {
    width: 100%;
  }

  .navigation-container {
    position: relative;
    min-height: auto;
  }

  .navigation {
    margin-top: 100px;
  }

  .navigation-arrow {
    display: none;
  }

  .menu-button {
    margin-left: 14px;
    border: 1px solid #865ddb;
    border-radius: 10px;
    color: #865ddb;
  }

  .menu-button.w--open {
    background-color: #865ddb;
    color: #fff;
  }

  .dropdown-base-wrapper-2 {
    border-radius: 0px;
    box-shadow: none;
  }

  .navigation-menu {
    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;
  }

  .brand {
    margin-right: 10px;
    padding: 0px;
  }

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

  .dropdown-link-base-2 {
    padding: 20px;
  }

  .dropdown-toggle {
    width: 100%;
    padding-left: 16px;
  }

  .dropdown-toggle.w--open {
    width: 100%;
  }

  .dropdown-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

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

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

  .team-subheading {
    font-size: 1.8rem;
  }

  .padding-section-huge.position-absolute {
    top: 61px;
    width: 25rem;
  }

  .image-wraper {
    width: 37rem;
  }

  .background-image {
    margin-top: 0px;
    background-color: #f8f8f8;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .background-image.margin-custom1 {
    margin-top: -90px;
  }

  .container-custom {
    left: 11.1rem;
    top: 7rem;
    max-width: 25rem;
  }

  .background-swipe {
    z-index: 2;
  }

  .name-wraper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .bio_wraper {
    overflow: hidden;
  }

  .bio_wraper.position-absolute {
    top: 61px;
    width: 25rem;
  }

  .speciality {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.75rem;
  }

  .image-9 {
    right: 38px;
  }

  .text_block.right-side {
    padding-right: 1rem;
  }

  .text_block.left-side {
    padding-left: 1rem;
  }

  .letters_spaced {
    position: relative;
    left: 42px;
    display: inline-block;
    font-size: 3.5rem;
    letter-spacing: 1.5rem;
  }

  .first_name {
    font-size: 4rem;
  }

  .bio_full-name {
    font-size: 3rem;
  }

  .hero-wrapper {
    margin-bottom: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .navbar-wrapper-three {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    top: 70px;
    background-color: transparent;
  }

  .nav-menu-three {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -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;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    background-color: #a6b1bf;
    color: #fff;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .team_background {
    height: 11rem;
    margin-top: 2rem;
  }

  .section-padding {
    padding-top: 4rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

  .padding-section {
    padding: 0rem 1.25rem;
  }

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

  .main-wrapper {
    display: block;
  }

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

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .banner-text {
    font-size: 12px;
  }

  .menu {
    padding-top: 10px;
  }

  .navbar_button {
    display: none;
  }

  .banner-block {
    padding: 10px 32px 10px 14px;
  }

  .navigation-link {
    padding: 0rem 0.5rem;
  }

  .chevron {
    right: 120px;
    font-size: 1rem;
  }

  .menu-title {
    font-size: 1rem;
  }

  .dropdown-link-base {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .navbar {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .nav_link {
    padding-top: 0rem;
    padding-bottom: 0rem;
    font-size: 1rem;
  }

  .dropdown_text {
    padding-top: 0rem;
    padding-bottom: 0rem;
    font-size: 1rem;
  }

  .full_name.last_name {
    left: 3%;
    font-size: 1rem;
    letter-spacing: 0.25rem;
  }

  .header_title {
    max-width: 30rem;
  }

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

  .heading-custom-2 {
    padding-left: 5.5rem;
    font-size: 3rem;
  }

  .services_image-wraper {
    display: none;
  }

  .hand {
    margin-bottom: -8px;
  }

  .info.padding-vertical.padding-xlarge {
    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;
  }

  .info.padding-xlarge {
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .corona-info-wraper {
    max-width: 26.5rem;
  }

  .gallery_title {
    height: 5rem;
    margin-bottom: 0rem;
  }

  .gallery_title.margin-bottom.margin-small {
    height: 8rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .medical-staff {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .medical_staff-doctor {
    max-width: 23rem;
  }

  .medical_staff-doctor.hide.show-tablet {
    max-width: 23rem;
  }

  .doctor_image-wraper {
    height: 19rem;
    background-image: url('../images/doctor-1-1.jpg');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .doctor_icon-wraper {
    width: 4.6rem;
    border-radius: 5px;
  }

  .doctor_icon-wraper.position-absolute {
    top: 39%;
  }

  .footer-dark {
    padding-right: 15px;
    padding-left: 15px;
  }

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

  .footer-content {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .footer-link:hover {
    color: rgba(26, 27, 31, 0.75);
  }

  .footer_social-block {
    margin-top: 20px;
    margin-left: 0px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer_divider {
    margin-top: 60px;
  }

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

  .footer_content {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer_social-link {
    margin-left: 20px;
  }

  .footer_link:hover {
    color: rgba(26, 27, 31, 0.75);
  }

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

  .footer_block.max-width-xxsmall {
    max-width: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .text-footer {
    margin-right: 10px;
  }

  .button-navigation {
    display: none;
  }

  .navigation-menu {
    width: 100%;
  }

  .dropdown-link-base-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

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

  .layout27_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .team-subheading {
    font-size: 1.5rem;
  }

  .button-2 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .image-wraper {
    bottom: 11%;
    width: 21rem;
  }

  .background-image {
    background-color: #dbfaf3;
    background-position: 80% 51%;
    background-size: 17rem;
  }

  .container-custom {
    left: 1.5rem;
    top: -5.3rem;
  }

  .name-wraper {
    height: 13rem;
  }

  .bio_wraper {
    padding-top: 2rem;
  }

  .speciality {
    font-size: 0.8rem;
    letter-spacing: 0.5rem;
  }

  .image-9 {
    width: 17rem;
  }

  .text_block.right-side {
    padding: 2rem 1rem 0rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
  }

  .text_block.left-side {
    padding: 2rem 1rem;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .letters_spaced {
    left: 16%;
    font-size: 2rem;
    letter-spacing: 1rem;
  }

  .first_name {
    left: 1rem;
    font-size: 2rem;
    letter-spacing: 1rem;
  }

  .last_name {
    font-size: 1.2rem;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .navbar-brand-three {
    padding-left: 0px;
  }

  .nav-menu-three {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
  }

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

  .nav-link {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown {
    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;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    display: inline-block;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-right: 20px;
    margin-bottom: 30px;
    margin-left: 20px;
  }

  .team_background {
    height: 7.8rem;
    margin-top: 76px;
    background-position: 50% 20%;
    background-size: 48rem;
  }

  .team_background.is-mobile-portrait {
    height: 12rem;
    background-position: 50% 0%;
    background-size: contain;
  }

  .section-padding {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .food {
    margin-bottom: -8px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    color: #fff;
  }

  h3 {
    font-size: 1.5rem;
  }

  .heading-large {
    color: #001a0c;
    font-size: 1.8rem;
  }

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

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

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

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

  .padding-section {
    padding-top: 0rem;
    padding-bottom: 4rem;
  }

  .fs-styleguide_2-col {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .button-secondary.align-center {
    width: auto;
  }

  .padding-medium {
    display: block;
  }

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

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

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

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

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

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

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

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

  .padding-bottom.padding-medium {
    display: none;
  }

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

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

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

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

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

  .menu {
    z-index: 0;
    padding-top: 20px;
    background-color: #d9f7e7;
    opacity: 1;
    -webkit-filter: none;
    filter: none;
  }

  .menu_button {
    margin-left: 0px;
  }

  .banner {
    display: none;
  }

  .navbar_brand {
    border-right-style: none;
  }

  .navigation-link {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .navigation-link:hover {
    background-color: #1e9952;
  }

  .chevron {
    right: 60px;
    font-size: 1.5rem;
  }

  .dropdown-list.w--open {
    z-index: 999;
    overflow: visible;
    min-width: auto;
  }

  .navigation-grid {
    overflow: visible;
    width: 70vw;
    height: auto;
    margin-left: 3.3rem;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }

  .menu-title {
    font-size: 1rem;
  }

  .dropdown-base-wrapper.second-nav {
    overflow: visible;
    background-color: #d9f7e7;
  }

  .dropdown-link-base {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background-color: #fff;
  }

  .dropdown_toogle {
    overflow: visible;
    margin-bottom: 0px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .dropdown_toogle.w--open {
    overflow: visible;
  }

  .navbar {
    z-index: 1;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  }

  .nav_link {
    font-size: 1.5rem;
  }

  .dropdown_text {
    font-size: 1.5rem;
  }

  .nav_link-wraper {
    margin-bottom: 0px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .team_section-header {
    padding-top: 0rem;
    padding-bottom: 60px;
  }

  .text-color-white {
    font-size: 1rem;
  }

  .text-color-white.text-size-medium {
    font-size: 1rem;
  }

  .text-color-white.text-size-custom-2 {
    font-size: 1.2rem;
  }

  .navbar_logo-text {
    margin-top: 16px;
  }

  .full_name {
    left: auto;
  }

  .full_name.is-first-row {
    overflow: hidden;
    font-size: 2.5rem;
    line-height: 0.8;
    font-weight: 400;
  }

  .full_name.is-second-row {
    overflow: hidden;
    margin-left: 29px;
    line-height: 0.9;
  }

  .full_name.is-third-row {
    display: inline-block;
    overflow: hidden;
    font-size: 2.5rem;
    line-height: 0.9;
    font-weight: 400;
  }

  .full_name.is-forth-row {
    display: inline-block;
    overflow: hidden;
    margin-left: 30px;
    line-height: 0.9;
  }

  .full_name.last_name {
    left: 3.2rem;
    color: #001a0c;
  }

  .background_wraper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/artur-tumasjan-qLzWvcQq-V8-unsplash-1.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .header_title {
    max-width: 20rem;
  }

  .heading-custom {
    width: 19rem;
    font-size: 2rem;
  }

  .heading-custom-2 {
    padding-left: 2.2rem;
    font-size: 2rem;
  }

  .services_wraper.margin-vertical.margin-large {
    margin-bottom: 2.5rem;
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .scalpel {
    margin-left: -0.7rem;
  }

  .link_block {
    width: 8rem;
    padding-left: 0rem;
  }

  .info.padding-xlarge {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .medic_info-icon-wraper {
    width: 2.4rem;
    height: 3.9rem;
  }

  .medic_info-icon-wraper.location {
    width: 2.4rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .gallery_title {
    height: 7rem;
    margin-bottom: 1rem;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .gallery_title.margin-bottom.margin-small {
    height: 6rem;
    margin-bottom: 1rem;
  }

  .medical_staff-doctor {
    max-width: 22.9rem;
  }

  .medical_staff-doctor.hide.show-tablet {
    max-width: 24rem;
  }

  .doctor_image-wraper {
    height: 19rem;
    background-image: none;
  }

  .doctor_icon-wraper {
    border-radius: 4px;
  }

  .doctor_icon-wraper.position-absolute {
    top: 38%;
  }

  .map {
    height: 27rem;
    padding-top: 1rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .container-2 {
    max-width: none;
  }

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

  .footer_wraper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer_content {
    display: -ms-grid;
    display: grid;
    width: 98%;
    margin-top: 2rem;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footer_link {
    margin-top: 6px;
    font-size: 0.9rem;
  }

  .footer {
    padding-top: 2rem;
  }

  .text-footer {
    font-size: 0.9rem;
  }

  .footer_contact {
    margin-top: 6px;
  }

  .info-item_main-fild.text-weight-semibold.border-bottom-white {
    border-style: none none solid;
    border-color: rgba(255, 252, 252, 0.5);
  }

  .info-item_main-fild.text-weight-semibold.border-bottom-white.last-line {
    border-color: rgba(255, 252, 252, 0);
  }

  .info_item-field.border-bottom-white {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
  }

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

  .dropdown-link-base-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .header_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 37%;
    padding-right: 1rem;
    padding-left: 1rem;
    -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;
    justify-items: baseline;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .header_mobile.hide {
    grid-row-gap: 0px;
  }

  .heading-8 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .heading_main {
    overflow: hidden;
    width: 100%;
    font-size: 3rem;
    text-align: left;
  }

  .heading_main._2 {
    width: 100%;
    margin-left: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: left;
  }

  .phone-card {
    left: auto;
    top: 38%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 10rem;
    padding-left: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 5px;
    border-radius: 5px 0px 0px 5px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(7.4rem, 0px);
    -ms-transform: translate(7.4rem, 0px);
    transform: translate(7.4rem, 0px);
  }

  .phone-card.w--current {
    left: auto;
    top: 38%;
    right: 0%;
    bottom: auto;
    overflow: hidden;
    width: 10rem;
    padding-left: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 5px;
    border-radius: 5px 0px 0px 5px;
  }

  .image-6 {
    width: 2rem;
    margin-right: 9px;
  }

  .div-block-5 {
    overflow: hidden;
  }

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

  .faq_expander {
    width: 1rem;
    height: 1rem;
  }

  .faq_explander-vertical {
    height: 1rem;
  }

  .faq_explander-horizontal {
    width: 1rem;
  }

  .page-global.is-mobile {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .specialities_line-devider {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

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

  .heading-team {
    overflow: hidden;
    padding-bottom: 0.25rem;
    color: #001a0c;
    font-size: 1.8rem;
  }

  .team-subheading {
    font-size: 1.3rem;
    font-weight: 600;
  }

  .button-form.align-center {
    width: auto;
  }

  .image-wraper {
    right: -8%;
    bottom: 6%;
    overflow: hidden;
    width: 28rem;
  }

  .background-image {
    height: 44.9rem;
    background-color: #daf9f2;
    background-image: url('../images/contact-form-6-min.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .container-custom {
    left: 0.1rem;
    top: 1.4rem;
    max-width: 21rem;
  }

  .background-swipe {
    z-index: 2;
    height: 0rem;
  }

  .name-wraper {
    position: relative;
    right: 2.5rem;
    height: 10rem;
  }

  .bio_wraper {
    padding-top: 2rem;
  }

  .speciality {
    font-size: 0.8rem;
    letter-spacing: 0.25rem;
  }

  .image-9 {
    top: 2rem;
    right: 3rem;
    width: 16rem;
  }

  .text_block.right-side {
    padding-right: 0.5rem;
    padding-left: 1rem;
  }

  .text_block.left-side {
    padding-right: 0.5rem;
    padding-left: 1rem;
  }

  .text-1 {
    grid-column-gap: 0.25rem;
  }

  .heading-custom-3 {
    font-size: 1rem;
  }

  .text-right {
    grid-row-gap: 0.5rem;
  }

  .letters_spaced {
    left: 9.5rem;
    color: #001a0c;
    font-size: 2rem;
    letter-spacing: 0.5rem;
  }

  .first_name {
    left: 1.1rem;
    letter-spacing: 0.8rem;
  }

  .bio_full-name {
    color: #001a0c;
    font-size: 1.5rem;
  }

  .bio_full-name.text-align-right {
    position: relative;
    left: 3.7rem;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .nav-menu-three {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .clients-wrapper-three {
    display: -ms-grid;
    display: grid;
    margin-bottom: 0px;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .clients-image-three {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .team_background {
    height: 8rem;
    margin-top: 5rem;
    background-size: 30rem;
  }

  .team_background.is-mobile-portrait {
    height: 11.2rem;
    margin-top: 5rem;
  }

  .section-padding {
    padding-top: 5rem;
  }

  .grid {
    overflow: hidden;
    -ms-grid-rows: minmax(0.5px, 1fr) auto auto auto auto auto;
    grid-template-rows: minmax(0.5px, 1fr) auto auto auto auto auto;
  }

  .overlay-1 {
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-image: none;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }

  .heading--transition-overlay {
    display: none;
    font-size: 30px;
    text-align: center;
  }

  .heading--transition-overlay.is-headen {
    display: none;
  }

  .upper-block-4 {
    display: block;
    background-color: #a5e9c2;
    background-image: none;
  }

  .upper-block-2 {
    display: block;
    width: 50%;
    height: 100%;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }

  .bottom-block-2 {
    display: block;
    width: 50%;
    height: 100%;
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }

  .transition-overlay-image {
    position: absolute;
    left: 37%;
    top: 11%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: none;
    width: 5rem;
    margin-bottom: 9px;
    margin-left: 3.2vw;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .transition-overlay-image.is-headen {
    display: none;
  }

  .transition-overlay-image.is-mobile {
    display: block;
  }

  .overlay-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }

  .bottom-block-3 {
    display: block;
    width: 50%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a5e9c2), to(#fff));
    background-image: linear-gradient(180deg, #a5e9c2, #fff);
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }

  .upper-block-1 {
    display: block;
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#a5e9c2), to(#fff));
    background-image: linear-gradient(0deg, #a5e9c2, #fff);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }

  .bottom-block-1 {
    display: block;
    width: 50%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#a5e9c2), to(#fff));
    background-image: linear-gradient(0deg, #a5e9c2, #fff);
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }

  .overlay-wrapper {
    display: none;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 0px 1fr 0px 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 0%;
    perspective-origin: 50% 0%;
  }

  .overlay-3 {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }

  .overlay-4 {
    height: 100%;
  }

  .overlay-6 {
    background-image: none;
  }

  .upper-block-3-copy {
    display: block;
    background-color: #a5e9c2;
    background-image: none;
  }

  .bottom-block-4 {
    display: block;
    background-color: #a5e9c2;
    background-image: none;
  }

  .upper-block-3 {
    display: block;
    width: 50%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a5e9c2), to(#fff));
    background-image: linear-gradient(180deg, #a5e9c2, #fff);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }

  .upper-block-5 {
    display: block;
    background-color: #a5e9c2;
    background-image: none;
  }

  .bottom-block-5 {
    display: block;
    background-color: #a5e9c2;
    background-image: none;
  }

  .upper-block-5-copy {
    display: block;
    background-color: #a5e9c2;
    background-image: none;
  }

  .upper-block-5-copy {
    display: block;
    background-color: #a5e9c2;
    background-image: none;
  }

  .upper-block-5-copy {
    display: block;
    background-color: #a5e9c2;
    background-image: none;
  }

  .upper-block-5-copy {
    display: block;
    background-color: #a5e9c2;
    background-image: none;
  }

  .upper-block-6 {
    display: block;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a5e9c2), to(#fff));
    background-image: linear-gradient(180deg, #a5e9c2, #fff);
  }

  .bottom-block-6 {
    display: block;
    background-color: #fff;
    background-image: none;
  }

  .heading-13-copy {
    display: none;
    font-size: 30px;
    text-align: center;
  }

  .body-2 {
    background-color: transparent;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .div-block-7 {
    position: absolute;
    left: 32%;
    top: 27%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    width: 110px;
    height: 36px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-style: solid;
    border-width: 2px;
    border-color: #e3e0e0;
    border-radius: 5px;
    background-image: none;
    box-shadow: -2px 14px 8px 0 rgba(0, 0, 0, 0.5);
  }

  .div-block-7.is-without-shadow {
    left: 11%;
    top: 34%;
    z-index: 3;
    width: 107px;
    height: 31px;
    border-style: none;
    background-image: linear-gradient(320deg, #292929, #fff 59%, #fff);
    box-shadow: none;
  }

  .div-block-7.is-transparent {
    left: 10%;
    top: 32%;
    height: 35px;
  }

  .div-block-8 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
    height: 160px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
  }

  .div-block-9 {
    position: absolute;
    left: 50%;
    top: 14%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    width: 34px;
    height: 110px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-style: solid;
    border-width: 2px;
    border-color: #e3e0e0;
    border-radius: 6px;
    background-image: none;
    box-shadow: -5px 16px 10px 0 rgba(0, 0, 0, 0.5);
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .div-block-9.is-without-shadow {
    top: 15%;
    width: 34px;
    background-image: linear-gradient(320deg, #292929, #fff 57%, #fff);
    box-shadow: none;
  }

  .image-10 {
    position: absolute;
    left: 19%;
    top: 10%;
    right: 0%;
    bottom: 0%;
    z-index: 3;
    max-width: 43%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-10 {
    width: 40px;
    height: 40px;
    background-color: #fff;
  }

  .div-block-11 {
    width: 60px;
    height: 37px;
    margin-top: 34px;
    margin-left: -12px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    background-image: linear-gradient(322deg, #636363, #fff 42%);
  }

  .div-block-7-copy {
    position: absolute;
    left: 32%;
    top: 27%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    width: 110px;
    height: 36px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-style: solid;
    border-width: 2px;
    border-color: #e3e0e0;
    border-radius: 5px;
    background-color: #2c2222;
    background-image: linear-gradient(320deg, #292929, #fff 59%, #fff);
    box-shadow: -2px 14px 8px 0 rgba(0, 0, 0, 0.5);
  }

  .logo-wraper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 8.5rem;
    height: 8.5rem;
    -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;
  }
}

#w-node-_3cc8cee9-7b48-3d8d-b8fa-bd44551f2b96-eaee60d2 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_98bdd320-9e65-4db6-3762-414a11775751-eaee60d2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d826ccf0-4202-2b4d-8b3e-4e191ba78b1d-eaee60d2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d94e29e7-547a-2832-9c24-f4bee3f9588d-eaee60d2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-c0b1b9e3-c546-b211-0cbb-69ac24ef12c8-eaee60d2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f5671fc7-8238-e831-2b1b-e9410060faf5-eaee60d2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-a96cd0a7-61f5-7271-d74f-63f5af12e9db-eaee60d2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_46149c55-3763-6176-4e3c-79c8fc3087c4-eaee60d2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7b200aa9-7414-9642-13c4-fe914fde8cbc-eaee60d2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dac00457-22d8-754c-48a0-831b260e0213-eaee60d2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a0fc7233-4ac9-bfc1-b919-e4ef910be7a6-910be792 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_252c6021-4367-d169-7f05-81ed66f8404f-66f8404e {
  -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;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_252c6021-4367-d169-7f05-81ed66f84052-66f8404e {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -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: start;
  align-self: start;
}

#w-node-_252c6021-4367-d169-7f05-81ed66f84058-66f8404e {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-e4d1261b-bd69-076b-5b32-a64b10ad6a6c-93ee60d5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_93c8ccbe-1010-ebee-6d92-0011f34c1e36-93ee60d5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-eae08f4a-558d-a5f7-e8ae-06158983f705-93ee60d5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bc7f08c4-bc64-7270-089c-7fd81655dc67-93ee60d5 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}

#w-node-_43c0f9fc-3647-743c-32a0-ab9b5546afa0-93ee60d5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7f2dd8c0-ee91-ee45-3fb6-68677e6222dd-93ee60d5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-aeb9697c-4db7-5e96-8d0c-8e7f042d11ed-93ee60d5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_639911cb-1b02-db71-3dc5-b557d5921de9-93ee60d5 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}

#w-node-_639911cb-1b02-db71-3dc5-b557d5921dee-93ee60d5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_639911cb-1b02-db71-3dc5-b557d5921df3-93ee60d5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_639911cb-1b02-db71-3dc5-b557d5921df8-93ee60d5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0dfeb0d8-d47c-9cba-d1dc-1186b1dfdbc0-93ee60d5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_23e4f4c6-e726-229b-3d48-0c7932b7ff37-93ee60d5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b79cff4b-551b-02b4-763f-c44bd71c2550-93ee60d5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ff71a24f-f6ac-967b-67d7-fa0471770fe1-93ee60d5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_28fc4482-6489-8089-1ed7-2f94c288621b-93ee60d5 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}

#w-node-c170686a-2462-5e3b-0b61-dd9e4ad95544-93ee60d5 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_28fc4482-6489-8089-1ed7-2f94c2886220-93ee60d5 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_327516a3-ada9-f26b-2cdc-d9d2eb4e7f65-93ee60d5 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_327516a3-ada9-f26b-2cdc-d9d2eb4e7f68-93ee60d5 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4ee56845-42fa-5348-7118-a3db5c96b93f-93ee60d5 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4ee56845-42fa-5348-7118-a3db5c96b942-93ee60d5 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_173923fa-0059-16bd-cc18-c0cc399ca73a-93ee60d5 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_173923fa-0059-16bd-cc18-c0cc399ca73d-93ee60d5 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8d1f5ad1-08c0-f33e-0129-331a4a00aac5-93ee60d5 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8d1f5ad1-08c0-f33e-0129-331a4a00aac8-93ee60d5 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_30856336-7781-3a9d-3bfc-e8231a376160-67ee60d6 {
  -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: 2;
  grid-row-end: 3;
}

#w-node-f7510a9b-6e92-5825-7f2f-bd69d2df2c42-67ee60d6 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-d0425cce-0d89-0250-0072-1c9e45dcc8ef-67ee60d6 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_71d24b2e-1fd2-e8ab-330c-bd304b0599fc-67ee60d6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4b4265da-cf25-de1c-a30d-d6cee4a70829-67ee60d6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-db318832-0007-2e06-5dff-674eb939a0a6-67ee60d6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3a29684f-4f40-4199-552b-13cbfa598913-67ee60d6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bf4e1e63-c8a2-cbfd-4de8-19da0f5cc5d8-67ee60d6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a6fc20ab-efa6-24e4-5044-52fe32469605-7cee60d8 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5f3b5796-f7b2-36ea-a33b-588d1ded070a-12ee60d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ad268920-1074-82ed-789f-4639ab663412-12ee60d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8d5e2fd4-3472-73cf-05aa-0b2d704da75f-12ee60d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02c52099-da01-1970-af52-126f3ff2df85-12ee60d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e3da0e7c-7fc9-de25-ad15-27f7083cdfe1-12ee60d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e3da0e7c-7fc9-de25-ad15-27f7083ce016-12ee60d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e3da0e7c-7fc9-de25-ad15-27f7083ce030-12ee60d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_160d2f63-d0fb-2aec-a0dd-c400564e353a-12ee60d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_160d2f63-d0fb-2aec-a0dd-c400564e356f-12ee60d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_160d2f63-d0fb-2aec-a0dd-c400564e3589-12ee60d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_394052b6-bb19-c90a-d162-bc772a0f1859-12ee60d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_11ddfaec-3cc7-d7f3-60f3-6ebcd7476245-12ee60d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_11ddfaec-3cc7-d7f3-60f3-6ebcd747627a-12ee60d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_53949782-815a-5376-9d8e-c2368c6b0431-12ee60d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8ddbb27d-ab8e-88b6-90ca-d9e22523eddf-12ee60d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3243f4b6-684b-2872-c98d-62d880a95516-12ee60d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_289ecc0c-a791-a3ac-7a58-506a578e31ee-41ee60de {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6ee30043-3545-3f12-5774-d830b0dd1cf6-41ee60de {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7cd59dab-3ebb-95f6-99ef-2f57ad01ee4a-41ee60de {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f47ca9e-af0f-6dc0-d089-490eec46a1f7-41ee60de {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3cc8cee9-7b48-3d8d-b8fa-bd44551f2b96-eaee60d2 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_98bdd320-9e65-4db6-3762-414a11775751-eaee60d2 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-a96cd0a7-61f5-7271-d74f-63f5af12e9db-eaee60d2 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_46149c55-3763-6176-4e3c-79c8fc3087c4-eaee60d2 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_7b200aa9-7414-9642-13c4-fe914fde8cbc-eaee60d2 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-dac00457-22d8-754c-48a0-831b260e0213-eaee60d2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-a0fc7233-4ac9-bfc1-b919-e4ef910be7a6-910be792 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-d8b7da8d-2f1c-a70c-3c89-700c34c6dcd1-34c6dcab {
    -ms-grid-column-align: start;
    justify-self: start;
    -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-node-d8b7da8d-2f1c-a70c-3c89-700c34c6dcd5-34c6dcab {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d8b7da8d-2f1c-a70c-3c89-700c34c6dcd9-34c6dcab {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d8b7da8d-2f1c-a70c-3c89-700c34c6dcdd-34c6dcab {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d8b7da8d-2f1c-a70c-3c89-700c34c6dce1-34c6dcab {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d8b7da8d-2f1c-a70c-3c89-700c34c6dce5-34c6dcab {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d8b7da8d-2f1c-a70c-3c89-700c34c6dce9-34c6dcab {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d8b7da8d-2f1c-a70c-3c89-700c34c6dced-34c6dcab {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d8b7da8d-2f1c-a70c-3c89-700c34c6dcf1-34c6dcab {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d8b7da8d-2f1c-a70c-3c89-700c34c6dcf5-34c6dcab {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_5f3b5796-f7b2-36ea-a33b-588d1ded070a-12ee60d9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-ad268920-1074-82ed-789f-4639ab663412-12ee60d9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_8d5e2fd4-3472-73cf-05aa-0b2d704da75f-12ee60d9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_02c52099-da01-1970-af52-126f3ff2df85-12ee60d9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-e3da0e7c-7fc9-de25-ad15-27f7083cdfe1-12ee60d9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-e3da0e7c-7fc9-de25-ad15-27f7083ce016-12ee60d9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-e3da0e7c-7fc9-de25-ad15-27f7083ce030-12ee60d9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_160d2f63-d0fb-2aec-a0dd-c400564e353a-12ee60d9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_160d2f63-d0fb-2aec-a0dd-c400564e356f-12ee60d9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_160d2f63-d0fb-2aec-a0dd-c400564e3589-12ee60d9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_394052b6-bb19-c90a-d162-bc772a0f1859-12ee60d9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_11ddfaec-3cc7-d7f3-60f3-6ebcd7476245-12ee60d9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_11ddfaec-3cc7-d7f3-60f3-6ebcd747627a-12ee60d9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_53949782-815a-5376-9d8e-c2368c6b0431-12ee60d9 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8ddbb27d-ab8e-88b6-90ca-d9e22523eddf-12ee60d9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_3243f4b6-684b-2872-c98d-62d880a95516-12ee60d9 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3cc8cee9-7b48-3d8d-b8fa-bd44551f2b96-eaee60d2 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_98bdd320-9e65-4db6-3762-414a11775751-eaee60d2 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-a96cd0a7-61f5-7271-d74f-63f5af12e9db-eaee60d2 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_46149c55-3763-6176-4e3c-79c8fc3087c4-eaee60d2 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_7b200aa9-7414-9642-13c4-fe914fde8cbc-eaee60d2 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-dac00457-22d8-754c-48a0-831b260e0213-eaee60d2 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-eae08f4a-558d-a5f7-e8ae-06158983f705-93ee60d5 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-ff71a24f-f6ac-967b-67d7-fa0471770fe1-93ee60d5 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_5f3b5796-f7b2-36ea-a33b-588d1ded070a-12ee60d9 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ad268920-1074-82ed-789f-4639ab663412-12ee60d9 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_8d5e2fd4-3472-73cf-05aa-0b2d704da75f-12ee60d9 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_02c52099-da01-1970-af52-126f3ff2df85-12ee60d9 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e3da0e7c-7fc9-de25-ad15-27f7083cdfe1-12ee60d9 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e3da0e7c-7fc9-de25-ad15-27f7083ce016-12ee60d9 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e3da0e7c-7fc9-de25-ad15-27f7083ce030-12ee60d9 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_160d2f63-d0fb-2aec-a0dd-c400564e353a-12ee60d9 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_160d2f63-d0fb-2aec-a0dd-c400564e356f-12ee60d9 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_160d2f63-d0fb-2aec-a0dd-c400564e3589-12ee60d9 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_394052b6-bb19-c90a-d162-bc772a0f1859-12ee60d9 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_11ddfaec-3cc7-d7f3-60f3-6ebcd7476245-12ee60d9 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_11ddfaec-3cc7-d7f3-60f3-6ebcd747627a-12ee60d9 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_53949782-815a-5376-9d8e-c2368c6b0431-12ee60d9 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_8ddbb27d-ab8e-88b6-90ca-d9e22523eddf-12ee60d9 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3243f4b6-684b-2872-c98d-62d880a95516-12ee60d9 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dc382acb-e625-5472-22e9-19dd6d7e2a05-eaee60d2 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-a0fc7233-4ac9-bfc1-b919-e4ef910be7a6-910be792 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_252c6021-4367-d169-7f05-81ed66f8404f-66f8404e {
    -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: 1;
    grid-row-end: 2;
  }

  #w-node-_252c6021-4367-d169-7f05-81ed66f84052-66f8404e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_252c6021-4367-d169-7f05-81ed66f84058-66f8404e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_30856336-7781-3a9d-3bfc-e8231a376160-67ee60d6 {
    -ms-grid-column-span: 5;
    grid-column-end: 5;
  }

  #w-node-f7510a9b-6e92-5825-7f2f-bd69d2df2c42-67ee60d6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-d0425cce-0d89-0250-0072-1c9e45dcc8ef-67ee60d6 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_71d24b2e-1fd2-e8ab-330c-bd304b0599fc-67ee60d6 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_4b4265da-cf25-de1c-a30d-d6cee4a70829-67ee60d6 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 5;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-db318832-0007-2e06-5dff-674eb939a0a6-67ee60d6 {
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_3a29684f-4f40-4199-552b-13cbfa598913-67ee60d6 {
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-bf4e1e63-c8a2-cbfd-4de8-19da0f5cc5d8-67ee60d6 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2'), url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}