@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
body {
  color: #5d615f;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1215px;
  }
}
sup {
  font-family: DIN;
  font-weight: normal;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #34b55e;
  -webkit-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}
a:hover {
  color: #298d49;
}
.violet-color {
  color: #80276c !important;
}
.white-color {
  color: #fff !important;
}
.blue-color {
  color: #00c1d5;
}
.text-lead {
  font-size: 25px;
}
.btn.btn-lg {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 17px 28px;
}
.btn.w-120 {
  width: 120px;
  text-align: center;
}
.btn-info {
  background-color: #00c1d5;
  border-color: #00c1d5;
}
.btn-info:hover {
  background-color: #00abdf;
  border-color: #00abdf;
}
.btn-light {
  color: #00c1d5;
}
.btn-light:hover {
  background-color: #00c1d5;
  border-color: #fff;
  color: #fff;
}
.btn-danger {
  background-color: #f80039;
  border-color: #f80039;
}
p,
li {
  font-size: 22px;
  line-height: 1.3636;
}
p small {
  font-size: 20px;
}
.e-home-protection-block {
  background: url(../images/ETH_UK_Shield_RGB_v1_.jpg) bottom / cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 68px 0 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: -webkit-calc(100vh - 50px - 105px);
  min-height: calc(100vh - 50px - 105px);
}
.e-home-protection-block .e-home-page-title {
  font-family: Quarto;
  font-size: 60px;
  text-align: right;
  color: #80276c;
  line-height: 1.2;
  margin-bottom: 24px;
  position: relative;
  right: 200px;
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.e-home-protection-block .e-home-page-title.view {
  right: 0;
  opacity: 1;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.e-animate-show {
  position: relative;
  right: 200px;
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.e-animate-show.view {
  right: 0;
  opacity: 1;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.e-home-icons-list img {
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.e-home-icons-list img.view {
  right: 0;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.e-home-page-jm-text {
  color: #5d615f;
  font-family: 'DIN';
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 0px;
  text-align: right;
}
.e-home-page-jm-h3 {
  color: #80276c;
  font-family: "DIN";
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  text-align: right;
  margin-top: 14px;
  margin-bottom: 52px;
}
.e-home-icons-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.e-home-icons-list img {
  margin-left: 8.051%;
}
@media (max-width: 767px) {
  .e-home-icons-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .e-home-icons-list img {
    margin: 0 20px 40px 20px;
  }
}
.no_view_logo {
  display: none;
}
.view_logo {
  display: block;
  line-height: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.logo {
  background: #ffffff;
  padding: 18px 18px 9px;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.35);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  max-width: 212px;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-animation: logo 1s forwards;
          animation: logo 1s forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .logo {
    margin-bottom: -40px;
  }
}
.fixed_header .logo {
  max-width: 150px;
  padding: 7px 10px;
}
@-webkit-keyframes logo {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes logo {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
body {
  padding-top: 50px;
}
body.admin-bar .top_menu {
  top: 32px;
}
.top_menu {
  background: #80276c;
  position: fixed;
  z-index: 10;
  max-height: 50px;
  width: 100%;
  top: 0;
  z-index: 11;
}
.top_menu .row > div:first-child {
  position: static;
}
.top_menu ul {
  min-height: 49px;
  margin: 0 0 0 15px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_menu ul li {
  font-family: 'DIN';
  list-style-type: none;
  padding: 8px 18px;
  line-height: 32px;
  /*&.active a:after {
                content: "";
                height: 3px;
                background: @blue;
                width: 100%;
                position: absolute;
                left: 0;
                bottom: -10px;
            }*/
}
.top_menu ul li.current-menu-item {
  background-color: rgba(255, 255, 255, 0.2);
}
.top_menu ul li.cta-btn {
  padding: 0;
  border-left: none;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .top_menu ul li.cta-btn {
    margin-left: 0;
  }
}
.top_menu ul li.cta-btn a {
  border-radius: 3px;
  background-color: #f80039;
  border: 2px solid #f80039;
  display: block;
  padding: 1px 13px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.top_menu ul li.cta-btn a:hover {
  background-color: #fff;
  color: #f80039;
}
.top_menu ul li.cta-btn a:hover:after {
  display: none;
}
.top_menu ul li:first-child {
  border-left: none;
}
.top_menu ul li a {
  text-decoration: none;
  color: #f4f5f9;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
}
.top_menu ul li a:after {
  content: "";
  width: 0;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.top_menu ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
  /*&:after {
                        content: "";
                        height: 3px;
                        background: @blue;
                        width: 100%;
                        position: absolute;
                        left: 0;
                        bottom: -10px;
                    }*/
}
@media (max-width: 991px) {
  .top_menu {
    max-height: unset;
  }
  .top_menu ul li {
    padding: 0 25px;
  }
}
.second-nav {
  background: #f2f2f2;
  position: relative;
  z-index: 6;
}
.second-nav .container > ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style-type: none;
}
.second-nav .container > ul > li {
  padding: 13px 0;
  margin-left: 35px;
  line-height: 20px;
  position: relative;
  border-bottom: 2px solid transparent;
}
@media (max-width: 767px) {
  .second-nav .container > ul > li {
    padding: 0;
  }
}
.second-nav .container > ul > li.has-sub-menu {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .second-nav .container > ul > li.has-sub-menu {
    padding: 0;
  }
}
.second-nav .container > ul > li.has-sub-menu:after {
  content: "^";
  position: absolute;
  font-weight: 500;
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #5d615f;
  right: 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  .second-nav .container > ul > li.has-sub-menu:after {
    font-size: 17px;
    position: static;
  }
}
.second-nav .container > ul > li.nav-order:hover {
  border-color: transparent;
}
.second-nav .container > ul > li.nav-order:hover > a {
  background-color: #00c1d5;
  color: #fff;
}
.second-nav .container > ul > li.nav-order > a {
  border: 2px solid #00c1d5;
  color: #00c1d5;
  font-family: DIN;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 9px 36px;
  border-radius: 5px;
}
.second-nav .container > ul > li:last-child {
  padding-right: 0;
  border-right: none;
}
.second-nav .container > ul > li:last-child:before {
  display: none;
}
.second-nav .container > ul > li.current-menu-item,
.second-nav .container > ul > li:hover {
  border-bottom: 2px solid #80276c;
}
.second-nav .container > ul > li.current-menu-item > a,
.second-nav .container > ul > li:hover > a,
.second-nav .container > ul > li.current-menu-item:after,
.second-nav .container > ul > li:hover:after {
  color: #80276c;
}
.second-nav .container > ul > li.current-menu-item > ul,
.second-nav .container > ul > li:hover > ul {
  z-index: 10;
  -webkit-animation: subnav 1.0s forwards;
          animation: subnav 1.0s forwards;
}
.second-nav .container > ul > li > a {
  color: #5d615f;
  font-family: DIN;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.second-nav .container > ul > li > a:hover {
  text-decoration: none;
  color: #80276c;
}
.second-nav .container > ul > li .sub-menu {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  right: 0;
  top: 42px;
  max-width: 247px;
  z-index: -1;
  opacity: 0;
  width: 100%;
}
.second-nav .container > ul > li .sub-menu li:last-child a {
  border-radius: 0 0 5px 5px;
}
.second-nav .container > ul > li .sub-menu a {
  display: block;
  color: #00c1d5;
  font-family: DIN;
  border: none;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 11px 7px;
  -webkit-box-shadow: 0 2px 4px rgba(164, 164, 164, 0.5);
          box-shadow: 0 2px 4px rgba(164, 164, 164, 0.5);
  background-color: #e2fdff;
  text-align: center;
  text-decoration: none;
}
.second-nav .container > ul > li .sub-menu a:hover {
  background-color: #00c1d5;
  color: #fff;
}
@-webkit-keyframes subnav {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes subnav {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .page-template-public .container,
  .page-template-resources .container {
    max-width: 1320px;
  }
}
.page-template-public .jumptron h1,
.page-template-resources .jumptron h1 {
  width: 53%;
  text-align: right;
  font-size: 60px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  font-family: 'Quarto';
  font-weight: bold;
  line-height: normal;
  margin-right: 105px;
  position: relative;
  float: right;
  overflow: hidden;
}
.page-template-public .jumptron h1 span,
.page-template-resources .jumptron h1 span {
  display: block;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
@media (max-width: 991px) {
  .page-template-public .jumptron h1,
  .page-template-resources .jumptron h1 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-template-public .jumptron h1,
  .page-template-resources .jumptron h1 {
    font-size: 40px;
    margin-right: 0;
  }
}
.page-template-public .jumptron .container,
.page-template-resources .jumptron .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.jumptron {
  background-repeat: no-repeat;
  background-position: bottom center;
  min-height: 429px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.jumptron .r_btn {
  width: auto;
  display: inline-block;
  margin-top: 20px;
}
.jumptron h1 {
  font-family: 'Quarto';
  font-weight: bold;
  margin-top: 39px;
  margin-bottom: 32px;
}
.section-title {
  text-align: center;
  color: #80276c;
  font-family: Quarto;
  font-weight: bold;
  font-size: 40px;
  position: relative;
  margin: 23px 0 30px;
}
.section-title:after {
  display: block;
  content: "";
  width: 76px;
  height: 3px;
  background-color: #00c1d5;
  margin: 8px auto 0;
}
section.resources {
  margin-bottom: 20px;
}
section.resources .resources-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.resources-cols .item {
  width: 100%;
  max-width: 588px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.resources-cols .item h2 {
  text-align: center;
  color: #5d615f;
  font-family: 'Din';
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 12px;
}
.resources-cols .item a {
  display: block;
  border-radius: 6px;
  background-color: #00c1d5;
  color: #ffffff;
  font-family: DIN;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding: 9px 9px;
  margin-bottom: 12px;
  line-height: 1.2;
}
.resources-cols .item a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0093a2;
}
.tips-slider .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 24px;
}
.tips-slider .owl-dots .owl-dot:active,
.tips-slider .owl-dots .owl-dot:focus {
  outline: none !important;
}
.tips-slider .owl-dots .owl-dot.active span {
  background-color: #00c1d5;
}
.tips-slider .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  background-color: #e1e1e1;
}
.tips-slider .owl-nav {
  margin-top: 0;
}
.tips-slider .owl-nav [class*='owl-'] {
  color: #00c1d5;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 50%;
}
.tips-slider .owl-nav [class*='owl-']:hover {
  opacity: 0.6;
}
.tips-slider .owl-nav [class*='owl-']:active,
.tips-slider .owl-nav [class*='owl-']:focus {
  outline: none !important;
}
.tips-slider .owl-nav [class*='owl-'] span {
  display: none;
}
.tips-slider .owl-nav .owl-prev {
  background: url(../images/tip-prev.png) no-repeat center !important;
  left: 13px;
}
.tips-slider .owl-nav .owl-next {
  background: url(../images/tip-prev.png) no-repeat center !important;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 13px;
}
.tip-item {
  width: 100%;
}
.tip-item-title {
  background: #00c1d5 url(../images/lamp.png) no-repeat 28px center;
  color: #fff;
  min-height: 86px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: DIN;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 92px;
}
@media (max-width: 767px) {
  .tip-item-title {
    font-size: 21px;
    padding: 60px 15px 10px 15px;
    background-size: 40px auto;
    background-position: center 10px;
    text-transform: unset;
    text-align: center;
  }
}
.tip-item-content {
  background-color: #f3f4ff;
  padding: 20px 66px 60px;
  min-height: 600px;
}
.tip-item-content h3 {
  color: #80276c;
  font-family: DIN;
  font-size: 32px;
  margin-bottom: 6px;
}
.tip-item-content p {
  color: #5d615f;
  font-family: DIN;
  font-size: 22px;
  margin-bottom: 18px;
  word-spacing: 1.1px;
  line-height: 1.2;
}
.tip-item-content ul ul {
  list-style-type: disc;
  padding-left: 25px;
}
section.helpful {
  background-color: rgba(211, 252, 255, 0.43);
  min-height: 584px;
  padding: 30px 0 24px;
  margin-top: 40px;
}
section.helpful .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
section.helpful p {
  font-size: 22px;
  color: #5d615f;
  margin-bottom: 15px;
  line-height: 30px;
  letter-spacing: 0.35px;
}
section.helpful p strong {
  font-family: 'DIN';
  font-weight: bold;
  line-height: 1.2;
}
section.helpful .notation {
  color: #5d615f;
  font-family: DIN;
  font-size: 18px;
  margin-top: 17px;
  margin-bottom: 0;
  letter-spacing: 0.1px;
}
section.helpful .text-col {
  width: 100%;
  max-width: 540px;
}
section.helpful .resources-cols {
  max-width: 566px;
}
section.product-toggle,
.pruduct-popup {
  background: #f3f4ff;
  margin-bottom: -20px;
}
section.product-toggle .toggle-headline,
.pruduct-popup .toggle-headline {
  background: #00c1d5;
  color: #fff;
  color: #ffffff;
  font-family: 'Quarto-Bold';
  font-size: 40px;
  cursor: pointer;
}
section.product-toggle .toggle-headline .toggle-button,
.pruduct-popup .toggle-headline .toggle-button {
  margin-left: 50px;
  display: inline-block;
  font-size: 30px;
  position: relative;
}
section.product-toggle .toggle-content,
.pruduct-popup .toggle-content {
  text-align: center;
  display: none;
  padding-bottom: 50px;
}
section.product-toggle .r_btn,
.pruduct-popup .r_btn {
  max-width: 566px;
  margin: 0 auto 12px;
}
section.product-toggle .section-title,
.pruduct-popup .section-title {
  margin-top: 55px;
  margin-bottom: 21px;
}
section.product-toggle h4,
.pruduct-popup h4 {
  margin-top: -11px;
}
.pruduct-popup {
  background: #fff;
}
.pruduct-popup .fancybox-content {
  padding: 0 90px 52px 90px;
  max-width: 1330px;
  text-align: center;
}
@media (max-width: 767px) {
  .pruduct-popup .fancybox-content {
    padding: 0 30px 30px;
  }
}
.pruduct-popup .section-title {
  text-align: center;
  margin-top: 55px;
  margin-bottom: 21px;
}
.pruduct-popup h4 {
  color: #5d615f;
  font-family: DIN;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 31px;
}
.pruduct-popup h4 strong {
  font-family: 'Din';
  font-weight: 500;
}
.pruduct-popup h4 i {
  font-style: italic;
}
.pruduct-popup p {
  font-size: 22px;
  margin-bottom: 15px;
}
.pruduct-popup .fancybox-button {
  width: 32px;
  height: 32px;
  border: 2px solid #00c1d5;
  border-radius: 100%;
  color: #00c1d5;
  padding: 0;
  top: 10px;
  right: 10px;
}
.r_btn {
  display: block;
  border-radius: 6px;
  background-color: #00c1d5;
  border: none;
  color: #ffffff;
  font-family: DIN;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 33px;
  margin-bottom: 12px;
  line-height: 1.25;
  width: 100%;
  -webkit-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
.r_btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0093a2;
}
.r_btn:active,
.r_btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
img.alignright {
  float: right;
}
figure {
  font-size: 0;
}
figure figcaption {
  font-size: 12px;
}
ul.ico-left {
  list-style-type: none;
  padding: 0;
}
ul.ico-left li {
  position: relative;
  background-position: left;
  background-repeat: no-repeat;
  min-height: 75px;
  padding-left: 90px;
  margin-bottom: 33px;
  font-size: 22px;
  font-weight: 500;
}
ul.ico-left li:nth-child(1) {
  background-image: url(../images/report_icon.png);
}
ul.ico-left li:nth-child(2) {
  background-image: url(../images/hazard_icon.png);
}
section p {
  font-size: 22px;
  margin-bottom: 15px;
}
section h4 {
  color: #5d615f;
  font-family: DIN;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 31px;
}
section h4 strong {
  font-family: 'Din';
  font-weight: 500;
}
section h4 i {
  font-style: italic;
}
.e-footer {
  background-color: #80276c;
  font-family: 'DIN';
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  padding-top: 18px;
  z-index: 10;
  position: relative;
}
.e-footer .container {
  padding-bottom: 15px;
}
.e-footer .e-copy-text {
  font-size: 16.5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.e-footer .e-copy-text span {
  margin-right: 30px;
}
.e-footer .e-copy-date {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 25px;
}
.e-footer-nav {
  list-style: none;
  margin-bottom: 9px;
  padding: 0;
}
.e-footer-nav > li {
  display: inline-block;
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .e-footer-nav > li {
    margin-right: 16px;
  }
}
.e-footer-nav > li > a {
  color: #ffffff;
  font-size: 17px;
}
.bootstrap-select .dropdown-menu li {
  font-size: 17px;
}
.btn.select-country {
  background: transparent url(../images/global_icon.png) no-repeat left center;
  border-color: transparent;
  padding-left: 37px;
  font-size: 17px;
  font-family: "DIN";
  font-weight: 500;
  color: #fff;
}
.btn.select-country:hover {
  text-decoration: underline;
}
.btn.select-country:focus,
.btn.select-country:active {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #80276c;
}
.toggle-nav {
  display: none;
}
.section-third a {
  word-break: break-all;
}
.ac_block_4 {
  max-width: 510px;
  width: 100%;
  padding-left: 40px;
  text-align: center;
}
.ac_block_4 .span1 {
  font-size: 76px;
  color: #00c1d5;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: -43px;
}
.ac_block_4 .span2 {
  color: #80276c;
  text-transform: uppercase;
  font-weight: 500;
}
.ac_block_4 strong {
  font-weight: 500;
}
.ac_block_4 p {
  font-size: 36px;
  line-height: 1.13;
  text-align: left;
}
.ac_block_4 .r_btn {
  color: #fff;
  display: inline-block;
  width: unset;
  padding: 14px 29px;
  margin-bottom: 0;
}
.ac_block_4 .r_btn small {
  font-size: 20px;
  text-transform: none;
  display: block;
}
.mini-title {
  color: #00c1d5;
  font-size: 32px;
  margin-top: 31px;
  margin-bottom: 4px;
}
.mini-title + p,
.mini-title + p + p {
  font-family: DIN;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}
.mini-title + p i,
.mini-title + p + p i {
  font-style: italic;
}
.section-reminder {
  padding-bottom: 52px;
  padding-top: 10px;
}
.section-reminder .mini-title {
  margin-bottom: -20px;
}
.section-reminder .r_btn:hover {
  background-color: #00c1d5;
}
.section-form {
  border-bottom: 2px solid #e1e1e1;
  padding-bottom: 43px;
  margin-bottom: 14px;
}
.section-form .r_btn {
  display: inline-block;
  width: unset;
  min-width: 200px;
  position: absolute;
  right: -42px;
  bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 0;
}
form .check_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
form .check_group > label {
  width: 100%;
}
form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 468px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column-gap: 83px;
  grid-row-gap: 14px;
}
form .form-group {
  margin-bottom: 0;
  position: relative;
}
form .custom-control {
  margin-bottom: 12px;
}
form .custom-control-label {
  padding-left: 8px;
  margin-right: 7px;
}
form label {
  font-family: DIN;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 4px;
}
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel] {
  border-radius: 10px;
  border: 2px solid #00c1d5;
  height: 45px;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #0093a2;
}
form input[type=text]:hover,
form input[type=email]:hover,
form input[type=password]:hover,
form input[type=tel]:hover {
  border-color: #007c89;
}
form input[type=text].error-field,
form input[type=email].error-field,
form input[type=password].error-field,
form input[type=tel].error-field {
  border-color: red;
}
form select {
  border-radius: 10px;
  border: 2px solid #00c1d5;
  outline: none !important;
  height: 45px;
  width: 100%;
}
form select:hover {
  border-color: #007c89;
}
form select.error-field {
  border-color: red;
}
form .bootstrap-select > .dropdown-toggle {
  border: 2px solid #00c1d5;
  padding: 8px 12px 9px;
  border-radius: 10px;
}
form .bootstrap-select > .dropdown-toggle:focus,
form .bootstrap-select > .dropdown-toggle:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
form .show > .btn-light.dropdown-toggle {
  background: #fff;
  border: 2px solid #00c1d5;
}
.e-contacts-container {
  background-image: url(../images/bg_img.jpg);
}
.contact-form .custom-control {
  margin-bottom: 4px;
}
.contact-form .form-grid {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 33px;
}
@media (max-width: 767px) {
  .contact-form .form-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact-form .form-grid label {
    display: block;
    text-align: left;
  }
}
.contact-form .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  min-height: 24px;
}
.custom-control-input:checked ~ .custom-control-label:before {
  background: #00c1d5;
  border-color: #ccc;
}
.custom-control-input:checked ~ .custom-control-label:after {
  background-image: none !important;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.error-field + .custom-control-label {
  color: red;
}
.error-field + .custom-control-label:before {
  border-color: red;
}
.error-field + .dropdown-toggle {
  border-color: red !important;
}
.custom-control-label::after,
.custom-control-label::before {
  width: 22px;
  height: 22px;
}
.form-response {
  display: none;
  margin-top: 20px;
  text-align: center;
  border: 2px solid;
  padding: 10px;
  position: absolute;
  width: 100%;
}
.form-response.success {
  color: #00c1d5;
}
.form-response.error {
  color: #f80039;
}
.form-response p {
  margin: 0;
}
.section-support {
  border-bottom: 2px solid #e1e1e1;
  padding-bottom: 7px;
  margin-bottom: 25px;
}
.support-buttons-grid {
  display: grid;
  grid-template-columns: repeat(2, 566px);
  grid-column-gap: 80px;
  margin-top: 21px;
  padding: 0 40px;
}
.support-detail {
  grid-column: 2/3;
  text-align: center;
}
.support-detail .green-text {
  color: #34b55e;
  font-size: 21px;
  margin-bottom: 0;
  font-weight: bold;
}
.support-detail strong:first-of-type {
  margin-right: 10px;
}
.section-fifth {
  margin-top: 30px;
  margin-bottom: 27px;
}
.section-fifth ul.ico-left li {
  font-size: 18px;
  padding-left: 85px;
  font-size: 19.8px;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
}
.section-fifth ul.ico-left li:nth-child(1) {
  background-image: url(../images/ico1.png);
}
.section-fifth ul.ico-left li:nth-child(2) {
  background-image: url(../images/ico2.png);
}
.section-fifth ul.ico-left li:nth-child(3) {
  background-image: url(../images/ico3.png);
}
.section-sixth {
  margin-bottom: 26px;
}
.section-sixth p {
  margin-bottom: 13px;
  line-height: 1.2;
}
.section-sixth ul {
  margin: 0 10px 10px 36px;
  padding: 0;
}
.section-sixth ul li {
  font-size: 22px;
  line-height: 1.2;
}
.section-seventh {
  background: url(../images/viv_phone_icon.png) no-repeat left center;
  min-height: 46px;
  border-top: 2px dotted #ccc;
  border-bottom: 2px dotted #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 23px;
  padding: 16px 0 16px 60px;
}
.section-seventh p {
  margin-bottom: 0;
  color: #34b55e;
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
}
.footer-resources {
  background-color: #511844;
  color: #fff;
  padding: 25px 0 39px;
}
.section-8 {
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 45px;
}
.section-8 ol {
  padding: 0;
  margin: 0 0 0 13px;
}
.section-8 ol li {
  font-size: 12px;
  font-weight: 400;
}
.section-8 strong {
  font-size: 14px;
  margin-bottom: 16px;
  display: block;
}
.vitoff-main {
  padding-top: 30px;
}
.vitoff-main img {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.vitoff-main img.view {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.section-reminder img img {
  opacity: 0;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.section-reminder img img.view {
  opacity: 1;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}
.fancytimer {
  display: inline-block;
  padding: 0 10px;
  font-size: 28px;
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  color: #00c1d5;
}
.fancybox-banner .fancybox-content {
  -webkit-box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.35);
}
.fancybox-banner .fancybox-bg {
  opacity: 1;
  background-color: #bbd6da;
}
.fancybox-slide--iframe .fancybox-content {
  max-width: 1280px;
  max-height: 80%;
}
@media (max-width: 991px) {
  .fancybox-slide--iframe .fancybox-content {
    max-height: 100%;
  }
}
.fancybox-slide--iframe .fancybox-content .fancybox-close-small {
  top: 20px;
  right: 20px;
}
.fancybox-slide--iframe .fancybox-content .fancybox-button svg {
  width: 60px;
  color: #00c1d5;
}
@media (max-width: 767px) {
  .fancybox-slide--iframe .fancybox-content .fancybox-close-small {
    top: 42px;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fancybox-slide--iframe .fancybox-content .fancybox-button svg {
    width: 42px;
    height: 42px;
  }
  .fancytimer {
    font-size: 21px;
  }
}
.fancybox-button {
  width: auto;
}
.fancybox-button svg {
  display: inline-block;
  width: 28px;
  height: auto;
}
.fancybox-bg {
  background-color: rgba(187, 214, 218, 0.85);
}
.fancybox-app2-popup .fancybox-content {
  background-color: rgba(0, 193, 213, 0.95);
  color: #fff;
  max-width: 797px;
  width: 100%;
  padding: 38px 33px;
}
.fancybox-app2-popup .fancybox-content p {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 36px;
  margin-bottom: 10px;
}
.fancybox-app3-popup .fancybox-bg {
  background-color: #cbe0e3;
  opacity: 1;
}
.fancybox-app3-popup .fancybox-content {
  background-color: #fff;
  max-width: 615px;
  width: 100%;
  padding: 20px 33px;
  text-align: center;
}
.fancybox-app3-popup .fancybox-content h3 {
  font-size: 28px;
  color: #5d615f;
}
.fancybox-app3-popup .fancybox-content p {
  letter-spacing: 0.4px;
  margin-bottom: 10px;
}
.fancybox-app3-popup .fancybox-content .r_btn {
  display: inline-block;
  width: unset;
  padding: 18px 56px;
  margin-top: 15px;
}
.fancybox-app3-popup .fancybox-content .fancybox-close-small {
  display: none;
}
.fancybox-app3-popup .fancybox-content .check_group,
.fancybox-app3-popup .fancybox-content .custom-control {
  margin-bottom: 0;
}
.fancybox-app3-popup .fancybox-content .custom-control .custom-control-label:before {
  border-radius: 16px;
}
.ac_block_4_img {
  position: relative;
}
.ac_block_4_img .span1,
.ac_block_4_img .span2 {
  position: absolute;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.ac_block_4_img .span1 {
  background: url(../images/ac_block_4_phone_m1.png) no-repeat 0 0;
  width: 176px;
  height: 127px;
  top: 70px;
  left: -34px;
  z-index: 1;
}
.ac_block_4_img .span1.view {
  -webkit-animation: a4_m 0.3s forwards;
          animation: a4_m 0.3s forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.ac_block_4_img .span2 {
  background: url(../images/ac_block_4_phone_m2.png) no-repeat 0 0;
  width: 167px;
  height: 118px;
  top: 119px;
  left: 54px;
}
.ac_block_4_img .span2.view {
  -webkit-animation: a4_m 0.3s forwards;
          animation: a4_m 0.3s forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
#data_external.fancybox-content {
  width: 100%;
  height: 100%;
}
.data_external_inner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.data_external_inner h3 {
  font-weight: normal;
  margin-bottom: 40px;
  line-height: 1.5;
}
.data_external_inner .r_btn {
  max-width: 256px;
  display: inline-block;
}
.data_external_inner .r_btn.light {
  background-color: #fff;
  border: 2px solid #00c1d5;
  color: #00c1d5;
}
.data_external_inner .r_btn.light:hover {
  background-color: #00c1d5;
  color: #fff;
}
.p_logo {
  margin-bottom: 40px;
  text-align: center;
}
.p_logo img {
  max-width: 250px;
}
.second-nav .container > ul > li.nav-btn-item {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.second-nav .container > ul > li.nav-btn-item:hover {
  border-bottom: 2px solid transparent;
}
.second-nav .container > ul > li > a.pxw-btn,
.pxw-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 33px;
  border-radius: 6px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.second-nav .container > ul > li > a.pxw-btn.pxw-btn-primary,
.pxw-btn.pxw-btn-primary {
  color: #00c1d5;
  border: 2px solid #00c1d5;
}
.second-nav .container > ul > li > a.pxw-btn.pxw-btn-primary:hover,
.pxw-btn.pxw-btn-primary:hover {
  background-color: #00c1d5;
  color: #fff;
}
@-webkit-keyframes a4_m {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes a4_m {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (max-width: 1329px) {
  .top_menu ul li {
    padding: 15px 18px;
  }
  .ac_block_4_img {
    text-align: right;
  }
  .support-buttons-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
  }
}
@media (max-width: 1199px) {
  .section-form .form-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .top_menu ul li {
    padding: 15px 18px;
  }
  .top_menu ul li a {
    font-size: 16px;
  }
  .support-detail {
    grid-column: 1/3;
  }
  .section-form .r_btn {
    position: static;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 80px;
  }
  .e-footer {
    text-align: center;
  }
  .e-logo-footer {
    display: block;
    margin-top: 30px;
  }
  img.alignright {
    float: none;
    margin: 20px auto;
    display: block;
  }
  .ac_block_4_img {
    display: none;
  }
  .ac_block_4 {
    margin: 30px auto 0;
  }
  .section-fifth img {
    margin-bottom: 20px;
  }
  .top_menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
  }
  .top_menu ul > li {
    border-left: none;
  }
  .top_menu ul > li.cta-btn {
    margin-top: 30px;
    text-align: center;
  }
  .second-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .second-nav ul li {
    border: none;
    margin: 5px 0 5px 0;
  }
  .toggle-nav {
    display: block;
    width: 30px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    right: 20px;
    top: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .toggle-nav.active {
    height: 10px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-bottom: none;
  }
  .toggle-nav.active span {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    margin: 0;
  }
  .toggle-nav span {
    display: block;
    height: 2px;
    background: #fff;
    margin: 5px 0;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .top_menu ul {
    display: none;
  }
  .top_menu ul.active {
    display: block;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 77px;
  }
  .logo {
    position: static;
    margin: 0;
    text-align: center;
  }
  .logo img {
    max-width: 112px;
  }
  .section-sixth img {
    margin-top: 10px;
  }
  .support-buttons-grid,
  .section-form .form-grid {
    display: block;
  }
  .section-form .form-group {
    margin-bottom: 20px;
  }
  .section-form .r_btn {
    width: 100%;
  }
  .ac_block_4 .span1 {
    font-size: 56px;
  }
  .ac_block_4 p {
    font-size: 27px;
  }
  .tip-item-content {
    padding: 30px 30px 60px;
  }
  .tip-item-content p {
    font-size: 18px;
  }
  .tips-slider .owl-nav [class*='owl-'] {
    opacity: 0.5;
  }
  .tips-slider .owl-nav .owl-prev {
    left: -15px;
  }
  .tips-slider .owl-nav .owl-next {
    right: -15px;
  }
  section.helpful p,
  .resources-cols .item a {
    font-size: 18px;
  }
  .e-home-protection-block {
    text-align: center;
  }
  .e-home-protection-block .e-home-page-title {
    font-size: 40px;
    text-align: right;
  }
  .e-home-page-jm-text {
    line-height: 1.3;
  }
  .fancybox-slide {
    padding: 20px;
  }
}
body .wpcf7 form.sent .wpcf7-response-output {
  background-color: #00c1d5;
  border-color: #00c1d5;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 5px;
}
textarea.form-control {
  height: 62px;
}
