@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i&display=swap");
@import url("https://use.fontawesome.com/releases/v6.5.1/css/all.css");
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
section,
samp,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  border: 0;
  padding: 0;
  vertical-align: baseline;
  font: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Open Sans", sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: none !important;
  box-shadow: none !important;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

body {
  font-family: "IBM Plex Sans", sans-serif;
  margin: 0;
  overflow-x: hidden;
}
@media (min-width: 1921px) {
  body {
    max-width: 2560px;
    margin-left: auto;
    margin-right: auto;
  }
}

body.fixed {
  overflow: hidden;
}

a {
  outline: none;
  text-decoration: none;
}

a:active {
  outline: none;
}

img, img a {
  border: none;
}

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

strong,
b {
  font-weight: bold;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  background-color: #41b6e8 !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  background-color: #f2f2f2 !important;
  color: #0c4da2 !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
  color: #f2f2f2 !important;
  background-color: #0c4da2 !important;
}

footer {
  background-color: #131F41;
}
footer .wpcf7 form .wpcf7-not-valid-tip {
  padding: 5px 0;
}

.footer-container {
  padding: 30px 0;
}

.footer-logo {
  max-width: 63px;
  margin-bottom: 20px;
}

.footer-address p {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.social-links {
  margin-top: 20px;
}
.social-links li {
  display: inline-block;
  margin-right: 15px;
}
.social-links li:last-child {
  margin-right: 0;
}
.social-links a {
  border-radius: 50%;
  color: #FFF;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.social-links a.twitter {
  background-color: #1DA1F2;
}
.social-links a.linkedin {
  background-color: #0077b5;
}

@media (max-width: 767px) {
  .footer-nav {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.footer-nav li {
  margin-bottom: 20px;
}
.footer-nav a {
  color: #36B2FA;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
}
.footer-nav a:hover {
  color: #49B85F;
}

.footer-bottom {
  background-color: #000;
  padding: 0 15px;
}
.footer-bottom p {
  color: #FFF;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  max-width: 870px;
  margin: 0 auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

header {
  background-color: #FFF;
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 80px;
  position: sticky;
  top: 0;
  left: 0;
  padding-top: 10px;
  z-index: 3;
}
@media (min-width: 1200px) {
  header .container {
    max-width: 1320px;
  }
}
@media (min-width: 992px) {
  header .container {
    max-width: 1320px;
  }
}
@media (max-width: 1399px) {
  header .container .col-3 {
    width: 21%;
  }
  header .container .col-9 {
    width: 79%;
  }
  header .container .main-navigation a {
    padding: 15px 10px;
  }
}
@media (max-width: 1199px) {
  header .container .main-navigation a {
    padding: 15px 5px;
  }
}
@media (max-width: 1100px) {
  header {
    height: 65px;
  }
  header.active {
    z-index: 4;
  }
  header .container .main-navigation a {
    padding: 13px;
  }
}
header .show-search-button {
  color: #2A94D2;
  margin-left: 8px;
}
@media (max-width: 991px) {
  header .show-search-button {
    margin-top: 3px;
  }
}

.main-navigation li {
  display: inline-block;
}
.main-navigation a {
  font-size: 14px;
  font-weight: 600;
  color: #808080;
  border-style: none;
  border-radius: 0px 0px 0px 0px;
  padding: 15px;
  transition: all 0.4s ease;
}
.main-navigation a:hover, .main-navigation a.current {
  color: #2A94D2;
}
.main-navigation a:not([href]):not([class]) {
  color: #808080;
}
.main-navigation a:not([href]):not([class]):hover {
  color: #2A94D2;
}
.main-navigation .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: transform 0.4s ease;
  z-index: 2;
}
.main-navigation .sub-menu li {
  display: block;
}
.main-navigation .has-submenu {
  position: relative;
}
.main-navigation .has-submenu:hover .sub-menu {
  background-color: #2A94D2;
  border: 1px solid #dadada;
  border-radius: 0;
  box-shadow: 0 10px 30px 0 rgba(45, 45, 45, 0.2);
  padding: 15px 0px 15px 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  pointer-events: auto;
  min-width: 220px;
}
.main-navigation .has-submenu li a {
  display: block;
  font-size: 14px;
  color: #FFF;
  font-weight: 600;
  padding: 15px;
  transition: all 0.3s;
}
.main-navigation .has-submenu li a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1100px) {
  .main-navigation {
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: -100%;
    min-width: 350px;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53) 0.4s;
    transition: all 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53) 0.4s;
    z-index: 2;
  }
  .main-navigation.show {
    left: 0;
    opacity: 1;
  }
  .main-navigation ul {
    height: 80%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .main-navigation li {
    display: block;
    margin-left: 27px;
  }
  .main-navigation li a {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 13px !important;
  }
  .main-navigation .sub-menu {
    display: none;
    position: relative;
    transform: translateY(0) !important;
  }
  .main-navigation .has-submenu:hover .sub-menu {
    display: block;
  }
}
@media (max-width: 415px) {
  .main-navigation {
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .main-navigation {
    width: 93%;
  }
}

.logo-container img {
  max-width: 224px;
}
@media (max-width: 1100px) {
  .logo-container img {
    max-width: 160px;
  }
}

.burger-button {
  display: none;
}
@media (max-width: 1100px) {
  .burger-button {
    display: block;
    border: 1px solid #808080;
    border-radius: 2px;
    color: #808080;
    padding: 2px 5px;
    margin-right: 5px;
  }
  .burger-button:hover {
    color: #808080;
  }
}

.menu-overlay {
  background-color: rgba(51, 51, 51, 0.5);
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: visible;
  -webkit-transition: all 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53) 0.4s;
  transition: all 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53) 0.4s;
  opacity: 0;
  z-index: 1;
}
.menu-overlay.show {
  left: 0;
  opacity: 1;
}
@media (min-width: 1101px) {
  .menu-overlay {
    display: none !important;
  }
}

.main-navigation a.close-menu-button {
  display: block;
  border: 1px solid #808080;
  border-radius: 3px;
  color: #808080;
  width: 45px;
  padding: 8px;
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .main-navigation a.close-menu-button {
    display: none !important;
  }
}

.lang-container {
  margin-left: 12px;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .lang-container {
    margin-top: 3px;
    margin-left: 0;
  }
}
.lang-container p,
.lang-container a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #808080;
}
.lang-container .selected-lang {
  background: url("../images/globe-icon.svg") no-repeat 15px top/contain;
  padding: 0 35px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 415px) {
  .lang-container .selected-lang {
    padding: 0px 25px;
    background: url("../images/globe-icon.svg") no-repeat 5px top/contain;
  }
}
.lang-container .selected-lang.active i {
  transform: translateY(-50%) rotate(180deg);
}
.lang-container .selected-lang i {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s linear;
}
@media (max-width: 415px) {
  .lang-container .selected-lang i {
    right: 5px;
  }
}
.lang-container .lang-selector {
  position: absolute;
  width: 100%;
  background: #FFF;
  padding: 12px 0;
  top: 100%;
  left: 0;
  display: none;
}
.lang-container .lang-selector li {
  text-align: center;
}
.lang-container .lang-selector li:not(:last-of-type) {
  margin-bottom: 8px;
}

.top-banner {
  padding: 22px 0;
  position: relative;
  z-index: 4;
}
@media (max-width: 991px) {
  .top-banner .container {
    max-width: none;
  }
}
.top-banner .d-inline-flex {
  width: 100%;
  gap: 24px;
}
@media (max-width: 767px) {
  .top-banner .d-inline-flex {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}
.top-banner .version-cta,
.top-banner p {
  width: auto;
  font-size: 16px;
  line-height: 1.1em;
  color: #808080;
  font-weight: 600;
}
.top-banner .version-cta {
  color: #FFF;
  background-color: #2A94D2;
  padding: 9px 20px;
  display: inline-block;
  font-weight: 600;
}

.custom-form .input-container p {
  display: none;
}
.custom-form .input-container.has-error input {
  border: 1px solid red;
  color: red;
}
.custom-form .input-container.has-error label {
  color: red;
}
.custom-form .input-container.has-error p {
  display: block;
  color: red;
  font-size: 14px;
  margin: -5px 0 10px;
}
.custom-form input {
  background-color: #FFF;
  border: none;
  border-radius: 2px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  padding: 4px 12px;
  min-height: 33px;
  margin-bottom: 10px;
  width: 100%;
}
.custom-form textarea {
  border-radius: 2px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
  padding: 4px 12px;
  width: 100%;
}
.custom-form .submit-button {
  background-color: #49B85F;
  color: #FFF;
  min-height: 40px;
}

footer form label {
  line-height: 0;
  width: 100%;
}
footer form input[type=submit] {
  background-color: #49B85F;
  color: #FFF;
  min-height: 40px;
}

@media (max-width: 991px) {
  .contacts-page .contact-form .wpcf7-spinner {
    display: none;
  }
}
.hp-swiper-container {
  width: 100%;
  max-width: 1002px;
  margin: 0 auto 30px auto;
}

.swiper {
  z-index: inherit;
}

.swiper-slide {
  position: relative;
  cursor: pointer;
}

.swiper-wrapper {
  width: 0 !important;
}

.embed-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  color: #FFF;
  font-size: 40px;
  opacity: 0.8;
}

.hpSlider .swiper-slide:before {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  border: 7px solid #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0.8;
}

.swiper-slide {
  padding: 20px 0;
  box-sizing: border-box;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.lightbox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
.lightbox .popup-bgr {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.lightbox .lightbox-container {
  width: 90%;
  max-width: 1200px;
  padding: 0 50px;
  position: relative;
  margin: 0 auto;
  z-index: 2;
  top: 50%;
}
.lightbox .lightbox-wrapper {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.lightbox .video-wrapper {
  height: auto;
  width: 100%;
  padding-top: 56.25%;
}
.lightbox iframe,
.lightbox video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.lightbox button.popup-close {
  color: #fff;
  border: 0;
  background-color: transparent;
  font-size: 40px;
  position: absolute;
  top: 3%;
  right: 3%;
  cursor: pointer;
}
.lightbox .swiper-button-next,
.lightbox .swiper-button-prev {
  color: #FFF;
}
.lightbox .swiper-button-next {
  right: 0;
}
.lightbox .swiper-button-prev {
  left: 0;
}
.lightbox video {
  background-color: #000;
}
.lightbox #player {
  transition: transform 0.3s ease-in;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.lightbox #player.animate-next {
  transform: translateX(-100%);
}
.lightbox #player.animate-prev {
  transform: translateX(100%);
}
.lightbox .lds-ring {
  width: 160px;
  height: 160px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lightbox .lds-ring,
.lightbox .lds-ring div {
  box-sizing: border-box;
}
.lightbox .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 80%;
  height: 80%;
  margin: 8px;
  border: 8px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}
.lightbox .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lightbox .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lightbox .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.hp-swiper-container .section-title {
  display: block;
  text-align: center;
  width: 95%;
  margin: 100px auto 50px;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}

.swiper-pagination-bullet-active {
  background: #000;
}

.hpSlider.swiper-horizontal > .swiper-pagination-bullets,
.hpSlider.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: static;
}

@media (max-width: 991px) {
  .lightbox .lds-ring {
    width: 16.16161vw;
    height: 16.16161vw;
    min-width: 60px;
    min-height: 60px;
  }
  .lightbox .lds-ring div {
    margin: 4px;
    border: 4px solid currentColor;
    border-color: currentColor transparent transparent transparent;
  }
  .lightbox .swiper-button-next {
    right: -3%;
  }
  .lightbox .swiper-button-prev {
    left: -3%;
  }
  .lightbox .swiper-button-next:after,
  .lightbox .swiper-button-prev:after {
    font-size: 7.8571vw;
  }
}
@media (max-width: 767px) {
  .hpSlider {
    max-width: 516px;
    width: 100%;
  }
  .hpSlider .swiper-slide:before {
    width: 90px;
    height: 90px;
    border-width: 4px;
  }
  .embed-play {
    font-size: 26px;
  }
}
@media (max-width: 960px) and (orientation: landscape) {
  .lightbox .lightbox-container {
    width: 60%;
  }
  .lightbox .lightbox-wrapper {
    width: 90%;
  }
  .lightbox .swiper-button-next:after,
  .lightbox .swiper-button-prev:after {
    font-size: 4vw;
  }
}
.custom-form .input-container p {
  display: none;
}
.custom-form .input-container.has-error input {
  border: 1px solid red;
  color: red;
}
.custom-form .input-container.has-error label {
  color: red;
}
.custom-form .input-container.has-error p {
  display: block;
  color: red;
  font-size: 14px;
  margin: -5px 0 10px;
}
.custom-form input {
  background-color: #FFF;
  border: none;
  border-radius: 2px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  padding: 4px 12px;
  min-height: 33px;
  margin-bottom: 10px;
  width: 100%;
}
.custom-form textarea {
  border-radius: 2px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
  padding: 4px 12px;
  width: 100%;
}
.custom-form .submit-button {
  background-color: #49B85F;
  color: #FFF;
  min-height: 40px;
}

footer form label {
  line-height: 0;
  width: 100%;
}
footer form input[type=submit] {
  background-color: #49B85F;
  color: #FFF;
  min-height: 40px;
}

@media (max-width: 991px) {
  .contacts-page .contact-form .wpcf7-spinner {
    display: none;
  }
}
.search-modal {
  display: none;
  position: relative;
  z-index: 6;
}
.search-modal.show {
  display: block;
}
.search-modal .modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 0 !important;
  z-index: 3;
}
.search-modal .modal-bg {
  background: #0b0b0b;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  opacity: 0.8;
}
.search-modal .modal-bg {
  background-color: rgba(0, 0, 0, 0.87);
  padding-bottom: 100%;
  border-radius: 100%;
  overflow: hidden;
  -webkit-animation: menu-animation 0.8s ease-out forwards;
  animation: menu-animation 0.8s ease-out forwards;
}
.search-modal .modal-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  text-align: center;
}
.search-modal .modal-content-container {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.search-modal .search-panel {
  width: 350px;
}
@media (max-width: 415px) {
  .search-modal .search-panel {
    width: 100%;
  }
}
.search-modal .search-group {
  position: relative;
}
.search-modal .search-field {
  background-color: transparent;
  border: 2px solid #FFF;
  border-radius: 50px;
  color: #FFF;
  width: 100%;
  height: 70px;
  padding: 0 50px 0 30px;
}
.search-modal ::placeholder {
  color: #FFF;
}
.search-modal .search-button {
  background-color: transparent;
  border: 0;
  border-radius: 0 50px 50px 0;
  color: #FFF;
  cursor: pointer;
  position: absolute;
  right: 0;
  padding: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70px;
  height: 100%;
}
.search-modal .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 1s ease 0.8s;
  transition: all 1s ease 0.8s;
  -webkit-transform: translateY(-500px);
  transform: translateY(-500px);
}
.search-modal .zoom-anim-dialog.modal-ready {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.search-modal .modal-close {
  color: #FFF;
  font-size: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: opacity 0.3s;
}
.search-modal .modal-close:hover {
  opacity: 0.7;
}

@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0);
    transform: scale(0.02) translateY(0);
  }
  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0);
    transform: scale(2) translateY(0);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
@keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0);
    transform: scale(0.02) translateY(0);
  }
  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0);
    transform: scale(2) translateY(0);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
.section-title {
  background-color: #131F41;
  color: #FCFCFC;
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  padding: 10px 30px;
}
.section-title.big-title {
  font-size: 42px;
}
@media (max-width: 1199px) {
  .section-title.big-title {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .section-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .section-title {
    display: block;
    font-size: 24px !important;
  }
}

sup {
  font-size: 0.6em;
  top: -0.8em;
  color: inherit;
}

.go-to-top {
  position: relative;
  font-size: 24px;
  width: 35px;
  height: 35px;
  float: right;
  z-index: 2;
  border-radius: 50%;
  background-color: #2A94D2;
  cursor: pointer;
  visibility: hidden;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.15);
}
.go-to-top.active {
  visibility: visible;
}
.go-to-top i {
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.show-video-button {
  background-color: #da3175;
  border-radius: 50%;
  color: #FFF;
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.show-video-button:before {
  animation-delay: 0.9s;
}
.show-video-button:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 currentColor;
  box-shadow: 0 0 0 0 currentColor;
  -webkit-animation: button-ripple 3s infinite;
  animation: button-ripple 3s infinite;
  opacity: 0.6;
  z-index: -1;
  animation-delay: 0.3s;
}
.show-video-button i {
  font-size: 26px;
  line-height: 60px;
}
.show-video-button i:before {
  display: block;
  margin-top: 0;
  transition: all 0.4s ease;
}
.show-video-button i:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 currentColor;
  box-shadow: 0 0 0 0 currentColor;
  -webkit-animation: button-ripple 3s infinite;
  animation: button-ripple 3s infinite;
  opacity: 0.6;
  z-index: 1;
}
.show-video-button:hover {
  color: #FFF;
}
.show-video-button:hover i:before {
  margin-top: -5px;
}

@keyframes button-ripple {
  70% {
    -webkit-box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
    box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
    opacity: 0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    opacity: 0;
  }
}
.gdpr_lightbox-container .moove-gdpr-tab-main-content ul {
  list-style: inside !important;
  padding-left: 15px !important;
}
.gdpr_lightbox-container .moove-gdpr-tab-main-content ul li {
  margin-bottom: 5px !important;
}
.gdpr_lightbox-container .moove-gdpr-tab-main-content ul li ul {
  margin-top: 5px !important;
  padding-left: 15px !important;
  list-style: circle inside !important;
}

.join-us {
  background-color: #2A94D2;
  padding: 70px 0;
}
@media (max-width: 1199px) {
  .join-us {
    padding: 50px 0;
  }
}
.join-us p.description {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .join-us p.description {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .join-us p {
    font-size: 13px;
  }
  .join-us p.description {
    font-size: 14px;
    line-height: 1.5;
  }
}
.join-us .learn-more-button {
  display: inline-block;
  background-color: #FFF;
  border-radius: 4px;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5em;
  padding: 15px 30px;
  margin: 50px auto 0;
  text-transform: uppercase;
  transition: all 0.3s;
}
.join-us .learn-more-button:hover {
  color: #2A94D2;
}
@media (max-width: 767px) {
  .join-us .learn-more-button {
    font-size: 24px;
  }
}
.join-us .learn-more-button + p {
  margin-top: 50px;
}

.contacts-page {
  background: linear-gradient(#131F41, #256ea2);
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .contacts-page {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.contacts-page .contact-info {
  margin-bottom: 100px;
  padding-left: 100px;
}
.contacts-page .contact-info:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .contacts-page .contact-info {
    margin-bottom: 50px;
    padding-left: 0;
  }
}
.contacts-page h2 {
  color: #FFF;
  font-size: 32px;
  font-weight: bold;
  line-height: 42px;
}
@media (max-width: 991px) {
  .contacts-page h2 {
    font-size: 19px;
    line-height: 1.5;
  }
}
.contacts-page p {
  color: #FFF;
  font-size: 18px;
  line-height: 26px;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .contacts-page p {
    font-size: 15px;
    line-height: 1.5;
  }
}
.contacts-page a {
  color: #36B2FA;
}
.contacts-page a:hover {
  color: #49B85F;
}
.contacts-page .contact-form {
  margin-bottom: 50px;
}
.contacts-page label {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 991px) {
  .contacts-page label {
    font-size: 15px;
    line-height: 1.5;
  }
}
.contacts-page .contact-form-text {
  font-weight: 600;
}
.contacts-page form p {
  margin: 0;
}
.contacts-page form label {
  display: block;
}
.contacts-page form textarea {
  resize: vertical;
}
.contacts-page form input[type=submit] {
  background-color: #49B85F;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  padding: 8px;
  border-radius: 2px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
  border: none;
  margin: 0;
  font-size: 18px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #49B85F;
}
.wpcf7 form .wpcf7-not-valid-tip {
  font-size: 18px;
  display: inline-block;
  line-height: 24px;
  margin-bottom: 10px;
}
.wpcf7 form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-hero {
  background-image: url("../images/Morphic-Home-Hero.jpg");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 920px;
}
@media (max-width: 1199px) {
  .home-hero {
    background-position: -175px 0px;
    min-height: 605px;
  }
}
@media (max-width: 1024px) {
  .home-hero {
    background-attachment: unset;
    background-position: -70px 0px;
  }
}
@media (max-width: 991px) {
  .home-hero h1 {
    margin-left: 300px !important;
  }
}
@media (max-width: 767px) {
  .home-hero {
    background-position: -280px 0;
  }
  .home-hero h1 {
    margin-left: 200px !important;
  }
}
@media (max-width: 415px) {
  .home-hero {
    background-position: -192px -6px;
    min-height: 400px;
  }
  .home-hero h1 {
    margin-left: 110px !important;
  }
}
.home-hero h1 {
  color: #FFF;
  font-size: 68px;
  font-weight: bold;
  line-height: 81px;
  text-transform: uppercase;
  margin-top: 60px;
  margin-left: 70px;
}
@media (max-width: 1199px) {
  .home-hero h1 {
    font-size: 45px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .home-hero h1 {
    font-size: 31px;
    line-height: 1;
    margin-left: 150px;
  }
}

.home-about {
  background-image: url("../images/Background-Texture-Master.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .home-about {
    padding: 50px 0;
  }
}
.home-about .section-title {
  margin-top: 100px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .home-about .section-title {
    margin-top: 20px;
  }
}
.home-about .big-logo {
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1199px) {
  .home-about .big-logo {
    max-width: 200px;
  }
}
.home-about .big-logo + h2 {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 25px;
  line-height: 42px;
  color: #131F41;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 767px) {
  .home-about .big-logo + h2 {
    padding-bottom: 40px;
  }
}
.home-about p {
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .home-about p {
    font-size: 16px;
    line-height: 1.5;
  }
}

.home-about-info-list {
  text-align: center;
}
.home-about-info-list li {
  margin-bottom: 20px;
}
.home-about-info-list li:last-child {
  margin-bottom: 0;
}

.home-numbers {
  background-image: url("../images/Home-page-stats-background.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .home-numbers {
    padding: 50px 0;
  }
}
.home-numbers .section-title {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .home-numbers .section-title {
    margin-bottom: 50px;
  }
}
.home-numbers .globe-image {
  max-width: 550px;
  width: 100%;
}
.home-numbers ul {
  margin-top: 60px;
}
.home-numbers ul li {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}
.home-numbers ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .home-numbers .numbers-info-texts {
    margin-top: 50px;
  }
}
.home-numbers .numbers-info-texts p {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 30px;
}
.home-numbers .numbers-info-texts p span {
  font-size: 50px;
}
.home-numbers .numbers-info-texts p span.medium-size {
  font-size: 32px;
}
.home-numbers .numbers-info-texts p sup {
  font-size: 16px;
}
@media (max-width: 767px) {
  .home-numbers .numbers-info-texts p {
    font-size: 18px;
  }
  .home-numbers .numbers-info-texts p span {
    font-size: 30px;
  }
  .home-numbers .numbers-info-texts p span.medium-size {
    font-size: 24px;
  }
  .home-numbers .numbers-info-texts p sup {
    font-size: 14px;
  }
}

.home-gap {
  background-image: url("../images/Background-Texture-Master.png");
  background-position: center center;
  background-repeat: no-repeat;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .home-gap {
    padding: 50px 0;
  }
}
.home-gap img {
  max-width: 860px;
  width: 100%;
  margin: 50px auto 0;
}

body.stop-scroll {
  overflow: hidden;
}

.nw-med,
.nw-article {
  background-image: url("../images/Background-Texture-Master.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 0 0 100px;
}
.nw-med .container,
.nw-article .container {
  max-width: 1264px;
}
.nw-med .nw-med-title,
.nw-article .nw-med-title {
  font-size: 36px;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  color: #131F41;
  font-weight: 700;
  margin-bottom: 28px;
}
.nw-med .nw-med-art-box,
.nw-article .nw-med-art-box {
  margin-bottom: 45px;
}
.nw-med .wn-med-art-title,
.nw-article .wn-med-art-title {
  margin-bottom: 13px;
  font-size: inherit;
}
.nw-med .wn-med-art-title a,
.nw-article .wn-med-art-title a {
  color: #2A94D2;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3em;
}
.nw-med .date-post,
.nw-article .date-post {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 13px;
  color: #ADADAD;
}
.nw-med .wn-med-art-desc,
.nw-article .wn-med-art-desc {
  color: #000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 10px;
}
.nw-med .article-url,
.nw-article .article-url {
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-weight: 500;
  color: #49B85F;
}
.nw-med .mrt-80,
.nw-article .mrt-80 {
  margin-top: 80px;
}
.nw-med .embed-play,
.nw-article .embed-play {
  font-size: 22px;
}
.nw-med .nw-article-box,
.nw-article .nw-article-box {
  padding-right: 5px;
}
.nw-med .nw-slid,
.nw-article .nw-slid {
  padding-left: 6px;
}
.nw-med .hpSlider .swiper-slide:before,
.nw-article .hpSlider .swiper-slide:before {
  width: 75px;
  height: 75px;
  border-width: 4px;
}
.nw-med .hp-swiper-container .section-title,
.nw-article .hp-swiper-container .section-title {
  font-weight: bold;
  margin: 0 auto 50px;
  width: 100%;
  font-size: 36px;
  color: #FFF;
}
.nw-med .nw-med-box > div:not(.go-to-top),
.nw-article .nw-med-box > div:not(.go-to-top) {
  padding-top: 150px;
}
.nw-med .nw-med-box,
.nw-article .nw-med-box {
  position: relative;
}
.nw-med .nw-med-box .nw-slid,
.nw-article .nw-med-box .nw-slid {
  position: sticky;
  top: 0;
}
.nw-med .nw-med-art-section-title,
.nw-article .nw-med-art-section-title {
  color: #2A94D2;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 42px;
  margin-bottom: 30px;
}
.nw-med .post-row,
.nw-article .post-row {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
}
.nw-med .post-table,
.nw-article .post-table {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  overflow-x: auto;
  margin-bottom: 30px;
}
.nw-med .post-table table,
.nw-article .post-table table {
  width: 100%;
  min-width: 800px;
}
.nw-med .post-table table td,
.nw-med .post-table table th,
.nw-article .post-table table td,
.nw-article .post-table table th {
  padding: 5px 20px 5px 0;
}
.nw-med .post-table table th,
.nw-article .post-table table th {
  font-weight: bold;
}
.nw-med .post-table table td,
.nw-article .post-table table td {
  vertical-align: middle;
}
.nw-med .post-table .table-legend,
.nw-article .post-table .table-legend {
  list-style: none;
  font-style: italic;
  color: #626262;
}
.nw-med .post-contact p:not(:last-of-type),
.nw-article .post-contact p:not(:last-of-type) {
  margin-bottom: 0;
}
.nw-med .nw-med-box:nth-child(1) ul li,
.nw-article .nw-med-box:nth-child(1) ul li {
  font-size: 18px;
  line-height: 26px;
}
.nw-med .post-list p,
.nw-article .post-list p {
  margin-bottom: 20px;
}
.nw-med .post-list-alpha ul,
.nw-article .post-list-alpha ul {
  counter-reset: list;
}
.nw-med .post-list-alpha ul > li,
.nw-article .post-list-alpha ul > li {
  position: relative;
}
.nw-med .post-list-alpha ul > li:before,
.nw-article .post-list-alpha ul > li:before {
  counter-increment: list;
  content: counter(list, lower-alpha) ") ";
  position: absolute;
  left: -1.4em;
}
.nw-med .post-small-title,
.nw-article .post-small-title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
  color: #000;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
}
.nw-med .post-list,
.nw-med .post-list-alpha,
.nw-article .post-list,
.nw-article .post-list-alpha {
  margin-bottom: 30px;
}
.nw-med .img-holder,
.nw-article .img-holder {
  margin-bottom: 30px;
  display: block;
}
.nw-med .img-holder img,
.nw-article .img-holder img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.nw-med .post-video,
.nw-article .post-video {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 30px;
}
.nw-med .post-video iframe,
.nw-med .post-video video,
.nw-article .post-video iframe,
.nw-article .post-video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.nw-article .nw-med-articles {
  background-color: #FFF;
  padding: 54px 80px 24px 80px;
}
.nw-article .nw-med-articles a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
  color: #36B2FA;
}
.nw-article .nw-med-articles a:hover {
  color: #49B85F;
}
.nw-article .nw-med-articles p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 26px;
}
.nw-article .nw-med-articles p strong {
  font-size: 18px;
}
.nw-article .nw-med-articles p iframe {
  width: 100%;
  height: 46.8217vw;
  max-height: 604px;
}
.nw-article .nw-med-articles cite, .nw-article .nw-med-articles em, .nw-article .nw-med-articles i {
  font-style: italic;
}
.nw-article .nw-med-box {
  margin-bottom: 30px;
}
.nw-article .nw-med-box:nth-child(1) > div {
  padding-top: 60px !important;
}
.nw-article .sharp-char {
  padding-top: 30px;
  text-align: center;
}
.nw-article ul {
  list-style: disc;
}
.nw-article ul, .nw-article ol {
  margin-bottom: 26px;
  list-style-position: inside;
}
.nw-article ul li, .nw-article ol li {
  font-size: 16px !important;
  line-height: 26px;
}
.nw-article ul li:not(:last-of-type), .nw-article ol li:not(:last-of-type) {
  margin-bottom: 5px;
}
.nw-article ol li:before {
  position: static;
}
.nw-article h1, .nw-article h2, .nw-article h3, .nw-article h4 {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  color: #131F41;
  font-weight: normal;
  margin-bottom: 28px;
  line-height: 1.3em;
}
.nw-article h1 {
  font-size: 36px;
}
.nw-article h2 {
  font-size: 32px;
}
.nw-article h3 {
  font-size: 28px;
}
.nw-article h4 {
  font-size: 24px;
}

@media (max-width: 1290px) {
  .nw-article .container > div {
    margin: 0 -10px;
  }
  .nw-article .nw-med-articles {
    padding: 54px 6.2015vw 24px 6.2015vw;
  }
}
@media (max-width: 767px) {
  .nw-med .nw-article-box {
    padding-right: 0;
  }
  .nw-med .nw-slid {
    padding-left: 0;
  }
}
.lds-roller {
  /* change color here */
  color: #2A94D2;
}

.lds-roller,
.lds-roller div,
.lds-roller div:after {
  box-sizing: border-box;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: currentColor;
  margin: -3.6px 0 0 -3.6px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 62.62742px;
  left: 62.62742px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 67.71281px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 70.90963px;
  left: 48.28221px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 70.90963px;
  left: 31.71779px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 67.71281px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 62.62742px;
  left: 17.37258px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12.28719px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.reset-hero {
  background-image: url("../images/Morphic-RESET-Hero.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 810px;
  padding: 50px 0;
}
@media (min-width: 1921px) {
  .reset-hero {
    background-position: center center;
    background-size: cover;
  }
}
@media (max-width: 1199px) {
  .reset-hero {
    min-height: initial;
  }
}
@media (min-width: 768px) {
  .reset-hero .container .reset-logo {
    margin: 0 !important;
  }
}
@media (min-width: 576px) {
  .reset-hero .container {
    max-width: none;
    padding: 0 20px;
  }
  .reset-hero .container .reset-logo {
    width: 79%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .reset-hero .container .reset-logo {
    width: 79%;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .reset-hero .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .reset-hero .container {
    max-width: 1320px;
  }
}
.reset-hero p {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  margin: 30px 0;
}
@media (max-width: 1199px) {
  .reset-hero p {
    font-size: 16px;
    line-height: 31px;
    max-width: none;
  }
}
.reset-hero .reset-logo {
  font-size: 18px;
  font-weight: 700;
  max-width: 430px;
  width: 100%;
}
.reset-hero .watch-text {
  color: #5CBCE6;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .reset-hero .watch-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .reset-hero .show-video-button {
    display: block;
    margin: 0 auto 20px;
  }
}

.reset-content {
  background-image: url("../images/Background-Texture-Master.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .reset-content {
    padding: 50px 0;
  }
}
.reset-content .reset-item-container {
  margin-bottom: 70px;
}
.reset-content .reset-item-container:last-child {
  margin-bottom: 0;
}
.reset-content .image-container {
  position: relative;
  width: 100%;
  padding-bottom: 90%;
  overflow: hidden;
  max-width: 370px;
}
@media (max-width: 767px) {
  .reset-content .image-container {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.reset-content .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reset-content p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 20px 30px;
}
@media (max-width: 1199px) {
  .reset-content p {
    font-size: 16px;
    line-height: 26px;
  }
}
.reset-content p.small {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 767px) {
  .reset-content p.small {
    font-size: 12px;
  }
}
.reset-content ul {
  margin-top: 20px;
  margin-left: 30px;
}
.reset-content ul li {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 767px) {
  .reset-content .section-title {
    text-align: center;
  }
}
.reset-content .video-full {
  margin-top: 20px;
}
.reset-content .video-full iframe {
  width: 100%;
  max-height: 729px;
}
@media (max-width: 767px) {
  .reset-content .video-full iframe {
    height: 290px;
  }
}
@media (max-width: 575px) {
  .reset-content .video-full iframe {
    height: 53.913vw;
  }
}
@media (min-width: 768px) {
  .reset-content .video-full iframe {
    height: 392px;
  }
}
@media (min-width: 992px) {
  .reset-content .video-full iframe {
    height: 528px;
  }
}
@media (min-width: 1200px) {
  .reset-content .video-full iframe {
    height: 630px;
  }
}
@media (min-width: 1400px) {
  .reset-content .video-full iframe {
    height: 729px;
  }
}

.clinical-trials-hero {
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 920px;
  padding: 70px 0;
}
@media (max-width: 1199px) {
  .clinical-trials-hero {
    background-attachment: initial;
    padding: 50px 0;
    min-height: 530px;
  }
}
@media (max-width: 767px) {
  .clinical-trials-hero {
    background: none !important;
    min-height: auto;
    padding-top: 0;
  }
}
.clinical-trials-hero .mobile-hero-image {
  display: none;
}
@media (max-width: 767px) {
  .clinical-trials-hero .mobile-hero-image {
    display: block;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.clinical-trials-hero h1 {
  color: #131F41;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 67px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .clinical-trials-hero h1 {
    font-size: 26px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .clinical-trials-hero h1 {
    font-size: 22px;
    line-height: 1.2;
  }
}
.clinical-trials-hero p {
  color: #131F41;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .clinical-trials-hero p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .clinical-trials-hero p {
    font-size: 12px;
    line-height: 1.5;
  }
}

.reset-section {
  background: linear-gradient(#131F41, #2A94D0);
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .reset-section {
    padding: 50px 0;
  }
}
.reset-section .logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.reset-section .reset-logo {
  max-width: 410px;
  width: 100%;
}
@media (max-width: 767px) {
  .reset-section .reset-logo {
    max-width: 340px;
    margin-bottom: 50px;
  }
}
.reset-section p {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .reset-section p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .reset-section p {
    font-size: 15px;
  }
}
.reset-section .watch-text {
  color: #5CBCE6;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .reset-section .watch-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .reset-section .show-video-button {
    display: block;
    margin: 0 auto 20px;
  }
}

.candidates {
  background-image: url("../images/bg_lines.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 70px 0;
}
@media (max-width: 1199px) {
  .candidates {
    padding: 50px 0;
  }
}
.candidates p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin: 20px 0 50px;
}
@media (max-width: 767px) {
  .candidates p {
    font-size: 16px;
  }
}
.candidates ul {
  margin: 0 auto;
  text-align: center;
}
.candidates ul li {
  color: #131F41;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 42px;
  margin-bottom: 20px;
}
.candidates ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .candidates ul li {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .candidates ul li {
    font-size: 24px;
  }
}

.locations {
  background-image: url("../images/bg_lines.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 70px 0;
}
@media (max-width: 1199px) {
  .locations {
    padding: 50px 0;
  }
}
.locations ul {
  margin: 50px auto 0;
  text-align: center;
}
.locations ul li {
  color: #000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 50px;
}
.locations ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .locations ul li {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .locations ul li {
    font-size: 16px;
  }
}

.faq {
  background: linear-gradient(#131F41, #235e8f);
  padding: 70px 0;
}
@media (max-width: 1199px) {
  .faq {
    padding: 50px 0;
  }
}
.faq ul {
  margin-top: 50px;
}
.faq ul li {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  margin-bottom: 20px;
}
.faq ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .faq ul li {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .faq ul li {
    font-size: 15px;
  }
}
.faq h3 {
  font-weight: bold;
}
.faq .additional-info {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  margin-top: 20px;
}
.faq .additional-info a {
  color: #2A94D2;
  font-weight: bold;
}
.faq .additional-info a:hover {
  color: #49B85F;
}

.teams {
  background-image: url("../images/Background-Texture-Master.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 0 0 100px;
}
.teams .page-inner-navigator {
  position: sticky;
  top: 0;
}
.teams .page-inner-navigator.set-color {
  background-color: #FFF;
  box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.teams .page-inner-navigator .hook-holder {
  gap: 60px;
  padding: 5px 0;
}
.teams .page-inner-navigator .page-hook {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  color: #131F41;
  font-weight: 500;
  line-height: 42px;
  display: block;
  transition: transform 0.3s ease;
}
.teams .page-inner-navigator .page-hook:hover {
  transform: scale(1.1);
}
.teams .team:not(:last-of-type) {
  margin-bottom: 132px;
}
.teams .team > .container {
  padding-top: 60px;
  max-width: 1440px;
}
.teams .medic-branch:not(:last-of-type) {
  margin-bottom: 132px;
}
.teams .team-header {
  background-color: #2A94D2;
  color: #FFF;
  padding: 32px 0;
}
.teams .team-header h2 {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  margin-bottom: 20px;
}
.teams .team-header p {
  font-size: 18px;
  line-height: 26px;
}
.teams h2 {
  font-size: 36px;
  font-weight: 700;
}
.teams .med-branch-title {
  text-align: center;
  margin-bottom: 70px;
}
.teams .portfolio:not(:last-of-type) {
  margin-bottom: 50px;
}
.teams .portfolio .image {
  flex: 0 0 46%;
}
.teams .portfolio .image img {
  width: 77%;
  display: block;
  margin: 0 auto;
}
.teams .portfolio .name-position {
  margin-bottom: 25px;
}
.teams .portfolio .name-position h3 {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
  color: #2A94D2;
  margin-bottom: 15px;
}
.teams .portfolio .name-position p {
  font-size: 16px;
  line-height: 1.1em;
  color: #000;
  font-style: italic;
}
.teams .portfolio .desc {
  padding-left: 10px;
  font-size: 18px;
  line-height: 28px;
  flex: 1 1 54%;
  max-width: 100%;
}
.teams .portfolio .desc p:not(:last-of-type) {
  margin-bottom: 18px;
}
.teams .portfolio .desc a {
  font-size: 16px;
  line-height: 1.1em;
  font-weight: 600;
  color: #36B2FA;
}
.teams .portfolio .desc a:hover {
  color: #49B85F;
}
.teams .go-to-top {
  position: sticky;
  bottom: 50px;
  right: 50px;
}

@media (max-width: 767px) {
  .teams .page-inner-navigator {
    position: static;
  }
  .teams h2 {
    font-size: 24px;
  }
  .teams .team-header {
    padding: 42px 0 32px;
  }
  .teams .team-header .container {
    max-width: none;
  }
  .teams .team-header p {
    font-size: 16px;
  }
  .teams .team-header h2 {
    margin-bottom: 30px;
  }
  .teams .page-inner-navigator .container {
    max-width: none;
  }
  .teams .page-inner-navigator .hook-holder {
    flex-wrap: wrap;
    gap: unset;
  }
  .teams .page-inner-navigator .page-hook {
    flex: 0 0 100%;
    text-align: center;
    font-size: 16px;
  }
  .teams .team > .container {
    padding-top: 20px;
  }
  .teams .portfolio .image,
  .teams .portfolio .desc {
    width: 100%;
    flex: 0 0 100%;
  }
  .teams .portfolio .image img,
  .teams .portfolio .desc img {
    width: 100%;
  }
  .teams .portfolio .name-position {
    display: block !important;
  }
  .teams .portfolio .name-position h3 {
    font-size: 24px;
  }
  .teams .portfolio .name-position p,
  .teams .portfolio .name-position h3 {
    padding-left: 0;
  }
  .teams .portfolio .desc {
    padding-left: 0;
  }
  .teams .portfolio .desc p {
    font-size: 16px;
  }
  .teams .portfolio .image {
    padding-top: 12px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .teams .med-branch-title {
    padding-top: 20px;
  }
  .teams .go-to-top {
    right: 20px;
    bottom: 20px;
  }
}
.search-results.nw-med {
  padding-top: 70px;
}
.search-results.nw-med > div:not(.go-to-top) .nw-article-box {
  margin-bottom: 50px;
  padding-top: 0;
}
@media (max-width: 767px) {
  .search-results.nw-med > div:not(.go-to-top) .nw-article-box {
    margin-bottom: 30px;
  }
}
.search-results.nw-med .go-to-top {
  position: sticky;
  bottom: 50px;
  right: 50px;
}
.search-results.nw-med .nw-med-art-box {
  margin-bottom: 0;
}
.search-results.nw-med .wn-med-art-title {
  color: #2A94D2;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
}
.search-results.nw-med .page-numbers {
  font-size: 16px;
  line-height: 24px;
  color: #2A94D2;
  font-weight: 600;
}
.search-results.nw-med .page-numbers:not(:last-of-type) {
  margin-right: 10px;
}
.search-results.nw-med .page-numbers.current {
  font-size: 24px;
  line-height: 46px;
  color: #000;
}
.search-results.nw-med .page-numbers.dots {
  margin-right: 10px;
}
.search-results.nw-med .nav-links {
  margin: 0 auto;
}
.search-results.nw-med .date-post {
  font-size: 18px;
  font-weight: 700;
}

.landing-page {
  background-image: url("../images/Background-Texture-Master.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  padding: 130px 10px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.landing-page img {
  display: block;
  max-width: 300px;
  width: 100%;
}
.landing-page h1 {
  color: #000;
  font-size: 19px;
  font-weight: bold;
  line-height: 42px;
  margin-top: 20px;
}
.landing-page ul {
  display: flex;
  gap: 10px 5px;
  width: 100%;
  max-width: 570px;
  margin-top: 20px;
}
@media (max-width: 415px) {
  .landing-page ul {
    flex-direction: column;
  }
}
.landing-page ul li {
  width: 50%;
}
@media (max-width: 415px) {
  .landing-page ul li {
    width: 100%;
  }
}
.landing-page ul li a {
  display: block;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  padding: 24px 20px;
  text-align: center;
  width: 100%;
  transition: all 0.4s ease;
}
.landing-page ul li a:hover {
  background-color: #49B85F !important;
}
.landing-page ul li:first-child a {
  background-color: #2A94D2;
}
.landing-page ul li:last-child a {
  background-color: #131F41;
}

.pg-post {
  background-image: url(../images/Background-Texture-Master.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 0 0 100px;
}
.pg-post .container {
  max-width: 1320px !important;
}
.pg-post .container .row > div:nth-child(1) {
  padding-top: 70px;
}
.pg-post .embed-play {
  font-size: 22px;
}
.pg-post .hpSlider .swiper-slide::before {
  width: 75px;
  height: 75px;
  border-width: 4px;
}
.pg-post .nw-slid {
  position: sticky;
  top: 0;
  padding: 0 20px;
}
.pg-post .hp-swiper-container .section-title {
  width: 100%;
  font-size: 36px;
  line-height: 1em;
}
.pg-post h2 {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 36px;
  line-height: 1.3em;
  margin-bottom: 28px;
  font-weight: 700;
}
.pg-post p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 18px;
}
.pg-post ol li, .pg-post ul li {
  font-size: 18px;
  line-height: 26px;
}
.pg-post ol.ordered, .pg-post ul.ordered {
  counter-reset: listIndex;
  padding-left: 10px;
}
.pg-post ol.ordered li, .pg-post ul.ordered li {
  position: relative;
  counter-increment: listIndex;
}
.pg-post ol.ordered li:before, .pg-post ul.ordered li:before {
  content: counter(listIndex) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.pg-post ol.unordered, .pg-post ul.unordered {
  padding-left: 10px;
}
.pg-post ol.unordered li, .pg-post ul.unordered li {
  position: relative;
  padding-left: 1em;
}
.pg-post ol.unordered li:before, .pg-post ul.unordered li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}
.pg-post ol.unordered li ul li:before, .pg-post ul.unordered li ul li:before {
  content: "○";
  font-size: 80%;
}
.pg-post ol.unordered + p, .pg-post ol.ordered + p, .pg-post ul.unordered + p, .pg-post ul.ordered + p {
  margin-top: 18px;
}
.pg-post ol li {
  padding-left: 1.4em;
}
.pg-post ol li:before {
  left: 0;
}

.not-found {
  background-image: url(../images/Background-Texture-Master.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
}
.not-found .container {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.not-found h1 {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 360px;
  margin: 0 0 50px 0;
  color: #131F41;
  text-align: center;
  font-weight: 700;
}
.not-found p {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 40px;
  color: #36B2FA;
  text-align: center;
}
@media (max-width: 767px) {
  .not-found {
    padding: 0 0;
  }
  .not-found .container {
    min-height: 50vh;
  }
  .not-found h1 {
    font-size: 46.9361vw;
    margin: 0 0 6.5189vw 0;
  }
  .not-found p {
    font-size: 5.2151vw;
  }
}

.dfu .container {
  max-width: none;
  padding: 60px 30px;
  min-height: 60vh;
}
@media (min-width: 1200px) {
  .dfu .container {
    max-width: 1140px;
  }
}
.dfu h1 {
  font-size: 30px;
  line-height: 1.1em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 42px;
}

.dfu-form form,
.dfu-modal form {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 18px;
  position: relative;
}
.dfu-form form#dfu-instructions,
.dfu-modal form#dfu-instructions {
  max-width: 950px;
}
.dfu-form form#dfu-instructions button,
.dfu-modal form#dfu-instructions button {
  display: block;
  margin: 0 auto;
}
.dfu-form form .form-row,
.dfu-modal form .form-row {
  display: flex;
  gap: 46px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .dfu-form form .form-row,
  .dfu-modal form .form-row {
    gap: unset;
    flex-wrap: wrap;
  }
}
.dfu-form form .form-row:not(:last-of-type),
.dfu-modal form .form-row:not(:last-of-type) {
  margin-bottom: 45px;
}
.dfu-form form .form-element,
.dfu-modal form .form-element {
  flex: 1 1 calc(50% - 23px);
  min-width: calc(50% - 23px);
}
.dfu-form form .form-element.full-w,
.dfu-modal form .form-element.full-w {
  flex: 1 1 100%;
}
@media (max-width: 767px) {
  .dfu-form form .form-element,
  .dfu-modal form .form-element {
    flex: 0 0 100%;
  }
}
.dfu-form form select,
.dfu-form form input,
.dfu-modal form select,
.dfu-modal form input {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  width: 100%;
  opacity: 0.6;
  color: #808080;
  border: 1px solid rgba(128, 128, 128, 0.6);
  border-radius: 5px;
  padding: 4px 6px;
}
.dfu-form form select *[disabled],
.dfu-form form input *[disabled],
.dfu-modal form select *[disabled],
.dfu-modal form input *[disabled] {
  display: none;
}
.dfu-form form select + label,
.dfu-form form input + label,
.dfu-modal form select + label,
.dfu-modal form input + label {
  font-size: 12px;
  line-height: 14px;
  color: #808080;
  opacity: 0.6;
  margin-bottom: 3px;
}
.dfu-form form select:valid, .dfu-form form select:user-valid,
.dfu-form form input:valid,
.dfu-form form input:user-valid,
.dfu-modal form select:valid,
.dfu-modal form select:user-valid,
.dfu-modal form input:valid,
.dfu-modal form input:user-valid {
  opacity: 1;
}
.dfu-form form select:valid + label, .dfu-form form select:user-valid + label,
.dfu-form form input:valid + label,
.dfu-form form input:user-valid + label,
.dfu-modal form select:valid + label,
.dfu-modal form select:user-valid + label,
.dfu-modal form input:valid + label,
.dfu-modal form input:user-valid + label {
  opacity: 1;
}
.dfu-form form button,
.dfu-modal form button {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  padding: 13px 20px;
  border: none;
}
.dfu-form form button[type=submit],
.dfu-modal form button[type=submit] {
  color: #FFF;
  background-color: #2A94D2;
}
.dfu-form form:invalid button[type=submit],
.dfu-modal form:invalid button[type=submit] {
  opacity: 0.6;
  pointer-events: none;
}
.dfu-form form .loader-box,
.dfu-modal form .loader-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dfu-form form .loader-box .lds-roller,
.dfu-modal form .loader-box .lds-roller {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dfu-result .dfu-table-holder {
  width: 100%;
  max-width: 950px;
  overflow-x: auto;
  margin: 0 auto 49px auto;
}
.dfu-result .dfu-table-holder p {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}
.dfu-result table {
  width: 100%;
  min-width: 840px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 18px;
  color: #303030;
  font-weight: 600;
}
.dfu-result thead tr {
  background-color: #D4D4D4;
}
.dfu-result tr {
  border-bottom: 2px solid #D4D4D4;
}
.dfu-result td,
.dfu-result th {
  vertical-align: middle;
  text-align: left;
}
.dfu-result td:nth-child(2),
.dfu-result th:nth-child(2) {
  width: 116px;
}
.dfu-result td:nth-child(3),
.dfu-result th:nth-child(3) {
  width: 410px;
}
.dfu-result td a,
.dfu-result th a {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  color: #36B2FA;
  font-size: 16px;
}
.dfu-result td a:not(:last-of-type),
.dfu-result th a:not(:last-of-type) {
  margin-right: 12px;
}
.dfu-result td a:before,
.dfu-result th a:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 2px;
}
.dfu-result td a.view:before,
.dfu-result th a.view:before {
  background: url(/wp-content/themes/morphicmedical/assets/images/view.svg) no-repeat right center/contain;
}
.dfu-result td a.download:before,
.dfu-result th a.download:before {
  background: url(/wp-content/themes/morphicmedical/assets/images/download.svg) no-repeat right center/contain;
}
.dfu-result td a.ask:before,
.dfu-result th a.ask:before {
  background: url(/wp-content/themes/morphicmedical/assets/images/ask-paper.svg) no-repeat right center/contain;
}
.dfu-result td span,
.dfu-result th span {
  color: #E50000;
}
.dfu-result th {
  padding: 19px 10px 19px 22px;
}
.dfu-result td {
  padding: 22px 10px 10px 22px;
  vertical-align: top;
}
.dfu-result .cta-holder {
  text-align: center;
}

@media (max-width: 767px) {
  .dfu-form .form-element:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.dfu-form form .form-row:not(:last-of-type) {
  margin-bottom: 30px;
}

.dfu-btn {
  font-size: 17px;
  line-height: 1.1em;
  color: #000;
  font-weight: 600;
  border: 1px solid #000;
  padding: 9px 20px;
  display: inline-block;
}
.dfu-btn:hover {
  color: inherit;
}

.dfu-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  display: none;
}
.dfu-modal.active {
  display: block;
}
.dfu-modal .dfu-modal-ovelay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 31, 65, 0.5);
}
.dfu-modal .dfu-modal-box {
  width: 90%;
  max-width: 906px;
  max-height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFF;
  padding: 22px 25px;
  box-sizing: border-box;
  overflow-y: auto;
}
.dfu-modal .modal-container {
  width: 100%;
  max-width: 680px;
  padding: 32px 0 12px;
  margin: 0 auto;
}
.dfu-modal h2 {
  font-size: 32px;
  line-height: 1.1em;
  margin-bottom: 22px;
  font-weight: 600;
  text-align: center;
}
.dfu-modal form {
  margin-bottom: 0;
  padding-top: 0;
}
.dfu-modal form .form-element {
  height: 100%;
  flex: 1 1 calc(50% - 14px);
  min-width: calc(50% - 14px);
}
@media (max-width: 767px) {
  .dfu-modal form .form-element {
    flex: 0 0 100%;
  }
}
.dfu-modal form .form-element.flx-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dfu-modal form .form-element label {
  order: 1;
}
.dfu-modal form .form-element input,
.dfu-modal form .form-element select {
  order: 2;
}
.dfu-modal form .form-element.check-holder {
  flex: 1 1 100%;
  display: flex;
  justify-content: center;
}
.dfu-modal form .form-element.check-holder [type=checkbox] {
  display: none;
}
.dfu-modal form .form-element.check-holder [type=checkbox]:checked + label:before {
  background: url("../images/check-icon.svg") no-repeat center center/80%;
}
.dfu-modal form .form-element.check-holder.small-label label {
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
}
.dfu-modal form .form-element.check-holder label {
  padding-left: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1em;
  position: relative;
  color: #000;
}
.dfu-modal form .form-element.check-holder label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 2px solid #808080;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.dfu-modal form .form-row {
  gap: 26px;
}
.dfu-modal form .form-row:not(:last-of-type) {
  margin-bottom: 20px;
}
.dfu-modal .form-cta-holder {
  flex: 0 0 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 560px) {
  .dfu-modal .form-cta-holder {
    flex-direction: column-reverse;
    gap: 20px;
    align-items: center;
  }
}
.dfu-modal .close-cta {
  color: #000;
  text-decoration: none;
  font-size: 20px;
  position: absolute;
  right: 25px;
  top: 22px;
}

.dfu-text {
  margin-top: 46px;
}
.dfu-text p {
  font-size: 15px;
  line-height: 21px;
  color: #808080;
  text-align: center;
}
.dfu-text p:not(:last-of-type) {
  margin-bottom: 20px;
}

.dfu-result-text h2,
.dfu-result-text p {
  color: #303030;
  text-align: center;
}
.dfu-result-text h2 {
  font-size: 23px;
  line-height: 1.1em;
  margin-bottom: 20px;
  font-weight: 600;
}
.dfu-result-text p {
  width: 100%;
  max-width: 524px;
  font-size: 13px;
  line-height: 1.1em;
  margin: 0 auto 20px auto;
  font-weight: 600;
}

#dfu-static-docs {
  margin-bottom: 30px;
}
#dfu-static-docs .dfu-wrap {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
#dfu-static-docs p {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 23px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.1em;
  padding: 8px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.6);
}
@media (max-width: 767px) {
  #dfu-static-docs p {
    flex-wrap: wrap;
    gap: 8px;
  }
  #dfu-static-docs p .doc-name {
    flex: 0 0 100%;
  }
}
#dfu-static-docs .dfu-prev-down {
  display: flex;
  gap: 23px;
}
#dfu-static-docs .dfu-prev-down a {
  font-size: 16px;
  color: #36B2FA;
  padding-left: 25px;
  position: relative;
}
#dfu-static-docs .dfu-prev-down a:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
}
#dfu-static-docs .dfu-prev-down a[data-tran=view]:before {
  background: url(/wp-content/themes/morphicmedical/assets/images/view.svg) no-repeat right center/contain;
}
#dfu-static-docs .dfu-prev-down a[data-tran=download]:before {
  background: url(/wp-content/themes/morphicmedical/assets/images/download.svg) no-repeat right center/contain;
}

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