@charset "UTF-8";
/* infinite animation vertical*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&amp;display=swap");
@-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: #0a3cab !important; }

.has-primary-background-color {
  background: #0a3cab !important; }

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

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

.has-primarydark-color {
  color: #072b7b !important; }

.has-primarydark-background-color {
  background: #072b7b !important; }

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

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

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

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

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

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

.has-tertiary-color {
  color: #3ba99f !important; }

.has-tertiary-background-color {
  background: #3ba99f !important; }

.has-tertiarylight-color {
  color: #42bcb1 !important; }

.has-tertiarylight-background-color {
  background: #42bcb1 !important; }

.has-tertiarydark-color {
  color: #2e837b !important; }

.has-tertiarydark-background-color {
  background: #2e837b !important; }

.has-quaternary-color {
  color: #201f7f !important; }

.has-quaternary-background-color {
  background: #201f7f !important; }

.has-quaternarylight-color {
  color: #4b4bad !important; }

.has-quaternarylight-background-color {
  background: #4b4bad !important; }

.has-quaternarydark-color {
  color: #2c2c65 !important; }

.has-quaternarydark-background-color {
  background: #2c2c65 !important; }

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

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

.has-graydark-color {
  color: #888 !important; }

.has-graydark-background-color {
  background: #888 !important; }

.has-graylight-color {
  color: #f2f2f2 !important; }

.has-graylight-background-color {
  background: #f2f2f2 !important; }

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

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

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

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

/*used Colors*/
/*used Colors*/
/*Others Colors*/
/*START Buttons------------------------------------------*/
li.btn-1 a {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  font-weight: bold !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  letter-spacing: normal !important;
  text-align: center !important;
  color: #ffffff !important;
  text-transform: none !important;
  background-color: #0a3cab !important;
  padding: 11px 27px !important;
  border-radius: 100px !important;
  border: solid 2px #0a3cab !important;
  text-decoration: none !important;
  display: inline-block !important; }
li.btn-1:hover a, li.btn-1:focus a, li.btn-1:active a, li.btn-1.active a {
  background-color: #d4d2d2 !important;
  color: #888 !important;
  text-decoration: none !important;
  border-color: #d4d2d2 !important; }
li.btn-1.white a {
  background-color: #ffffff !important;
  color: #e1016c !important; }
li.btn-1.white:hover a, li.btn-1.white:focus a, li.btn-1.white:active a, li.btn-1.white.active a {
  background-color: #d4d2d2 !important;
  color: #888 !important;
  text-decoration: none !important;
  border-color: #d4d2d2 !important; }
li.btn-1.secondary a {
  background-color: #e1016c !important;
  border-color: #e1016c !important; }
li.btn-1.secondary:hover a, li.btn-1.secondary:focus a, li.btn-1.secondary:active a, li.btn-1.secondary.active a {
  background-color: #d4d2d2 !important;
  color: #888 !important;
  text-decoration: none !important;
  border-color: #d4d2d2 !important; }
li.btn-1.tertiary a {
  background-color: #3ba99f !important; }
li.btn-1.tertiary:hover a, li.btn-1.tertiary:focus a, li.btn-1.tertiary:active a, li.btn-1.tertiary.active a {
  background-color: #d4d2d2 !important;
  color: #888 !important;
  text-decoration: none !important;
  border-color: #d4d2d2 !important; }
li.btn-1.border-white a {
  background-color: transparent !important;
  border-color: white !important;
  color: #ffffff !important; }
li.btn-1.border-white:hover a, li.btn-1.border-white:focus a, li.btn-1.border-white:active a, li.btn-1.border-white.active a {
  background-color: #d4d2d2 !important;
  color: #888 !important;
  text-decoration: none !important;
  border-color: #d4d2d2 !important; }
li.btn-1.border-primary a {
  background-color: transparent !important;
  border-color: #0a3cab !important;
  color: #0a3cab !important; }
li.btn-1.border-primary:hover a, li.btn-1.border-primary:focus a, li.btn-1.border-primary:active a, li.btn-1.border-primary.active a {
  background-color: #d4d2d2 !important;
  color: #888 !important;
  text-decoration: none !important;
  border-color: #d4d2d2 !important; }

a.btn-1,
button.btn-1,
span.btn-1 {
  font-family: "Open Sans", sans-serif !important;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-transform: none;
  background-color: #0a3cab;
  padding: 16px 27px !important;
  border-radius: 100px;
  border: none;
  text-decoration: none;
  display: inline-block;
  display: inline-flex;
  overflow: hidden;
  border: solid 2px #0a3cab; }
  a.btn-1 .text,
  button.btn-1 .text,
  span.btn-1 .text {
    font-size: 13px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.23px;
    color: white;
    text-transform: none;
    width: 0;
    display: inline-flex;
    text-indent: -300px;
    transition: 0.4s;
    opacity: 0; }
  a.btn-1 i,
  button.btn-1 i,
  span.btn-1 i {
    font-size: 16px; }
  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: #d4d2d2 !important;
    color: #888 !important;
    text-decoration: none;
    border-color: #d4d2d2 !important; }
    a.btn-1:hover.btn-social, a.btn-1:focus.btn-social, a.btn-1:active.btn-social,
    button.btn-1:hover.btn-social,
    button.btn-1:focus.btn-social,
    button.btn-1:active.btn-social,
    span.btn-1:hover.btn-social,
    span.btn-1:focus.btn-social,
    span.btn-1:active.btn-social {
      background-color: #0a3cab !important;
      color: #ffffff !important;
      text-decoration: none;
      border-color: #0a3cab !important; }
    a.btn-1:hover .text, a.btn-1:focus .text, a.btn-1:active .text,
    button.btn-1:hover .text,
    button.btn-1:focus .text,
    button.btn-1:active .text,
    span.btn-1:hover .text,
    span.btn-1:focus .text,
    span.btn-1:active .text {
      width: 100%;
      text-indent: 0;
      padding-left: 8px;
      opacity: 1; }
  a.btn-1.secondary,
  button.btn-1.secondary,
  span.btn-1.secondary {
    background-color: #e1016c;
    border: solid 2px #e1016c; }
  a.btn-1.white,
  button.btn-1.white,
  span.btn-1.white {
    background-color: #ffffff;
    color: #4b4bad;
    border-color: white; }
  a.btn-1.tertiary,
  button.btn-1.tertiary,
  span.btn-1.tertiary {
    background-color: #3ba99f;
    border: solid 2px #3ba99f; }
  a.btn-1.border-white,
  button.btn-1.border-white,
  span.btn-1.border-white {
    background-color: transparent;
    border: solid 2px #ffffff;
    color: #ffffff; }
  a.btn-1.border-primary,
  button.btn-1.border-primary,
  span.btn-1.border-primary {
    background-color: transparent;
    border: solid 2px #0a3cab;
    color: #0a3cab; }
a.btn-2,
button.btn-2,
span.btn-2 {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: 0.62px;
  color: black;
  background: transparent;
  border: none;
  text-decoration: none;
  padding: 0;
  display: inline-flex; }
  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 {
    color: #888; }
    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 {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12.001' height='9'%3e%3cpath d='M11 4a.536.536 0 0 0-.1-.276L7.843.145a.39.39 0 0 0-.578-.034.422.422 0 0 0-.034.589L9.7 3.579H.407a.421.421 0 0 0 0 .842H9.7L7.231 7.3a.417.417 0 0 0 .053.591.374.374 0 0 0 .558-.038L10.9 4.276A.422.422 0 0 0 11 4z' transform='translate(.5 .5)' style='fill:%23888888;stroke:%23888888;stroke-miterlimit:10'/%3e%3c/svg%3e ");
      background-size: contain;
      background-repeat: no-repeat; }
  a.btn-2.small,
  button.btn-2.small,
  span.btn-2.small {
    font-size: 14px; }
  a.btn-2::after,
  button.btn-2::after,
  span.btn-2::after {
    content: "";
    display: inline-flex;
    position: relative;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12.001' height='9'%3e%3cpath d='M11 4a.536.536 0 0 0-.1-.276L7.843.145a.39.39 0 0 0-.578-.034.422.422 0 0 0-.034.589L9.7 3.579H.407a.421.421 0 0 0 0 .842H9.7L7.231 7.3a.417.417 0 0 0 .053.591.374.374 0 0 0 .558-.038L10.9 4.276A.422.422 0 0 0 11 4z' transform='translate(.5 .5)' style='fill:%23232021;stroke:%23232021;stroke-miterlimit:10'/%3e%3c/svg%3e ");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 9px;
    width: 13px;
    height: 10px;
    top: 5px; }
a.btn-3,
button.btn-3,
span.btn-3 {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: 0.62px;
  color: black;
  background: transparent;
  border: none;
  text-decoration: none;
  padding: 0;
  display: inline-flex; }
  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 {
    color: #888; }
    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 {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='7.167' height='12.826'%3e%3cpath data-name='Path 1120' d='m0 .374 5.967 4.741L11.527 0' transform='rotate(-90 6.47 5.734)' style='fill:none;stroke:%23888888;stroke-width:2px'/%3e%3c/svg%3e ");
      background-size: contain;
      background-repeat: no-repeat; }
  a.btn-3.small,
  button.btn-3.small,
  span.btn-3.small {
    font-size: 14px; }
  a.btn-3::after,
  button.btn-3::after,
  span.btn-3::after {
    content: "";
    display: inline-flex;
    position: relative;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='7.167' height='12.826'%3e%3cpath data-name='Path 1120' d='m0 .374 5.967 4.741L11.527 0' transform='rotate(-90 6.47 5.734)' style='fill:none;stroke:%23000;stroke-width:2px'/%3e%3c/svg%3e ");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 9px;
    width: 9.1px;
    height: 11.5px;
    top: 3px; }
  a.btn-3.white,
  button.btn-3.white,
  span.btn-3.white {
    color: white; }
    a.btn-3.white::after,
    button.btn-3.white::after,
    span.btn-3.white::after {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='7.167' height='12.826'%3e%3cpath data-name='Path 1120' d='m0 .374 5.967 4.741L11.527 0' transform='rotate(-90 6.47 5.734)' style='fill:none;stroke:%23fff;stroke-width:2px'/%3e%3c/svg%3e "); }
    a.btn-3.white:hover,
    button.btn-3.white:hover,
    span.btn-3.white:hover {
      color: #3ba99f; }
      a.btn-3.white:hover::after,
      button.btn-3.white:hover::after,
      span.btn-3.white:hover::after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='7.167' height='12.826'%3e%3cpath data-name='Path 1120' d='m0 .374 5.967 4.741L11.527 0' transform='rotate(-90 6.47 5.734)' style='fill:none;stroke:%233ba99f;stroke-width:2px'/%3e%3c/svg%3e "); }
  a.btn-3.white-hover-violet,
  button.btn-3.white-hover-violet,
  span.btn-3.white-hover-violet {
    color: white; }
    a.btn-3.white-hover-violet::after,
    button.btn-3.white-hover-violet::after,
    span.btn-3.white-hover-violet::after {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='7.167' height='12.826'%3e%3cpath data-name='Path 1120' d='m0 .374 5.967 4.741L11.527 0' transform='rotate(-90 6.47 5.734)' style='fill:none;stroke:%23fff;stroke-width:2px'/%3e%3c/svg%3e "); }
    a.btn-3.white-hover-violet:hover,
    button.btn-3.white-hover-violet:hover,
    span.btn-3.white-hover-violet:hover {
      color: #2c2c65; }
      a.btn-3.white-hover-violet:hover::after,
      button.btn-3.white-hover-violet:hover::after,
      span.btn-3.white-hover-violet:hover::after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='7.167' height='12.826'%3e%3cpath data-name='Path 1120' d='m0 .374 5.967 4.741L11.527 0' transform='rotate(-90 6.47 5.734)' style='fill:none;stroke:%232c2c65;stroke-width:2px'/%3e%3c/svg%3e "); }
a.btn-video,
button.btn-video,
span.btn-video {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: transparent;
  border: none; }
  a.btn-video:hover:before, a.btn-video:focus:before, a.btn-video:active:before, a.btn-video.hover:before,
  button.btn-video:hover:before,
  button.btn-video:focus:before,
  button.btn-video:active:before,
  button.btn-video.hover:before,
  span.btn-video:hover:before,
  span.btn-video:focus:before,
  span.btn-video:active:before,
  span.btn-video.hover:before {
    background: #0a3cab;
    color: #ffffff; }
  a.btn-video:hover::after, a.btn-video:focus::after, a.btn-video:active::after, a.btn-video.hover::after,
  button.btn-video:hover::after,
  button.btn-video:focus::after,
  button.btn-video:active::after,
  button.btn-video.hover::after,
  span.btn-video:hover::after,
  span.btn-video:focus::after,
  span.btn-video:active::after,
  span.btn-video.hover::after {
    opacity: 0.64;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    border: solid 2px #0a3cab;
    background: #0a3cab; }
  a.btn-video::before,
  button.btn-video::before,
  span.btn-video::before {
    content: "\f04b";
    box-sizing: border-box;
    display: inline-flex;
    position: relative;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "Font Awesome 5 Pro";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    text-rendering: auto;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    padding-top: 0px;
    padding-left: 3px;
    background: white;
    color: #0a3cab;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 5; }
  a.btn-video::after,
  button.btn-video::after,
  span.btn-video::after {
    content: "";
    display: block;
    width: 83px;
    height: 83px;
    border-radius: 50%;
    opacity: 0.64;
    border: solid 2px #ffffff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    position: absolute;
    background-color: #ffffff; }

/*button's Size Variables*/
/*END Buttons-------------------------------------*/
/*START footer------------------------*/
footer.footer {
  position: relative;
  overflow: hidden;
  background-color: #0a3cab; }
  footer.footer .section-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    footer.footer .section-background::before {
      opacity: 0.71;
      background-color: #000;
      z-index: 2; }
    footer.footer .section-background picture {
      display: block;
      position: absolute;
      height: 100%;
      width: 100%; }
    footer.footer .section-background source {
      display: block;
      width: 100%;
      height: 100%; }
    footer.footer .section-background img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover; }
  footer.footer .container {
    position: relative;
    z-index: 7; }
  footer.footer .footer-top {
    position: relative;
    padding: 44px 0px 0px; }
  footer.footer .logo-box {
    display: flex;
    margin-bottom: 36px; }
    footer.footer .logo-box.center {
      justify-content: center; }
  footer.footer .logo-footer {
    width: 159.8px;
    height: 91.4px;
    margin: 0;
    max-width: 100%;
    flex-shrink: 0; }
    footer.footer .logo-footer img {
      object-fit: contain;
      width: 99%;
      height: 99%; }
  footer.footer h2 {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    color: #ffffff; }
  footer.footer h3 {
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: none;
    margin-bottom: 10px;
    position: relative; }
  footer.footer address,
  footer.footer p,
  footer.footer a:not(.btn-1) {
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: none; }
  footer.footer address {
    margin: 0;
    margin-bottom: 0px; }
    footer.footer address::before {
      content: "";
      display: none;
      background: url("../images/icons/address.svg") no-repeat;
      background-size: contain;
      background-position: center;
      width: 15px;
      height: 15px;
      position: relative;
      margin-right: 12px;
      top: 3px;
      flex-shrink: 0; }
  footer.footer .link a {
    margin-right: 10px; }
    footer.footer .link a:last-child {
      margin-right: 0; }
  footer.footer a.email {
    font-family: "Open Sans", sans-serif !important;
    position: relative;
    display: block; }
    footer.footer a.email::before {
      content: "";
      display: block;
      background: url("../images/mail-icon.svg") no-repeat;
      background-size: contain;
      background-position: center;
      width: 18.8px;
      height: 18.8px;
      position: relative;
      margin: 0 auto 10px;
      top: 0px;
      flex-shrink: 0; }
    @media (min-width: 768px) {
      footer.footer a.email {
        display: flex;
        align-items: center; }
        footer.footer a.email::before {
          display: inline-flex;
          margin: 0;
          margin-right: 8.5px; } }
    footer.footer a.email:hover {
      color: #e1016c; }
  footer.footer a.phone {
    position: relative;
    margin-bottom: 10px;
    display: block; }
    footer.footer a.phone::before {
      content: "";
      display: block;
      background: url("../images/phone-icon.svg") no-repeat;
      background-size: contain;
      background-position: center;
      width: 18.8px;
      height: 18.8px;
      position: relative;
      margin: 0 auto 10px;
      top: 0px;
      flex-shrink: 0; }
    @media (min-width: 768px) {
      footer.footer a.phone {
        display: flex;
        align-items: center; }
        footer.footer a.phone::before {
          display: inline-flex;
          margin: 0;
          margin-right: 8.5px; } }
    footer.footer a.phone:hover {
      color: #e1016c; }
  footer.footer .contact-box a {
    margin-bottom: 9px; }
    footer.footer .contact-box a:last-child {
      margin-bottom: 0; }
  footer.footer .footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    footer.footer .footer-links a {
      font-weight: 700;
      margin: 5px 11px; }
  footer.footer .menu-footer-menu-container > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; }
    footer.footer .menu-footer-menu-container > ul > li,
    footer.footer .menu-footer-menu-container > ul .main-item {
      width: 100%;
      margin-bottom: 20px;
      padding-right: 15px; }
      footer.footer .menu-footer-menu-container > ul > li > a,
      footer.footer .menu-footer-menu-container > ul .main-item > a {
        font-family: "Open Sans", sans-serif !important;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        color: #ffffff;
        text-transform: none; }
      footer.footer .menu-footer-menu-container > ul > li ul,
      footer.footer .menu-footer-menu-container > ul .main-item ul {
        display: none; }
    @media (min-width: 768px) {
      footer.footer .menu-footer-menu-container > ul > li {
        width: 33.3%; } }
    footer.footer .menu-footer-menu-container > ul .main-item {
      margin-bottom: 10px; }
      footer.footer .menu-footer-menu-container > ul .main-item a {
        margin-bottom: 0; }
  footer.footer .menu-footer-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    footer.footer .menu-footer-menu-container ul a {
      font-family: "Open Sans", sans-serif !important;
      font-size: 14px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.29;
      letter-spacing: normal;
      color: #ffffff;
      margin-bottom: 15px;
      display: block;
      text-decoration: none;
      text-transform: none; }
      footer.footer .menu-footer-menu-container ul a:hover {
        color: #e1016c; }
  footer.footer .main-links ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  footer.footer .main-links li {
    margin-bottom: 18px;
    position: relative; }
    footer.footer .main-links li:hover::after {
      width: 100%; }
    footer.footer .main-links li::after {
      content: "";
      display: block;
      width: 41px;
      height: 2px;
      background: #d4d2d2;
      position: absolute;
      bottom: -6px;
      left: 0;
      transition: 0.4s;
      display: none; }
    footer.footer .main-links li.donate::after {
      background: #0b44c3; }
    footer.footer .main-links li.donate a {
      color: #0b44c3; }
    footer.footer .main-links li a {
      min-width: 164px; }
  footer.footer .main-links a {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #d4d2d2;
    text-decoration: none; }
  footer.footer .extra-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; }
    footer.footer .extra-menu ul li {
      width: 50%;
      margin: 18px 0; }
  footer.footer .footer-middle {
    background-image: linear-gradient(to bottom, #0a3cab, #7e1d19); }
    footer.footer .footer-middle .container {
      border-bottom: solid 1px #0b44c3;
      position: relative;
      padding-top: 54px;
      padding-bottom: 0px; }
    footer.footer .footer-middle .link-container {
      display: flex;
      justify-content: space-between; }
      footer.footer .footer-middle .link-container a {
        font-size: 12px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: black; }
  footer.footer .footer-bottom {
    padding: 47px 0 40px;
    position: relative;
    z-index: 2; }
    footer.footer .footer-bottom .container {
      border-top: 1px solid white;
      position: relative;
      padding-top: 22px; }
    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: 14px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.43;
      letter-spacing: normal;
      color: #ffffff;
      text-transform: none;
      margin: 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: 700; }
      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 .footer-bottom .terms {
      margin-top: 16px; }
      footer.footer .footer-bottom .terms a {
        opacity: 0.7;
        font-family: Sarabun;
        font-size: 15px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        color: #201f7f; }
  footer.footer .networks {
    margin: 0; }
    footer.footer .networks ul.social {
      margin-left: 0; }
  footer.footer ul.social {
    display: inline-flex;
    justify-content: center;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    flex-direction: row; }
    footer.footer ul.social li {
      display: inline-block;
      margin: 0px !important;
      margin-right: 17px !important;
      width: auto; }
      footer.footer ul.social li:last-child {
        margin-right: 0 !important; }
      footer.footer ul.social li a {
        display: inherit;
        border-radius: 50%;
        color: white;
        border: none;
        background: transparent;
        height: auto;
        margin: 0px;
        position: relative;
        transition: 0.4s;
        width: auto; }
        footer.footer ul.social li a i {
          font-size: 19px; }
        footer.footer ul.social li a:hover {
          color: #e1016c; }
  footer.footer .img-sponsors {
    width: 104px;
    height: 61px; }
  footer.footer .classic-text-widget {
    display: block !important; }

@media (min-width: 992px) {
  footer.footer .menu-footer-menu-container > ul > li {
    width: 25%; } }
@media (min-width: 1200px) {
  footer.footer .menu-footer-menu-container > ul > li {
    width: 16%; }
    footer.footer .menu-footer-menu-container > ul > li.btn-1 {
      text-align: right;
      padding-right: 0; }
      footer.footer .menu-footer-menu-container > ul > li.btn-1 a {
        min-width: 110px; }
    footer.footer .menu-footer-menu-container > ul > li.btn-1.secondary {
      position: absolute;
      top: 60px;
      right: 46px; }

  footer.footer .logo-box {
    margin-bottom: 82px; }

  footer.footer .footer-top {
    padding-top: 68px; }

  footer.footer .logo-footer {
    width: 209.8px;
    height: 120px; } }
/*END footer------------------------------------------*/
/* START header-------------*/
.navbar-brand:focus-visible,
#pp-nav li a:focus-visible,
.pp-slidesNav li a:focus-visible,
#special-button:focus-visible,
a:focus-visible,
button:focus-visible,
.section-o-1 .single-box a:focus-visible,
.section-o-1 .single-box a:focus,
.section-b .single-box a:focus-visible,
.section-b .single-box a:focus {
  outline: 2px dashed #fc0048 !important; }

.nav.navbar-nav li:focus-within > ul {
  display: block !important;
  z-index: 9; }

.translate-box {
  padding: 15px 30px;
  text-align: center; }
  .translate-box a.switcher-popup {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    color: white;
    text-transform: uppercase;
    text-decoration: none; }
    .translate-box a.switcher-popup img {
      margin-right: 5px; }
    .translate-box a.switcher-popup span {
      color: #0a3cab !important; }
  .translate-box .gt_white_content {
    max-width: 90%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0; }

html[data-useragent*="iPad"] body .header-navigation .container,
html[data-useragent*="ios"] body .header-navigation .container,
html[data-useragent*="Android"] body .header-navigation .container,
html[data-useragent*="Mobile"] body .header-navigation .container,
html.touch body .header-navigation .container {
  width: 100vw;
  max-width: 100vw;
  padding: 0;
  margin: 0; }
html[data-useragent*="iPad"] body .navbar-expand-lg .navbar-toggler,
html[data-useragent*="ios"] body .navbar-expand-lg .navbar-toggler,
html[data-useragent*="Android"] body .navbar-expand-lg .navbar-toggler,
html[data-useragent*="Mobile"] body .navbar-expand-lg .navbar-toggler,
html.touch body .navbar-expand-lg .navbar-toggler {
  display: block; }
html[data-useragent*="iPad"] body .extra-links-bar:not(.extra-links-bar-mobile),
html[data-useragent*="ios"] body .extra-links-bar:not(.extra-links-bar-mobile),
html[data-useragent*="Android"] body .extra-links-bar:not(.extra-links-bar-mobile),
html[data-useragent*="Mobile"] body .extra-links-bar:not(.extra-links-bar-mobile),
html.touch body .extra-links-bar:not(.extra-links-bar-mobile) {
  display: none; }
@media (min-width: 576px) {
  html[data-useragent*="iPad"] body #NavDropdown,
  html[data-useragent*="ios"] body #NavDropdown,
  html[data-useragent*="Android"] body #NavDropdown,
  html[data-useragent*="Mobile"] body #NavDropdown,
  html.touch body #NavDropdown {
    width: 300px; } }
@media (min-width: 576px) {
  html[data-useragent*="iPad"] body .height-wrap,
  html[data-useragent*="ios"] body .height-wrap,
  html[data-useragent*="Android"] body .height-wrap,
  html[data-useragent*="Mobile"] body .height-wrap,
  html.touch body .height-wrap {
    width: 300px; } }
@media (min-width: 768px) {
  html[data-useragent*="iPad"] body header.header .navbar-expand-lg .navbar-toggler,
  html[data-useragent*="ios"] body header.header .navbar-expand-lg .navbar-toggler,
  html[data-useragent*="Android"] body header.header .navbar-expand-lg .navbar-toggler,
  html[data-useragent*="Mobile"] body header.header .navbar-expand-lg .navbar-toggler,
  html.touch body header.header .navbar-expand-lg .navbar-toggler {
    margin-right: 30px;
    margin-left: auto; }
  html[data-useragent*="iPad"] body header.header #NavDropdown,
  html[data-useragent*="ios"] body header.header #NavDropdown,
  html[data-useragent*="Android"] body header.header #NavDropdown,
  html[data-useragent*="Mobile"] body header.header #NavDropdown,
  html.touch body header.header #NavDropdown {
    top: 105px; }
  html[data-useragent*="iPad"] body .navbar-brand,
  html[data-useragent*="ios"] body .navbar-brand,
  html[data-useragent*="Android"] body .navbar-brand,
  html[data-useragent*="Mobile"] body .navbar-brand,
  html.touch body .navbar-brand {
    width: 111.8px;
    height: 64.5px;
    margin-left: 30px; }
    html[data-useragent*="iPad"] body .navbar-brand::before,
    html[data-useragent*="ios"] body .navbar-brand::before,
    html[data-useragent*="Android"] body .navbar-brand::before,
    html[data-useragent*="Mobile"] body .navbar-brand::before,
    html.touch body .navbar-brand::before {
      right: -30px; } }

.mega-menu {
  display: none;
  width: 100%;
  margin-left: auto;
  margin-right: 10%;
  height: calc(100vh - 143px);
  max-height: 700px;
  overflow: scroll; }
  .mega-menu .card-style-5-links a {
    font-family: "Montserrat", sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #4b4bad;
    margin-bottom: 22px;
    display: block; }
    .mega-menu .card-style-5-links a:last-child {
      margin-bottom: 0; }
    .mega-menu .card-style-5-links a:hover {
      color: #0a3cab; }
  .mega-menu .card-style-6-links a {
    font-family: "Open Sans", sans-serif !important;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    color: #4b4bad;
    margin-bottom: 18px;
    display: block; }
    .mega-menu .card-style-6-links a:last-child {
      margin-bottom: 0; }
    .mega-menu .card-style-6-links a:hover {
      color: #0a3cab; }
  .mega-menu .section-title {
    font-family: "Montserrat", sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #0a3cab;
    margin-bottom: 17px; }
  .mega-menu a.title-link {
    font-family: "Montserrat", sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #0a3cab;
    margin-bottom: 17px; }
    .mega-menu a.title-link a {
      color: inherit; }
  .mega-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    height: 100%; }
    .mega-menu ul li.media-item {
      width: 100%; }
  .mega-menu a.d-block {
    text-decoration: none; }
  .mega-menu .content-wrap {
    background: white;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.16);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 94%, rgba(0, 0, 0, 0.1)); }
    .mega-menu .content-wrap .single-box,
    .mega-menu .content-wrap .d-block,
    .mega-menu .content-wrap .card {
      height: 100%; }
    .mega-menu .content-wrap.mega-menu-style-1 li.media-item {
      width: calc(100% / 3); }
    .mega-menu .content-wrap.mega-menu-style-2 li.media-item {
      width: calc(100% / 4); }
    .mega-menu .content-wrap.mega-menu-style-3 li.media-item {
      width: calc(100% / 5); }
    .mega-menu .content-wrap.mega-menu-style-4 li.media-item {
      width: calc(100% / 3); }
    .mega-menu .content-wrap.mega-menu-style-5 {
      padding-top: 17px;
      padding-left: 0px;
      padding-right: 30px;
      padding-bottom: 47px; }
      .mega-menu .content-wrap.mega-menu-style-5 li.media-item {
        width: calc(100% / 3); }
    .mega-menu .content-wrap.mega-menu-style-6 li.media-item {
      width: calc(100% / 3); }
    .mega-menu .content-wrap.mega-menu-style-7 {
      padding-top: 59px;
      padding-bottom: 63px; }
      .mega-menu .content-wrap.mega-menu-style-7 li.media-item {
        width: calc(100% / 2); }
    .mega-menu .content-wrap .card-menu-style-1 {
      background: transparent; }
      .mega-menu .content-wrap .card-menu-style-1 .img-wrap {
        border-radius: 0;
        margin: 0;
        min-height: 200px;
        height: 100%; }
      .mega-menu .content-wrap .card-menu-style-1 .card-title {
        font-family: "Montserrat", sans-serif !important;
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        text-align: center;
        color: #0a3cab;
        margin: 0 auto;
        padding: 28px 0;
        min-height: 100px; }
        .mega-menu .content-wrap .card-menu-style-1 .card-title a {
          color: inherit; }
      .mega-menu .content-wrap .card-menu-style-1 .card-body {
        padding: 0; }
    .mega-menu .content-wrap .card-menu-style-2 {
      background: transparent; }
      .mega-menu .content-wrap .card-menu-style-2 .card-title {
        font-family: "Montserrat", sans-serif !important;
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        text-align: center;
        color: #0a3cab;
        margin: 0 auto;
        padding: 28px 0; }
        .mega-menu .content-wrap .card-menu-style-2 .card-title a {
          color: inherit; }
      .mega-menu .content-wrap .card-menu-style-2 .card-body {
        padding-top: 0; }
      .mega-menu .content-wrap .card-menu-style-2 .content-card-text-container {
        display: flex;
        justify-content: space-between; }
        .mega-menu .content-wrap .card-menu-style-2 .content-card-text-container * {
          width: 48%; }
        .mega-menu .content-wrap .card-menu-style-2 .content-card-text-container p,
        .mega-menu .content-wrap .card-menu-style-2 .content-card-text-container address,
        .mega-menu .content-wrap .card-menu-style-2 .content-card-text-container a,
        .mega-menu .content-wrap .card-menu-style-2 .content-card-text-container li {
          font-size: 12px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.83;
          letter-spacing: normal;
          color: #000000;
          margin: 0; }
      .mega-menu .content-wrap .card-menu-style-2 .img-wrap {
        height: 70%;
        min-height: 130px;
        margin: 0; }
    .mega-menu .content-wrap .card-menu-style-3 {
      background: transparent; }
      .mega-menu .content-wrap .card-menu-style-3 .card-body {
        display: flex;
        justify-content: center;
        align-items: center; }
      .mega-menu .content-wrap .card-menu-style-3 .impact-box {
        display: flex;
        margin-bottom: 49px; }
        .mega-menu .content-wrap .card-menu-style-3 .impact-box:last-child {
          margin-bottom: 0; }
      .mega-menu .content-wrap .card-menu-style-3 .impact-icon {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        background: #0a3cab;
        overflow: hidden;
        flex-shrink: 0;
        margin-bottom: 0;
        margin-right: 27px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .mega-menu .content-wrap .card-menu-style-3 .impact-icon img {
          position: absolute;
          width: 28px;
          height: 28px;
          object-fit: contain; }
      .mega-menu .content-wrap .card-menu-style-3 .impact-title {
        font-family: "Montserrat", sans-serif !important;
        font-size: 28px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: normal;
        color: #0a3cab; }
      .mega-menu .content-wrap .card-menu-style-3 .impact-text p,
      .mega-menu .content-wrap .card-menu-style-3 .impact-text li {
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        color: #000000; }
        .mega-menu .content-wrap .card-menu-style-3 .impact-text p a,
        .mega-menu .content-wrap .card-menu-style-3 .impact-text li a {
          color: inherit; }
    .mega-menu .content-wrap .card-menu-style-4 {
      background: #0a3cab; }
      .mega-menu .content-wrap .card-menu-style-4 .card-body {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 83px;
        padding-right: 83px; }
      .mega-menu .content-wrap .card-menu-style-4 blockquote,
      .mega-menu .content-wrap .card-menu-style-4 p,
      .mega-menu .content-wrap .card-menu-style-4 li {
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.45;
        letter-spacing: normal;
        color: #ffffff; }
        .mega-menu .content-wrap .card-menu-style-4 blockquote a,
        .mega-menu .content-wrap .card-menu-style-4 p a,
        .mega-menu .content-wrap .card-menu-style-4 li a {
          color: inherit; }
      .mega-menu .content-wrap .card-menu-style-4 cite {
        color: white; }
    .mega-menu .content-wrap .card-menu-style-5 {
      background: transparent; }
      .mega-menu .content-wrap .card-menu-style-5 .card-body {
        display: flex;
        justify-content: center;
        align-items: center; }
    .mega-menu .content-wrap .card-menu-style-6 {
      background: transparent; }
      .mega-menu .content-wrap .card-menu-style-6 .card-body {
        padding-top: 0; }
      .mega-menu .content-wrap .card-menu-style-6 .card-title {
        font-family: "Montserrat", sans-serif !important;
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        text-align: center;
        color: #0a3cab;
        margin: 0 auto;
        padding: 28px 0; }
        .mega-menu .content-wrap .card-menu-style-6 .card-title a {
          color: inherit; }

header.header {
  top: 0;
  transition: 0.4s; }
  header.header::before {
    content: "";
    opacity: 0;
    background-color: #0a3cab;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    transition: 0;
    box-shadow: 1px 6px 17px 0 rgba(0, 0, 0, 0.1); }
  header.header.active::before {
    height: 100%;
    opacity: 1; }
  header.header.active .navbar-toggler {
    -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; }
    header.header.active .navbar-toggler .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15 14' style='enable-background:new 0 0 15 14;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23fff;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-295 -30) translate(295 30)'%3e%3cpath class='st0' d='M12.1,1L1.5,11.6c-0.4,0.4-0.4,1,0,1.4l0,0c0.4,0.4,1,0.4,1.4,0L13.5,2.4c0.4-0.4,0.4-1,0-1.4l0,0 C13.1,0.6,12.5,0.6,12.1,1z'/%3e%3cpath class='st0' d='M2.9,1l10.6,10.6c0.4,0.4,0.4,1,0,1.4l0,0c-0.4,0.4-1,0.4-1.4,0L1.5,2.4C1.1,2,1.1,1.4,1.5,1l0,0 C1.9,0.6,2.5,0.6,2.9,1z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
      background-size: 55%; }

.header-top.over-navbar {
  display: none; }

.donate-bar {
  padding: 5px 12px;
  background-color: #272727;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  position: relative; }
  .donate-bar::before {
    content: "";
    display: block;
    background-color: #272727;
    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%);
    z-index: -1; }
  .donate-bar a {
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    display: block;
    width: 171px;
    margin-left: auto; }
    .donate-bar a:hover {
      text-decoration: none; }
  .donate-bar .close {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15 14' style='enable-background:new 0 0 15 14;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23cecfd1;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-295 -30) translate(295 30)'%3e%3cpath class='st0' d='M12.1,1L1.5,11.6c-0.4,0.4-0.4,1,0,1.4l0,0c0.4,0.4,1,0.4,1.4,0L13.5,2.4c0.4-0.4,0.4-1,0-1.4l0,0 C13.1,0.6,12.5,0.6,12.1,1z'/%3e%3cpath class='st0' d='M2.9,1l10.6,10.6c0.4,0.4,0.4,1,0,1.4l0,0c-0.4,0.4-1,0.4-1.4,0L1.5,2.4C1.1,2,1.1,1.4,1.5,1l0,0 C1.9,0.6,2.5,0.6,2.9,1z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    font-size: 0;
    margin-left: auto; }

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

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

.navbar-brand {
  width: 105px;
  height: 60.5px;
  padding: 0 !important;
  position: relative; }
  .navbar-brand::before {
    content: "";
    display: block;
    width: calc(100% + 60px);
    height: calc(100% + 40px);
    background-color: #072b7b;
    position: absolute;
    top: -20px;
    right: -14px;
    display: none; }
  .navbar-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 5;
    position: relative; }
    .navbar-brand img:nth-child(1) {
      display: block; }
    .navbar-brand img:nth-child(2) {
      display: none; }

.navbar-toggler {
  padding: 0;
  margin-right: 10px;
  margin-left: auto; }
  .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='21' viewBox='0 0 32 21'%3e%3cg fill='none' fill-rule='evenodd' stroke-linecap='round'%3e%3cg stroke='%23fff' stroke-width='3.5'%3e%3cg%3e%3cpath d='M30 1.5L8 1.5M30 19.5L8 19.5M30 10.5L1 10.5' transform='translate(-283.000000, -28.000000) translate(283.000000, 28.000000)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
    width: 26px;
    height: 31px;
    margin: 0;
    padding: 0; }
  .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("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15 14' style='enable-background:new 0 0 15 14;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%230f3d5e;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-295 -30) translate(295 30)'%3e%3cpath class='st0' d='M12.1,1L1.5,11.6c-0.4,0.4-0.4,1,0,1.4l0,0c0.4,0.4,1,0.4,1.4,0L13.5,2.4c0.4-0.4,0.4-1,0-1.4l0,0 C13.1,0.6,12.5,0.6,12.1,1z'/%3e%3cpath class='st0' d='M2.9,1l10.6,10.6c0.4,0.4,0.4,1,0,1.4l0,0c-0.4,0.4-1,0.4-1.4,0L1.5,2.4C1.1,2,1.1,1.4,1.5,1l0,0 C1.9,0.6,2.5,0.6,2.9,1z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
      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; } }
.just-for-mobile {
  margin-left: auto; }
  .just-for-mobile .btn-donate a {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: -0.2px;
    color: #ffffff;
    text-align: center;
    text-transform: none;
    background-color: #e1016c;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    border-radius: 23px;
    min-width: auto;
    margin: 0 auto;
    padding: 15px 31px; }
    .just-for-mobile .btn-donate a:hover {
      background-color: #efcf58;
      color: #e97d1e;
      text-decoration: none; }
  .just-for-mobile .btn-scape span {
    width: 50px; }

.col-middle {
  display: block; }

#NavDropdown {
  background: transparent;
  height: 100vh;
  position: absolute;
  right: -100%;
  opacity: 0;
  top: 100px;
  width: 100%;
  z-index: 999;
  transition: 0.4s;
  display: block; }
  #NavDropdown .height-wrap {
    flex-direction: column;
    background-color: #ffffff;
    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: "Open Sans", sans-serif !important;
          font-size: 14px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.38;
          letter-spacing: normal;
          text-align: left;
          color: #0a3cab;
          text-decoration: none;
          text-transform: none;
          padding: 15px 40px 15px 33px;
          display: block;
          border-radius: 0px; }
          #NavDropdown .height-wrap ul:not(.social) li a::after {
            content: none; }
          #NavDropdown .height-wrap ul:not(.social) li a:hover {
            color: #072b7b; }
        #NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn {
          background-color: transparent;
          color: #0a3cab;
          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: 7px;
          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 span::before {
              content: "\f105";
              color: #0a3cab; }
            #NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn span.open::before {
              content: "\f107"; }
          #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: black;
            position: absolute;
            font-size: 16px;
            right: 12px;
            top: 12px; }
        #NavDropdown .height-wrap ul:not(.social) li.active > a {
          background: #0a3cab;
          color: white; }
        #NavDropdown .height-wrap ul:not(.social) li.active > button.dropdown-btn span::before {
          color: white; }
        #NavDropdown .height-wrap ul:not(.social) li.btn-search {
          text-align: center; }
        #NavDropdown .height-wrap ul:not(.social) li.last-menu-item {
          margin-bottom: 67px; }
        #NavDropdown .height-wrap ul:not(.social) li.special-btn {
          padding: 5px 40px 5px 33px;
          margin: 0; }
        #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-family: "Open Sans", sans-serif !important;
            font-size: 14px;
            font-weight: 700;
            line-height: 1.07;
            color: #0a3cab;
            padding: 10px 15px;
            padding-left: 70px;
            text-transform: none; }
            #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: #f4f4f4;
              color: #959595 !important; }
          #NavDropdown .height-wrap ul:not(.social) li ul li ul li a {
            color: #0a3cab !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: #f4f4f4;
              color: #959595 !important; }
          #NavDropdown .height-wrap ul:not(.social) li ul li.active a {
            color: white;
            background: #2e837b; }
            #NavDropdown .height-wrap ul:not(.social) li ul li.active a:hover, #NavDropdown .height-wrap ul:not(.social) li ul li.active a:focus, #NavDropdown .height-wrap ul:not(.social) li ul li.active a:active {
              background: #f4f4f4;
              color: #959595 !important; }

#open-search {
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #072b7b;
  padding: 0 !important;
  text-align: center;
  transition: all 0.4s ease;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center; }
  #open-search .icon-search {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 15' style='enable-background:new 0 0 18 15;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%230038ae;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg%3e%3cg transform='translate(-35 -692) translate(20 677) translate(16 16)'%3e%3ccircle class='st0' cx='6' cy='6.2' r='6'/%3e%3cpath class='st0' d='M16,12.5l-4-3.1'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-position: center;
    width: 23px;
    height: 23px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }
  #open-search:hover .icon-search, #open-search:focus .icon-search, #open-search:active .icon-search {
    -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; }

.translate-box {
  padding: 15px 0px;
  text-align: left;
  margin-bottom: 30px; }
  .translate-box a.switcher-popup {
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    color: black;
    text-transform: none;
    text-decoration: none; }
    .translate-box a.switcher-popup img {
      margin-right: 5px;
      display: none; }

.login-box a {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  color: #0a3cab;
  text-transform: none;
  display: flex;
  align-items: center;
  margin-bottom: 10px; }
  .login-box a:hover {
    color: #5cc8cd; }
  .login-box a i {
    margin-right: 5px; }
  .login-box a.login:before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11 17' style='enable-background:new 0 0 11 17;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%2327BAC1;%7d %3c/style%3e%3cg%3e%3cpath class='st0' d='M2.5,8.4C1.9,8.7,1.3,9.2,1.2,9.9L0,14.4c-0.1,0.5,0.1,1.1,0.6,1.3c3,1.7,6.8,1.7,9.8,0 c0.5-0.3,0.7-0.8,0.6-1.3L9.8,9.9C9.7,9.2,9.1,8.7,8.5,8.4l-0.1,0c-1.9-0.6-3.9-0.6-5.7,0L2.5,8.4L2.5,8.4z M9,3.5 C9,1.6,7.4,0,5.5,0C3.6,0,2,1.6,2,3.5C2,5.4,3.6,7,5.5,7C7.4,7,9,5.4,9,3.5z'/%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    width: 11px;
    height: 17px;
    position: relative;
    margin-right: 5px;
    display: none; }
  .login-box a.login:hover::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11 17' style='enable-background:new 0 0 11 17;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%235cc8cd;%7d %3c/style%3e%3cg%3e%3cpath class='st0' d='M2.5,8.4C1.9,8.7,1.3,9.2,1.2,9.9L0,14.4c-0.1,0.5,0.1,1.1,0.6,1.3c3,1.7,6.8,1.7,9.8,0 c0.5-0.3,0.7-0.8,0.6-1.3L9.8,9.9C9.7,9.2,9.1,8.7,8.5,8.4l-0.1,0c-1.9-0.6-3.9-0.6-5.7,0L2.5,8.4L2.5,8.4z M9,3.5 C9,1.6,7.4,0,5.5,0C3.6,0,2,1.6,2,3.5C2,5.4,3.6,7,5.5,7C7.4,7,9,5.4,9,3.5z'/%3e%3c/g%3e%3c/svg%3e"); }
  .login-box a.logout:before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 22 21' style='enable-background:new 0 0 22 21;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%2327BAC1;%7d .st1%7bfill:none;stroke:%2327BAC1;stroke-linecap:round;stroke-linejoin:round;%7d .st2%7bfill:none;stroke:%23231F20;stroke-linecap:round;stroke-linejoin:round;%7d %3c/style%3e%3cg%3e%3cg%3e%3cpath class='st0' d='M15.3,1L21,3.4v14.1l-5.7,2.4V1z'/%3e%3cpath class='st1' d='M14.9,17.8H10v-4.9 M10,7.1V3h4.9 M21,17.8l-5.7,2h-0.4V1h0.4L21,3V17.8z M5.5,13.7L9.2,10L5.5,6.3 M8.8,10H1 '/%3e%3cpath class='st2' d='M16.5,9.2v1.6'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    width: 22px;
    height: 21px;
    position: relative;
    margin-right: 5px;
    display: none; }
  .login-box a.logout:hover::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 22 21' style='enable-background:new 0 0 22 21;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%235cc8cd;%7d .st1%7bfill:none;stroke:%235cc8cd;stroke-linecap:round;stroke-linejoin:round;%7d .st2%7bfill:none;stroke:%23231F20;stroke-linecap:round;stroke-linejoin:round;%7d %3c/style%3e%3cg%3e%3cg%3e%3cpath class='st0' d='M15.3,1L21,3.4v14.1l-5.7,2.4V1z'/%3e%3cpath class='st1' d='M14.9,17.8H10v-4.9 M10,7.1V3h4.9 M21,17.8l-5.7,2h-0.4V1h0.4L21,3V17.8z M5.5,13.7L9.2,10L5.5,6.3 M8.8,10H1 '/%3e%3cpath class='st2' d='M16.5,9.2v1.6'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); }

.register-box {
  position: relative; }
  .register-box a {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: black;
    text-transform: uppercase; }

.custom-links {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start; }
  .custom-links a {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #0a3cab;
    position: relative; }
    .custom-links a:hover {
      color: #3ba99f; }
    .custom-links a i {
      margin-right: 5px; }
    .custom-links a::before {
      content: "";
      display: inline-flex;
      width: 18px;
      height: 15.8px;
      margin-right: 9px;
      top: 2px;
      position: relative;
      display: none; }
    .custom-links a.btn-news::before {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15.641' height='12.525' viewBox='0 0 15.641 12.525'%3e%3cg%3e%3cg%3e%3cpath fill='%23545544' d='M0 51v12.525h15.641V51zm8.889 10.386H2.138v-.916h6.751zm0-1.833H2.138v-.916h6.751zm0-1.833H2.138v-.92h6.751zm0-1.833H2.138v-.916h6.751zm4.611 3.666H9.836v-4.582H13.5zm1.222-6.721H.916v-.916h13.808z' transform='translate(0 -51) translate(0 51) translate(0 -51)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e "); }
    .custom-links a.btn-news:hover::before {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15.641' height='12.525' viewBox='0 0 15.641 12.525'%3e%3cg%3e%3cg%3e%3cpath fill='%23ed4b29' d='M0 51v12.525h15.641V51zm8.889 10.386H2.138v-.916h6.751zm0-1.833H2.138v-.916h6.751zm0-1.833H2.138v-.92h6.751zm0-1.833H2.138v-.916h6.751zm4.611 3.666H9.836v-4.582H13.5zm1.222-6.721H.916v-.916h13.808z' transform='translate(0 -51) translate(0 51) translate(0 -51)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e "); }
    .custom-links a.btn-shop::before {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' id='shopping-cart' width='18.001' height='15.822' viewBox='0 0 18.001 15.822'%3e%3cdefs%3e%3cstyle%3e .cls-1%7bfill:%23545544%7d %3c/style%3e%3c/defs%3e%3cpath id='Path_68395' d='M5.836 10.548h9.528a.526.526 0 0 0 .507-.383l2.11-7.384a.527.527 0 0 0-.507-.672H4.619L4.242.413A.527.527 0 0 0 3.727 0h-3.2a.527.527 0 0 0 0 1.055H3.3l1.9 8.57a1.581 1.581 0 0 0 .628 3.033h9.528a.527.527 0 0 0 0-1.055h-9.52a.527.527 0 1 1 0-1.055zm0 0' class='cls-1'/%3e%3cpath id='Path_68396' d='M151 361.586a1.582 1.582 0 1 0 1.582-1.586 1.584 1.584 0 0 0-1.582 1.586zm0 0' class='cls-1' transform='translate(-145.691 -347.347)'/%3e%3cpath id='Path_68397' d='M362 361.586a1.582 1.582 0 1 0 1.586-1.586 1.584 1.584 0 0 0-1.586 1.586zm0 0' class='cls-1' transform='translate(-349.276 -347.347)'/%3e%3c/svg%3e "); }
    .custom-links a.btn-shop:hover::before {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' id='shopping-cart' width='18.001' height='15.822' viewBox='0 0 18.001 15.822'%3e%3cdefs%3e%3cstyle%3e .cls-1%7bfill:%23ed4b29%7d %3c/style%3e%3c/defs%3e%3cpath id='Path_68395' d='M5.836 10.548h9.528a.526.526 0 0 0 .507-.383l2.11-7.384a.527.527 0 0 0-.507-.672H4.619L4.242.413A.527.527 0 0 0 3.727 0h-3.2a.527.527 0 0 0 0 1.055H3.3l1.9 8.57a1.581 1.581 0 0 0 .628 3.033h9.528a.527.527 0 0 0 0-1.055h-9.52a.527.527 0 1 1 0-1.055zm0 0' class='cls-1'/%3e%3cpath id='Path_68396' d='M151 361.586a1.582 1.582 0 1 0 1.582-1.586 1.584 1.584 0 0 0-1.582 1.586zm0 0' class='cls-1' transform='translate(-145.691 -347.347)'/%3e%3cpath id='Path_68397' d='M362 361.586a1.582 1.582 0 1 0 1.586-1.586 1.584 1.584 0 0 0-1.586 1.586zm0 0' class='cls-1' transform='translate(-349.276 -347.347)'/%3e%3c/svg%3e "); }

.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 {
    margin-top: 23px;
    padding-top: 0px;
    position: relative; }
    .extra-links-bar.extra-links-bar-mobile::after {
      content: "";
      display: block;
      width: calc(100% - 70px);
      height: 1px;
      background: #0a3cab;
      position: absolute;
      top: 0;
      display: none; }
    .extra-links-bar.extra-links-bar-mobile .box {
      margin-bottom: 30px; }
      .extra-links-bar.extra-links-bar-mobile .box:last-child {
        margin-bottom: 0; }
    .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 .register-box a {
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.38;
        letter-spacing: normal;
        color: #ffffff;
        background: #0a3cab;
        padding: 10px 27px 9px;
        border-radius: 60px;
        display: inline-block; }
    .extra-links-bar.extra-links-bar-mobile .search-box {
      vertical-align: middle; }
    .extra-links-bar.extra-links-bar-mobile .networks {
      margin-bottom: 19px;
      order: 5; }
    .extra-links-bar.extra-links-bar-mobile .custom-links {
      padding-bottom: 27px;
      margin-bottom: 19px;
      vertical-align: middle;
      position: relative; }
      .extra-links-bar.extra-links-bar-mobile .custom-links a {
        margin-bottom: 19px; }
        .extra-links-bar.extra-links-bar-mobile .custom-links a:last-child {
          margin-bottom: 0; }

.search-box {
  display: block;
  margin-left: 0px; }

header.header .networks {
  margin-bottom: 13px; }
  header.header .networks ul.social {
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    header.header .networks ul.social li {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 0px;
      width: auto;
      height: 30px;
      border-radius: 50%;
      background: transparent;
      margin-right: 20px; }
      header.header .networks ul.social li:last-child {
        margin-bottom: 0; }
      header.header .networks ul.social li a {
        color: white; }
        header.header .networks ul.social li a i {
          font-size: 15px; }
      header.header .networks ul.social li:hover a {
        color: #e1016c; }

.main-links {
  display: flex;
  flex-direction: column; }
  .main-links a {
    margin-bottom: 10px; }
    .main-links a:last-child {
      margin-bottom: 0px; }

body.fixed header.header {
  top: 0; }
  body.fixed header.header::before {
    height: 100%;
    opacity: 1; }

@media (min-width: 576px) and (max-width: 992px) {
  #NavDropdown {
    width: 300px; } }
@media (min-width: 576px) and (max-width: 992px) {
  .height-wrap {
    width: 300px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .navbar-brand {
    width: 51.8px;
    height: 56.2px; } }
@media (max-width: 992px) {
  .header-navigation .container {
    width: 100vw;
    max-width: 100vw;
    padding: 0;
    margin: 0; }

  .navbar-expand-lg .navbar-toggler {
    display: block; }

  .extra-links-bar:not(.extra-links-bar-mobile) {
    display: none; } }
@media (min-width: 993px) {
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body {
    padding-top: 0px !important; }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header::before,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header::before {
    opacity: 1;
    background: white; }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .networks ul.social li a,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .networks ul.social li a {
    color: #0a3cab; }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header #NavDropdown ul:not(.social) li.special-btn.btn-1.border-primary a,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header #NavDropdown ul:not(.social) li.special-btn.btn-1.border-primary a {
    color: #0a3cab !important;
    border-color: #0a3cab !important; }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header #NavDropdown ul:not(.social) li.special-btn.btn-1:hover a, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header #NavDropdown ul:not(.social) li.special-btn.btn-1:focus a, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header #NavDropdown ul:not(.social) li.special-btn.btn-1:active a, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header #NavDropdown ul:not(.social) li.special-btn.btn-1.active a,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header #NavDropdown ul:not(.social) li.special-btn.btn-1:hover a,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header #NavDropdown ul:not(.social) li.special-btn.btn-1:focus a,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header #NavDropdown ul:not(.social) li.special-btn.btn-1:active a,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header #NavDropdown ul:not(.social) li.special-btn.btn-1.active a {
    background-color: #f2f2f2 !important;
    color: #888 !important;
    text-decoration: none !important;
    border-color: #f2f2f2 !important; }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links a,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links button,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links span,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .custom-links a,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .custom-links button,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .custom-links span {
    color: #0a3cab; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links a:hover,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links button:hover,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links span:hover,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .custom-links a:hover,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .custom-links button:hover,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .custom-links span:hover {
      color: #e1016c; }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .login-box a,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .login-box button,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .login-box span,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .login-box a,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .login-box button,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .login-box span {
    color: #0a3cab; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .login-box a:hover,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .login-box button:hover,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .login-box span:hover,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .login-box a:hover,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .login-box button:hover,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .login-box span:hover {
      color: #e1016c; }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header #open-search .icon-search,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header #open-search .icon-search {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 15' style='enable-background:new 0 0 18 15;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%230a3cab;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg%3e%3cg transform='translate(-35 -692) translate(20 677) translate(16 16)'%3e%3ccircle class='st0' cx='6' cy='6.2' r='6'/%3e%3cpath class='st0' d='M16,12.5l-4-3.1'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .navbar-brand img:nth-child(1),
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .navbar-brand img:nth-child(1) {
    display: none !important; }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .navbar-brand img:nth-child(2),
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header .navbar-brand img:nth-child(2) {
    display: block !important; }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header #NavDropdown ul:not(.social) li a,
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body:not(.home) header.header #NavDropdown ul:not(.social) li a {
    color: #0a3cab; }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header {
    font-family: "Open Sans", sans-serif !important;
    width: 100%;
    z-index: 1030;
    /*START Main Navigation------------------------------------------*/
    /*END Main Navigation------------------------------------------*/ }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .textwidget {
      display: inline-block; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header::before {
      opacity: 0; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header p {
      margin-bottom: 0 !important; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .container {
      padding: 0 15px;
      margin: auto; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      position: relative;
      min-height: auto;
      transition: 0.6s;
      margin: 0;
      padding: 0px 0 0; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar .box {
        margin-bottom: 0;
        margin-top: 0;
        margin-right: 23px; }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar .box:last-child {
          margin-right: 0; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar.extra-links-bar-mobile {
        padding: 0; }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar.extra-links-bar-mobile .custom-links,
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar.extra-links-bar-mobile .networks,
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar.extra-links-bar-mobile .login-box,
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar.extra-links-bar-mobile .translate-box,
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar.extra-links-bar-mobile .search-box,
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar.extra-links-bar-mobile .register-box {
          display: none; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .custom-links {
      flex-direction: row;
      align-items: center;
      position: relative; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .custom-links a {
        margin-left: 30px;
        color: white; }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .custom-links a:first-child {
          margin-left: 0; }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .custom-links a:hover {
          color: #e1016c; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .search-box {
      position: relative;
      position: relative; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .search-box #open-search .icon-search {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 15' style='enable-background:new 0 0 18 15;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%23fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg%3e%3cg transform='translate(-35 -692) translate(20 677) translate(16 16)'%3e%3ccircle class='st0' cx='6' cy='6.2' r='6'/%3e%3cpath class='st0' d='M16,12.5l-4-3.1'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .search-box #open-search .text {
        color: white; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .login-box a {
      margin: 0;
      color: white; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .login-box a:hover {
        color: #e1016c; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .register-box {
      position: relative; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .register-box a {
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: normal;
        color: #ffffff; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .translate-box {
      margin: 0;
      margin-left: 23px;
      padding: 5px 12px 5px 15px;
      border-radius: 100px;
      background-color: #fff; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .main-links {
      flex-direction: row;
      align-items: center;
      margin-left: 0 !important; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .main-links a {
        margin-bottom: 0;
        margin-left: 20px;
        min-width: 106px; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .header-top {
      padding: 30px 0 0px;
      position: relative; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .header-top.over-navbar {
        display: block; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .header-top:before {
        content: "";
        display: block;
        background: #e1016c;
        position: absolute;
        width: 100vw;
        height: 100%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1;
        display: none; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar,
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl {
      display: flex;
      justify-content: space-between;
      padding: 0px 0 0;
      position: relative; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar::before,
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl::before {
        content: "";
        display: none;
        width: 100vw;
        height: 100%;
        background: #0a3cab;
        position: absolute;
        bottom: 0;
        left: calc((100vw - 930px) / -2); }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header,
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header {
        position: relative;
        padding: 0px 0;
        width: auto;
        flex-basis: auto; }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header::before,
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header::before {
          content: "";
          background: #d0d0d0;
          display: none;
          height: calc(100% + 0.5px);
          position: absolute;
          right: -75px;
          top: 0;
          width: 100vw;
          z-index: -1;
          transition: 0.4s;
          transform: skewX(20deg);
          -webkit-box-shadow: inset -9px 0px 15px -8px rgba(0, 0, 0, 0.4);
          -moz-box-shadow: inset -9px 0px 15px -8px rgba(0, 0, 0, 0.4);
          box-shadow: inset -9px 0px 15px -8px rgba(0, 0, 0, 0.4); }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header::after,
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header::after {
          content: "";
          background: black;
          display: none;
          height: calc(100% + 1px);
          position: absolute;
          right: -45px;
          top: 0;
          width: 100vw;
          z-index: -1;
          transition: 0.4s;
          transform: skewX(20deg); }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header .navbar-brand,
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header .navbar-brand {
          border-radius: none;
          display: block;
          margin: 0;
          position: relative;
          padding: 0 !important;
          width: 151px;
          height: 87px;
          max-width: 100%; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header .navbar-brand img,
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header .navbar-brand img {
            width: 100%;
            height: auto;
            max-width: 100%;
            transition: all 0.4s ease; }
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header .navbar-brand img:nth-child(1),
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header .navbar-brand img:nth-child(1) {
              display: block; }
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header .navbar-brand img:nth-child(2),
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header .navbar-brand img:nth-child(2) {
              display: none; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header .navbar-brand::before,
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header .navbar-brand::before {
            height: calc(100% + 63px);
            right: -28px;
            top: -32px; }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header .just-for-mobile,
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header .just-for-mobile {
          display: none !important; }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header .navbar-toggler,
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header .navbar-toggler {
          display: none !important; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .col-middle {
      position: relative;
      width: 100%; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .header-bottom {
      width: 100%; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown {
      width: 100%;
      height: auto;
      position: relative;
      left: auto;
      top: auto;
      right: auto !important;
      opacity: 1 !important;
      text-align: center;
      align-items: center;
      justify-content: flex-end; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown .height-wrap {
        background: transparent;
        height: auto;
        margin: auto;
        overflow-y: unset !important;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: row; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-flow: row wrap;
        width: 100%; }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) > li:last-child a::before {
          display: none; }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li,
        html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open {
          display: inline-block;
          float: none;
          padding: 0px;
          width: auto;
          margin: 0 15px; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li button.dropdown-btn,
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open button.dropdown-btn {
            display: none; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.mega-menu-item ul,
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.mega-menu-item ul {
            display: none !important; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.only-mobile,
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.only-mobile {
            display: none; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.active > a,
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.active > a {
            background: transparent;
            font-weight: 700; }
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.active > a::after,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.active > a::after {
              width: 100%; }
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.active > a:hover, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.active > a:focus, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.active > a:active,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.active > a:hover,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.active > a:focus,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.active > a:active {
              text-decoration: none; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a,
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a {
            font-size: 14px;
            font-weight: 700;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.35;
            letter-spacing: normal;
            color: white;
            padding: 27px 0 32px;
            position: relative;
            text-decoration: none;
            text-transform: none;
            display: block; }
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a::before,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a::before {
              content: "";
              display: none;
              width: 1px;
              height: 14px;
              background: #e1016c;
              position: absolute;
              top: 6.9px;
              right: -10px; }
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a::after,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a::after {
              content: "";
              background-color: #e1016c;
              border: none;
              bottom: 0px;
              left: 0;
              margin: 0 auto;
              position: absolute;
              transition: 0.4s;
              width: 0%;
              height: 5px; }
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a:hover, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a:focus, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a:active,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a:hover,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a:focus,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a:active {
              text-decoration: none; }
              html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a:hover::after, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a:focus::after, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a:active::after,
              html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a:hover::after,
              html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a:focus::after,
              html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a:active::after {
                width: 100%; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul,
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul {
            background: white;
            border: none;
            display: none;
            height: unset;
            min-height: 0;
            text-align: left;
            position: absolute;
            left: 0%;
            isolation: isolate;
            padding: 0 !important;
            width: 254px;
            border-bottom: 3px solid white;
            border-radius: 0;
            box-shadow: 0 4px 9px 0 rgba(217, 217, 217, 0.42); }
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li {
              display: block;
              margin: 0 !important;
              padding: 0; }
              html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li.active > a,
              html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li.active > a {
                background-color: #0a3cab;
                color: white;
                font-weight: bold; }
                html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li.active > a::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li.active > a::after,
                html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li.active > a::before,
                html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li.active > a::after {
                  content: none !important; }
              html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li::after,
              html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li::before,
              html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li::after {
                content: none !important; }
              html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li a,
              html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li a {
                padding: 13px;
                color: #072b7b;
                font-weight: 500; }
                html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li a::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li a::after,
                html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li a::before,
                html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li a::after {
                  content: none !important; }
                html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li a:hover, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li a:focus, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li a:active,
                html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li a:hover,
                html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li a:focus,
                html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li a:active {
                  background-color: #f4f4f4;
                  color: #959595 !important; }
              html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li:last-child ul,
              html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li:last-child ul {
                left: 100%;
                top: 0;
                right: auto; }
              html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li ul,
              html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li ul {
                background: white !important; }
                html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li ul li a,
                html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li ul li a {
                  color: #072b7b !important; }
                  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li ul li a:hover,
                  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li ul li a:hover {
                    background-color: #0a3cab; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.menu-hide,
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.menu-hide {
            display: none; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li:last-child,
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open:last-child {
            margin-right: 0 !important; }
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li:last-child ul,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open:last-child ul {
              left: auto;
              right: 0; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li:nth-last-child(2) ul,
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open:nth-last-child(2) ul {
            left: auto;
            right: 0; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.special-btn,
          html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.special-btn {
            display: inline-block;
            margin-bottom: 0px;
            margin-left: 9px;
            margin-right: 9px; }
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.special-btn a::after,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.special-btn a::after {
              display: none; }
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.special-btn.border-primary a,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.special-btn.border-primary a {
              color: white !important;
              border-color: white !important; }
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.special-btn.border-primary:hover a, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.special-btn.border-primary:focus a, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.special-btn.border-primary:active a, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.special-btn.border-primary.active a,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.special-btn.border-primary:hover a,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.special-btn.border-primary:focus a,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.special-btn.border-primary:active a,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.special-btn.border-primary.active a {
              background-color: #f2f2f2 !important;
              color: #888 !important;
              text-decoration: none !important;
              border-color: #f2f2f2 !important; }
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.special-btn.secondary:hover a, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.special-btn.secondary:focus a, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.special-btn.secondary:active a, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.special-btn.secondary.active a,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.special-btn.secondary:hover a,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.special-btn.secondary:focus a,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.special-btn.secondary:active a,
            html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.special-btn.secondary.active a {
              background-color: #f2f2f2 !important;
              color: #888 !important;
              text-decoration: none !important;
              border-color: #f2f2f2 !important; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .display_dropdown {
      border-radius: 0; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .display_dropdown li:first-child::before {
        transition-property: top, opacity;
        transition-duration: 0.1s, 0.1s;
        transition-timing-function: ease, ease-out;
        transition-delay: 0.1s, 0s;
        top: 0 !important;
        opacity: 1 !important; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) 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; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .dropdown-menu .dropdown-menu {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none;
        display: block;
        left: 100% !important;
        top: 0; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .dropdown-btn {
      display: none; } }
@media (min-width: 1200px) {
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a {
    font-size: 15px; }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .col-middle {
    width: 84%; }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .networks ul.social li {
    width: 19px;
    height: 19px; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .networks ul.social li a {
      line-height: 0; } }
@media (min-width: 1280px) {
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.ml-desktop {
    margin-left: 40px; } }
@media (min-width: 1440px) {
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.ml-desktop {
    margin-left: 79px; } }
/*END Main Navigation------------------------------------- */
.boxes-interior-footer {
  background-color: #ffffff;
  padding: 0px 0;
  position: relative;
  overflow: hidden;
  z-index: 0; }
  .boxes-interior-footer .container-fluid {
    padding-left: 0;
    padding-right: 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.html") no-repeat;
      background-size: 100vw auto;
      background-position: 50% bottom;
      background-color: #0a3cab;
      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: #0a3cab; }
      .boxes-interior-footer .item-col:nth-child(1) .featured-box-images::after {
        background: #0a3cab; }
    .boxes-interior-footer .item-col:nth-child(2) .featured-box-images {
      background-color: #e1016c; }
      .boxes-interior-footer .item-col:nth-child(2) .featured-box-images::after {
        background: #e1016c; }
    .boxes-interior-footer .item-col:nth-child(3) .featured-box-images {
      background-color: #3ba99f; }
      .boxes-interior-footer .item-col:nth-child(3) .featured-box-images::after {
        background: #3ba99f; }
    .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: 0.34; }
      .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;
        position: relative;
        z-index: 0;
        height: 246px;
        background-color: black; }
        .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.94; }
      .boxes-interior-footer .item-col .box-page-link .content-box {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .boxes-interior-footer .item-col .box-page-link .content-box .title-box {
          color: white;
          font-family: "Montserrat", sans-serif !important;
          font-size: 27px;
          font-weight: 700;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.22;
          letter-spacing: normal;
          z-index: 20;
          position: relative;
          text-transform: none;
          display: flex;
          flex-direction: column;
          align-items: center; }
          .boxes-interior-footer .item-col .box-page-link .content-box .title-box::after {
            content: "Go";
            display: inline-flex;
            align-items: center;
            justify-content: center;
            position: relative;
            font-family: "Open Sans", sans-serif !important;
            font-size: 16px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.13;
            letter-spacing: normal;
            color: inherit;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12.001' height='9' viewBox='0 0 12.001 9'%3e%3cpath fill='%23fff' stroke='%23fff' stroke-miterlimit='10' d='M11 4a.536.536 0 0 0-.1-.276L7.843.145a.39.39 0 0 0-.578-.034.422.422 0 0 0-.034.589L9.7 3.579H.407a.421.421 0 0 0 0 .842H9.7L7.231 7.3a.417.417 0 0 0 .053.591.374.374 0 0 0 .558-.038L10.9 4.276A.422.422 0 0 0 11 4z' transform='translate(.5 .5)'/%3e%3c/svg%3e ");
            background-size: 12px 9px;
            background-repeat: no-repeat;
            padding-right: 18px;
            background-position: right center;
            margin-top: 7px; }
        .boxes-interior-footer .item-col .box-page-link .content-box .hover-wrap {
          position: relative;
          display: none !important; }
          .boxes-interior-footer .item-col .box-page-link .content-box .hover-wrap p {
            font-family: "Open Sans", sans-serif !important;
            font-size: 16px;
            font-weight: 300;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.19;
            letter-spacing: normal;
            color: white; }

@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%; }
    .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%;
    height: auto; }

.button-block.aligncenter {
  text-align: center; }
.button-block.alignright {
  text-align: right; }

.image-fit-cover {
  object-fit: cover; }

.image-fit-contain {
  object-fit: contain; }

.image-fit-top {
  object-position: top; }

.image-fit-center {
  object-position: center; }

.image-fit-bottom {
  object-position: bottom; }

.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: .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 !important;
  color: #e1016c;
  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: #e1016c !important;
    width: 24px !important;
    height: 24px !important; }
    .addtoany_content .a2a_kit a span svg path {
      fill: #e1016c !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; }

.card {
  border-radius: 0;
  border: none; }
  .card.img-bg {
    min-height: 250px; }
    .card.img-bg .img-wrap {
      position: absolute;
      width: 100%;
      height: 100%;
      margin: 0; }
    .card.img-bg .card-body {
      position: relative;
      z-index: 5;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%; }

.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: #0a3cab;
      color: white;
      padding: 0;
      opacity: 1; }
  .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-cer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.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: .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%); }

html[data-useragent*='Android'] body .navbar-expand-xl .navbar-toggler,
html[data-useragent*='iPad'] body .navbar-expand-xl .navbar-toggler,
html[data-useragent*='Mobile'] body .navbar-expand-xl .navbar-toggler,
html[data-useragent*='Mobile'] body body .navbar-expand-xl .navbar-toggler,
html.touch body .navbar-expand-xl .navbar-toggler,
html.android body .navbar-expand-xl .navbar-toggler,
html.ios body .navbar-expand-xl .navbar-toggler {
  display: flex !important; }
html[data-useragent*='Android'] body .d-xl-none,
html[data-useragent*='iPad'] body .d-xl-none,
html[data-useragent*='Mobile'] body .d-xl-none,
html[data-useragent*='Mobile'] body body .d-xl-none,
html.touch body .d-xl-none,
html.android body .d-xl-none,
html.ios body .d-xl-none {
  display: flex !important; }

/*
.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 .slider-a {
    height: 100vh; }
  .slider-widget .curve {
    position: absolute;
    width: 100%;
    bottom: -2px;
    z-index: 5; }
    .slider-widget .curve::after {
      content: "";
      display: block;
      width: 100%;
      height: auto;
      padding-bottom: 9.3125%;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1280' height='119.147'%3e%3cpath d='M0-31.147s282.79 49.584 642 51.194 638-51.194 638-51.194V88H0z' transform='translate(0 31.147)' style='fill:%23fff'/%3e%3c/svg%3e ");
      background-size: 100% auto;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 2; }
  .slider-widget .bg-img {
    position: absolute;
    height: 100%;
    width: 100vw;
    right: 0;
    top: 0;
    margin: 0; }
    .slider-widget .bg-img img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transition: 0.6s; }
    .slider-widget .bg-img::before {
      background-image: url("../images/overlay-banner-homepage.html");
      background-size: cover;
      z-index: 5;
      width: 100%;
      height: 100%;
      display: block;
      top: 0;
      display: none; }
    .slider-widget .bg-img::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.42;
      background-color: #000;
      z-index: 5; }
  .slider-widget .container {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    flex-direction: column; }
  .slider-widget .caption-container {
    position: relative; }
  .slider-widget .slider-caption {
    position: relative;
    width: 100%;
    z-index: 10;
    left: 0 !important;
    text-align: center;
    margin: auto;
    padding-top: 0px; }
    .slider-widget .slider-caption h2 {
      color: #ffffff;
      margin-bottom: 21px;
      text-transform: uppercase; }
    .slider-widget .slider-caption p {
      font-family: "Open Sans", sans-serif !important;
      color: white; }
    .slider-widget .slider-caption .link {
      margin-top: 25px;
      display: flex;
      align-items: center;
      flex-direction: column; }
      .slider-widget .slider-caption .link a[class^="btn-"],
      .slider-widget .slider-caption .link button {
        display: inline-block;
        margin-bottom: 20px; }
        .slider-widget .slider-caption .link a[class^="btn-"]:last-child,
        .slider-widget .slider-caption .link button:last-child {
          margin-bottom: 0;
          margin-right: 0; }
      .slider-widget .slider-caption .link button {
        position: relative; }
  .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: 22px;
    height: 22px;
    display: block;
    z-index: 10;
    top: auto;
    bottom: 30px; }
    .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("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='23.98' height='23.98' viewBox='0 0 23.98 23.98'%3e%3cg fill='none' stroke='%23fff'%3e%3cg transform='translate(22.98 1) rotate(90)'%3e%3ccircle cx='10.99' cy='10.99' r='10.99' stroke='none'/%3e%3ccircle cx='10.99' cy='10.99' r='11.49'/%3e%3c/g%3e%3cpath stroke-miterlimit='10' d='M19.279 14.2l-5.172 5.107L9 14.2' transform='translate(22.98 1) rotate(90) translate(-3.182 -5.02)'/%3e%3c/g%3e%3c/svg%3e ");
      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("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FFFFFF;%7d .st1%7bfill:%23FFFFFF;stroke:%23FFFFFF;%7d .st2%7bfill:none;stroke:%230038AE;stroke-miterlimit:10;%7d %3c/style%3e%3cg%3e%3cg transform='translate(22.98 1) rotate(90)'%3e%3ccircle class='st0' cx='11' cy='11' r='11'/%3e%3ccircle class='st1' cx='11' cy='11' r='11.5'/%3e%3c/g%3e%3cpath class='st2' d='M13.8,17.1l-5.1-5.2l5.1-5.1'/%3e%3c/g%3e%3c/svg%3e "); }
  .slider-widget .carousel-control-next {
    right: 40%;
    left: unset;
    transform: scaleX(-1); }
    .slider-widget .carousel-control-next:hover {
      transform: scale(-1.2, 1.2); }
  .slider-widget .carousel-control-prev {
    left: 40%; }
    .slider-widget .carousel-control-prev:hover {
      transform: scale(1.2); }
  .slider-widget .scroll {
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.66px;
    color: white;
    text-transform: none;
    opacity: 1;
    position: absolute;
    bottom: 130px;
    right: calc((100vw - 1220px) / 2);
    z-index: 15;
    margin: 0;
    align-items: center;
    transform: scale(0.5); }
    .slider-widget .scroll:after {
      content: "";
      display: none;
      align-items: center;
      background-image: url("../images/discover-more-button.html");
      background-size: contain;
      width: 43px;
      height: 43px;
      margin-left: 15px;
      top: -3px;
      position: relative; }
    .slider-widget .scroll span.text {
      margin-left: 15px; }
@keyframes scroll_2 {
  0% {
    transform: translateY(0);
    opacity: 1; }
  25% {
    opacity: 1; }
  75% {
    transform: translateY(0.75em);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 0; } }
    .slider-widget .scroll .example--2 {
      background: cornflowerblue; }
    .slider-widget .scroll .scroll-icon__dot {
      display: block;
      position: absolute;
      left: 50%;
      background: #fff;
      height: 4px;
      width: 2px;
      top: 0.6em;
      margin-left: 0px;
      border-radius: 0%;
      transform-origin: top center;
      backface-visibility: hidden;
      animation: scroll_2 2s ease-out infinite; }
    .slider-widget .scroll .scroll-icon {
      display: block;
      position: relative;
      height: 61px;
      width: 38px;
      border: 2px solid #fff;
      border-radius: 38px; }
  .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;
    /* 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: 0.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%;
      z-index: 1; }
    @supports (object-fit: cover) {
      .slider-widget .slider-a iframe#home-video {
        height: 210%; } }
    @supports (object-fit: cover) and (-ms-ime-align: auto) {
      .slider-widget .slider-a #home-video {
        height: auto; } }

@media (min-width: 768px) {
  .slider-widget .slider-caption {
    width: 450px; }

  .slider-widget .slider-a {
    height: 686px; } }
@media (min-width: 992px) {
  .slider-widget .slider-caption {
    margin-left: 0;
    text-align: left; }

  .slider-widget .slider-caption .link {
    align-items: flex-start; } }
@media (min-width: 1200px) {
  .slider-widget .slider-a {
    height: 106vh; } }
.section-b {
  position: relative;
  padding: 42px 0; }
  .section-b .container {
    position: relative;
    z-index: 5; }
  .section-b h1,
  .section-b h2,
  .section-b h3,
  .section-b h4,
  .section-b h5,
  .section-b h6 {
    color: #4b4bad;
    text-transform: uppercase; }
  .section-b .main-link {
    margin-top: 52px; }
  .section-b .card.img-bg {
    text-align: center;
    min-height: 288px; }
  .section-b .card-title {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: white; }
  .section-b .card-text p,
  .section-b .card-text li {
    color: white; }
  .section-b .link {
    margin-top: 18px; }
  .section-b .img-wrap::before {
    opacity: 0.42;
    background-color: #000;
    z-index: 2; }

@media (min-width: 768px) {
  .section-b {
    padding-bottom: 0; } }
@media (min-width: 1200px) {
  .section-b .circle-container::before {
    content: "";
    display: block;
    width: 170.2px;
    height: 207.1px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='170.184' height='207.133'%3e%3cg data-name='Group 2575' style='opacity:.065'%3e%3cpath data-name='Path 11467' d='m1352.1 569.757 32.6 53.224a49.407 49.407 0 0 1 51.617 84.262l32.6 53.217a111.82 111.82 0 0 0-116.821-190.7z' style='fill:%230a3cab' transform='rotate(180 761.143 380.23)'/%3e%3c/g%3e%3c/svg%3e ");
    position: absolute;
    background-size: contain;
    top: 93px;
    left: 29px;
    -webkit-animation: spin 8s linear infinite;
    -moz-animation: spin 8s linear infinite;
    animation: spin 8s linear infinite; }
  .section-b .circle-container::after {
    content: "";
    display: block;
    width: 65px;
    height: 79.1px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.994' height='79.106'%3e%3cg data-name='Group 2574'%3e%3cpath data-name='Path 11467' d='m1352.1 559.6 12.452 20.326a18.869 18.869 0 0 1 19.713 32.18l12.45 20.324a42.7 42.7 0 0 0-44.615-72.83z' transform='translate(-1352.101 -553.326)' style='fill:%230a3cab'/%3e%3c/g%3e%3c/svg%3e ");
    position: absolute;
    background-size: contain;
    top: 312px;
    right: 42px;
    -webkit-animation: spin 10s linear infinite;
    -moz-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite; }
  @-moz-keyframes spin {
    100% {
      -moz-transform: rotate(360deg); } }
  @-webkit-keyframes spin {
    100% {
      -webkit-transform: rotate(360deg); } }
  @keyframes spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }
  .section-b .main-box .card.img-bg {
    min-height: 400px; }
    .section-b .main-box .card.img-bg .card-body {
      text-align: left;
      align-items: flex-start;
      padding: 125px 170px 95px 86px; }
  .section-b .card.img-bg .card-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; } }
.section-c {
  position: relative;
  padding: 50px 0;
  background-image: linear-gradient(to top, #0a3cab 2%, #2267ff 86%); }
  .section-c .container {
    position: relative;
    z-index: 5; }
  .section-c h1,
  .section-c h2,
  .section-c h3,
  .section-c h4,
  .section-c h5,
  .section-c h6 {
    color: white;
    text-transform: uppercase; }
  .section-c p,
  .section-c li {
    color: white; }
  .section-c .card.green-card .img-wrap::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='228' height='59.575'%3e%3cg data-name='Magenta Wave'%3e%3cpath data-name='Path 11417' d='M0 15.112s90.8 11.682 148.346-4.031S228-27.2 228-27.2v58.58H0z' transform='translate(0 27.195)' style='fill:rgba(59,169,159,0.85)'/%3e%3cpath data-name='Path 11401' d='M0 13.6s62.966 13.719 130.4 7.409S228-10.188 228-10.188V31.38H0z' transform='translate(0 28.195)' style='fill:%23fff'/%3e%3c/g%3e%3c/svg%3e "); }
  .section-c .card.green-card .category {
    color: #3ba99f; }
  .section-c .card.orange-card .img-wrap::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='228' height='59.575'%3e%3cg data-name='Magenta Wave'%3e%3cpath data-name='Path 11417' d='M0 15.112s90.8 11.682 148.346-4.031S228-27.2 228-27.2v58.58H0z' transform='translate(0 27.195)' style='fill:rgba(233,125,30,.85)'/%3e%3cpath data-name='Path 11401' d='M0 13.6s62.966 13.719 130.4 7.409S228-10.188 228-10.188V31.38H0z' transform='translate(0 28.195)' style='fill:%23fff'/%3e%3c/g%3e%3c/svg%3e "); }
  .section-c .card.orange-card .category {
    color: #e97d1e; }
  .section-c .img-wrap {
    height: 228px; }
    .section-c .img-wrap:before {
      content: "";
      display: block;
      width: 100%;
      height: auto;
      padding-bottom: 26.140350877192982%;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='228' height='59.575'%3e%3cg data-name='Magenta Wave'%3e%3cpath data-name='Path 11417' d='M0 15.112s90.8 11.682 148.346-4.031S228-27.2 228-27.2v58.58H0z' transform='translate(0 27.195)' style='fill:rgba(225,1,108,.85)'/%3e%3cpath data-name='Path 11401' d='M0 13.6s62.966 13.719 130.4 7.409S228-10.188 228-10.188V31.38H0z' transform='translate(0 28.195)' style='fill:%23fff'/%3e%3c/g%3e%3c/svg%3e ");
      background-repeat: no-repeat;
      background-size: 100% auto;
      position: absolute;
      left: 0;
      bottom: -2px;
      z-index: 2; }
  .section-c .card-body {
    min-height: 145px;
    display: flex;
    flex-direction: column; }
  .section-c .category {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #e1016c;
    text-transform: none; }
    .section-c .category a {
      color: inherit; }
  .section-c .card-title {
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: black;
    text-transform: none; }
    .section-c .card-title a {
      color: inherit; }
  .section-c .link {
    margin-top: auto; }
    .section-c .link ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap; }
      .section-c .link ul li {
        font-size: 12px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 2;
        letter-spacing: normal;
        color: black;
        margin-right: 5px; }
        .section-c .link ul li a {
          color: inherit; }
  .section-c .date {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: black;
    margin-top: auto; }
  .section-c .content-wrap {
    display: flex;
    flex-direction: column; }
  .section-c .navigation-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 30px; }
  .section-c .arrows-container {
    display: flex;
    align-items: center;
    justify-content: center;
    order: 1;
    margin-top: 35px; }
    @media (min-width: 768px) {
      .section-c .arrows-container {
        margin-right: 30px; } }
  .section-c .swiper-button-next,
  .section-c .swiper-button-prev {
    position: relative;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20.6' height='9.978' viewBox='0 0 20.6 9.978'%3e%3cg%3e%3cg%3e%3cpath fill='%23fff' d='M20.364 136.419l-4.2-4.184a.8.8 0 0 0-1.135 1.141l2.823 2.809H.8a.8.8 0 0 0 0 1.609h17.046l-2.823 2.806a.8.8 0 0 0 1.135 1.141l4.2-4.184a.805.805 0 0 0 .006-1.138z' transform='rotate(180 10.3 70.989) translate(0 132) translate(0 -132)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
    width: 22px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    outline: none;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0 4px; }
    .section-c .swiper-button-next::after,
    .section-c .swiper-button-prev::after {
      display: none; }
    .section-c .swiper-button-next:hover,
    .section-c .swiper-button-prev:hover {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20.6' height='9.978' viewBox='0 0 20.6 9.978'%3e%3cg%3e%3cg%3e%3cpath fill='%23fff' d='M20.364 136.419l-4.2-4.184a.8.8 0 0 0-1.135 1.141l2.823 2.809H.8a.8.8 0 0 0 0 1.609h17.046l-2.823 2.806a.8.8 0 0 0 1.135 1.141l4.2-4.184a.805.805 0 0 0 .006-1.138z' transform='rotate(180 10.3 70.989) translate(0 132) translate(0 -132)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e "); }
  .section-c .swiper-button-next {
    transform: scaleX(-1); }
  .section-c .swiper-scrollbar {
    width: 100%;
    background: transparent; }
    .section-c .swiper-scrollbar::after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      top: 1.5px;
      background: #ffffff; }
  .section-c .swiper-scrollbar-drag {
    height: 3px;
    background: #ffffff; }

@media (min-width: 768px) {
  .section-c {
    background-image: url("../images/bg-c-tablet.png");
    background-size: cover;
    background-attachment: fixed;
    padding-top: 0;
    padding-bottom: 139px; }
    .section-c::before {
      content: "";
      display: block;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1280' height='322.969' viewBox='0 0 1280 322.969'%3e%3cpath fill='%23fff' d='M0-42.959S115.6-382.547 569-290.2s711 176.977 711 176.977V16.85H0z' transform='translate(1280 16.85) rotate(180)'/%3e%3c/svg%3e ");
      background-size: 100% auto;
      width: 100%;
      height: auto;
      padding-bottom: 25.234375%;
      position: relative;
      margin-bottom: 27px;
      background-repeat: no-repeat; }
    .section-c .link {
      margin-top: auto;
      position: absolute;
      top: 50%;
      left: calc(100% + 50px);
      width: 100%; }
    .section-c .arrows-container {
      justify-content: flex-start;
      order: 0;
      margin-top: 0;
      margin-bottom: 30px; }
    .section-c .swiper-resources-container {
      width: calc(100% + ((100vw - 690px) / 2));
      overflow: hidden; } }
@media (min-width: 992px) {
  .section-c {
    margin-top: -21.234375%;
    background-image: url("../images/bg-3.png"), url("../images/bg-2.png"), url("../images/bg-1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 110%; }
    .section-c .swiper-resources-container {
      width: calc(100% + ((100vw - 930px) / 2));
      overflow: hidden; }
    .section-c .link {
      margin-top: 30px;
      position: relative;
      top: 0;
      left: 0;
      width: auto; } }
@media (min-width: 1200px) {
  .section-c .swiper-resources-container {
    width: calc(100% + ((100vw - 1110px) / 2));
    overflow: hidden; } }
.section-d {
  position: relative;
  padding: 0 0px 51px;
  background-color: #3ba99f; }
  .section-d .container {
    position: relative;
    z-index: 5; }
    .section-d .container h1,
    .section-d .container h2,
    .section-d .container h3,
    .section-d .container h4,
    .section-d .container h5,
    .section-d .container h6 {
      color: white;
      text-transform: uppercase; }
  .section-d p {
    color: white; }
  .section-d .img-wrap {
    width: 100vw;
    margin-left: -15px;
    height: 215px;
    margin-bottom: 39px; }
  .section-d .link {
    margin-top: 40px; }

@media (min-width: 768px) {
  .section-d {
    background: #f7f7f8;
    padding-top: 30px; }
    .section-d .content-wrap {
      background-color: #3ba99f;
      background-image: url("../images/iso-logo.png");
      background-position: center;
      background-repeat: no-repeat;
      padding: 68px 38px 32px;
      margin-top: -70px; }
      .section-d .content-wrap::before {
        content: "";
        display: block;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='86' height='58.675'%3e%3cdefs%3e%3cstyle%3e .cls-1%7bfill:%23fff%7d %3c/style%3e%3c/defs%3e%3cg id='Group_4064' data-name='Group 4064' transform='translate(-1626.142 -215.833)'%3e%3cpath id='Path_11420' data-name='Path 11420' class='cls-1' d='M1630.167 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z'/%3e%3cpath id='Path_11421' data-name='Path 11421' class='cls-1' d='M1659.312 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483)'/%3e%3cpath id='Path_11422' data-name='Path 11422' class='cls-1' d='M1688.458 217.845a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966)'/%3e%3cpath id='Path_11423' data-name='Path 11423' class='cls-1' d='M1717.6 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448)'/%3e%3cpath id='Path_11424' data-name='Path 11424' class='cls-1' d='M1746.748 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-61.932)'/%3e%3cpath id='Path_11425' data-name='Path 11425' class='cls-1' d='M1775.894 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414)'/%3e%3cpath id='Path_11426' data-name='Path 11426' class='cls-1' d='M1805.039 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897)'/%3e%3cpath id='Path_11427' data-name='Path 11427' class='cls-1' d='M1630.167 246.99a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(0 -15.483)'/%3e%3cpath id='Path_11428' data-name='Path 11428' class='cls-1' d='M1659.312 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483 -15.483)'/%3e%3cpath id='Path_11429' data-name='Path 11429' class='cls-1' d='M1688.458 246.99a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966 -15.483)'/%3e%3cpath id='Path_11430' data-name='Path 11430' class='cls-1' d='M1717.6 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448 -15.483)'/%3e%3cpath id='Path_11431' data-name='Path 11431' class='cls-1' d='M1746.748 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-61.932 -15.483)'/%3e%3cpath id='Path_11432' data-name='Path 11432' class='cls-1' d='M1775.894 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414 -15.483)'/%3e%3cpath id='Path_11433' data-name='Path 11433' class='cls-1' d='M1805.039 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897 -15.483)'/%3e%3cpath id='Path_11434' data-name='Path 11434' class='cls-1' d='M1630.167 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(0 -30.966)'/%3e%3cpath id='Path_11435' data-name='Path 11435' class='cls-1' d='M1659.312 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483 -30.966)'/%3e%3cpath id='Path_11436' data-name='Path 11436' class='cls-1' d='M1688.458 276.136a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966 -30.966)'/%3e%3cpath id='Path_11437' data-name='Path 11437' class='cls-1' d='M1717.6 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448 -30.966)'/%3e%3ccircle id='Ellipse_815' data-name='Ellipse 815' class='cls-1' cx='2.012' cy='2.012' r='2.012' transform='translate(1680.792 243.158)'/%3e%3cpath id='Path_11438' data-name='Path 11438' class='cls-1' d='M1775.894 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414 -30.966)'/%3e%3cpath id='Path_11439' data-name='Path 11439' class='cls-1' d='M1805.039 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897 -30.966)'/%3e%3cpath id='Path_11440' data-name='Path 11440' class='cls-1' d='M1630.167 305.281a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(0 -46.448)'/%3e%3cpath id='Path_11441' data-name='Path 11441' class='cls-1' d='M1659.312 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483 -46.448)'/%3e%3cpath id='Path_11442' data-name='Path 11442' class='cls-1' d='M1688.458 305.281a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966 -46.448)'/%3e%3cpath id='Path_11443' data-name='Path 11443' class='cls-1' d='M1717.6 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448 -46.448)'/%3e%3cpath id='Path_11444' data-name='Path 11444' class='cls-1' d='M1746.748 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-61.932 -46.448)'/%3e%3cpath id='Path_11445' data-name='Path 11445' class='cls-1' d='M1775.894 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414 -46.448)'/%3e%3cpath id='Path_11446' data-name='Path 11446' class='cls-1' d='M1805.039 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897 -46.448)'/%3e%3cpath id='Path_11447' data-name='Path 11447' class='cls-1' d='M1630.167 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(0 -61.932)'/%3e%3cpath id='Path_11448' data-name='Path 11448' class='cls-1' d='M1659.312 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483 -61.932)'/%3e%3cpath id='Path_11449' data-name='Path 11449' class='cls-1' d='M1688.458 334.427a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966 -61.932)'/%3e%3cpath id='Path_11450' data-name='Path 11450' class='cls-1' d='M1717.6 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448 -61.932)'/%3e%3cpath id='Path_11451' data-name='Path 11451' class='cls-1' d='M1746.748 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-61.932 -61.932)'/%3e%3cpath id='Path_11452' data-name='Path 11452' class='cls-1' d='M1775.894 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414 -61.932)'/%3e%3cpath id='Path_11453' data-name='Path 11453' class='cls-1' d='M1805.039 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897 -61.932)'/%3e%3c/g%3e%3c/svg%3e ");
        width: 72px;
        height: 58.7px;
        position: absolute;
        top: 68px;
        left: -16px; }
    .section-d .img-wrap {
      width: 100%;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
      margin: 0; } }
@media (min-width: 992px) {
  .section-d .img-wrap {
    height: 305px; } }
@media (min-width: 1200px) {
  .section-d .content-wrap {
    margin-bottom: 70px; }
    .section-d .content-wrap::before {
      width: 86px;
      height: 58.7px;
      z-index: 6; }
    .section-d .content-wrap::after {
      content: "";
      display: block;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='86' height='58.675'%3e%3cdefs%3e%3cstyle%3e .cls-1%7bfill:%23fff%7d %3c/style%3e%3c/defs%3e%3cg id='Group_4064' data-name='Group 4064' transform='translate(-1626.142 -215.833)'%3e%3cpath id='Path_11420' data-name='Path 11420' class='cls-1' d='M1630.167 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z'/%3e%3cpath id='Path_11421' data-name='Path 11421' class='cls-1' d='M1659.312 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483)'/%3e%3cpath id='Path_11422' data-name='Path 11422' class='cls-1' d='M1688.458 217.845a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966)'/%3e%3cpath id='Path_11423' data-name='Path 11423' class='cls-1' d='M1717.6 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448)'/%3e%3cpath id='Path_11424' data-name='Path 11424' class='cls-1' d='M1746.748 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-61.932)'/%3e%3cpath id='Path_11425' data-name='Path 11425' class='cls-1' d='M1775.894 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414)'/%3e%3cpath id='Path_11426' data-name='Path 11426' class='cls-1' d='M1805.039 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897)'/%3e%3cpath id='Path_11427' data-name='Path 11427' class='cls-1' d='M1630.167 246.99a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(0 -15.483)'/%3e%3cpath id='Path_11428' data-name='Path 11428' class='cls-1' d='M1659.312 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483 -15.483)'/%3e%3cpath id='Path_11429' data-name='Path 11429' class='cls-1' d='M1688.458 246.99a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966 -15.483)'/%3e%3cpath id='Path_11430' data-name='Path 11430' class='cls-1' d='M1717.6 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448 -15.483)'/%3e%3cpath id='Path_11431' data-name='Path 11431' class='cls-1' d='M1746.748 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-61.932 -15.483)'/%3e%3cpath id='Path_11432' data-name='Path 11432' class='cls-1' d='M1775.894 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414 -15.483)'/%3e%3cpath id='Path_11433' data-name='Path 11433' class='cls-1' d='M1805.039 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897 -15.483)'/%3e%3cpath id='Path_11434' data-name='Path 11434' class='cls-1' d='M1630.167 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(0 -30.966)'/%3e%3cpath id='Path_11435' data-name='Path 11435' class='cls-1' d='M1659.312 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483 -30.966)'/%3e%3cpath id='Path_11436' data-name='Path 11436' class='cls-1' d='M1688.458 276.136a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966 -30.966)'/%3e%3cpath id='Path_11437' data-name='Path 11437' class='cls-1' d='M1717.6 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448 -30.966)'/%3e%3ccircle id='Ellipse_815' data-name='Ellipse 815' class='cls-1' cx='2.012' cy='2.012' r='2.012' transform='translate(1680.792 243.158)'/%3e%3cpath id='Path_11438' data-name='Path 11438' class='cls-1' d='M1775.894 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414 -30.966)'/%3e%3cpath id='Path_11439' data-name='Path 11439' class='cls-1' d='M1805.039 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897 -30.966)'/%3e%3cpath id='Path_11440' data-name='Path 11440' class='cls-1' d='M1630.167 305.281a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(0 -46.448)'/%3e%3cpath id='Path_11441' data-name='Path 11441' class='cls-1' d='M1659.312 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483 -46.448)'/%3e%3cpath id='Path_11442' data-name='Path 11442' class='cls-1' d='M1688.458 305.281a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966 -46.448)'/%3e%3cpath id='Path_11443' data-name='Path 11443' class='cls-1' d='M1717.6 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448 -46.448)'/%3e%3cpath id='Path_11444' data-name='Path 11444' class='cls-1' d='M1746.748 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-61.932 -46.448)'/%3e%3cpath id='Path_11445' data-name='Path 11445' class='cls-1' d='M1775.894 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414 -46.448)'/%3e%3cpath id='Path_11446' data-name='Path 11446' class='cls-1' d='M1805.039 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897 -46.448)'/%3e%3cpath id='Path_11447' data-name='Path 11447' class='cls-1' d='M1630.167 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(0 -61.932)'/%3e%3cpath id='Path_11448' data-name='Path 11448' class='cls-1' d='M1659.312 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483 -61.932)'/%3e%3cpath id='Path_11449' data-name='Path 11449' class='cls-1' d='M1688.458 334.427a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966 -61.932)'/%3e%3cpath id='Path_11450' data-name='Path 11450' class='cls-1' d='M1717.6 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448 -61.932)'/%3e%3cpath id='Path_11451' data-name='Path 11451' class='cls-1' d='M1746.748 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-61.932 -61.932)'/%3e%3cpath id='Path_11452' data-name='Path 11452' class='cls-1' d='M1775.894 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414 -61.932)'/%3e%3cpath id='Path_11453' data-name='Path 11453' class='cls-1' d='M1805.039 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897 -61.932)'/%3e%3c/g%3e%3c/svg%3e ");
      width: 86px;
      height: 58.7px;
      position: absolute;
      bottom: -10px;
      right: -16px; }
  .section-d .img-wrap {
    height: 469px;
    margin-bottom: -55px; } }
.section-e {
  position: relative;
  padding: 0px 0 52px;
  background-color: #f7f7f8; }
  .section-e .container {
    position: relative;
    z-index: 5; }
  .section-e h1,
  .section-e h2,
  .section-e h3,
  .section-e h4,
  .section-e h5,
  .section-e h6 {
    color: #4b4bad;
    text-transform: uppercase; }
  .section-e .img-wrap {
    width: 100vw;
    margin-left: -15px;
    margin-bottom: 40px; }

@media (min-width: 768px) {
  .section-e::before {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 27.65625%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1280.599' height='354.036'%3e%3cpath data-name='Path 69606' d='m-1634 3357.1 346.943 95.143 317.245 71.344s199.109 56.875 361.521 0 243.963-198.467 254.891-235.952v354.036H-1634z' transform='translate(1634 -3287.635)' style='fill:%23fff'/%3e%3c/svg%3e ");
    background-size: 100% auto;
    position: absolute;
    left: 0;
    bottom: 0; }
  .section-e .img-wrap {
    width: 100%;
    height: 374.2px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    margin: 0; } }
@media (min-width: 1200px) {
  .section-e {
    padding-bottom: 115px; }
    .section-e .link {
      margin-top: 30px; }
    .section-e .img-wrap {
      height: 469px; }
    .section-e .image-container::before {
      content: "";
      display: block;
      width: 140.2px;
      height: 177.1px;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='170.184' height='207.133'%3e%3cg data-name='Group 2575' style='opacity:.065'%3e%3cpath data-name='Path 11467' d='m1352.1 569.757 32.6 53.224a49.407 49.407 0 0 1 51.617 84.262l32.6 53.217a111.82 111.82 0 0 0-116.821-190.7z' style='fill:%230a3cab' transform='rotate(180 761.143 380.23)'/%3e%3c/g%3e%3c/svg%3e ");
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      bottom: 63px;
      left: -60px;
      -webkit-animation: spin 8s linear infinite;
      -moz-animation: spin 8s linear infinite;
      animation: spin 8s linear infinite; }
    .section-e .image-container::after {
      content: "";
      display: block;
      width: 65px;
      height: 79.1px;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.994' height='79.106'%3e%3cg data-name='Group 2574'%3e%3cpath data-name='Path 11467' d='m1352.1 559.6 12.452 20.326a18.869 18.869 0 0 1 19.713 32.18l12.45 20.324a42.7 42.7 0 0 0-44.615-72.83z' transform='translate(-1352.101 -553.326)' style='fill:%230a3cab'/%3e%3c/g%3e%3c/svg%3e ");
      position: absolute;
      top: 20px;
      right: -20px;
      z-index: 4;
      -webkit-animation: spin 10s linear infinite;
      -moz-animation: spin 10s linear infinite;
      animation: spin 10s linear infinite; }
  @-moz-keyframes spin {
    100% {
      -moz-transform: rotate(360deg); } }
  @-webkit-keyframes spin {
    100% {
      -webkit-transform: rotate(360deg); } }
  @keyframes spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } } }
.section-f {
  position: relative;
  padding: 47px 0 28px; }
  .section-f .container {
    position: relative;
    z-index: 5; }
  .section-f h1,
  .section-f h2,
  .section-f h3,
  .section-f h4,
  .section-f h5,
  .section-f h6 {
    color: #4b4bad;
    text-transform: uppercase; }
  .section-f .content-wrap {
    display: flex;
    flex-direction: column; }
  .section-f .swiper-testimonials-image-container .swiper-container {
    overflow: hidden; }
  .section-f .swiper-testimonials-blockquote-container .swiper-container {
    overflow: hidden; }
  .section-f .swiper-testimonials-blockquote-container .card {
    text-align: center; }
  .section-f .swiper-testimonials-blockquote-container .card-body {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    background-color: #201f7f;
    min-height: 356px; }
  .section-f .swiper-testimonials-blockquote-container .card-text p,
  .section-f .swiper-testimonials-blockquote-container .card-text li,
  .section-f .swiper-testimonials-blockquote-container .card-text blockquote,
  .section-f .swiper-testimonials-blockquote-container .card-text cite {
    color: white; }
  .section-f .swiper-testimonials-blockquote-container .card-text cite {
    font-style: normal;
    font-weight: bold; }
  .section-f .swiper-testimonials-blockquote-container .link {
    margin-top: 16px; }
  .section-f .navigation-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 30px; }
  .section-f .swiper-pagination {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left; }
  .section-f .swiper-pagination-bullet {
    border: solid 1px #969696;
    background-color: white;
    opacity: 1; }
  .section-f .swiper-pagination-bullet-active {
    background-color: #969696; }
  .section-f .swiper-scrollbar {
    display: none; }
  .section-f .arrows-container {
    display: flex;
    align-items: center;
    justify-content: center;
    order: 1;
    margin-top: 35px; }
    @media (min-width: 768px) {
      .section-f .arrows-container {
        margin-right: 30px;
        justify-content: flex-start; } }
  .section-f .swiper-button-next,
  .section-f .swiper-button-prev {
    position: relative;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20.6' height='9.978' viewBox='0 0 20.6 9.978'%3e%3cg%3e%3cg%3e%3cpath fill='%23969696' d='M20.364 136.419l-4.2-4.184a.8.8 0 0 0-1.135 1.141l2.823 2.809H.8a.8.8 0 0 0 0 1.609h17.046l-2.823 2.806a.8.8 0 0 0 1.135 1.141l4.2-4.184a.805.805 0 0 0 .006-1.138z' transform='rotate(180 10.3 70.989) translate(0 132) translate(0 -132)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
    width: 22px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    outline: none;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0 4px; }
    .section-f .swiper-button-next::after,
    .section-f .swiper-button-prev::after {
      display: none; }
    .section-f .swiper-button-next:hover,
    .section-f .swiper-button-prev:hover {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20.6' height='9.978' viewBox='0 0 20.6 9.978'%3e%3cg%3e%3cg%3e%3cpath fill='%23e1016c' d='M20.364 136.419l-4.2-4.184a.8.8 0 0 0-1.135 1.141l2.823 2.809H.8a.8.8 0 0 0 0 1.609h17.046l-2.823 2.806a.8.8 0 0 0 1.135 1.141l4.2-4.184a.805.805 0 0 0 .006-1.138z' transform='rotate(180 10.3 70.989) translate(0 132) translate(0 -132)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e "); }
  .section-f .swiper-button-next {
    transform: scaleX(-1); }
  .section-f .swiper-scrollbar {
    width: 100%;
    background: transparent; }
    .section-f .swiper-scrollbar::after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      top: 1.5px;
      background: #969696; }
  .section-f .swiper-scrollbar-drag {
    height: 3px;
    background: #969696; }

@media (min-width: 768px) {
  .section-f .swiper-testimonials-image-container {
    width: calc(100% + 60px); }
    .section-f .swiper-testimonials-image-container::before {
      content: "";
      display: block;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='86' height='58.675'%3e%3cdefs%3e%3cstyle%3e .cls-1%7bfill:%233ba99f%7d %3c/style%3e%3c/defs%3e%3cg id='Group_4064' data-name='Group 4064' transform='translate(-1626.142 -215.833)'%3e%3cpath id='Path_11420' data-name='Path 11420' class='cls-1' d='M1630.167 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z'/%3e%3cpath id='Path_11421' data-name='Path 11421' class='cls-1' d='M1659.312 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483)'/%3e%3cpath id='Path_11422' data-name='Path 11422' class='cls-1' d='M1688.458 217.845a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966)'/%3e%3cpath id='Path_11423' data-name='Path 11423' class='cls-1' d='M1717.6 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448)'/%3e%3cpath id='Path_11424' data-name='Path 11424' class='cls-1' d='M1746.748 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-61.932)'/%3e%3cpath id='Path_11425' data-name='Path 11425' class='cls-1' d='M1775.894 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414)'/%3e%3cpath id='Path_11426' data-name='Path 11426' class='cls-1' d='M1805.039 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897)'/%3e%3cpath id='Path_11427' data-name='Path 11427' class='cls-1' d='M1630.167 246.99a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(0 -15.483)'/%3e%3cpath id='Path_11428' data-name='Path 11428' class='cls-1' d='M1659.312 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483 -15.483)'/%3e%3cpath id='Path_11429' data-name='Path 11429' class='cls-1' d='M1688.458 246.99a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966 -15.483)'/%3e%3cpath id='Path_11430' data-name='Path 11430' class='cls-1' d='M1717.6 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448 -15.483)'/%3e%3cpath id='Path_11431' data-name='Path 11431' class='cls-1' d='M1746.748 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-61.932 -15.483)'/%3e%3cpath id='Path_11432' data-name='Path 11432' class='cls-1' d='M1775.894 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414 -15.483)'/%3e%3cpath id='Path_11433' data-name='Path 11433' class='cls-1' d='M1805.039 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897 -15.483)'/%3e%3cpath id='Path_11434' data-name='Path 11434' class='cls-1' d='M1630.167 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(0 -30.966)'/%3e%3cpath id='Path_11435' data-name='Path 11435' class='cls-1' d='M1659.312 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483 -30.966)'/%3e%3cpath id='Path_11436' data-name='Path 11436' class='cls-1' d='M1688.458 276.136a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966 -30.966)'/%3e%3cpath id='Path_11437' data-name='Path 11437' class='cls-1' d='M1717.6 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448 -30.966)'/%3e%3ccircle id='Ellipse_815' data-name='Ellipse 815' class='cls-1' cx='2.012' cy='2.012' r='2.012' transform='translate(1680.792 243.158)'/%3e%3cpath id='Path_11438' data-name='Path 11438' class='cls-1' d='M1775.894 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414 -30.966)'/%3e%3cpath id='Path_11439' data-name='Path 11439' class='cls-1' d='M1805.039 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897 -30.966)'/%3e%3cpath id='Path_11440' data-name='Path 11440' class='cls-1' d='M1630.167 305.281a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(0 -46.448)'/%3e%3cpath id='Path_11441' data-name='Path 11441' class='cls-1' d='M1659.312 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483 -46.448)'/%3e%3cpath id='Path_11442' data-name='Path 11442' class='cls-1' d='M1688.458 305.281a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966 -46.448)'/%3e%3cpath id='Path_11443' data-name='Path 11443' class='cls-1' d='M1717.6 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448 -46.448)'/%3e%3cpath id='Path_11444' data-name='Path 11444' class='cls-1' d='M1746.748 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-61.932 -46.448)'/%3e%3cpath id='Path_11445' data-name='Path 11445' class='cls-1' d='M1775.894 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414 -46.448)'/%3e%3cpath id='Path_11446' data-name='Path 11446' class='cls-1' d='M1805.039 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897 -46.448)'/%3e%3cpath id='Path_11447' data-name='Path 11447' class='cls-1' d='M1630.167 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(0 -61.932)'/%3e%3cpath id='Path_11448' data-name='Path 11448' class='cls-1' d='M1659.312 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483 -61.932)'/%3e%3cpath id='Path_11449' data-name='Path 11449' class='cls-1' d='M1688.458 334.427a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966 -61.932)'/%3e%3cpath id='Path_11450' data-name='Path 11450' class='cls-1' d='M1717.6 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448 -61.932)'/%3e%3cpath id='Path_11451' data-name='Path 11451' class='cls-1' d='M1746.748 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-61.932 -61.932)'/%3e%3cpath id='Path_11452' data-name='Path 11452' class='cls-1' d='M1775.894 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414 -61.932)'/%3e%3cpath id='Path_11453' data-name='Path 11453' class='cls-1' d='M1805.039 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897 -61.932)'/%3e%3c/g%3e%3c/svg%3e ");
      width: 59.1px;
      height: 40.3px;
      position: absolute;
      top: -10px;
      left: -10px; }
    .section-f .swiper-testimonials-image-container .img-wrap {
      height: 330px; }
  .section-f .swiper-testimonials-blockquote-container {
    width: calc(100% + 40px);
    margin-left: -40px;
    margin-top: 30px; }
    .section-f .swiper-testimonials-blockquote-container::before {
      content: "";
      display: block;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='151.913' height='107.91'%3e%3cpath d='M140.063-24.168c0-5.867-3.585-11.082-12.386-11.082-12.06 0-26.728 5.867-36.506 15.645C79.111-7.545 71.94 10.056 71.94 33.85v1.3c0 22.49 10.756 36.506 29.009 36.506 16.3 0 27.053-11.408 27.053-26.728v-.652c0-14.016-11.408-23.794-22.816-26.728-.652-15.645 8.475-27.053 25.1-30.965 5.54-1.298 9.777-4.883 9.777-10.751zm-82.79 0c0-5.867-3.585-11.082-12.386-11.082-12.06 0-26.728 5.867-36.506 15.645C-3.679-7.545-10.85 10.056-10.85 33.85v1.3c0 22.49 10.756 36.506 29.009 36.506 16.3 0 27.053-11.408 27.053-26.728v-.652c0-14.016-11.408-23.794-22.816-26.728-.651-15.64 8.475-27.048 25.098-30.96 5.541-1.303 9.779-4.888 9.779-10.756z' transform='rotate(180 70.281 36.08)' style='fill:none;stroke:%23707070;opacity:.153'/%3e%3c/svg%3e ");
      width: 150.9px;
      height: 106.9px;
      position: absolute;
      top: -92px;
      right: 20px;
      z-index: 1; }
    .section-f .swiper-testimonials-blockquote-container::after {
      content: "";
      display: block;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='86' height='58.675'%3e%3cdefs%3e%3cstyle%3e .cls-1%7bfill:%233ba99f%7d %3c/style%3e%3c/defs%3e%3cg id='Group_4064' data-name='Group 4064' transform='translate(-1626.142 -215.833)'%3e%3cpath id='Path_11420' data-name='Path 11420' class='cls-1' d='M1630.167 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z'/%3e%3cpath id='Path_11421' data-name='Path 11421' class='cls-1' d='M1659.312 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483)'/%3e%3cpath id='Path_11422' data-name='Path 11422' class='cls-1' d='M1688.458 217.845a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966)'/%3e%3cpath id='Path_11423' data-name='Path 11423' class='cls-1' d='M1717.6 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448)'/%3e%3cpath id='Path_11424' data-name='Path 11424' class='cls-1' d='M1746.748 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-61.932)'/%3e%3cpath id='Path_11425' data-name='Path 11425' class='cls-1' d='M1775.894 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414)'/%3e%3cpath id='Path_11426' data-name='Path 11426' class='cls-1' d='M1805.039 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897)'/%3e%3cpath id='Path_11427' data-name='Path 11427' class='cls-1' d='M1630.167 246.99a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(0 -15.483)'/%3e%3cpath id='Path_11428' data-name='Path 11428' class='cls-1' d='M1659.312 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483 -15.483)'/%3e%3cpath id='Path_11429' data-name='Path 11429' class='cls-1' d='M1688.458 246.99a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966 -15.483)'/%3e%3cpath id='Path_11430' data-name='Path 11430' class='cls-1' d='M1717.6 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448 -15.483)'/%3e%3cpath id='Path_11431' data-name='Path 11431' class='cls-1' d='M1746.748 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-61.932 -15.483)'/%3e%3cpath id='Path_11432' data-name='Path 11432' class='cls-1' d='M1775.894 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414 -15.483)'/%3e%3cpath id='Path_11433' data-name='Path 11433' class='cls-1' d='M1805.039 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897 -15.483)'/%3e%3cpath id='Path_11434' data-name='Path 11434' class='cls-1' d='M1630.167 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(0 -30.966)'/%3e%3cpath id='Path_11435' data-name='Path 11435' class='cls-1' d='M1659.312 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483 -30.966)'/%3e%3cpath id='Path_11436' data-name='Path 11436' class='cls-1' d='M1688.458 276.136a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966 -30.966)'/%3e%3cpath id='Path_11437' data-name='Path 11437' class='cls-1' d='M1717.6 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448 -30.966)'/%3e%3ccircle id='Ellipse_815' data-name='Ellipse 815' class='cls-1' cx='2.012' cy='2.012' r='2.012' transform='translate(1680.792 243.158)'/%3e%3cpath id='Path_11438' data-name='Path 11438' class='cls-1' d='M1775.894 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414 -30.966)'/%3e%3cpath id='Path_11439' data-name='Path 11439' class='cls-1' d='M1805.039 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897 -30.966)'/%3e%3cpath id='Path_11440' data-name='Path 11440' class='cls-1' d='M1630.167 305.281a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(0 -46.448)'/%3e%3cpath id='Path_11441' data-name='Path 11441' class='cls-1' d='M1659.312 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483 -46.448)'/%3e%3cpath id='Path_11442' data-name='Path 11442' class='cls-1' d='M1688.458 305.281a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966 -46.448)'/%3e%3cpath id='Path_11443' data-name='Path 11443' class='cls-1' d='M1717.6 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448 -46.448)'/%3e%3cpath id='Path_11444' data-name='Path 11444' class='cls-1' d='M1746.748 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-61.932 -46.448)'/%3e%3cpath id='Path_11445' data-name='Path 11445' class='cls-1' d='M1775.894 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414 -46.448)'/%3e%3cpath id='Path_11446' data-name='Path 11446' class='cls-1' d='M1805.039 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897 -46.448)'/%3e%3cpath id='Path_11447' data-name='Path 11447' class='cls-1' d='M1630.167 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(0 -61.932)'/%3e%3cpath id='Path_11448' data-name='Path 11448' class='cls-1' d='M1659.312 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483 -61.932)'/%3e%3cpath id='Path_11449' data-name='Path 11449' class='cls-1' d='M1688.458 334.427a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966 -61.932)'/%3e%3cpath id='Path_11450' data-name='Path 11450' class='cls-1' d='M1717.6 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448 -61.932)'/%3e%3cpath id='Path_11451' data-name='Path 11451' class='cls-1' d='M1746.748 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-61.932 -61.932)'/%3e%3cpath id='Path_11452' data-name='Path 11452' class='cls-1' d='M1775.894 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414 -61.932)'/%3e%3cpath id='Path_11453' data-name='Path 11453' class='cls-1' d='M1805.039 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897 -61.932)'/%3e%3c/g%3e%3c/svg%3e ");
      width: 80px;
      height: 54.6px;
      position: absolute;
      top: 10px;
      right: -20px;
      z-index: 1; }
    .section-f .swiper-testimonials-blockquote-container .card-body {
      padding: 43px 54px 30px 46px; } }
@media (min-width: 1200px) {
  .section-f {
    padding-top: 0;
    padding-bottom: 0; }
    .section-f .content-top {
      width: 511px;
      max-width: 100%; }
    .section-f .swiper-testimonials-image-container .img-wrap {
      height: 426px; }
    .section-f .swiper-testimonials-blockquote-container .card-body {
      min-height: 368px; }
    .section-f .swiper-testimonials-blockquote-container {
      margin-top: 110px; }

  .section-f .swiper-testimonials-blockquote-container::after {
    top: 90px; }

  .section-f .swiper-testimonials-blockquote-container::before {
    top: -132px;
    right: 20px;
    z-index: 1;
    width: 282.7px;
    height: 200.3px;
    background-size: contain; } }
.section-g {
  position: relative;
  padding: 53px 0 46px;
  background-color: #4b4bad;
  background-image: url("../images/bg-g-mobile.png");
  background-attachment: fixed;
  z-index: 0; }
  .section-g .container {
    position: relative;
    z-index: 5; }
  .section-g h3 {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #efcf58;
    margin-bottom: 9px; }
  .section-g h1,
  .section-g h2,
  .section-g h4,
  .section-g h5,
  .section-g h6 {
    color: white;
    text-transform: uppercase; }
  .section-g .card {
    padding: 18px 32.6px 17.1px 32px;
    border-radius: 4px;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.14); }
  .section-g .img-wrap {
    height: 116px; }
    .section-g .img-wrap img {
      object-fit: contain;
      height: 100%; }
  .section-g .swiper-sponsors-image-container {
    overflow: hidden; }
  .section-g .navigation-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 30px; }
  .section-g .arrows-container {
    display: flex;
    align-items: center;
    justify-content: center;
    order: 1;
    margin-top: 35px; }
    @media (min-width: 768px) {
      .section-g .arrows-container {
        margin-right: 30px; } }
  .section-g .swiper-button-next,
  .section-g .swiper-button-prev {
    position: relative;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20.6' height='9.978' viewBox='0 0 20.6 9.978'%3e%3cg%3e%3cg%3e%3cpath fill='%23fff' d='M20.364 136.419l-4.2-4.184a.8.8 0 0 0-1.135 1.141l2.823 2.809H.8a.8.8 0 0 0 0 1.609h17.046l-2.823 2.806a.8.8 0 0 0 1.135 1.141l4.2-4.184a.805.805 0 0 0 .006-1.138z' transform='rotate(180 10.3 70.989) translate(0 132) translate(0 -132)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
    width: 22px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    outline: none;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0 4px; }
    .section-g .swiper-button-next::after,
    .section-g .swiper-button-prev::after {
      display: none; }
    .section-g .swiper-button-next:hover,
    .section-g .swiper-button-prev:hover {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20.6' height='9.978' viewBox='0 0 20.6 9.978'%3e%3cg%3e%3cg%3e%3cpath fill='%232c2c65' d='M20.364 136.419l-4.2-4.184a.8.8 0 0 0-1.135 1.141l2.823 2.809H.8a.8.8 0 0 0 0 1.609h17.046l-2.823 2.806a.8.8 0 0 0 1.135 1.141l4.2-4.184a.805.805 0 0 0 .006-1.138z' transform='rotate(180 10.3 70.989) translate(0 132) translate(0 -132)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e "); }
  .section-g .swiper-button-next {
    transform: scaleX(-1); }
  .section-g .swiper-scrollbar {
    width: 100%;
    background: transparent; }
    .section-g .swiper-scrollbar::after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      top: 1.5px;
      background: white; }
  .section-g .swiper-scrollbar-drag {
    height: 3px;
    background: white; }

@media (min-width: 768px) {
  .section-g {
    padding-top: 0;
    background-image: url("../images/bg-g-tablet.html"); }
    .section-g::before {
      content: "";
      display: block;
      width: 100%;
      height: auto;
      padding-bottom: 10.3203125%;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1280.031' height='132.066'%3e%3cpath data-name='Path 69608' d='M-1781 4540.426s274.484 50.139 646.346 51.5 633.686-51.645 633.686-51.645v-80.4H-1781z' transform='translate(1781 -4459.885)' style='fill:%23fff'/%3e%3c/svg%3e ");
      background-size: 100% auto;
      position: relative;
      margin-bottom: 61px;
      margin-top: -1px;
      background-repeat: no-repeat; }
    .section-g .swiper-sponsors-image-container {
      width: calc(100% + ((100vw - 690px) / 2)); }
    .section-g .card {
      padding: 23px 18px 14px 19px;
      border-radius: 4px;
      overflow: hidden; }
    .section-g .arrows-container {
      justify-content: flex-start; } }
@media (min-width: 992px) {
  .section-g .swiper-sponsors-image-container {
    width: calc(100% + ((100vw - 930px) / 2)); } }
@media (min-width: 1200px) {
  .section-g {
    background-image: url("../images/bg-g.png"); }
    .section-g .swiper-sponsors-image-container {
      width: calc(100% + ((100vw - 1110px) / 2)); } }
.section-h {
  position: relative;
  padding: 50px 0;
  background: #3ba99f; }
  .section-h .container {
    position: relative;
    z-index: 5; }
  .section-h h1,
  .section-h h2,
  .section-h h3,
  .section-h h4,
  .section-h h5,
  .section-h h6 {
    color: white;
    text-transform: uppercase; }
  .section-h h3 {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #efcf58;
    margin-bottom: 9px; }
  .section-h .gform_wrapper .gfield_required {
    color: white; }

.interior-page .custom-element-block {
  background-image: linear-gradient(to bottom, #0b44c3 1%, #072b7b 104%); }
  .interior-page .custom-element-block h1,
  .interior-page .custom-element-block h2,
  .interior-page .custom-element-block h3,
  .interior-page .custom-element-block h4,
  .interior-page .custom-element-block h5,
  .interior-page .custom-element-block h6,
  .interior-page .custom-element-block p,
  .interior-page .custom-element-block li,
  .interior-page .custom-element-block blockquote,
  .interior-page .custom-element-block cite,
  .interior-page .custom-element-block .card-title {
    color: white; }
  .interior-page .custom-element-block .left-side p,
  .interior-page .custom-element-block .left-side li {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal; }
  .interior-page .custom-element-block .left-side .link {
    margin-top: 49px; }
  .interior-page .custom-element-block .single-box {
    margin-bottom: 32px; }
    .interior-page .custom-element-block .single-box:last-child {
      margin-bottom: 0; }
  .interior-page .custom-element-block .card {
    background: transparent;
    margin-bottom: 34px; }
    .interior-page .custom-element-block .card:last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .interior-page .custom-element-block .card {
        flex-direction: row; } }
  .interior-page .custom-element-block .icon-item {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    flex-shrink: 0; }
  .interior-page .custom-element-block .card-body {
    padding-left: 0; }
    @media (min-width: 768px) {
      .interior-page .custom-element-block .card-body {
        padding-left: 35px;
        padding-top: 0; } }
  .interior-page .custom-element-block .card-title {
    margin-bottom: 15px; }
  .interior-page .custom-element-block .link {
    margin-top: 14px; }

.image-carousel-block {
  position: relative;
  background-color: #f2f2f2; }
  .image-carousel-block h1,
  .image-carousel-block h2,
  .image-carousel-block h3,
  .image-carousel-block h4,
  .image-carousel-block h4,
  .image-carousel-block h6 {
    margin-bottom: 40px;
    color: #0a3cab; }
  .image-carousel-block .img-item {
    overflow: hidden; }
  .image-carousel-block img {
    position: relative;
    height: 250px !important;
    object-fit: cover; }
    @media (min-width: 768px) {
      .image-carousel-block img {
        height: 412px !important; } }
  .image-carousel-block figcaption {
    display: none; }
  @media (min-width: 1200px) {
    .image-carousel-block .photo-gallery-container {
      width: calc(100% + ((100vw - 1110px) / 2)); } }
  .image-carousel-block .navigation-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 30px; }
  .image-carousel-block .arrows-container {
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      .image-carousel-block .arrows-container {
        margin-right: 30px; } }
  .image-carousel-block .swiper-button-next,
  .image-carousel-block .swiper-button-prev {
    position: relative;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20.6' height='9.978' viewBox='0 0 20.6 9.978'%3e%3cg%3e%3cg%3e%3cpath fill='%233b3b3b' d='M20.364 136.419l-4.2-4.184a.8.8 0 0 0-1.135 1.141l2.823 2.809H.8a.8.8 0 0 0 0 1.609h17.046l-2.823 2.806a.8.8 0 0 0 1.135 1.141l4.2-4.184a.805.805 0 0 0 .006-1.138z' transform='rotate(180 10.3 70.989) translate(0 132) translate(0 -132)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
    width: 22px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    outline: none;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0 4px; }
    .image-carousel-block .swiper-button-next::after,
    .image-carousel-block .swiper-button-prev::after {
      display: none; }
    .image-carousel-block .swiper-button-next:hover,
    .image-carousel-block .swiper-button-prev:hover {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20.6' height='9.978' viewBox='0 0 20.6 9.978'%3e%3cg%3e%3cg%3e%3cpath fill='%23fff' d='M20.364 136.419l-4.2-4.184a.8.8 0 0 0-1.135 1.141l2.823 2.809H.8a.8.8 0 0 0 0 1.609h17.046l-2.823 2.806a.8.8 0 0 0 1.135 1.141l4.2-4.184a.805.805 0 0 0 .006-1.138z' transform='rotate(180 10.3 70.989) translate(0 132) translate(0 -132)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e "); }
  .image-carousel-block .swiper-button-next {
    transform: scaleX(-1); }
  .image-carousel-block .swiper-scrollbar {
    width: 100%;
    background: transparent; }
    .image-carousel-block .swiper-scrollbar::after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      top: 1.5px;
      background: #0a3cab; }
  .image-carousel-block .swiper-scrollbar-drag {
    height: 3px;
    background: #0a3cab; }
  @media (min-width: 768px) {
    .image-carousel-block.image-auto-width img {
      width: auto !important; }
    .image-carousel-block.image-auto-width .swiper-slide {
      width: auto; } }

.image-carousel-block-style-1 {
  position: relative; }
  .image-carousel-block-style-1 h1, .image-carousel-block-style-1 h2, .image-carousel-block-style-1 h3, .image-carousel-block-style-1 h4, .image-carousel-block-style-1 h4, .image-carousel-block-style-1 h6 {
    margin-bottom: 60px; }
  .image-carousel-block-style-1 .img-item {
    overflow: hidden; }
  .image-carousel-block-style-1 .img-wrap {
    margin: 0;
    height: 328px; }
    .image-carousel-block-style-1 .img-wrap img {
      height: 100%; }
    .image-carousel-block-style-1 .img-wrap:before {
      opacity: 1;
      background-color: rgba(0, 0, 0, 0.45);
      z-index: 2; }
  .image-carousel-block-style-1 img {
    position: relative;
    height: 250px !important;
    object-fit: cover; }
    @media (min-width: 768px) {
      .image-carousel-block-style-1 img {
        height: 427px !important; } }
  .image-carousel-block-style-1 figcaption {
    margin-top: 16px;
    text-align: left;
    display: none; }
  .image-carousel-block-style-1 .swiper-slide-active figcaption {
    display: block; }
  .image-carousel-block-style-1 .navigation-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 30px; }
  .image-carousel-block-style-1 .arrows-container {
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      .image-carousel-block-style-1 .arrows-container {
        margin-right: 30px; } }
  .image-carousel-block-style-1 .swiper-button-next, .image-carousel-block-style-1 .swiper-button-prev {
    position: relative;
    width: 7.1px;
    height: 11.5px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='5.987' height='11.31' viewBox='0 0 5.987 11.31'%3e%3cpath fill='none' stroke='%230f3d5e' stroke-miterlimit='10' stroke-width='1.5px' d='M0 0l5.181 4.429L10.334 0' transform='rotate(-90 5.697 5.127)'/%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    outline: none;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0 4px; }
    .image-carousel-block-style-1 .swiper-button-next::after, .image-carousel-block-style-1 .swiper-button-prev::after {
      display: none; }
    .image-carousel-block-style-1 .swiper-button-next:hover, .image-carousel-block-style-1 .swiper-button-prev:hover {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='5.987' height='11.31' viewBox='0 0 5.987 11.31'%3e%3cpath fill='none' stroke='%23717073' stroke-miterlimit='10' stroke-width='1.5px' d='M0 0l5.181 4.429L10.334 0' transform='rotate(-90 5.697 5.127)'/%3e%3c/svg%3e"); }
  .image-carousel-block-style-1 .swiper-button-prev {
    transform: scaleX(-1); }
  .image-carousel-block-style-1 .swiper-pagination {
    position: relative;
    display: flex;
    justify-content: center; }
  .image-carousel-block-style-1 .swiper-pagination-bullet {
    opacity: 1;
    background-color: white;
    border: 2px solid #707070;
    margin: 0 10px;
    width: 12px;
    height: 12px; }
  .image-carousel-block-style-1 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0b44c3;
    border-color: #0b44c3; }
  .image-carousel-block-style-1 .swiper-scrollbar {
    width: 100%;
    background: #d0d0d0; }
  .image-carousel-block-style-1 .swiper-scrollbar-drag {
    height: 3px;
    background: white; }
  @media (min-width: 768px) {
    .image-carousel-block-style-1.image-auto-width img {
      width: auto; }
    .image-carousel-block-style-1.image-auto-width .swiper-slide {
      width: auto; } }
  .image-carousel-block-style-1 .swiper-slide-active .img-wrap::before {
    opacity: 0; }
  .image-carousel-block-style-1.center-item-bigger .swiper-slide {
    margin-top: 50px; }
  .image-carousel-block-style-1.center-item-bigger .swiper-slide-active {
    margin: 0; }
    .image-carousel-block-style-1.center-item-bigger .swiper-slide-active .img-wrap {
      height: 416px; }

.custom_text_image_2 {
  position: relative; }
  @media (min-width: 1200px) {
    .custom_text_image_2::after {
      content: "";
      display: block;
      width: 65px;
      height: 79.1px;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.994' height='79.106'%3e%3cg data-name='Group 2574'%3e%3cpath data-name='Path 11467' d='m1352.1 559.6 12.452 20.326a18.869 18.869 0 0 1 19.713 32.18l12.45 20.324a42.7 42.7 0 0 0-44.615-72.83z' transform='translate(-1352.101 -553.326)' style='fill:%230a3cab'/%3e%3c/g%3e%3c/svg%3e ");
      position: absolute;
      background-size: contain;
      top: calc(50% - 40px);
      right: 42px;
      -webkit-animation: spin 10s linear infinite;
      -moz-animation: spin 10s linear infinite;
      animation: spin 10s linear infinite; } }
  .custom_text_image_2 .link {
    margin-top: 24px; }
  @media (min-width: 992px) {
    .custom_text_image_2.image_on_left .side-text {
      margin-left: 8.333333%; } }
  @media (min-width: 992px) {
    .custom_text_image_2.image_on_right .side-text {
      margin-left: 8.333333%; } }
  @media (min-width: 992px) {
    .custom_text_image_2.image_on_right .side-image {
      order: 1;
      margin-left: 8.333333%; } }
  .custom_text_image_2.image_on_right .side-image .image-wrapping .image-fit-contain, .custom_text_image_2.image_on_right .side-image .wp-block-image .image-fit-contain {
    object-position: left center; }
  .custom_text_image_2.image_on_right .side-image .image-wrapping figcaption, .custom_text_image_2.image_on_right .side-image .wp-block-image figcaption {
    text-align: left; }

.custom_text_image {
  position: relative; }
  @media (min-width: 1200px) {
    .custom_text_image::before {
      content: "";
      display: block;
      width: 170.2px;
      height: 207.1px;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='170.184' height='207.133'%3e%3cg data-name='Group 2575' style='opacity:.065'%3e%3cpath data-name='Path 11467' d='m1352.1 569.757 32.6 53.224a49.407 49.407 0 0 1 51.617 84.262l32.6 53.217a111.82 111.82 0 0 0-116.821-190.7z' style='fill:%230a3cab' transform='rotate(180 761.143 380.23)'/%3e%3c/g%3e%3c/svg%3e ");
      position: absolute;
      background-size: contain;
      top: calc(50% - 104px);
      left: 29px;
      -webkit-animation: spin 8s linear infinite;
      -moz-animation: spin 8s linear infinite;
      animation: spin 8s linear infinite; } }
  .custom_text_image h1, .custom_text_image h2, .custom_text_image h3, .custom_text_image h4, .custom_text_image h5, .custom_text_image h6 {
    color: #072b7b; }
  .custom_text_image .link {
    margin-top: 24px; }
  @media (min-width: 992px) {
    .custom_text_image.image_on_right .side-image {
      order: 1; } }
  .custom_text_image.image_on_right .side-image .image-wrapping .image-fit-contain, .custom_text_image.image_on_right .side-image .wp-block-image .image-fit-contain {
    object-position: left center; }
  .custom_text_image.image_on_right .side-image .image-wrapping figcaption, .custom_text_image.image_on_right .side-image .wp-block-image figcaption {
    text-align: left; }

.not-colored-block + .not-colored-block {
  padding-top: 0 !important; }

.interior-page .image-list-block {
  background-color: #0a3cab; }
  .interior-page .image-list-block h1, .interior-page .image-list-block h2, .interior-page .image-list-block h3, .interior-page .image-list-block h4, .interior-page .image-list-block h5, .interior-page .image-list-block h6, .interior-page .image-list-block p, .interior-page .image-list-block li, .interior-page .image-list-block blockquote, .interior-page .image-list-block cite {
    color: white; }
  .interior-page .image-list-block .link {
    margin-top: 30px; }
  .interior-page .image-list-block ul.list li {
    padding-left: 60px;
    margin-bottom: 35px; }
    .interior-page .image-list-block ul.list li:last-child {
      margin-bottom: 0; }
    .interior-page .image-list-block ul.list li::after {
      width: 31.8px;
      height: 2px;
      border-radius: 0;
      top: 7px;
      background: currentColor; }
  @media (min-width: 992px) {
    .interior-page .image-list-block.image_on_left .side-text {
      margin-left: 8.333333%; } }
  @media (min-width: 992px) {
    .interior-page .image-list-block.image_on_right .side-image {
      order: 1;
      margin-left: 8.333333%; } }
  .interior-page .image-list-block.image_on_right .side-image .image-wrapping .image-fit-contain, .interior-page .image-list-block.image_on_right .side-image .wp-block-image .image-fit-contain {
    object-position: left center; }
  .interior-page .image-list-block.image_on_right .side-image .image-wrapping figcaption, .interior-page .image-list-block.image_on_right .side-image .wp-block-image figcaption {
    text-align: left; }

.interior-page .text-list-block {
  background-color: #4b4bad;
  background-image: url("../images/bg-text-list-block.png"); }
  .interior-page .text-list-block h1,
  .interior-page .text-list-block h2,
  .interior-page .text-list-block h3,
  .interior-page .text-list-block h4,
  .interior-page .text-list-block h5,
  .interior-page .text-list-block h6 {
    text-transform: uppercase; }
  .interior-page .text-list-block h1,
  .interior-page .text-list-block h2,
  .interior-page .text-list-block h3,
  .interior-page .text-list-block h4,
  .interior-page .text-list-block h5,
  .interior-page .text-list-block h6,
  .interior-page .text-list-block p,
  .interior-page .text-list-block li,
  .interior-page .text-list-block blockquote,
  .interior-page .text-list-block cite {
    color: white; }
    .interior-page .text-list-block h1 a,
    .interior-page .text-list-block h2 a,
    .interior-page .text-list-block h3 a,
    .interior-page .text-list-block h4 a,
    .interior-page .text-list-block h5 a,
    .interior-page .text-list-block h6 a,
    .interior-page .text-list-block p a,
    .interior-page .text-list-block li a,
    .interior-page .text-list-block blockquote a,
    .interior-page .text-list-block cite a {
      color: inherit; }
  .interior-page .text-list-block .link {
    margin-top: 30px; }
  .interior-page .text-list-block ul.list li,
  .interior-page .text-list-block ul li {
    padding-left: 60px !important;
    margin-bottom: 35px !important; }
    .interior-page .text-list-block ul.list li:last-child,
    .interior-page .text-list-block ul li:last-child {
      margin-bottom: 0 !important; }
    .interior-page .text-list-block ul.list li::after,
    .interior-page .text-list-block ul li::after {
      width: 31.8px !important;
      height: 2px !important;
      border-radius: 0 !important;
      top: 7px !important;
      background: currentColor !important; }

.text-only-block {
  position: relative; }
  .text-only-block:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .text-only-block.solid-background-color::before {
    background: inherit; }
  .text-only-block .container {
    position: relative;
    z-index: 5; }
  .text-only-block h1,
  .text-only-block h2,
  .text-only-block h3,
  .text-only-block h4,
  .text-only-block h5,
  .text-only-block h6,
  .text-only-block p,
  .text-only-block li,
  .text-only-block blockquote,
  .text-only-block cite {
    color: inherit; }
  .text-only-block blockquote {
    margin: 27px 0 37px;
    padding: 37px 0;
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal; }
    .text-only-block blockquote p,
    .text-only-block blockquote li,
    .text-only-block blockquote cite {
      font-size: 18px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.33;
      letter-spacing: normal; }
  .text-only-block.background-extended {
    padding-bottom: 0 !important; }
    .text-only-block.background-extended:before {
      height: calc(100% + 100px); }
      @media (min-width: 768px) {
        .text-only-block.background-extended:before {
          height: calc(100% + 250px); } }

.custom-team-bios-block {
  position: relative; }
  .custom-team-bios-block.option-05 .card {
    position: relative;
    min-height: 250px;
    overflow: hidden; }
    .custom-team-bios-block.option-05 .card:hover .img-wrap::before {
      opacity: 1; }
    .custom-team-bios-block.option-05 .card:hover .hover-box {
      z-index: 5;
      opacity: 1; }
    .custom-team-bios-block.option-05 .card:hover .card-body {
      z-index: 0; }
    .custom-team-bios-block.option-05 .card:hover .team-main-info {
      left: -100%; }
  .custom-team-bios-block.option-05 .img-wrap {
    height: 100%;
    margin: 0;
    position: absolute; }
    .custom-team-bios-block.option-05 .img-wrap::before {
      background: rgba(0, 0, 0, 0.7);
      z-index: 2;
      opacity: 0; }
    .custom-team-bios-block.option-05 .img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .custom-team-bios-block.option-05 .hover-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 0;
    opacity: 0; }
  .custom-team-bios-block.option-05 .btn-modal {
    background: transparent;
    border: none;
    color: white;
    display: flex;
    align-items: center;
    margin: auto;
    position: absolute; }
    .custom-team-bios-block.option-05 .btn-modal i {
      font-size: 27px; }
    .custom-team-bios-block.option-05 .btn-modal span {
      margin-right: 15px;
      font-size: 20px; }
    .custom-team-bios-block.option-05 .btn-modal:hover {
      opacity: 0.5; }
  .custom-team-bios-block.option-05 .networks {
    margin-bottom: 20px;
    margin-top: auto; }
    .custom-team-bios-block.option-05 .networks ul.social {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; }
      .custom-team-bios-block.option-05 .networks ul.social li {
        padding-left: 0; }
        .custom-team-bios-block.option-05 .networks ul.social li::after {
          display: none; }
        .custom-team-bios-block.option-05 .networks ul.social li a {
          font-size: 13px;
          text-decoration: none;
          margin-right: 5px;
          margin-bottom: 5px;
          display: block;
          display: flex;
          align-items: center;
          justify-content: center; }
          .custom-team-bios-block.option-05 .networks ul.social li a i {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: #0a3cab;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center; }
          .custom-team-bios-block.option-05 .networks ul.social li a span {
            margin-left: 5px;
            color: #ffffff;
            font-weight: 700; }
          .custom-team-bios-block.option-05 .networks ul.social li a:hover i {
            background-color: #e1016c; }
          .custom-team-bios-block.option-05 .networks ul.social li a:hover span {
            color: #ffffff;
            opacity: 0.8; }
  .custom-team-bios-block.option-05 .card-body {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 6;
    display: flex;
    align-items: flex-end;
    padding-left: 0; }
  .custom-team-bios-block.option-05 .team-main-info {
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    position: relative;
    transition: 0.4s;
    left: 0;
    min-height: 63px;
    width: 100%; }
    .custom-team-bios-block.option-05 .team-main-info h2,
    .custom-team-bios-block.option-05 .team-main-info h3 {
      font-family: "Open Sans", sans-serif !important;
      color: #ffffff;
      font-size: 18px;
      font-weight: 400;
      line-height: 1.1em;
      margin: 0 0 5px;
      padding: 0 !important;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .custom-team-bios-block.option-05 .team-main-info h3 {
      margin-bottom: 0; }

.teambios-modal.modal-option-05 .modal-content {
  position: relative; }
.teambios-modal.modal-option-05 .modal-header {
  padding: 0;
  border: none; }
.teambios-modal.modal-option-05 .close {
  background: #0a3cab;
  color: white;
  opacity: 1;
  width: 45px;
  height: 45px;
  border-radius: 0 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  z-index: 5; }
.teambios-modal.modal-option-05 .img-wrap {
  height: 167px; }
  @media (min-width: 768px) {
    .teambios-modal.modal-option-05 .img-wrap {
      height: 227px; } }
  .teambios-modal.modal-option-05 .img-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
.teambios-modal.modal-option-05 .position h2,
.teambios-modal.modal-option-05 .position h3 {
  font-family: "Open Sans", sans-serif !important;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 0; }
@media (min-width: 768px) {
  .teambios-modal.modal-option-05 .name {
    padding-right: 40px;
    margin-top: 40px; } }
.teambios-modal.modal-option-05 ul.social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .teambios-modal.modal-option-05 ul.social li {
    padding-left: 0; }
    .teambios-modal.modal-option-05 ul.social li::after {
      display: none; }
    .teambios-modal.modal-option-05 ul.social li a {
      font-size: 13px;
      text-decoration: none;
      margin-right: 5px;
      margin-bottom: 5px;
      display: block;
      display: flex;
      align-items: center;
      justify-content: center; }
      .teambios-modal.modal-option-05 ul.social li a i {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #0a3cab;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center; }
      .teambios-modal.modal-option-05 ul.social li a span {
        margin-left: 5px;
        color: #0a3cab;
        font-weight: 700; }
      .teambios-modal.modal-option-05 ul.social li a:hover i {
        background-color: #e1016c; }
      .teambios-modal.modal-option-05 ul.social li a:hover span {
        color: #e1016c; }

.custom-text-video-block {
  position: relative; }
  .custom-text-video-block:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #42bcb1, #2e837b);
    position: absolute;
    top: 0;
    left: 0; }
  .custom-text-video-block::after {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='86' height='58.675'%3e%3cdefs%3e%3cstyle%3e .cls-1%7bfill:%23fff%7d %3c/style%3e%3c/defs%3e%3cg id='Group_4064' data-name='Group 4064' transform='translate(-1626.142 -215.833)'%3e%3cpath id='Path_11420' data-name='Path 11420' class='cls-1' d='M1630.167 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z'/%3e%3cpath id='Path_11421' data-name='Path 11421' class='cls-1' d='M1659.312 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483)'/%3e%3cpath id='Path_11422' data-name='Path 11422' class='cls-1' d='M1688.458 217.845a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966)'/%3e%3cpath id='Path_11423' data-name='Path 11423' class='cls-1' d='M1717.6 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448)'/%3e%3cpath id='Path_11424' data-name='Path 11424' class='cls-1' d='M1746.748 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-61.932)'/%3e%3cpath id='Path_11425' data-name='Path 11425' class='cls-1' d='M1775.894 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414)'/%3e%3cpath id='Path_11426' data-name='Path 11426' class='cls-1' d='M1805.039 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897)'/%3e%3cpath id='Path_11427' data-name='Path 11427' class='cls-1' d='M1630.167 246.99a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(0 -15.483)'/%3e%3cpath id='Path_11428' data-name='Path 11428' class='cls-1' d='M1659.312 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483 -15.483)'/%3e%3cpath id='Path_11429' data-name='Path 11429' class='cls-1' d='M1688.458 246.99a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966 -15.483)'/%3e%3cpath id='Path_11430' data-name='Path 11430' class='cls-1' d='M1717.6 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448 -15.483)'/%3e%3cpath id='Path_11431' data-name='Path 11431' class='cls-1' d='M1746.748 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-61.932 -15.483)'/%3e%3cpath id='Path_11432' data-name='Path 11432' class='cls-1' d='M1775.894 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414 -15.483)'/%3e%3cpath id='Path_11433' data-name='Path 11433' class='cls-1' d='M1805.039 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897 -15.483)'/%3e%3cpath id='Path_11434' data-name='Path 11434' class='cls-1' d='M1630.167 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(0 -30.966)'/%3e%3cpath id='Path_11435' data-name='Path 11435' class='cls-1' d='M1659.312 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483 -30.966)'/%3e%3cpath id='Path_11436' data-name='Path 11436' class='cls-1' d='M1688.458 276.136a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966 -30.966)'/%3e%3cpath id='Path_11437' data-name='Path 11437' class='cls-1' d='M1717.6 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448 -30.966)'/%3e%3ccircle id='Ellipse_815' data-name='Ellipse 815' class='cls-1' cx='2.012' cy='2.012' r='2.012' transform='translate(1680.792 243.158)'/%3e%3cpath id='Path_11438' data-name='Path 11438' class='cls-1' d='M1775.894 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414 -30.966)'/%3e%3cpath id='Path_11439' data-name='Path 11439' class='cls-1' d='M1805.039 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897 -30.966)'/%3e%3cpath id='Path_11440' data-name='Path 11440' class='cls-1' d='M1630.167 305.281a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(0 -46.448)'/%3e%3cpath id='Path_11441' data-name='Path 11441' class='cls-1' d='M1659.312 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483 -46.448)'/%3e%3cpath id='Path_11442' data-name='Path 11442' class='cls-1' d='M1688.458 305.281a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966 -46.448)'/%3e%3cpath id='Path_11443' data-name='Path 11443' class='cls-1' d='M1717.6 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448 -46.448)'/%3e%3cpath id='Path_11444' data-name='Path 11444' class='cls-1' d='M1746.748 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-61.932 -46.448)'/%3e%3cpath id='Path_11445' data-name='Path 11445' class='cls-1' d='M1775.894 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414 -46.448)'/%3e%3cpath id='Path_11446' data-name='Path 11446' class='cls-1' d='M1805.039 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897 -46.448)'/%3e%3cpath id='Path_11447' data-name='Path 11447' class='cls-1' d='M1630.167 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(0 -61.932)'/%3e%3cpath id='Path_11448' data-name='Path 11448' class='cls-1' d='M1659.312 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483 -61.932)'/%3e%3cpath id='Path_11449' data-name='Path 11449' class='cls-1' d='M1688.458 334.427a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966 -61.932)'/%3e%3cpath id='Path_11450' data-name='Path 11450' class='cls-1' d='M1717.6 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448 -61.932)'/%3e%3cpath id='Path_11451' data-name='Path 11451' class='cls-1' d='M1746.748 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-61.932 -61.932)'/%3e%3cpath id='Path_11452' data-name='Path 11452' class='cls-1' d='M1775.894 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414 -61.932)'/%3e%3cpath id='Path_11453' data-name='Path 11453' class='cls-1' d='M1805.039 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897 -61.932)'/%3e%3c/g%3e%3c/svg%3e ");
    width: 86px;
    height: 58.7px;
    position: absolute;
    bottom: 88px;
    right: -10px;
    transform: rotate(90deg); }
  .custom-text-video-block.solid-background-color::before {
    background: inherit; }
  .custom-text-video-block h1,
  .custom-text-video-block h2,
  .custom-text-video-block h3,
  .custom-text-video-block h4,
  .custom-text-video-block h5,
  .custom-text-video-block h6 {
    text-transform: uppercase; }
  .custom-text-video-block h1,
  .custom-text-video-block h2,
  .custom-text-video-block h3,
  .custom-text-video-block h4,
  .custom-text-video-block h5,
  .custom-text-video-block h6,
  .custom-text-video-block p,
  .custom-text-video-block li,
  .custom-text-video-block blockquote,
  .custom-text-video-block cite {
    color: white; }
  @media (min-width: 768px) {
    .custom-text-video-block .card.img-bg {
      min-height: 510px; }
      .custom-text-video-block .card.img-bg::before {
        content: "";
        display: block;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='86' height='58.675'%3e%3cdefs%3e%3cstyle%3e .cls-1%7bfill:%23fff%7d %3c/style%3e%3c/defs%3e%3cg id='Group_4064' data-name='Group 4064' transform='translate(-1626.142 -215.833)'%3e%3cpath id='Path_11420' data-name='Path 11420' class='cls-1' d='M1630.167 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z'/%3e%3cpath id='Path_11421' data-name='Path 11421' class='cls-1' d='M1659.312 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483)'/%3e%3cpath id='Path_11422' data-name='Path 11422' class='cls-1' d='M1688.458 217.845a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966)'/%3e%3cpath id='Path_11423' data-name='Path 11423' class='cls-1' d='M1717.6 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448)'/%3e%3cpath id='Path_11424' data-name='Path 11424' class='cls-1' d='M1746.748 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-61.932)'/%3e%3cpath id='Path_11425' data-name='Path 11425' class='cls-1' d='M1775.894 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414)'/%3e%3cpath id='Path_11426' data-name='Path 11426' class='cls-1' d='M1805.039 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897)'/%3e%3cpath id='Path_11427' data-name='Path 11427' class='cls-1' d='M1630.167 246.99a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(0 -15.483)'/%3e%3cpath id='Path_11428' data-name='Path 11428' class='cls-1' d='M1659.312 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483 -15.483)'/%3e%3cpath id='Path_11429' data-name='Path 11429' class='cls-1' d='M1688.458 246.99a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966 -15.483)'/%3e%3cpath id='Path_11430' data-name='Path 11430' class='cls-1' d='M1717.6 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448 -15.483)'/%3e%3cpath id='Path_11431' data-name='Path 11431' class='cls-1' d='M1746.748 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-61.932 -15.483)'/%3e%3cpath id='Path_11432' data-name='Path 11432' class='cls-1' d='M1775.894 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414 -15.483)'/%3e%3cpath id='Path_11433' data-name='Path 11433' class='cls-1' d='M1805.039 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897 -15.483)'/%3e%3cpath id='Path_11434' data-name='Path 11434' class='cls-1' d='M1630.167 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(0 -30.966)'/%3e%3cpath id='Path_11435' data-name='Path 11435' class='cls-1' d='M1659.312 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483 -30.966)'/%3e%3cpath id='Path_11436' data-name='Path 11436' class='cls-1' d='M1688.458 276.136a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966 -30.966)'/%3e%3cpath id='Path_11437' data-name='Path 11437' class='cls-1' d='M1717.6 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448 -30.966)'/%3e%3ccircle id='Ellipse_815' data-name='Ellipse 815' class='cls-1' cx='2.012' cy='2.012' r='2.012' transform='translate(1680.792 243.158)'/%3e%3cpath id='Path_11438' data-name='Path 11438' class='cls-1' d='M1775.894 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414 -30.966)'/%3e%3cpath id='Path_11439' data-name='Path 11439' class='cls-1' d='M1805.039 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897 -30.966)'/%3e%3cpath id='Path_11440' data-name='Path 11440' class='cls-1' d='M1630.167 305.281a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(0 -46.448)'/%3e%3cpath id='Path_11441' data-name='Path 11441' class='cls-1' d='M1659.312 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483 -46.448)'/%3e%3cpath id='Path_11442' data-name='Path 11442' class='cls-1' d='M1688.458 305.281a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966 -46.448)'/%3e%3cpath id='Path_11443' data-name='Path 11443' class='cls-1' d='M1717.6 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448 -46.448)'/%3e%3cpath id='Path_11444' data-name='Path 11444' class='cls-1' d='M1746.748 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-61.932 -46.448)'/%3e%3cpath id='Path_11445' data-name='Path 11445' class='cls-1' d='M1775.894 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414 -46.448)'/%3e%3cpath id='Path_11446' data-name='Path 11446' class='cls-1' d='M1805.039 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897 -46.448)'/%3e%3cpath id='Path_11447' data-name='Path 11447' class='cls-1' d='M1630.167 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(0 -61.932)'/%3e%3cpath id='Path_11448' data-name='Path 11448' class='cls-1' d='M1659.312 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483 -61.932)'/%3e%3cpath id='Path_11449' data-name='Path 11449' class='cls-1' d='M1688.458 334.427a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966 -61.932)'/%3e%3cpath id='Path_11450' data-name='Path 11450' class='cls-1' d='M1717.6 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448 -61.932)'/%3e%3cpath id='Path_11451' data-name='Path 11451' class='cls-1' d='M1746.748 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-61.932 -61.932)'/%3e%3cpath id='Path_11452' data-name='Path 11452' class='cls-1' d='M1775.894 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414 -61.932)'/%3e%3cpath id='Path_11453' data-name='Path 11453' class='cls-1' d='M1805.039 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897 -61.932)'/%3e%3c/g%3e%3c/svg%3e ");
        width: 86px;
        height: 58.7px;
        position: absolute;
        top: -20px;
        left: -36px; } }
  .custom-text-video-block .img-wrap img {
    height: 100%; }
  .custom-text-video-block .img-wrap::before {
    opacity: 0.27;
    background-color: #000000;
    z-index: 2; }

@media (max-width: 767.98px) {
  body.page-template-resources .container {
    max-width: 90%; } }
@media (max-width: 575.98px) {
  body.page-template-resources .container {
    max-width: 95%; } }

.resources_directory {
  position: relative;
  padding: 70px 0 0; }
  @media (max-width: 1199.98px) {
    .resources_directory {
      padding-top: 0; } }
  @media (max-width: 575.98px) {
    .resources_directory {
      padding-top: 40px; } }
  .resources_directory .filter-resources {
    position: relative; }
    .resources_directory .filter-resources .title-filters {
      font-family: "Open Sans", sans-serif !important;
      color: #3ba99f;
      display: block;
      font-size: 18px;
      font-stretch: normal;
      font-style: normal;
      font-weight: 900;
      letter-spacing: -0.31px;
      line-height: 1.22;
      margin-bottom: 43px; }
      .resources_directory .filter-resources .title-filters::selection {
        background-color: #3ba99f;
        color: white; }
    .resources_directory .filter-resources .row-filter {
      background-color: #f7f7f7;
      border-radius: 2px;
      margin: 0 !important;
      padding: 50px 95px 43px;
      position: relative;
      flex-wrap: wrap; }
      @media (max-width: 767.98px) {
        .resources_directory .filter-resources .row-filter {
          padding: 40px 55px; } }
      @media (max-width: 575.98px) {
        .resources_directory .filter-resources .row-filter {
          padding: 30px 35px 0; } }
      @media (max-width: 1199.98px) {
        .resources_directory .filter-resources .row-filter div[class*="col-xl"] {
          padding-left: 0 !important;
          padding-right: 0 !important; } }
      @media (max-width: 575.98px) {
        .resources_directory .filter-resources .row-filter div[class*="col-xl"] {
          padding-left: 0 !important;
          padding-right: 0 !important; } }
      @media (max-width: 991.98px) {
        .resources_directory .filter-resources .row-filter .col-lg-4 {
          padding-right: 0 !important;
          padding-left: 0 !important;
          margin-bottom: 15px; } }
      @media (max-width: 1199.98px) {
        .resources_directory .filter-resources .row-filter .col-xl-6.pl-0 {
          margin-top: 20px; } }
      @media (max-width: 575.98px) {
        .resources_directory .filter-resources .row-filter .col-xl-6.pl-0 {
          margin-top: 20px; } }
      @media (max-width: 1199.98px) {
        .resources_directory .filter-resources .row-filter .col-xl-6.pl-0 .row {
          width: 100%;
          margin: 0; } }
      @media (max-width: 575.98px) {
        .resources_directory .filter-resources .row-filter .col-xl-6.pl-0 .row {
          margin: 0 !important; } }
      @media (max-width: 1199.98px) {
        .resources_directory .filter-resources .row-filter .col-xl-6.pl-0 .row .col-lg-4.pr-0 {
          padding-left: 0 !important; } }
      .resources_directory .filter-resources .row-filter .title {
        font-family: "Montserrat", sans-serif !important;
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.55;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        display: block;
        margin-bottom: 15px; }
        .resources_directory .filter-resources .row-filter .title::selection {
          background-color: #3ba99f;
          color: white; }
      .resources_directory .filter-resources .row-filter .btn-container {
        font-size: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 22px; }
        @media (max-width: 575.98px) {
          .resources_directory .filter-resources .row-filter .btn-container {
            flex-direction: column-reverse; } }
        .resources_directory .filter-resources .row-filter .btn-container button {
          margin-right: 8px;
          margin-bottom: 10px; }
        .resources_directory .filter-resources .row-filter .btn-container #searchResources {
          background-color: #e1016c; }
        .resources_directory .filter-resources .row-filter .btn-container #clearFilters,
        .resources_directory .filter-resources .row-filter .btn-container #allResources {
          background-color: #0a3cab; }
    .resources_directory .filter-resources input {
      font-family: "Open Sans", sans-serif !important;
      background-color: white;
      border-radius: 6px;
      border: solid 1px #d3d3d3;
      color: #868686;
      font-size: 14px;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal;
      letter-spacing: normal;
      line-height: 1.2;
      max-width: 100% !important;
      min-height: 40px;
      padding: 8px 20px;
      width: 100%;
      /* firefox 19+ */
      /* ie */ }
      .resources_directory .filter-resources input::-webkit-input-placeholder {
        color: #868686;
        opacity: 1; }
      .resources_directory .filter-resources input::-moz-placeholder {
        color: #868686;
        opacity: 1; }
      .resources_directory .filter-resources input:-ms-input-placeholder {
        color: #868686;
        opacity: 1; }
      .resources_directory .filter-resources input:-webkit-autofill, .resources_directory .filter-resources input:-webkit-autofill:hover, .resources_directory .filter-resources input:-webkit-autofill:focus, .resources_directory .filter-resources input:-webkit-autofill, .resources_directory .filter-resources input:-webkit-autofill:hover, .resources_directory .filter-resources input:-webkit-autofill:focus, .resources_directory .filter-resources input:-webkit-autofill, .resources_directory .filter-resources input:-webkit-autofill:hover, .resources_directory .filter-resources input:-webkit-autofill:focus {
        background: transparent !important;
        color: #868686 !important;
        -webkit-text-fill-color: #868686 !important;
        transition: background-color 5000s ease-in-out 0s; }
    .resources_directory .filter-resources select {
      font-family: "Open Sans", sans-serif !important;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      background-color: white;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='11.756' height='6.692' viewBox='0 0 11.756 6.692'%3e%3cpath fill='none' stroke='%23868686' stroke-width='2px' d='M10.457 4.3L5.044 0 0 4.641' transform='translate(11.079 5.377) rotate(180)'/%3e%3c/svg%3e ");
      background-size: 18px 4px;
      background-position: calc(100% - 10px) center;
      background-repeat: no-repeat;
      border-radius: 6px;
      border: solid 1px #d3d3d3;
      color: #868686;
      display: block;
      font-size: 14px;
      font-weight: normal;
      letter-spacing: normal;
      line-height: 1.5;
      min-height: 40px;
      padding: 10px 20px 10px 15px;
      width: 100%; }
    .resources_directory .filter-resources button {
      border-radius: 100px !important;
      border: none;
      box-shadow: none;
      color: #ffffff !important;
      cursor: pointer;
      display: inline-block;
      font-family: "Open Sans", sans-serif !important;
      font-size: 18px !important;
      font-stretch: normal !important;
      font-style: normal;
      font-weight: 700 !important;
      letter-spacing: normal !important;
      line-height: 1 !important;
      max-width: 100%;
      overflow-wrap: break-word;
      padding: 14px 17px;
      position: relative;
      text-align: center !important;
      text-decoration: none !important;
      text-transform: none;
      transition: all 0.4s ease; }
      .resources_directory .filter-resources button:focus, .resources_directory .filter-resources button:active {
        outline: none; }
    .resources_directory .filter-resources .result-display {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start;
      margin-top: 40px;
      margin-bottom: 40px; }
      .resources_directory .filter-resources .result-display .label {
        font-family: "Open Sans", sans-serif !important;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.89;
        letter-spacing: normal;
        color: #000000;
        margin-right: 17px;
        transition-duration: 0.2s;
        transition-property: opacity;
        transition-timing-function: ease-out; }
        .resources_directory .filter-resources .result-display .label::selection {
          background-color: #3ba99f;
          color: white; }
        .resources_directory .filter-resources .result-display .label.hidden-start {
          opacity: 0;
          height: 0; }
      .resources_directory .filter-resources .result-display .chosen-filter {
        font-family: "Open Sans", sans-serif !important;
        background-color: #e8e8e8;
        border-radius: 100px !important;
        color: #868686;
        font-size: 14px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 700;
        letter-spacing: normal;
        line-height: 1.38;
        margin: 15px 15px 15px 0;
        opacity: 1;
        padding: 10px 45px 10px 20px;
        position: relative;
        transition-duration: 0.2s;
        transition-property: opacity;
        transition-timing-function: ease-out; }
        .resources_directory .filter-resources .result-display .chosen-filter .delete,
        .resources_directory .filter-resources .result-display .chosen-filter #delete {
          background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15 14' style='enable-background:new 0 0 15 14;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23cecfd1;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-295 -30) translate(295 30)'%3e%3cpath class='st0' d='M12.1,1L1.5,11.6c-0.4,0.4-0.4,1,0,1.4l0,0c0.4,0.4,1,0.4,1.4,0L13.5,2.4c0.4-0.4,0.4-1,0-1.4l0,0 C13.1,0.6,12.5,0.6,12.1,1z'/%3e%3cpath class='st0' d='M2.9,1l10.6,10.6c0.4,0.4,0.4,1,0,1.4l0,0c-0.4,0.4-1,0.4-1.4,0L1.5,2.4C1.1,2,1.1,1.4,1.5,1l0,0 C1.9,0.6,2.5,0.6,2.9,1z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          font-family: "Open Sans", sans-serif !important;
          bottom: unset;
          left: unset;
          position: absolute;
          right: 20px;
          top: calc(50% - 5px);
          width: 10px;
          height: 10px;
          cursor: pointer;
          border: none;
          background-color: transparent; }
  .resources_directory #data-container-resources {
    position: relative;
    z-index: 10; }
  .resources_directory .row-directory {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start; }
    @media (max-width: 575.98px) {
      .resources_directory .row-directory {
        padding-top: 0; } }
    .resources_directory .row-directory .single-resource {
      cursor: pointer;
      margin: 0px;
      max-width: 100%;
      position: relative;
      text-decoration: none;
      transition: background-color 0.2s ease;
      margin-bottom: 25px;
      display: block;
      width: 100%; }
      .resources_directory .row-directory .single-resource:last-child {
        margin-bottom: 0; }
      .resources_directory .row-directory .single-resource:hover, .resources_directory .row-directory .single-resource:focus, .resources_directory .row-directory .single-resource:active {
        text-decoration: none !important; }
    .resources_directory .row-directory .card {
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0);
      width: 100%; }
      .resources_directory .row-directory .card:hover, .resources_directory .row-directory .card:focus, .resources_directory .row-directory .card:active {
        box-shadow: 3px 3px 9px 0 rgba(0, 0, 0, 0.16);
        background-color: #fff5dd; }
      @media (min-width: 1200px) {
        .resources_directory .row-directory .card {
          display: table; } }
    @media (min-width: 576px) and (max-width: 1199px) {
      .resources_directory .row-directory .img-wrap {
        height: 450px; } }
    .resources_directory .row-directory .img-wrap img {
      height: 100%; }
    @media (min-width: 1200px) {
      .resources_directory .row-directory .img-wrap {
        display: table-cell;
        width: 315px; } }
    .resources_directory .row-directory .card-body {
      order: 2; }
      @media (min-width: 1200px) {
        .resources_directory .row-directory .card-body {
          padding: 44px 56px; } }
    .resources_directory .row-directory .category {
      font-size: 14px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.71;
      letter-spacing: normal;
      color: #e1016c;
      text-transform: uppercase;
      margin-bottom: 14px; }
    .resources_directory .row-directory .card-title {
      font-family: "Montserrat", sans-serif !important;
      font-size: 22px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.18;
      letter-spacing: normal;
      color: #000000;
      margin-bottom: 13px; }
    .resources_directory .row-directory .author {
      font-size: 14px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.71;
      letter-spacing: normal;
      color: #000000; }
    .resources_directory .row-directory .card-text {
      margin-top: 27px; }
      .resources_directory .row-directory .card-text p {
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.53;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        margin: 0; }
    .resources_directory .row-directory .link {
      margin-top: 27px; }
    .resources_directory .row-directory .container-paginator {
      margin-top: 60px; }
  .resources_directory .container-paginator {
    max-width: 100%;
    padding: 10px 0;
    width: 100%;
    border-radius: 0;
    box-shadow: none; }
  .resources_directory .pagination {
    align-items: center;
    width: 100%; }
    @media (max-width: 991.98px) {
      .resources_directory .pagination {
        justify-content: center;
        flex-wrap: wrap; } }
    @media (max-width: 767.98px) {
      .resources_directory .pagination {
        padding: 0 10px !important; } }
    .resources_directory .pagination .page-numbers.next span,
    .resources_directory .pagination .page-numbers.prev span {
      display: none; }
    .resources_directory .pagination .prev.page-numbers::after,
    .resources_directory .pagination .next.page-numbers::after {
      font-family: "Open Sans", sans-serif !important;
      font-size: 16px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.13;
      letter-spacing: normal;
      color: #232021;
      display: inline-block;
      text-transform: none; }
    .resources_directory .pagination .prev.page-numbers::after {
      content: "Prev"; }
    .resources_directory .pagination .next.page-numbers::after {
      content: "Next"; }
    .resources_directory .pagination .page-numbers.current,
    .resources_directory .pagination .current {
      position: relative;
      color: #ffffff !important;
      z-index: 0; }
      .resources_directory .pagination .page-numbers.current::before,
      .resources_directory .pagination .current::before {
        content: "";
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #e1016c;
        border-radius: 50%;
        height: 42px;
        left: 50%;
        position: absolute;
        top: 50%;
        width: 42px;
        z-index: -1; }
    .resources_directory .pagination .pagination,
    .resources_directory .pagination .page-numbers,
    .resources_directory .pagination .pagination.current,
    .resources_directory .pagination .nav-links > a,
    .resources_directory .pagination .page {
      font-family: "Open Sans", sans-serif !important;
      background: transparent;
      border: none !important;
      font-size: 16px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.38;
      letter-spacing: normal;
      color: #232021;
      margin: 15px 25px;
      text-align: center;
      text-decoration: none !important;
      transition: all 0.4s ease; }
      .resources_directory .pagination .pagination:hover,
      .resources_directory .pagination .page-numbers:hover,
      .resources_directory .pagination .pagination.current:hover,
      .resources_directory .pagination .nav-links > a:hover,
      .resources_directory .pagination .page:hover {
        text-decoration: none; }
      .resources_directory .pagination .pagination.prev, .resources_directory .pagination .pagination.next,
      .resources_directory .pagination .page-numbers.prev,
      .resources_directory .pagination .page-numbers.next,
      .resources_directory .pagination .pagination.current.prev,
      .resources_directory .pagination .pagination.current.next,
      .resources_directory .pagination .nav-links > a.prev,
      .resources_directory .pagination .nav-links > a.next,
      .resources_directory .pagination .page.prev,
      .resources_directory .pagination .page.next {
        border-bottom: 0 solid transparent !important;
        border: none;
        font-size: 0 !important;
        font-stretch: normal;
        font-style: normal;
        font-weight: normal;
        letter-spacing: normal;
        line-height: 1 !important;
        margin: 0;
        padding: 0;
        position: relative;
        text-align: center; }
        .resources_directory .pagination .pagination.prev span, .resources_directory .pagination .pagination.next span,
        .resources_directory .pagination .page-numbers.prev span,
        .resources_directory .pagination .page-numbers.next span,
        .resources_directory .pagination .pagination.current.prev span,
        .resources_directory .pagination .pagination.current.next span,
        .resources_directory .pagination .nav-links > a.prev span,
        .resources_directory .pagination .nav-links > a.next span,
        .resources_directory .pagination .page.prev span,
        .resources_directory .pagination .page.next span {
          font-size: 0 !important; }
          .resources_directory .pagination .pagination.prev span::after, .resources_directory .pagination .pagination.next span::after,
          .resources_directory .pagination .page-numbers.prev span::after,
          .resources_directory .pagination .page-numbers.next span::after,
          .resources_directory .pagination .pagination.current.prev span::after,
          .resources_directory .pagination .pagination.current.next span::after,
          .resources_directory .pagination .nav-links > a.prev span::after,
          .resources_directory .pagination .nav-links > a.next span::after,
          .resources_directory .pagination .page.prev span::after,
          .resources_directory .pagination .page.next span::after {
            font-family: "Open Sans", sans-serif !important;
            color: #d8d8d8;
            display: inline-block;
            font-size: 15px;
            font-stretch: normal;
            font-style: normal;
            font-weight: normal;
            letter-spacing: normal;
            line-height: 1;
            text-align: center;
            text-transform: uppercase;
            width: 40px; }
        .resources_directory .pagination .pagination.prev::before, .resources_directory .pagination .pagination.next::before,
        .resources_directory .pagination .page-numbers.prev::before,
        .resources_directory .pagination .page-numbers.next::before,
        .resources_directory .pagination .pagination.current.prev::before,
        .resources_directory .pagination .pagination.current.next::before,
        .resources_directory .pagination .nav-links > a.prev::before,
        .resources_directory .pagination .nav-links > a.next::before,
        .resources_directory .pagination .page.prev::before,
        .resources_directory .pagination .page.next::before {
          content: "";
          background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12.001' height='9' viewBox='0 0 12.001 9'%3e%3cpath stroke='%23232021' stroke-miterlimit='10' d='M11 4a.536.536 0 0 0-.1-.276L7.843.145a.39.39 0 0 0-.578-.034.422.422 0 0 0-.034.589L9.7 3.579H.407a.421.421 0 0 0 0 .842H9.7L7.231 7.3a.417.417 0 0 0 .053.591.374.374 0 0 0 .558-.038L10.9 4.276A.422.422 0 0 0 11 4z' transform='translate(.5 .5)'/%3e%3c/svg%3e ");
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          width: 11px;
          height: 8px;
          position: absolute;
          display: block;
          top: 5px;
          right: 0; }
        .resources_directory .pagination .pagination.prev:hover::before, .resources_directory .pagination .pagination.next:hover::before,
        .resources_directory .pagination .page-numbers.prev:hover::before,
        .resources_directory .pagination .page-numbers.next:hover::before,
        .resources_directory .pagination .pagination.current.prev:hover::before,
        .resources_directory .pagination .pagination.current.next:hover::before,
        .resources_directory .pagination .nav-links > a.prev:hover::before,
        .resources_directory .pagination .nav-links > a.next:hover::before,
        .resources_directory .pagination .page.prev:hover::before,
        .resources_directory .pagination .page.next:hover::before {
          color: #3ba99f; }
      .resources_directory .pagination .pagination.prev,
      .resources_directory .pagination .page-numbers.prev,
      .resources_directory .pagination .pagination.current.prev,
      .resources_directory .pagination .nav-links > a.prev,
      .resources_directory .pagination .page.prev {
        padding-left: 20px; }
        .resources_directory .pagination .pagination.prev span::after,
        .resources_directory .pagination .page-numbers.prev span::after,
        .resources_directory .pagination .pagination.current.prev span::after,
        .resources_directory .pagination .nav-links > a.prev span::after,
        .resources_directory .pagination .page.prev span::after {
          content: "Prev"; }
        .resources_directory .pagination .pagination.prev::before,
        .resources_directory .pagination .page-numbers.prev::before,
        .resources_directory .pagination .pagination.current.prev::before,
        .resources_directory .pagination .nav-links > a.prev::before,
        .resources_directory .pagination .page.prev::before {
          left: 0;
          right: auto;
          transform: scaleX(-1); }
      .resources_directory .pagination .pagination.next,
      .resources_directory .pagination .page-numbers.next,
      .resources_directory .pagination .pagination.current.next,
      .resources_directory .pagination .nav-links > a.next,
      .resources_directory .pagination .page.next {
        margin-left: auto;
        padding-right: 20px; }
        .resources_directory .pagination .pagination.next span::after,
        .resources_directory .pagination .page-numbers.next span::after,
        .resources_directory .pagination .pagination.current.next span::after,
        .resources_directory .pagination .nav-links > a.next span::after,
        .resources_directory .pagination .page.next span::after {
          content: "Next"; }
      .resources_directory .pagination .pagination.current,
      .resources_directory .pagination .page-numbers.current,
      .resources_directory .pagination .pagination.current.current,
      .resources_directory .pagination .nav-links > a.current,
      .resources_directory .pagination .page.current {
        color: #ffffff !important; }

.custom-colmns-block {
  position: relative; }
  .custom-colmns-block .column-box {
    display: flex;
    flex-direction: column;
    height: 100%; }
  .custom-colmns-block .link {
    margin-top: auto; }

.interior-page #accordionBlock .card, .interior-page .elevation-accordion .card, .interior-page .accordion .card {
  border-radius: 0 !important;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.14);
  margin-bottom: 14px;
  border: none;
  /*.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 !important;
      font-size: 26px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.22;
      letter-spacing: -0px;
      color: #0a3cab; }
      .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;
        font-weight: inherit;
        margin: 0 !important;
        padding: 1.25rem 50px 1.25rem 1.25rem;
        padding-left: 44px;
        position: relative;
        text-align: left;
        width: 100%;
        white-space: normal !important;
        box-shadow: none !important;
        outline: none;
        border-radius: 0; }
        .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";
          color: #0a3cab; }
        .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"; }
        .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: #959595;
          display: inline-block;
          font-size: 10px;
          line-height: 1;
          margin-right: 18px;
          position: absolute;
          right: 0;
          top: calc(50% - 5px); }
        .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: #232021;
    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 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 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 span, .interior-page .accordion .card .collapse .card-body strong, .interior-page .accordion .card .collapse .card-body em {
      color: #232021; }
  .interior-page #accordionBlock .card .collapse.show, .interior-page .elevation-accordion .card .collapse.show, .interior-page .accordion .card .collapse.show {
    margin-top: -2px; }
    .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;
      padding-top: 0;
      padding-left: 44px;
      padding-right: 86px;
      padding-bottom: 1.25rem; }
  .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, rgba(156, 218, 164, 0), rgba(156, 218, 164, 0)) !important;
  border-radius: 2 !important;
  border: none !important;
  border-bottom: 1px solid #979797 !important;
  font-size: 15px !important;
  font-weight: normal !important;
  max-width: 100% !important; }
  @media (min-width: 1200px) {
    .filter-category div.ajaxsearchpro, .filter-category .ajaxsearchpro, .filter-wrap div.ajaxsearchpro, .filter-wrap .ajaxsearchpro {
      width: 357px !important; } }
  .filter-category div.ajaxsearchpro.vertical, .filter-category .ajaxsearchpro.vertical, .filter-wrap div.ajaxsearchpro.vertical, .filter-wrap .ajaxsearchpro.vertical {
    background-color: black !important; }
  .filter-category div.ajaxsearchpro .probox, .filter-category .ajaxsearchpro .probox, .filter-wrap div.ajaxsearchpro .probox, .filter-wrap .ajaxsearchpro .probox {
    height: 40px !important;
    background: transparent !important;
    border-radius: 2px !important;
    box-shadow: none !important;
    border-color: black !important; }
    .filter-category div.ajaxsearchpro .probox .promagnifier, .filter-category .ajaxsearchpro .probox .promagnifier, .filter-wrap div.ajaxsearchpro .probox .promagnifier, .filter-wrap .ajaxsearchpro .probox .promagnifier {
      background: transparent !important;
      border: none !important;
      box-shadow: none !important;
      width: 50px !important;
      height: 40px !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: 40px !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: #b5b4b3;
          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: #b5b4b3 !important; }
    .filter-category div.ajaxsearchpro .probox .proinput, .filter-category .ajaxsearchpro .probox .proinput, .filter-wrap div.ajaxsearchpro .probox .proinput, .filter-wrap .ajaxsearchpro .probox .proinput {
      background: transparent !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: 2px !important;
        box-shadow: none !important;
        color: rgba(181, 180, 179, 0.74) !important;
        font-family: "Open Sans", sans-serif !important;
        font-size: 15px !important;
        font-weight: 400 !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(181, 180, 179, 0.74) !important;
          font-family: "Open Sans", sans-serif !important;
          font-size: 15px !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: 15px !important;
        height: 37px !important;
        left: 16px;
        top: 3px;
        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: #b5b4b3 !important;
          font-size: 15px !important;
          opacity: 1 !important;
          font-weight: 400 !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: #b5b4b3 !important;
          font-size: 15px !important;
          opacity: 1 !important;
          font-weight: 400 !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: #b5b4b3 !important;
          font-size: 15px !important;
          opacity: 1 !important;
          font-weight: 400 !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(181, 180, 179, 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: 400 !important; }
.filter-category #ajaxsearchpro1_1, .filter-category #ajaxsearchpro1_2, .filter-category div.asp_m.asp_m_1, .filter-wrap #ajaxsearchpro1_1, .filter-wrap #ajaxsearchpro1_2, .filter-wrap div.asp_m.asp_m_1 {
  background: transparent !important; }

/*search result ajax pro*/
div[id^="ajaxsearchprores"].vertical, div[class^="asp_r_"].vertical {
  background: #b5b4b3 !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: #b5b4b3 !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: #0a3cab !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"], .pmpro_form .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, #loginform .pmpro_lost_password-field, #loginform .pmpro_lost_password-field-user_login,
#loginform .pmpro_member_profile_edit-field, #loginform .pmpro_member_profile_edit-field-, #loginform .first_name,
#loginform .pmpro_change_password-field,
#loginform .pmpro_checkout-field, #loginform .pmpro_checkout-field-username, .pmpro_form .login-username, .pmpro_form .login-password, .pmpro_form .pmpro_lost_password-field, .pmpro_form .pmpro_lost_password-field, .pmpro_form .pmpro_lost_password-field-user_login,
.pmpro_form .pmpro_member_profile_edit-field, .pmpro_form .pmpro_member_profile_edit-field-, .pmpro_form .first_name,
.pmpro_form .pmpro_change_password-field,
.pmpro_form .pmpro_checkout-field, .pmpro_form .pmpro_checkout-field-username {
  margin-bottom: 10px !important; }
  #loginform .login-username label, #loginform .login-password label, #loginform .pmpro_lost_password-field label, #loginform .pmpro_lost_password-field label, #loginform .pmpro_lost_password-field-user_login label,
  #loginform .pmpro_member_profile_edit-field label, #loginform .pmpro_member_profile_edit-field- label, #loginform .first_name label,
  #loginform .pmpro_change_password-field label,
  #loginform .pmpro_checkout-field label, #loginform .pmpro_checkout-field-username label, .pmpro_form .login-username label, .pmpro_form .login-password label, .pmpro_form .pmpro_lost_password-field label, .pmpro_form .pmpro_lost_password-field label, .pmpro_form .pmpro_lost_password-field-user_login label,
  .pmpro_form .pmpro_member_profile_edit-field label, .pmpro_form .pmpro_member_profile_edit-field- label, .pmpro_form .first_name label,
  .pmpro_form .pmpro_change_password-field label,
  .pmpro_form .pmpro_checkout-field label, .pmpro_form .pmpro_checkout-field-username label {
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px !important;
    font-weight: bold !important;
    margin: 0 !important;
    color: #232021 !important; }
  #loginform .login-username input:not([type="submit"]), #loginform .login-username textarea, #loginform .login-username select, #loginform .login-password input:not([type="submit"]), #loginform .login-password textarea, #loginform .login-password select, #loginform .pmpro_lost_password-field input:not([type="submit"]), #loginform .pmpro_lost_password-field textarea, #loginform .pmpro_lost_password-field select, #loginform .pmpro_lost_password-field input:not([type="submit"]), #loginform .pmpro_lost_password-field textarea, #loginform .pmpro_lost_password-field select, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]), #loginform .pmpro_lost_password-field-user_login textarea, #loginform .pmpro_lost_password-field-user_login select,
  #loginform .pmpro_member_profile_edit-field input:not([type="submit"]),
  #loginform .pmpro_member_profile_edit-field textarea,
  #loginform .pmpro_member_profile_edit-field select, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]), #loginform .pmpro_member_profile_edit-field- textarea, #loginform .pmpro_member_profile_edit-field- select, #loginform .first_name input:not([type="submit"]), #loginform .first_name textarea, #loginform .first_name select,
  #loginform .pmpro_change_password-field input:not([type="submit"]),
  #loginform .pmpro_change_password-field textarea,
  #loginform .pmpro_change_password-field select,
  #loginform .pmpro_checkout-field input:not([type="submit"]),
  #loginform .pmpro_checkout-field textarea,
  #loginform .pmpro_checkout-field select, #loginform .pmpro_checkout-field-username input:not([type="submit"]), #loginform .pmpro_checkout-field-username textarea, #loginform .pmpro_checkout-field-username select, .pmpro_form .login-username input:not([type="submit"]), .pmpro_form .login-username textarea, .pmpro_form .login-username select, .pmpro_form .login-password input:not([type="submit"]), .pmpro_form .login-password textarea, .pmpro_form .login-password select, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]), .pmpro_form .pmpro_lost_password-field textarea, .pmpro_form .pmpro_lost_password-field select, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]), .pmpro_form .pmpro_lost_password-field textarea, .pmpro_form .pmpro_lost_password-field select, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]), .pmpro_form .pmpro_lost_password-field-user_login textarea, .pmpro_form .pmpro_lost_password-field-user_login select,
  .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]),
  .pmpro_form .pmpro_member_profile_edit-field textarea,
  .pmpro_form .pmpro_member_profile_edit-field select, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]), .pmpro_form .pmpro_member_profile_edit-field- textarea, .pmpro_form .pmpro_member_profile_edit-field- select, .pmpro_form .first_name input:not([type="submit"]), .pmpro_form .first_name textarea, .pmpro_form .first_name select,
  .pmpro_form .pmpro_change_password-field input:not([type="submit"]),
  .pmpro_form .pmpro_change_password-field textarea,
  .pmpro_form .pmpro_change_password-field select,
  .pmpro_form .pmpro_checkout-field input:not([type="submit"]),
  .pmpro_form .pmpro_checkout-field textarea,
  .pmpro_form .pmpro_checkout-field select, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]), .pmpro_form .pmpro_checkout-field-username textarea, .pmpro_form .pmpro_checkout-field-username select {
    font-family: "Open Sans", sans-serif !important;
    background: #ffffff;
    border-radius: 0;
    border: 2px solid #d8d8d8;
    box-shadow: none;
    color: black;
    font-size: 13px !important;
    font-weight: bold;
    min-height: 40px;
    padding: 10px 15px !important;
    /* firefox 19+ */
    /* ie */ }
    #loginform .login-username input:not([type="submit"])::-webkit-input-placeholder, #loginform .login-username textarea::-webkit-input-placeholder, #loginform .login-username select::-webkit-input-placeholder, #loginform .login-password input:not([type="submit"])::-webkit-input-placeholder, #loginform .login-password textarea::-webkit-input-placeholder, #loginform .login-password select::-webkit-input-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"])::-webkit-input-placeholder, #loginform .pmpro_lost_password-field textarea::-webkit-input-placeholder, #loginform .pmpro_lost_password-field select::-webkit-input-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"])::-webkit-input-placeholder, #loginform .pmpro_lost_password-field textarea::-webkit-input-placeholder, #loginform .pmpro_lost_password-field select::-webkit-input-placeholder, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"])::-webkit-input-placeholder, #loginform .pmpro_lost_password-field-user_login textarea::-webkit-input-placeholder, #loginform .pmpro_lost_password-field-user_login select::-webkit-input-placeholder,
    #loginform .pmpro_member_profile_edit-field input:not([type="submit"])::-webkit-input-placeholder,
    #loginform .pmpro_member_profile_edit-field textarea::-webkit-input-placeholder,
    #loginform .pmpro_member_profile_edit-field select::-webkit-input-placeholder, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"])::-webkit-input-placeholder, #loginform .pmpro_member_profile_edit-field- textarea::-webkit-input-placeholder, #loginform .pmpro_member_profile_edit-field- select::-webkit-input-placeholder, #loginform .first_name input:not([type="submit"])::-webkit-input-placeholder, #loginform .first_name textarea::-webkit-input-placeholder, #loginform .first_name select::-webkit-input-placeholder,
    #loginform .pmpro_change_password-field input:not([type="submit"])::-webkit-input-placeholder,
    #loginform .pmpro_change_password-field textarea::-webkit-input-placeholder,
    #loginform .pmpro_change_password-field select::-webkit-input-placeholder,
    #loginform .pmpro_checkout-field input:not([type="submit"])::-webkit-input-placeholder,
    #loginform .pmpro_checkout-field textarea::-webkit-input-placeholder,
    #loginform .pmpro_checkout-field select::-webkit-input-placeholder, #loginform .pmpro_checkout-field-username input:not([type="submit"])::-webkit-input-placeholder, #loginform .pmpro_checkout-field-username textarea::-webkit-input-placeholder, #loginform .pmpro_checkout-field-username select::-webkit-input-placeholder, .pmpro_form .login-username input:not([type="submit"])::-webkit-input-placeholder, .pmpro_form .login-username textarea::-webkit-input-placeholder, .pmpro_form .login-username select::-webkit-input-placeholder, .pmpro_form .login-password input:not([type="submit"])::-webkit-input-placeholder, .pmpro_form .login-password textarea::-webkit-input-placeholder, .pmpro_form .login-password select::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"])::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field textarea::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field select::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"])::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field textarea::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field select::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"])::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login textarea::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login select::-webkit-input-placeholder,
    .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"])::-webkit-input-placeholder,
    .pmpro_form .pmpro_member_profile_edit-field textarea::-webkit-input-placeholder,
    .pmpro_form .pmpro_member_profile_edit-field select::-webkit-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"])::-webkit-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- textarea::-webkit-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- select::-webkit-input-placeholder, .pmpro_form .first_name input:not([type="submit"])::-webkit-input-placeholder, .pmpro_form .first_name textarea::-webkit-input-placeholder, .pmpro_form .first_name select::-webkit-input-placeholder,
    .pmpro_form .pmpro_change_password-field input:not([type="submit"])::-webkit-input-placeholder,
    .pmpro_form .pmpro_change_password-field textarea::-webkit-input-placeholder,
    .pmpro_form .pmpro_change_password-field select::-webkit-input-placeholder,
    .pmpro_form .pmpro_checkout-field input:not([type="submit"])::-webkit-input-placeholder,
    .pmpro_form .pmpro_checkout-field textarea::-webkit-input-placeholder,
    .pmpro_form .pmpro_checkout-field select::-webkit-input-placeholder, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"])::-webkit-input-placeholder, .pmpro_form .pmpro_checkout-field-username textarea::-webkit-input-placeholder, .pmpro_form .pmpro_checkout-field-username select::-webkit-input-placeholder {
      color: rgba(58, 59, 75, 0.5);
      opacity: 1; }
    #loginform .login-username input:not([type="submit"])::-moz-placeholder, #loginform .login-username textarea::-moz-placeholder, #loginform .login-username select::-moz-placeholder, #loginform .login-password input:not([type="submit"])::-moz-placeholder, #loginform .login-password textarea::-moz-placeholder, #loginform .login-password select::-moz-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"])::-moz-placeholder, #loginform .pmpro_lost_password-field textarea::-moz-placeholder, #loginform .pmpro_lost_password-field select::-moz-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"])::-moz-placeholder, #loginform .pmpro_lost_password-field textarea::-moz-placeholder, #loginform .pmpro_lost_password-field select::-moz-placeholder, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"])::-moz-placeholder, #loginform .pmpro_lost_password-field-user_login textarea::-moz-placeholder, #loginform .pmpro_lost_password-field-user_login select::-moz-placeholder,
    #loginform .pmpro_member_profile_edit-field input:not([type="submit"])::-moz-placeholder,
    #loginform .pmpro_member_profile_edit-field textarea::-moz-placeholder,
    #loginform .pmpro_member_profile_edit-field select::-moz-placeholder, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"])::-moz-placeholder, #loginform .pmpro_member_profile_edit-field- textarea::-moz-placeholder, #loginform .pmpro_member_profile_edit-field- select::-moz-placeholder, #loginform .first_name input:not([type="submit"])::-moz-placeholder, #loginform .first_name textarea::-moz-placeholder, #loginform .first_name select::-moz-placeholder,
    #loginform .pmpro_change_password-field input:not([type="submit"])::-moz-placeholder,
    #loginform .pmpro_change_password-field textarea::-moz-placeholder,
    #loginform .pmpro_change_password-field select::-moz-placeholder,
    #loginform .pmpro_checkout-field input:not([type="submit"])::-moz-placeholder,
    #loginform .pmpro_checkout-field textarea::-moz-placeholder,
    #loginform .pmpro_checkout-field select::-moz-placeholder, #loginform .pmpro_checkout-field-username input:not([type="submit"])::-moz-placeholder, #loginform .pmpro_checkout-field-username textarea::-moz-placeholder, #loginform .pmpro_checkout-field-username select::-moz-placeholder, .pmpro_form .login-username input:not([type="submit"])::-moz-placeholder, .pmpro_form .login-username textarea::-moz-placeholder, .pmpro_form .login-username select::-moz-placeholder, .pmpro_form .login-password input:not([type="submit"])::-moz-placeholder, .pmpro_form .login-password textarea::-moz-placeholder, .pmpro_form .login-password select::-moz-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"])::-moz-placeholder, .pmpro_form .pmpro_lost_password-field textarea::-moz-placeholder, .pmpro_form .pmpro_lost_password-field select::-moz-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"])::-moz-placeholder, .pmpro_form .pmpro_lost_password-field textarea::-moz-placeholder, .pmpro_form .pmpro_lost_password-field select::-moz-placeholder, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"])::-moz-placeholder, .pmpro_form .pmpro_lost_password-field-user_login textarea::-moz-placeholder, .pmpro_form .pmpro_lost_password-field-user_login select::-moz-placeholder,
    .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"])::-moz-placeholder,
    .pmpro_form .pmpro_member_profile_edit-field textarea::-moz-placeholder,
    .pmpro_form .pmpro_member_profile_edit-field select::-moz-placeholder, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"])::-moz-placeholder, .pmpro_form .pmpro_member_profile_edit-field- textarea::-moz-placeholder, .pmpro_form .pmpro_member_profile_edit-field- select::-moz-placeholder, .pmpro_form .first_name input:not([type="submit"])::-moz-placeholder, .pmpro_form .first_name textarea::-moz-placeholder, .pmpro_form .first_name select::-moz-placeholder,
    .pmpro_form .pmpro_change_password-field input:not([type="submit"])::-moz-placeholder,
    .pmpro_form .pmpro_change_password-field textarea::-moz-placeholder,
    .pmpro_form .pmpro_change_password-field select::-moz-placeholder,
    .pmpro_form .pmpro_checkout-field input:not([type="submit"])::-moz-placeholder,
    .pmpro_form .pmpro_checkout-field textarea::-moz-placeholder,
    .pmpro_form .pmpro_checkout-field select::-moz-placeholder, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"])::-moz-placeholder, .pmpro_form .pmpro_checkout-field-username textarea::-moz-placeholder, .pmpro_form .pmpro_checkout-field-username select::-moz-placeholder {
      color: rgba(58, 59, 75, 0.5);
      opacity: 1; }
    #loginform .login-username input:not([type="submit"]):-ms-input-placeholder, #loginform .login-username textarea:-ms-input-placeholder, #loginform .login-username select:-ms-input-placeholder, #loginform .login-password input:not([type="submit"]):-ms-input-placeholder, #loginform .login-password textarea:-ms-input-placeholder, #loginform .login-password select:-ms-input-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"]):-ms-input-placeholder, #loginform .pmpro_lost_password-field textarea:-ms-input-placeholder, #loginform .pmpro_lost_password-field select:-ms-input-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"]):-ms-input-placeholder, #loginform .pmpro_lost_password-field textarea:-ms-input-placeholder, #loginform .pmpro_lost_password-field select:-ms-input-placeholder, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):-ms-input-placeholder, #loginform .pmpro_lost_password-field-user_login textarea:-ms-input-placeholder, #loginform .pmpro_lost_password-field-user_login select:-ms-input-placeholder,
    #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):-ms-input-placeholder,
    #loginform .pmpro_member_profile_edit-field textarea:-ms-input-placeholder,
    #loginform .pmpro_member_profile_edit-field select:-ms-input-placeholder, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):-ms-input-placeholder, #loginform .pmpro_member_profile_edit-field- textarea:-ms-input-placeholder, #loginform .pmpro_member_profile_edit-field- select:-ms-input-placeholder, #loginform .first_name input:not([type="submit"]):-ms-input-placeholder, #loginform .first_name textarea:-ms-input-placeholder, #loginform .first_name select:-ms-input-placeholder,
    #loginform .pmpro_change_password-field input:not([type="submit"]):-ms-input-placeholder,
    #loginform .pmpro_change_password-field textarea:-ms-input-placeholder,
    #loginform .pmpro_change_password-field select:-ms-input-placeholder,
    #loginform .pmpro_checkout-field input:not([type="submit"]):-ms-input-placeholder,
    #loginform .pmpro_checkout-field textarea:-ms-input-placeholder,
    #loginform .pmpro_checkout-field select:-ms-input-placeholder, #loginform .pmpro_checkout-field-username input:not([type="submit"]):-ms-input-placeholder, #loginform .pmpro_checkout-field-username textarea:-ms-input-placeholder, #loginform .pmpro_checkout-field-username select:-ms-input-placeholder, .pmpro_form .login-username input:not([type="submit"]):-ms-input-placeholder, .pmpro_form .login-username textarea:-ms-input-placeholder, .pmpro_form .login-username select:-ms-input-placeholder, .pmpro_form .login-password input:not([type="submit"]):-ms-input-placeholder, .pmpro_form .login-password textarea:-ms-input-placeholder, .pmpro_form .login-password select:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field textarea:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field select:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field textarea:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field select:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login textarea:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login select:-ms-input-placeholder,
    .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):-ms-input-placeholder,
    .pmpro_form .pmpro_member_profile_edit-field textarea:-ms-input-placeholder,
    .pmpro_form .pmpro_member_profile_edit-field select:-ms-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):-ms-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- textarea:-ms-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- select:-ms-input-placeholder, .pmpro_form .first_name input:not([type="submit"]):-ms-input-placeholder, .pmpro_form .first_name textarea:-ms-input-placeholder, .pmpro_form .first_name select:-ms-input-placeholder,
    .pmpro_form .pmpro_change_password-field input:not([type="submit"]):-ms-input-placeholder,
    .pmpro_form .pmpro_change_password-field textarea:-ms-input-placeholder,
    .pmpro_form .pmpro_change_password-field select:-ms-input-placeholder,
    .pmpro_form .pmpro_checkout-field input:not([type="submit"]):-ms-input-placeholder,
    .pmpro_form .pmpro_checkout-field textarea:-ms-input-placeholder,
    .pmpro_form .pmpro_checkout-field select:-ms-input-placeholder, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):-ms-input-placeholder, .pmpro_form .pmpro_checkout-field-username textarea:-ms-input-placeholder, .pmpro_form .pmpro_checkout-field-username select:-ms-input-placeholder {
      color: rgba(58, 59, 75, 0.5);
      opacity: 1; }
    #loginform .login-username input:not([type="submit"]):active, #loginform .login-username input:not([type="submit"]):focus, #loginform .login-username textarea:active, #loginform .login-username textarea:focus, #loginform .login-username select:active, #loginform .login-username select:focus, #loginform .login-password input:not([type="submit"]):active, #loginform .login-password input:not([type="submit"]):focus, #loginform .login-password textarea:active, #loginform .login-password textarea:focus, #loginform .login-password select:active, #loginform .login-password select:focus, #loginform .pmpro_lost_password-field input:not([type="submit"]):active, #loginform .pmpro_lost_password-field input:not([type="submit"]):focus, #loginform .pmpro_lost_password-field textarea:active, #loginform .pmpro_lost_password-field textarea:focus, #loginform .pmpro_lost_password-field select:active, #loginform .pmpro_lost_password-field select:focus, #loginform .pmpro_lost_password-field input:not([type="submit"]):active, #loginform .pmpro_lost_password-field input:not([type="submit"]):focus, #loginform .pmpro_lost_password-field textarea:active, #loginform .pmpro_lost_password-field textarea:focus, #loginform .pmpro_lost_password-field select:active, #loginform .pmpro_lost_password-field select:focus, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):active, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):focus, #loginform .pmpro_lost_password-field-user_login textarea:active, #loginform .pmpro_lost_password-field-user_login textarea:focus, #loginform .pmpro_lost_password-field-user_login select:active, #loginform .pmpro_lost_password-field-user_login select:focus,
    #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):active,
    #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):focus,
    #loginform .pmpro_member_profile_edit-field textarea:active,
    #loginform .pmpro_member_profile_edit-field textarea:focus,
    #loginform .pmpro_member_profile_edit-field select:active,
    #loginform .pmpro_member_profile_edit-field select:focus, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):active, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):focus, #loginform .pmpro_member_profile_edit-field- textarea:active, #loginform .pmpro_member_profile_edit-field- textarea:focus, #loginform .pmpro_member_profile_edit-field- select:active, #loginform .pmpro_member_profile_edit-field- select:focus, #loginform .first_name input:not([type="submit"]):active, #loginform .first_name input:not([type="submit"]):focus, #loginform .first_name textarea:active, #loginform .first_name textarea:focus, #loginform .first_name select:active, #loginform .first_name select:focus,
    #loginform .pmpro_change_password-field input:not([type="submit"]):active,
    #loginform .pmpro_change_password-field input:not([type="submit"]):focus,
    #loginform .pmpro_change_password-field textarea:active,
    #loginform .pmpro_change_password-field textarea:focus,
    #loginform .pmpro_change_password-field select:active,
    #loginform .pmpro_change_password-field select:focus,
    #loginform .pmpro_checkout-field input:not([type="submit"]):active,
    #loginform .pmpro_checkout-field input:not([type="submit"]):focus,
    #loginform .pmpro_checkout-field textarea:active,
    #loginform .pmpro_checkout-field textarea:focus,
    #loginform .pmpro_checkout-field select:active,
    #loginform .pmpro_checkout-field select:focus, #loginform .pmpro_checkout-field-username input:not([type="submit"]):active, #loginform .pmpro_checkout-field-username input:not([type="submit"]):focus, #loginform .pmpro_checkout-field-username textarea:active, #loginform .pmpro_checkout-field-username textarea:focus, #loginform .pmpro_checkout-field-username select:active, #loginform .pmpro_checkout-field-username select:focus, .pmpro_form .login-username input:not([type="submit"]):active, .pmpro_form .login-username input:not([type="submit"]):focus, .pmpro_form .login-username textarea:active, .pmpro_form .login-username textarea:focus, .pmpro_form .login-username select:active, .pmpro_form .login-username select:focus, .pmpro_form .login-password input:not([type="submit"]):active, .pmpro_form .login-password input:not([type="submit"]):focus, .pmpro_form .login-password textarea:active, .pmpro_form .login-password textarea:focus, .pmpro_form .login-password select:active, .pmpro_form .login-password select:focus, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):active, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):focus, .pmpro_form .pmpro_lost_password-field textarea:active, .pmpro_form .pmpro_lost_password-field textarea:focus, .pmpro_form .pmpro_lost_password-field select:active, .pmpro_form .pmpro_lost_password-field select:focus, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):active, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):focus, .pmpro_form .pmpro_lost_password-field textarea:active, .pmpro_form .pmpro_lost_password-field textarea:focus, .pmpro_form .pmpro_lost_password-field select:active, .pmpro_form .pmpro_lost_password-field select:focus, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):active, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):focus, .pmpro_form .pmpro_lost_password-field-user_login textarea:active, .pmpro_form .pmpro_lost_password-field-user_login textarea:focus, .pmpro_form .pmpro_lost_password-field-user_login select:active, .pmpro_form .pmpro_lost_password-field-user_login select:focus,
    .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):active,
    .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):focus,
    .pmpro_form .pmpro_member_profile_edit-field textarea:active,
    .pmpro_form .pmpro_member_profile_edit-field textarea:focus,
    .pmpro_form .pmpro_member_profile_edit-field select:active,
    .pmpro_form .pmpro_member_profile_edit-field select:focus, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):active, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):focus, .pmpro_form .pmpro_member_profile_edit-field- textarea:active, .pmpro_form .pmpro_member_profile_edit-field- textarea:focus, .pmpro_form .pmpro_member_profile_edit-field- select:active, .pmpro_form .pmpro_member_profile_edit-field- select:focus, .pmpro_form .first_name input:not([type="submit"]):active, .pmpro_form .first_name input:not([type="submit"]):focus, .pmpro_form .first_name textarea:active, .pmpro_form .first_name textarea:focus, .pmpro_form .first_name select:active, .pmpro_form .first_name select:focus,
    .pmpro_form .pmpro_change_password-field input:not([type="submit"]):active,
    .pmpro_form .pmpro_change_password-field input:not([type="submit"]):focus,
    .pmpro_form .pmpro_change_password-field textarea:active,
    .pmpro_form .pmpro_change_password-field textarea:focus,
    .pmpro_form .pmpro_change_password-field select:active,
    .pmpro_form .pmpro_change_password-field select:focus,
    .pmpro_form .pmpro_checkout-field input:not([type="submit"]):active,
    .pmpro_form .pmpro_checkout-field input:not([type="submit"]):focus,
    .pmpro_form .pmpro_checkout-field textarea:active,
    .pmpro_form .pmpro_checkout-field textarea:focus,
    .pmpro_form .pmpro_checkout-field select:active,
    .pmpro_form .pmpro_checkout-field select:focus, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):active, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):focus, .pmpro_form .pmpro_checkout-field-username textarea:active, .pmpro_form .pmpro_checkout-field-username textarea:focus, .pmpro_form .pmpro_checkout-field-username select:active, .pmpro_form .pmpro_checkout-field-username select:focus {
      box-shadow: none;
      border-color: #3ba99f;
      outline: none;
      color: #3ba99f;
      /* firefox 19+ */
      /* ie */ }
      #loginform .login-username input:not([type="submit"]):active::-webkit-input-placeholder, #loginform .login-username input:not([type="submit"]):focus::-webkit-input-placeholder, #loginform .login-username textarea:active::-webkit-input-placeholder, #loginform .login-username textarea:focus::-webkit-input-placeholder, #loginform .login-username select:active::-webkit-input-placeholder, #loginform .login-username select:focus::-webkit-input-placeholder, #loginform .login-password input:not([type="submit"]):active::-webkit-input-placeholder, #loginform .login-password input:not([type="submit"]):focus::-webkit-input-placeholder, #loginform .login-password textarea:active::-webkit-input-placeholder, #loginform .login-password textarea:focus::-webkit-input-placeholder, #loginform .login-password select:active::-webkit-input-placeholder, #loginform .login-password select:focus::-webkit-input-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"]):active::-webkit-input-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"]):focus::-webkit-input-placeholder, #loginform .pmpro_lost_password-field textarea:active::-webkit-input-placeholder, #loginform .pmpro_lost_password-field textarea:focus::-webkit-input-placeholder, #loginform .pmpro_lost_password-field select:active::-webkit-input-placeholder, #loginform .pmpro_lost_password-field select:focus::-webkit-input-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"]):active::-webkit-input-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"]):focus::-webkit-input-placeholder, #loginform .pmpro_lost_password-field textarea:active::-webkit-input-placeholder, #loginform .pmpro_lost_password-field textarea:focus::-webkit-input-placeholder, #loginform .pmpro_lost_password-field select:active::-webkit-input-placeholder, #loginform .pmpro_lost_password-field select:focus::-webkit-input-placeholder, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):active::-webkit-input-placeholder, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):focus::-webkit-input-placeholder, #loginform .pmpro_lost_password-field-user_login textarea:active::-webkit-input-placeholder, #loginform .pmpro_lost_password-field-user_login textarea:focus::-webkit-input-placeholder, #loginform .pmpro_lost_password-field-user_login select:active::-webkit-input-placeholder, #loginform .pmpro_lost_password-field-user_login select:focus::-webkit-input-placeholder,
      #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):active::-webkit-input-placeholder,
      #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):focus::-webkit-input-placeholder,
      #loginform .pmpro_member_profile_edit-field textarea:active::-webkit-input-placeholder,
      #loginform .pmpro_member_profile_edit-field textarea:focus::-webkit-input-placeholder,
      #loginform .pmpro_member_profile_edit-field select:active::-webkit-input-placeholder,
      #loginform .pmpro_member_profile_edit-field select:focus::-webkit-input-placeholder, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):active::-webkit-input-placeholder, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):focus::-webkit-input-placeholder, #loginform .pmpro_member_profile_edit-field- textarea:active::-webkit-input-placeholder, #loginform .pmpro_member_profile_edit-field- textarea:focus::-webkit-input-placeholder, #loginform .pmpro_member_profile_edit-field- select:active::-webkit-input-placeholder, #loginform .pmpro_member_profile_edit-field- select:focus::-webkit-input-placeholder, #loginform .first_name input:not([type="submit"]):active::-webkit-input-placeholder, #loginform .first_name input:not([type="submit"]):focus::-webkit-input-placeholder, #loginform .first_name textarea:active::-webkit-input-placeholder, #loginform .first_name textarea:focus::-webkit-input-placeholder, #loginform .first_name select:active::-webkit-input-placeholder, #loginform .first_name select:focus::-webkit-input-placeholder,
      #loginform .pmpro_change_password-field input:not([type="submit"]):active::-webkit-input-placeholder,
      #loginform .pmpro_change_password-field input:not([type="submit"]):focus::-webkit-input-placeholder,
      #loginform .pmpro_change_password-field textarea:active::-webkit-input-placeholder,
      #loginform .pmpro_change_password-field textarea:focus::-webkit-input-placeholder,
      #loginform .pmpro_change_password-field select:active::-webkit-input-placeholder,
      #loginform .pmpro_change_password-field select:focus::-webkit-input-placeholder,
      #loginform .pmpro_checkout-field input:not([type="submit"]):active::-webkit-input-placeholder,
      #loginform .pmpro_checkout-field input:not([type="submit"]):focus::-webkit-input-placeholder,
      #loginform .pmpro_checkout-field textarea:active::-webkit-input-placeholder,
      #loginform .pmpro_checkout-field textarea:focus::-webkit-input-placeholder,
      #loginform .pmpro_checkout-field select:active::-webkit-input-placeholder,
      #loginform .pmpro_checkout-field select:focus::-webkit-input-placeholder, #loginform .pmpro_checkout-field-username input:not([type="submit"]):active::-webkit-input-placeholder, #loginform .pmpro_checkout-field-username input:not([type="submit"]):focus::-webkit-input-placeholder, #loginform .pmpro_checkout-field-username textarea:active::-webkit-input-placeholder, #loginform .pmpro_checkout-field-username textarea:focus::-webkit-input-placeholder, #loginform .pmpro_checkout-field-username select:active::-webkit-input-placeholder, #loginform .pmpro_checkout-field-username select:focus::-webkit-input-placeholder, .pmpro_form .login-username input:not([type="submit"]):active::-webkit-input-placeholder, .pmpro_form .login-username input:not([type="submit"]):focus::-webkit-input-placeholder, .pmpro_form .login-username textarea:active::-webkit-input-placeholder, .pmpro_form .login-username textarea:focus::-webkit-input-placeholder, .pmpro_form .login-username select:active::-webkit-input-placeholder, .pmpro_form .login-username select:focus::-webkit-input-placeholder, .pmpro_form .login-password input:not([type="submit"]):active::-webkit-input-placeholder, .pmpro_form .login-password input:not([type="submit"]):focus::-webkit-input-placeholder, .pmpro_form .login-password textarea:active::-webkit-input-placeholder, .pmpro_form .login-password textarea:focus::-webkit-input-placeholder, .pmpro_form .login-password select:active::-webkit-input-placeholder, .pmpro_form .login-password select:focus::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):active::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):focus::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field textarea:active::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field textarea:focus::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field select:active::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field select:focus::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):active::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):focus::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field textarea:active::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field textarea:focus::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field select:active::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field select:focus::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):active::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):focus::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login textarea:active::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login textarea:focus::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login select:active::-webkit-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login select:focus::-webkit-input-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):active::-webkit-input-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):focus::-webkit-input-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field textarea:active::-webkit-input-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field textarea:focus::-webkit-input-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field select:active::-webkit-input-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field select:focus::-webkit-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):active::-webkit-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):focus::-webkit-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- textarea:active::-webkit-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- textarea:focus::-webkit-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- select:active::-webkit-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- select:focus::-webkit-input-placeholder, .pmpro_form .first_name input:not([type="submit"]):active::-webkit-input-placeholder, .pmpro_form .first_name input:not([type="submit"]):focus::-webkit-input-placeholder, .pmpro_form .first_name textarea:active::-webkit-input-placeholder, .pmpro_form .first_name textarea:focus::-webkit-input-placeholder, .pmpro_form .first_name select:active::-webkit-input-placeholder, .pmpro_form .first_name select:focus::-webkit-input-placeholder,
      .pmpro_form .pmpro_change_password-field input:not([type="submit"]):active::-webkit-input-placeholder,
      .pmpro_form .pmpro_change_password-field input:not([type="submit"]):focus::-webkit-input-placeholder,
      .pmpro_form .pmpro_change_password-field textarea:active::-webkit-input-placeholder,
      .pmpro_form .pmpro_change_password-field textarea:focus::-webkit-input-placeholder,
      .pmpro_form .pmpro_change_password-field select:active::-webkit-input-placeholder,
      .pmpro_form .pmpro_change_password-field select:focus::-webkit-input-placeholder,
      .pmpro_form .pmpro_checkout-field input:not([type="submit"]):active::-webkit-input-placeholder,
      .pmpro_form .pmpro_checkout-field input:not([type="submit"]):focus::-webkit-input-placeholder,
      .pmpro_form .pmpro_checkout-field textarea:active::-webkit-input-placeholder,
      .pmpro_form .pmpro_checkout-field textarea:focus::-webkit-input-placeholder,
      .pmpro_form .pmpro_checkout-field select:active::-webkit-input-placeholder,
      .pmpro_form .pmpro_checkout-field select:focus::-webkit-input-placeholder, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):active::-webkit-input-placeholder, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):focus::-webkit-input-placeholder, .pmpro_form .pmpro_checkout-field-username textarea:active::-webkit-input-placeholder, .pmpro_form .pmpro_checkout-field-username textarea:focus::-webkit-input-placeholder, .pmpro_form .pmpro_checkout-field-username select:active::-webkit-input-placeholder, .pmpro_form .pmpro_checkout-field-username select:focus::-webkit-input-placeholder {
        color: #3ba99f;
        opacity: 1; }
      #loginform .login-username input:not([type="submit"]):active::-moz-placeholder, #loginform .login-username input:not([type="submit"]):focus::-moz-placeholder, #loginform .login-username textarea:active::-moz-placeholder, #loginform .login-username textarea:focus::-moz-placeholder, #loginform .login-username select:active::-moz-placeholder, #loginform .login-username select:focus::-moz-placeholder, #loginform .login-password input:not([type="submit"]):active::-moz-placeholder, #loginform .login-password input:not([type="submit"]):focus::-moz-placeholder, #loginform .login-password textarea:active::-moz-placeholder, #loginform .login-password textarea:focus::-moz-placeholder, #loginform .login-password select:active::-moz-placeholder, #loginform .login-password select:focus::-moz-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"]):active::-moz-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"]):focus::-moz-placeholder, #loginform .pmpro_lost_password-field textarea:active::-moz-placeholder, #loginform .pmpro_lost_password-field textarea:focus::-moz-placeholder, #loginform .pmpro_lost_password-field select:active::-moz-placeholder, #loginform .pmpro_lost_password-field select:focus::-moz-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"]):active::-moz-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"]):focus::-moz-placeholder, #loginform .pmpro_lost_password-field textarea:active::-moz-placeholder, #loginform .pmpro_lost_password-field textarea:focus::-moz-placeholder, #loginform .pmpro_lost_password-field select:active::-moz-placeholder, #loginform .pmpro_lost_password-field select:focus::-moz-placeholder, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):active::-moz-placeholder, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):focus::-moz-placeholder, #loginform .pmpro_lost_password-field-user_login textarea:active::-moz-placeholder, #loginform .pmpro_lost_password-field-user_login textarea:focus::-moz-placeholder, #loginform .pmpro_lost_password-field-user_login select:active::-moz-placeholder, #loginform .pmpro_lost_password-field-user_login select:focus::-moz-placeholder,
      #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):active::-moz-placeholder,
      #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):focus::-moz-placeholder,
      #loginform .pmpro_member_profile_edit-field textarea:active::-moz-placeholder,
      #loginform .pmpro_member_profile_edit-field textarea:focus::-moz-placeholder,
      #loginform .pmpro_member_profile_edit-field select:active::-moz-placeholder,
      #loginform .pmpro_member_profile_edit-field select:focus::-moz-placeholder, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):active::-moz-placeholder, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):focus::-moz-placeholder, #loginform .pmpro_member_profile_edit-field- textarea:active::-moz-placeholder, #loginform .pmpro_member_profile_edit-field- textarea:focus::-moz-placeholder, #loginform .pmpro_member_profile_edit-field- select:active::-moz-placeholder, #loginform .pmpro_member_profile_edit-field- select:focus::-moz-placeholder, #loginform .first_name input:not([type="submit"]):active::-moz-placeholder, #loginform .first_name input:not([type="submit"]):focus::-moz-placeholder, #loginform .first_name textarea:active::-moz-placeholder, #loginform .first_name textarea:focus::-moz-placeholder, #loginform .first_name select:active::-moz-placeholder, #loginform .first_name select:focus::-moz-placeholder,
      #loginform .pmpro_change_password-field input:not([type="submit"]):active::-moz-placeholder,
      #loginform .pmpro_change_password-field input:not([type="submit"]):focus::-moz-placeholder,
      #loginform .pmpro_change_password-field textarea:active::-moz-placeholder,
      #loginform .pmpro_change_password-field textarea:focus::-moz-placeholder,
      #loginform .pmpro_change_password-field select:active::-moz-placeholder,
      #loginform .pmpro_change_password-field select:focus::-moz-placeholder,
      #loginform .pmpro_checkout-field input:not([type="submit"]):active::-moz-placeholder,
      #loginform .pmpro_checkout-field input:not([type="submit"]):focus::-moz-placeholder,
      #loginform .pmpro_checkout-field textarea:active::-moz-placeholder,
      #loginform .pmpro_checkout-field textarea:focus::-moz-placeholder,
      #loginform .pmpro_checkout-field select:active::-moz-placeholder,
      #loginform .pmpro_checkout-field select:focus::-moz-placeholder, #loginform .pmpro_checkout-field-username input:not([type="submit"]):active::-moz-placeholder, #loginform .pmpro_checkout-field-username input:not([type="submit"]):focus::-moz-placeholder, #loginform .pmpro_checkout-field-username textarea:active::-moz-placeholder, #loginform .pmpro_checkout-field-username textarea:focus::-moz-placeholder, #loginform .pmpro_checkout-field-username select:active::-moz-placeholder, #loginform .pmpro_checkout-field-username select:focus::-moz-placeholder, .pmpro_form .login-username input:not([type="submit"]):active::-moz-placeholder, .pmpro_form .login-username input:not([type="submit"]):focus::-moz-placeholder, .pmpro_form .login-username textarea:active::-moz-placeholder, .pmpro_form .login-username textarea:focus::-moz-placeholder, .pmpro_form .login-username select:active::-moz-placeholder, .pmpro_form .login-username select:focus::-moz-placeholder, .pmpro_form .login-password input:not([type="submit"]):active::-moz-placeholder, .pmpro_form .login-password input:not([type="submit"]):focus::-moz-placeholder, .pmpro_form .login-password textarea:active::-moz-placeholder, .pmpro_form .login-password textarea:focus::-moz-placeholder, .pmpro_form .login-password select:active::-moz-placeholder, .pmpro_form .login-password select:focus::-moz-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):active::-moz-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):focus::-moz-placeholder, .pmpro_form .pmpro_lost_password-field textarea:active::-moz-placeholder, .pmpro_form .pmpro_lost_password-field textarea:focus::-moz-placeholder, .pmpro_form .pmpro_lost_password-field select:active::-moz-placeholder, .pmpro_form .pmpro_lost_password-field select:focus::-moz-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):active::-moz-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):focus::-moz-placeholder, .pmpro_form .pmpro_lost_password-field textarea:active::-moz-placeholder, .pmpro_form .pmpro_lost_password-field textarea:focus::-moz-placeholder, .pmpro_form .pmpro_lost_password-field select:active::-moz-placeholder, .pmpro_form .pmpro_lost_password-field select:focus::-moz-placeholder, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):active::-moz-placeholder, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):focus::-moz-placeholder, .pmpro_form .pmpro_lost_password-field-user_login textarea:active::-moz-placeholder, .pmpro_form .pmpro_lost_password-field-user_login textarea:focus::-moz-placeholder, .pmpro_form .pmpro_lost_password-field-user_login select:active::-moz-placeholder, .pmpro_form .pmpro_lost_password-field-user_login select:focus::-moz-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):active::-moz-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):focus::-moz-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field textarea:active::-moz-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field textarea:focus::-moz-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field select:active::-moz-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field select:focus::-moz-placeholder, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):active::-moz-placeholder, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):focus::-moz-placeholder, .pmpro_form .pmpro_member_profile_edit-field- textarea:active::-moz-placeholder, .pmpro_form .pmpro_member_profile_edit-field- textarea:focus::-moz-placeholder, .pmpro_form .pmpro_member_profile_edit-field- select:active::-moz-placeholder, .pmpro_form .pmpro_member_profile_edit-field- select:focus::-moz-placeholder, .pmpro_form .first_name input:not([type="submit"]):active::-moz-placeholder, .pmpro_form .first_name input:not([type="submit"]):focus::-moz-placeholder, .pmpro_form .first_name textarea:active::-moz-placeholder, .pmpro_form .first_name textarea:focus::-moz-placeholder, .pmpro_form .first_name select:active::-moz-placeholder, .pmpro_form .first_name select:focus::-moz-placeholder,
      .pmpro_form .pmpro_change_password-field input:not([type="submit"]):active::-moz-placeholder,
      .pmpro_form .pmpro_change_password-field input:not([type="submit"]):focus::-moz-placeholder,
      .pmpro_form .pmpro_change_password-field textarea:active::-moz-placeholder,
      .pmpro_form .pmpro_change_password-field textarea:focus::-moz-placeholder,
      .pmpro_form .pmpro_change_password-field select:active::-moz-placeholder,
      .pmpro_form .pmpro_change_password-field select:focus::-moz-placeholder,
      .pmpro_form .pmpro_checkout-field input:not([type="submit"]):active::-moz-placeholder,
      .pmpro_form .pmpro_checkout-field input:not([type="submit"]):focus::-moz-placeholder,
      .pmpro_form .pmpro_checkout-field textarea:active::-moz-placeholder,
      .pmpro_form .pmpro_checkout-field textarea:focus::-moz-placeholder,
      .pmpro_form .pmpro_checkout-field select:active::-moz-placeholder,
      .pmpro_form .pmpro_checkout-field select:focus::-moz-placeholder, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):active::-moz-placeholder, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):focus::-moz-placeholder, .pmpro_form .pmpro_checkout-field-username textarea:active::-moz-placeholder, .pmpro_form .pmpro_checkout-field-username textarea:focus::-moz-placeholder, .pmpro_form .pmpro_checkout-field-username select:active::-moz-placeholder, .pmpro_form .pmpro_checkout-field-username select:focus::-moz-placeholder {
        color: #3ba99f;
        opacity: 1; }
      #loginform .login-username input:not([type="submit"]):active:-ms-input-placeholder, #loginform .login-username input:not([type="submit"]):focus:-ms-input-placeholder, #loginform .login-username textarea:active:-ms-input-placeholder, #loginform .login-username textarea:focus:-ms-input-placeholder, #loginform .login-username select:active:-ms-input-placeholder, #loginform .login-username select:focus:-ms-input-placeholder, #loginform .login-password input:not([type="submit"]):active:-ms-input-placeholder, #loginform .login-password input:not([type="submit"]):focus:-ms-input-placeholder, #loginform .login-password textarea:active:-ms-input-placeholder, #loginform .login-password textarea:focus:-ms-input-placeholder, #loginform .login-password select:active:-ms-input-placeholder, #loginform .login-password select:focus:-ms-input-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"]):active:-ms-input-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"]):focus:-ms-input-placeholder, #loginform .pmpro_lost_password-field textarea:active:-ms-input-placeholder, #loginform .pmpro_lost_password-field textarea:focus:-ms-input-placeholder, #loginform .pmpro_lost_password-field select:active:-ms-input-placeholder, #loginform .pmpro_lost_password-field select:focus:-ms-input-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"]):active:-ms-input-placeholder, #loginform .pmpro_lost_password-field input:not([type="submit"]):focus:-ms-input-placeholder, #loginform .pmpro_lost_password-field textarea:active:-ms-input-placeholder, #loginform .pmpro_lost_password-field textarea:focus:-ms-input-placeholder, #loginform .pmpro_lost_password-field select:active:-ms-input-placeholder, #loginform .pmpro_lost_password-field select:focus:-ms-input-placeholder, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):active:-ms-input-placeholder, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):focus:-ms-input-placeholder, #loginform .pmpro_lost_password-field-user_login textarea:active:-ms-input-placeholder, #loginform .pmpro_lost_password-field-user_login textarea:focus:-ms-input-placeholder, #loginform .pmpro_lost_password-field-user_login select:active:-ms-input-placeholder, #loginform .pmpro_lost_password-field-user_login select:focus:-ms-input-placeholder,
      #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):active:-ms-input-placeholder,
      #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):focus:-ms-input-placeholder,
      #loginform .pmpro_member_profile_edit-field textarea:active:-ms-input-placeholder,
      #loginform .pmpro_member_profile_edit-field textarea:focus:-ms-input-placeholder,
      #loginform .pmpro_member_profile_edit-field select:active:-ms-input-placeholder,
      #loginform .pmpro_member_profile_edit-field select:focus:-ms-input-placeholder, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):active:-ms-input-placeholder, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):focus:-ms-input-placeholder, #loginform .pmpro_member_profile_edit-field- textarea:active:-ms-input-placeholder, #loginform .pmpro_member_profile_edit-field- textarea:focus:-ms-input-placeholder, #loginform .pmpro_member_profile_edit-field- select:active:-ms-input-placeholder, #loginform .pmpro_member_profile_edit-field- select:focus:-ms-input-placeholder, #loginform .first_name input:not([type="submit"]):active:-ms-input-placeholder, #loginform .first_name input:not([type="submit"]):focus:-ms-input-placeholder, #loginform .first_name textarea:active:-ms-input-placeholder, #loginform .first_name textarea:focus:-ms-input-placeholder, #loginform .first_name select:active:-ms-input-placeholder, #loginform .first_name select:focus:-ms-input-placeholder,
      #loginform .pmpro_change_password-field input:not([type="submit"]):active:-ms-input-placeholder,
      #loginform .pmpro_change_password-field input:not([type="submit"]):focus:-ms-input-placeholder,
      #loginform .pmpro_change_password-field textarea:active:-ms-input-placeholder,
      #loginform .pmpro_change_password-field textarea:focus:-ms-input-placeholder,
      #loginform .pmpro_change_password-field select:active:-ms-input-placeholder,
      #loginform .pmpro_change_password-field select:focus:-ms-input-placeholder,
      #loginform .pmpro_checkout-field input:not([type="submit"]):active:-ms-input-placeholder,
      #loginform .pmpro_checkout-field input:not([type="submit"]):focus:-ms-input-placeholder,
      #loginform .pmpro_checkout-field textarea:active:-ms-input-placeholder,
      #loginform .pmpro_checkout-field textarea:focus:-ms-input-placeholder,
      #loginform .pmpro_checkout-field select:active:-ms-input-placeholder,
      #loginform .pmpro_checkout-field select:focus:-ms-input-placeholder, #loginform .pmpro_checkout-field-username input:not([type="submit"]):active:-ms-input-placeholder, #loginform .pmpro_checkout-field-username input:not([type="submit"]):focus:-ms-input-placeholder, #loginform .pmpro_checkout-field-username textarea:active:-ms-input-placeholder, #loginform .pmpro_checkout-field-username textarea:focus:-ms-input-placeholder, #loginform .pmpro_checkout-field-username select:active:-ms-input-placeholder, #loginform .pmpro_checkout-field-username select:focus:-ms-input-placeholder, .pmpro_form .login-username input:not([type="submit"]):active:-ms-input-placeholder, .pmpro_form .login-username input:not([type="submit"]):focus:-ms-input-placeholder, .pmpro_form .login-username textarea:active:-ms-input-placeholder, .pmpro_form .login-username textarea:focus:-ms-input-placeholder, .pmpro_form .login-username select:active:-ms-input-placeholder, .pmpro_form .login-username select:focus:-ms-input-placeholder, .pmpro_form .login-password input:not([type="submit"]):active:-ms-input-placeholder, .pmpro_form .login-password input:not([type="submit"]):focus:-ms-input-placeholder, .pmpro_form .login-password textarea:active:-ms-input-placeholder, .pmpro_form .login-password textarea:focus:-ms-input-placeholder, .pmpro_form .login-password select:active:-ms-input-placeholder, .pmpro_form .login-password select:focus:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):active:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):focus:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field textarea:active:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field textarea:focus:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field select:active:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field select:focus:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):active:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):focus:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field textarea:active:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field textarea:focus:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field select:active:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field select:focus:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):active:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):focus:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login textarea:active:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login textarea:focus:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login select:active:-ms-input-placeholder, .pmpro_form .pmpro_lost_password-field-user_login select:focus:-ms-input-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):active:-ms-input-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):focus:-ms-input-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field textarea:active:-ms-input-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field textarea:focus:-ms-input-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field select:active:-ms-input-placeholder,
      .pmpro_form .pmpro_member_profile_edit-field select:focus:-ms-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):active:-ms-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):focus:-ms-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- textarea:active:-ms-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- textarea:focus:-ms-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- select:active:-ms-input-placeholder, .pmpro_form .pmpro_member_profile_edit-field- select:focus:-ms-input-placeholder, .pmpro_form .first_name input:not([type="submit"]):active:-ms-input-placeholder, .pmpro_form .first_name input:not([type="submit"]):focus:-ms-input-placeholder, .pmpro_form .first_name textarea:active:-ms-input-placeholder, .pmpro_form .first_name textarea:focus:-ms-input-placeholder, .pmpro_form .first_name select:active:-ms-input-placeholder, .pmpro_form .first_name select:focus:-ms-input-placeholder,
      .pmpro_form .pmpro_change_password-field input:not([type="submit"]):active:-ms-input-placeholder,
      .pmpro_form .pmpro_change_password-field input:not([type="submit"]):focus:-ms-input-placeholder,
      .pmpro_form .pmpro_change_password-field textarea:active:-ms-input-placeholder,
      .pmpro_form .pmpro_change_password-field textarea:focus:-ms-input-placeholder,
      .pmpro_form .pmpro_change_password-field select:active:-ms-input-placeholder,
      .pmpro_form .pmpro_change_password-field select:focus:-ms-input-placeholder,
      .pmpro_form .pmpro_checkout-field input:not([type="submit"]):active:-ms-input-placeholder,
      .pmpro_form .pmpro_checkout-field input:not([type="submit"]):focus:-ms-input-placeholder,
      .pmpro_form .pmpro_checkout-field textarea:active:-ms-input-placeholder,
      .pmpro_form .pmpro_checkout-field textarea:focus:-ms-input-placeholder,
      .pmpro_form .pmpro_checkout-field select:active:-ms-input-placeholder,
      .pmpro_form .pmpro_checkout-field select:focus:-ms-input-placeholder, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):active:-ms-input-placeholder, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):focus:-ms-input-placeholder, .pmpro_form .pmpro_checkout-field-username textarea:active:-ms-input-placeholder, .pmpro_form .pmpro_checkout-field-username textarea:focus:-ms-input-placeholder, .pmpro_form .pmpro_checkout-field-username select:active:-ms-input-placeholder, .pmpro_form .pmpro_checkout-field-username select:focus:-ms-input-placeholder {
        color: #3ba99f;
        opacity: 1; }
    #loginform .login-username input:not([type="submit"]):-webkit-autofill, #loginform .login-username input:not([type="submit"]):-webkit-autofill:hover, #loginform .login-username input:not([type="submit"]):-webkit-autofill:focus, #loginform .login-username input:not([type="submit"]):-webkit-autofill, #loginform .login-username input:not([type="submit"]):-webkit-autofill:hover, #loginform .login-username input:not([type="submit"]):-webkit-autofill:focus, #loginform .login-username input:not([type="submit"]):-webkit-autofill, #loginform .login-username input:not([type="submit"]):-webkit-autofill:hover, #loginform .login-username input:not([type="submit"]):-webkit-autofill:focus, #loginform .login-username textarea:-webkit-autofill, #loginform .login-username textarea:-webkit-autofill:hover, #loginform .login-username textarea:-webkit-autofill:focus, #loginform .login-username textarea:-webkit-autofill, #loginform .login-username textarea:-webkit-autofill:hover, #loginform .login-username textarea:-webkit-autofill:focus, #loginform .login-username textarea:-webkit-autofill, #loginform .login-username textarea:-webkit-autofill:hover, #loginform .login-username textarea:-webkit-autofill:focus, #loginform .login-username select:-webkit-autofill, #loginform .login-username select:-webkit-autofill:hover, #loginform .login-username select:-webkit-autofill:focus, #loginform .login-username select:-webkit-autofill, #loginform .login-username select:-webkit-autofill:hover, #loginform .login-username select:-webkit-autofill:focus, #loginform .login-username select:-webkit-autofill, #loginform .login-username select:-webkit-autofill:hover, #loginform .login-username select:-webkit-autofill:focus, #loginform .login-password input:not([type="submit"]):-webkit-autofill, #loginform .login-password input:not([type="submit"]):-webkit-autofill:hover, #loginform .login-password input:not([type="submit"]):-webkit-autofill:focus, #loginform .login-password input:not([type="submit"]):-webkit-autofill, #loginform .login-password input:not([type="submit"]):-webkit-autofill:hover, #loginform .login-password input:not([type="submit"]):-webkit-autofill:focus, #loginform .login-password input:not([type="submit"]):-webkit-autofill, #loginform .login-password input:not([type="submit"]):-webkit-autofill:hover, #loginform .login-password input:not([type="submit"]):-webkit-autofill:focus, #loginform .login-password textarea:-webkit-autofill, #loginform .login-password textarea:-webkit-autofill:hover, #loginform .login-password textarea:-webkit-autofill:focus, #loginform .login-password textarea:-webkit-autofill, #loginform .login-password textarea:-webkit-autofill:hover, #loginform .login-password textarea:-webkit-autofill:focus, #loginform .login-password textarea:-webkit-autofill, #loginform .login-password textarea:-webkit-autofill:hover, #loginform .login-password textarea:-webkit-autofill:focus, #loginform .login-password select:-webkit-autofill, #loginform .login-password select:-webkit-autofill:hover, #loginform .login-password select:-webkit-autofill:focus, #loginform .login-password select:-webkit-autofill, #loginform .login-password select:-webkit-autofill:hover, #loginform .login-password select:-webkit-autofill:focus, #loginform .login-password select:-webkit-autofill, #loginform .login-password select:-webkit-autofill:hover, #loginform .login-password select:-webkit-autofill:focus, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus, #loginform .pmpro_lost_password-field textarea:-webkit-autofill, #loginform .pmpro_lost_password-field textarea:-webkit-autofill:hover, #loginform .pmpro_lost_password-field textarea:-webkit-autofill:focus, #loginform .pmpro_lost_password-field textarea:-webkit-autofill, #loginform .pmpro_lost_password-field textarea:-webkit-autofill:hover, #loginform .pmpro_lost_password-field textarea:-webkit-autofill:focus, #loginform .pmpro_lost_password-field textarea:-webkit-autofill, #loginform .pmpro_lost_password-field textarea:-webkit-autofill:hover, #loginform .pmpro_lost_password-field textarea:-webkit-autofill:focus, #loginform .pmpro_lost_password-field select:-webkit-autofill, #loginform .pmpro_lost_password-field select:-webkit-autofill:hover, #loginform .pmpro_lost_password-field select:-webkit-autofill:focus, #loginform .pmpro_lost_password-field select:-webkit-autofill, #loginform .pmpro_lost_password-field select:-webkit-autofill:hover, #loginform .pmpro_lost_password-field select:-webkit-autofill:focus, #loginform .pmpro_lost_password-field select:-webkit-autofill, #loginform .pmpro_lost_password-field select:-webkit-autofill:hover, #loginform .pmpro_lost_password-field select:-webkit-autofill:focus, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover, #loginform .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus, #loginform .pmpro_lost_password-field textarea:-webkit-autofill, #loginform .pmpro_lost_password-field textarea:-webkit-autofill:hover, #loginform .pmpro_lost_password-field textarea:-webkit-autofill:focus, #loginform .pmpro_lost_password-field textarea:-webkit-autofill, #loginform .pmpro_lost_password-field textarea:-webkit-autofill:hover, #loginform .pmpro_lost_password-field textarea:-webkit-autofill:focus, #loginform .pmpro_lost_password-field textarea:-webkit-autofill, #loginform .pmpro_lost_password-field textarea:-webkit-autofill:hover, #loginform .pmpro_lost_password-field textarea:-webkit-autofill:focus, #loginform .pmpro_lost_password-field select:-webkit-autofill, #loginform .pmpro_lost_password-field select:-webkit-autofill:hover, #loginform .pmpro_lost_password-field select:-webkit-autofill:focus, #loginform .pmpro_lost_password-field select:-webkit-autofill, #loginform .pmpro_lost_password-field select:-webkit-autofill:hover, #loginform .pmpro_lost_password-field select:-webkit-autofill:focus, #loginform .pmpro_lost_password-field select:-webkit-autofill, #loginform .pmpro_lost_password-field select:-webkit-autofill:hover, #loginform .pmpro_lost_password-field select:-webkit-autofill:focus, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:hover, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:focus, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:hover, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:focus, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:hover, #loginform .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:focus, #loginform .pmpro_lost_password-field-user_login textarea:-webkit-autofill, #loginform .pmpro_lost_password-field-user_login textarea:-webkit-autofill:hover, #loginform .pmpro_lost_password-field-user_login textarea:-webkit-autofill:focus, #loginform .pmpro_lost_password-field-user_login textarea:-webkit-autofill, #loginform .pmpro_lost_password-field-user_login textarea:-webkit-autofill:hover, #loginform .pmpro_lost_password-field-user_login textarea:-webkit-autofill:focus, #loginform .pmpro_lost_password-field-user_login textarea:-webkit-autofill, #loginform .pmpro_lost_password-field-user_login textarea:-webkit-autofill:hover, #loginform .pmpro_lost_password-field-user_login textarea:-webkit-autofill:focus, #loginform .pmpro_lost_password-field-user_login select:-webkit-autofill, #loginform .pmpro_lost_password-field-user_login select:-webkit-autofill:hover, #loginform .pmpro_lost_password-field-user_login select:-webkit-autofill:focus, #loginform .pmpro_lost_password-field-user_login select:-webkit-autofill, #loginform .pmpro_lost_password-field-user_login select:-webkit-autofill:hover, #loginform .pmpro_lost_password-field-user_login select:-webkit-autofill:focus, #loginform .pmpro_lost_password-field-user_login select:-webkit-autofill, #loginform .pmpro_lost_password-field-user_login select:-webkit-autofill:hover, #loginform .pmpro_lost_password-field-user_login select:-webkit-autofill:focus,
    #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill,
    #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:hover,
    #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:focus,
    #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill,
    #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:hover,
    #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:focus,
    #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill,
    #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:hover,
    #loginform .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:focus,
    #loginform .pmpro_member_profile_edit-field textarea:-webkit-autofill,
    #loginform .pmpro_member_profile_edit-field textarea:-webkit-autofill:hover,
    #loginform .pmpro_member_profile_edit-field textarea:-webkit-autofill:focus,
    #loginform .pmpro_member_profile_edit-field textarea:-webkit-autofill,
    #loginform .pmpro_member_profile_edit-field textarea:-webkit-autofill:hover,
    #loginform .pmpro_member_profile_edit-field textarea:-webkit-autofill:focus,
    #loginform .pmpro_member_profile_edit-field textarea:-webkit-autofill,
    #loginform .pmpro_member_profile_edit-field textarea:-webkit-autofill:hover,
    #loginform .pmpro_member_profile_edit-field textarea:-webkit-autofill:focus,
    #loginform .pmpro_member_profile_edit-field select:-webkit-autofill,
    #loginform .pmpro_member_profile_edit-field select:-webkit-autofill:hover,
    #loginform .pmpro_member_profile_edit-field select:-webkit-autofill:focus,
    #loginform .pmpro_member_profile_edit-field select:-webkit-autofill,
    #loginform .pmpro_member_profile_edit-field select:-webkit-autofill:hover,
    #loginform .pmpro_member_profile_edit-field select:-webkit-autofill:focus,
    #loginform .pmpro_member_profile_edit-field select:-webkit-autofill,
    #loginform .pmpro_member_profile_edit-field select:-webkit-autofill:hover,
    #loginform .pmpro_member_profile_edit-field select:-webkit-autofill:focus, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:hover, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:focus, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:hover, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:focus, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:hover, #loginform .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:focus, #loginform .pmpro_member_profile_edit-field- textarea:-webkit-autofill, #loginform .pmpro_member_profile_edit-field- textarea:-webkit-autofill:hover, #loginform .pmpro_member_profile_edit-field- textarea:-webkit-autofill:focus, #loginform .pmpro_member_profile_edit-field- textarea:-webkit-autofill, #loginform .pmpro_member_profile_edit-field- textarea:-webkit-autofill:hover, #loginform .pmpro_member_profile_edit-field- textarea:-webkit-autofill:focus, #loginform .pmpro_member_profile_edit-field- textarea:-webkit-autofill, #loginform .pmpro_member_profile_edit-field- textarea:-webkit-autofill:hover, #loginform .pmpro_member_profile_edit-field- textarea:-webkit-autofill:focus, #loginform .pmpro_member_profile_edit-field- select:-webkit-autofill, #loginform .pmpro_member_profile_edit-field- select:-webkit-autofill:hover, #loginform .pmpro_member_profile_edit-field- select:-webkit-autofill:focus, #loginform .pmpro_member_profile_edit-field- select:-webkit-autofill, #loginform .pmpro_member_profile_edit-field- select:-webkit-autofill:hover, #loginform .pmpro_member_profile_edit-field- select:-webkit-autofill:focus, #loginform .pmpro_member_profile_edit-field- select:-webkit-autofill, #loginform .pmpro_member_profile_edit-field- select:-webkit-autofill:hover, #loginform .pmpro_member_profile_edit-field- select:-webkit-autofill:focus, #loginform .first_name input:not([type="submit"]):-webkit-autofill, #loginform .first_name input:not([type="submit"]):-webkit-autofill:hover, #loginform .first_name input:not([type="submit"]):-webkit-autofill:focus, #loginform .first_name input:not([type="submit"]):-webkit-autofill, #loginform .first_name input:not([type="submit"]):-webkit-autofill:hover, #loginform .first_name input:not([type="submit"]):-webkit-autofill:focus, #loginform .first_name input:not([type="submit"]):-webkit-autofill, #loginform .first_name input:not([type="submit"]):-webkit-autofill:hover, #loginform .first_name input:not([type="submit"]):-webkit-autofill:focus, #loginform .first_name textarea:-webkit-autofill, #loginform .first_name textarea:-webkit-autofill:hover, #loginform .first_name textarea:-webkit-autofill:focus, #loginform .first_name textarea:-webkit-autofill, #loginform .first_name textarea:-webkit-autofill:hover, #loginform .first_name textarea:-webkit-autofill:focus, #loginform .first_name textarea:-webkit-autofill, #loginform .first_name textarea:-webkit-autofill:hover, #loginform .first_name textarea:-webkit-autofill:focus, #loginform .first_name select:-webkit-autofill, #loginform .first_name select:-webkit-autofill:hover, #loginform .first_name select:-webkit-autofill:focus, #loginform .first_name select:-webkit-autofill, #loginform .first_name select:-webkit-autofill:hover, #loginform .first_name select:-webkit-autofill:focus, #loginform .first_name select:-webkit-autofill, #loginform .first_name select:-webkit-autofill:hover, #loginform .first_name select:-webkit-autofill:focus,
    #loginform .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill,
    #loginform .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:hover,
    #loginform .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:focus,
    #loginform .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill,
    #loginform .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:hover,
    #loginform .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:focus,
    #loginform .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill,
    #loginform .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:hover,
    #loginform .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:focus,
    #loginform .pmpro_change_password-field textarea:-webkit-autofill,
    #loginform .pmpro_change_password-field textarea:-webkit-autofill:hover,
    #loginform .pmpro_change_password-field textarea:-webkit-autofill:focus,
    #loginform .pmpro_change_password-field textarea:-webkit-autofill,
    #loginform .pmpro_change_password-field textarea:-webkit-autofill:hover,
    #loginform .pmpro_change_password-field textarea:-webkit-autofill:focus,
    #loginform .pmpro_change_password-field textarea:-webkit-autofill,
    #loginform .pmpro_change_password-field textarea:-webkit-autofill:hover,
    #loginform .pmpro_change_password-field textarea:-webkit-autofill:focus,
    #loginform .pmpro_change_password-field select:-webkit-autofill,
    #loginform .pmpro_change_password-field select:-webkit-autofill:hover,
    #loginform .pmpro_change_password-field select:-webkit-autofill:focus,
    #loginform .pmpro_change_password-field select:-webkit-autofill,
    #loginform .pmpro_change_password-field select:-webkit-autofill:hover,
    #loginform .pmpro_change_password-field select:-webkit-autofill:focus,
    #loginform .pmpro_change_password-field select:-webkit-autofill,
    #loginform .pmpro_change_password-field select:-webkit-autofill:hover,
    #loginform .pmpro_change_password-field select:-webkit-autofill:focus,
    #loginform .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill,
    #loginform .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:hover,
    #loginform .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:focus,
    #loginform .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill,
    #loginform .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:hover,
    #loginform .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:focus,
    #loginform .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill,
    #loginform .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:hover,
    #loginform .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:focus,
    #loginform .pmpro_checkout-field textarea:-webkit-autofill,
    #loginform .pmpro_checkout-field textarea:-webkit-autofill:hover,
    #loginform .pmpro_checkout-field textarea:-webkit-autofill:focus,
    #loginform .pmpro_checkout-field textarea:-webkit-autofill,
    #loginform .pmpro_checkout-field textarea:-webkit-autofill:hover,
    #loginform .pmpro_checkout-field textarea:-webkit-autofill:focus,
    #loginform .pmpro_checkout-field textarea:-webkit-autofill,
    #loginform .pmpro_checkout-field textarea:-webkit-autofill:hover,
    #loginform .pmpro_checkout-field textarea:-webkit-autofill:focus,
    #loginform .pmpro_checkout-field select:-webkit-autofill,
    #loginform .pmpro_checkout-field select:-webkit-autofill:hover,
    #loginform .pmpro_checkout-field select:-webkit-autofill:focus,
    #loginform .pmpro_checkout-field select:-webkit-autofill,
    #loginform .pmpro_checkout-field select:-webkit-autofill:hover,
    #loginform .pmpro_checkout-field select:-webkit-autofill:focus,
    #loginform .pmpro_checkout-field select:-webkit-autofill,
    #loginform .pmpro_checkout-field select:-webkit-autofill:hover,
    #loginform .pmpro_checkout-field select:-webkit-autofill:focus, #loginform .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill, #loginform .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:hover, #loginform .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:focus, #loginform .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill, #loginform .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:hover, #loginform .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:focus, #loginform .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill, #loginform .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:hover, #loginform .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:focus, #loginform .pmpro_checkout-field-username textarea:-webkit-autofill, #loginform .pmpro_checkout-field-username textarea:-webkit-autofill:hover, #loginform .pmpro_checkout-field-username textarea:-webkit-autofill:focus, #loginform .pmpro_checkout-field-username textarea:-webkit-autofill, #loginform .pmpro_checkout-field-username textarea:-webkit-autofill:hover, #loginform .pmpro_checkout-field-username textarea:-webkit-autofill:focus, #loginform .pmpro_checkout-field-username textarea:-webkit-autofill, #loginform .pmpro_checkout-field-username textarea:-webkit-autofill:hover, #loginform .pmpro_checkout-field-username textarea:-webkit-autofill:focus, #loginform .pmpro_checkout-field-username select:-webkit-autofill, #loginform .pmpro_checkout-field-username select:-webkit-autofill:hover, #loginform .pmpro_checkout-field-username select:-webkit-autofill:focus, #loginform .pmpro_checkout-field-username select:-webkit-autofill, #loginform .pmpro_checkout-field-username select:-webkit-autofill:hover, #loginform .pmpro_checkout-field-username select:-webkit-autofill:focus, #loginform .pmpro_checkout-field-username select:-webkit-autofill, #loginform .pmpro_checkout-field-username select:-webkit-autofill:hover, #loginform .pmpro_checkout-field-username select:-webkit-autofill:focus, .pmpro_form .login-username input:not([type="submit"]):-webkit-autofill, .pmpro_form .login-username input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .login-username input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .login-username input:not([type="submit"]):-webkit-autofill, .pmpro_form .login-username input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .login-username input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .login-username input:not([type="submit"]):-webkit-autofill, .pmpro_form .login-username input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .login-username input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .login-username textarea:-webkit-autofill, .pmpro_form .login-username textarea:-webkit-autofill:hover, .pmpro_form .login-username textarea:-webkit-autofill:focus, .pmpro_form .login-username textarea:-webkit-autofill, .pmpro_form .login-username textarea:-webkit-autofill:hover, .pmpro_form .login-username textarea:-webkit-autofill:focus, .pmpro_form .login-username textarea:-webkit-autofill, .pmpro_form .login-username textarea:-webkit-autofill:hover, .pmpro_form .login-username textarea:-webkit-autofill:focus, .pmpro_form .login-username select:-webkit-autofill, .pmpro_form .login-username select:-webkit-autofill:hover, .pmpro_form .login-username select:-webkit-autofill:focus, .pmpro_form .login-username select:-webkit-autofill, .pmpro_form .login-username select:-webkit-autofill:hover, .pmpro_form .login-username select:-webkit-autofill:focus, .pmpro_form .login-username select:-webkit-autofill, .pmpro_form .login-username select:-webkit-autofill:hover, .pmpro_form .login-username select:-webkit-autofill:focus, .pmpro_form .login-password input:not([type="submit"]):-webkit-autofill, .pmpro_form .login-password input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .login-password input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .login-password input:not([type="submit"]):-webkit-autofill, .pmpro_form .login-password input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .login-password input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .login-password input:not([type="submit"]):-webkit-autofill, .pmpro_form .login-password input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .login-password input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .login-password textarea:-webkit-autofill, .pmpro_form .login-password textarea:-webkit-autofill:hover, .pmpro_form .login-password textarea:-webkit-autofill:focus, .pmpro_form .login-password textarea:-webkit-autofill, .pmpro_form .login-password textarea:-webkit-autofill:hover, .pmpro_form .login-password textarea:-webkit-autofill:focus, .pmpro_form .login-password textarea:-webkit-autofill, .pmpro_form .login-password textarea:-webkit-autofill:hover, .pmpro_form .login-password textarea:-webkit-autofill:focus, .pmpro_form .login-password select:-webkit-autofill, .pmpro_form .login-password select:-webkit-autofill:hover, .pmpro_form .login-password select:-webkit-autofill:focus, .pmpro_form .login-password select:-webkit-autofill, .pmpro_form .login-password select:-webkit-autofill:hover, .pmpro_form .login-password select:-webkit-autofill:focus, .pmpro_form .login-password select:-webkit-autofill, .pmpro_form .login-password select:-webkit-autofill:hover, .pmpro_form .login-password select:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field textarea:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field select:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field-user_login input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field-user_login textarea:-webkit-autofill, .pmpro_form .pmpro_lost_password-field-user_login textarea:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field-user_login textarea:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field-user_login textarea:-webkit-autofill, .pmpro_form .pmpro_lost_password-field-user_login textarea:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field-user_login textarea:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field-user_login textarea:-webkit-autofill, .pmpro_form .pmpro_lost_password-field-user_login textarea:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field-user_login textarea:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field-user_login select:-webkit-autofill, .pmpro_form .pmpro_lost_password-field-user_login select:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field-user_login select:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field-user_login select:-webkit-autofill, .pmpro_form .pmpro_lost_password-field-user_login select:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field-user_login select:-webkit-autofill:focus, .pmpro_form .pmpro_lost_password-field-user_login select:-webkit-autofill, .pmpro_form .pmpro_lost_password-field-user_login select:-webkit-autofill:hover, .pmpro_form .pmpro_lost_password-field-user_login select:-webkit-autofill:focus,
    .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill,
    .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:hover,
    .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:focus,
    .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill,
    .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:hover,
    .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:focus,
    .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill,
    .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:hover,
    .pmpro_form .pmpro_member_profile_edit-field input:not([type="submit"]):-webkit-autofill:focus,
    .pmpro_form .pmpro_member_profile_edit-field textarea:-webkit-autofill,
    .pmpro_form .pmpro_member_profile_edit-field textarea:-webkit-autofill:hover,
    .pmpro_form .pmpro_member_profile_edit-field textarea:-webkit-autofill:focus,
    .pmpro_form .pmpro_member_profile_edit-field textarea:-webkit-autofill,
    .pmpro_form .pmpro_member_profile_edit-field textarea:-webkit-autofill:hover,
    .pmpro_form .pmpro_member_profile_edit-field textarea:-webkit-autofill:focus,
    .pmpro_form .pmpro_member_profile_edit-field textarea:-webkit-autofill,
    .pmpro_form .pmpro_member_profile_edit-field textarea:-webkit-autofill:hover,
    .pmpro_form .pmpro_member_profile_edit-field textarea:-webkit-autofill:focus,
    .pmpro_form .pmpro_member_profile_edit-field select:-webkit-autofill,
    .pmpro_form .pmpro_member_profile_edit-field select:-webkit-autofill:hover,
    .pmpro_form .pmpro_member_profile_edit-field select:-webkit-autofill:focus,
    .pmpro_form .pmpro_member_profile_edit-field select:-webkit-autofill,
    .pmpro_form .pmpro_member_profile_edit-field select:-webkit-autofill:hover,
    .pmpro_form .pmpro_member_profile_edit-field select:-webkit-autofill:focus,
    .pmpro_form .pmpro_member_profile_edit-field select:-webkit-autofill,
    .pmpro_form .pmpro_member_profile_edit-field select:-webkit-autofill:hover,
    .pmpro_form .pmpro_member_profile_edit-field select:-webkit-autofill:focus, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .pmpro_member_profile_edit-field- input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .pmpro_member_profile_edit-field- textarea:-webkit-autofill, .pmpro_form .pmpro_member_profile_edit-field- textarea:-webkit-autofill:hover, .pmpro_form .pmpro_member_profile_edit-field- textarea:-webkit-autofill:focus, .pmpro_form .pmpro_member_profile_edit-field- textarea:-webkit-autofill, .pmpro_form .pmpro_member_profile_edit-field- textarea:-webkit-autofill:hover, .pmpro_form .pmpro_member_profile_edit-field- textarea:-webkit-autofill:focus, .pmpro_form .pmpro_member_profile_edit-field- textarea:-webkit-autofill, .pmpro_form .pmpro_member_profile_edit-field- textarea:-webkit-autofill:hover, .pmpro_form .pmpro_member_profile_edit-field- textarea:-webkit-autofill:focus, .pmpro_form .pmpro_member_profile_edit-field- select:-webkit-autofill, .pmpro_form .pmpro_member_profile_edit-field- select:-webkit-autofill:hover, .pmpro_form .pmpro_member_profile_edit-field- select:-webkit-autofill:focus, .pmpro_form .pmpro_member_profile_edit-field- select:-webkit-autofill, .pmpro_form .pmpro_member_profile_edit-field- select:-webkit-autofill:hover, .pmpro_form .pmpro_member_profile_edit-field- select:-webkit-autofill:focus, .pmpro_form .pmpro_member_profile_edit-field- select:-webkit-autofill, .pmpro_form .pmpro_member_profile_edit-field- select:-webkit-autofill:hover, .pmpro_form .pmpro_member_profile_edit-field- select:-webkit-autofill:focus, .pmpro_form .first_name input:not([type="submit"]):-webkit-autofill, .pmpro_form .first_name input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .first_name input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .first_name input:not([type="submit"]):-webkit-autofill, .pmpro_form .first_name input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .first_name input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .first_name input:not([type="submit"]):-webkit-autofill, .pmpro_form .first_name input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .first_name input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .first_name textarea:-webkit-autofill, .pmpro_form .first_name textarea:-webkit-autofill:hover, .pmpro_form .first_name textarea:-webkit-autofill:focus, .pmpro_form .first_name textarea:-webkit-autofill, .pmpro_form .first_name textarea:-webkit-autofill:hover, .pmpro_form .first_name textarea:-webkit-autofill:focus, .pmpro_form .first_name textarea:-webkit-autofill, .pmpro_form .first_name textarea:-webkit-autofill:hover, .pmpro_form .first_name textarea:-webkit-autofill:focus, .pmpro_form .first_name select:-webkit-autofill, .pmpro_form .first_name select:-webkit-autofill:hover, .pmpro_form .first_name select:-webkit-autofill:focus, .pmpro_form .first_name select:-webkit-autofill, .pmpro_form .first_name select:-webkit-autofill:hover, .pmpro_form .first_name select:-webkit-autofill:focus, .pmpro_form .first_name select:-webkit-autofill, .pmpro_form .first_name select:-webkit-autofill:hover, .pmpro_form .first_name select:-webkit-autofill:focus,
    .pmpro_form .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill,
    .pmpro_form .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:hover,
    .pmpro_form .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:focus,
    .pmpro_form .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill,
    .pmpro_form .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:hover,
    .pmpro_form .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:focus,
    .pmpro_form .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill,
    .pmpro_form .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:hover,
    .pmpro_form .pmpro_change_password-field input:not([type="submit"]):-webkit-autofill:focus,
    .pmpro_form .pmpro_change_password-field textarea:-webkit-autofill,
    .pmpro_form .pmpro_change_password-field textarea:-webkit-autofill:hover,
    .pmpro_form .pmpro_change_password-field textarea:-webkit-autofill:focus,
    .pmpro_form .pmpro_change_password-field textarea:-webkit-autofill,
    .pmpro_form .pmpro_change_password-field textarea:-webkit-autofill:hover,
    .pmpro_form .pmpro_change_password-field textarea:-webkit-autofill:focus,
    .pmpro_form .pmpro_change_password-field textarea:-webkit-autofill,
    .pmpro_form .pmpro_change_password-field textarea:-webkit-autofill:hover,
    .pmpro_form .pmpro_change_password-field textarea:-webkit-autofill:focus,
    .pmpro_form .pmpro_change_password-field select:-webkit-autofill,
    .pmpro_form .pmpro_change_password-field select:-webkit-autofill:hover,
    .pmpro_form .pmpro_change_password-field select:-webkit-autofill:focus,
    .pmpro_form .pmpro_change_password-field select:-webkit-autofill,
    .pmpro_form .pmpro_change_password-field select:-webkit-autofill:hover,
    .pmpro_form .pmpro_change_password-field select:-webkit-autofill:focus,
    .pmpro_form .pmpro_change_password-field select:-webkit-autofill,
    .pmpro_form .pmpro_change_password-field select:-webkit-autofill:hover,
    .pmpro_form .pmpro_change_password-field select:-webkit-autofill:focus,
    .pmpro_form .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill,
    .pmpro_form .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:hover,
    .pmpro_form .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:focus,
    .pmpro_form .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill,
    .pmpro_form .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:hover,
    .pmpro_form .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:focus,
    .pmpro_form .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill,
    .pmpro_form .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:hover,
    .pmpro_form .pmpro_checkout-field input:not([type="submit"]):-webkit-autofill:focus,
    .pmpro_form .pmpro_checkout-field textarea:-webkit-autofill,
    .pmpro_form .pmpro_checkout-field textarea:-webkit-autofill:hover,
    .pmpro_form .pmpro_checkout-field textarea:-webkit-autofill:focus,
    .pmpro_form .pmpro_checkout-field textarea:-webkit-autofill,
    .pmpro_form .pmpro_checkout-field textarea:-webkit-autofill:hover,
    .pmpro_form .pmpro_checkout-field textarea:-webkit-autofill:focus,
    .pmpro_form .pmpro_checkout-field textarea:-webkit-autofill,
    .pmpro_form .pmpro_checkout-field textarea:-webkit-autofill:hover,
    .pmpro_form .pmpro_checkout-field textarea:-webkit-autofill:focus,
    .pmpro_form .pmpro_checkout-field select:-webkit-autofill,
    .pmpro_form .pmpro_checkout-field select:-webkit-autofill:hover,
    .pmpro_form .pmpro_checkout-field select:-webkit-autofill:focus,
    .pmpro_form .pmpro_checkout-field select:-webkit-autofill,
    .pmpro_form .pmpro_checkout-field select:-webkit-autofill:hover,
    .pmpro_form .pmpro_checkout-field select:-webkit-autofill:focus,
    .pmpro_form .pmpro_checkout-field select:-webkit-autofill,
    .pmpro_form .pmpro_checkout-field select:-webkit-autofill:hover,
    .pmpro_form .pmpro_checkout-field select:-webkit-autofill:focus, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:hover, .pmpro_form .pmpro_checkout-field-username input:not([type="submit"]):-webkit-autofill:focus, .pmpro_form .pmpro_checkout-field-username textarea:-webkit-autofill, .pmpro_form .pmpro_checkout-field-username textarea:-webkit-autofill:hover, .pmpro_form .pmpro_checkout-field-username textarea:-webkit-autofill:focus, .pmpro_form .pmpro_checkout-field-username textarea:-webkit-autofill, .pmpro_form .pmpro_checkout-field-username textarea:-webkit-autofill:hover, .pmpro_form .pmpro_checkout-field-username textarea:-webkit-autofill:focus, .pmpro_form .pmpro_checkout-field-username textarea:-webkit-autofill, .pmpro_form .pmpro_checkout-field-username textarea:-webkit-autofill:hover, .pmpro_form .pmpro_checkout-field-username textarea:-webkit-autofill:focus, .pmpro_form .pmpro_checkout-field-username select:-webkit-autofill, .pmpro_form .pmpro_checkout-field-username select:-webkit-autofill:hover, .pmpro_form .pmpro_checkout-field-username select:-webkit-autofill:focus, .pmpro_form .pmpro_checkout-field-username select:-webkit-autofill, .pmpro_form .pmpro_checkout-field-username select:-webkit-autofill:hover, .pmpro_form .pmpro_checkout-field-username select:-webkit-autofill:focus, .pmpro_form .pmpro_checkout-field-username select:-webkit-autofill, .pmpro_form .pmpro_checkout-field-username select:-webkit-autofill:hover, .pmpro_form .pmpro_checkout-field-username select:-webkit-autofill:focus {
      background: transparent !important;
      color: #3ba99f !important;
      -webkit-text-fill-color: #3ba99f !important;
      transition: background-color 5000s ease-in-out 0s; }
  #loginform .login-username select, #loginform .login-password select, #loginform .pmpro_lost_password-field select, #loginform .pmpro_lost_password-field select, #loginform .pmpro_lost_password-field-user_login select,
  #loginform .pmpro_member_profile_edit-field select, #loginform .pmpro_member_profile_edit-field- select, #loginform .first_name select,
  #loginform .pmpro_change_password-field select,
  #loginform .pmpro_checkout-field select, #loginform .pmpro_checkout-field-username select, .pmpro_form .login-username select, .pmpro_form .login-password select, .pmpro_form .pmpro_lost_password-field select, .pmpro_form .pmpro_lost_password-field select, .pmpro_form .pmpro_lost_password-field-user_login select,
  .pmpro_form .pmpro_member_profile_edit-field select, .pmpro_form .pmpro_member_profile_edit-field- select, .pmpro_form .first_name select,
  .pmpro_form .pmpro_change_password-field select,
  .pmpro_form .pmpro_checkout-field select, .pmpro_form .pmpro_checkout-field-username select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23d8d8d8;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 9px  5px;
    background-position: calc(100% - 20px) center;
    line-height: 1.5em !important;
    padding: 12px 10px !important;
    transition: all 0.4s ease;
    color: rgba(58, 59, 75, 0.5); }
    #loginform .login-username select option, #loginform .login-password select option, #loginform .pmpro_lost_password-field select option, #loginform .pmpro_lost_password-field select option, #loginform .pmpro_lost_password-field-user_login select option,
    #loginform .pmpro_member_profile_edit-field select option, #loginform .pmpro_member_profile_edit-field- select option, #loginform .first_name select option,
    #loginform .pmpro_change_password-field select option,
    #loginform .pmpro_checkout-field select option, #loginform .pmpro_checkout-field-username select option, .pmpro_form .login-username select option, .pmpro_form .login-password select option, .pmpro_form .pmpro_lost_password-field select option, .pmpro_form .pmpro_lost_password-field select option, .pmpro_form .pmpro_lost_password-field-user_login select option,
    .pmpro_form .pmpro_member_profile_edit-field select option, .pmpro_form .pmpro_member_profile_edit-field- select option, .pmpro_form .first_name select option,
    .pmpro_form .pmpro_change_password-field select option,
    .pmpro_form .pmpro_checkout-field select option, .pmpro_form .pmpro_checkout-field-username select option {
      height: 50px;
      color: rgba(58, 59, 75, 0.5); }
    #loginform .login-username select:focus, #loginform .login-username select:active, #loginform .login-password select:focus, #loginform .login-password select:active, #loginform .pmpro_lost_password-field select:focus, #loginform .pmpro_lost_password-field select:active, #loginform .pmpro_lost_password-field select:focus, #loginform .pmpro_lost_password-field select:active, #loginform .pmpro_lost_password-field-user_login select:focus, #loginform .pmpro_lost_password-field-user_login select:active,
    #loginform .pmpro_member_profile_edit-field select:focus,
    #loginform .pmpro_member_profile_edit-field select:active, #loginform .pmpro_member_profile_edit-field- select:focus, #loginform .pmpro_member_profile_edit-field- select:active, #loginform .first_name select:focus, #loginform .first_name select:active,
    #loginform .pmpro_change_password-field select:focus,
    #loginform .pmpro_change_password-field select:active,
    #loginform .pmpro_checkout-field select:focus,
    #loginform .pmpro_checkout-field select:active, #loginform .pmpro_checkout-field-username select:focus, #loginform .pmpro_checkout-field-username select:active, .pmpro_form .login-username select:focus, .pmpro_form .login-username select:active, .pmpro_form .login-password select:focus, .pmpro_form .login-password select:active, .pmpro_form .pmpro_lost_password-field select:focus, .pmpro_form .pmpro_lost_password-field select:active, .pmpro_form .pmpro_lost_password-field select:focus, .pmpro_form .pmpro_lost_password-field select:active, .pmpro_form .pmpro_lost_password-field-user_login select:focus, .pmpro_form .pmpro_lost_password-field-user_login select:active,
    .pmpro_form .pmpro_member_profile_edit-field select:focus,
    .pmpro_form .pmpro_member_profile_edit-field select:active, .pmpro_form .pmpro_member_profile_edit-field- select:focus, .pmpro_form .pmpro_member_profile_edit-field- select:active, .pmpro_form .first_name select:focus, .pmpro_form .first_name select:active,
    .pmpro_form .pmpro_change_password-field select:focus,
    .pmpro_form .pmpro_change_password-field select:active,
    .pmpro_form .pmpro_checkout-field select:focus,
    .pmpro_form .pmpro_checkout-field select:active, .pmpro_form .pmpro_checkout-field-username select:focus, .pmpro_form .pmpro_checkout-field-username select:active {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23063087;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
      transition: all 0.4s ease;
      box-shadow: none;
      outline: none; }
  #loginform .login-username textarea, #loginform .login-password textarea, #loginform .pmpro_lost_password-field textarea, #loginform .pmpro_lost_password-field textarea, #loginform .pmpro_lost_password-field-user_login textarea,
  #loginform .pmpro_member_profile_edit-field textarea, #loginform .pmpro_member_profile_edit-field- textarea, #loginform .first_name textarea,
  #loginform .pmpro_change_password-field textarea,
  #loginform .pmpro_checkout-field textarea, #loginform .pmpro_checkout-field-username textarea, .pmpro_form .login-username textarea, .pmpro_form .login-password textarea, .pmpro_form .pmpro_lost_password-field textarea, .pmpro_form .pmpro_lost_password-field textarea, .pmpro_form .pmpro_lost_password-field-user_login textarea,
  .pmpro_form .pmpro_member_profile_edit-field textarea, .pmpro_form .pmpro_member_profile_edit-field- textarea, .pmpro_form .first_name textarea,
  .pmpro_form .pmpro_change_password-field textarea,
  .pmpro_form .pmpro_checkout-field textarea, .pmpro_form .pmpro_checkout-field-username textarea {
    height: 100px;
    resize: none;
    max-width: 100%; }
#loginform .login-remember label, .pmpro_form .login-remember label {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  font-weight: bold !important;
  margin: 0 !important;
  color: #232021 !important; }
#loginform .login-submit, #loginform .pmpro_submit, .pmpro_form .login-submit, .pmpro_form .pmpro_submit {
  display: inline-block;
  margin: 0 !important;
  position: relative;
  padding: 0 !important;
  width: auto !important;
  margin-top: 30px !important; }
  #loginform .login-submit::after, #loginform .pmpro_submit::after, .pmpro_form .login-submit::after, .pmpro_form .pmpro_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"], #loginform .login-submit .pmpro_btn, #loginform .login-submit .pmpro_btn-cancel, #loginform .pmpro_submit #wp-submit, #loginform .pmpro_submit input[type="submit"], #loginform .pmpro_submit .pmpro_btn, #loginform .pmpro_submit .pmpro_btn-cancel, .pmpro_form .login-submit #wp-submit, .pmpro_form .login-submit input[type="submit"], .pmpro_form .login-submit .pmpro_btn, .pmpro_form .login-submit .pmpro_btn-cancel, .pmpro_form .pmpro_submit #wp-submit, .pmpro_form .pmpro_submit input[type="submit"], .pmpro_form .pmpro_submit .pmpro_btn, .pmpro_form .pmpro_submit .pmpro_btn-cancel {
    background-color: #e1016c;
    border-radius: 50px;
    border: 2px solid #e1016c !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: bold !important;
    letter-spacing: normal !important;
    line-height: 1.39 !important;
    margin: 0 15px 15px 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: none;
    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, #loginform .login-submit .pmpro_btn:hover, #loginform .login-submit .pmpro_btn:focus, #loginform .login-submit .pmpro_btn:active, #loginform .login-submit .pmpro_btn-cancel:hover, #loginform .login-submit .pmpro_btn-cancel:focus, #loginform .login-submit .pmpro_btn-cancel:active, #loginform .pmpro_submit #wp-submit:hover, #loginform .pmpro_submit #wp-submit:focus, #loginform .pmpro_submit #wp-submit:active, #loginform .pmpro_submit input[type="submit"]:hover, #loginform .pmpro_submit input[type="submit"]:focus, #loginform .pmpro_submit input[type="submit"]:active, #loginform .pmpro_submit .pmpro_btn:hover, #loginform .pmpro_submit .pmpro_btn:focus, #loginform .pmpro_submit .pmpro_btn:active, #loginform .pmpro_submit .pmpro_btn-cancel:hover, #loginform .pmpro_submit .pmpro_btn-cancel:focus, #loginform .pmpro_submit .pmpro_btn-cancel:active, .pmpro_form .login-submit #wp-submit:hover, .pmpro_form .login-submit #wp-submit:focus, .pmpro_form .login-submit #wp-submit:active, .pmpro_form .login-submit input[type="submit"]:hover, .pmpro_form .login-submit input[type="submit"]:focus, .pmpro_form .login-submit input[type="submit"]:active, .pmpro_form .login-submit .pmpro_btn:hover, .pmpro_form .login-submit .pmpro_btn:focus, .pmpro_form .login-submit .pmpro_btn:active, .pmpro_form .login-submit .pmpro_btn-cancel:hover, .pmpro_form .login-submit .pmpro_btn-cancel:focus, .pmpro_form .login-submit .pmpro_btn-cancel:active, .pmpro_form .pmpro_submit #wp-submit:hover, .pmpro_form .pmpro_submit #wp-submit:focus, .pmpro_form .pmpro_submit #wp-submit:active, .pmpro_form .pmpro_submit input[type="submit"]:hover, .pmpro_form .pmpro_submit input[type="submit"]:focus, .pmpro_form .pmpro_submit input[type="submit"]:active, .pmpro_form .pmpro_submit .pmpro_btn:hover, .pmpro_form .pmpro_submit .pmpro_btn:focus, .pmpro_form .pmpro_submit .pmpro_btn:active, .pmpro_form .pmpro_submit .pmpro_btn-cancel:hover, .pmpro_form .pmpro_submit .pmpro_btn-cancel:focus, .pmpro_form .pmpro_submit .pmpro_btn-cancel:active {
      background-color: #a2a2a2 !important;
      border-color: #a2a2a2 !important;
      color: white !important;
      text-decoration: none; }

.pmpro_btn, .pmpro_btn:link, .pmpro_content_message a, .pmpro_content_message a:link {
  background-color: #e1016c;
  border-radius: 50px;
  border: 2px solid #e1016c !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: 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: none;
  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: #a2a2a2 !important;
    border-color: #a2a2a2 !important;
    color: white !important;
    text-decoration: none; }

.switcher div.selected {
  border-radius: 49.5px;
  border: solid 1.5px #d4d2d2;
  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: #072b7b !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: #072b7b !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(7, 43, 123, 0.1) !important; }
  .switcher .option a.selected {
    background: rgba(0, 0, 0, 0.1) !important; }

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_validation_errors {
  border-radius: 2px;
  background: rgba(249, 169, 139, 0.52);
  box-shadow: none;
  border: none; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_validation_errors > h2 {
    line-height: 1;
    font-family: "Open Sans", sans-serif !important; }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_validation_errors > h2 .gform-icon {
      left: -40px; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_validation_errors .gform_submission_error {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.77;
    letter-spacing: normal; }
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .ginput_cardextras {
  display: flex;
  flex-direction: column; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .ginput_cardextras .ginput_cardinfo_left {
    margin-bottom: 8px; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .ginput_cardextras .ginput_cardinfo_right {
    padding-left: 0; }
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .validation_message {
  border-radius: 2px;
  background: rgba(249, 169, 139, 0.52);
  box-shadow: none;
  border: none; }
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_heading {
  margin-bottom: 0 !important; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_heading .gform_title {
    font-family: "Open Sans", 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: #0a3cab; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_heading .gform_description {
    font-family: "Open Sans", 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(35, 32, 33, 0.74); }
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield {
  padding-left: 0 !important;
  margin-top: 0 !important;
  /*field address */ }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio {
    /*RADIO Button circular style*/ }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio input:not([type="text"]) {
      cursor: pointer;
      height: 100%;
      opacity: 0;
      position: absolute;
      width: 100%;
      z-index: 1; }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio [type="radio"]:checked + label,
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label {
      font-family: "Open Sans", sans-serif !important;
      color: #232021;
      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):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio [type="radio"]:checked + label::after,
      .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label::after {
        content: "";
        -webkit-transition: all 0.2s ease;
        background: white;
        border-radius: 50%;
        border: 4px solid #e1016c;
        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):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio [type="radio"]:checked,
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) {
      position: relative;
      left: -9999px;
      margin: 0 !important;
      width: 0;
      height: 0; }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label:after {
      content: "";
      transition: all 0.2s ease;
      -webkit-transform: scale(1);
      transform: scale(1);
      border: 4px solid #e5e5e5;
      background: transparent; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox {
    /*checkbox*/ }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox input {
      cursor: pointer;
      height: 100%;
      opacity: 0;
      position: absolute;
      width: 100%;
      z-index: 1; }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox [type="checkbox"]:checked + label,
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox [type="checkbox"]:not(:checked) + label {
      font-family: "Open Sans", sans-serif !important;
      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):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox [type="checkbox"]:checked + label::after,
      .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox [type="checkbox"]:not(:checked) + label::after {
        content: "";
        -webkit-transition: all 0.2s ease;
        background: #e1016c;
        border-radius: 0;
        border: 4px solid #e1016c;
        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):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox [type="checkbox"]:checked,
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox [type="checkbox"]:not(:checked) {
      position: relative;
      left: -9999px;
      margin: 0 !important;
      width: 0;
      height: 0;
      min-height: 0;
      padding: 0 !important; }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox [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: #fff;
      font-size: 12px;
      left: 1px;
      position: absolute;
      top: 0px; }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox [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 #e5e5e5;
      background: transparent; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_address .address_country select {
    line-height: 1.5em !important; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .top_label .gfield_label {
    font-family: "Open Sans", sans-serif !important;
    color: #0a3cab;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em; }

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_page_footer {
  display: inline-block;
  margin: 0 !important;
  position: relative;
  width: auto !important;
  margin-top: 0px !important; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer::after, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_page_footer::after {
    content: "";
    background-image: url("../images/icons/arrow-btn-newsletter-hover.svg");
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
    position: absolute;
    right: 20px;
    top: 50%;
    -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):not(.donateForm_wrapper) .gform_footer input[type="submit"],
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input.button, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input[type="button"], .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_page_footer input[type="submit"],
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_page_footer input.button, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_page_footer input[type="button"] {
    border-radius: 100px;
    background-color: #0a3cab;
    border: 2px solid #0a3cab !important;
    border: none !important;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: normal !important;
    line-height: 1.44 !important;
    margin: 0 !important;
    max-width: 100%;
    min-width: 142px;
    opacity: 1;
    padding: 12px 40px 11px 41px !important;
    position: relative;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none; }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input[type="submit"]:hover, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input[type="submit"]:focus, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input[type="submit"]:active,
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input.button:hover,
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input.button:focus,
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input.button:active, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input[type="button"]:hover, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input[type="button"]:focus, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input[type="button"]:active, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_page_footer input[type="submit"]:hover, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_page_footer input[type="submit"]:focus, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_page_footer input[type="submit"]:active,
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_page_footer input.button:hover,
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_page_footer input.button:focus,
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_page_footer input.button:active, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_page_footer input[type="button"]:hover, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_page_footer input[type="button"]:focus, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_page_footer input[type="button"]:active {
      background-color: #f2f2f2 !important;
      border-color: #f2f2f2 !important;
      color: #888 !important;
      text-decoration: none; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer:hover::after, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer:focus::after, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer:active::after, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_page_footer:hover::after, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_page_footer:focus::after, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_page_footer:active::after {
    -webkit-filter: brightness(100%) invert(0%);
    filter: brightness(100%) invert(0%); }

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

.gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 16px;
  color: #fff;
  display: block;
  background: #0a3cab;
  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; }

.gform_wrapper.gf_browser_chrome
.gfield_error
.ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name
span.name_last,
.gform_wrapper.gf_browser_chrome
.gfield_error
.ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name
span.name_middle {
  margin-left: 0 !important; }

/*Error Form Css*/
.gform_wrapper div.validation_error {
  font-family: "Open Sans", 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: "Open Sans", 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_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: "Open Sans", sans-serif !important;
  background-color: rgba(132, 145, 223, 0);
  border-radius: 2px;
  border: 2px solid #adadad;
  box-shadow: none;
  color: #adadad;
  font-size: 13px !important;
  font-weight: normal;
  min-height: 40px;
  padding: 10px 22px !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: #adadad;
    opacity: 1; }
  .gform_wrapper input:not([type="submit"])::-moz-placeholder,
  .gform_wrapper textarea::-moz-placeholder,
  .gform_wrapper select::-moz-placeholder {
    color: #adadad;
    opacity: 1; }
  .gform_wrapper input:not([type="submit"]):-ms-input-placeholder,
  .gform_wrapper textarea:-ms-input-placeholder,
  .gform_wrapper select:-ms-input-placeholder {
    color: #adadad;
    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: #3ba99f;
    outline: none;
    color: #3ba99f;
    background-color: rgba(156, 218, 164, 0);
    /* 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: #3ba99f;
      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: #3ba99f;
      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: #3ba99f;
      opacity: 1; }
  .gform_wrapper input:not([type="submit"]):-webkit-autofill,
  .gform_wrapper textarea:-webkit-autofill,
  .gform_wrapper select:-webkit-autofill {
    background: transparent !important;
    color: #adadad !important;
    -webkit-text-fill-color: #adadad !important;
    transition: background-color 5000s ease-in-out 0s; }
  .gform_wrapper input:not([type="submit"]):-webkit-autofill:focus,
  .gform_wrapper textarea:-webkit-autofill:focus,
  .gform_wrapper select:-webkit-autofill:focus {
    background: transparent !important;
    color: #3ba99f !important;
    -webkit-text-fill-color: #3ba99f !important;
    transition: background-color 5000s ease-in-out 0s; }
.gform_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23adadad;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 9px 5px;
  background-position: calc(100% - 20px) center;
  line-height: 1.5em !important;
  padding: 12px 22px !important;
  transition: all 0.4s ease;
  color: #adadad; }
  .gform_wrapper select option {
    height: 50px;
    color: #adadad; }
  .gform_wrapper select:focus, .gform_wrapper select:active {
    border-color: #3ba99f;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%233ba99f;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
    transition: all 0.4s ease;
    box-shadow: none;
    outline: none;
    color: #3ba99f; }
.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,
.gform_wrapper .gfield_label,
.gform_wrapper .ginput_complex label {
  font-family: "Open Sans", sans-serif !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  margin: 0 !important;
  color: #868686 !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: "Open Sans", sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #0a3cab;
    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 #0a3cab; }
    .interior-page .entry-content .interior-section-donate form .button.selected {
      background: #0a3cab;
      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: #0a3cab;
        opacity: 1;
        font-weight: 700; }
      .interior-page .entry-content .interior-section-donate form .button input::-moz-placeholder {
        color: #0a3cab;
        opacity: 1;
        font-weight: 700; }
      .interior-page .entry-content .interior-section-donate form .button input:-ms-input-placeholder {
        color: #0a3cab;
        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: "Open Sans", sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #0a3cab;
    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 #0a3cab;
    transition: all 0.4s ease;
    /* firefox 19+ */
    /* ie */ }
    .interior-page .entry-content .interior-section-donate form select option {
      color: #0a3cab; }
    .interior-page .entry-content .interior-section-donate form select::-webkit-input-placeholder {
      color: #0a3cab;
      opacity: 1; }
    .interior-page .entry-content .interior-section-donate form select::-moz-placeholder {
      color: #0a3cab;
      opacity: 1; }
    .interior-page .entry-content .interior-section-donate form select:-ms-input-placeholder {
      color: #0a3cab;
      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: #0a3cab;
      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: "Open Sans", sans-serif !important;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #d4d2d2;
    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: #0a3cab;
    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: "Open Sans", sans-serif !important;
      font-size: 14px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.2;
      letter-spacing: normal;
      color: #0a3cab;
      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: #0a3cab;
    border-radius: 50px;
    border: 2px solid #0a3cab !important;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", 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: #201f7f !important;
      border-color: #201f7f !important;
      color: #0a3cab !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: "Open Sans", sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.14;
    letter-spacing: normal;
    color: #0a3cab;
    margin-bottom: 16px; }
  .interior-page .entry-content .interior-section-donate .content-top h2 {
    font-family: "Open Sans", sans-serif !important;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #201f7f;
    text-transform: uppercase;
    margin-bottom: 34px; }
  .interior-page .entry-content .interior-section-donate .content-top p {
    font-family: "Open Sans", sans-serif !important;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.61;
    letter-spacing: normal;
    color: #d4d2d2; }
.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: #0a3cab; }
  .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: "Open Sans", sans-serif !important;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #2e837b;
    text-transform: uppercase;
    margin-bottom: 34px; }
  .interior-page .entry-content .interior-section-donate .content-bottom p {
    font-family: "Open Sans", sans-serif !important;
    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: #0a3cab !important;
    border-color: #0a3cab !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; }

/*START Sign Up--------------------------------------------------*/
.sign-up-form .gform_wrapper.gravity-theme {
  position: relative; }
  .sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0; }
    .sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield {
      width: 100%;
      margin-bottom: 21px; }
      .sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield:last-child {
        margin-bottom: 0; }
      @media (min-width: 768px) {
        .sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield {
          margin-right: 40px; }
          .sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield:last-child {
            margin-right: 0; } }
      .sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_complex span {
        margin-bottom: 21px;
        padding: 0; }
        .sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_complex span:last-child {
          margin-bottom: 0; }
        @media (min-width: 768px) {
          .sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_complex span {
            margin-bottom: 0;
            margin-right: 30px; }
            .sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_complex span:last-child {
              margin-right: 0; } }
  .sign-up-form .gform_wrapper.gravity-theme .gfield_label {
    color: white;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700; }
  .sign-up-form .gform_wrapper.gravity-theme input:not([type="submit"]) {
    font-family: "Open Sans", sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: italic;
    letter-spacing: -0px;
    color: #525252;
    background: white;
    border-radius: 27px;
    border: 1px solid #ffffff;
    height: 41px;
    min-height: auto;
    padding: 12px 21px;
    text-align: left;
    width: 100% !important;
    margin-bottom: 0;
    text-transform: none; }
  .sign-up-form .gform_wrapper.gravity-theme [type="checkbox"]:checked + label,
  .sign-up-form .gform_wrapper.gravity-theme [type="checkbox"]:not(:checked) + label {
    font-family: "Montserrat", sans-serif !important;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    margin: 0 auto;
    padding: 0 25px;
    padding-left: 50px;
    position: relative;
    vertical-align: middle;
    max-width: 100%;
    z-index: 1; }
    .sign-up-form .gform_wrapper.gravity-theme [type="checkbox"]:checked + label::after,
    .sign-up-form .gform_wrapper.gravity-theme [type="checkbox"]:not(:checked) + label::after {
      content: "";
      -webkit-transition: all 0.2s ease;
      background: white;
      border-radius: 6px;
      border: 4px solid white;
      height: 30px;
      left: 0;
      position: absolute;
      top: calc(50% - 15px);
      transition: all 0.2s ease;
      width: 30px;
      z-index: -1; }
  .sign-up-form .gform_wrapper.gravity-theme [type="checkbox"]:checked,
  .sign-up-form .gform_wrapper.gravity-theme [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
    margin: 0; }
  .sign-up-form .gform_wrapper.gravity-theme [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: #0a3cab;
    font-size: 21px;
    left: 4px;
    position: absolute;
    top: calc(50% - 9px); }
  .sign-up-form .gform_wrapper.gravity-theme [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 white;
    background: white; }
  .sign-up-form .gform_wrapper.gravity-theme input.gform_button {
    font-family: "Open Sans", sans-serif !important;
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: white;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px center;
    min-width: 141px;
    border-radius: 27px;
    border: 2px solid #ffffff;
    cursor: pointer;
    margin: 0 auto;
    opacity: 1;
    padding: 11px 21px 9px;
    text-transform: capitalize; }
    .sign-up-form .gform_wrapper.gravity-theme input.gform_button:hover {
      text-decoration: none;
      color: #888;
      background-color: #d4d2d2;
      border-color: #d4d2d2; }
  .sign-up-form .gform_wrapper.gravity-theme .gform_footer {
    text-align: center; }
    @media (min-width: 768px) {
      .sign-up-form .gform_wrapper.gravity-theme .gform_footer {
        text-align: left; } }
  .sign-up-form .gform_wrapper.gravity-theme.gform_validation_error .gform_validation_errors {
    border-color: white; }
  .sign-up-form .gform_wrapper.gravity-theme.gform_validation_error h2 {
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    color: #ff0a16; }
  .sign-up-form .gform_wrapper.gravity-theme.gform_validation_error .gform-icon {
    color: #ff0a16; }
  .sign-up-form .gform_wrapper.gravity-theme.gform_validation_error input:not([type="submit"]) {
    background-color: #f2d9da;
    border-color: #ff0a16;
    color: #ff0a16;
    /* firefox 19+ */
    /* ie */ }
    .sign-up-form .gform_wrapper.gravity-theme.gform_validation_error input:not([type="submit"])::-webkit-input-placeholder {
      color: #ff0a16;
      opacity: 1; }
    .sign-up-form .gform_wrapper.gravity-theme.gform_validation_error input:not([type="submit"])::-moz-placeholder {
      color: #ff0a16;
      opacity: 1; }
    .sign-up-form .gform_wrapper.gravity-theme.gform_validation_error input:not([type="submit"]):-ms-input-placeholder {
      color: #ff0a16;
      opacity: 1; }
  .sign-up-form .gform_wrapper.gravity-theme.gform_validation_error .gfield_validation_message, .sign-up-form .gform_wrapper.gravity-theme.gform_validation_error .validation_message {
    border-color: white;
    color: #ff0a16; }

/*END Sign Up------------------------------------------*/
.donateForm_wrapper img.gform_ajax_spinner {
  display: none !important; }
.donateForm_wrapper .ginput_cardextras {
  display: flex;
  flex-direction: column; }
  .donateForm_wrapper .ginput_cardextras .ginput_cardinfo_left {
    margin-bottom: 8px; }
  .donateForm_wrapper .ginput_cardextras .ginput_cardinfo_right {
    padding-left: 0; }
.donateForm_wrapper .gf_page_steps {
  border: none !important;
  display: flex;
  justify-content: space-between; }
.donateForm_wrapper .gf_step {
  margin: 0 !important;
  text-align: center;
  height: auto !important;
  border-bottom: 2px solid #d4d2d2;
  opacity: 1 !important;
  padding-bottom: 14px;
  width: calc(100% / 3);
  display: flex !important;
  flex-direction: column; }
  .donateForm_wrapper .gf_step .gf_step_number {
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #868686;
    margin: 0 auto 14px !important;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #e8e8e8; }
    .donateForm_wrapper .gf_step .gf_step_number::before, .donateForm_wrapper .gf_step .gf_step_number::after {
      position: absolute;
      top: 50% !important;
      left: 50% !important;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .donateForm_wrapper .gf_step .gf_step_label {
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px !important;
    font-weight: normal !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #767676 !important;
    padding: 0 !important; }
  .donateForm_wrapper .gf_step.gf_step_active {
    border-color: #e1016c; }
    .donateForm_wrapper .gf_step.gf_step_active .gf_step_label {
      color: #e97d1e !important;
      font-weight: 700 !important; }
.donateForm_wrapper legend.gfield_label {
  font-family: "Open Sans", sans-serif !important;
  font-size: 12px !important;
  font-weight: bold !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33 !important;
  letter-spacing: normal;
  color: #072b7b; }
.donateForm_wrapper .gform_body .gform_fields .gfield {
  margin-bottom: 17px; }
  .donateForm_wrapper .gform_body .gform_fields .gfield input {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: left;
    color: #d8d8d8;
    border: 1px solid #d8d8d8;
    border-radius: 0px; }
  .donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 !important;
    width: 100%; }
    .donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice {
      width: calc(50% - 9px);
      margin: 0;
      margin-bottom: 9px; }
      .donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice input {
        cursor: pointer;
        display: block; }
      .donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice [type="radio"]:checked + label,
      .donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice [type="radio"]:not(:checked) + label {
        font-family: "Open Sans", sans-serif !important;
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: center;
        color: #072b7b;
        cursor: pointer;
        display: inline-block !important;
        margin: 0 auto;
        padding: 15px !important;
        position: relative;
        vertical-align: middle;
        z-index: 1;
        border-radius: 100px;
        max-width: 100% !important;
        width: 100%;
        border: 2px solid #072b7b; }
        .donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice [type="radio"]:checked + label::after,
        .donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice [type="radio"]:not(:checked) + label::after {
          content: "";
          -webkit-transition: all 0.2s ease;
          background: white;
          border-radius: 100px;
          border: 2px solid #0a3cab;
          height: 14px;
          left: 0;
          position: absolute;
          top: 7px;
          transition: all 0.2s ease;
          width: 14px;
          z-index: -1;
          display: none; }
      .donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice [type="radio"]:checked + label {
        background: #072b7b;
        color: white; }
      .donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice [type="radio"]:checked,
      .donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice [type="radio"]:not(:checked) {
        position: relative;
        left: -9999px;
        margin: 0 !important;
        padding: 0px;
        min-width: 0;
        min-height: 0;
        max-width: 0;
        max-height: 0; }
      .donateForm_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice [type="radio"]:not(:checked) + label:after {
        content: "";
        transition: all 0.2s ease;
        -webkit-transform: scale(1);
        transform: scale(1);
        border: 2px solid #072b7b;
        background: transparent; }
  .donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price .gfield_radio .gchoice {
    width: calc(50% - 4px);
    margin-bottom: 9px; }
    .donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price .gfield_radio .gchoice:last-child {
      margin-bottom: 0; }
  .donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price .gfield_radio [type="radio"]:checked + label,
  .donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price .gfield_radio [type="radio"]:not(:checked) + label {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
    color: #868686;
    border-radius: 4px;
    border: solid 1px #cecece; }
  .donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price .gfield_radio [type="radio"]:checked + label {
    background: #072b7b;
    border-color: #072b7b;
    color: white; }
  .donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price.custom-amount-field {
    position: relative; }
    .donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price.custom-amount-field::after {
      content: "USD";
      display: block;
      font-size: 14px;
      font-weight: 800;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.1;
      letter-spacing: normal;
      color: #000000;
      position: absolute;
      top: calc(50% - 7px);
      right: 15px; }
    .donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price.custom-amount-field input {
      padding-right: 55px; }
    .donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price.custom-amount-field.euros::after {
      content: "€"; }
  @media (min-width: 576px) {
    .donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price.two-items .gfield_radio .gchoice {
      width: calc(50% - 4px); }
    .donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price.three-items .gfield_radio .gchoice {
      width: calc(33% - 4px); }
    .donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price.four-items .gfield_radio .gchoice {
      width: calc(25% - 4px); }
    .donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price.five-items .gfield_radio .gchoice {
      width: calc(20% - 4px); } }
  .donateForm_wrapper .gform_body .gform_fields .gfield.gfield_price.other-field-full-width .gfield_radio .gchoice:last-child {
    width: 100%; }
  .donateForm_wrapper .gform_body .gform_fields .gfield [type="checkbox"]:checked + label,
  .donateForm_wrapper .gform_body .gform_fields .gfield [type="checkbox"]:not(:checked) + label {
    font-family: "Open Sans", sans-serif !important;
    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; }
    .donateForm_wrapper .gform_body .gform_fields .gfield [type="checkbox"]:checked + label::after,
    .donateForm_wrapper .gform_body .gform_fields .gfield [type="checkbox"]:not(:checked) + label::after {
      content: "";
      -webkit-transition: all 0.2s ease;
      background: #e1016c;
      border-radius: 0;
      border: 4px solid #e1016c;
      height: 15px;
      left: 0;
      position: absolute;
      top: 1px;
      transition: all 0.2s ease;
      width: 15px;
      z-index: -1; }
  .donateForm_wrapper .gform_body .gform_fields .gfield [type="checkbox"]:checked,
  .donateForm_wrapper .gform_body .gform_fields .gfield [type="checkbox"]:not(:checked) {
    position: relative;
    left: -9999px;
    margin: 0 !important;
    width: 0;
    height: 0;
    min-width: 0;
    max-width: 0;
    min-height: 0;
    padding: 0 !important; }
  .donateForm_wrapper .gform_body .gform_fields .gfield [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: #fff;
    font-size: 12px;
    left: 1px;
    position: absolute;
    top: 0px; }
  .donateForm_wrapper .gform_body .gform_fields .gfield [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 #e5e5e5;
    background: transparent; }
.donateForm_wrapper .gform_body .gform_page_footer {
  text-align: center;
  border: none;
  display: flex;
  justify-content: center; }
  .donateForm_wrapper .gform_body .gform_page_footer input[type="submit"],
  .donateForm_wrapper .gform_body .gform_page_footer input.button {
    background-color: #e1016c;
    border-radius: 100px;
    border: 2px solid #e1016c;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", sans-serif !important;
    font-size: 18px !important;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    margin: 0;
    margin-right: 15px;
    max-width: 100%;
    min-width: 124px;
    opacity: 1;
    padding: 10px 15px !important;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none; }
    .donateForm_wrapper .gform_body .gform_page_footer input[type="submit"]:last-child,
    .donateForm_wrapper .gform_body .gform_page_footer input.button:last-child {
      margin-right: 0; }
    .donateForm_wrapper .gform_body .gform_page_footer input[type="submit"]:hover, .donateForm_wrapper .gform_body .gform_page_footer input[type="submit"]:focus, .donateForm_wrapper .gform_body .gform_page_footer input[type="submit"]:active,
    .donateForm_wrapper .gform_body .gform_page_footer input.button:hover,
    .donateForm_wrapper .gform_body .gform_page_footer input.button:focus,
    .donateForm_wrapper .gform_body .gform_page_footer input.button:active {
      background-color: #d4d2d2;
      border-color: #d4d2d2;
      color: #888888;
      text-decoration: none; }

/* .donateForm_wrapper*/
/*START Interior Top (BANNER)--------------------------------------------------*/
.interior-banner {
  background-color: #0a3cab;
  min-height: 350px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center; }
  .interior-banner.centered-banner {
    text-align: center; }
    .interior-banner.centered-banner .title-page {
      width: 538px;
      margin-left: auto;
      margin-right: auto; }
    .interior-banner.centered-banner p {
      margin-left: auto;
      margin-right: auto; }
  .interior-banner.interior-banner-slider {
    height: 460px; }
    .interior-banner.interior-banner-slider .carousel-control-next,
    .interior-banner.interior-banner-slider .carousel-control-prev {
      border-radius: 50%;
      bottom: 50px;
      opacity: 1;
      position: absolute;
      top: calc(50% - 1rem);
      transition: all 0.4s ease;
      width: 22px;
      height: 22px;
      display: block;
      z-index: 10;
      top: auto;
      bottom: 30px; }
      .interior-banner.interior-banner-slider .carousel-control-next .carousel-control-next-icon,
      .interior-banner.interior-banner-slider .carousel-control-next .carousel-control-prev-icon,
      .interior-banner.interior-banner-slider .carousel-control-prev .carousel-control-next-icon,
      .interior-banner.interior-banner-slider .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("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='23.98' height='23.98' viewBox='0 0 23.98 23.98'%3e%3cg fill='none' stroke='%23fff'%3e%3cg transform='translate(22.98 1) rotate(90)'%3e%3ccircle cx='10.99' cy='10.99' r='10.99' stroke='none'/%3e%3ccircle cx='10.99' cy='10.99' r='11.49'/%3e%3c/g%3e%3cpath stroke-miterlimit='10' d='M19.279 14.2l-5.172 5.107L9 14.2' transform='translate(22.98 1) rotate(90) translate(-3.182 -5.02)'/%3e%3c/g%3e%3c/svg%3e ");
        background-size: contain; }
      .interior-banner.interior-banner-slider .carousel-control-next:hover .carousel-control-prev-icon,
      .interior-banner.interior-banner-slider .carousel-control-next:hover .carousel-control-next-icon,
      .interior-banner.interior-banner-slider .carousel-control-prev:hover .carousel-control-prev-icon,
      .interior-banner.interior-banner-slider .carousel-control-prev:hover .carousel-control-next-icon {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FFFFFF;%7d .st1%7bfill:%23FFFFFF;stroke:%23FFFFFF;%7d .st2%7bfill:none;stroke:%230038AE;stroke-miterlimit:10;%7d %3c/style%3e%3cg%3e%3cg transform='translate(22.98 1) rotate(90)'%3e%3ccircle class='st0' cx='11' cy='11' r='11'/%3e%3ccircle class='st1' cx='11' cy='11' r='11.5'/%3e%3c/g%3e%3cpath class='st2' d='M13.8,17.1l-5.1-5.2l5.1-5.1'/%3e%3c/g%3e%3c/svg%3e "); }
    .interior-banner.interior-banner-slider .carousel-control-next {
      right: 40%;
      left: unset;
      transform: scaleX(-1); }
      .interior-banner.interior-banner-slider .carousel-control-next:hover {
        transform: scale(-1.2, 1.2); }
    .interior-banner.interior-banner-slider .carousel-control-prev {
      left: 40%; }
      .interior-banner.interior-banner-slider .carousel-control-prev:hover {
        transform: scale(1.2); }
    .interior-banner.interior-banner-slider .extra-bullets {
      position: absolute;
      z-index: 20;
      bottom: 80px;
      right: calc((100vw - 1130px) / 2);
      align-items: center; }
      @media (min-width: 1200px) {
        .interior-banner.interior-banner-slider .extra-bullets {
          right: calc((100vw - 1040px) / 2); } }
      .interior-banner.interior-banner-slider .extra-bullets .carousel-indicators {
        margin: 0;
        counter-reset: item;
        width: 20px;
        justify-content: flex-start;
        position: relative; }
        .interior-banner.interior-banner-slider .extra-bullets .carousel-indicators::before {
          content: "";
          display: block;
          width: 100%;
          height: 1px;
          background: white;
          position: absolute;
          top: calc(50% - 0.5px);
          opacity: 0.54;
          display: none; }
        .interior-banner.interior-banner-slider .extra-bullets .carousel-indicators li {
          background: transparent;
          height: 20px;
          margin: 0;
          opacity: 0;
          position: static; }
          .interior-banner.interior-banner-slider .extra-bullets .carousel-indicators li::after {
            content: "";
            display: block;
            width: 0%;
            height: 3px;
            border-radius: 3px;
            background: white;
            position: relative;
            top: calc(50% - 1.5px);
            transition: 0.4s;
            display: none; }
          .interior-banner.interior-banner-slider .extra-bullets .carousel-indicators li:before {
            counter-increment: item;
            content: "0" counter(item);
            display: table-cell;
            color: white;
            font-family: "Montserrat", sans-serif !important;
            font-size: 38px;
            font-weight: 900;
            letter-spacing: 0px;
            text-indent: 0;
            position: absolute;
            top: -15px;
            left: -30px;
            opacity: 0;
            transition: 0s; }
          .interior-banner.interior-banner-slider .extra-bullets .carousel-indicators li.active {
            opacity: 1; }
            .interior-banner.interior-banner-slider .extra-bullets .carousel-indicators li.active::after {
              background-color: white;
              width: 100%; }
            .interior-banner.interior-banner-slider .extra-bullets .carousel-indicators li.active::before {
              opacity: 1; }
        .interior-banner.interior-banner-slider .extra-bullets .carousel-indicators .final-bullet {
          font-family: "Montserrat", sans-serif !important;
          font-size: 16px;
          font-weight: 400;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: 0.38px;
          color: white;
          position: absolute;
          right: -30px;
          top: calc(50% - 9px); }
      .interior-banner.interior-banner-slider .extra-bullets .arrow-container {
        display: flex;
        margin-left: 110px; }
      .interior-banner.interior-banner-slider .extra-bullets .carousel-control-next,
      .interior-banner.interior-banner-slider .extra-bullets .carousel-control-prev {
        display: block;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto; }
        .interior-banner.interior-banner-slider .extra-bullets .carousel-control-next .carousel-control-prev-icon,
        .interior-banner.interior-banner-slider .extra-bullets .carousel-control-next .carousel-control-next-icon,
        .interior-banner.interior-banner-slider .extra-bullets .carousel-control-prev .carousel-control-prev-icon,
        .interior-banner.interior-banner-slider .extra-bullets .carousel-control-prev .carousel-control-next-icon {
          background-size: 45%; }
    .interior-banner.interior-banner-slider .container.bullets {
      z-index: 0; }
  .interior-banner .carousel {
    height: 100%; }
    .interior-banner .carousel .carousel-inner {
      height: 100%; }
      .interior-banner .carousel .carousel-inner .carousel-item {
        height: 100%; }
    .interior-banner .carousel img {
      position: absolute; }
  .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;
      object-position: top;
      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-image: url("../images/noise-texture-banner-interior.png");
      background-size: cover;
      opacity: 1;
      display: none; }
    .interior-banner .banner-wrapping::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.42;
      background-color: #000; }
  .interior-banner .container {
    position: relative;
    z-index: 10; }
  .interior-banner .title-page {
    max-width: 100%;
    width: 641px;
    z-index: 15;
    margin-top: 90px; }
    .interior-banner .title-page h1,
    .interior-banner .title-page h2 {
      color: white;
      margin-bottom: 0px !important;
      text-transform: uppercase !important; }
    .interior-banner .title-page p {
      color: white;
      max-width: 100%;
      margin-top: 21px; }
  @media (min-width: 992px) {
    .interior-banner.single-directory-banner .container {
      align-items: flex-end; }
    .interior-banner.single-directory-banner .title-page {
      margin-bottom: 130px; } }
  .interior-banner .scroll {
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.28px;
    color: white;
    text-transform: uppercase;
    opacity: 1;
    position: absolute;
    bottom: -50px;
    left: calc(50% - 75px);
    z-index: 15;
    margin: 0;
    align-items: center;
    flex-direction: column;
    text-decoration: none; }
    .interior-banner .scroll:after {
      content: "";
      display: block;
      width: 1px;
      height: 77px;
      background: white;
      position: relative;
      margin-top: 30px; }
    .interior-banner .scroll span {
      margin-left: 15px; }
  .interior-banner .go-back {
    position: absolute;
    left: 15px;
    top: calc(35% - 8.5px);
    z-index: 5;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: white;
    display: flex;
    align-items: center;
    text-decoration: none !important; }
    .interior-banner .go-back::before {
      content: "";
      display: block;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='30.036' height='22' viewBox='0 0 30.036 22'%3e%3cg%3e%3cpath fill='%23fff' d='M18.594 167.5l-.972.972 1.577 1.577H0v1.375h19.2L17.622 173l.972.972 3.237-3.237z' transform='translate(819.586 2401.613) rotate(180) translate(789.55 2219.876)'/%3e%3cg fill='none' stroke='%23fff' stroke-width='2px' transform='translate(819.586 2401.613) rotate(180) translate(797.586 2379.613)'%3e%3crect width='22' height='22' stroke='none' rx='11'/%3e%3crect width='20' height='20' x='1' y='1' rx='10'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
      width: 30px;
      height: 22px;
      position: relative;
      margin-right: 19px; }
    .interior-banner .go-back:hover::before {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='30.036' height='22' viewBox='0 0 30.036 22'%3e%3cg%3e%3cpath fill='%23ed4b29' d='M18.594 167.5l-.972.972 1.577 1.577H0v1.375h19.2L17.622 173l.972.972 3.237-3.237z' transform='translate(819.586 2401.613) rotate(180) translate(789.55 2219.876)'/%3e%3cg fill='none' stroke='%23ed4b29' stroke-width='2px' transform='translate(819.586 2401.613) rotate(180) translate(797.586 2379.613)'%3e%3crect width='22' height='22' stroke='none' rx='11'/%3e%3crect width='20' height='20' x='1' y='1' rx='10'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e "); }
    @media (min-width: 1200px) {
      .interior-banner .go-back {
        top: calc(80% - 8.5px); } }

@media (min-width: 768px) {
  .interior-banner.interior-banner-slider .carousel-control-next,
  .interior-banner.interior-banner-slider .carousel-control-prev {
    bottom: 40px;
    top: auto; }

  .interior-banner.interior-banner-slider .carousel-control-prev {
    left: calc((100vw - 690px) / 2); }

  .interior-banner.interior-banner-slider .carousel-control-next {
    right: auto;
    left: calc((100vw - 620px) / 2); } }
@media (min-width: 992px) {
  .interior-banner.interior-banner-donate {
    min-height: 730px; }

  .interior-banner .title-page {
    margin-top: 150px; }

  .interior-banner.interior-banner-slider .carousel-control-prev {
    left: calc((100vw - 930px) / 2); }

  .interior-banner.interior-banner-slider .carousel-control-next {
    right: auto;
    left: calc((100vw - 850px) / 2); } }
@media (min-width: 1200px) {
  .interior-banner {
    margin-top: 134px; }

  .interior-banner.interior-banner-slider {
    height: 515px; }

  .interior-banner .title-page {
    margin-top: 30px; }

  .interior-banner.interior-banner-slider .carousel-control-prev {
    left: calc((100vw - 1110px) / 2); }

  .interior-banner.interior-banner-slider .carousel-control-next {
    right: auto;
    left: calc((100vw - 1030px) / 2); }

  .interior-banner.interior-banner-slider .carousel-control-prev:hover {
    transform: scale(1.55); }

  .interior-banner.interior-banner-slider .carousel-control-next:hover {
    transform: scale(-1.55, 1.55); }

  .interior-banner.interior-banner-slider .extra-bullets {
    top: 50%;
    bottom: auto; } }
/*END Interior Top (BANNER)------------------------------------------*/
.filter-category {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0px 0 40px !important; }
  .filter-category span {
    font-family: "Open Sans", sans-serif !important;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: 0.88px;
    color: #a5a5a5; }
  .filter-category select {
    font-family: "Open Sans", sans-serif !important;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23adadad;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
    background-size: 9px 5px;
    background-position: 95% center;
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #adadad;
    color: #adadad;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0 35px 0 0;
    max-width: 100% !important;
    min-height: 40px;
    padding: 7px 50px 7px 18px;
    width: 260px;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* firefox 19+ */
    /* ie */ }
    .filter-category select option {
      color: #000000;
      font-size: 13px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal; }
    .filter-category select::-webkit-input-placeholder {
      color: #adadad;
      opacity: 1; }
    .filter-category select::-moz-placeholder {
      color: #adadad;
      opacity: 1; }
    .filter-category select:-ms-input-placeholder {
      color: #adadad;
      opacity: 1; }
    .filter-category select:active, .filter-category select:focus {
      box-shadow: none;
      border-color: #3ba99f;
      outline: none;
      color: #3ba99f;
      /* firefox 19+ */
      /* ie */
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' viewBox='0 0 9 5'%3e%3cpath fill='%233ba99f' d='M9 .556A.563.563 0 0 0 8.438 0H.563A.563.563 0 0 0 0 .556a.549.549 0 0 0 .167.39L4.1 4.835a.557.557 0 0 0 .791 0L8.833.946A.549.549 0 0 0 9 .556z'/%3e%3c/svg%3e "); }
      .filter-category select:active::-webkit-input-placeholder, .filter-category select:focus::-webkit-input-placeholder {
        color: #3ba99f;
        opacity: 1; }
      .filter-category select:active::-moz-placeholder, .filter-category select:focus::-moz-placeholder {
        color: #3ba99f;
        opacity: 1; }
      .filter-category select:active:-ms-input-placeholder, .filter-category select:focus:-ms-input-placeholder {
        color: #3ba99f;
        opacity: 1; }

/*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;
    margin-right: 14px;
    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.09); }
      .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: 197px;
      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;
      min-height: 200px; }
      .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 !important;
        font-size: 17px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: normal;
        color: #000000;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .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: "Open Sans", sans-serif !important;
        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: "Open Sans", sans-serif !important;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.57;
        letter-spacing: normal;
        color: black; }
      .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: "Open Sans", sans-serif !important;
          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 {
          font-family: "Open Sans", sans-serif !important;
          font-size: 11px;
          font-weight: 700;
          font-stretch: normal;
          font-style: normal;
          line-height: 2.09;
          letter-spacing: normal;
          color: #989898;
          text-transform: uppercase;
          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.html");
            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 {
          font-family: "Open Sans", sans-serif !important;
          font-size: 11px;
          font-weight: 700;
          font-stretch: normal;
          font-style: normal;
          line-height: 2.09;
          letter-spacing: normal;
          color: #989898;
          text-transform: uppercase;
          position: relative; }
          .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: 0%;
            display: inline-block;
            height: 3px;
            margin: 0 5px;
            width: 3px;
            background: currentColor;
            position: relative; }
    @media (max-width: 1200px) {
      .container-blog-post .card,
      .container-blog-post .single-post {
        width: calc(50% - 14px); } }
    @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: "Open Sans", sans-serif !important;
  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: "Open Sans", sans-serif !important;
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1px;
    color: #0a3cab;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .section-category-news .card address {
    font-family: "Open Sans", sans-serif !important;
    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: "Open Sans", sans-serif !important;
    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 60px !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) .no-padding .content-page::before {
      display: none; }
  body:not(.home) .content-page {
    padding-top: 3rem; }
    body:not(.home) .content-page::before {
      content: "";
      display: block;
      width: calc(100% + 120px);
      height: 128px;
      box-shadow: 0 -7px 11px 0 rgba(0, 0, 0, 0.1);
      background-color: #ffffff;
      position: absolute;
      top: -50px;
      left: -60px;
      z-index: 5;
      display: none; }
    body:not(.home) .content-page article {
      position: relative;
      z-index: 6; }
  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: #e1016c;
      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: #000000;
        border-radius: 50%;
        display: inline-block;
        left: 0;
        margin-left: 0;
        margin-right: 5px;
        margin-top: 5px;
        position: absolute;
        top: 3px;
        width: 8px;
        height: 8px; }
      body:not(.home) ul.list li ul {
        padding-left: 0px;
        list-style: none;
        margin-top: 10px; }
        body:not(.home) ul.list li ul li::after {
          background: #000000; }
      body:not(.home) ul.list li ol {
        margin-top: 10px;
        padding: 0;
        list-style: none; }
  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-family: inherit;
        font-size: inherit;
        font-weight: 600;
        position: relative;
        margin-right: 15px; }
      body:not(.home) ol.list > li ol,
      body:not(.home) ol.list > li ol.list {
        counter-reset: item; }
        body:not(.home) ol.list > li ol > li:before,
        body:not(.home) ol.list > li ol.list > li:before {
          counter-increment: item;
          content: counters(item,".") " "; }
        body:not(.home) ol.list > li ol li:after,
        body:not(.home) ol.list > li ol.list li:after {
          display: none; }
    body:not(.home) ol.list li {
      position: relative;
      margin-bottom: 10px; }
      body:not(.home) ol.list li::after {
        background: transparent;
        border-radius: 0;
        color: #000000;
        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) .cd-timeline-content h1,
  body:not(.home) .cd-timeline-content h2,
  body:not(.home) .cd-timeline-content h3,
  body:not(.home) .cd-timeline-content h4,
  body:not(.home) .cd-timeline-content h5,
  body:not(.home) .cd-timeline-content h6,
  body:not(.home) .cd-timeline-content p,
  body:not(.home) .cd-timeline-content a,
  body:not(.home) .cd-timeline-content p a,
  body:not(.home) .cd-timeline-content li,
  body:not(.home) .cd-timeline-content li a {
    color: white; }
  body:not(.home) .cd-timeline-item-title {
    font-size: 27px; }
  body:not(.home) .et-ver-timeline-template-1 .et-content-outer-wrap {
    padding: 0; }
  body:not(.home) .yottie-widget-header,
  body:not(.home) .yottie-widget-header-classic,
  body:not(.home) .yottie-visible {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    max-width: 100%; }
    body:not(.home) .yottie-widget-header .yottie-widget-header-channel,
    body:not(.home) .yottie-widget-header-classic .yottie-widget-header-channel,
    body:not(.home) .yottie-visible .yottie-widget-header-channel {
      display: flex; }
  body:not(.home) .yottie-widget-header-channel-title a {
    white-space: normal; }
  body:not(.home) .yottie-widget-header-channel-title + .yottie-widget-header-channel-caption {
    white-space: normal; }
  body:not(.home) .yottie-widget-header-classic .yottie-widget-header-channel,
  body:not(.home) .yottie-widget-header-classic .yottie-widget-header-channel-inner {
    height: auto; }
  body:not(.home) .yottie-widget-header-channel-caption {
    -webkit-line-clamp: none;
    -webkit-box-orient: initial;
    max-height: inherit; }
  @media (max-width: 768px) {
    body:not(.home) .yottie-mw-640
    .yottie-widget-header-classic
    .yottie-widget-header-properties {
      margin-top: 30px; } }
  body:not(.home) .button-block a {
    margin-right: 10px;
    margin-bottom: 10px; }
  body:not(.home) .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0; }
  body:not(.home) .wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
    padding-right: 0; }
  body:not(.home) .wp-block-media-text .wp-block-media-text__content {
    margin-bottom: 50px; }
  body:not(.home) .wp-block-image img {
    width: 100%;
    height: auto; }
  body:not(.home) .wp-block-columns .wp-block-column {
    padding: 0; }
    body:not(.home) .wp-block-columns .wp-block-column:nth-child(1) {
      order: 1; }
  body:not(.home) .wp-block-media-text__media img {
    object-fit: contain;
    height: 100%; }
  body:not(.home) .custom-block {
    padding: 40px 0;
    /*--- Undesorder List ---*/
    /*--- Order List ---*/
    /*----- Order List ----- */ }
    @media (min-width: 768px) {
      body:not(.home) .custom-block {
        padding: 70px 0; } }
    @media (min-width: 992px) {
      body:not(.home) .custom-block {
        padding: 90px 0; } }
    body:not(.home) .custom-block.no-padding {
      padding: 0; }
    body:not(.home) .custom-block p:last-child {
      margin-bottom: 0; }
    body:not(.home) .custom-block .wp-block-button {
      margin-top: 23px; }
    body:not(.home) .custom-block ul {
      padding: 0;
      list-style: none; }
      body:not(.home) .custom-block ul br {
        display: none; }
      body:not(.home) .custom-block ul li {
        padding-left: 25px;
        position: relative;
        margin-bottom: 10px; }
        body:not(.home) .custom-block ul li::after {
          content: "";
          background: #000000;
          border-radius: 50%;
          display: inline-block;
          left: 0;
          margin-left: 0;
          margin-right: 5px;
          margin-top: 5px;
          position: absolute;
          top: 3px;
          width: 8px;
          height: 8px; }
        body:not(.home) .custom-block ul li ul {
          padding-left: 0px;
          list-style: none;
          margin-top: 10px; }
          body:not(.home) .custom-block ul li ul li::after {
            background: #000000; }
        body:not(.home) .custom-block ul li ol {
          margin-top: 10px;
          padding: 0;
          list-style: none; }
    body:not(.home) .custom-block ol {
      counter-reset: section;
      list-style-type: none;
      margin-bottom: 1rem;
      padding: 0;
      position: relative; }
      body:not(.home) .custom-block ol > li {
        display: table;
        padding-left: 0;
        counter-increment: item; }
        body:not(.home) .custom-block ol > li:before {
          counter-increment: section;
          content: counters(item,".") ". ";
          display: table-cell;
          padding-right: 0.6em;
          color: black;
          font-family: inherit;
          font-size: inherit;
          font-weight: 600;
          position: relative;
          margin-right: 15px; }
        body:not(.home) .custom-block ol > li ol,
        body:not(.home) .custom-block ol > li ol.list {
          counter-reset: item; }
          body:not(.home) .custom-block ol > li ol > li:before,
          body:not(.home) .custom-block ol > li ol.list > li:before {
            counter-increment: item;
            content: counters(item,".") " "; }
          body:not(.home) .custom-block ol > li ol li:after,
          body:not(.home) .custom-block ol > li ol.list li:after {
            display: none; }
      body:not(.home) .custom-block ol li {
        position: relative;
        margin-bottom: 10px; }
        body:not(.home) .custom-block ol li::after {
          background: transparent;
          border-radius: 0;
          color: #000000;
          display: inline-block;
          font-size: inherit;
          font-weight: bold;
          left: 0;
          padding-right: 0;
          position: absolute;
          top: 0; }
        body:not(.home) .custom-block ol li ol {
          margin-top: 10px;
          padding: 0;
          list-style: none; }
          body:not(.home) .custom-block ol li ol ol {
            margin-left: 42px; }
  body:not(.home) .image-pop-up-block .row {
    margin-bottom: 1.5rem; }
    body:not(.home) .image-pop-up-block .row:last-child {
      margin-bottom: 0; }
  body:not(.home) .image-pop-up-block .col-12 {
    margin-bottom: 1.5rem; }
    body:not(.home) .image-pop-up-block .col-12:last-child {
      margin-bottom: 0; }
  body:not(.home) .image-pop-up-block img {
    width: 100%; }
  body:not(.home) .custom-default-sponsors-block h1,
  body:not(.home) .custom-default-sponsors-block h2,
  body:not(.home) .custom-default-sponsors-block h3,
  body:not(.home) .custom-default-sponsors-block h4,
  body:not(.home) .custom-default-sponsors-block h5,
  body:not(.home) .custom-default-sponsors-block h6 {
    margin-bottom: 50px; }
  body:not(.home) .custom-default-sponsors-block .sponsors-container {
    overflow: hidden; }
  body:not(.home) .custom-default-sponsors-block .swiper-wrapper {
    align-items: center; }
  body:not(.home) .custom-default-sponsors-block .swiper-pagination {
    position: relative;
    display: flex;
    justify-content: center; }
  body:not(.home) .custom-default-sponsors-block .swiper-pagination-bullet {
    opacity: 1;
    background-color: white;
    border: 2px solid #707070;
    margin: 0 10px;
    width: 12px;
    height: 12px;
    outline: none;
    box-shadow: none; }
  body:not(.home) .custom-default-sponsors-block .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0b44c3;
    border-color: #0b44c3; }
  body:not(.home) .custom-swiper-block {
    position: relative; }
    body:not(.home) .custom-swiper-block h1,
    body:not(.home) .custom-swiper-block h2,
    body:not(.home) .custom-swiper-block h3,
    body:not(.home) .custom-swiper-block h4,
    body:not(.home) .custom-swiper-block h5,
    body:not(.home) .custom-swiper-block h6 {
      color: #0a3cab; }
    body:not(.home) .custom-swiper-block .card {
      margin: 3px; }
      body:not(.home) .custom-swiper-block .card:hover {
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); }
    body:not(.home) .custom-swiper-block .img-wrap {
      height: 182px; }
    @media (min-width: 768px) {
      body:not(.home) .custom-swiper-block .card-body {
        padding: 39px; } }
    body:not(.home) .custom-swiper-block .card-title {
      font-size: 18px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.22;
      letter-spacing: normal;
      color: #0a3cab;
      margin-bottom: 16px;
      text-transform: uppercase; }
    body:not(.home) .custom-swiper-block .card-text p,
    body:not(.home) .custom-swiper-block .card-text li {
      font-size: 16px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: 0.32px;
      color: #000; }
    body:not(.home) .custom-swiper-block .link {
      margin-top: 32px; }
    body:not(.home) .custom-swiper-block .swiper-button-next,
    body:not(.home) .custom-swiper-block .swiper-button-prev {
      width: 22px;
      height: 18px;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='21.588' height='14.917' viewBox='0 0 21.588 14.917'%3e%3cdefs%3e%3cstyle%3e .cls-1%7bfill:none;stroke:%2397999b;stroke-width:2px%7d %3c/style%3e%3c/defs%3e%3cg id='arrow-icon' transform='translate(21.588 0.752) rotate(90)'%3e%3cpath id='Path_3' d='M0 0v19.622' class='cls-1' transform='translate(6.425 0)'/%3e%3cpath id='Path_4' d='M0 0l6.352 7.243L13.451 0' class='cls-1' transform='translate(0 12.875)'/%3e%3c/g%3e%3c/svg%3e ");
      background-size: contain;
      background-repeat: no-repeat;
      outline: none; }
      body:not(.home) .custom-swiper-block .swiper-button-next::after,
      body:not(.home) .custom-swiper-block .swiper-button-prev::after {
        display: none; }
      body:not(.home) .custom-swiper-block .swiper-button-next:hover,
      body:not(.home) .custom-swiper-block .swiper-button-prev:hover {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='21.588' height='14.917' viewBox='0 0 21.588 14.917'%3e%3cdefs%3e%3cstyle%3e .cls-1%7bfill:none;stroke:%230038ae;stroke-width:2px%7d %3c/style%3e%3c/defs%3e%3cg id='arrow-icon' transform='translate(21.588 0.752) rotate(90)'%3e%3cpath id='Path_3' d='M0 0v19.622' class='cls-1' transform='translate(6.425 0)'/%3e%3cpath id='Path_4' d='M0 0l6.352 7.243L13.451 0' class='cls-1' transform='translate(0 12.875)'/%3e%3c/g%3e%3c/svg%3e "); }
    body:not(.home) .custom-swiper-block .swiper-button-next {
      transform: scaleX(-1); }
  body:not(.home) .custom-full-images-block {
    padding: 0; }
  body:not(.home) .custom-featured-story-block {
    background-color: #d4d2d2; }
    body:not(.home) .custom-featured-story-block .card {
      box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.16); }
      @media (min-width: 768px) {
        body:not(.home) .custom-featured-story-block .card {
          padding: 30px;
          margin-top: -130px; } }
      @media (min-width: 992px) {
        body:not(.home) .custom-featured-story-block .card {
          padding: 58px 88px 54px 85px;
          margin-top: -160px; }
          body:not(.home) .custom-featured-story-block .card .card-body {
            padding: 0; } }
    body:not(.home) .custom-featured-story-block .time {
      font-size: 15px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.4;
      letter-spacing: normal;
      color: #e1016c;
      text-transform: uppercase; }
    body:not(.home) .custom-featured-story-block .card-title {
      font-family: "Montserrat", sans-serif !important;
      font-size: 22px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.27;
      letter-spacing: normal;
      text-align: left;
      color: #000000;
      margin-bottom: 24px; }
    body:not(.home) .custom-featured-story-block .img-wrap {
      margin: 0;
      border-radius: 0; }
      body:not(.home) .custom-featured-story-block .img-wrap img {
        height: 100%; }
  body:not(.home) .custom-news-directory-block {
    background-image: url("../images/related-content-block-bacground.html");
    background-size: 100% 100%; }
    body:not(.home) .custom-news-directory-block .filter-container form {
      display: flex;
      flex-direction: column; }
      @media (min-width: 768px) {
        body:not(.home) .custom-news-directory-block .filter-container form {
          flex-direction: row;
          align-items: center; }
          body:not(.home) .custom-news-directory-block .filter-container form * {
            margin-right: 55px;
            margin-bottom: 0 !important; }
            body:not(.home) .custom-news-directory-block .filter-container form *:last-child {
              margin-right: 0; } }
      body:not(.home) .custom-news-directory-block .filter-container form * {
        margin-bottom: 15px; }
        body:not(.home) .custom-news-directory-block .filter-container form *:last-child {
          margin-bottom: 0; }
    body:not(.home) .custom-news-directory-block .filter-container label {
      font-family: "Montserrat", sans-serif !important;
      font-size: 31px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.2;
      letter-spacing: normal;
      color: #000000;
      flex-shrink: 0; }
    body:not(.home) .custom-news-directory-block .filter-container select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='3' viewBox='0 0 8 3'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg stroke='%239d9da6'%3e%3cpath d='M331 36L334 39 337 36' transform='translate(-494.000000, -8369.000000) translate(164.000000, 8333.000000)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
      background-repeat: no-repeat;
      background-size: 9px 5px;
      background-position: calc(100% - 20px) center;
      line-height: 1.5em !important;
      padding: 12px 22px !important;
      transition: all 0.4s ease;
      color: #9d9da6;
      border-radius: 3px;
      border: 1px solid #9d9da6;
      min-width: 228px; }
      body:not(.home) .custom-news-directory-block .filter-container select option {
        height: 50px;
        color: #9d9da6; }
      body:not(.home) .custom-news-directory-block .filter-container select:focus, body:not(.home) .custom-news-directory-block .filter-container select:active {
        border-color: #e1016c;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='3' viewBox='0 0 8 3'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg stroke='%23ebb967'%3e%3cpath d='M331 36L334 39 337 36' transform='translate(-494.000000, -8369.000000) translate(164.000000, 8333.000000)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
        transition: all 0.4s ease;
        box-shadow: none;
        outline: none;
        color: #e1016c; }
    body:not(.home) .custom-news-directory-block .filter-container input[type="submit"],
    body:not(.home) .custom-news-directory-block .filter-container input.button {
      border-radius: 40px;
      background-color: #e1016c;
      border: 2px solid #e1016c;
      border: none;
      color: white;
      cursor: pointer;
      display: inline-block;
      font-family: "Open Sans", sans-serif !important;
      font-size: 18px;
      font-stretch: normal;
      font-style: normal;
      font-weight: 700;
      letter-spacing: normal;
      line-height: 1.44;
      margin: 0;
      max-width: 100%;
      min-width: 142px;
      opacity: 1;
      padding: 12px 40px 11px 41px;
      position: relative;
      text-align: center;
      text-decoration: none;
      text-transform: none;
      box-shadow: 0 2px 15px 0 rgba(39, 59, 80, 0.19); }
      body:not(.home) .custom-news-directory-block .filter-container input[type="submit"]:hover, body:not(.home) .custom-news-directory-block .filter-container input[type="submit"]:focus, body:not(.home) .custom-news-directory-block .filter-container input[type="submit"]:active,
      body:not(.home) .custom-news-directory-block .filter-container input.button:hover,
      body:not(.home) .custom-news-directory-block .filter-container input.button:focus,
      body:not(.home) .custom-news-directory-block .filter-container input.button:active {
        background-color: #e97d1e;
        border-color: #e97d1e;
        box-shadow: 0 2px 15px 0 rgba(152, 109, 40, 0.3);
        color: #ffffff;
        text-decoration: none; }
    body:not(.home) .custom-news-directory-block .card {
      background-color: transparent; }
      @media (min-width: 1200px) {
        body:not(.home) .custom-news-directory-block .card {
          padding: 25.7px 84px 24.7px 27px; }
          body:not(.home) .custom-news-directory-block .card:hover {
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            background: #e1016c; }
            body:not(.home) .custom-news-directory-block .card:hover .time,
            body:not(.home) .custom-news-directory-block .card:hover .card-title,
            body:not(.home) .custom-news-directory-block .card:hover .card-text p {
              color: white; }
            body:not(.home) .custom-news-directory-block .card:hover .card-body {
              border-color: white; }
          body:not(.home) .custom-news-directory-block .card .card-body {
            padding-left: 59px; } }
    body:not(.home) .custom-news-directory-block .card-body {
      border-left: solid 1px #e1016c; }
    body:not(.home) .custom-news-directory-block .time {
      font-family: "Open Sans", sans-serif !important;
      font-size: 12px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.08;
      letter-spacing: normal;
      color: #e1016c;
      margin-bottom: 7px;
      text-transform: uppercase; }
    body:not(.home) .custom-news-directory-block .card-title {
      font-family: "Montserrat", sans-serif !important;
      font-size: 22px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      color: #000000;
      margin-bottom: 12px; }
    body:not(.home) .custom-news-directory-block .card-text p {
      font-size: 16px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      color: black; }
      body:not(.home) .custom-news-directory-block .card-text p:last-child {
        margin-bottom: 0; }
  body:not(.home) .custom-tickets-block .card {
    background-color: #f7f7f7;
    background-image: url("../images/calendar-icon.html");
    background-size: 31.5px 31.5px;
    background-position: calc(100% - 15px) 10px;
    background-repeat: no-repeat; }
  @media (min-width: 768px) {
    body:not(.home) .custom-tickets-block .card-body {
      padding: 15px 56px 29px; } }
  body:not(.home) .custom-tickets-block .time {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #e1016c;
    margin-bottom: 16px;
    text-transform: uppercase; }
  body:not(.home) .custom-tickets-block .card-title {
    font-family: "Montserrat", sans-serif !important;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 0; }
  body:not(.home) .custom-tickets-block address {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 0; }
  body:not(.home) .custom-tickets-block .card-text {
    margin-top: 28px; }
  body:not(.home) .custom-tickets-block p {
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #000000; }
  body:not(.home) .custom-tickets-block .img-wrap {
    background-color: gray;
    margin: 0; }
    @media (min-width: 768px) {
      body:not(.home) .custom-tickets-block .img-wrap {
        height: 488px; } }
    body:not(.home) .custom-tickets-block .img-wrap img {
      object-fit: cover; }
  body:not(.home) .custom-events-description-text-block blockquote {
    margin: 27px 0 37px;
    padding: 37px 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal; }
    body:not(.home) .custom-events-description-text-block blockquote p,
    body:not(.home) .custom-events-description-text-block blockquote li,
    body:not(.home) .custom-events-description-text-block blockquote cite {
      font-size: 18px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.33;
      letter-spacing: normal; }
  body:not(.home) .custom-feature-events-list-block .img-wrap {
    background-color: gray;
    margin: 0; }
    @media (min-width: 768px) {
      body:not(.home) .custom-feature-events-list-block .img-wrap {
        height: 488px; } }
    body:not(.home) .custom-feature-events-list-block .img-wrap img {
      object-fit: contain; }
  body:not(.home) .custom-feature-events-list-block .link {
    margin-top: 30px; }
  body:not(.home) .custom-feature-events-list-block ul.list li {
    padding-left: 60px;
    margin-bottom: 35px; }
    body:not(.home) .custom-feature-events-list-block ul.list li:last-child {
      margin-bottom: 0; }
    body:not(.home) .custom-feature-events-list-block ul.list li::after {
      width: 31.8px;
      height: 2px;
      border-radius: 0;
      top: 7px;
      background: currentColor; }
  body:not(.home) .custom-image-map-whit-card-block {
    position: relative;
    min-height: 500px; }
    @media (min-width: 768px) {
      body:not(.home) .custom-image-map-whit-card-block .card {
        position: absolute;
        width: 50%;
        margin-left: auto;
        right: 0; }
      body:not(.home) .custom-image-map-whit-card-block .container {
        z-index: 5;
        height: 0; } }
    body:not(.home) .custom-image-map-whit-card-block .img-wrap,
    body:not(.home) .custom-image-map-whit-card-block .map-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      body:not(.home) .custom-image-map-whit-card-block .img-wrap .tribe-events-venue-map,
      body:not(.home) .custom-image-map-whit-card-block .map-container .tribe-events-venue-map {
        width: 100%;
        height: 100%;
        margin: 0; }
        body:not(.home) .custom-image-map-whit-card-block .img-wrap .tribe-events-venue-map #tribe-events-gmap-0,
        body:not(.home) .custom-image-map-whit-card-block .map-container .tribe-events-venue-map #tribe-events-gmap-0 {
          height: 100% !important; }
      body:not(.home) .custom-image-map-whit-card-block .img-wrap .tribe-events-venue-map > div,
      body:not(.home) .custom-image-map-whit-card-block .img-wrap .tribe-events-venue-map > iframe,
      body:not(.home) .custom-image-map-whit-card-block .map-container .tribe-events-venue-map > div,
      body:not(.home) .custom-image-map-whit-card-block .map-container .tribe-events-venue-map > iframe {
        max-height: 100% !important; }
    body:not(.home) .custom-image-map-whit-card-block .img-wrap {
      margin: 0;
      border-radius: 0; }
      body:not(.home) .custom-image-map-whit-card-block .img-wrap img {
        height: 100%; }
    body:not(.home) .custom-image-map-whit-card-block .container {
      position: relative;
      z-index: 5; }
    body:not(.home) .custom-image-map-whit-card-block .card {
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
      background-color: #e1016c; }
    @media (min-width: 992px) {
      body:not(.home) .custom-image-map-whit-card-block .card-body {
        padding: 32px 85px 28px; } }
    body:not(.home) .custom-image-map-whit-card-block .card-title {
      font-family: "Montserrat", sans-serif !important;
      font-size: 31px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.1;
      letter-spacing: normal;
      color: white;
      margin-bottom: 10px; }
    body:not(.home) .custom-image-map-whit-card-block .card-text p,
    body:not(.home) .custom-image-map-whit-card-block .card-text address {
      color: white; }
  body:not(.home) .custom-donate-form-block {
    position: relative;
    padding-top: 90px; }
    body:not(.home) .custom-donate-form-block .img-wrap {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%; }
      body:not(.home) .custom-donate-form-block .img-wrap::before {
        opacity: 0.6;
        background-image: linear-gradient(to top, rgba(122, 122, 122, 0) 67%, #000000 98%);
        z-index: 2; }
      body:not(.home) .custom-donate-form-block .img-wrap img {
        height: 100%; }
      body:not(.home) .custom-donate-form-block .img-wrap:after {
        content: "";
        display: none;
        width: 100%;
        height: 100%;
        opacity: 0.37;
        background-image: linear-gradient(to top, #000000 31%, rgba(0, 0, 0, 0.99) 31%, #000000 37%, rgba(44, 44, 44, 0) 55%, rgba(99, 99, 99, 0) 73%, rgba(216, 216, 216, 0) 73%);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2; }
    body:not(.home) .custom-donate-form-block .container {
      position: relative;
      z-index: 5; }
    body:not(.home) .custom-donate-form-block .donate-form-container {
      border-radius: 4px;
      box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
      background-color: #ffffff;
      min-height: 455px;
      padding: 25px; }
      @media (min-width: 768px) {
        body:not(.home) .custom-donate-form-block .donate-form-container {
          padding: 33px 32.5px 37px 34px; } }
    body:not(.home) .custom-donate-form-block .offset-lg-1 h1,
    body:not(.home) .custom-donate-form-block .offset-lg-1 h2,
    body:not(.home) .custom-donate-form-block .offset-lg-1 h3,
    body:not(.home) .custom-donate-form-block .offset-lg-1 h4,
    body:not(.home) .custom-donate-form-block .offset-lg-1 h5,
    body:not(.home) .custom-donate-form-block .offset-lg-1 h6,
    body:not(.home) .custom-donate-form-block .offset-lg-1 p,
    body:not(.home) .custom-donate-form-block .offset-lg-1 p a {
      color: white; }
    body:not(.home) .custom-donate-form-block .offset-lg-1 h2 {
      font-size: 43px;
      line-height: 1.19;
      text-shadow: 0 0 11px rgba(0, 0, 0, 0.82); }
    @media (min-width: 768px) {
      body:not(.home) .custom-donate-form-block {
        padding-top: 160px !important; } }
    @media (min-width: 992px) {
      body:not(.home) .custom-donate-form-block {
        padding-top: 180px !important; } }
    @media (min-width: 1200px) {
      body:not(.home) .custom-donate-form-block {
        padding-top: 200px !important; } }
  body:not(.home) .custom-other-ways-block {
    position: relative; }
    body:not(.home) .custom-other-ways-block .container {
      position: relative;
      z-index: 5; }
    body:not(.home) .custom-other-ways-block .card {
      box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.46); }
    body:not(.home) .custom-other-ways-block .row .col-12 + .col-12 {
      counter-increment: item; }
      body:not(.home) .custom-other-ways-block .row .col-12 + .col-12 .card-body:before {
        counter-increment: section;
        content: counters(item,".");
        font-family: "Montserrat", sans-serif !important;
        font-size: 31px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.03;
        letter-spacing: normal;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 14px;
        background-color: #ffffff;
        color: #e1016c;
        position: relative; }
    @media (min-width: 768px) {
      body:not(.home) .custom-other-ways-block .row .col-12:nth-child(1) {
        order: 2; }
      body:not(.home) .custom-other-ways-block .row .col-12:nth-child(2) {
        order: 1; }
      body:not(.home) .custom-other-ways-block .row .col-12:nth-child(3) {
        order: 4;
        margin-left: 50%;
        margin-top: -40px; }
      body:not(.home) .custom-other-ways-block .row .col-12:nth-child(4) {
        order: 4;
        margin-top: -214px; }
      body:not(.home) .custom-other-ways-block .row .col-12:nth-child(5) {
        order: 5;
        margin-left: 50%;
        margin-top: -50px; }
      body:not(.home) .custom-other-ways-block .row .col-12:nth-child(6) {
        order: 6;
        margin-right: 50%;
        margin-top: -40px; }
      body:not(.home) .custom-other-ways-block .row .col-12:nth-child(7) {
        order: 7;
        margin-left: 50%;
        margin-top: -50px; } }
    body:not(.home) .custom-other-ways-block .card-body {
      align-items: flex-start;
      padding-top: 50px;
      padding-bottom: 50px; }
      @media (min-width: 992px) {
        body:not(.home) .custom-other-ways-block .card-body {
          padding: 53.2px 86px 53.8px; } }
    body:not(.home) .custom-other-ways-block .img-wrap {
      margin: 0;
      border-radius: 0; }
      body:not(.home) .custom-other-ways-block .img-wrap::before {
        opacity: 0.6;
        background-color: #000000;
        z-index: 2; }
      body:not(.home) .custom-other-ways-block .img-wrap img {
        height: 100%; }
    body:not(.home) .custom-other-ways-block .card-title {
      font-family: "Montserrat", sans-serif !important;
      font-size: 31px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.03;
      letter-spacing: normal;
      color: #ffffff;
      margin-bottom: 10px; }
    @media (min-width: 992px) {
      body:not(.home) .custom-other-ways-block .card-text {
        width: 314px; } }
    body:not(.home) .custom-other-ways-block .card-text p {
      font-size: 18px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.33;
      letter-spacing: normal;
      text-align: left;
      color: #ffffff; }
    body:not(.home) .custom-other-ways-block .link {
      margin-top: 24px; }
      body:not(.home) .custom-other-ways-block .link:hover {
        filter: invert(1); }
    body:not(.home) .custom-other-ways-block .info-wrap h2 {
      margin-bottom: 10px;
      line-height: 1.03; }
    @media (min-width: 768px) {
      body:not(.home) .custom-other-ways-block .info-wrap {
        padding-left: 1.125rem; } }
    @media (min-width: 992px) {
      body:not(.home) .custom-other-ways-block .info-wrap {
        padding-left: 0;
        margin-left: 86px;
        width: 379px; } }
  body:not(.home) .custom-featured-membership-block blockquote {
    margin: 27px 0 37px;
    padding: 37px 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal; }
    body:not(.home) .custom-featured-membership-block blockquote p,
    body:not(.home) .custom-featured-membership-block blockquote li,
    body:not(.home) .custom-featured-membership-block blockquote cite {
      font-size: 18px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.33;
      letter-spacing: normal; }
  @media (min-width: 768px) {
    body:not(.home) .custom-featured-membership-block .card {
      margin-top: -150px; }
      body:not(.home) .custom-featured-membership-block .card .card-body {
        padding-top: 80px; } }
  body:not(.home) .custom-benefits-block {
    background-image: url("../images/custom-benefits-background.html");
    background-size: auto 100%; }
    body:not(.home) .custom-benefits-block .left-side h1,
    body:not(.home) .custom-benefits-block .left-side h2,
    body:not(.home) .custom-benefits-block .left-side h3,
    body:not(.home) .custom-benefits-block .left-side h4,
    body:not(.home) .custom-benefits-block .left-side h5,
    body:not(.home) .custom-benefits-block .left-side h6 {
      margin-bottom: 55px; }
    body:not(.home) .custom-benefits-block .card {
      background: transparent; }
    body:not(.home) .custom-benefits-block .img-wrap {
      width: 63px;
      height: 63px;
      margin: 0; }
      body:not(.home) .custom-benefits-block .img-wrap img {
        height: 100%; }
    body:not(.home) .custom-benefits-block .card-body {
      padding-top: 24px;
      padding-left: 0; }
    body:not(.home) .custom-benefits-block .card-title {
      font-family: "Montserrat", sans-serif !important;
      font-size: 22px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.45;
      letter-spacing: normal;
      color: #072b7b; }
    body:not(.home) .custom-benefits-block .card-text p {
      font-size: 16px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      color: #000000;
      margin-bottom: 0; }
    body:not(.home) .custom-benefits-block .membership-form-container {
      padding: 30px;
      min-height: 532px;
      position: relative; }
      body:not(.home) .custom-benefits-block .membership-form-container h1,
      body:not(.home) .custom-benefits-block .membership-form-container h2,
      body:not(.home) .custom-benefits-block .membership-form-container h3,
      body:not(.home) .custom-benefits-block .membership-form-container h4,
      body:not(.home) .custom-benefits-block .membership-form-container h5,
      body:not(.home) .custom-benefits-block .membership-form-container h6,
      body:not(.home) .custom-benefits-block .membership-form-container p,
      body:not(.home) .custom-benefits-block .membership-form-container .membership-form {
        position: relative;
        z-index: 5; }
        body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gf_page_steps,
        body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gf_page_steps,
        body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gf_page_steps,
        body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gf_page_steps,
        body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gf_page_steps,
        body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gf_page_steps,
        body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gf_page_steps,
        body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gf_page_steps {
          border: none !important;
          display: flex;
          justify-content: space-between; }
        body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gf_step,
        body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gf_step,
        body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gf_step,
        body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gf_step,
        body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gf_step,
        body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gf_step,
        body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gf_step,
        body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gf_step {
          margin: 0 !important;
          text-align: center;
          height: auto !important;
          border-bottom: 2px solid #d4d2d2;
          opacity: 1 !important;
          padding-bottom: 14px;
          width: calc(100% / 3);
          display: flex;
          flex-direction: column; }
          body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gf_step .gf_step_number,
          body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gf_step .gf_step_number,
          body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gf_step .gf_step_number,
          body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gf_step .gf_step_number,
          body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gf_step .gf_step_number,
          body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gf_step .gf_step_number,
          body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gf_step .gf_step_number,
          body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gf_step .gf_step_number {
            display: flex !important;
            justify-content: center;
            align-items: center;
            font-family: "Open Sans", sans-serif !important;
            font-size: 14px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1;
            letter-spacing: normal;
            color: #868686;
            margin: 0 auto 14px !important;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background-color: #e8e8e8; }
            body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gf_step .gf_step_number::before, body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gf_step .gf_step_number::after,
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gf_step .gf_step_number::before,
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gf_step .gf_step_number::after,
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gf_step .gf_step_number::before,
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gf_step .gf_step_number::after,
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gf_step .gf_step_number::before,
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gf_step .gf_step_number::after,
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gf_step .gf_step_number::before,
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gf_step .gf_step_number::after,
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gf_step .gf_step_number::before,
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gf_step .gf_step_number::after,
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gf_step .gf_step_number::before,
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gf_step .gf_step_number::after,
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gf_step .gf_step_number::before,
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gf_step .gf_step_number::after {
              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%); }
          body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gf_step .gf_step_label,
          body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gf_step .gf_step_label,
          body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gf_step .gf_step_label,
          body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gf_step .gf_step_label,
          body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gf_step .gf_step_label,
          body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gf_step .gf_step_label,
          body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gf_step .gf_step_label,
          body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gf_step .gf_step_label {
            font-family: "Open Sans", sans-serif !important;
            font-size: 16px !important;
            font-weight: normal !important;
            font-stretch: normal;
            font-style: normal;
            line-height: 1;
            letter-spacing: normal;
            color: #767676 !important;
            padding: 0 !important; }
          body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gf_step.gf_step_active,
          body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gf_step.gf_step_active,
          body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gf_step.gf_step_active,
          body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gf_step.gf_step_active,
          body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gf_step.gf_step_active,
          body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gf_step.gf_step_active,
          body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gf_step.gf_step_active,
          body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gf_step.gf_step_active {
            border-color: #e1016c; }
            body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gf_step.gf_step_active .gf_step_label,
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gf_step.gf_step_active .gf_step_label,
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gf_step.gf_step_active .gf_step_label,
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gf_step.gf_step_active .gf_step_label,
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gf_step.gf_step_active .gf_step_label,
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gf_step.gf_step_active .gf_step_label,
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gf_step.gf_step_active .gf_step_label,
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gf_step.gf_step_active .gf_step_label {
              color: #e97d1e !important;
              font-weight: 700 !important; }
        body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_body,
        body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_body,
        body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_body,
        body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_body,
        body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_body,
        body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_body,
        body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_body,
        body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_body {
          margin-bottom: 25px; }
          body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_body .gfield_label,
          body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_body .gfield_label,
          body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_body .gfield_label,
          body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_body .gfield_label,
          body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_body .gfield_label,
          body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_body .gfield_label,
          body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_body .gfield_label,
          body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_body .gfield_label {
            font-family: "Montserrat", sans-serif !important;
            font-size: 22px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.45;
            letter-spacing: normal;
            text-align: left;
            color: #e1016c; }
          body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_body .ginput_container_radio,
          body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_body .ginput_container_radio,
          body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_body .ginput_container_radio,
          body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_body .ginput_container_radio,
          body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_body .ginput_container_radio,
          body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_body .ginput_container_radio,
          body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_body .ginput_container_radio,
          body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_body .ginput_container_radio {
            /*RADIO Button circular style*/ }
            body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio input,
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio input,
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio input,
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio input,
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio input,
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio input,
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_body .ginput_container_radio .gfield_radio input,
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_body .ginput_container_radio .gfield_radio input {
              cursor: pointer;
              height: 100%;
              opacity: 0;
              position: absolute;
              width: 100%;
              z-index: 1; }
            body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked + label,
            body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label,
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked + label,
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label,
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked + label,
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label,
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked + label,
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label,
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked + label,
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label,
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked + label,
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label,
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked + label,
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label,
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked + label,
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label {
              font-family: "Open Sans", sans-serif !important;
              color: #232021;
              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; }
              body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked + label::after,
              body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label::after,
              body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked + label::after,
              body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label::after,
              body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked + label::after,
              body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label::after,
              body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked + label::after,
              body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label::after,
              body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked + label::after,
              body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label::after,
              body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked + label::after,
              body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label::after,
              body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked + label::after,
              body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label::after,
              body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked + label::after,
              body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label::after {
                content: "";
                -webkit-transition: all 0.2s ease;
                background: #e1016c;
                border-radius: 50%;
                border: 4px solid #e1016c;
                height: 14px;
                left: 0;
                position: absolute;
                top: 7px;
                transition: all 0.2s ease;
                width: 14px;
                z-index: -1; }
            body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked,
            body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked),
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked,
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked),
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked,
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked),
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked,
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked),
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked,
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked),
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked,
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked),
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked,
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked),
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:checked,
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) {
              position: relative;
              left: -9999px;
              margin: 0 !important;
              width: 0;
              height: 0; }
            body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label:after,
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label:after,
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label:after,
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label:after,
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label:after,
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label:after,
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label:after,
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_body .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label:after {
              content: "";
              transition: all 0.2s ease;
              -webkit-transform: scale(1);
              transform: scale(1);
              border: 4px solid #e5e5e5;
              background: transparent; }
        body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_page_footer,
        body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_page_footer,
        body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_page_footer,
        body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_page_footer,
        body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_page_footer,
        body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_page_footer,
        body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_page_footer,
        body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_page_footer {
          text-align: center;
          border: none;
          display: flex;
          justify-content: center; }
          body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_page_footer input[type="submit"],
          body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_page_footer input.button,
          body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_page_footer input[type="submit"],
          body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_page_footer input.button,
          body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_page_footer input[type="submit"],
          body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_page_footer input.button,
          body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_page_footer input[type="submit"],
          body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_page_footer input.button,
          body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_page_footer input[type="submit"],
          body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_page_footer input.button,
          body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_page_footer input[type="submit"],
          body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_page_footer input.button,
          body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_page_footer input[type="submit"],
          body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_page_footer input.button,
          body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_page_footer input[type="submit"],
          body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_page_footer input.button {
            background-color: #e1016c;
            border-radius: 100px;
            border: 2px solid #e1016c;
            color: white;
            cursor: pointer;
            display: inline-block;
            font-family: "Open Sans", sans-serif !important;
            font-size: 18px !important;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.22;
            letter-spacing: normal;
            margin: 0;
            margin-right: 15px;
            max-width: 100%;
            min-width: 124px;
            opacity: 1;
            padding: 10px 15px !important;
            position: relative;
            text-align: center;
            text-decoration: none;
            text-transform: none; }
            body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_page_footer input[type="submit"]:last-child,
            body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_page_footer input.button:last-child,
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_page_footer input[type="submit"]:last-child,
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_page_footer input.button:last-child,
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_page_footer input[type="submit"]:last-child,
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_page_footer input.button:last-child,
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_page_footer input[type="submit"]:last-child,
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_page_footer input.button:last-child,
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_page_footer input[type="submit"]:last-child,
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_page_footer input.button:last-child,
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_page_footer input[type="submit"]:last-child,
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_page_footer input.button:last-child,
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_page_footer input[type="submit"]:last-child,
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_page_footer input.button:last-child,
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_page_footer input[type="submit"]:last-child,
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_page_footer input.button:last-child {
              margin-right: 0; }
            body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_page_footer input[type="submit"]:hover, body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_page_footer input[type="submit"]:focus, body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_page_footer input[type="submit"]:active,
            body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_page_footer input.button:hover,
            body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_page_footer input.button:focus,
            body:not(.home) .custom-benefits-block .membership-form-container h1 .gform_wrapper .gform_page_footer input.button:active,
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_page_footer input[type="submit"]:hover,
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_page_footer input[type="submit"]:focus,
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_page_footer input[type="submit"]:active,
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_page_footer input.button:hover,
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_page_footer input.button:focus,
            body:not(.home) .custom-benefits-block .membership-form-container h2 .gform_wrapper .gform_page_footer input.button:active,
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_page_footer input[type="submit"]:hover,
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_page_footer input[type="submit"]:focus,
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_page_footer input[type="submit"]:active,
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_page_footer input.button:hover,
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_page_footer input.button:focus,
            body:not(.home) .custom-benefits-block .membership-form-container h3 .gform_wrapper .gform_page_footer input.button:active,
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_page_footer input[type="submit"]:hover,
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_page_footer input[type="submit"]:focus,
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_page_footer input[type="submit"]:active,
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_page_footer input.button:hover,
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_page_footer input.button:focus,
            body:not(.home) .custom-benefits-block .membership-form-container h4 .gform_wrapper .gform_page_footer input.button:active,
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_page_footer input[type="submit"]:hover,
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_page_footer input[type="submit"]:focus,
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_page_footer input[type="submit"]:active,
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_page_footer input.button:hover,
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_page_footer input.button:focus,
            body:not(.home) .custom-benefits-block .membership-form-container h5 .gform_wrapper .gform_page_footer input.button:active,
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_page_footer input[type="submit"]:hover,
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_page_footer input[type="submit"]:focus,
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_page_footer input[type="submit"]:active,
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_page_footer input.button:hover,
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_page_footer input.button:focus,
            body:not(.home) .custom-benefits-block .membership-form-container h6 .gform_wrapper .gform_page_footer input.button:active,
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_page_footer input[type="submit"]:hover,
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_page_footer input[type="submit"]:focus,
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_page_footer input[type="submit"]:active,
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_page_footer input.button:hover,
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_page_footer input.button:focus,
            body:not(.home) .custom-benefits-block .membership-form-container p .gform_wrapper .gform_page_footer input.button:active,
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_page_footer input[type="submit"]:hover,
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_page_footer input[type="submit"]:focus,
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_page_footer input[type="submit"]:active,
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_page_footer input.button:hover,
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_page_footer input.button:focus,
            body:not(.home) .custom-benefits-block .membership-form-container .membership-form .gform_wrapper .gform_page_footer input.button:active {
              background-color: #d4d2d2;
              border-color: #d4d2d2;
              color: #888888;
              text-decoration: none; }
      @media (min-width: 768px) {
        body:not(.home) .custom-benefits-block .membership-form-container h2 {
          font-size: 38px; } }
      body:not(.home) .custom-benefits-block .membership-form-container::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.16);
        position: absolute;
        top: 0;
        left: 0; }
      @media (min-width: 768px) {
        body:not(.home) .custom-benefits-block .membership-form-container {
          padding: 39px 85px 47px; } }
      @media (min-width: 992px) {
        body:not(.home) .custom-benefits-block .membership-form-container::before {
          width: calc(100% + ((100vw - 930px) / 2)); } }
      @media (min-width: 1200px) {
        body:not(.home) .custom-benefits-block .membership-form-container::before {
          width: calc(100% + ((100vw - 1110px) / 2)); } }
  @media (min-width: 1200px) {
    body:not(.home) .custom-benefits-table-block .navigation-container {
      display: none; } }
  body:not(.home) .custom-benefits-table-block .swiper-button-next,
  body:not(.home) .custom-benefits-table-block .swiper-button-prev {
    outline: none;
    box-shadow: none; }
  body:not(.home) .custom-benefits-table-block .swiper-button-next:after,
  body:not(.home) .custom-benefits-table-block .swiper-button-prev:after {
    color: #e1016c;
    outline: none;
    box-shadow: none; }
  body:not(.home) .custom-benefits-table-block h2 {
    text-align: center;
    margin-bottom: 56px; }
  body:not(.home) .custom-benefits-table-block .content-wrap {
    padding: 36px 0 56px;
    position: relative; }
    body:not(.home) .custom-benefits-table-block .content-wrap::before {
      content: "";
      display: block;
      width: calc(100% + 30px);
      height: 100%;
      background-color: #f7f7f7;
      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%); }
    @media (min-width: 768px) {
      body:not(.home) .custom-benefits-table-block .content-wrap {
        padding: 36px 61px 57px 67px; } }
  body:not(.home) .custom-benefits-table-block .items-table-container {
    padding-top: 76px; }
  body:not(.home) .custom-benefits-table-block .item-table-title {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #868686;
    margin-bottom: 20px; }
  body:not(.home) .custom-benefits-table-block .table-cell-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  body:not(.home) .custom-benefits-table-block .table-cell-title {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #e1016c;
    padding: 0 30px 15px;
    border-bottom: solid 1px #cecece;
    margin-bottom: 28px;
    width: 100%;
    height: 52px; }
    body:not(.home) .custom-benefits-table-block .table-cell-title span {
      display: block; }
    @media (min-width: 768px) {
      body:not(.home) .custom-benefits-table-block .table-cell-title {
        padding: 0 15px 15px; } }
  body:not(.home) .custom-benefits-table-block .table-cell-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' id='comment' width='40' height='40' viewBox='0 0 40 40'%3e%3cdefs%3e%3cstyle%3e .cls-1%7bfill:%23cecece%7d %3c/style%3e%3c/defs%3e%3cpath id='Path_68630' d='M20 40a20 20 0 0 0 19.208-25.576 1.667 1.667 0 1 0-3.2.936 16.645 16.645 0 1 1-6.717-9.2 1.667 1.667 0 0 0 1.864-2.764A20 20 0 1 0 20 40zm0 0' class='cls-1'/%3e%3cpath id='Path_68631' d='M137.491 32.491l-17.155 17.154-5.488-5.487a1.666 1.666 0 1 0-2.357 2.357l6.667 6.667a1.666 1.666 0 0 0 2.357 0l18.333-18.333a1.666 1.666 0 0 0-2.357-2.357zm0 0' class='cls-1' transform='translate(-100.336 -28.669)'/%3e%3c/svg%3e ");
    width: 40px;
    height: 40px;
    margin-bottom: 27px; }

/*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.html");
      height: 17px;
      margin-top: 30px; }
  .fourerror h3 {
    font-family: "Open Sans", sans-serif !important;
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #0a3cab; }
  .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: transparent;
  margin: 0 auto 0px;
  max-width: 100%;
  padding: 10px 0px;
  width: 100%;
  border-radius: 0;
  box-shadow: none; }

.category-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px auto;
  position: relative; }
  .category-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  .category-pagination .page-numbers.current,
  .category-pagination .current {
    position: relative;
    z-index: 0; }
    .category-pagination .page-numbers.current::after,
    .category-pagination .current::after {
      content: "";
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #0a3cab;
      border-radius: 50%;
      height: 48px;
      left: 50%;
      position: absolute;
      top: 50%;
      width: 47px;
      z-index: -1; }
  .category-pagination .next {
    margin-left: auto !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: 0.62px !important;
    color: #232021 !important;
    text-transform: none;
    text-decoration: none !important;
    background-color: transparent;
    border-radius: 0px !important;
    border: none;
    box-shadow: none;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    overflow-wrap: break-word;
    padding: 0;
    position: relative;
    transition: all 0s ease !important; }
    .category-pagination .next:hover, .category-pagination .next:focus, .category-pagination .next:active {
      color: #888888 !important;
      text-decoration: none !important; }
      .category-pagination .next:hover::after, .category-pagination .next:focus::after, .category-pagination .next:active::after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12.001' height='9' viewBox='0 0 12.001 9'%3e%3cpath stroke='%23888888' stroke-miterlimit='10' d='M11 4a.536.536 0 0 0-.1-.276L7.843.145a.39.39 0 0 0-.578-.034.422.422 0 0 0-.034.589L9.7 3.579H.407a.421.421 0 0 0 0 .842H9.7L7.231 7.3a.417.417 0 0 0 .053.591.374.374 0 0 0 .558-.038L10.9 4.276A.422.422 0 0 0 11 4z' transform='translate(.5 .5)'/%3e%3c/svg%3e ");
        background-size: contain;
        background-repeat: no-repeat; }
    .category-pagination .next::after {
      content: "";
      display: inline-flex;
      position: relative;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12.001' height='9' viewBox='0 0 12.001 9'%3e%3cpath stroke='%23232021' stroke-miterlimit='10' d='M11 4a.536.536 0 0 0-.1-.276L7.843.145a.39.39 0 0 0-.578-.034.422.422 0 0 0-.034.589L9.7 3.579H.407a.421.421 0 0 0 0 .842H9.7L7.231 7.3a.417.417 0 0 0 .053.591.374.374 0 0 0 .558-.038L10.9 4.276A.422.422 0 0 0 11 4z' transform='translate(.5 .5)'/%3e%3c/svg%3e ");
      background-size: contain;
      background-repeat: no-repeat;
      margin-left: 6px;
      width: 11px;
      height: 8px; }
  .category-pagination .prev {
    margin-left: auto !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: 0.62px !important;
    color: #232021 !important;
    text-transform: capitalize;
    text-decoration: none !important;
    background-color: transparent;
    border-radius: 0px !important;
    border: none;
    box-shadow: none;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    overflow-wrap: break-word;
    padding: 0;
    position: relative;
    transition: all 0s ease !important;
    margin-left: 0 !important; }
    .category-pagination .prev:hover, .category-pagination .prev:focus, .category-pagination .prev:active {
      color: #888888 !important;
      text-decoration: none !important; }
      .category-pagination .prev:hover::before, .category-pagination .prev:focus::before, .category-pagination .prev:active::before {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12.001' height='9' viewBox='0 0 12.001 9'%3e%3cpath stroke='%23888888' stroke-miterlimit='10' d='M11 4a.536.536 0 0 0-.1-.276L7.843.145a.39.39 0 0 0-.578-.034.422.422 0 0 0-.034.589L9.7 3.579H.407a.421.421 0 0 0 0 .842H9.7L7.231 7.3a.417.417 0 0 0 .053.591.374.374 0 0 0 .558-.038L10.9 4.276A.422.422 0 0 0 11 4z' transform='translate(.5 .5)'/%3e%3c/svg%3e ");
        background-size: contain;
        background-repeat: no-repeat; }
    .category-pagination .prev::before {
      content: "";
      display: inline-flex;
      position: relative;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12.001' height='9' viewBox='0 0 12.001 9'%3e%3cpath stroke='%23232021' stroke-miterlimit='10' d='M11 4a.536.536 0 0 0-.1-.276L7.843.145a.39.39 0 0 0-.578-.034.422.422 0 0 0-.034.589L9.7 3.579H.407a.421.421 0 0 0 0 .842H9.7L7.231 7.3a.417.417 0 0 0 .053.591.374.374 0 0 0 .558-.038L10.9 4.276A.422.422 0 0 0 11 4z' transform='translate(.5 .5)'/%3e%3c/svg%3e ");
      background-size: contain;
      background-repeat: no-repeat;
      margin-right: 6px;
      width: 11px;
      height: 8px;
      transform: scale(-1); }
  .category-pagination ol {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0; }
    .category-pagination ol li {
      padding: 0 !important;
      margin: 10px !important; }
      .category-pagination ol li::before {
        display: none !important; }
  .category-pagination .page-numbers,
  .category-pagination .pagination.current,
  .category-pagination .nav-links > a,
  .category-pagination .page {
    font-family: "Open Sans", sans-serif !important;
    background: transparent;
    border: none !important;
    color: #232021;
    display: inline-block;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    margin: 12px 25px;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease; }
    .category-pagination .page-numbers:hover,
    .category-pagination .pagination.current:hover,
    .category-pagination .nav-links > a:hover,
    .category-pagination .page:hover {
      text-decoration: none;
      border-color: #e97d1e; }
    .category-pagination .page-numbers.current,
    .category-pagination .pagination.current.current,
    .category-pagination .nav-links > a.current,
    .category-pagination .page.current {
      color: #ffffff; }

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

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

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

div.search {
  font-family: "Open Sans", sans-serif !important;
  background: #0a3cab;
  display: block;
  position: relative; }
  div.search::before {
    content: "";
    background: #0a3cab;
    opacity: 0.5;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px; }
  div.search::after {
    content: "";
    background: #0a3cab;
    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: #e1016c;
    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 !important;
        display: block; }
        body.search-results .content-search ul.search-list-result li h3 a {
          color: #0a3cab;
          font-size: 30px;
          font-family: "Montserrat", sans-serif !important;
          line-height: 1.4;
          padding-bottom: 5px;
          text-decoration: none;
          border-bottom: 2px solid #0a3cab;
          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; }

/*sponsor Carousel view (template: Our Partners - class="sponsor-vCarousel")*/
.sponsor-vCarousel {
  padding: 50px 0;
  text-align: center; }
  .sponsor-vCarousel .title-block {
    font-family: "Open Sans", sans-serif !important; }
  .sponsor-vCarousel p {
    font-family: "Open Sans", sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #e1016c !important; }
  .sponsor-vCarousel #carousel__sponsors {
    padding-top: 40px;
    padding-bottom: 40px; }
    .sponsor-vCarousel #carousel__sponsors .carousel-inner {
      margin: 0 auto;
      width: calc(100% - 80px); }
    .sponsor-vCarousel #carousel__sponsors .carousel-control-next, .sponsor-vCarousel #carousel__sponsors .carousel-control-prev {
      display: block;
      width: 40px;
      height: 40px;
      min-width: 40px;
      top: calc(50% - 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-sponsors.svg");
        background-size: contain;
        background-color: transparent;
        height: 40px;
        width: 40px; }
      .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(100% - 10px);
      flex: 1 1 calc(100% - 10px);
      padding: 10px;
      margin: 0 5px;
      width: calc(100% - 15px); }
      .sponsor-vCarousel #carousel__sponsors .single-sponsor .featured-sponsor-images {
        transition: all 0.4s ease;
        text-align: center;
        position: relative;
        height: 100px;
        margin: 0; }
        .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: "Open Sans", sans-serif !important;
      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 (min-width: 576px) {
  .sponsor-vCarousel #carousel__sponsors .content-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) {
  .sponsor-vCarousel #carousel__sponsors .content-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr); } }
.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: "Open Sans", sans-serif !important;
    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.html");
        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: "Open Sans", sans-serif !important;
      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: #0a3cab !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; }

.team-vList .single-member {
  flex-direction: column; }

.body-member ul.social-networks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; }
  .body-member ul.social-networks li {
    margin-right: 15px; }
    .body-member ul.social-networks li:last-child {
      margin-right: 0; }
    .body-member ul.social-networks li a i {
      color: #072b7b !important; }

@media (min-width: 768px) {
  .team-vList .single-member {
    flex-direction: row; } }
@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: #e1016c !important; }

.team-vGrid-square .single-member .featured-member-images {
  background-color: #0a3cab !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: #0a3cab !important; }

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

.popup_vcard .modal-content button.close,
#popup_vcard .modal-content button.close {
  background-color: #e1016c !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: #e1016c !important; }

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

.team_panel .side-panel-fixed .right-side-panel .header-panel {
  background-color: #e1016c !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-pg-template {
  padding: 0; }

.interior-page .entry-content .tribe-common .tribe-common-svgicon--featured {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h16v20l-7.902-5.122L0 20z' fill='%23036be6'/%3E%3C/svg%3E"); }

.interior-page .entry-content .tribe-events .tribe-events-c-ical__link::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 1v10m5-5H1' fill='none' fill-rule='evenodd' stroke='%23036be6' stroke-linecap='square' stroke-width='1.5'/%3E%3C/svg%3E"); }

.interior-page .entry-content .tribe-events .tribe-events-c-ical__link:hover::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 1v10m5-5H1' fill='none' fill-rule='evenodd' stroke='%23FFFFFF' stroke-linecap='square' stroke-width='1.5'/%3E%3C/svg%3E"); }

.interior-page .entry-content .tribe-events .tribe-events-c-messages__message--notice::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 23'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23141827' d='M.5 2.5h20v20H.5z'/%3E%3Cpath stroke='%23036be6' stroke-linecap='round' d='M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834'/%3E%3Cpath stroke='%23141827' stroke-linecap='round' d='M4.5.5v4m12-4v4'/%3E%3Cpath stroke='%23141827' stroke-linecap='square' d='M.5 7.5h20'/%3E%3C/g%3E%3C/svg%3E"); }

.interior-page .entry-content .tribe-events .tribe-events-calendar-month__mobile-events-icon--featured {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h16v20l-7.902-5.122L0 20z' fill='%23036be6'/%3E%3C/svg%3E"); }

.interior-page .entry-content .tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__mobile-events-icon--featured {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h16v20l-7.902-5.122L0 20z' fill='%23FFF'/%3E%3C/svg%3E"); }

.interior-page .entry-content .tribe-events .tribe-events-c-search__input-control-icon-svg path {
  fill: #036be6; }

.interior-page .entry-content .tribe-common .tribe-common-c-svgicon {
  color: #036be6; }

.interior-page .entry-content .tribe-common .tribe-common-c-loader__dot {
  background-color: rgba(219, 164, 79, 0.07); }

@keyframes a {
  50% {
    background-color: #942924; } }
.interior-page .entry-content .tribe-common .tribe-common-anchor-thin-alt {
  border-color: #036be6;
  text-decoration: none; }
  .interior-page .entry-content .tribe-common .tribe-common-anchor-thin-alt:hover {
    color: #036be6; }

.interior-page .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 0; }

.interior-page .tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
  background: #036be6; }
  .interior-page .tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:hover {
    background: #0254b4; }

.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill:hover, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill:focus, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill:hover, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill:focus, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill:hover, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill:focus, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-internal-autofill-selected, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill:hover, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill:focus, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill:hover, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill:focus, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill:hover, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill:focus, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-internal-autofill-selected, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill:hover, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill:focus, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill:hover, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill:focus, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill:hover, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill:focus, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-internal-autofill-selected {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 18.711l-6.044-6.044a7.782 7.782 0 0 0 1.688-4.845c0-2.089-.822-4.044-2.288-5.533C11.866.822 9.91 0 7.822 0S3.778.822 2.29 2.289A7.801 7.801 0 0 0 0 7.822c0 2.09.822 4.045 2.289 5.534a7.801 7.801 0 0 0 5.533 2.288c1.778 0 3.467-.6 4.845-1.688L18.71 20 20 18.711zM3.578 12.067c-2.334-2.334-2.334-6.156 0-8.49a5.968 5.968 0 0 1 4.244-1.755c1.6 0 3.111.622 4.245 1.756 2.333 2.333 2.333 6.155 0 8.489a5.968 5.968 0 0 1-4.245 1.755c-1.6 0-3.11-.622-4.244-1.755z' fill='%23006699'/%3E%3C/svg%3E") !important;
  background-color: transparent !important;
  transition: background-color 5000s ease-in-out 0s; }

.tribe-events-before-html {
  margin-bottom: 50px !important; }

@media (max-width: 576px) {
  .tribe-block__venue,
  .tribe-block__event-price {
    flex-direction: column;
    margin-bottom: 25px; }

  .tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__map, .tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__meta {
    width: 100%;
    margin-bottom: 25px; } }
.tribe-block__events-link .tribe-block__btn--link a {
  color: #036be6; }

.tribe-block__event-website a {
  background: #036be6; }

.tribe-block__events-link .tribe-block__btn--link img {
  filter: hue-rotate(154deg) brightness(0.9); }

body {
  font-family: "Open Sans", sans-serif !important;
  font-size: 15px;
  line-height: 1.56; }
  @media (max-width: 992px) {
    body {
      padding-top: 0px !important; } }
  body header.header .open-cart {
    display: none !important; }
  body.woocommerce-page header.header .open-cart {
    display: flex !important; }
  body a.d-block {
    text-decoration: none; }
  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 */ }
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    color: #232021; }
  body h1,
  body .h1 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 42px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    margin-bottom: 40px; }
  body h2,
  body .h2 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 31px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    margin-bottom: 20px; }
  body h3,
  body .h3 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 26px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    margin-bottom: 25px; }
  body h4,
  body .h4 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 22px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    margin-bottom: 29px; }
  body h5,
  body .h5 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.61;
    letter-spacing: normal;
    margin-bottom: 28px; }
  body h6,
  body .h6 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 17px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    margin-bottom: 27px; }
  body p {
    font-family: "Open Sans", sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
    margin-bottom: 1rem; }
  body a {
    color: #e1016c; }
    body a:hover {
      color: #7b013b; }
  body li {
    font-family: "Open Sans", sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal; }
  body #breadcrumbs a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: black;
    text-decoration: none; }
    body #breadcrumbs a::after {
      content: "\f105";
      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: black;
      position: relative;
      margin-left: 15px; }

/*Heading's Size Variables*/
@media (min-width: 768px) {
  body h1,
  body .h1 {
    font-size: 50px;
    line-height: 1.36;
    letter-spacing: normal; }
  body h2,
  body .h2 {
    font-size: 31px;
    line-height: 1.48;
    letter-spacing: normal; }
  body h3,
  body .h3 {
    font-size: 26px;
    line-height: 1.65;
    letter-spacing: normal; }
  body h4,
  body .h4 {
    font-size: 22px;
    line-height: 1.55;
    letter-spacing: normal; }
  body h5,
  body .h5 {
    font-size: 18px;
    line-height: 1.61;
    letter-spacing: normal; }
  body h6,
  body .h6 {
    font-size: 17px;
    line-height: 1.41;
    letter-spacing: normal; }
  body p {
    font-size: 15px;
    line-height: 1.47; }
  body li {
    font-size: 15px;
    line-height: 1.47; } }
@media (min-width: 1200px) {
  body h1,
  body .h1 {
    font-size: 52px;
    line-height: 1.13;
    letter-spacing: normal; }
  body h2,
  body .h2 {
    font-size: 31px;
    line-height: 1.13;
    letter-spacing: normal; }
  body h3,
  body .h3 {
    font-size: 26px;
    line-height: 1.88;
    letter-spacing: normal; }
  body h4,
  body .h4 {
    font-size: 22px;
    line-height: 1.55;
    letter-spacing: normal; }
  body h5,
  body .h5 {
    font-size: 18px;
    line-height: 1.61;
    letter-spacing: normal; }
  body h6,
  body .h6 {
    font-size: 17px;
    line-height: 1.41;
    letter-spacing: normal; }
  body p {
    font-size: 18px;
    line-height: 1.44; }
  body li {
    font-size: 18px;
    line-height: 1.44; } }
.anchor-list-container .anchor-list {
  list-style: none;
  padding: 0;
  padding-left: 30px;
  margin: 0;
  text-align: left;
  border-left: 1px solid currentColor; }
  .anchor-list-container .anchor-list li {
    margin-bottom: 15px;
    position: relative; }
    .anchor-list-container .anchor-list li:after {
      content: "";
      display: block;
      width: 3px;
      height: 0%;
      border-radius: 3px;
      background: transparent;
      position: absolute;
      left: -32px;
      top: 0;
      transition: 0.4s; }
    .anchor-list-container .anchor-list li:last-child {
      margin-bottom: 0; }
    .anchor-list-container .anchor-list li a {
      font-family: "Open Sans", sans-serif !important;
      font-size: 15px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 5.06;
      letter-spacing: 0.75px;
      display: block;
      transition: 0.4s;
      transform-origin: left center;
      color: currentColor;
      text-decoration: none !important;
      text-transform: uppercase; }
    .anchor-list-container .anchor-list li.active::after {
      background: currentColor;
      height: 100%; }
    .anchor-list-container .anchor-list li.active a {
      font-weight: 700;
      font-size: 16px; }
    .anchor-list-container .anchor-list li:hover a {
      transform: scale(1.5); }
    .anchor-list-container .anchor-list li:hover::after {
      background: currentColor;
      height: 100%; }

#chartdiv > div {
  overflow: scroll !important;
  height: 101% !important; }

.ampopup-content {
  background: transparent !important;
  box-shadow: none !important;
  padding-bottom: 50px;
  padding-right: 40px;
  min-height: 700px; }
  .ampopup-content .ampopup-header {
    background: transparent !important;
    margin-bottom: -2px;
    position: relative; }
    .ampopup-content .ampopup-header .ampopup-close {
      right: -4px !important; }
  .ampopup-content .ampopup-inside {
    padding: 0;
    max-width: 100%;
    box-shadow: 3px 3px 13px 0 rgba(0, 0, 0, 0.16);
    margin-left: 5px; }
    .ampopup-content .ampopup-inside .single-box .img-wrap {
      height: 150px;
      margin: 0; }
    .ampopup-content .ampopup-inside .single-box .card-title {
      font-family: "Montserrat", sans-serif !important;
      font-size: 18px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.22;
      letter-spacing: normal;
      color: #0a3cab;
      margin-bottom: 24px;
      text-transform: uppercase; }
    .ampopup-content .ampopup-inside .single-box .card-text p {
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      color: #000000; }
    .ampopup-content .ampopup-inside .single-box .link a {
      font-size: 14px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      text-align: left;
      color: #201f7f; }

.card-team-bios .card {
  border-radius: 0px;
  background: transparent;
  text-align: center; }
  .card-team-bios .card:hover .img-wrap img {
    width: 125%;
    height: 125%; }
  .card-team-bios .card:hover .img-wrap .btn-plus {
    top: 50%; }
  .card-team-bios .card:hover .img-wrap::before {
    opacity: 0.3; }
  @media (min-width: 768px) {
    .card-team-bios .card {
      text-align: left; } }
@media (min-width: 768px) {
  .card-team-bios .card-body {
    padding-left: 0; } }
.card-team-bios .img-wrap {
  height: 240px;
  margin: 0 auto 0;
  border: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .card-team-bios .img-wrap img {
    width: 100%;
    height: 100%; }
  .card-team-bios .img-wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    z-index: 2; }
  .card-team-bios .img-wrap .btn-plus {
    color: white;
    font-size: 50px;
    line-height: 1;
    position: absolute;
    z-index: 5;
    top: -100%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    transition: 0.4s; }
.card-team-bios .networks {
  margin-top: 18px; }
  .card-team-bios .networks ul.social {
    flex-direction: row;
    justify-content: center; }
    @media (min-width: 768px) {
      .card-team-bios .networks ul.social {
        justify-content: flex-start; } }
    .card-team-bios .networks ul.social li {
      margin-right: 16px;
      background-color: #e1016c; }
      .card-team-bios .networks ul.social li a {
        font-size: 12px;
        color: white !important;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none !important; }
      .card-team-bios .networks ul.social li:hover {
        background-color: #e97d1e; }
.card-team-bios .name {
  font-family: "Montserrat", sans-serif !important;
  font-size: 23px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: 0.36px;
  color: #e1016c;
  border: none;
  background: transparent;
  padding: 0; }
  .card-team-bios .name a {
    color: inherit; }
    .card-team-bios .name a:hover {
      text-decoration: underline; }
  .card-team-bios .name:hover {
    text-decoration: underline; }
.card-team-bios .position {
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: black;
  position: relative;
  padding-bottom: 20px; }
  .card-team-bios .position::after {
    content: "";
    background: #e1016c;
    border-radius: 30px;
    bottom: 0px;
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    width: 40px; }
.card-team-bios .email {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: -0.86px;
  color: #9578bb; }
  .card-team-bios .email a,
  .card-team-bios .email button {
    color: inherit; }
    .card-team-bios .email a:hover,
    .card-team-bios .email button:hover {
      text-decoration: underline; }
.card-team-bios .card-text {
  margin-top: 26px;
  padding-top: 4px; }
  .card-team-bios .card-text p {
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.28px;
    color: #072b7b;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; }
.card-team-bios .info-box {
  padding: 7px 0;
  position: relative; }
  .card-team-bios .info-box::after {
    content: "";
    display: block;
    width: 170px;
    height: 1px;
    object-fit: contain;
    opacity: 0.28;
    border: solid 1px #072b7b;
    position: absolute;
    bottom: 0;
    left: calc(50% - 85px); }
  .card-team-bios .info-box:last-child::after {
    display: none; }
  .card-team-bios .info-box p {
    margin: 0; }

.card-team-bios-rounded .img-wrap {
  width: 265px;
  height: 265px;
  border-radius: 50%;
  margin: 0 auto; }
  .card-team-bios-rounded .img-wrap img {
    height: 100%; }
  .card-team-bios-rounded .img-wrap:hover:before {
    opacity: 0.7; }
  .card-team-bios-rounded .img-wrap:hover .member-info {
    bottom: -100%; }
  .card-team-bios-rounded .img-wrap:hover .hover-wrap {
    opacity: 1; }
  .card-team-bios-rounded .img-wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    position: absolute;
    z-index: 2; }
.card-team-bios-rounded .member-info {
  background: rgba(0, 0, 0, 0.8);
  display: block;
  padding: 10px 45px 30px;
  transition: all 0.4s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  text-align: center;
  line-height: 1;
  font-weight: 700; }
.card-team-bios-rounded .name {
  font-size: 18px;
  color: white;
  margin-bottom: 10px; }
.card-team-bios-rounded .position {
  font-size: 14px;
  color: white;
  display: block; }
.card-team-bios-rounded .hover-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 30px;
  opacity: 0;
  transition: 0.6s; }
.card-team-bios-rounded button {
  margin-top: auto;
  border: none;
  background: transparent;
  color: white; }
  .card-team-bios-rounded button span {
    display: block;
    line-height: 1;
    color: white; }
  .card-team-bios-rounded button i {
    font-size: 40px; }
.card-team-bios-rounded .networks {
  margin-top: auto;
  margin-bottom: 0; }
.card-team-bios-rounded ul.social {
  flex-direction: row;
  justify-content: center; }
  @media (min-width: 768px) {
    .card-team-bios-rounded ul.social {
      justify-content: flex-start; } }
  .card-team-bios-rounded ul.social li {
    margin-right: 16px;
    background-color: #e1016c; }
    .card-team-bios-rounded ul.social li a {
      font-size: 12px;
      color: white !important;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none !important; }
    .card-team-bios-rounded ul.social li:hover {
      background-color: #e97d1e; }

.team-bios-modal.show {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
.team-bios-modal.hide {
  display: block !important;
  -webkit-animation: slide-out-right 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: slide-out-right 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }
@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; } }
@keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; } }
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
.team-bios-modal .modal-dialog {
  margin: 0;
  margin-left: auto;
  height: 100%;
  max-height: 100%; }
.team-bios-modal .modal-content {
  flex-direction: row;
  background: #313131;
  height: 100%;
  max-height: 100%; }
.team-bios-modal .left-side-panel {
  background: #212121;
  flex-shrink: 0; }
  .team-bios-modal .left-side-panel .social {
    flex-direction: column; }
    .team-bios-modal .left-side-panel .social li {
      width: 50px;
      height: 50px;
      margin: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .team-bios-modal .left-side-panel .social li a {
        color: white;
        font-size: 16px; }
.team-bios-modal .right-side-panel {
  flex-grow: 1; }
.team-bios-modal .modal-header {
  background: #e1016c;
  border: none;
  box-shadow: none;
  align-items: center; }
.team-bios-modal .modal-title {
  color: white; }
.team-bios-modal .position {
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 15px !important;
  padding: 10px 0px;
  position: relative; }
.team-bios-modal .img-wrap {
  height: 400px;
  margin-bottom: 30px; }
.team-bios-modal .modal-body {
  overflow: auto;
  height: calc(100% - 130px);
  padding: 0; }
  .team-bios-modal .modal-body h1,
  .team-bios-modal .modal-body h2,
  .team-bios-modal .modal-body h3,
  .team-bios-modal .modal-body h4,
  .team-bios-modal .modal-body h5,
  .team-bios-modal .modal-body h6 {
    color: white; }
  .team-bios-modal .modal-body p,
  .team-bios-modal .modal-body li,
  .team-bios-modal .modal-body a,
  .team-bios-modal .modal-body p a,
  .team-bios-modal .modal-body li a,
  .team-bios-modal .modal-body blockquote,
  .team-bios-modal .modal-body cite,
  .team-bios-modal .modal-body span {
    color: white; }
  @media (min-width: 992px) {
    .team-bios-modal .modal-body {
      height: calc(100% - 66px); } }
.team-bios-modal .body-container {
  padding: 0 15px; }
.team-bios-modal .close {
  text-shadow: none;
  color: white;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 5px;
  margin-right: 0px;
  opacity: 1; }
  .team-bios-modal .close:hover {
    background: #212121; }
.team-bios-modal.team-bios-modal-horizontal-view .modal-dialog-centered {
  height: 100%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .team-bios-modal.team-bios-modal-horizontal-view .modal-dialog-centered {
      height: auto; } }
.team-bios-modal.team-bios-modal-horizontal-view .card-body {
  overflow: scroll;
  height: 225px; }
  @media (min-width: 768px) {
    .team-bios-modal.team-bios-modal-horizontal-view .card-body {
      height: 322px; } }
.team-bios-modal.team-bios-modal-horizontal-view .img-wrap {
  height: 250px;
  margin: 0; }
  .team-bios-modal.team-bios-modal-horizontal-view .img-wrap img {
    width: 100% !important;
    height: 100% !important; }
  .team-bios-modal.team-bios-modal-horizontal-view .img-wrap::before {
    display: none; }
  @media (min-width: 768px) {
    .team-bios-modal.team-bios-modal-horizontal-view .img-wrap {
      margin: 15px; } }
.team-bios-modal.team-bios-modal-horizontal-view .card-title {
  color: white; }
.team-bios-modal.team-bios-modal-horizontal-view .card-text p {
  color: white;
  -webkit-box-orient: horizontal;
  overflow: visible;
  margin-bottom: 15px; }
.team-bios-modal.team-bios-modal-horizontal-view .position {
  padding: 15px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0; }
  .team-bios-modal.team-bios-modal-horizontal-view .position::after {
    display: none; }
.team-bios-modal.team-bios-modal-horizontal-view .close {
  position: absolute;
  z-index: 5;
  right: 0; }

.avoiding-card {
  box-shadow: 3px 3px 13px 0 rgba(0, 0, 0, 0.16);
  background-color: #f8f8f8;
  border-radius: 0; }
  .avoiding-card a.d-block {
    text-decoration: none; }
  .avoiding-card .card-header {
    background-color: white;
    text-align: center;
    border: none;
    padding: 20px; }
  .avoiding-card .card-title {
    font-size: 18px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #0a3cab;
    text-transform: uppercase;
    margin: 0; }
  .avoiding-card .img-wrap {
    margin: 0;
    border-radius: 0; }
  .avoiding-card .card-body {
    padding: 34px 56px; }
  .avoiding-card .card-text p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000 !important; }
  .avoiding-card .link span,
  .avoiding-card .link a {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #201f7f;
    text-decoration: underline; }
    .avoiding-card .link span:hover,
    .avoiding-card .link a:hover {
      text-decoration: none; }

.loader-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999; }
  .loader-container.exit {
    -webkit-animation: fade-out 1s ease-out 0s both;
    animation: fade-out 1s ease-out 0s both; }
  .loader-container::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: white;
    position: absolute;
    top: 0;
    left: 0; }

.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #0a3cab;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 1s linear infinite;
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px); }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
a.fe_btn_navigation {
  background-color: #0a3cab !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: #e1016c !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: #0a3cab;
  font-weight: 700;
  display: inline-block;
  font-family: "Montserrat", sans-serif !important;
  margin: 0; }
  .social-bar .social-share p strong {
    color: #3ba99f;
    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: #0a3cab !important;
    width: 24px !important;
    height: 24px !important; }
    .social-bar .social-share .addtoany_shortcode .a2a_kit a span svg path {
      fill: #0a3cab !important; }

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

@media (prefers-color-scheme: dark) {
  body .a2a_menu {
    background-color: white;
    border-color: white; }
  body .a2a_menu a,
  body .a2a_menu a.a2a_i,
  body .a2a_menu a.a2a_i:visited,
  body .a2a_menu a.a2a_more,
  body i.a2a_i {
    border-color: white !important;
    color: #072b7b !important; }
    body .a2a_menu a:hover,
    body .a2a_menu a.a2a_i:hover,
    body .a2a_menu a.a2a_i:visited:hover,
    body .a2a_menu a.a2a_more:hover,
    body i.a2a_i:hover {
      background: #072b7b !important;
      color: white !important; } }
body a.a2a_i,
body i.a2a_i {
  font-family: "Open Sans", sans-serif !important;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #072b7b;
  display: inline-flex;
  align-items: center;
  margin: 0; }
body .a2a_menu {
  border-radius: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
body a.a2a_i .a2a_svg {
  background: white !important; }
  body a.a2a_i .a2a_svg path {
    fill: #072b7b; }
body .a2apage_show_more_less .a2a_i .a2a_svg svg {
  background: white !important; }
  body .a2apage_show_more_less .a2a_i .a2a_svg svg g {
    fill: #072b7b; }
body .a2a_full_footer .a2a_i .a2a_svg svg {
  background: white !important; }
  body .a2a_full_footer .a2a_i .a2a_svg svg g {
    fill: #072b7b; }

a.a2a_i {
  color: #072b7b; }

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: white !important;
  display: inline-flex;
  align-items: center;
  margin: 0; }

.interior-page .entry-content .addtoany_content .a2a_kit a span {
  background: transparent !important;
  color: #072b7b !important;
  width: 24px !important;
  height: 24px !important; }
  .interior-page .entry-content .addtoany_content .a2a_kit a span svg path {
    fill: #072b7b !important; }
.interior-page .entry-content .a2a_kit a span,
.interior-page .entry-content .a2a_kit a.a2a_dd span {
  background: transparent !important;
  color: #072b7b !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: #072b7b !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 #0a3cab !important;
    color: #0a3cab !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: #0a3cab;
      border-color: #0a3cab;
      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%; }

img.gform_ajax_spinner {
  display: none !important; }

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 #d4d2d2;
      background: white;
      font-size: 14px;
      font-weight: bold;
      padding: 8px 18px;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #072b7b;
      width: auto;
      text-align: center; }
  #gtranslate_wrapper .switcher .option {
    background-color: transparent;
    border: none; }
    #gtranslate_wrapper .switcher .option a {
      padding: 8px 18px;
      color: #072b7b;
      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: "Open Sans", sans-serif !important;
    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: "Open Sans", sans-serif !important;
    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: #0a3cab; }
  .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;
    transition: 0.4s;
    margin-top: 0 !important; } }
@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.logged-in {
    padding-top: 0px !important; }
    body.logged-in header.fixed-top {
      top: 46px;
      transition: 0.4s;
      margin-top: 0 !important; }
    body.logged-in.fixed header.fixed-top {
      top: 0 !important; }
    body.logged-in #wp-admin-bar-comments {
      display: none !important; } }

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