/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \******************************************************************************************************************************************************/

/*fix for static*/

/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss (1) ***!
  \**********************************************************************************************************************************************************/

@import url(https://use.typekit.net/baw0qeg.css);

/*!********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/normalize.css/normalize.css ***!
  \********************************************************************************************/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
  padding-top: 150px;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss (2) ***!
  \**********************************************************************************************************************************************************/

html,
body {
  font-size: 16px;
}

.wrapper {
  margin: 0 auto;
  max-width: 1800px;
  width: 100%;
  position: relative;
}

body {
  overflow: auto;
}

body.scroll-lock {
  overflow: hidden;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.full-blocks .container {
  display: block;
}

.container.fluid {
  max-width: 100%;
}

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

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

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

.blue {
  color: #143b60;
}

.white {
  color: #fff;
}

.black {
  color: black;
}

.yellow {
  color: #f7e14c;
}

a {
  opacity: 1;
}

a:hover {
  opacity: 0.9;
}

.border-bottom {
  border-bottom-style: solid;
  border-bottom-color: #2c6fb4;
  border-bottom-width: 13px;
}

.divider {
  border-width: 6px;
  border-style: solid;
  border-radius: 12px;
  border-color: #f7e14c;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
}
.width-full {
  width: 100%;
}
.divider.short {
  width: 10rem;
}

.divider.low {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.divider.orange {
  border-color: #f5a361;
}

.divider.outline {
  border-width: 1px;
  height: 12px;
}

.divider.solid {
  border-width: 6px;
}

.divider.yellow {
  border-color: #f7e14c;
}

.divider.blue {
  border-color: #2c6fb4;
}

.divider-2 {
  border-width: 2px;
  border-style: solid;
  border-radius: 12px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: 9px;
  background-color: transparent;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .divider-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

.title-page {
  font-family: "din-2014-narrow", sans-serif;
  font-size: 55px;
  line-height: 1.2;
  font-weight: bold;
  color: #143b60;
  letter-spacing: 0.01em;
  width: 100%;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  padding-bottom: 2rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .title-page {
    font-size: 48px;
    line-height: 1.2;
    padding-bottom: 1rem;
  }
}

.uppercase {
  text-transform: uppercase;
}

.divider-line {
  width: 100%;
  height: 9px;
  border: 1px solid #a3c5e9;
  border-radius: 12px;
}

.upper-title {
  display: block;
  text-transform: uppercase;
  font-size: 110%;
  color: #2c6fb4;
}

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

.image-spacer {
  padding: 1rem 0;
}

.cols-2 {
  column-count: 2;
  font-size: 90%;
}

.cols-2 li {
  margin-right: 1rem;
  margin-bottom: 1.2rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .cols-2 {
    column-count: 1;
    margin-right: 0;
  }
}

.text-white {
  color: #fff;
}

sup {
  top: -0.8em;
  font-size: 50%;
}

.icons-calendar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.icons-calendar .icon-download {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}

.icons-calendar .icon-download a {
  color: #2c6fb4;
  font-weight: 500;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  font-family: "din-2014", sans-serif;
  text-decoration: none;
}
.icons-calendar .icon-download a:hover {
  color: #00325d;
  text-decoration: underline;
}

.icons-calendar .icon-download img {
  max-width: 50px;
}

.filter-white {
  filter: brightness(0) invert(1);
}

.pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem !important;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .pagination {
    margin-bottom: 1rem !important;
  }
}

.cta-button {
  border-radius: 55px;
  padding: 0 2.5rem;
  min-width: 200px;
  font-family: "din-2014-narrow", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.03em;
  text-align: center;
  font-size: 21px;
  line-height: 27px;
  margin: 1rem 16px;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  border-style: none;
  appearance: none;
  outline: none;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
}

@media all and (min-width: 1px) and (max-width: 500px) {
  .cta-button {
    font-size: 21px;
    height: 36px;
    line-height: 36px;
    margin: 0.5rem 1rem;
    padding: 0 1rem;
  }
}

.cta-button.white {
  background-color: #fff;
  color: #143b60;
  transition: all 0.2s ease-in-out;
  border: 1px solid #fff;
}

.cta-button.white:hover {
  border: 1px solid #fff;
  background-color: #f7e14c;
  color: #143b60;
}

.cta-button.blue {
  background-color: #143b60;
  color: #fff;
  transition: all 0.2s ease-in-out;
  border: 1px solid #143b60;
}

.cta-button.blue:hover {
  background-color: #f7e14c;
  color: #143b60;
}

.cta-button:disabled {
  background-color: gray;
}

.cta-button:disabled:hover {
  background-color: lightgray;
}

.banner-image {
  width: 100%;
  object-fit: fill;
}

.blocks-image {
  width: 100%;
  object-fit: fill;
  height: auto;
}

/* #indication .container,
#indication-short .container {
    padding: 0;
} */

#indication .indication,
#indication-short .indication {
  margin-bottom: 70px;
  width: 100%;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  #indication .indication,
  #indication-short .indication {
    margin-left: 0;
    margin-right: 0;
  }
}

#indication .indication h3,
#indication-short .indication h3 {
  font-family: "din-2014-narrow", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-size: 24px;
  line-height: 31px;
  font-weight: bold;
}

#indication .indication h4,
#indication-short .indication h4 {
  text-transform: uppercase;
  font-family: "din-2014",sans-serif;
  letter-spacing: -0.01em;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  margin: 7px 0 0 0;
}

#indication .indication pre,
#indication-short .indication pre {
  color: #000;
  border: 2px solid #000;
  padding: 0.5rem 1rem;
  white-space: normal;
  font-family: "din-2014", sans-serif;
  letter-spacing: -0.01em;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  margin: 0.5rem 0 0 0;
}

#indication .indication ul,
#indication-short .indication ul {
  padding-left: 1.5rem;
  color: #000;
  font-family: "din-2014", sans-serif;
  letter-spacing: -0.01em;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}

#indication .indication ul li,
#indication-short .indication ul li {
  margin-bottom: 0.5rem;
}

#indication .indication p,
#indication-short .indication p {
  color: #000;
  font-family: "din-2014", sans-serif;
  letter-spacing: -0.01em;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}

#indication-short {
  /* border-top: 6px solid #2C6FB4; */
  overflow: hidden;
  max-height: 140px;
  position: fixed;
  background-color: #fff;
  bottom: 0;
  width: 100%;
  max-width: 1800px;
  z-index: 100;
  margin-right: auto;
  margin-left: auto;
  transition: all 1s ease-in-out;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.26));
}

@media all and (min-width: 1px) and (max-width: 768px) {
  #indication-short {
    max-width: 100%;
  }
  #indication-short .indication {
    margin-top: 1rem;
  }
  #indication-short .indication h3 {
    margin-top: 2.5rem;
    margin-bottom: 0;
    line-height: 1;
  }
  #indication-short .indication h4 {
    margin-top: 0.45rem;
  }
}

#indication-short.hide-me {
  max-height: 0;
}

#indication-short .go-indication {
  margin: 0.5rem auto;
  background-color: transparent;
  border: none;
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
  top: -5px;
  color: #2c6fb4;
  transform: rotate(180deg);
}

#indication-short .go-indication.mobile {
  display: none;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  #indication-short .go-indication.mobile {
    display: block;
    left: 50%;
    right: 50%;
  }
}

#indication-short .go-indication.desktop {
  top: 20px;
  right: 0;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
    opacity: 1;
  }
  to {
    transform: translateY(200%);
    opacity: 0;
  }
}

footer .footer-menus {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #00325d;
  color: #fff;
}

@media all and (min-width: 1px) and (max-width: 1024px) {
  footer .footer-menus {
    padding-top: 3rem;
    padding-bottom: 2rem;
    margin-right: 0;
  }
}

footer .footer-menus .container {
  justify-content: space-between;
}

@media all and (min-width: 1px) and (max-width: 1024px) {
  footer .footer-menus .container {
    flex-wrap: wrap;
  }
}

footer .footer-menus .container .footer-logo {
  max-width: 125px;
  height: auto;
}

footer .footer-menus .container .block {
  margin: 0 1rem;
}

@media all and (min-width: 1px) and (max-width: 1024px) {
  footer .footer-menus .container .block {
    margin: 15px 0;
    width: 50%;
  }
  footer .footer-menus .container .block:first-child {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  footer .footer-menus .container .block:nth-child(2) {
    width: 100%;
  }
}

footer .footer-menus .container .block .menu {
  list-style: none;
  padding-left: 0;
}

footer .footer-menus .container .block .menu li:first-child {
  margin-bottom: 1rem;
}

footer .footer-menus .container .block .menu li:first-child a {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  font-family: "din-2014",sans-serif;
  color: #a3c5e9;
  text-decoration: none;
}

@media all and (min-width: 1px) and (max-width: 1024px) {
  footer .footer-menus .container .block .menu li:first-child a {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.01em;
  }
}

footer .footer-menus .container .block .menu li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  font-family: "din-2014",sans-serif;
}

@media all and (min-width: 1px) and (max-width: 1024px) {
  footer .footer-menus .container .block .menu li a {
    font-size: 20px;
    line-height: 24px;
  }
}

footer .footer-menus .container .block .pages ul {
  list-style: none;
  padding-left: 0;
}

footer .footer-menus .container .block .pages ul a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 33px;
  letter-spacing: -0.01em;
  font-family: "din-2014", sans-serif;
}

@media all and (min-width: 1px) and (max-width: 1024px) {
  footer .footer-menus .container .block .pages ul a {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.03em;
    font-family: "din-2014-narrow", sans-serif;
  }
}

footer .footer-menus .footer-links {
  margin-top: 45px;
}

footer .footer-menus .footer-links p span {
  font-family: "din-2014",sans-serif;
  font-weight: 500;
  font-size: 14px;
}

@media all and (min-width: 1px) and (max-width: 1024px) {
  footer .footer-menus .footer-links {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 1rem;
  }
}

footer .footer-menus .footer-links .container {
  border-top: 1px solid #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 3rem;
  width: 100%;
  align-items: center;
}

@media all and (min-width: 1px) and (max-width: 1024px) {
  footer .footer-menus .footer-links .container {
    padding-top: 1rem;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 0;
  }
}

footer .footer-menus .footer-links a {
  color: #fff;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none;
  margin-right: 3rem;
  margin-top: 1rem;
  font-family: "din-2014",sans-serif;
}

@media all and (min-width: 1px) and (max-width: 1024px) {
  footer .footer-menus .footer-links a {
    font-size: 14px;
    margin-right: 0;
    margin-top: 1rem;
  }
}

.breadcrumbs {
  margin: 50px 0 0;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .breadcrumbs {
    margin: 1rem 0 0;
  }
}

.breadcrumbs .container {
  font-family: "din-2014", sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  color: #143b60;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .breadcrumbs .container {
    display: inline-block;
  }
}

.breadcrumbs .container a {
  text-decoration: none;
  color: #2c6fb4;
}

.top-bar {
  z-index: 9;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
}

.top-bar.sticky {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.top-bar .container {
  justify-content: space-between;
  align-items: center;
}

.top-bar .product-update {
  font-size: 12px;
  line-height: 30px;
  justify-self: flex-start;
  letter-spacing: 0.02em;
  margin: 0.5rem 0;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .top-bar .product-update {
    font-size: 11px !important;
    line-height: 1.5;
  }
  .top-bar .product-update .update-label {
    display: block;
  }
  .top-bar .product-update .highlight {
    display: block;
  }
  .top-bar .product-update .divider_line {
    display: none;
  }
  .top-bar .product-update .full-update {
    display: none;
  }
}

@media all and (min-width: 769px) and (max-width: 1024px) {
  .top-bar .product-update {
    font-size: 14px;
  }
  .top-bar .product-update .update-label {
    display: inline-block;
  }
  .top-bar .product-update .highlight {
    display: inline-block;
  }
  .top-bar .product-update .divider_line {
    display: inline-block;
  }
  .top-bar .product-update .full-update {
    display: inline-block;
  }
}

@media all and (min-width: 1025px) and (max-width: 1280px) {
  .top-bar .product-update {
    font-size: 13px;
  }
  .top-bar .product-update .update-label {
    display: inline-block;
  }
  .top-bar .product-update .highlight {
    display: inline-block;
  }
  .top-bar .product-update .divider_line {
    display: none;
  }
  .top-bar .product-update .full-update {
    display: none;
  }
}

.top-bar .highlight {
  color: #f7e14c;
  font-weight: 500;
}

.top-bar a {
  text-decoration: none;
  color: #fff;
}

.top-bar a:not(.no-upper) {
  text-transform: uppercase;
}

.top-bar a:hover {
  color: #f7e14c;
}

.top-bar a svg {
  padding-left: 0.5rem;
}

.top-bar .quick-links {
  font-size: 11px;
  line-height: 30px;
  display: flex;
  justify-content: flex-end;
  text-transform: uppercase;
}

@media all and (min-width: 1px) and (max-width: 1024px) {
  .top-bar .quick-links {
    display: none;
  }
}

@media all and (min-width: 1025px) and (max-width: 1280px) {
  .top-bar .quick-links {
    display: flex;
    font-size: 11px;
    line-height: 48px;
  }
}

.top-bar .quick-links .q-links {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-bar .quick-links .q-links li {
  margin-left: 0.5rem;
}

.top-bar .quick-links .q-links li a svg {
  padding-left: 0.5rem;
}

@media all and (min-width: 1025px) and (max-width: 1280px) {
  .top-bar .quick-links .q-links li a svg {
    display: none;
  }
}

.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  font-family: "din-2014-narrow", sans-serif;
}

.modal.open {
  display: flex;
}

.modal .window {
  padding: 90px 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  border-width: 2px;
  border-style: solid;
}

.modal .window .title {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0.01em;
}

.modal .window .description {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.01em;
  margin: 1rem 2rem;
}

.modal .window .cta-button.white {
  min-width: 140px;
}

.menu-bar .container {
  justify-content: space-between;
  align-items: center;
}

@media all and (min-width: 1px) and (max-width: 1024px) {
  .menu-bar .container {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.menu-bar .container .custom-logo {
  max-width: 190px;
  max-height: 76px;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .menu-bar .container .custom-logo {
    max-width: 150px;
    max-height: 60px;
  }
}

.menu-bar .container .hamburger {
  display: none;
}

@media all and (min-width: 1px) and (max-width: 1024px) {
  .menu-bar .container .hamburger {
    display: flex;
    align-self: center;
    padding: 0;
    border: 0;
    background: none;
  }
}

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

@media all and (min-width: 1px) and (max-width: 1024px) {
  .menu-bar .container nav {
    display: none;
  }
}

.menu-bar .container nav .desktop-menu {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "din-2014", sans-serif;
  font-size: 24px;
}

.menu-bar .container nav .desktop-menu > li {
  padding-right: 0px;
  padding-top: 35px;
  padding-bottom: 35px;
  z-index: 99;
  position: relative;
  text-align: center;
  margin-left: 37px;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.top-bar {
  background-color: #00325d !important;
}

.menu-bar .container nav .desktop-menu > li:last-child {
  padding-right: 0;
}

.menu-bar .container nav .desktop-menu > li:first-child {
  padding-left: 0;
}

.menu-bar .container nav .desktop-menu > li:hover > .sub-menu {
  display: flex;
}

.menu-bar .container nav .desktop-menu > li > a {
  text-decoration: none;
  color: #00325d;
  font-size: 21px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0.2rem 0;
  text-decoration: none;
  vertical-align: sub;
}

.menu-bar .container nav .desktop-menu > li > a:hover,
.menu-bar .container nav .desktop-menu > li > a:active {
  color: #2c6fb4;
}

.menu-bar .container nav .desktop-menu > li.current-menu-parent > a {
  border-radius: 60px;
  border: 1px solid #143b60;
  color: #2c6fb4;
  text-decoration: none;
  font-weight: bold !important;
  padding: 7px 10px 5px;
}

.menu-bar .container nav .desktop-menu > li.current-menu-item > a {
  border-radius: 60px;
  border: 1px solid #143b60;
  color: #2c6fb4;
  text-decoration: none;
  font-weight: 600 !important;
  padding: 0px 10px 0px;
  height: 36px !important;
  display: flex;
  align-items: center;
}

.menu-bar .container nav .desktop-menu > li .sub-menu {
  display: none;
  background-color: #f2f7fb;
  position: absolute;
  width: 100%;
  padding: 14px 15px;
  list-style: none;
  margin: 0;
  box-sizing: border-box;
  z-index: 1;
  left: 0;
  top: 100%;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: content-box;
  min-width: 176px;
}

.menu-bar .container nav .desktop-menu > li .sub-menu li {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
  margin-bottom: 9px;
  line-height: 21px;
}
.menu-bar .container nav .desktop-menu > li .sub-menu li:last-of-type {
  margin-bottom: 0;
}
.menu-bar .container nav .desktop-menu > li .sub-menu li > a {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "din-2014-narrow",sans-serif;
  color: #143b60;
}

.menu-bar .container nav .desktop-menu > li .sub-menu li > a:hover {
  color: #2c6fb4;
}

.menu-bar .container nav .desktop-menu > li .sub-menu li.current-menu-item > a {
  color: #2c6fb4;
  border: none;
  text-decoration: none;
}

.mobile-menu {
  display: none;
  background-color: #e4eef8;
  position: relative;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  z-index: 99;
  overflow-y: scroll;
  top: 0;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
}

.mobile-menu.open {
  opacity: 1;
  visibility: visible;
  display: block;
  pointer-events: all;
  z-index: 9999;
}
ul.sub-menu {
  list-style: none !important;
}
.mobile-menu .menu-main-container ul .sub-menu li {
  padding: 8px 0px !important;
}
.mobile-menu .menu-main-container ul .sub-menu li a {
  font-size: 18px !important;
}

.mobile-menu .top-bar .container {
  padding-left: 1rem;
  padding-right: 1rem;
}

.mobile-menu .container {
  padding-left: 0;
  padding-right: 0;
  flex-direction: column;
  align-items: stretch;
}

.mobile-menu .container header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 2rem;
  box-sizing: border-box;
}

.mobile-menu .container header .custom-logo {
  position: relative;
  left: -1rem;
  max-height: 60px;
  position: relative;
  width: 150px;
  top: -8px;
}

.mobile-menu .container header .hamburger.hamburger-close svg {
  max-height: 38px;
  width: auto;
}

.mobile-menu .container nav {
  padding-left: 2rem;
  padding-right: 2rem;
}

.mobile-menu .container nav .submenu-title {
  color: #92a7bb;
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 1rem;
  text-decoration: none;
  border-bottom: 2px solid #d3e4f4;
}

.mobile-menu .container nav .overview {
  border-bottom: 2px solid #d3e4f4;
  padding: 1rem 0;
}

.mobile-menu .container nav .overview a {
  color: #143b60;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-menu .container nav .menu {
  list-style: none;
  padding: 0;
}

.mobile-menu .container nav .menu li {
  border-bottom: 2px solid #d3e4f4;
  padding: 1rem 0;
}

.mobile-menu .container nav .menu li:last-child {
  border-bottom: none;
}

.mobile-menu .container nav .menu li a {
  color: #143b60;
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  text-decoration: none;
}

.mobile-menu .container nav .menu.sub-nav li a {
  color: #143b60;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-menu .container .back-button {
  line-height: 49px;
  font-weight: bold;
  font-size: 16px;
  font-family: "din-2014", sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  color: #143b60;
}

.mobile-menu .container .quick-links {
  position: relative;
  bottom: 0;
}

.mobile-menu .container .quick-links .q-links {
  margin: 0;
  padding: 1rem;
  background-color: #143b60;
}

.mobile-menu .container .quick-links .q-links li {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.mobile-menu .container .quick-links .q-links li:last-child a {
  border-bottom: none;
}

.mobile-menu .container .quick-links .q-links li a {
  border-bottom: 1px solid #2c6fb4;
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.02em;
  font-family: "din-2014", sans-serif;
  padding-bottom: 0.7rem;
}

.mobile-menu .container .quick-links .q-links li a span {
  padding-right: 3rem;
}
/* sticky header */
.headerWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  background-color: #fff;
  z-index: 2;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.headerWrapper.sticky {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.headerWrapper.sticky .menu-bar .container .custom-logo {
  max-width: 180px;
  max-height: 66px;
}
.headerWrapper.sticky .menu-bar .container nav .desktop-menu > li {
  padding-top: 27px;
  padding-bottom: 27px;
}

.footer-menus .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.footer-menus .col-left,
.footer-menus .col-right {
  width: 50%;
}
.footer-menus li {
  list-style: none;
}
.footer-menus .col-left li {
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  font-weight: 500;
  font-family: "din-2014", sans-serif;
}
.footer-menus .col-left li a {
  color: #fff;
  text-decoration: none;
}
.footer-menus .col-left li a:hover {
  color: #80aed3;
}
.footer-menus .col-left ul {
  margin: 18px 0 0;
  padding: 0;
}
.footer-menus .col-left .show-mob {
  display: none;
}
.footer-menus .col-right ul {
  margin: 0;
  padding: 0;
}
.footer-menus .col-right li {
  color: #80aed3;
  font-size: 14px;
  line-height: 25px;
  font-family: "din-2014",sans-serif;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.footer-menus .col-right li:last-of-type {
  margin-bottom: 0;
}
.footer-menus .col-right li a {
  color: #80aed3 !important;
  text-decoration: none;
}
.footer-menus .col-right li a:hover {
  color: #fff !important;
}

.hero {
  display: block;
  color: #fff;
}

.hero .background {
  position: relative;
}

.hero .container {
  padding-left: 0;
  overflow: hidden;
  display: block;
}

.hero .container.fluid {
  padding: 0;
  position: relative;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .hero .container.cta {
    flex-direction: column;
    display: flex;
    padding-left: 1rem;
  }
}

.hero .container .text-container {
  padding-top: 47px;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  box-sizing: border-box;
}

@media all and (min-width: 1001px) and (max-width: 1280px) {
  .hero .container .text-container {
    padding-top: 60px;
  }
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .hero .container .text-container {
    padding-top: 0px;
  }
}

.hero .container .text-container .gradient {
  position: absolute;
  left: 0;
  width: 60%;
  z-index: -1;
  bottom: 0;
  top: 0;
  mix-blend-mode: multiply;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.476) 2.11%,
    rgba(83, 83, 83, 0.371) 65.9%,
    rgba(141, 141, 141, 0.273) 83.5%,
    rgba(196, 196, 196, 0) 100%
  );
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .hero .container .text-container .gradient {
    width: 80%;
  }
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .hero .container .text-container .gradient {
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.476) 2.11%,
      rgba(83, 83, 83, 0.371) 65.9%,
      rgba(141, 141, 141, 0.273) 83.5%,
      rgba(196, 196, 196, 0) 100%
    );
    mix-blend-mode: multiply;
  }
}

.hero .container .text-container .indication-subtitle {
  max-width: 670px;
  z-index: 10;
}

@media all and (min-width: 1281px) and (max-width: 1680px) {
  .hero .container .text-container .indication-subtitle {
    max-width: 470px;
  }
}

@media all and (min-width: 1001px) and (max-width: 1280px) {
  .hero .container .text-container .indication-subtitle {
    max-width: 345px;
  }
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .hero .container .text-container .indication-subtitle {
    max-width: 220px;
  }
  .hero .container .text-container .indication-subtitle.patients {
    max-width: 190px;
  }
}

.hero .container .text-container .indication-subtitle.practitioners {
  max-width: 635px;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .hero .container .text-container .indication-subtitle.practitioners {
    max-width: 155px;
  }
}

.hero .container .text-container .indication-subtitle .indication-text {
  background-color: #fce500;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 60px;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .hero .container .text-container .indication-subtitle .indication-text {
    margin-bottom: 50px;
  }
  .hero .container .text-container .indication-subtitle .indication-text.patients {
    margin-bottom: 170px;
  }
}

.hero .container .text-container .indication-subtitle .indication-text .indication-image {
  height: 45px;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .hero .container .text-container .indication-subtitle .indication-text .indication-image {
    height: 33px;
  }
}

.hero .container .text-container .indication-subtitle .subtitle {
  font-size: 32px;
  font-family: "din-2014",sans-serif;
  text-align: right;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .hero .container .text-container .indication-subtitle .subtitle {
    font-size: 24px;
  }
}

.hero .container .text-container .indication-subtitle .subtitle sup {
  top: 12px;
  line-height: 0;
  position: absolute;
  font-size: 50%;
}

.hero .container .text-container .indication-subtitle .subtitle sup.reg {
  top: -12px;
  line-height: 0;
  position: relative;
  font-size: 50%;
}

.hero .title-text {
  padding-top: 0;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.hero .title-text.patients {
  margin-bottom: 100px;
  max-width: 1236px;
}

.hero .title-text.practitioners {
  max-width: 1080px;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .hero .title-text {
    margin-left: 1rem;
    margin-bottom: 50px;
  }
}

.hero .title-text .title {
  font-family: "din-2014",sans-serif;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  opacity: 0.9;
  font-size: 140px;
  line-height: 120px;
  margin-bottom: 40px;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .hero .title-text .title {
    font-size: 70px;
    margin-bottom: 20px;
    line-height: 60px;
  }
}

.hero .title-text .text {
  font-size: 21px;
  font-family: "din-2014", sans-serif;
  letter-spacing: -0.04em;
  line-height: 29px;
  margin-bottom: 88px;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .hero .title-text .text {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 56px;
    max-width: 275px;
  }
  .hero .title-text .text br {
    display: none;
  }
}

.hero .cta-hero {
  background-color: #143b60;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .hero .cta-hero {
    padding: 1rem 0;
    position: relative;
  }
}

/* home banner start here */
.hero {
  display: inline-block;
  width: 100%;
}
.home-banner-slider {
  height: 675px;
}
.home-banner-slider .slick-track,
.home-banner-slider .image-contaner,
.home-banner-slider .image-contaner img {
  height: 100%;
}
.home-banner-slider .image-contaner img {
  object-fit: cover;
  object-position: top;
}
.home-banner-slider .slick-list {
  height: 100%;
}
.home-banner-slider .slick-slide .container.fluid {
  height: 100%;
}
.home-banner-slider img.mobile.background {
  display: none;
}
.home-banner-slider .slick-slider {
  width: 100%;
}

.home-banner-slider .hero-content {
  padding-left: 1rem;
}
.home-banner-slider .hero-content h3 {
  color: #fff !important;
  font-size: 42px;
  line-height: 1em;
  font-family: "din-2014",sans-serif;
  font-weight: bold;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.home-banner-slider .hero-content h1 {
  color: #fff !important;
  font-size: 60px;
  line-height: 1em;
  font-family: "din-2014",sans-serif;
  font-weight: bold;
  margin: 0;
}
.home-banner-slider .cta-button.yellow {
  font-size: 18px;
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  line-height: 2px;
  background-color: #fae300;
  color: #0057bf;
  height: auto;
  min-width: auto;
  line-height: 1em;
  border: none;
  padding: 9px 27px 7px;
  margin-top: 30px;
  margin-left: 0;
}
.home-banner-slider .cta-button.yellow:hover {
  color: #fff;
  background-color: #0057bf;
}
.home-banner-slider .slick-prev {
  left: 30px;
  z-index: 1;
}
.home-banner-slider .slick-next {
  right: 30px;
}
.home-banner-slider .slick-prev:before {
  content: "\f104";
  font-family: fontAwesome;
}
.home-banner-slider .slick-next:before {
  content: "\f105";
  font-family: fontAwesome;
}
.home-banner-slider .slick-prev:before,
.home-banner-slider .slick-next:before {
  font-size: 65px;
  color: #fff;
}

.editor {
  background: #000;
}

.component {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: bottom center;
}

.component.get-np-thyroid-page {
  padding-bottom: 7rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component.get-np-thyroid-page {
    padding-bottom: 1rem;
  }
  .component.get-np-thyroid-page .items {
    margin-bottom: 2rem;
  }
}

.component.lt4-monotherapy {
  padding-bottom: 0rem;
  margin-bottom: 30px;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component.lt4-monotherapy {
    padding-bottom: 0rem;
    margin-bottom: 25px;
  }
}

.component.dte-therapy {
  margin-top: -5rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component.dte-therapy {
    margin-top: -2rem;
  }
}

.component.dte-therapy .container .block-container {
  flex-wrap: wrap;
}

.component.dte-therapy .container .block-container.no-wrap {
  flex-wrap: nowrap;
}

.component.hypothyroid-patients .container .block-container {
  flex-wrap: wrap;
}

.component.hypothyroid-patients .container .block-container.no-wrap {
  flex-wrap: nowrap;
}

.component.hypothyroid-patients .container .block-container .block .image.small {
  display: flex;
  justify-content: center;
}

.component.hypothyroid-patients .container .block-container .block .image.small img {
  max-width: 70%;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component.hypothyroid-patients .container .block-container .block .image.small img {
    max-width: 100%;
  }
}

.component.interest-dte {
  background-position: top;
  padding-top: 14rem;
  margin-top: -12rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component.interest-dte {
    padding-top: 3rem;
    margin-top: -2rem;
  }
}

.component.download-brochure.resources {
  background-color: #eef2f1;
}

.component.inset {
  margin-top: -450px;
  margin-bottom: 100px;
  margin-right: -420px;
  position: relative;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component.inset {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}

.component.inset .block-container {
  justify-content: flex-end !important;
}

.component.inset .container {
  max-width: 495px;
  padding: 1rem 3rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component.inset .container {
    border-radius: 0 !important;
    width: 100%;
    border: none !important;
    border-bottom: 20px solid #2c6fb4 !important;
    padding-top: 50px 1rem;
  }
}

.component.understand-dte {
  margin-bottom: 5rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component.understand-dte {
    margin-bottom: 0;
    border-bottom: none !important;
  }
}

.component.understand-dte .container {
  margin-top: 100px;
  margin-bottom: 200px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component.understand-dte .container {
    margin-bottom: 0;
    margin-top: 50px;
    border: none !important;
    border-top: 3px solid #f7e14c !important;
    border-radius: 0 !important;
  }
}

.component.understand-dte .container .block-container {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 10rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component.understand-dte .container .block-container {
    margin-bottom: 0;
    padding: 2rem;
  }
}

.component.understand-dte .container .block-container .block.left {
  margin-right: 4rem;
}

.component.understand-dte .container .block-container .block.right {
  margin-left: 4rem;
}

.component.order-samples {
  padding-bottom: 5rem;
}

.component.order-samples .cta a {
  margin-left: 0;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component.order-samples .cta a {
    margin-left: 1rem;
  }
}

.component.affordable {
  margin-top: -5rem;
}
.component .container.attached-bottom.affordable .block.left,
.component .container.attached-bottom.affordable .block.right {
  flex-direction: column;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component.affordable {
    margin-top: 0;
  }
}

.component.affordable .block-container .icons-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.component.affordable .block-container .icons-text .icon {
  width: 75px;
  height: auto;
}

.component.flexible-dosing {
  margin: 100px 0;
}

.component.flexible-dosing .container.has-bg {
  border-radius: 12px;
  padding: 3rem 6rem;
  background-size: cover;
  background-position: top center;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component.flexible-dosing .container.has-bg {
    padding: 2rem;
    border-radius: 0;
  }
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component.flexible-dosing {
    margin: 0;
  }
}

.component.flexible-dosing .cta .cta-button {
  margin-left: 0;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component.flexible-dosing .cta .cta-button {
    margin-left: 1rem;
  }
}

.component.flexible-dosing .icon-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.component.flexible-dosing .icon-group .icons {
  width: 100%;
  max-height: 75px;
  max-width: 33.3333333333%;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.component.flexible-dosing .icon-group .icons .icon {
  width: 100%;
  display: flex;
  justify-content: center;
}

.component.flexible-dosing .icon-group .icons .icon img {
  max-width: 75px;
  max-height: 75px;
  margin-right: 0 !important;
}

.component.bordered {
  border-bottom: 20px solid #2c6fb4;
}

.component.home-2nd-block {
  background-size: cover;
  background-position: bottom center;
  padding-bottom: 10rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component.home-2nd-block {
    padding-bottom: 2rem;
  }
}

.component.get-np-thyroid {
  background-position: top center;
  padding-top: 15rem;
  margin-top: -15rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component.get-np-thyroid {
    padding-top: 3rem;
    margin-top: -8rem;
  }
}

.component.hero {
  padding-bottom: 0;
}

.component.offset-top {
  margin-top: -5rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component.offset-top {
    margin-top: 0;
  }
}

.component.what-is-np-thyroid {
  padding-bottom: 20rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component.what-is-np-thyroid {
    padding-bottom: 50px;
  }
}

.component.did-you-know .container .block-container .block .text-block {
  color: #143b60;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  border-radius: 12px;
  border: 3px solid transparent;
}

.component.did-you-know .container .block-container .block .text-block.equal-h {
  height: 100%;
}

.component.did-you-know .container .block-container .block .text-block img {
  object-fit: fill;
  width: 100%;
  height: auto;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component.did-you-know .container .block-container .block {
    margin-bottom: 3rem;
  }
}

.component.offset {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-end;
  margin-top: -280px;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component.offset {
    margin-top: -75px;
  }
}

.component.offset .container.offset {
  background-color: white;
  border: 4px solid #85a397;
  border-radius: 12px;
  max-width: 650px;
  padding: 2rem;
  margin-right: 0;
  margin-left: 0;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component.offset .container.offset {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.component .container {
  padding-bottom: 100px;
  padding-top: 100px;
}
.custom_practitioner.component .container {
  padding-bottom: 50px;
  padding-top: 50px;
}

.component .container.wrap {
  padding: 50px;
  flex-wrap: wrap;
}

.component .container.shorten {
  max-width: 900px;
  display: block;
}

.component .container.affordable {
  border: 1px solid #9fc0b6;
  border-radius: 12px;
  background-color: #ecf2f0;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container.affordable {
    border-radius: 0;
  }
}

.component .container.low {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.component .container.has-bg {
  border-radius: 12px;
  padding: 3rem;
}

.component .container.download {
  padding-bottom: 50px;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container.download {
    padding-bottom: 0;
  }
}

.component .container.sample-heading {
  padding-bottom: 0px;
  padding-top: 0px;
}

.component .container.attached-up {
  padding-top: 1rem;
  padding-bottom: 100px;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container.attached-up {
    padding-bottom: 50px;
  }
}

.component .container.attached-bottom {
  padding-bottom: 0;
}

.component .container.block {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.component .container.block.first {
  padding-top: 100px;
  padding-bottom: 0;
  display: block;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container.block.first {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

.component .container.block.has-block-bg {
  padding: 2rem;
  border-radius: 12px;
  border: 3px solid #d2e2de;
}

.component .container .category-block {
  display: flex;
  width: 100%;
}

.component .container .category-block .items {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .category-block .items {
    justify-content: flex-start;
    text-align: center;
  }
}

.component .container .category-block .items .icon img {
  max-width: 75px;
  max-height: 75px;
}

.component .container .expert-block {
  width: 100%;
}

.component .container .expert-block .experts {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.component .container .expert-block .experts .item {
  width: 194px;
  height: 194px;
  box-sizing: border-box;
  position: relative;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}

.component .container .expert-block .experts .item:nth-child(4) {
  margin-right: 0;
}

.component .container .expert-block .experts .item .holder {
  position: absolute;
  height: 90%;
  width: 90%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7e14c;
  border: 1rem solid #a9c5e6;
  border-radius: 100%;
  background-position: center;
  background-size: cover;
}

.component .container .expert-block .experts .item .holder:hover {
  background-image: none !important;
}

.component .container .expert-block .experts .item .holder:hover .name-title {
  z-index: 1;
}

.component .container .expert-block .experts .item .name-title {
  font-family: "din-2014",sans-serif;
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 0;
  left: 0;
  text-align: center;
  z-index: -1;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.component .container.cta {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.component .container .block-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.component .container .block-container.mixed {
  flex-wrap: wrap;
  align-items: flex-start;
}
.component .container .block-container .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.component .container .block-container .content-wrapper .image {
  width: 23%;
  margin-top: 10px;
}
.component .container .block-container .content-wrapper .image img {
  max-width: 90% !important;
}
.component .container .block-container .content-wrapper .form-wrapper {
  width: 70%;
}
@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container.mixed {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}

.component .container .block-container.mixed .block {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.component .container .block-container.mixed .block.height-auto {
  height: auto;
}

.component .container .block-container.centered {
  flex-wrap: wrap;
  justify-content: center;
}

.component .container .block-container.centered.align-center {
  align-items: center;
}

.component .container .block-container.centered .align-center {
  align-items: center;
}

.component .container .block-container.centered .block {
  max-width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: content-box;
}

.component .container .block-container.centered .block.full {
  min-width: 100%;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container.centered .block {
    max-width: 100% !important;
  }
}

.component .container .block-container.centered .block .block-bordered {
  border-radius: 12px;
  border: 1px solid #a3c5e9;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 1rem;
  margin-bottom: 1rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container.centered .block {
    margin-bottom: 0rem;
  }
}

.component .container .block-container.centered .block:nth-child(odd):not(:last-child) .block-bordered {
  margin-left: 0.5rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container.centered .block:nth-child(odd):not(:last-child) .block-bordered {
    margin-left: 0;
  }
}

.component .container .block-container.centered .block:nth-child(even):not(:last-child) .block-bordered {
  margin-right: 0.5rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container.centered .block:nth-child(even):not(:last-child) .block-bordered {
    margin-right: 0;
  }
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container .block-group {
    margin-bottom: 3rem;
  }
}

.component .container .block-container .indented-block {
  padding-left: 5.6rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container .indented-block {
    padding-left: 0;
  }
  .component .container .block-container .indented-block .cta .cta-button {
    margin-left: 1rem;
  }
}

.component .container .block-container .indented-block .cta .cta-button {
  margin-left: 0;
}

.component .container .block-container.align-top {
  align-items: flex-start;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container {
    flex-direction: column;
  }
}

.component .container .block-container .block {
  max-width: 50%;
  width: 100%;
  /* height: 100%; */
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

/*24 Feb 2023*/
.component .container .imagetextsidebyside .block {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.component .container .imagetextsidebyside .block > * {
  width: 100%;
}
.component .container .imagetextsidebyside .block .block-title {
  width: calc(100% - 120px);
  order: 2;
  margin: 0px 0px 0px 20px;
}
.component .container .imagetextsidebyside .block .image {
  width: 100px;
  order: 1;
}
.component .container .imagetextsidebyside .block .image img {
  max-width: 100% !important;
}
.component .container .imagetextsidebyside .block form {
  width: 100%;
  order: 3;
  margin-top: 10px;
}
.component .container .imagetextsidebyside .cta-button {
  order: 4;
  margin: 0 auto 0 0 !important;
  width: unset !important;
}
/*24 Feb 2023*/
.component .container .block-container .block.form.left {
  max-width: 35%;
}
/*13 Mar 2023*/
@media (max-width: 768px) {
  body .block-text img {
    height: unset !important;
  }
}
/*13 Mar 2023*/
@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container .block.form.left {
    max-width: 100%;
  }
}

.component .container .block-container .block.form.left.has-block-bg {
  padding: 2rem;
  border-radius: 12px;
  border: 3px solid #d2e2de;
  box-sizing: border-box;
}

.component .container .block-container .block.form.right {
  max-width: 65%;
  margin-top: 2rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container .block.form.right {
    max-width: 100%;
  }
}

.component .container .block-container .block.percent-30 {
  max-width: 30%;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container .block.percent-30 {
    max-width: 100%;
  }
}

.component .container .block-container .block.percent-30.align-center {
  display: flex;
  align-items: center;
}

.component .container .block-container .block.percent-70 {
  max-width: 70%;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container .block.percent-70 {
    max-width: 100%;
  }
}

.component .container .block-container .block.percent-70.align-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
}

.component .container .block-container .block.percent-20 {
  max-width: 25%;
  padding-left: 0rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container .block.percent-20 {
    max-width: 100%;
    padding-left: 0;
  }
}

.component .container .block-container .block.percent-80 {
  width: 75%;
  padding-right: 2rem;
  max-width: 100%;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container .block.percent-80 {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }
}

.component .container .block-container .block .image.short {
  max-width: 65%;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container .block .image.short {
    max-width: 100%;
  }
}

.component .container .block-container .block .image img {
  width: 100%;
  object-fit: cover;
  height: auto;
}

.component .container .block-container .block .small-text {
  font-size: 12px;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  color: #ababab;
}

.component .container .block-container .block .small-text.blue-2 {
  color: #2c6fb4;
}

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

.component .container .block-container .block.full {
  max-width: 100%;
}

.component .container .block-container .block.offset {
  color: #143b60;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container .block.offset {
    flex-direction: column;
  }
}

.component .container .block-container .block.offset .item {
  width: calc(100% - 2rem);
  margin-right: 1rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container .block.offset .item {
    width: 100%;
  }
}

.component .container .block-container .block.offset .item .icons {
  display: flex;
  align-items: center;
}

.component .container .block-container .block.offset .item .icons .icon {
  max-width: 75px;
  width: 100%;
}

.component .container .block-container .block.offset .item .icons .icon img {
  margin-right: 1rem;
  height: auto;
  object-fit: cover;
}

.component .container .block-container .block.offset .item .icons .text {
  font-family: "din-2014", sans-serif;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container .block {
    max-width: 100%;
    margin-bottom: 2rem;
  }
}

.component .container .block-container .block.left {
  margin-right: 1rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container .block.left {
    margin-right: 0;
  }
}

.component .container .block-container .block.left.resources .items.resources {
  margin-bottom: 2rem;
}

.component .container .block-container .block.right {
  margin-left: 1rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container .block.right {
    margin-left: 0;
  }
}

.component .container .block-container .block .image-block {
  margin-left: 2rem;
  margin-right: 2rem;
}

.component .container .block-container .block .image-block.no-margin {
  margin-left: 0;
  margin-right: 0;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container .block .image-block {
    margin-left: 0;
    margin-right: 0;
  }
}

.component .container .block-container .block .image-block img {
  overflow: hidden;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.component .container .block-container .block .image-block img.offset-left {
  width: auto;
  height: auto;
  object-fit: none;
  position: relative;
  left: -100px;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container .block .image-block img.offset-left {
    left: 0;
    object-fit: cover;
    left: -20px;
    width: 100%;
    height: auto;
  }
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container .block .image-block img {
    width: 100%;
    height: auto;
  }
}

.component .container .block-container .block .icon-text {
  display: flex;
}

.component .container .block-container .block .icon-text .icon {
  margin-right: 1rem;
}

.component .container .block-container .block .icon-text .icon img {
  max-width: 75px;
  max-height: 75px;
  object-fit: cover;
  width: 75px;
  height: auto;
}

.component .container .block-container .block .icon-text .title {
  color: #143b60;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  font-weight: bold;
  font-family: "din-2014-narrow", sans-serif;
}

.component .container .block-container .block .icon-text .title.white {
  color: #fff;
}

.component .container .block-container .block .icon-text .title.black {
  color: #000;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container .block .icon-text .title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 0;
  }
}

.component .container .block-container .block .icon-text .title p {
  margin: 0;
}

.component .container .block-container .block .icon-text .title.h1-type {
  font-size: 38px;
  line-height: 42px;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container .block .icon-text .title.h1-type {
    font-size: 32px;
    line-height: 36px;
  }
}

.component .container .block-container .block .icon-text .title.h1-type sup {
  font-size: 50%;
}

.component .container .block-container .block .icon-text .title.h2-type {
  font-size: 26px;
  line-height: 32px;
}

.component .container .block-container .block .icon-text .title.h2-type.thin {
  font-weight: 600;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container .block .icon-text .title.h2-type {
    font-size: 19px;
    line-height: 27px;
  }
}

.component .container .block-container .block .text-block {
  font-family: "din-2014", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 1rem;
  color: #143b60;
}

.component .container .block-container .block .text-block.black {
  color: #000;
}

.component .container .block-container .block .text-block.white {
  color: #fff;
}

.component .container .block-container .block .text-block.orange {
  border-radius: 12px;
  border: 3px solid #f5a361;
  background-color: #fceee4;
  padding: 2rem 3rem;
  box-sizing: border-box;
}

.component .container .block-container .block .text-block.orange .icon-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.component .container .block-container .block .text-block.orange .icon-group .icon {
  width: 100%;
  max-height: 75px;
  max-width: 33.3333333333%;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.component .container .block-container .block .text-block.orange .icon-group .icon img {
  max-width: 75px;
  max-height: 75px;
}

.component .container .block-container .block .list-block {
  font-family: "din-2014", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #143b60;
}

.component .container .block-container .block .list-block.normal {
  font-weight: 500;
}

.component .container .block-container .block .list-block ul {
  padding: 0;
  margin: 0;
  margin-left: 1rem;
}

.component .container .block-container .block .list-block.white {
  color: #fff;
}

.component .container .block-container .block .title {
  color: #143b60;
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 1rem;
  letter-spacing: 0.01em;
  font-weight: bold;
  font-family: "din-2014-narrow", sans-serif;
}

.component .container .block-container .block .title.white {
  color: #fff;
}

.component .container .block-container .block .title.black {
  color: #000;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container .block .title {
    font-size: 32px;
    line-height: 36px;
  }
}

.component .container .block-container .block .title.mobile {
  display: none;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container .block .title.mobile {
    display: block;
  }
}

.component .container .block-container .block .title.h1-type {
  font-size: 38px;
  line-height: 42px;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container .block .title.h1-type {
    font-size: 32px;
    line-height: 36px;
  }
}

.component .container .block-container .block .title.h2-type {
  font-size: 26px;
  line-height: 32px;
}

.component .container .block-container .block .title.h2-type.thin {
  font-weight: 600;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container .block .title.h2-type {
    font-size: 19px;
    line-height: 27px;
  }
}

.component .container .block-container .block .title.mid-type {
  font-size: 18px;
  line-height: 24px;
}

.component .container .block-container .block .title.mid-type.thin {
  font-weight: 600;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container .block .title.hide-on-mobile {
    display: none;
  }
}

.component .container .block-container .block .cta .cta-button.left {
  margin-left: 0;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container .block .cta .cta-button.left {
    margin-left: 1rem;
  }
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container .block .cta .cta-button {
    display: flex;
  }
}

.component .container .block-container .block .text-group .action-text {
  margin-bottom: 1rem;
}

.component .container .block-container .block .icons {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.component .container .block-container .block .icons .icon img {
  margin-right: 1rem;
}

.component .container .block-container .block .icons .icon.even {
  width: 100px;
}

.component .container .block-container .block .icons .icon.even img {
  max-width: 75px;
  height: auto;
}

.component .container .block-container .block .icons .text {
  font-family: "din-2014", sans-serif;
}

.faq.component .container {
  display: block;
}

.faq.component .container .title {
  font-size: 55px;
  line-height: 1.2;
  font-weight: bold;
  font-family: "din-2014-narrow", sans-serif;
  color: #143b60;
  letter-spacing: 0.01em;
}

.faq.component .container .faq-accordions {
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq.component .container .faq-accordions .accordions {
  max-width: 1070px;
  width: 100%;
}

.faq.component .container .faq-accordions .accordions .faq-title {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #d2e2de;
}

.faq.component .container .faq-accordions .accordions .faq-title .title {
  font-size: 21px;
  font-weight: bold;
  font-family: "din-2014", sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .faq.component .container .faq-accordions .accordions .faq-title .title {
    font-size: 16px;
  }
}

.faq.component .container .faq-accordions .accordions .faq-title .title label {
  flex: 1;
  cursor: pointer;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 600;
}

.faq.component .container .faq-accordions .accordions .faq-title .title span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  flex-basis: 34px;
  background-color: #6896c6;
  border-radius: 100%;
  margin-right: 18px;
  cursor: pointer;
  pointer-events: none;
  position: relative;
}
.faq.component .container .faq-accordions .accordions .faq-title .title span:after,
.faq.component .container .faq-accordions .accordions .faq-title .title span:before {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 1px;
  transition: all 0.35s ease-in-out;
}
.faq.component .container .faq-accordions .accordions .faq-title .title span:before {
  width: 2px;
  height: 50%;
  left: 50%;
  top: 9px;
  transform: translateX(-50%);
}
.faq.component .container .faq-accordions .accordions .faq-title .title span:after {
  width: 50%;
  height: 2px;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
}

.faq.component .container .faq-accordions .accordions .faq-title .title span.hide {
  display: none;
}

.faq.component .container .faq-accordions .accordions .faq-title .title span svg {
  width: 0.8rem;
  color: #fff;
  pointer-events: none;
}

.faq.component .container .faq-accordions .accordions .faq-title.active {
  border-bottom: none;
  padding-bottom: 0;
}

.faq.component .container .faq-accordions .accordions .description {
  background-color: #eff7f5;
  font-size: 16px;
  line-height: 21px;
  color: #000;
  font-weight: 500;
  overflow-y: hidden;
  box-sizing: content-box;
  font-family: "din-2014", sans-serif;
  /* transition: all 0.5s ease; */
  padding: 1rem 3.5rem;
  margin: 1rem 0px;
  display: none;
}

.faq.component .container .faq-accordions .accordions .description.shown {
  display: block;
}

.faq.component .container .faq-accordions .accordions .accordians_row.active .faq-title .title span:before {
  height: 0%;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .faq.component .container .faq-accordions .accordions .description {
    font-size: 16px;
    line-height: 21px;
  }
}

.cta-container {
  display: flex;
  justify-content: flex-start;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .cta-container {
    flex-direction: column;
  }
}

.cta-container.center {
  justify-content: center;
  width: 100%;
}

.cta-container.left {
  justify-content: flex-start;
}

.cta-container.right {
  justify-content: flex-end;
}

.contact.component .container {
  justify-content: center;
  align-items: center;
}

.contact.component .container .contact-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .contact.component .container .contact-container {
    flex-direction: column;
  }
}

.contact.component .container .contact-container .block {
  display: flex;
  flex-basis: 50%;
}

.contact.component .container .contact-container .block-left {
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  box-sizing: border-box;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .contact.component .container .contact-container .block-left {
    padding-right: 0;
  }
}

.contact.component .container .contact-container .block-left .title {
  color: #143b60;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: bold;
  font-size: 55px;
  line-height: 64px;
  letter-spacing: -0.01em;
  margin-bottom: 44px;
}

.contact.component .container .contact-container .block-left .title span {
  display: block;
  text-transform: uppercase;
}

.contact.component .container .contact-container .block-left .description {
  font-size: 21px;
  line-height: 28px;
  font-weight: 500;
  max-width: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  border-radius: 12px;
  font-family: "din-2014", sans-serif;
}

.contact.component .container .contact-container .block-left .description.inset {
  padding-top: 49px;
  padding-bottom: 49px;
  padding-left: 43px;
  padding-right: 43px;
  border: 5px solid #d2e2de;
}

.contact.component .container .contact-container .block-left .description a {
  text-decoration: none;
  color: #143b60;
}

.contact.component .container .contact-container .block-left .description span {
  display: block;
  text-transform: uppercase;
  margin-top: 1.5rem;
}

.contact.component .container .contact-container .block-left .social {
  margin-top: 32px;
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact.component .container .contact-container .block-left .social .title {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 29px;
  text-transform: capitalize;
  margin-bottom: 19px;
}

.contact.component .container .contact-container .block-left .social .icons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact.component .container .contact-container .block-left .social .icons .icon .fa-cirle {
  background-color: #2c6fb4;
}

.contact.component .container .contact-container .block-right .form-container {
  width: 100%;
}

.contact.component .container .contact-container .block-right .form-container form .control-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
}

.contact.component .container .contact-container .block-right .form-container form .control-group label {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  font-family: "din-2014-narrow", sans-serif;
  text-transform: uppercase;
  color: #2c6fb4;
  margin-bottom: 4px;
}

.contact.component .container .contact-container .block-right .form-container form .control-group [type="text"],
.contact.component .container .contact-container .block-right .form-container form .control-group [type="email"],
.contact.component .container .contact-container .block-right .form-container form .control-group select,
.contact.component .container .contact-container .block-right .form-container form .control-group textarea {
  background: #e9f1f9;
  border-radius: 6px;
  border: none;
  line-height: 38px;
  font-size: 20px;
  width: 100%;
  padding: 0.5rem 0.5rem;
  font-family: "din-2014", sans-serif;
  color: #143b60;
  max-width: -webkit-fill-available;
}

.contact.component .container .contact-container .block-right .form-container form .control-group select {
  height: 54px;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position:
    right 0.7em top 50%,
    0 0;
  /* icon size, then gradient */
  background-size:
    0.65em auto,
    100%;
}

.contact.component .container .contact-container .block-right .form-container form .control-group select option {
  line-height: 38px;
  font-size: 20px;
}

.contact.component .container .contact-container .block-right .form-container form .control-group [type="submit"] {
  align-self: flex-start;
  padding-right: 3rem;
  padding-left: 3rem;
  margin-left: 0;
}

.contact.component .container .contact-container .block-right .form-container form .control-group textarea {
  max-height: 237px;
}

.icon-blocks {
  padding: 40px 0;
}

.icon-blocks.component .container {
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.icon-blocks.component .container .title {
  font-weight: bold;
  font-size: 64px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #143b60;
  font-family: "din-2014-narrow", sans-serif;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .icon-blocks.component .container .title {
    font-size: 38px;
  }
}

.icon-blocks.component .container .icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-top: 50px;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .icon-blocks.component .container .icons {
    margin-top: 42px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }
}

.icon-blocks.component .container .icons .item-container {
  display: flex;
  align-items: center;
}

.icon-blocks.component .container .icons .item-container .icon {
  max-width: 88px;
  border-radius: 100%;
  max-height: 88px;
  width: 100%;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

.icon-blocks.component .container .icons .item-container .text-area {
  font-weight: 500;
  font-size: 21px;
  line-height: 28px;
  font-family: "din-2014", sans-serif;
  color: #143b60;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.icon-blocks.component .container .icons .item-container .text-area .title {
  font-size: 25px;
  font-weight: bold;
}

.icon-blocks.component .container .small-text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #ababab;
  margin-top: 100px;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .icon-blocks.component .container .small-text {
    margin-top: 42px;
  }
}

.video .pre-title {
  font-family: "din-2014-narrow", sans-serif;
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .video .pre-title {
    font-size: 32px;
  }
}

.video .title {
  font-family: "din-2014-narrow", sans-serif;
  font-size: 55px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .video .title {
    font-size: 48px;
  }
}

.video .video-area {
  position: relative;
  border: 3px solid #f7e14c;
  height: 700px;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .video .video-area {
    height: 200px;
  }
}

.video .video-area iframe {
  width: 100%;
  height: 700px;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .video .video-area iframe {
    height: 200px;
  }
}

.video .video-area .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0px 0px 100px rgba(0, 0, 0, 0.25);
  mix-blend-mode: multiply;
}

.video .video-area .play-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background-color: transparent;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .video .video-area .play-logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.video .video-area .play-logo .np-logo {
  position: absolute;
  left: 5%;
  top: 5%;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .video .video-area .play-logo .np-logo {
    width: 53px;
    height: auto;
  }
}

.video .video-area .play-logo .icon-play {
  position: absolute;
  right: 5%;
  bottom: 5%;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .video .video-area .play-logo .icon-play {
    width: 107px;
    height: auto;
    display: flex;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}

.video .video-area .video-cover {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

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

.block-cta {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .block-cta .container {
    flex-direction: column;
  }
}

.block-cta .container .cta-button {
  text-align: center;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .block-cta .container .cta-button {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }
}

.block-cta .container.left {
  justify-content: flex-start;
}

.block-cta .container.left .cta-button:first-of-type {
  margin-left: 0;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .block-cta .container.left .cta-button:first-of-type {
    margin-right: 0;
  }
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .block-cta .container.left {
    justify-content: center;
    align-items: stretch;
  }
}

.block-cta .container.center {
  justify-content: center;
  align-items: stretch;
}

.block-cta .container.right {
  justify-content: flex-end;
}

.block-cta .container.right .cta-button:last-of-type {
  margin-right: 0;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .block-cta .container.right .cta-button:last-of-type {
    margin-right: 0;
  }
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .block-cta .container.right {
    justify-content: center;
    align-items: stretch;
  }
}

.block-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 1rem;
  letter-spacing: 0.01em;
  font-family: "din-2014-narrow", sans-serif;
}

.block-title.bottom-0 {
  margin-bottom: 0;
}

.block-title.b-bottom {
  border-color: #2c6fb4;
  width: 100%;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  padding-bottom: 2rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .block-title.b-bottom {
    line-height: 1.2;
    padding-bottom: 1rem;
  }
}

.block-title.space-up {
  margin-top: 2rem;
}

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

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

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

.block-title.uppercase {
  text-transform: uppercase;
}

.block-title.mobile {
  display: none;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .block-title.mobile {
    display: block;
  }
}

.block-title.hide-on-mobile {
  display: block;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .block-title.hide-on-mobile {
    display: none;
  }
}

.block-title.bullet {
  font-family: "din-2014-narrow", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.01em;
}

.block-title.h1-type {
  font-size: 34px !important;
  line-height: 36px;
  width: 100%;
  font-family: "din-2014",sans-serif;
}

.block-title.h2-type {
  font-size: 26px;
  line-height: 32px;
}

.block-title.h2-type.thin {
  font-weight: 600;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .block-title.h2-type {
    font-size: 19px;
    line-height: 27px;
  }
}

.block-title.body-type {
  font-size: 16px;
  line-height: 21px;
  font-family: "din-2014", sans-serif;
}

.block-title.body-type.semi-big {
  font-size: 21px;
  line-height: 26px;
  font-family: "din-2014",sans-serif;
  font-weight: 500;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .block-title.body-type.semi-big {
    font-size: 17px;
    line-height: 24px;
  }
}

.block-title.blue {
  color: #143b60;
}

.block-title.blue-2 {
  color: #2c6fb4;
}

.block-title.mid-type {
  font-size: 21px;
  line-height: 26px;
  font-weight: normal;
}

.block-title.mid-type.thin {
  font-weight: 600;
}

.block-title p {
  margin: 0;
}

.block-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 1rem;
  font-family: "din-2014", sans-serif;
}

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

.block-text.has-bg {
  padding: 2rem 2.5rem;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  border: 3px solid #d2e2de;
}

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

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

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

.block-text.small-text {
  font-size: 14px;
  line-height: 19px;
}

.block-text pre {
  color: #7a7a7a;
  border: 2px solid #7a7a7a;
  padding: 0.5rem 1rem;
  white-space: normal;
  font-family: "din-2014", sans-serif;
  letter-spacing: -0.01em;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  white-space: break-spaces;
}

.block-text img {
  border-style: none;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .block-text img {
    width: 100%;
    object-fit: fill;
  }
}

.block-text ul li {
  margin-bottom: 1.2rem;
}

.block-text .inline-ul-2col {
  margin: 0;
  padding-left: 1.5rem;
  margin-bottom: 1.2rem;
}

.block-text .inline-ul-2col li {
  margin-right: 2rem;
}

.block-text a {
  color: #2c6fb4;
  text-decoration: none;
}

.block-text a.black {
  color: black;
}

.block-text.text-quote {
  border-radius: 0;
  border-width: 7px;
}

.block-text.has-block-bg {
  box-sizing: border-box;
  padding: 2rem;
  background-position: center;
  background-size: cover;
  border-radius: 12px;
  border: 3px solid #d2e2de;
}

.block-text.mid {
  font-weight: bold;
  font-size: 110%;
}

.block-text.post-title {
  font-size: 115%;
  text-decoration: none;
}

.block-text.pad-lr {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .block-text.pad-lr {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

.block-bullets {
  color: #fff;
}

.block-bullets .bullets {
  color: inherit;
  margin: 0;
  padding: 0;
  padding-left: 1rem;
}

.block-bullets .bullets .block-title {
  font-size: 16px;
  line-height: 24px;
  font-family: "din-2014", sans-serif;
  letter-spacing: 0.01em;
  font-weight: 600;
}

.bubbles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .bubbles.side {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .bubbles.top {
    margin-left: 1.5rem;
  }
}

.bubbles.center {
  height: 100%;
  justify-content: center;
  align-items: center;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .bubbles.center {
    flex-direction: row;
  }
  .bubbles.center .item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.bubbles .item {
  flex-basis: 33.3333333333%;
  display: flex;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  align-items: center;
  margin-bottom: 2rem;
}

.bubbles .item:nth-child(-n + 3) {
  align-items: flex-start;
}

.bubbles .item:nth-child(3n + 1) {
  padding-left: 0;
}

.bubbles .item:nth-child(3n) {
  padding-right: 0;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .bubbles .item {
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
    align-items: center;
  }
}

.bubbles .item .icon {
  flex: 2;
  display: flex;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  max-width: 75px;
  max-height: 75px;
  justify-content: center;
  align-items: center;
}

.bubbles .item .icon img {
  max-width: 75px;
  max-height: 75px;
}

.bubbles .item .block-label {
  flex: 4;
  box-sizing: border-box;
  padding: 0 0 0 1rem;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  font-family: "din-2014", sans-serif;
  color: #143b60;
}

.block-left-right {
  position: relative;
  background-position-x: center;
  background-position-y: bottom;
  background-size: cover;
}

.block-left-right.has-inset {
  padding-top: 17rem !important;
  flex-direction: column;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .block-left-right.has-inset {
    padding-top: 1rem !important;
  }
}

.block-left-right.has-offset {
  padding-bottom: 15rem !important;
  flex-direction: column;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .block-left-right.has-offset {
    padding-bottom: 1rem !important;
  }
}

.block-left-right .container > .block-text {
  width: 100%;
}

.block-left-right .container.offset {
  padding-bottom: 15rem !important;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .block-left-right .container.offset {
    padding-bottom: 0rem !important;
  }
}

.block-left-right .container .blocks-container {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .block-left-right .container .blocks-container {
    flex-direction: column;
  }
}

.block-left-right .container .blocks-container .block {
  flex-basis: 50%;
  box-sizing: content-box;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .block-left-right .container .blocks-container .block {
    margin-bottom: 2rem;
  }
}

.block-left-right .container .blocks-container .block:nth-child(odd) {
  margin-right: 3.75rem;
}

.block-left-right .container .blocks-container .block:nth-child(odd).slim {
  margin-right: 0.75rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .block-left-right .container .blocks-container .block:nth-child(odd).slim {
    margin-right: 0;
  }
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .block-left-right .container .blocks-container .block:nth-child(odd) {
    margin-right: 0;
  }
}

.block-left-right .container .blocks-container .block:nth-child(even) {
  margin-left: 3.75rem;
}

.block-left-right .container .blocks-container .block:nth-child(even).slim {
  margin-left: 0.75rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .block-left-right .container .blocks-container .block:nth-child(even).slim {
    margin-left: 0;
  }
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .block-left-right .container .blocks-container .block:nth-child(even) {
    margin-left: 0;
  }
}

.block-left-right .container .blocks-container .block .cta-button:first-of-type {
  margin-left: 0;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .block-left-right .container .blocks-container .block .cta-button:first-of-type {
    margin-right: 0;
    display: flex;
  }
}

.block-left-right .container .blocks-container .block.full {
  flex-basis: 100%;
}

.block-left-right .container .blocks-container .block.force-full {
  flex-basis: 100%;
  padding-right: 0;
}

.block-left-right .container .blocks-container .block .cta-container.middle {
  display: flex;
  justify-content: center;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .block-left-right .container .blocks-container .block .cta-container.middle {
    display: block;
  }
}

.block-left-right .container .blocks-container .block .cta-container.left {
  display: flex;
  justify-content: flex-start;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .block-left-right .container .blocks-container .block .cta-container.left {
    display: block;
  }
}

.block-left-right .container .blocks-container .block .cta-container.right {
  display: flex;
  justify-content: flex-end;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .block-left-right .container .blocks-container .block .cta-container.right {
    display: block;
  }
}

.block-left-right .container.slim {
  max-width: 1034px;
  padding-right: 0;
  padding-left: 0;
  flex-wrap: wrap;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .block-left-right .container.slim {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.block-left-right .container.bordered-container {
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  padding: 4rem 5rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .block-left-right .container.bordered-container {
    padding: 1rem;
    border: none;
  }
}

.block-left-right .container.with-container-bg {
  padding: 4rem 5rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .block-left-right .container.with-container-bg {
    padding: 2.5rem 1rem 0;
  }
}

.main-block-container {
  position: relative;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .main-block-container .offset .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.main-block-container .offset .container .offset-container {
  position: absolute;
  bottom: 7%;
  right: 200px;
  max-width: 650px;
  border-radius: 10px;
  padding: 35px 3rem 30px 5rem;
  border-width: 0.3rem;
  border-style: solid;
  box-sizing: border-box;
}

@media all and (min-width: 1281px) and (max-width: 1600px) {
  .main-block-container .offset .container .offset-container {
    right: 150px;
  }
}

@media all and (min-width: 769px) and (max-width: 1280px) {
  .main-block-container .offset .container .offset-container {
    right: 30px;
  }
}

.main-block-container .offset .container .offset-container .cta-container .cta-button {
  margin-left: 0;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .main-block-container .offset .container .offset-container {
    position: relative;
    padding: 1rem;
    top: 0;
    left: 0;
    max-width: 100%;
    border-radius: 0;
    border: none;
  }
}

.main-block-container .inset {
  position: absolute;
  width: 100%;
  z-index: 2;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .main-block-container .inset {
    position: relative;
    top: 0;
  }
}

.main-block-container .inset .container > .block-text {
  width: 100%;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .main-block-container .inset .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.main-block-container .inset .container .inset-container {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 130px;
  padding-right: 130px;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  background-color: #fff;
  background-position-x: center;
  background-position-y: bottom;
  background-size: cover;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .main-block-container .inset .container .inset-container {
    flex-direction: column;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.main-block-container .inset .container .inset-container .block {
  flex-basis: 50%;
  box-sizing: content-box;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .main-block-container .inset .container .inset-container .block {
    margin-bottom: 2rem;
  }
}

.main-block-container .inset .container .inset-container .block:nth-child(odd) {
  margin-right: 3.75rem;
}

.main-block-container .inset .container .inset-container .block:nth-child(odd).slim {
  margin-right: 0.75rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .main-block-container .inset .container .inset-container .block:nth-child(odd).slim {
    margin-right: 0;
  }
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .main-block-container .inset .container .inset-container .block:nth-child(odd) {
    margin-right: 0;
  }
}

.main-block-container .inset .container .inset-container .block:nth-child(even) {
  margin-left: 3.75rem;
}

.main-block-container .inset .container .inset-container .block:nth-child(even).slim {
  margin-left: 0.75rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .main-block-container .inset .container .inset-container .block:nth-child(even).slim {
    margin-left: 0;
  }
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .main-block-container .inset .container .inset-container .block:nth-child(even) {
    margin-left: 0;
  }
}

.main-block-container .inset .container .inset-container .block .cta-button:first-of-type {
  margin-left: 0;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .main-block-container .inset .container .inset-container .block .cta-button:first-of-type {
    margin-right: 0;
    display: flex;
  }
}

.main-block-container .inset .container .inset-container .block.full {
  flex-basis: 100%;
}

.main-block-container .inset .container .inset-container .block.force-full {
  flex-basis: 100%;
  padding-right: 0;
}

.main-block-container .inset .container .inset-container .block .cta-container.middle {
  display: flex;
  justify-content: center;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .main-block-container .inset .container .inset-container .block .cta-container.middle {
    display: block;
  }
}

.main-block-container .inset .container .inset-container .block .cta-container.left {
  display: flex;
  justify-content: flex-start;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .main-block-container .inset .container .inset-container .block .cta-container.left {
    display: block;
  }
}

.main-block-container .inset .container .inset-container .block .cta-container.right {
  display: flex;
  justify-content: flex-end;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .main-block-container .inset .container .inset-container .block .cta-container.right {
    display: block;
  }
}

.main-block-container .inset .container.slim {
  max-width: 1034px;
  flex-wrap: wrap;
}

.component .container .block-container .block .form-container {
  font-family: "din-2014-narrow", sans-serif;
  font-size: 17px;
  line-height: 23px;
  font-weight: bold;
}

.component .container .block-container .block .form-container.resources .input-group input:not(.cta-button),
.component .container .block-container .block .form-container.resources .input-group textarea {
  background-color: #fff;
  border-radius: 6px;
  border: none;
  padding: 0.5rem 1rem;
}

.component
  .container
  .block-container
  .block
  .form-container.resources
  .input-group
  input:not(.cta-button):focus-visible,
.component .container .block-container .block .form-container.resources .input-group textarea:focus-visible {
  outline: none;
  border: none;
}

.component .container .block-container .block .form-container .wpcf7-form-control-wrap {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.component .container .block-container .block .form-container .wpcf7-list-item {
  margin-left: 0;
}

.component .container .block-container .block .form-container .input-group-container {
  display: flex;
  justify-content: space-between;
}

.component .container .block-container .block .form-container .input-group-container .input-group {
  flex-basis: 45%;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container .block .form-container .input-group-container {
    flex-direction: column;
  }
  .component .container .block-container .block .form-container .input-group-container .input-group {
    flex-basis: 100%;
  }
}

.component .container .block-container .block .form-container .input-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.75rem;
}

.component .container .block-container .block .form-container .input-group [for="privacy"] {
  color: #000;
  text-transform: none;
  font-weight: 500;
}

.component .container .block-container .block .form-container .input-group label {
  text-transform: uppercase;
  color: #2c6fb4;
  margin-bottom: 5px;
}

.component .container .block-container .block .form-container .input-group input:not(.cta-button),
.component .container .block-container .block .form-container .input-group textarea {
  background-color: #e9f1f9;
  border-radius: 6px;
  border: none;
  padding: 0.5rem 1rem;
}

.component .container .block-container .block .form-container .input-group input:not(.cta-button):focus-visible,
.component .container .block-container .block .form-container .input-group textarea:focus-visible {
  outline: none;
  border: none;
}

.component .container .block-container .block .form-container .input-group select {
  border: 1px solid #a3c5e9;
  box-shadow: none;
  background-color: transparent;
  padding: 0.5rem 1rem;
  appearance: none;
  -webkit-appearance: none;
  background-position: 98.5% 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEESURBVHgB7ZOxrgFBFIbPOXMf4Fa33vLem0i0OmohlCoeYbwBb7BvgEpJJGpKpYSg3Fol0do5ZohY7DJGu1+zM2f/8/+ZszsAKSmfgtHNnxxVBFNHL7/BAQYOCLm58MvDS42iAsGi7mpuQEBPKWpEazcBiGEPPkSR6iYGnI6G3AZXdO86Mh6DuNdsZ/3pT66mvw3m4U3zpV9qPZST9Bk56jJTHWy8UfX06Rtx7yipSUAo9WMOL2Ct2Z+18eHPmn/lwBP8NTF/R7w5ByEeChu/GoBLwLMQG3OrAMO/HGeJeQLXO7JTiIWVX3w5QgILjJFC1bzszdrG/G3MuDw5cL7pKSluHAH++FvFpgh9wwAAAABJRU5ErkJggg==");
}

.component .container .block-container .block .form-container .input-group select:focus-visible {
  outline: none;
}

.component .container .block-container .block .form-container .input-group .cta-button {
  border: none;
  width: auto;
  margin-left: 0;
  align-self: flex-start;
  padding-left: 5rem;
  padding-right: 5rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component .container .block-container .block .form-container .input-group .cta-button {
    align-self: center;
    width: 100%;
  }
}

.nf-form-fields-required {
  display: none;
}

.nf-field-label label {
  text-transform: uppercase;
  color: #2c6fb4;
  font-family: "din-2014",sans-serif;
}

.nf-field-element [type="button"] {
  text-transform: uppercase;
  border: none;
  height: 36px !important;
  line-height: 36px !important;
  padding: 0 2.5rem !important;
  min-width: 200px !important;
  font-family: "din-2014", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.03em;
  text-align: center;
  font-size: 21px;
  background-color: #143b60 !important;
  color: #fff !important;
  border-radius: 55px;
  transition: all 0.2s ease-in-out !important;
  border: 1px solid #143b60 !important;
  cursor: pointer;
  font-weight: 700;
  border-radius: 55px !important;
}

.nf-field-element [type="button"]:hover {
  background-color: #f7e14c !important;
  border-color: #fff !important;
  color: #143b60 !important;
}

.ninja-forms-field {
  background-color: #e9f1f9 !important;
  border-radius: 6px !important;
  border: none !important;
  padding: 0.5rem 1rem !important;
  color: #143b60;
}

.ninja-forms-field:focus-visible {
  outline: none;
  border: none;
}

.nf-form-content .list-select-wrap > div select {
  border-radius: 6px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  background-position: 98.5% 50% !important;
  background-repeat: no-repeat !important;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEESURBVHgB7ZOxrgFBFIbPOXMf4Fa33vLem0i0OmohlCoeYbwBb7BvgEpJJGpKpYSg3Fol0do5ZohY7DJGu1+zM2f/8/+ZszsAKSmfgtHNnxxVBFNHL7/BAQYOCLm58MvDS42iAsGi7mpuQEBPKWpEazcBiGEPPkSR6iYGnI6G3AZXdO86Mh6DuNdsZ/3pT66mvw3m4U3zpV9qPZST9Bk56jJTHWy8UfX06Rtx7yipSUAo9WMOL2Ct2Z+18eHPmn/lwBP8NTF/R7w5ByEeChu/GoBLwLMQG3OrAMO/HGeJeQLXO7JTiIWVX3w5QgILjJFC1bzszdrG/G3MuDw5cL7pKSluHAH++FvFpgh9wwAAAABJRU5ErkJggg==") !important;
}

.nf-form-content .list-select-wrap > div select:focus-visible {
  outline: none !important;
}

.nf-form-content select.ninja-forms-field {
  color: #143b60 !important;
}

.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type="button"]),
.nf-form-content textarea {
  border: none !important;
}

.icon-text {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .icon-text {
    margin-bottom: 1rem;
  }
}

.icon-text.top {
  flex-direction: column;
}

.icon-text.bottom {
  flex-direction: column-reverse;
}

.icon-text.bottom .icons {
  margin-right: 0;
  flex-wrap: wrap;
}

.icon-text.bottom .icons.padded-lr {
  padding-left: 5rem;
  padding-right: 5rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .icon-text.bottom .icons.padded-lr {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.icon-text.bottom .icons .icon {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 1rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .icon-text.mobile-top-icon {
    flex-direction: column;
    align-items: flex-start;
  }
  .icon-text.mobile-top-icon .block-title br {
    display: none;
  }
}

.icon-text .icons {
  margin-right: 1rem;
  display: flex;
  justify-content: center;
}

.icon-text .icons.check-orange .icon {
  max-height: 52px;
  max-width: 52px;
}

.icon-text .icons .icon {
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  width: 99px;
  height: 99px;
  max-width: 99px;
  max-height: 99px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icons-group {
  display: flex;
  flex-wrap: wrap;
}

.icons-group.centered {
  justify-content: center;
}

.icons-group.centered .icon.sidebar img {
  max-width: 32px;
}

.icons-group.centered .icon img {
  margin: 0.25rem;
}

.icons-group .icons {
  width: 33.3333333333%;
  display: flex;
  align-items: center;
  padding-right: 1rem;
  box-sizing: border-box;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .icons-group .icons {
    width: 100%;
  }
}

.icons-group .icons .icon {
  display: flex;
}

.icons-group .icons .icon img {
  max-width: 75px;
  max-height: 75px;
  margin-right: 1rem;
  width: 75px;
}

.icons-group .icons .text {
  font-family: "din-2014", sans-serif;
  color: #143b60;
}

.icons-title {
  margin-top: 2rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .icons-title {
    margin-top: 1rem;
  }
}

.background {
  display: none;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: fill;
  width: 100%;
  height: auto;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .background {
    height: unset;
  }
}

@media all and (min-width: 1px) and (max-width: 500px) {
  .background.mobile {
    display: flex;
    z-index: -1;
    height: 100%;
  }
}

@media all and (min-width: 501px) and (max-width: 2800px) {
  .background.desktop {
    display: flex;
  }
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .component:not(.category) {
    background-image: none !important;
  }
}

.spacer {
  display: inline-block;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .spacer {
    display: none;
  }
}

.spacer.mobile {
  display: none;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .spacer.mobile {
    display: inline-block;
  }
}

.featured-articles {
  display: flex;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .featured-articles {
    flex-direction: column;
  }
}

.featured-articles .items {
  max-width: 25%;
  margin: 0.25rem;
  padding: 1rem 0 0;
  background-color: #e9f1f9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.featured-articles .items:hover {
  background-color: #f7e14c;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .featured-articles .items {
    max-width: 100%;
  }
}

.featured-articles .items .category {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
}

.featured-articles .items .category.pad-lr {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .featured-articles .items .category.pad-lr {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

.featured-articles .items .category .icon {
  max-width: 32px;
  margin-right: 1rem;
}

.featured-articles .items .category .icon img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.featured-articles .items .category .block-text {
  margin-bottom: 0;
}

.featured-articles .items .image {
  display: flex;
  height: unset !important;
}

.icon-text-category {
  display: flex;
  align-items: center;
}

.icon-text-category .icon {
  margin-right: 1rem;
}

.icon-text-category .icon img {
  height: 75px;
}

.icon-text-category .block-title {
  margin-bottom: 0;
}

.category-articles {
  margin-bottom: 2rem;
  flex-wrap: wrap;
  display: flex;
}

.category-articles .items {
  max-width: calc(25% - 0.75rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0.25rem;
  padding: 1rem 0 0;
  background-color: #e9f1f9;
  width: 100%;
}

/* .category-articles .items:nth-child(4n + 1) {
  margin-left: 0;
} */

/* .category-articles .items:nth-child(4n) {
  margin-right: 0;
} */

@media all and (min-width: 1px) and (max-width: 768px) {
  .category-articles .items {
    max-width: 100%;
  }
}

.category-articles .items .category {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  justify-content: flex-start;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .category-articles .items .category {
    justify-content: center;
    margin-left: 0;
  }
}

.category-articles .items .category .icon {
  margin-right: 0.5rem;
  max-width: 32px;
}

.category-articles .items .category .icon .cat-icon {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.category-articles .items .category .block-text {
  margin-bottom: 0;
}

.category-articles .items .image {
  display: flex;
  /* height: 125px; */
}

.category-articles .items:hover {
  background-color: #f7e14c;
}

.post-sibebar {
  margin-top: 5.8rem;
  padding: 1rem;
  background-color: #e9f1f9;
}

@media all and (min-width: 1px) and (max-width: 768px) {
  .post-sibebar {
    margin-top: 0;
  }
}

.post-sibebar .cat-title {
  border-bottom: none;
  padding-bottom: 0;
}

.post-sibebar .cat-icons {
  margin-bottom: 1rem;
}

.post-sibebar .cat-icons .items {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.post-sibebar .cat-icons .items .icon {
  max-width: 32px;
  margin-right: 0.25rem;
}

.post-sibebar .cat-icons .items .icon img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.post-sibebar .cat-icons .items .block-text {
  margin-bottom: 0;
}

.post-sibebar .social-icons {
  margin-bottom: 1rem;
}

.single .featured-image {
  width: 100%;
}

.single .featured-image img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.single .icon-text .image {
  max-width: 32px;
  margin-right: 1rem;
}

.single .icon-text .image .icon {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.single .icon-text .block-text {
  margin-bottom: 0;
}

.single .author {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.single .author .image {
  max-width: 75px;
  margin-right: 1rem;
}

.single .author .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.single .author .block-text {
  margin-bottom: 0;
}

/*Begin Custom Static MailChimp*/

.form-container .mailchimp-forms {
  font-family: "din-2014",sans-serif !important;
  color: #2c6fb4 !important;
  background: none !important;
}

.form-container .mailchimp-forms form {
  padding: 0 0 10px 0 !important;
}

.form-container .mailchimp-forms p {
  font-family: "din-2014", sans-serif;
}

.form-container .mailchimp-forms .asterisk {
  color: #e80000 !important;
  font-size: 18px !important;
  top: 0 !important;
}

.form-container .mailchimp-forms .indicates-required .asterisk {
  top: 3px !important;
}

.form-container .mailchimp-forms p .asterisk {
  top: -3px !important;
  font-size: 60% !important;
}

.form-container .mailchimp-forms .indicates-required {
  text-align: right;
}

.form-container .mailchimp-forms div.mce_inline_error {
  color: #e80000 !important;
  font-weight: bold !important;
  font-size: 17px !important;
  line-height: 1.1 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}

.form-container .mailchimp-forms label {
  text-transform: uppercase;
  color: #2c6fb4;
  font-weight: 600;
  font-size: 18px;
  font-family: "din-2014-narrow", sans-serif;
}

.form-container .mailchimp-forms a {
  color: #2c6fb4 !important;
  text-decoration: underline !important;
}

.form-container .mailchimp-forms a:hover {
  color: #2c6fb4 !important;
  text-decoration: none !important;
}

.form-container .mailchimp-forms .small-meta.nowrap {
  color: #2c6fb4 !important;
}

.form-container .mailchimp-forms input {
  color: #787878;
  font-weight: 400;
  font-size: 16px;
  height: 50px;
  border: none !important;
  transition: all 0.5s;
  background-color: #e9f1f9;
  border-radius: 6px;
  padding: 0 12px !important;
  margin: 0 0 4px 0 !important;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  background-position: calc(100% + 31px) center;
  background-repeat: no-repeat;
  font-family: "din-2014", sans-serif !important;
}

.form-container .mailchimp-forms.resources-page input {
  background-color: #ffffff !important;
}

.form-container .mailchimp-forms input.valid {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzAwNzUwMDt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02LjgsMjU2QzYuOCwxMTguMywxMTguMyw2LjgsMjU2LDYuOFM1MDUuMiwxMTguMyw1MDUuMiwyNTZTMzkzLjcsNTA1LjIsMjU2LDUwNS4yUzYuOCwzOTMuNyw2LjgsMjU2egoJIE0zNjguNywyMTNjMTAuNi0xMC42LDEwLjYtMjcuOSwwLTM4LjZjLTEwLjYtMTAuNi0yNy45LTEwLjYtMzguNiwwTDIyNC44LDI3OS44bC00My00M2MtMTAuNi0xMC42LTI3LjktMTAuNi0zOC42LDAKCWMtMTAuNiwxMC42LTEwLjYsMjcuOSwwLDM4LjZsNjIuMyw2Mi4zYzEwLjYsMTAuNiwyNy45LDEwLjYsMzguNiwwTDM2OC43LDIxM3oiLz4KPC9zdmc+Cg==");
  background-size: 30px 30px;
  background-position: calc(100% - 8px) center;
}

.form-container .mailchimp-forms input.mce_inline_error {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0U4MDAwMDt9Cgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00NjYuNzk1Mjg4MSw1MDcuNTc4MDY0SDQ1LjIwNDcxMTljLTIyLjUyMzcwNDUsMC00MC43ODI3NzU5LTE4LjI1OTA2MzctNDAuNzgyNzc1OS00MC43ODI3NzU5VjQ1LjIwNDcxMTkKCWMwLTIyLjUyMzcwNDUsMTguMjU5MDcxNC00MC43ODI3NzU5LDQwLjc4Mjc3NTktNDAuNzgyNzc1OWg0MjEuNTkwNTc2MmMyMi41MjM3MTIyLDAsNDAuNzgyNzc1OSwxOC4yNTkwNzE0LDQwLjc4Mjc3NTksNDAuNzgyNzc1OQoJdjQyMS41OTA1NzYyQzUwNy41NzgwNjQsNDg5LjMxOTAwMDIsNDg5LjMxOTAwMDIsNTA3LjU3ODA2NCw0NjYuNzk1Mjg4MSw1MDcuNTc4MDY0eiIvPgo8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMjMyLDE1MmMwLTEzLjE5OTk5NjksMTAuODAwMDAzMS0yNCwyNC0yNGMxMy4yMDAwMTIyLDAsMjQsMTAuNzUsMjQsMjR2MTI4YzAsMTMuMjUtMTAuNzUsMjQtMjQsMjQKCXMtMjQtMTAuNzAwMDEyMi0yNC0yNFYxNTJ6Ii8+CjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0yNTYsNDAwYy0xNy4zNjAwMDA2LDAtMzEuNDQwMDAyNC0xNC4wNzk5ODY2LTMxLjQ0MDAwMjQtMzEuNDQwMDAyNAoJYzAtMTcuMzU5OTg1NCwxNC4wNzAwMDczLTMxLjQ0MDAwMjQsMzEuNDQwMDAyNC0zMS40NDAwMDI0czMxLjQ0MDAwMjQsMTQuMDc5OTg2NiwzMS40NDAwMDI0LDMxLjQ0MDAwMjQKCUMyODcuMzk5OTkzOSwzODUuODk5OTkzOSwyNzMuMzk5OTkzOSw0MDAsMjU2LDQwMHoiLz4KPC9zdmc+Cg==");
  background-size: 30px 30px;
  background-position: calc(100% - 8px) center;
}

.form-container .mailchimp-forms textarea {
  color: #787878;
  font-weight: 400;
  font-size: 16px;
  height: 50px;
  border: none !important;
  transition: all 0.5s;
  background-color: #e9f1f9;
  border-radius: 6px;
  padding: 12px !important;
  vertical-align: middle;
  width: 100%;
  height: 200px;
  min-height: 200px;
  box-sizing: border-box;
  background-position: calc(100% + 31px) 8px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  margin-bottom: 4px;
  font-family: "din-2014", sans-serif !important;
}

.form-container .mailchimp-forms textarea.valid {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzAwNzUwMDt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02LjgsMjU2QzYuOCwxMTguMywxMTguMyw2LjgsMjU2LDYuOFM1MDUuMiwxMTguMyw1MDUuMiwyNTZTMzkzLjcsNTA1LjIsMjU2LDUwNS4yUzYuOCwzOTMuNyw2LjgsMjU2egoJIE0zNjguNywyMTNjMTAuNi0xMC42LDEwLjYtMjcuOSwwLTM4LjZjLTEwLjYtMTAuNi0yNy45LTEwLjYtMzguNiwwTDIyNC44LDI3OS44bC00My00M2MtMTAuNi0xMC42LTI3LjktMTAuNi0zOC42LDAKCWMtMTAuNiwxMC42LTEwLjYsMjcuOSwwLDM4LjZsNjIuMyw2Mi4zYzEwLjYsMTAuNiwyNy45LDEwLjYsMzguNiwwTDM2OC43LDIxM3oiLz4KPC9zdmc+Cg==");
  background-position: calc(100% - 8px) 8px;
}

.form-container .mailchimp-forms textarea.mce_inline_error {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0U4MDAwMDt9Cgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00NjYuNzk1Mjg4MSw1MDcuNTc4MDY0SDQ1LjIwNDcxMTljLTIyLjUyMzcwNDUsMC00MC43ODI3NzU5LTE4LjI1OTA2MzctNDAuNzgyNzc1OS00MC43ODI3NzU5VjQ1LjIwNDcxMTkKCWMwLTIyLjUyMzcwNDUsMTguMjU5MDcxNC00MC43ODI3NzU5LDQwLjc4Mjc3NTktNDAuNzgyNzc1OWg0MjEuNTkwNTc2MmMyMi41MjM3MTIyLDAsNDAuNzgyNzc1OSwxOC4yNTkwNzE0LDQwLjc4Mjc3NTksNDAuNzgyNzc1OQoJdjQyMS41OTA1NzYyQzUwNy41NzgwNjQsNDg5LjMxOTAwMDIsNDg5LjMxOTAwMDIsNTA3LjU3ODA2NCw0NjYuNzk1Mjg4MSw1MDcuNTc4MDY0eiIvPgo8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMjMyLDE1MmMwLTEzLjE5OTk5NjksMTAuODAwMDAzMS0yNCwyNC0yNGMxMy4yMDAwMTIyLDAsMjQsMTAuNzUsMjQsMjR2MTI4YzAsMTMuMjUtMTAuNzUsMjQtMjQsMjQKCXMtMjQtMTAuNzAwMDEyMi0yNC0yNFYxNTJ6Ii8+CjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0yNTYsNDAwYy0xNy4zNjAwMDA2LDAtMzEuNDQwMDAyNC0xNC4wNzk5ODY2LTMxLjQ0MDAwMjQtMzEuNDQwMDAyNAoJYzAtMTcuMzU5OTg1NCwxNC4wNzAwMDczLTMxLjQ0MDAwMjQsMzEuNDQwMDAyNC0zMS40NDAwMDI0czMxLjQ0MDAwMjQsMTQuMDc5OTg2NiwzMS40NDAwMDI0LDMxLjQ0MDAwMjQKCUMyODcuMzk5OTkzOSwzODUuODk5OTkzOSwyNzMuMzk5OTkzOSw0MDAsMjU2LDQwMHoiLz4KPC9zdmc+Cg==");
  background-position: calc(100% - 8px) 8px;
}

.form-container .mailchimp-forms input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
  appearance: checkbox !important;
  width: 25px !important;
  height: 25px !important;
  accent-color: #2c6fb4 !important;
  cursor: pointer !important;
}

.form-container .mailchimp-forms input[type="radio"] {
  -webkit-appearance: radio !important;
  appearance: radio !important;
  width: 25px !important;
  height: 25px !important;
  accent-color: #2c6fb4 !important;
  cursor: pointer !important;
}

.form-container .mailchimp-forms .mc-field-group.input-group ul {
  padding: 0;
}

.form-container .mailchimp-forms .mc-field-group.input-group ul li {
  margin-bottom: 4px;
}

.form-container .mailchimp-forms .mc-field-group {
  padding-bottom: 3% !important;
}

.form-container .mailchimp-forms fieldset.mc_fieldset.gdprRequired.mc-field-group {
  padding: 0;
  line-height: normal;
}

.form-container .mailchimp-forms fieldset.mc_fieldset.gdprRequired.mc-field-group label {
  margin-right: 8px;
  margin-bottom: 4px;
  display: block;
}

.form-container .mailchimp-forms .content__gdpr fieldset label {
  font-weight: 700 !important;
}

.form-container .mailchimp-forms #mergeRow-gdpr {
  margin: 0;
}

.form-container .mailchimp-forms label[for="mce-MSSG"] {
  margin-bottom: 12px !important;
}

.form-container .mailchimp-forms .component .container .block-container .block .form-container .input-group {
  margin-bottom: 0;
}

.form-container .mailchimp-forms .size1of2 {
  width: 100% !important;
}

.form-container .mailchimp-forms .mc-field-group.input-group ul li {
  display: table !important;
}

.form-container .mailchimp-forms .mc-field-group.input-group input {
  display: table-cell !important;
}

.form-container .mailchimp-forms .mc-field-group.input-group label {
  display: table-cell !important;
  vertical-align: top;
  padding-left: 4px;
}

.form-container .mailchimp-forms input.phonepart {
  width: 60px !important;
  background-size: 15px 15px !important;
}

.form-container .mailchimp-forms .phonearea input,
.form-container .mailchimp-forms .phonedetail1 input {
  background-image: none !important;
}

.form-container .mailchimp-forms .phonedetail1 input.phonepart,
.form-container .mailchimp-forms .phonedetail2 input.phonepart {
  width: 88px !important;
}

.form-container .mailchimp-forms input.datepart {
  background-size: 15px 15px !important;
}

.form-container .mailchimp-forms .datefield input {
  width: 100px !important;
}

.form-container .mailchimp-forms .datefield .monthfield input,
.form-container .mailchimp-forms .datefield .dayfield input {
  width: 80px !important;
  background-image: none !important;
}

.form-container .mailchimp-forms select {
  color: #787878;
  font-weight: 400;
  font-size: 16px;
  height: 50px;
  border: none !important;
  transition: all 0.5s;
  background-color: #e9f1f9;
  border-radius: 6px;
  padding: 0 12px !important;
  margin: 0 0 4px 0 !important;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100% !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  background-position: 98.3% 50% !important;
  background-repeat: no-repeat !important;
  font-family: "din-2014", sans-serif !important;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEESURBVHgB7ZOxrgFBFIbPOXMf4Fa33vLem0i0OmohlCoeYbwBb7BvgEpJJGpKpYSg3Fol0do5ZohY7DJGu1+zM2f/8/+ZszsAKSmfgtHNnxxVBFNHL7/BAQYOCLm58MvDS42iAsGi7mpuQEBPKWpEazcBiGEPPkSR6iYGnI6G3AZXdO86Mh6DuNdsZ/3pT66mvw3m4U3zpV9qPZST9Bk56jJTHWy8UfX06Rtx7yipSUAo9WMOL2Ct2Z+18eHPmn/lwBP8NTF/R7w5ByEeChu/GoBLwLMQG3OrAMO/HGeJeQLXO7JTiIWVX3w5QgILjJFC1bzszdrG/G3MuDw5cL7pKSluHAH++FvFpgh9wwAAAABJRU5ErkJggg==") !important;
}

.form-container .mailchimp-forms li {
  vertical-align: middle;
}

.form-container .mailchimp-forms input[type="submit"] {
  background: #143b60 !important;
  border: 1px solid #143b60 !important;
  padding: 0.2% 40px 0 40px !important;
  height: 32px !important;
  border-radius: 55px !important;
  text-transform: uppercase;
  font-weight: bold !important;
  font-size: 16px !important;
  font-family:
    "din-2014",
    sans-ser if !important;
  min-width: 200px;
  width: auto !important;
  line-height: normal !important;
  color: #ffffff !important;
  cursor: pointer;
}

/* m/@ */
.our-pose {
  display: flex;
  flex-wrap: wrap;
}
.pose-col {
  width: 33.333%;
}
.pose-col img {
  display: block;
}

/*IE11 only*/

_:-ms-fullscreen,
:root .form-container .mailchimp-forms input[type="submit"] {
  padding: 8px 40px 0 40px !important;
}

.form-container .mailchimp-forms input[type="submit"]:hover {
  background: #f7e14c !important;
  color: #143b60 !important;
}

/*Site style overrides*/

.page-id-5736.page-parent.for-practitioners .component.inset {
  margin-top: -450px;
  margin-bottom: 100px;
  margin-right: 0;
  margin-left: 420px;
  position: relative;
}

@media (min-width: 1px) and (max-width: 768px) {
  .page-id-5736.page-parent.for-practitioners .component.inset {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}

#indication .indication p,
#indication-short .indication p {
  font-weight: 400;
}

/* annual conference */

.annual_conference-wrapper {
  margin-top: 50px;
  margin-bottom: 70px;
}

.annual_conference-wrapper .inner-content {
  width: 100%;
}

.annual_conference-wrapper .inner-content h1 {
  font-size: 38px;
  font-weight: 700 !important;
  color: #153b60;
  line-height: 1;
  font-family: "din-2014-narrow", sans-serif;
  margin: 0;
}

.annual_conference-wrapper .inner-content .h3 {
  font-family: "din-2014", sans-serif;
  font-weight: 600 !important;
  font-size: 18.72px;
  line-height: 1.4;
  color: #000;
}

.annual_conference-wrapper .inner-content p {
  font-size: 28px;
  font-weight: 400;
  font-family: "din-2014", sans-serif;
  line-height: 1.4;
  margin: 0;
  padding-top: 30px;
  color: #000;
}

.conference_detail_section .container {
  display: block;
}

.conference_detail_section .container .month_section {
  background-color: #dae8f7;
  width: 100%;
  box-shadow: 10px 10px #143b60;
}

.conference_detail_section .container .month_section .h3 {
  font-size: 38px;
  padding: 0 30px;
  font-weight: 600 !important;
  font-family: "din-2014-narrow", sans-serif !important;
  color: #143b60;
  line-height: 1.3;
  margin: 0;
  text-transform: uppercase;
}

.conference_detail_section .month_detail_wrap {
  width: 95%;
  padding: 44px 30px 50px;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.conference_detail_section .month_detail_wrap::after {
  content: "";
  position: absolute;
  width: 95%;
  height: 3px;
  background-color: #f7e14c;
  bottom: 0;
  margin: 0 auto;
}

.conference_detail_section .month_detail_wrap:nth-last-of-type(1) {
  margin-bottom: 40px;
}

.conference_detail_section .month_detail_wrap:nth-last-of-type(1):after {
  display: none;
}

.conference_detail_section .month_detail_wrap .register_sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.conference_detail_section .month_detail_wrap .register_sec .heading-box .h2 {
  font-size: 34px;
  line-height: 1.2;
  margin: 0;
  color: #143b60;
  font-family: "din-2014-narrow", sans-serif !important;
  font-weight: 700 !important;
}

.conference_detail_section .month_detail_wrap .register_sec .register-btn {
  background-color: #2c6fb4;
}

.conference_detail_section .month_detail_wrap .register_sec .register-btn a {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  line-height: 1.7;
  font-family: "din-2014", sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 8px 30px 8px;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #2c6fb4;
  transition: all 0.2s linear;
}

.conference_detail_section .month_detail_wrap .register_sec .register-btn a:hover {
  background: #fff;
  color: #2c6fb4;
  opacity: 1;
}

.conference_area_wrap {
  width: 100%;
}

.conference_area_wrap .row-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.conference_area_wrap .row-box .column-2 {
  width: 49%;
}

.conference_area_wrap .row-box .column-2 .inner-content h3 {
  font-size: 34px;
  line-height: 1.3;
  font-weight: 700 !important;
  color: #2c6fb4 !important;
  margin: 0;
  font-family: "din-2014-narrow", sans-serif !important;
}

.conference_area_wrap .row-box .column-2 .inner-content p {
  font-size: 18px;
  line-height: 1.3;
  color: #2c6fb4;
  margin: 0;
  padding: 10px 0;
  font-weight: 400;
  font-family: "din-2014",sans-serif;
}

.conference_area_wrap .row-box .column-2 .inner-content .theater_detail {
  padding-top: 5px;
}

.conference_area_wrap .row-box .column-2 .inner-content p span {
  color: #143b60;
  font-weight: 500;
  font-family: "din-2014",sans-serif;
}

.conference_area_wrap .row-box .column-2 .inner-content .theater_detail h6 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  color: #2c6fb4;
  margin: 0;
  font-family: "din-2014",sans-serif;
}

.conference_area_wrap .row-box .column-2 .inner-content .theater_detail p {
  color: #143b60;
  padding: 0;
  font-weight: 400;
  font-family: "din-2014",sans-serif;
}

.conference_area_wrap .row-box .column-2 .right-content h6 {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #2c6fb4;
  margin: 0;
  font-family: "din-2014",sans-serif;
}

.conference_area_wrap .row-box .column-2 .right-content {
  position: relative;
  padding: 10px 0 10px 0px;
}

.conference_area_wrap .row-box .column-2 .right-content::before {
  content: "";
  width: 3px;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -20px;
  background-color: #dae8f7;
}

.conference_area_wrap .row-box .column-2 .right-content p {
  color: #143b60;
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
  font-weight: 400;
  font-family: "din-2014",sans-serif;
}

.conference_area_wrap .row-box .column-2 .right-content p br {
  display: none;
}

.contact-sec.component .container .block-container .block {
  height: inherit;
}
.contact-sec.component .left .icons-group {
  column-gap: 5px;
}

@media (max-width: 1440px) {
  .annual_conference-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  /* .annual_conference-wrapper .inner-content h1 {
        font-size: 50px;
    } */
  .annual_conference-wrapper .inner-content p {
    font-size: 24px;
    padding-top: 30px;
  }
  .conference_detail_section .container .month_section .h3 {
    font-size: 34px;
  }
  .conference_detail_section .month_detail_wrap .register_sec .heading-box .h2 {
    font-size: 32px;
  }
  .conference_detail_section .month_detail_wrap .register_sec .register-btn a {
    font-size: 20px;
  }
  .conference_area_wrap .row-box .column-2 .inner-content h3 {
    font-size: 32px;
  }
  .conference_area_wrap .row-box .column-2 .inner-content .theater_detail h6 {
    font-size: 16px;
  }
  .conference_area_wrap .row-box .column-2 .inner-content p {
    font-size: 16px;
  }
  .conference_area_wrap .row-box .column-2 .right-content h6 {
    font-size: 16px;
  }
  .conference_area_wrap .row-box .column-2 .right-content p {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  /* .annual_conference-wrapper .inner-content h1 {
        font-size: 40px;
    } */
  .annual_conference-wrapper .inner-content p {
    font-size: 22px;
    padding-top: 20px;
  }
  .conference_detail_section .container .month_section .h3 {
    font-size: 30px;
  }
  .conference_detail_section .month_detail_wrap .register_sec .heading-box .h2 {
    font-size: 30px;
  }
  .conference_detail_section .month_detail_wrap .register_sec .register-btn a {
    font-size: 18px;
    padding: 8px 25px 4px;
  }
  .conference_area_wrap .row-box .column-2 .inner-content h3 {
    font-size: 30px;
  }
  .conference_area_wrap .row-box .column-2 .right-content::before {
    left: -50px;
  }
}

@media (max-width: 992px) {
  .annual_conference-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .annual_conference-wrapper .inner-content h1 {
    font-size: 30px;
  }
  .block-title.h1-type {
    font-size: 30px !important;
    line-height: 1.4;
  }
  .annual_conference-wrapper .inner-content p {
    font-size: 20px;
  }
  .conference_detail_section .month_detail_wrap {
    width: 100%;
    padding: 30px 0px 30px;
  }
  .conference_detail_section .container .month_section {
    box-shadow: 5px 5px #143b60;
  }
  .conference_detail_section .month_detail_wrap .register_sec .heading-box .h2 {
    font-size: 24px;
  }
  .conference_detail_section .month_detail_wrap .register_sec .register-btn a {
    font-size: 14px;
    padding: 8px 20px 4px;
  }
  .conference_area_wrap .row-box .column-2 .inner-content .theater_detail {
    padding-top: 8px;
  }
  .conference_area_wrap .row-box .column-2 .inner-content h3 {
    font-size: 24px;
  }
  .conference_detail_section .month_detail_wrap::after {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .annual_conference-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .annual_conference-wrapper .inner-content h1 {
    font-size: 24px;
  }
  .block-title.h1-type {
    font-size: 24px !important;
  }
  .annual_conference-wrapper .inner-content p {
    font-size: 14px;
    padding-top: 10px;
  }
  .conference_area_wrap .row-box .column-2 {
    width: 100%;
  }
  .conference_detail_section .month_detail_wrap {
    padding: 20px 0px 20px;
  }
  .conference_detail_section .month_detail_wrap:nth-last-of-type(1) {
    margin-bottom: 10px;
  }
  .conference_area_wrap .row-box .column-2 .right-content::before {
    display: none;
  }
  .conference_area_wrap .row-box .column-2 .right-content {
    padding: 10px 0 10px 0px;
  }
  .conference_area_wrap .row-box .column-2 .right-content h6 {
    line-height: 1.4;
    font-size: 14px;
  }
  .component .container .block-container.centered .block {
    max-width: 100% !important;
  }
  .conference_area_wrap .row-box .column-2 .inner-content .theater_detail h6 {
    font-size: 14px;
  }
  .conference_area_wrap .row-box .column-2 .right-content p {
    font-size: 14px;
  }
  .conference_area_wrap .row-box .column-2 .inner-content p {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .pose-col {
    width: 100%;
    margin-top: 15px;
  }
}
@media (max-width: 576px) {
  .conference_detail_section .container .month_section .h3 {
    font-size: 20px;
    padding: 0 10px;
  }
  .conference_detail_section .month_detail_wrap .register_sec .heading-box .h2 {
    font-size: 20px;
  }
  .conference_area_wrap .row-box .column-2 .inner-content h3 {
    font-size: 20px;
  }
  ul.sub-menu {
    padding-left: 15px;
  }
  .mobile-menu .menu-main-container ul .sub-menu li a {
    font-size: 16px !important;
  }
}

@media (max-width: 420px) {
  .annual_conference-wrapper .inner-content h1 {
    font-size: 20px;
  }
  .block-title.h1-type {
    font-size: 20px !important;
  }
  .conference_detail_section .month_detail_wrap .register_sec {
    margin-bottom: 10px;
  }
}

.component.form .custom_order_left .block-title {
  box-sizing: border-box;
  padding-right: 0;
}
/* 1 may 2023*/
.component.category .icon-text-category .icon img {
  height: unset;
}
.component.social-icons .block .icons-group {
  width: 100%;
}
.component .container.attached-up .block-container,
.component.reminder-tools .container .block-container {
  align-items: flex-start;
}
.component .container.attached-up .block-container .block .post-sibebar {
  margin-top: 5.5rem;
}
.single aside.post-sibebar .cta-button.blue:hover {
  text-decoration: unset;
}
.component.understand-dte.custom-box-out .block-text.body-type.white {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .component .container.attached-up .block-container .block .post-sibebar {
    margin-top: 1.5rem;
  }
  .component.understand-dte.custom-box-out .block-text.body-type.white {
    margin-top: 0px;
  }
}

.cli-bar-message {
  font-family: "din-2014", sans-serif;
}
#indication .indication .reference-para {
  font-size: 14px;
  margin-top: 5px;
}

/* intro section start here */
.intro-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-image: url("../../../uploads/2024/06/intro-section-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -7px;
  padding: 50px 0 40px;
}
.intro-section .container {
  flex-wrap: wrap;
}
.intro-section .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 7px 0;
}
.intro-section h3 {
  color: #00325d;
  font-size: 24px;
  line-height: 36px;
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  margin: 0 0 30px;
}
.intro-section .col-left {
  width: 360px;
}
.intro-section .col-right {
  width: calc(100% - 400px);
  padding: 0 20px;
}
.intro-section h2 {
  color: #00325d;
  font-family: "din-2014",sans-serif;
  font-weight: bold;
  margin: 0 0 10px;
  font-size: 38px;
  line-height: 44px;
}
.intro-section p {
  color: #00325d;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  line-height: 23px;
}

/* situation listing start here */
.situation-listing {
  padding: 48px 0 58px;
}
.situation-listing .container {
  flex-wrap: wrap;
}
.situation-listing h2 {
  margin: 0 0 30px;
  color: #00325d;
  font-family: "din-2014",sans-serif;
  font-weight: bold;
  font-size: 38px;
  line-height: 44px;
}
.situation-listing ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.situation-listing li {
  width: 50%;
  margin-bottom: 20px;
  padding-right: 15px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.situation-listing li figure {
  width: 66px;
  margin: 0;
  padding: 0;
}
.situation-listing li p {
  width: calc(100% - 86px);
  box-sizing: border-box;
  color: #000;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  padding-left: 20px;
}

/* patient practitioner secion start */
.patient-practitioner {
  background-color: rgba(255, 244, 226, 0.89);
  padding: 28px 0;
}
.patient-practitioner .container {
  flex-wrap: wrap;
}
.patient-practitioner .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.patient-practitioner .wrapper .col:first-of-type {
  padding-right: 10px;
}
.patient-practitioner .wrapper .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.patient-practitioner h4 {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 30px;
  color: #00325d;
}
.patient-practitioner p {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 23px;
}
.patient-practitioner a.cta-button.blue {
  margin: 10px 0 0 0;
  min-width: auto;
  height: auto;
  padding: 7px 24px 6px;
  background-color: #00325d;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  align-self: flex-start;
}
.patient-practitioner a.cta-button.blue:hover {
  background-color: #f7e14c;
  color: #143b60;
}

/* service section start here */
.service-section {
  padding: 80px 0;
}
.service-section .containe {
  flex-wrap: wrap;
}
.service-section .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service-section .col {
  display: flex;
  flex-direction: column;
}
.service-section .icon-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 12px;
}
.service-section .icon-heading figure {
  margin: 0;
  padding: 0;
  width: 70px;
}
.service-section .icon-heading h3 {
  width: calc(100% - 70px);
  box-sizing: border-box;
  color: #00325d;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-size: 23px;
  line-height: 28px;
  margin: 0;
  padding-left: 10px;
}
.service-section p {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 23px;
  color: #000;
}
.service-section a {
  margin: auto 0 0;
  min-width: auto;
  height: auto;
  padding: 6px 24px 5px;
  background-color: #00325d;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  align-self: flex-start;
}
#indication .container,
#indication-short .container {
  flex-wrap: wrap;
}
.block-text.small-text p {
  margin: 7px 0;
}
.block-text.small-text p:last-of-type {
  margin-bottom: 0;
}
.isi-bottom {
  margin-top: 30px;
}
.isi-bottom p {
  margin: 7px 0;
}
.isi-bottom p a {
  text-decoration: underline;
  color: #000;
}

/* savings section start */
.savings-section {
  padding: 20px 50px;
}
.savings-section .container {
  flex-wrap: wrap;
}
.savings-section h1 {
  color: #00325d;
  font-family: "din-2014",sans-serif;
  font-weight: bold;
  margin: 0 0 7px;
  font-size: 38px;
  line-height: 44px;
  width: 100%;
}
.savings-section h2 {
  color: #143b60;
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 30px;
}
.savings-section .saving-box {
  background-color: #e6f1ec;
  border-radius: 6px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 20px;
}
.savings-section .saving-box figure {
  margin: 0;
  padding: 12px;
  width: 284px;
  box-sizing: border-box;
}
.savings-section .saving-box figure img {
  width: 100%;
}
.savings-section .saving-box .content {
  box-sizing: border-box;
  padding-left: 20px;
  width: calc(100% - 284px);
}
.savings-section .saving-box .content p {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 23px;
  color: #143b60;
}
.savings-section .saving-box .content p a {
  color: #005da7;
}
.savings-section .saving-box .content .cta-button.blue {
  margin: 0;
  min-width: auto;
  height: auto;
  padding: 6px 24px 5px;
  background-color: #00325d;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  align-self: flex-start;
}
.savings-section .saving-box .content .cta-button.blue:hover {
  background-color: #fae300;
  color: #00325d;
}
.savings-section .savings-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 18px 0 50px;
  width: 100%;
}
.savings-section .savings-links .col {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.savings-section .savings-links .col img {
  width: 90px;
  margin: 0 auto;
}
.savings-section .savings-links .col a {
  margin: 20px 0 0 0;
  min-width: auto;
  height: auto;
  padding: 6px 34px 5px;
  background-color: #00325d;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  align-self: center;
}
.savings-section .savings-links .col a:hover {
  background-color: #fae300;
  color: #00325d;
}

/* redirection popup start */
.redirection-popup,
.redirection-popup-sec {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 93, 167, 0.65);
  z-index: 999;
  overflow-y: scroll;
  padding: 0 30px;
  display: none;
  box-sizing: border-box;
}
.redirection-popup.active,
.redirection-popup-sec.active {
  display: flex;
}
.redirection-popup .wrapper,
.redirection-popup-sec .wrapper {
  border: solid 1px #fae300;
  border-radius: 6px;
  background-color: #00325d;
  max-width: 1040px;
  width: 100%;
  padding: 65px 30px;
  text-align: center;
}
.redirection-popup h2,
.redirection-popup-sec h2 {
  color: #fff;
  text-align: center;
  font-family: "din-2014",sans-serif;
  font-weight: bold;
  margin: 0 0 20px;
  font-size: 36px;
  line-height: 1em;
  width: 100%;
}
.redirection-popup p,
.redirection-popup-sec p {
  color: #fae300;
  text-align: center;
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  margin: 0 auto 25px;
  font-size: 16px;
  line-height: 23px;
  width: 100%;
  max-width: 660px;
}
.redirection-popup .btn-wrap,
.redirection-popup-sec .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.redirection-popup .close-popup,
.redirection-popup .continue-btn,
.redirection-popup-sec .close-popup,
.redirection-popup-sec .continue-btn {
  margin: 0 30px;
  padding: 6px 28px 5px;
  text-transform: uppercase;
  background-color: #fff;
  color: #00325d;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  border-radius: 55px;
  transition: all 0.2s ease-in-out;
  outline: none;
  cursor: pointer;
  border: none;
  text-decoration: none;
}
.redirection-popup .close-popup:hover,
.redirection-popup .continue-btn:hover,
.redirection-popup-sec .close-popup:hover,
.redirection-popup-sec .continue-btn:hover {
  background-color: #fae300;
}

/* newBreadcrumb start here */
.newBreadcrumb {
  margin: 30px 0 20px;
}

/* Healthcare Provider */
.healthcare-provider .container {
  flex-wrap: wrap;
}
.healthcare-provider h1 {
  color: #00325d;
  font-family: "din-2014-narrow",sans-serif;
  font-weight: 600;
  margin: 0 0 32px;
  font-size: 38px;
  line-height: 44px;
  width: 100%;
}
.healthcare-provider h2 {
  color: #143b60;
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 36px;
}
.healthcare-provider h2.color-lightBlue {
  color: #005da7 !important;
}
.healthcare-provider .paloma-box {
  border-radius: 6px;
  width: 100%;
  background-image: url("../../../uploads/2024/06/banner-paloma-img.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 40px 40px;
  margin-bottom: 52px;
}
.healthcare-provider .wrapper {
  max-width: 715px;
  margin: 0 auto;
  text-align: center;
}
.healthcare-provider .paloma-box h3 {
  color: #143b60;
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  margin: 18px 0 8px;
  font-size: 20px;
  line-height: 30px;
}
.healthcare-provider .paloma-box p {
  color: #00325d;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 16px;
}
.healthcare-provider .paloma-box a {
  margin: 0;
  min-width: auto;
  height: auto;
  padding: 6px 34px 5px;
  background-color: #00325d;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  align-self: center;
}
.healthcare-provider .paloma-box a:hover {
  background-color: #fae300;
  color: #00325d;
}

/* directories list section */
.directories-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-bottom: 50px;
}
.directories-list .col {
  text-align: center;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  border: solid 1px #a3c5e9;
  padding: 20px;
}
.directories-list figure {
  margin: 0 auto 10px;
  padding: 0;
  min-height: 74px;
}
.directories-list p {
  color: #143b60;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 10px;
}
.directories-list a {
  margin: auto 0 0 0;
  min-width: auto;
  height: auto;
  padding: 6px 28px 5px;
  background-color: #00325d;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  align-self: center;
}
.directories-list a:hover {
  background-color: #fae300;
  color: #00325d;
}
.social-icons.social-icons-strip {
  margin-bottom: 50px;
}
#indication-short .indication pre {
  margin-top: 3px;
}
#indication-short .indication p:first-of-type {
  margin-bottom: 0px;
}
#indication-short.isiSLideUp {
  max-height: 83%;
}

/* For patients page start  */
.hero.for-patients-banner .home-banner-slider {
  height: 570px;
}
.hero.for-patients-banner .home-banner-slider .hero-content h1 {
  font-size: 130px;
  font-weight: bold !important;
  text-transform: uppercase;
  letter-spacing: -4px;
  opacity: 0.77;
  line-height: 0.82em;
}
.for-patients-intro {
  padding: 58px 0 65px;
  background-image: url("../../../uploads/2024/06/for-patients-intro-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -5px;
}
.for-patients-intro .container {
  flex-wrap: wrap;
}
.for-patients-intro .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.for-patients-intro h3 {
  margin: 0 0 30px 0;
  color: #00325d;
  font-family: "din-2014-narrow",sans-serif !important;
  font-weight: 600;
  font-size: 38px;
  line-height: 44px;
}
.for-patients-intro .col-left {
  width: 210px;
}
.for-patients-intro .col-right {
  width: calc(100% - 210px);
  padding-left: 21px;
  box-sizing: border-box;
}
.for-patients-intro h5 {
  margin: 0 0 2px 0;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #143b60;
}
.for-patients-intro p {
  margin: 25px 0 15px 0;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #143b60;
}
.for-patients-intro span {
  margin: 0;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #143b60;
}
.patients-section-one {
  padding: 66px 0;
}
.patients-section-one .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.patients-section-one h2 {
  margin: 10px 0 30px 0;
  font-family: "din-2014",sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 36px;
  color: #00325d;
}
.patients-section-one h3 {
  margin: 0;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  color: #00325d;
}
.patients-section-one .col-right {
  border-radius: 6px;
  border: solid 1px #f58c35;
  padding: 22px 30px;
}
.patients-section-one p {
  margin: 0;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  text-align: center;
}
.patients-section-two {
  padding: 20px 0 35px;
}
.patients-section-two .container {
  flex-wrap: wrap;
}
.patients-section-two .title {
  margin: 0 0 24px 0;
  font-family: "din-2014",sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 36px;
  color: #00325d;
}
.patients-section-two.practitioner-section-two .title{
  font-family: "din-2014-narrow",sans-serif;
  letter-spacing: 0.1px;
}
.patients-section-two ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
}
.patients-section-two li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(33.33% - 13.33px);
  margin-right: 20px;
  box-sizing: border-box;
  margin-bottom: 46px;
}
.patients-section-two li:nth-of-type(3n) {
  margin-right: 0;
}
.patients-section-two li .icon {
  width: 70px;
}
.patients-section-two li .content {
  width: calc(100% - 70px);
  padding-left: 20px;
  box-sizing: border-box;
}
.patients-section-two li .content p {
  margin: 0;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #000;
}
.patients-section-two .full-list {
  margin-bottom: 20px;
  border-radius: 6px;
  border: solid 1px #f58c35;
  padding: 26px 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.patients-section-two .full-list .icon {
  width: 50px;
}
.patients-section-two .full-list .content {
  width: calc(100% - 50px);
  padding-left: 10px;
  box-sizing: border-box;
}
.patients-section-two .full-list .content p {
  margin: 0;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #000;
}
.component.what-does-np-thyroid-treat .container.block.first {
  padding-top: 10px;
}
.component.what-does-np-thyroid-treat .block-title {
  margin-bottom: 30px;
}
.component.what-does-np-thyroid-treat .block-text {
  margin-bottom: 25px;
  font-size: 21px;
  line-height: 30px;
  color: #00325d;
}
.component.what-does-np-thyroid-treat .block-text p {
  margin: 0;
  color: #00325d;
}
.component.what-does-np-thyroid-treat li {
  font-family: "din-2014", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 12px;
}
.patients-section-four {
  padding: 40px 0;
}
.patients-section-four .dosage-level .container {
  flex-wrap: wrap;
}
.patients-section-four .dosage-level .row {
  border-radius: 6px;
  border: solid 1px #f58c35;
  display: flex;
  flex-wrap: wrap;
}
.patients-section-four .dosage-level .col {
  width: 50%;
  box-sizing: border-box;
}
.patients-section-four .dosage-level .col:first-of-type {
  background-color: #fff4e2;
  padding: 58px 60px;
  border-radius: 6px 0 0 6px;
}
.patients-section-four .dosage-level h4 {
  margin: 0 0 40px 0;
  font-family: "din-2014", sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 30px;
  color: #000;
  text-align: center;
}
.patients-section-four .dosage-level .img-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.patients-section-four .dosage-level .img-list li {
  margin-right: 12px;
}
.patients-section-four .dosage-level .img-list li:last-of-type {
  margin-right: 0;
}
.patients-section-four .dosage-level .col:nth-of-type(2) {
  padding: 43px 30px;
}
.patients-section-four .dosage-level .content-list li {
  font-family: "din-2014", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #000;
  margin-bottom: 10px;
}
.patients-section-four .dosage-level .content-list li:last-of-type {
  margin-bottom: 0;
}
.patients-section-four .dosage-level .content-list {
  margin: 0 0 0 1rem;
  padding: 0;
}
.patients-section-four .component-dosage-level h3 {
  margin: 0 0 30px 0;
  font-size: 21px;
  line-height: 30px;
  color: #00325d;
  font-weight: 500;
  font-family: "din-2014", sans-serif;
}
.patients-section-four .component-dosage-level .container {
  flex-wrap: wrap;
}

.patients-section-four .component-dosage-level ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
}
.patients-section-four .component-dosage-level li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(50% - 10px);
  margin-right: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.patients-section-four .component-dosage-level li:nth-of-type(2n) {
  margin-right: 0;
}
.patients-section-four .component-dosage-level li .icon {
  width: 70px;
}
.patients-section-four .component-dosage-level li .content {
  width: calc(100% - 70px);
  padding: 0 34px 0 20px;
  box-sizing: border-box;
}
.patients-section-four .component-dosage-level li .content p {
  margin: 0;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #000;
}
.patients-section-four .component-dosage-level {
  padding: 50px 0;
}
.patients-section-five {
  background-color: #f2f7fb;
  padding: 60px 0 40px;
}
.patients-section-five .service-section a {
  margin: 0;
}
.patients-section-five .service-section .wrapper {
  align-items: center;
}
.patients-section-five .service-section {
  padding: 20px 0;
}
.block-text.small-text p:last-of-type strong {
  margin-right: 4px;
}
#indication .indication p:first-of-type {
  margin: 5px 0 0 0;
}
.mobile_break {
  display: none;
}
#indication-short.isiSLideUp .go-indication {
  transform: rotate(0deg);
}
.component.download-brochure .container {
  padding: 30px 0 10px;
  flex-wrap: wrap;
}
.patients-section-five.resources-form-section .component.download-brochure .container {
  padding: 30px 1rem 10px;
}
.patients-section-five .download-brochure .block-text {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 35px;
}
.patients-section-five .download-brochure .form {
  margin-top: 0 !important;
}
.patients-section-five #mc_embed_signup .indicates-required {
  text-align: left;
  font-size: 16px;
  line-height: 1.25em;
  color: #00325d;
  margin-right: 0;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "din-2014",sans-serif;
}
.patients-section-five .form-container .mailchimp-forms label {
  font-size: 16px;
  line-height: 1.25em;
  color: #00325d;
  margin-right: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "din-2014",sans-serif;
}
.patients-section-five #mc_embed_signup .mc-field-group input {
  height: 35px;
  border-radius: 0;
  border: solid 1px #00325d !important;
  background-color: #fff;
}
.patients-section-five .form-container .mailchimp-forms p {
  font-family: "din-2014", sans-serif;
  margin-top: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
}
.patients-section-five .form-container .mailchimp-forms p a {
  color: #000 !important;
}
#mc_embed_signup input#gdpr_216482 {
  background: #f2f7fb !important;
  border-radius: 0 !important;
  appearance: none !important;
}
#mc_embed_signup input#gdpr_216482:checked {
  appearance: auto !important;
}
.form-container .mailchimp-forms input[type="submit"] {
  background: #00325d !important;
  border: 1px solid #00325d !important;
  padding: 5px 20px 0 20px !important;
  height: 35px !important;
  min-width: 125px;
}
.patients-section-five #mc_embed_signup .checkbox.subfield {
  display: flex;
  align-items: center;
}
.patients-section-six .service-section {
  padding: 50px 0 70px;
}
.patients-section-six .service-section .col a {
  margin-top: 0;
}
.patients-section-six .service-section .col:nth-of-type(2) a {
  margin-top: 25px;
}
.for-patients-banner .home-banner-slider > div,
.for-patients-banner .home-banner-slider .container.fluid,
.for-patients-banner .home-banner-slider .image-contaner,
.for-patients-banner .home-banner-slider .image-contaner img {
  height: 100%;
}
.patients-section-five.resources-form-section {
  padding: 10px 0 25px;
}
.resources-listings {
  padding: 60px 0 40px;
}
.resources-listings .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 26px;
  row-gap: 60px;
}
.resources-listings .col figure {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 0 0 30px 0;
  height: 70px;
}
.resources-listings .col figure img {
  width: 70px;
}
.resources-listings .col figure figcaption {
  width: calc(100% - 70px);
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 24px;
  line-height: 30px;
  color: #00325d;
  font-weight: 600;
  font-family: "din-2014", sans-serif;
}
.resources-listings .col h3 {
  margin: 0 0 10px 0;
  font-size: 21px;
  line-height: 30px;
  color: #00325d;
  font-weight: 600;
  font-family: "din-2014", sans-serif;
}
.resources-listings .col p {
  margin: 10px 0 0 0;
  font-size: 16px;
  line-height: 23px;
  color: #000;
  font-weight: 600;
  font-family: "din-2014", sans-serif;
  letter-spacing: 0px;
}
.resources-listings .col .cta-button {
  background-color: #00325d;
  border: 1px solid #00325d;
  font-size: 18px;
  line-height: 1.23em;
  font-weight: 600;
  font-family: "din-2014", sans-serif;
  padding: 8px 34px 7px;
  margin: 10px 0 0 0;
  min-width: auto;
  height: auto;
  color: #fff;
}
.resources-listings .col .cta-button:hover {
  background-color: #f7e14c;
  color: #00325d;
}
.social-icons-sec .container {
  padding: 20px 0;
}
.social-icons-sec .component .container .block-container .block.full {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  border: solid 1px #00325d;
  border-radius: 6px;
  padding: 40px;
}
.social-icons-sec .component .block-title.blue {
  font-size: 24px !important;
  line-height: 30px;
  font-weight: 600;
  font-family: "din-2014", sans-serif;
  color: #00325d;
  margin-bottom: 10px;
}
.resources-expert-sec {
  padding: 40px 0;
  margin: 15px 0 45px;
  background-image: url("../../../uploads/2024/06/resources-advice-section-bgImg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.resources-expert-sec .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.resources-expert-sec .img-box {
  width: 280px;
}
.resources-expert-sec .content {
  width: calc(100% - 280px);
  box-sizing: border-box;
  padding-left: 53px;
}
.resources-expert-sec h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  font-family: "din-2014", sans-serif;
  color: #00325d;
  margin: 0 0 10px;
}
.resources-expert-sec p {
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
  font-family: "din-2014", sans-serif;
  color: #000;
  margin: 0 0 10px;
}
.resources-expert-sec .cta-button {
  background-color: #00325d;
  border: 1px solid #00325d;
  font-size: 18px;
  line-height: 1.23em;
  font-weight: 600;
  font-family: "din-2014", sans-serif;
  padding: 8px 34px 7px;
  margin: 10px 0 0 0;
  min-width: auto;
  height: auto;
  color: #fff;
}
.resources-expert-sec .cta-button:hover {
  background-color: #f7e14c;
  color: #00325d;
}
.hero.for-practitioner .container .text-container .indication-subtitle .indication-text {
  background-color: #0057bf !important;
}
.hero.for-patients-banner.for-practitioner .home-banner-slider .hero-content h1 {
  font-size: 140px;
  font-weight: 800;
  opacity: 0.77;
}
.hero.for-practitioner {
  position: relative;
}
.patients-section-two.practitioner-section-two {
  padding: 65px 0 0px;
}
.practitioner-section-three {
  background-color: #fff4e2;
  padding: 60px 0 65px;
}
.practitioner-section-three .row {
  display: flex;
  flex-wrap: wrap;
}
.practitioner-section-three .col {
  width: calc(50% - 15px);
  margin-right: 30px;
  box-sizing: border-box;
}
.practitioner-section-three .col:last-child {
  margin-right: 0;
}
.practitioner-section-three h2 {
  font-size: 38px;
  line-height: 44px;
  font-weight: 600 !important;
  font-family: "din-2014-narrow",sans-serif !important;
  color: #00325d;
  margin: 0 0 3px;
}
.practitioner-section-three p {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  font-family: "din-2014", sans-serif;
  color: #000;
  margin: 0 0 13px;
}
.practitioner-section-three .cta-button {
  background-color: #00325d;
  border: 1px solid #00325d;
  font-size: 18px;
  line-height: 1.23em;
  font-weight: 600;
  font-family: "din-2014", sans-serif;
  padding: 8px 34px 7px;
  margin: 0;
  min-width: auto;
  height: auto;
  color: #fff;
}
.practitioner-section-three .cta-button:hover {
  background-color: #f7e14c;
  color: #00325d;
}
.practitioner-section-three .content-box:first-of-type {
  margin-bottom: 32px;
}
.practitioner-section-four .patients-section-two.practitioner-section-two {
  padding: 50px 0 60px;
}
.practitioner-section-four h3 {
  margin: 16px 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  font-family: "din-2014", sans-serif;
  color: #143b60;
}
.practitioner-section-four .innerStrip {
  display: flex;
  flex-wrap: wrap;
  border: solid 3px #fae300;
  background-color: #fefce5;
  padding: 30px 20px 30px 193px;
  position: relative;
  margin: 40px 0;
}
.practitioner-section-four .innerStrip .imgBox {
  position: absolute;
  left: 20px;
  top: -20px;
}
.practitioner-section-four .innerStrip .text {
  margin: 0;
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
  font-family: "din-2014", sans-serif;
  color: #143b60;
}
.practitioner-section-five .resources-expert-sec {
  background-image: none;
  background-color: #f2f7fb;
  padding: 30px 0;
  margin: 0;
}
.practitioner-section-five .resources-expert-sec .img-box {
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
.practitioner-section-six {
  padding: 60px 0;
}
.practitioner-section-six .row {
  display: flex;
  flex-wrap: wrap;
}
.practitioner-section-six .col {
  width: calc(50% - 15px);
  margin-right: 30px;
  box-sizing: border-box;
}
.practitioner-section-six .col:last-of-type {
  margin-right: 0;
  border: solid 2px #f58c35;
  background-color: #fff4e2;
  padding: 20px 30px;
  border-radius: 6px;
}
.practitioner-section-six h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  font-family: "din-2014", sans-serif;
  color: #00325d;
}
.practitioner-section-six p {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  font-family: "din-2014", sans-serif;
  color: #000;
  margin: 0 0 13px;
}
.practitioner-section-six .col:last-of-type p {
  color: #00325d;
}
.practitioner-section-six .cta-button {
  background-color: #00325d;
  border: 1px solid #00325d;
  font-size: 18px;
  line-height: 1.23em;
  font-weight: 600;
  font-family: "din-2014", sans-serif;
  padding: 8px 34px 7px;
  margin: 0;
  min-width: auto;
  height: auto;
  color: #fff;
}
.practitioner-section-six .cta-button:hover {
  background-color: #f7e14c;
  color: #00325d;
}
.practitioner-section-six .icon-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.practitioner-section-six .icon-heading img {
  width: 70px;
}
.practitioner-section-six .icon-heading h2 {
  width: calc(100% - 70px);
  padding-left: 10px;
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  font-family: "din-2014", sans-serif;
  color: #00325d;
  box-sizing: border-box;
}
.practitioner-section-three .col .img_mob {
  display: none;
}
.mob_hide_col {
  display: none !important;
}
.desktop_hide_col {
  display: block !important;
}
.font-weight-medium {
  font-weight: 500 !important;
}
.patients-section-six.image-reverse .service-section .col a {
  margin-top: 50px;
}
.patients-section-six.image-reverse .service-section .col:nth-of-type(2) a {
  margin-top: 25px;
}
.component.social-icons .block .icons-group a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: #2c6fb4;
  transition: all 0.25s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.component.social-icons .block .icons-group a:hover {
  background-color: #f7e14c;
}
.component.social-icons .block .icons-group a svg {
  width: 35px;
  height: auto;
  fill: #fff;
}
.component.social-icons .block .icons-group a svg path {
  fill: #fff !important;
}
.component.social-icons .block .icons-group a:hover svg,
.component.social-icons .block .icons-group a:hover svg path {
  fill: #2c6fb4 !important;
}
#mc_embed_signup #mc-embedded-subscribe {
  margin: 0 !important;
  min-width: auto;
  height: auto !important;
  padding: 9px 25px 7px !important;
  background-color: #00325d !important;
  font-family: "din-2014", sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 18px !important;
}
#mc_embed_signup #mc-embedded-subscribe:hover {
  background-color: #f7e14c !important;
}
.for-patients-banner .home-banner-slider .image-contaner img {
  object-fit: cover;
}
.patients-section-five .mobile_img {
  display: none;
}
.mob_hide_img {
  display: block !important;
}
.desktop_hide_img {
  display: none !important;
}
.patients-section-two ul.mob_hide_img {
  display: flex !important;
}
#indication .indication.seprate-para p:first-of-type,
#indication .indication.seprate-para p:nth-of-type(2),
#indication .indication.seprate-para p:nth-of-type(3) {
  margin: 2px 0;
}

/* heading content banner */
.heading-content-banner .container {
  flex-wrap: wrap;
}
.heading-content-banner h1 {
  color: #00325d;
  font-family: "din-2014",sans-serif;
  font-weight: bold;
  margin: 32px 0;
  font-size: 38px;
  line-height: 44px;
  width: 100%;
}
.heading-content-banner h3 {
  font-family: "din-2014",sans-serif;
  margin: 0;
}
.component.social-icons .block .icons-group a .icon {
  display: flex;
}
#indication .indication.space-top {
  margin-top: 30px;
}
.block.percent-20 aside.post-sibebar img {
  margin-bottom: 10px !important;
}
.heading-content-banner h3 br {
  display: none;
}
.expert-advice-head .block-text,
.expert-advice-head .block-text .block-title {
  margin-bottom: 0;
}
.expert-advice-head .container.low {
  padding-bottom: 0;
}
.expert_bottom {
  text-align: center;
}
.expert_bottom p {
  color: #fff;
  font-family: "din-2014", sans-serif;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 400;
  margin: 35px 0 0;
}
.component .container.shorten.attched-up.attached-bottom {
  padding-top: 30px;
}
.tablet_break {
  display: none !important;
}
footer .footer-menus .container .footer-logo img {
  display: none;
}
.position-relative {
  position: relative;
}
.blue-dte {
  background-color: #17345c;
  position: absolute;
  right: 0;
  top: 47px;
  padding: 15px;
}
.blue-dte svg {
  width: 125px;
}
.patient-practitioner .col:first-of-type a {
  width: 80%;
}
.page-template-templatesview-all-php .top-bar .product-update,
.tipsresource-template-default.single .top-bar .product-update {
  display: none;
}
.page-template-templatesview-all-php .top-bar .container,
.tipsresource-template-default.single .top-bar .container {
  min-height: 46px;
  justify-content: flex-end;
}
.referenceContent h4 {
  text-transform: uppercase;
  font-family: "din-2014",sans-serif;
  letter-spacing: -0.01em;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  padding: 8px 0 0 0;
  color: #000;
}
.referenceContent p {
  font-weight: normal;
  color: #000;
  font-family: "din-2014", sans-serif;
  letter-spacing: -0.01em;
  font-size: 14px;
  line-height: 21px;
  margin-top: 5px;
}
.conference_detail_section .heading-box {
  width: calc(100% - 180px);
}
#indication-short.isiSLideUp {
  overflow-y: scroll;
}
.headerWrapper .menu-bar {
  position: relative;
}
@media (max-width: 1240px) and (min-width: 1024px) {
  .menu-bar .container {
    padding-right: 120px;
  }
  .menu-bar .container nav .desktop-menu > li {
    margin-left: 20px;
  }
  .menu-bar .container nav .desktop-menu > li > a {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .headerWrapper .menu-bar {
    height: 108px;
  }
  .headerWrapper.sticky .menu-bar {
    height: 92px;
  }
}
@media (min-width: 768px) {
  .menu-bar .container .custom-logo {
    height: 76px;
  }
}
.headerWrapper .header-dte {
  width: 130px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.headerWrapper .header-dte a {
  display: inline-block;
  background-color: #17345c;
  padding: 6px 20px 1px 10px;
}
.headerWrapper .header-dte a img {
  width: 100%;
}
.header-dte.desktop {
  display: block;
}
.header-dte.mob {
  display: none;
}
#dec-2-2024,
#jul-1-2025,
#nov-27-2024 {
  scroll-margin-top: 160px;
}
.cky-consent-container.cky-banner-bottom *,
.cky-modal.cky-modal-open * {
  font-family: "din-2014", sans-serif !important;
}
.cky-notice-des P:last-child {
  line-height: 1.2;
}
.cky-consent-container .cky-consent-bar {
  background-color: #e6e6e6 !important;
}
.practitioner-section-four .innerStrip .imgBox img {
  width: 130px;
}

/* 11-05-2026 changes */

.faq.component .container .faq-accordions .accordions > .title {
  margin: 40px 0 40px 0;
  font-family: "din-2014-narrow",sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 36px;
  color: #00325d;
  letter-spacing: 0;
}

.block-title.h1-type.faq-heading-title {
  font-size: 40px !important;
  line-height: 42px;
}

body .savings-section .saving-box figure {
  width: 284px;
  height: 284px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

body .savings-section .saving-box figure img {
  width: 85%;
  margin-top: 20px;
}

body .savings-section .saving-box figure img.absolute-img {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
}

body .savings-section .saving-box .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 767px) {
  body .savings-section .saving-box {
    justify-content: center;
  }

  body .savings-section .saving-box figure {
    margin-bottom: 50px;
  }

  body .savings-section .saving-box .content .cta-button.blue {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

/* =============================
Responsive css New pages
============================ */
@media (max-width: 1280px) {
  .home-banner-slider .slick-track {
    height: 100%;
  }
  .home-banner-slider .image-contaner {
    height: 100%;
  }
  .home-banner-slider .image-contaner img {
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
}

@media (max-width: 1080px) {
  .redirection-popup .wrapper,
  .redirection-popup-sec .wrapper {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .home-banner-slider .slick-prev,
  .home-banner-slider .slick-next {
    top: auto;
    bottom: 60px;
    transform: unset;
  }
  .home-banner-slider .slick-prev {
    left: 47%;
    transform: translateX(-50%) !important;
  }
  .home-banner-slider .slick-next {
    right: 47%;
    transform: translateX(50%) !important;
  }
  .for-patients-intro .container,
  .patients-section-one .container,
  .patients-section-two .container,
  .component.what-does-np-thyroid-treat .container,
  .patients-section-four .container,
  .patients-section-five .container,
  .patients-section-six .container,
  .practitioner-section-six .container,
  .practitioner-section-five .container,
  .practitioner-section-four .container,
  .practitioner-section-three .container,
  .patients-section-two .container,
  .resources-expert-sec .container,
  .resources-listings .container,
  .patients-section-five .container {
    padding: 0 20px !important;
  }

  .patients-section-five.resources-form-section {
    padding: 30px 0 25px;
  }
  .resources-listings {
    padding: 40px 0;
  }
  .social-icons-sec .container {
    padding: 20px;
  }
  .social-icons-sec .component .container .block-container .block.full {
    max-width: 100%;
  }
  .patients-section-two.practitioner-section-two {
    padding: 40px 0 0px;
  }
  .modal .window {
    width: 90%;
    padding: 50px 25px;
    box-sizing: border-box;
  }
  .modal {
    box-sizing: border-box;
  }
  .header-dte.desktop {
    display: none;
  }
  .header-dte.mob {
    display: block;
    position: static;
    transform: unset;
  }
}

@media (max-width: 992px) {
  .home-banner-slider .hero-content h3 {
    font-size: 32px;
  }
  .home-banner-slider .hero-content h1 {
    font-size: 50px;
  }
  .home-banner-slider {
    height: 560px;
  }
  .intro-section h3 {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 20px;
  }
  .intro-section h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .situation-listing h2 {
    margin: 0 0 25px;
    font-size: 30px;
    line-height: 38px;
  }
  .situation-listing {
    padding: 40px 0;
  }
  .patient-practitioner a {
    margin-top: auto;
  }
  .savings-section {
    padding: 20px 0px;
  }
  .savings-section .saving-box {
    padding: 30px 20px;
  }
  .healthcare-provider h1 {
    margin: 0 0 25px;
    font-size: 34px;
    line-height: 38px;
  }
  .main_heading h1 {
    margin: 25px 0;
    font-size: 34px;
    line-height: 38px;
  }
  .healthcare-provider h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .healthcare-provider .paloma-box {
    margin-bottom: 40px;
  }
  .hero.for-patients-banner.for-practitioner .home-banner-slider .hero-content h1,
  .hero.for-patients-banner .home-banner-slider .hero-content h1 {
    font-size: 90px;
  }
  .resources-listings .row {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
  .patients-section-two li {
    width: calc(50% - 15px);
    margin-right: 30px;
    box-sizing: border-box;
    margin-bottom: 26px;
  }
  .patients-section-two li:nth-of-type(3n) {
    margin-right: 30px;
  }
  .patients-section-two li:nth-of-type(2n) {
    margin-right: 0;
  }
  .patients-section-one h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .tablet_break {
    display: block !important;
  }
  main {
    padding-top: 113px;
  }
  .conference_detail_section .month_detail_wrap .register_sec .heading-box h2 br {
    display: none;
  }
  .single-tipsresource .component .container.attached-up .block-container{
    flex-wrap: wrap;
  }
  .single-tipsresource .component .container .block-container .block.percent-80{
    width: 100%;
    padding-right: 0;
  }
  .single-tipsresource .component .container .block-container .block.percent-20{
    width: 100%;
    max-width: 100%;
  }
  .single-tipsresource .component .container .block-container .block.percent-20 aside{
    width: 100%;
  }
  .single-tipsresource .component .container .block-container .block.percent-20 .cta{
    text-align: center;
  }
}

@media (max-width: 767px) {
  .home-banner-slider img.mobile.background {
    display: block;
  }
  .home-banner-slider img.desktop.background {
    display: none;
  }
  .home-banner-slider {
    height: 580px;
  }

  .intro-section {
    margin-top: -5px;
    padding: 40px 0 0px;
  }
  .intro-section h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 15px;
  }
  .intro-section .col-left {
    width: 100%;
  }
  .intro-section .col-right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .situation-listing {
    padding: 30px 0;
  }
  .situation-listing li {
    margin-bottom: 15px;
    padding-right: 0px;
    width: 100%;
  }
  .patient-practitioner {
    padding: 31px 0;
  }
  .patient-practitioner .wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
  .patient-practitioner h4 {
    font-size: 22px;
    line-height: 26px;
  }
  .patient-practitioner p {
    margin-bottom: 15px;
  }
  .patient-practitioner .wrapper .col:first-of-type {
    padding-right: 0px;
    text-align: center;
  }
  .patient-practitioner .wrapper .col img {
    width: 300px;
    margin: 0 auto;
  }
  .service-section {
    padding: 30px 0 45px;
  }
  .service-section .wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 37px;
  }
  .service-section .icon-heading figure {
    width: 50px;
  }
  .service-section .icon-heading h3 {
    width: calc(100% - 50px);
    font-size: 22px;
  }
  .home-banner-slider .hero-content h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .home-banner-slider .hero-content h1 {
    font-size: 32px;
    line-height: 1.1em;
  }
  .home-banner-slider .hero-content {
    padding: 0 34px;
  }
  .home-banner-slider .hero-content h3 br,
  .home-banner-slider .hero-content h1 br {
    display: none;
  }
  .hero .container .text-container .indication-subtitle .indication-text {
    margin-bottom: 195px;
  }
  .home-banner-slider .slick-prev {
    left: 45%;
  }
  .home-banner-slider .slick-next {
    right: 45%;
  }
  .home-banner-slider .slick-prev,
  .home-banner-slider .slick-next {
    bottom: 40px;
  }
  .home-banner-slider .slick-prev:before,
  .home-banner-slider .slick-next:before {
    font-size: 50px;
  }
  .savings-section .saving-box {
    padding: 20px;
  }
  .savings-section .saving-box figure {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
  .savings-section .saving-box figure img {
    width: 261px;
    margin: 0 auto;
  }
  .savings-section .saving-box .content {
    padding-left: 0px;
    width: 100%;
  }
  .savings-section .savings-links {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
    margin: 15px 0 45px;
  }
  .directories-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
    margin-bottom: 10px;
    width: 100%;
  }
  .social-icons.social-icons-strip {
    margin-bottom: 0px;
  }
  .healthcare-provider .paloma-box {
    background-image: url("../../../uploads/2024/06/banner-paloma-img.svg");
    padding: 20px 23px;
  }
  .block-text {
    width: 100%;
  }
  .block-text .page-heading {
    line-height: 1.5em;
  }
  .footer-menus .col-left,
  .footer-menus .col-right {
    width: 100%;
  }
  .footer-menus .col-right {
    order: -1;
    margin-bottom: 15px;
  }
  .footer-menus .col-right li {
    text-align: left;
    margin-bottom: 5px;
  }
  .footer-menus .col-left li:first-of-type {
    display: none;
  }
  .footer-menus .col-left li.show-mob {
    display: block;
  }
  footer .footer-menus {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
  }
  .footer-menus .col-left {
    padding-right: 10px;
  }
  .footer-menus .col-left li:not(:last-of-type) {
    margin-bottom: 7px;
  }
  #indication .indication pre,
  #indication-short .indication pre,
  #indication .indication ul li,
  #indication-short .indication ul li,
  #indication .indication p,
  #indication-short .indication p {
    font-size: 14px;
  }
  #indication-short .indication {
    margin-left: 0;
    margin-right: 0;
  }
  #indication-short .indication p:first-of-type {
    padding-right: 100px;
    margin-top: 0;
  }
  #indication-short .go-indication.desktop {
    top: 10px;
  }
  .hero.for-patients-banner.for-practitioner .home-banner-slider .hero-content h1,
  .hero.for-patients-banner .home-banner-slider .hero-content h1 {
    font-size: 70px;
  }
  .savings-section .saving-box .content .cta-button.blue {
    width: fit-content;
    justify-content: center;
    margin: 30px auto 20px;
    display: flex;
  }
  .mobile_break {
    display: block !important;
  }
  .resources-listings .row {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 25px;
  }
  .block-title.h1-type {
    font-size: 34px !important;
  }
  .patients-section-five.resources-form-section {
    padding: 20px 0 0;
  }
  .patients-section-five .download-brochure .block-text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .form-container .mailchimp-forms #mergeRow-gdpr {
    margin: 15px 0 0;
  }
  .resources-listings .col figure:empty {
    display: none;
  }
  .resources-listings .col figure {
    margin: 0 0 20px;
    height: 50px;
  }
  .resources-listings {
    padding: 40px 0 10px;
  }
  .social-icons-sec .component .container .block-container .block.full {
    padding: 25px 53px;
  }
  .resources-expert-sec {
    margin: 15px 0 0;
  }
  .resources-expert-sec .img-box {
    text-align: center;
    width: 100%;
  }
  .resources-expert-sec .img-box img {
    width: 280px;
    margin: 0 auto;
  }
  .resources-expert-sec .content {
    width: 100%;
    padding: 26px 0 0 0;
  }
  .hero.for-patients-banner .home-banner-slider .hero-content {
    position: absolute;
    bottom: 10px;
  }
  .hero.for-patients-banner.for-practitioner .home-banner-slider .hero-content h1 {
    letter-spacing: -1px;
  }
  .patients-section-two.practitioner-section-two {
    padding: 35px 0 40px;
  }
  .patients-section-two li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .patients-section-two li:nth-of-type(2n) {
    margin-right: 0;
  }
  .patients-section-two li:last-of-type {
    margin-bottom: 0;
  }
  .patients-section-two li .icon {
    width: 50px;
  }
  .patients-section-two li .content {
    width: calc(100% - 50px);
    padding-left: 10px;
  }
  .practitioner-section-three {
    padding: 0 0 30px;
  }
  .practitioner-section-three .col img {
    display: none;
  }
  .practitioner-section-three .col .img_mob {
    display: block;
    margin: 0 auto;
  }
  .practitioner-section-three .col {
    width: 100%;
    margin-right: 0;
    padding-top: 33px;
  }
  .practitioner-section-three .col:last-child {
    order: -1;
  }
  .practitioner-section-three h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .patients-section-two .title {
    margin: 0 0 14px 0;
  }
  .practitioner-section-four h3 {
    margin: 16px 0;
    font-size: 20px;
    line-height: 26px;
  }
  .practitioner-section-four .innerStrip {
    padding: 20px;
    margin: 20px 0;
  }
  .practitioner-section-four .innerStrip .text {
    font-size: 18px;
    line-height: 26px;
  }
  .practitioner-section-four .innerStrip .imgBox {
    position: static;
    width: 100%;
    margin: -10px 0 15px 0;
  }
  .practitioner-section-six {
    padding: 40px 0;
  }
  .practitioner-section-six .col {
    width: 100%;
    margin-right: 0;
  }
  .practitioner-section-six .col:last-of-type {
    padding: 35px 30px;
    margin-top: 45px;
  }
  .hero.for-patients-banner .home-banner-slider .hero-content h1 {
    line-height: 63px;
  }
  .for-patients-intro {
    padding: 40px 0;
  }
  .for-patients-intro .col-left,
  .for-patients-intro .col-right {
    width: 100%;
  }
  .for-patients-intro .col-right {
    padding: 10px 0 0 0;
  }
  .for-patients-intro .row:nth-of-type(2) {
    padding: 25px 20px;
    border-radius: 8px;
    border: solid 1px #00325d;
    text-align: center;
  }
  .for-patients-intro h5 {
    margin: 0 0 7px 0;
    font-size: 18px;
    line-height: 24px;
  }
  .for-patients-intro .text-icon {
    width: 130px;
    margin: 0 auto;
  }
  .for-patients-intro p {
    margin: 2px 0 4px 0;
  }
  .patients-section-one {
    padding: 40px 0;
  }
  .patients-section-one .row {
    grid-template-columns: repeat(1, 1fr);
  }
  .patients-section-one h2 {
    margin: 0px 0 25px 0;
  }
  .patients-section-one h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .patients-section-two .full-list {
    margin: 30px 0 20px;
    padding: 20px;
  }
  .patients-section-two .full-list .icon {
    width: 45px;
  }
  .patients-section-two .full-list .content {
    width: calc(100% - 45px);
  }
  .component.what-does-np-thyroid-treat .block-text {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .component.what-does-np-thyroid-treat .block-title {
    margin-bottom: 20px;
    font-size: 28px !important;
    line-height: 31px;
  }
  .patients-section-four {
    padding: 40px 0;
  }
  .component .container .block-container .block {
    margin-bottom: 0rem;
  }
  .patients-section-four .dosage-level .col {
    width: 100%;
  }
  .patients-section-four .dosage-level .img-list {
    padding: 0 24px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .patients-section-four .dosage-level .col:nth-of-type(2) {
    padding: 32px 10px;
  }
  .patients-section-four .component-dosage-level h3 {
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 24px;
  }
  .patients-section-four .component-dosage-level li {
    width: 100%;
    margin-bottom: 20px;
  }
  .patients-section-four .component-dosage-level {
    padding: 40px 0 0;
  }
  .patients-section-four .component-dosage-level li .icon {
    width: 50px;
  }
  .patients-section-four .component-dosage-level li .content {
    width: calc(100% - 50px);
    padding: 0 0px 0 10px;
  }
  .mob_hide_col {
    display: block !important;
  }
  .desktop_hide_col {
    display: none !important;
  }
  .patients-section-four .dosage-level .col:first-of-type {
    padding: 60px 25px;
  }
  .patients-section-six.image-reverse .service-section .col a {
    margin-top: 2px;
  }
  .patients-section-six.image-reverse .service-section .col:nth-of-type(2) a {
    margin-top: 2px;
  }
  .patients-section-two li .content p br {
    display: none;
  }
  .patients-section-five .desktop_img {
    display: none;
  }
  .patients-section-five .mobile_img {
    display: block;
    text-align: center;
    margin-bottom: 32px;
  }
  .patients-section-five .component.what-does-np-thyroid-treat .block-text {
    margin-bottom: 10px;
  }
  .mob_hide_img {
    display: none !important;
  }
  .desktop_hide_img {
    display: block !important;
  }
  .hero .container .text-container .indication-subtitle .indication-text {
    background-color: transparent;
    justify-content: flex-start;
  }
  .mobile-menu .container nav .menu li a {
    font-family: "din-2014", sans-serif;
  }
  .mobile-menu .menu-main-container ul .sub-menu li a {
    font-size: 18px !important;
  }
  .mobile-menu .menu-main-container ul .sub-menu li {
    padding: 7px 0px !important;
  }
  .mobile-menu .container nav .menu {
    margin-top: 0;
  }
  .mobile-menu .container nav {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    padding-bottom: 70px;
  }
  .mobile-menu .container .quick-links .q-links li {
    padding: 0.5rem 1rem 0.5rem 0.5rem;
  }
  .footer-menus .col-right li {
    font-weight: 800;
  }
  .redirection-popup,
  .redirection-popup-sec {
    padding: 0 20px;
  }
  .redirection-popup .wrapper,
  .redirection-popup-sec .wrapper {
    padding: 55px 20px;
  }
  .redirection-popup .close-popup,
  .redirection-popup .continue-btn,
  .redirection-popup-sec .close-popup,
  .redirection-popup-sec .continue-btn {
    margin: 0 5px;
  }
  .hero.for-patients-banner .home-banner-slider .hero-content h3 {
    width: 170px;
    text-align: right;
  }
  .patients-section-one p br {
    display: none;
  }
  .patients-section-two ul.mob_hide_img {
    display: none !important;
  }
  .patients-section-four .component-dosage-level li {
    margin-right: 0;
  }
  .patients-section-four .component-dosage-level li:first-of-type,
  .patients-section-four .component-dosage-level li:nth-of-type(3) {
    order: -1;
  }
  #indication .indication.seprate-para p:first-of-type {
    margin: 0 0 10px 0;
  }
  #indication .indication.seprate-para p:nth-of-type(2),
  #indication .indication.seprate-para p:nth-of-type(3) {
    margin: 10px 0;
  }
  .resources-listings .col figure img {
    width: 50px;
  }
  .resources-listings .row .col:nth-of-type(4) {
    margin-top: 25px;
  }
  .patients-section-two li .content p a {
    color: #00325d;
  }
  .patients-section-two li .content p br {
    display: none;
  }
  .patients-section-two li:nth-of-type(3n) {
    margin-right: 0px;
  }
  .modal .window .description br {
    display: none;
  }
  .modal .window {
    padding: 40px 20px;
  }
  .modal .window .title {
    font-size: 28px;
    line-height: 34px;
  }
  .modal .window .description {
    font-size: 18px;
    line-height: 24px;
    margin: 1rem 10px;
  }
  .modal .window .cta-button.white {
    min-width: 92px;
    font-size: 18px;
    margin: 0.5rem 4px;
  }
  #indication .indication.space-top {
    margin-top: 0;
  }
  .heading-content-banner h1 {
    margin: 20px 0 10px;
    font-size: 34px;
    line-height: 42px;
  }
  .component .container.shorten.attched-up.attached-bottom {
    padding-top: 15px;
  }
  .post-sibebar .cat-icons .items .block-text {
    text-align: center;
  }
  .headerWrapper.sticky .menu-bar .container .custom-logo {
    max-width: 140px;
    max-height: 55px;
  }
  .blue-dte {
    position: static;
    padding: 10px;
    text-align: center;
  }
  .blue-dte svg {
    width: 90px;
  }
  .patient-practitioner .col:first-of-type a {
    width: 50%;
    margin: 0 auto;
  }
  .page-template-templatesview-all-php .top-bar .container,
  .tipsresource-template-default.single .top-bar .container {
    min-height: auto;
  }
  .conference_detail_section .heading-box {
    width: 100%;
  }
  .headerWrapper .header-dte {
    width: 82px;
  }
  .headerWrapper .header-dte a {
    padding: 6px 10px 3px 10px;
  }
  .home-banner-slider .image-contaner.img-right img {
    object-position: right !important;
  }
}

/* New cookie poup css start here */
.cky-consent-container .cky-consent-bar {
  padding: 14px 25px !important;
  background-color: rgb(230, 230, 230) !important;
}
.cky-notice .cky-title {
  margin: 0 !important;
}
.cky-notice .cky-title,
.cky-preference-header .cky-preference-title {
  font-family: "din-2014", sans-serif !important;
  font-weight: 500 !important;
  color: #000 !important;
}
.cky-notice .cky-title {
  color: #00325d !important;
  margin-bottom: 10px !important;
}
.cky-notice-group *,
.cky-preference-body-wrapper .cky-preference-content-wrapper p,
.cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label {
  font-family: "din-2014", sans-serif !important;
  color: #000 !important;
}
.cky-notice-des,
.cky-preference-body-wrapper .cky-preference-content-wrapper p {
  font-size: 15px !important;
}
.cky-notice-btn-wrapper .cky-btn-do-not-sell,
.cky-opt-out-btn-wrapper .cky-btn-confirm {
  color: rgb(255, 255, 255) !important;
  background-color: #00325d !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  cursor: pointer;
  padding: 9px 12px !important;
  transition: all 0.35s ease-in-out !important;
  border-radius: 0 !important;
  font-family: "din-2014", sans-serif !important;
  border-color: #00325d !important;
}
.cky-opt-out-btn-wrapper .cky-btn-confirm,
.cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label {
  font-size: 14px !important;
}
.cky-notice-btn-wrapper .cky-btn-do-not-sell:hover,
.cky-opt-out-btn-wrapper .cky-btn-confirm:hover {
  background-color: #f7e14c !important;
  color: #143b60 !important;
  border-color: #f7e14c !important;
}
.cky-opt-out-btn-wrapper .cky-btn-cancel {
  font-family: "din-2014", sans-serif !important;
  border-radius: 0 !important;
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  padding: 9px 12px !important;
  transition: all 0.35s ease-in-out !important;
  border-color: rgb(28, 96, 173) !important;
}
.cky-opt-out-btn-wrapper .cky-btn-cancel:hover {
  background-color: #f7e14c !important;
  color: #fff !important;
  border-color: #f7e14c !important;
}
.statement-content p {
  margin: 0 0 3px;
  font-weight: normal;
  color: #000;
  font-family: "din-2014", sans-serif;
  letter-spacing: -0.01em;
  font-size: 14px;
  line-height: 21px;
}
.conference_area_wrap .row-box .column-2:first-of-type .inner-content {
  padding-right: 10px;
}

.hero.for-patients-banner .home-banner-slider .hero-content h3{
  font-family: "din-2014-narrow",sans-serif !important;
}

/* New font style */
/* font-family: "din-2014",sans-serif;
font-family: "din-2014-narrow",sans-serif; */
h1{
  font-family: "din-2014-narrow",sans-serif !important;
  font-weight: 600 !important;
  color: #00325d !important;
}
h2{
  font-family: "din-2014",sans-serif !important;
  font-weight: 700 !important;
  color: #00325d !important;
}
h3{
  font-family: "din-2014",sans-serif !important;
  font-weight: 600 !important;
  color: #00325d !important;
}
h3 strong{
  font-weight: 700 !important;
}
h4{
  font-family: "din-2014",sans-serif !important;
  font-weight: 700 !important;
  color: #00325d !important;
}
body{
  font-family: "din-2014",sans-serif !important;
  font-weight: 600 !important;
  color: #000 !important;
}

.common_h3-style{
  color: #00325d !important;
  font-family: "din-2014-narrow", sans-serif !important;
  font-weight: 600 !important;
  font-size: 38px !important;
  line-height: 44px !important;
}
.w100{
  width: 100% !important;
}
.colorWhiteText{
  color: #fff !important;
}


/* Responsive css */
@media (max-width: 992px){
  .common_h3-style{
    font-size: 34px !important;
    line-height: 38px !important;
  }
}