@charset "UTF-8";
/*--------------------------------------------------------------
# Configuration and helpers
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# COLORS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# RESPONSIVE BREAKPOINTS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# FONTS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# STRUCTURE
--------------------------------------------------------------*/
/* ============ MIXINS ============= */
/* ============ END MIXINS ============= */
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.unstyle-list, .footer__bottom .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.unstyle-list li, .footer__bottom .menu li {
  padding: 0;
  margin: 0;
}

.unstyle-list li:before, .footer__bottom .menu li:before {
  display: none;
}

.disable-scroll {
  overflow: hidden;
}

.display-none {
  display: none;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.arrow {
  border: solid #0E76BC;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: .4rem;
}

.arrow--light {
  border-color: #0E76BC;
}

.arrow.right {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.arrow.left {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.arrow.up {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.arrow.down {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.table-scroll {
  overflow-x: auto;
}

.bg-shape {
  display: block;
  position: relative;
  top: 3px;
  width: 100%;
}

.text-center {
  text-align: center;
}

.text-white {
  color: #ffff;
}

.text-grey {
  color: #F3F3F3;
}

.card-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mt-0 {
  margin-top: 0 !important;
}

/*--------------------------------------------------------------
# Vendors
--------------------------------------------------------------*/
body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  -webkit-transition-duration: 50ms;
       -o-transition-duration: 50ms;
          transition-duration: 50ms;
}

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
  -webkit-transition-delay: 50ms;
       -o-transition-delay: 50ms;
          transition-delay: 50ms;
}

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  -webkit-transition-duration: 100ms;
       -o-transition-duration: 100ms;
          transition-duration: 100ms;
}

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
  -webkit-transition-delay: 100ms;
       -o-transition-delay: 100ms;
          transition-delay: 100ms;
}

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
  -webkit-transition-delay: 150ms;
       -o-transition-delay: 150ms;
          transition-delay: 150ms;
}

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;
}

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
  -webkit-transition-delay: 200ms;
       -o-transition-delay: 200ms;
          transition-delay: 200ms;
}

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  -webkit-transition-duration: 250ms;
       -o-transition-duration: 250ms;
          transition-duration: 250ms;
}

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
  -webkit-transition-delay: 250ms;
       -o-transition-delay: 250ms;
          transition-delay: 250ms;
}

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
}

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
  -webkit-transition-delay: 300ms;
       -o-transition-delay: 300ms;
          transition-delay: 300ms;
}

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  -webkit-transition-duration: 350ms;
       -o-transition-duration: 350ms;
          transition-duration: 350ms;
}

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
  -webkit-transition-delay: 350ms;
       -o-transition-delay: 350ms;
          transition-delay: 350ms;
}

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  -webkit-transition-duration: 400ms;
       -o-transition-duration: 400ms;
          transition-duration: 400ms;
}

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
  -webkit-transition-delay: 400ms;
       -o-transition-delay: 400ms;
          transition-delay: 400ms;
}

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  -webkit-transition-duration: 450ms;
       -o-transition-duration: 450ms;
          transition-duration: 450ms;
}

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
  -webkit-transition-delay: 450ms;
       -o-transition-delay: 450ms;
          transition-delay: 450ms;
}

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
  -webkit-transition-delay: 500ms;
       -o-transition-delay: 500ms;
          transition-delay: 500ms;
}

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  -webkit-transition-duration: 550ms;
       -o-transition-duration: 550ms;
          transition-duration: 550ms;
}

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
  -webkit-transition-delay: 550ms;
       -o-transition-delay: 550ms;
          transition-delay: 550ms;
}

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  -webkit-transition-duration: 600ms;
       -o-transition-duration: 600ms;
          transition-duration: 600ms;
}

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
  -webkit-transition-delay: 600ms;
       -o-transition-delay: 600ms;
          transition-delay: 600ms;
}

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  -webkit-transition-duration: 650ms;
       -o-transition-duration: 650ms;
          transition-duration: 650ms;
}

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
  -webkit-transition-delay: 650ms;
       -o-transition-delay: 650ms;
          transition-delay: 650ms;
}

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  -webkit-transition-duration: 700ms;
       -o-transition-duration: 700ms;
          transition-duration: 700ms;
}

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
  -webkit-transition-delay: 700ms;
       -o-transition-delay: 700ms;
          transition-delay: 700ms;
}

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  -webkit-transition-duration: 750ms;
       -o-transition-duration: 750ms;
          transition-duration: 750ms;
}

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
  -webkit-transition-delay: 750ms;
       -o-transition-delay: 750ms;
          transition-delay: 750ms;
}

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  -webkit-transition-duration: 800ms;
       -o-transition-duration: 800ms;
          transition-duration: 800ms;
}

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
  -webkit-transition-delay: 800ms;
       -o-transition-delay: 800ms;
          transition-delay: 800ms;
}

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  -webkit-transition-duration: 850ms;
       -o-transition-duration: 850ms;
          transition-duration: 850ms;
}

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
  -webkit-transition-delay: 850ms;
       -o-transition-delay: 850ms;
          transition-delay: 850ms;
}

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  -webkit-transition-duration: 900ms;
       -o-transition-duration: 900ms;
          transition-duration: 900ms;
}

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
  -webkit-transition-delay: 900ms;
       -o-transition-delay: 900ms;
          transition-delay: 900ms;
}

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  -webkit-transition-duration: 950ms;
       -o-transition-duration: 950ms;
          transition-duration: 950ms;
}

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
  -webkit-transition-delay: 950ms;
       -o-transition-delay: 950ms;
          transition-delay: 950ms;
}

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  -webkit-transition-duration: 1000ms;
       -o-transition-duration: 1000ms;
          transition-duration: 1000ms;
}

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
  -webkit-transition-delay: 1000ms;
       -o-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  -webkit-transition-duration: 1050ms;
       -o-transition-duration: 1050ms;
          transition-duration: 1050ms;
}

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
  -webkit-transition-delay: 1050ms;
       -o-transition-delay: 1050ms;
          transition-delay: 1050ms;
}

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  -webkit-transition-duration: 1100ms;
       -o-transition-duration: 1100ms;
          transition-duration: 1100ms;
}

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
  -webkit-transition-delay: 1100ms;
       -o-transition-delay: 1100ms;
          transition-delay: 1100ms;
}

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  -webkit-transition-duration: 1150ms;
       -o-transition-duration: 1150ms;
          transition-duration: 1150ms;
}

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
  -webkit-transition-delay: 1150ms;
       -o-transition-delay: 1150ms;
          transition-delay: 1150ms;
}

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  -webkit-transition-duration: 1200ms;
       -o-transition-duration: 1200ms;
          transition-duration: 1200ms;
}

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
  -webkit-transition-delay: 1200ms;
       -o-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  -webkit-transition-duration: 1250ms;
       -o-transition-duration: 1250ms;
          transition-duration: 1250ms;
}

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
  -webkit-transition-delay: 1250ms;
       -o-transition-delay: 1250ms;
          transition-delay: 1250ms;
}

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  -webkit-transition-duration: 1300ms;
       -o-transition-duration: 1300ms;
          transition-duration: 1300ms;
}

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
  -webkit-transition-delay: 1300ms;
       -o-transition-delay: 1300ms;
          transition-delay: 1300ms;
}

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  -webkit-transition-duration: 1350ms;
       -o-transition-duration: 1350ms;
          transition-duration: 1350ms;
}

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
  -webkit-transition-delay: 1350ms;
       -o-transition-delay: 1350ms;
          transition-delay: 1350ms;
}

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  -webkit-transition-duration: 1400ms;
       -o-transition-duration: 1400ms;
          transition-duration: 1400ms;
}

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
  -webkit-transition-delay: 1400ms;
       -o-transition-delay: 1400ms;
          transition-delay: 1400ms;
}

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  -webkit-transition-duration: 1450ms;
       -o-transition-duration: 1450ms;
          transition-duration: 1450ms;
}

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
  -webkit-transition-delay: 1450ms;
       -o-transition-delay: 1450ms;
          transition-delay: 1450ms;
}

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  -webkit-transition-duration: 1500ms;
       -o-transition-duration: 1500ms;
          transition-duration: 1500ms;
}

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
  -webkit-transition-delay: 1500ms;
       -o-transition-delay: 1500ms;
          transition-delay: 1500ms;
}

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  -webkit-transition-duration: 1550ms;
       -o-transition-duration: 1550ms;
          transition-duration: 1550ms;
}

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
  -webkit-transition-delay: 1550ms;
       -o-transition-delay: 1550ms;
          transition-delay: 1550ms;
}

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  -webkit-transition-duration: 1600ms;
       -o-transition-duration: 1600ms;
          transition-duration: 1600ms;
}

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
  -webkit-transition-delay: 1600ms;
       -o-transition-delay: 1600ms;
          transition-delay: 1600ms;
}

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  -webkit-transition-duration: 1650ms;
       -o-transition-duration: 1650ms;
          transition-duration: 1650ms;
}

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
  -webkit-transition-delay: 1650ms;
       -o-transition-delay: 1650ms;
          transition-delay: 1650ms;
}

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  -webkit-transition-duration: 1700ms;
       -o-transition-duration: 1700ms;
          transition-duration: 1700ms;
}

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
  -webkit-transition-delay: 1700ms;
       -o-transition-delay: 1700ms;
          transition-delay: 1700ms;
}

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  -webkit-transition-duration: 1750ms;
       -o-transition-duration: 1750ms;
          transition-duration: 1750ms;
}

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
  -webkit-transition-delay: 1750ms;
       -o-transition-delay: 1750ms;
          transition-delay: 1750ms;
}

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  -webkit-transition-duration: 1800ms;
       -o-transition-duration: 1800ms;
          transition-duration: 1800ms;
}

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
  -webkit-transition-delay: 1800ms;
       -o-transition-delay: 1800ms;
          transition-delay: 1800ms;
}

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  -webkit-transition-duration: 1850ms;
       -o-transition-duration: 1850ms;
          transition-duration: 1850ms;
}

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
  -webkit-transition-delay: 1850ms;
       -o-transition-delay: 1850ms;
          transition-delay: 1850ms;
}

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  -webkit-transition-duration: 1900ms;
       -o-transition-duration: 1900ms;
          transition-duration: 1900ms;
}

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
  -webkit-transition-delay: 1900ms;
       -o-transition-delay: 1900ms;
          transition-delay: 1900ms;
}

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  -webkit-transition-duration: 1950ms;
       -o-transition-duration: 1950ms;
          transition-duration: 1950ms;
}

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
  -webkit-transition-delay: 1950ms;
       -o-transition-delay: 1950ms;
          transition-delay: 1950ms;
}

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  -webkit-transition-duration: 2000ms;
       -o-transition-duration: 2000ms;
          transition-duration: 2000ms;
}

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
  -webkit-transition-delay: 2000ms;
       -o-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  -webkit-transition-duration: 2050ms;
       -o-transition-duration: 2050ms;
          transition-duration: 2050ms;
}

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
  -webkit-transition-delay: 2050ms;
       -o-transition-delay: 2050ms;
          transition-delay: 2050ms;
}

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  -webkit-transition-duration: 2100ms;
       -o-transition-duration: 2100ms;
          transition-duration: 2100ms;
}

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
  -webkit-transition-delay: 2100ms;
       -o-transition-delay: 2100ms;
          transition-delay: 2100ms;
}

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  -webkit-transition-duration: 2150ms;
       -o-transition-duration: 2150ms;
          transition-duration: 2150ms;
}

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
  -webkit-transition-delay: 2150ms;
       -o-transition-delay: 2150ms;
          transition-delay: 2150ms;
}

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  -webkit-transition-duration: 2200ms;
       -o-transition-duration: 2200ms;
          transition-duration: 2200ms;
}

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
  -webkit-transition-delay: 2200ms;
       -o-transition-delay: 2200ms;
          transition-delay: 2200ms;
}

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  -webkit-transition-duration: 2250ms;
       -o-transition-duration: 2250ms;
          transition-duration: 2250ms;
}

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
  -webkit-transition-delay: 2250ms;
       -o-transition-delay: 2250ms;
          transition-delay: 2250ms;
}

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  -webkit-transition-duration: 2300ms;
       -o-transition-duration: 2300ms;
          transition-duration: 2300ms;
}

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
  -webkit-transition-delay: 2300ms;
       -o-transition-delay: 2300ms;
          transition-delay: 2300ms;
}

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  -webkit-transition-duration: 2350ms;
       -o-transition-duration: 2350ms;
          transition-duration: 2350ms;
}

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
  -webkit-transition-delay: 2350ms;
       -o-transition-delay: 2350ms;
          transition-delay: 2350ms;
}

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  -webkit-transition-duration: 2400ms;
       -o-transition-duration: 2400ms;
          transition-duration: 2400ms;
}

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
  -webkit-transition-delay: 2400ms;
       -o-transition-delay: 2400ms;
          transition-delay: 2400ms;
}

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  -webkit-transition-duration: 2450ms;
       -o-transition-duration: 2450ms;
          transition-duration: 2450ms;
}

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
  -webkit-transition-delay: 2450ms;
       -o-transition-delay: 2450ms;
          transition-delay: 2450ms;
}

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  -webkit-transition-duration: 2500ms;
       -o-transition-duration: 2500ms;
          transition-duration: 2500ms;
}

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
  -webkit-transition-delay: 2500ms;
       -o-transition-delay: 2500ms;
          transition-delay: 2500ms;
}

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  -webkit-transition-duration: 2550ms;
       -o-transition-duration: 2550ms;
          transition-duration: 2550ms;
}

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
  -webkit-transition-delay: 2550ms;
       -o-transition-delay: 2550ms;
          transition-delay: 2550ms;
}

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  -webkit-transition-duration: 2600ms;
       -o-transition-duration: 2600ms;
          transition-duration: 2600ms;
}

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
  -webkit-transition-delay: 2600ms;
       -o-transition-delay: 2600ms;
          transition-delay: 2600ms;
}

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  -webkit-transition-duration: 2650ms;
       -o-transition-duration: 2650ms;
          transition-duration: 2650ms;
}

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
  -webkit-transition-delay: 2650ms;
       -o-transition-delay: 2650ms;
          transition-delay: 2650ms;
}

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  -webkit-transition-duration: 2700ms;
       -o-transition-duration: 2700ms;
          transition-duration: 2700ms;
}

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
  -webkit-transition-delay: 2700ms;
       -o-transition-delay: 2700ms;
          transition-delay: 2700ms;
}

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  -webkit-transition-duration: 2750ms;
       -o-transition-duration: 2750ms;
          transition-duration: 2750ms;
}

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
  -webkit-transition-delay: 2750ms;
       -o-transition-delay: 2750ms;
          transition-delay: 2750ms;
}

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  -webkit-transition-duration: 2800ms;
       -o-transition-duration: 2800ms;
          transition-duration: 2800ms;
}

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
  -webkit-transition-delay: 2800ms;
       -o-transition-delay: 2800ms;
          transition-delay: 2800ms;
}

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  -webkit-transition-duration: 2850ms;
       -o-transition-duration: 2850ms;
          transition-duration: 2850ms;
}

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
  -webkit-transition-delay: 2850ms;
       -o-transition-delay: 2850ms;
          transition-delay: 2850ms;
}

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  -webkit-transition-duration: 2900ms;
       -o-transition-duration: 2900ms;
          transition-duration: 2900ms;
}

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
  -webkit-transition-delay: 2900ms;
       -o-transition-delay: 2900ms;
          transition-delay: 2900ms;
}

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  -webkit-transition-duration: 2950ms;
       -o-transition-duration: 2950ms;
          transition-duration: 2950ms;
}

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
  -webkit-transition-delay: 2950ms;
       -o-transition-delay: 2950ms;
          transition-delay: 2950ms;
}

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  -webkit-transition-duration: 3000ms;
       -o-transition-duration: 3000ms;
          transition-duration: 3000ms;
}

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
  -webkit-transition-delay: 3000ms;
       -o-transition-delay: 3000ms;
          transition-delay: 3000ms;
}

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
       -o-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
       -o-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
       -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
       -o-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
       -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
       -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
       -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
       -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
       -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
       -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
       -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
       -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
       -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^='fade'][data-aos^='fade'].aos-animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

[data-aos='fade-up'] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

[data-aos='fade-down'] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}

[data-aos='fade-right'] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}

[data-aos='fade-left'] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}

[data-aos='fade-up-right'] {
  -webkit-transform: translate3d(-100px, 100px, 0);
          transform: translate3d(-100px, 100px, 0);
}

[data-aos='fade-up-left'] {
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0);
}

[data-aos='fade-down-right'] {
  -webkit-transform: translate3d(-100px, -100px, 0);
          transform: translate3d(-100px, -100px, 0);
}

[data-aos='fade-down-left'] {
  -webkit-transform: translate3d(100px, -100px, 0);
          transform: translate3d(100px, -100px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^='zoom'][data-aos^='zoom'] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^='zoom'][data-aos^='zoom'].aos-animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

[data-aos='zoom-in'] {
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}

[data-aos='zoom-in-up'] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
          transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos='zoom-in-down'] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
          transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos='zoom-in-right'] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
          transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos='zoom-in-left'] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
          transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos='zoom-out'] {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

[data-aos='zoom-out-up'] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
          transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos='zoom-out-down'] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
          transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos='zoom-out-right'] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
          transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos='zoom-out-left'] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
          transform: translate3d(100px, 0, 0) scale(1.2);
}

/**
 * Slide animations
 */
[data-aos^='slide'][data-aos^='slide'] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos^='slide'][data-aos^='slide'].aos-animate {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

[data-aos='slide-up'] {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

[data-aos='slide-down'] {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

[data-aos='slide-right'] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

[data-aos='slide-left'] {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^='flip'][data-aos^='flip'] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos='flip-left'] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}

[data-aos='flip-left'].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-right'] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}

[data-aos='flip-right'].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-up'] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}

[data-aos='flip-up'].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-aos='flip-down'] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}

[data-aos='flip-down'].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers (opinionated).
   */
body {
  margin: 0;
}

/**
   * Add the correct display in IE 9-.
   */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
   * Add the correct margin in IE 8.
   */
figure {
  margin: 1em 40px;
}

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
   * Remove the outline on focused links when they are also active or hovered
   * in all browsers (opinionated).
   */
a:active,
a:hover {
  outline-width: 0;
}

/**
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
b,
strong {
  font-weight: inherit;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font style in Android 4.3-.
   */
dfn {
  font-style: italic;
}

/**
   * Add the correct background and color in IE 9-.
   */
mark {
  background-color: #ff0;
  color: #000;
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
audio,
video {
  display: inline-block;
}

/**
   * Add the correct display in iOS 4-7.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Remove the border on images inside links in IE 10-.
   */
img {
  border-style: none;
}

/**
   * Hide the overflow in IE.
   */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Change the border, margin, and padding in all browsers (opinionated).
   */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
   * Remove the default vertical scrollbar in IE.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
details,
menu {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Scripting
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
canvas {
  display: inline-block;
}

/**
   * Add the correct display in IE.
   */
template {
  display: none;
}

/* Hidden
     ========================================================================== */
/**
   * Add the correct display in IE 10-.
   */
[hidden] {
  display: none;
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* =WordPress Core - Sassified.
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
body {
  font-family: "Nunito Sans", sans-serif;
  color: #414141;
  font-weight: 400;
}

body {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  body {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 18px;
  }
}

body {
  line-height: 25px;
}

@media screen and (min-width: 320px) {
  body {
    line-height: calc(25px + 3 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  body {
    line-height: 28px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem 0;
  font-family: "Poppins", sans-serif;
  color: #1E1E1E;
  font-weight: 600;
}

p {
  margin: 0 0 1.2rem 0;
}

h1,
.h1,
.recommended__title {
  font-size: 35px;
}

@media screen and (min-width: 320px) {
  h1,
  .h1,
  .recommended__title {
    font-size: calc(35px + 12 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  h1,
  .h1,
  .recommended__title {
    font-size: 47px;
  }
}

h1,
.h1,
.recommended__title {
  line-height: 45px;
}

@media screen and (min-width: 320px) {
  h1,
  .h1,
  .recommended__title {
    line-height: calc(45px + 10 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  h1,
  .h1,
  .recommended__title {
    line-height: 55px;
  }
}

h2,
.h2,
.my-ip__address span {
  font-size: 30px;
}

@media screen and (min-width: 320px) {
  h2,
  .h2,
  .my-ip__address span {
    font-size: calc(30px + 9 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  h2,
  .h2,
  .my-ip__address span {
    font-size: 39px;
  }
}

h2,
.h2,
.my-ip__address span {
  line-height: 38px;
}

@media screen and (min-width: 320px) {
  h2,
  .h2,
  .my-ip__address span {
    line-height: calc(38px + 12 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  h2,
  .h2,
  .my-ip__address span {
    line-height: 50px;
  }
}

h3,
.h3,
.price-banner__number span,
.pros-cons__title,
.related-posts__title {
  font-size: 26px;
}

@media screen and (min-width: 320px) {
  h3,
  .h3,
  .price-banner__number span,
  .pros-cons__title,
  .related-posts__title {
    font-size: calc(26px + 2 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  h3,
  .h3,
  .price-banner__number span,
  .pros-cons__title,
  .related-posts__title {
    font-size: 28px;
  }
}

h3,
.h3,
.price-banner__number span,
.pros-cons__title,
.related-posts__title {
  line-height: 30px;
}

@media screen and (min-width: 320px) {
  h3,
  .h3,
  .price-banner__number span,
  .pros-cons__title,
  .related-posts__title {
    line-height: calc(30px + 12 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  h3,
  .h3,
  .price-banner__number span,
  .pros-cons__title,
  .related-posts__title {
    line-height: 42px;
  }
}

h4,
.h4 {
  font-size: 22px;
}

@media screen and (min-width: 320px) {
  h4,
  .h4 {
    font-size: calc(22px + 2 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}

h4,
.h4 {
  line-height: 28px;
}

@media screen and (min-width: 320px) {
  h4,
  .h4 {
    line-height: calc(28px + 8 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  h4,
  .h4 {
    line-height: 36px;
  }
}

h5,
.h5,
blockquote p,
.wp-block-quote p,
.vpn-bullet__rating {
  font-size: 19px;
}

@media screen and (min-width: 320px) {
  h5,
  .h5,
  blockquote p,
  .wp-block-quote p,
  .vpn-bullet__rating {
    font-size: calc(19px + 3 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  h5,
  .h5,
  blockquote p,
  .wp-block-quote p,
  .vpn-bullet__rating {
    font-size: 22px;
  }
}

h5,
.h5,
blockquote p,
.wp-block-quote p,
.vpn-bullet__rating {
  line-height: 24px;
}

@media screen and (min-width: 320px) {
  h5,
  .h5,
  blockquote p,
  .wp-block-quote p,
  .vpn-bullet__rating {
    line-height: calc(24px + 6 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  h5,
  .h5,
  blockquote p,
  .wp-block-quote p,
  .vpn-bullet__rating {
    line-height: 30px;
  }
}

h6,
.h6 {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  h6,
  .h6 {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  h6,
  .h6 {
    font-size: 18px;
  }
}

h6,
.h6 {
  line-height: 22px;
}

@media screen and (min-width: 320px) {
  h6,
  .h6 {
    line-height: calc(22px + 7 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  h6,
  .h6 {
    line-height: 29px;
  }
}

.big-title, .home-hero h1 {
  font-size: 40px;
}

@media screen and (min-width: 320px) {
  .big-title, .home-hero h1 {
    font-size: calc(40px + 32 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  .big-title, .home-hero h1 {
    font-size: 72px;
  }
}

.big-title, .home-hero h1 {
  line-height: 46px;
}

@media screen and (min-width: 320px) {
  .big-title, .home-hero h1 {
    line-height: calc(46px + 26 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  .big-title, .home-hero h1 {
    line-height: 72px;
  }
}

.small-title {
  font-size: 18px;
}

@media screen and (min-width: 320px) {
  .small-title {
    font-size: calc(18px + 2 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  .small-title {
    font-size: 20px;
  }
}

.small-title {
  line-height: 20px;
}

@media screen and (min-width: 320px) {
  .small-title {
    line-height: calc(20px + 4 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  .small-title {
    line-height: 24px;
  }
}

.small-text, .wp-block-table figcaption, .editor .wp-block-image figcaption, .price-banner__icon p, .pricing__badge, .filter__label, .post-card__btn, .single-hero__author, .single-hero__date, .single-hero__notice {
  font-size: 13px;
}

@media screen and (min-width: 320px) {
  .small-text, .wp-block-table figcaption, .editor .wp-block-image figcaption, .price-banner__icon p, .pricing__badge, .filter__label, .post-card__btn, .single-hero__author, .single-hero__date, .single-hero__notice {
    font-size: calc(13px + 3 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  .small-text, .wp-block-table figcaption, .editor .wp-block-image figcaption, .price-banner__icon p, .pricing__badge, .filter__label, .post-card__btn, .single-hero__author, .single-hero__date, .single-hero__notice {
    font-size: 16px;
  }
}

.small-text, .wp-block-table figcaption, .editor .wp-block-image figcaption, .price-banner__icon p, .pricing__badge, .filter__label, .post-card__btn, .single-hero__author, .single-hero__date, .single-hero__notice {
  line-height: 17px;
}

@media screen and (min-width: 320px) {
  .small-text, .wp-block-table figcaption, .editor .wp-block-image figcaption, .price-banner__icon p, .pricing__badge, .filter__label, .post-card__btn, .single-hero__author, .single-hero__date, .single-hero__notice {
    line-height: calc(17px + 5 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  .small-text, .wp-block-table figcaption, .editor .wp-block-image figcaption, .price-banner__icon p, .pricing__badge, .filter__label, .post-card__btn, .single-hero__author, .single-hero__date, .single-hero__notice {
    line-height: 22px;
  }
}

.xsmall-text, .breadcrumb-wrap, .reviews-hero .search-form input[type="search"], .pricing__interval, .pricing__description, .footer__bottom .menu a, .footer__copyright {
  font-size: 12px;
}

@media screen and (min-width: 320px) {
  .xsmall-text, .breadcrumb-wrap, .reviews-hero .search-form input[type="search"], .pricing__interval, .pricing__description, .footer__bottom .menu a, .footer__copyright {
    font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  .xsmall-text, .breadcrumb-wrap, .reviews-hero .search-form input[type="search"], .pricing__interval, .pricing__description, .footer__bottom .menu a, .footer__copyright {
    font-size: 14px;
  }
}

.xsmall-text, .breadcrumb-wrap, .reviews-hero .search-form input[type="search"], .pricing__interval, .pricing__description, .footer__bottom .menu a, .footer__copyright {
  line-height: 16px;
}

@media screen and (min-width: 320px) {
  .xsmall-text, .breadcrumb-wrap, .reviews-hero .search-form input[type="search"], .pricing__interval, .pricing__description, .footer__bottom .menu a, .footer__copyright {
    line-height: calc(16px + 2 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  .xsmall-text, .breadcrumb-wrap, .reviews-hero .search-form input[type="search"], .pricing__interval, .pricing__description, .footer__bottom .menu a, .footer__copyright {
    line-height: 18px;
  }
}

/**
 * Set up a decent box model on the root element
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
   * Make all elements from the DOM inherit from the parent box-sizing
   * Since `*` has a specificity of 0, it does not override the `html` value
   * making all elements inheriting from the root box-sizing value
   * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
   */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
  font-size: 75%;
}

@media (min-width: 992px) {
  html {
    font-size: 90%;
  }
}

@media (min-width: 1440px) {
  html {
    font-size: 100%;
  }
}

html.noscroll {
  overflow: hidden;
}

@media (min-width: 992px) {
  html.noscroll {
    overflow-x: hidden;
    overflow-y: auto;
  }
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1220px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1320px;
  }
}

.container-wide {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .container-wide {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1440px) {
  .container-wide {
    padding-left: 80px;
    padding-right: 80px;
  }
}

ul,
ol {
  margin: 0 0 20px 0;
  padding-left: 25px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

.bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bullet-list li {
  position: relative;
  padding-left: 28px;
  line-height: 1.4;
  margin-bottom: 8px;
}

@media (min-width: 992px) {
  .bullet-list li {
    margin-bottom: 10px;
  }
}

.bullet-list li:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 6px;
  width: 7px;
  height: 12px;
  border-width: 0 3px 3px 0;
  border-style: solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bullet-list li:last-of-type {
  margin-bottom: 0;
}

.bullet-list--green li:before {
  border-color: #36CB69;
}

.bullet-list--blue li:before {
  border-color: #0E76BC;
}

.bullet-list--cross li:before, .bullet-list--cross li:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 6px;
  width: 3px;
  height: 14px;
  background-color: #EF5555;
}

.bullet-list--cross li:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bullet-list--cross li:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border: none;
}

embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1.8rem auto;
}

.wp-block-video {
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-video video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-embed {
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}

.wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/**
 * Basic styles for links
 */
a {
  color: #29B6F0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

a:hover, a:active {
  outline: 0;
  text-decoration: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  min-width: 125px;
  border-radius: 5px;
  color: #ffff;
  text-align: center;
}

.btn__dark {
  background-color: #1D3659;
}

.btn__primary {
  background-color: #0E76BC;
}

.btn__cta {
  background-color: #DA3940;
}

.btn__cta {
  font-size: 19px;
}

@media screen and (min-width: 320px) {
  .btn__cta {
    font-size: calc(19px + 3 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  .btn__cta {
    font-size: 22px;
  }
}

.btn__outline {
  border: 1px solid #1E1E1E;
  color: #1E1E1E;
  background-color: #ffff;
}

.btn__outline:hover {
  border-color: #0E76BC;
  color: #0E76BC;
}

.btn__outline-white {
  border: 1px solid #ffff;
  color: #ffff;
  background-color: transparent;
}

.btn__outline-primary {
  border: 1px solid #0E76BC;
  color: #0E76BC;
  background-color: transparent;
}

.btn__link {
  color: #58BEE8;
  text-decoration: underline;
  padding: 6px 0;
}

.btn__link:hover {
  text-decoration: underline;
}

.btn:hover {
  opacity: 0.8;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="color"],
textarea {
  color: #414141;
  border: 0.8px solid #C7C7C7;
  border-radius: 4px;
  font-family: "Nunito Sans", sans-serif;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #0E76BC;
  border: 0.8px solid #0E76BC;
  outline: none;
}

select {
  border: 0.8px solid #C7C7C7;
  padding: 9px 20px 9px 15px;
  color: #414141;
}

select:focus {
  outline: none;
  border-color: #58BEE8;
}

textarea {
  width: 100%;
  height: 130px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #595959;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #595959;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #595959;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #595959;
}

/* Change Autocomplete styles in Chrome */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #414141;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

/* the slides - gap between them */
.slick-slide {
  padding: 20px 11px;
}

/* the parent */
.slick-list {
  margin: 0 -11px;
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-left: 0;
}

.slick-slide {
  height: inherit !important;
}

.slick-arrow {
  position: absolute;
  top: 0;
  padding: 13px 5px;
  width: 65px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3;
}

.slick-arrow:hover {
  opacity: 0.7;
}

.slick-arrow.slick-disabled {
  cursor: initial;
}

.prev-arrow {
  right: 75px;
}

.next-arrow {
  right: 0;
}

.long-arrow-right,
.long-arrow-left {
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #353535;
  border-left: 1px solid #353535;
  padding: 0;
}

.slick-disabled .long-arrow-right, .slick-disabled
.long-arrow-left {
  border-top: 1px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
}

.slick-disabled .long-arrow-right::after, .slick-disabled
.long-arrow-left::after {
  background-color: #DFDFDF;
}

.long-arrow-right::after,
.long-arrow-left::after {
  content: "";
  display: block;
  width: 1px;
  height: 55px;
  background-color: #353535;
  -webkit-transform: rotate(-45deg) translate(19px, 7px);
      -ms-transform: rotate(-45deg) translate(19px, 7px);
          transform: rotate(-45deg) translate(19px, 7px);
  left: 0;
  top: 0;
}

.long-arrow-right {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  float: right;
}

.long-arrow-left {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

* {
  min-height: 0;
  min-width: 0;
}

.pagination {
  text-align: center;
  padding: 20px 0;
}

@media (min-width: 992px) {
  .pagination {
    padding: 80px 0 40px 0;
  }
}

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagination .page-numbers {
  color: #414141;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  padding: 4px;
  line-height: 1;
  margin: 0 2px;
}

.pagination .page-numbers.current {
  background-color: #FFA857;
}

.pagination .page-numbers.next {
  margin-left: 10px;
}

.pagination .page-numbers.prev {
  margin-right: 10px;
}

.wp-block-table {
  margin: 20px -20px 20px -20px;
}

@media (min-width: 768px) {
  .wp-block-table {
    margin: 35px auto;
  }
}

.wp-block-table table {
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  text-align: left;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

@media (min-width: 768px) {
  .wp-block-table table {
    border: 1px solid #EBEBEB;
  }
}

@media (min-width: 992px) {
  .wp-block-table table {
    min-width: 100%;
  }
}

.wp-block-table thead {
  background-color: #1D3659;
  color: white;
}

.wp-block-table thead th {
  font-weight: 500;
  padding: 12px 10px 12px 25px;
  line-height: 1.4;
}

.wp-block-table tbody td {
  padding: 14px 10px 14px 25px;
  line-height: 1.4;
}

.wp-block-table tbody tr td:first-of-type {
  color: #1E1E1E;
  font-weight: 600;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: white;
}

.wp-block-table tbody tr:nth-child(even) {
  background-color: #F9F9F9;
}

.wp-block-table figcaption {
  padding: 5px 0;
}

blockquote,
.wp-block-quote {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

@media (min-width: 992px) {
  blockquote,
  .wp-block-quote {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-right: 30px;
  }
}

blockquote:before,
.wp-block-quote:before {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: -20px;
  width: 3px;
  background-color: #58BEE8;
}

blockquote p,
.wp-block-quote p {
  margin: 0;
  font-weight: 600;
  position: relative;
}

blockquote cite,
.wp-block-quote cite {
  margin-top: 7px;
  display: block;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.back-to-top {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #FFA857;
  -webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.15));
  border-radius: 50%;
  margin-left: auto;
  margin-right: 15px;
  margin-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.back-to-top:hover, .back-to-top:focus, .back-to-top:active {
  opacity: 0.85;
}

@media (min-width: 992px) {
  .back-to-top {
    width: 57px;
    height: 57px;
    margin-right: 70px;
    margin-bottom: 3rem;
  }
  .back-to-top img {
    width: 21px;
  }
}

@media (min-width: 768px) {
  .two-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (min-width: 768px) {
  .two-col.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .two-col .col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 48%;
  }
}

.two-col__img {
  position: relative;
  padding-bottom: 56.2%;
}

.two-col__img img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.two-col__text {
  padding: 25px 0;
}

.rank-math-block {
  margin: 0 0 30px 0;
  background-color: #fff;
}

@media (min-width: 992px) {
  .rank-math-block {
    margin-bottom: 60px;
  }
}

.rank-math-block.faq-home {
  margin-bottom: 50px;
  padding: 0 20px;
}

@media (min-width: 992px) {
  .rank-math-block.faq-home {
    max-width: 800px;
    margin: 0 auto 100px auto;
  }
}

@media (min-width: 1440px) {
  .rank-math-block.faq-home {
    margin-bottom: 130px;
  }
}

.rank-math-block .rank-math-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1.125rem;
  padding-top: 1.125rem;
  padding-left: 1.125rem;
  cursor: pointer;
  padding-right: 3.125rem;
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 500;
}

.rank-math-block .rank-math-question {
  font-size: 14px;
}

@media screen and (min-width: 320px) {
  .rank-math-block .rank-math-question {
    font-size: calc(14px + 4 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  .rank-math-block .rank-math-question {
    font-size: 18px;
  }
}

.rank-math-block .rank-math-question {
  line-height: 18px;
}

@media screen and (min-width: 320px) {
  .rank-math-block .rank-math-question {
    line-height: calc(18px + 11 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  .rank-math-block .rank-math-question {
    line-height: 29px;
  }
}

.rank-math-block .rank-math-question:after {
  display: none;
}

.rank-math-block .rank-math-question:before {
  content: "";
  background-image: url(img/plus-icon.svg);
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
  padding: 5px;
  position: relative;
  left: 22px;
}

.rank-math-block .rank-math-answer {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  display: none;
  overflow: hidden;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.rank-math-block .rank-math-answer p,
.rank-math-block .rank-math-answer li {
  margin-bottom: 0.625rem;
}

.rank-math-block .rank-math-answer p:nth-last-child(1),
.rank-math-block .rank-math-answer li:nth-last-child(1) {
  margin-bottom: 1.125rem;
}

.rank-math-block .rank-math-list-item {
  border: 1px solid #E7E7E7;
  border-radius: 2px;
  margin-bottom: 16px;
}

.rank-math-block .rank-math-list-item.active {
  background: #F4FCFF;
  border-color: #BBE0EF;
}

.rank-math-block .rank-math-list-item.active .rank-math-question:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.rank-math-block .rank-math-list-item.active .rank-math-answer {
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.rank-math-block .rank-math-list-item--active {
  background: #F4FCFF;
  border-color: #BBE0EF;
}

.rank-math-block .rank-math-list-item--active .rank-math-question:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.rank-math-block .rank-math-list-item--active .rank-math-answer {
  padding-bottom: 1.125rem;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.faq-title {
  margin: 0 0 24px 0;
}

@media (min-width: 992px) {
  .faq-title {
    margin: 60px 0 40px 0;
  }
}

.back-to-top {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #FFA857;
  -webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.15));
  border-radius: 50%;
  margin-left: auto;
  margin-right: 15px;
  margin-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.back-to-top:hover, .back-to-top:focus, .back-to-top:active {
  opacity: 0.85;
}

@media (min-width: 992px) {
  .back-to-top {
    width: 57px;
    height: 57px;
    margin-right: 70px;
    margin-bottom: 3rem;
  }
  .back-to-top img {
    width: 21px;
  }
}

.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
  font-weight: 700;
}

.editor h2 {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .editor h2 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .editor h2 {
    margin-top: 0;
  }
  .editor * + h2 {
    margin-top: 45px;
  }
}

.editor h3,
.editor h4 {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .editor h3,
  .editor h4 {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .editor h3,
  .editor h4 {
    margin-top: 0;
  }
  .editor * + h3,
  .editor * + h4 {
    margin-top: 40px;
  }
}

.editor p {
  margin: 0 0 1.4rem 0;
}

.editor ul {
  margin: 1.4rem 0;
}

.editor ul li {
  margin: 0 0 0.8rem 0;
}

.editor p:last-of-type,
.editor li:last-of-type {
  margin-bottom: 0;
}

.editor a:not(.post-card):not(.vpn-card):not(.no-link):hover {
  color: #0E76BC;
}

.editor p a strong,
.editor li a strong {
  color: #29B6F0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.editor p a:hover strong,
.editor li a:hover strong {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #0E76BC;
}

.editor .wp-block-image {
  margin: 0 0 1.5rem 0;
}

.editor .wp-block-image figcaption {
  text-align: center;
}

.editor strong {
  font-weight: 700;
  color: #0d0d0d;
}

.editor .single-thumbnail {
  display: none;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.modal.open {
  display: block;
  z-index: 9999;
}

.modal__content {
  background-color: #fff;
  margin: 10% auto;
  padding: 15px 25px 25px 25px;
  width: 85%;
  max-width: 1000px;
  position: relative;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  -webkit-animation: animatetop 700ms ease-in;
          animation: animatetop 700ms ease-in;
}

@media (min-width: 768px) {
  .modal__content {
    padding: 35px 25px;
  }
}

@media (min-width: 992px) {
  .modal__content {
    padding: 35px;
    width: 75%;
  }
}

.modal__body {
  -webkit-transition: all 0.3 ease;
  -o-transition: all 0.3 ease;
  transition: all 0.3 ease;
  position: relative;
}

.modal__close {
  margin-left: auto;
  margin-bottom: 10px;
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal__close::after, .modal__close::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 10px;
  height: 20px;
  width: 1px;
  background-color: #0E76BC;
}

.modal__close::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal__close::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal__close:hover, .modal__close:focus {
  cursor: pointer;
}

@media (min-width: 768px) {
  .modal__close {
    position: absolute;
    top: 12px;
    right: 15px;
  }
  .modal__close::after, .modal__close::before {
    height: 27px;
  }
}

@-webkit-keyframes animatetop {
  from {
    top: -30px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -30px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.search-form {
  position: relative;
  width: 222px;
}

.search-form__input {
  width: 100%;
}

.search-form input[type="search"] {
  padding: 12px 33px 10px 16px;
  border-radius: 50px;
  background-color: white;
  font-size: 12px;
  border: 1px solid #E0E0E0;
  color: #152E54;
}

.search-form input[type="search"]:focus {
  outline: none;
}

.search-form input[type="search"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #375889;
}

.search-form input[type="search"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #375889;
}

.search-form input[type="search"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #375889;
}

.search-form input[type="search"]:-moz-placeholder {
  /* Firefox 18- */
  color: #375889;
}

@media (min-width: 992px) {
  .search-form input[type="search"] {
    background-color: #375889;
    border: 0;
    color: #ffff;
  }
  .search-form input[type="search"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffff;
  }
  .search-form input[type="search"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffff;
  }
  .search-form input[type="search"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffff;
  }
  .search-form input[type="search"]:-moz-placeholder {
    /* Firefox 18- */
    color: #ffff;
  }
}

.search-form__btn {
  position: absolute;
  right: 7px;
  top: 10px;
}

@media (min-width: 992px) {
  .search-form__btn {
    top: 7px;
  }
}

@media (min-width: 992px) {
  .search-form__btn .icon-mobile {
    display: none;
  }
}

.search-form__btn .icon-desktop {
  display: none;
}

@media (min-width: 992px) {
  .search-form__btn .icon-desktop {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .header-post-image {
    width: 100%;
  }
}

.home-hero {
  min-height: 340px;
  padding-top: 50px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #EEF8FD), color-stop(10%, white));
  background: -webkit-linear-gradient(top, #EEF8FD 90%, white 10%);
  background: -o-linear-gradient(top, #EEF8FD 90%, white 10%);
  background: linear-gradient(to bottom, #EEF8FD 90%, white 10%);
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .home-hero {
    padding-top: 8rem;
    min-height: 400px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #EEF8FD), color-stop(20%, white));
    background: -webkit-linear-gradient(top, #EEF8FD 80%, white 20%);
    background: -o-linear-gradient(top, #EEF8FD 80%, white 20%);
    background: linear-gradient(to bottom, #EEF8FD 80%, white 20%);
  }
}

@media (min-width: 992px) {
  .home-hero {
    min-height: 550px;
    margin-bottom: 50px;
  }
}

.home-hero__text {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.home-hero__text p {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.home-hero h1 strong {
  color: #58BEE8;
  font-weight: inherit;
}

.home-hero .btn {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .home-hero__img {
    margin-top: -30px;
  }
}

@media (min-width: 1200px) {
  .home-hero__img {
    margin-top: -60px;
  }
}

.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 5px;
  background-color: white;
  padding: 54px 20px 25px 20px;
  position: relative;
  max-width: 360px;
  margin: 0 auto 25px auto;
}

@media (min-width: 768px) {
  .cta {
    max-width: 100%;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .cta {
    padding: 60px 40px 40px 40px;
  }
}

.cta__label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #C2EECC;
  padding: 4px 30px 4px 15px;
  color: #1D3659;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  min-width: 140px;
  font-weight: 600;
  border-top-left-radius: 5px;
}

.cta__logo {
  width: 100%;
  max-width: 180px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 15px auto;
}

.cta__logo img {
  max-height: 100%;
}

@media (min-width: 992px) {
  .cta__logo {
    max-width: 190px;
  }
}

.cta__review {
  text-align: center;
}

.cta__list {
  margin: 0 0 2rem 0;
}

.cta__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}

.cta__btns a:nth-of-type(2) {
  margin-top: 10px;
}

.cta.small {
  -webkit-box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.08);
  height: 100%;
  font-size: 16px;
  line-height: 24px;
}

.cta.small .vpn-review__number {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  .cta.small .vpn-review__number {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  .cta.small .vpn-review__number {
    font-size: 18px;
  }
}

.cta.small .vpn-review__number {
  line-height: 25px;
}

@media screen and (min-width: 320px) {
  .cta.small .vpn-review__number {
    line-height: calc(25px + 2 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  .cta.small .vpn-review__number {
    line-height: 27px;
  }
}

@media (min-width: 992px) {
  .cta.small {
    padding: 52px 20px 22px 20px;
  }
}

.cta.small .cta__logo {
  width: 180px;
  height: 60px;
}

.cta-horizontal {
  -webkit-box-shadow: 0px 3px 8px rgba(19, 28, 60, 0.25);
          box-shadow: 0px 3px 8px rgba(19, 28, 60, 0.25);
}

@media (min-width: 768px) {
  .cta-horizontal {
    margin-bottom: 25px;
    padding: 30px;
  }
}

@media (min-width: 992px) {
  .cta-horizontal {
    margin-bottom: 25px;
    padding: 30px 60px;
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .cta-horizontal__row {
    display: grid;
    grid-template-columns: 3fr 4fr 3fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .cta-horizontal__row .cta__logo {
    margin: 0 auto 0 0;
  }
  .cta-horizontal__row .cta__list {
    margin-bottom: 0;
  }
  .cta-horizontal__row .cta__btns-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 992px) {
  .cta-horizontal__row {
    grid-template-columns: 1fr 2fr auto;
  }
}

.cta-horizontal .btn__link {
  max-width: 172px;
}

.top3 {
  background-color: #1D3659;
  padding: 40px 0;
}

@media (min-width: 768px) {
  .top3 {
    padding: 70px 0;
  }
}

.top3__row {
  max-width: 1140px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .top3__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
}

@media (min-width: 992px) {
  .top3__row {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

.top3__title {
  color: white;
  text-align: center;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .top3__title {
    margin-bottom: 40px;
  }
}

.top3-horizontal {
  padding: 30px 0 20px 0;
}

@media (min-width: 992px) {
  .top3-horizontal {
    padding: 70px 0 0 0;
  }
}

.top3-horizontal__title {
  margin-bottom: 25px;
  text-align: center;
}

@media (min-width: 992px) {
  .top3-horizontal__title {
    margin-bottom: 40px;
  }
}

.top3-horizontal .cta-horizontal {
  max-width: 1030px;
  margin: 0 auto 20px auto;
  -webkit-box-shadow: 0px 2px 10px rgba(58, 94, 149, 0.15);
          box-shadow: 0px 2px 10px rgba(58, 94, 149, 0.15);
}

.vpn-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
  padding-right: 10px;
}

.vpn-review__number {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  margin-right: 10px;
}

.vpn-review__stars {
  position: relative;
  display: inline-block;
  font-family: Times;
  height: 18px;
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 1;
  width: 75px;
}

.vpn-review__stars:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  height: 14px;
  color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFA857;
}

.vpn-review__stars:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  content: "★★★★★";
  color: #FFA857;
  overflow: hidden;
}

.vpn-review__stars.star-1:after {
  width: calc(var(--rating) / 5 * 100%);
}

.vpn-review__stars.star-2:after {
  width: calc(var(--rating) / 5 * 100% + 3px);
}

.vpn-review__stars.star-3:after {
  width: calc(var(--rating) / 5 * 100% + 6px);
}

.vpn-review__stars.star-4:after {
  width: calc(var(--rating) / 5 * 100% + 9px);
}

.vpn-review__stars.star-5:after {
  width: calc(var(--rating) / 5 * 100% + 12px);
}

.vpn-review__stars--blue:before {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0E76BC;
}

.vpn-review__stars--blue:after {
  color: #0E76BC;
}

.breadcrumb-wrap {
  padding: 20px 0;
  color: #707070;
}

.breadcrumb-wrap p {
  margin-bottom: 0;
}

.breadcrumb-wrap a {
  color: #707070;
}

.breadcrumb-wrap a:hover {
  opacity: 0.8;
}

.price-banner {
  background-color: #FAF5F1;
}

.price-banner__row {
  padding: 28px 0;
  margin-bottom: 30px;
  margin-top: 30px;
}

@media (min-width: 992px) {
  .price-banner__row {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 50px;
  }
}

.price-banner__label {
  font-weight: 700;
  margin-bottom: 20px;
  margin-right: 8px;
}

.price-banner__label {
  font-size: 20px;
}

@media screen and (min-width: 320px) {
  .price-banner__label {
    font-size: calc(20px + 2 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  .price-banner__label {
    font-size: 22px;
  }
}

.price-banner__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .price-banner__price {
    grid-column: 1/3;
  }
}

@media (min-width: 992px) {
  .price-banner__price {
    display: block;
    grid-column: 1;
    padding-right: 35px;
  }
}

.price-banner__price-none {
  margin: 0;
}

.price-banner__number {
  display: inline-block;
  padding: 5px 9px;
}

.price-banner__number span {
  color: #0E76BC;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

@media (min-width: 992px) {
  .price-banner__number {
    padding-left: 0;
  }
}

.price-banner__inner-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 12px;
}

@media (min-width: 992px) {
  .price-banner__inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.price-banner__icons {
  position: relative;
}

@media (min-width: 768px) {
  .price-banner__icons {
    width: 48%;
  }
  .price-banner__icons:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    background-color: #F5ECE9;
  }
  .price-banner__icons:before {
    left: -10px;
  }
}

@media (min-width: 992px) {
  .price-banner__icons {
    padding-left: 15px;
    width: auto;
  }
}

@media (min-width: 768px) {
  .price-banner__icons-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    row-gap: 35px;
  }
}

@media (min-width: 992px) {
  .price-banner__icons-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.price-banner__icon {
  text-align: center;
  padding: 10px 0;
  margin-right: 15px;
}

.price-banner__icon:last-of-type {
  margin-right: 0;
}

@media (min-width: 992px) {
  .price-banner__icon {
    width: 85px;
  }
}

.price-banner__icon img {
  max-height: 100%;
}

.price-banner__icon p {
  margin-bottom: 0;
}

.price-banner__icon-wrap {
  height: 22px;
  margin-bottom: 6px;
}

.price-banner__used {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #F5ECE9;
}

@media (min-width: 768px) {
  .price-banner__used {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

@media (min-width: 992px) {
  .price-banner__used {
    padding-right: 25px;
  }
}

@media (min-width: 992px) {
  .price-banner__used--border {
    margin-left: -30px;
    padding-left: 0;
  }
  .price-banner__used--border:before {
    display: none;
  }
}

@media (min-width: 992px) {
  .price-banner__extensions {
    width: 100%;
  }
}

.pros-cons {
  background-color: #F9F9F9;
  border: 1px solid #EBEBEB;
  padding: 30px 20px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .pros-cons {
    display: grid;
    grid-template-columns: 2fr 3fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    padding: 50px 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1200px) {
  .pros-cons {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
  }
}

.pros-cons__img {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .pros-cons--gridoff {
    display: block;
  }
  .pros-cons--gridoff .pros-cons__right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .pros-cons--gridoff .pros-cons__list:first-of-type {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .pros-cons--gridoff {
    padding: 70px 60px;
  }
}

.pros-cons__left {
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .pros-cons__left {
    margin-bottom: 0;
  }
}

.pros-cons__title {
  color: #152E54;
  margin-bottom: 14px;
}

.pros-cons__list:first-of-type {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .pros-cons__list:first-of-type {
    margin-bottom: 30px;
  }
}

.pros-cons__block {
  padding: 25px 20px;
  border: 1px solid #BBE0EF;
  background: #F4FCFF;
  margin-bottom: 30px;
  margin-top: 30px;
}

@media (min-width: 992px) {
  .pros-cons__block {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.pros-cons__block .pros-cons__title {
  margin: 0 0 14px 0;
}

@media (min-width: 1200px) {
  .pros-cons__block {
    margin-bottom: 40px;
    padding: 35px 40px 26px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pros-cons__block .pros-cons__list {
    margin: 0;
    width: 48%;
  }
}

.tableof-contents {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .tableof-contents {
    margin-bottom: 0;
  }
}

.tableof-contents__title {
  margin-bottom: 15px;
  font-weight: 700;
  color: #1E1E1E;
}

.tableof-contents__title {
  font-size: 20px;
}

@media screen and (min-width: 320px) {
  .tableof-contents__title {
    font-size: calc(20px + 2 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  .tableof-contents__title {
    font-size: 22px;
  }
}

.tableof-contents__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tableof-contents__list li {
  border-bottom: 1px solid #EBEBEB;
}

.tableof-contents__list li:last-of-type {
  border-bottom: 0;
}

.tableof-contents__list li a {
  display: block;
  padding: 6px 14px;
  position: relative;
  font-weight: 600;
  color: #414141;
}

@media (min-width: 992px) {
  .tableof-contents__list li a {
    padding: 7px 22px;
  }
}

.tableof-contents__list li a:hover {
  opacity: 0.8;
}

.tableof-contents__list li a:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 3px;
  background-color: #0E76BC;
  margin-right: 0;
  margin-bottom: 4px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.tableof-contents__list li a.active {
  color: #0E76BC;
}

.tableof-contents__list li a.active:before {
  width: 20px;
  margin-right: 10px;
}

.tableof-contents__wrap {
  border: 1px solid #EBEBEB;
}

@media (min-width: 768px) {
  .tableof-contents__wrap {
    max-height: calc(100vh - 90px);
    overflow-y: auto;
  }
}

@media (min-width: 768px) {
  .sticky-element--with-cta .tableof-contents__wrap {
    max-height: calc(100vh - 340px);
    overflow-y: auto;
  }
}

.post-slider {
  padding-top: 15px;
  max-height: 400px;
}

@media (min-width: 992px) {
  .post-slider {
    padding-top: 20px;
    max-width: 1100px;
    margin: 0 auto;
  }
}

.post-slider__wrap {
  padding: 40px 0;
}

@media (min-width: 768px) {
  .post-slider__wrap {
    padding: 90px 0;
  }
}

@media (min-width: 768px) {
  .post-slider__title {
    max-width: 630px;
    margin: 0 auto 1.4rem auto;
  }
}

.post-slider__description {
  max-width: 630px;
  margin: 0 auto 30px auto;
}

@media (min-width: 768px) {
  .post-slider__description {
    margin: 0 auto 45px auto;
  }
}

.post-slider__btn {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .post-slider__btn {
    margin-top: 50px;
  }
}

.recommended {
  background-color: #1D3659;
  padding: 45px 0 50px 0;
}

@media (min-width: 768px) {
  .recommended {
    padding: 60px 0;
  }
}

@media (min-width: 992px) {
  .recommended {
    padding: 90px 0 80px 0;
  }
}

.recommended__wrap {
  background-color: #F9F9F9;
}

.recommended__description {
  max-width: 680px;
  margin: 0 auto 30px auto;
}

@media (min-width: 768px) {
  .recommended__description {
    margin: 0 auto 60px auto;
  }
}

.recommended__btn {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .recommended__btn {
    margin-top: 70px;
  }
}

.recommended .container {
  max-width: 1030px;
}

.home-tabs__wrap {
  background-color: #F9F9F9;
  padding: 55px 0 45px 0;
}

@media (min-width: 992px) {
  .home-tabs__wrap {
    padding: 80px 0 140px;
  }
}

.home-tabs__title {
  margin-bottom: 12px;
}

.home-tabs__title {
  font-size: 30px;
}

@media screen and (min-width: 320px) {
  .home-tabs__title {
    font-size: calc(30px + 17 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  .home-tabs__title {
    font-size: 47px;
  }
}

.home-tabs__title {
  line-height: 36px;
}

@media screen and (min-width: 320px) {
  .home-tabs__title {
    line-height: calc(36px + 24 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  .home-tabs__title {
    line-height: 60px;
  }
}

@media (min-width: 992px) {
  .home-tabs__title {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .home-tabs__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.home-tabs__list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 15px 0;
}

.home-tabs__list-wrap {
  overflow-x: auto;
  margin: 0 -20px 15px 0;
}

@media (min-width: 992px) {
  .home-tabs__list-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 60px 0 0;
    overflow: initial;
  }
}

@media (min-width: 992px) {
  .home-tabs__list-wrap {
    margin: 0 90px 0 0;
  }
}

@media (min-width: 992px) {
  .home-tabs__list {
    padding: 50px 0 0 0;
    width: auto;
  }
}

.home-tabs__tab {
  display: inline-block;
  -webkit-box-shadow: 0px 6px 20px -5px rgba(69, 124, 207, 0.2);
          box-shadow: 0px 6px 20px -5px rgba(69, 124, 207, 0.2);
  border-radius: 50px;
  padding: 6px 20px;
  background-color: white;
  cursor: pointer;
  font-weight: 600;
  color: #1E1E1E;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 1px solid #ffff;
}

.home-tabs__tab.active, .home-tabs__tab:hover {
  color: #0E76BC;
  border: 1px solid #0E76BC;
}

@media (min-width: 992px) {
  .home-tabs__tab {
    display: block;
    margin-bottom: 10px;
  }
}

.home-tabs__content {
  opacity: 0;
  -webkit-transition: 0s ease-out;
  -o-transition: 0s ease-out;
  transition: 0s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.home-tabs__content:first-of-type {
  position: relative;
}

.home-tabs__content.active {
  opacity: 1;
  z-index: 1;
  -webkit-transition: 1.3s ease-out;
  -o-transition: 1.3s ease-out;
  transition: 1.3s ease-out;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.home-tabs__content-wrap {
  position: relative;
}

@media (min-width: 992px) {
  .home-tabs__content-wrap {
    width: 72%;
  }
}

.home-tabs__slider {
  padding-top: 20px;
}

@media (min-width: 992px) {
  .home-tabs__slider {
    padding-top: 30px;
  }
}

.reviews-hero {
  background-color: #EEF8FD;
  padding-bottom: 1px;
}

.reviews-hero__search {
  padding-bottom: 24px;
}

@media (min-width: 992px) {
  .reviews-hero__search {
    padding-bottom: 30px;
  }
}

.reviews-hero .search-form {
  margin: 0 auto;
}

.reviews-hero .search-form input[type="search"] {
  background-color: white;
  -webkit-box-shadow: 0px 4px 10px -3px rgba(35, 75, 121, 0.25);
          box-shadow: 0px 4px 10px -3px rgba(35, 75, 121, 0.25);
  color: #414141;
}

.reviews-hero .search-form input[type="search"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #B8B8B8;
}

.reviews-hero .search-form input[type="search"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #B8B8B8;
}

.reviews-hero .search-form input[type="search"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #B8B8B8;
}

.reviews-hero .search-form input[type="search"]:-moz-placeholder {
  /* Firefox 18- */
  color: #B8B8B8;
}

.reviews-hero .search-form .search-form__btn {
  top: 9px;
}

.reviews-hero__title, .reviews-hero__description {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 15px auto;
}

.reviews-hero__title {
  padding-top: 20px;
}

@media (min-width: 992px) {
  .reviews-hero__title {
    padding-top: 60px;
  }
}

.reviews-hero__description {
  margin-bottom: 20px;
}

.reviews-hero-wrap .bg-shape {
  top: -3px;
  z-index: -1;
}

.reviews-content {
  padding: 30px 0;
}

@media (min-width: 992px) {
  .reviews-content {
    padding: 60px 0;
  }
}

.reviews-content__filter {
  margin-bottom: 20px;
  max-width: 1030px;
  text-align: right;
  margin: 0 auto 1.5rem auto;
}

.simple-card {
  position: relative;
  display: block;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.15);
  border: 1px solid #58BEE8;
  max-width: 880px;
  margin: 0 auto 20px auto;
  color: #414141;
  min-height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (min-width: 992px) {
  .simple-card {
    padding: 30px 45px;
    margin: 0 auto 60px auto;
    min-height: 230px;
  }
}

.simple-card__title {
  margin-bottom: 10px;
}

.simple-card__title {
  font-size: 28px;
}

@media screen and (min-width: 320px) {
  .simple-card__title {
    font-size: calc(28px + 7 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  .simple-card__title {
    font-size: 35px;
  }
}

.simple-card__title {
  line-height: 35px;
}

@media screen and (min-width: 320px) {
  .simple-card__title {
    line-height: calc(35px + 11 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  .simple-card__title {
    line-height: 46px;
  }
}

.simple-card__description {
  margin-bottom: 1rem;
}

.simple-card__description a {
  position: relative;
  z-index: 9;
}

.simple-card__description p {
  margin-bottom: 0;
}

.simple-card__description p strong {
  font-weight: 400;
}

.simple-card .btn__link {
  padding: 0;
  margin-top: auto;
}

.simple-card:hover {
  -webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.18);
  -webkit-transform: scale(1.001);
      -ms-transform: scale(1.001);
          transform: scale(1.001);
}

.archive__content {
  padding: 30px 0;
}

@media (min-width: 992px) {
  .archive__content {
    padding: 70px 0 40px;
  }
}

.archive-hero {
  min-height: 180px;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 992px) {
  .archive-hero {
    min-height: 250px;
  }
}

@media (min-width: 1200px) {
  .archive-hero {
    min-height: 270px;
  }
}

.cta-block {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  padding: 0 20px 20px 20px;
}

.cta-block:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0E76BC;
  border-radius: 5px;
}

@media (min-width: 992px) {
  .cta-block {
    margin-top: 70px;
    margin-bottom: 60px;
    padding: 0 20px 50px 20px;
  }
}

.cta-block__img {
  max-width: 510px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  margin: 0 auto 14px auto;
}

@media (min-width: 992px) {
  .cta-block__img {
    margin-bottom: 25px;
  }
}

.cta-block__img:after {
  content: '';
  position: absolute;
  width: 96%;
  height: 94%;
  top: -5px;
  left: -5px;
  z-index: -1;
  background-color: #58BEE8;
}

@media (min-width: 992px) {
  .cta-block__img:after {
    top: -10px;
    left: -10px;
  }
}

.cta-block__text {
  text-align: center;
  color: white;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .cta-block__text {
    margin-bottom: 30px;
  }
}

.cta-block__text:after {
  content: '';
  position: absolute;
  bottom: -42px;
  left: 6%;
  background-image: url(img/decorated-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 20px;
}

@media (min-width: 768px) {
  .cta-block__text:after {
    left: 15%;
    width: 40px;
    height: 24px;
    bottom: -55px;
  }
}

@media (min-width: 992px) {
  .cta-block__text:after {
    left: 18%;
    bottom: -60px;
  }
}

.cta-block__btn {
  text-align: center;
  position: relative;
  z-index: 1;
}

.highlighted-box {
  padding: 20px 20px 10px 20px;
  border: 1px solid #BBE0EF;
  background: #F4FCFF;
  margin-bottom: 30px;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .highlighted-box {
    padding: 40px 40px 20px 40px;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.highlighted-box--grey {
  border: 1px solid #EBEBEB;
  background: #F9F9F9;
}

.highlighted-box .highlighted-box__text li,
.highlighted-box .highlighted-box__text p {
  margin-bottom: 16px;
}

@media (min-width: 992px) {
  .highlighted-box .highlighted-box__text li,
  .highlighted-box .highlighted-box__text p {
    margin-bottom: 20px;
  }
}

.highlighted-box h2,
.highlighted-box h3 {
  margin-top: 0;
}

.highlighted-box h4,
.highlighted-box h5 {
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 0;
}

.highlighted-box__btn {
  margin-top: 17px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .highlighted-box__btn {
    margin-top: 22px;
  }
}

.vpn-bullet {
  border: 1px solid #EBEBEB;
  background: #F9F9F9;
  padding: 30px 20px;
  margin: 30px 0;
}

@media (min-width: 768px) {
  .vpn-bullet {
    padding: 24px 32px 15px 32px;
  }
}

@media (min-width: 992px) {
  .vpn-bullet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 40px 0;
  }
}

@media (min-width: 992px) {
  .vpn-bullet__list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 30px;
  }
}

.vpn-bullet__rating {
  border-radius: 3px;
  background: #A3EFC2;
  padding: 9px 11px;
  color: #202020;
  font-weight: 600;
  display: inline-block;
}

.vpn-bullet__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .vpn-bullet__right {
    margin-top: 0;
    width: 50%;
    max-width: 300px;
  }
}

.pricing {
  margin-bottom: 35px;
  margin-top: 35px;
}

@media (min-width: 768px) {
  .pricing {
    padding-top: 50px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 992px) {
  .pricing {
    margin-top: 45px;
  }
}

.pricing__item {
  border-radius: 5px;
  background: #F9F9F9;
  border: 1px solid #EBEBEB;
  -webkit-box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px;
  max-width: 300px;
  margin: 0 auto 25px auto;
}

@media (min-width: 768px) {
  .pricing__item {
    width: 32%;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .pricing__item {
    padding: 30px 25px;
    width: 30.5%;
  }
}

.pricing__item--popular {
  border: 1px solid #0E76BC;
  background: #F4FCFF;
}

@media (min-width: 768px) {
  .pricing__item--popular {
    position: relative;
    top: -30px;
  }
}

@media (min-width: 768px) {
  .pricing__item--popular {
    top: -50px;
  }
}

.pricing__item--popular .pricing__period,
.pricing__item--popular .pricing__price {
  color: #152E54;
}

.pricing__item--popular .pricing__sale,
.pricing__item--popular .pricing__interval,
.pricing__item--popular .pricing__description {
  color: #314A66;
}

.pricing__period {
  margin-bottom: 10px;
  color: #1E1E1E;
  font-weight: 500;
  display: block;
}

.pricing__sale {
  color: #767676;
  display: block;
  margin-bottom: 4px;
  position: relative;
  text-decoration: line-through;
}

.pricing__price {
  display: block;
  margin-bottom: 4px;
}

.pricing__price {
  font-size: 26px;
}

@media screen and (min-width: 320px) {
  .pricing__price {
    font-size: calc(26px + 10 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  .pricing__price {
    font-size: 36px;
  }
}

.pricing__price {
  line-height: 26px;
}

@media screen and (min-width: 320px) {
  .pricing__price {
    line-height: calc(26px + 10 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  .pricing__price {
    line-height: 36px;
  }
}

.pricing__interval {
  font-weight: 400;
  color: #767676;
  display: block;
}

.pricing__description {
  font-weight: 400;
  color: #767676;
  margin-top: 20px;
  margin-bottom: 0;
}

.pricing__badge {
  font-weight: 600;
  margin-top: 20px;
  color: #152E54;
  position: relative;
  display: inline-block;
  padding: 3px 14px;
  z-index: 3;
}

.pricing__badge:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #98E2B6;
  z-index: -1;
  -webkit-transform: skew(-22deg);
      -ms-transform: skew(-22deg);
          transform: skew(-22deg);
}

.selection-vpns {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .selection-vpns {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.selection-vpns h2 {
  margin: 0 0 22px 0;
}

@media (min-width: 768px) {
  .selection-vpns h2 {
    margin: 0 0 35px 0;
  }
}

.selection-vpns .cta-horizontal {
  -webkit-box-shadow: 0px 2px 10px rgba(58, 94, 149, 0.15);
          box-shadow: 0px 2px 10px rgba(58, 94, 149, 0.15);
}

@media (min-width: 768px) {
  .selection-vpns .cta-horizontal {
    margin: 0 0 30px 0;
  }
}

@media (min-width: 1200px) {
  .selection-vpns .cta-horizontal {
    padding: 30px;
  }
}

.selection-vpns .cta-horizontal__row {
  display: block;
}

@media (min-width: 1200px) {
  .selection-vpns .cta-horizontal__row {
    display: grid;
  }
}

.selection-vpns .cta-horizontal__row .cta__logo {
  margin: 0 auto 15px auto;
}

@media (min-width: 1200px) {
  .selection-vpns .cta-horizontal__row .cta__logo {
    margin: 0 auto 0 0;
  }
}

.our-pick {
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: #F9F9F9;
  border-radius: 5px;
  border: 1px solid #BBE0EF;
  padding: 20px;
}

@media (min-width: 992px) {
  .our-pick {
    padding: 30px 34px;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.our-pick__icon {
  max-width: 53px;
  margin-bottom: 8px;
}

@media (min-width: 992px) {
  .our-pick__icon {
    max-width: 76px;
    margin-bottom: 15px;
  }
}

.our-pick h2 {
  margin: 0 0 14px 0;
}

@media (min-width: 992px) {
  .our-pick h2 {
    margin: 0 0 25px 0;
  }
}

.our-pick__title {
  color: #0E76BC;
}

.our-pick__btn {
  margin-top: 1.6rem;
}

.filter {
  margin-bottom: 28px;
}

@media (min-width: 768px) {
  .filter {
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) {
  .filter {
    margin-bottom: 45px;
  }
}

.filter__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 320px;
}

@media (min-width: 768px) {
  .filter__group {
    margin-right: 0;
  }
}

.filter__label {
  margin-right: 16px;
}

.filter__select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.response-wrap {
  position: relative;
  min-height: 300px;
}

.loading {
  position: absolute;
  z-index: 998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: rgba(255, 255, 255, 0.7);
}

.loading__icon {
  position: absolute;
  z-index: 999;
  left: 50%;
  margin-left: -2rem;
  top: 8rem;
  border: 4px solid #58BEE8;
  border-radius: 50%;
  border-top: 3px solid rgba(0, 0, 0, 0.2);
  width: 4rem;
  height: 4rem;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.no-posts {
  margin: 80px 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.header {
  background: #1D3659;
  position: relative;
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 61px;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav {
  position: fixed;
  right: 100%;
  top: 61px;
  bottom: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 999;
  background-color: #ffff;
}

@media (min-width: 992px) {
  .header__nav {
    position: static;
    width: auto;
    height: auto;
    margin-left: auto;
    background-color: transparent;
  }
}

.header__nav-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 992px) {
  .header__nav-inner {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header.menu-opened .header__nav {
  right: 0;
  overflow: auto;
}

.header__menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (min-width: 992px) {
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__menu-btn {
  padding: 0px 0 10px 0;
}

@media (min-width: 992px) {
  .header__menu-btn {
    padding: 0px 24px 20px 24px;
    text-align: center;
  }
}

.header__menu-btn .btn {
  min-width: 140px;
  padding: 7px 20px;
  background-color: transparent;
}

@media (min-width: 992px) {
  .header__menu-btn .btn {
    width: 100%;
    max-width: 400px;
    padding: 10px 20px;
  }
}

@media (min-width: 992px) {
  .header__menu-item {
    margin: 0 10px;
  }
}

@media (min-width: 992px) {
  .header__menu-item:hover .header__menu-link {
    color: #58BEE8;
  }
}

@media (min-width: 992px) {
  .header__menu-item:hover .header__menu-dropdown {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
}

.header__menu-item:focus .header__menu-dropdown {
  height: auto;
  opacity: 1;
}

.header__menu-item.active {
  background-color: #ededed;
}

.header__menu-item.active .header__menu-link {
  font-weight: 700;
}

.header__menu-link {
  display: block;
  padding: 14px 0px;
  color: #1D3659;
  font-weight: 600;
  font-size: 18px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (min-width: 992px) {
  .header__menu-link {
    color: #ffff;
    padding: 17px 7px;
    cursor: pointer;
  }
}

.header__menu-dropdown {
  background-color: #F9F9F9;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: none;
  text-align: left;
  padding-bottom: 5px;
}

@media (min-width: 992px) {
  .header__menu-dropdown {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    visibility: hidden;
    border-radius: 3px;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    margin-top: 4px;
    height: initial;
    min-height: 250px;
    background-color: white;
    padding-bottom: 0;
  }
}

.header__search {
  margin-top: 25px;
}

@media (min-width: 992px) {
  .header__search {
    margin-top: 0;
    margin-left: 12px;
  }
}

.header__search .search-form {
  margin: 0 auto;
}

@media (min-width: 992px) {
  .header__search .search-form {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .header__submenu {
    padding: 30px 0px 20px 0;
    text-align: left;
    min-width: 200px;
    margin-right: 50px;
  }
}

.header__submenu-title {
  margin-bottom: 10px;
  font-weight: 700;
  color: #1E1E1E;
}

@media (min-width: 992px) {
  .header__submenu-title {
    margin-bottom: 20px;
  }
}

.header__submenu a {
  color: #414141;
  display: block;
  line-height: 1.3;
  padding: 2px 0;
}

.header__submenu a:hover, .header__submenu a.active {
  color: #58BEE8;
}

.header__submenu ul li {
  margin-bottom: 9px;
}

.header__submenu-row {
  padding-top: 15px;
}

@media (min-width: 992px) {
  .header__submenu-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
  }
}

/* Small menu */
.menu-toggle {
  display: block;
  position: relative;
  z-index: 999;
  margin-left: 1.5rem;
  cursor: pointer;
}

.header-main .menu-toggle {
  bottom: 5px;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffff;
}

.menu-toggle.opened span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.opened span:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
      -ms-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}

.menu-toggle.opened span:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
      -ms-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}

@media (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
}

.logo {
  max-width: 95px;
}

@media (min-width: 992px) {
  .logo {
    max-width: 113px;
  }
}

.footer {
  background: #1D3659;
}

.footer__row {
  padding: 35px 0 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 20px;
}

@media (min-width: 992px) {
  .footer__row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 4rem 0;
  }
}

.footer__icon {
  max-width: 30px;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .footer__icon {
    margin-bottom: 20px;
  }
}

.footer__title {
  color: #ffff;
  font-weight: 600;
}

.footer__menu a, .footer__bottom a {
  color: #ffff;
  font-weight: 300;
}

.footer__menu a:hover, .footer__bottom a:hover {
  color: #29B6F0;
}

.footer__bottom {
  padding: 15px 0;
}

@media (min-width: 768px) {
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__bottom .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .footer__bottom .menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer__bottom .menu > li:after {
  content: '';
  height: 14px;
  width: 1px;
  background-color: #BDC3D2;
  display: inline-block;
  margin: 0 7px;
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .footer__bottom .menu > li:after {
    margin: 0 11px;
  }
}

.footer__bottom .menu > li:last-of-type:after {
  display: none;
}

.footer__bottom .menu a {
  color: #BDC3D2;
}

.footer__copyright {
  margin: 15px 0 0 0;
  text-align: center;
  color: #BDC3D2;
}

@media (min-width: 768px) {
  .footer__copyright {
    margin: 0;
    text-align: right;
  }
}

.main-content {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .main-content {
    display: grid;
    grid-template-columns: auto 30%;
    grid-template-areas: "content-area sidebar-area";
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

@media (min-width: 992px) {
  .main-content {
    grid-template-columns: auto 27%;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
    padding: 70px 0;
  }
}

.main-content .sidebar {
  grid-area: sidebar-area;
}

@media (min-width: 768px) {
  .main-content .sidebar {
    padding-bottom: 20px;
  }
}

.main-content .content {
  grid-area: content-area;
}

@media (min-width: 768px) {
  .main-content.sidebar-left {
    grid-template-columns: 30% auto;
    grid-template-areas: "sidebar-area content-area";
  }
}

@media (min-width: 992px) {
  .main-content.sidebar-left {
    grid-template-columns: 27% auto;
  }
}

.main-content.no-sidebar {
  display: block !important;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.vpn-card {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #F5ECE9;
  background-color: white;
  height: 100%;
  color: #414141;
}

@media (min-width: 992px) {
  .vpn-card {
    padding: 35px 30px;
  }
}

.vpn-card__logo {
  margin-bottom: 20px;
  width: 100%;
  max-width: 180px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vpn-card__logo img {
  max-height: 100%;
}

@media (min-width: 992px) {
  .vpn-card__logo {
    max-width: 200px;
  }
}

.vpn-card h3 {
  margin-bottom: 12px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.vpn-card__description p {
  margin: 0;
}

.related-posts {
  margin-top: 4rem;
}

.related-posts__title {
  margin-bottom: 30px;
}

.related-posts .slick-arrow {
  top: -20px;
}

@media (min-width: 768px) {
  .related-posts .slick-arrow {
    top: -40px;
  }
}

.post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 5px;
  -webkit-box-shadow: 3px 5px 20px -5px rgba(27, 32, 51, 0.35);
          box-shadow: 3px 5px 20px -5px rgba(27, 32, 51, 0.35);
  padding: 25px 20px;
  color: #ffff;
  cursor: pointer;
  min-height: 180px;
  height: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .post-card {
    padding: 30px 24px;
  }
}

@media (min-width: 992px) {
  .post-card {
    min-height: 200px;
  }
}

.post-card--light-blue, .post-card--blue, .post-card--orange {
  background-repeat: no-repeat;
  background-position: bottom left;
}

.post-card--light-blue {
  background-color: #63BEE3;
  background-image: url("img/shape-light-blue.png");
}

.post-card--blue {
  background-color: #0E76BC;
  background-image: url("img/shape-blue.png");
}

.post-card--orange {
  background-color: #FFA857;
  background-image: url("img/shape-orange.png");
}

.post-card--orange .post-card__title,
.post-card--orange .post-card__btn {
  color: #C35E00;
}

.post-card__title {
  color: white;
  margin-bottom: 30px;
}

.post-card__btn {
  font-weight: 600;
}

.post-card__light {
  border: 1px solid #BBE0EF;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 7px -1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 7px -1px rgba(0, 0, 0, 0.05);
  background: #F4FCFF;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.post-card__light .post-card__title {
  color: #1E1E1E;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .post-card__light .post-card__title {
    margin-bottom: 16px;
  }
}

.post-card__light .post-card__btn {
  color: #414141;
}

.post-card__light-desc {
  color: #414141;
}

.post-card__light-desc p {
  margin: 0;
}

.single-hero {
  padding: 10px 0 30px 0;
}

@media (min-width: 768px) {
  .single-hero {
    padding: 45px 0 60px 0;
  }
}

.single-hero__vpn {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .single-hero__vpn {
    display: grid;
    grid-template-columns: 1fr auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }
}

.single-hero__title {
  margin-bottom: 16px;
}

.single-hero__info {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .single-hero__info {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.single-hero__author {
  margin-right: 30px;
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .single-hero__author {
    margin-bottom: 0;
  }
}

.single-hero__author-img {
  width: 27px;
  height: 27px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-right: 9px;
  border-radius: 50%;
}

.single-hero__author-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
}

.single-hero__author, .single-hero__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-hero__author img, .single-hero__date img {
  margin-right: 9px;
  margin-bottom: 2px;
}

.single-hero__notice {
  color: #888888;
  font-style: italic;
}

.single-hero__bg {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.single-hero__description a:hover {
  color: #0E76BC;
}

.vpn-box {
  -webkit-box-shadow: 0px 3px 8px -2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 8px -2px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  background-color: white;
  padding: 20px 25px;
  text-align: center;
  margin-top: 25px;
  display: inline-block;
  min-width: 215px;
}

@media (min-width: 768px) {
  .vpn-box {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .vpn-box {
    padding: 22px 30px;
  }
}

@media (min-width: 1200px) {
  .vpn-box {
    min-width: 260px;
  }
}

.vpn-box__logo {
  margin-bottom: 20px;
  margin-top: 16px;
  max-width: 200px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vpn-box__logo img {
  max-height: 100%;
}

.vpn-box__sticky {
  display: none;
}

@media (min-width: 768px) {
  .vpn-box__sticky {
    display: block;
    margin-top: 28px;
  }
}

.single-thumbnail {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .single-thumbnail {
    margin-bottom: 60px;
  }
}

.single-thumbnail img {
  width: 100%;
}

@media (min-width: 768px) {
  .sticky-element {
    position: sticky;
    top: 20px;
  }
}

.not-found {
  padding: 55px 0;
  text-align: center;
}

@media (min-width: 992px) {
  .not-found {
    padding: 120px 0;
  }
}

.not-found__img {
  text-align: center;
}

.not-found p {
  max-width: 443px;
  margin: 0 auto 25px auto;
  text-align: center;
}

@media (min-width: 992px) {
  .not-found p {
    margin: 0 auto 40px auto;
  }
}

.not-found__btns {
  text-align: center;
  max-width: 430px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .not-found__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.not-found__btns span {
  margin: 10px;
  display: block;
  font-size: 16px;
}

.no-results__form .search-form {
  margin: 0 auto;
}

.search-page__title {
  padding: 30px 0;
  max-width: 880px;
  margin: 0 auto 20px auto;
}

@media (min-width: 992px) {
  .search-page__title {
    padding: 70px 0 40px 0;
  }
}

.contact {
  overflow: hidden;
  margin-bottom: -20px;
}

@media (min-width: 992px) {
  .contact {
    margin-bottom: -4rem;
  }
}

@media (min-width: 768px) {
  .contact__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.contact__left {
  padding: 40px 0;
  max-width: 560px;
}

@media (min-width: 768px) {
  .contact__left {
    padding: 7rem 2rem 7rem 0;
  }
}

@media (min-width: 992px) {
  .contact__left {
    padding: 7rem 4rem 9rem 0;
  }
}

@media (min-width: 1200px) {
  .contact__left {
    padding-right: 5rem;
  }
}

.contact__right {
  padding: 35px 0 50px 0;
  position: relative;
  z-index: -1;
}

.contact__right:after {
  content: "";
  background-color: #EEF8FD;
  position: absolute;
  height: 100%;
  width: 4000px;
  left: -20px;
  top: 0;
  bottom: 0;
  z-index: -1;
}

@media (min-width: 768px) {
  .contact__right:after {
    left: 100%;
  }
}

@media (min-width: 768px) {
  .contact__right {
    padding: 0rem 0 7rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #EEF8FD;
  }
}

@media (min-width: 992px) {
  .contact__right {
    padding: 0rem 3rem 9rem 4rem;
  }
}

@media (min-width: 1200px) {
  .contact__right {
    padding: 0rem 3rem 12rem 7rem;
  }
}

.contact__text h2 {
  font-size: 22px;
}

@media screen and (min-width: 320px) {
  .contact__text h2 {
    font-size: calc(22px + 2 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  .contact__text h2 {
    font-size: 24px;
  }
}

.contact__text h2 {
  line-height: 28px;
}

@media screen and (min-width: 320px) {
  .contact__text h2 {
    line-height: calc(28px + 8 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  .contact__text h2 {
    line-height: 36px;
  }
}

.contact__form {
  margin-top: 38px;
}

@media (min-width: 992px) {
  .contact__form {
    margin-top: 55px;
  }
}

.contact__form input[type="text"],
.contact__form input[type="email"],
.contact__form input[type="url"],
.contact__form textarea {
  padding: 10px 15px;
  width: 100%;
  background-color: transparent;
}

.contact__form button,
.contact__form input[type="button"],
.contact__form input[type="reset"],
.contact__form input[type="submit"] {
  color: white;
  background: #0E76BC;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 14px 10px;
}

.contact__form button:hover,
.contact__form input[type="button"]:hover,
.contact__form input[type="reset"]:hover,
.contact__form input[type="submit"]:hover {
  opacity: 0.8;
}

.contact .form-group {
  margin-bottom: 24px;
  position: relative;
}

@media (min-width: 992px) {
  .contact .form-group {
    margin-bottom: 34px;
  }
}

.contact .form-group.label-anima .form-label {
  top: -13px;
  left: 10px;
  font-size: 14px;
  padding: 0 5px;
  z-index: 1;
}

.contact .form-label {
  position: absolute;
  top: 11px;
  left: 15px;
  font-size: 16px;
  line-height: 24px;
  background-color: white;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #595959;
}

.contact .form-btn {
  position: relative;
  display: inline-block;
}

.contact .btn {
  min-width: 120px;
}

.wpcf7-spinner {
  position: absolute;
  right: 10px;
  top: 13px;
  width: 20px;
  height: 20px;
  margin: 0;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  margin-bottom: -13px;
}

.form-group__message .wpcf7-not-valid-tip {
  margin-top: -7px;
}

.wpcf7-response-output {
  font-size: 14px;
  padding: 0.2em 0.7em;
}

.wpcf7-form-control-wrap.recaptcha {
  display: block;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .wpcf7-form-control-wrap.recaptcha {
    margin-bottom: 34px;
  }
}

.default-page {
  padding: 45px 0;
}

@media (min-width: 992px) {
  .default-page {
    padding: 90px 0;
  }
}

.my-ip__hero {
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .my-ip__hero {
    margin-bottom: 40px;
  }
}

.my-ip__address strong {
  margin-right: 4px;
  color: #1E1E1E;
}

@media (min-width: 768px) {
  .my-ip__address strong {
    margin-right: 8px;
  }
}

.my-ip__address span {
  color: #0E76BC;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.my-ip__title {
  margin: 25px 0 22px 0;
}

@media (min-width: 992px) {
  .my-ip__title {
    margin: 35px 0 28px 0;
  }
}

.my-ip__info {
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
  border: 1px solid #EBEBEB;
}

.my-ip__description {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .my-ip__description {
    margin-bottom: 25px;
  }
}

.my-ip__row {
  padding: 14px 16px;
}

.my-ip__row:nth-child(odd) {
  background: #F9F9F9;
}

.my-ip__row strong {
  font-weight: 800;
  margin-right: 5px;
  color: #1E1E1E;
}

@media (min-width: 768px) {
  .my-ip__table {
    width: 68%;
    max-width: 850px;
  }
}

.my-ip .main-content {
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .my-ip .main-content {
    padding-bottom: 90px;
  }
}
