@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap");
.footer .container .footer-content, p, body {
  font-family: "Funnel Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

strong, ol.num-list li, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.thanks-content.ht-2, .email-opt-out-form, .flex, .clearfix, .row, .input-box .input-text, .input-box {
  display: flex;
  flex-wrap: wrap;
}

.hero-btn, .btn-redline, .btn-purple, .btn-yellow, .btn-nav, .btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hero-btn, .btn-redline, .btn-purple, .btn-yellow, .btn-nav, .btn {
  position: relative;
  z-index: 2;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  width: auto;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  background-color: #D91C5C;
  border: 1px solid #D91C5C;
  color: #fff;
  overflow: hidden;
}
.hero-btn a, .btn-redline a, .btn-purple a, .btn-yellow a, .btn-nav a, .btn a {
  color: #fff;
  text-decoration: none;
}
.hero-btn:hover, .btn-redline:hover, .btn-purple:hover, .btn-yellow:hover, .btn-nav:hover, .btn:hover {
  background-color: #fff;
  color: #004B8B;
  border: 1px solid #004B8B;
}
.hero-btn:hover a, .btn-redline:hover a, .btn-purple:hover a, .btn-yellow:hover a, .btn-nav:hover a, .btn:hover a {
  color: #004B8B;
  text-decoration: none;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #14304c;
}
@media (max-width: 640px) {
  body {
    font-size: 16px;
  }
}

/** reset **/
a:hover, a:active, a, a:focus, textarea:focus, a[href^=tel] {
  outline: none;
  text-decoration: none;
}

a, a[href^=tel] {
  color: inherit;
}

input, select, textarea, button {
  outline: none;
  border: none;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
}

input:not([type=checkbox]):not([type=radio]), select, textarea {
  padding: 10px 15px 9px;
  margin-bottom: 20px;
  border: 2px solid #000;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: none;
  width: 100%;
  font-size: 19px;
  line-height: 1.3;
  color: #000;
}
@media (min-width: 768px) {
  input:not([type=checkbox]):not([type=radio]), select, textarea {
    font-size: 24px;
    padding: 12px 20px 11px;
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  input:not([type=checkbox]):not([type=radio]), select {
    height: 66px;
  }
}
@media (max-width: 767px) {
  input:not([type=checkbox]):not([type=radio]), select {
    height: 50px;
  }
}

form button {
  position: relative;
  z-index: 2;
  display: block;
  width: auto;
  cursor: pointer;
}

textarea {
  resize: none;
  overflow: auto; /** remove scroller in IE **/
  min-height: 200px;
}

select::-ms-expand {
  display: none; /** IE fix **/
}

select {
  background-image: url(../images/select-arrow-small.png);
  background-repeat: no-repeat;
  background-position: right 15px top 20px;
}
@media (min-width: 768px) {
  select {
    background-image: url(../images/select-arrow.png);
    background-position: right 25px top 27px;
  }
}

input:not([type=checkbox]):not([type=radio]):focus, textarea:focus {
  outline: none;
}

::placeholder {
  color: #E7E6F2;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #E7E6F2;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #E7E6F2;
}

/** hide placeholder text on focus **/
input:focus::placeholder, textarea:focus::placeholder {
  color: transparent;
}

label {
  display: block;
  color: #000;
  margin-bottom: 7px;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  border: none;
  border-bottom: 1px solid #e6edf3;
  margin: 50px 0;
}

:where(ul[class]) {
  list-style-type: none;
}

:where(ul:not(:last-child)) {
  margin-bottom: 40px;
}

p {
  font-weight: 300;
  color: #14304c;
}
p.small {
  font-size: 14px;
  line-height: 32px;
}
@media (max-width: 640px) {
  p.small {
    line-height: normal;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

h1 {
  font-size: 36px;
  margin-bottom: 15px;
  color: #004B8B;
  line-height: 40px;
}
h1.hero {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
}
@media (max-width: 640px) {
  h1.hero {
    font-size: 32px;
    line-height: 40px;
  }
}
h1.white {
  color: #fff;
}
@media (max-width: 640px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  color: #004B8B;
}
h2.sec-heading {
  font-weight: 700;
  font-size: 32px;
}
h2.purple {
  color: #6D6EAD;
}
h2.space {
  margin-bottom: 32px;
}
@media (max-width: 640px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 32px;
  font-weight: 700;
  color: #004B8B;
  line-height: 40px;
}
h3.space {
  margin-bottom: 32px;
}
h3.dark {
  font-size: 24px;
  font-weight: 700;
  color: #14304c;
}
h3.darker {
  color: #14304c;
}
@media (max-width: 640px) {
  h3.darker {
    font-size: 24px;
  }
}
h3.trials {
  font-size: 32px;
  color: #14304c;
  margin-bottom: 80px;
}
@media (max-width: 640px) {
  h3.trials {
    font-size: 24px;
    line-height: 32px;
  }
}
h3.sub {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
@media (max-width: 640px) {
  h3.sub {
    font-size: 20px;
    line-height: 24px;
  }
}
h3.purple {
  color: #6D6EAD;
}
@media (max-width: 640px) {
  h3 {
    font-size: 22px;
    line-height: 24px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 300;
  color: #004B8B;
  line-height: 26px;
  margin-bottom: 20px;
}
h4.space {
  margin-bottom: 32px;
}
h4.purple {
  color: #6D6EAD;
}
h4.med {
  font-weight: 400;
}
@media (max-width: 640px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 24px;
  font-weight: 400;
}
h5.purple {
  color: #6D6EAD;
}

h6 {
  font-size: 12px;
}

p:not(:last-child) {
  margin-bottom: 25px;
}

a {
  color: #007eb0;
  word-break: break-word;
  text-decoration: underline;
}

.purple {
  color: #6D6EAD;
}

.white {
  color: #fff;
}

@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) { /** IE 9 and above fix **/
  p a {
    word-break: break-all;
    display: inline-block;
  }
}
ul ul {
  list-style-type: circle;
  margin-left: 20px;
  margin-top: 15px;
}

.inner-space .container ul, .inner-space-line .container ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-top: 15px;
}
.inner-space .container ul li, .inner-space-line .container ul li {
  margin: 5px 0 20px 0;
  line-height: 1.5;
}

ol.num-list {
  margin-left: 70px;
  padding-top: 1px;
  position: relative;
  list-style: none;
  counter-reset: sw-counter;
}
ol.num-list li {
  position: relative;
  counter-increment: sw-counter;
  font-size: 18px;
  line-height: 1.3;
  color: #14304c;
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  ol.num-list li {
    margin-bottom: 30px;
  }
}
ol.num-list li:before {
  position: absolute;
  content: counter(sw-counter);
  background: #D91C5C;
  width: 50px;
  height: 50px;
  font-size: 24px;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  text-align: center;
  left: -70px;
  padding-top: 8px;
  margin-top: -10px;
}
@media (max-width: 640px) {
  ol.num-list li:before {
    top: 10px;
  }
}
ol.num-list li p {
  margin-top: -60px;
  margin-bottom: 30px;
}

sup {
  font-size: 65%;
  line-height: 1;
}

.center {
  text-align: center;
}

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

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

.bigger-space {
  margin-top: 64px;
}

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

.smaller-bot {
  margin-bottom: 32px;
}

.lil-space {
  margin-bottom: 16px;
}

.no-bot {
  margin-bottom: 0;
}

.med-pad {
  padding: 24px 0;
}

@media (max-width: 640px) {
  .left-text-mob {
    text-align: left;
  }
}

.align-mid {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.align-mid div {
  padding: 0 10px;
}
.align-mid div img {
  align-self: center;
}

@media (max-width: 640px) {
  .mob-left {
    text-align: left !important;
  }
}

.extend-div {
  overflow: auto;
  margin: 0 -100px;
}
@media (max-width: 820px) {
  .extend-div {
    margin: 0 -40px;
  }
}
@media (max-width: 640px) {
  .extend-div {
    margin: 0;
  }
}

.hide-mob {
  display: none !important;
}
@media (max-width: 640px) {
  .hide-mob {
    display: block !important;
  }
}

.show-mob {
  display: block;
}
@media (max-width: 640px) {
  .show-mob {
    display: none;
  }
}

/* specific color styles */
.light-back {
  background-color: #F8F8F8;
}

.black {
  color: #000;
}

.red {
  color: red;
}

.secondary {
  color: #D91C5C;
}

.secondary-back {
  background-color: #D91C5C;
}

.primary {
  color: #004B8B;
}

.primary-back {
  background-color: #004B8B;
}

.white {
  color: #fff;
}

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

.hover-color {
  background-color: #004B8B;
}

.border-top-short {
  width: 330px;
  background: #D91C5C;
  height: 9px;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .border-top-short {
    width: 247px;
  }
}

.btn-nav {
  padding: 8px 24px;
  background-color: #fff;
  color: #D91C5C;
}
.btn-nav a {
  background-color: #fff;
  color: #D91C5C;
}
.btn-nav a:hover {
  color: #004B8B;
}
.btn-clear {
  padding: 16px 40px;
  border-radius: 8px;
  border: 2px solid #fff;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.btn-yellow {
  background-color: #fcd43d;
  color: #004B8B;
  border: 1px solid #fcd43d;
}
.btn-yellow:hover {
  background-color: #004B8B;
  color: #fff;
}

.btn-purple {
  background-color: #6D6EAD;
  color: #fff;
  border: 1px solid #6D6EAD;
}
.btn-purple:hover {
  background-color: #004B8B;
  color: #fff;
}

.btn-redline {
  background-color: #fff;
  color: #D91C5C;
  border: 1px solid #D91C5C;
  cursor: pointer;
}
.btn-redline:hover {
  background-color: #D91C5C;
  color: #fff;
}

.hero-btn img {
  padding-left: 5px;
}

.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #004B8B;
}
.btn-white.btn {
  background-color: #fff;
}
.btn-white.btn:hover {
  background-color: #004B8B;
  border: 1px solid #004B8B;
  color: #fff;
}

/** INPUT RADIO & CHECKBOX STYLE **/
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-left: 0;
  margin-bottom: 15px;
  cursor: pointer;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  left: 1px;
  top: 2px;
  margin: 0;
  padding: 0;
  border: none;
}
.control + ul {
  margin-left: 30px;
}
.control + ul li {
  list-style: inside disc;
}
.control + ul li::marker {
  font-size: 14px;
}

.control-indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background: #fff;
  border: 1px solid #aeaeb2;
}
@media (min-width: 641px) {
  .control-indicator {
    top: 2px;
  }
}
.control-indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control-indicator:after {
  display: block;
}

.control-checkbox .control-indicator {
  border-radius: 4px;
}
.control-checkbox .control-indicator:after {
  left: 8px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

input[type=checkbox]:checked + .control-indicator {
  background-color: #007eb0;
  border: 1px solid #007eb0;
}

input[type=radio]:checked + .control-indicator {
  border: 1px solid #007eb0;
}

.control-radio .control-indicator {
  border-radius: 50%;
}
.control-radio .control-indicator:after {
  left: 4px;
  top: 4px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #007eb0;
}

.input-box {
  flex-grow: 1;
  margin-bottom: 48px;
}
.input-box.input-double {
  gap: 22px;
  justify-content: space-between;
}
.input-box.input-double .input-text {
  width: 48%;
}
@media (max-width: 640px) {
  .input-box.input-double .input-text {
    width: 100%;
  }
}
.input-box .input-num-area {
  text-align: center;
  color: #000;
}
.input-box .input-num-area p {
  font-size: 36px;
  line-height: 1;
  margin: 0;
}
.input-box .input-num-area span {
  font-size: 15px;
  display: inline-block;
}
@media (max-width: 767px) {
  .input-box .input-num-area {
    flex: 0 0 45px;
    -ms-flex: 0 0 45px;
    max-width: 45px;
  }
}
@media (min-width: 768px) {
  .input-box .input-num-area {
    flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    max-width: 60px;
  }
  .input-box .input-num-area p {
    font-size: 48px;
  }
  .input-box .input-num-area span {
    font-size: 16px;
  }
}
.input-box .input-text {
  flex-direction: column;
  align-items: flex-start;
}
.input-row {
  text-align: left;
  position: relative;
  width: 100%;
}
.input-row .inline-block + .inline-block {
  margin-left: 30px;
}
.input-row > h4 {
  margin-bottom: 4px;
}
.input-row > p {
  padding: 0 0 0 35px;
  font-weight: 400;
  color: #14304c;
}
.input-row > h5 {
  font-weight: 500;
  font-size: 14px;
  font-style: italic;
}
.input-row input:not([type=checkbox]):not([type=radio]), .input-row select {
  margin-bottom: 0;
}

.container {
  width: 100%;
  margin: 0 auto;
  clear: both;
  max-width: 1440px;
  padding: 0 40px;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}
@media (max-width: 640px) {
  .container {
    padding: 0 24px;
  }
}
.container .container-small, .container .container-med {
  padding-left: 0;
  padding-right: 0;
}

.container-med {
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container-med {
    max-width: 860px;
  }
}

.container-small {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 55.5px;
  padding-right: 55.5px;
}
@media (min-width: 768px) {
  .container-small {
    max-width: 640px;
  }
}

.block-md {
  max-width: 100%;
}
@media (min-width: 1025px) {
  .block-md {
    max-width: 930px;
  }
}

.row {
  margin-left: -55.5px;
  margin-right: -55.5px;
  flex-grow: 1;
}
.row .col, .row [class*=col-] {
  padding-left: 55.5px;
  padding-right: 55.5px;
  flex-grow: 1;
}

.int-space {
  margin: 0 170px;
}
@media (max-width: 820px) {
  .int-space {
    margin: 0 30px;
  }
}
@media (max-width: 640px) {
  .int-space {
    margin: 0;
  }
}

.inner-space, .inner-space-small {
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .inner-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 640px) {
  .inner-space-small {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.inner-space-line {
  padding-top: 0;
  padding-bottom: 50px;
}
@media (max-width: 640px) {
  .inner-space-line {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 640px) {
  .col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-3 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
@media (max-width: 640px) {
  .col-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-4 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 640px) {
  .col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.col-two-third {
  -ms-flex: 0 0 66.66666%;
  flex: 0 0 66.66666%;
  max-width: 66.66666%;
}

.col-full {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.col-30 {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.col-40 {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.col-60 {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.col-70 {
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}

@media (max-width: 820px) {
  .md-col-full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .md-col-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .md-col-3 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (max-width: 640px) {
  .xs-col-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xs-col-full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.clearfix {
  width: 100%;
}

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

.d-block {
  display: block;
}

@media (max-width: 820px) {
  .d-block-md {
    display: block;
  }
}

.inline-block {
  display: inline-block;
}

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

.align-end {
  align-items: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

.color-black {
  color: #000 !important;
}

.color-white {
  color: #fff;
}

.color-primary {
  color: #004B8B;
}

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

@media (min-width: 821px) {
  .text-center-lg {
    text-align: center;
  }
}

@media (max-width: 820px) {
  .text-center-md {
    text-align: center;
  }
}

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

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

.w-100 {
  width: 100% !important;
}

.w-450 {
  max-width: 100%;
}
@media (min-width: 641px) {
  .w-450 {
    width: 450px !important;
  }
}

.mb-50 {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .mb-50 {
    margin-bottom: 50px;
  }
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-10 {
  margin-bottom: 10px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

@media (min-width: 991px) {
  .pr-120 {
    padding-right: 120px;
  }
}

.bg-grey {
  background-color: #F8F8F8;
}

@media only screen and (max-width: 768px) {
  .bg-grey-mob {
    background-color: #F8F8F8;
  }
}
@media (max-width: 820px) {
  .bg-grey-mob {
    background-color: #F8F8F8;
  }
}

@media (max-width: 820px) {
  .bg-white-mob {
    background-color: #fff;
  }
}

@media (max-width: 820px) {
  .bg-grey-md {
    background-color: #F8F8F8;
  }
}

@media (min-width: 821px) {
  .bg-grey-lg {
    background-color: #F8F8F8;
  }
}

@media (min-width: 768px) {
  .text-large {
    font-size: 20px;
  }
}

.notes-text {
  font-size: 13px;
}
.notes-text p:not(:last-child) {
  margin-bottom: 15px;
}
.notes-text a {
  color: inherit;
  text-decoration: none;
}

.text-block:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .text-block:not(:last-child) {
    margin-bottom: 35px;
  }
}
.text-block h2.sec-heading {
  color: #000;
}

ul.dotted-list:not(:last-child) {
  margin-bottom: 30px;
}
ul.dotted-list > li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
ul.dotted-list > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  display: block;
}
@media (min-width: 641px) {
  ul.dotted-list > li {
    margin-bottom: 17px;
  }
}
ul.dotted-list ul li:not(:last-child) {
  margin-bottom: 10px;
}

ul.num-list {
  margin-left: 20px;
  counter-reset: numCounter;
}
ul.num-list:not(:last-child) {
  margin-bottom: 30px;
}
ul.num-list > li {
  counter-increment: numCounter;
  padding-left: 5px;
  position: relative;
  margin-bottom: 10px;
}
ul.num-list > li::marker {
  content: counter(numCounter) ") ";
}
@media (min-width: 641px) {
  ul.num-list > li {
    margin-bottom: 17px;
  }
}

@media (min-width: 641px) {
  .show-xs {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .hide-xs {
    display: none !important;
  }
}
@media (min-width: 821px) {
  .show-md {
    display: none !important;
  }
}
@media (max-width: 820px) {
  .hide-md {
    display: none !important;
  }
}
.text-xs {
  font-size: 12px;
}

#clip-copied {
  display: none;
  color: red;
  font-weight: bold;
}

/** back to top icon style **/
.back-to-top {
  display: none;
  position: fixed;
  z-index: 8000;
  right: 15px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #e8e8e8;
  cursor: pointer;
  overflow: hidden;
  background: url(../images/arrow-up.png) no-repeat center;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
}
.back-to-top:hover {
  background-color: #fff;
  opacity: 1;
}
@media (min-width: 821px) {
  .back-to-top {
    right: 30px;
    bottom: 50px;
  }
}

/** back to top icon style end **/
/** video responsive style: Youtube and Vimeo **/
.video-section > img {
  width: 100%;
  display: block;
}

.video-placeholder {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-placeholder iframe, .video-placeholder object, .video-placeholder embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** video responsive style: Youtube and Vimeo: end **/
.header {
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  background-color: #fff;
}
@media (max-width: 820px) {
  .header {
    background-color: #FFF;
  }
}
.header .top-bar {
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 820px) {
  .header .top-bar {
     border-bottom: 1px solid #f0f0f0;
  }
}
.header .top-bar .container {
  display: inline-flex;
  justify-content: space-between;
}
.header .top-bar .container .disclaimer {
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 820px) {
  .header .top-bar .container .disclaimer {
    color: #fff;
  }
}
.header .top-bar .container .hcp-bar {
  font-size: 16px;
  font-weight: 400;
}
.header .top-bar .container .hcp-bar a {
  color: #004B8B;
  text-decoration: none;
}
@media (max-width: 820px) {
  .header .top-bar .container .hcp-bar {
    display: none;
  }
}
.header .header-nav {
  width: 100%;
  padding: 16px 0;
}
@media (max-width: 820px) {
  .header .header-nav {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  }
}
.header .header-nav .container {
  display: inline-flex;
  position: relative;
}
@media (max-width: 820px) {
  .header .header-nav .container {
    justify-content: space-between;
  }
}
.header .header-nav .container .site-logo {
  position: relative;
}
.header .header-nav .container .site-logo img {
  max-height: 52px;
}
@media (max-width: 820px) {
  .header .header-nav .container .site-logo {
    display: none;
  }
}
.header .header-nav .container .site-logo-mob {
  display: none;
  position: relative;
}
.header .header-nav .container .site-logo-mob img {
  max-height: 52px;
}
@media (max-width: 820px) {
  .header .header-nav .container .site-logo-mob {
    display: block;
  }
}
.header .header-nav .container .menu-main-menu-container, .header .header-nav .container .menu-hcp-menu-container {
  display: flex;
  justify-content: flex-end;
  align-self: center;
  flex-grow: 1;
  margin-right: 20px;
}
.header .header-nav .container .menu-main-menu-container ul, .header .header-nav .container .menu-hcp-menu-container ul {
  display: block;
}
.header .header-nav .container .menu-main-menu-container ul li, .header .header-nav .container .menu-hcp-menu-container ul li {
  display: inline-block;
}
.header .header-nav .container .menu-main-menu-container ul li a, .header .header-nav .container .menu-hcp-menu-container ul li a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #004B8B;
  margin: 0 30px;
}
@media (max-width: 820px) {
  .header .header-nav .container .menu-main-menu-container, .header .header-nav .container .menu-hcp-menu-container {
    display: none;
  }
}
.header .header-nav .container .header-cta {
  margin-right: 16px;
  align-self: center;
}
.header .header-nav .container .header-cta .redline {
  margin-left: 10px;
}
@media (max-width: 820px) {
  .header .header-nav .container .header-cta {
    display: none;
  }
}
.header .header-nav .container .lang-icon {
  align-self: center;
}
.header .header-nav .container .lang-icon-mob {
/*  display: none;*/
}
@media (max-width: 820px) {
  .header .header-nav .container .lang-icon-mob {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .header .header-nav .container .lang-icon-mob img {
    display: none;
  }
}
.header .header-nav .container .shape {
  position: relative;
  width: 24.8px;
  height: 25px;
  margin-right: -0.3px;
}

.header-form {
  display: none;
}
.header-form .form-wrapper {
  display: flex;
  position: absolute;
  width: 250px;
  z-index: 9999;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1490196078);
  top: 60px;
  right: 15px;
  padding: 35px 27px;
  font-size: 10px;
}
.header-form .form-wrapper label, .header-form .form-wrapper .wsf-form label.wsf-label, .header-form .form-wrapper .wsf-form .wsf-field-wrapper[data-type=texteditor] [data-text-editor] p {
  font-size: 10px;
  font-weight: 400;
  text-align: left;
}
.header-form .form-wrapper .required-field {
  color: #D91C5C !important;
}
.header-form .form-wrapper .wsf-form input[type=text].wsf-field, .header-form .form-wrapper .wsf-form input[type=email].wsf-field, .header-form .form-wrapper .wsf-form input[type=tel].wsf-field {
  height: 24px;
  border-radius: 4px;
  border: 0.5px solid #007eb0;
}
.header-form .form-wrapper .wsf-form button.wsf-button.wsf-button-primary {
  color: #fff;
  background-color: #D91C5C;
  border-radius: 50px;
  font-size: 10px;
  border-color: #D91C5C;
  width: fit-content;
  padding: 4px 14px;
}
.header-form .form-wrapper #wsf-1-field-wrapper-5 {
  text-align: center;
  margin: 10px 0 0 0;
}
@media (max-width: 640px) {
  .header-form .form-wrapper {
    width: 90%;
    right: 20px;
    top: 530px;
  }
}

/** navigation style **/
@media (min-width: 1440px) {
  .main-nav {
    margin: 0 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.main-nav li {
  list-style: none;
}
.main-nav li a {
  color: #000;
  display: block;
  position: relative;
  transition: all 0.2s;
  text-decoration: none;
}
.main-nav li a:hover {
  color: #004B8B;
}
.main-nav li.btn-primary a {
  color: #fff;
}
.main-nav li.btn-primary a:hover {
  color: #004B8B;
  background-color: #fff;
  border: 1px solid #004B8B;
}
@media (min-width: 1440px) {
  .main-nav li:not(:last-child) {
    margin-right: 40px;
  }
  .main-nav li a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    border-bottom: 2px solid #004B8B;
    transition: all 0.2s;
  }
  .main-nav li a:hover:after {
    width: 100%;
  }
}
@media (max-width: 1439px) {
  .main-nav li {
    text-align: center;
    margin-bottom: 10px;
  }
  .main-nav li a {
    display: inline-block;
    font-size: 18px;
    padding: 10px 0;
    color: #004B8B;
    font-weight: 700;
  }
  .main-nav li.btn-nav a {
    padding: 10px 20px;
  }
}
@media (max-width: 1439px) and (max-width: 640px) {
  .main-nav li.btn-nav a {
    padding: 0;
  }
}

.nav-trigger {
  margin-left: auto;
  margin-right: 15px;
  cursor: pointer;
}
@media (min-width: 1440px) {
  .nav-trigger {
    display: none;
  }
}
.nav-trigger > div {
  width: 26px;
}
.nav-trigger > div > span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.2s ease-in-out;
  transform-origin: center;
}
.nav-trigger > div > span:nth-child(1) {
  transform: translateY(-6px);
}
.nav-trigger > div > span:nth-child(3) {
  transform: translateY(6px);
}
.nav-trigger.active > div > span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.nav-trigger.active > div > span:nth-child(1) {
  transform: translateY(100%) rotate(45deg);
}
.nav-trigger.active > div > span:nth-child(3) {
  transform: translateY(-100%) rotate(-45deg);
}

/** mobile nav-popup style **/
.mob-nav {
  display: none;
  height: 100%;
  width: 100%;
  padding: 24px 24px 18px;
}
.mob-nav li {
  text-align: left;
  padding: 20px 0 18px;
}
.mob-nav li a {
  color: #fff;
  text-decoration: none;
}
.mob-nav .mob-nav-hcp {
  border-top: 1px solid #fff;
}
.mob-nav .mob-nav-hcp::after {
  content: "";
  display: inline-block;
  margin: 0 0 -5px 10px;
  width: 20px;
  height: 19px;
  background-image: url("../images/white-arrow.png");
  background-size: cover;
}

/** navigation style end **/
/** footer style **/
.footer {
  align-items: flex-start;
  background-color: #004B8B;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 48px 60px;
  position: relative;
  width: 100%;
}
@media (max-width: 640px) {
  .footer {
    padding: 48px 24px;
  }
}
.footer .container {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.footer .container .footer-content {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 640px) {
  .footer .container .footer-content {
    width: 100%;
  }
}
.footer .container .footer-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.footer .container .footer-content a {
  color: #fff;
}
.footer .container .footer-content a:hover {
  color: #D91C5C;
}
.footer .container .footer-content .social-media {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
  position: relative;
  width: 283.67px;
}
.footer .container .footer-content .site-info {
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  width: 629px;
}
@media (max-width: 640px) {
  .footer .container .footer-content .site-info {
    display: none;
  }
}
.footer .container .footer-content .version {
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  width: 506px;
}
@media (max-width: 640px) {
  .footer .container .footer-content .version {
    width: auto;
  }
}
.footer .container .footer-content .footer_mob-content {
  display: none;
}
@media (max-width: 640px) {
  .footer .container .footer-content .footer_mob-content {
    display: flex;
    flex-direction: column;
    position: relative;
  }
}
.footer .container .footer-logo img {
  max-height: 59px;
}
@media (max-width: 640px) {
  .footer .container .footer-logo {
    display: none;
  }
}
.footer .container .footer-logo-mob {
  display: none;
}
.footer .container .footer-logo-mob img {
  max-height: 59px;
}
@media (max-width: 640px) {
  .footer .container .footer-logo-mob {
    display: flex;
    margin-bottom: 10px;
  }
}
.footer .icon-instance-node {
  height: 32px !important;
  position: relative !important;
  width: 32px !important;
}
.footer .text-wrapper {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
}

/** footer style end **/
.banner {
  position: relative;
  display: flex;
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 720px;
  min-height: 720px;
  max-height: 720px;
}
@media (max-width: 820px) {
  .banner {
    display: flex;
    align-items: center;
    background-image: none !important;
    background-color: #949ca5;
    flex-direction: column;
    padding: 0 0 36px 0;
    height: auto;
    min-height: 100%;
    max-height: 100%;
  }
}
.banner .mob-banner-img {
  display: none;
}
@media (max-width: 820px) {
  .banner .mob-banner-img {
    display: block;
  }
}
.banner .container {
  display: flex;
  align-items: center;
}
@media (max-width: 820px) {
  .banner .container {
    flex-direction: column;
  }
}
.banner .container .banner-content {
  max-width: 500px;
  margin-left: 128px;
}
.banner .container .banner-content p {
  color: #fff;
}
@media (max-width: 820px) {
  .banner .container .banner-content p {
    text-align: left;
  }
}
@media (max-width: 820px) {
  .banner .container .banner-content {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .banner .container .banner-content .btn {
    width: 100%;
    margin-bottom: 24px;
  }
}
.banner .container .banner-content .hero-btn-push {
  margin-right: 8px;
}

.banner-side-img {
  position: relative;
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 510px;
  min-height: 510px;
  max-height: 510px;
}
@media (max-width: 640px) {
  .banner-side-img {
    height: 450px;
    min-height: 450px;
    max-height: 450px;
  }
}
.banner-side-img .banner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-side-img .banner-container .banner-content {
  max-width: 500px;
}
.banner-side-img .banner-container .banner-left-img, .banner-side-img .banner-container .banner-right-img {
  border-radius: 20px;
  background-color: #e6edf3;
  overflow: hidden;
  width: 450px;
  max-width: 450px;
  height: 450px;
  max-height: 450px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.banner-side-img .banner-container .banner-left-img {
  justify-content: left;
}
.banner-side-img .banner-container .banner-right-img {
  justify-content: right;
}

.banner-int {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  display: flex;
  padding: 30px 0;
  margin-bottom: 155px;
  min-height: 352px;
}
@media (max-width: 640px) {
  .banner-int {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 540px;
  }
}
.banner-int .container {
  display: flex;
}
.banner-int .container.int-space {
  position: relative;
  top: -70px;
  z-index: 999;
}
.banner-int .container .int-content-block {
  display: flex;
  align-items: flex-start;
  gap: 100px;
  padding: 48px;
  position: absolute;
  align-self: stretch;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1490196078);
  width: 1098px;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 264px;
}
@media (max-width: 640px) {
  .banner-int .container .int-content-block {
    flex-direction: column;
    width: 90%;
    top: 455px;
    gap: 24px;
  }
}
.banner-int .container .int-content-block h1 {
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 32px;
}
@media (max-width: 640px) {
  .banner-int .container .int-content-block h1 {
    font-size: 32px;
  }
}
.banner-int .container .int-content-block .banner-right-img {
  min-width: 360px;
  font-weight: 700;
}
@media (max-width: 640px) {
  .banner-int .container .int-content-block .banner-right-img {
    min-width: 200px;
  }
}

.banner-small {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  height: 351px;
}
@media (max-width: 640px) {
  .banner-small {
    display: none;
  }
}

.banner-small-mob {
  display: none;
}
@media (max-width: 640px) {
  .banner-small-mob {
    display: flex;
    height: 555px;
    background-size: cover;
  }
}
.banner-small-mob .banner-content {
  padding: 64px 0;
  margin: 0 auto;
  text-align: center;
}

.banner-grad {
  background: linear-gradient(180deg, rgb(23, 66, 115) 0%, rgb(50, 128, 174) 100%);
  padding: 64px 0;
}
.banner-grad.left {
  text-align: left;
}
.banner-grad.center {
  text-align: center;
}
@media (max-width: 640px) {
  .banner-grad.center {
    margin-bottom: 54px;
  }
}

.banner-shadow {
  display: flex;
  height: 5px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.two-block {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 64px 0;
}
.two-block .container .int-space .two-container {
  gap: 32px;
}
.two-block .container .heading {
  text-align: center;
  margin-bottom: 40px;
}
.two-block .container .two-container {
  display: flex;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
  align-items: stretch;
}
@media (max-width: 640px) {
  .two-block .container .two-container {
    flex-direction: column;
  }
}
.two-block .container .two-container .col-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 40px 32px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1490196078);
  min-height: 220px;
}
.two-block .container .two-container .col-2 .frame-col {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 24px 72px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
@media (max-width: 640px) {
  .two-block .container .two-container .col-2 .frame-col {
    justify-content: center;
  }
}
.two-block .container .two-container .col-2 .frame-col .left-img {
  width: 165px;
}
.two-block .container .two-container .col-2 .frame-col .right-content {
  position: relative;
  flex: 1;
}
.two-block .container .two-container .col-2 .frame-col .learn-more {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 4px;
  position: relative;
  font-weight: 500;
}
.two-block .container .two-container .col-2 .frame-col .learn-more a {
  color: #007eb0;
  text-decoration: none;
}
.two-block .container .full-bubble {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 32px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1490196078);
  margin-top: 32px;
}

.gradient-sec {
  background: linear-gradient(180deg, rgb(0, 75, 139) 0%, rgb(0, 126, 176) 100%);
  padding: 64px 0;
}
.gradient-sec.short {
  padding: 64px 0 0 0;
}
@media (max-width: 640px) {
  .gradient-sec {
    padding: 32px 0;
  }
}
.gradient-sec .title {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  width: 100%;
}
.gradient-sec .title .grad-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}
@media (max-width: 640px) {
  .gradient-sec .title .grad-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.gradient-sec .title .grad-subtitle {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 640px) {
  .gradient-sec .title .grad-subtitle {
    margin-top: 32px;
    font-size: 20px;
  }
}
.gradient-sec .title .grad-smalltext {
  margin: 32px 0;
  font-weight: 700;
}
@media (max-width: 640px) {
  .gradient-sec .title .grad-smalltext {
    margin-bottom: 0;
  }
}
.gradient-sec .grad-columns {
  width: 100%;
  display: inline-flex;
  align-items: flex-start;
  gap: 104px;
  position: relative;
  flex: 0 0 auto;
}
@media (max-width: 640px) {
  .gradient-sec .grad-columns {
    flex-direction: column;
  }
}
.gradient-sec .grad-columns .col-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
}
.gradient-sec .grad-columns .col-2 ul li {
  list-style: disc;
  margin-left: 30px;
}
.gradient-sec .grad-content {
  width: 100%;
  text-align: center;
  margin-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 640px) {
  .gradient-sec .grad-content {
    padding-bottom: 0;
  }
}
.gradient-sec .grad-content .inner-grad {
  padding: 0 100px;
}
@media (max-width: 640px) {
  .gradient-sec .grad-content .inner-grad {
    padding: 0;
  }
}
.gradient-sec .grad-content h4 {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin-bottom: 32px;
  width: 100%;
  line-height: 32px;
}
.gradient-sec .grad-content p {
  width: 100%;
  margin-bottom: 48px;
}
.gradient-sec .grad-content .treatment-items {
  color: #fff;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 640px) {
  .gradient-sec .grad-content .treatment-items {
    justify-content: center;
    flex-direction: column;
  }
}
.gradient-sec .grad-content .treatment-items li {
  border-right: 1px solid #fff;
  line-height: 24px;
  width: 20%;
  font-weight: 700;
}
@media (max-width: 640px) {
  .gradient-sec .grad-content .treatment-items li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fff;
    padding: 24px 0;
  }
}
.gradient-sec .grad-content .treatment-items li:last-child {
  border: none;
}
.gradient-sec .grad-content .grad-bubble {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 111px;
  position: relative;
  border-radius: 24px;
  border: 2px solid #fff;
  color: #fff;
}
@media (max-width: 640px) {
  .gradient-sec .grad-content .grad-bubble {
    padding: 32px 24px;
  }
}
.gradient-sec .grad-content .grad-bubble h3 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 28px;
}
@media (max-width: 640px) {
  .gradient-sec .grad-content .grad-bubble h3 {
    font-size: 20px;
  }
}
.gradient-sec .grad-content .grad-bubble h4 {
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 32px;
}
@media (max-width: 640px) {
  .gradient-sec .grad-content .grad-bubble h4 {
    font-size: 16px;
  }
}
.gradient-sec .grad-content .grad-bubble p {
  margin-bottom: 0;
}
.gradient-sec .grad-content .grad-three {
  display: inline-flex;
  align-items: flex-start;
  gap: 127px;
  position: relative;
}
@media (max-width: 640px) {
  .gradient-sec .grad-content .grad-three {
    gap: 0;
    flex-direction: column;
  }
}
.gradient-sec .grad-content .grad-three .three-box {
  max-width: 219px;
  color: #fff;
}
.gradient-sec .grad-content .grad-three .three-box span {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .gradient-sec .grad-content .grad-three .three-box {
    margin-bottom: 64px;
  }
}

.side-image {
  padding: 64px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.side-image.grey {
  background-color: #F8F8F8;
}
.side-image .container .side-title {
  text-align: center;
  margin-bottom: 32px;
}
.side-image .container .side-img-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 80px;
  padding: 0 64px;
  position: relative;
}
@media (max-width: 820px) {
  .side-image .container .side-img-wrapper {
    padding: 0;
    flex-direction: column;
    gap: 20px;
  }
}
.side-image .container .side-img-wrapper.stretch {
  padding: 0;
  align-items: flex-start;
}
.side-image .container .side-img-wrapper.stretch .side-img-left, .side-image .container .side-img-wrapper.stretch .side-img-right {
  width: auto;
}
.side-image .container .side-img-wrapper.stretch .side-img-left img, .side-image .container .side-img-wrapper.stretch .side-img-right img {
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .side-image .container .side-img-wrapper.stretch .side-img-left, .side-image .container .side-img-wrapper.stretch .side-img-right {
    width: 100%;
  }
}
.side-image .container .side-img-wrapper.stretch .side-img-content p {
  margin-bottom: 0;
}
.side-image .container .side-img-wrapper .side-img-left {
  display: flex;
  flex-direction: column;
  width: 316px;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  position: relative;
  font-size: 14px;
}
.side-image .container .side-img-wrapper .side-img-left img {
  margin-bottom: 100px;
}
.side-image .container .side-img-wrapper .side-img-right {
  display: flex;
  flex-direction: column;
  width: 316px;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  position: relative;
  font-size: 14px;
}
@media (max-width: 640px) {
  .side-image .container .side-img-wrapper .side-img-right {
    order: 2;
  }
}
.side-image .container .side-img-wrapper .side-img-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}
@media (max-width: 640px) {
  .side-image .container .side-img-wrapper .side-img-content {
    order: 1;
  }
}
@media (max-width: 640px) {
  .side-image .container .side-img-wrapper .side-img-content h3 {
    margin: 0 auto;
  }
}
.side-image .container .side-bubble {
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1490196078);
  padding: 48px;
}
@media (max-width: 820px) {
  .side-image .container .side-bubble {
    padding: 30px;
  }
}
.side-image .container .side-bubble .side-title {
  text-align: left;
  margin-bottom: 32px;
}
.side-image .container .side-bubble .side-img-bubble {
  display: flex;
  gap: 72px;
  position: relative;
}
@media (max-width: 820px) {
  .side-image .container .side-bubble .side-img-bubble {
    gap: unset;
    flex-direction: column;
  }
}
@media (max-width: 820px) {
  .side-image .container .side-bubble .side-img-bubble .side-img-content {
    width: 100%;
    order: 2;
  }
}
@media (max-width: 820px) {
  .side-image .container .side-bubble .side-img-bubble .side-img-right {
    width: 100%;
    order: 1;
  }
}
@media (max-width: 820px) {
  .side-image .container .side-bubble .side-img-bubble .side-img-left {
    width: 100%;
    order: 1;
  }
}
.side-image .container .side-bubble .side-img-bubble img {
  min-width: 360px;
}
@media (max-width: 820px) {
  .side-image .container .side-bubble .side-img-bubble img {
    min-width: auto;
  }
}

.center-block .container {
  padding: 64px 0;
}
@media (max-width: 640px) {
  .center-block .container {
    padding: 20px;
  }
}
.center-block.grey {
  background-color: #F8F8F8;
}

.marker-dot {
  display: flex;
  justify-content: center;
}

.refernce-content .ref-title {
  padding: 20px 0;
  background-color: #f0f0f0;
}
.refernce-content .ref-title .container {
  font-weight: 700;
}
.refernce-content .ref-title .container .ref-title-box {
  display: inline-block;
}
.refernce-content .ref-title .container .ref-title-box::after {
  content: "";
  display: inline-block;
  margin: 0 0 -5px 10px;
  width: 24px;
  height: 25px;
  background: url("../images/ellipse-plus.png") no-repeat center center;
  background-size: cover;
}
.refernce-content .ref-title .container .ref-title-box.open::after {
  background: url("../images/ellipse.png") no-repeat center center;
}
.refernce-content .ref-content {
  display: none;
  padding: 40px 0;
}
.refernce-content .ref-content .container {
  font-weight: 400;
  font-size: 14px;
  word-wrap: break-word;
}

.split-text-block {
  margin: 32px 0;
}
.split-text-block .container .int-space {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 80px;
  position: relative;
}
@media (max-width: 640px) {
  .split-text-block .container .int-space {
    flex-direction: column;
    gap: 32px;
  }
}
.split-text-block .container .int-space .split-header {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .split-text-block .container .int-space .split-header {
    width: 100%;
    white-space: unset;
    margin-top: 0;
    line-height: 1.3;
  }
}
@media (max-width: 640px) {
  .split-text-block .container .int-space .split-header h2 {
    font-size: 24px;
  }
}
.split-text-block .container .int-space .split-text {
  position: relative;
  flex: 1;
}

.split-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}
.split-left .headline {
  position: relative;
  align-self: stretch;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
}
.split-left .message {
  position: relative;
  align-self: stretch;
}

.icon-box {
  display: flex;
  margin: 64px 0;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 640px) {
  .icon-box {
    justify-content: center;
    margin: 64px 0 32px;
  }
}
.icon-box span {
  color: red;
  font-weight: 700;
}
.icon-box [class*=col-] {
  margin-bottom: 24px;
}
.icon-box .col-3 {
  flex: 0 0 27%;
  max-width: 27%;
}
@media (max-width: 640px) {
  .icon-box .col-5 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (max-width: 640px) {
  .icon-box .col-4, .icon-box .col-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.three-col-sec {
  margin-top: 64px;
}

.pdf-display {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  position: relative;
  margin-top: 46px;
}
@media (max-width: 640px) {
  .pdf-display {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.pdf-display:last-child {
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .pdf-display:last-child {
    margin-bottom: 40px;
  }
}
.pdf-display .pdf-box {
  width: 250px;
}
.pdf-display .pdf-box .pdf-box-img {
  background-color: #e6edf3;
  min-height: 130px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.pdf-display .pdf-box .pdf-box-img img {
  align-self: center;
}
.pdf-display .pdf-box .pdf-box-link {
  background: linear-gradient(90deg, rgb(0, 75, 139) 0%, rgb(0, 126, 176) 100%);
  text-align: left;
  min-height: 30px;
  display: flex;
  width: 100%;
}
.pdf-display .pdf-box .pdf-box-link a, .pdf-display .pdf-box .pdf-box-link span {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 0 9px 10px;
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  text-decoration: underline;
}
.pdf-display .pdf-box .pdf-box-link a img, .pdf-display .pdf-box .pdf-box-link span img {
  width: 19px;
  height: 8px;
  margin: 18px 10px 0 0;
}

.background-img {
  background: linear-gradient(180deg, rgb(101, 94, 120) 0%, rgb(44, 49, 142) 100%);
}
.background-img .background-mask {
  background-repeat: no-repeat;
  background-position: left center;
}
.background-img .background-cover {
  background-repeat: no-repeat;
  background-size: cover;
}
.background-img .back-content {
  color: #fff;
  padding: 64px 0;
}
.background-img .back-content .small {
  color: #fff;
  text-align: center;
}
.background-img .back-content .small.body {
  color: #004B8B;
}
.background-img .back-content h2, .background-img .back-content h3, .background-img .back-content h5 {
  text-align: center;
  color: #fff;
}
.background-img .back-content h2.purple, .background-img .back-content h3.purple, .background-img .back-content h5.purple {
  color: #6D6EAD;
}
.background-img .back-content .column-wrapper {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  margin: 40px 0;
}
@media (max-width: 640px) {
  .background-img .back-content .column-wrapper {
    flex-direction: column;
    margin: 20px 0 40px;
  }
}
.background-img .back-content .column-wrapper .col-3 {
  text-align: center;
  line-height: 32px;
  padding: 0 24px;
}
@media (max-width: 640px) {
  .background-img .back-content .column-wrapper .col-3 {
    margin-left: 40px;
    text-align: left;
  }
}
.background-img .back-content .column-wrapper .col-3 img {
  margin-bottom: 8px;
}
@media (max-width: 640px) {
  .background-img .back-content .column-wrapper .col-3 img {
    float: left;
    position: absolute;
    left: 20px;
    margin-top: 40px;
  }
}
@media (max-width: 640px) {
  .background-img .back-content .column-wrapper .small {
    margin-bottom: 10px;
  }
}

.blank-sec#reference .inner-space {
  padding-bottom: 90px;
}
.blank-sec.grey {
  background-color: #F8F8F8;
}
.blank-sec.primary-color {
  background-color: #004B8B;
}
.blank-sec .trials-groups-mob {
  display: none;
  font-size: 20px;
  color: #14304c;
}
.blank-sec .trials-groups-mob ul li {
  line-height: 1;
  margin: 0;
}
@media (max-width: 640px) {
  .blank-sec .trials-groups-mob ul {
    margin-bottom: 20px;
  }
}
.blank-sec .trials-groups-mob p {
  font-size: 20px;
  margin-bottom: 5px;
}
.blank-sec .trials-groups-mob hr {
  border-bottom: 1px solid #14304c;
  margin: 0 0 50px 0;
}
@media (max-width: 640px) {
  .blank-sec .trials-groups-mob hr {
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .blank-sec .trials-groups-mob {
    display: flex;
    flex-direction: column;
  }
}

#moa .inner-space {
  padding-top: 0;
}

.intro-block {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
@media (max-width: 640px) {
  .intro-block {
    background-image: url("../images/hex-background-mob.jpg") !important;
  }
}
.intro-block .inner-space .container .intro-content-block, .intro-block .inner-space-line .container .intro-content-block {
  width: 100%;
  display: flex;
}
@media (max-width: 640px) {
  .intro-block .inner-space .container .intro-content-block, .intro-block .inner-space-line .container .intro-content-block {
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .intro-block .inner-space .container .intro-content-block img, .intro-block .inner-space-line .container .intro-content-block img {
    padding-top: 30px;
  }
}

.three-col-sec .container {
  margin: 0 auto;
  text-align: center;
}
.three-col-sec .container .intro-content-block {
  width: 100%;
  display: flex;
  margin-top: 30px;
}
@media (max-width: 640px) {
  .three-col-sec .container .intro-content-block {
    flex-wrap: wrap;
  }
}
.three-col-sec .container .intro-content-block .col-3 {
  text-align: center;
  margin-bottom: 30px;
}
.three-col-sec .container .intro-content-block .col-3:first-child {
  padding-right: 80px;
}
@media (max-width: 640px) {
  .three-col-sec .container .intro-content-block .col-3:first-child {
    padding-right: 0;
  }
}
.three-col-sec .container .intro-content-block .col-3:last-child {
  padding-left: 80px;
}
@media (max-width: 640px) {
  .three-col-sec .container .intro-content-block .col-3:last-child {
    padding-left: 0;
  }
}
.three-col-sec .container .intro-content-block .col-3 h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.three-col-sec .container .intro-content-block .col-4 {
  text-align: center;
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 640px) {
  .three-col-sec .container .intro-content-block .col-4 {
    padding: 0;
  }
}
.three-col-sec .container .intro-content-block .col-4:first-child {
  padding-left: 0;
}
.three-col-sec .container .intro-content-block .col-4:last-child {
  padding-right: 0;
}
.three-col-sec .container .intro-content-block .col-4 h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.three-col-sec .container .intro-content-block .icon-holder {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 20px auto;
}
@media (max-width: 640px) {
  .three-col-sec .container .intro-content-block .icon-holder {
    margin: 0 auto;
  }
}
.three-col-sec .container .intro-content-block .icon-holder .icon-white {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 20px;
}
@media (max-width: 640px) {
  .three-col-sec .container .intro-content-block .icon-holder .icon-white {
    padding: 0;
  }
}
.three-col-sec .container .intro-content-block .icon-holder .icon-white img {
  width: auto;
  height: auto;
}
@media (max-width: 640px) {
  .three-col-sec .container .intro-content-block .icon-holder .icon-white img {
    max-width: 200px;
  }
}
.three-col-sec .container .intro-content-block .icon-holder .icon-white-sq {
  border-radius: 20%;
  display: flex;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 20px;
}
.three-col-sec .container .intro-content-block .icon-holder .icon-white-sq img {
  width: auto;
  height: auto;
}
.three-col-sec .container .intro-content-block .icon-holder .icon-space {
  padding: 30px;
}
.three-col-sec .container .boxed-columns {
  width: 100%;
  display: flex;
  margin-top: 30px;
}
@media (max-width: 640px) {
  .three-col-sec .container .boxed-columns {
    flex-wrap: wrap;
  }
}
.three-col-sec .container .boxed-columns .boxed-blocks {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #004B8B;
  padding: 40px 30px;
}
@media (max-width: 640px) {
  .three-col-sec .container .boxed-columns .boxed-blocks {
    margin: 0 20px 20px;
  }
}
.three-col-sec .container .boxed-columns .boxed-blocks:first-child {
  margin-right: 30px;
}
@media (max-width: 640px) {
  .three-col-sec .container .boxed-columns .boxed-blocks:first-child {
    margin-right: 20px;
  }
}
.three-col-sec .container .boxed-columns .boxed-blocks:last-child {
  margin-left: 30px;
}
@media (max-width: 640px) {
  .three-col-sec .container .boxed-columns .boxed-blocks:last-child {
    margin-left: 20px;
  }
}
.three-col-sec .container .boxed-columns .boxed-blocks h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #004B8B;
}
.three-col-sec .container .three-col-btn {
  margin: 50px 0;
  text-align: center;
  width: 100%;
}

@media (max-width: 640px) {
  .split-img-block .inner-space {
    padding-top: 0;
  }
}
@media (max-width: 640px) {
  .split-img-block .container {
    padding: 0;
  }
}
.split-img-block .container .split-content-block {
  width: 100%;
  display: flex;
}
@media (max-width: 640px) {
  .split-img-block .container .split-content-block {
    flex-wrap: wrap;
  }
}
.split-img-block .container .split-content-block .split-img {
  height: 100%;
  width: 100%;
}
.split-img-block .container .split-content-block .split-img img {
  border-radius: 20px;
}
.split-img-block .container .split-content-block .split-text {
  padding-left: 60px;
}
@media (max-width: 1024px) {
  .split-img-block .container .split-content-block .split-text {
    text-align: center;
    margin-top: 20px;
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  .split-img-block .container .split-content-block .split-text {
    padding: 0 20px;
  }
}

.four-col-block .inner-space {
  padding-top: 0;
  padding-bottom: 0;
}
.four-col-block .inner-space .container .icon-block-holder {
  width: 100%;
  display: flex;
}
@media (max-width: 1024px) {
  .four-col-block .inner-space .container .icon-block-holder {
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .four-col-block .inner-space .container .icon-block-holder {
    flex-wrap: wrap;
  }
}
.four-col-block .inner-space .container .icon-block-holder .sec-1 {
  width: 23%;
  padding-right: 70px;
  border-right: 1px solid #004B8B;
}
.four-col-block .inner-space .container .icon-block-holder .sec-2 {
  width: 27%;
  padding-right: 70px;
  padding-left: 80px;
  border-right: 1px solid #004B8B;
}
.four-col-block .inner-space .container .icon-block-holder .sec-3 {
  width: 27%;
  padding-right: 70px;
  padding-left: 80px;
  border-right: 1px solid #004B8B;
}
.four-col-block .inner-space .container .icon-block-holder .sec-4 {
  width: 23%;
  padding-left: 80px;
}
@media (max-width: 1024px) {
  .four-col-block .inner-space .container .icon-block-holder [class*=sec-] {
    width: 50%;
    padding: 0 0 30px 0;
    border-right: none;
  }
}
@media (max-width: 640px) {
  .four-col-block .inner-space .container .icon-block-holder [class*=sec-] {
    width: 100%;
    padding: 0 0 30px 0;
    border-right: none;
  }
}
.four-col-block .inner-space .container .icon-block-holder h3 {
  margin-bottom: 20px;
}
.four-col-block .inner-space .container .icon-block-holder a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.case-studies-sec {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
.case-studies-sec .inner-space .container .case-studies, .case-studies-sec .inner-space-line .container .case-studies {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.case-studies-sec .inner-space .container .case-studies .col-2 .cs-wrapper, .case-studies-sec .inner-space-line .container .case-studies .col-2 .cs-wrapper {
  background-color: #fff;
  background-image: url("../images/corner-quote.png");
  background-repeat: no-repeat;
  background-position: top right;
  padding: 50px 35px;
  border-bottom: 8px solid #D91C5C;
  min-height: 287px;
  margin: 0 20px 20px 0;
}
.case-studies-sec .inner-space .container .case-studies .col-2 .cs-wrapper.cs-no-corner, .case-studies-sec .inner-space-line .container .case-studies .col-2 .cs-wrapper.cs-no-corner {
  background-image: none;
}
.case-studies-sec .inner-space .container .case-studies .col-2 .cs-wrapper .cs-content, .case-studies-sec .inner-space-line .container .case-studies .col-2 .cs-wrapper .cs-content {
  margin-bottom: 10px;
}
.case-studies-sec .inner-space .container .case-studies .col-2 .cs-wrapper .cs-title, .case-studies-sec .inner-space-line .container .case-studies .col-2 .cs-wrapper .cs-title {
  margin: 30px 0 0 20px;
}
.case-studies-sec .inner-space .container .case-studies .col-2 .cs-wrapper figure, .case-studies-sec .inner-space-line .container .case-studies .col-2 .cs-wrapper figure {
  float: left;
}
.case-studies-sec .cs-intro {
  font-size: 28px;
}

.divider-banner {
  width: 100%;
  align-items: center;
  border-top: 8px solid #f0a4b3;
  background-color: #D91C5C;
  padding: 32px 0;
}
.divider-banner.no-pad {
  padding: 0;
}
.divider-banner.bot-pad {
  padding: 0 0 32px 0;
}
.divider-banner.top-pad {
  padding: 32px 0 0 0;
}
.divider-banner.sm-pad {
  padding: 16px 0;
}
.divider-banner.lg-pad {
  padding: 64px 0;
}
.divider-banner .container {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.divider-banner .container p {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}
.divider-banner .container a {
  color: #fff;
}

.divider-content {
  padding: 64px 0;
  width: 100%;
  align-items: center;
}
@media (max-width: 640px) {
  .divider-content {
    padding: 32px 0;
  }
}
.divider-content.no-pad {
  padding: 0;
}
.divider-content.bot-pad {
  padding: 0 0 32px 0;
}
.divider-content.top-pad {
  padding: 32px 0 0 0;
}
.divider-content.sm-pad {
  padding: 16px 0;
}
.divider-content.lg-pad {
  padding: 64px 0;
}
.divider-content.grey {
  background-color: #e6edf3;
}
.divider-content .container {
  text-align: center;
}
.divider-content .container .button {
  margin: 30px 0 0 0;
}
.divider-content .container .button .btn:first-child {
  margin-right: 70px;
}
@media (max-width: 640px) {
  .divider-content .container .button .btn:first-child {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .divider-content .container .button .btn {
    width: 100%;
    margin-bottom: 24px;
  }
}
.divider-content .container .divider-bubble {
  display: flex;
  align-items: center;
  gap: 64px;
  padding: 40px 111px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
  background-color: #e6edf3;
  border-radius: 24px;
  text-align: left;
}
@media (max-width: 640px) {
  .divider-content .container .divider-bubble {
    padding: 40px 24px;
    flex-direction: column;
    gap: 32px;
  }
}
@media (max-width: 640px) {
  .divider-content .container .divider-bubble p {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .divider-content .container .divider-bubble p .btn {
    width: 100%;
  }
}
.divider-content .container .divider-bubble-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 111px;
  position: relative;
  align-self: center;
  flex: 0 0 auto;
  background-color: #e6edf3;
  border-radius: 24px;
  text-align: center;
}
@media (max-width: 640px) {
  .divider-content .container .divider-bubble-text {
    padding: 40px 24px;
  }
}
.divider-content .container .divider-bubble-text h3 {
  color: #14304c;
}
@media (max-width: 640px) {
  .divider-content .container .divider-bubble-text p {
    text-align: left;
  }
}
.divider-content .container .divider-bubble-thin {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  padding: 40px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
  border-radius: 12px;
  border: 1px solid #007eb0;
  text-align: left;
}
.divider-content .container .divider-bubble-thin .bubble-divider {
  display: inline-flex;
}
@media (max-width: 640px) {
  .divider-content .container .divider-bubble-thin .bubble-divider {
    flex-direction: column;
  }
}
.divider-content .container .divider-bubble-thin .bubble-divider .bubble-img {
  width: 100%;
  max-width: 195px;
}
@media (max-width: 640px) {
  .divider-content .container .divider-bubble-thin .bubble-divider .bubble-img {
    max-width: 100%;
    text-align: center;
    margin-bottom: 32px;
  }
}
.divider-content .container .divider-bubble-thin .bubble-divider .bubble-text {
  font-size: 20px;
}

/* collapse styles */
.collapse-sec .collapse-list {
  position: relative;
  margin: 0;
  width: 100%;
}
.collapse-sec .collapse-list .collapse-title {
  display: flex;
  height: 65px;
  align-items: center;
  position: relative;
  background-color: #f0f0f0;
  border-radius: 10px;
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  margin-bottom: 36px;
  padding-left: 30px;
}
.collapse-sec .collapse-list .collapse-content {
  display: inline-block;
  margin-bottom: 36px;
}
.collapse-sec .collapse-list .collapse-content ul {
  margin-left: 30px;
}
.collapse-sec .collapse-list .collapse-content h4 {
  font-weight: 400;
  font-size: 24px;
}
.collapse-sec .collapse-list.active .collapse-content {
  display: block;
}
.collapse-sec .collapse-list h3 {
  width: 100%;
  transition: all 0.1s ease-in-out;
}
.collapse-sec .collapse-arrow {
  position: absolute;
  right: 30px;
  top: 32px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  transition: all 0.2s ease-in-out;
  background-image: url("../images/ellipse.png");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.collapse-sec .collapse-arrow.open {
  background-image: url("../images/ellipse-plus.png");
}
.collapse-sec .collapse-arrow:before, .collapse-sec .collapse-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  transition: all 0.2s ease-in-out;
}
.collapse-sec .collapse-arrow:after {
  transform: rotate(90deg);
}
.collapse-sec .collapse-arrow.open:after {
  transform: rotate(0deg);
}

/** tabber-sec style **/
.tabber-container {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 64px 0;
}
.tabber-container .tabber-sec .tab-list {
  margin-top: 40px;
}
.tabber-container .tabber-sec .tab-list ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.tabber-container .tabber-sec .tab-list ul li {
  list-style: none;
  cursor: pointer;
  border-radius: 17px 17px 0px 0px;
  width: 200px;
  height: 60px;
  background-color: #F8F8F8;
  border: 1px solid #e6edf3;
}
.tabber-container .tabber-sec .tab-list ul li.active {
  background-color: #e6edf3;
  border: none;
}
.tabber-container .tabber-sec .tab-content-holder .tab-list-content {
  display: none;
}
.tabber-container .tabber-sec .tab-content-holder .tab-list-content .tab-bubble {
  background-color: #e6edf3;
  border-radius: 20px;
  width: 100%;
  padding: 40px 80px;
  text-align: left;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  .tabber-container .tabber-sec .tab-content-holder .tab-list-content .tab-bubble {
    border-radius: 20px;
    padding: 30px 20px;
  }
}
.tabber-container .tabber-sec .tab-content-holder .tab-list-content .tab-bubble-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .tabber-container .tabber-sec .tab-content-holder .tab-list-content .tab-bubble-container {
    flex-direction: column;
  }
}
.tabber-container .tabber-sec .tab-content-holder .tab-list-content .tab-bubble-container .tab-bubble-left, .tabber-container .tabber-sec .tab-content-holder .tab-list-content .tab-bubble-container .tab-bubble-right {
  display: inline-flex;
  background-color: #ffffff;
  width: 50%;
  padding: 40px 27px;
  text-align: left;
}
@media (max-width: 820px) {
  .tabber-container .tabber-sec .tab-content-holder .tab-list-content .tab-bubble-container .tab-bubble-left, .tabber-container .tabber-sec .tab-content-holder .tab-list-content .tab-bubble-container .tab-bubble-right {
    flex-direction: column;
    padding: 34px 16px;
    width: 100%;
  }
}
.tabber-container .tabber-sec .tab-content-holder .tab-list-content .tab-bubble-container .tab-bubble-left ul, .tabber-container .tabber-sec .tab-content-holder .tab-list-content .tab-bubble-container .tab-bubble-right ul {
  margin-left: 50px;
}
.tabber-container .tabber-sec .tab-content-holder .tab-list-content .tab-bubble-container .tab-bubble-left {
  border-right: 2px solid #d4d4d4;
}
@media (max-width: 820px) {
  .tabber-container .tabber-sec .tab-content-holder .tab-list-content .tab-bubble-container .tab-bubble-left {
    margin-bottom: 20px;
    border-right: unset;
  }
}
.tabber-container .tabber-sec .tab-content-holder .tab-list-content.active {
  display: block;
}
.tabber-container .tabber-sec .mob-tab-content {
  padding-top: 20px;
}
@media (min-width: 821px) {
  .tabber-container .tabber-sec .mob-tab-content {
    display: none;
  }
}

/* FAQ Styles */
.faq-sec {
  width: 100%;
}
.faq-sec h4 {
  color: #004B8B;
  margin: 0 40px 0 0;
  cursor: pointer;
}
@media (max-width: 640px) {
  .faq-sec h4 {
    padding-right: 40px;
  }
}
.faq-sec .faq-listing {
  width: 100%;
  margin-bottom: 30px;
}
.faq-sec .faq-listing .faq-collapse-list {
  position: relative;
  border: 1px solid #004B8B;
  border-radius: 20px;
  background-color: #fff;
  padding: 30px;
  margin-bottom: 20px;
}
.faq-sec .faq-listing .faq-collapse-list .faq-collapse-content {
  display: none;
  margin-top: 20px;
}
.faq-sec .faq-listing .faq-collapse-list .faq-collapse-content.active {
  display: block;
}
.faq-sec .faq-holder {
  width: 100%;
  margin-bottom: 30px;
}
.faq-sec .faq-holder .faq-box {
  margin-bottom: 40px;
}
.faq-sec .faq-accordion {
  width: 100%;
  margin-bottom: 30px;
}
.faq-sec .faq-accordion .faq-accordion-list {
  position: relative;
  padding: 30px;
  margin-bottom: 20px;
}
.faq-sec .faq-accordion .faq-accordion-list .faq-accordion-content {
  display: none;
}
.faq-sec .faq-accordion .faq-accordion-list .faq-accordion-content.active {
  display: block;
}

.collapse-arrow {
  display: block;
  position: absolute;
  right: 25px;
  top: 30px;
  width: 25px;
  height: 13px;
  background-image: url("../images/faq-arrow-down.png");
}
.collapse-arrow.hide {
  display: none;
}

.open-arrow {
  display: block;
  position: absolute;
  right: 25px;
  top: 30px;
  width: 16px;
  height: 27px;
  background-image: url("../images/faq-arrow-right.png");
}
.open-arrow.hide {
  display: none;
}

.accordion-arrow {
  display: block;
  position: absolute;
  right: 25px;
  top: 30px;
  width: 25px;
  height: 13px;
  background-image: url("../images/faq-arrow-down.png");
}
.accordion-arrow.hide {
  display: none;
}

.open-accordion {
  display: block;
  position: absolute;
  right: 25px;
  top: 30px;
  width: 16px;
  height: 27px;
  background-image: url("../images/faq-arrow-right.png");
}
.open-accordion.hide {
  display: none;
}

/** popup style **/
.sw-data-popup a, .sw-collect-popup a {
  cursor: pointer;
}

.popup {
  display: none;
  cursor: pointer;
  position: fixed;
  z-index: -999;
  opacity: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 5% 20px 40px;
  background: rgba(0, 0, 0, 0.5);
}
.popup .popup-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 40px 64px;
  position: relative;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1490196078);
  left: 25%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 800px;
}
@media (max-width: 640px) {
  .popup .popup-content {
    max-width: 100%;
    top: 100px;
    left: unset;
    transform: unset;
  }
}
.popup .popup-content .close-popup, .popup .popup-content .close-popup-hcp {
  word-break: break-word;
  text-decoration: underline;
  cursor: pointer;
}
.popup .popup-content .close-popup:hover, .popup .popup-content .close-popup-hcp:hover {
  text-decoration: none;
}
.popup .popup-content .close-icon {
  position: absolute;
  top: 20px;
  right: 25px;
}
.popup .popup-content h2.sec-heading {
  color: #000;
}
.popup .popup-content h3 {
  font-size: 24px;
  color: #14304c;
  line-height: 32px;
}
.popup .popup-content ul.dotted-list {
  margin-left: 0;
}
.popup .popup-content ul.dotted-list li:before {
  background-color: #D91C5C;
}
.popup .popup-content .side-img-wrapper {
  display: inline-flex;
  flex-direction: row;
  gap: 40px;
}
@media (max-width: 640px) {
  .popup .popup-content .side-img-wrapper {
    flex-direction: column;
  }
}
.popup .popup-content .side-img-wrapper .side-img-left {
  min-width: 150px;
}

.athome-popup, .hcp-popup {
  cursor: pointer;
  text-decoration: underline;
}

/* misc form styles */
.form-section {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
}
.form-section .container .int-space .form-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 64px 111px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1490196078);
  margin: 0 80px;
}
@media (max-width: 640px) {
  .form-section .container .int-space .form-container {
    margin: 0;
    padding: 32px 24px;
  }
}
.form-section .container .int-space .form-container h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  width: 100%;
  margin-bottom: 4px;
}
.form-section .container .int-space .form-container h4 span {
  color: red;
}
.form-section .container .int-space .form-container .cz-field-text, .form-section .container .int-space .form-container .cz-field-email, .form-section .container .int-space .form-container .cz-field-phone, .form-section .container .int-space .form-container .cz-field-zippostal {
  position: relative;
  height: 48px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #007eb0;
  margin-top: 10px;
}
@media (max-width: 640px) {
  .form-section .container .int-space .form-container .cz-field-text, .form-section .container .int-space .form-container .cz-field-email, .form-section .container .int-space .form-container .cz-field-phone, .form-section .container .int-space .form-container .cz-field-zippostal {
    width: 100%;
  }
}
.form-section .container .int-space .form-container .cz-field-text.cz-input-invalid, .form-section .container .int-space .form-container .cz-field-email.cz-input-invalid, .form-section .container .int-space .form-container .cz-field-phone.cz-input-invalid, .form-section .container .int-space .form-container .cz-field-zippostal.cz-input-invalid {
  border: 1px solid #D91C5C;
}
.form-section .container .int-space .form-container .cz-field-text.cz-input-invalid .require-field, .form-section .container .int-space .form-container .cz-field-email.cz-input-invalid .require-field, .form-section .container .int-space .form-container .cz-field-phone.cz-input-invalid .require-field, .form-section .container .int-space .form-container .cz-field-zippostal.cz-input-invalid .require-field {
  display: block;
}
.form-section .container .int-space .form-container #cz_submit_form_1_field_ext_q1 {
  /*width: 160px*/
}
@media (max-width: 640px) {
  .form-section .container .int-space .form-container #cz_submit_form_1_field_ext_q1 {
    width: 100%;
  }
}
.form-section .container .int-space .form-container #cz_submit_form_1_field_email, .form-section .container .int-space .form-container .input-q4-other {
  width: 100%;
}
@media (max-width: 640px) {
  .form-section .container .int-space .form-container #cz_submit_form_1_field_phone {
    width: 100%;
  }
}
.form-section .container .int-space .form-container .input-q4-other {
  display: none;
  color: #004B8B;
  margin-top: 30px;
}
.form-section .container .int-space .form-container .center {
  justify-content: center;
}
.form-section .container .int-space .form-container .form-policy {
  font-size: 14px;
  color: #413c47;
  font-weight: 300;
  width: 100%;
}
.form-section .container .int-space .form-container .form-policy p {
  line-height: normal;
  width: 100%;
}
.form-section .container .int-space .form-no-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}
.form-section .container .int-space .form-no-container .cz-submit-form {
  width: 100%;
}
.form-section .container .int-space .form-no-container h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  width: 100%;
  margin-bottom: 4px;
}
.form-section .container .int-space .form-no-container h4 span {
  color: red;
}
.form-section .container .int-space .form-no-container .cz-field-text, .form-section .container .int-space .form-no-container .cz-field-email, .form-section .container .int-space .form-no-container .cz-field-phone, .form-section .container .int-space .form-no-container .cz-field-zippostal {
  position: relative;
  height: 48px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #007eb0;
  margin-top: 10px;
}

.dnq-form {
  margin-bottom: 60px;
}
.dnq-form button {
  margin-top: 25px;
}
.dnq-form h2.sec-heading {
  color: #000;
}
.dnq-form .control p {
  font-size: 17px;
}

.disclosure-form button {
  margin-bottom: 40px;
}
.disclosure-form .input-row {
  padding: 20px 0;
}

.email-opt-out-form {
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .email-opt-out-form button.btn {
    min-width: 335px;
  }
}

.disclaimer {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .disclaimer {
    max-width: 640px;
  }
}

.cz-field-locationselect {
  width: 100%;
  display: inline-block;
}
.cz-field-locationselect .column-3 {
  width: 30%;
  float: left;
}
@media (max-width: 767px) {
  .cz-field-locationselect .column-3 {
    width: 100%;
  }
}

.step-3 .block-md {
  margin-bottom: 20px;
}

#copy-item, #copy-btn {
  cursor: pointer;
}

.copy-text {
  display: none;
  color: red;
  font-weight: bold;
  margin-left: 30px;
}

/** location layout **/
.cz-field-locationselect {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  flex-direction: row;
}
.cz-field-locationselect .location-outer .location-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 32px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1490196078);
  min-height: 300px;
}
.cz-field-locationselect .location-outer .location-inner .control-indicator {
  display: none;
}
.cz-field-locationselect .location-outer .location-inner .control {
  padding-left: 0;
}
.cz-field-locationselect .location-outer .location-details {
  color: #14304c;
}
.cz-field-locationselect .location-outer .location-details span {
  display: inline-block;
  width: 100%;
}
.cz-field-locationselect .location-outer .location-details span:empty {
  width: auto;
}
.cz-field-locationselect .location-outer .location-details .location-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.cz-field-locationselect .location-outer .location-details .location-distance {
  margin-top: 10px;
}
.cz-field-locationselect .location-outer .location-details .location-distance .text-bold {
  color: #007eb0;
  font-weight: 700;
}

/** error handling styles **/
.cz-submit-invalid:not(.cz-field) .cz-field-text {
  border: 1px solid #D91C5C !important;
}

.require {
  display: none;
  position: relative;
  color: #D91C5C;
  margin-top: 5px;
}
.require > p {
  font-weight: 500;
  margin: 0;
  display: inline-block;
}

.cz-submit-invalid .require {
  display: block;
}
.cz-submit-invalid .cz-field-text, .cz-submit-invalid .cz-field-phone, .cz-submit-invalid .cz-field-zippostal {
  border: 1px solid #D91C5C !important;
}
.cz-submit-invalid .control-indicator {
  border: 1px solid #D91C5C;
}
.cz-submit-invalid .cz-field-email {
  border: 1px solid #D91C5C !important;
}

.dnq-form {
  margin-bottom: 60px;
}
.dnq-form button {
  margin-top: 25px;
}
.dnq-form h2.sec-heading {
  color: #000;
}
.dnq-form .control p {
  font-size: 17px;
}

.disclosure-form button {
  margin-bottom: 40px;
}
.disclosure-form .input-row {
  padding: 20px 0;
}

.email-opt-out-form {
  flex-direction: column;
  align-items: center;
}

.disclaimer {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .disclaimer {
    max-width: 640px;
  }
}

#cz_submit_form_1_field_ext_health_agree .control-indicator {
  border-radius: 50%;
}
#cz_submit_form_1_field_ext_health_agree .control {
  display: inline-block;
  float: left;
}

input[type=date].wsf-field, input[type=datetime-local].wsf-field, input[type=file].wsf-field, input[type=month].wsf-field, input[type=password].wsf-field,
input[type=search].wsf-field, input[type=time].wsf-field, input[type=week].wsf-field, input[type=email].wsf-field, input[type=number].wsf-field,
input[type=tel].wsf-field, input[type=text].wsf-field, input[type=url].wsf-field, select.wsf-field, textarea.wsf-field {
  padding: 10px 15px 9px;
  margin-bottom: 20px;
  border: 2px solid #000;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: none;
  width: 100%;
  font-size: 19px;
  line-height: 1.3;
  color: #000;
}
@media (min-width: 768px) {
  input[type=date].wsf-field, input[type=datetime-local].wsf-field, input[type=file].wsf-field, input[type=month].wsf-field, input[type=password].wsf-field,
  input[type=search].wsf-field, input[type=time].wsf-field, input[type=week].wsf-field, input[type=email].wsf-field, input[type=number].wsf-field,
  input[type=tel].wsf-field, input[type=text].wsf-field, input[type=url].wsf-field, select.wsf-field, textarea.wsf-field {
    font-size: 24px;
    padding: 12px 20px 11px;
    margin-bottom: 40px;
  }
}

.thanks-content {
  text-align: center;
  background-color: #D91C5C;
  padding: 50px 0;
  position: relative;
}
@media (min-width: 768px) {
  .thanks-content {
    padding: 90px 0;
  }
  .thanks-content.ht-2 {
    height: 500px;
  }
}
.thanks-content.ht-2 {
  align-items: center;
}
@media (max-width: 767px) {
  .thanks-content.ht-2 {
    padding: 60px 0;
  }
}
@media (min-width: 991px) {
  .thanks-content .container {
    max-width: 860px;
  }
}
.thanks-content h2 {
  font-size: 48px;
  color: #004B8B;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .thanks-content h2 {
    font-size: 40px;
  }
}
.thanks-content h2:not(:last-child) {
  margin-bottom: 10px;
}
.thanks-content p {
  font-size: 18px;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .thanks-content h2 {
    font-size: 64px;
  }
  .thanks-content p {
    font-size: 24px;
  }
}

/** Tooltip style **/
.tooltip {
  width: 28px;
  height: 28px;
  background: transparent;
  font-weight: 500;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid #004B8B;
  color: #004B8B;
  line-height: 1;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 1px 0 0 4px;
  font-size: 24px;
  cursor: pointer;
}

/* Tipso Bubble Styles */
.tooltip-section .tooltip-content {
  display: none;
}

.tipso_bubble, .tipso_bubble > .tipso_arrow {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tipso_bubble {
  position: absolute;
  z-index: 9999;
  padding: 17px 23px 2px;
  background: #004B8B;
  color: #fff;
  border: 1px solid #004B8B;
  border-radius: 12px;
}

.tooltip-content {
  padding-bottom: 10px;
  font-size: 16px;
}
.tooltip-content > h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 5px;
}
.tooltip-content p:not(:last-child) {
  margin-bottom: 15px;
}
.tooltip-content ul {
  margin-bottom: 5px;
}
.tooltip-content ul.dotted-list {
  margin-left: 0;
}
.tooltip-content ul.dotted-list li {
  font-size: 16px;
  padding-left: 15px;
  padding-bottom: 3px;
}
.tooltip-content ul.dotted-list li:before {
  top: 9px;
  width: 4px;
  height: 4px;
}

.tipso_style {
  cursor: help;
  position: relative;
}

.tipso_title {
  border-radius: 6px 6px 0 0;
}

.tipso_content {
  word-wrap: break-word;
}

.tipso_bubble.tiny {
  font-size: 0.6rem;
}

.tipso_bubble.small {
  font-size: 0.8rem;
}

.tipso_bubble.default {
  font-size: 1rem;
}

.tipso_bubble.large {
  font-size: 1.2rem;
  width: 100%;
}

.tipso_bubble > .tipso_arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 12px solid;
  pointer-events: none;
}

.tipso_bubble.top > .tipso_arrow {
  border-top-color: #004B8B;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  top: 100%;
  left: 50%;
  margin-left: -12px;
}

.tipso_bubble.bottom > .tipso_arrow {
  border-bottom-color: #004B8B;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  bottom: 100%;
  left: 50%;
  margin-left: -12px;
}

.tipso_bubble.left > .tipso_arrow {
  border-left-color: #004B8B;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  top: 50%;
  left: 100%;
  margin-top: -12px;
}

.tipso_bubble.right > .tipso_arrow {
  border-right-color: #004B8B;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  top: 50%;
  right: 100%;
  margin-top: -12px;
}

.tipso_bubble .top_right_corner, .tipso_bubble.top_right_corner {
  border-bottom-left-radius: 0;
}

.tipso_bubble .bottom_right_corner, .tipso_bubble.bottom_right_corner {
  border-top-left-radius: 0;
}

.tipso_bubble .top_left_corner, .tipso_bubble.top_left_corner {
  border-bottom-right-radius: 0;
}

.tipso_bubble .bottom_left_corner, .tipso_bubble.bottom_left_corner {
  border-top-right-radius: 0;
}

/** Tooltip style end **/
/** default embed styles **/
.sw-se-wrapper {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.sw-se-wrapper p {
  margin: 15px 0;
}

.sw-se-wrapper h2 {
  font-size: 36px;
  margin-bottom: 30px;
}

/*# sourceMappingURL=stylesheet.css.map */



/* --------------------------------------------------------------------------
   /* NEW STYLES CSS*/
   -------------------------------------------------------------------------- */



/* --------------------------------------------------------------------------
   Section: Header & navigation (base + desktop)
   -------------------------------------------------------------------------- */

.header-nav .container {
  display: flex;
  align-items: center;
}

.site-logo,
.tag_line {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.site-logo-mob {
  margin-left: 20px;
}

.header .header-nav .container .lang-icon {
  display: flex;
  align-items: center;
  margin-left: 16px;
}

.header .header-nav .container .lang-icon img {
  display: block;
}

.header .header-nav .container .lang-icon-mob {
  margin-left: 0;
}

/* --------------------------------------------------------------------------
   Section: Mobile logo swap (narrow screens)
   -------------------------------------------------------------------------- */

@media (max-width: 768px) {
  .header-nav .container {
    flex-direction: column;
    text-align: center;
  }

  .tag_line {
    margin-top: 10px;
  }

  .site-logo {
    display: none;
  }

  .site-logo-mob {
    display: block;
  }
}

/* --------------------------------------------------------------------------
   Section: Side-image (appendix overrides)
   -------------------------------------------------------------------------- */

.side-image {
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-image .container .side-img-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 64px;
  position: relative;
}

.side-image .container .side-img-wrapper .side-img-left img {
  margin-bottom: 0;
}

.side-image .container .side-img-wrapper.stretch {
  padding: 64px 0;
  align-items: flex-start;
}

/* --------------------------------------------------------------------------
   Section: Icon row / study / gradient title / heading lines
   -------------------------------------------------------------------------- */

.icon-row-tight {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.icon-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  max-width: 180px;
}

.gradient-sec .title {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  width: 100%;
}

.gradient-sec .grad-content p {
  width: auto;
}

.study-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.study-link img {
  height: 40px;
  width: auto;
  display: block;
}

.heading-with-lines {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 56px;
  color: #fff !important;
  text-transform: none !important;
}

.heading-with-lines::before,
.heading-with-lines::after {
  content: "";
  flex: 1;
  height: 2px;
  background: #fff;
  opacity: 0.6;
}

/* --------------------------------------------------------------------------
   Section: Banner (tablet / mobile)
   -------------------------------------------------------------------------- */

@media (max-width: 820px) {
  .heading-with-lines::before,
  .heading-with-lines::after {
    display: none !important;
  }

  .heading-with-lines {
    gap: 0 !important;
  }

  .banner {
    background: linear-gradient(180deg, rgb(0, 75, 139) 0%, rgb(0, 126, 176) 100%) !important;
    padding: 0 !important;
  }

  .banner .mob-banner-img {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .banner .mob-banner-img img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin-bottom: 30px !important;
  }

  .banner .container .banner-content {
    width: 100%;
    margin-left: 0;
    text-align: left;
    padding-bottom: 30px;
  }
}

@media (max-width: 640px) {
  .gradient-sec .grad-content {
    padding-bottom: 20px;
  }
}

/* --------------------------------------------------------------------------
   Section: Bloom study
   -------------------------------------------------------------------------- */

#bloom_study {
  padding-top: 20px;
  padding-bottom: 20px;
}

#bloom_study .col-2 {
  padding: 20px 100px;
}

@media (max-width: 640px) {
  #bloom_study .col-2 {
    padding: 20px 40px;
  }
}

/* --------------------------------------------------------------------------
   Section: Header — stacked layout (tablet, up to 820px)
   -------------------------------------------------------------------------- */

@media (max-width: 820px) {
  .header-nav .container {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    margin-left: 20px !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
  }

  .header-nav .site-logo {
    display: none !important;
  }

  .header-nav .site-logo-mob {
    display: block !important;
    order: 1;
    margin-bottom: 6px !important;
    margin-left: 0;
  }

  .header-nav .tag_line {
    order: 2;
    margin: 0 0 12px 0 !important;
    width: 100%;
    text-align: left !important;
  }

  .header-nav .menu-main-menu-container {
    order: 3;
    width: 100%;
    text-align: left !important;
  }

  .header-nav .header-cta {
    order: 4;
    margin-top: 10px !important;
  }

  .header-nav .lang-icon {
    display: none !important;
  }

  .header-nav .lang-icon-mob {
    order: 5;
    margin-top: 10px !important;
  }
}

/* --------------------------------------------------------------------------
   Section: Grid utilities & lists
   -------------------------------------------------------------------------- */

.row .col,
.row [class*="col-"] {
  padding-left: 25.5px;
  padding-right: 25.5px;
  flex-grow: 1;
}

:where(ul:not(:last-child)) {
  margin-bottom: 0;
}

ul {
  margin-top: 0;
  margin-left: 25px;
}

/* --------------------------------------------------------------------------
   Section: Form field widths (appendix)
   -------------------------------------------------------------------------- */

#cz_submit_form_1_field_ext_q4 {
  width: 90px !important;
}

#cz_submit_form_1_field_ext_q5 {
  width: 90px !important;
}

/* --------------------------------------------------------------------------
   Section: Mobile nav & hamburger base
   -------------------------------------------------------------------------- */

.nav-trigger > div > span {
  display: block;
  width: 100%;
  height: 2px;
  background: #004b8b;
  transition: all 0.2s ease-in-out;
  transform-origin: center;
}

.mob-nav li a {
  color: #004b8b;
  text-decoration: none;
}

/* --------------------------------------------------------------------------
   Section: Language switcher dropdowns
   -------------------------------------------------------------------------- */

.lang-switcher-wrapper,
.lang-switcher-wrapper-mob {
  position: relative;
  display: inline-block;
}

.lang-dropdown,
.lang-dropdown-mob {
  position: absolute;
  right: 0;
  top: 45px;
  background: #fff;
  border-radius: 8px;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 9999;
}

.lang-dropdown li,
.lang-dropdown-mob li {
  padding: 8px 20px;
  white-space: nowrap;
}

.lang-dropdown li a,
.lang-dropdown-mob li a {
  color: #004b8b;
  text-decoration: none;
  font-weight: 600;
}

.lang-dropdown li a:hover,
.lang-dropdown-mob li a:hover {
  color: #d91c5c;
}

@media (min-width: 769px) {
  .lang-icon,
  .lang-switcher-wrapper {
    display: inline-flex !important;
    align-items: center;
  }

  .lang-icon-mob,
  .lang-switcher-wrapper-mob {
    display: none !important;
  }
}

/* --------------------------------------------------------------------------
   Section: Mobile header & language (max-width: 768px)
   -------------------------------------------------------------------------- */

@media (max-width: 768px) {
  .lang-icon-mob,
  .lang-switcher-wrapper-mob {
    display: flex !important;
    align-items: center;
  }

  .lang-icon,
  .lang-switcher-wrapper {
    display: none !important;
  }

  .header .header-nav .container,
  .header-nav .container {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 20px !important;
  }

  .site-logo-mob {
    display: block !important;
    order: 1 !important;
    margin-right: auto !important;
  }

  .tag_line {
    display: none !important;
  }

  .mobile-right {
    order: 2 !important;
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    margin-left: auto !important;
    z-index: 9999 !important;
  }

  .mobile-controls {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    margin-left: auto !important;
    z-index: 9999 !important;
  }

  .lang-switcher-wrapper-mob {
    position: relative;
    display: flex !important;
    align-items: center !important;
  }

  .lang-switcher-wrapper-mob,
  .lang-icon-mob {
    display: flex !important;
    align-items: center !important;
    z-index: 9999 !important;
  }

  .lang-icon-mob {
    gap: 10px;
    justify-content: center;
  }

  .lang-icon-mob img {
    display: block !important;
    width: 28px !important;
    height: auto !important;
  }

  .nav-trigger {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    cursor: pointer !important;
    padding: 10px !important;
    z-index: 9999 !important;
  }

  .nav-trigger span {
    display: block !important;
    width: 26px !important;
    height: 3px !important;
    margin: 4px 0 !important;
    background: #004b8b !important;
    border-radius: 2px !important;
  }
}

.header .header-nav .container .site-logo-mob img {
  width: 110px !important;
  height: auto !important;
  max-height: none !important;
}



