@import url(bootstrap.min.css);
/* infinite animation vertical*/
@-webkit-keyframes bounceY {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-5px); } }
@-moz-keyframes bounceY {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-15px); }
  60% {
    -moz-transform: translateY(-5px); } }
@-o-keyframes bounceY {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-15px); }
  60% {
    -o-transform: translateY(-5px); } }
@keyframes bounceY {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-15px); }
  60% {
    transform: translateY(-5px); } }
/* infinite animation horizontal*/
@-webkit-keyframes bounceX {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0); }
  40% {
    -webkit-transform: translateX(-15px); }
  60% {
    -webkit-transform: translateX(-5px); } }
@-moz-keyframes bounceX {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0); }
  40% {
    -moz-transform: translateX(-15px); }
  60% {
    -moz-transform: translateX(-5px); } }
@-o-keyframes bounceX {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateX(0); }
  40% {
    -o-transform: translateX(-15px); }
  60% {
    -o-transform: translateX(-5px); } }
@keyframes bounceX {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0); }
  40% {
    transform: translateX(-15px); }
  60% {
    transform: translateX(-5px); } }
/*Viewport---------------------------------------------------------*/
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
.has-primary-color {
  color: #69d1ff !important; }

.has-primary-background-color {
  background: #69d1ff !important; }

.has-primarylight-color {
  color: #eaf8ff !important; }

.has-primarylight-background-color {
  background: #eaf8ff !important; }

.has-primarydark-color {
  color: #36c1ff !important; }

.has-primarydark-background-color {
  background: #36c1ff !important; }

.has-secondary-color {
  color: #e92b79 !important; }

.has-secondary-background-color {
  background: #e92b79 !important; }

.has-secondarylight-color {
  color: #f26bb5 !important; }

.has-secondarylight-background-color {
  background: #f26bb5 !important; }

.has-secondarydark-color {
  color: #cc1560 !important; }

.has-secondarydark-background-color {
  background: #cc1560 !important; }

.has-tertiary-color {
  color: #69d1ff !important; }

.has-tertiary-background-color {
  background: #69d1ff !important; }

.has-tertiarylight-color {
  color: #83d9ff !important; }

.has-tertiarylight-background-color {
  background: #83d9ff !important; }

.has-tertiarydark-color {
  color: #36c1ff !important; }

.has-tertiarydark-background-color {
  background: #36c1ff !important; }

.has-quaternary-color {
  color: #69d1ff !important; }

.has-quaternary-background-color {
  background: #69d1ff !important; }

.has-quaternarylight-color {
  color: #83d9ff !important; }

.has-quaternarylight-background-color {
  background: #83d9ff !important; }

.has-quaternarydark-color {
  color: #36c1ff !important; }

.has-quaternarydark-background-color {
  background: #36c1ff !important; }

.has-gray-color {
  color: #f7f7f7 !important; }

.has-gray-background-color {
  background: #f7f7f7 !important; }

.has-white-color {
  color: white !important; }

.has-black-color {
  color: black !important; }

/*used Colors*/
/*used Colors*/
/*Others Colors*/
/*START Buttons------------------------------------------*/
a.btn-1, button.btn-1, span.btn-1 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: bold !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: normal !important;
  color: white !important;
  text-transform: none;
  text-decoration: none !important;
  background-color: transparent;
  border-radius: 50px !important;
  border: 1px solid white !important;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: 130px;
  overflow-wrap: break-word;
  padding: 14px 19px;
  position: relative;
  text-align: center !important; }
  a.btn-1:hover, a.btn-1:focus, a.btn-1:active, button.btn-1:hover, button.btn-1:focus, button.btn-1:active, span.btn-1:hover, span.btn-1:focus, span.btn-1:active {
    background-color: white !important;
    border-color: white !important;
    color: black !important;
    text-decoration: none; }
    a.btn-1:hover::after, a.btn-1:focus::after, a.btn-1:active::after, button.btn-1:hover::after, button.btn-1:focus::after, button.btn-1:active::after, span.btn-1:hover::after, span.btn-1:focus::after, span.btn-1:active::after {
      -webkit-filter: brightness(100%) invert(0%);
      filter: brightness(100%) invert(0%); }
  a.btn-1::after, button.btn-1::after, span.btn-1::after {
    content: "";
    display: block;
    position: relative;
    background-image: url("../images/icons/arrow-btn.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 9px;
    width: 17.9px;
    height: 8.7px;
    -webkit-filter: brightness(0%) invert(100%);
    filter: brightness(0%) invert(100%); }
a.btn-2, button.btn-2, span.btn-2 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: bold !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: normal !important;
  color: black !important;
  text-transform: none;
  text-decoration: none !important;
  background-color: transparent;
  border-radius: 50px !important;
  border: 1px solid black !important;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: 130px;
  overflow-wrap: break-word;
  padding: 14px 19px;
  position: relative;
  text-align: center !important; }
  a.btn-2:hover, a.btn-2:focus, a.btn-2:active, button.btn-2:hover, button.btn-2:focus, button.btn-2:active, span.btn-2:hover, span.btn-2:focus, span.btn-2:active {
    background-color: black !important;
    border-color: black !important;
    color: white !important;
    text-decoration: none; }
    a.btn-2:hover::after, a.btn-2:focus::after, a.btn-2:active::after, button.btn-2:hover::after, button.btn-2:focus::after, button.btn-2:active::after, span.btn-2:hover::after, span.btn-2:focus::after, span.btn-2:active::after {
      -webkit-filter: brightness(0%) invert(100%);
      filter: brightness(0%) invert(100%); }
  a.btn-2::after, button.btn-2::after, span.btn-2::after {
    content: "";
    display: block;
    position: relative;
    background-image: url("../images/icons/arrow-btn.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 9px;
    width: 17.9px;
    height: 8.7px;
    -webkit-filter: brightness(100%) invert(0%);
    filter: brightness(100%) invert(0%); }
a.btn-3, button.btn-3, span.btn-3 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: bold !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: normal !important;
  color: black !important;
  text-transform: none;
  text-decoration: none !important;
  background-color: transparent;
  border-radius: 50px !important;
  border: none;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  overflow-wrap: break-word;
  padding: 0;
  position: relative; }
  a.btn-3:hover, a.btn-3:focus, a.btn-3:active, button.btn-3:hover, button.btn-3:focus, button.btn-3:active, span.btn-3:hover, span.btn-3:focus, span.btn-3:active {
    text-decoration: none; }
    a.btn-3:hover::after, a.btn-3:focus::after, a.btn-3:active::after, button.btn-3:hover::after, button.btn-3:focus::after, button.btn-3:active::after, span.btn-3:hover::after, span.btn-3:focus::after, span.btn-3:active::after {
      margin-left: 19px; }
  a.btn-3::after, button.btn-3::after, span.btn-3::after {
    content: "";
    display: block;
    position: relative;
    background-image: url("../images/icons/arrow-btn.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 9px;
    width: 17.9px;
    height: 8.7px;
    transition: all 0.4s ease;
    -webkit-filter: brightness(100%) invert(0%);
    filter: brightness(100%) invert(0%); }
a.btn-4, button.btn-4, span.btn-4 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: bold !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: normal !important;
  color: black !important;
  text-transform: none;
  text-decoration: none !important;
  background-color: #69d1ff;
  border-radius: 50px !important;
  border: 1px solid #69d1ff !important;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: 130px;
  overflow-wrap: break-word;
  padding: 14px 19px;
  position: relative;
  text-align: center !important; }
  a.btn-4:hover, a.btn-4:focus, a.btn-4:active, button.btn-4:hover, button.btn-4:focus, button.btn-4:active, span.btn-4:hover, span.btn-4:focus, span.btn-4:active {
    background-color: #eaf8ff !important;
    border-color: #eaf8ff !important;
    color: #69d1ff !important;
    text-decoration: none; }
    a.btn-4:hover::after, a.btn-4:focus::after, a.btn-4:active::after, button.btn-4:hover::after, button.btn-4:focus::after, button.btn-4:active::after, span.btn-4:hover::after, span.btn-4:focus::after, span.btn-4:active::after {
      -webkit-filter: brightness(100%) invert(0%);
      filter: brightness(100%) invert(0%); }
  a.btn-4::after, button.btn-4::after, span.btn-4::after {
    content: "";
    display: block;
    position: relative;
    background-image: url("../images/icons/arrow-btn-4.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 9px;
    width: 17.9px;
    height: 8.7px;
    -webkit-filter: brightness(0%) invert(0%);
    filter: brightness(0%) invert(0%); }
a.btn-5, button.btn-5, span.btn-5 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: bold !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: normal !important;
  color: black !important;
  text-transform: none;
  text-decoration: none !important;
  background-color: #69d1ff;
  border-radius: 50px !important;
  border: 1px solid black !important;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: 130px;
  overflow-wrap: break-word;
  padding: 14px 19px;
  position: relative;
  text-align: center !important; }
  a.btn-5:hover, a.btn-5:focus, a.btn-5:active, button.btn-5:hover, button.btn-5:focus, button.btn-5:active, span.btn-5:hover, span.btn-5:focus, span.btn-5:active {
    background-color: white !important;
    border-color: white !important;
    color: #69d1ff !important;
    text-decoration: none; }
    a.btn-5:hover::after, a.btn-5:focus::after, a.btn-5:active::after, button.btn-5:hover::after, button.btn-5:focus::after, button.btn-5:active::after, span.btn-5:hover::after, span.btn-5:focus::after, span.btn-5:active::after {
      -webkit-filter: brightness(100%) invert(0%);
      filter: brightness(100%) invert(0%); }
  a.btn-5::after, button.btn-5::after, span.btn-5::after {
    content: "";
    display: block;
    position: relative;
    background-image: url("../images/icons/arrow-btn-4.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 9px;
    width: 17.9px;
    height: 8.7px;
    -webkit-filter: brightness(0%) invert(0%);
    filter: brightness(0%) invert(0%); }
a.btn-6, button.btn-6, span.btn-6 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: bold !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: normal !important;
  color: white !important;
  text-transform: none;
  text-decoration: none !important;
  background-color: #e92b79;
  border-radius: 50px !important;
  border: 1px solid white !important;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: 130px;
  overflow-wrap: break-word;
  padding: 14px 19px;
  position: relative;
  text-align: center !important; }
  a.btn-6:hover, a.btn-6:focus, a.btn-6:active, button.btn-6:hover, button.btn-6:focus, button.btn-6:active, span.btn-6:hover, span.btn-6:focus, span.btn-6:active {
    background-color: white !important;
    border-color: white !important;
    color: #e92b79 !important;
    text-decoration: none; }
    a.btn-6:hover::after, a.btn-6:focus::after, a.btn-6:active::after, button.btn-6:hover::after, button.btn-6:focus::after, button.btn-6:active::after, span.btn-6:hover::after, span.btn-6:focus::after, span.btn-6:active::after {
      -webkit-filter: brightness(100%) invert(0%);
      filter: brightness(100%) invert(0%); }
  a.btn-6::after, button.btn-6::after, span.btn-6::after {
    content: "";
    display: block;
    position: relative;
    background-image: url("../images/icons/arrow-btn-5.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 9px;
    width: 17.9px;
    height: 8.7px;
    -webkit-filter: brightness(0%) invert(100%);
    filter: brightness(0%) invert(100%); }
a.btn-7, button.btn-7, span.btn-7 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: -0.32px !important;
  color: #e92b79 !important;
  text-transform: uppercase;
  text-decoration: underline !important;
  background-color: transparent;
  border-radius: 0px !important;
  box-shadow: none;
  display: inline;
  max-width: 100%;
  min-width: 150px;
  overflow-wrap: break-word;
  padding: 0;
  position: relative; }
  a.btn-7:hover, a.btn-7:focus, a.btn-7:active, button.btn-7:hover, button.btn-7:focus, button.btn-7:active, span.btn-7:hover, span.btn-7:focus, span.btn-7:active {
    text-decoration: none !important;
    color: #cc1560 !important; }
a.btn-8, button.btn-8, span.btn-8 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: -0.32px !important;
  color: white !important;
  text-transform: uppercase;
  text-decoration: none !important;
  -webkit-text-stroke: .5px white;
  background-color: #69d1ff;
  border-radius: 50px !important;
  border: 2px solid #69d1ff !important;
  box-shadow: none;
  display: inline-block;
  max-width: 100%;
  min-width: 167px;
  overflow-wrap: break-word;
  padding: 16px 30px;
  position: relative;
  text-align: center !important;
  transition: all 0.4s ease; }
  a.btn-8:hover, a.btn-8:focus, a.btn-8:active, a.btn-8.hover, button.btn-8:hover, button.btn-8:focus, button.btn-8:active, button.btn-8.hover, span.btn-8:hover, span.btn-8:focus, span.btn-8:active, span.btn-8.hover {
    background-color: transparent !important;
    -webkit-text-stroke: 0.5px #69d1ff;
    border-color: #69d1ff !important;
    color: #69d1ff !important;
    text-decoration: none; }
a.btn-blog, button.btn-blog, span.btn-blog {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: bold !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: normal !important;
  color: black !important;
  text-transform: none;
  text-decoration: none !important;
  background-color: transparent;
  border-radius: 50px !important;
  border: none;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  overflow-wrap: break-word;
  padding: 0;
  position: relative; }
  a.btn-blog:hover, a.btn-blog:focus, a.btn-blog:active, button.btn-blog:hover, button.btn-blog:focus, button.btn-blog:active, span.btn-blog:hover, span.btn-blog:focus, span.btn-blog:active {
    text-decoration: none; }
    a.btn-blog:hover::after, a.btn-blog:focus::after, a.btn-blog:active::after, button.btn-blog:hover::after, button.btn-blog:focus::after, button.btn-blog:active::after, span.btn-blog:hover::after, span.btn-blog:focus::after, span.btn-blog:active::after {
      margin-left: 19px; }
  a.btn-blog::after, button.btn-blog::after, span.btn-blog::after {
    content: "";
    display: block;
    position: relative;
    background-image: url("../images/icons/arrow-btn.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 9px;
    width: 17.9px;
    height: 8.7px;
    transition: all 0.4s ease;
    -webkit-filter: brightness(100%) invert(0%);
    filter: brightness(100%) invert(0%); }
a.btn-read-more, button.btn-read-more, span.btn-read-more {
  background-color: transparent;
  border-bottom: 2px solid #ffffff !important;
  border-radius: none !important;
  border: none;
  box-shadow: none;
  color: #69d1ff !important;
  cursor: pointer;
  display: inline-block !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1rem !important;
  font-stretch: normal !important;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal !important;
  line-height: normal !important;
  max-width: 100%;
  overflow-wrap: break-word;
  margin: 0 25px 0 0;
  padding: 0;
  position: relative;
  text-align: left !important;
  text-decoration: none !important;
  text-transform: none;
  transition: all 0.4s ease; }
  a.btn-read-more:hover, a.btn-read-more:focus, a.btn-read-more:active, button.btn-read-more:hover, button.btn-read-more:focus, button.btn-read-more:active, span.btn-read-more:hover, span.btn-read-more:focus, span.btn-read-more:active {
    text-decoration: none;
    border-bottom: 2px solid #69d1ff !important; }
    a.btn-read-more:hover.arrow::after, a.btn-read-more:focus.arrow::after, a.btn-read-more:active.arrow::after, button.btn-read-more:hover.arrow::after, button.btn-read-more:focus.arrow::after, button.btn-read-more:active.arrow::after, span.btn-read-more:hover.arrow::after, span.btn-read-more:focus.arrow::after, span.btn-read-more:active.arrow::after {
      background-image: url("../images/icons/btn-arrow-orange.svg"); }

/*button's Size Variables*/
@media (min-width: 576px) {
  a.btn-1, button.btn-1, span.btn-1,
  a.btn-2, button.btn-2, span.btn-2,
  a.btn-3, button.btn-3, span.btn-3,
  a.btn-4, button.btn-4, span.btn-4,
  a.btn-5, button.btn-5, span.btn-5,
  a.btn-6, button.btn-6, span.btn-6,
  a.btn-7, button.btn-7, span.btn-7,
  a.btn-8, button.btn-8, span.btn-8 {
    font-size: 14px !important; } }
/*END Buttons-------------------------------------*/
/*START footer------------------------*/
footer.footer {
  position: relative;
  background: url("../images/bg-footer-mobile.jpg");
  background-size: cover; }
  footer.footer::before {
    opacity: 0.78;
    background-color: black;
    z-index: 2; }
  footer.footer .container {
    position: relative;
    z-index: 7; }
  footer.footer address, footer.footer p, footer.footer a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: white;
    display: block; }
  footer.footer h2, footer.footer h3 {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: white; }
  footer.footer h3 {
    margin-top: 16px; }
  footer.footer .footer-top {
    position: relative;
    padding: 60px 0px; }
  footer.footer .menu-footer-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    background: transparent;
    box-shadow: none;
    border: none;
    width: auto;
    float: none;
    min-width: auto;
    border-radius: 0; }
    footer.footer .menu-footer-menu-container ul a {
      margin-bottom: 9px; }
  footer.footer .menu-footer-menu-container > ul {
    display: flex;
    flex-wrap: wrap; }
    footer.footer .menu-footer-menu-container > ul > li {
      width: 50%;
      margin-bottom: 19px;
      padding: 10px; }
      footer.footer .menu-footer-menu-container > ul > li > a {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.29; }
  footer.footer .menu-footer-menu-container .btn-1, footer.footer .menu-footer-menu-container .btn-donate {
    display: none; }
  footer.footer .logo-footer {
    width: 311px;
    height: 77px;
    max-width: 100%; }
    footer.footer .logo-footer img {
      object-fit: contain; }
  footer.footer .footer-bottom {
    padding: 11px 0;
    position: relative;
    z-index: 2;
    border-top: solid 0.5px rgba(255, 255, 255, 0.2); }
    footer.footer .footer-bottom .container {
      position: relative; }
    footer.footer .footer-bottom .copy-r, footer.footer .footer-bottom .copy-r p, footer.footer .footer-bottom .copy-r p a, footer.footer .footer-bottom .created-by, footer.footer .footer-bottom .created-by p, footer.footer .footer-bottom .created-by p a {
      font-size: 12px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      margin: 0 1px;
      margin-bottom: 0; }
      footer.footer .footer-bottom .copy-r strong, footer.footer .footer-bottom .copy-r p strong, footer.footer .footer-bottom .copy-r p a strong, footer.footer .footer-bottom .created-by strong, footer.footer .footer-bottom .created-by p strong, footer.footer .footer-bottom .created-by p a strong {
        color: inherit;
        font-weight: 800; }
      footer.footer .footer-bottom .copy-r a, footer.footer .footer-bottom .copy-r p a, footer.footer .footer-bottom .copy-r p a a, footer.footer .footer-bottom .created-by a, footer.footer .footer-bottom .created-by p a, footer.footer .footer-bottom .created-by p a a {
        color: inherit;
        text-decoration: none;
        display: inline; }
        footer.footer .footer-bottom .copy-r a:hover, footer.footer .footer-bottom .copy-r p a:hover, footer.footer .footer-bottom .copy-r p a a:hover, footer.footer .footer-bottom .created-by a:hover, footer.footer .footer-bottom .created-by p a:hover, footer.footer .footer-bottom .created-by p a a:hover {
          text-decoration: underline; }
  footer.footer .contact-box h2 {
    margin-bottom: 17px; }
  footer.footer .contact-box a, footer.footer .contact-box address {
    margin-bottom: 9px; }
  footer.footer .networks {
    display: flex;
    align-items: center; }
    footer.footer .networks h3 {
      margin: 0;
      margin-right: 25px; }
    footer.footer .networks ul.social {
      margin: 0; }
  footer.footer ul.social {
    display: inline-block;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle; }
    footer.footer ul.social li {
      display: inline-block;
      margin: 0px !important; }
      footer.footer ul.social li a {
        display: inherit;
        border-radius: 50%;
        color: white;
        border: none;
        background: transparent;
        height: 33px;
        margin: 0px;
        position: relative;
        transition: 0.4s;
        width: 33px; }
        footer.footer ul.social li a i {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          font-size: 24px;
          left: 50%;
          position: absolute;
          top: 50%; }
        footer.footer ul.social li a:hover {
          color: #e92b79; }
  footer.footer .img-sponsors {
    width: 104px;
    height: 61px; }
  footer.footer .classic-text-widget {
    display: block !important; }

body footer.footer p a, body footer.footer li a {
  text-decoration: none; }
  body footer.footer p a:hover, body footer.footer li a:hover {
    text-decoration: underline; }

@media (min-width: 576px) {
  footer.footer .menu-footer-menu-container > ul > li {
    width: 20%; }

  footer.footer {
    background: url("../images/bg-footer-tablet.jpg");
    background-size: cover; }

  footer.footer .menu-footer-menu-container ul a {
    margin-bottom: 17px; }

  footer.footer h3 {
    margin-top: 24px; }

  footer.footer .contact-box a, footer.footer .contact-box address {
    margin-bottom: 17px; } }
@media (min-width: 1200px) {
  footer.footer {
    background: url("../images/bg-footer-desktop.jpg");
    background-size: cover; }

  footer.footer h2, footer.footer h3 {
    font-size: 18px; }

  footer.footer .menu-footer-menu-container > ul > li > a {
    font-size: 18px; } }
/*END footer------------------------------------------*/
/* START header-------------*/
header.header::before {
  content: "";
  background: black;
  display: block;
  height: 0%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  transition: 0.4s;
  box-shadow: 1px 6px 17px 0 rgba(0, 0, 0, 0.1); }
header.header.active::before {
  height: 100%; }

.header-navigation .container {
  width: 100vw;
  max-width: 100vw;
  padding: 0;
  margin: 0; }

.navbar, .navbar.navbar-expand-xl {
  margin-top: 0px;
  display: block;
  padding: 0 15px; }

.navbar-header {
  display: flex;
  width: 100%;
  margin-right: 0 !important;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  position: relative;
  z-index: 1050;
  padding: 10px 0; }

.navbar-brand {
  width: 124px;
  height: 53px;
  padding: 0 !important; }
  .navbar-brand img {
    width: 100%; }

.navbar-toggler {
  padding: 0;
  margin-left: auto;
  margin-right: 10px; }
  .navbar-toggler .navbar-toggler-icon {
    background-image: url("../images/icons/menu-icon-mobile.svg");
    width: 26px;
    height: 31px;
    margin: 0;
    padding: 0;
    -webkit-filter: brightness(0%) invert(100%);
    filter: brightness(0%) invert(100%); }
  .navbar-toggler:focus {
    outline: none; }
  .navbar-toggler.active {
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
    .navbar-toggler.active .navbar-toggler-icon {
      background-image: url("../images/icons/close-menu.svg") !important;
      background-size: 55%; }
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
.col-middle {
  display: block; }

#NavDropdown {
  background: transparent;
  height: 100vh;
  position: absolute;
  right: -100%;
  opacity: 0;
  top: 73px;
  width: 100%;
  z-index: 999;
  transition: 0.4s;
  display: block; }
  #NavDropdown .height-wrap {
    flex-direction: column;
    background-color: white;
    height: calc(100vh - 0px);
    margin-left: auto;
    overflow-y: scroll !important;
    padding: 20px 0px 200px 0px;
    width: 100%;
    top: 0px; }
    #NavDropdown .height-wrap::before {
      content: none; }
    #NavDropdown .height-wrap ul:not(.social) {
      width: 100%;
      display: block; }
      #NavDropdown .height-wrap ul:not(.social) li {
        display: block;
        width: 100%;
        position: relative;
        margin-bottom: 15px;
        padding: 0; }
        #NavDropdown .height-wrap ul:not(.social) li a {
          font-family: 'Montserrat', sans-serif;
          font-size: 16px;
          font-weight: 700;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.29;
          letter-spacing: normal;
          text-align: left;
          color: black;
          text-decoration: none;
          padding: 15px 40px 15px 33px;
          display: block; }
          #NavDropdown .height-wrap ul:not(.social) li a::after {
            content: none; }
        #NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn {
          background-color: transparent;
          color: #000;
          border: 1px solid transparent;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 16px;
          border-radius: 4px;
          height: 40px;
          padding: 0;
          position: absolute;
          right: 18px;
          top: 6px;
          width: 40px; }
          #NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn::after {
            content: none; }
          #NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn span {
            font-size: 12px; }
          #NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn:active, #NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn:focus {
            outline: none; }
        #NavDropdown .height-wrap ul:not(.social) li.only-mobile {
          display: block; }
          #NavDropdown .height-wrap ul:not(.social) li.only-mobile::after {
            content: '\f015';
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            display: inline-block;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            /*--adjust as necessary--*/
            color: #000;
            position: absolute;
            font-size: 16px;
            right: 12px;
            top: 12px; }
        #NavDropdown .height-wrap ul:not(.social) li.btn-donate, #NavDropdown .height-wrap ul:not(.social) li.btn-1 {
          margin: 10px 0 0 0;
          padding: 0;
          padding-bottom: 15px;
          width: 100%;
          text-align: left; }
          #NavDropdown .height-wrap ul:not(.social) li.btn-donate a, #NavDropdown .height-wrap ul:not(.social) li.btn-1 a {
            font-size: 14px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.36;
            letter-spacing: normal;
            text-align: left;
            color: white;
            background-color: #e92b79;
            margin-left: 31px;
            display: inline-block;
            border-radius: 40px;
            min-width: auto; }
            #NavDropdown .height-wrap ul:not(.social) li.btn-donate a:hover, #NavDropdown .height-wrap ul:not(.social) li.btn-1 a:hover {
              background: #ff98d8;
              color: #7c1741; }
        #NavDropdown .height-wrap ul:not(.social) li.btn-1 a {
          border-radius: 40px;
          border: solid 1px black;
          color: black;
          background: transparent; }
          #NavDropdown .height-wrap ul:not(.social) li.btn-1 a:hover {
            background: black;
            color: white; }
        #NavDropdown .height-wrap ul:not(.social) li ul {
          background-color: transparent;
          border-radius: 0;
          border-bottom: 0;
          -webkit-transform: translateZ(0);
          position: relative;
          border: 0; }
          #NavDropdown .height-wrap ul:not(.social) li ul li a {
            font-size: 14px;
            font-weight: normal;
            color: #000;
            padding: 10px 15px;
            padding-left: 70px; }
            #NavDropdown .height-wrap ul:not(.social) li ul li a:hover, #NavDropdown .height-wrap ul:not(.social) li ul li a:focus, #NavDropdown .height-wrap ul:not(.social) li ul li a:active {
              background: #eaf8ff; }
          #NavDropdown .height-wrap ul:not(.social) li ul li ul li a {
            color: #000 !important;
            padding: 10px 15px;
            padding-left: 70px; }
            #NavDropdown .height-wrap ul:not(.social) li ul li ul li a:hover, #NavDropdown .height-wrap ul:not(.social) li ul li ul li a:focus, #NavDropdown .height-wrap ul:not(.social) li ul li ul li a:active {
              background: #eaf8ff;
              color: white !important; }
          #NavDropdown .height-wrap ul:not(.social) li ul li.active a {
            color: white !important;
            font-weight: 700;
            background: #69d1ff; }

#open-search {
  background-image: url("../images/icons/search-icon-color.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 18px 18px;
  background-position: center;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  align-self: center;
  border: none;
  color: white;
  font-size: 1rem;
  width: 30px;
  height: 30px;
  padding: 0 !important;
  text-align: center;
  transition: all 0.4s ease;
  border-radius: 50%; }
  #open-search:hover, #open-search:focus, #open-search:active {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    box-shadow: none;
    outline: none !important;
    transition: all 0.4s ease;
    background-color: #eaf8ff; }
    #open-search:hover::before, #open-search:focus::before, #open-search:active::before {
      font-size: 24px; }

.login-box a, .register-box a {
  font-family: 'Montserrat', sans-serif;
  -webkit-text-stroke: 1px #69d1ff;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #69d1ff;
  text-transform: uppercase;
  padding: 0 4px; }
  .login-box a i, .register-box a i {
    color: #e92b79;
    font-size: 16px;
    margin-right: 6px;
    -webkit-text-stroke: 0; }

.register-box {
  position: relative; }
  .register-box::before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #69d1ff;
    position: absolute;
    top: 0;
    left: -13px; }

.extra-links-bar {
  padding: 0 35px;
  margin-bottom: 200px;
  display: block;
  min-height: unset;
  align-items: flex-start; }
  .extra-links-bar::before {
    display: none; }
  .extra-links-bar.extra-links-bar-mobile .box {
    margin-bottom: 30px; }
  .extra-links-bar.extra-links-bar-mobile .login-box {
    order: 2; }
  .extra-links-bar.extra-links-bar-mobile .register-box {
    order: 3; }
    .extra-links-bar.extra-links-bar-mobile .register-box::before {
      display: none; }
  .extra-links-bar.extra-links-bar-mobile .search-box {
    order: 4; }
  .extra-links-bar.extra-links-bar-mobile .networks {
    order: 5; }

body.fixed header.header::before {
  height: 100%; }

@media (min-width: 576px) {
  #NavDropdown {
    width: 300px; } }
@media (min-width: 1200px) {
  header.header {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1030;
    /*START Main Navigation------------------------------------------*/
    /*END Main Navigation------------------------------------------*/ }
    header.header .textwidget {
      display: inline-block; }
    header.header::before {
      content: "";
      background: black;
      display: block;
      height: 0%;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      z-index: -1;
      transition: 0.4s;
      box-shadow: 1px 6px 17px 0 rgba(0, 0, 0, 0.1); }
    header.header p {
      margin-bottom: 0 !important; }
    header.header .container {
      width: 1140px;
      max-width: 100%;
      padding: 0 15px;
      margin: auto; }
    header.header .extra-links-bar {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      position: relative;
      min-height: 50px;
      transition: 0.6s;
      margin: 0;
      padding: 0; }
      header.header .extra-links-bar .box {
        margin-right: 28px; }
        header.header .extra-links-bar .box:last-child {
          margin-right: 0; }
    header.header .networks ul.social {
      display: inline-block;
      line-height: 1em;
      margin: 0;
      padding: 0;
      text-align: center;
      vertical-align: middle; }
      header.header .networks ul.social li {
        display: inline-block;
        margin: 0px !important; }
    header.header .search-box {
      bottom: -10px;
      position: relative; }
    header.header #open-search {
      background-image: url("../images/icons/search-icon-color.png");
      background-repeat: no-repeat;
      background-color: transparent;
      background-size: 18px 18px;
      background-position: center;
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      align-self: center;
      border: none;
      color: white;
      font-size: 1rem;
      width: 30px;
      height: 30px;
      padding: 0 !important;
      text-align: center;
      transition: all 0.4s ease;
      border-radius: 50%;
      -webkit-filter: brightness(0%) invert(100%);
      filter: brightness(0%) invert(100%); }
      header.header #open-search:hover, header.header #open-search:focus, header.header #open-search:active {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        box-shadow: none;
        outline: none !important;
        transition: all 0.4s ease; }
        header.header #open-search:hover::before, header.header #open-search:focus::before, header.header #open-search:active::before {
          font-size: 24px; }
    header.header .register-box {
      position: relative; }
      header.header .register-box::before {
        content: '';
        display: block;
        width: 2px;
        height: 100%;
        background: #69d1ff;
        position: absolute;
        top: 0;
        left: -13px; }
    header.header .header-top {
      padding: 0; }
    header.header .navbar, header.header .navbar.navbar-expand-xl {
      display: flex;
      justify-content: space-between;
      padding: 0; }
      header.header .navbar .navbar-header, header.header .navbar.navbar-expand-xl .navbar-header {
        position: relative;
        overflow: hidden;
        padding: 0;
        width: auto;
        flex-basis: auto;
        top: -25px; }
        header.header .navbar .navbar-header .navbar-brand, header.header .navbar.navbar-expand-xl .navbar-header .navbar-brand {
          border-radius: none;
          display: block;
          margin: 0;
          overflow: hidden;
          position: relative;
          padding: 0 !important;
          width: 170px;
          height: 73px;
          max-width: 100%; }
          header.header .navbar .navbar-header .navbar-brand img, header.header .navbar.navbar-expand-xl .navbar-header .navbar-brand img {
            width: 100%;
            height: auto;
            max-width: 100%;
            transition: all 0.4s ease; }
    header.header .col-middle {
      position: relative;
      width: 100%; }
      header.header .col-middle::before {
        content: "";
        display: none;
        width: 110vw;
        height: 1px;
        background: #e5e5e5;
        position: absolute;
        bottom: 0;
        left: calc((110vw - 926px) / -2); }
    header.header .header-bottom {
      width: 100%; }
    header.header #NavDropdown {
      width: 100%;
      height: auto;
      position: relative;
      left: auto;
      top: auto;
      right: auto;
      opacity: 1;
      text-align: center;
      align-items: center;
      justify-content: flex-end; }
      header.header #NavDropdown .height-wrap {
        background: transparent;
        height: auto;
        margin: auto;
        overflow-y: unset !important;
        padding: 0;
        width: 100%; }
      header.header #NavDropdown ul:not(.social) {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-flow: row wrap;
        width: 100%; }
        header.header #NavDropdown ul:not(.social) li, header.header #NavDropdown ul:not(.social) li.open {
          display: inline-block;
          float: none;
          padding: 0px;
          width: auto;
          margin: 0 10px; }
          header.header #NavDropdown ul:not(.social) li.only-mobile, header.header #NavDropdown ul:not(.social) li.open.only-mobile {
            display: none; }
          header.header #NavDropdown ul:not(.social) li.active > a, header.header #NavDropdown ul:not(.social) li.open.active > a {
            background: transparent;
            font-weight: 700; }
            header.header #NavDropdown ul:not(.social) li.active > a::after, header.header #NavDropdown ul:not(.social) li.open.active > a::after {
              width: 100%; }
            header.header #NavDropdown ul:not(.social) li.active > a:hover, header.header #NavDropdown ul:not(.social) li.active > a:focus, header.header #NavDropdown ul:not(.social) li.active > a:active, header.header #NavDropdown ul:not(.social) li.open.active > a:hover, header.header #NavDropdown ul:not(.social) li.open.active > a:focus, header.header #NavDropdown ul:not(.social) li.open.active > a:active {
              text-decoration: none; }
          header.header #NavDropdown ul:not(.social) li a, header.header #NavDropdown ul:not(.social) li.open a {
            font-size: 14px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.36;
            letter-spacing: normal;
            color: white;
            padding: 30px 0; }
            header.header #NavDropdown ul:not(.social) li a::before, header.header #NavDropdown ul:not(.social) li.open a::before {
              content: none; }
            header.header #NavDropdown ul:not(.social) li a::after, header.header #NavDropdown ul:not(.social) li.open a::after {
              content: "";
              background-color: #e92b79;
              border: none;
              bottom: 0;
              left: 0;
              margin: 0 auto;
              position: absolute;
              transition: 0.4s;
              width: 0%;
              height: 3px; }
            header.header #NavDropdown ul:not(.social) li a:hover, header.header #NavDropdown ul:not(.social) li a:focus, header.header #NavDropdown ul:not(.social) li a:active, header.header #NavDropdown ul:not(.social) li.open a:hover, header.header #NavDropdown ul:not(.social) li.open a:focus, header.header #NavDropdown ul:not(.social) li.open a:active {
              text-decoration: none; }
              header.header #NavDropdown ul:not(.social) li a:hover::after, header.header #NavDropdown ul:not(.social) li a:focus::after, header.header #NavDropdown ul:not(.social) li a:active::after, header.header #NavDropdown ul:not(.social) li.open a:hover::after, header.header #NavDropdown ul:not(.social) li.open a:focus::after, header.header #NavDropdown ul:not(.social) li.open a:active::after {
                width: 100%; }
          header.header #NavDropdown ul:not(.social) li ul, header.header #NavDropdown ul:not(.social) li.open ul {
            background: #fcfcfc;
            border: none;
            display: none;
            height: unset;
            min-height: 0;
            text-align: center;
            position: absolute;
            left: 0%;
            isolation: isolate;
            padding: 0 !important;
            width: 170px;
            border-bottom: 3px solid #69d1ff;
            border-radius: 0; }
            header.header #NavDropdown ul:not(.social) li ul li, header.header #NavDropdown ul:not(.social) li.open ul li {
              display: block;
              margin: 0 !important;
              padding: 0; }
              header.header #NavDropdown ul:not(.social) li ul li.active > a, header.header #NavDropdown ul:not(.social) li.open ul li.active > a {
                background-color: #69d1ff;
                color: white;
                font-weight: 700; }
                header.header #NavDropdown ul:not(.social) li ul li.active > a::before, header.header #NavDropdown ul:not(.social) li ul li.active > a::after, header.header #NavDropdown ul:not(.social) li.open ul li.active > a::before, header.header #NavDropdown ul:not(.social) li.open ul li.active > a::after {
                  content: none !important; }
              header.header #NavDropdown ul:not(.social) li ul li::before, header.header #NavDropdown ul:not(.social) li ul li::after, header.header #NavDropdown ul:not(.social) li.open ul li::before, header.header #NavDropdown ul:not(.social) li.open ul li::after {
                content: none !important; }
              header.header #NavDropdown ul:not(.social) li ul li a, header.header #NavDropdown ul:not(.social) li.open ul li a {
                padding: 8px 20px; }
                header.header #NavDropdown ul:not(.social) li ul li a::before, header.header #NavDropdown ul:not(.social) li ul li a::after, header.header #NavDropdown ul:not(.social) li.open ul li a::before, header.header #NavDropdown ul:not(.social) li.open ul li a::after {
                  content: none !important; }
                header.header #NavDropdown ul:not(.social) li ul li a:hover, header.header #NavDropdown ul:not(.social) li ul li a:focus, header.header #NavDropdown ul:not(.social) li ul li a:active, header.header #NavDropdown ul:not(.social) li.open ul li a:hover, header.header #NavDropdown ul:not(.social) li.open ul li a:focus, header.header #NavDropdown ul:not(.social) li.open ul li a:active {
                  background-color: #69d1ff;
                  color: white !important; }
              header.header #NavDropdown ul:not(.social) li ul li:last-child ul, header.header #NavDropdown ul:not(.social) li.open ul li:last-child ul {
                left: 100%;
                top: 0;
                right: auto; }
              header.header #NavDropdown ul:not(.social) li ul li ul, header.header #NavDropdown ul:not(.social) li.open ul li ul {
                background: #69d1ff !important; }
                header.header #NavDropdown ul:not(.social) li ul li ul li a, header.header #NavDropdown ul:not(.social) li.open ul li ul li a {
                  color: #69d1ff !important; }
                  header.header #NavDropdown ul:not(.social) li ul li ul li a:hover, header.header #NavDropdown ul:not(.social) li.open ul li ul li a:hover {
                    background-color: #e92b79; }
          header.header #NavDropdown ul:not(.social) li.menu-hide, header.header #NavDropdown ul:not(.social) li.open.menu-hide {
            display: none; }
          header.header #NavDropdown ul:not(.social) li.btn-donate, header.header #NavDropdown ul:not(.social) li.btn-1, header.header #NavDropdown ul:not(.social) li.open.btn-donate, header.header #NavDropdown ul:not(.social) li.open.btn-1 {
            padding: 0px;
            margin: 17px 10px;
            border: none;
            transition: all 0.4s ease;
            width: auto; }
            header.header #NavDropdown ul:not(.social) li.btn-donate > a, header.header #NavDropdown ul:not(.social) li.btn-1 > a, header.header #NavDropdown ul:not(.social) li.open.btn-donate > a, header.header #NavDropdown ul:not(.social) li.open.btn-1 > a {
              margin: 0;
              text-align: center;
              padding: 10px 16px;
              min-width: 120px; }
              header.header #NavDropdown ul:not(.social) li.btn-donate > a::before, header.header #NavDropdown ul:not(.social) li.btn-donate > a::after, header.header #NavDropdown ul:not(.social) li.btn-1 > a::before, header.header #NavDropdown ul:not(.social) li.btn-1 > a::after, header.header #NavDropdown ul:not(.social) li.open.btn-donate > a::before, header.header #NavDropdown ul:not(.social) li.open.btn-donate > a::after, header.header #NavDropdown ul:not(.social) li.open.btn-1 > a::before, header.header #NavDropdown ul:not(.social) li.open.btn-1 > a::after {
                content: none; }
          header.header #NavDropdown ul:not(.social) li.btn-1 > a, header.header #NavDropdown ul:not(.social) li.open.btn-1 > a {
            color: white;
            border-color: white; }
          header.header #NavDropdown ul:not(.social) li.btn-1:hover > a, header.header #NavDropdown ul:not(.social) li.btn-1:focus > a, header.header #NavDropdown ul:not(.social) li.btn-1:active > a, header.header #NavDropdown ul:not(.social) li.open.btn-1:hover > a, header.header #NavDropdown ul:not(.social) li.open.btn-1:focus > a, header.header #NavDropdown ul:not(.social) li.open.btn-1:active > a {
            background: white;
            color: black; }
          header.header #NavDropdown ul:not(.social) li:last-child, header.header #NavDropdown ul:not(.social) li.open:last-child {
            margin-right: 0 !important; }
    header.header .display_dropdown {
      border-radius: 0; }
      header.header .display_dropdown li:first-child::before {
        transition-property: top, opacity;
        transition-duration: .1s, .1s;
        transition-timing-function: ease, ease-out;
        transition-delay: .1s, 0s;
        top: 0 !important;
        opacity: 1 !important; }
    header.header .dropdown-menu {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      display: block;
      left: 50%;
      margin: 0 auto;
      padding: 0px;
      position: absolute; }
      header.header .dropdown-menu .dropdown-menu {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none;
        display: block;
        left: 100% !important;
        top: 0; }
    header.header .dropdown-btn {
      display: none; }

  .search-box #open-search {
    display: block; } }
/*END Main Navigation------------------------------------- */
.boxes-interior-footer {
  background-color: #ffffff;
  padding: 62px 0;
  position: relative;
  overflow: hidden;
  z-index: 0; }
  .boxes-interior-footer .border-boxes-footer {
    display: none;
    width: 100%;
    height: 100%;
    background: white;
    background-size: 100% auto;
    position: absolute;
    bottom: -2px;
    left: 0; }
    .boxes-interior-footer .border-boxes-footer::before {
      content: '';
      display: block;
      width: 130%;
      height: 100%;
      background: url("../images/boxes-icon.png") no-repeat;
      background-size: 100vw auto;
      background-position: 50% bottom;
      background-color: #69d1ff;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      -moz-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      border-radius: 100% 100% 0 0; }
  .boxes-interior-footer .container-boxes {
    position: relative; }
  .boxes-interior-footer .item-col {
    background-color: transparent;
    border: none;
    max-width: 100%;
    position: relative;
    text-decoration: none; }
    .boxes-interior-footer .item-col:nth-child(1) .featured-box-images {
      background-color: #69d1ff; }
      .boxes-interior-footer .item-col:nth-child(1) .featured-box-images::after {
        background: #69d1ff; }
    .boxes-interior-footer .item-col:nth-child(2) .featured-box-images {
      background-color: #f26bb5; }
      .boxes-interior-footer .item-col:nth-child(2) .featured-box-images::after {
        background: #f26bb5; }
    .boxes-interior-footer .item-col:nth-child(3) .featured-box-images {
      background-color: black; }
      .boxes-interior-footer .item-col:nth-child(3) .featured-box-images::after {
        background: black; }
    .boxes-interior-footer .item-col .box-page-link {
      border-radius: 0px;
      border: none;
      display: block;
      margin: 0;
      overflow: hidden;
      padding: 0;
      transition: all 0.4s ease; }
      .boxes-interior-footer .item-col .box-page-link:hover, .boxes-interior-footer .item-col .box-page-link:focus, .boxes-interior-footer .item-col .box-page-link:active {
        text-decoration: none;
        transition: all 0.4s ease; }
        .boxes-interior-footer .item-col .box-page-link:hover .featured-box-images::after, .boxes-interior-footer .item-col .box-page-link:focus .featured-box-images::after, .boxes-interior-footer .item-col .box-page-link:active .featured-box-images::after {
          opacity: 1; }
      .boxes-interior-footer .item-col .box-page-link .featured-box-images {
        background-size: cover;
        background-position: center;
        display: block;
        margin: 0 auto !important;
        overflow: hidden;
        padding-bottom: 80%;
        position: relative;
        z-index: 0;
        height: 315px;
        background-color: black;
        background-blend-mode: luminosity; }
        .boxes-interior-footer .item-col .box-page-link .featured-box-images::after {
          content: "";
          height: 100%;
          position: absolute;
          right: 0;
          top: 0;
          transition: all 0.4s ease;
          width: 100%;
          opacity: 0.8; }
      .boxes-interior-footer .item-col .box-page-link .content-box {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: transparent;
        left: 50%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        text-align: center;
        top: 50%;
        transition: all 0.4s ease;
        width: calc(100% - 40px);
        z-index: 10; }
        .boxes-interior-footer .item-col .box-page-link .content-box .title-box {
          color: white;
          font-family: 'Montserrat', sans-serif;
          font-size: 28px;
          font-weight: 700;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.18;
          letter-spacing: -0.35px;
          text-transform: uppercase;
          z-index: 20;
          position: relative; }

@media only screen and (max-width: 991px) {
  .boxes-interior-footer .item-col .box-page-link .content-box .title-box {
    font-size: 27px; } }
@media only screen and (max-width: 767px) {
  .boxes-interior-footer .container-boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .boxes-interior-footer .item-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    padding: 0 15px !important; }
    .boxes-interior-footer .item-col .box-page-link .featured-box-images::after {
      opacity: 0.9; } }
/*START Helper Classes------------------------------------------*/
.carousel_block_testimonials
#carousel__testimonials
.row-block-testimonial
.right-side {
  padding-top: 60px !important; }

.container .alignfull .container {
  padding-right: 15px;
  padding-left: 15px; }

.entry-content .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2) !important;
  margin-right: calc(-100vw / 2 + 100% / 2) !important;
  max-width: 100vw; }
  .entry-content .alignfull img {
    width: 100%; }

.line-clamp-3,
.line-clamp-3 p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.line-clamp-2,
.line-clamp-2 p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.line-clamp-1,
.line-clamp-1 p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      transform: translate3d(0, 0, 0); } }

.single-tribe_events .tribe-events-content .addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
  display: none; }

.addtoany_content .addtoany_header {
  font-family: 'Montserrat', sans-serif;
  color: #e92b79;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  vertical-align: middle; }
.addtoany_content .a2a_kit a {
  border-bottom: none !important; }
  .addtoany_content .a2a_kit a span {
    background: transparent !important;
    color: #e92b79 !important;
    width: 24px !important;
    height: 24px !important; }
    .addtoany_content .a2a_kit a span svg path {
      fill: #e92b79 !important; }

.addtoany_shortcode {
  margin-left: 22px; }
  .addtoany_shortcode a.addtoany_share {
    background-color: transparent;
    border-radius: 3px !important;
    border: 2px solid #fd5d5d !important;
    box-shadow: none;
    color: #fd5d5d !important;
    display: inline-block;
    font-family: "Quicksand" !important;
    font-size: 14px !important;
    font-stretch: normal !important;
    font-style: normal;
    font-weight: bold !important;
    letter-spacing: 0.72px !important;
    line-height: 1 !important;
    margin: 0;
    max-width: 100%;
    overflow-wrap: break-word;
    padding: 14px 25px 15px;
    position: relative;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none;
    transition: all 0.4s ease;
    width: 130px; }
    .addtoany_shortcode a.addtoany_share::before {
      content: none; }
    .addtoany_shortcode a.addtoany_share span,
    .addtoany_shortcode a.addtoany_share .a2a_svg,
    .addtoany_shortcode a.addtoany_share .a2a_s__default,
    .addtoany_shortcode a.addtoany_share .a2a_s_a2a {
      display: none !important;
      margin: 0 !important; }
    .addtoany_shortcode a.addtoany_share:hover {
      background-color: #fd5d5d;
      color: white !important; }

.col-align-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.alignleft {
  margin: 0 15px 15px 0; }

.alignright {
  margin: 0 0 15px 15px; }

.aligncenter {
  display: block;
  margin: 0 auto; }

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

.m-top {
  margin-top: 25px; }

.m-left {
  margin-left: 25px; }

.m-right {
  margin-right: 25px; }

.img-wrap {
  background-image: none;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background: transparent;
  height: 250px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 3; }
  .img-wrap img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 101%;
    left: 50%;
    max-height: inherit;
    min-width: inherit;
    position: absolute;
    top: 50%;
    width: 101%;
    z-index: 1;
    object-fit: cover;
    object-position: center;
    transition: 0.4s; }
    .img-wrap img.image-fit-cover {
      object-fit: cover; }
    .img-wrap img.image-fit-contain {
      object-fit: contain; }
    .img-wrap img.image-fit-top {
      object-position: top; }
    .img-wrap img.image-fit-center {
      object-position: center; }
    .img-wrap img.image-fit-bottom {
      object-position: bottom; }

.wp-block-image img {
  height: auto; }
  .wp-block-image img.image-fit-cover {
    object-fit: cover; }
  .wp-block-image img.image-fit-contain {
    object-fit: contain; }
  .wp-block-image img.image-fit-top {
    object-position: top; }
  .wp-block-image img.image-fit-center {
    object-position: center; }
  .wp-block-image img.image-fit-bottom {
    object-position: bottom; }

.modal-video .modal-content {
  background: black;
  border-radius: 0; }
  .modal-video .modal-content .modal-header {
    padding: 0;
    border: none;
    z-index: 5; }
    .modal-video .modal-content .modal-header .close {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      right: 10px;
      top: 10px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: #69d1ff;
      color: white;
      padding: 0;
      opacity: 1; }
      .modal-video .modal-content .modal-header .close span {
        width: 30px;
        height: 30px;
        padding-top: 3px; }
  .modal-video .modal-content .modal-body {
    padding: 0; }

.gray-scale {
  background-color: #000;
  background-blend-mode: luminosity; }

.bg-cin {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  .bg-cin img {
    object-fit: contain; }

.bg-cer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .bg-cer img {
    object-fit: cover; }

.bg-hor-a {
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat; }

.bg-ver-a {
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat; }

.bg-overlay:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.85; }

.container-full-width {
  width: 100vw;
  left: calc((100vw - 1110px) / -2);
  height: 100%; }

.container-partial-width {
  width: calc(((100vw - 1110px) / 2) + (100% + 15px));
  height: 100%; }
  .container-partial-width.left-side {
    left: calc((100vw - 1110px) / -2); }
  .container-partial-width.right-side {
    left: -15px; }

button,
input,
textarea,
select {
  outline: none !important; }

.bg-positive {
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%); }

/*
.play-effect{
	position: relative;
	.circle {
		height: 95px;
		width: 95px;
		border-radius: 50%;
		background-color: white;
		background-image: url('../images/btn-play.svg');
		background-position: 60% 50%;
		background-repeat: no-repeat;
		background-size: auto;
		box-shadow: 0px 0px 10px 0px rgba(255,255,255,1);

		@include center(-35%,-50%);
		left: 50%;
		position: absolute;
		top: 50%;

		-webkit-transition:height .25s ease, width .25s ease;
		transition:height .25s ease, width .25s ease;
		
		-webkit-transform:translate(-50%,-50%);
		transform:translate(-50%,-50%);
		&:hover{
			height:100px;
			width:100px;
			transition: all .25s ease;
			background-color: transparentize($primary, 0.4);
			box-shadow: none;
			background-image: url('../images/btn-play-white.svg');
			&:before,&:after {
				-webkit-animation: none;
				animation: none;
				border:1px solid transparentize($primary, 0.4);
			}
		}
		&:before,&:after {
			content:'';
			display: block;
			position: absolute;
			top: 0; right: 0; bottom: 0; left: 0;
			border-radius: 50%;
			border: 1px solid rgba($color: $primary , $alpha: 0.9);
		}
		&:before {
			-webkit-animation: ripple 2s linear infinite;
			animation: ripple 2s linear infinite;
		}
		&:after {
			-webkit-animation: ripple 2s linear 1s infinite;
			animation: ripple 2s linear 1s infinite;
		}
		// img{
		//   @include center(-35%,-50%);
		//   left: 50%;
		//   position: absolute;
		//   top: 50%;
		// }
	}
	@-webkit-keyframes ripple{
		0% {-webkit-transform:scale(1); }
		75% {-webkit-transform:scale(1.75); opacity:1;}
		100% {-webkit-transform:scale(2); opacity:0;}
	}

	@keyframes ripple{
		0% {transform:scale(1); }
		75% {transform:scale(1.75); opacity:1;}
		100% {transform:scale(2); opacity:0;}
	}
	#link-play{
		@include center(-50%,-50%);
		background: transparent;
		border: none !important;
		cursor: pointer;
		height: 100%;
		left: 50%;
		position: absolute;
		top: 50%;
		width: 100%;
		&:hover{
			text-decoration: none;
			background: $primary;
		}
		&:focus, &:active{
			outline: inherit;
		}
	}
}
*/
#bbp-search-form {
  margin-bottom: 15px; }
  #bbp-search-form input#bbp_search_submit {
    display: inline-block;
    padding: 5px 15px; }

#bbpress-forums div.bbp-breadcrumb {
  display: inline-block;
  float: none;
  vertical-align: middle; }
  #bbpress-forums div.bbp-breadcrumb p {
    margin-bottom: 0; }

@media only screen and (max-width: 1199.98px) {
  .container-full-width {
    width: 100vw;
    left: calc((100vw - 930px) / -2);
    height: 100%; }

  .container-partial-width {
    width: calc(((100vw - 930px) / 2) + (100% + 15px));
    height: 100%; }
    .container-partial-width.left-side {
      left: calc((100vw - 930px) / -2); }
    .container-partial-width.right-side {
      left: -15px; } }
@media only screen and (max-width: 991px) {
  .container-full-width {
    width: 100vw;
    left: calc((100vw - 690px) / -2);
    height: 100%; }

  .container-partial-width {
    width: calc(((100vw - 690px) / 2) + (100% + 15px));
    height: 100%; }
    .container-partial-width.left-side {
      left: calc((100vw - 690px) / -2); }
    .container-partial-width.right-side {
      left: -15px; } }
@media only screen and (max-width: 767px) {
  .alignright,
  .alignleft {
    float: none !important;
    display: block !important;
    margin: 0 auto 20px;
    text-align: center; }

  .container-full-width {
    width: 100vw;
    left: calc((100vw - 510px) / -2);
    height: 100%; }

  .container-partial-width {
    width: calc(((100vw - 510px) / 2) + (100% + 45px));
    height: 100%; }
    .container-partial-width.left-side {
      left: calc((100vw - 510px) / -2); }
    .container-partial-width.right-side {
      left: -15px; } }
@media only screen and (max-width: 576px) {
  .wp-block-image .alignright,
  .wp-block-image .alignleft {
    float: none !important;
    display: block !important;
    text-align: center;
    margin: 0 auto 20px; }

  .container-full-width {
    width: 100vw;
    left: -15px;
    height: 100%; }

  .container-partial-width {
    width: 100vw;
    height: 100%; }
    .container-partial-width.left-side {
      left: -15px; }
    .container-partial-width.right-side {
      left: -15px; } }
/*END Helper Classes-------------------------------------*/
.slider-widget {
  position: relative; }
  .slider-widget .bg-img {
    position: absolute;
    height: 100%;
    width: 100vw;
    right: 0;
    top: 0; }
    .slider-widget .bg-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transition: 0.6s; }
    .slider-widget .bg-img::before {
      background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.36), white);
      z-index: 5;
      opacity: 1;
      width: 75.00595947556615vw;
      display: none; }
    .slider-widget .bg-img::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0)); }
  .slider-widget .container {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 10;
    flex-direction: column; }
  .slider-widget .caption-container {
    position: relative; }
  .slider-widget .slider-caption {
    position: relative;
    width: 90%;
    z-index: 10;
    left: 0 !important;
    text-align: center;
    margin: auto; }
    .slider-widget .slider-caption h2 {
      font-family: 'Montserrat', sans-serif;
      font-size: 16px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.19;
      letter-spacing: normal;
      color: white;
      margin-bottom: 0px;
      text-transform: none; }
    .slider-widget .slider-caption p {
      font-size: 17px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.29;
      letter-spacing: 0.34px;
      color: white; }
    .slider-widget .slider-caption a[class^="btn-"] {
      display: inline-block;
      margin-top: 37px; }
  .slider-widget .bullets {
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    z-index: 0; }
    .slider-widget .bullets .carousel-indicators {
      -ms-flex-direction: column !important;
      -webkit-box-direction: normal !important;
      -webkit-box-orient: vertical !important;
      -webkit-transform: translate(-100%, -50%);
      -moz-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
      transform: translate(-100%, -50%);
      bottom: inherit;
      flex-direction: column !important;
      justify-content: flex-start;
      left: 100%;
      margin: 0;
      text-align: right;
      top: 50%;
      width: 10px; }
      .slider-widget .bullets .carousel-indicators li {
        background: transparent;
        border-radius: 50%;
        border: 2px solid #69d1ff;
        display: inherit;
        margin: 5px 7.5px;
        opacity: 1;
        transition: all 0.4s ease;
        width: 14px;
        height: 14px; }
        .slider-widget .bullets .carousel-indicators li::after {
          content: none !important; }
        .slider-widget .bullets .carousel-indicators li.active {
          opacity: 1;
          width: 14px;
          height: 14px;
          background-color: #69d1ff; }
          .slider-widget .bullets .carousel-indicators li.active::before {
            display: block; }
  .slider-widget .bullets {
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    z-index: 1;
    height: 10px;
    bottom: 92px;
    display: none; }
    .slider-widget .bullets .carousel-indicators {
      bottom: 0;
      justify-content: flex-start;
      padding-left: 0;
      margin-right: 15px;
      margin-left: 15px; }
      .slider-widget .bullets .carousel-indicators li {
        background: white;
        border-radius: 100px;
        display: inherit;
        margin: 0 5px;
        opacity: 1;
        transition: all 0.4s ease;
        width: 22px;
        height: 7.3px;
        cursor: pointer; }
        .slider-widget .bullets .carousel-indicators li::after {
          content: none !important; }
        .slider-widget .bullets .carousel-indicators li.active {
          opacity: 1;
          width: 104.7px;
          background-color: #69d1ff; }
          .slider-widget .bullets .carousel-indicators li.active::before {
            display: block; }
  .slider-widget .carousel-control-next, .slider-widget .carousel-control-prev {
    border-radius: 50%;
    bottom: 50px;
    opacity: 1;
    position: absolute;
    top: calc(50% - 1rem);
    transition: all 0.4s ease;
    width: 38px;
    height: 38px;
    display: block;
    display: none; }
    .slider-widget .carousel-control-next .carousel-control-next-icon, .slider-widget .carousel-control-next .carousel-control-prev-icon, .slider-widget .carousel-control-prev .carousel-control-next-icon, .slider-widget .carousel-control-prev .carousel-control-prev-icon {
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      height: 100%;
      width: 100%;
      background-image: url("../images/icons/arrow_banner_left.svg");
      background-size: contain; }
    .slider-widget .carousel-control-next:hover .carousel-control-prev-icon,
    .slider-widget .carousel-control-next:hover .carousel-control-next-icon, .slider-widget .carousel-control-prev:hover .carousel-control-prev-icon,
    .slider-widget .carousel-control-prev:hover .carousel-control-next-icon {
      background-image: url("../images/icons/arrow_banner_left-h.svg"); }
  .slider-widget .carousel-control-next {
    right: 2%;
    left: unset; }
    .slider-widget .carousel-control-next .carousel-control-next-icon {
      transform: scaleY(-1); }
  .slider-widget .carousel-control-prev {
    left: 2%; }
  .slider-widget .slider-a, .slider-widget #home-slider, .slider-widget .carousel-inner, .slider-widget .carousel-item, .slider-widget .slider-box {
    height: 100%; }
  .slider-widget .slider-a {
    position: relative;
    overflow: hidden;
    height: 100vh;
    /* ie edge only gets the following rule */ }
    .slider-widget .slider-a #home-slider, .slider-widget .slider-a #home-slider-video {
      overflow: hidden; }
      .slider-widget .slider-a #home-slider.zoom-effect .carousel-item, .slider-widget .slider-a #home-slider-video.zoom-effect .carousel-item {
        width: 100%; }
        .slider-widget .slider-a #home-slider.zoom-effect .carousel-item.active .bg-img img, .slider-widget .slider-a #home-slider-video.zoom-effect .carousel-item.active .bg-img img {
          animation: zoominoutsinglefeatured 40s infinite; }
      .slider-widget .slider-a #home-slider .carousel-item, .slider-widget .slider-a #home-slider-video .carousel-item {
        width: 100%; }
        .slider-widget .slider-a #home-slider .carousel-item .slider-caption, .slider-widget .slider-a #home-slider-video .carousel-item .slider-caption {
          opacity: 0;
          left: -10%;
          transition: .9s; }
        .slider-widget .slider-a #home-slider .carousel-item.active .slider-caption, .slider-widget .slider-a #home-slider-video .carousel-item.active .slider-caption {
          opacity: 1;
          left: calc(0% + 15px); }
@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1, 1); } }
    .slider-widget .slider-a .slider-box {
      position: relative;
      /*.frame-video.hide{
      	visibility: hidden;
      	position: absolute;
      }
      #video-player{
      	position: absolute;
      	z-index: 1;
      	top: 50%;
      	-webkit-transform: translate(0%, -50%);
      	-moz-transform: translate(0%, -50%);
      	-ms-transform: translate(0%, -50%);
      	transform: translate(0%, -50%);
      	left: 0;
      	object-fit: cover;
      	width: 100% !important;
      	height: 100% !important;
      	iframe{
      		
      	}
      	.embed-responsive-item{
      		width: 100% !important;
      		height: 100% !important;
      	}
      } */ }
      .slider-widget .slider-a .slider-box a.link-slider {
        display: block;
        height: 100%;
        position: absolute;
        width: 100%; }
    .slider-widget .slider-a #home-video {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: 100%;
      left: 50%;
      object-fit: cover;
      position: absolute;
      top: 50%;
      width: 100%; }
    @supports (object-fit: cover) {
      .slider-widget .slider-a #home-video {
        height: 100%; } }
    @supports (object-fit: cover) and (-ms-ime-align: auto) {
      .slider-widget .slider-a #home-video {
        height: auto; } }
  .slider-widget .link-box {
    background: black;
    padding: 22px 27px;
    padding-left: 48px; }
    .slider-widget .link-box h3 {
      font-size: 18px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.28;
      letter-spacing: normal;
      text-align: left;
      color: white;
      margin-bottom: 19px;
      display: block; }
    .slider-widget .link-box ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .slider-widget .link-box ul li {
        margin-bottom: 17px;
        transform: scale(1);
        transform-origin: left;
        transition: 0.4s;
        position: relative;
        line-height: 1; }
        .slider-widget .link-box ul li::before {
          content: '';
          display: block;
          width: 0px;
          height: 100%;
          background: black;
          position: absolute;
          top: 0;
          left: -19px;
          transition: 0.4s; }
        .slider-widget .link-box ul li:last-child {
          margin-bottom: 0; }
        .slider-widget .link-box ul li:hover {
          transform: scale(1.2); }
          .slider-widget .link-box ul li:hover::before {
            background: #e92b79;
            width: 2px; }
          .slider-widget .link-box ul li:hover a {
            color: #e92b79;
            -webkit-text-stroke: 1px #e92b79; }
    .slider-widget .link-box a {
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.36;
      letter-spacing: normal;
      text-align: left;
      color: white;
      text-decoration: none;
      -webkit-text-stroke: 0px #e92b79;
      transition: 0.4s; }
      .slider-widget .link-box a.main-link {
        font-weight: 700;
        text-transform: uppercase; }

@media (min-width: 576px) {
  .slider-widget .slider-caption h2 {
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal; } }
@media (min-width: 768px) {
  .slider-widget .slider-caption {
    width: calc(100% - 314px);
    text-align: left;
    margin: 0; }

  .slider-widget .link-box {
    width: 314px;
    background: rgba(0, 0, 0, 0.76);
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); } }
@media (min-width: 992px) {
  .slider-widget .slider-caption h2 {
    font-size: 38px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: normal; } }
.section-b {
  padding: 46px 0;
  background: black;
  color: white;
  z-index: 0;
  position: relative; }
  .section-b h2 {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    margin-bottom: 19px; }
  .section-b p {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal; }
  .section-b .link {
    margin-top: 30px; }
  .section-b .news-container {
    margin-top: 43px; }
  .section-b .swiper-slide {
    width: 207px;
    height: 301px; }
  .section-b .card {
    height: 100%;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
    overflow: hidden;
    text-align: left; }
    .section-b .card:hover .img-wrap::before {
      background-image: linear-gradient(to bottom, #69d1ff 0%, #69d1ff 100%); }
    .section-b .card .link {
      margin-top: auto;
      text-align: left; }
  .section-b a.d-block {
    text-decoration: none; }
  .section-b .img-wrap {
    height: 100%;
    margin: 0; }
    .section-b .img-wrap::before {
      background-image: linear-gradient(to bottom, rgba(105, 209, 255, 0) 5%, #69d1ff 93%);
      z-index: 2;
      transition: 0.4s; }
  .section-b .card-img-overlay {
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
  .section-b .card-title {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: black;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .section-b .author {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: black;
    display: block; }
  .section-b .card-text {
    margin-top: 18px; }
    .section-b .card-text p {
      font-size: 12px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.29;
      letter-spacing: normal;
      text-align: left;
      color: black; }
  .section-b .arrows-container {
    position: relative;
    width: 66px;
    display: flex;
    margin: 48px auto 0; }
    .section-b .arrows-container .swiper-button-prev,
    .section-b .arrows-container .swiper-button-next {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      width: 33px;
      height: 33px;
      opacity: 1;
      margin: 0;
      border: 1px solid white;
      background: transparent; }
      .section-b .arrows-container .swiper-button-prev::before,
      .section-b .arrows-container .swiper-button-next::before {
        content: '';
        display: block;
        background: url("../images/icons/arrow-btn.svg") no-repeat;
        background-size: 14px 7px;
        background-position: center;
        width: 100%;
        height: 100%;
        -webkit-filter: brightness(0%) invert(100%);
        filter: brightness(0%) invert(100%); }
      .section-b .arrows-container .swiper-button-prev:hover,
      .section-b .arrows-container .swiper-button-next:hover {
        background: white; }
        .section-b .arrows-container .swiper-button-prev:hover::before,
        .section-b .arrows-container .swiper-button-next:hover::before {
          -webkit-filter: brightness(100%) invert(0%);
          filter: brightness(100%) invert(0%);
          opacity: 1; }
    .section-b .arrows-container .swiper-button-prev {
      transform: scaleX(-1); }

@media (min-width: 576px) {
  .section-b h2 {
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal; }

  .section-b p {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal; } }
@media (min-width: 768px) {
  .section-b .news-container .swiper-container {
    width: calc(100% +(100vw - 100%)/2); }

  .section-b .arrows-container {
    margin-left: 0; } }
@media (min-width: 992px) {
  .section-b h2 {
    font-size: 38px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: normal; } }
.section-c {
  position: relative;
  padding: 75px 0 40px;
  color: black; }
  .section-c h2 {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    margin-bottom: 26px; }
  .section-c p {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal; }
  .section-c .link {
    margin-top: 23px; }
  .section-c .img-container {
    position: relative; }
  .section-c .img-wrap {
    border-radius: 4px;
    margin: 0;
    height: 181px; }
    .section-c .img-wrap::before {
      background-color: rgba(0, 0, 0, 0.46);
      z-index: 2; }
    .section-c .img-wrap img {
      object-fit: contain; }
  .section-c .play {
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex; }
    .section-c .play button {
      border: none;
      outline: none !important;
      background: #69d1ff;
      color: white;
      font-size: 1.375rem;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      position: relative;
      z-index: 5;
      transition: 0.4s; }
      .section-c .play button i {
        position: absolute;
        font-size: 11px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-35%, -50%);
        -moz-transform: translate(-35%, -50%);
        -ms-transform: translate(-35%, -50%);
        transform: translate(-35%, -50%); }
    .section-c .play:before, .section-c .play:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border-radius: 50%;
      border: 1px solid #69d1ff;
      z-index: 0;
      transition: 0.4s; }
    .section-c .play:before {
      -webkit-animation: ripple 2s linear infinite;
      animation: ripple 2s linear infinite; }
    .section-c .play:after {
      -webkit-animation: ripple 2s linear 1s infinite;
      animation: ripple 2s linear 1s infinite; }
    .section-c .play:hover {
      border-color: #69d1ff; }
      .section-c .play:hover button {
        color: #69d1ff;
        background: #eaf8ff; }
      .section-c .play:hover:before, .section-c .play:hover:after {
        border-color: #eaf8ff; }
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1); }
  75% {
    -webkit-transform: scale(1.75);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2);
    opacity: 0; } }
@keyframes ripple {
  0% {
    transform: scale(1); }
  75% {
    transform: scale(1.75);
    opacity: 1; }
  100% {
    transform: scale(2);
    opacity: 0; } }
@media (min-width: 576px) {
  .section-c h2 {
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal; }

  .section-c p {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal; }

  .section-c .img-wrap {
    height: 343px; } }
@media (min-width: 992px) {
  .section-c h2 {
    font-size: 45px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.91;
    letter-spacing: normal; }

  .section-c .img-wrap {
    height: 384px; }

  .section-c .play {
    left: 100%; }

  .section-c .play button {
    width: 63px;
    height: 63px; }

  .section-c .play button i {
    font-size: 26px; } }
.section-d {
  position: relative;
  padding: 35px 0;
  color: black;
  background: url("../images/bg-d.jpg");
  background-size: cover;
  background-color: #fafafa; }
  .section-d h2 {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    margin-bottom: 26px; }
  .section-d p {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal; }
  .section-d a.d-block {
    color: inherit;
    text-decoration: none;
    margin-bottom: 36px; }
    .section-d a.d-block:nth-child(2) {
      margin-bottom: 0; }
  .section-d .img-wrap {
    margin: 0;
    height: 232px; }
  .section-d .date {
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #f26bb5; }
  .section-d address {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #959595; }
  .section-d .card {
    border: none;
    border-radius: 0; }
  .section-d .card-title {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: black; }
  .section-d .info-wrap {
    box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.07);
    padding: 27px 33px;
    background: white;
    min-height: 334px; }
  .section-d .big-link {
    margin-top: 41px; }
  .section-d .content-bottom {
    margin-top: 44px; }

@media (min-width: 576px) {
  .section-d h2 {
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal; }

  .section-d p {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal; }

  .section-d .date {
    font-size: 38px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: normal; }

  .section-d address {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal; }

  .section-d .card-title {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal; } }
@media (min-width: 768px) {
  .section-d {
    padding: 78px 0 50px; }

  .section-d .img-wrap {
    border-radius: 0 5px 5px 0;
    height: 287px; } }
@media (min-width: 992px) {
  .section-d h2 {
    font-size: 38px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: normal; } }
.section-e {
  position: relative;
  padding: 62px 0;
  color: black;
  background: #69d1ff; }
  .section-e h2 {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    margin-bottom: 26px; }
    .section-e h2 span {
      color: white;
      font-weight: 900; }
  .section-e p {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal; }
  .section-e a.d-flex {
    text-decoration: none;
    color: inherit; }
  .section-e .single-box {
    margin: 0 auto 16px;
    width: 264px; }
    .section-e .single-box:last-child {
      margin-bottom: 0; }
  .section-e .card {
    border: none;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 29px;
    background: #fffcfe;
    min-height: 283px;
    position: relative;
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.13); }
  .section-e .card-body {
    padding: 0;
    display: flex;
    flex-direction: column; }
  .section-e .card-title {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: black;
    margin-bottom: 22px; }
  .section-e .static {
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    margin: 0; }
  .section-e .card-text {
    display: flex;
    flex-direction: column; }
    .section-e .card-text p {
      font-size: 12px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: normal;
      text-align: left;
      color: black; }
  .section-e .smal-link {
    margin-top: auto; }

@media (min-width: 576px) {
  .section-e h2 {
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal; }

  .section-e p {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal; }

  .section-e .content-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px; }

  .section-e .single-box {
    width: auto;
    margin: 0; } }
@media (min-width: 992px) {
  .section-e h2 {
    font-size: 38px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.05;
    letter-spacing: normal; } }
@media (min-width: 1200px) {
  .section-e .content-wrap {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
  .section-e .single-box {
    position: relative;
    width: 264px;
    transition: 0.4s;
    margin: 8px; }
    .section-e .single-box.active {
      -webkit-animation: scale-up-br 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
      animation: scale-up-br 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
      .section-e .single-box.active .card {
        background: white;
        box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.13); }
        .section-e .single-box.active .card .static {
          opacity: 0; }
        .section-e .single-box.active .card .card-body {
          opacity: 1;
          -webkit-animation: fade-in-right 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
          animation: fade-in-right 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both; }
    .section-e .single-box.hide {
      -webkit-animation: scale-up-br-2 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
      animation: scale-up-br-2 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
      .section-e .single-box.hide .card {
        background: transparent;
        box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0); }
        .section-e .single-box.hide .card .static {
          opacity: 1; }
        .section-e .single-box.hide .card .card-body {
          opacity: 0;
          transition: 0s; }
    .section-e .single-box a.d-flex {
      justify-content: flex-end; }
  .section-e .card {
    border: 1px solid white;
    background: transparent;
    min-height: 263px;
    transition: 0.4s;
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0); }
  .section-e .static {
    display: block;
    opacity: 1; }
  .section-e .card-body {
    opacity: 0; }
  @-webkit-keyframes scale-up-br-2 {
    0% {
      width: 409px; }
    100% {
      width: 264px; } }
  @keyframes scale-up-br {
    0% {
      width: 409px; }
    100% {
      width: 264px; } }
  @-webkit-keyframes scale-up-br {
    0% {
      width: 264px; }
    100% {
      width: 409px; } }
  @keyframes scale-up-br {
    0% {
      width: 264px; }
    100% {
      width: 409px; } }
  @-webkit-keyframes fade-in-right {
    0% {
      -webkit-transform: translateX(50px);
      transform: translateX(50px);
      opacity: 0; }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; } }
  @keyframes fade-in-right {
    0% {
      -webkit-transform: translateX(50px);
      transform: translateX(50px);
      opacity: 0; }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; } } }
.section-f {
  position: relative;
  padding: 62px 0;
  color: white;
  background: #e92b79; }
  .section-f h2 {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    color: black;
    margin-bottom: 26px; }
    .section-f h2 span {
      color: white;
      font-weight: 900;
      display: block; }
  .section-f p {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal; }
    .section-f p strong {
      color: black; }
  .section-f blockquote {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    margin-bottom: 29px; }
  .section-f .img-wrap {
    height: 99px;
    margin-bottom: 22px; }
    .section-f .img-wrap img {
      object-fit: contain; }

@media (min-width: 576px) {
  .section-f h2 {
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal; }

  .section-f p {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal; }

  .section-f blockquote {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal; }

  .section-f .img-wrap {
    height: 149px; } }
@media (min-width: 992px) {
  .section-f h2 {
    font-size: 38px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.05;
    letter-spacing: normal; }

  .section-f p {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal; }

  .section-f blockquote {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal; }

  .section-f .img-wrap {
    height: 177px; }

  .section-f .link {
    margin-top: 30px; } }
.section-g {
  padding: 45px 0px;
  position: relative;
  color: black; }
  .section-g h2 {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #e92b79;
    margin-bottom: 12px; }
    .section-g h2 span {
      color: white;
      font-weight: 900; }
  .section-g p {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal; }

@media (min-width: 576px) {
  .section-g h2 {
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal; }

  .section-g p {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal; } }
.block-quote {
  background-color: #eaf8ff;
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    .block-quote {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .block-quote.not-bg-color p, .block-quote.not-bg-color strong, .block-quote.not-bg-color h1, .block-quote.not-bg-color h2, .block-quote.not-bg-color h3, .block-quote.not-bg-color h4, .block-quote.not-bg-color h5, .block-quote.not-bg-color span {
    color: #3d3d3d !important; }
  .block-quote.text-left {
    text-align: left !important; }
    .block-quote.text-left p, .block-quote.text-left strong, .block-quote.text-left h1, .block-quote.text-left h2, .block-quote.text-left h3, .block-quote.text-left h4, .block-quote.text-left h5, .block-quote.text-left span {
      text-align: left !important;
      color: white; }
  .block-quote.text-center {
    text-align: center !important; }
    .block-quote.text-center p, .block-quote.text-center strong, .block-quote.text-center h1, .block-quote.text-center h2, .block-quote.text-center h3, .block-quote.text-center h4, .block-quote.text-center h5, .block-quote.text-center span {
      text-align: center !important;
      color: white; }
  .block-quote.text-right {
    text-align: right !important; }
    .block-quote.text-right p, .block-quote.text-right strong, .block-quote.text-right h1, .block-quote.text-right h2, .block-quote.text-right h3, .block-quote.text-right h4, .block-quote.text-right h5, .block-quote.text-right span {
      text-align: right !important;
      color: white; }

@media only screen and (max-width: 991px) {
  .wp-block-image .alignright, .wp-block-image .alignleft {
    float: none !important;
    margin: 0 auto; }

  .wp-block-media-text {
    display: -webkit-box;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    margin-bottom: 20px; }
    .wp-block-media-text .wp-block-media-text__content {
      padding: 0 !important; } }
@media only screen and (max-width: 767px) {
  .wp-block-columns.has-2-columns .wp-block-column {
    flex-basis: 100%; }
    .wp-block-columns.has-2-columns .wp-block-column:nth-child(2) {
      text-align: center; }

  .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important; }

  .wp-block-media-text {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%; } }
.carousel_block_testimonials {
  position: relative; }
  .carousel_block_testimonials .container {
    position: relative; }
  .carousel_block_testimonials.has-image #carousel__testimonials {
    width: 100vw;
    margin-left: calc( -100vw / 2 + 100% / 2 ) !important;
    margin-right: calc( -100vw / 2 + 100% / 2 ) !important;
    max-width: 100vw; }
    .carousel_block_testimonials.has-image #carousel__testimonials .content-testimonial {
      width: calc(100% + ((100vw - 1100px)/(2))); }
  .carousel_block_testimonials .container-control {
    position: absolute;
    padding-top: 20px;
    right: 0;
    font-size: 0;
    z-index: 5;
    width: 75px; }
    .carousel_block_testimonials .container-control .container {
      position: relative;
      height: 100%; }
    .carousel_block_testimonials .container-control .carousel-control-next, .carousel_block_testimonials .container-control .carousel-control-prev {
      bottom: unset;
      display: inline-block;
      height: 13px;
      opacity: 1;
      position: relative;
      transition: all 0.4s ease;
      width: 25px; }
      .carousel_block_testimonials .container-control .carousel-control-next .carousel-control-next-icon, .carousel_block_testimonials .container-control .carousel-control-next .carousel-control-prev-icon, .carousel_block_testimonials .container-control .carousel-control-prev .carousel-control-next-icon, .carousel_block_testimonials .container-control .carousel-control-prev .carousel-control-prev-icon {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        position: absolute;
        top: 50%;
        width: 100%; }
    .carousel_block_testimonials .container-control .carousel-control-next {
      left: 18px; }
      .carousel_block_testimonials .container-control .carousel-control-next .carousel-control-next-icon {
        background-image: url("../images/icons/arrow-long-right-white.svg"); }
    .carousel_block_testimonials .container-control .carousel-control-prev {
      left: 0; }
      .carousel_block_testimonials .container-control .carousel-control-prev .carousel-control-prev-icon {
        background-image: url("../images/icons/arrow-long-left-white.svg"); }
    .carousel_block_testimonials .container-control #title-section-fixed {
      margin-top: 25px; }
      .carousel_block_testimonials .container-control #title-section-fixed h3 {
        font-family: 'Montserrat', sans-serif;
        font-size: 40px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.98;
        letter-spacing: -0.89px;
        color: white;
        margin-bottom: 0 !important; }
  .carousel_block_testimonials.bg-green {
    background-color: #69d1ff; }
  .carousel_block_testimonials.bg-orange {
    background-color: #69d1ff; }
  .carousel_block_testimonials #carousel__testimonials {
    background-color: transparent;
    padding: 0;
    position: relative; }
    .carousel_block_testimonials #carousel__testimonials .carousel-indicators {
      bottom: 20px;
      counter-reset: none !important;
      left: 0;
      list-style-type: none !important;
      margin: 0 auto;
      position: absolute;
      text-align: center;
      top: unset; }
      .carousel_block_testimonials #carousel__testimonials .carousel-indicators li {
        background-color: transparent;
        border-radius: 50%;
        border: 2px solid white;
        cursor: pointer;
        display: inline-block;
        flex: 0 0 10px !important;
        margin: 10px 5px;
        opacity: 1;
        padding: 0 !important;
        transition: all 0.4s ease;
        width: 10px;
        height: 10px;
        z-index: 9; }
        .carousel_block_testimonials #carousel__testimonials .carousel-indicators li::after, .carousel_block_testimonials #carousel__testimonials .carousel-indicators li::before {
          content: none !important; }
        .carousel_block_testimonials #carousel__testimonials .carousel-indicators li.active {
          opacity: 1;
          background-color: white; }
          .carousel_block_testimonials #carousel__testimonials .carousel-indicators li.active::before {
            display: block; }
    .carousel_block_testimonials #carousel__testimonials .row-block-testimonial {
      align-items: stretch;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      @media (max-width: 991px) {
        .carousel_block_testimonials #carousel__testimonials .row-block-testimonial {
          flex-direction: column-reverse; } }
      .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side, .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side {
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        width: 100%; }
        .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side .outside-container img, .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side .outside-container img {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          height: 100%;
          left: 50%;
          object-fit: cover;
          position: absolute;
          top: 50%;
          width: 100%; }
      .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side {
        position: relative;
        flex: 1 0 25vw;
        margin-right: 30px; }
        .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side .outside-container {
          height: 100%;
          left: calc((100vw - 1100px)/(-2));
          overflow: hidden;
          padding: 0;
          position: absolute;
          right: 0;
          top: 0;
          width: calc(100% + ((100vw - 1100px)/(2)));
          z-index: 40; }
        @media (max-width: 1200px) {
          .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side .outside-container {
            left: calc((100vw - 940px)/(-2));
            width: calc(100% + ((100vw - 940px)/(2))); } }
        @media (max-width: 991px) {
          .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side {
            flex: 1 0 100%;
            margin: 0; }
            .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side .outside-container {
              margin-left: calc( -100vw / 2 + 100% / 2 ) !important;
              margin-right: calc( -100vw / 2 + 100% / 2 ) !important;
              max-width: 100vw;
              width: 100vw;
              height: 400px;
              left: unset;
              position: relative; } }
      .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side {
        position: relative; }
        .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side .outside-container {
          height: 100%;
          left: 0;
          overflow: hidden;
          padding: 0;
          position: absolute;
          right: calc((100vw - 1100px)/(-2));
          top: 0;
          width: calc(100% + ((100vw - 1100px)/(2)));
          z-index: 40; }
        @media (max-width: 1200px) {
          .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side .outside-container {
            right: calc((100vw - 940px)/(-2));
            width: calc(100% + ((100vw - 940px)/(2))); } }
        @media (max-width: 991px) {
          .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side .outside-container {
            margin-left: calc( -100vw / 2 + 100% / 2 ) !important;
            margin-right: calc( -100vw / 2 + 100% / 2 ) !important;
            max-width: 100vw;
            width: 100vw;
            height: 400px;
            left: unset;
            position: relative; } }
    .carousel_block_testimonials #carousel__testimonials .content-testimonial {
      padding: 75px 0; }
      .carousel_block_testimonials #carousel__testimonials .content-testimonial h2, .carousel_block_testimonials #carousel__testimonials .content-testimonial h3, .carousel_block_testimonials #carousel__testimonials .content-testimonial h4, .carousel_block_testimonials #carousel__testimonials .content-testimonial h5, .carousel_block_testimonials #carousel__testimonials .content-testimonial p, .carousel_block_testimonials #carousel__testimonials .content-testimonial strong, .carousel_block_testimonials #carousel__testimonials .content-testimonial em {
        color: white; }
      .carousel_block_testimonials #carousel__testimonials .content-testimonial .quote {
        font-family: 'Montserrat', sans-serif;
        color: #ffffff;
        font-size: 17px;
        font-stretch: normal;
        font-style: normal;
        font-weight: normal;
        letter-spacing: -0.3px;
        line-height: 1.47; }
      .carousel_block_testimonials #carousel__testimonials .content-testimonial cite {
        font-family: 'Montserrat', sans-serif;
        color: #ffffff;
        display: block;
        font-size: 12px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 800;
        letter-spacing: 0.4px;
        line-height: 1.67;
        margin-top: 30px;
        padding-left: 36px;
        position: relative;
        text-transform: uppercase; }
        .carousel_block_testimonials #carousel__testimonials .content-testimonial cite::before {
          content: '';
          background-color: #ffffff;
          display: block;
          height: 1px;
          left: 0;
          position: absolute;
          top: 10px;
          width: 26px; }

.wp-block-columns .wp-block-column {
  padding-top: 30px;
  padding-bottom: 30px; }
  .wp-block-columns .wp-block-column.column-7 {
    flex-basis: calc(70% - 16px);
    flex-grow: 0; }
  .wp-block-columns .wp-block-column.column-6 {
    flex-basis: calc(60% - 16px);
    flex-grow: 0; }
  .wp-block-columns .wp-block-column.column-5 {
    flex-basis: calc(50% - 16px);
    flex-grow: 0; }
  .wp-block-columns .wp-block-column.column-4 {
    flex-basis: calc(40% - 16px);
    flex-grow: 0; }
  .wp-block-columns .wp-block-column h2,
  .wp-block-columns .wp-block-column h3,
  .wp-block-columns .wp-block-column h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 31px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.26;
    letter-spacing: -0.2px;
    color: #37373f; }
  .wp-block-columns .wp-block-column .wp-block-image {
    max-width: 100%; }
    .wp-block-columns .wp-block-column .wp-block-image img {
      height: auto; }
    .wp-block-columns .wp-block-column .wp-block-image figcaption {
      background-color: #ffffff;
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.57;
      letter-spacing: normal;
      margin: 0;
      padding: 8px 25px 11px;
      color: #000; }
.wp-block-columns.no-margin {
  margin-bottom: 0 !important; }
.wp-block-columns.has-img-caption {
  padding: 120px 0; }
  @media (max-width: 991px) {
    .wp-block-columns.has-img-caption {
      padding: 50px 0 !important; } }
.wp-block-columns.has-bg-color-neutral {
  position: relative;
  z-index: 0; }
  .wp-block-columns.has-bg-color-neutral::before {
    content: "";
    background-color: #f7f8f9;
    height: 100%;
    width: 100vw;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
@media (max-width: 991px) {
  .wp-block-columns {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: flex-start; }
    .wp-block-columns .wp-block-column {
      margin-left: 0 !important;
      margin-bottom: 30px;
      width: 100%; }
      .wp-block-columns .wp-block-column .wp-block-image {
        margin-left: unset !important; } }

.media_text-block {
  padding: 0;
  position: relative; }
  .media_text-block.image_on_left .side-text {
    padding-right: 0 !important; }
  .media_text-block.image_on_left .outside-container {
    height: 100%;
    left: calc((100vw - 1110px)/(-2));
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% + ((100vw - 1110px)/(2)));
    z-index: 40; }
    .media_text-block.image_on_left .outside-container .image-wrapping {
      height: 100%;
      padding-top: unset !important; }
  @media (max-width: 1200px) {
    .media_text-block.image_on_left .outside-container {
      left: calc((100vw - 930px)/(-2));
      width: calc(100% + ((100vw - 930px)/(2))); } }
  @media (max-width: 991px) {
    .media_text-block.image_on_left .side-text {
      padding: 50px 25px !important; }
    .media_text-block.image_on_left .outside-container {
      margin-left: calc( -100vw / 2 + 100% / 2 ) !important;
      margin-right: calc( -100vw / 2 + 100% / 2 ) !important;
      max-width: 100vw;
      width: 100vw;
      height: 400px;
      position: relative;
      left: unset; } }
  .media_text-block.image_on_right {
    flex-direction: row-reverse; }
    .media_text-block.image_on_right .side-text {
      padding-left: 0 !important; }
    .media_text-block.image_on_right .left-side {
      order: 1; }
    .media_text-block.image_on_right .outside-container {
      height: 100%;
      right: calc((100vw - 1110px)/(-2));
      overflow: hidden;
      padding: 0;
      position: absolute;
      left: 0;
      top: 0;
      width: calc(100% + ((100vw - 1110px)/(2)));
      z-index: 40; }
      .media_text-block.image_on_right .outside-container .image-wrapping {
        height: 100%;
        padding-top: unset !important; }
  @media (max-width: 1200px) {
    .media_text-block.image_on_right .outside-container {
      right: calc((100vw - 930px)/(-2));
      width: calc(100% + ((100vw - 930px)/(2))); } }
  @media (max-width: 991px) {
    .media_text-block.image_on_right .side-text {
      padding: 50px 25px !important;
      order: 1; }
    .media_text-block.image_on_right .outside-container {
      margin-left: calc( -100vw / 2 + 100% / 2 ) !important;
      margin-right: calc( -100vw / 2 + 100% / 2 ) !important;
      max-width: 100vw;
      width: 100vw;
      height: 400px;
      position: relative; } }
  .media_text-block .side-text {
    padding: 60px 90px; }
    .media_text-block .side-text.text-left {
      text-align: left; }
      .media_text-block .side-text.text-left .bottom-link-section {
        text-align: left; }
    .media_text-block .side-text.text-center {
      text-align: center; }
      .media_text-block .side-text.text-center .bottom-link-section {
        text-align: center; }
    .media_text-block .side-text.text-right {
      text-align: right; }
      .media_text-block .side-text.text-right .bottom-link-section {
        text-align: right; }
  .media_text-block .title-block {
    margin-bottom: 20px; }
    .media_text-block .title-block h3 {
      font-family: 'Montserrat', sans-serif;
      font-family: font1;
      font-size: 33px;
      font-weight: 800;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.18;
      letter-spacing: -1.09px;
      margin-bottom: 18px;
      text-transform: none; }
  .media_text-block .content-block, .media_text-block p {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: -0.3px;
    margin-bottom: 22px; }

.interior-page #accordionBlock .card, .interior-page .elevation-accordion .card, .interior-page .accordion .card {
  border-radius: 0 !important;
  box-shadow: none !important;
  margin-bottom: 14px;
  border-bottom: 1.5px solid #cecece;
  /*.card.heade4r*/ }
  .interior-page #accordionBlock .card:first-child .card-header h2 .btn::before, .interior-page .elevation-accordion .card:first-child .card-header h2 .btn::before, .interior-page .accordion .card:first-child .card-header h2 .btn::before {
    content: "\f078"; }
  .interior-page #accordionBlock .card .card-header, .interior-page .elevation-accordion .card .card-header, .interior-page .accordion .card .card-header {
    padding: 0 !important;
    margin: 0 !important;
    background: white !important;
    border-radius: 0 !important;
    border-bottom: none; }
    .interior-page #accordionBlock .card .card-header h2, .interior-page #accordionBlock .card .card-header h3, .interior-page #accordionBlock .card .card-header h4, .interior-page #accordionBlock .card .card-header h6, .interior-page .elevation-accordion .card .card-header h2, .interior-page .elevation-accordion .card .card-header h3, .interior-page .elevation-accordion .card .card-header h4, .interior-page .elevation-accordion .card .card-header h6, .interior-page .accordion .card .card-header h2, .interior-page .accordion .card .card-header h3, .interior-page .accordion .card .card-header h4, .interior-page .accordion .card .card-header h6 {
      font-family: 'Montserrat', sans-serif;
      font-size: 18px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.22;
      letter-spacing: -0.32px;
      color: #000; }
      .interior-page #accordionBlock .card .card-header h2 .btn, .interior-page #accordionBlock .card .card-header h3 .btn, .interior-page #accordionBlock .card .card-header h4 .btn, .interior-page #accordionBlock .card .card-header h6 .btn, .interior-page .elevation-accordion .card .card-header h2 .btn, .interior-page .elevation-accordion .card .card-header h3 .btn, .interior-page .elevation-accordion .card .card-header h4 .btn, .interior-page .elevation-accordion .card .card-header h6 .btn, .interior-page .accordion .card .card-header h2 .btn, .interior-page .accordion .card .card-header h3 .btn, .interior-page .accordion .card .card-header h4 .btn, .interior-page .accordion .card .card-header h6 .btn {
        color: inherit;
        display: block;
        font-size: inherit;
        margin: 0 !important;
        padding: 1.25rem 50px 1.25rem 1.25rem;
        position: relative;
        text-align: left;
        width: 100%;
        white-space: normal !important; }
        .interior-page #accordionBlock .card .card-header h2 .btn[aria-expanded^="true"]::before, .interior-page #accordionBlock .card .card-header h3 .btn[aria-expanded^="true"]::before, .interior-page #accordionBlock .card .card-header h4 .btn[aria-expanded^="true"]::before, .interior-page #accordionBlock .card .card-header h6 .btn[aria-expanded^="true"]::before, .interior-page .elevation-accordion .card .card-header h2 .btn[aria-expanded^="true"]::before, .interior-page .elevation-accordion .card .card-header h3 .btn[aria-expanded^="true"]::before, .interior-page .elevation-accordion .card .card-header h4 .btn[aria-expanded^="true"]::before, .interior-page .elevation-accordion .card .card-header h6 .btn[aria-expanded^="true"]::before, .interior-page .accordion .card .card-header h2 .btn[aria-expanded^="true"]::before, .interior-page .accordion .card .card-header h3 .btn[aria-expanded^="true"]::before, .interior-page .accordion .card .card-header h4 .btn[aria-expanded^="true"]::before, .interior-page .accordion .card .card-header h6 .btn[aria-expanded^="true"]::before {
          content: "\f077"; }
        .interior-page #accordionBlock .card .card-header h2 .btn[aria-expanded^="false"]::before, .interior-page #accordionBlock .card .card-header h3 .btn[aria-expanded^="false"]::before, .interior-page #accordionBlock .card .card-header h4 .btn[aria-expanded^="false"]::before, .interior-page #accordionBlock .card .card-header h6 .btn[aria-expanded^="false"]::before, .interior-page .elevation-accordion .card .card-header h2 .btn[aria-expanded^="false"]::before, .interior-page .elevation-accordion .card .card-header h3 .btn[aria-expanded^="false"]::before, .interior-page .elevation-accordion .card .card-header h4 .btn[aria-expanded^="false"]::before, .interior-page .elevation-accordion .card .card-header h6 .btn[aria-expanded^="false"]::before, .interior-page .accordion .card .card-header h2 .btn[aria-expanded^="false"]::before, .interior-page .accordion .card .card-header h3 .btn[aria-expanded^="false"]::before, .interior-page .accordion .card .card-header h4 .btn[aria-expanded^="false"]::before, .interior-page .accordion .card .card-header h6 .btn[aria-expanded^="false"]::before {
          content: "\f078";
          color: #000; }
        .interior-page #accordionBlock .card .card-header h2 .btn[aria-expanded^="true"], .interior-page #accordionBlock .card .card-header h3 .btn[aria-expanded^="true"], .interior-page #accordionBlock .card .card-header h4 .btn[aria-expanded^="true"], .interior-page #accordionBlock .card .card-header h6 .btn[aria-expanded^="true"], .interior-page .elevation-accordion .card .card-header h2 .btn[aria-expanded^="true"], .interior-page .elevation-accordion .card .card-header h3 .btn[aria-expanded^="true"], .interior-page .elevation-accordion .card .card-header h4 .btn[aria-expanded^="true"], .interior-page .elevation-accordion .card .card-header h6 .btn[aria-expanded^="true"], .interior-page .accordion .card .card-header h2 .btn[aria-expanded^="true"], .interior-page .accordion .card .card-header h3 .btn[aria-expanded^="true"], .interior-page .accordion .card .card-header h4 .btn[aria-expanded^="true"], .interior-page .accordion .card .card-header h6 .btn[aria-expanded^="true"] {
          color: #e92b79;
          font-weight: 700; }
        .interior-page #accordionBlock .card .card-header h2 .btn::before, .interior-page #accordionBlock .card .card-header h3 .btn::before, .interior-page #accordionBlock .card .card-header h4 .btn::before, .interior-page #accordionBlock .card .card-header h6 .btn::before, .interior-page .elevation-accordion .card .card-header h2 .btn::before, .interior-page .elevation-accordion .card .card-header h3 .btn::before, .interior-page .elevation-accordion .card .card-header h4 .btn::before, .interior-page .elevation-accordion .card .card-header h6 .btn::before, .interior-page .accordion .card .card-header h2 .btn::before, .interior-page .accordion .card .card-header h3 .btn::before, .interior-page .accordion .card .card-header h4 .btn::before, .interior-page .accordion .card .card-header h6 .btn::before {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          /*--adjust as necessary--*/
          color: #e92b79;
          display: inline-block;
          font-size: 20px;
          line-height: 1;
          margin-right: 15px;
          position: absolute;
          right: 0;
          top: calc(50% - 10px); }
        .interior-page #accordionBlock .card .card-header h2 .btn.collapsed::before, .interior-page #accordionBlock .card .card-header h3 .btn.collapsed::before, .interior-page #accordionBlock .card .card-header h4 .btn.collapsed::before, .interior-page #accordionBlock .card .card-header h6 .btn.collapsed::before, .interior-page .elevation-accordion .card .card-header h2 .btn.collapsed::before, .interior-page .elevation-accordion .card .card-header h3 .btn.collapsed::before, .interior-page .elevation-accordion .card .card-header h4 .btn.collapsed::before, .interior-page .elevation-accordion .card .card-header h6 .btn.collapsed::before, .interior-page .accordion .card .card-header h2 .btn.collapsed::before, .interior-page .accordion .card .card-header h3 .btn.collapsed::before, .interior-page .accordion .card .card-header h4 .btn.collapsed::before, .interior-page .accordion .card .card-header h6 .btn.collapsed::before {
          content: "\f078"; }
        .interior-page #accordionBlock .card .card-header h2 .btn:hover, .interior-page #accordionBlock .card .card-header h2 .btn:focus, .interior-page #accordionBlock .card .card-header h2 .btn:active, .interior-page #accordionBlock .card .card-header h3 .btn:hover, .interior-page #accordionBlock .card .card-header h3 .btn:focus, .interior-page #accordionBlock .card .card-header h3 .btn:active, .interior-page #accordionBlock .card .card-header h4 .btn:hover, .interior-page #accordionBlock .card .card-header h4 .btn:focus, .interior-page #accordionBlock .card .card-header h4 .btn:active, .interior-page #accordionBlock .card .card-header h6 .btn:hover, .interior-page #accordionBlock .card .card-header h6 .btn:focus, .interior-page #accordionBlock .card .card-header h6 .btn:active, .interior-page .elevation-accordion .card .card-header h2 .btn:hover, .interior-page .elevation-accordion .card .card-header h2 .btn:focus, .interior-page .elevation-accordion .card .card-header h2 .btn:active, .interior-page .elevation-accordion .card .card-header h3 .btn:hover, .interior-page .elevation-accordion .card .card-header h3 .btn:focus, .interior-page .elevation-accordion .card .card-header h3 .btn:active, .interior-page .elevation-accordion .card .card-header h4 .btn:hover, .interior-page .elevation-accordion .card .card-header h4 .btn:focus, .interior-page .elevation-accordion .card .card-header h4 .btn:active, .interior-page .elevation-accordion .card .card-header h6 .btn:hover, .interior-page .elevation-accordion .card .card-header h6 .btn:focus, .interior-page .elevation-accordion .card .card-header h6 .btn:active, .interior-page .accordion .card .card-header h2 .btn:hover, .interior-page .accordion .card .card-header h2 .btn:focus, .interior-page .accordion .card .card-header h2 .btn:active, .interior-page .accordion .card .card-header h3 .btn:hover, .interior-page .accordion .card .card-header h3 .btn:focus, .interior-page .accordion .card .card-header h3 .btn:active, .interior-page .accordion .card .card-header h4 .btn:hover, .interior-page .accordion .card .card-header h4 .btn:focus, .interior-page .accordion .card .card-header h4 .btn:active, .interior-page .accordion .card .card-header h6 .btn:hover, .interior-page .accordion .card .card-header h6 .btn:focus, .interior-page .accordion .card .card-header h6 .btn:active {
          text-decoration: none; }
  .interior-page #accordionBlock .card .collapse .card-body, .interior-page .elevation-accordion .card .collapse .card-body, .interior-page .accordion .card .collapse .card-body {
    background: white;
    color: #000;
    padding: 0; }
    .interior-page #accordionBlock .card .collapse .card-body p, .interior-page #accordionBlock .card .collapse .card-body h3, .interior-page #accordionBlock .card .collapse .card-body h2, .interior-page #accordionBlock .card .collapse .card-body h4, .interior-page #accordionBlock .card .collapse .card-body h5, .interior-page #accordionBlock .card .collapse .card-body h6, .interior-page #accordionBlock .card .collapse .card-body a, .interior-page #accordionBlock .card .collapse .card-body span, .interior-page #accordionBlock .card .collapse .card-body strong, .interior-page #accordionBlock .card .collapse .card-body em, .interior-page .elevation-accordion .card .collapse .card-body p, .interior-page .elevation-accordion .card .collapse .card-body h3, .interior-page .elevation-accordion .card .collapse .card-body h2, .interior-page .elevation-accordion .card .collapse .card-body h4, .interior-page .elevation-accordion .card .collapse .card-body h5, .interior-page .elevation-accordion .card .collapse .card-body h6, .interior-page .elevation-accordion .card .collapse .card-body a, .interior-page .elevation-accordion .card .collapse .card-body span, .interior-page .elevation-accordion .card .collapse .card-body strong, .interior-page .elevation-accordion .card .collapse .card-body em, .interior-page .accordion .card .collapse .card-body p, .interior-page .accordion .card .collapse .card-body h3, .interior-page .accordion .card .collapse .card-body h2, .interior-page .accordion .card .collapse .card-body h4, .interior-page .accordion .card .collapse .card-body h5, .interior-page .accordion .card .collapse .card-body h6, .interior-page .accordion .card .collapse .card-body a, .interior-page .accordion .card .collapse .card-body span, .interior-page .accordion .card .collapse .card-body strong, .interior-page .accordion .card .collapse .card-body em {
      color: #000; }
  .interior-page #accordionBlock .card .collapse.show .card-body, .interior-page .elevation-accordion .card .collapse.show .card-body, .interior-page .accordion .card .collapse.show .card-body {
    padding: 19px; }
  .interior-page #accordionBlock .card .collapsing .card-body, .interior-page .elevation-accordion .card .collapsing .card-body, .interior-page .accordion .card .collapsing .card-body {
    padding: 19px; }
  .interior-page #accordionBlock .card .collapse, .interior-page #accordionBlock .card .collapsing, .interior-page .elevation-accordion .card .collapse, .interior-page .elevation-accordion .card .collapsing, .interior-page .accordion .card .collapse, .interior-page .accordion .card .collapsing {
    opacity: 0; }
    .interior-page #accordionBlock .card .collapse.show, .interior-page #accordionBlock .card .collapsing.show, .interior-page .elevation-accordion .card .collapse.show, .interior-page .elevation-accordion .card .collapsing.show, .interior-page .accordion .card .collapse.show, .interior-page .accordion .card .collapsing.show {
      -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
      animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@media only screen and (max-width: 576px) {
  .interior-page #accordionBlock .card .collapse .card-body, .interior-page .elevation-accordion .card .collapse .card-body {
    padding: 18px 19px; } }
.filter-category div.ajaxsearchpro, .filter-category .ajaxsearchpro, .filter-wrap div.ajaxsearchpro, .filter-wrap .ajaxsearchpro {
  background-image: radial-gradient(ellipse at center, white, white) !important;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 2px solid #f7f7f7 !important;
  font-size: 14px !important;
  font-weight: normal !important;
  max-width: 100% !important; }
  .filter-category div.ajaxsearchpro.vertical, .filter-category .ajaxsearchpro.vertical, .filter-wrap div.ajaxsearchpro.vertical, .filter-wrap .ajaxsearchpro.vertical {
    background-color: #69d1ff !important; }
  .filter-category div.ajaxsearchpro .probox, .filter-category .ajaxsearchpro .probox, .filter-wrap div.ajaxsearchpro .probox, .filter-wrap .ajaxsearchpro .probox {
    height: 57px !important;
    background: transparent !important;
    border-radius: 29px !important;
    box-shadow: none !important;
    border-color: #979797 !important; }
    .filter-category div.ajaxsearchpro .probox .promagnifier, .filter-category .ajaxsearchpro .probox .promagnifier, .filter-wrap div.ajaxsearchpro .probox .promagnifier, .filter-wrap .ajaxsearchpro .probox .promagnifier {
      background: white !important;
      border: none !important;
      box-shadow: none !important;
      width: 50px !important;
      height: 57px !important; }
      .filter-category div.ajaxsearchpro .probox .promagnifier .innericon, .filter-category .ajaxsearchpro .probox .promagnifier .innericon, .filter-wrap div.ajaxsearchpro .probox .promagnifier .innericon, .filter-wrap .ajaxsearchpro .probox .promagnifier .innericon {
        width: 50px !important;
        position: relative;
        height: 57px !important; }
        .filter-category div.ajaxsearchpro .probox .promagnifier .innericon::after, .filter-category .ajaxsearchpro .probox .promagnifier .innericon::after, .filter-wrap div.ajaxsearchpro .probox .promagnifier .innericon::after, .filter-wrap .ajaxsearchpro .probox .promagnifier .innericon::after {
          content: "\f002";
          box-sizing: border-box;
          font: normal normal normal 14px/1 FontAwesome;
          font-family: "Font Awesome 5 Pro";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          text-rendering: auto;
          transition: 0.4s;
          color: gray;
          height: 100%;
          position: absolute;
          right: 0;
          top: 0;
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 16px; }
        .filter-category div.ajaxsearchpro .probox .promagnifier .innericon svg, .filter-category .ajaxsearchpro .probox .promagnifier .innericon svg, .filter-wrap div.ajaxsearchpro .probox .promagnifier .innericon svg, .filter-wrap .ajaxsearchpro .probox .promagnifier .innericon svg {
          display: none !important;
          fill: black !important; }
    .filter-category div.ajaxsearchpro .probox .proinput, .filter-category .ajaxsearchpro .probox .proinput, .filter-wrap div.ajaxsearchpro .probox .proinput, .filter-wrap .ajaxsearchpro .probox .proinput {
      background: white !important;
      padding: 0px !important;
      margin: 0 !important; }
      .filter-category div.ajaxsearchpro .probox .proinput form input, .filter-category div.ajaxsearchpro .probox .proinput form textarea, .filter-category div.ajaxsearchpro .probox .proinput form select, .filter-category .ajaxsearchpro .probox .proinput form input, .filter-category .ajaxsearchpro .probox .proinput form textarea, .filter-category .ajaxsearchpro .probox .proinput form select, .filter-wrap div.ajaxsearchpro .probox .proinput form input, .filter-wrap div.ajaxsearchpro .probox .proinput form textarea, .filter-wrap div.ajaxsearchpro .probox .proinput form select, .filter-wrap .ajaxsearchpro .probox .proinput form input, .filter-wrap .ajaxsearchpro .probox .proinput form textarea, .filter-wrap .ajaxsearchpro .probox .proinput form select {
        border-radius: 0px !important;
        box-shadow: none !important;
        color: rgba(145, 145, 145, 0.74) !important;
        font-family: 'Roboto', sans-serif !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        height: auto !important;
        outline: none !important;
        padding: 10px 15px !important;
        position: absolute;
        top: 0;
        width: 100%; }
        .filter-category div.ajaxsearchpro .probox .proinput form input .autocomplete, .filter-category div.ajaxsearchpro .probox .proinput form textarea .autocomplete, .filter-category div.ajaxsearchpro .probox .proinput form select .autocomplete, .filter-category .ajaxsearchpro .probox .proinput form input .autocomplete, .filter-category .ajaxsearchpro .probox .proinput form textarea .autocomplete, .filter-category .ajaxsearchpro .probox .proinput form select .autocomplete, .filter-wrap div.ajaxsearchpro .probox .proinput form input .autocomplete, .filter-wrap div.ajaxsearchpro .probox .proinput form textarea .autocomplete, .filter-wrap div.ajaxsearchpro .probox .proinput form select .autocomplete, .filter-wrap .ajaxsearchpro .probox .proinput form input .autocomplete, .filter-wrap .ajaxsearchpro .probox .proinput form textarea .autocomplete, .filter-wrap .ajaxsearchpro .probox .proinput form select .autocomplete {
          top: 20px !important;
          margin-top: -41px !important; }
        .filter-category div.ajaxsearchpro .probox .proinput form input:active, .filter-category div.ajaxsearchpro .probox .proinput form input:focus, .filter-category div.ajaxsearchpro .probox .proinput form textarea:active, .filter-category div.ajaxsearchpro .probox .proinput form textarea:focus, .filter-category div.ajaxsearchpro .probox .proinput form select:active, .filter-category div.ajaxsearchpro .probox .proinput form select:focus, .filter-category .ajaxsearchpro .probox .proinput form input:active, .filter-category .ajaxsearchpro .probox .proinput form input:focus, .filter-category .ajaxsearchpro .probox .proinput form textarea:active, .filter-category .ajaxsearchpro .probox .proinput form textarea:focus, .filter-category .ajaxsearchpro .probox .proinput form select:active, .filter-category .ajaxsearchpro .probox .proinput form select:focus, .filter-wrap div.ajaxsearchpro .probox .proinput form input:active, .filter-wrap div.ajaxsearchpro .probox .proinput form input:focus, .filter-wrap div.ajaxsearchpro .probox .proinput form textarea:active, .filter-wrap div.ajaxsearchpro .probox .proinput form textarea:focus, .filter-wrap div.ajaxsearchpro .probox .proinput form select:active, .filter-wrap div.ajaxsearchpro .probox .proinput form select:focus, .filter-wrap .ajaxsearchpro .probox .proinput form input:active, .filter-wrap .ajaxsearchpro .probox .proinput form input:focus, .filter-wrap .ajaxsearchpro .probox .proinput form textarea:active, .filter-wrap .ajaxsearchpro .probox .proinput form textarea:focus, .filter-wrap .ajaxsearchpro .probox .proinput form select:active, .filter-wrap .ajaxsearchpro .probox .proinput form select:focus {
          border: none !important;
          outline: none !important; }
        .filter-category div.ajaxsearchpro .probox .proinput form input::-webkit-input-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form input::-moz-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form input:-ms-input-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form input:-moz-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form textarea::-webkit-input-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form textarea::-moz-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form textarea:-ms-input-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form textarea:-moz-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form select::-webkit-input-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form select::-moz-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form select:-ms-input-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form select:-moz-placeholder, .filter-category .ajaxsearchpro .probox .proinput form input::-webkit-input-placeholder, .filter-category .ajaxsearchpro .probox .proinput form input::-moz-placeholder, .filter-category .ajaxsearchpro .probox .proinput form input:-ms-input-placeholder, .filter-category .ajaxsearchpro .probox .proinput form input:-moz-placeholder, .filter-category .ajaxsearchpro .probox .proinput form textarea::-webkit-input-placeholder, .filter-category .ajaxsearchpro .probox .proinput form textarea::-moz-placeholder, .filter-category .ajaxsearchpro .probox .proinput form textarea:-ms-input-placeholder, .filter-category .ajaxsearchpro .probox .proinput form textarea:-moz-placeholder, .filter-category .ajaxsearchpro .probox .proinput form select::-webkit-input-placeholder, .filter-category .ajaxsearchpro .probox .proinput form select::-moz-placeholder, .filter-category .ajaxsearchpro .probox .proinput form select:-ms-input-placeholder, .filter-category .ajaxsearchpro .probox .proinput form select:-moz-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form input::-webkit-input-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form input::-moz-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form input:-ms-input-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form input:-moz-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form textarea::-webkit-input-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form textarea::-moz-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form textarea:-ms-input-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form textarea:-moz-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form select::-webkit-input-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form select::-moz-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form select:-ms-input-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form select:-moz-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form input::-webkit-input-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form input::-moz-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form input:-ms-input-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form input:-moz-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form textarea::-webkit-input-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form textarea::-moz-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form textarea:-ms-input-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form textarea:-moz-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form select::-webkit-input-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form select::-moz-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form select:-ms-input-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form select:-moz-placeholder {
          color: rgba(145, 145, 145, 0.74) !important;
          font-family: 'Lato', sans-serif !important;
          font-size: 14px !important;
          font-weight: normal !important;
          opacity: 1 !important; }
      .filter-category div.ajaxsearchpro .probox .proinput input.autocomplete, .filter-category .ajaxsearchpro .probox .proinput input.autocomplete, .filter-wrap div.ajaxsearchpro .probox .proinput input.autocomplete, .filter-wrap .ajaxsearchpro .probox .proinput input.autocomplete {
        top: 48px !important;
        padding-left: 28px !important;
        margin-top: -28px !important; }
      .filter-category div.ajaxsearchpro .probox .proinput input.orig, .filter-category .ajaxsearchpro .probox .proinput input.orig, .filter-wrap div.ajaxsearchpro .probox .proinput input.orig, .filter-wrap .ajaxsearchpro .probox .proinput input.orig {
        font-size: 14px !important;
        height: 37px !important;
        left: 8px;
        top: 10px;
        margin: 0 !important;
        padding: 0 !important;
        /* firefox 19+ */
        /* ie */ }
        .filter-category div.ajaxsearchpro .probox .proinput input.orig::-webkit-input-placeholder, .filter-category .ajaxsearchpro .probox .proinput input.orig::-webkit-input-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput input.orig::-webkit-input-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput input.orig::-webkit-input-placeholder {
          color: #919191 !important;
          font-size: 14px !important;
          opacity: 1 !important;
          font-weight: 700 !important; }
        .filter-category div.ajaxsearchpro .probox .proinput input.orig::-moz-placeholder, .filter-category .ajaxsearchpro .probox .proinput input.orig::-moz-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput input.orig::-moz-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput input.orig::-moz-placeholder {
          color: #919191 !important;
          font-size: 14px !important;
          opacity: 1 !important;
          font-weight: 700 !important; }
        .filter-category div.ajaxsearchpro .probox .proinput input.orig:-ms-input-placeholder, .filter-category .ajaxsearchpro .probox .proinput input.orig:-ms-input-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput input.orig:-ms-input-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput input.orig:-ms-input-placeholder {
          color: #919191 !important;
          font-size: 14px !important;
          opacity: 1 !important;
          font-weight: 700 !important; }
    .filter-category div.ajaxsearchpro .probox .proloading, .filter-category .ajaxsearchpro .probox .proloading, .filter-wrap div.ajaxsearchpro .probox .proloading, .filter-wrap .ajaxsearchpro .probox .proloading {
      align-self: center; }
    .filter-category div.ajaxsearchpro .probox .proclose, .filter-category .ajaxsearchpro .probox .proclose, .filter-wrap div.ajaxsearchpro .probox .proclose, .filter-wrap .ajaxsearchpro .probox .proclose {
      align-self: center; }
  .filter-category div.ajaxsearchpro .results .item .asp_content h3 a, .filter-category .ajaxsearchpro .results .item .asp_content h3 a, .filter-wrap div.ajaxsearchpro .results .item .asp_content h3 a, .filter-wrap .ajaxsearchpro .results .item .asp_content h3 a {
    color: rgba(145, 145, 145, 0.7) !important; }
.filter-category #ajaxsearchpro1_1 .probox .proinput input.orig, .filter-category #ajaxsearchpro1_2 .probox .proinput input.orig, .filter-category div.asp_m.asp_m_1 .probox .proinput input.orig, .filter-wrap #ajaxsearchpro1_1 .probox .proinput input.orig, .filter-wrap #ajaxsearchpro1_2 .probox .proinput input.orig, .filter-wrap div.asp_m.asp_m_1 .probox .proinput input.orig {
  line-height: 1.3 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  overflow: visible;
  font-weight: 700 !important; }

/*search result ajax pro*/
div[id^="ajaxsearchprores"].vertical, div[class^="asp_r_"].vertical {
  background: #69d1ff !important; }
div[id^="ajaxsearchprores"] .resdrg .item h3, div[id^="ajaxsearchprores"] .resdrg .item h3 a, div[class^="asp_r_"] .resdrg .item h3, div[class^="asp_r_"] .resdrg .item h3 a {
  color: #69d1ff !important; }

@media only screen and (max-width: 991px) {
  .filter-category div[id^="ajaxsearchpro"], .filter-category div[class^="asp_r"], .filter-wrap div[id^="ajaxsearchpro"], .filter-wrap div[class^="asp_r"] {
    flex-basis: auto !important;
    min-width: 100% !important; } }
.tml .tml-action-links a {
  color: #69d1ff !important; }

.tml input, .tml textarea, .tml select {
  background: #f0f0f0;
  border-radius: 0;
  border: 1px solid #f0f0f0;
  box-shadow: none;
  color: #2d1a09;
  min-height: 50px;
  padding: 3px 10px !important; }

#loginform .tml-submit-wrap input[type="submit"] {
  background-color: #182955;
  border-radius: 7px;
  border: none;
  box-shadow: none;
  color: white !important;
  display: inline-block;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: bold !important;
  letter-spacing: normal !important;
  line-height: 1 !important;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 16px 28px;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.4s ease; }
#loginform .login-username, #loginform .login-password, #loginform .pmpro_lost_password-field {
  margin-bottom: 10px !important; }
  #loginform .login-username label, #loginform .login-password label, #loginform .pmpro_lost_password-field label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 18px;
    color: #d8d8d8; }
  #loginform .login-username input, #loginform .login-password input, #loginform .pmpro_lost_password-field input {
    font-family: 'Montserrat', sans-serif !important;
    background: #ffffff;
    border-radius: 0;
    border: 2px solid #d8d8d8;
    box-shadow: none;
    color: #69d1ff;
    font-size: 13px !important;
    font-weight: bold;
    min-height: 40px;
    padding: 10px 15px !important; }
    #loginform .login-username input:active, #loginform .login-username input:focus, #loginform .login-password input:active, #loginform .login-password input:focus, #loginform .pmpro_lost_password-field input:active, #loginform .pmpro_lost_password-field input:focus {
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
      outline: none; }
#loginform .login-remember label {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 18px;
  color: #d8d8d8; }
#loginform .login-submit {
  display: inline-block;
  margin: 0 !important;
  position: relative;
  padding: 0 !important;
  width: auto !important;
  margin-top: 30px !important; }
  #loginform .login-submit::after {
    content: "";
    background-image: url("../images/icons/chevron-black-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    height: 11px;
    margin-left: 0;
    position: absolute;
    right: 10px;
    left: unset;
    top: 50%;
    width: 8px;
    z-index: 9;
    display: none; }
  #loginform .login-submit #wp-submit, #loginform .login-submit input[type="submit"] {
    background-color: #69d1ff;
    border-radius: 50px;
    border: 2px solid #69d1ff !important;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-weight: bold !important;
    letter-spacing: normal !important;
    line-height: 1.39 !important;
    margin: 0 !important;
    max-width: 100%;
    min-width: 116px;
    opacity: 1;
    padding: 14px 41px !important;
    position: relative;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.4s ease; }
    #loginform .login-submit #wp-submit:hover, #loginform .login-submit #wp-submit:focus, #loginform .login-submit #wp-submit:active, #loginform .login-submit input[type="submit"]:hover, #loginform .login-submit input[type="submit"]:focus, #loginform .login-submit input[type="submit"]:active {
      background-color: transparent !important;
      color: #69d1ff !important;
      text-decoration: none; }

.pmpro_btn, .pmpro_btn:link, .pmpro_content_message a, .pmpro_content_message a:link {
  background-color: #69d1ff;
  border-radius: 50px;
  border: 2px solid #69d1ff !important;
  color: white !important;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: bold !important;
  letter-spacing: normal !important;
  line-height: 1.39 !important;
  margin: 0 !important;
  max-width: 100%;
  min-width: 116px;
  opacity: 1;
  padding: 14px 41px !important;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.4s ease; }
  .pmpro_btn:hover, .pmpro_btn:focus, .pmpro_btn:active, .pmpro_btn:link:hover, .pmpro_btn:link:focus, .pmpro_btn:link:active, .pmpro_content_message a:hover, .pmpro_content_message a:focus, .pmpro_content_message a:active, .pmpro_content_message a:link:hover, .pmpro_content_message a:link:focus, .pmpro_content_message a:link:active {
    background-color: transparent !important;
    color: #69d1ff !important;
    text-decoration: none; }

.switcher div.selected {
  border-radius: 49.5px;
  border: solid 1.5px #f7f7f7;
  background: #ffffff !important;
  text-align: center;
  padding: 10px;
  overflow: hidden; }
  .switcher div.selected a {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #36c1ff !important;
    background: white !important;
    width: auto !important;
    border: none !important; }
.switcher .option {
  border: none !important;
  text-align: center;
  background: #f0f1f5 !important;
  bottom: 100% !important;
  border-radius: 10px !important;
  position: absolute !important; }
  .switcher .option a {
    color: #36c1ff !important;
    padding: 7px;
    margin: 10px 0;
    border-radius: 50px;
    width: 70%;
    margin-left: auto !important;
    margin-right: auto !important; }
    .switcher .option a:hover {
      background: rgba(54, 193, 255, 0.1) !important; }
  .switcher .option a.selected {
    background: rgba(0, 0, 0, 0.1) !important; }

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_heading {
  margin-bottom: 0 !important; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_heading .gform_title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 2.5rem;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: -0.9px;
    color: #69d1ff; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_heading .gform_description {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: -0.09px;
    margin-bottom: 0 !important;
    color: rgba(0, 0, 0, 0.74); }
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_body ul.gform_fields li.gfield {
  padding-left: 0 !important;
  /*checkbox*/
  /*field address */ }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_radio {
    /*RADIO Button circular style*/ }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li input {
      cursor: pointer;
      height: 100%;
      opacity: 0;
      position: absolute;
      width: 100%;
      z-index: 1; }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label,
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label {
      font-family: 'Montserrat', sans-serif;
      color: #000;
      cursor: pointer;
      display: inline-block !important;
      font-size: 18px;
      font-stretch: normal;
      font-style: normal;
      font-weight: 400;
      letter-spacing: normal;
      line-height: 1.67;
      margin: 0 auto;
      padding: 0 0 0 25px !important;
      position: relative;
      vertical-align: middle;
      z-index: 1; }
      .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::after,
      .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::after {
        content: "";
        -webkit-transition: all 0.2s ease;
        background: #69d1ff;
        border-radius: 50%;
        border: 4px solid #69d1ff;
        height: 14px;
        left: 0;
        position: absolute;
        top: 7px;
        transition: all 0.2s ease;
        width: 14px;
        z-index: -1; }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:checked,
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) {
      position: absolute;
      left: -9999px;
      margin: 0 !important; }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after {
      content: "";
      transition: all 0.2s ease;
      -webkit-transform: scale(1);
      transform: scale(1);
      border: 4px solid #939382;
      background: transparent; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li input {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 1; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label,
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label {
    font-family: 'Montserrat', sans-serif;
    color: black;
    cursor: pointer;
    display: inline-block !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
    margin: 0 auto;
    padding: 0 0 0 25px !important;
    position: relative;
    vertical-align: middle;
    max-width: 100%;
    z-index: 1; }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label::after,
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label::after {
      content: "";
      -webkit-transition: all 0.2s ease;
      background: white;
      border-radius: 0;
      border: 4px solid #69d1ff;
      height: 15px;
      left: 0;
      position: absolute;
      top: 1px;
      transition: all 0.2s ease;
      width: 15px;
      z-index: -1; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked,
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
    margin: 0 !important; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    /*--adjust as necessary--*/
    color: black;
    font-size: 12px;
    left: 1px;
    position: absolute;
    top: 0px; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label:after {
    content: "";
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 4px solid #939382;
    background: transparent; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_consent input {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 1; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_consent [type="checkbox"]:checked + label,
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_consent [type="checkbox"]:not(:checked) + label {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    cursor: pointer;
    display: inline-block !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1em;
    margin: 0 auto;
    padding: 0 0 0 1.3888888888888888rem !important;
    position: relative;
    vertical-align: middle;
    z-index: 1; }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_consent [type="checkbox"]:checked + label::after,
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_consent [type="checkbox"]:not(:checked) + label::after {
      content: "";
      -webkit-transition: all 0.2s ease;
      background: #69d1ff;
      border-radius: 0.16666666666666666rem;
      border: 0.2222222222rem solid #69d1ff;
      height: 0.8333333333333334rem;
      left: 0;
      position: absolute;
      top: 0.05555555555555555rem;
      transition: all 0.2s ease;
      width: 0.8333333333333334rem;
      z-index: -1; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_consent [type="checkbox"]:checked,
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_consent [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
    margin: 0 !important; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_consent [type="checkbox"]:checked + label::before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "Font Awesome 5 Pro";
    font-family: "Font Awesome 5 Free";
    font-weight: 900 !important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #fff;
    display: inline-block;
    font-size: 0.6666666666666666rem;
    left: 0.05555555555555555rem;
    position: absolute;
    top: 2px; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_consent [type="checkbox"]:not(:checked) + label:after {
    content: "";
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 0.2222222222222222rem solid #939382;
    background: transparent; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_address .address_country select {
    line-height: 1.5em !important; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_body ul.gform_fields li.gfield .top_label .gfield_label {
    font-family: 'Montserrat', sans-serif;
    color: #69d1ff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em; }

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_footer {
  display: inline-block;
  margin: 0 !important;
  position: relative;
  padding: 0 !important;
  width: auto !important;
  margin-top: 30px !important; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_footer::after {
    content: "";
    background-image: url("../images/icons/arrow-btn-newsletter-hover.svg");
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 20px;
    top: 24px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 17.9px;
    height: 8.7px;
    -webkit-filter: brightness(0%) invert(100%);
    filter: brightness(0%) invert(100%); }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_footer input[type="submit"], .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_footer input.button {
    background-color: black;
    border-radius: 50px;
    border: 2px solid black !important;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-weight: 800 !important;
    letter-spacing: normal !important;
    line-height: 1.39 !important;
    margin: 0 !important;
    max-width: 100%;
    min-width: 180px;
    opacity: 1;
    padding: 9px 41px !important;
    position: relative;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none; }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_footer input[type="submit"]:hover, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_footer input[type="submit"]:focus, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_footer input[type="submit"]:active, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_footer input.button:hover, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_footer input.button:focus, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_footer input.button:active {
      background-color: #959595 !important;
      border-color: #959595 !important;
      color: #555555 !important;
      text-decoration: none; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_footer:hover::after, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_footer:focus::after, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_footer:active::after {
    -webkit-filter: brightness(100%) invert(0%);
    filter: brightness(100%) invert(0%); }

.interior .gform_confirmation_wrapper {
  font-size: 16px !important;
  color: #69d1ff !important; }

.gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 16px;
  color: #fff;
  display: block;
  background: #69d1ff;
  padding: 10px 20px;
  position: relative; }
  .gform_confirmation_wrapper .gform_confirmation_message a {
    color: inherit !important;
    text-decoration: underline !important; }
    .gform_confirmation_wrapper .gform_confirmation_message a:hover {
      text-decoration: none !important; }

/*Error Form Css*/
.gform_wrapper div.validation_error {
  font-family: 'Montserrat', sans-serif !important;
  border: none !important;
  color: #ff0000 !important;
  font-size: 12px !important;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold !important;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 0 !important;
  padding: 18px 0 !important;
  text-align: left !important;
  width: 300px !important; }

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100%; }

.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea {
  border: solid 2px #ff0000 !important;
  background-color: rgba(255, 0, 0, 0.12);
  color: #ff0000 !important; }

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: none !important; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding-top: 0 !important;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ff0000; }

/*Error Form*/
/*Global Styles Gform*/
.gform_wrapper ul li::before {
  content: none !important; }
.gform_wrapper .field_description_below .gfield_description {
  padding-top: 5px !important; }
.gform_wrapper .field_sublabel_above .gfield_description {
  padding-top: 5px;
  margin-top: 0 !important; }
.gform_wrapper li.gfield.field_sublabel_above.field_description_below + li.gfield {
  margin-top: 0 !important; }
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 5px !important; }
.gform_wrapper input:not([type="submit"]), .gform_wrapper textarea, .gform_wrapper select {
  font-family: 'Montserrat', sans-serif !important;
  background: #ffffff;
  border-radius: 0;
  border: 2px solid #d8d8d8;
  box-shadow: none;
  color: #69d1ff;
  font-size: 13px !important;
  font-weight: bold;
  min-height: 40px;
  padding: 10px 15px !important;
  /* firefox 19+ */
  /* ie */ }
  .gform_wrapper input:not([type="submit"])::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder, .gform_wrapper select::-webkit-input-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1; }
  .gform_wrapper input:not([type="submit"])::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder, .gform_wrapper select::-moz-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1; }
  .gform_wrapper input:not([type="submit"]):-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder, .gform_wrapper select:-ms-input-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1; }
  .gform_wrapper input:not([type="submit"]):active, .gform_wrapper input:not([type="submit"]):focus, .gform_wrapper textarea:active, .gform_wrapper textarea:focus, .gform_wrapper select:active, .gform_wrapper select:focus {
    box-shadow: none;
    border-color: #69d1ff;
    outline: none;
    color: #69d1ff;
    /* firefox 19+ */
    /* ie */ }
    .gform_wrapper input:not([type="submit"]):active::-webkit-input-placeholder, .gform_wrapper input:not([type="submit"]):focus::-webkit-input-placeholder, .gform_wrapper textarea:active::-webkit-input-placeholder, .gform_wrapper textarea:focus::-webkit-input-placeholder, .gform_wrapper select:active::-webkit-input-placeholder, .gform_wrapper select:focus::-webkit-input-placeholder {
      color: #69d1ff;
      opacity: 1; }
    .gform_wrapper input:not([type="submit"]):active::-moz-placeholder, .gform_wrapper input:not([type="submit"]):focus::-moz-placeholder, .gform_wrapper textarea:active::-moz-placeholder, .gform_wrapper textarea:focus::-moz-placeholder, .gform_wrapper select:active::-moz-placeholder, .gform_wrapper select:focus::-moz-placeholder {
      color: #69d1ff;
      opacity: 1; }
    .gform_wrapper input:not([type="submit"]):active:-ms-input-placeholder, .gform_wrapper input:not([type="submit"]):focus:-ms-input-placeholder, .gform_wrapper textarea:active:-ms-input-placeholder, .gform_wrapper textarea:focus:-ms-input-placeholder, .gform_wrapper select:active:-ms-input-placeholder, .gform_wrapper select:focus:-ms-input-placeholder {
      color: #69d1ff;
      opacity: 1; }
.gform_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/icons/select-arrow.png") 97%/10px no-repeat #ffffff;
  line-height: 1.5em !important;
  padding: 12px 10px !important;
  transition: all 0.4s ease;
  color: rgba(58, 59, 75, 0.5); }
  .gform_wrapper select option {
    height: 50px;
    color: rgba(58, 59, 75, 0.5); }
  .gform_wrapper select:focus, .gform_wrapper select:active {
    border-color: #69d1ff;
    background: url("../images/icons/select-arrow-yellow.png") 97%/10px no-repeat #ffffff;
    transition: all 0.4s ease;
    color: #69d1ff; }
.gform_wrapper textarea {
  height: 100px;
  resize: none;
  max-width: 100%; }
.gform_wrapper input[type="checkbox"], .gform_wrapper input[type="radio"] {
  height: 30px; }
.gform_wrapper label.gfield_label {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: bold !important;
  margin: 0 !important;
  color: #000 !important; }

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
  margin-bottom: 5px !important; }

.interior-page .entry-content .interior-section-donate .donation-form-container {
  margin-top: 48px; }
.interior-page .entry-content .interior-section-donate .donation-sponsor-form-container {
  margin-top: 0; }
.interior-page .entry-content .interior-section-donate .img-wrap {
  height: 100%;
  border-radius: 0;
  margin: 0; }
  .interior-page .entry-content .interior-section-donate .img-wrap img {
    height: 100% !important; }
.interior-page .entry-content .interior-section-donate form {
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  .interior-page .entry-content .interior-section-donate form .amount {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px; }
  .interior-page .entry-content .interior-section-donate form .button {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #69d1ff;
    margin-right: 10px;
    margin-bottom: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 116px;
    height: 52px;
    padding: 10px;
    border-radius: 30px;
    border: solid 2px #69d1ff; }
    .interior-page .entry-content .interior-section-donate form .button.selected {
      background: #69d1ff;
      color: white; }
    .interior-page .entry-content .interior-section-donate form .button input {
      text-align: center;
      background: transparent;
      border: none;
      /* firefox 19+ */
      /* ie */ }
      .interior-page .entry-content .interior-section-donate form .button input::-webkit-input-placeholder {
        color: #69d1ff;
        opacity: 1;
        font-weight: 700; }
      .interior-page .entry-content .interior-section-donate form .button input::-moz-placeholder {
        color: #69d1ff;
        opacity: 1;
        font-weight: 700; }
      .interior-page .entry-content .interior-section-donate form .button input:-ms-input-placeholder {
        color: #69d1ff;
        opacity: 1;
        font-weight: 700; }
      .interior-page .entry-content .interior-section-donate form .button input:focus, .interior-page .entry-content .interior-section-donate form .button input:active {
        /* firefox 19+ */
        /* ie */ }
        .interior-page .entry-content .interior-section-donate form .button input:focus::-webkit-input-placeholder, .interior-page .entry-content .interior-section-donate form .button input:active::-webkit-input-placeholder {
          color: white;
          opacity: 1; }
        .interior-page .entry-content .interior-section-donate form .button input:focus::-moz-placeholder, .interior-page .entry-content .interior-section-donate form .button input:active::-moz-placeholder {
          color: white;
          opacity: 1; }
        .interior-page .entry-content .interior-section-donate form .button input:focus:-ms-input-placeholder, .interior-page .entry-content .interior-section-donate form .button input:active:-ms-input-placeholder {
          color: white;
          opacity: 1; }
  .interior-page .entry-content .interior-section-donate form select {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #69d1ff;
    margin-right: 10px;
    margin-bottom: 29px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/icons/select-arrow-donate.png") no-repeat;
    background-size: 10px;
    background-position: calc(100% - 15px) center;
    min-width: 116px;
    height: 52px;
    padding: 10px 30px;
    border-radius: 30px;
    border: solid 2px #69d1ff;
    transition: all 0.4s ease;
    /* firefox 19+ */
    /* ie */ }
    .interior-page .entry-content .interior-section-donate form select option {
      color: #69d1ff; }
    .interior-page .entry-content .interior-section-donate form select::-webkit-input-placeholder {
      color: #69d1ff;
      opacity: 1; }
    .interior-page .entry-content .interior-section-donate form select::-moz-placeholder {
      color: #69d1ff;
      opacity: 1; }
    .interior-page .entry-content .interior-section-donate form select:-ms-input-placeholder {
      color: #69d1ff;
      opacity: 1; }
    .interior-page .entry-content .interior-section-donate form select:focus, .interior-page .entry-content .interior-section-donate form select:active {
      background: url("../images/icons/select-arrow-donate-white.png") no-repeat;
      background-size: 10px;
      background-position: calc(100% - 15px) center;
      background-color: #69d1ff;
      transition: all 0.4s ease;
      color: white;
      outline: none;
      /* firefox 19+ */
      /* ie */ }
      .interior-page .entry-content .interior-section-donate form select:focus::-webkit-input-placeholder, .interior-page .entry-content .interior-section-donate form select:active::-webkit-input-placeholder {
        color: white;
        opacity: 1; }
      .interior-page .entry-content .interior-section-donate form select:focus::-moz-placeholder, .interior-page .entry-content .interior-section-donate form select:active::-moz-placeholder {
        color: white;
        opacity: 1; }
      .interior-page .entry-content .interior-section-donate form select:focus:-ms-input-placeholder, .interior-page .entry-content .interior-section-donate form select:active:-ms-input-placeholder {
        color: white;
        opacity: 1; }
  .interior-page .entry-content .interior-section-donate form .switch {
    display: flex;
    align-items: center;
    margin-bottom: 40px; }
  .interior-page .entry-content .interior-section-donate form .item-container {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #f7f7f7;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center; }
  .interior-page .entry-content .interior-section-donate form .item-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .interior-page .entry-content .interior-section-donate form .checkmark {
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 17px;
    border-radius: 50%;
    border: solid 1px #979797;
    background-color: white;
    order: -1;
    flex-shrink: 0; }
  .interior-page .entry-content .interior-section-donate form .item-container input:checked ~ .checkmark {
    background-color: white; }
  .interior-page .entry-content .interior-section-donate form .checkmark:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    width: 0px;
    height: 0px;
    transition: 0.4s; }
  .interior-page .entry-content .interior-section-donate form .item-container input:checked ~ .checkmark:before {
    display: block;
    width: 10px;
    height: 10px; }
  .interior-page .entry-content .interior-section-donate form .item-container .checkmark:before {
    border-radius: 50%;
    background: #69d1ff;
    border: none; }
  .interior-page .entry-content .interior-section-donate form .destination {
    margin-bottom: 50px; }
    .interior-page .entry-content .interior-section-donate form .destination label {
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.2;
      letter-spacing: normal;
      color: #69d1ff;
      display: block; }
    .interior-page .entry-content .interior-section-donate form .destination select {
      margin-top: 28px;
      margin-bottom: 0; }
  .interior-page .entry-content .interior-section-donate form input[type="submit"] {
    background-color: #69d1ff;
    border-radius: 50px;
    border: 2px solid #69d1ff !important;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-weight: 900 !important;
    letter-spacing: -0.32p !important;
    line-height: 1.39 !important;
    margin: 0 !important;
    max-width: 100%;
    min-width: 123px;
    opacity: 1;
    padding: 14px 41px !important;
    position: relative;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.4s ease; }
    .interior-page .entry-content .interior-section-donate form input[type="submit"]:hover, .interior-page .entry-content .interior-section-donate form input[type="submit"]:focus, .interior-page .entry-content .interior-section-donate form input[type="submit"]:active {
      background-color: #69d1ff !important;
      border-color: #69d1ff !important;
      color: #69d1ff !important;
      text-decoration: none; }
.interior-page .entry-content .interior-section-donate .content-top {
  margin-bottom: 100px; }
  .interior-page .entry-content .interior-section-donate .content-top .img-wrap {
    width: calc(((100vw - 1110px) / 2) + 100%);
    left: calc((100vw - 1110px) / -2); }
  .interior-page .entry-content .interior-section-donate .content-top .title {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.14;
    letter-spacing: normal;
    color: #69d1ff;
    margin-bottom: 16px; }
  .interior-page .entry-content .interior-section-donate .content-top h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #69d1ff;
    text-transform: uppercase;
    margin-bottom: 34px; }
  .interior-page .entry-content .interior-section-donate .content-top p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.61;
    letter-spacing: normal;
    color: #f7f7f7; }
.interior-page .entry-content .interior-section-donate .content-bottom {
  position: relative;
  padding-bottom: 126px; }
  .interior-page .entry-content .interior-section-donate .content-bottom::before {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #69d1ff; }
  .interior-page .entry-content .interior-section-donate .content-bottom .img-wrap {
    width: calc(((100vw - 1110px) / 2) + 100%); }
  .interior-page .entry-content .interior-section-donate .content-bottom .info-container {
    padding-top: 144px; }
  .interior-page .entry-content .interior-section-donate .content-bottom .title {
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase; }
  .interior-page .entry-content .interior-section-donate .content-bottom .description {
    margin-bottom: 50px; }
  .interior-page .entry-content .interior-section-donate .content-bottom h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #69d1ff;
    text-transform: uppercase;
    margin-bottom: 34px; }
  .interior-page .entry-content .interior-section-donate .content-bottom p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.61;
    letter-spacing: normal;
    color: white; }
  .interior-page .entry-content .interior-section-donate .content-bottom .amount {
    margin-bottom: 0; }
  .interior-page .entry-content .interior-section-donate .content-bottom .button, .interior-page .entry-content .interior-section-donate .content-bottom select {
    color: white;
    border-color: white; }
  .interior-page .entry-content .interior-section-donate .content-bottom input[type="submit"] {
    background: white;
    color: #69d1ff !important;
    border-color: #69d1ff !important; }
  .interior-page .entry-content .interior-section-donate .content-bottom .set-amount {
    color: white;
    /* firefox 19+ */
    /* ie */ }
    .interior-page .entry-content .interior-section-donate .content-bottom .set-amount::-webkit-input-placeholder {
      color: white;
      opacity: 1;
      font-weight: 700; }
    .interior-page .entry-content .interior-section-donate .content-bottom .set-amount::-moz-placeholder {
      color: white;
      opacity: 1;
      font-weight: 700; }
    .interior-page .entry-content .interior-section-donate .content-bottom .set-amount:-ms-input-placeholder {
      color: white;
      opacity: 1;
      font-weight: 700; }
  .interior-page .entry-content .interior-section-donate .content-bottom select {
    background: url("../images/icons/select-arrow-donate-white.png") no-repeat;
    background-size: 10px;
    background-position: calc(100% - 15px) center; }
  .interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock, .interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion, .interior-page .entry-content .interior-section-donate .content-bottom .accordion {
    color: white !important;
    margin-top: 38px; }
    .interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card, .interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card, .interior-page .entry-content .interior-section-donate .content-bottom .accordion .card {
      background: transparent;
      border: 1px solid white;
      border-color: white; }
      .interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card .card-header, .interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card .card-header, .interior-page .entry-content .interior-section-donate .content-bottom .accordion .card .card-header {
        background: transparent !important; }
        .interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card .card-header h2, .interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card .card-header h2, .interior-page .entry-content .interior-section-donate .content-bottom .accordion .card .card-header h2 {
          color: white; }
          .interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card .card-header h2 .btn[aria-expanded^="true"], .interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card .card-header h2 .btn[aria-expanded^="true"], .interior-page .entry-content .interior-section-donate .content-bottom .accordion .card .card-header h2 .btn[aria-expanded^="true"] {
            color: white; }
            .interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card .card-header h2 .btn[aria-expanded^="true"]::before, .interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card .card-header h2 .btn[aria-expanded^="true"]::before, .interior-page .entry-content .interior-section-donate .content-bottom .accordion .card .card-header h2 .btn[aria-expanded^="true"]::before {
              color: white; }
          .interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card .card-header h2 .btn[aria-expanded^="false"]::before, .interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card .card-header h2 .btn[aria-expanded^="false"]::before, .interior-page .entry-content .interior-section-donate .content-bottom .accordion .card .card-header h2 .btn[aria-expanded^="false"]::before {
            color: white; }
      .interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card .collapse .card-body, .interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card .collapse .card-body, .interior-page .entry-content .interior-section-donate .content-bottom .accordion .card .collapse .card-body {
        background: transparent;
        padding: 38px 19px; }

@media (min-width: 1200px) {
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper) .gform_body ul.gform_fields li.gfield.two-columns .gfield_checkbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr); } }
/*START Sign Up--------------------------------------------------*/
.sign-up-form {
  background-color: transparent;
  margin: 0 auto;
  width: 100%;
  z-index: 10; }
  .sign-up-form .gform_wrapper, .sign-up-form .newsletterForm_wrapper {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    width: 100%; }
    .sign-up-form .gform_wrapper form, .sign-up-form .newsletterForm_wrapper form {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
    .sign-up-form .gform_wrapper .gform_heading, .sign-up-form .newsletterForm_wrapper .gform_heading {
      display: none; }
      .sign-up-form .gform_wrapper .gform_heading .gform_title, .sign-up-form .newsletterForm_wrapper .gform_heading .gform_title {
        font-family: 'Montserrat', sans-serif;
        font-size: 40px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.03;
        letter-spacing: -0.67px;
        color: #ffffff;
        text-transform: none;
        margin-top: 0;
        margin-bottom: 27px !important; }
      .sign-up-form .gform_wrapper .gform_heading h3, .sign-up-form .newsletterForm_wrapper .gform_heading h3 {
        margin-bottom: 15px !important; }
      .sign-up-form .gform_wrapper .gform_heading .gform_description, .sign-up-form .newsletterForm_wrapper .gform_heading .gform_description {
        font-family: 'Montserrat', sans-serif;
        color: #ffffff;
        font-size: 15px;
        font-stretch: normal;
        font-style: normal;
        font-weight: bold;
        letter-spacing: -0.08px;
        line-height: 1.47;
        width: 100%; }
    .sign-up-form .gform_wrapper .gform_body, .sign-up-form .newsletterForm_wrapper .gform_body {
      width: 100%; }
      .sign-up-form .gform_wrapper .gform_body ul.gform_fields, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields {
        display: block; }
        .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li {
          margin: 0 !important;
          padding: 0 !important; }
          .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_label, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .gfield_label, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .gfield_label, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .gfield_label {
            display: none; }
          .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container {
            margin: 0 !important; }
            .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input {
              font-family: 'Montserrat', sans-serif !important;
              font-size: 13px !important;
              font-weight: normal !important;
              font-stretch: normal !important;
              font-style: normal !important;
              line-height: normal !important;
              letter-spacing: normal !important;
              color: black !important;
              background: transparent !important;
              border-radius: 41px !important;
              border: 1px solid black !important;
              height: 41px !important;
              min-height: auto !important;
              padding: 12px !important;
              text-align: center;
              width: 100% !important;
              margin: 0;
              /* firefox 19+ */
              /* ie */ }
              .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-webkit-input-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input::-webkit-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-webkit-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input::-webkit-input-placeholder {
                color: black !important;
                opacity: .5; }
              .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-moz-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input::-moz-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-moz-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input::-moz-placeholder {
                color: black !important;
                opacity: .5; }
              .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-ms-input-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:-ms-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-ms-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:-ms-input-placeholder {
                color: black !important;
                opacity: .5; }
              .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:hover, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:active, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:focus, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:hover, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:active, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:focus, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:active, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:focus, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:active, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:focus {
                box-shadow: none;
                /* firefox 19+ */
                /* ie */ }
            .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill,
            .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill:hover,
            .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill:focus,
            .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill:active, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:-webkit-autofill,
            .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:-webkit-autofill:hover,
            .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:-webkit-autofill:focus,
            .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:-webkit-autofill:active, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill,
            .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill:hover,
            .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill:focus,
            .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill:active, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:-webkit-autofill,
            .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:-webkit-autofill:hover,
            .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:-webkit-autofill:focus,
            .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:-webkit-autofill:active {
              -webkit-box-shadow: none !important;
              -webkit-background: transparent !important; }
            .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:-webkit-autofill, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:-webkit-autofill {
              -webkit-transition-delay: 99999s !important; }
        .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield_error, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield_error {
          border-radius: 30px 0 0 30px !important;
          border: 1px solid #790000; }
    .sign-up-form .gform_wrapper .gform_footer, .sign-up-form .newsletterForm_wrapper .gform_footer {
      width: auto;
      padding: 0;
      margin: 0;
      margin-top: 13px;
      transition: all 0.4s ease;
      z-index: 99; }
      .sign-up-form .gform_wrapper .gform_footer input.gform_button, .sign-up-form .newsletterForm_wrapper .gform_footer input.gform_button {
        font-family: 'Montserrat', sans-serif;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29 !important;
        letter-spacing: normal;
        text-align: left;
        color: white;
        background-image: url("../images/icons/arrow-btn-newsletter.svg");
        background-size: 18px 9px;
        background-repeat: no-repeat;
        background-position: calc(100% - 18px) center;
        min-width: 118px;
        border-radius: 60px;
        background-color: black;
        border: 0px solid black;
        cursor: pointer;
        margin: 0;
        opacity: 1;
        padding: 12px 20px;
        padding-right: 42px;
        text-transform: uppercase; }
        .sign-up-form .gform_wrapper .gform_footer input.gform_button:hover, .sign-up-form .newsletterForm_wrapper .gform_footer input.gform_button:hover {
          text-decoration: none;
          background-image: url("../images/icons/arrow-btn-newsletter-hover.svg");
          background-size: 18px 9px;
          background-repeat: no-repeat;
          background-position: calc(100% - 18px) center;
          color: #555555;
          background-color: #959595;
          border-color: #959595; }
      .sign-up-form .gform_wrapper .gform_footer input[name=gform_ajax], .sign-up-form .newsletterForm_wrapper .gform_footer input[name=gform_ajax] {
        position: absolute;
        bottom: -10px; }
    .sign-up-form .gform_wrapper .gfield_description, .sign-up-form .newsletterForm_wrapper .gfield_description {
      display: none; }
    .sign-up-form .gform_wrapper div.validation_error, .sign-up-form .newsletterForm_wrapper div.validation_error {
      background: transparent;
      border-radius: 30px;
      color: red !important;
      margin-bottom: 0;
      position: relative;
      right: 0;
      top: auto;
      bottom: 0;
      z-index: 999;
      width: auto !important;
      text-align: center !important;
      padding: 10px !important;
      left: 0; }
  .sign-up-form .gform_confirmation_wrapper {
    float: none;
    margin-top: 0;
    text-align: center; }
  .sign-up-form .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    color: #36c1ff;
    display: block;
    background: white;
    padding: 10px 20px;
    position: relative; }
  .sign-up-form img.gform_ajax_spinner {
    display: none !important; }

@media (min-width: 576px) {
  .sign-up-form .gform_wrapper form, .sign-up-form .newsletterForm_wrapper form {
    flex-wrap: nowrap; }

  .sign-up-form .gform_wrapper .gform_footer, .sign-up-form .newsletterForm_wrapper .gform_footer {
    margin-top: 0;
    margin-left: 23px; }

  .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input {
    text-align: left;
    padding-left: 34px !important; }

  .sign-up-form .gform_wrapper div.validation_error, .sign-up-form .newsletterForm_wrapper div.validation_error {
    position: absolute;
    width: 350px !important;
    left: 5px;
    right: 0;
    top: auto;
    bottom: -45px;
    z-index: 999;
    text-align: left !important; } }
/*END Sign Up------------------------------------------*/
/*START Interior Top (BANNER)--------------------------------------------------*/
.interior-banner {
  background-color: #69d1ff;
  min-height: 350px;
  overflow: hidden;
  position: relative;
  z-index: 5; }
  .interior-banner .banner-wrapping {
    padding-top: inherit !important;
    height: 100%;
    position: absolute;
    width: 100vw;
    top: 0;
    right: 0; }
    .interior-banner .banner-wrapping img {
      width: 100%;
      object-fit: cover;
      height: 100%;
      max-width: 100%;
      max-height: 100%; }
    .interior-banner .banner-wrapping::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0)); }
  .interior-banner .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: calc((73px / 2));
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10; }
  .interior-banner .title-page {
    max-width: 100%;
    width: 100%;
    z-index: 15; }
    .interior-banner .title-page h1, .interior-banner .title-page h2 {
      font-family: 'Montserrat', sans-serif;
      text-align: center;
      color: white;
      margin-bottom: 0px !important;
      text-transform: uppercase !important;
      text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5); }

@media (min-width: 1200px) {
  .interior-banner {
    height: 671px; } }
/*END Interior Top (BANNER)------------------------------------------*/
.filter-category {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 50px 0 40px !important; }
  .filter-category span {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: 0.88px;
    color: #979797; }
  .filter-category select {
    font-family: 'Montserrat', sans-serif;
    appearance: none;
    background: white url("../images/icons/chevron-down-blue.svg") 95%/auto no-repeat;
    border-radius: 3px;
    border: 1px solid #979797;
    color: #979797;
    display: block;
    font-size: 13px;
    line-height: 1.4;
    margin: 0 35px 0 0;
    max-width: 100% !important;
    min-height: 40px;
    padding: 7px 50px 5px 18px;
    width: 260px;
    -moz-appearance: none;
    -webkit-appearance: none; }
    .filter-category select option {
      color: #979797;
      font-size: 13px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal; }

/*start container post structure*/
.container-blog-post {
  margin-bottom: 40px; }
  .container-blog-post .card, .container-blog-post .single-post {
    border-radius: 4px;
    border: solid 1px rgba(217, 217, 217, 0.65) !important;
    background-color: #ffffff;
    margin-bottom: 27px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    text-decoration: none;
    width: calc(33% - 11px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .container-blog-post .card:hover, .container-blog-post .single-post:hover {
      text-decoration: none;
      box-shadow: 4px 2px 22px 0 rgba(0, 0, 0, 0.06); }
      .container-blog-post .card:hover .body-post::before, .container-blog-post .single-post:hover .body-post::before {
        top: 0; }
    .container-blog-post .card .image-wrapping, .container-blog-post .single-post .image-wrapping {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      height: 178px;
      margin-bottom: 0 !important;
      overflow: hidden;
      padding-top: inherit;
      position: relative;
      width: 100%; }
      .container-blog-post .card .image-wrapping img, .container-blog-post .single-post .image-wrapping img {
        height: 101%;
        object-fit: cover;
        width: 101%; }
    .container-blog-post .card .card-body, .container-blog-post .card .body-post, .container-blog-post .single-post .card-body, .container-blog-post .single-post .body-post {
      background: #fff;
      overflow: hidden;
      padding: 19px 39px 70px;
      position: relative;
      transition: all 0.4s ease; }
      .container-blog-post .card .card-body .card-title, .container-blog-post .card .card-body .card-title a, .container-blog-post .card .body-post .card-title, .container-blog-post .card .body-post .card-title a, .container-blog-post .single-post .card-body .card-title, .container-blog-post .single-post .card-body .card-title a, .container-blog-post .single-post .body-post .card-title, .container-blog-post .single-post .body-post .card-title a {
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        color: #000;
        margin-bottom: 7px; }
      .container-blog-post .card .card-body .date-publish, .container-blog-post .card .body-post .date-publish, .container-blog-post .single-post .card-body .date-publish, .container-blog-post .single-post .body-post .date-publish {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left; }
      .container-blog-post .card .card-body p.card-text, .container-blog-post .card .card-body .content-post, .container-blog-post .card .card-body .content-post p, .container-blog-post .card .body-post p.card-text, .container-blog-post .card .body-post .content-post, .container-blog-post .card .body-post .content-post p, .container-blog-post .single-post .card-body p.card-text, .container-blog-post .single-post .card-body .content-post, .container-blog-post .single-post .card-body .content-post p, .container-blog-post .single-post .body-post p.card-text, .container-blog-post .single-post .body-post .content-post, .container-blog-post .single-post .body-post .content-post p {
        font-family: 'Montserrat', sans-serif;
        color: #000;
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.31;
        letter-spacing: -0.23px; }
      .container-blog-post .card .card-body span.btn-read-more, .container-blog-post .card .body-post span.btn-read-more, .container-blog-post .single-post .card-body span.btn-read-more, .container-blog-post .single-post .body-post span.btn-read-more {
        font-size: 14px; }
      .container-blog-post .card .card-body .button-post, .container-blog-post .card .body-post .button-post, .container-blog-post .single-post .card-body .button-post, .container-blog-post .single-post .body-post .button-post {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 15px 38px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        border-top: 1px solid #d9d9d9; }
        .container-blog-post .card .card-body .button-post span, .container-blog-post .card .body-post .button-post span, .container-blog-post .single-post .card-body .button-post span, .container-blog-post .single-post .body-post .button-post span {
          font-family: 'Montserrat', sans-serif;
          display: flex;
          align-items: center;
          font-size: 10px;
          font-stretch: normal;
          font-style: normal;
          font-weight: 600;
          letter-spacing: normal;
          line-height: normal;
          margin: 0 !important;
          text-transform: uppercase;
          text-align: left;
          color: #67686a; }
        .container-blog-post .card .card-body .button-post .date-post, .container-blog-post .card .body-post .button-post .date-post, .container-blog-post .single-post .card-body .button-post .date-post, .container-blog-post .single-post .body-post .button-post .date-post {
          position: relative;
          display: flex;
          align-items: center;
          margin-right: 25px; }
          .container-blog-post .card .card-body .button-post .date-post::before, .container-blog-post .card .body-post .button-post .date-post::before, .container-blog-post .single-post .card-body .button-post .date-post::before, .container-blog-post .single-post .body-post .button-post .date-post::before {
            content: "";
            display: inline-block;
            background-image: url("../images/icon-calendar.svg");
            width: 15px;
            height: 16px;
            position: relative;
            margin-right: 10px;
            display: none; }
        .container-blog-post .card .card-body .button-post .author-post, .container-blog-post .card .body-post .button-post .author-post, .container-blog-post .single-post .card-body .button-post .author-post, .container-blog-post .single-post .body-post .button-post .author-post {
          position: relative;
          margin-left: 15px; }
          .container-blog-post .card .card-body .button-post .author-post::before, .container-blog-post .card .body-post .button-post .author-post::before, .container-blog-post .single-post .card-body .button-post .author-post::before, .container-blog-post .single-post .body-post .button-post .author-post::before {
            content: "";
            border-radius: 50%;
            display: inline-block;
            height: 3px;
            margin: 0 5px;
            width: 3px;
            background: #67686a;
            position: relative; }
    @media (max-width: 1200px) {
      .container-blog-post .card, .container-blog-post .single-post {
        width: calc(50% - 10px); } }
    @media (max-width: 767px) {
      .container-blog-post .card, .container-blog-post .single-post {
        width: 100%; } }

.section-category-news .filter-category select, .section-category-news .filter-category input {
  border-radius: 10px;
  border: solid 1px #979797;
  background-color: #f4f4f4;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: rgba(99, 99, 99, 0.46); }
.section-category-news .container-news-post {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px; }
.section-category-news .card {
  border: none;
  display: block; }
  .section-category-news .card .image-wrapping {
    height: 227px;
    margin: 0;
    border-radius: 8px;
    margin-bottom: 15px; }
    .section-category-news .card .image-wrapping img {
      height: 100%; }
  .section-category-news .card .card-body {
    padding: 0;
    padding-top: 15px; }
  .section-category-news .card .card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1px;
    color: #69d1ff;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .section-category-news .card address {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: 0.89px;
    color: #636363; }
  .section-category-news .card p.card-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: 1px;
    color: #000000; }

@media only screen and (max-width: 1199.98px) {
  .filter-wrap {
    flex-flow: wrap row;
    justify-content: space-between;
    width: 400px !important;
    margin: 20px auto !important;
    max-width: 100%; }
    .filter-wrap select {
      margin: 20px auto !important;
      width: 100%; } }
@media only screen and (max-width: 991px) {
  .interior-category .filter-category select {
    margin-top: 0;
    min-height: 37px;
    padding: 9px 50px 8px 18px; }

  .container-blog-post .card {
    flex-basis: calc(49% - 10px); }

  .interior-category .single-blog-post .info-single-post {
    text-align: center; }
    .interior-category .single-blog-post .info-single-post .title-post, .interior-category .single-blog-post .info-single-post a, .interior-category .single-blog-post .info-single-post .content-preview, .interior-category .single-blog-post .info-single-post p {
      text-align: center; } }
@media only screen and (max-width: 767px) {
  .interior-category .single-blog-post .info-single-post p, .interior-category .single-blog-post .info-single-post, .interior-category .single-blog-post .info-single-post .title-post {
    text-align: center; }

  .container-blog-post .card {
    flex-basis: 100%; }

  .interior-category .single-blog-post .info-single-post {
    text-align: center; }
    .interior-category .single-blog-post .info-single-post .title-post, .interior-category .single-blog-post .info-single-post a, .interior-category .single-blog-post .info-single-post .content-preview, .interior-category .single-blog-post .info-single-post p {
      text-align: center; }

  .navigation ol.tw-pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0; } }
@media only screen and (max-width: 576px) {
  .interior-category .content-page {
    padding: 0 !important; } }
body:not(.home) {
  /*--- Undesorder List ---*/
  /*--- Undesorder List ---*/
  /*--- Order List ---*/
  /*----- Order List ----- */ }
  body:not(.home) .no-padding .content-page {
    padding-top: 0; }
  body:not(.home) .content-page {
    padding-top: 5rem; }
  body:not(.home) .wp-caption img {
    max-width: 100%;
    height: auto; }
  body:not(.home) .wp-caption .wp-caption-text {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    padding: 5px;
    background: #f0f0f0; }
  body:not(.home) p a, body:not(.home) li a {
    text-decoration: underline; }
    body:not(.home) p a:hover, body:not(.home) li a:hover {
      text-decoration: none; }
    body:not(.home) p a::selection, body:not(.home) li a::selection {
      background-color: #e92b79;
      color: white; }
  body:not(.home) ul.list {
    padding: 0;
    list-style: none; }
    body:not(.home) ul.list br {
      display: none; }
    body:not(.home) ul.list li {
      padding-left: 25px;
      position: relative;
      margin-bottom: 10px; }
      body:not(.home) ul.list li::after {
        content: "";
        background: #e92b79;
        border-radius: 50%;
        display: inline-block;
        left: 0;
        margin-left: 0;
        margin-right: 5px;
        margin-top: 3px;
        position: absolute;
        top: 3px;
        width: 8px;
        height: 8px; }
      body:not(.home) ul.list li ul {
        padding-left: 0px;
        list-style: none; }
        body:not(.home) ul.list li ul li::after {
          content: "";
          background: #e92b79;
          border-radius: 50%;
          display: inline-block;
          left: 0;
          margin-left: 0;
          margin-right: 5px;
          margin-top: 3px;
          position: absolute;
          top: 3px;
          width: 8px;
          height: 8px; }
      body:not(.home) ul.list li ol {
        margin-top: 10px;
        padding: 0;
        list-style: none; }
        body:not(.home) ul.list li ol > li:before {
          counter-increment: section;
          content: counters(item,".") ". ";
          display: table-cell;
          padding-right: 0.6em;
          color: black;
          font-size: inherit;
          font-weight: bold;
          position: relative;
          margin-right: 15px; }
        body:not(.home) ul.list li ol > li ol {
          counter-reset: item; }
          body:not(.home) ul.list li ol > li ol > li:before {
            counter-increment: item;
            content: counters(item,".") " "; }
        body:not(.home) ul.list li ol li {
          position: relative;
          margin-bottom: 10px; }
          body:not(.home) ul.list li ol li::after {
            background: transparent;
            border-radius: 0;
            color: #e92b79;
            display: inline-block;
            font-size: inherit;
            font-weight: bold;
            left: 0;
            padding-right: 0;
            position: absolute;
            top: 0; }
          body:not(.home) ul.list li ol li ol {
            margin-top: 10px;
            padding: 0;
            list-style: none; }
            body:not(.home) ul.list li ol li ol ol {
              margin-left: 42px; }
  body:not(.home) ol.list {
    counter-reset: section;
    list-style-type: none;
    margin-bottom: 1rem;
    padding: 0;
    position: relative; }
    body:not(.home) ol.list > li {
      display: table;
      padding-left: 0;
      counter-increment: item; }
      body:not(.home) ol.list > li:before {
        counter-increment: section;
        content: counters(item,".") ". ";
        display: table-cell;
        padding-right: 0.6em;
        color: black;
        font-size: inherit;
        font-weight: bold;
        position: relative;
        margin-right: 15px; }
      body:not(.home) ol.list > li ol {
        counter-reset: item; }
        body:not(.home) ol.list > li ol > li:before {
          counter-increment: item;
          content: counters(item,".") " "; }
    body:not(.home) ol.list li {
      position: relative;
      margin-bottom: 10px; }
      body:not(.home) ol.list li::after {
        background: transparent;
        border-radius: 0;
        color: #e92b79;
        display: inline-block;
        font-size: inherit;
        font-weight: bold;
        left: 0;
        padding-right: 0;
        position: absolute;
        top: 0; }
      body:not(.home) ol.list li ol {
        margin-top: 10px;
        padding: 0;
        list-style: none; }
        body:not(.home) ol.list li ol ol {
          margin-left: 42px; }
      body:not(.home) ol.list li ul {
        padding: 0;
        list-style: none;
        margin: 10px 0; }
        body:not(.home) ol.list li ul li {
          padding-left: 25px;
          position: relative;
          margin-bottom: 10px; }
          body:not(.home) ol.list li ul li::after {
            content: "";
            background: #e92b79;
            border-radius: 50%;
            display: inline-block;
            left: 0;
            margin-left: 0;
            margin-right: 5px;
            margin-top: 3px;
            position: absolute;
            top: 3px;
            width: 8px;
            height: 8px; }
          body:not(.home) ol.list li ul li ul {
            padding-left: 0px;
            list-style: none; }
            body:not(.home) ol.list li ul li ul li::after {
              content: "";
              background: #e92b79;
              border-radius: 50%;
              display: inline-block;
              left: 0;
              margin-left: 0;
              margin-right: 5px;
              margin-top: 3px;
              position: absolute;
              top: 3px;
              width: 8px;
              height: 8px; }
  body:not(.home) .interior-section-a {
    background: black; }
    body:not(.home) .interior-section-a h1, body:not(.home) .interior-section-a h2, body:not(.home) .interior-section-a h3, body:not(.home) .interior-section-a h4, body:not(.home) .interior-section-a h5, body:not(.home) .interior-section-a h6, body:not(.home) .interior-section-a p, body:not(.home) .interior-section-a p a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6), body:not(.home) .interior-section-a ul, body:not(.home) .interior-section-a ul li, body:not(.home) .interior-section-a ul li ul li {
      color: white !important; }
      body:not(.home) .interior-section-a h1::after, body:not(.home) .interior-section-a h2::after, body:not(.home) .interior-section-a h3::after, body:not(.home) .interior-section-a h4::after, body:not(.home) .interior-section-a h5::after, body:not(.home) .interior-section-a h6::after, body:not(.home) .interior-section-a p::after, body:not(.home) .interior-section-a p a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6)::after, body:not(.home) .interior-section-a ul::after, body:not(.home) .interior-section-a ul li::after, body:not(.home) .interior-section-a ul li ul li::after {
        background: currentColor; }
    body:not(.home) .interior-section-a ol, body:not(.home) .interior-section-a ol li, body:not(.home) .interior-section-a ol li ol li {
      color: white !important; }
      body:not(.home) .interior-section-a ol::before, body:not(.home) .interior-section-a ol li::before, body:not(.home) .interior-section-a ol li ol li::before {
        color: currentColor; }
    body:not(.home) .interior-section-a h2, body:not(.home) .interior-section-a h3, body:not(.home) .interior-section-a h4, body:not(.home) .interior-section-a h5, body:not(.home) .interior-section-a h6 {
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.19;
      letter-spacing: normal; }
    body:not(.home) .interior-section-a a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6) {
      color: inherit !important;
      text-decoration: underline !important; }
      body:not(.home) .interior-section-a a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):hover {
        color: currentColor !important;
        text-decoration: none !important; }
  body:not(.home) .interior-section-b {
    padding-left: 0;
    padding-right: 0; }
    body:not(.home) .interior-section-b h2, body:not(.home) .interior-section-b h3, body:not(.home) .interior-section-b h4, body:not(.home) .interior-section-b h5, body:not(.home) .interior-section-b h6 {
      color: black; }
    body:not(.home) .interior-section-b h2, body:not(.home) .interior-section-b h3, body:not(.home) .interior-section-b h4, body:not(.home) .interior-section-b h5, body:not(.home) .interior-section-b h6 {
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.19;
      letter-spacing: normal; }
    body:not(.home) .interior-section-b .big-link {
      min-height: 130px;
      border: solid 1px #d9d9d9;
      background-color: white;
      display: flex;
      align-items: center;
      justify-content: center; }
      body:not(.home) .interior-section-b .big-link a {
        width: 100%;
        height: 100%;
        position: absolute; }
      body:not(.home) .interior-section-b .big-link:hover {
        background: #69d1ff;
        border-color: #69d1ff; }
        body:not(.home) .interior-section-b .big-link:hover a {
          -webkit-filter: brightness(0%) invert(100%);
          filter: brightness(0%) invert(100%); }
  body:not(.home) .interior-section-c {
    padding: 70px 0; }
    body:not(.home) .interior-section-c:before {
      background: #f7f7f7; }
    body:not(.home) .interior-section-c .wp-block-column.column-7 {
      flex-basis: calc(60% - 16px); }
    body:not(.home) .interior-section-c .wp-block-column.column-5 {
      flex-basis: calc(50% - 16px); }
    body:not(.home) .interior-section-c .wp-block-column:not(:first-child) {
      margin-left: 64px; }
    body:not(.home) .interior-section-c .wp-block-image img {
      height: auto; }
    body:not(.home) .interior-section-c.inverted .wp-media-text {
      order: 1; }
    body:not(.home) .interior-section-c.inverted .wp-block-column:not(:first-child) {
      margin-left: 0;
      margin-right: 64px; }
    body:not(.home) .interior-section-c h1, body:not(.home) .interior-section-c h2, body:not(.home) .interior-section-c h3, body:not(.home) .interior-section-c h4, body:not(.home) .interior-section-c h5, body:not(.home) .interior-section-c h6, body:not(.home) .interior-section-c p, body:not(.home) .interior-section-c p a, body:not(.home) .interior-section-c ul, body:not(.home) .interior-section-c ul li, body:not(.home) .interior-section-c ul li ul li {
      color: black !important; }
      body:not(.home) .interior-section-c h1::after, body:not(.home) .interior-section-c h2::after, body:not(.home) .interior-section-c h3::after, body:not(.home) .interior-section-c h4::after, body:not(.home) .interior-section-c h5::after, body:not(.home) .interior-section-c h6::after, body:not(.home) .interior-section-c p::after, body:not(.home) .interior-section-c p a::after, body:not(.home) .interior-section-c ul::after, body:not(.home) .interior-section-c ul li::after, body:not(.home) .interior-section-c ul li ul li::after {
        background: currentColor; }
    body:not(.home) .interior-section-c h2, body:not(.home) .interior-section-c h3, body:not(.home) .interior-section-c h4, body:not(.home) .interior-section-c h5, body:not(.home) .interior-section-c h6 {
      font-size: 35px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.17;
      letter-spacing: -1.41px;
      margin-bottom: 35px; }
    body:not(.home) .interior-section-c a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6) {
      color: inherit;
      text-decoration: underline; }
    body:not(.home) .interior-section-c figcaption {
      font-family: 'Montserrat', sans-serif;
      font-size: 12px !important;
      font-weight: normal !important;
      font-stretch: normal !important;
      font-style: normal !important;
      line-height: 1.92 !important;
      letter-spacing: -0.16px !important;
      color: #000 !important;
      background: white !important;
      padding: 12px 19px !important; }
  body:not(.home) .interior-section-d {
    background-color: white; }
    body:not(.home) .interior-section-d h1, body:not(.home) .interior-section-d h2, body:not(.home) .interior-section-d h3, body:not(.home) .interior-section-d h4, body:not(.home) .interior-section-d h5, body:not(.home) .interior-section-d h6 {
      color: black; }
    body:not(.home) .interior-section-d h2, body:not(.home) .interior-section-d h3, body:not(.home) .interior-section-d h4, body:not(.home) .interior-section-d h5, body:not(.home) .interior-section-d h6 {
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.19;
      letter-spacing: normal; }
    body:not(.home) .interior-section-d p {
      color: #000; }
    body:not(.home) .interior-section-d a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6) {
      color: #e92b79; }
  body:not(.home) .interior-section-e h1, body:not(.home) .interior-section-e h2, body:not(.home) .interior-section-e h3, body:not(.home) .interior-section-e h4, body:not(.home) .interior-section-e h5, body:not(.home) .interior-section-e h6 {
    color: #e92b79; }
  body:not(.home) .interior-section-e h2, body:not(.home) .interior-section-e h3, body:not(.home) .interior-section-e h4, body:not(.home) .interior-section-e h5, body:not(.home) .interior-section-e h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: -1.41px;
    margin-bottom: 22px; }
  body:not(.home) .interior-section-e p {
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: -0.23px;
    color: #000;
    font-family: 'Montserrat', sans-serif; }
  body:not(.home) .interior-section-f {
    background-color: #cc1560; }
    body:not(.home) .interior-section-f h1, body:not(.home) .interior-section-f h2, body:not(.home) .interior-section-f h3, body:not(.home) .interior-section-f h4, body:not(.home) .interior-section-f h5, body:not(.home) .interior-section-f h6 {
      color: white;
      text-align: inherit; }
    body:not(.home) .interior-section-f h1, body:not(.home) .interior-section-f h2, body:not(.home) .interior-section-f h3, body:not(.home) .interior-section-f h4, body:not(.home) .interior-section-f h5, body:not(.home) .interior-section-f h6, body:not(.home) .interior-section-f p, body:not(.home) .interior-section-f p a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6), body:not(.home) .interior-section-f ul, body:not(.home) .interior-section-f ul li, body:not(.home) .interior-section-f ul li ul li {
      color: white !important; }
      body:not(.home) .interior-section-f h1::after, body:not(.home) .interior-section-f h2::after, body:not(.home) .interior-section-f h3::after, body:not(.home) .interior-section-f h4::after, body:not(.home) .interior-section-f h5::after, body:not(.home) .interior-section-f h6::after, body:not(.home) .interior-section-f p::after, body:not(.home) .interior-section-f p a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6)::after, body:not(.home) .interior-section-f ul::after, body:not(.home) .interior-section-f ul li::after, body:not(.home) .interior-section-f ul li ul li::after {
        background: currentColor; }
    body:not(.home) .interior-section-f ol, body:not(.home) .interior-section-f ol li, body:not(.home) .interior-section-f ol li ol li {
      color: white !important; }
      body:not(.home) .interior-section-f ol::before, body:not(.home) .interior-section-f ol li::before, body:not(.home) .interior-section-f ol li ol li::before {
        color: currentColor; }
    body:not(.home) .interior-section-f p, body:not(.home) .interior-section-f a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6), body:not(.home) .interior-section-f ul.list li {
      color: white !important;
      font-weight: inherit;
      font-size: 18px; }
    body:not(.home) .interior-section-f .list-title {
      display: block;
      text-align: inherit;
      color: inherit; }
      body:not(.home) .interior-section-f .list-title strong {
        color: white !important; }
    body:not(.home) .interior-section-f a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6) {
      color: inherit !important;
      text-decoration: underline !important; }
      body:not(.home) .interior-section-f a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):hover {
        color: currentColor !important;
        text-decoration: none !important; }
  body:not(.home) .interior-section-g {
    padding: 39px 0 52px; }
    body:not(.home) .interior-section-g h1, body:not(.home) .interior-section-g h2, body:not(.home) .interior-section-g h3, body:not(.home) .interior-section-g h4, body:not(.home) .interior-section-g h5, body:not(.home) .interior-section-g h6 {
      font-family: 'Montserrat', sans-serif;
      font-size: 32px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.19;
      letter-spacing: normal;
      color: #69d1ff;
      text-transform: none; }
    body:not(.home) .interior-section-g .icon-title {
      width: 109.4px;
      height: 119.4px;
      margin: 0 auto 23px; }
      body:not(.home) .interior-section-g .icon-title img {
        object-fit: contain; }
    body:not(.home) .interior-section-g.infographic-container img {
      width: 100%; }
    body:not(.home) .interior-section-g.infographic-container a {
      display: block; }
  body:not(.home) .interior-section-h {
    padding: 46px 0 42px; }
    body:not(.home) .interior-section-h h1, body:not(.home) .interior-section-h h2, body:not(.home) .interior-section-h h3, body:not(.home) .interior-section-h h4, body:not(.home) .interior-section-h h5, body:not(.home) .interior-section-h h6 {
      font-family: 'Montserrat', sans-serif;
      font-size: 32px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.19;
      letter-spacing: normal;
      color: #69d1ff;
      text-transform: none; }
  body:not(.home) .interior-section-i {
    background: #69d1ff; }
    body:not(.home) .interior-section-i p, body:not(.home) .interior-section-i p a, body:not(.home) .interior-section-i ul, body:not(.home) .interior-section-i ul li, body:not(.home) .interior-section-i ul li ul li, body:not(.home) .interior-section-i strong, body:not(.home) .interior-section-i span {
      color: black !important; }
      body:not(.home) .interior-section-i p::after, body:not(.home) .interior-section-i p a::after, body:not(.home) .interior-section-i ul::after, body:not(.home) .interior-section-i ul li::after, body:not(.home) .interior-section-i ul li ul li::after, body:not(.home) .interior-section-i strong::after, body:not(.home) .interior-section-i span::after {
        background: black; }
    body:not(.home) .interior-section-i h1, body:not(.home) .interior-section-i h2, body:not(.home) .interior-section-i h3, body:not(.home) .interior-section-i h4, body:not(.home) .interior-section-i h5, body:not(.home) .interior-section-i h6 {
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.19;
      letter-spacing: normal;
      color: black !important; }
    body:not(.home) .interior-section-i ol, body:not(.home) .interior-section-i ol li, body:not(.home) .interior-section-i ol li ol li {
      color: black !important; }
      body:not(.home) .interior-section-i ol::before, body:not(.home) .interior-section-i ol li::before, body:not(.home) .interior-section-i ol li ol li::before {
        color: black; }
    body:not(.home) .interior-section-i a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6) {
      color: black !important;
      text-decoration: underline !important; }
      body:not(.home) .interior-section-i a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):hover {
        color: black !important;
        text-decoration: none !important; }
  body:not(.home) .interior-section-j {
    padding: 64px 0; }
    body:not(.home) .interior-section-j .filter-container .inner-title {
      font-family: 'Montserrat', sans-serif;
      font-size: 18px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.44;
      letter-spacing: normal;
      text-align: left;
      color: black;
      border-bottom: solid 2px #d9d9d9;
      display: block;
      padding-bottom: 10px;
      margin-bottom: 10px; }
    body:not(.home) .interior-section-j .filter-container .filter-1 {
      margin-bottom: 23px; }
      body:not(.home) .interior-section-j .filter-container .filter-1 .label {
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: normal;
        text-align: left;
        color: black;
        display: block;
        padding-bottom: 10px;
        margin-bottom: 10px; }
      body:not(.home) .interior-section-j .filter-container .filter-1 .asp_main_container {
        background: transparent !important; }
        body:not(.home) .interior-section-j .filter-container .filter-1 .asp_main_container .probox {
          height: 58px !important;
          background: transparent !important;
          border: 1px solid #d9d9d9 !important;
          border-radius: 58px !important; }
          body:not(.home) .interior-section-j .filter-container .filter-1 .asp_main_container .probox .promagnifier, body:not(.home) .interior-section-j .filter-container .filter-1 .asp_main_container .probox .prosettings, body:not(.home) .interior-section-j .filter-container .filter-1 .asp_main_container .probox .proinput {
            height: 58px !important; }
            body:not(.home) .interior-section-j .filter-container .filter-1 .asp_main_container .probox .promagnifier input, body:not(.home) .interior-section-j .filter-container .filter-1 .asp_main_container .probox .promagnifier .asp_text_button, body:not(.home) .interior-section-j .filter-container .filter-1 .asp_main_container .probox .prosettings input, body:not(.home) .interior-section-j .filter-container .filter-1 .asp_main_container .probox .prosettings .asp_text_button, body:not(.home) .interior-section-j .filter-container .filter-1 .asp_main_container .probox .proinput input, body:not(.home) .interior-section-j .filter-container .filter-1 .asp_main_container .probox .proinput .asp_text_button {
              height: 58px !important;
              color: black !important;
              text-shadow: none; }
            body:not(.home) .interior-section-j .filter-container .filter-1 .asp_main_container .probox .promagnifier div.innericon, body:not(.home) .interior-section-j .filter-container .filter-1 .asp_main_container .probox .prosettings div.innericon, body:not(.home) .interior-section-j .filter-container .filter-1 .asp_main_container .probox .proinput div.innericon {
              height: 58px !important; }
              body:not(.home) .interior-section-j .filter-container .filter-1 .asp_main_container .probox .promagnifier div.innericon svg, body:not(.home) .interior-section-j .filter-container .filter-1 .asp_main_container .probox .prosettings div.innericon svg, body:not(.home) .interior-section-j .filter-container .filter-1 .asp_main_container .probox .proinput div.innericon svg {
                fill: #959595 !important; }
          body:not(.home) .interior-section-j .filter-container .filter-1 .asp_main_container .probox .promagnifier {
            width: 58px !important;
            display: flex;
            justify-content: center;
            align-items: center;
            background: transparent !important; }
          body:not(.home) .interior-section-j .filter-container .filter-1 .asp_main_container .probox .proinput {
            margin: 0px 0 0 30px !important; }
            body:not(.home) .interior-section-j .filter-container .filter-1 .asp_main_container .probox .proinput .orig {
              color: black !important;
              text-shadow: none;
              font-family: 'Montserrat', sans-serif !important;
              font-size: 14px !important;
              /* firefox 19+ */
              /* ie */ }
              body:not(.home) .interior-section-j .filter-container .filter-1 .asp_main_container .probox .proinput .orig::-webkit-input-placeholder {
                color: black;
                opacity: 1;
                font-family: 'Montserrat', sans-serif !important;
                font-size: 14px !important;
                font-weight: 500 !important; }
              body:not(.home) .interior-section-j .filter-container .filter-1 .asp_main_container .probox .proinput .orig::-moz-placeholder {
                color: black;
                opacity: 1;
                font-family: 'Montserrat', sans-serif !important;
                font-size: 14px !important;
                font-weight: 500 !important; }
              body:not(.home) .interior-section-j .filter-container .filter-1 .asp_main_container .probox .proinput .orig:-ms-input-placeholder {
                color: black;
                opacity: 1;
                font-family: 'Montserrat', sans-serif !important;
                font-size: 14px !important;
                font-weight: 500 !important; }
              body:not(.home) .interior-section-j .filter-container .filter-1 .asp_main_container .probox .proinput .orig:active, body:not(.home) .interior-section-j .filter-container .filter-1 .asp_main_container .probox .proinput .orig:focus {
                box-shadow: none;
                border-color: #69d1ff;
                outline: none;
                color: #69d1ff;
                /* firefox 19+ */
                /* ie */ }
                body:not(.home) .interior-section-j .filter-container .filter-1 .asp_main_container .probox .proinput .orig:active::-webkit-input-placeholder, body:not(.home) .interior-section-j .filter-container .filter-1 .asp_main_container .probox .proinput .orig:focus::-webkit-input-placeholder {
                  color: #e92b79;
                  opacity: 1;
                  font-family: 'Montserrat', sans-serif !important;
                  font-size: 14px !important;
                  font-weight: 500 !important; }
                body:not(.home) .interior-section-j .filter-container .filter-1 .asp_main_container .probox .proinput .orig:active::-moz-placeholder, body:not(.home) .interior-section-j .filter-container .filter-1 .asp_main_container .probox .proinput .orig:focus::-moz-placeholder {
                  color: #e92b79;
                  opacity: 1;
                  font-family: 'Montserrat', sans-serif !important;
                  font-size: 14px !important;
                  font-weight: 500 !important; }
                body:not(.home) .interior-section-j .filter-container .filter-1 .asp_main_container .probox .proinput .orig:active:-ms-input-placeholder, body:not(.home) .interior-section-j .filter-container .filter-1 .asp_main_container .probox .proinput .orig:focus:-ms-input-placeholder {
                  color: #e92b79;
                  opacity: 1;
                  font-family: 'Montserrat', sans-serif !important;
                  font-size: 14px !important;
                  font-weight: 500 !important; }
          body:not(.home) .interior-section-j .filter-container .filter-1 .asp_main_container .probox .proclose {
            height: 58px !important; }
    body:not(.home) .interior-section-j .filter-container .filter-2 .label {
      font-family: 'Montserrat', sans-serif;
      font-size: 18px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.44;
      letter-spacing: normal;
      text-align: left;
      color: black;
      border-bottom: solid 2px #d9d9d9;
      display: block;
      padding-bottom: 10px;
      margin-bottom: 23px; }
    body:not(.home) .interior-section-j .filter-container .filter-2 .mdf_shortcode_container .data-filter-section-title {
      font-family: 'Montserrat', sans-serif;
      font-size: 16px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.63;
      letter-spacing: normal;
      margin-bottom: 23px; }
    body:not(.home) .interior-section-j .filter-container .filter-2 .mdf_shortcode_container ul.mdf_taxonomy_check_list {
      padding-left: 15px; }
      body:not(.home) .interior-section-j .filter-container .filter-2 .mdf_shortcode_container ul.mdf_taxonomy_check_list li {
        display: flex;
        padding-right: 10px; }
    body:not(.home) .interior-section-j .filter-container .filter-2 .mdf_shortcode_container .icheckbox_flat-aero {
      background-image: url("../images/checkbox.svg");
      background-size: 176px 22px;
      flex-shrink: 0; }
    body:not(.home) .interior-section-j .card {
      border: solid 2px rgba(216, 216, 216, 0.65);
      border-radius: 5px; }
      body:not(.home) .interior-section-j .card .img-wrap {
        height: 157.1px;
        margin: 0; }
      body:not(.home) .interior-section-j .card .card-body {
        padding: 35px;
        display: flex;
        flex-direction: column; }
      body:not(.home) .interior-section-j .card .card-title {
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: -0.32px;
        color: black; }
      body:not(.home) .interior-section-j .card .card-text p {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.36;
        letter-spacing: -0.25px;
        color: #3c3d3c; }
      body:not(.home) .interior-section-j .card .link {
        margin-bottom: 23px; }
      body:not(.home) .interior-section-j .card .tag-categories {
        padding-top: 18px;
        margin-top: auto;
        border-top: 1px solid rgba(216, 216, 216, 0.65);
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
      body:not(.home) .interior-section-j .card .tag {
        font-size: 11px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.27;
        letter-spacing: -0.2px;
        color: black;
        text-transform: uppercase;
        padding: 12px;
        border: solid 1px #d9d9d9;
        background-color: white;
        margin: 4px;
        display: inline-flex;
        align-items: center;
        text-decoration: none; }
        body:not(.home) .interior-section-j .card .tag::before {
          content: '';
          display: inline-flex;
          margin-right: 4px;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background-color: currentColor;
          position: relative; }
        body:not(.home) .interior-section-j .card .tag:hover {
          background: #d9d9d9; }
  body:not(.home) .interior-section-k {
    padding: 98px 0; }
    body:not(.home) .interior-section-k h2 {
      font-size: 28px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.21;
      letter-spacing: normal;
      margin-bottom: 22px; }
    body:not(.home) .interior-section-k h3 {
      font-size: 18px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.22;
      letter-spacing: normal; }
    body:not(.home) .interior-section-k .single-box {
      margin-bottom: 33px; }
    body:not(.home) .interior-section-k .card {
      border-radius: 0; }
      body:not(.home) .interior-section-k .card.card-style-2 {
        border: none; }
        body:not(.home) .interior-section-k .card.card-style-2 .card-body {
          border: 1px solid rgba(0, 0, 0, 0.125); }
        body:not(.home) .interior-section-k .card.card-style-2 .card-footer {
          border: none; }
    body:not(.home) .interior-section-k .card-header {
      background: white;
      margin: .75rem 1.25rem 0;
      padding-left: 0;
      padding-right: 0; }
    body:not(.home) .interior-section-k .card-footer {
      padding: 39px 45px; }
    body:not(.home) .interior-section-k .card-title {
      font-size: 18px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.44;
      letter-spacing: normal;
      color: black;
      margin: 0; }
    body:not(.home) .interior-section-k .link {
      font-size: 16px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.63;
      letter-spacing: normal;
      color: black;
      margin-bottom: 12px;
      display: block; }
      body:not(.home) .interior-section-k .link:last-child {
        margin-bottom: 0; }
  body:not(.home) .interior-section-l {
    background: #f7f7f7;
    padding: 45px 0; }
    body:not(.home) .interior-section-l a.d-block {
      text-decoration: none; }
    body:not(.home) .interior-section-l .swiper-container:before {
      content: '';
      display: none;
      width: 50vw;
      height: 428px;
      background-image: linear-gradient(to right, #f8f8f8 10%, rgba(248, 248, 248, 0.75) 64%, rgba(248, 248, 248, 0));
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
    body:not(.home) .interior-section-l .swiper-container:after {
      content: '';
      display: none;
      width: 50vw;
      height: 428px;
      background-image: linear-gradient(to left, #f8f8f8 10%, rgba(248, 248, 248, 0.75) 64%, rgba(248, 248, 248, 0));
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2; }
    body:not(.home) .interior-section-l .swiper-slide .card-body {
      opacity: 0; }
    body:not(.home) .interior-section-l .swiper-slide-active .card-body {
      opacity: 1;
      -webkit-animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s both;
      animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s both; }
    body:not(.home) .interior-section-l .swiper-slide-active .img-wrap img {
      width: 125%;
      height: 125%; }
    body:not(.home) .interior-section-l .swiper-button-prev,
    body:not(.home) .interior-section-l .swiper-button-next {
      width: 46px;
      height: 46px;
      opacity: 1;
      margin: 0;
      border: 1px solid black;
      border-radius: 50%;
      overflow: hidden;
      background: white;
      top: 70px; }
      body:not(.home) .interior-section-l .swiper-button-prev::before,
      body:not(.home) .interior-section-l .swiper-button-next::before {
        content: '';
        display: block;
        background: url("../images/icons/arrow-btn.svg") no-repeat;
        background-size: 14px 7px;
        background-position: center;
        width: 100%;
        height: 100%;
        -webkit-filter: brightness(100%) invert(0%);
        filter: brightness(100%) invert(0%); }
      body:not(.home) .interior-section-l .swiper-button-prev:hover,
      body:not(.home) .interior-section-l .swiper-button-next:hover {
        background: black; }
        body:not(.home) .interior-section-l .swiper-button-prev:hover::before,
        body:not(.home) .interior-section-l .swiper-button-next:hover::before {
          -webkit-filter: brightness(0%) invert(100%);
          filter: brightness(0%) invert(100%);
          opacity: 1; }
    body:not(.home) .interior-section-l .swiper-button-prev {
      transform: scaleX(-1); }
    body:not(.home) .interior-section-l .card {
      border: none;
      border-radius: 0;
      background: transparent; }
    body:not(.home) .interior-section-l .img-wrap {
      height: 200px;
      margin: 0; }
      body:not(.home) .interior-section-l .img-wrap img {
        transition: 1s; }
    body:not(.home) .interior-section-l .card-body {
      background: white;
      padding: 30px 15px;
      margin: 0 15px;
      margin-top: -30px;
      position: relative;
      z-index: 5;
      display: flex;
      flex-direction: column; }
    body:not(.home) .interior-section-l .card-title {
      font-size: 18px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.22;
      letter-spacing: normal;
      color: black; }
    body:not(.home) .interior-section-l .card-text p {
      font-size: 16px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.38;
      letter-spacing: normal;
      color: black; }
    body:not(.home) .interior-section-l .link {
      margin-top: auto; }
@-webkit-keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-130deg);
    transform: rotateX(-130deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1; } }
@keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-130deg);
    transform: rotateX(-130deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1; } }
  body:not(.home) .interior-section-m {
    position: relative;
    background: #69d1ff;
    padding: 70px 0; }
    body:not(.home) .interior-section-m:before {
      content: '';
      display: block;
      width: 100vw;
      height: 101%;
      background: #69d1ff;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1; }
    body:not(.home) .interior-section-m a.d-block {
      text-decoration: none; }
    body:not(.home) .interior-section-m .card {
      border: none;
      z-index: 2; }
    body:not(.home) .interior-section-m .img-wrap {
      height: 200px;
      margin: 0;
      width: 100%;
      margin-left: 0;
      z-index: 0;
      display: none; }
    body:not(.home) .interior-section-m .card-body {
      padding: 20px; }
    body:not(.home) .interior-section-m .card-title {
      font-size: 18px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.22;
      letter-spacing: normal;
      color: black; }
    body:not(.home) .interior-section-m .card-text {
      /*--- Undesorder List ---*/
      /*--- Order List ---*/
      /*----- Order List ----- */ }
      body:not(.home) .interior-section-m .card-text p {
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.38;
        letter-spacing: normal;
        color: black; }
      body:not(.home) .interior-section-m .card-text ul {
        padding: 0;
        list-style: none; }
        body:not(.home) .interior-section-m .card-text ul br {
          display: none; }
        body:not(.home) .interior-section-m .card-text ul li {
          padding-left: 25px;
          position: relative;
          margin-bottom: 10px;
          font-weight: 500; }
          body:not(.home) .interior-section-m .card-text ul li::after {
            content: "";
            background: #e92b79;
            border-radius: 50%;
            display: inline-block;
            left: 0;
            margin-left: 0;
            margin-right: 5px;
            margin-top: 3px;
            position: absolute;
            top: 3px;
            width: 8px;
            height: 8px; }
          body:not(.home) .interior-section-m .card-text ul li ul {
            padding-left: 0px;
            list-style: none; }
            body:not(.home) .interior-section-m .card-text ul li ul li::after {
              background: #e92b79; }
          body:not(.home) .interior-section-m .card-text ul li ol {
            margin-top: 10px;
            padding: 0;
            list-style: none; }
      body:not(.home) .interior-section-m .card-text ol {
        counter-reset: section;
        list-style-type: none;
        margin-bottom: 1rem;
        padding: 0;
        position: relative; }
        body:not(.home) .interior-section-m .card-text ol > li {
          display: table;
          padding-left: 0;
          counter-increment: item;
          font-weight: 500; }
          body:not(.home) .interior-section-m .card-text ol > li:before {
            counter-increment: section;
            content: counters(item,".") ". ";
            display: table-cell;
            padding-right: 0.6em;
            color: black;
            font-size: inherit;
            font-weight: bold;
            position: relative;
            margin-right: 15px; }
          body:not(.home) .interior-section-m .card-text ol > li ol {
            counter-reset: item; }
            body:not(.home) .interior-section-m .card-text ol > li ol > li:before {
              counter-increment: item;
              content: counters(item,".") " "; }
        body:not(.home) .interior-section-m .card-text ol li {
          position: relative;
          margin-bottom: 10px; }
          body:not(.home) .interior-section-m .card-text ol li::after {
            background: transparent;
            border-radius: 0;
            color: #e92b79;
            display: inline-block;
            font-size: inherit;
            font-weight: bold;
            left: 0;
            padding-right: 0;
            position: absolute;
            top: 0; }
          body:not(.home) .interior-section-m .card-text ol li ol {
            margin-top: 10px;
            padding: 0;
            list-style: none; }
            body:not(.home) .interior-section-m .card-text ol li ol ol {
              margin-left: 42px; }
    body:not(.home) .interior-section-m .inverted .col-12:first-child {
      order: 2; }
    body:not(.home) .interior-section-m .inverted .img-wrap {
      margin-left: 0;
      margin-right: -10%; }
  body:not(.home) .carousel_block_testimonials.bg-green {
    background-color: #e92b79; }
  body:not(.home) .carousel_block_testimonials #carousel__testimonials .content-testimonial h2, body:not(.home) .carousel_block_testimonials #carousel__testimonials .content-testimonial h3, body:not(.home) .carousel_block_testimonials #carousel__testimonials .content-testimonial h4, body:not(.home) .carousel_block_testimonials #carousel__testimonials .content-testimonial h5 {
    color: white; }
  body:not(.home) .carousel_block_testimonials #carousel__testimonials .content-testimonial p, body:not(.home) .carousel_block_testimonials #carousel__testimonials .content-testimonial strong, body:not(.home) .carousel_block_testimonials #carousel__testimonials .content-testimonial em,
  body:not(.home) .carousel_block_testimonials #carousel__testimonials .content-testimonial .quote,
  body:not(.home) .carousel_block_testimonials #carousel__testimonials .content-testimonial cite {
    color: white;
    font-family: 'Montserrat', sans-serif; }
  body:not(.home) .carousel_block_testimonials #carousel__testimonials .content-testimonial cite::before {
    background-color: white; }
  body:not(.home) .carousel_block_testimonials #carousel__testimonials .carousel-indicators {
    display: none; }
  body:not(.home) .carousel_block_testimonials #carousel__testimonials .carousel-indicators li.active {
    background-color: white; }
  body:not(.home) .carousel_block_testimonials #carousel__testimonials .carousel-indicators li {
    border: 1px solid white; }
  body:not(.home) .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side .frame-rounded,
  body:not(.home) .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side .rounded-img,
  body:not(.home) .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side img {
    height: 100%;
    object-fit: cover; }
  body:not(.home) .carousel_block_testimonials .container, body:not(.home) .carousel_block_testimonials #carousel__testimonials .row-block-testimonial {
    height: 100%; }
  body:not(.home) .carousel_block_testimonials .container-control {
    padding-top: 52px; }
  body:not(.home) .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side {
    padding-top: 76px !important; }
  body:not(.home) .wp-block-columns .wp-block-column.column-3 {
    margin-left: auto;
    flex-basis: calc(25% - 16px);
    flex-grow: 0; }
  body:not(.home) .carousel_block_testimonials .container-control .carousel-control-next, body:not(.home) .carousel_block_testimonials .container-control .carousel-control-prev {
    height: 23px;
    width: 35px;
    -webkit-filter: brightness(0%) invert(100%);
    filter: brightness(0%) invert(100%);
    transition: 0ms; }
    body:not(.home) .carousel_block_testimonials .container-control .carousel-control-next:hover, body:not(.home) .carousel_block_testimonials .container-control .carousel-control-prev:hover {
      -webkit-filter: brightness(100%) invert(0%);
      filter: brightness(100%) invert(0%); }
  body:not(.home) .carousel_block_testimonials .container-control {
    width: 103px; }
  body:not(.home) .buttons-block a, body:not(.home) .buttons-block button, body:not(.home) .buttons-block span {
    margin-bottom: 10px; }
  body:not(.home) .wp-block-media-text {
    display: flex !important;
    flex-direction: column; }
    body:not(.home) .wp-block-media-text .wp-block-media-text__media {
      order: 0;
      margin-bottom: 30px; }
    body:not(.home) .wp-block-media-text .wp-block-media-text__content {
      order: 1; }

@media (min-width: 576px) {
  body.page .interior-section-l .card-body {
    padding: 30px 45px;
    margin: 0 30px;
    margin-top: -30px; }

  body.page .interior-section-l .img-wrap {
    height: 428px; }

  body.page .interior-section-l .swiper-container::before,
  body.page .interior-section-l .swiper-container::after {
    display: block; }

  body.page .interior-section-l .swiper-button-prev, body.page .interior-section-l .swiper-button-next {
    top: 170px; }

  body.page .interior-section-m .card-body {
    padding: 50px; }

  body:not(.home) .interior-section-j .filter-container .filter-2 .mdf_shortcode_container ul.mdf_taxonomy_check_list {
    display: grid;
    grid-template-columns: 1fr 1fr; } }
@media (min-width: 768px) {
  body.page .interior-section-l .swiper-slide {
    width: 494px; }

  body .wp-block-media-text .wp-block-media-text__content {
    padding-right: 0; }
  body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 8%; }
  body .wp-block-media-text .wp-block-media-text__media {
    width: 100% !important; } }
@media (min-width: 992px) {
  body.page .interior-section-m .img-wrap {
    height: 517px;
    width: 110%;
    margin-left: -10%;
    display: block; }

  body.page .interior-section-m .inverted .img-wrap {
    margin-left: 0;
    margin-right: -10%; }

  body:not(.home) .wp-block-media-text {
    display: grid !important; }
    body:not(.home) .wp-block-media-text .wp-block-media-text__content {
      padding-right: 0; }
    body:not(.home) .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
      padding-left: 0;
      padding-right: 8%; }
    body:not(.home) .wp-block-media-text .wp-block-media-text__media {
      width: 100% !important;
      margin: 0; }

  body:not(.home) .interior-section-j .filter-container .filter-2 .mdf_shortcode_container ul.mdf_taxonomy_check_list {
    display: grid;
    grid-template-columns: 1fr; } }
/*START Error Page------------------------------------------*/
.interior-404 {
  padding-top: 40px; }

.fourerror {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  margin: 0 auto;
  width: 535px;
  max-width: 100%; }
  .fourerror .ghost-404 {
    position: relative;
    height: 230px;
    margin: 0 auto;
    width: 140px; }
    .fourerror .ghost-404 .ghost-icon, .fourerror .ghost-404 .ghost-base {
      display: block;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      background-color: transparent;
      position: relative;
      width: 130px; }
    .fourerror .ghost-404 .ghost-icon {
      background-image: url("../images/icons/ghost.svg");
      height: 132px; }
    .fourerror .ghost-404 .ghost-base {
      background-image: url("../images/icons/base-ghost.svg");
      height: 17px;
      margin-top: 30px; }
  .fourerror h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #69d1ff; }
  .fourerror p {
    font-size: 24px !important;
    text-align: center !important;
    color: #000000 !important; }
  .fourerror a[class^="btn-"] {
    margin: 40px auto; }

/*END Error Page------------------------------------------*/
.container-paginator {
  background-color: #ffffff;
  margin: 0 auto 30px;
  max-width: 100%;
  padding: 10px 0px;
  width: 100%;
  border-radius: 0;
  box-shadow: none; }

.pagination, .navigation {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px auto 30px;
  position: relative; }
  .pagination .page-numbers.current, .pagination .current, .navigation .page-numbers.current, .navigation .current {
    position: relative;
    z-index: 0; }
    .pagination .page-numbers.current::after, .pagination .current::after, .navigation .page-numbers.current::after, .navigation .current::after {
      content: '';
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: black;
      border-radius: 50%;
      height: 48px;
      left: 50%;
      position: absolute;
      top: 50%;
      width: 47px;
      z-index: -1; }
  .pagination ol, .navigation ol {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0; }
    .pagination ol li, .navigation ol li {
      padding: 0 !important;
      margin: 10px !important; }
      .pagination ol li:first-child, .navigation ol li:first-child {
        display: flex;
        align-items: center; }
      .pagination ol li::before, .navigation ol li::before {
        display: none !important; }
  .pagination .navigation, .pagination .pagination, .pagination .page-numbers, .pagination .pagination.current, .pagination .nav-links > a, .pagination .page, .pagination .next, .pagination .prev, .navigation .navigation, .navigation .pagination, .navigation .page-numbers, .navigation .pagination.current, .navigation .nav-links > a, .navigation .page, .navigation .next, .navigation .prev {
    font-family: 'Montserrat', sans-serif;
    background: transparent;
    border: none !important;
    color: black;
    display: inline-block;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 800;
    letter-spacing: normal;
    line-height: normal;
    margin: 12px 25px;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease; }
    .pagination .navigation:hover, .pagination .pagination:hover, .pagination .page-numbers:hover, .pagination .pagination.current:hover, .pagination .nav-links > a:hover, .pagination .page:hover, .pagination .next:hover, .pagination .prev:hover, .navigation .navigation:hover, .navigation .pagination:hover, .navigation .page-numbers:hover, .navigation .pagination.current:hover, .navigation .nav-links > a:hover, .navigation .page:hover, .navigation .next:hover, .navigation .prev:hover {
      text-decoration: none;
      border-color: #000; }
    .pagination .navigation.current, .pagination .pagination.current, .pagination .page-numbers.current, .pagination .pagination.current.current, .pagination .nav-links > a.current, .pagination .page.current, .pagination .next.current, .pagination .prev.current, .navigation .navigation.current, .navigation .pagination.current, .navigation .page-numbers.current, .navigation .pagination.current.current, .navigation .nav-links > a.current, .navigation .page.current, .navigation .next.current, .navigation .prev.current {
      color: #ffffff; }

@media only screen and (max-width: 991px) {
  .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap; } }
@media only screen and (max-width: 767px) {
  .pagination {
    padding: 0 10px !important; } }
body.search h1 span {
  font-size: inherit; }

.content-search {
  padding-top: 50px; }

.search-section {
  display: none;
  background: #69d1ff;
  z-index: 9999;
  position: relative; }

div.search {
  font-family: 'Montserrat', sans-serif;
  background: #69d1ff;
  display: block;
  position: relative; }
  div.search::before {
    content: "";
    background: #69d1ff;
    opacity: 0.5;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px; }
  div.search::after {
    content: "";
    background: #69d1ff;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    right: 0;
    top: 0;
    width: 1px; }
  div.search .screen-reader-text {
    display: none; }
  div.search .fa-times {
    color: white;
    cursor: pointer;
    font-size: 14px;
    margin-right: 10px;
    opacity: 0.5;
    transition: 0.3s; }
    div.search .fa-times:hover {
      text-decoration: none;
      opacity: 1; }
  div.search #searchsubmit {
    background: transparent url("../images/icons/search-icon-color.png") no-repeat;
    background-color: #eaf8ff;
    background-position: center;
    background-size: 24px 24px;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: 12px;
    height: 40px;
    margin-left: -4px;
    opacity: 0.7;
    text-indent: -99999999px;
    text-transform: uppercase;
    transition: 0.4s;
    vertical-align: middle;
    width: 50px; }
    div.search #searchsubmit:hover {
      background-size: 18px 18px;
      opacity: 1; }
  div.search #s {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    height: 40px;
    padding: 5px 15px;
    vertical-align: middle;
    width: calc(100% - 70px); }
    div.search #s:hover, div.search #s:focus, div.search #s:active {
      outline: none;
      box-shadow: none; }
    div.search #s::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff; }
    div.search #s::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff; }
    div.search #s:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff; }
    div.search #s:-moz-placeholder {
      /* Firefox 18- */
      color: #fff; }
    div.search #s:-webkit-autofill, div.search #s:-webkit-autofill:hover, div.search #s:-webkit-autofill:focus, div.search #s:-webkit-autofill, div.search #s:-webkit-autofill:hover, div.search #s:-webkit-autofill:focus, div.search #s:-webkit-autofill, div.search #s:-webkit-autofill:hover, div.search #s:-webkit-autofill:focus {
      background: transparent !important;
      color: #ffffff !important;
      -webkit-text-fill-color: #ffffff !important;
      transition: background-color 5000s ease-in-out 0s; }
  @media (max-width: 1200px) {
    div.search #s {
      height: 40px; } }

/*START Search Page------------------------------------------*/
body.search-results {
  display: block;
  padding-top: 0px;
  margin-left: 0; }
  body.search-results .content-search h1.search-title {
    font-size: 30px;
    text-transform: none; }
  body.search-results .content-search ul.search-list-result {
    padding: 0;
    margin: 0;
    text-align: left; }
    body.search-results .content-search ul.search-list-result li {
      list-style-type: none;
      margin: 0;
      padding: 0;
      margin-bottom: 30px;
      line-height: 1.66; }
      body.search-results .content-search ul.search-list-result li::before {
        content: none !important; }
      body.search-results .content-search ul.search-list-result li h3 {
        margin-bottom: 20px;
        font-family: 'Montserrat', sans-serif;
        display: block; }
        body.search-results .content-search ul.search-list-result li h3 a {
          color: #69d1ff;
          font-size: 30px;
          font-family: 'Montserrat', sans-serif;
          line-height: 1.4;
          padding-bottom: 5px;
          text-decoration: none;
          border-bottom: 2px solid #69d1ff;
          display: inline; }
      body.search-results .content-search ul.search-list-result li .read-more {
        margin-top: 0px;
        text-align: left;
        padding: 10px 0;
        display: block; }
        body.search-results .content-search ul.search-list-result li .read-more a.read-more {
          font-family: 'Montserrat', sans-serif !important;
          font-size: 12px !important;
          font-weight: bold !important;
          font-stretch: normal !important;
          font-style: normal !important;
          line-height: 1 !important;
          letter-spacing: normal !important;
          color: black !important;
          text-transform: none;
          text-decoration: none !important;
          background-color: transparent;
          border-radius: 50px !important;
          border: none;
          box-shadow: none;
          display: inline-flex !important;
          align-items: center;
          overflow-wrap: break-word;
          padding: 0;
          position: relative; }
          body.search-results .content-search ul.search-list-result li .read-more a.read-more:hover, body.search-results .content-search ul.search-list-result li .read-more a.read-more:focus, body.search-results .content-search ul.search-list-result li .read-more a.read-more:active {
            text-decoration: none; }
            body.search-results .content-search ul.search-list-result li .read-more a.read-more:hover::after, body.search-results .content-search ul.search-list-result li .read-more a.read-more:focus::after, body.search-results .content-search ul.search-list-result li .read-more a.read-more:active::after {
              margin-left: 19px; }
          body.search-results .content-search ul.search-list-result li .read-more a.read-more::after {
            content: "";
            display: block;
            position: relative;
            background-image: url("../images/icons/arrow-btn.svg");
            background-size: contain;
            background-repeat: no-repeat;
            margin-left: 9px;
            width: 17.9px;
            height: 8.7px;
            transition: all 0.4s ease;
            -webkit-filter: brightness(100%) invert(0%);
            filter: brightness(100%) invert(0%); }

/*END Search Page-----------------------------------*/
body.single-post .interior-banner .title-page {
  width: 100%;
  max-width: 100%; }

@media only screen and (max-width: 767px) {
  body.single-post .interior-page .title-page, body.single-post .sc-single-wrapper .title-page {
    text-align: left  !important; } }
.block-sponsor-container {
  position: relative; }
  .block-sponsor-container.aligncenter .title-block h2, .block-sponsor-container.aligncenter .title-block h3 {
    text-align: center; }
  .block-sponsor-container.aligncenter .row-vList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .block-sponsor-container.alignright .title-block h2, .block-sponsor-container.alignright .title-block h3 {
    text-align: right; }
  .block-sponsor-container.alignright .row-vList {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .block-sponsor-container.alignleft .title-block h2, .block-sponsor-container.alignleft .title-block h3 {
    text-align: left; }
  .block-sponsor-container.alignleft .row-vList {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .block-sponsor-container .row-vList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.title-block {
  margin-bottom: 30px; }
  .title-block h2, .title-block h3 {
    margin: 0; }

hr.solid {
  border-color: #e8e8e8;
  border-style: solid;
  width: 80%;
  margin: 20px auto 50px; }

.interior-section-sponsors-no-carousel .img-wrap img {
  object-fit: contain; }

/*sponsor Carousel view (template: Our Partners - class="sponsor-vCarousel")*/
.sponsor-vCarousel {
  padding: 50px 0;
  text-align: center; }
  .sponsor-vCarousel .title-block {
    font-family: 'Montserrat', sans-serif;
    font-size: 31px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.26;
    letter-spacing: -0.2px;
    color: #003638 !important; }
  .sponsor-vCarousel p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #e92b79 !important; }
  .sponsor-vCarousel #carousel__sponsors {
    margin-top: 40px;
    padding-bottom: 40px; }
    .sponsor-vCarousel #carousel__sponsors .carousel-inner {
      margin: 0 auto;
      width: 90%; }
    .sponsor-vCarousel #carousel__sponsors .carousel-control-next, .sponsor-vCarousel #carousel__sponsors .carousel-control-prev {
      display: none;
      width: 5%;
      min-width: 20px; }
      .sponsor-vCarousel #carousel__sponsors .carousel-control-next .carousel-control-next-icon, .sponsor-vCarousel #carousel__sponsors .carousel-control-next .carousel-control-prev-icon, .sponsor-vCarousel #carousel__sponsors .carousel-control-prev .carousel-control-next-icon, .sponsor-vCarousel #carousel__sponsors .carousel-control-prev .carousel-control-prev-icon {
        background-image: url("../images/icons/arrow-green.svg");
        background-color: transparent;
        background-size: auto;
        height: 41px;
        width: 41px; }
      .sponsor-vCarousel #carousel__sponsors .carousel-control-next .carousel-control-next-icon, .sponsor-vCarousel #carousel__sponsors .carousel-control-prev .carousel-control-next-icon {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .sponsor-vCarousel #carousel__sponsors .single-sponsor {
      display: inline-block;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(25% - 10px);
      flex: 1 1 calc(25% - 10px);
      padding: 10px;
      margin: 0 5px;
      width: calc(25% - 15px); }
      .sponsor-vCarousel #carousel__sponsors .single-sponsor .featured-sponsor-images {
        transition: all 0.4s ease;
        text-align: center;
        position: relative;
        height: 100px; }
        .sponsor-vCarousel #carousel__sponsors .single-sponsor .featured-sponsor-images img {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          height: 100%;
          left: 50%;
          top: 50%;
          object-fit: contain;
          position: absolute;
          width: 100%; }
        .sponsor-vCarousel #carousel__sponsors .single-sponsor .featured-sponsor-images:hover {
          -webkit-transform: scale(1.086);
          -ms-transform: scale(1.086);
          transform: scale(1.086); }
      .sponsor-vCarousel #carousel__sponsors .single-sponsor a {
        display: block;
        text-decoration: none;
        transition: all 0.4s ease;
        height: 100%;
        border: none !important; }
        .sponsor-vCarousel #carousel__sponsors .single-sponsor a:hover .featured-sponsor-images img {
          -webkit-filter: grayscale(0);
          filter: grayscale(0); }

.sponsor-vGrid {
  padding: 40px 0 50px; }
  .sponsor-vGrid .single-sponsor {
    border: 1px solid #baada5;
    margin: 0 10px 60px 0;
    max-width: 100%;
    padding: 20px 15px;
    text-align: center;
    flex-basis: 280px;
    flex-grow: 0; }
    .sponsor-vGrid .single-sponsor .featured-sponsor-images {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: auto auto;
      display: block;
      height: 110px;
      margin: 0 auto 10px;
      width: 200px; }
    .sponsor-vGrid .single-sponsor p {
      color: #292929;
      line-height: 1.2em;
      font-size: 15px;
      margin-bottom: 20px;
      text-align: center !important; }
    .sponsor-vGrid .single-sponsor .btn-blue {
      font-family: 'Montserrat', sans-serif;
      background: #0165ae;
      border-radius: 30px;
      border: none;
      color: #fff;
      display: inline-block;
      font-size: 16px;
      font-weight: 700;
      line-height: 1em;
      margin: 10px auto;
      max-width: 100%;
      padding: 12px 20px;
      position: relative;
      text-align: center;
      text-decoration: none !important;
      text-transform: uppercase;
      transition: all 0.4s ease; }

.sponsor-vList {
  padding: 40px 0 50px; }
  .sponsor-vList .single-sponsor {
    margin: 0 10px 30px 0;
    max-width: 100%;
    padding: 0;
    text-align: center; }
    .sponsor-vList .single-sponsor .featured-sponsor-images {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: auto auto;
      display: block;
      height: 150px;
      margin: 0 auto 10px;
      position: relative;
      transition: all 0.4s ease; }
      .sponsor-vList .single-sponsor .featured-sponsor-images img {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 100%;
        left: 50%;
        top: 50%;
        object-fit: contain;
        position: absolute;
        width: 100%; }
      .sponsor-vList .single-sponsor .featured-sponsor-images:hover {
        -webkit-transform: scale(1.086);
        -ms-transform: scale(1.086);
        transform: scale(1.086); }
    .sponsor-vList .single-sponsor a {
      display: block;
      text-decoration: none;
      border: none !important; }

#sponsors-home-slider {
  padding: 60px 0; }
  #sponsors-home-slider .content-wrap {
    display: flex;
    justify-content: center; }
  #sponsors-home-slider .single-box {
    width: calc(100% / 5);
    margin: 0 15px; }
  #sponsors-home-slider .img-wrap {
    margin-bottom: 0;
    border-radius: 0;
    height: 74px;
    opacity: 0.28;
    filter: grayscale(100%);
    transition: 0.4s; }
    #sponsors-home-slider .img-wrap:hover {
      filter: grayscale(0%);
      opacity: 1; }

@media only screen and (max-width: 767px) {
  #sponsors-home-slider .single-box {
    width: calc(100% / 3);
    margin: 0 15px; }

  .interior-section-sponsors-no-carousel .img-wrap {
    height: 100px; }
    .interior-section-sponsors-no-carousel .img-wrap img {
      object-fit: contain; } }
@media only screen and (max-width: 480px) {
  #sponsors-home-slider .single-box {
    width: calc(100% / 1);
    margin: 0 15px; } }
.block-sponsor-container.aligncenter .title-block h2, .block-sponsor-container.aligncenter .title-block h3 {
  text-align: center; }
.block-sponsor-container.aligncenter .row-vList {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.block-sponsor-container.alignright .title-block h2, .block-sponsor-container.alignright .title-block h3 {
  text-align: right; }
.block-sponsor-container.alignright .row-vList {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
.block-sponsor-container.alignleft .title-block h2, .block-sponsor-container.alignleft .title-block h3 {
  text-align: left; }
.block-sponsor-container.alignleft .row-vList {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
.block-sponsor-container .row-vList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.title-block {
  margin-bottom: 30px; }
  .title-block h2, .title-block h3 {
    margin: 0; }

hr.solid {
  border-color: #e8e8e8;
  border-style: solid;
  width: 80%;
  margin: 20px auto 50px; }

/*sponsor Carousel view (template: Our Partners - class="sponsor-vCarousel")*/
.sponsor-vCarousel {
  padding: 50px 0 100px;
  text-align: center; }
  .sponsor-vCarousel h2 {
    text-align: center !important;
    font-weight: bold; }
  .sponsor-vCarousel p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #6c6b6b; }
  .sponsor-vCarousel #carousel__sponsor {
    margin-top: 60px; }
    .sponsor-vCarousel #carousel__sponsor .carousel-inner {
      margin: 0 auto;
      width: 90%; }
      .sponsor-vCarousel #carousel__sponsor .carousel-inner .carousel-item .d-flex {
        min-height: 150px; }
    .sponsor-vCarousel #carousel__sponsor .carousel-control-next, .sponsor-vCarousel #carousel__sponsor .carousel-control-prev {
      width: 5%;
      min-width: 20px; }
      .sponsor-vCarousel #carousel__sponsor .carousel-control-next .carousel-control-next-icon, .sponsor-vCarousel #carousel__sponsor .carousel-control-next .carousel-control-prev-icon, .sponsor-vCarousel #carousel__sponsor .carousel-control-prev .carousel-control-next-icon, .sponsor-vCarousel #carousel__sponsor .carousel-control-prev .carousel-control-prev-icon {
        background-image: url("../images/arrow-green.svg");
        background-color: transparent;
        background-size: auto;
        height: 41px;
        width: 41px; }
      .sponsor-vCarousel #carousel__sponsor .carousel-control-next .carousel-control-next-icon, .sponsor-vCarousel #carousel__sponsor .carousel-control-prev .carousel-control-next-icon {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .sponsor-vCarousel #carousel__sponsor .single-sponsor {
      display: inline-block;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
      flex: 0 0 130px;
      padding: 0;
      margin: 0 20px; }
      .sponsor-vCarousel #carousel__sponsor .single-sponsor .featured-sponsor-images {
        transition: all 0.4s ease;
        text-align: center;
        position: relative; }
        .sponsor-vCarousel #carousel__sponsor .single-sponsor .featured-sponsor-images img {
          width: 100%;
          object-fit: contain;
          -webkit-filter: grayscale(1);
          filter: grayscale(1); }
        .sponsor-vCarousel #carousel__sponsor .single-sponsor .featured-sponsor-images:hover .featured-sponsor-images img {
          -webkit-filter: grayscale(0);
          filter: grayscale(0); }
      .sponsor-vCarousel #carousel__sponsor .single-sponsor a {
        display: block;
        text-decoration: none;
        transition: all 0.4s ease; }
        .sponsor-vCarousel #carousel__sponsor .single-sponsor a:hover .featured-sponsor-images img {
          -webkit-filter: grayscale(0);
          filter: grayscale(0); }

.sponsor-vGrid {
  padding: 40px 0 50px; }
  .sponsor-vGrid .single-sponsor {
    border: 1px solid #baada5;
    margin: 0 10px 60px 0;
    max-width: 100%;
    padding: 20px 15px;
    text-align: center;
    flex-basis: 280px;
    flex-grow: 0; }
    .sponsor-vGrid .single-sponsor .featured-sponsor-images {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: auto auto;
      display: block;
      height: 110px;
      margin: 0 auto 10px;
      width: 200px; }
    .sponsor-vGrid .single-sponsor p {
      color: #292929;
      line-height: 1.2em;
      font-size: 15px;
      margin-bottom: 20px;
      text-align: center !important; }
    .sponsor-vGrid .single-sponsor .btn-blue {
      font-family: 'Montserrat', sans-serif;
      background: #0165ae;
      border-radius: 30px;
      border: none;
      color: #fff;
      display: inline-block;
      font-size: 16px;
      font-weight: 700;
      line-height: 1em;
      margin: 10px auto;
      max-width: 100%;
      padding: 12px 20px;
      position: relative;
      text-align: center;
      text-decoration: none !important;
      text-transform: uppercase;
      transition: all 0.4s ease; }

.sponsor-vList {
  padding: 40px 0 50px; }
  .sponsor-vList .single-sponsor {
    margin: 0 10px 30px 0;
    max-width: 100%;
    padding: 0;
    text-align: center; }
    .sponsor-vList .single-sponsor .featured-sponsor-images {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: auto auto;
      display: block;
      height: 150px;
      margin: 0 auto 10px;
      position: relative;
      transition: all 0.4s ease; }
      .sponsor-vList .single-sponsor .featured-sponsor-images img {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 100%;
        left: 50%;
        top: 50%;
        object-fit: contain;
        position: absolute;
        width: 100%; }
      .sponsor-vList .single-sponsor .featured-sponsor-images:hover {
        -webkit-transform: scale(1.086);
        -ms-transform: scale(1.086);
        transform: scale(1.086); }
    .sponsor-vList .single-sponsor a {
      display: block;
      text-decoration: none; }

.team-vGrid-square .featured-member-images {
  background-color: #69d1ff !important; }
  .team-vGrid-square .featured-member-images img {
    height: 100% !important; }
  .team-vGrid-square .featured-member-images .hover-box .bottom-info-member .name-member h3 {
    font-size: 22px; }
  .team-vGrid-square .featured-member-images .hover-box .read-more-hover, .team-vGrid-square .featured-member-images .hover-box .link-read-more {
    color: white !important;
    border-bottom: none !important; }
    .team-vGrid-square .featured-member-images .hover-box .read-more-hover:hover, .team-vGrid-square .featured-member-images .hover-box .link-read-more:hover {
      border-color: transparent !important; }
  .team-vGrid-square .featured-member-images .hover-box .social-networks {
    padding: 0 !important; }
    .team-vGrid-square .featured-member-images .hover-box .social-networks li {
      display: inline-block !important;
      padding: 0 !important; }
      .team-vGrid-square .featured-member-images .hover-box .social-networks li a {
        color: white !important; }
      .team-vGrid-square .featured-member-images .hover-box .social-networks li::before {
        content: none !important; }

@media only screen and (max-width: 991px) {
  .sponsor-vList .single-sponsor {
    margin: 0 30px 0; } }
@media only screen and (max-width: 767px) {
  .sponsor-vCarousel #carousel__sponsor .single-sponsor {
    flex-basis: 45%; } }
@media only screen and (max-width: 480px) {
  .sponsor-vCarousel #carousel__sponsor .single-sponsor {
    flex-basis: 100%; } }
.team-vList .name-member::after {
  background-color: #e92b79 !important; }

.team-vGrid-square .single-member .featured-member-images {
  background-color: #69d1ff !important; }

.team-vGrid-square .single-member .featured-member-images .hover-box .read-more-hover .fa-plus-circle {
  font-size: inherit !important; }

.social-networks a i, .social-networks a svg[class^="fa"], .social-networks a svg[class^="fas"], .social-networks a .svg-inline--fa, .social-networks li i, .social-networks li svg[class^="fa"], .social-networks li svg[class^="fas"], .social-networks li .svg-inline--fa, .social-networks li a i, .social-networks li a svg[class^="fa"], .social-networks li a svg[class^="fas"], .social-networks li a .svg-inline--fa {
  color: #fff !important; }

.team_panel .side-panel-fixed .right-side-panel .header-panel {
  background: #69d1ff !important; }

ul.social-networks li::before {
  display: none !important; }

.popup_vcard .modal-content button.close, #popup_vcard .modal-content button.close {
  background-color: #e92b79 !important; }

.popup_vcard .modal-content .side-right .name-member h2, .popup_vcard .modal-content .side-right .name-member h3, .popup_vcard .modal-content .side-right .name-member h4, .popup_vcard .modal-content .content .name-member h2, .popup_vcard .modal-content .content .name-member h3, .popup_vcard .modal-content .content .name-member h4, #popup_vcard .modal-content .side-right .name-member h2, #popup_vcard .modal-content .side-right .name-member h3, #popup_vcard .modal-content .side-right .name-member h4, #popup_vcard .modal-content .content .name-member h2, #popup_vcard .modal-content .content .name-member h3, #popup_vcard .modal-content .content .name-member h4 {
  color: #e92b79 !important; }

.team-vGrid-square-sm .single-member .featured-member-images {
  background-color: #e92b79 !important; }

.team_panel .side-panel-fixed .right-side-panel .header-panel {
  background-color: #e92b79 !important; }

.team_panel .side-panel-fixed .right-side-panel .body-panel .content-member {
  padding: 10px 15px 200px !important; }

@media only screen and (max-width: 991px) {
  .team-vGrid-square .single-member.col-lg-3, .team-vGrid-square .single-member.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
@media only screen and (max-width: 576px) {
  .team-vGrid-square .single-member.col-lg-3, .team-vGrid-square .single-member.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
/*Tribe events CSS*/
.entry-content .tribe-common ol > li, .entry-content .tribe-common ul > li, .entry-content-wrapper .tribe-common li, .entry-content .tribe-common ol, .entry-content .tribe-common ul, .tribe-theme-genesis .tribe-common ol, .tribe-theme-genesis .tribe-common ul {
  padding: 0 !important; }
  .entry-content .tribe-common ol > li::before, .entry-content .tribe-common ul > li::before, .entry-content-wrapper .tribe-common li::before, .entry-content .tribe-common ol::before, .entry-content .tribe-common ul::before, .tribe-theme-genesis .tribe-common ol::before, .tribe-theme-genesis .tribe-common ul::before {
    content: none !important; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__button {
  background-color: #69d1ff !important;
  border-radius: 3px !important;
  border: 2px solid #69d1ff !important;
  box-shadow: none;
  color: white !important;
  display: inline-block;
  font-family: 'Lato' !important;
  font-size: 14px !important;
  font-stretch: normal !important;
  font-style: normal;
  font-weight: bold !important;
  letter-spacing: 0.72px !important;
  line-height: 1 !important;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 14px 25px 15px;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none;
  transition: all 0.4s ease; }
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__button:hover {
    background-color: #36c1ff !important; }

.tribe-common .tribe-common-form-control-text__label {
  width: 30px;
  height: 30px;
  z-index: 3;
  opacity: 1;
  color: transparent;
  top: 20px;
  left: 10px;
  clip: auto; }
  .tribe-common .tribe-common-form-control-text__label::after {
    content: "\f002";
    box-sizing: border-box;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "Font Awesome 5 Pro";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    transition: 0.4s;
    color: #e92b79;
    position: absolute;
    left: 0;
    top: 0px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center; }

.tribe-common .tribe-common-anchor-thin-alt {
  border-bottom: 1px solid #e92b79;
  color: #e92b79;
  text-decoration: none !important; }
  .tribe-common .tribe-common-anchor-thin-alt:hover {
    border-bottom: 1px solid #cc1560;
    color: #cc1560; }

.tribe-common .tribe-common-cta--thin-alt {
  border-bottom: 1px solid #e92b79; }
  .tribe-common .tribe-common-cta--thin-alt:hover {
    border-bottom: 1px solid #e92b79;
    color: #e92b79; }

.tribe-events-pro .tribe-events-pro-map__event-card-wrapper--active .tribe-events-pro-map__event-card-button {
  border: 1px solid #e92b79; }

.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input {
  background: transparent !important; }

/*event Calendar Month*/
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title {
  margin-bottom: 0 !important;
  text-align: center !important; }

div[id*="tribe-events-calendar-day-"] h3, div[id*="tribe-events-calendar-day-"] .tribe-events-calendar-month__day-date {
  margin-bottom: 0 !important; }
div[id*="tribe-events-calendar-day-"] .tribe-events-calendar-month__multiday-event--past .tribe-events-calendar-month__multiday-event-bar-inner h3 {
  font-size: 14px !important; }
div[id*="tribe-events-calendar-day-"] .tribe-events-calendar-month__multiday-event--start .tribe-events-calendar-month__multiday-event-bar,
div[id*="tribe-events-calendar-day-"] .tribe-events-calendar-month__multiday-event--end .tribe-events-calendar-month__multiday-event-bar {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important; }
div[id*="tribe-events-calendar-day-"] .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__multiday-event-wrapper {
  height: auto; }
div[id*="tribe-events-calendar-day-"] .tribe-events-calendar-month__events .tribe-events-calendar-month__multiday-event-wrapper a.tribe-events-calendar-month__multiday-event-hidden-link h3, div[id*="tribe-events-calendar-day-"] .tribe-events-calendar-month__events .tribe-events-calendar-month__multiday-event-wrapper a.tribe-events-calendar-month__multiday-event-hidden-link h3.tribe-events-calendar-month__multiday-event-hidden-title {
  font-size: 14px !important;
  margin: 0 !important; }
div[id*="tribe-events-calendar-day-"] .tribe-events-calendar-month__events article.tribe-events-calendar-month__calendar-event.has-post-thumbnail .tribe-events-calendar-month__calendar-event-details h3.tribe-events-calendar-month__calendar-event-title > a {
  font-size: 14px !important;
  line-height: 1.2 !important; }

/*Map View*/
.tribe-events-pro .tribe-events-pro-map__event-title, .tribe-common--breakpoint-medium.tribe-common .tribe-common-h7--min-medium {
  margin-bottom: 10px; }

.tribe-events-pro .tribe-events-pro-map__event-card-wrapper--active .tribe-events-pro-map__event-actions--spacer {
  display: flex;
  flex-direction: row; }

.tribe-events .tribe-events-c-small-cta {
  line-height: 1 !important; }
  .tribe-events .tribe-events-c-small-cta > * {
    font-size: 14px !important;
    line-height: 1 !important; }

/*week view*/
.tribe-events-pro .tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-daynum,
.tribe-events-pro .tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-daynum-link {
  color: #e92b79; }

.tribe-events-pro .tribe-events-pro-week-grid__multiday-event-hidden-title {
  font-size: 15px !important;
  line-height: 1 !important;
  margin-bottom: 0 !important; }

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-map__nav .tribe-events-c-nav__next,
.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-map__nav .tribe-events-c-nav__prev {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: bold; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav ul.tribe-events-c-top-bar__nav-list {
  align-items: center; }
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav ul.tribe-events-c-top-bar__nav-list li {
    padding: 0 10px !important; }
    .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav ul.tribe-events-c-top-bar__nav-list li::before {
      content: none !important; }
    .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav ul.tribe-events-c-top-bar__nav-list li a {
      line-height: 1 !important;
      height: auto !important;
      display: flex;
      align-items: center; }
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav ul.tribe-events-c-view-selector__list li {
  padding: 0 !important; }
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav ul.tribe-events-c-view-selector__list li::before {
    content: none !important; }
.tribe-common--breakpoint-medium.tribe-events #tribe-events-footer .tribe-events-sub-nav li::before, .tribe-common--breakpoint-medium.tribe-events #tribe-events-header .tribe-events-sub-nav li::before {
  content: none !important; }
.tribe-common--breakpoint-medium.tribe-events nav.tribe-events-calendar-list-nav ul.tribe-events-c-nav__list li, .tribe-common--breakpoint-medium.tribe-events nav.tribe-events-pro-map__nav ul.tribe-events-c-nav__list li {
  padding: 0 !important; }
  .tribe-common--breakpoint-medium.tribe-events nav.tribe-events-calendar-list-nav ul.tribe-events-c-nav__list li::before, .tribe-common--breakpoint-medium.tribe-events nav.tribe-events-pro-map__nav ul.tribe-events-c-nav__list li::before {
    content: none; }
.tribe-common--breakpoint-medium.tribe-events h3.tribe-events-pro-week-grid__event-title.tribe-common-h8.tribe-common-h--alt {
  font-size: 16px !important;
  line-height: 1.38 !important; }
.tribe-common--breakpoint-medium.tribe-events .interior-page .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-common--breakpoint-medium.tribe-events .interior-page .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link, .tribe-common--breakpoint-medium.tribe-events .single-tribe_events .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-common--breakpoint-medium.tribe-events .single-tribe_events .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link, .tribe-common--breakpoint-medium.tribe-events .single-event .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-common--breakpoint-medium.tribe-events .single-event .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link, .tribe-common--breakpoint-medium.tribe-events .page-template-default:not(.home) .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-common--breakpoint-medium.tribe-events .page-template-default:not(.home) .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link, .tribe-common--breakpoint-medium.tribe-events .page-template:not(.home) .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-common--breakpoint-medium.tribe-events .page-template:not(.home) .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
  color: #e92b79 !important; }
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link {
  background-color: transparent;
  border-radius: 3px !important;
  border: 2px solid #36c1ff !important;
  box-shadow: none;
  color: #36c1ff !important;
  display: inline-block;
  font-family: 'Lato' !important;
  font-size: 14px !important;
  font-stretch: normal !important;
  font-style: normal;
  font-weight: bold !important;
  letter-spacing: 0.72px !important;
  line-height: 1 !important;
  margin: 5px auto 20px;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 14px 25px 15px;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none;
  transition: all 0.4s ease; }
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link::before {
    content: none; }
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link:hover, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link:focus, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link:active {
    background-color: #69d1ff !important;
    border-color: #69d1ff !important;
    color: white !important;
    text-decoration: none; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover::after {
  background-color: #e92b79 !important; }

.tribe-events .tribe-events-calendar-month__calendar-event-title {
  text-transform: none !important; }
  .tribe-events .tribe-events-calendar-month__calendar-event-title a {
    font-size: 12px !important; }

.tribe-events-tooltip-theme {
  z-index: 10 !important; }

.tribe-events-sub-nav li a {
  background: transparent; }

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #e92b79 !important; }

#tribe-events-footer .tribe-events-sub-nav li::before, #tribe-events-header .tribe-events-sub-nav li::before {
  content: none !important; }

.tribe-events-pro .tribe-events-pro-week-day-selector__day--active {
  border-color: #e92b79 !important; }

.tribe-events .tribe-events-c-view-selector__button:focus {
  outline-color: #e92b79 !important; }
.tribe-events .tribe-events-c-view-selector__button:before {
  background-color: #e92b79 !important; }

.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
  color: #e92b79 !important; }

ul.tribe-related-events::before, ul.tribe-related-events li::before {
  display: none !important; }

.single-tribe_events .tribe-events-event-meta dl {
  color: #000;
  font-size: 18px; }

.single-tribe_events .tribe-events-event-meta {
  padding-top: 40px; }

.single-tribe_events .tribe-events-event-image {
  text-align: center; }

.tribe-events .tribe-events-c-ical__link {
  width: auto !important; }

.tribe-events .tribe-events-c-ical__link::before {
  display: none; }

.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
  background-color: #e92b79 !important;
  font-family: 'Lato' !important; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-bottom: 0px !important; }

@media only screen and (max-width: 1199.98px) {
  .tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
    background-color: #e92b79 !important;
    font-family: 'Lato' !important; }

  .tribe-events-c-search__input-group {
    padding-left: 30px !important; }

  .tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
    background-color: #e92b79 !important;
    padding-top: 6px; }

  .tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
    background-color: #e92b79 !important;
    padding-top: 4px; } }
@media only screen and (max-width: 991px) {
  .tribe-events-pro .tribe-events-pro-map__map {
    height: 600px; }

  .tribe-events-pro .tribe-events-pro-map__event-column {
    height: 400px; }

  .tribe-events .tribe-events-c-ical__link::before {
    content: none; }

  .tribe-events-c-search__input-group {
    padding-left: 30px !important; }

  #tribe-events {
    padding-top: 30px; }

  .tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
    background-color: #e92b79 !important;
    padding-top: 4px; }

  .tribe-common * {
    font-size: 22px; }

  .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
    color: white !important; }

  .tribe-events .tribe-events-c-nav__list {
    align-items: center !important; }
    .tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item,
    .tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item--next {
      display: block !important;
      text-align: center !important; }
      .tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item button, .tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item a,
      .tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item--next button,
      .tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item--next a {
        margin: 0 auto !important;
        font-weight: bold;
        display: inline-flex;
        text-align: center; }

  .tribe-block__venue {
    display: block; }
    .tribe-block__venue .tribe-block__venue__map {
      width: 100% !important; }

  .tribe-events .tribe-events-c-ical__link:active, .tribe-events .tribe-events-c-ical__link:focus, .tribe-events .tribe-events-c-ical__link:hover {
    background-color: #e92b79 !important;
    color: white !important; } }
@media only screen and (max-width: 767px) {
  .tribe-common * {
    font-size: 16px; }

  .tribe-events-sub-nav li a {
    background: transparent; }

  .tribe-events .tribe-events-c-view-selector__content ul.tribe-events-c-view-selector__list {
    width: 70px; }
    .tribe-events .tribe-events-c-view-selector__content ul.tribe-events-c-view-selector__list li {
      text-align: center; }
      .tribe-events .tribe-events-c-view-selector__content ul.tribe-events-c-view-selector__list li a {
        width: 100%; }
        .tribe-events .tribe-events-c-view-selector__content ul.tribe-events-c-view-selector__list li a span.tribe-events-c-view-selector__list-item-icon {
          display: none; }

  .tribe-events .tribe-events-c-nav__list {
    align-items: center !important; }
    .tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item,
    .tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item--next {
      display: block !important;
      text-align: center; }

  .tribe-common .tribe-common-b2 {
    font-size: 16px !important; }

  .tribe-events .tribe-events-c-view-selector__list-item-link {
    padding: 0 !important; } }
@media only screen and (max-width: 576px) {
  .tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
    padding-top: 0px; } }
@media (min-width: 200px) {
  .tribe-events .tribe-events-c-ical__link {
    color: #e92b79 !important;
    border-color: #e92b79 !important; } }
.no-link a {
  cursor: default; }

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.19; }
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6,
  body p,
  body a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    /* Adds a hyphen where the word breaks */
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; }
  body h1,
  body .h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 43px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.09;
    letter-spacing: normal;
    margin-bottom: 31px; }
  body h2,
  body .h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 33px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.09;
    letter-spacing: normal;
    margin-bottom: 35px; }
  body h3,
  body .h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    margin-bottom: 25px; }
  body h4,
  body .h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    margin-bottom: 29px; }
  body h5,
  body .h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    margin-bottom: 28px; }
  body h6,
  body .h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    margin-bottom: 27px; }
  body p,
  body .p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    margin-bottom: 1rem; }
  body a {
    color: #e92b79; }
    body a:hover {
      color: #9e104a; }
  body li {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal; }

/*Heading's Size Variables*/
@media (min-width: 768px) {
  body h1,
  body .h1 {
    font-size: 52px;
    line-height: 1.02;
    letter-spacing: normal; }
  body h2,
  body .h2 {
    font-size: 40px;
    line-height: 1.05;
    letter-spacing: normal; }
  body h3,
  body .h3 {
    font-size: 38px;
    line-height: 1.09;
    letter-spacing: normal; }
  body h4,
  body .h4 {
    font-size: 30px;
    line-height: 1.04;
    letter-spacing: normal; }
  body h5,
  body .h5 {
    font-size: 28px;
    line-height: 1.23;
    letter-spacing: normal; }
  body h6,
  body .h6 {
    font-size: 18px;
    line-height: 1.26;
    letter-spacing: normal; }
  body p,
  body .p {
    font-size: 16px;
    line-height: 1.19; }
  body li {
    font-size: 16px;
    line-height: 1.19; } }
@media (min-width: 1200px) {
  body h1,
  body .h1 {
    font-size: 52px;
    line-height: 0.83;
    letter-spacing: normal; }
  body h2,
  body .h2 {
    font-size: 48px;
    line-height: 0.9;
    letter-spacing: normal; }
  body h3,
  body .h3 {
    font-size: 38px;
    line-height: 1.24;
    letter-spacing: normal; }
  body h4,
  body .h4 {
    font-size: 30px;
    line-height: 1.23;
    letter-spacing: normal; }
  body h5,
  body .h5 {
    font-size: 28px;
    line-height: 1.21;
    letter-spacing: normal; }
  body h6,
  body .h6 {
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: normal; }
  body p,
  body .p {
    font-size: 16px;
    line-height: 1.19; }
  body li {
    font-size: 16px;
    line-height: 1.19; }

  body:not(.home):not(.page .section-f):not(.page .section-g):not(.page
  footer.footer) h1,
  body:not(.home):not(.page .section-f):not(.page .section-g):not(.page
  footer.footer) h2,
  body:not(.home):not(.page .section-f):not(.page .section-g):not(.page
  footer.footer) h3,
  body:not(.home):not(.page .section-f):not(.page .section-g):not(.page
  footer.footer) h4,
  body:not(.home):not(.page .section-f):not(.page .section-g):not(.page
  footer.footer) h5,
  body:not(.home):not(.page .section-f):not(.page .section-g):not(.page
  footer.footer) h6 {
    text-transform: uppercase; } }
a.fe_btn_navigation {
  background-color: #69d1ff !important;
  border: none !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  font-weight: bold !important;
  border-radius: 7px;
  padding: 16px 28px;
  line-height: 1;
  text-transform: none; }
  a.fe_btn_navigation:hover {
    background-color: #e92b79 !important; }

.wpcw_fe_navigation_box {
  padding: 20px; }
  .wpcw_fe_navigation_box a {
    margin: 0 10px; }

.ui-loader.ui-corner-all.ui-body-a.ui-loader-default {
  display: none; }

.container {
  transition: 0.4s; }

.social-bar .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 25px 0; }
.social-bar .social-share p {
  font-size: 20px;
  color: #69d1ff;
  font-weight: 700;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  margin: 0; }
  .social-bar .social-share p strong {
    color: #69d1ff;
    font-weight: 700; }
.social-bar .social-share .addtoany_shortcode {
  display: inline-block; }
  .social-bar .social-share .addtoany_shortcode .a2a_kit a span {
    background: transparent !important;
    color: #69d1ff !important;
    width: 24px !important;
    height: 24px !important; }
    .social-bar .social-share .addtoany_shortcode .a2a_kit a span svg path {
      fill: #69d1ff !important; }

.a2a_menu {
  background-color: #eaf8ff !important;
  border-color: #eaf8ff !important; }

body.single .a2a_menu a,
body.single .a2a_menu a.a2a_i,
body.single .a2a_menu a.a2a_i:visited,
body.single .a2a_menu a.a2a_more,
body.single i.a2a_i {
  border-color: #eaf8ff !important; }

body .userway.userway_p3 {
  bottom: 93px !important; }

.interior-page .entry-content .addtoany_content .a2a_kit a span {
  background: transparent !important;
  color: #36c1ff !important;
  width: 24px !important;
  height: 24px !important; }
  .interior-page .entry-content .addtoany_content .a2a_kit a span svg path {
    fill: #36c1ff !important; }
.interior-page .entry-content .a2a_kit a span,
.interior-page .entry-content .a2a_kit a.a2a_dd span {
  background: transparent !important;
  color: #36c1ff !important;
  width: 24px !important;
  height: 24px !important; }
  .interior-page .entry-content .a2a_kit a span svg path,
  .interior-page .entry-content .a2a_kit a.a2a_dd span svg path {
    fill: #36c1ff !important; }
.interior-page .entry-content .addtoany_shortcode {
  display: inline-block; }
  .interior-page .entry-content .addtoany_shortcode .a2a_kit a {
    font-family: "Montserrat", sans-serif !important;
    background: transparent;
    border-radius: 30px;
    border: 2px solid #69d1ff !important;
    color: #69d1ff !important;
    display: inline-block;
    font-size: 1rem !important;
    letter-spacing: normal;
    font-weight: 500 !important;
    margin: 0 auto;
    padding: 0.99rem 1.7777777777777777rem;
    min-width: 175px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: 0.4s;
    outline: none !important;
    overflow: hidden;
    line-height: 1.19; }
    .interior-page .entry-content .addtoany_shortcode .a2a_kit a:hover, .interior-page .entry-content .addtoany_shortcode .a2a_kit a:focus, .interior-page .entry-content .addtoany_shortcode .a2a_kit a:active {
      text-decoration: none !important;
      background: #69d1ff;
      border-color: #69d1ff;
      color: white !important; }
      .interior-page .entry-content .addtoany_shortcode .a2a_kit a:hover:after, .interior-page .entry-content .addtoany_shortcode .a2a_kit a:focus:after, .interior-page .entry-content .addtoany_shortcode .a2a_kit a:active:after {
        margin-left: 25px; }
      .interior-page .entry-content .addtoany_shortcode .a2a_kit a:hover:before, .interior-page .entry-content .addtoany_shortcode .a2a_kit a:focus:before, .interior-page .entry-content .addtoany_shortcode .a2a_kit a:active:before {
        width: 100%; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  body main[role="main"] {
    overflow: hidden;
    position: relative; }

html.csstransformspreserve3d.translated-ltr #NavDropdown ul li,
html.csstransformspreserve3d.translated-ltr #NavDropdown ul li.open {
  padding: 0px 7px; }
html.csstransformspreserve3d.translated-ltr #NavDropdown ul li a,
html.csstransformspreserve3d.translated-ltr #NavDropdown ul li.open a {
  font-size: 13px; }
html.csstransformspreserve3d.translated-ltr #NavDropdown ul li.btn-member > a,
html.csstransformspreserve3d.translated-ltr #NavDropdown ul li.open.btn-member > a {
  font-size: 13px; }
html.csstransformspreserve3d.translated-ltr .sign-up-form .gform_wrapper .gform_body,
html.csstransformspreserve3d.translated-ltr .sign-up-form .newsletterForm_wrapper .gform_body {
  width: calc(100% - 130px); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

#gtranslate_wrapper {
  right: 4% !important;
  bottom: 32px !important; }
  #gtranslate_wrapper .switcher .selected {
    background: transparent; }
    #gtranslate_wrapper .switcher .selected a {
      border-radius: 49.5px;
      border: solid 1.5px #f7f7f7;
      background: white;
      font-size: 14px;
      font-weight: bold;
      padding: 8px 18px;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #36c1ff;
      width: auto;
      text-align: center; }
  #gtranslate_wrapper .switcher .option {
    background-color: transparent;
    border: none; }
    #gtranslate_wrapper .switcher .option a {
      padding: 8px 18px;
      color: #36c1ff;
      text-align: center; }

/**************************************************
	Useful CSS on Theme
**************************************************/
.image-wrapping,
.image-post-thumb,
.post-image-css {
  padding-top: 85%; }
  .image-wrapping img,
  .image-wrapping .wrapped-image,
  .image-post-thumb img,
  .image-post-thumb .wrapped-image,
  .post-image-css img,
  .post-image-css .wrapped-image {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .image-wrapping .photo-credit,
  .image-post-thumb .photo-credit,
  .post-image-css .photo-credit {
    font-family: 'Montserrat', sans-serif;
    bottom: 10px;
    color: #999999 !important;
    font-family: Helvetica;
    font-size: 11px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    left: 20px;
    letter-spacing: normal;
    line-height: normal;
    position: absolute;
    text-align: left;
    width: 90%;
    z-index: 2; }
    .image-wrapping .photo-credit.center,
    .image-post-thumb .photo-credit.center,
    .post-image-css .photo-credit.center {
      text-align: center !important; }

.title-section {
  margin-bottom: 60px; }
  .title-section h2,
  .title-section h3 {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    font-size: 50px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -0.89px;
    letter-spacing: normal;
    line-height: 0.94;
    margin: 0;
    position: relative; }
  .title-section.center {
    text-align: center;
    position: relative; }
  .title-section.left {
    text-align: left;
    position: relative; }
  .title-section.right {
    text-align: right; }

.bottom-link-section {
  display: block; }
  .bottom-link-section.left {
    text-align: left; }
  .bottom-link-section.right {
    text-align: right; }
  .bottom-link-section.center {
    margin: 40px auto;
    text-align: center; }
  @media (max-width: 767) {
    .bottom-link-section {
      text-align: center !important; } }

.top-section {
  margin-bottom: 50px; }
  .top-section h2,
  .top-section .view-all > a {
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: normal; }
  .top-section h2 {
    font-size: 36px;
    color: #69d1ff; }
  .top-section .view-all > a {
    position: relative; }
    .top-section .view-all > a::after {
      content: "";
      background-image: url("../images/icons/arrow-right.svg");
      background-size: contain;
      background-repeat: no-repeat;
      right: 0;
      margin-left: 12px;
      position: relative;
      padding-left: 10px;
      transition: all 0.4s ease;
      display: inline-block;
      width: 12px;
      height: 9px; }
    .top-section .view-all > a:hover {
      text-decoration: none; }
      .top-section .view-all > a:hover::after {
        right: -7px; }

.right-side {
  position: relative; }
  .right-side .outside-container {
    height: 100%;
    left: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: calc((100vw - 1100px) / (-2));
    top: 0;
    width: calc(100% + ((100vw - 1100px) / (2)));
    z-index: 40; }

.left-side {
  position: relative; }
  .left-side .outside-container {
    height: 100%;
    left: calc((100vw - 1100px) / (-2));
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% + ((100vw - 1100px) / (2)));
    z-index: 40; }

.container-text {
  padding: 0 10%; }
  .container-text.center {
    text-align: center; }
  @media (max-width: 1200) {
    .container-text {
      padding: 0 15px; } }

.container-frame-diagonal {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  background-color: #ffffff;
  height: 180%;
  left: 7%;
  overflow: hidden;
  position: absolute;
  top: -30%;
  width: 100%; }
  .container-frame-diagonal .frame-diagonal {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%; }
    .container-frame-diagonal .frame-diagonal img {
      -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
      transform-origin: bottom;
      -webkit-transform: translate(-50%, -50%) rotate(-10deg);
      -ms-transform: translate(-50%, -50%) rotate(-10deg);
      transform: translate(-50%, -50%) rotate(-10deg);
      height: auto;
      left: 51%;
      margin-top: -60px;
      max-width: 100%;
      min-height: inherit;
      position: absolute;
      top: 50%;
      width: auto; }

.frame-image {
  background-color: #ffffff;
  box-shadow: -4px 3px 13px 0 rgba(33, 33, 33, 0.25);
  height: auto;
  padding: 23px; }
  .frame-image figure {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    margin: 0 !important;
    object-fit: contain;
    padding-bottom: 75%; }

/**************************************************
	Useful CSS Homepage/Page/Template
**************************************************/
/**************************************************
	general CSS overwriting
**************************************************/
html,
body {
  -webkit-font-smoothing: subpixel-antialiased; }
  html .selector-for-some-widget,
  body .selector-for-some-widget {
    box-sizing: content-box; }

/**************************************************
	general CSS overwriting
**************************************************/
/* Media queries----------------------------------*/
@media only screen and (max-width: 1199.98px) {
  .right-side .outside-container {
    right: calc((100vw - 940px) / (-2));
    width: calc(100% + ((100vw - 940px) / (2))); }

  .left-side .outside-container {
    left: calc((100vw - 940px) / (-2));
    width: calc(100% + ((100vw - 940px) / (2))); }

  #gtranslate_wrapper {
    right: 4% !important;
    bottom: 92px !important; } }
@media only screen and (max-width: 991px) {
  .right-side .outside-container {
    right: calc((100vw - 700px) / (-2));
    width: calc(100% + ((100vw - 700px) / (2))); }

  .left-side .outside-container {
    left: calc((100vw - 690px) / (-2));
    width: calc(100% + ((100vw - 690px) / (2))); }

  body.logged-in header.fixed-top {
    top: 46px; } }
@media only screen and (max-width: 767px) {
  .right-side .outside-container {
    right: calc((100vw - 524px) / (-2));
    width: calc(100% + ((100vw - 524px) / (2))); }

  .left-side .outside-container {
    left: calc((100vw - 524px) / (-2));
    width: calc(100% + ((100vw - 524px) / (2))); } }
@media only screen and (max-width: 576px) {
  #gtranslate_wrapper {
    position: relative !important;
    bottom: 0 !important;
    left: 0;
    right: 0 !important;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 30px; }

  body #wpadminbar,
  body.single #wpadminbar {
    top: -46px !important; } }

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