@font-face {
  font-family: Be Vietnampro;
  src: url('../fonts/BeVietnamPro-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Be Vietnampro;
  src: url('../fonts/BeVietnamPro-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Be Vietnampro;
  src: url('../fonts/BeVietnamPro-ExtraBold.ttf') format("truetype"), url('../fonts/BeVietnamPro-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Be Vietnampro;
  src: url('../fonts/BeVietnamPro-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Be Vietnampro;
  src: url('../fonts/BeVietnamPro-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Be Vietnampro;
  src: url('../fonts/BeVietnamPro-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Be Vietnampro;
  src: url('../fonts/BeVietnamPro-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Be Vietnampro;
  src: url('../fonts/BeVietnamPro-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Be Vietnampro;
  src: url('../fonts/BeVietnamPro-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Be Vietnampro;
  src: url('../fonts/BeVietnamPro-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Be Vietnampro;
  src: url('../fonts/BeVietnamPro-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Be Vietnampro;
  src: url('../fonts/BeVietnamPro-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Be Vietnampro;
  src: url('../fonts/BeVietnamPro-BoldItalic.ttf') format("truetype"), url('../fonts/BeVietnamPro-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Be Vietnampro;
  src: url('../fonts/BeVietnamPro-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Be Vietnampro;
  src: url('../fonts/BeVietnamPro-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Be Vietnampro;
  src: url('../fonts/BeVietnamPro-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --neutral--gray-900: #020e27;
  --neutral--gray-100: #f9f9fb;
  --primary--darker: #0e1681;
  --state--green-success--lighter: #c8f9e4;
  --neutral--gray-500: #5d6a83;
  --neutral--gray-800: #101a2d;
  --neutral--gray-200: #e4e8f1;
  --secondary--teals--lighter: #c6e9fb;
  --secondary--teals--light: #ecf8fe;
  --neutral--gray-600: #364259;
  --neutral--gray-300: #bcc3d2;
  --neutral--gray-400: #939eb4;
  --primary--base: #4754ff;
  --neutral--gray-700: #1a2437;
  --primary--light: #edeefd;
  --primary--lighter: #c8cbf9;
  --secondary--teals--base: #52bef4;
  --state--orange-warning--light: #fff5eb;
  --neutral--white: white;
  --state--green-success--light: #edfdf6;
  --state--green-success--darker: #10935a;
  --state--green-success--base: #3ee09a;
  --secondary--purple--light: #f5edfd;
  --secondary--purple--darker: #561093;
  --secondary--purple--base: #a952f4;
  --secondary--purple--lighter: #e2c8f9;
  --secondary--teals--darker: #0a6a99;
  --secondary--yellow--darker: #9b7e08;
  --secondary--yellow--base: #f6d551;
  --secondary--yellow--lighter: #fcf1c5;
  --secondary--yellow--light: #fefaec;
  --state--orange-warning--darker: #9f5704;
  --state--orange-warning--base: #fba94b;
  --state--orange-warning--lighter: #fee2c3;
  --state--red-error--darker: #a30000;
  --state--red-error--base: #ff4747;
  --state--red-error--lighter: #ffc2c2;
  --state--red-error--light: #ffebeb;
}

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

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

body {
  color: #333;
  font-family: Be Vietnampro, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--neutral--gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: var(--neutral--gray-900);
  letter-spacing: -.04em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--neutral--gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  color: var(--neutral--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  color: var(--neutral--gray-900);
  letter-spacing: -.02em;
  margin-top: 10px;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

p {
  color: var(--neutral--gray-900);
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 32px;
}

ul {
  margin-bottom: 10px;
  padding-left: 40px;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.button-navigation {
  border: 1px solid var(--neutral--gray-900);
  color: var(--neutral--gray-900);
  letter-spacing: -.01em;
  background-color: #0000;
  padding: 8px 24px;
  font-weight: 600;
  line-height: 24px;
  transition: all .35s;
}

.button-navigation:hover {
  background-color: var(--neutral--gray-900);
  color: #fff;
}

.button-navigation.w--current {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.navigation {
  z-index: 55;
  background-color: #0000;
  align-items: center;
  height: 120px;
  padding-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.container-navigation {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link {
  color: var(--neutral--gray-900);
  letter-spacing: -.02em;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 16px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .35s;
}

.nav-link:hover {
  background-color: var(--neutral--gray-100);
  color: #000;
}

.nav-link.w--current {
  color: #000;
}

.navigation-button-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.navigation-menu {
  align-items: center;
  display: flex;
}

.brand {
  margin-right: 4vw;
}

.feature-title-icon {
  color: #e4298f;
  width: 48px;
}

.container-large {
  width: 100%;
  max-width: 1280px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.title-wrapper-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.service-circle {
  background-color: var(--neutral--gray-100);
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  margin-bottom: 8px;
  font-weight: 300;
  display: flex;
}

.service-card {
  text-align: center;
  background-color: #ffebeb4a;
  border: 1px solid #ff028c2e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 32px 32px;
  display: flex;
}

.section-service {
  background-color: #0000;
  background-image: url('../images/AdobeStock_416011824_opacy.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 5%;
}

.grid-service {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 25px;
}

.section-template {
  padding: 60px 3%;
}

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

.colour {
  background-color: #fff;
  align-items: center;
  width: 100%;
  max-width: 170px;
  display: block;
  overflow: hidden;
  box-shadow: 34px 34px 74px -12px #38327c14;
}

.color-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: start;
  justify-items: start;
  width: 100%;
  margin-top: 24px;
}

.paragraph-style-wrap {
  max-width: 560px;
}

.style-title-small {
  color: var(--neutral--gray-500);
  letter-spacing: 1px;
  font-weight: 600;
}

.gray-800 {
  background-color: var(--neutral--gray-800);
}

.style-guide-block {
  border: 1px solid var(--neutral--gray-200);
  background-color: var(--neutral--gray-100);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 32px;
  padding: 32px 42px;
  display: flex;
}

.button-outline {
  border: 1px solid var(--neutral--gray-900);
  color: var(--neutral--gray-900);
  text-align: center;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.button-outline:hover {
  background-color: var(--neutral--gray-900);
  color: #fff;
}

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

.template-block {
  border: 1px solid var(--secondary--teals--lighter);
  background-color: var(--secondary--teals--light);
  color: #000;
  margin-bottom: 32px;
  padding: 30px 20px;
  font-size: 16px;
  line-height: 32px;
}

.button-link {
  color: #0a071b;
  letter-spacing: -.02em;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.template-wrapper {
  border: 1px solid var(--neutral--gray-200);
  background-color: #fff;
  padding: 24px;
}

.style-detail {
  color: #6a768a;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
}

.button-grid {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}

.paragraph-small {
  color: var(--neutral--gray-600);
  letter-spacing: -.01em;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.style-full-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
}

.link-arrow {
  margin-left: 8px;
}

.color-wrapper {
  margin-bottom: 60px;
}

.gray-300 {
  background-color: var(--neutral--gray-300);
}

.font-size {
  color: var(--neutral--gray-400);
  font-size: 16px;
}

.colour-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 12px 12px 16px;
  display: flex;
}

.line-break {
  background-color: var(--neutral--gray-200);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.color-base {
  z-index: -1;
  height: 120px;
  position: relative;
}

.style-guide-short-link {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.style-title {
  color: #000;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.sidebar-menu {
  border: 1px solid var(--neutral--gray-200);
  white-space: normal;
  min-height: 240px;
  padding: 18px 18px 24px;
  position: sticky;
  top: 10%;
}

.gray-500 {
  background-color: var(--neutral--gray-500);
}

.style-grid {
  grid-row-gap: 42px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 60px;
}

.button-primary {
  background-color: var(--primary--darker);
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 24px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  transition: all .3s;
  display: flex;
}

.button-primary:hover {
  background-color: var(--primary--base);
}

.typography-block {
  border-bottom: 1px solid #ececec;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 32px;
  display: flex;
}

.button-cell {
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.gray-600 {
  background-color: var(--neutral--gray-600);
}

.gray-900 {
  background-color: var(--neutral--gray-900);
}

.template-section {
  padding: 20px 5% 100px;
}

.text-wrap {
  width: 100%;
  margin-bottom: 32px;
}

.paragraph-large {
  direction: ltr;
  color: var(--neutral--gray-600);
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.paragraph-large.text-weight-medium {
  font-size: 12px;
  font-weight: 500;
}

.heading-detail-large {
  color: var(--primary--base);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.heading-detail-large.margin-bottom-08 {
  margin-bottom: 8px;
  padding-top: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.heading-detail-regular {
  color: var(--primary--base);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.heading-detail-small {
  color: var(--neutral--gray-900);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.gray-700 {
  background-color: var(--neutral--gray-700);
}

.gray-400 {
  background-color: var(--neutral--gray-400);
}

.gray-200 {
  background-color: var(--neutral--gray-200);
}

.gray-100 {
  background-color: var(--neutral--gray-100);
}

.title-wrapper-small {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
  position: relative;
}

.service-link {
  color: var(--primary--base);
  letter-spacing: -.02em;
  margin-top: 24px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.section-content {
  background-color: #e9ff99;
  background-image: url('../images/Accent-Bottom-Right.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 80px 5%;
}

.section-home {
  padding-top: 140px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

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

.video-block {
  background-image: url('../images/Video-Image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 480px;
  margin-top: 56px;
  display: flex;
}

.video-lightbox {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 9px;
  transition: all .2s;
  display: flex;
}

.video-lightbox:hover {
  transform: scale(1.1);
}

.image-wrapper {
  z-index: 5;
  width: 100%;
  max-width: 370px;
  height: 494px;
  position: relative;
}

.content-image {
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
  position: relative;
}

.background-block {
  background-color: var(--neutral--gray-100);
  width: 50%;
  transition: opacity .2s;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.grid-doctor {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  align-items: center;
}

.grid-button {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  margin-top: 32px;
}

.content-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-cta {
  padding: 40px 5%;
}

.cta-block {
  text-align: center;
  background-color: #bcdb4c;
  background-image: url('../images/Accent-CTA-Bottom.svg'), url('../images/Accent-CTA.svg');
  background-position: 0 100%, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 336px;
  padding: 60px 5%;
  display: flex;
}

.cta-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.button-secondary {
  background-color: var(--primary--base);
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 24px;
  font-size: 14px;
  transition: all .3s;
  display: flex;
}

.button-secondary.terminbuchung-trigger {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.cta-heading {
  color: #fff;
  margin-bottom: 32px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.blog-card {
  border: 1px solid var(--neutral--gray-200);
  color: var(--neutral--gray-900);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  transition: all .3s;
}

.blog-card:hover {
  border-color: var(--neutral--gray-300);
  color: var(--primary--base);
}

.blog-image {
  height: 300px;
  margin-bottom: 24px;
}

.section-regular {
  padding: 20px 5%;
}

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

.contact-form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.button-form-centre {
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.text-field-large {
  border: 1px solid var(--neutral--gray-200);
  background-color: #0000;
  height: 100%;
  min-height: 172px;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 500;
}

.text-field-large:hover {
  border-color: var(--primary--base);
}

.text-field-large:active {
  border-color: #000;
}

.text-field-large:focus {
  border-color: var(--primary--base);
}

.contact-wrapper {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  box-shadow: 68px 68px 140px -32px #02082c0a;
}

.text-field {
  border: 1px solid var(--neutral--gray-200);
  color: var(--neutral--gray-900);
  background-color: #0000;
  min-height: 56px;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 500;
  transition: all .2s;
}

.text-field:hover {
  border-color: var(--primary--base);
}

.text-field:active {
  border-color: #000;
}

.text-field:focus {
  border-color: var(--primary--base);
}

.text-field::placeholder {
  color: var(--neutral--gray-500);
}

.button-form-submit {
  background-color: var(--primary--darker);
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 12px 44px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.button-form-submit:hover {
  background-color: var(--primary--base);
  color: #fff;
}

.contact-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 1fr);
  grid-auto-flow: row;
  margin-top: 48px;
  margin-bottom: 32px;
}

.contact-block {
  justify-content: center;
  align-items: center;
  padding: 24px 0;
  display: flex;
}

.contact-icon-square {
  background-color: var(--primary--base);
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  margin-right: 24px;
  display: flex;
}

.footer-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  width: 100px;
  margin-bottom: 16px;
}

.social-link {
  color: #fff;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: border-color .3s;
  display: flex;
}

.social-link:hover {
  border-color: #f1f1f1;
}

.footer-detail {
  color: var(--primary--light);
  max-width: 30ch;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.footer-grid {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
}

.social-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
}

.footer {
  background-color: #bcdb4c;
  padding: 20px 5% 100px;
  position: relative;
  inset: auto 0% 0%;
}

.footer-banner {
  background-color: #fff;
  align-items: center;
  min-height: 48px;
  padding: 12px 5%;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.footer-banner-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-detail-small {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.footer-span-link {
  color: #000;
}

.template-link-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-link-small {
  color: var(--neutral--gray-900);
  text-align: center;
  letter-spacing: -.03em;
  background-color: #0000;
  border: 1px solid #0000;
  justify-content: center;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.footer-link-small:hover {
  color: #000;
  text-decoration: underline;
}

.banner {
  z-index: 55;
  text-align: center;
  background-color: #bcdb4c;
  justify-content: center;
  align-items: center;
  min-height: 25px;
  padding: 0 5%;
  display: flex;
  position: relative;
}

.banner-icon {
  width: 24px;
  margin-right: 12px;
}

.banner-text {
  letter-spacing: -.02em;
  font-family: Be Vietnampro, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.heading-detail-footer {
  color: var(--state--green-success--lighter);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.footer-link-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-columns: 1fr;
  margin-top: 0;
  padding-top: 0;
}

.footer-link-block {
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  transition: color .3s;
}

.footer-link-block:hover {
  color: var(--state--green-success--lighter);
}

.container-small-2 {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.template-changelog {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.update-badge {
  border: 1px solid var(--neutral--gray-200);
  color: var(--neutral--gray-900);
  letter-spacing: -.03em;
  background-color: #fff;
  margin-bottom: 8px;
  padding: 4px 16px;
  font-weight: 500;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  min-height: 620px;
  max-height: 100%;
  padding: 100px 5%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._404-icon {
  width: 124px;
  margin-bottom: 32px;
}

.field-label {
  display: none;
}

.heading-detail-company {
  color: var(--neutral--gray-600);
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.badge-wrapper {
  text-align: left;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.badge-star {
  margin-right: 8px;
}

.header-image {
  background-image: url('../images/Accent-Bottom-White.svg'), url('../images/3team.jpg');
  background-position: 100% 100%, 50% 20%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  height: 500px;
}

.heading-detail-blog {
  color: var(--neutral--gray-800);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.primary-darker {
  background-color: var(--primary--darker);
}

.primary-base {
  background-color: var(--primary--base);
}

.primary-lighter {
  background-color: var(--primary--lighter);
}

.primary-light {
  background-color: var(--primary--light);
}

.header-grid {
  grid-template-rows: auto;
  height: 100%;
}

.header-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 100px;
  display: flex;
}

.header-background {
  background-color: #faff91;
  background-image: url('../images/Accent-Bottom-Right.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button-home {
  background-color: var(--secondary--teals--base);
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-top: 32px;
  padding: 8px 24px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  transition: all .3s;
  display: flex;
}

.button-home:hover {
  background-color: var(--primary--base);
}

.heading-detail-home {
  color: var(--neutral--gray-900);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.home-heading {
  margin-bottom: 24px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.header-image-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.section-feature {
  background-color: #bcdb4c;
  background-image: url('../images/Accent-Bottom-Left.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 100px 5%;
}

.grid-feature {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-block {
  align-items: center;
  padding: 24px;
  display: flex;
}

.service-icon-block {
  background-color: #bcdb4c;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 88px;
  margin-right: 24px;
  padding: 12px;
  display: flex;
}

.feature-title {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.feature-paragraph {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.header-ui-card {
  white-space: nowrap;
  object-fit: fill;
  background-color: #fff;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 256px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
  box-shadow: -33px 35px 96px -24px #18393914;
}

.ui-card-square {
  background-color: var(--state--green-success--lighter);
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-right: 24px;
  padding: 14px;
  display: flex;
}

.ui-card-icon {
  width: 40px;
}

.number-large {
  margin-top: 0;
  margin-bottom: 0;
}

.ui-card-detail {
  color: #000;
  letter-spacing: -.01em;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.navigation-top-wrapper {
  position: absolute;
  inset: 0% 0% auto;
}

.grid-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  align-items: center;
}

.grid-value {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 64px;
}

.value-square {
  background-color: var(--state--orange-warning--light);
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  padding: 14px;
  display: flex;
}

.value-card {
  border: 1px solid var(--neutral--gray-200);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.nav-link-mobile {
  color: var(--neutral--gray-900);
  letter-spacing: -.02em;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 16px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .35s;
}

.nav-link-mobile:hover {
  background-color: var(--neutral--gray-100);
  color: #000;
}

.nav-link-mobile.w--current {
  color: #000;
}

.title-wrapper-medium {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-contact {
  background-color: #f1ffbd;
  padding: 80px 5%;
  position: relative;
}

.form-background {
  background-color: #fff;
  min-height: 250px;
  position: absolute;
  inset: auto 0% 0%;
}

.section-location {
  padding: 40px 5% 100px;
}

.grid-locations {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 62px;
}

.card-location {
  border: 1px solid var(--neutral--gray-200);
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.location-line-break {
  background-color: var(--neutral--gray-300);
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.button-location {
  border: 1px solid var(--primary--darker);
  background-color: var(--primary--darker);
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  margin-top: 32px;
  padding: 12px 42px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-location:hover {
  border: 1px solid var(--primary--darker);
  background-color: var(--neutral--white);
  color: var(--primary--darker);
}

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

.blog-collection-list {
  margin-top: 64px;
}

.blog-detail-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 44px;
}

.blog-detail-card {
  border: 1px solid var(--neutral--gray-200);
  color: var(--neutral--gray-900);
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

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

.author-wrapper {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.avatar-circle-small {
  background-color: var(--primary--base);
  border-radius: 100px;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  margin-right: 8px;
  overflow: hidden;
}

.avatar {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.article-wrapper {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.article p {
  margin-bottom: 32px;
}

.article ul {
  color: var(--neutral--gray-900);
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
}

.article blockquote {
  background-color: var(--state--green-success--light);
  color: var(--state--green-success--darker);
  border-left-style: none;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 24px;
  font-size: 16px;
  line-height: 32px;
}

.article li {
  margin-bottom: 14px;
}

.article img {
  margin-top: 24px;
  margin-bottom: 24px;
}

.blog-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.left-arrow {
  border: 1px solid var(--neutral--gray-900);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 60px 0% auto;
}

.slide {
  height: 100%;
}

.quote {
  margin-bottom: 32px;
}

.testimonial-grid {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  align-items: center;
}

.slide-nav {
  display: none;
}

.testimonial-role {
  color: var(--neutral--gray-800);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.testimonial-name {
  color: var(--neutral--gray-900);
  letter-spacing: -.7px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.quote-text {
  color: #102226;
  letter-spacing: -.02em;
  max-width: 340px;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.slider {
  background-color: #0000;
  height: 100%;
  margin-top: 60px;
}

.right-arrow {
  border: 1px solid var(--neutral--gray-900);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 0% 0% auto;
}

.success-message {
  background-color: var(--state--green-success--light);
  color: var(--state--green-success--darker);
  font-size: 14px;
  line-height: 24px;
}

.section-service-header {
  background-color: #bcdb4c;
  background-image: url('../images/Accent-CTA.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 80px 5% 0;
  position: relative;
}

.service-header {
  color: var(--neutral--white);
}

.heading-detail-service {
  color: var(--neutral--white);
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.service-block {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  padding: 48px;
  display: flex;
  box-shadow: 68px 68px 140px -32px #02082c0a;
}

.div-block-2 {
  background-color: #fff;
  min-height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.green-darker {
  background-color: var(--state--green-success--darker);
}

.green-base {
  background-color: var(--state--green-success--base);
}

.green-light {
  background-color: var(--state--green-success--lighter);
}

.green-lighter {
  background-color: var(--state--green-success--light);
}

.badge-company {
  text-align: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.image {
  width: 14px;
}

.image-2 {
  perspective: none;
  mix-blend-mode: normal;
  transition: opacity .2s, opacity .2s, opacity .2s;
}

.container-2 {
  object-fit: fill;
}

.heading {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

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

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". Area";
}

.heading-2 {
  justify-content: center;
  display: flex;
}

.text-block {
  float: none;
  text-align: center;
  margin-top: 0;
  padding-top: 45px;
  position: static;
}

.div-block-3 {
  background-color: var(--secondary--purple--light);
  position: relative;
  inset: 0% 0% auto;
}

.div-block-4 {
  background-color: var(--state--green-success--base);
  position: absolute;
  inset: auto 0% 0%;
}

.container-3 {
  background-color: #ffffffb3;
  position: relative;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  display: block;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-prefs_text {
  color: var(--neutral--gray-600);
  font-size: .75rem;
}

.fs-cc-prefs_title {
  color: var(--neutral--gray-600);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  overflow: auto;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_button {
  border: 1px none var(--neutral--gray-600);
  background-color: var(--neutral--gray-500);
  border-radius: 0;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border: 2px solid var(--neutral--gray-500);
  color: var(--neutral--gray-500);
  background-color: #fff;
  border-radius: 0;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-banner_button {
  background-color: var(--secondary--teals--base);
  color: #fff;
  text-align: center;
  border: 2px solid #0000;
  border-radius: 0;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-width: 2px;
  border-color: var(--secondary--teals--base);
  color: var(--secondary--teals--base);
  background-color: #f5f5f5;
  border-radius: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_text-link {
  color: var(--secondary--teals--base);
  border-bottom: 2px solid #4353ff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_label {
  color: var(--neutral--gray-600);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_content {
  border: 0 solid #000;
  border-bottom-style: none;
  border-radius: 0;
  height: 100%;
  padding: 2.5rem 2rem;
  display: block;
  overflow: scroll;
}

.heading-3, .heading-4, .heading-5, .heading-6, .heading-7, .heading-8, .text-block-2, .text-block-3, .text-block-4 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.form {
  display: block;
}

.heading-9 {
  margin-right: 0;
  padding-right: 0;
}

.container-4 {
  display: flex;
}

.container-5 {
  object-fit: fill;
  flex-wrap: nowrap;
  align-content: flex-start;
  display: flex;
  position: relative;
}

.image-3 {
  object-fit: cover;
  min-width: 500%;
  max-width: 20vh;
  display: block;
  position: relative;
  left: -614px;
  overflow: visible;
}

.container-6 {
  border: 0 #000;
  flex-direction: column-reverse;
  justify-content: space-around;
  align-items: baseline;
  padding-top: 140px;
  display: inline-block;
  position: relative;
}

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

.section {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  overflow: visible;
}

.rich-text-block {
  padding-left: 20px;
}

.rich-text-block-2 {
  color: #e6007e;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.button {
  text-align: center;
  object-fit: fill;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
}

.button:hover {
  background-color: var(--secondary--teals--base);
}

.button-2 {
  float: left;
  clear: left;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-7 {
  justify-content: center;
  align-items: center;
  padding-top: 43px;
  padding-bottom: 60px;
  display: flex;
}

.button-3 {
  object-fit: contain;
  flex-wrap: wrap-reverse;
  place-content: stretch center;
  align-items: center;
  margin-top: 48px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.bold-text {
  color: #e6007e;
}

.paragraph {
  text-align: center;
}

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

.rich-text-block-3 {
  text-align: center;
}

._360 {
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 50dvh;
  padding-bottom: 0;
  display: flex;
}

.div-block-5 {
  background-color: #e9ff99;
}

.div-block-6 {
  background-color: #e9ff99;
  padding-top: 0;
  padding-bottom: 100px;
}

.div-block-7 {
  background-color: #0000;
  padding-bottom: 0;
}

.heading-10 {
  text-align: center;
  margin-bottom: -6px;
  padding-bottom: 20px;
}

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

.text-block-6.heading-detail-large {
  margin-top: 33px;
}

.rich-text-block-4 {
  clear: none;
}

.html-embed {
  object-fit: fill;
  width: 100%;
  height: 80dvh;
  margin-top: 0;
  margin-left: 0;
  padding: 0 100px;
}

.vr-conainer {
  padding-left: 0;
}

.section-2 {
  margin-top: 60px;
  padding-bottom: 71px;
}

.image-4 {
  align-self: center;
  display: inline-block;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  padding-top: 74px;
  display: flex;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area";
}

.image-5, .image-6, .image-7 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-8 {
  padding-top: 40px;
  padding-left: 0;
}

.list {
  padding-top: 0;
}

.paragraph-2 {
  padding-top: 12px;
  line-height: 25px;
}

.text-span, .text-span-2 {
  color: #4754ff;
}

.heading-11 {
  color: var(--neutral--gray-500);
  margin-bottom: 10px;
  padding-top: 40px;
}

.list-item {
  padding-top: 15px;
}

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

.text-span-3 {
  color: #e8218e;
  padding-left: 0;
  font-style: italic;
}

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

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

.text-span-4 {
  font-size: 14px;
  font-weight: 400;
}

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

.text-span-6 {
  color: #e6007e;
  font-style: italic;
}

.link {
  padding-top: 44px;
}

.grid-5 {
  grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
  display: flex;
}

.text-block-8 {
  padding-top: 40px;
}

.text-span-7 {
  font-size: 16px;
  line-height: 30px;
}

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

.bold-text-2 {
  padding-right: 41px;
}

.bold-text-3 {
  padding-right: 35px;
}

.bold-text-4 {
  padding-right: 32px;
}

.bold-text-5 {
  padding-right: 9px;
}

.bold-text-6 {
  padding-right: 47px;
}

.text-block-9 {
  color: #333;
  padding-top: 28px;
  padding-bottom: 7px;
  font-size: 14px;
}

.text-span-9 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.paragraph-large-copy {
  direction: ltr;
  color: var(--neutral--gray-600);
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.paragraph-large-copy.text-weight-medium {
  font-size: 12px;
  font-weight: 500;
}

.list-2 {
  text-align: left;
  padding-left: 0;
}

.image-8 {
  width: 60vh;
  max-width: 100%;
  max-height: 73%;
}

.heading-12 {
  text-align: center;
  margin-top: 10px;
  padding-top: 23px;
  padding-bottom: 3px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.div-block-9 {
  margin-bottom: 15px;
  padding-top: 0;
}

.list-3 {
  text-align: center;
  padding-top: 36px;
  padding-bottom: 36px;
}

.div-block-10 {
  background-color: #fff9f9;
  border: 1px solid #ffcce5;
  margin-top: 10px;
  padding-top: 0;
}

.grid-6 {
  grid-template-columns: .4fr 1fr;
  grid-template-areas: "Area Area-2";
}

.heading-13 {
  text-align: center;
  margin-top: 40px;
  font-weight: 600;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6 {
  padding-bottom: 5px;
  font-size: 16px;
}

.list-item-7 {
  font-size: 16px;
}

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

@media screen and (max-width: 991px) {
  .button-navigation {
    display: none;
  }

  .navigation {
    padding-left: 3%;
    padding-right: 3%;
  }

  .container-navigation {
    position: relative;
  }

  .nav-link {
    color: #262626;
  }

  .navigation-button-wrap {
    align-items: center;
    display: flex;
  }

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

  .navigation-menu {
    align-items: center;
    display: flex;
  }

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

  .menu-button {
    background-color: var(--primary--darker);
    color: #fff;
    margin-left: 14px;
    padding: 10px;
    transition: all .35s;
  }

  .menu-button:hover, .menu-button.w--open {
    background-color: var(--state--green-success--lighter);
    color: var(--neutral--gray-900);
  }

  .section-service {
    background-color: #0000;
    background-image: url('../images/AdobeStock_416011824_Preview.png');
  }

  .grid-service {
    grid-template-columns: 1fr;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-template {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .color-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
  }

  .template-block {
    margin-top: 0;
  }

  .style-full-grid {
    grid-template-columns: 3fr;
  }

  .typography-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-wrap {
    margin-bottom: 16px;
  }

  .grid-doctor {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .footer {
    padding-top: 60px;
  }

  .footer-link-small {
    display: flex;
  }

  .header-image {
    height: 400px;
  }

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

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

  .header-background {
    width: 100%;
    height: 40%;
    inset: auto 0% 0%;
  }

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

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

  .grid-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .grid-value {
    grid-template-columns: 1fr;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link-mobile {
    color: #262626;
  }

  .grid-locations {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .testimonial-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container-3 {
    position: sticky;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .html-embed {
    padding-left: 35px;
    padding-right: 35px;
  }

  .div-block-8 {
    padding-left: 114px;
    padding-right: 111px;
  }

  .grid-4 {
    place-content: start center;
    place-items: center;
    padding-right: 65px;
    display: flex;
  }

  .column {
    text-align: center;
    bottom: 10px;
  }

  .paragraph-4 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

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

  .button-navigation {
    display: none;
  }

  .navigation-button-wrap, .navigation-menu {
    width: 100%;
  }

  .service-card {
    justify-content: flex-start;
    display: flex;
  }

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

  .grid-service {
    margin-left: auto;
    margin-right: auto;
  }

  .colour {
    margin-bottom: 25px;
  }

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

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

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

  .section-cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-regular {
    padding-top: 60px;
  }

  .contact-form-grid, .contact-grid {
    grid-template-columns: 1fr;
  }

  .footer-banner-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .header-image {
    height: 300px;
  }

  .header-content {
    padding-bottom: 20px;
  }

  .section-feature {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .grid-value {
    margin-left: auto;
    margin-right: auto;
  }

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

  .section-contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .collection-list, .blog-detail-grid, .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .section-service-header {
    padding-top: 60px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .html-embed {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .service-card {
    padding: 40px 32px;
  }

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

  .style-guide-block {
    padding-left: 28px;
    padding-right: 28px;
  }

  .template-wrapper {
    padding: 0;
  }

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

  .paragraph-large.text-weight-medium {
    text-align: left;
  }

  .image-wrapper {
    height: 360px;
  }

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

  .blog-card {
    padding: 40px 32px;
  }

  .section-regular {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .contact-wrapper {
    margin-top: 40px;
  }

  .contact-block {
    justify-content: flex-start;
    padding: 14px;
  }

  .footer-content {
    align-items: center;
  }

  .footer-grid {
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .footer-detail-small {
    margin-bottom: 24px;
  }

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

  .heading-detail-company {
    font-size: 17px;
  }

  .badge-wrapper {
    flex-direction: column;
  }

  .badge-star {
    margin-bottom: 10px;
    margin-right: 0;
    display: none;
  }

  .header-image {
    height: 200px;
  }

  .header-background {
    height: 20%;
  }

  .heading-detail-home {
    font-size: 14px;
  }

  .home-heading {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 500;
  }

  .feature-block {
    text-align: center;
    flex-direction: column;
  }

  .service-icon-block {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .header-ui-card {
    display: none;
  }

  .value-card {
    padding: 40px 32px;
  }

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

  .section-service-header {
    padding-bottom: 60px;
  }

  .heading-detail-service {
    font-size: 17px;
  }

  .service-block {
    padding: 32px 24px;
  }

  .badge-company {
    flex-direction: column;
  }

  .heading {
    font-size: 20px;
  }

  .container-3 {
    position: static;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

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

  .paragraph-large-copy.text-weight-medium {
    text-align: left;
  }

  .div-block-10 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }

  .grid-6 {
    grid-template-areas: "Area Area-2"
                         "Area-3 Area-4";
  }

  .image-9 {
    padding-bottom: 17px;
  }

  .paragraph-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-b3cf563a-b5a2-7d79-d1c6-78810e7aed7c-05abf98b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6763ff5b-8d97-1a37-3436-e8474a33440b-05abf98b {
  align-self: end;
}

#w-node-_9962be17-7869-e571-da0a-0841c180c9b5-05abf98b, #w-node-_48b46eed-9eca-118a-4548-cbc16f94762a-05abf98b, #w-node-_5c74df19-157b-5c8a-01ae-cb198fa26ab9-8fa26aaa, #w-node-ce3b22f8-a7a7-e9f5-5eb6-b147eb25b7fa-8fa26aaa, #w-node-_49ca75f6-6039-c54f-f877-58ac7fdd4568-8fa26aaa, #w-node-f0e61f67-e82b-0617-ef1a-a024aea4b691-8fa26aaa, #w-node-f79a8a20-68d4-b617-ac0c-49be2724e44a-8fa26aaa, #w-node-_78c31873-6589-1e5b-31df-bcc641ff8926-8fa26aaa, #w-node-_78c31873-6589-1e5b-31df-bcc641ff892a-8fa26aaa, #w-node-_78c31873-6589-1e5b-31df-bcc641ff892d-8fa26aaa, #w-node-_78c31873-6589-1e5b-31df-bcc641ff8930-8fa26aaa, #w-node-_78c31873-6589-1e5b-31df-bcc641ff8933-8fa26aaa, #w-node-_94d5c9f1-ecc3-ee43-6ccb-04fce5b993e9-8fa26aaa, #w-node-_94d5c9f1-ecc3-ee43-6ccb-04fce5b993ed-8fa26aaa, #w-node-_85f863ed-874d-ec17-4b9c-59d778835a74-8fa26aaa, #w-node-c711cb22-1e0c-be5f-9977-bf07b5dc54c2-b5dc54ba, #w-node-c711cb22-1e0c-be5f-9977-bf07b5dc54c9-b5dc54ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c711cb22-1e0c-be5f-9977-bf07b5dc54dc-b5dc54ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d0a32510-9d3c-eb63-58a7-d77c311610bf-311610bc, #w-node-d0a32510-9d3c-eb63-58a7-d77c311610c7-311610bc, #w-node-d0a32510-9d3c-eb63-58a7-d77c311610cf-311610bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2d95574f-97c6-f6e9-c05c-e08638352639-38abf991, #w-node-_2d95574f-97c6-f6e9-c05c-e08638352641-38abf991 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d95574f-97c6-f6e9-c05c-e08638352655-38abf991 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_500b1730-70d0-b6b6-bb6d-3b5fd0fdb718-433eb2bd {
  grid-area: Area;
  place-self: start;
}

#w-node-_1c7e3315-df22-8403-8295-4e2bf031be7a-e7abf997, #w-node-e6eec374-e539-c6f0-975b-4f93e7c390ee-e7abf997, #w-node-_036795e5-554b-d0e7-e4d4-b9a085ce95df-e7abf997, #w-node-e6eec374-e539-c6f0-975b-4f93e7c390e5-e7abf997, #w-node-_036cf4fe-5eac-962f-2094-6923a933a8a3-e7abf997, #w-node-_5de22ffb-24cf-432e-1287-3244968e5e3d-e7abf997, #w-node-_500b1730-70d0-b6b6-bb6d-3b5fd0fdb718-e7abf997, #w-node-_500b1730-70d0-b6b6-bb6d-3b5fd0fdb723-e7abf997, #w-node-_500b1730-70d0-b6b6-bb6d-3b5fd0fdb72c-e7abf997 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_5c74df19-157b-5c8a-01ae-cb198fa26aae-8fa26aaa {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c711cb22-1e0c-be5f-9977-bf07b5dc54dc-b5dc54ba, #w-node-_2d95574f-97c6-f6e9-c05c-e08638352655-38abf991 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5c74df19-157b-5c8a-01ae-cb198fa26aae-8fa26aaa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Be Vietnampro';
  src: url('../fonts/BeVietnamPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Be Vietnampro';
  src: url('../fonts/BeVietnamPro-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Be Vietnampro';
  src: url('../fonts/BeVietnamPro-ExtraBold.ttf') format('truetype'), url('../fonts/BeVietnamPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Be Vietnampro';
  src: url('../fonts/BeVietnamPro-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Be Vietnampro';
  src: url('../fonts/BeVietnamPro-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Be Vietnampro';
  src: url('../fonts/BeVietnamPro-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Be Vietnampro';
  src: url('../fonts/BeVietnamPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Be Vietnampro';
  src: url('../fonts/BeVietnamPro-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Be Vietnampro';
  src: url('../fonts/BeVietnamPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Be Vietnampro';
  src: url('../fonts/BeVietnamPro-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Be Vietnampro';
  src: url('../fonts/BeVietnamPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Be Vietnampro';
  src: url('../fonts/BeVietnamPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Be Vietnampro';
  src: url('../fonts/BeVietnamPro-BoldItalic.ttf') format('truetype'), url('../fonts/BeVietnamPro-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Be Vietnampro';
  src: url('../fonts/BeVietnamPro-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Be Vietnampro';
  src: url('../fonts/BeVietnamPro-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Be Vietnampro';
  src: url('../fonts/BeVietnamPro-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}