@import 'bootstrap-reboot.min.css';
@import 'bootstrap-grid.min.css';
@font-face {
  font-family: 'Noto Sans';
  src: url('../fonts/Noto_Sans/noto-sans_5.2.9_latin-wght-normal.woff2') format('woff2-variations'), url('../fonts/Noto_Sans/NotoSans-VariableFont_wdth,wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: 'Noto Sans';
  src: url('../fonts/Noto_Sans/noto-sans_5.2.10_latin-wght-italic.woff2') format('woff2-variations'), url('../fonts/Noto_Sans/NotoSans-Italic-VariableFont_wdth,wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-style: italic;
}
body {
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  overflow-x: hidden;
  color: #1F1F1F;
}
.small-text {
  font-size: 14px;
}
.extra-small-text {
  font-size: 11px;
}
a {
  color: #1E8905;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.2;
}
.h2,
h2 {
  font-size: 36px;
}
h3 {
  font-size: 23px;
}
h4 {
  font-size: 20px;
}
.text-center {
  text-align: center;
}
.color-ada-green {
  color: #1E8905 !important;
}
.green-color {
  color: #43B02A !important;
}
.weight-bold {
  font-weight: bold !important;
}
.weight-semibold {
  font-weight: 600 !important;
}
.form-control {
  display: block;
  width: 100%;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #1F1F1F;
  background-color: rgba(178, 178, 178, 0.2);
  border: 1px solid rgba(178, 178, 178, 0.2);
  border-radius: 0.25rem;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
}
.wpcf7-checkbox .wpcf7-list-item-label:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  border: 1px solid #43B02A;
  margin-right: 8px;
}
.wpcf7-checkbox input {
  display: none;
}
.wpcf7-checkbox input:checked + .wpcf7-list-item-label:before {
  background-color: #43B02A;
}
.custom-select {
  position: relative;
}
.custom-select select {
  appearance: none;
  padding: 13px 16px 12px;
}
.custom-select::after {
  content: "";
  background: url(../images/icon_dropdown.svg) no-repeat center / cover;
  position: absolute;
  width: 16px;
  height: 6.5px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1220px;
  }
}
.container {
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 10px;
  padding-right: 10px;
}
.btn {
  display: inline-flex;
  align-items: center;
  border: 1px solid;
  border-radius: 35px;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  padding: 12px 24px;
  text-decoration: none;
  transition: 0.3s ease;
}
.btn:hover {
  text-decoration: none;
}
.btn svg {
  margin-left: 8px;
}
.btn.btn-success {
  background-color: #00726F;
  border-color: #00726F;
  color: #fff;
}
.btn.btn-success:hover {
  background-color: #fff;
  color: #00726F;
}
.btn.btn-dark {
  background-color: #1F1F1F;
  border-color: #1F1F1F;
  color: #fff;
}
.btn.btn-dark:hover {
  background-color: #fff;
  color: #1F1F1F;
}
.btn.btn-light {
  background-color: #fff;
  border-color: #fff;
  color: #1F1F1F;
}
.btn.btn-light:hover {
  background-color: #1F1F1F;
  border-color: #1F1F1F;
  color: #fff;
}
.btn.btn-link {
  border: none;
}
/*
::placeholder {
	color: #666;
}

::selection {
	background-color: @green;
	color: #fff;
}

input, textarea {
	outline: none;
	&:focus:required:invalid { border-color: red }
	&:required:valid { border-color: @green }
}

body {
	font-family: @sarabun;
	font-size: @fontsize;
	position: relative;
	line-height: 1.5;
	overflow-x: hidden;
	color: @textcolor;
}
*/
@media (min-width: 992px) {
  .text-md-center {
    text-align: center;
  }
}
.text-left {
  text-align: left;
}
@page {
  size: 375px 1000px;
}
body.fixed {
  overflow: hidden;
}
img {
  max-width: 100%;
}
sup {
  font-size: 62%;
}
.no-margin {
  margin-bottom: 0;
}
.main {
  display: flex;
  flex-wrap: wrap;
}
header {
  padding-bottom: 16px;
  position: sticky;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
}
.top-line {
  padding: 16px 0;
  border-bottom: 1px solid #B2B2B2;
  margin-bottom: 16px;
}
.top-line .container {
  gap: 32px;
}
.top-line a {
  color: #1F1F1F;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
}
.top-line a svg {
  margin-left: 8px;
}
.jumptron {
  position: relative;
  min-height: 557px;
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}
.jumptron h1 {
  color: #333;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 14px;
}
@media (min-width: 1200px) {
  .jumptron img {
    max-width: unset;
    margin-right: -62px;
  }
}
.section-2 {
  background-color: #F7F7F7;
  padding: 70px 0 80px;
}
.section-2 .feat-icons {
  margin-top: 43px;
  margin-bottom: 43px;
}
.section-2 h2 {
  margin-bottom: 29px;
}
.cta-block {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 23px 40px 33px;
}
.cta-block h3 {
  margin-bottom: 23px;
  line-height: 1.3;
}
.feat-icons {
  display: flex;
  justify-content: space-between;
  max-width: 1060px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.feat-icons .feat {
  padding: 52px 32px 46px;
  flex: 1;
  text-align: center;
}
.feat-icons .feat img,
.feat-icons .feat svg {
  margin-bottom: 26px;
}
.feat-icons .feat h3 {
  font-weight: bold;
}
.feat-icons.separate-cols .feat:first-child {
  border-right: 1px solid #B2B2B2;
}
.help-list {
  display: flex;
  justify-content: space-between;
  gap: 54px;
}
.help-list .help-list-item {
  flex: 1;
  text-align: center;
}
.help-list .help-list-item img {
  margin-bottom: 25px;
}
.help-list .help-list-item h3 {
  font-weight: bold;
  margin-bottom: 20px;
}
.promote-list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.promote-list .promote-list-item {
  flex: 1;
  background-color: #fff;
  box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  border-radius: 12px;
  padding: 32px;
}
.promote-list .promote-list-item img {
  margin-bottom: 27px;
}
.promote-list .promote-list-item h3 {
  font-weight: bold;
  margin-bottom: 0;
}
.section-3 {
  background: url(../images/Dispense_with_confidence.png) no-repeat top center / cover;
  min-height: 728px;
  padding: 80px 0;
}
.info-block-header {
  background-color: #fff;
  border-radius: 12px 12px 0 0;
  padding: 40px 48px 34px;
}
.info-block-header a {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}
.info-block-header p {
  margin-bottom: 12px;
}
.info-block-footer {
  background-color: #1E8905;
  border-radius: 0 0 12px 12px;
  color: #fff;
  padding: 31px 48px 40px;
}
.info-block-footer h4 {
  line-height: 1.4;
  margin-bottom: 16px;
}
.map-section {
  padding: 80px 0;
}
.map-section h2 {
  margin-bottom: 18px;
}
.map-container {
  text-align: center;
  margin-top: 80px;
}
#map_us_desc {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}
#Vector_4,
#Vector,
#Vector_3 {
  fill: #DCDDDE;
  transition: all 0.5s ease;
}
#Vector_4.active {
  fill: #43B02A;
}
#Vector_3.active {
  fill: #ADD599;
}
#Vector.active {
  fill: #266633;
}
#map_title_text,
#map_us_desc {
  opacity: 0;
  transition: opacity 0.5s ease;
}
#map_title_text.active,
#map_us_desc.active {
  opacity: 1;
}
#map_us_desc {
  transition: opacity 0.5s ease 0.7s;
}
.arrow-path {
  stroke-dasharray: 500;
  stroke-dashoffset: -500;
  transition: stroke-dashoffset 1s ease 0.8s;
}
.arrow-path.active {
  stroke-dashoffset: 0;
}
.dashed-arrow {
  mask: linear-gradient(-90deg, transparent 0%, black 100%);
  mask-position: 0 0;
  mask-repeat: no-repeat;
  mask-size: 0 100%;
  transition: mask-size 3s ease 0.8s;
}
.dashed-arrow.active {
  mask-size: 200% 100%;
}
.section-4 {
  background-color: #F7F7F7;
  padding: 80px 0 100px;
}
.section-4 h2 {
  margin-bottom: 20px;
}
.section-4 .help-list {
  margin-top: 55px;
  margin-bottom: 40px;
}
.section-5 {
  padding: 100px 0 48px;
}
.section-5 img {
  max-width: unset;
}
.section-6 {
  background-color: #F7F7F7;
  padding: 70px 0 50px;
}
.section-6 h2 {
  margin-bottom: 50px;
}
.section-6 .promote-list {
  margin-bottom: 56px;
}
.contact-section {
  padding: 80px 0;
}
.contact-form {
  border: 1px solid #B2B2B2;
  padding: 32px;
  border-radius: 8px;
  max-width: 406px;
}
.contact-form label,
.contact-form p {
  margin-bottom: 0;
}
.contact-form .form-control {
  margin-bottom: 16px;
}
.contact-form .wpcf7-list-item {
  margin: 0 !important;
}
.contact-form .wpcf7-checkbox {
  font-size: 13px;
}
.contact-form .wpcf7-not-valid-tip {
  display: none !important;
}
.contact-form input.wpcf7-not-valid {
  border-color: red;
}
.form-group {
  position: relative;
}
.form-group .label {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}
.form-group .label span {
  color: #e63946;
}
.form-group:has(input:focus) .label,
.form-group:has(input:not(:placeholder-shown)) .label {
  opacity: 0;
}
.info-bottom-sec h3 {
  font-size: 20px;
  color: #1E8905;
  font-weight: bold;
  padding: 0;
  line-height: 1.4;
}
.info-bottom-sec p {
  margin-bottom: 5px;
  line-height: 1.4;
}
.info-bottom-sec a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.info-bottom-sec .pt-3 {
  padding-top: 0 !important;
}
.references {
  font-size: 13px;
  margin-bottom: 134px;
  margin-top: 70px;
}
.references p {
  margin-bottom: 10px;
}
.references ol {
  margin: 0 0 0 14px;
  padding: 0;
}
.references ol li::marker {
  font-weight: bold;
}
footer {
  background-color: #1F1F1F;
  color: #fff;
  padding: 20px 0 24px;
}
.footer-copy {
  font-size: 11px;
  line-height: 1.2;
  margin-top: 27px;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav a:not(.btn) {
  transition: font-weight 0.2s ease;
  text-decoration: none;
  line-height: 1.2;
  position: relative;
  text-align: center;
}
.nav a:not(.btn)::before {
  content: attr(data-text);
  font-weight: 900;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  display: block;
}
.nav a:not(.btn)::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  bottom: -10px;
  left: 0;
  background-color: #43B02A;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.nav a:not(.btn):hover::after {
  transform: scaleX(1);
}
.nav.header-nav {
  gap: 22px;
}
.nav.header-nav a:not(.btn) {
  color: #1F1F1F;
  font-size: 14px;
  font-weight: 500;
}
.nav.header-nav a:not(.btn):hover {
  font-weight: 600;
}
.nav.footer-nav {
  gap: 27px;
}
.nav.footer-nav a {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #58595B;
  opacity: 0.5;
  z-index: 66666;
  display: none;
}
.modal {
  background: #fff;
  box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  max-width: 898px;
  width: 100%;
  padding: 154px 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 77777;
  text-align: center;
  display: none;
}
.modal .btns {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.modal h2 {
  margin-bottom: 20px;
}
.modal .btn.btn-primary {
  width: 280px;
}
.hamburger {
  display: none;
}
.isi-collapse {
  background: url(../images/isi-collapse.svg) no-repeat center / cover;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 14px;
  cursor: pointer;
}
.isi-collapse.active {
  background: url(../images/isi-collapse-active.svg) no-repeat center / cover;
}
.fixed-sec-bottom {
  display: block;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 555;
  max-width: 100%;
  left: 0;
  padding: 20px 20px 10px 20px;
  background-color: #F5F5F5;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}
.fixed-sec-bottom .container {
  position: relative;
}
.fixed-sec-bottom.large .isi {
  overflow: auto;
  max-height: calc(100vh - (122px + 140px)) !important;
}
.fixed-sec-bottom.slim:not(.large) {
  background-color: #1F1F1F;
  height: 60px;
}
.fixed-sec-bottom.slim:not(.large) h3 {
  color: #fff;
}
.fixed-sec-bottom.slim:not(.large) .isi-collapse {
  top: 0;
}
.fixed-sec-bottom .isi {
  padding-right: 52px;
  max-height: 343px !important;
  overflow: hidden;
}
.fixed-sec-bottom .isi::-webkit-scrollbar {
  width: 10px;
}
.fixed-sec-bottom .isi::-webkit-scrollbar-track {
  background: #D9D9D9;
  border-radius: 8px;
  margin: 110px 0;
}
.fixed-sec-bottom .isi::-webkit-scrollbar-thumb {
  background: #63666A;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .fixed-sec-bottom .isi.large {
    max-height: 74vh !important;
  }
}
.fixed-sec-bottom .isi p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 7px;
  color: #000;
}
.fixed-sec-bottom .isi h3,
.fixed-sec-bottom .isi h4 {
  color: #1E8905;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 5px;
  margin-top: 0;
}
.fixed-sec-bottom .isi a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.fixed-sec-bottom .isi .sidebar-title.blue.info-bottom {
  padding-top: 0;
}
.fixed-sec-bottom .isi .no-margin {
  margin-bottom: 5px;
}
@media (max-width: 1250px) {
  .section-5 img {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .nav {
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .top-line {
    display: none;
  }
  .header-nav {
    display: none;
  }
  header {
    padding: 0;
  }
  header .btn {
    font-size: 12px;
    padding: 9px 15px;
  }
  header.menu-active {
    height: 100vh;
    display: flex;
    flex-direction: column;
  }
  .header-logo svg {
    width: 123px;
    height: auto;
  }
  .header-inner {
    display: flex;
    gap: 33px;
    align-items: center;
    padding: 13px 0;
  }
  .header-logo {
    flex: 1;
  }
  .menu-trigger {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/Icon_hamburger_menu.svg) center / cover;
  }
  .menu-trigger.active {
    background-image: url(../images/Icon_hamburger_menu-close.svg);
  }
  .mobile-nav {
    background: #F7F7F7;
    max-height: 0;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .mobile-nav.active {
    max-height: calc(100vh - 1px);
    flex: 1;
  }
  .mobile-nav ul {
    list-style-type: none;
    margin: 0 0 50px 0;
    padding: 0;
  }
  .mobile-nav ul li {
    margin: 0;
    padding: 0;
  }
  .mobile-nav ul a {
    display: block;
    color: #333333;
    border-bottom: 1px solid #B2B2B2;
    font-size: 19px;
    line-height: 1.2;
    padding: 23px 0;
    text-decoration: none;
    text-align: center;
  }
  .mobile-nav .links {
    gap: 32px;
    display: flex;
  }
  .mobile-nav .links a {
    font-size: 13px;
    line-height: 1.2;
    color: #333333;
    text-decoration: none;
  }
  .mobile-nav .links a svg {
    margin-left: 8px;
  }
  .map-section {
    padding: 50px 0;
  }
  .map-section svg {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  h2 {
    font-size: 23px;
  }
  .jumptron {
    background: none;
    min-height: unset;
    padding: 10px 0 30px;
  }
  .jumptron h1 {
    font-size: 23px;
  }
  .jumptron img {
    margin-bottom: 50px;
  }
  .section-2 {
    padding: 35px 0 80px;
  }
  .section-2 h2 {
    margin-bottom: 8px;
  }
  .section-2 .feat-icons {
    margin-top: 0;
  }
  .section-2 .feat-icons .feat {
    padding-bottom: 38px;
    margin: 0 55px;
  }
  .section-2 .feat-icons .feat:last-child {
    padding-bottom: 0;
  }
  .section-2 .feat-icons .feat img {
    margin-bottom: 14px;
  }
  .feat-icons,
  .help-list,
  .promote-list {
    flex-direction: column;
  }
  .feat-icons.separate-cols .feat:first-child {
    border-right: none;
    border-bottom: 1px solid #B2B2B2;
  }
  .cta-block {
    padding: 23px 35px 33px;
  }
  .section-3 {
    padding: 30px 0;
  }
  .info-block {
    box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.25);
    border-radius: 12px;
  }
  .info-block-header {
    padding: 20px;
  }
  .info-block-header img {
    margin-bottom: 20px;
  }
  .info-block-header h2 {
    margin-bottom: 15px;
  }
  .info-block-header p {
    font-size: 12px;
    line-height: 1.2;
  }
  .info-block-header .extra-small-text {
    line-height: 1.2;
  }
  .info-block-footer {
    padding: 40px 20px;
  }
  .info-block-footer h4 {
    line-height: 1.2;
    font-size: 19px;
  }
  .section-4 {
    padding: 70px 0 100px;
  }
  .section-4 h2 {
    font-size: 36px;
  }
  .section-4 .help-list {
    margin-top: 32px;
    margin-bottom: 20px;
    gap: 19px;
  }
  .section-4 .help-list .help-list-item h3 {
    margin-bottom: 9px;
  }
  .section-4 .help-list .help-list-item img {
    margin-bottom: 14px;
  }
  .section-4 .cta-block {
    padding: 14px 20px 20px;
  }
  .section-4 .cta-block h3 {
    font-size: 19px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section-5 {
    padding-top: 70px;
    padding-bottom: 36px;
  }
  .section-5 img {
    height: auto;
    margin-bottom: 80px;
  }
  .promote-list .promote-list-item h3 {
    font-size: 19px;
  }
  .promote-list .promote-list-item img {
    margin-bottom: 15px;
  }
  .section-6 .promote-list {
    margin-bottom: 35px;
  }
  .section-6 p {
    font-size: 19px;
    line-height: 1.2;
  }
  .contact-section {
    padding-top: 100px;
  }
  .contact-section h2 {
    font-size: 36px;
  }
  .contact-section p {
    font-size: 19px;
    line-height: 1.2;
  }
  .contact-section .contact-form {
    margin-top: 20px;
    padding: 32px 20px;
  }
  .contact-section .contact-form .btn {
    margin-top: 40px;
  }
  .references {
    margin-top: 20px;
    line-height: 1.2;
    margin-bottom: 50px;
  }
  .references ol li {
    margin-bottom: 3px;
  }
  footer {
    padding-top: 30px;
  }
  .footer-copy {
    margin-top: 30px;
  }
  .fixed-sec-bottom {
    padding-left: 0;
    padding-right: 0;
  }
  .fixed-sec-bottom .isi {
    max-height: 215px !important;
    padding-right: 0;
  }
  .fixed-sec-bottom.slim:not(.large) {
    padding: 10px 0;
    height: 44px;
  }
  .fixed-sec-bottom.slim:not(.large) h3 {
    font-size: 16px;
  }
  .fixed-sec-bottom.slim:not(.large) .isi-collapse {
    right: 24px;
    top: 5px;
  }
  .isi-collapse {
    width: 18px;
    height: 18px;
    background-image: url(../images/isi-collapse-mob.svg);
    right: 20px;
    top: 0px;
  }
  .modal {
    width: 89%;
    padding: 40px;
  }
  .modal h2 {
    margin-bottom: 40px;
  }
  .modal .btns {
    flex-wrap: wrap;
  }
}
/*cookies*/
.e-cookies-banner * {
  box-sizing: border-box;
}
.e-cookies-banner .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.e-cookies-banner .btn-lg {
  padding-left: 22px;
  padding-right: 22px;
}
.e-cookies-banner .row:before {
  display: table;
  content: " ";
}
.e-cookies-banner .row:after {
  clear: both;
  display: table;
  content: " ";
}
.e-cookies-banner .align-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.e-cookies-banner .align-center.end {
  justify-content: flex-end;
}
.e-cookies-banner .align-center p {
  margin-bottom: 0;
}
.e-cookies-banner-wrp .e-btn {
  background-color: #ffffff;
  color: #00c1d5 !important;
  border-color: #00c1d5;
  border-width: 2px;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  padding: 7px 24px;
  border-style: solid;
}
.e-cookies-banner-wrp .e-m-lr15 {
  margin-left: 15px;
  margin-right: 15px;
}
.e-cookies-banner-wrp .e-btn.e-btn-150 {
  width: 150px;
  font-size: 20px;
}
.e-cookies-banner-wrp .e-btn.e-btn-250 {
  width: 250px;
  font-size: 20px;
}
.e-cookies-banner-wrp .e-btn.e-btn-inverse,
.e-btn.cancelBtn {
  color: #ffffff !important;
  background-color: #00c1d5;
}
.e-cookies-banner-wrp .e-btn.e-btn-transparent:hover {
  border-color: #ffffff !important;
}
.e-cookies-banner-wrp .e-btn:hover,
.e-btn:focus {
  color: #ffffff !important;
  background-color: #00c1d5 !important;
  border-color: #00c1d5 !important;
  text-decoration: none;
}
.e-cookies-banner-wrp .e-btn.e-btn-inverse:hover,
.e-btn.cancelBtn:hover {
  background-color: #ffffff !important;
  color: #00c1d5 !important;
}
.e-cookies-banner-wrp .e-btn.e-btn-white-hover:hover {
  border-color: #ffffff !important;
}
.e-cookies-banner-wrp .e-btn.e-btn-transparent {
  background-color: transparent !important;
}
.e-cookies-banner {
  color: #ffffff;
}
.e-cookies-banner h2 {
  font-weight: 500;
  line-height: 1.1;
  color: #ffffff;
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 10px;
}
.e-cookies-banner-wrp p {
  font-size: 16px;
  margin: 0 0 10px;
  margin-bottom: 0;
  line-height: 24px;
  color: #505050;
}
.e-cookies-banner .hover-white {
  color: #0097a9;
}
.e-cookies-banner .hover-white:hover,
.hover-white:active,
.hover-white:focus {
  color: #ffffff;
  text-decoration: underline;
}
.e-cookies-banner {
  background: #F7F7F7;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
  width: 100%;
  transition: 0.5s;
  max-height: 85vh;
}
.e-cookies-banner.e-cookies-colapsed {
  max-height: 0;
  padding: 0;
  overflow: hidden;
}
.e-cookies-banner .e-privacy-settings {
  position: absolute;
  font-size: 16px;
  padding: 5px 10px;
  top: -30px;
  transform: translateX(-50%);
  left: 50%;
  background: #919191;
  color: #ffffff;
  text-decoration: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  line-height: normal;
}
.e-cookies-banner .e-cookies-container {
  padding: 25px 15px;
}
.e-cookies-banner .e-cookies-container h2 {
  font-size: 17px;
  margin-top: 0;
}
.e-cookies-banner .e-consent-banner {
  border: 2px solid #ffffff;
  margin-bottom: 20px;
}
.e-cookies-banner .e-consent-banner th,
.e-cookies-banner .e-consent-banner td {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid;
  padding: 10px;
}
.e-cookies-banner .e-consent-banner thead th:last-of-type {
  border-right: none;
}
.e-cookies-banner .e-consent-banner tbody td:last-of-type {
  border-right: none;
}
.e-cookies-banner .e-consent-banner tbody tr:last-of-type td,
.e-cookies-banner .e-consent-banner tbody tr:last-of-type th {
  border-bottom: none;
}
.e-cookies-banner .e-consent-banner label {
  white-space: nowrap;
}
.e-cookies-banner .e-privacy-info {
  max-height: 80vh;
  overflow-y: scroll;
  padding-right: 20px;
}
.e-cookies-banner .e-privacy-info.e-privacy-info::-webkit-scrollbar {
  width: 3px;
}
.e-cookies-banner .e-privacy-info.e-privacy-info::-webkit-scrollbar-thumb {
  background: #ffffff;
}
.e-cookies-banner .e-cookies-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.e-cookies-banner [type="radio"] + .e-label-box:before {
  border-width: 2px;
}
.e-noscroll {
  overflow: hidden;
  height: 100vh;
}
.e-white-color {
  color: #ffffff !important;
}
.e-underline-link {
  text-decoration: underline;
}
.e-underline-link:hover {
  text-decoration: none;
}
.e-cookies-banner table {
  margin: 0;
  border-spacing: 0;
}
.e-cookies-banner [type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
[type="radio"] + .e-label-box {
  font-weight: normal;
  position: relative;
  font-size: 16px;
}
.e-cookies-banner [type="radio"] + .e-label-box:before {
  border-width: 2px;
}
[type="radio"]:checked + .e-label-box:before {
  background: #00726F;
}
[type="radio"] + .e-label-box:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: -0.25em;
  border-radius: 10px;
  border: 1px solid #00726F;
  margin-right: 0.5em;
  transition: 0.5s ease all;
}
[type="radio"]:checked + .e-label-box:after {
  background: #ffffff;
  content: "";
  height: 5px;
  width: 5px;
  position: absolute;
  left: 7px;
  top: 8px;
  border-radius: 50px;
}
.e-cookies-banner a {
  outline: none;
}
.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.vertical-align-center {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
  transform: none !important;
}
.e-cookies-banner-wrp .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6000;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.e-cookies-banner-wrp .modal p {
  color: #000000;
}
.e-cookies-banner-wrp .modal.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.e-cookies-banner-wrp .modal.fade.in {
  opacity: 1;
  display: block;
}
.e-cookies-banner-wrp .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.e-cookies-banner-wrp .modal.fade.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content_new {
  max-width: 490px;
  height: inherit;
  margin: 0 auto;
  pointer-events: all;
  position: relative;
  background-color: #fff;
}
.e-cookies-banner-wrp .modal-header {
  min-height: 16.43px;
  padding: 15px;
  border: 0;
}
.e-cookies-banner-wrp .modal-body {
  color: #333;
  text-align: center;
  position: relative;
  padding: 0 15px 30px 15px;
}
.e-btn-close {
  width: 30px;
  height: 30px;
  border: 2px solid #00c1d5;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 10;
}
.e-btn-close:hover {
  background-color: #00c1d5;
  border-color: #ffffff;
}
.e-btn-close span {
  height: 2px;
  width: 65%;
  display: block;
  background-color: #00c1d5;
  position: absolute;
  left: 50%;
  top: 50%;
}
.e-btn-close:hover span {
  background-color: #ffffff;
}
.e-btn-close span:first-of-type {
  transform: translate(-50%, -50%) rotate(135deg);
}
.e-btn-close span:last-of-type {
  transform: translate(-50%, -50%) rotate(45deg);
}
.spinnerOverlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.top_mar10 {
  margin-top: 10px;
}
.e-cookies-banner-wrp .container {
  max-width: 930px;
}
.e-cookies-banner .e-cookies-btn-wrp {
  padding-right: 15px;
  gap: 20px;
  display: flex;
}
@media (max-width: 767px) {
  .e-cookies-banner {
    text-align: center;
  }
  .e-cookies-banner .e-cookies-btn-wrp {
    display: block;
    margin: 9px 0 0;
    padding-right: 0;
    text-align: left;
  }
  .e-cookies-banner .e-consent-banner thead th:nth-last-child(2) {
    border-right: none;
  }
  .e-cookies-banner .e-consent-banner tbody td:nth-last-child(2) {
    border-right: none;
  }
  .e-cookies-banner .e-consent-banner thead th:last-of-type {
    display: none;
  }
  .e-cookies-banner .e-consent-banner tbody td:last-of-type {
    display: none;
  }
  .e-cookies-banner .btn {
    font-size: 14px;
    padding: 12px 24px;
    margin-top: 5px;
  }
  .e-cookies-banner .btn:first-child {
    margin-right: 20px;
  }
  .e-cookies-banner-wrp p {
    font-size: 14px;
  }
  .e-cookies-banner .e-cookies-container {
    padding: 20px 10px;
  }
  .e-cookies-banner .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .e-cookies-banner-wrp p {
    font-size: 13px;
    line-height: 1.2;
  }
  #cancelBanner {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    margin: 0;
  }
  .e-cookies-colapsed #cancelBanner {
    display: none;
  }
}
@media (max-width: 991px) {
  .e-cookies-banner-wrp .e-btn {
    margin-top: 10px;
  }
}
@media (min-width: 1280px) {
  .e-cookies-banner-wrp .container {
    margin: 0;
    max-width: 100%;
  }
  .e-cookies-container {
    max-width: 100%;
  }
}
/*cookies*/
.external-resources {
  padding: 20px 0;
  border-bottom: 1px solid #BABBBD;
}
.external-resources .resource-text-logo {
  font-family: "Roboto";
  font-size: 36px;
  color: #42B02B;
  display: block;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .external-resources .resource-text-logo {
    margin-bottom: 15px;
  }
}
.external-resources.last-r {
  border-bottom: 0px;
}
.external-resources .res-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0 !important;
}
@media (max-width: 767px) {
  .external-resources .res-item img {
    max-height: 35px;
    margin-bottom: 15px;
  }
}
.external-resources .res-item-2 {
  padding-left: 30px;
  padding-right: 0;
}
.external-resources .res-item-2 a {
  color: #42B02B;
  font-weight: 600;
}
.external-resources .res-item-2 p {
  margin-bottom: 0.25rem;
}
.external-resources .res-item-2 .a-more-sign {
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
  display: inline-flex;
  line-height: 14px;
  color: #fff;
  padding-bottom: 3px;
  padding-left: 2px;
  width: 23px;
  height: 23px;
  background: #42B02B;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  align-content: space-between;
  flex-direction: column;
}
.external-resources.vaxchora-res .res-item-2 {
  display: flex;
  align-items: center;
}
.external-resources.vaxchora-res .res-item-2 a {
  color: #009cdc;
}
.external-resources.vaxchora-res .res-item-2 .a-more-sign {
  background: #009cdc;
}
.full-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/dosing-bottom-drops.png) bottom right no-repeat, url(../images/dosing-bottom-bg.png) bottom left no-repeat;
  background-size: 100% auto;
  background-color: #fff;
  z-index: 5556;
}
.full-modal h2 {
  color: #000000;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 40px;
}
.full-modal img {
  max-width: 245px;
  margin-bottom: 40px;
}
.full-modal .return-btn {
  text-transform: uppercase;
  font-size: 18px;
  background-color: #42B02B;
  color: #fff;
  width: 100%;
  max-width: 230px;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 40px;
}
.full-modal .return-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.full-modal .close_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background-color: #e4e4e4;
  border-radius: 44px;
  position: absolute;
  top: 20px;
  right: 27px;
  color: #7c7d80;
  font-size: 22px;
  cursor: pointer;
}
.full-modal .close_btn:hover {
  opacity: 0.8;
}
video {
  max-width: 100%;
  height: auto;
}
.page-template-support iframe {
  width: 100%;
  height: 500px;
}
@media (max-width: 900px) {
  .page-template-support iframe {
    width: 100%;
    height: 55.55vw;
  }
}
@media (max-width: 991px) {
  .external-resources .res-item-2 {
    padding-right: 30px;
    margin-bottom: 15px;
  }
}
.cookie_close_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 30px;
  position: absolute;
  top: -38px;
  right: 5px;
  color: #7c7d80;
  font-size: 18px;
  cursor: pointer;
}
.cookie_close_btn:hover {
  opacity: 0.8;
}
.e-cookies-banner {
  max-height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  background: #F7F7F7;
}
.e-cookies-banner .e-privacy-info {
  max-height: 96vh;
}
