/*
Theme Name: QuitMate
Theme URI: https://charger.agency
Author: Charger Agency
Description: custom theme
Version: 1.0 
Text Domain: qm
*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&display=swap");
@font-face {
  font-family: "Avenir";
  src: url("fonts/AvenirLT-Heavy.eot");
  src: url("fonts/AvenirLT-Heavy.eot?#iefix") format("embedded-opentype"), url("fonts/AvenirLT-Heavy.woff2") format("woff2"), url("fonts/AvenirLT-Heavy.woff") format("woff"), url("fonts/AvenirLT-Heavy.ttf") format("truetype"), url("fonts/AvenirLT-Heavy.svg#AvenirLT-Heavy") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
header, footer, article, section, hgroup, nav, figure, aside {
  display: block;
}

body, html {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

:focus, :active {
  outline: 0;
}

img {
  border-style: none;
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: underline;
  color: #000;
}

ul li,
p {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 30px;
}

div {
  box-sizing: border-box;
}

b, strong {
  font-weight: 700;
}

h1, h2, h3 {
  font-family: "Avenir", sans-serif;
  font-weight: 800;
}

.btn, .button {
  width: 272px;
  height: 46px;
  border-radius: 28px;
  border: 1px solid #0a2756;
  background-color: #0a2756;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  display: block;
  padding: 10px 10px;
  font-family: "Nunito Sans", sans-serif;
  transition: all 400ms ease-in-out;
  -webkit-appearance: none;
}
.btn.btn-green, .button.btn-green {
  border-color: #0bb8b3;
  background-color: #0bb8b3;
}
.btn.btn-outline, .button.btn-outline {
  background: #fff;
  color: #0a2756;
}
.btn.btn-outline:hover, .btn.btn-outline:active, .button.btn-outline:hover, .button.btn-outline:active {
  color: #fff;
}
.btn.wide, .button.wide {
  width: 358px;
}
.btn:hover, .btn:active, .button:hover, .button:active {
  background-color: #3cadc3;
  border-color: #3cadc3;
}

body {
  min-width: 320px;
  color: #0a2756;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  overscroll-behavior-y: none;
  -webkit-overflow-scrolling: touch;
}
body .wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1210px;
  box-sizing: border-box;
  padding: 0 20px;
}
body main {
  padding-top: 103px;
  min-height: calc(100vh - 354px);
}
@media (max-width: 1023px) {
  body main {
    padding-top: 80px;
    min-height: calc(100vh - 374px - 80px);
  }
}
body #header {
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
  position: absolute;
  top: 0;
  transition: all 400ms ease-in-out;
}
body #header.fixed {
  top: 0;
  left: 0;
  height: 102px;
  position: fixed;
  background: #fff;
  box-shadow: 0 1px 5px #e4f2f2;
}
@media (max-width: 1023px) {
  body #header.fixed {
    height: 80px;
  }
}
body #header .wrap {
  max-width: none;
  height: 100%;
}
body #header .wrap .row {
  height: 100%;
  /*position: relative;*/
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 33px 0;
}
@media (max-width: 1023px) {
  body #header .wrap .row {
    padding: 25px 0;
  }
}
body #header .logo {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}
body #header .logo img {
  height: 36px;
  width: auto;
}
@media (max-width: 1023px) {
  body #header .logo img {
    height: 30px;
  }
}
body #header .buttons-hold {
  display: flex;
  position: absolute;
  right: 20px;
  top: 36px;
}
@media (max-width: 1023px) {
  body #header .buttons-hold {
    display: none;
  }
}
body #header .buttons-hold .btn {
  width: 208px;
  height: 38px;
  line-height: 20px;
  padding: 8px 10px;
  font-size: 14px;
  margin-left: 13px;
}
@media (max-width: 1279px) {
  body #header .buttons-hold .btn {
    width: 170px;
    margin-left: 10px;
    font-size: 13px;
  }
}
body #header .fade {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.58;
  z-index: 998;
}
body #header #nav {
  display: flex;
  margin: 0;
  position: fixed;
  width: 300px;
  height: 100%;
  left: -320px;
  top: 0;
  background: #fff;
  transition: all 300ms ease-in-out;
  box-shadow: 3px 0 4px rgba(159, 159, 159, 0.5);
  z-index: 999;
}
body #header #nav.show {
  left: 0;
}
body #header #nav .logo, body #header #nav .close-btn {
  display: none;
}
body #header #nav ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: flex-start;
  padding: 90px 40px;
  box-sizing: border-box;
}
body #header #nav ul.menu > li {
  margin: 14px 0;
  line-height: 25px;
}
body #header #nav ul.menu > li > a {
  color: #0a2756;
  transition: all 300ms ease-in-out;
  font-size: 22px;
  font-weight: 800;
  line-height: 26px;
  font-family: "Avenir", sans-serif;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 0;
}
body #header #nav ul.menu > li.current-menu-item > a, body #header #nav ul.menu > li > a:hover, body #header #nav ul.menu > li > a:focus {
  color: #0bb8b3;
}
body #header #nav ul.menu > li.current-menu-item > a:after, body #header #nav ul.menu > li > a:hover:after, body #header #nav ul.menu > li > a:focus:after {
  left: 0;
  width: 100%;
}
body #header #nav .close-btn {
  position: absolute;
  right: 37px;
  top: 41px;
  width: 22px;
  height: 22px;
  display: block;
  cursor: pointer;
  background: url("images/icon-close.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 1023px) {
  body #header #nav .close-btn {
    right: 28px;
    top: 30px;
  }
}
body #header #menu-toggle {
  display: block;
  position: absolute;
  z-index: 997;
  width: 36px;
  height: 32px;
  cursor: pointer;
  top: 34px;
  left: 24px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  body #header #menu-toggle {
    top: 24px;
  }
}
body #header #menu-toggle.active {
  position: fixed;
}
body #header #menu-toggle.active span {
  width: 0;
}
body #header #menu-toggle.active span::before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
body #header #menu-toggle.active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
body #header #menu-toggle.active span::before, body #header #menu-toggle.active span::after {
  transition-delay: 0s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
}
body #header #menu-toggle span {
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  width: 25px;
  height: 4px;
  background: #0a2756;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
body #header #menu-toggle span:before {
  top: -8px;
  transition-property: top, transform;
  -webkit-transition-property: top, transform;
}
body #header #menu-toggle span:after {
  bottom: -8px;
  transition-property: bottom, transform;
  -webkit-transition-property: bottom, transform;
}
body #header #menu-toggle span:before, body #header #menu-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 4px;
  left: 0;
  background-color: #0a2756;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
body footer {
  background-color: #0a2756;
  width: 100%;
  position: relative;
  color: #ffffff;
  padding: 35px 0 17px;
}
body footer .wrap {
  max-width: none;
  padding: 0 46px;
}
@media (max-width: 1279px) {
  body footer .wrap {
    padding: 0 34px;
  }
}
@media (max-width: 767px) {
  body footer .wrap {
    padding: 0 20px;
  }
}
body footer .wrap .row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 15px;
  padding-top: 15px;
}
@media (max-width: 1023px) {
  body footer .wrap .row {
    justify-content: center;
  }
}
body footer .wrap a.logo {
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  margin-bottom: 16px;
}
body footer .wrap a.logo img {
  height: 36px;
  width: auto;
}
@media (max-width: 1023px) {
  body footer .wrap a.logo img {
    height: 30px;
  }
}
@media (max-width: 1023px) {
  body footer .wrap a.logo {
    margin: 0;
  }
}
body footer .wrap .contacts {
  display: flex;
  flex-direction: column;
  margin-top: 9px;
}
@media (max-width: 1023px) {
  body footer .wrap .contacts {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
body footer .wrap .contacts a {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 38px;
  text-decoration: none;
  color: #fff;
  margin: 0 0 2px;
}
body footer .wrap .contacts a:last-child {
  margin: 0;
}
body footer .wrap .contacts a:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 2px;
  top: 4px;
}
body footer .wrap .contacts a.phone-link:before {
  background: url("images/icon-phone.svg") no-repeat center;
  background-size: contain;
}
body footer .wrap .contacts a.email-link {
  color: #0bb8b3;
}
body footer .wrap .contacts a.email-link:before {
  background: url("images/icon-email.svg") no-repeat center;
  background-size: contain;
}
@media (max-width: 1023px) {
  body footer .wrap .right-part {
    width: 100%;
  }
}
body footer .wrap .copy-hold {
  display: flex;
  margin-top: 19px;
}
@media (max-width: 1023px) {
  body footer .wrap .copy-hold {
    flex-wrap: wrap;
  }
}
body footer .wrap .copy-hold p {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 25px 0 0;
}
@media (max-width: 1023px) {
  body footer .wrap .copy-hold p {
    margin: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
body footer .wrap .copy-hold .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
@media (max-width: 1023px) {
  body footer .wrap .copy-hold .menu {
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
  }
}
body footer .wrap .copy-hold .menu li {
  position: relative;
  padding: 0 23px;
  margin: 0;
  line-height: 18px;
}
@media (max-width: 1023px) {
  body footer .wrap .copy-hold .menu li {
    padding: 0 15px;
  }
  body footer .wrap .copy-hold .menu li:first-child {
    padding-left: 0;
  }
}
body footer .wrap .copy-hold .menu li:last-child {
  padding-right: 0;
}
body footer .wrap .copy-hold .menu li:before {
  content: "|";
  display: block;
  position: absolute;
  left: -1px;
  top: 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
@media (max-width: 1023px) {
  body footer .wrap .copy-hold .menu li:first-child:before {
    display: none;
  }
}
body footer .wrap .copy-hold .menu li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
  text-decoration: underline;
}
body footer .wrap .social-links {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}
@media (max-width: 1023px) {
  body footer .wrap .social-links {
    justify-content: center;
    width: 100%;
  }
}
body footer .wrap .social-links li {
  margin: 0 0 0 8px;
}
@media (max-width: 1023px) {
  body footer .wrap .social-links li {
    margin: 0 7px 10px;
  }
}
body footer .wrap .social-links li a {
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  width: 31px;
  height: 31px;
  display: block;
}
body footer .wrap .social-links li a.fb {
  background: url("images/icon-facebook.png") no-repeat;
  background-size: contain;
}
body footer .wrap .social-links li a.yt {
  background: url("images/icon-youtube.png") no-repeat;
  background-size: contain;
}
body footer .wrap .social-links li a.tw {
  background: url("images/icon-twitter.png") no-repeat;
  background-size: contain;
}
body footer .wrap .social-links li a.ig {
  background: url("images/icon-instagram.png") no-repeat;
  background-size: contain;
}
body .page-content {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  body .page-content {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
body .page-content .page-hold h1 {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 20px;
}
body .blog-posts {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px;
}
@media (max-width: 1023px) {
  body .blog-posts {
    margin: 0 -10px;
  }
}
body .blog-posts .item-post {
  width: 33.33%;
  padding: 0 24px;
}
@media (max-width: 1023px) {
  body .blog-posts .item-post {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  body .blog-posts .item-post {
    width: 100%;
    margin-bottom: 35px;
  }
  body .blog-posts .item-post:last-child {
    margin-bottom: 0;
  }
}
body .blog-post {
  box-sizing: border-box;
  overflow: hidden;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  box-shadow: 0 1px 50px #e4f2f2;
  background-color: #ffffff;
  height: 100%;
}
@media (max-width: 1023px) {
  body .blog-post {
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}
body .blog-post .hold figure {
  width: 100%;
  height: 237px;
}
@media (max-width: 1249px) {
  body .blog-post .hold figure {
    height: calc((100% - 48px - 48px - 20px*2)/3 * 1.2);
  }
}
@media (max-width: 767px) {
  body .blog-post .hold figure {
    height: calc((100% - 20px*2) * 1.2);
  }
}
body .blog-post .hold figure img {
  max-width: none;
  width: 100%;
  height: auto;
}
body .blog-post .hold .data {
  padding: 25px 34px 30px;
}
@media (max-width: 1249px) {
  body .blog-post .hold .data {
    padding: 18px 30px 26px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  body .blog-post .hold .data {
    padding: 15px 24px 24px;
  }
}
body .blog-post .hold .data .date {
  color: #0bb8b3;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  margin: 0 0 24px;
}
@media (max-width: 1249px) {
  body .blog-post .hold .data .date {
    margin-bottom: 12px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  body .blog-post .hold .data .date {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
body .blog-post .hold .data .title {
  color: #0a2756;
  font-family: "Avenir", sans-serif;
  font-size: 30px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: normal;
  line-height: 34px;
  text-decoration: none;
}
@media (max-width: 1249px) {
  body .blog-post .hold .data .title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  body .blog-post .hold .data .title {
    font-size: 18px;
    line-height: 24px;
  }
}
body .blog-post .hold .data .text-preview {
  margin-top: 15px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  body .blog-post .hold .data .text-preview {
    margin-top: 12px;
  }
}
body .blog-post .hold .data .text-preview p {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  margin: 0 0 24px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  body .blog-post .hold .data .text-preview p {
    font-size: 14px;
    line-height: 20px;
  }
}
body .blog-post .hold .data .text-preview p:last-child {
  margin: 0;
}
body .blog-content {
  padding: 40px 0 40px;
  overflow: hidden;
}
body .blog-content h1 {
  font-size: 35px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: normal;
  line-height: 50px;
  text-align: center;
  margin: 0 0 50px;
}
body .blog-content .blog-posts .item-post {
  margin-bottom: 40px;
}
body .wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 17px;
}
body .wp-pagenavi a, body .wp-pagenavi span {
  border: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 4px;
}
body .wp-pagenavi .page {
  color: #0ab8b2;
}
body .wp-pagenavi span.current {
  color: #0a2756;
  font-weight: 400;
}
body .wp-pagenavi .previouspostslink,
body .wp-pagenavi .nextpostslink {
  border: none;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  width: 20px;
  height: 30px;
}
body .wp-pagenavi .previouspostslink {
  background: url("images/icon-prev-page.svg") no-repeat center;
  background-size: 11px;
}
body .wp-pagenavi .nextpostslink {
  background: url("images/icon-next-page.svg") no-repeat center;
  background-size: 11px;
}
body .wp-pagenavi a.first, body .wp-pagenavi a.last {
  color: #0ab8b2;
  position: relative;
}
body .wp-pagenavi a.first:before, body .wp-pagenavi a.last:before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 100%;
  top: 0;
}
body .wp-pagenavi a.first {
  padding-left: 20px;
}
body .wp-pagenavi a.first:before {
  background: url("images/icon-prev-page.svg") no-repeat center;
  background-size: 11px;
  left: 0;
}
body .wp-pagenavi a.last {
  padding-right: 20px;
}
body .wp-pagenavi a.last:before {
  background: url("images/icon-next-page.svg") no-repeat center;
  background-size: 11px;
  right: 0;
}
body .single-content {
  padding: 40px 0 80px;
}
body .single-content h1 {
  font-size: 35px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: normal;
  line-height: 50px;
  text-align: center;
  margin: 0 0 50px;
}
body .single-content .wrap {
  max-width: 900px;
}
body .single-content a:not(.btn) {
  color: #0ab8b2;
}
body .single-content a:not(.btn):hover {
  color: #0bb8b3;
}
body .main-banner-block .wrap {
  max-width: 1440px;
}
body .main-banner-block.dark .hold {
  background: #09A5A0;
  color: #fff;
}
body .main-banner-block .hold {
  border-radius: 17px;
  background-image: linear-gradient(-47deg, #e7f4f4 0%, #e0f0f0 100%);
}
body .main-banner-block .hold .row {
  display: flex;
  flex-wrap: wrap;
}
body .main-banner-block .hold .row .column-data {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 40px 40px 78px;
}
@media (max-width: 1279px) {
  body .main-banner-block .hold .row .column-data {
    padding: 30px 35px 30px 55px;
  }
}
@media (max-width: 767px) {
  body .main-banner-block .hold .row .column-data {
    padding: 30px 15px 30px 35px;
  }
}
body .main-banner-block .hold .row .column-data h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 55px;
  margin: 24px 0 10px;
}
body .main-banner-block .hold .row .column-data h1 + .buttons-hold {
  margin-top: 32px;
}
@media (max-width: 1279px) {
  body .main-banner-block .hold .row .column-data h1 + .buttons-hold {
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  body .main-banner-block .hold .row .column-data h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
body .main-banner-block .hold .row .column-data .text-hold {
  margin-bottom: 34px;
}
@media (max-width: 1023px) {
  body .main-banner-block .hold .row .column-data .text-hold {
    margin-bottom: 20px;
  }
}
body .main-banner-block .hold .row .column-data .text-hold p {
  font-size: 25px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 35px;
  margin: 0 0 35px;
}
@media (max-width: 1023px) {
  body .main-banner-block .hold .row .column-data .text-hold p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
body .main-banner-block .hold .row .column-data .text-hold p:last-child {
  margin: 0;
}
body .main-banner-block .hold .row .column-data .buttons-hold {
  display: flex;
}
body .main-banner-block .hold .row .column-data .buttons-hold .btn:nth-of-type(2) {
  margin-left: 13px;
}
body .main-banner-block .hold .row .column-image {
  width: 40%;
  padding: 68px 105px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1279px) {
  body .main-banner-block .hold .row .column-image {
    padding: 30px 40px;
  }
}
@media (max-width: 1023px) {
  body .main-banner-block .hold .row .column-image {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  body .main-banner-block .hold .row .column-image {
    padding: 30px 20px 30px 0;
  }
}
@media (max-width: 579px) {
  body .main-banner-block.template-full .hold .row {
    flex-direction: column-reverse;
  }
  body .main-banner-block.template-full .hold .row .column-data {
    width: 100%;
    padding: 10px 30px 30px;
    text-align: center;
  }
  body .main-banner-block.template-full .hold .row .column-data .buttons-hold {
    width: 100%;
    justify-content: center;
  }
  body .main-banner-block.template-full .hold .row .column-image {
    width: 100%;
    padding: 20px 20px 0;
  }
  body .main-banner-block.template-full .hold .row .column-image figure {
    max-width: 200px;
    margin: 0 auto;
  }
}
body .main-banner-block.template-compact .hold .row .column-data {
  width: 55%;
}
@media (max-width: 1023px) {
  body .main-banner-block.template-compact .hold .row .column-data {
    padding: 22px 30px 22px 30px;
    width: 54%;
  }
}
@media (max-width: 767px) {
  body .main-banner-block.template-compact .hold .row .column-data {
    width: 100%;
    text-align: center;
  }
}
body .main-banner-block.template-compact .hold .row .column-data h1 {
  margin: 0;
}
@media (max-width: 1023px) {
  body .main-banner-block.template-compact .hold .row .column-data h1 + .buttons-hold {
    margin-top: 12px;
  }
}
body .main-banner-block.template-compact .hold .row .column-data .buttons-hold .btn {
  width: 242px;
  height: 56px;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  font-size: 18px;
  line-height: 34px;
}
@media (max-width: 1279px) {
  body .main-banner-block.template-compact .hold .row .column-data .buttons-hold .btn {
    height: 48px;
    line-height: 26px;
  }
}
@media (max-width: 1023px) {
  body .main-banner-block.template-compact .hold .row .column-data .buttons-hold .btn {
    font-size: 14px;
    height: 40px;
    line-height: 18px;
  }
  body .main-banner-block.template-compact .hold .row .column-data .buttons-hold .btn:nth-child(2) {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  body .main-banner-block.template-compact .hold .row .column-data .buttons-hold {
    justify-content: center;
  }
}
@media (max-width: 579px) {
  body .main-banner-block.template-compact .hold .row .column-data .buttons-hold {
    flex-direction: column;
    align-items: center;
  }
  body .main-banner-block.template-compact .hold .row .column-data .buttons-hold .btn:nth-child(2) {
    margin-left: 0;
    margin-top: 15px;
  }
}
body .main-banner-block.template-compact .hold .row .column-image {
  padding: 0;
  width: 45%;
}
@media (max-width: 1023px) {
  body .main-banner-block.template-compact .hold .row .column-image {
    width: 46%;
  }
}
@media (max-width: 767px) {
  body .main-banner-block.template-compact .hold .row .column-image {
    display: none;
  }
}
body .text-image-block {
  padding: 70px 0;
}
@media (max-width: 1023px) {
  body .text-image-block {
    padding: 50px 0;
  }
}
body .text-image-block .row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
  align-items: center;
}
@media (max-width: 767px) {
  body .text-image-block .row {
    flex-direction: column;
  }
}
body .text-image-block .row .column-image {
  width: 50%;
  box-sizing: border-box;
  padding-right: 50px;
}
@media (max-width: 1023px) {
  body .text-image-block .row .column-image {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  body .text-image-block .row .column-image {
    width: 100%;
    padding-right: 0;
  }
  body .text-image-block .row .column-image figure {
    max-width: 400px;
    margin: 0 auto 30px;
  }
}
body .text-image-block .row .column-data {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
}
@media (max-width: 767px) {
  body .text-image-block .row .column-data {
    width: 100%;
  }
}
body .text-image-block .row .column-data h2 {
  font-size: 30px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: normal;
  line-height: 40px;
  margin: 0 0 22px;
}
@media (max-width: 1023px) {
  body .text-image-block .row .column-data h2 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
body .text-image-block .row .column-data .text-hold {
  margin-bottom: 30px;
}
body .text-image-block .row .column-data .text-hold p {
  color: #0a2756;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  margin: 0 0 30px;
}
@media (max-width: 1023px) {
  body .text-image-block .row .column-data .text-hold p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}
body .text-image-block .row .column-data .text-hold p:last-child {
  margin-bottom: 0;
}
body .text-image-block.image-right .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  body .text-image-block.image-right .row {
    flex-direction: column;
  }
}
body .text-image-block.image-right .row .column-image {
  padding-left: 50px;
  padding-right: 0;
}
@media (max-width: 1023px) {
  body .text-image-block.image-right .row .column-image {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  body .text-image-block.image-right .row .column-image {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
body .text-image-block.image-right .row .column-data {
  padding-left: 0;
  padding-right: 20px;
}
body .text-block {
  padding: 58px 0;
}
@media (max-width: 1023px) {
  body .text-block {
    padding: 40px 0;
  }
}
body .text-block .wrap {
  max-width: 966px;
}
body .text-block p, body .text-block ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 34px;
}
@media (max-width: 1023px) {
  body .text-block p, body .text-block ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
body .text-block p:last-child, body .text-block ul li:last-child {
  margin-bottom: 0;
}
body .icon-tiles-block {
  padding: 94px 0;
  overflow: hidden;
}
@media (max-width: 1023px) {
  body .icon-tiles-block {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  body .icon-tiles-block {
    padding: 60px 0 20px;
  }
}
body .icon-tiles-block h2 {
  font-size: 40px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: normal;
  line-height: 50px;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 66px;
}
@media (max-width: 1023px) {
  body .icon-tiles-block h2 {
    font-size: 30px;
    line-height: 40px;
    max-width: 560px;
    margin-bottom: 40px;
  }
}
body .icon-tiles-block .icon-tiles {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
}
body .icon-tiles-block .icon-tiles .item {
  width: 25%;
  text-align: center;
  padding: 0 18px;
}
@media (max-width: 767px) {
  body .icon-tiles-block .icon-tiles .item {
    width: 50%;
    margin-bottom: 40px;
  }
}
body .icon-tiles-block .icon-tiles .item figure {
  width: 126px;
  height: 130px;
  margin: 0 auto 23px;
}
body .icon-tiles-block .icon-tiles .item h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  margin: 0;
}
body .number-tiles-block {
  padding: 36px 0 108px;
  overflow: hidden;
}
body .number-tiles-block h2 {
  font-size: 35px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: normal;
  line-height: 50px;
  text-align: center;
  margin: 0 0 47px;
}
@media (max-width: 1023px) {
  body .number-tiles-block h2 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 35px;
  }
}
body .number-tiles-block .wrap {
  max-width: 1380px;
}
body .number-tiles-block .number-tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -14px;
}
body .number-tiles-block .number-tiles .item {
  width: 33.33%;
  padding: 0 14px;
  margin: 0 0 30px;
}
@media (max-width: 1023px) {
  body .number-tiles-block .number-tiles .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  body .number-tiles-block .number-tiles .item {
    width: 100%;
  }
}
body .number-tiles-block .number-tiles .item .hold {
  box-shadow: 0 1px 50px #e4f2f2;
  background-color: #ffffff;
  border-radius: 60px;
  border-top-left-radius: 0;
  padding: 18px 38px 33px;
  height: 100%;
}
@media (max-width: 1023px) {
  body .number-tiles-block .number-tiles .item .hold {
    border-radius: 40px;
    border-top-left-radius: 0;
  }
}
body .number-tiles-block .number-tiles .item .hold .num {
  color: #0bb8b3;
  font-size: 55px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  margin: 0 0 15px;
}
body .number-tiles-block .number-tiles .item .hold h3 {
  font-size: 30px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: normal;
  line-height: 34px;
  margin: 0 0 10px;
}
@media (max-width: 1023px) {
  body .number-tiles-block .number-tiles .item .hold h3 {
    font-size: 26px;
    line-height: 32px;
  }
}
body .number-tiles-block .number-tiles .item .hold p {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  margin: 0 0 24px;
}
body .number-tiles-block .number-tiles .item .hold p:last-child {
  margin: 0;
}
body .number-tiles-block .btn {
  margin: 40px auto 0;
  width: 330px;
  height: 56px;
  line-height: 34px;
}
body .timeline-tiles-block {
  padding: 68px 0 80px;
  background-color: #e4f2f2;
  overflow: hidden;
}
@media (max-width: 1023px) {
  body .timeline-tiles-block {
    padding: 50px 0 60px;
  }
}
body .timeline-tiles-block h2 {
  font-size: 35px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: normal;
  line-height: 50px;
  text-align: center;
  margin: 0 0 30px;
}
@media (max-width: 1023px) {
  body .timeline-tiles-block h2 {
    font-size: 32px;
    line-height: 44px;
  }
}
body .timeline-tiles-block .wrap {
  max-width: 1344px;
}
body .timeline-tiles-block .timeline-tiles {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px;
}
body .timeline-tiles-block .timeline-tiles .item {
  width: 33.33%;
}
@media (max-width: 767px) {
  body .timeline-tiles-block .timeline-tiles .item {
    width: 100%;
    margin-bottom: 40px;
  }
  body .timeline-tiles-block .timeline-tiles .item:last-child {
    margin-bottom: 0;
  }
}
body .timeline-tiles-block .timeline-tiles .item figure {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 65px;
  height: 53px;
  margin: 0 auto 18px;
}
body .timeline-tiles-block .timeline-tiles .item h3 {
  font-size: 30px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: normal;
  line-height: 40px;
  text-align: center;
  margin: 0 0 3px;
}
@media (max-width: 1023px) {
  body .timeline-tiles-block .timeline-tiles .item h3 {
    font-size: 25px;
    line-height: 32px;
  }
}
body .timeline-tiles-block .timeline-tiles .item .subtitle {
  color: #0bb8b3;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  text-align: center;
}
@media (max-width: 1023px) {
  body .timeline-tiles-block .timeline-tiles .item .subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
body .timeline-tiles-block .timeline-tiles .item .top-part {
  position: relative;
  padding: 0 24px 40px;
}
@media (max-width: 767px) {
  body .timeline-tiles-block .timeline-tiles .item .top-part {
    padding-bottom: 0;
  }
}
body .timeline-tiles-block .timeline-tiles .item .top-part .circle {
  display: block;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: #0bb8b3;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  bottom: 0;
}
@media (max-width: 767px) {
  body .timeline-tiles-block .timeline-tiles .item .top-part .circle {
    display: none;
  }
}
body .timeline-tiles-block .timeline-tiles .item .top-part:before, body .timeline-tiles-block .timeline-tiles .item .top-part:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 9px;
  height: 1px;
  width: 50%;
  background: #0bb8b3;
}
@media (max-width: 767px) {
  body .timeline-tiles-block .timeline-tiles .item .top-part:before, body .timeline-tiles-block .timeline-tiles .item .top-part:after {
    display: none;
  }
}
body .timeline-tiles-block .timeline-tiles .item .top-part:before {
  left: 0;
}
body .timeline-tiles-block .timeline-tiles .item:first-of-type .top-part:before {
  display: none;
}
body .timeline-tiles-block .timeline-tiles .item:last-of-type .top-part:after {
  border-bottom: 1px dashed #0bb8b3;
  background: none;
  height: 0;
  border-collapse: collapse;
}
body .timeline-tiles-block .timeline-tiles .item .bottom-part {
  padding: 0 24px;
}
body .timeline-tiles-block .timeline-tiles .item ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 34px;
}
@media (max-width: 767px) {
  body .timeline-tiles-block .timeline-tiles .item ul {
    max-width: 350px;
    margin: 20px auto 0;
  }
}
body .timeline-tiles-block .timeline-tiles .item ul li {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1023px) {
  body .timeline-tiles-block .timeline-tiles .item ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
body .timeline-tiles-block .timeline-tiles .item ul li:last-child {
  margin: 0;
}
body .timeline-tiles-block .timeline-tiles .item ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  height: 20px;
  background: url("images/icon-checkmark.svg") no-repeat center;
  background-size: contain;
}
@media (max-width: 1023px) {
  body .timeline-tiles-block .timeline-tiles .item ul li:before {
    top: 1px;
  }
}
body .testimonials-block {
  padding: 90px 0;
  overflow: hidden;
}
body .testimonials-block:last-child {
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  body .testimonials-block:last-child {
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  body .testimonials-block {
    padding: 70px 0 30px;
  }
}
body .testimonials-block h2 {
  font-size: 35px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: normal;
  line-height: 50px;
  text-align: center;
  margin: 0 0 60px;
}
@media (max-width: 1023px) {
  body .testimonials-block h2 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 40px;
  }
}
body .testimonials-block .testimonials {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px;
}
@media (max-width: 1023px) {
  body .testimonials-block .testimonials {
    justify-content: center;
  }
}
body .testimonials-block .testimonials .item {
  width: 33.33%;
  padding: 0 24px;
}
@media (max-width: 1023px) {
  body .testimonials-block .testimonials .item {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  body .testimonials-block .testimonials .item {
    width: 100%;
  }
}
body .testimonials-block .testimonials .item .hold {
  box-shadow: 0 1px 50px #e4f2f2;
  background-color: #ffffff;
  border-radius: 60px;
  border-top-left-radius: 0;
}
@media (max-width: 1023px) {
  body .testimonials-block .testimonials .item .hold {
    border-radius: 40px;
    border-top-left-radius: 0;
  }
}
body .testimonials-block .testimonials .item .heading {
  display: flex;
  flex-wrap: wrap;
}
body .testimonials-block .testimonials .item .heading figure {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  border-top-left-radius: 0;
}
body .testimonials-block .testimonials .item .heading .head-data {
  width: calc(100% - 100px);
  padding: 10px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .testimonials-block .testimonials .item .heading .head-data h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 10px 0 0;
}
body .testimonials-block .testimonials .item .heading .head-data .location {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
body .testimonials-block .testimonials .item .body-data {
  padding: 38px 50px 46px;
}
body .testimonials-block .testimonials .item .body-data blockquote {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
body .testimonials-block .testimonials .item .body-data blockquote p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
body .testimonials-block .testimonials .item .body-data .rating {
  position: relative;
  height: 15px;
  width: 90px;
  margin-top: 26px;
  margin-left: -1px;
}
body .testimonials-block .testimonials .item .body-data .rating:before, body .testimonials-block .testimonials .item .body-data .rating:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
}
body .testimonials-block .testimonials .item .body-data .rating:before {
  left: 0;
  width: 0;
  background: url("images/star-filled.svg");
}
body .testimonials-block .testimonials .item .body-data .rating:after {
  right: 0;
  width: 100%;
  background: url("images/star-empty.svg");
}
body .testimonials-block .testimonials .item .body-data .rating.rating-1:before {
  width: 20%;
}
body .testimonials-block .testimonials .item .body-data .rating.rating-1:after {
  width: 80%;
}
body .testimonials-block .testimonials .item .body-data .rating.rating-2:before {
  width: 40%;
}
body .testimonials-block .testimonials .item .body-data .rating.rating-2:after {
  width: 60%;
}
body .testimonials-block .testimonials .item .body-data .rating.rating-3:before {
  width: 60%;
}
body .testimonials-block .testimonials .item .body-data .rating.rating-3:after {
  width: 40%;
}
body .testimonials-block .testimonials .item .body-data .rating.rating-4:before {
  width: 80%;
}
body .testimonials-block .testimonials .item .body-data .rating.rating-4:after {
  width: 20%;
}
body .testimonials-block .testimonials .item .body-data .rating.rating-5:before {
  width: 100%;
}
body .testimonials-block .testimonials .item .body-data .rating.rating-5:after {
  width: 0%;
}
body .people-tiles-block {
  padding: 25px 0 55px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  body .people-tiles-block {
    padding-bottom: 15px;
  }
}
body .people-tiles-block h2 {
  font-size: 35px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: normal;
  line-height: 50px;
  text-align: center;
  margin: 0 0 46px;
}
@media (max-width: 1023px) {
  body .people-tiles-block h2 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 30px;
  }
}
body .people-tiles-block .wrap {
  max-width: 1096px;
}
body .people-tiles-block .buttons-hold {
  display: flex;
  justify-content: center;
}
body .people-tiles-block .buttons-hold .btn {
  width: 242px;
  height: 56px;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  font-size: 18px;
  line-height: 34px;
  margin: 0 6.5px;
}
@media (max-width: 1279px) {
  body .people-tiles-block .buttons-hold .btn {
    height: 48px;
    line-height: 26px;
  }
}
@media (max-width: 579px) {
  body .people-tiles-block .buttons-hold {
    flex-direction: column;
    align-items: center;
  }
  body .people-tiles-block .buttons-hold .btn {
    margin: 0;
  }
  body .people-tiles-block .buttons-hold .btn:nth-child(2) {
    margin-top: 15px;
  }
}
body .people-tiles-block .people-tiles {
  display: flex;
  flex-wrap: wrap;
  margin: 80px -34px 0;
}
@media (max-width: 1023px) {
  body .people-tiles-block .people-tiles {
    margin: 50px -20px;
  }
}
body .people-tiles-block .people-tiles .item {
  width: 50%;
  padding: 0 34px;
  margin-bottom: 34px;
}
@media (max-width: 1023px) {
  body .people-tiles-block .people-tiles .item {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  body .people-tiles-block .people-tiles .item {
    width: 100%;
  }
}
body .people-tiles-block .people-tiles .item .hold {
  box-shadow: 0 1px 50px #e4f2f2;
  background-color: #ffffff;
  border-radius: 60px;
  border-top-left-radius: 0;
  padding: 46px 42px 52px;
}
@media (max-width: 1023px) {
  body .people-tiles-block .people-tiles .item .hold {
    padding: 35px 35px 40px;
    border-radius: 40px;
    border-top-left-radius: 0;
  }
}
body .people-tiles-block .people-tiles .item .hold figure {
  width: 135px;
  height: 135px;
  overflow: hidden;
  margin: 0 0 43px;
}
@media (max-width: 1023px) {
  body .people-tiles-block .people-tiles .item .hold figure {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
  }
}
body .people-tiles-block .people-tiles .item .hold figure img {
  width: 100%;
  height: auto;
}
body .people-tiles-block .people-tiles .item .hold h4 {
  font-family: "Avenir", sans-serif;
  font-size: 30px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: normal;
  line-height: 34px;
  margin: 0 0 3px;
}
body .people-tiles-block .people-tiles .item .hold .position {
  color: #0bb8b3;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  margin: 0;
  max-width: 280px;
}
body .people-tiles-block .people-tiles .item .hold .bio {
  margin: 32px 0 30px;
}
body .people-tiles-block .people-tiles .item .hold .bio p {
  color: #0a2756;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  margin: 0 0 24px;
}
body .people-tiles-block .people-tiles .item .hold .bio p:last-child {
  margin: 0;
}
body .people-tiles-block .people-tiles .item .hold .full-bio {
  display: none;
}
body .people-tiles-block .people-tiles .item .hold .read-more {
  color: #0a2756;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-transform: uppercase;
}
body .people-tiles-block .popup-fade-bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.58);
  z-index: 9999;
}
body .people-tiles-block .popup-fade-bg .popup-holder {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  box-sizing: border-box;
}
body .people-tiles-block .popup-fade-bg #people-popup {
  min-height: 200px;
  max-width: 642px;
  width: 100%;
  position: relative;
  padding-top: 95px;
  margin-top: 15px;
}
@media (max-height: 600px), (max-width: 767px) {
  body .people-tiles-block .popup-fade-bg #people-popup {
    padding-top: 50px;
    margin-top: 8px;
  }
}
body .people-tiles-block .popup-fade-bg #people-popup .content-holder {
  padding: 35px 40px 90px 40px;
  background-color: #ffffff;
  box-shadow: 3px 0 4px rgba(159, 159, 159, 0.5);
  transition: height 600ms ease-in-out;
}
@media (max-width: 600px) {
  body .people-tiles-block .popup-fade-bg #people-popup .content-holder {
    height: 75vh;
    padding: 30px 20px 74px 30px;
  }
}
body .people-tiles-block .popup-fade-bg #people-popup .content-holder .heading {
  position: relative;
  padding-left: 130px;
  min-height: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 479px) {
  body .people-tiles-block .popup-fade-bg #people-popup .content-holder .heading {
    padding-left: 100px;
    min-height: 80px;
  }
}
body .people-tiles-block .popup-fade-bg #people-popup .content-holder figure {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 479px) {
  body .people-tiles-block .popup-fade-bg #people-popup .content-holder figure {
    width: 80px;
    height: 80px;
  }
}
body .people-tiles-block .popup-fade-bg #people-popup .content-holder figure img {
  width: 100%;
  height: auto;
}
body .people-tiles-block .popup-fade-bg #people-popup .content-holder h4 {
  font-family: "Avenir", sans-serif;
  font-size: 30px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: normal;
  line-height: 34px;
  margin: 0 0 3px;
}
@media (max-width: 600px) {
  body .people-tiles-block .popup-fade-bg #people-popup .content-holder h4 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 479px) {
  body .people-tiles-block .popup-fade-bg #people-popup .content-holder h4 {
    font-size: 20px;
    line-height: 25px;
  }
}
body .people-tiles-block .popup-fade-bg #people-popup .content-holder .position {
  color: #0bb8b3;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  margin: 0;
  max-width: 280px;
}
@media (max-width: 600px) {
  body .people-tiles-block .popup-fade-bg #people-popup .content-holder .position {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 479px) {
  body .people-tiles-block .popup-fade-bg #people-popup .content-holder .position {
    font-size: 14px;
    line-height: 20px;
  }
}
body .people-tiles-block .popup-fade-bg #people-popup .content-holder .bio {
  display: none;
}
body .people-tiles-block .popup-fade-bg #people-popup .content-holder .full-bio {
  margin: 24px 0 0;
  padding-right: 15px;
  max-height: 420px;
}
@media (max-width: 600px) {
  body .people-tiles-block .popup-fade-bg #people-popup .content-holder .full-bio {
    max-height: none;
    margin-top: 15px;
    height: calc(100% - 125px);
    padding-right: 10px;
  }
}
@media (max-width: 479px) {
  body .people-tiles-block .popup-fade-bg #people-popup .content-holder .full-bio {
    height: calc(100% - 100px);
  }
}
body .people-tiles-block .popup-fade-bg #people-popup .content-holder .full-bio p {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  margin: 0 0 24px;
}
body .people-tiles-block .popup-fade-bg #people-popup .content-holder .full-bio a {
  color: #1c9ad6;
}
body .people-tiles-block .popup-fade-bg #people-popup .content-holder .read-more {
  display: none;
}
body .people-tiles-block .popup-fade-bg #people-popup .close-btn {
  width: 156px;
  height: 39px;
  border-radius: 20px;
  border: 1px solid #0a2756;
  display: block;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -78px;
  color: #0a2756;
  font-size: 20px;
  font-weight: 400;
  background: #fff;
  transition: all 600ms ease-in-out;
  text-align: center;
  line-height: 37px;
  box-sizing: border-box;
  cursor: pointer;
}
body .people-tiles-block .popup-fade-bg #people-popup .close-btn:hover, body .people-tiles-block .popup-fade-bg #people-popup .close-btn:active {
  color: #fff;
  background-color: #0a2756;
}
@media (max-height: 600px), (max-width: 767px) {
  body .people-tiles-block .popup-fade-bg #people-popup .close-btn {
    bottom: 25px;
  }
}
body .blog-posts-block {
  background-color: #e4f2f2;
  padding: 70px 0 92px;
  overflow: hidden;
}
body .blog-posts-block h2 {
  font-size: 35px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: normal;
  line-height: 50px;
  text-align: center;
  margin: 0 0 50px;
}
body .blog-posts-block .wrap {
  max-width: 1238px;
}
body .link-tiles-block {
  margin: 20px 0 60px;
}
@media (max-width: 1023px) {
  body .link-tiles-block {
    margin-bottom: 40px;
  }
}
@media (max-width: 479px) {
  body .link-tiles-block {
    margin-bottom: 10px;
  }
}
body .link-tiles-block h2 {
  font-size: 35px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: normal;
  line-height: 50px;
  text-align: center;
  margin: 0 0 46px;
}
@media (max-width: 1023px) {
  body .link-tiles-block h2 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 30px;
  }
}
body .link-tiles-block .wrap {
  max-width: 1440px;
}
body .link-tiles-block.three-in-row .link-tiles .item {
  width: 33.33%;
}
@media (max-width: 1023px) {
  body .link-tiles-block.three-in-row .link-tiles .item {
    width: 50%;
  }
}
@media (max-width: 639px) {
  body .link-tiles-block.three-in-row .link-tiles .item {
    width: 100%;
  }
}
@media (max-width: 479px) {
  body .link-tiles-block.three-in-row .link-tiles .item h4 {
    font-size: 16px;
    line-height: 26px;
  }
  body .link-tiles-block.three-in-row .link-tiles .item .icon {
    margin-bottom: 15px;
  }
  body .link-tiles-block.three-in-row .link-tiles .item p {
    display: block;
    font-size: 15px;
    line-height: 21px;
  }
}
body .link-tiles-block .link-tiles {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  justify-content: center;
}
@media (max-width: 479px) {
  body .link-tiles-block .link-tiles {
    margin: 0 -4px;
  }
}
body .link-tiles-block .link-tiles .item {
  width: 25%;
  padding: 0 10px;
}
@media (max-width: 1023px) {
  body .link-tiles-block .link-tiles .item {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  body .link-tiles-block .link-tiles .item {
    padding: 0 4px;
    margin-bottom: 8px;
  }
}
body .link-tiles-block .link-tiles .item .hold {
  display: block;
  background-color: #e4f2f2;
  border-radius: 17px;
  text-align: center;
  height: 100%;
  padding: 28px 24px;
  transition: all 400ms ease-in-out;
  box-sizing: border-box;
}
body .link-tiles-block .link-tiles .item .hold:hover, body .link-tiles-block .link-tiles .item .hold:active, body .link-tiles-block .link-tiles .item .hold:focus {
  text-decoration: none;
  background-color: #cfe8e8;
}
@media (max-width: 479px) {
  body .link-tiles-block .link-tiles .item .hold {
    padding: 17px 16px;
  }
}
body .link-tiles-block .link-tiles .item a {
  text-decoration: none;
}
body .link-tiles-block .link-tiles .item h4 {
  color: #0a2756;
  font-size: 28px;
  font-weight: 900;
  line-height: 36px;
  margin: 0 0 18px;
}
@media (max-width: 1023px) {
  body .link-tiles-block .link-tiles .item h4 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  body .link-tiles-block .link-tiles .item h4 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
@media (max-width: 479px) {
  body .link-tiles-block .link-tiles .item h4 {
    font-size: 14px;
    line-height: 20px;
  }
}
body .link-tiles-block .link-tiles .item .icon {
  height: 135px;
  width: 100%;
  margin: 0 0 24px;
}
@media (max-width: 479px) {
  body .link-tiles-block .link-tiles .item .icon {
    height: 72px;
    margin-bottom: 0;
  }
}
body .link-tiles-block .link-tiles .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body .link-tiles-block .link-tiles .item p {
  color: #0a2756;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  margin: 0;
}
@media (max-width: 479px) {
  body .link-tiles-block .link-tiles .item p {
    display: none;
  }
}
body .link-tiles-block + .icon-tiles-block {
  padding-top: 40px;
}
body .faqs-block {
  padding: 50px 0 20px;
}
@media (max-width: 1023px) {
  body .faqs-block {
    padding: 30px 0 0;
  }
}
body .faqs-block h1, body .faqs-block h2 {
  font-size: 35px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: normal;
  line-height: 50px;
  text-align: center;
  margin: 0 0 30px;
}
@media (max-width: 1023px) {
  body .faqs-block h1, body .faqs-block h2 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 30px;
  }
}
body .faqs-block .text-hold {
  margin: 0 auto 40px;
  max-width: 800px;
  text-align: center;
}
body .faqs-block .accordion-element {
  margin: 0 0 63px;
}
@media (max-width: 479px) {
  body .faqs-block .accordion-element {
    margin: 0 0 20px;
  }
}
body .faqs-block .accordion-element .accordion-title {
  margin-top: 15px;
}
body .faqs-block .accordion-element .accordion-title:first-of-type {
  margin-top: 0;
}
body .faqs-block .accordion-element h3 {
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
  margin: 0;
}
body .faqs-block .accordion-element p {
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  margin: 0 0 27px;
}
body .faqs-block .accordion-element p:last-child {
  margin-bottom: 0;
}
body .faqs-block .accordion-element ol,
body .faqs-block .accordion-element ul {
  padding-left: 26px;
}
body .faqs-block .accordion-element ol li,
body .faqs-block .accordion-element ul li {
  padding-left: 6px;
  margin: 10px 0;
}
body .faqs-block .accordion-element .ui-accordion-header.ui-state-default {
  background: none;
  border: 1px solid #e6e9ee;
  border-radius: 5px;
  padding: 28px 58px 26px 26px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 479px) {
  body .faqs-block .accordion-element .ui-accordion-header.ui-state-default {
    padding: 20px 50px 20px 20px;
  }
}
body .faqs-block .accordion-element .ui-accordion-header.ui-state-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
body .faqs-block .accordion-element .ui-widget-content {
  padding: 0 58px 26px 28px;
  background: none;
  border-top: none;
  border-bottom: 1px solid #e6e9ee;
  border-left: 1px solid #e6e9ee;
  border-right: 1px solid #e6e9ee;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #0a2756;
}
@media (max-width: 479px) {
  body .faqs-block .accordion-element .ui-widget-content {
    padding: 0 50px 20px 20px;
  }
}
body .faqs-block .accordion-element .ui-accordion-header-icon {
  position: absolute;
  right: 16px;
  top: 21px;
  bottom: auto;
  background: url("images/icon-plus.svg") no-repeat center;
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #0ab8b2;
}
@media (max-width: 479px) {
  body .faqs-block .accordion-element .ui-accordion-header-icon {
    width: 28px;
    height: 28px;
    top: 17px;
    right: 14px;
  }
}
body .faqs-block .accordion-element .ui-state-active .ui-accordion-header-icon {
  background: url("images/icon-minus.svg") no-repeat center;
}
@media (max-width: 479px) {
  body .faqs-block .accordion-element .ui-state-active .ui-accordion-header-icon {
    background-size: 10px;
  }
}
body .widget-start-content,
body .widget-select-content {
  background-color: #F5F5F5;
  overflow: hidden;
}
body .widget-start-content figure,
body .widget-select-content figure {
  max-width: 540px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .widget-start-content figure img,
body .widget-select-content figure img {
  width: 50%;
  height: auto;
}
body .widget-start-content h1,
body .widget-select-content h1 {
  max-width: 560px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  line-height: 50px;
}
body .widget-start-content .text-hold,
body .widget-select-content .text-hold {
  max-width: 610px;
  margin: 0 auto;
  text-align: center;
}
body .widget-start-content .text-hold p,
body .widget-select-content .text-hold p {
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 28px;
}
body .widget-start-content .buttons-hold,
body .widget-select-content .buttons-hold {
  margin: 0 auto;
  max-width: 430px;
}
body .widget-start-content .buttons-hold .btn,
body .widget-select-content .buttons-hold .btn {
  width: 100%;
  border-radius: 4px;
  height: 57px;
  border: 1px solid #0bb8b3;
  margin-bottom: 32px;
  line-height: 35px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 200ms cubic-bezier(0.4, 0, 0.6, 1);
}
body .widget-start-content .buttons-hold .btn.with-arrow,
body .widget-select-content .buttons-hold .btn.with-arrow {
  padding-right: 50px;
}
body .widget-start-content .buttons-hold .btn.with-arrow:after,
body .widget-select-content .buttons-hold .btn.with-arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 31px;
  height: 24px;
  right: 16px;
  top: 16px;
  background-size: contain;
  transition: transform 300ms ease-out;
  background: url("images/white-arrow.svg") no-repeat;
}
body .widget-start-content .buttons-hold .btn.btn-green,
body .widget-select-content .buttons-hold .btn.btn-green {
  color: #fff;
}
body .widget-start-content .buttons-hold .btn.btn-green:hover,
body .widget-select-content .buttons-hold .btn.btn-green:hover {
  border-color: #3cb0ab;
  background-color: #3cb0ab;
}
body .widget-start-content .buttons-hold .btn.btn-outline.btn-green,
body .widget-select-content .buttons-hold .btn.btn-outline.btn-green {
  background: none;
  color: #0bb8b3;
}
body .widget-start-content .buttons-hold .btn.btn-outline.btn-green:before,
body .widget-select-content .buttons-hold .btn.btn-outline.btn-green:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 200ms cubic-bezier(0.4, 0, 0.6, 1);
  opacity: 0;
  background-color: #0bb8b3;
}
body .widget-start-content .buttons-hold .btn.btn-outline.btn-green:hover,
body .widget-select-content .buttons-hold .btn.btn-outline.btn-green:hover {
  background: none;
}
body .widget-start-content .buttons-hold .btn.btn-outline.btn-green:hover:before,
body .widget-select-content .buttons-hold .btn.btn-outline.btn-green:hover:before {
  opacity: 0.08;
}
body .widget-start-content .buttons-hold .btn.btn-outline.btn-green.with-arrow:after,
body .widget-select-content .buttons-hold .btn.btn-outline.btn-green.with-arrow:after {
  background: url("images/green-arrow.svg") no-repeat;
  background-size: contain;
}
body .widget-start-content .buttons-hold .btn:hover,
body .widget-select-content .buttons-hold .btn:hover {
  background-color: #41b9b4;
}
body .widget-start-content .buttons-hold .btn:hover.with-arrow:after,
body .widget-select-content .buttons-hold .btn:hover.with-arrow:after {
  transform: translateX(5px);
}
body .widget-select-content {
  padding: 40px 0 120px;
}
body .widget-select-content figure {
  margin-bottom: 40px;
}
body .widget-select-content .buttons-hold {
  max-width: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .widget-select-content .buttons-hold .btn {
  margin: 0 30px;
  width: 100%;
  max-width: 430px;
}
@media (max-width: 767px) {
  body .widget-select-content .buttons-hold {
    flex-direction: column;
  }
  body .widget-select-content .buttons-hold .btn {
    margin: 0 0 20px;
  }
  body .widget-select-content .buttons-hold .btn:last-of-type {
    margin: 20px 0 0;
  }
}
body .widget-notice {
  padding: 30px 0;
}
body .widget-notice .wrap {
  max-width: 900px;
}
body .widget-notice p {
  color: #0b0b0b;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 17px;
  margin: 0 0 17px;
}
body .widget-notice p:last-child {
  margin: 0;
}
body .widget-form-content .mw__telehealth #mw_router-view.mw__bg-gray {
  padding-top: 30px;
  padding-bottom: 80px;
}
body .widget-form-content .mw__appt-type_consult_types .mw__consult-type_content {
  display: none !important;
}
body.page-id-1075 #header .buttons-hold, body.page-id-1075 #header .nav-hold {
  display: none;
}
@media (min-width: 1024px) {
  body.page-id-1075 .link-tiles-block .link-tiles .item {
    width: 50%;
  }
}
@media (max-width: 639px) {
  body.page-id-1075 .link-tiles-block .link-tiles .item {
    width: 100%;
  }
}
@media (max-width: 479px) {
  body.page-id-1075 .link-tiles-block .link-tiles .item h4 {
    font-size: 16px;
    line-height: 26px;
  }
  body.page-id-1075 .link-tiles-block .link-tiles .item .icon {
    margin-bottom: 15px;
  }
  body.page-id-1075 .link-tiles-block .link-tiles .item p {
    display: block;
    font-size: 15px;
    line-height: 21px;
  }
}

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