@charset "UTF-8";
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
@-webkit-keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
}
@-webkit-keyframes flipOutX {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
@keyframes flipOutX {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
@-webkit-keyframes flipOutY {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
}
@keyframes flipOutY {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
}
@-webkit-keyframes lightSpeedIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
}
@keyframes lightSpeedIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
}
@-webkit-keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-webkit-keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-webkit-keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  20%, 60% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  40% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  80% {
    opacity: 1;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  20%, 60% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  40% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  80% {
    opacity: 1;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
  }
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
@keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
@-webkit-keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
@keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
@-webkit-keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
@keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
@-webkit-keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
@keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@-webkit-keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
/***** Usage *****

.your-class-name {
    @include bounceIn();
}

.your-class-name {
    @include bounceIn(
        $duration: 1s,
        $count: 2,
        $delay: .2s,
        $function: ease,
        $fill: both
    );
}

*****/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "CeraPro-Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #444343;
  text-align: left;
  background-color: #f7f7f7;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #006272;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #939597;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
    visibility: hidden !important;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
    visibility: hidden !important;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideInUpGentle {
  from {
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 5%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUpGentle {
  from {
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
    visibility: hidden !important;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUpGentle {
  -webkit-animation-name: slideInUpGentle;
  animation-name: slideInUpGentle;
  -webkit-animation-duration: 750ms;
          animation-duration: 750ms;
}

@-webkit-keyframes slideOutDownGentle {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
}
@keyframes slideOutDownGentle {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
}
.slideOutDownGentle {
  -webkit-animation-name: slideOutDownGentle;
  animation-name: slideOutDownGentle;
  -webkit-animation-duration: 750ms;
          animation-duration: 750ms;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.carousel {
  position: relative;
}
.carousel.home-carousel {
  height: 300px;
}
.carousel.home-carousel .carousel-inner {
  overflow: visible;
  height: 100%;
}
@media (max-width: 767.98px) {
  .carousel.home-carousel .carousel-inner {
    overflow: hidden;
  }
}
.carousel.home-carousel .carousel-inner .carousel-item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
}
.carousel.home-carousel .carousel-inner .carousel-item.carousel-item-next.carousel-item-left img {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.carousel.home-carousel .carousel-inner .carousel-item.carousel-item-next.carousel-item-left h4 {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.carousel.home-carousel .carousel-inner .carousel-item.carousel-item-next.carousel-item-left footer {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.carousel.home-carousel .carousel-item-next.carousel-item-left,
.carousel.home-carousel .carousel-item-prev.carousel-item-right {
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.carousel.home-carousel .carousel-item-next,
.carousel.home-carousel .active.carousel-item-right {
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
.carousel.home-carousel .carousel-item-prev,
.carousel.home-carousel .active.carousel-item-left {
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
.carousel.carousel-vertical {
  height: 500px;
}
.carousel.carousel-vertical .carousel-indicators {
  left: auto;
  margin-right: 15px;
  margin-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  bottom: 0;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.carousel.carousel-vertical .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-bottom: 5px;
  padding-left: 0 !important;
  background-image: none !important;
  padding-bottom: 0px !important;
}
.carousel.carousel-vertical .carousel-indicators li::before {
  content: "";
}
@media (max-width: 767.98px) {
  .carousel.carousel-vertical .carousel-indicators {
    left: 0;
    margin-right: 15%;
    margin-left: 15%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
    bottom: 20px;
  }
}
.carousel.carousel-vertical .carousel-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel.carousel-vertical .carousel-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
}
.carousel.carousel-vertical .carousel-item-next.carousel-item-left,
.carousel.carousel-vertical .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel.carousel-vertical .carousel-item-next,
.carousel.carousel-vertical .active.carousel-item-right {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.carousel.carousel-vertical .carousel-item-prev,
.carousel.carousel-vertical .active.carousel-item-left {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.carousel.carousel-horizontal {
  height: 500px;
}
.carousel.carousel-horizontal .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-bottom: 5px;
  background-color: #939597;
  padding-left: 0 !important;
  background-image: none !important;
  padding-bottom: 0px !important;
}
.carousel.carousel-horizontal .carousel-indicators li::before {
  content: "";
}
.carousel.carousel-horizontal .carousel-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel.carousel-horizontal .carousel-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
}
.carousel.carousel-horizontal .carousel-item-next.carousel-item-left,
.carousel.carousel-horizontal .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel.carousel-horizontal .carousel-item-next,
.carousel.carousel-horizontal .active.carousel-item-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.carousel.carousel-horizontal .carousel-item-prev,
.carousel.carousel-horizontal .active.carousel-item-left {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.carousel.carousel-vertical-hero .carousel-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel.carousel-vertical-hero .carousel-item-next.carousel-item-left,
.carousel.carousel-vertical-hero .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel.carousel-vertical-hero .carousel-item-next,
.carousel.carousel-vertical-hero .active.carousel-item-right {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.carousel.carousel-vertical-hero .carousel-item-prev,
.carousel.carousel-vertical-hero .active.carousel-item-left {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  padding-bottom: 0px !important;
  padding-left: 0 !important;
  background-image: none !important;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #FFFFFF;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFFFFF;
  text-align: center;
}

.logo {
  -ms-flex: 1 1 0;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: auto;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 15%;
  color: #FFFFFF;
  text-align: left;
  opacity: 0.8;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
  text-align: right;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.size-full {
  max-width: 100%;
  height: auto;
}

.size-large {
  max-width: 1100px;
  height: auto;
}

.size-medium {
  max-width: 800px;
  height: auto;
}

.size-thumbnail {
  height: 150px;
  width: 150px;
}

.author-thumbnail {
  float: left;
  width: 75px;
  height: 75px;
  border-radius: 50%;
}

.wrapper-gradient .img-product {
  position: relative;
  margin-bottom: -150px;
  z-index: 999;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article .alignleft {
  float: left;
}
.article .alignright {
  float: right;
}

.alignleft {
  display: block;
  margin: 30px 30px 30px 0px !important;
}

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

.alignright {
  display: block;
  margin: 30px 0px 30px 30px !important;
}

video {
  visibility: visible !important;
}

.media-logo svg {
  width: 100%;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1380px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 1440px) {
  .responsive-gutters {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .responsive-gutters {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 1440px) {
  .responsive-gutters > .col,
  .responsive-gutters > [class*=col-] {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .responsive-gutters > .col,
  .responsive-gutters > [class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@font-face {
  font-family: "CeraPro-Light";
  src: url("../fonts/CeraPro-Light.eot");
  src: url("../fonts/CeraPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraPro-Light.woff2") format("woff2"), url("../fonts/CeraPro-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "CeraPro-Light";
  src: url("../fonts/CeraPro-LightItalic.eot");
  src: url("../fonts/CeraPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraPro-LightItalic.woff2") format("woff2"), url("../fonts/CeraPro-LightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "CeraPro-Regular";
  src: url("../fonts/CeraPro-Regular.eot");
  src: url("../fonts/CeraPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraPro-Regular.woff2") format("woff2"), url("../fonts/CeraPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CeraPro-Regular";
  src: url("../fonts/CeraPro-RegularItalic.eot");
  src: url("../fonts/CeraPro-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraPro-RegularItalic.woff2") format("woff2"), url("../fonts/CeraPro-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "CeraPro-Medium";
  src: url("../fonts/CeraPro-Medium.eot");
  src: url("../fonts/CeraPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraPro-Medium.woff2") format("woff2"), url("../fonts/CeraPro-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CeraPro-Medium";
  src: url("../fonts/CeraPro-MediumItalic.eot");
  src: url("../fonts/CeraPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraPro-MediumItalic.woff2") format("woff2"), url("../fonts/CeraPro-MediumItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "CeraPro-Bold";
  src: url("../fonts/CeraPro-Bold.eot");
  src: url("../fonts/CeraPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraPro-Bold.woff2") format("woff2"), url("../fonts/CeraPro-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CeraPro-Bold";
  src: url("../fonts/CeraPro-BoldItalic.eot");
  src: url("../fonts/CeraPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraPro-BoldItalic.woff2") format("woff2"), url("../fonts/CeraPro-BoldItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.2;
  color: inherit;
}

.component-paragraph h2,
.component-paragraph h3,
.component-paragraph h4,
.component-paragraph h5,
.component-paragraph p {
  font-family: "CeraPro-Regular", "Helvetica Neue", Arial, sans-serif;
}
.component-paragraph h2 b,
.component-paragraph h3 b,
.component-paragraph h4 b,
.component-paragraph h5 b,
.component-paragraph p b {
  font-family: "CeraPro-Medium", "Helvetica Neue", Arial, sans-serif;
  display: inline;
}
.component-paragraph .intro {
  color: #444343;
}
.component-paragraph .intro-light {
  font-family: "CeraPro-Light", "Helvetica Neue", Arial, sans-serif;
  color: #444343;
}

.component-tabbed p b, .component-tabbed ul b, .component-tabbed ol b {
  display: inline-block;
}

h1, .h1 {
  font-size: 4rem;
  margin-bottom: 2rem;
  font-family: "CeraPro-Medium", "Helvetica Neue", Arial, sans-serif;
}
@media (max-width: 1199.98px) {
  h1, .h1 {
    font-size: 3.3333333333rem;
  }
}
@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 2.3529411765rem;
  }
}
h1.cta-title, .h1.cta-title {
  font-size: 5.625rem;
}
@media (max-width: 1199.98px) {
  h1.cta-title, .h1.cta-title {
    font-size: 4.625rem;
  }
}
@media (max-width: 991.98px) {
  h1.cta-title, .h1.cta-title {
    font-size: 3.625rem;
  }
}

h2, .h2 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: #006272;
}
@media (max-width: 1199.98px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 991.98px) {
  h2, .h2 {
    font-size: 1.7647058824rem;
  }
}

h3, .h3 {
  font-size: 2.25rem;
  margin-bottom: 2rem;
}
@media (max-width: 1199.98px) {
  h3, .h3 {
    font-size: 1.875rem;
  }
}
@media (max-width: 991.98px) {
  h3, .h3 {
    font-size: 1.3235294118rem;
  }
}

h4, .h4 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  h4, .h4 {
    font-size: 1.1538461538rem;
  }
}

.page-title {
  margin: 50px 0;
}

.text-light {
  font-family: "CeraPro-Light", "Helvetica Neue", Arial, sans-serif;
}

.text-regular {
  font-family: "CeraPro-Regular", "Helvetica Neue", Arial, sans-serif;
}

hr {
  height: 0px;
  border: 0px;
  border-top: 2px solid #E9E9E9;
}

.section-title {
  position: relative;
  color: #006272;
  font-size: 1.5rem;
  font-family: "CeraPro-Regular", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  margin: 30px 0 50px;
}
@media (min-width: 992px) {
  .section-title {
    padding-left: 100px;
  }
  .section-title:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 80px;
    height: 1px;
    background-color: #28f4c1;
    content: "";
  }
}
.section-title.left {
  text-align: left;
}
@media (min-width: 992px) {
  .section-title.left {
    padding-left: 100px;
  }
  .section-title.left:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 80px;
    height: 1px;
    background-color: #28f4c1;
    content: "";
  }
}
.section-title.right {
  text-align: right;
}
@media (min-width: 992px) {
  .section-title.right {
    padding-right: 100px;
  }
  .section-title.right:before {
    position: absolute;
    right: 0;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 80px;
    height: 1px;
    background-color: #28f4c1;
    content: "";
  }
}

a {
  text-decoration: none;
}

b,
strong {
  font-family: "CeraPro-Medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
}

small {
  font-size: 0.875rem;
  font-weight: 400;
}

address {
  font-style: normal;
  font-family: "CeraPro-Light", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 15px;
}

time {
  color: #5F5F5F;
  font-size: 0.75rem;
  display: block;
  margin-bottom: 20px;
  font-size: 0.795rem;
}

.list-inline.list-links li {
  color: #006272;
  font-size: 0.875rem;
  font-family: "CeraPro-Medium", "Helvetica Neue", Arial, sans-serif;
  line-height: 1;
}
.list-inline.list-links li:not(:last-child) {
  margin-right: 7px;
  padding-right: 7px;
  padding-bottom: 0;
  padding-top: 0;
  border-right: 1px solid #939597;
}
.list-inline.list-links li a {
  color: #006272;
}
.list-inline.list-links li a:hover {
  text-decoration: underline;
}

p.category {
  color: #006272;
  font-size: 0.875rem;
  font-family: "CeraPro-Medium", "Helvetica Neue", Arial, sans-serif;
  margin: 0;
}
p.category a {
  color: #006272;
  text-decoration: none;
}
p.lead {
  font-size: 1.4rem;
}
p.intro {
  font-size: 1.5rem;
}
@media (max-width: 991.98px) {
  p.intro {
    font-size: 1.4rem;
  }
}
p.md-copy {
  font-size: 1.1rem !important;
  line-height: 2.2rem !important;
}

.post-edit-link {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  padding: 5px 10px;
  display: inline-block;
  background: red;
  color: #fff;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.list-inline li {
  display: inline-block;
}
.list-inline li:not(:last-child) {
  margin-right: 15px;
}
.list-inline.nav-pills li {
  padding: 5px 10px;
  background-color: #006272;
}
.list-inline.nav-pills li a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.body-copy h1,
.body-copy h2,
.body-copy h3,
.body-copy h4,
.body-copy h5,
.body-copy h6 {
  color: #006272;
}
.body-copy .meta {
  color: #939597;
}
.body-copy small {
  font-size: 0.8rem;
}
.body-copy img {
  margin-bottom: 2rem;
}
.body-copy p {
  width: 100%;
}
.body-copy p,
.body-copy ul,
.body-copy ol {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .body-copy p,
  .body-copy ul,
  .body-copy ol {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .body-copy ul,
  .body-copy ol {
    padding-left: 0;
  }
}
.body-copy p.lead {
  font-size: 1.4rem;
}
.body-copy p.intro {
  font-size: 1.5rem;
}
@media (max-width: 991.98px) {
  .body-copy p.intro {
    font-size: 1.1875rem;
  }
}
@media (max-width: 991.98px) {
  .body-copy hr {
    margin-right: 0;
  }
}
.body-copy a {
  word-break: break-word;
  color: #006272;
  text-decoration: none;
}
.body-copy a:hover {
  text-decoration: none;
}
.body-copy .no-backgroundcliptext blockquote h1,
.body-copy .no-backgroundcliptext blockquote h2,
.body-copy .no-backgroundcliptext blockquote h3,
.body-copy .no-backgroundcliptext blockquote h4,
.body-copy .no-backgroundcliptext blockquote h5,
.body-copy .no-backgroundcliptext blockquote p {
  color: #3F3EAB;
  background-color: transparent;
  background-image: none;
}
@media (max-width: 991.98px) {
  .body-copy blockquote {
    max-width: 100%;
  }
}
.body-copy blockquote h1,
.body-copy blockquote h2,
.body-copy blockquote h3,
.body-copy blockquote h4,
.body-copy blockquote h5,
.body-copy blockquote p {
  margin: 30px 0;
  font-family: "CeraPro-Light", "Helvetica Neue", Arial, sans-serif;
  font-size: 3rem;
  line-height: 4.3rem;
  quotes: "“" "”" "‘" "’";
  background-color: #006272;
  background-image: -o-linear-gradient(left, #006272 0%, #28f4c1 100%);
  background: -webkit-gradient(linear, left top, right top, from(#006272), to(#28f4c1));
  background: linear-gradient(to right, #006272 0%, #28f4c1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.body-copy blockquote h1:before,
.body-copy blockquote h2:before,
.body-copy blockquote h3:before,
.body-copy blockquote h4:before,
.body-copy blockquote h5:before,
.body-copy blockquote p:before {
  content: open-quote;
}
.body-copy blockquote h1:after,
.body-copy blockquote h2:after,
.body-copy blockquote h3:after,
.body-copy blockquote h4:after,
.body-copy blockquote h5:after,
.body-copy blockquote p:after {
  content: close-quote;
}

.blockquote-component p img {
  max-width: 190px;
  max-height: 65px;
  margin-bottom: 20px;
}
.blockquote-component h4 {
  font-family: "CeraPro-Light", "Helvetica Neue", Arial, sans-serif;
  font-size: 3rem;
  line-height: 4.3rem;
  quotes: "“" "”" "‘" "’";
}
.blockquote-component h4:before {
  content: open-quote;
}
.blockquote-component h4:after {
  content: close-quote;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .blockquote-component h4 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media (max-width: 767.98px) {
  .blockquote-component h4 {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}

.text-white {
  color: #FFFFFF !important;
}

.text-green {
  color: #28f4c1 !important;
}

.safari .grad-default:not(.wrapper-gradient) {
  background-image: none !important;
  background-color: transparent !important;
  color: #006272;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: initial !important;
}
.safari .grad-domain-solutions:not(.wrapper-gradient),
.safari .grad-green:not(.wrapper-gradient) {
  background-image: none !important;
  background-color: transparent !important;
  color: #28f4c1;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: initial !important;
}
.safari .grad-cyber-security:not(.wrapper-gradient),
.safari .grad-purple:not(.wrapper-gradient) {
  background-image: none !important;
  background-color: transparent !important;
  color: #AB2A9A;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: initial !important;
}
.safari .grad-spectrum-management:not(.wrapper-gradient),
.safari .grad-red:not(.wrapper-gradient) {
  background-image: none !important;
  background-color: transparent !important;
  color: #FF671B;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: initial !important;
}

.grad-default {
  background-color: #006272;
  background-image: -o-linear-gradient(left, #006272 0%, #28f4c1 100%);
  background: -webkit-gradient(linear, left top, right top, from(#006272), to(#28f4c1));
  background: linear-gradient(to right, #006272 0%, #28f4c1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grad-domain-solutions,
.grad-green {
  background-color: #28f4c1;
  background-image: -o-linear-gradient(left, #28f4c1 0%, #3F3EAB 100%);
  background: -webkit-gradient(linear, left top, right top, from(#28f4c1), to(#3F3EAB));
  background: linear-gradient(to right, #28f4c1 0%, #3F3EAB 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grad-cyber-security,
.grad-purple {
  background-color: #3F3EAB;
  background-image: -o-linear-gradient(left, #3F3EAB 0%, #AB2A9A 100%);
  background: -webkit-gradient(linear, left top, right top, from(#3F3EAB), to(#AB2A9A));
  background: linear-gradient(to right, #3F3EAB 0%, #AB2A9A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grad-spectrum-management,
.grad-red {
  background-color: #AB2A9A;
  background-image: -o-linear-gradient(left, #AB2A9A 0%, #FF671B 100%);
  background: -webkit-gradient(linear, left top, right top, from(#AB2A9A), to(#FF671B));
  background: linear-gradient(to right, #AB2A9A 0%, #FF671B 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

b.grad-default, b.grad-cyber-security, b.grad-spectrum-management, b.grad-domain-solutions {
  display: inline;
}

.no-backgroundcliptext .grad-default {
  background-color: transparent;
  background-image: none;
  color: #006272;
  -webkit-text-fill-color: inherit;
}
.no-backgroundcliptext .grad-domain-solutions,
.no-backgroundcliptext .grad-green {
  background-color: transparent;
  background-image: none;
  color: #3F3EAB;
  -webkit-text-fill-color: inherit;
}
.no-backgroundcliptext .grad-cyber-security,
.no-backgroundcliptext .grad-purple {
  background-color: transparent;
  background-image: none;
  color: #AB2A9A;
  -webkit-text-fill-color: inherit;
}
.no-backgroundcliptext .grad-spectrum-management,
.no-backgroundcliptext .grad-red {
  background-color: transparent;
  background-image: none;
  color: #FF671B;
  -webkit-text-fill-color: inherit;
}

.sr-only {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-template-products .hero.product h1 {
  margin-bottom: 0;
  line-height: 0.64;
}
@media (max-width: 767.98px) {
  .page-template-products .hero.product h1 {
    font-size: 2.2rem;
  }
}
.page-template-products .wrapper-gradient h2.main-title {
  font-size: 4rem;
}

.cyber-product .cyber-logo {
  padding-top: 18px;
}
.cyber-product h1.product-title {
  font-family: "CeraPro-Light", "Helvetica Neue", Arial, sans-serif;
  font-size: 3.5rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .cyber-product h1.product-title {
    margin-top: 20px;
    font-size: 2.5rem;
  }
}
.cyber-product h1.product-title-ntx:before {
  content: "";
  position: absolute;
  left: -23px;
  top: 12px;
  height: 108px;
  width: 6px;
  background: #FFFFFF;
  border-radius: 3px;
}
@media (max-width: 767.98px) {
  .cyber-product h1.product-title-ntx:before {
    display: none;
  }
}

.wrapper section ul li, .article ul li, .single-content ul li {
  list-style-type: none;
  background-repeat: no-repeat;
  background-image: url("../images/default-bullet-round.png");
  background-size: 20px;
  background-position: 0px 7px;
  padding-left: 40px;
  position: relative;
  padding-bottom: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .wrapper section ul li, .article ul li, .single-content ul li {
    background-image: url("../images/default-bullet-round2x.png");
  }
}
.wrapper section ul li.cyber-security, .article ul li.cyber-security, .single-content ul li.cyber-security {
  background-image: url("../images/cyber-bullet-round.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .wrapper section ul li.cyber-security, .article ul li.cyber-security, .single-content ul li.cyber-security {
    background-image: url("../images/cyber-bullet-round2x.png");
  }
}
.wrapper section ul li.domain-solutions, .article ul li.domain-solutions, .single-content ul li.domain-solutions {
  background-image: url("../images/domains-bullet-round.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .wrapper section ul li.domain-solutions, .article ul li.domain-solutions, .single-content ul li.domain-solutions {
    background-image: url("../images/domains-bullet-round2x.png");
  }
}
.wrapper section ul li.spectrum-management, .article ul li.spectrum-management, .single-content ul li.spectrum-management {
  background-image: url("../images/spectrum-bullet-round.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .wrapper section ul li.spectrum-management, .article ul li.spectrum-management, .single-content ul li.spectrum-management {
    background-image: url("../images/spectrum-bullet-round2x.png");
  }
}
.wrapper section ol, .article ol, .single-content ol {
  counter-reset: my-list-counter !important;
}
.wrapper section ol li::before, .article ol li::before, .single-content ol li::before {
  counter-increment: my-list-counter;
  content: counter(my-list-counter);
  left: 7px;
  top: 7px;
  position: absolute;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
}
.wrapper section ol li:first-child:before, .article ol li:first-child:before, .single-content ol li:first-child:before {
  left: 8px;
  top: 7px;
}
.wrapper section ol li, .article ol li, .single-content ol li {
  list-style-type: none;
  background-repeat: no-repeat;
  background-image: url("../images/default-ol-round.png");
  background-size: 20px;
  background-position: 0px 7px;
  padding-left: 40px;
  position: relative;
  padding-bottom: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .wrapper section ol li, .article ol li, .single-content ol li {
    background-image: url("../images/default-ol-round2x.png");
  }
}
.wrapper section ol li.cyber-security, .article ol li.cyber-security, .single-content ol li.cyber-security {
  background-image: url("../images/cyber-ol-round.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .wrapper section ol li.cyber-security, .article ol li.cyber-security, .single-content ol li.cyber-security {
    background-image: url("../images/cyber-ol-round2x.png");
  }
}
.wrapper section ol li.domain-solutions, .article ol li.domain-solutions, .single-content ol li.domain-solutions {
  background-image: url("../images/domains-ol-round.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .wrapper section ol li.domain-solutions, .article ol li.domain-solutions, .single-content ol li.domain-solutions {
    background-image: url("../images/domains-ol-round2x.png");
  }
}
.wrapper section ol li.spectrum-management, .article ol li.spectrum-management, .single-content ol li.spectrum-management {
  background-image: url("../images/spectrum-ol-round.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .wrapper section ol li.spectrum-management, .article ol li.spectrum-management, .single-content ol li.spectrum-management {
    background-image: url("../images/spectrum-ol-round2x.png");
  }
}
.wrapper section ol.cyber-security li::before, .article ol.cyber-security li::before, .single-content ol.cyber-security li::before {
  color: #AB2A9A;
}
.wrapper section ol.domain-solutions li::before, .article ol.domain-solutions li::before, .single-content ol.domain-solutions li::before {
  color: #3F3EAB;
}
.wrapper section ol.spectrum-management li::before, .article ol.spectrum-management li::before, .single-content ol.spectrum-management li::before {
  color: #AB2A9A;
}

.date-tag {
  background-color: #28f4c1;
  color: #444343;
  padding: 0px 12px;
}

.statistic {
  font-family: "CeraPro-Bold", "Helvetica Neue", Arial, sans-serif;
}
@media (min-width: 768px) {
  .statistic {
    font-size: 5.5rem;
  }
  .statistic .stat-small {
    font-size: 4.6rem;
  }
}
@media (max-width: 991.98px) {
  .statistic {
    font-size: 3.2rem;
  }
  .statistic .stat-small {
    font-size: 2.6rem;
  }
}
.statistic.red {
  color: #E73629;
}
.statistic.teal {
  color: #006272;
}
.statistic.green {
  color: #28f4c1;
}
.statistic.purple {
  color: #AB2A9A;
}
.statistic.blue {
  color: #3F3EAB;
}
.statistic.orange {
  color: #FF671B;
}
.statistic.gray {
  color: #939597;
}

#live-help-container {
  z-index: 1092;
  position: fixed;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: right;
  transform-origin: right;
}
@media (max-width: 575.98px) {
  #live-help-container {
    top: auto;
    bottom: 20%;
  }
}
#live-help-container:hover {
  right: 29px;
}
#live-help-container .help-tab {
  position: relative;
  background-color: #006272;
  color: white;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 30px 30px 20px 30px;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}
@media (max-width: 575.98px) {
  #live-help-container .help-tab {
    padding: 0;
    border-right: 0px solid #FFFFFF;
  }
}
#live-help-container .help-tab:before {
  content: "\e912";
  font-family: "icomoon" !important;
  color: #006272;
  height: 100%;
  font-size: 1.4rem;
  background-color: #28f4c1;
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 68px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -63px;
  left: 0;
  bottom: 3px;
  padding-right: 13px;
  border-left: 2px solid #FFFFFF;
  border-top: 2px solid #FFFFFF;
}
@media (max-width: 575.98px) {
  #live-help-container .help-tab:before {
    bottom: -33px;
    border-bottom: 2px solid #FFFFFF;
  }
}
#live-help-container .help-tab .tab-text {
  color: white;
  letter-spacing: 0.2em;
  font-family: "CeraPro-Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.7692307692rem;
}
@media (max-width: 575.98px) {
  #live-help-container .help-tab .tab-text {
    text-indent: -9999px;
    width: 0;
    height: 0;
  }
}

.hero {
  background-color: #FFFFFF;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.hero a {
  outline: none;
}
.hero div:first-of-type {
  z-index: 2 !important;
}
.hero h1 {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .hero h1 {
    font-size: 1.55rem;
  }
}
.hero.hero-perks .background {
  opacity: 1;
}
.hero.hero-perks .hidden {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.hero.hero-perks .shown {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
.hero.whois.large {
  padding: 120px 0;
  min-height: 0;
}
@media (max-width: 1199.98px) {
  .hero.whois.large {
    padding: 80px 0;
  }
}
.hero.article-sidebar {
  height: 515px;
}
@media (max-width: 1199.98px) {
  .hero.article-sidebar {
    height: 350px;
  }
}
@media (max-width: 991.98px) {
  .hero.article-sidebar {
    height: 250px;
  }
}
.hero.article-sidebar .background {
  opacity: 1;
}
.hero.article {
  height: 515px;
}
@media (max-width: 1199.98px) {
  .hero.article {
    height: 350px;
  }
}
@media (max-width: 991.98px) {
  .hero.article {
    height: 250px;
  }
}
.hero.article .background {
  opacity: 1;
}
.hero.product {
  padding: 0 !important;
  height: 400px;
  min-height: 0px;
}
@media (max-width: 1199.98px) {
  .hero.product {
    padding: 105px 0 !important;
    min-height: 0;
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .hero.product {
    padding: 55px 0 !important;
    min-height: 0;
  }
}
.hero.x-large {
  padding: 275px 0;
  min-height: 750px;
}
@media (max-width: 1199.98px) {
  .hero.x-large {
    padding: 205px 0;
    min-height: 0;
  }
}
@media (max-width: 991.98px) {
  .hero.x-large {
    padding: 115px 0;
    min-height: 0;
  }
}
@media (max-width: 767.98px) {
  .hero.x-large {
    padding: 65px 0;
  }
}
.hero.large {
  padding: 244px 0;
  min-height: 550px;
}
@media (max-width: 1199.98px) {
  .hero.large {
    padding: 185px 0;
    min-height: 0;
  }
}
@media (max-width: 991.98px) {
  .hero.large {
    padding: 95px 0;
    min-height: 0;
  }
}
@media (max-width: 767.98px) {
  .hero.large {
    padding: 55px 0;
  }
}
.hero.medium {
  padding: 169px 0;
  min-height: 400px;
}
@media (max-width: 1199.98px) {
  .hero.medium {
    padding: 105px 0;
    min-height: 0;
  }
}
@media (max-width: 991.98px) {
  .hero.medium {
    padding: 55px 0;
    min-height: 0;
  }
}
@media (max-width: 767.98px) {
  .hero.medium {
    padding: 45px 0;
  }
}
.hero.small {
  padding: 95px 0;
  min-height: 252px;
}
@media (max-width: 1199.98px) {
  .hero.small {
    padding: 45px 0;
    min-height: 0;
  }
}
@media (max-width: 767.98px) {
  .hero.small {
    padding: 35px 0;
  }
}
.hero.service-none .background {
  opacity: 1;
}
.hero.service-default {
  background-color: #006272;
  background-image: -o-linear-gradient(left, #006272 0%, #28f4c1 100%);
  background: -webkit-gradient(linear, left top, right top, from(#006272), to(#28f4c1));
  background: linear-gradient(to right, #006272 0%, #28f4c1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=1 );
}
.hero.service-domain-solutions {
  background-color: #28f4c1;
  background-image: -o-linear-gradient(left, #28f4c1 0%, #3F3EAB 100%);
  background: -webkit-gradient(linear, left top, right top, from(#28f4c1), to(#3F3EAB));
  background: linear-gradient(to right, #28f4c1 0%, #3F3EAB 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=1 );
}
.hero.service-cyber-security {
  background-color: #3F3EAB;
  background-image: -o-linear-gradient(left, #3F3EAB 0%, #AB2A9A 100%);
  background: -webkit-gradient(linear, left top, right top, from(#3F3EAB), to(#AB2A9A));
  background: linear-gradient(to right, #3F3EAB 0%, #AB2A9A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=1 );
}
.hero.service-spectrum-management {
  background-color: #AB2A9A;
  background-image: -o-linear-gradient(left, #AB2A9A 0%, #FF671B 100%);
  background: -webkit-gradient(linear, left top, right top, from(#AB2A9A), to(#FF671B));
  background: linear-gradient(to right, #AB2A9A 0%, #FF671B 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=1 );
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.2;
}

.hero-exact-ratio {
  margin: -1px auto;
}

.hero-video {
  position: relative;
  z-index: 1;
}
.hero-video.large {
  min-height: 550px;
}
@media (max-width: 1199.98px) {
  .hero-video.large {
    min-height: 0;
  }
}
.hero-video.medium {
  min-height: 400px;
}
@media (max-width: 1199.98px) {
  .hero-video.medium {
    min-height: 0;
  }
}
.hero-video.small {
  min-height: 252px;
}
@media (max-width: 1199.98px) {
  .hero-video.small {
    min-height: 0;
  }
}

.video-poster {
  position: relative;
  z-index: -1;
  opacity: 0;
}

.single-content {
  padding: 0;
  position: relative;
}

.bottom-triangle {
  -webkit-transform: rotate(63.7deg);
          transform: rotate(63.7deg);
  position: absolute;
  background-image: linear-gradient(-320.7deg, #006272 0%, #28f4c1 100%);
  background-repeat: no-repeat;
  -webkit-transform: rotate(320.7deg);
          transform: rotate(320.7deg);
}
@media (min-width: 1200px) {
  .bottom-triangle {
    width: 300vw;
    height: 300vh;
    bottom: -150vh;
  }
}
@media (min-width: 768px) and (max-width: 1439.98px) {
  .bottom-triangle {
    width: 350vw;
    height: 50%;
    left: -50%;
    bottom: -18vh;
  }
}

body.culture .top-triangle {
  -webkit-transform: rotate(63.7deg);
          transform: rotate(63.7deg);
  position: absolute;
  background-image: linear-gradient(-320.7deg, #28F4C1 50%, #006272 80%);
  background-repeat: no-repeat;
  -webkit-transform: rotate(320.7deg);
          transform: rotate(320.7deg);
}
@media (min-width: 1200px) {
  body.culture .top-triangle {
    width: 2050px;
    height: 210%;
    top: -1300px;
    left: 2100px;
  }
}
@media (max-width: 1439.98px) {
  body.culture .top-triangle {
    width: 3000px;
    top: -600px;
    left: 950px;
  }
}
@media (max-width: 575.98px) {
  body.culture .top-triangle {
    width: 3000px;
    height: 200%;
    top: -2000px;
    left: 1900px;
  }
}

.top-triangle {
  -webkit-transform: rotate(63.7deg);
          transform: rotate(63.7deg);
  position: absolute;
  background-image: linear-gradient(-320.7deg, #28F4C1 50%, #006272 80%);
  background-repeat: no-repeat;
  -webkit-transform: rotate(320.7deg);
          transform: rotate(320.7deg);
}
@media (min-width: 1200px) {
  .top-triangle {
    width: 3000px;
    top: -1000px;
    left: 950px;
  }
}
@media (max-width: 1439.98px) {
  .top-triangle {
    width: 3000px;
    top: -1000px;
    left: 950px;
  }
}
@media (max-width: 575.98px) {
  .top-triangle {
    width: 3000px;
    left: 950px;
  }
}
.top-triangle.left {
  position: absolute;
  background-image: linear-gradient(-225.7deg, #28F4C1 50%, #006272 80%);
  background-repeat: no-repeat;
  -webkit-transform: rotate(228.7deg);
          transform: rotate(228.7deg);
}
@media (min-width: 1200px) {
  .top-triangle.left {
    width: 3000px;
    height: 200%;
    top: -2735px;
    right: 2100px;
    left: auto;
  }
}
@media (max-width: 1439.98px) {
  .top-triangle.left {
    width: 3000px;
    height: 200%;
    top: -2500px;
    right: 1900px;
    left: auto;
  }
}
@media (max-width: 575.98px) {
  .top-triangle.left {
    width: 3000px;
    height: 200%;
    right: 1900px;
    left: auto;
  }
}

.lg-triangle {
  position: absolute;
  top: 19%;
  left: 0;
  width: 100%;
  height: 950px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#28f4c1), to(#006272));
  background-image: linear-gradient(to bottom, #28f4c1 0%, #006272 100%);
  background-repeat: repeat-x;
  overflow: hidden;
  z-index: -2;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.lg-triangle.tl {
  top: 0;
  left: 0;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: 100%;
  background: url(../images/lg-triangle.png) no-repeat top right;
  background-color: transparent;
}
.lg-triangle.tl:before {
  background-color: transparent;
}
.lg-triangle.bl {
  top: 0;
  left: 0;
}
.lg-triangle.br {
  top: 0;
  left: 0;
}
.lg-triangle.tr {
  top: 0;
  left: 0;
}
.lg-triangle:before {
  -webkit-transform: rotate(63.7deg);
          transform: rotate(63.7deg);
  background-color: #f7f7f7;
  position: absolute;
  top: -207%;
  left: -6%;
  width: 100%;
  height: 300%;
  content: "";
}
@media (max-width: 1439.98px) {
  .lg-triangle:before {
    top: -201%;
    left: 4%;
    -webkit-transform: rotate(59deg);
            transform: rotate(59deg);
  }
}
@media (max-width: 1199.98px) {
  .lg-triangle:before {
    top: -229%;
    left: -33%;
    -webkit-transform: rotate(46deg);
            transform: rotate(46deg);
  }
}
@media (max-width: 991.98px) {
  .lg-triangle:before {
    top: -139%;
  }
}

.sm-triangle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 275px;
  background-color: #28f4c1;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: -1;
}
.sm-triangle:before {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  background-color: #f7f7f7;
  position: absolute;
  top: -28px;
  left: 0;
  width: 200%;
  height: 100%;
  content: "";
}

@media (max-width: 1199.98px) {
  .article .hero {
    margin-right: 0px;
  }
}
.article .hero.article-sidebar {
  height: 405px;
}
@media (max-width: 1199.98px) {
  .article .hero.article-sidebar {
    height: 350px;
  }
}
@media (max-width: 991.98px) {
  .article .hero.article-sidebar {
    height: 250px;
  }
}
.article .hero.article-sidebar .background {
  opacity: 1;
}
.article.has-sidebar .size-full,
.article.has-sidebar .size-large {
  max-width: calc(100% - 75px);
}
@media (max-width: 1199.98px) {
  .article.has-sidebar .size-full,
  .article.has-sidebar .size-large {
    max-width: 100%;
  }
}

.social {
  border-top: 2px solid #E9E9E9;
  border-bottom: 2px solid #E9E9E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 40px 0;
}
@media (max-width: 991.98px) {
  .social {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .social p {
    display: none;
  }
}
.social a {
  margin: 0 16px 0 0;
  border: 2px solid #28f4c1;
  display: inline-block;
  width: 60px;
  height: 60px;
  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-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.social a span {
  font-size: 1.2rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.social a:hover {
  background-color: #FFFFFF;
}
.social a:hover .icon-twitter:before {
  background-image: url("data:image/svg+xml,%3Csvg width='1200' height='1227' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M714.163 519.284 1160.89 0h-105.86L667.137 450.887 357.328 0H0l468.492 681.821L0 1226.37h105.866l409.625-476.152 327.181 476.152H1200L714.137 519.284h.026ZM569.165 687.828l-47.468-67.894-377.686-540.24h162.604l304.797 435.991 47.468 67.894 396.2 566.721H892.476L569.165 687.854v-.026Z' fill='%23000'/%3E %3C/svg%3E");
}
.social a:hover .icon-facebook {
  color: #3B5999;
}
.social a:hover .icon-linkedin {
  color: #0077B5;
}
.social a .icon-twitter:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='1200' height='1227' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M714.163 519.284 1160.89 0h-105.86L667.137 450.887 357.328 0H0l468.492 681.821L0 1226.37h105.866l409.625-476.152 327.181 476.152H1200L714.137 519.284h.026ZM569.165 687.828l-47.468-67.894-377.686-540.24h162.604l304.797 435.991 47.468 67.894 396.2 566.721H892.476L569.165 687.854v-.026Z' fill='%23006272'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 12px;
  height: 12px;
}

.component-title {
  position: relative;
  color: #006272;
  font-size: 1rem;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .component-title {
    padding-left: 90px;
  }
  .component-title:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 70px;
    height: 2px;
    background-color: #28f4c1;
    content: "";
  }
}

.contact-section {
  padding: 132px 0;
  -ms-word-break: break-word;
  word-break: break-word;
}
.contact-section p {
  font-size: 1.5rem;
  font-family: "CeraPro-Light", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .contact-section p {
    font-size: 1.3rem;
  }
}

.whois-response {
  display: none;
}

#whois-results .body-copy {
  word-break: break-word;
}
@media (max-width: 767.98px) {
  #whois-results .body-copy {
    font-size: 0.875rem;
  }
}

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.loader {
  min-height: 500px;
}
.loader .icon-spinner {
  font-size: 3rem;
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
}

.author-part img {
  margin-bottom: 0;
}
.author-part p {
  line-height: 1.4;
}

.discover-nominet {
  position: relative;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#006272), to(#28f4c1));
  background-image: linear-gradient(to bottom, #006272 0%, #28f4c1 100%);
  background-repeat: repeat-x;
}
.discover-nominet:before {
  -webkit-transform: rotate(-28deg);
          transform: rotate(-28deg);
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: -18%;
  width: 250%;
  height: 100%;
  content: "";
}
@media (min-width: 1200px) {
  .discover-nominet:before {
    -webkit-transform: rotate(-33deg);
            transform: rotate(-33deg);
  }
}
@media (max-width: 1439.98px) {
  .discover-nominet:before {
    -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .discover-nominet:before {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
}
@media (max-width: 1199.98px) {
  .discover-nominet:before {
    background-color: transparent;
  }
}
.discover-nominet .copy {
  padding-bottom: 10rem;
  padding-top: 4rem;
}
.discover-nominet .copy h1 {
  font-size: 4.625rem;
  color: #FFFFFF;
}
@media (max-width: 1199.98px) {
  .discover-nominet .copy h1 {
    font-size: 3.625rem;
  }
}
@media (max-width: 991.98px) {
  .discover-nominet .copy h1 {
    font-size: 2.625rem;
  }
}
.discover-nominet .copy p {
  color: #FFFFFF;
  font-size: 1.2rem;
}
@media (max-width: 1199.98px) {
  .discover-nominet .copy {
    position: relative;
    z-index: 1;
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
@media (max-width: 1199.98px) {
  .discover-nominet .person {
    position: absolute;
    top: 30px;
    left: 0;
    opacity: 0.2;
  }
}
@media (max-width: 767.98px) {
  .discover-nominet .person {
    bottom: 0;
    top: auto;
  }
}

body.board .modal-backdrop.show {
  z-index: 1;
}

.wrapper {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
.wrapper.menu-overlay {
  position: relative;
  -webkit-transition: all 0ms ease-out;
  transition: all 0ms ease-out;
}
.wrapper.menu-overlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #444343;
  opacity: 0.8;
  z-index: 999;
  -webkit-transition: all 0ms ease-out;
  transition: all 0ms ease-out;
}

.wrapper-gradient {
  background-color: #006272;
  background-image: -o-linear-gradient(left, #006272 0%, #28f4c1 100%);
  background: -webkit-gradient(linear, left top, right top, from(#006272), to(#28f4c1));
  background: linear-gradient(to right, #006272 0%, #28f4c1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=1 );
  -webkit-text-fill-color: initial;
  -webkit-background-clip: unset;
}
.wrapper-gradient.grad-domain-solutions {
  background-color: #28f4c1;
  background-image: -o-linear-gradient(left, #28f4c1 0%, #3F3EAB 100%);
  background: -webkit-gradient(linear, left top, right top, from(#28f4c1), to(#3F3EAB));
  background: linear-gradient(to right, #28f4c1 0%, #3F3EAB 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=1 );
  -webkit-text-fill-color: initial;
  -webkit-background-clip: unset;
}
.wrapper-gradient.grad-cyber-security {
  background-color: #3F3EAB;
  background-image: -o-linear-gradient(left, #3F3EAB 0%, #AB2A9A 100%);
  background: -webkit-gradient(linear, left top, right top, from(#3F3EAB), to(#AB2A9A));
  background: linear-gradient(to right, #3F3EAB 0%, #AB2A9A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=1 );
  -webkit-text-fill-color: initial;
  -webkit-background-clip: unset;
}
.wrapper-gradient.grad-spectrum-management {
  background-color: #AB2A9A;
  background-image: -o-linear-gradient(left, #AB2A9A 0%, #E73629 100%);
  background: -webkit-gradient(linear, left top, right top, from(#AB2A9A), to(#E73629));
  background: linear-gradient(to right, #AB2A9A 0%, #E73629 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=1 );
  -webkit-text-fill-color: initial;
  -webkit-background-clip: unset;
}
.wrapper-gradient ul a {
  color: #FFFFFF;
}

.h-100 {
  height: 100%;
}

.h-50 {
  height: 50%;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

body.perks section#professional-development- h1 {
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  body.perks section#professional-development- p {
    color: #FFFFFF;
  }
}

a:not([href]) {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.hexagons .hexagon {
  position: relative;
  width: 325px;
  height: 187.64px;
  background-color: transparent;
  margin: 67.9px 24px;
  border-left: solid 2px #28f4c1;
  border-right: solid 2px #28f4c1;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media (max-width: 1439.98px) {
  .hexagons .hexagon {
    width: 267px;
    height: 154.15px;
    margin: 55.5px 24px;
  }
}
@media (max-width: 1199.98px) {
  .hexagons .hexagon {
    width: 225px;
    height: 129.9px;
    margin: 46.5px 24px;
  }
}
@media (max-width: 991.98px) {
  .hexagons .hexagon {
    width: 251px;
    height: 144.91px;
    margin: 52.5px 24px;
  }
}
@media (max-width: 767.98px) {
  .hexagons .hexagon {
    width: 223px;
    height: 128.75px;
    margin: 46.3px 24px;
  }
}
@media (max-width: 575.98px) {
  .hexagons .hexagon {
    width: 162px;
    height: 93.53px;
    margin: 33.3px 12px;
  }
}
@media (max-width: 375px) {
  .hexagons .hexagon {
    width: 152px;
    height: 87.76px;
    margin: 31.3px 12px;
  }
}
@media (max-width: 360px) {
  .hexagons .hexagon {
    width: 145px;
    height: 83.72px;
    margin: 41.86px 0;
  }
}
@media (max-width: 360px) and (min-width: 321px) {
  .hexagons .hexagon {
    margin: 30px 12px;
  }
}
@media (max-width: 320px) {
  .hexagons .hexagon {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.hexagons .hexagon:before, .hexagons .hexagon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 229.81px;
  height: 229.81px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 44.5951px;
}
@media (max-width: 1439.98px) {
  .hexagons .hexagon:before, .hexagons .hexagon:after {
    width: 188.8px;
    height: 188.8px;
    left: 36.1012px;
  }
}
@media (max-width: 1199.98px) {
  .hexagons .hexagon:before, .hexagons .hexagon:after {
    width: 159.1px;
    height: 159.1px;
    left: 29.9505px;
  }
}
@media (max-width: 991.98px) {
  .hexagons .hexagon:before, .hexagons .hexagon:after {
    width: 177.48px;
    height: 177.48px;
    left: 33.7581px;
  }
}
@media (max-width: 767.98px) {
  .hexagons .hexagon:before, .hexagons .hexagon:after {
    width: 157.68px;
    height: 157.68px;
    left: 29.6576px;
  }
}
@media (max-width: 575.98px) {
  .hexagons .hexagon:before, .hexagons .hexagon:after {
    width: 114.55px;
    height: 114.55px;
    left: 20.7244px;
  }
}
@media (max-width: 375px) {
  .hexagons .hexagon:before, .hexagons .hexagon:after {
    width: 107.48px;
    height: 107.48px;
    left: 19.2599px;
  }
}
@media (max-width: 360px) {
  .hexagons .hexagon:before, .hexagons .hexagon:after {
    width: 102.53px;
    height: 102.53px;
    left: 19.2348px;
  }
}
.hexagons .hexagon:before {
  top: -114.9049px;
  border-top: solid 3px #28f4c1;
  border-right: solid 3px #28f4c1;
}
@media (max-width: 1439.98px) {
  .hexagons .hexagon:before {
    top: -94.3988px;
  }
}
@media (max-width: 1199.98px) {
  .hexagons .hexagon:before {
    top: -79.5495px;
  }
}
@media (max-width: 991.98px) {
  .hexagons .hexagon:before {
    top: -88.7419px;
  }
}
@media (max-width: 767.98px) {
  .hexagons .hexagon:before {
    top: -78.8424px;
  }
}
@media (max-width: 575.98px) {
  .hexagons .hexagon:before {
    top: -57.2756px;
  }
}
@media (max-width: 375px) {
  .hexagons .hexagon:before {
    top: -53.7401px;
  }
}
@media (max-width: 360px) {
  .hexagons .hexagon:before {
    top: -51.2652px;
  }
}
.hexagons .hexagon:after {
  bottom: -114.9049px;
  border-bottom: solid 3px #28f4c1;
  border-left: solid 3px #28f4c1;
}
@media (max-width: 1439.98px) {
  .hexagons .hexagon:after {
    bottom: -94.3988px;
  }
}
@media (max-width: 1199.98px) {
  .hexagons .hexagon:after {
    bottom: -79.5495px;
  }
}
@media (max-width: 991.98px) {
  .hexagons .hexagon:after {
    bottom: -88.7419px;
  }
}
@media (max-width: 767.98px) {
  .hexagons .hexagon:after {
    bottom: -78.8424px;
  }
}
@media (max-width: 575.98px) {
  .hexagons .hexagon:after {
    bottom: -57.2756px;
  }
}
@media (max-width: 375px) {
  .hexagons .hexagon:after {
    bottom: -53.7401px;
  }
}
@media (max-width: 360px) {
  .hexagons .hexagon:after {
    bottom: -51.2652px;
  }
}
.hexagons .hexagon .content {
  position: relative;
  z-index: 3;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media (max-width: 320px) {
  .hexagons .hexagon .content {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.hexagons .hexagon .content img {
  max-height: 150px;
  max-width: 175px;
}
@media (max-width: 1439.98px) {
  .hexagons .hexagon .content img {
    max-height: 125px;
    max-width: 150px;
  }
}
@media (max-width: 1199.98px) {
  .hexagons .hexagon .content img {
    max-height: 100px;
    max-width: 125px;
  }
}
@media (max-width: 991.98px) {
  .hexagons .hexagon .content img {
    max-height: 75px;
    max-width: 100px;
  }
}
@media (max-width: 767.98px) {
  .hexagons .hexagon .content img {
    max-height: 50px;
    max-width: 75px;
  }
}
@media (max-width: 1439.98px) {
  .hexagons .hexagon .content h4 {
    font-size: 1.35rem;
  }
}
@media (max-width: 1199.98px) {
  .hexagons .hexagon .content h4 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .hexagons .hexagon .content h4 {
    font-size: 1rem;
  }
}

.component-diagram {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.component-diagram:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  z-index: 1;
}
.component-diagram h4 {
  color: #28f4c1;
  position: relative;
  z-index: 2;
  font-family: "CeraPro-Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.35rem;
  letter-spacing: 2px;
}
.component-diagram .step {
  z-index: 2;
  position: relative;
}
@media (max-width: 575.98px) {
  .component-diagram .step {
    padding-top: 25%;
  }
}
.component-diagram .step .icon {
  min-height: 150px;
  margin-bottom: 1rem;
}
.component-diagram .step .icon img {
  max-width: 125px;
  max-height: 150px;
}
.component-diagram .step .copy {
  color: #28f4c1;
  font-size: 0.9625rem;
}
.component-diagram .step:after {
  position: absolute;
  height: 3px;
  width: 50%;
  right: -45%;
  top: 25%;
  -webkit-transform: translateX(-45%);
          transform: translateX(-45%);
  content: "";
  background-color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .component-diagram .step:after {
    width: 35%;
    right: -12%;
    -webkit-transform: translateX(12%);
            transform: translateX(12%);
  }
}
@media (max-width: 767.98px) {
  .component-diagram .step:after {
    height: 0px;
    width: 0px;
  }
}
@media (max-width: 575.98px) {
  .component-diagram .step:after {
    height: 3px;
    width: 22%;
    left: 64%;
    -webkit-transform: translateX(-64%) rotate(90deg);
            transform: translateX(-64%) rotate(90deg);
    top: auto;
    bottom: -5%;
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@media (max-width: 575.98px) {
  .component-diagram .step:first-of-type {
    padding-top: 0px;
  }
}
.component-diagram .step:last-of-type:after {
  height: 0px;
  width: 0px;
}

.position-absolute {
  position: absolute !important;
}

#_hj_poll_container a:not([href]) {
  visibility: visible !important;
}

.component-ror_timer_module {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1199.98px) {
  .component-ror_timer_module .simply-days-section.col-lg-3, .component-ror_timer_module .simply-hours-section.col-lg-3, .component-ror_timer_module .simply-minutes-section.col-lg-3, .component-ror_timer_module .simply-seconds-section.col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
}
.component-ror_timer_module .simply-days-section > div, .component-ror_timer_module .simply-hours-section > div, .component-ror_timer_module .simply-minutes-section > div, .component-ror_timer_module .simply-seconds-section > div {
  border: 1px solid #FFFFFF;
  padding: 30px;
}
.component-ror_timer_module .countdown-amount {
  font-size: 4rem;
  color: #FFFFFF;
  display: block;
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
}
.component-ror_timer_module .countdown-word {
  font-size: 1rem;
  color: #FFFFFF;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.component-ror_timer_module .container {
  position: relative;
  z-index: 2;
}
.component-ror_timer_module .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.component-domain_lookup #result span {
  text-align: left !important;
}

.tooltips .carousel-control-prev {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.5rem;
}
.tooltips .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2328f4c1' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.tooltips .carousel-control-next {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.5rem;
}
.tooltips .carousel-control-next .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2328f4c1' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
}
.tooltip {
  position: absolute;
  width: 100%;
  padding: 1rem;
  background: #FFFFFF;
  border-right: 2px solid #E9E9E9;
  top: 50px;
  -webkit-transition: top 300ms ease-in-out;
  transition: top 300ms ease-in-out;
  opacity: 0;
}
@media (max-width: 991.98px) {
  .tooltip {
    position: relative;
    display: block;
    padding: 1.5rem 2rem;
    opacity: 1;
    top: 0px;
    border-right: 0px;
  }
}
.tooltip.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.tooltip.slideOut {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  z-index: 2;
}
.tooltip.active {
  opacity: 1;
  display: block;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .tooltip.active {
    top: 0px;
  }
}

.anchors {
  position: absolute;
  left: 55px;
  top: 20%;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}
@media (max-width: 1439.98px) {
  .anchors {
    left: 50px;
  }
}
@media (max-width: 1199.98px) {
  .anchors {
    left: 40px;
  }
}
.anchors .anchor {
  position: relative;
  width: 25px;
  height: 25px;
  display: block;
  margin-bottom: 35px;
}
@media (max-width: 1439.98px) {
  .anchors .anchor {
    width: 20px;
    height: 20px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199.98px) {
  .anchors .anchor {
    margin-bottom: 20px;
  }
}
.anchors .anchor:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #939597;
  -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 50%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
@media (max-width: 1439.98px) {
  .anchors .anchor:after {
    border-width: 4px;
  }
}
.anchors .anchor.active:after {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background-color: #28f4c1;
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(147, 149, 151, 0.4);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-box-shadow: 0 0 0 10px rgba(147, 149, 151, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(147, 149, 151, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(147, 149, 151, 0.4);
            box-shadow: 0 0 0 0 rgba(147, 149, 151, 0.4);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-box-shadow: 0 0 0 10px rgba(147, 149, 151, 0);
            box-shadow: 0 0 0 10px rgba(147, 149, 151, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(147, 149, 151, 0);
            box-shadow: 0 0 0 0 rgba(147, 149, 151, 0);
  }
}
.simply-countdown {
  overflow: hidden;
  display: table;
  font-family: "Arial", sans-serif;
}
.simply-countdown > .simply-section {
  width: 50px;
  height: 50px;
  padding: 50px;
  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;
  float: left;
  margin: 15px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.simply-countdown > .simply-section .simply-amount, .simply-countdown > .simply-section .simply-word {
  display: block;
  text-align: center;
}

.alternate-bg {
  background: rgba(255, 255, 255, 0.5);
}

.component-video.white {
  background: rgba(255, 255, 255, 0.5);
}

@font-face {
  font-family: "icomoon";
  src: url("../icons/icomoon/fonts/icomoon.eot?7sydwa");
  src: url("../icons/icomoon/fonts/icomoon.eot?7sydwa#iefix") format("embedded-opentype"), url("../icons/icomoon/fonts/icomoon.ttf?7sydwa") format("truetype"), url("../icons/icomoon/fonts/icomoon.woff?7sydwa") format("woff"), url("../icons/icomoon/fonts/icomoon.svg?7sydwa#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-calendar:before, .hbspt-form .hs-dateinput:before {
  content: "\e914";
}

.icon-date:before {
  content: "\e914";
}

.icon-schedule:before {
  content: "\e914";
}

.icon-time:before {
  content: "\e914";
}

.icon-day:before {
  content: "\e914";
}

.icon-play:before {
  content: "\e913";
}

.icon-chat:before {
  content: "\e912";
}

.icon-briefcase:before {
  content: "\e911";
}

.icon-money:before {
  content: "\e910";
}

.icon-location:before {
  content: "\e90f";
}

.icon-spinner:before {
  content: "\e981";
}

.icon-arrows:before {
  content: "\e906";
}

.icon-facebook:before {
  content: "\e907";
}

.icon-minus:before {
  content: "\e905";
}

.icon-plus:before {
  content: "\e904";
}

.icon-chevron-right:before {
  content: "\e90b";
}

.icon-chevron-left:before {
  content: "\e90c";
}

.icon-chevron-down:before {
  content: "\e90d";
}

.icon-chevron-up:before {
  content: "\e90e";
}

.icon-dots-horizontal-triple:before {
  content: "\e90a";
}

.icon-cross:before {
  content: "\e903";
}

.icon-check:before {
  content: "\e902";
}

.icon-search:before {
  content: "\e901";
}

.icon-twitter:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='1200' height='1227' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M714.163 519.284 1160.89 0h-105.86L667.137 450.887 357.328 0H0l468.492 681.821L0 1226.37h105.866l409.625-476.152 327.181 476.152H1200L714.137 519.284h.026ZM569.165 687.828l-47.468-67.894-377.686-540.24h162.604l304.797 435.991 47.468 67.894 396.2 566.721H892.476L569.165 687.854v-.026Z' fill='%23fff'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 12px;
  height: 12px;
}
.icon-twitter:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='1200' height='1227' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M714.163 519.284 1160.89 0h-105.86L667.137 450.887 357.328 0H0l468.492 681.821L0 1226.37h105.866l409.625-476.152 327.181 476.152H1200L714.137 519.284h.026ZM569.165 687.828l-47.468-67.894-377.686-540.24h162.604l304.797 435.991 47.468 67.894 396.2 566.721H892.476L569.165 687.854v-.026Z' fill='%23000'/%3E %3C/svg%3E");
}

.icon-linkedin:before {
  content: "\e909";
}

.icon-youtube:before {
  content: "\e900";
}

.hbspt-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='124.242' height='66.364'%3E %3Cpath data-name='Union 1' d='m62.121 62.121-2 2 2-2-60-60 60 60 60-60-60 60 2 2Z' fill='none' stroke='%23036172' stroke-width='6'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.mt-6,
.my-6 {
  margin-top: 6rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 6rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 6rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 6rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.pt-6,
.py-6 {
  padding-top: 6rem !important;
}

.pr-6,
.px-6 {
  padding-right: 6rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 6rem !important;
}

.pl-6,
.px-6 {
  padding-left: 6rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 6rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 6rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 6rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 6rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 6rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 6rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 6rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 6rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 6rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 6rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 6rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 6rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .m-xxl-6 {
    margin: 6rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 6rem !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 6rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 6rem !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 6rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .p-xxl-6 {
    padding: 6rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 6rem !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 6rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 6rem !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 6rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.bg-white {
  background-color: #FFFFFF !important;
}

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-off-white {
  background-color: #FAF9F9 !important;
}

a.bg-off-white:hover, a.bg-off-white:focus,
button.bg-off-white:hover,
button.bg-off-white:focus {
  background-color: #e3dddd !important;
}

.bg-black {
  background-color: #000000 !important;
}

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important;
}

.bg-teal {
  background-color: #006272 !important;
}

a.bg-teal:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #00363f !important;
}

.bg-green {
  background-color: #28f4c1 !important;
}

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #0bdea9 !important;
}

.bg-grey {
  background-color: #939597 !important;
}

a.bg-grey:hover, a.bg-grey:focus,
button.bg-grey:hover,
button.bg-grey:focus {
  background-color: #797c7e !important;
}

.bg-blue {
  background-color: #3F3EAB !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #313086 !important;
}

.bg-purple {
  background-color: #AB2A9A !important;
}

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #822075 !important;
}

.bg-orange {
  background-color: #FF671B !important;
}

a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #e74d00 !important;
}

.bg-red {
  background-color: #E73629 !important;
}

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #c72216 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

a.bg-transparent:hover, a.bg-transparent:focus,
button.bg-transparent:hover,
button.bg-transparent:focus {
  background-color: rgba(0, 0, 0, 0) !important;
}

.bg-body {
  background-color: #f7f7f7 !important;
}

a.bg-body:hover, a.bg-body:focus,
button.bg-body:hover,
button.bg-body:focus {
  background-color: #dedede !important;
}

.bg-light-grey {
  background-color: #E9E9E9 !important;
}

a.bg-light-grey:hover, a.bg-light-grey:focus,
button.bg-light-grey:hover,
button.bg-light-grey:focus {
  background-color: #d0d0d0 !important;
}

.bg-medium-grey {
  background-color: #5F5F5F !important;
}

a.bg-medium-grey:hover, a.bg-medium-grey:focus,
button.bg-medium-grey:hover,
button.bg-medium-grey:focus {
  background-color: #464646 !important;
}

.bg-dark-grey {
  background-color: #444343 !important;
}

a.bg-dark-grey:hover, a.bg-dark-grey:focus,
button.bg-dark-grey:hover,
button.bg-dark-grey:focus {
  background-color: #2a2a2a !important;
}

.bg-facebook {
  background-color: #3B5999 !important;
}

a.bg-facebook:hover, a.bg-facebook:focus,
button.bg-facebook:hover,
button.bg-facebook:focus {
  background-color: #2d4474 !important;
}

.bg-twitter {
  background-color: #55ACEE !important;
}

a.bg-twitter:hover, a.bg-twitter:focus,
button.bg-twitter:hover,
button.bg-twitter:focus {
  background-color: #2795e9 !important;
}

.bg-youtube {
  background-color: #CD201F !important;
}

a.bg-youtube:hover, a.bg-youtube:focus,
button.bg-youtube:hover,
button.bg-youtube:focus {
  background-color: #a11918 !important;
}

.bg-linkedin {
  background-color: #0077B5 !important;
}

a.bg-linkedin:hover, a.bg-linkedin:focus,
button.bg-linkedin:hover,
button.bg-linkedin:focus {
  background-color: #005582 !important;
}

.columns-1 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 55px;
  -moz-column-gap: 55px;
  column-gap: 55px;
}
@media (max-width: 1199.98px) {
  .columns-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.columns-1 li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.columns-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 55px;
  -moz-column-gap: 55px;
  column-gap: 55px;
}
@media (max-width: 1199.98px) {
  .columns-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.columns-2 li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.columns-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 55px;
  -moz-column-gap: 55px;
  column-gap: 55px;
}
@media (max-width: 1199.98px) {
  .columns-3 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.columns-3 li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.columns-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 55px;
  -moz-column-gap: 55px;
  column-gap: 55px;
}
@media (max-width: 1199.98px) {
  .columns-4 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.columns-4 li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.columns-5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  -webkit-column-gap: 55px;
  -moz-column-gap: 55px;
  column-gap: 55px;
}
@media (max-width: 1199.98px) {
  .columns-5 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.columns-5 li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.columns-6 {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
  -webkit-column-gap: 55px;
  -moz-column-gap: 55px;
  column-gap: 55px;
}
@media (max-width: 1199.98px) {
  .columns-6 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.columns-6 li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.border {
  border: 1px solid #939597 !important;
}

.border-top {
  border-top: 1px solid #939597 !important;
}

.border-right {
  border-right: 1px solid #939597 !important;
}

.border-bottom {
  border-bottom: 1px solid #939597 !important;
}

.border-left {
  border-left: 1px solid #939597 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-white {
  border-color: #FFFFFF !important;
}

.border-off-white {
  border-color: #FAF9F9 !important;
}

.border-black {
  border-color: #000000 !important;
}

.border-teal {
  border-color: #006272 !important;
}

.border-green {
  border-color: #28f4c1 !important;
}

.border-grey {
  border-color: #939597 !important;
}

.border-blue {
  border-color: #3F3EAB !important;
}

.border-purple {
  border-color: #AB2A9A !important;
}

.border-orange {
  border-color: #FF671B !important;
}

.border-red {
  border-color: #E73629 !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-body {
  border-color: #f7f7f7 !important;
}

.border-light-grey {
  border-color: #E9E9E9 !important;
}

.border-medium-grey {
  border-color: #5F5F5F !important;
}

.border-dark-grey {
  border-color: #444343 !important;
}

.border-facebook {
  border-color: #3B5999 !important;
}

.border-twitter {
  border-color: #55ACEE !important;
}

.border-youtube {
  border-color: #CD201F !important;
}

.border-linkedin {
  border-color: #0077B5 !important;
}

.border-white {
  border-color: #FFFFFF !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-1 {
  opacity: 1 !important;
}

.component-row {
  padding: 3rem 15px;
}

.event .card-body,
.download .card-body {
  padding: 30px;
}

.event.dimmed-event {
  opacity: 0.4;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.event.dimmed-event:hover {
  opacity: 1;
}
.event .title {
  text-align: left;
}
@media (max-width: 767.98px) {
  .event .title {
    text-align: center;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .event .title h4 {
    font-size: 1.8rem;
  }
}
.event .dates {
  text-align: left;
}
@media (max-width: 767.98px) {
  .event .dates {
    text-align: center;
    padding-bottom: 0.5rem;
  }
}
.event .address {
  text-align: left;
}
@media (max-width: 767.98px) {
  .event .address {
    text-align: center;
    padding-bottom: 0.5rem;
  }
}
.event .link {
  text-align: right;
}
@media (max-width: 767.98px) {
  .event .link {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .card-title {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .card-title {
    font-size: 1.5rem;
  }
}
.card-title a {
  color: #006272;
  text-decoration: none;
}
.card-title a:hover {
  text-decoration: underline;
}

.card-text {
  font-family: "CeraPro-Light", "Helvetica Neue", Arial, sans-serif;
}
@media (min-width: 768px) {
  .card-text {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 767.98px) {
  .card-text {
    font-size: 1rem !important;
  }
}
@media (min-width: 768px) {
  .card-text.small-size {
    font-size: 1.2rem !important;
  }
}

.card-body {
  position: relative;
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .card-body {
    padding: 30px 30px 30px 48px;
  }
}
@media (max-width: 767.98px) {
  .card-body {
    padding: 20px 15px 15px 28px;
  }
}
.card-body.job {
  padding: 1.5rem;
}
.card-body.job h4 {
  font-size: 1.2rem;
}
.card-body.hollow {
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.card-body.hollow a {
  text-decoration: underline;
}
.card-body .category .list-inline-item {
  background-image: none !important;
  padding-left: 0 !important;
}

.card-body-fh {
  height: 100%;
}

.card-image {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .card-image {
    min-height: 300px;
  }
}
@media (min-width: 1440px) {
  .card-image {
    min-height: 350px;
  }
}
@media (max-width: 1199.98px) {
  .card-image {
    min-height: 320px;
  }
}

@media (max-width: 575.98px) {
  .media-card-image {
    min-height: 250px !important;
  }
}
@media (min-width: 1200px) {
  .media-card-image {
    min-height: 400px;
  }
}
@media (min-width: 1440px) {
  .media-card-image {
    min-height: 500px;
  }
}
@media (max-width: 1199.98px) {
  .media-card-image {
    min-height: 400px;
  }
}

.card-wrapper {
  height: 100%;
}
@media (min-width: 1440px) {
  .card-wrapper {
    padding-bottom: 60px;
  }
}
@media (max-width: 1439.98px) {
  .card-wrapper {
    padding-bottom: 30px;
  }
}

.card-wrapper-fh {
  height: 100%;
  background-color: #FFFFFF;
}
@media (max-width: 1199.98px) {
  .card-wrapper-fh .media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 1199.98px) {
  .card-wrapper-fh .copy {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.card-standard {
  position: relative;
  height: 100%;
}
.card-standard:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 0;
}
.card-standard .img-link {
  display: block;
  min-height: 50px;
  position: relative;
}
.card-standard:hover .img-link-hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.card-standard .img-link-hover {
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  -webkit-filter: grayscale(40%);
  filter: grayscale(40%);
}
.card-standard.card-two-thirds .card-title {
  font-size: 2.5rem;
  line-height: 3rem;
  font-family: "CeraPro-Regular", "Helvetica Neue", Arial, sans-serif;
}
@media (min-width: 1440px) {
  .card-standard.card-two-thirds:before {
    width: 93.5%;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .card-standard.card-two-thirds:before {
    width: 93.5%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-standard.card-two-thirds:before {
    width: 93.5%;
  }
}
@media (min-width: 1440px) {
  .card-standard.card-two-thirds .card-body {
    width: 93.5%;
    margin-top: -150px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .card-standard.card-two-thirds .card-body {
    width: 93.5%;
    margin-top: -150px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-standard.card-two-thirds .card-body {
    width: 93.5%;
    margin-top: -150px;
  }
}
@media (min-width: 1440px) {
  .card-standard.card-two-thirds .card-image {
    height: 450px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .card-standard.card-two-thirds .card-image {
    height: 400px;
  }
}
@media (max-width: 1199.98px) {
  .card-standard.card-two-thirds .card-image {
    height: 420px;
  }
}
.card-standard.card-two-thirds .img-link {
  min-height: 150px;
}
.card-standard.card-half .card-title {
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-family: "CeraPro-Regular", "Helvetica Neue", Arial, sans-serif;
}
@media (min-width: 1440px) {
  .card-standard.card-half:before {
    width: 70%;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .card-standard.card-half:before {
    width: 90%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-standard.card-half:before {
    width: 95%;
  }
}
@media (max-width: 991.98px) {
  .card-standard.card-half:before {
    width: 100%;
  }
}
.card-standard.card-half .card-body {
  margin-top: -50px;
}
@media (min-width: 1440px) {
  .card-standard.card-half .card-body {
    width: 70%;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .card-standard.card-half .card-body {
    width: 90%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-standard.card-half .card-body {
    width: 95%;
  }
}
@media (max-width: 991.98px) {
  .card-standard.card-half .card-body {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .card-standard.card-half .card-image {
    height: 350px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .card-standard.card-half .card-image {
    height: 300px;
  }
}
@media (max-width: 1199.98px) {
  .card-standard.card-half .card-image {
    height: 320px;
  }
}
.card-standard.card-one-third .card-title {
  font-size: 1.5rem;
  font-family: "CeraPro-Regular", "Helvetica Neue", Arial, sans-serif;
  line-height: 2.125rem;
}
@media (min-width: 1440px) {
  .card-standard.card-one-third:before {
    width: 87%;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .card-standard.card-one-third:before {
    width: 90%;
  }
}
@media (max-width: 1199.98px) {
  .card-standard.card-one-third:before {
    width: 100%;
  }
}
.card-standard.card-one-third .card-body {
  margin-top: -50px;
}
@media (min-width: 1440px) {
  .card-standard.card-one-third .card-body {
    width: 87%;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .card-standard.card-one-third .card-body {
    width: 90%;
  }
}
@media (max-width: 1199.98px) {
  .card-standard.card-one-third .card-body {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .card-standard.card-one-third .card-image {
    height: 350px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .card-standard.card-one-third .card-image {
    height: 300px;
  }
}
@media (max-width: 1199.98px) {
  .card-standard.card-one-third .card-image {
    height: 320px;
  }
}

@media (min-width: 1440px) {
  .card-fw-overlay.card-fw-left .card-image {
    padding-right: 157px;
    min-height: 500px;
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .card-fw-overlay.card-fw-left .card-image {
    padding-right: 15%;
    min-height: 400px;
  }
}
@media (min-width: 1440px) {
  .card-fw-overlay.card-fw-right .card-image {
    padding-left: 157px;
    min-height: 500px;
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .card-fw-overlay.card-fw-right .card-image {
    padding-left: 15%;
  }
}
.card-fw-overlay.card-fw-left .card-body-wrapper {
  position: relative;
}
@media (min-width: 1440px) {
  .card-fw-overlay.card-fw-left .card-body-wrapper {
    margin-left: 790px;
    margin-top: -208px;
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .card-fw-overlay.card-fw-left .card-body-wrapper {
    margin-left: 42%;
    margin-top: -150px;
  }
}
.card-fw-overlay.card-fw-right .card-body-wrapper {
  position: relative;
}
@media (min-width: 1440px) {
  .card-fw-overlay.card-fw-right .card-body-wrapper {
    margin-right: 790px;
    margin-top: -208px;
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .card-fw-overlay.card-fw-right .card-body-wrapper {
    margin-right: 42%;
    margin-top: -150px;
  }
}
.card-fw-overlay .card-body {
  width: auto;
}
@media (min-width: 992px) {
  .card-fw-overlay .card-body {
    padding: 50px;
  }
}

@media (min-width: 1440px) {
  .card-fw .card-body {
    padding: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .card-fw .card-body {
    padding: 40px;
  }
}

@media (min-width: 992px) {
  .card-fw-right > div:nth-child(1) {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
}

.card-cta {
  position: relative;
  margin-bottom: 30px;
}
.card-cta > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-cta .image-wrapper {
  position: relative;
}
.card-cta .image-wrapper.all:after {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background-image: linear-gradient(to bottom, transparent 0%, #000000 100%);
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card-cta .image-wrapper.domain-solutions:after {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(#28f4c1), to(#3F3EAB));
  background-image: linear-gradient(to bottom, #28f4c1 0%, #3F3EAB 100%);
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card-cta .image-wrapper.cyber-security:after {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3F3EAB), to(#AB2A9A));
  background-image: linear-gradient(to bottom, #3F3EAB 0%, #AB2A9A 100%);
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card-cta .image-wrapper.spectrum-management:after {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(#AB2A9A), to(#FF671B));
  background-image: linear-gradient(to bottom, #AB2A9A 0%, #FF671B 100%);
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card-cta .card-image {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  min-height: 350px;
}
@media (min-width: 1440px) {
  .card-cta .card-image {
    height: 500px;
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .card-cta .card-image {
    height: 400px;
  }
}
.card-cta .card-body {
  background: none;
  top: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 1;
  font-family: "CeraPro-Light", "Helvetica Neue", Arial, sans-serif;
}
@media (min-width: 1440px) {
  .card-cta .card-body {
    padding: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .card-cta .card-body {
    padding: 30px;
  }
}
.card-cta .card-title {
  color: #FFFFFF;
}
.card-cta .category {
  color: #28f4c1;
  font-family: "CeraPro-Medium", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 30px;
}
.card-cta .category a {
  color: #28f4c1;
}
.card-cta:hover .image-wrapper:after {
  opacity: 0.7;
}
.card-cta .card-footer {
  padding: 30px 30px 30px 48px;
  position: relative;
  background: #FFFFFF;
}

.accordion .card-header {
  background-color: #FFFFFF;
  border-bottom: 1px solid #E9E9E9;
}
.accordion .icon-check,
.accordion .icon-cross {
  vertical-align: middle;
  font-size: 1.1875rem;
}
@media (min-width: 576px) {
  .accordion .icon-check,
  .accordion .icon-cross {
    margin: 0 2rem 3px 1rem;
  }
}
.accordion .icon-check {
  color: #28f4c1;
}
.accordion .icon-cross {
  color: #FF671B;
}

.full-image-cta {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 6rem 0;
  margin-bottom: 60px;
}
.full-image-cta.tile {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.full-image-cta.tile .photo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  z-index: -1;
}

.pillars-xs-no-gutters {
  padding: 0;
}
.pillars-xs-no-gutters.lg-padding {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991.98px) {
  .pillars-xs-no-gutters {
    max-width: 100%;
  }
  .pillars-xs-no-gutters .row {
    margin-right: 0;
    margin-left: 0;
  }
  .pillars-xs-no-gutters .row > .col,
  .pillars-xs-no-gutters .row > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 1199.98px) {
  .carousel-pillars .container {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .carousel-pillars .container .row {
    margin-right: 0;
    margin-left: 0;
  }
  .carousel-pillars .container .row > .col,
  .carousel-pillars .container .row > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
}
.carousel-pillars .carousel-inner {
  overflow-y: visible;
}
.carousel-pillars .card-body,
.carousel-pillars .card-image {
  height: auto;
}

.card-pillar-container {
  margin: 0;
}
.card-pillar-container .card-pillar:before {
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  opacity: 0;
  bottom: -28px;
}
.card-pillar-container .card-pillar.active:before {
  opacity: 1;
  bottom: -80px;
}
@media (max-width: 767.98px) {
  .card-pillar-container .card-pillar.active:before {
    bottom: -33px;
  }
}
@media (max-width: 575.98px) {
  .card-pillar-container .card-pillar.active:before {
    bottom: -30px;
  }
}

.card-pillar {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  position: relative;
  overflow: visible;
  z-index: 1;
  border: 2px solid transparent;
}
@media (min-width: 1440px) {
  .card-pillar {
    height: 400px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .card-pillar {
    height: 345px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-pillar {
    height: 290px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card-pillar {
    height: 325px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card-pillar {
    height: 210px;
  }
}
@media (max-width: 575.98px) {
  .card-pillar {
    height: 150px;
  }
}
@media (max-width: 400px) {
  .card-pillar {
    height: 120px;
  }
}
.card-pillar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575.98px) {
  .card-pillar:after {
    opacity: 0.4;
  }
}
.card-pillar.grad-green:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#28f4c1), to(#3F3EAB));
  background-image: linear-gradient(to bottom, #28f4c1 0%, #3F3EAB 100%);
  background-repeat: repeat-x;
}
.card-pillar.grad-purple:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3F3EAB), to(#AB2A9A));
  background-image: linear-gradient(to bottom, #3F3EAB 0%, #AB2A9A 100%);
  background-repeat: repeat-x;
}
.card-pillar.grad-red:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#AB2A9A), to(#E73629));
  background-image: linear-gradient(to bottom, #AB2A9A 0%, #E73629 100%);
  background-repeat: repeat-x;
}
.card-pillar .card-pillar-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1;
}
@media (min-width: 576px) {
  .card-pillar .card-pillar-logo img {
    height: 75%;
  }
}
@media (max-width: 575.98px) {
  .card-pillar .card-pillar-logo img {
    height: 88%;
  }
}
.card-pillar .card-pillar-image {
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 575.98px) {
  .card-pillar .card-pillar-image {
    background-image: none !important;
  }
}
.card-pillar:before {
  opacity: 1;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 40px 0 40px;
  border-color: #000000 transparent transparent transparent;
  content: "";
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 767.98px) {
  .card-pillar:before {
    border-width: 15px 15px 0 15px;
    bottom: -17px;
  }
}
.card-pillar.active {
  border: 2px solid #FFFFFF;
}
@media (max-width: 575.98px) {
  .card-pillar.active {
    border-width: 0;
  }
}
.card-pillar.active:before {
  bottom: -80px;
}
@media (max-width: 767.98px) {
  .card-pillar.active:before {
    bottom: -30px;
  }
}
@media (max-width: 575.98px) {
  .card-pillar.active:after {
    opacity: 0.6;
  }
}
.card-pillar.active .card-pillar-image {
  opacity: 1;
}

.card-pillar-indicator {
  position: relative;
  width: 100%;
  height: 36px;
}
@media (max-width: 767.98px) {
  .card-pillar-indicator {
    height: 16px;
  }
}
.card-pillar-indicator span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 23px 0 23px;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 50%;
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
  .card-pillar-indicator span {
    border-width: 16px 15px 0 16px;
  }
}
.card-pillar-indicator span.indicate0 {
  left: 16.5%;
}
.card-pillar-indicator span.indicate1 {
  left: 50%;
}
.card-pillar-indicator span.indicate2 {
  left: 84%;
}

.card-contact {
  position: relative;
  z-index: 23;
  background: #FFFFFF;
  text-align: center;
}
@media (min-width: 1200px) {
  .card-contact {
    padding: 55px 20px 5px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .card-contact {
    padding: 35px 20px 5px 20px;
  }
}
@media (max-width: 767.98px) {
  .card-contact {
    padding: 35px 20px 5px 20px;
  }
}
.card-contact hr {
  position: relative;
  border: none;
  height: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .card-contact hr {
    margin: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .card-contact hr {
    margin: 40px 0;
  }
}
@media (max-width: 767.98px) {
  .card-contact hr {
    margin: 40px 0;
  }
}
.card-contact hr:after {
  display: block;
  text-align: center;
  content: "";
  width: 37px;
  border-top: 3px solid #006272;
}
@media (min-width: 1200px) {
  .card-contact hr:after {
    margin: 40px auto;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .card-contact hr:after {
    margin: 40px auto;
  }
}
@media (max-width: 767.98px) {
  .card-contact hr:after {
    margin: 40px auto;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .support-full-width .card-contact {
    padding: 30px 0 10px 0;
  }
}
@media (min-width: 992px) {
  .support-full-width .card-contact hr {
    margin: 20px auto !important;
  }
  .support-full-width .card-contact hr:after {
    margin: 20px auto !important;
  }
  .support-full-width .card-contact .card-contact-title {
    line-height: 1rem;
    min-height: initial;
  }
}

.card-contact-title {
  position: relative;
  font-family: "CeraPro-Medium", "Helvetica Neue", Arial, sans-serif;
  color: #000000;
  position: relative;
}
@media (min-width: 1200px) {
  .card-contact-title {
    font-size: 1.875rem;
    line-height: 2.125rem;
    min-height: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .card-contact-title {
    font-size: 1.775rem;
    line-height: 2rem;
    min-height: 70px;
  }
}
@media (max-width: 767.98px) {
  .card-contact-title {
    font-size: 1.55rem;
    line-height: 1.8rem;
  }
}

.card-contact-text {
  position: relative;
}
@media (min-width: 1440px) {
  .card-contact-text {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1439.98px) {
  .card-contact-text {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .card-contact-text {
    font-size: 1.2rem;
  }
}
.card-contact-text a:hover {
  text-decoration: underline;
}

.blocks .card-image {
  height: 200px;
  min-height: 200px;
}
@media (min-width: 992px) {
  .blocks .card-image {
    height: 300px;
    min-height: 300px;
  }
}
@media (min-width: 1200px) {
  .blocks .card-image {
    height: 330px;
    min-height: 330px;
  }
}
@media (max-width: 991.98px) {
  .blocks .h-100 {
    height: auto;
  }
}

.media-copy h1.small {
  font-size: 2rem;
}
@media (max-width: 1199.98px) {
  .media-copy h1.small {
    font-size: 1.8rem;
  }
}
.media-copy h1.large {
  font-size: 3.2rem;
}
@media (max-width: 1199.98px) {
  .media-copy h1.large {
    font-size: 2.1rem;
  }
}

.resource-cta {
  position: relative;
}
.resource-cta > a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.resource-cta .card-body .btn-outline-light {
  border-width: 2px;
}
.resource-cta:hover .image-wrapper:after {
  opacity: 0.7;
}
.resource-cta:hover .card-body .btn-outline-light {
  color: #444343;
  background-color: #FFFFFF;
}

.btn, .home__lookup-form button, .hbspt-form input[type=submit],
.hbspt-form input[type=button],
.hbspt-form input[id^=file]::-webkit-file-upload-button,
input[type=submit] {
  text-underline: none !important;
  display: inline-block;
  font-family: "CeraPro-Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.10625rem;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 3px solid transparent;
}
@media (max-width: 991.98px) {
  .btn, .home__lookup-form button, .hbspt-form input[type=submit],
  .hbspt-form input[type=button],
  .hbspt-form input[id^=file]::-webkit-file-upload-button,
  input[type=submit] {
    font-size: 0.9rem;
    padding: 12px 20px;
    border-width: 2px;
    text-align: center;
  }
}
.btn:active:focus, .home__lookup-form button:active:focus,
.hbspt-form input[type=button]:active:focus,
.hbspt-form input[id^=file]:active:focus::-webkit-file-upload-button, .btn:active.focus, .home__lookup-form button:active.focus,
.hbspt-form input[type=button]:active.focus,
.hbspt-form input[id^=file]:active.focus::-webkit-file-upload-button, .btn.active:focus, .home__lookup-form button.active:focus,
.hbspt-form input.active[type=button]:focus,
.hbspt-form input.active[id^=file]:focus::-webkit-file-upload-button, .btn.active.focus, .home__lookup-form button.active.focus,
.hbspt-form input.active.focus[type=button],
.hbspt-form input.active.focus[id^=file]::-webkit-file-upload-button,
input[type=submit]:active:focus,
input[type=submit]:active.focus,
input[type=submit].active:focus,
input[type=submit].active.focus {
  outline: none;
  outline-offset: -2px;
}
.btn:hover, .home__lookup-form button:hover,
.hbspt-form input[type=button]:hover,
.hbspt-form input[id^=file]:hover::-webkit-file-upload-button, .btn:focus, .home__lookup-form button:focus,
.hbspt-form input[type=button]:focus,
.hbspt-form input[id^=file]:focus::-webkit-file-upload-button, .btn.focus, .home__lookup-form button.focus,
.hbspt-form input.focus[type=button],
.hbspt-form input.focus[id^=file]::-webkit-file-upload-button,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit].focus {
  outline: none;
  text-decoration: none;
}

.btn-sm {
  padding: 8px 20px;
  border-width: 2px;
  font-size: 0.8rem;
}

.btn-lg {
  padding: 1.545rem 40px;
}

.btn-primary,
.hs_applybutton,
input[type=submit] {
  background-color: #28f4c1;
  background-image: -webkit-gradient(linear, left top, right top, from(#006272), color-stop(50%, #28f4c1), to(#28f4c1));
  background-image: linear-gradient(to right, #006272 0%, #28f4c1 50%, #28f4c1 100%);
  background-image: -webkit-linear-gradient(to right, #006272 0%, #28f4c1 50%, #28f4c1 100%);
  background-size: 200% auto;
  color: #FFFFFF !important;
  text-decoration: none !important;
  border-width: 0px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus,
.hs_applybutton:hover,
.hs_applybutton:focus,
.hs_applybutton.focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit].focus {
  background-position: 100% center;
}

.btn-dark {
  border-color: #444343;
  color: #FFFFFF !important;
  text-decoration: none !important;
  background-color: #444343;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark.focus {
  color: #FFFFFF !important;
  background-color: #5e5c5c;
  border-color: #5e5c5c;
}

.btn-light {
  border-color: #FFFFFF;
  color: #444343 !important;
  text-decoration: none !important;
  background-color: #FFFFFF;
}
.btn-light:hover, .btn-light:focus, .btn-light.focus {
  color: #444343 !important;
  background-color: white;
  border-color: white;
}

.btn-outline-primary {
  border-color: #28f4c1;
  color: #28f4c1 !important;
  text-decoration: none !important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus {
  color: #FFFFFF !important;
  background-position: -100% 120px;
  background-color: #28f4c1;
}

.btn-outline-dark {
  border-color: transparent !important;
  color: #444343 !important;
  text-decoration: none !important;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0px 3px #444343 inset;
          box-shadow: 0 0 0px 3px #444343 inset;
  border: 0px;
}
.btn-outline-dark.btn-sm {
  -webkit-box-shadow: 0 0 0px 2px #FFFFFF inset !important;
          box-shadow: 0 0 0px 2px #FFFFFF inset !important;
}
.btn-outline-dark.hovered, .btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark.focus {
  color: #FFFFFF !important;
  background-color: #444343;
  border-color: transparent;
}

.btn-outline-light {
  border-color: transparent;
  color: #FFFFFF;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0px 3px #FFFFFF inset;
          box-shadow: 0 0 0px 3px #FFFFFF inset;
  border: 0px;
}
.btn-outline-light.btn-sm {
  -webkit-box-shadow: 0 0 0px 2px #FFFFFF inset !important;
          box-shadow: 0 0 0px 2px #FFFFFF inset !important;
}
.btn-outline-light.hovered, .btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light.focus {
  color: #444343;
  background-color: #FFFFFF;
  border-color: transparent;
}

.btn-link {
  background-color: transparent;
  letter-spacing: 2px;
  font-size: 0.9rem;
  padding: 0;
}
.btn-link[class*=" border-"] {
  border-width: 0 0 1px !important;
}
.btn-link[class*=" border-"]:hover {
  padding-right: 10px;
  border-color: #28f4c1 !important;
}

.btn-search {
  padding: 25px 0px;
  background-color: transparent;
  width: 100%;
  display: block;
  text-align: right;
  border-width: 0;
}

.btn-block {
  width: 100%;
  display: block;
}

.btn-drop-start {
  top: -50px;
  position: relative;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.btn-dropped {
  top: 0px !important;
}

@-webkit-keyframes spectrum {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@keyframes spectrum {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
.active #spectrum-management #cl-1 {
  opacity: 1;
  -webkit-animation: spectrum 1s ease-in 1s infinite;
  animation: spectrum 1s ease-in 1s infinite;
}

.active #spectrum-management #cl-2 {
  opacity: 1;
  -webkit-animation: spectrum 1s ease-in .7s infinite;
  animation: spectrum 1s ease-in .7s infinite;
}

.active #spectrum-management #cl-3 {
  opacity: 1;
  -webkit-animation: spectrum 1s ease-in .9s infinite;
  animation: spectrum 1s ease-in .9s infinite;
}

.active #spectrum-management #cl-4 {
  opacity: 1;
  -webkit-animation: spectrum 1s ease-in 1.1s infinite;
  animation: spectrum 1s ease-in 1.1s infinite;
}

.active #spectrum-management #cr-4 {
  opacity: 1;
  -webkit-animation: spectrum 1s ease-in 1s infinite;
  animation: spectrum 1s ease-in 1s infinite;
}

.active #spectrum-management #cr-3 {
  opacity: 1;
  -webkit-animation: spectrum 1s ease-in .7s infinite;
  animation: spectrum 1s ease-in .7s infinite;
}

.active #spectrum-management #cr-2 {
  opacity: 1;
  -webkit-animation: spectrum 1s ease-in .9s infinite;
  animation: spectrum 1s ease-in .9s infinite;
}

.active #spectrum-management #cr-1 {
  opacity: 1;
  -webkit-animation: spectrum 1s ease-in 1.1s infinite;
  animation: spectrum 1s ease-in 1.1s infinite;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal-dialog.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}
.modal-dialog.full-height {
  height: 100%;
}

#videoModal .modal-content {
  background-image: none;
  background-color: #000000;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100%;
  pointer-events: auto;
  background-color: #444343;
  background-clip: padding-box;
  outline: 0;
  background-image: url(../images/modal-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.modal-content .close {
  padding: 1rem;
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: 1051;
  font-size: 5.3rem;
  font-family: "CeraPro-Light", "Helvetica Neue", Arial, sans-serif;
  line-height: 1;
  color: #FFFFFF;
  opacity: 0.5;
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-content .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.modal-content .close:not(:disabled):not(.disabled):hover, .modal-content .close:not(:disabled):not(.disabled):focus {
  color: #FFFFFF;
  text-decoration: none;
  opacity: 0.75;
}
.modal-content .close:hover, .modal-content .close:focus, .modal-content .close.focus {
  opacity: 1;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #E9E9E9;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

#videoModal .modal-body:before {
  height: 0;
  width: 0;
}

.modal-body {
  min-height: 100vh;
  padding: 1rem;
}
@media (max-width: 767.98px) {
  .modal-body {
    padding: 6rem 0 0 0 !important;
  }
}
@media (max-width: 767.98px) {
  .modal-body h1 {
    font-size: 1.8rem;
  }
}
.modal-body:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  opacity: 0.6;
}
@media (max-width: 1199.98px) {
  .modal-body:before {
    background-color: #212832;
  }
}
.modal-body .copy {
  position: relative;
  z-index: 2;
  padding-left: 60px;
}
@media (max-width: 991.98px) {
  .modal-body .copy {
    padding-left: 30px;
  }
}
.modal-body .photo {
  position: absolute;
  right: 60px;
  bottom: 0;
  height: auto;
  width: 60vw;
  z-index: 0;
}
@media (max-width: 1439.98px) {
  .modal-body .photo {
    right: 30px;
    height: auto;
    width: 85vw;
  }
}
@media (max-width: 1199.98px) {
  .modal-body .photo {
    width: 100vw;
  }
}
@media (max-width: 767.98px) {
  .modal-body .photo {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .modal-body .photo img {
    display: none;
  }
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #E9E9E9;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 100%;
    margin: 0;
  }
  .modal-dialog.modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog.modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-dialog.modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .modal-xxl {
    max-width: 100%;
  }
}
.header {
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  position: relative;
  z-index: 3;
}
.header.home {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 20, 40, 0.8)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(11, 20, 40, 0.8) 0%, transparent 100%);
  background-repeat: repeat-x;
}
.header.home .header-inner {
  margin: 0 auto;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.4);
}
@media (min-width: 768px) {
  .header.home .header-inner {
    min-height: 84px;
  }
}
@media (max-width: 767.98px) {
  .header.home .header-inner {
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .header.home .header-logo {
    padding: 32px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .header.home .header-logo {
    padding: 32px 0 0 0;
  }
}
@media (max-width: 991.98px) {
  .header.home .header-logo {
    padding: 30px 0 0 9px;
  }
}
@media (min-width: 992px) {
  .header.home .header-logo .nominet-logo {
    background: url("../images/nominet-logo-white.svg") no-repeat top left;
  }
}
.header.home .header-logo .st0 {
  opacity: 0.8;
  fill: #FFFFFF;
}
.header.home .header-logo .st1 {
  opacity: 0.6;
  fill: #FFFFFF;
}
.header.home .header-logo .st2 {
  opacity: 0.4;
  fill: #FFFFFF;
}
.header.home .header-logo .st3 {
  opacity: 0.2;
  fill: #FFFFFF;
}
@media (min-width: 1200px) {
  .header.home .header-nav {
    margin: 32px 0 16px 0;
  }
}
.header .header-inner {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .header .header-inner {
    min-height: 64px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .header .header-inner {
    max-width: 540px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .header .header-inner {
    max-width: 720px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .header .header-inner {
    max-width: 960px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .header .header-inner {
    max-width: 1140px;
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  .header .header-inner {
    max-width: 1380px;
  }
}
@media (min-width: 768px) {
  .header .header-inner {
    min-height: 84px;
  }
}
@media (max-width: 767.98px) {
  .header .header-inner {
    height: 80px;
  }
}
.header .header-logo {
  width: 160px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .header .header-logo {
    padding: 32px 0 0 0;
    float: left;
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .header .header-logo {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .header .header-logo {
    padding: 32px 0 0 0;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .header .header-logo {
    padding: 30px 0 0 9px;
    width: 100%;
    text-align: center;
  }
}
.header .header-logo .st0 {
  opacity: 0.8;
  fill: #006272;
}
.header .header-logo .st1 {
  opacity: 0.6;
  fill: #006272;
}
.header .header-logo .st2 {
  opacity: 0.4;
  fill: #006272;
}
.header .header-logo .st3 {
  opacity: 0.2;
  fill: #006272;
}
.header .header-logo .nominet-logo {
  display: inline-block;
  width: 160px;
  height: 24px;
  background: url("../images/nominet-logo.svg") no-repeat top left;
  background-size: 160px 24px;
  overflow: hidden;
  line-height: 100;
  z-index: 2;
  position: relative;
}
.header .header-logo svg {
  position: absolute;
  left: 49.4%;
  bottom: 21%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  opacity: 0;
  animation: out 0.1s 1 ease-in-out;
  -webkit-animation: out 0.1s 1 ease-in-out;
}
.header .header-logo div {
  width: 100%;
  height: 24px;
  animation: widthout 0.6s 1 ease-in-out;
  -webkit-animation: widthout 0.6s 1 ease-in-out;
  overflow: hidden;
}
.header .header-logo:hover {
  overflow: visible;
}
@media (min-width: 992px) {
  .header .header-logo:hover div {
    width: 25px;
    animation: widthin 0.6s 1 ease-in-out;
    -webkit-animation: widthin 0.6s 1 ease-in-out;
  }
}
@media (min-width: 992px) {
  .header .header-logo:hover svg {
    animation: in 1.3s 1 ease-in-out;
    -webkit-animation: in 1.3s 1 ease-in-out;
    opacity: 1;
  }
}

@-webkit-keyframes widthin {
  from {
    width: 100%;
  }
  to {
    width: 25px;
  }
}
@keyframes widthin {
  from {
    width: 100%;
  }
  to {
    width: 25px;
  }
}
@-webkit-keyframes widthout {
  from {
    width: 25px;
  }
  to {
    width: 100%;
  }
}
@keyframes widthout {
  from {
    width: 25px;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes in {
  from {
    -webkit-transform: translate(-50%, 50%) scale(0.8);
            transform: translate(-50%, 50%) scale(0.8);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 50%) scale(1);
            transform: translate(-50%, 50%) scale(1);
  }
}
@keyframes in {
  from {
    -webkit-transform: translate(-50%, 50%) scale(0.8);
            transform: translate(-50%, 50%) scale(0.8);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 50%) scale(1);
            transform: translate(-50%, 50%) scale(1);
  }
}
@-webkit-keyframes out {
  from {
    -webkit-transform: translate(-50%, 50%) scale(1);
            transform: translate(-50%, 50%) scale(1);
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, 50%) scale(0.8);
            transform: translate(-50%, 50%) scale(0.8);
  }
}
@keyframes out {
  from {
    -webkit-transform: translate(-50%, 50%) scale(1);
            transform: translate(-50%, 50%) scale(1);
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, 50%) scale(0.8);
            transform: translate(-50%, 50%) scale(0.8);
  }
}
@media (min-width: 992px) {
  .header-menu {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header-menu {
    position: absolute;
    top: 27px;
    left: 0;
    padding-top: 4px;
    padding-left: 0;
    /*
    * Spin
    */
  }
  .header-menu .hamburger {
    padding: 2px 15px 8px 15px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }
  .header-menu .hamburger:hover {
    opacity: 0.7;
  }
  .header-menu .hamburger-box {
    width: 22px;
    height: 16px;
    display: inline-block;
    position: relative;
  }
  .header-menu .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
  }
  .header-menu .hamburger-inner, .header-menu .hamburger-inner::before, .header-menu .hamburger-inner::after {
    width: 22px;
    height: 2px;
    background-color: #FFFFFF;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
}
@media (max-width: 991.98px) and (max-width: 1199.98px) {
  .header-menu .hamburger-inner, .header-menu .hamburger-inner::before, .header-menu .hamburger-inner::after {
    background-color: #444343;
  }
}
@media (max-width: 991.98px) {
  .header-menu .hamburger-inner::before, .header-menu .hamburger-inner::after {
    content: "";
    display: block;
  }
  .header-menu .hamburger-inner::before {
    top: -7px;
  }
  .header-menu .hamburger-inner::after {
    bottom: -7px;
  }
  .header-menu .hamburger--spin .hamburger-inner {
    -webkit-transition-duration: 0.22s;
            transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .header-menu .hamburger--spin .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  }
  .header-menu .hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .header-menu .hamburger--spin.toggle-menu-isactive .hamburger-inner {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    -webkit-transition-delay: 0.12s;
            transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header-menu .hamburger--spin.toggle-menu-isactive .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  }
  .header-menu .hamburger--spin.toggle-menu-isactive .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@media (min-width: 992px) {
  .home .header-search {
    color: #FFFFFF;
  }
}
.home.background .header-search {
  color: #444343;
}

.header-search {
  float: right;
  cursor: pointer;
  font-size: 1.5rem;
  padding-left: 30px;
  position: relative;
  z-index: 10;
  padding-top: 35px;
}
@media (max-width: 1199.98px) {
  .header-search {
    padding-top: 17px;
  }
}
@media (max-width: 991.98px) {
  .header-search {
    padding-top: 0;
    position: absolute;
    top: 30px;
    right: 15px;
  }
}
.header-search .icon-search {
  display: block;
  opacity: 1;
}
.header-search .icon-search.toggle-search-isactive {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.header-search .icon-cross {
  display: none;
  opacity: 0;
}
.header-search .icon-cross.toggle-search-isactive {
  display: block;
  color: #444343;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-search .icon-cross.toggle-search-isactive {
    margin-top: -27px;
  }
}

.searchFlyout {
  position: absolute;
  left: 0;
  top: -400px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #FFFFFF;
  width: 100%;
  z-index: 9;
  display: block;
  padding: 36px 0;
  border-bottom: 1px solid #E9E9E9;
}
.searchFlyout input[type=text] {
  padding: 15px !important;
}
.searchFlyout.search-isopen {
  top: 0;
}

.input-search {
  border: 1px solid #E9E9E9;
  position: relative;
}
.input-search input[type=text] {
  border: none !important;
}
.input-search .search-button {
  position: absolute;
  top: 18px;
  right: 5px;
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  padding-right: 10px;
}

body.menu-isopen {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
body.menu-isopen .home-header {
  background-color: #FFFFFF;
}

.grouped-link {
  padding: 20px 24px 0 0;
  margin-right: 15px;
  color: #838383;
  position: relative;
  cursor: pointer;
}
.grouped-link .activate-dropdown {
  font-size: 1.5rem;
  position: absolute;
  right: 0;
  top: 20px;
}
.grouped-link:hover {
  color: #28f4c1;
}

.context-bar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: red;
  min-width: 160px;
  right: 10px;
  top: 67px;
  padding: 15px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 299;
  background-color: #FFFFFF;
  border: 1px solid #EDEDED;
  border-top-width: 0;
}
@media (max-width: 767.98px) {
  .dropdown-content {
    right: -1px;
  }
}
.dropdown-content:empty {
  display: none !important;
}
.dropdown-content li {
  border-bottom: 3px solid transparent;
}
.dropdown-content li a {
  padding: 15px 0;
  display: block;
}
.dropdown-content li:hover {
  border-color: #28f4c1;
}
.dropdown-content li.current_page_item a {
  border-color: #28f4c1;
}

.link-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.skip-link {
  position: absolute;
  top: -9999px;
  background-color: #f7f7f7;
  -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);
  color: #21759B;
  display: block;
  font-size: 1rem;
  left: 6px;
  line-height: normal;
  padding: 15px 25px;
  text-decoration: none;
  z-index: 100000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.skip-link:focus {
  color: #21759B;
  top: 7px;
  z-index: 9999;
  -webkit-transition: top 0s;
  transition: top 0s;
}

.async-hide {
  opacity: 0 !important;
}

.footer-wrapper {
  position: relative;
  z-index: 2;
  color: #fff;
  background-color: #444343;
}
.footer-wrapper a {
  color: #FAF9F9;
}
@media (max-width: 991.98px) {
  .footer-wrapper .footer-logo {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.footer-wrapper .nominet-logo {
  display: inline-block;
  width: 160px;
  height: 24px;
  background: url("../images/nominet-wordmark.svg") no-repeat top left;
  background-size: 160px 24px;
  overflow: hidden;
  line-height: 100;
}
.footer-wrapper nav {
  border-top: 2px solid #5F5F5F;
}

.footer-menu {
  padding: 0;
  margin: 0;
}
.footer-menu > li {
  color: #28f4c1;
  letter-spacing: 0.01rem;
}
.footer-menu > li a {
  color: #28f4c1;
  display: inline-block;
  text-decoration: none;
  padding: 36px 0 10px 0;
}
@media (max-width: 767.98px) {
  .footer-menu > li a {
    font-size: 0.875rem;
  }
}
.footer-menu > li a:hover {
  text-decoration: underline;
}
.footer-menu ul,
.footer-menu li {
  list-style: none;
  padding: 0;
}
.footer-menu li ul li {
  text-transform: none;
}
.footer-menu li ul li a {
  color: #FAF9F9;
  text-decoration: none;
  font-weight: normal;
  font-family: "CeraPro-Light", "Helvetica Neue", Arial, sans-serif;
  padding: 0;
}
.footer-menu li ul li a .footer-link-description {
  color: #28f4c1;
}
.footer-menu li ul li a:hover {
  text-decoration: underline;
}
.footer-menu li:nth-child(3n+4) {
  clear: both;
}

.footer-contact {
  color: #fff;
  padding: 20px 0;
}
.footer-contact p {
  text-align: center;
  font-size: 14px;
  padding: 0px;
  margin: 0px;
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 991.98px) {
  .social-icons {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    margin-top: 3rem;
  }
}
.social-icons a {
  margin: 0 16px 0px 0;
  border: 2px solid #FFFFFF;
  display: inline-block;
  width: 60px;
  height: 60px;
  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-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .social-icons a {
    margin: 0 16px 16px 0;
  }
}
.social-icons a:hover {
  background-color: #FFFFFF;
}
.social-icons a:hover > .icon-white {
  color: #444343;
}
.social-icons a:hover .icon-twitter:before {
  background-image: url("data:image/svg+xml,%3Csvg width='1200' height='1227' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M714.163 519.284 1160.89 0h-105.86L667.137 450.887 357.328 0H0l468.492 681.821L0 1226.37h105.866l409.625-476.152 327.181 476.152H1200L714.137 519.284h.026ZM569.165 687.828l-47.468-67.894-377.686-540.24h162.604l304.797 435.991 47.468 67.894 396.2 566.721H892.476L569.165 687.854v-.026Z' fill='%23000'/%3E %3C/svg%3E");
}
.social-icons a:last-of-type {
  margin-right: 0;
}

.generator {
  background-color: #2a2a2a;
}
@media (max-width: 767.98px) {
  .generator .col-sm-12 {
    text-align: center !important;
  }
}

.copyright {
  text-align: center;
  font-family: "CeraPro-Light", "Helvetica Neue", Arial, sans-serif;
}

.back-to-top {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  background: #006272;
  z-index: 3;
  font-size: 60px;
  cursor: pointer;
  opacity: 0.4;
}
.back-to-top.invisible {
  opacity: 0;
  z-index: -1;
}
.back-to-top .icon-back-to-top {
  font-size: 2rem;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.back-to-top:hover {
  opacity: 1;
}

.no-backgroundcliptext .header-nav ul li .sub-menu-wrap .sub-menu li.domain-solutions > a {
  background-color: transparent;
  background-image: none;
  -webkit-text-fill-color: inherit;
  color: #3F3EAB;
}
.no-backgroundcliptext .header-nav ul li .sub-menu-wrap .sub-menu li.cyber-security > a {
  background-color: transparent;
  background-image: none;
  -webkit-text-fill-color: inherit;
  color: #AB2A9A;
}
.no-backgroundcliptext .header-nav ul li .sub-menu-wrap .sub-menu li.spectrum-management > a {
  background-color: transparent;
  background-image: none;
  -webkit-text-fill-color: inherit;
  color: #E73629;
}
.no-backgroundcliptext .header-nav ul li .sub-menu-wrap .sub-menu li.default > a {
  background-color: transparent;
  background-image: none;
  -webkit-text-fill-color: inherit;
  color: #006272;
}

.header-nav.subnav-active ~ .wrapper:before {
  opacity: 0.8;
}

@media (min-width: 992px) {
  .home .header-nav ul li a {
    color: #FFFFFF;
  }
}
@media (min-width: 1200px) {
  .home .header-nav ul li a {
    padding: 34px 30px;
  }
}
@media (min-width: 1200px) {
  .home .header-nav ul li.subnav-active .sub-menu-wrap {
    top: 91px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .home .header-nav ul li.subnav-active .sub-menu-wrap {
    top: 115px;
  }
}

.header-nav {
  text-align: left;
  font-family: "CeraPro-Medium", "Helvetica Neue", Arial, sans-serif;
  text-align: right;
  font-family: "CeraPro-Medium", "Helvetica Neue", Arial, sans-serif;
}
.header-nav ul {
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .header-nav ul {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.header-nav ul li {
  font-size: 1.1875rem;
}
@media (min-width: 992px) {
  .header-nav ul li {
    display: inline-block;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-nav ul li {
    display: inline-block;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .header-nav ul li {
    display: block;
    text-align: left;
  }
}
.header-nav ul li.current-menu-parent a {
  color: #28f4c1;
  border-bottom: 2px solid #28f4c1;
}
@media (max-width: 991.98px) {
  .header-nav ul li.current-menu-parent a {
    padding: 4px;
  }
}
.header-nav ul li.menu-item-depth-0.current-menu-ancestor a {
  color: #28f4c1;
  border-bottom: 2px solid #28f4c1;
}
@media (max-width: 991.98px) {
  .header-nav ul li.menu-item-depth-0.current-menu-ancestor a {
    padding: 4px;
  }
}
.header-nav ul li a {
  color: #444343;
  padding: 31px 30px;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .header-nav ul li a {
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .header-nav ul li a {
    padding: 19px;
  }
}
.header-nav ul li.subnav-active a {
  color: #0ac597;
  border-bottom: 2px solid #0ac597;
}
@media (max-width: 991.98px) {
  .header-nav ul li.subnav-active a {
    border-bottom: 0px;
  }
}
.header-nav ul li.subnav-active .sub-menu-wrap {
  background-color: #FFFFFF;
  border-top: 1px solid #E9E9E9;
  -webkit-transition: max-height 300ms ease-in-out;
  transition: max-height 300ms ease-in-out;
}
@media (min-width: 992px) {
  .header-nav ul li.subnav-active .sub-menu-wrap {
    max-height: 700px;
  }
}
@media (max-width: 991.98px) {
  .header-nav ul li.subnav-active .sub-menu-wrap {
    border-top: 0px;
  }
}
@media (min-width: 1200px) {
  .header-nav ul li.subnav-active .sub-menu-wrap {
    top: 84px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .header-nav ul li.subnav-active .sub-menu-wrap {
    top: 115px;
  }
}
.header-nav ul li .sub-menu-wrap {
  margin: 0;
}
@media (min-width: 992px) {
  .header-nav ul li .sub-menu-wrap.depth-0 {
    height: auto;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .header-nav ul li .sub-menu-wrap {
    padding: 30px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .header-nav ul li .sub-menu-wrap {
    padding: 22px 0 0 0;
  }
}
@media (min-width: 992px) {
  .header-nav ul li .sub-menu-wrap {
    position: absolute;
    top: -9999px;
    z-index: 400;
    left: 0;
    width: 100%;
    text-align: left;
    min-width: 300px;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 300ms ease-in-out;
    transition: max-height 300ms ease-in-out;
  }
}
@media (max-width: 991.98px) {
  .header-nav ul li .sub-menu-wrap {
    margin: 10px 0 20px 0;
  }
  .header-nav ul li .sub-menu-wrap ul {
    margin: 0;
  }
}
@media (max-width: 1199.98px) {
  .header-nav ul li .sub-menu-wrap .container {
    max-width: 100%;
  }
}
.header-nav ul li .sub-menu-wrap .sub-menu {
  position: relative;
  padding: 0px;
}
.header-nav ul li .sub-menu-wrap .sub-menu li {
  font-family: "CeraPro-Medium", "Helvetica Neue", Arial, sans-serif;
  vertical-align: top;
  position: relative;
}
@media (min-width: 1200px) {
  .header-nav ul li .sub-menu-wrap .sub-menu li {
    text-align: right;
  }
}
@media (max-width: 991.98px) {
  .header-nav ul li .sub-menu-wrap .sub-menu li {
    padding: 3px 15px;
  }
}
.header-nav ul li .sub-menu-wrap .sub-menu li.current-menu-item > a {
  color: #006272;
  text-decoration: underline;
}
.header-nav ul li .sub-menu-wrap .sub-menu li.domain-solutions > a {
  background-color: #28f4c1;
  background-image: -o-linear-gradient(left, #28f4c1 0%, #3F3EAB 100%);
  background: -webkit-gradient(linear, left top, right top, from(#28f4c1), to(#3F3EAB));
  background: linear-gradient(to right, #28f4c1 0%, #3F3EAB 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-nav ul li .sub-menu-wrap .sub-menu li.domain-solutions > a:hover {
  color: #006272;
  text-decoration: underline;
  background-color: transparent;
  background-image: none;
  -webkit-text-fill-color: inherit;
}
.header-nav ul li .sub-menu-wrap .sub-menu li.cyber-security > a {
  background-color: #3F3EAB;
  background-image: -o-linear-gradient(left, #3F3EAB 0%, #AB2A9A 100%);
  background: -webkit-gradient(linear, left top, right top, from(#3F3EAB), to(#AB2A9A));
  background: linear-gradient(to right, #3F3EAB 0%, #AB2A9A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-nav ul li .sub-menu-wrap .sub-menu li.cyber-security > a:hover {
  color: #006272;
  text-decoration: underline;
  background-color: transparent;
  background-image: none;
  -webkit-text-fill-color: inherit;
}
.header-nav ul li .sub-menu-wrap .sub-menu li.spectrum-management > a {
  background-color: #AB2A9A;
  background-image: -o-linear-gradient(left, #AB2A9A 0%, #FF671B 100%);
  background: -webkit-gradient(linear, left top, right top, from(#AB2A9A), to(#FF671B));
  background: linear-gradient(to right, #AB2A9A 0%, #FF671B 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-nav ul li .sub-menu-wrap .sub-menu li.spectrum-management > a:hover {
  color: #006272;
  text-decoration: underline;
  background-color: transparent;
  background-image: none;
  -webkit-text-fill-color: inherit;
}
.header-nav ul li .sub-menu-wrap .sub-menu li.default > a {
  background-color: #006272;
  background-image: -o-linear-gradient(left, #006272 0%, #28f4c1 100%);
  background: -webkit-gradient(linear, left top, right top, from(#006272), to(#28f4c1));
  background: linear-gradient(to right, #006272 0%, #28f4c1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-nav ul li .sub-menu-wrap .sub-menu li.default > a:hover {
  color: #006272;
  text-decoration: underline;
  background-color: transparent;
  background-image: none;
  -webkit-text-fill-color: inherit;
}
.header-nav ul li .sub-menu-wrap .sub-menu li a {
  padding: 15px 30px;
  color: #444343;
  border-bottom: 0px;
}
@media (max-width: 991.98px) {
  .header-nav ul li .sub-menu-wrap .sub-menu li a {
    padding: 15px 0;
  }
}
.header-nav ul li .sub-menu-wrap .sub-menu li a:hover {
  color: #006272;
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .header-nav ul li .sub-menu-wrap .sub-menu li a:hover {
    padding: 15px 0;
  }
}
.header-nav ul li .sub-menu-wrap .sub-menu li .sub-menu-wrap {
  position: relative;
  border-top: 0px;
}
@media (min-width: 1200px) {
  .header-nav ul li .sub-menu-wrap .sub-menu li .sub-menu-wrap {
    top: 5px;
    padding: 0px;
    left: 0;
    width: 100%;
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .header-nav ul li .sub-menu-wrap .sub-menu li .sub-menu-wrap {
    top: 0px;
    padding: 0px 0 22px 0;
    left: 0;
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .header-nav ul li .sub-menu-wrap .sub-menu li .sub-menu-wrap {
    margin: 0;
  }
}
.header-nav ul li .sub-menu-wrap .sub-menu li .sub-menu-wrap .sub-menu li {
  font-family: "CeraPro-Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.06875rem;
}
@media (min-width: 992px) {
  .header-nav ul li .sub-menu-wrap .sub-menu li .sub-menu-wrap .sub-menu li {
    display: block;
    padding: 7px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-nav ul li .sub-menu-wrap .sub-menu li .sub-menu-wrap .sub-menu li {
    display: block;
    padding: 7px 0;
  }
}
@media (max-width: 991.98px) {
  .header-nav ul li .sub-menu-wrap .sub-menu li .sub-menu-wrap .sub-menu li {
    display: block;
    padding: 7px 15px;
  }
}
.header-nav ul li .sub-menu-wrap .sub-menu li .sub-menu-wrap .sub-menu li.current-menu-item > a {
  color: #28f4c1;
}
@media (min-width: 1200px) {
  .header-nav ul li .sub-menu-wrap .sub-menu li .sub-menu-wrap .sub-menu li a {
    padding: 15px 30px;
  }
}
@media (max-width: 1439.98px) {
  .header-nav ul li .sub-menu-wrap .sub-menu li .sub-menu-wrap .sub-menu li a {
    padding: 15px 30px;
  }
}
@media (max-width: 991.98px) {
  .header-nav ul li .sub-menu-wrap .sub-menu li .sub-menu-wrap .sub-menu li a {
    padding: 15px 0px;
  }
}
.header-nav .sub-menu-close {
  display: none;
}
@media (min-width: 992px) {
  .header-nav .sub-menu-close {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 500;
    cursor: pointer;
  }
}
@media (min-width: 992px) {
  .header-nav {
    text-align: right;
    margin: 15px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .header-nav {
    float: right;
    margin: 28px 0 12px 0;
  }
}
@media (max-width: 991.98px) {
  .header-nav {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-top: 1px solid #28f4c1;
    position: absolute;
    left: -100%;
    bottom: 0;
    right: 0;
    top: 80px;
    width: 100%;
    height: calc(100vh - 60px);
    background: #FFFFFF;
    z-index: 300;
    overflow: auto;
  }
}
@media (max-width: 991.98px) {
  .header-nav.menu-isopen {
    left: 0;
  }
}
.header-nav ul {
  list-style: none;
  padding: 0 0 1rem;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .header-nav ul {
    margin: 20px 15px;
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  html .menu-container {
    float: left;
  }
}
html.iphone .menu-container {
  margin-bottom: 150px;
}
html.ipad .menu-container {
  margin-bottom: 60px;
}

.sectionnav-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  background: #FFFFFF;
  height: 68px;
  border-bottom: 1px solid #ededed;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .sectionnav-wrapper .container {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .sectionnav-wrapper {
    height: 66px;
  }
}
.sectionnav-wrapper.affix {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1040;
}
.sectionnav-wrapper.affix + section,
.sectionnav-wrapper.affix + .container,
.sectionnav-wrapper.affix ~ .tab-content {
  padding-top: 80px;
}
.sectionnav-wrapper.affix .subnav-logo {
  width: 50px;
  height: 50px;
  background-image: url(../images/subnav-logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 50px;
  opacity: 1;
  margin: 9px 0 0;
  -webkit-transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out 0.2s;
  transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out 0.2s;
}
.sectionnav-wrapper.affix .paddles .left-paddle {
  left: 60px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.sectionnav-wrapper.affix .link-bar.scrollableLeft:before {
  left: 105px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.sectionnav-wrapper .subnav-logo {
  height: 60px;
  width: 0px;
  -webkit-transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out 0.2s;
  transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out 0.2s;
  opacity: 0;
  overflow-x: hidden;
}

.link-bar {
  overflow-x: hidden;
  overflow-y: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.link-bar::-webkit-scrollbar {
  width: 0 !important;
  -webkit-appearance: none;
  display: none;
}
.link-bar::-webkit-scrollbar-track-piece {
  display: none;
  background-color: transparent;
  -webkit-border-radius: 6px;
}
.link-bar.scrollableLeft {
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.link-bar.scrollableLeft:before {
  position: absolute;
  left: 44px;
  width: 15px;
  top: 0;
  bottom: 0;
  background-color: #FFFFFF;
  background-image: -o-linear-gradient(left, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=1 );
  content: "";
  z-index: 2;
}
@media (max-width: 767.98px) {
  .link-bar.scrollableLeft:before {
    bottom: 1px;
  }
}
.link-bar.scrollableRight {
  position: relative;
}
.link-bar.scrollableRight:after {
  position: absolute;
  right: 44px;
  width: 15px;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=1 );
  content: "";
  z-index: 2;
}
@media (max-width: 767.98px) {
  .link-bar.scrollableRight:after {
    bottom: 1px;
  }
}

.paddles .paddle {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1.2em;
  outline: 0;
}
.paddles .left-paddle {
  left: 0px;
  border: 0px;
  background: none;
  z-index: 3;
  font-size: 1.4rem;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.paddles .right-paddle {
  right: 10px;
  border: 0px;
  background: none;
  z-index: 3;
  font-size: 1.4rem;
}
.paddles .hidden {
  visibility: hidden;
}

.safari .paddles .paddle.left-paddle {
  left: -10px !important;
}

.sectionnav {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
  margin: 0 45px;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 67px;
}
@media (max-width: 767.98px) {
  .sectionnav {
    height: 66px;
  }
}
.sectionnav::-webkit-scrollbar {
  display: none;
}
.sectionnav li {
  padding: 0px;
}
.sectionnav li.current_page_item:last-child, .sectionnav li.current-menu-item:last-child {
  border-color: transparent;
}
.sectionnav li.current_page_item a, .sectionnav li.current-menu-item a {
  border-color: #28f4c1;
  color: #006272;
}
.sectionnav li a {
  border-bottom: 4px solid transparent;
  color: #5d5d5d;
  text-decoration: none;
  display: block;
}
@media (max-width: 767.98px) {
  .sectionnav li a {
    border-bottom: 2px solid transparent;
  }
}
@media (max-width: 767.98px) {
  .sectionnav li a {
    padding: 20px 8px;
  }
}
@media (min-width: 576px) {
  .sectionnav li a {
    padding: 20px 15px;
  }
}
.sectionnav li a:hover, .sectionnav li a.active, .sectionnav li a.active {
  color: #006272;
  border-color: #28f4c1;
}
.sectionnav li a.cta {
  position: relative;
  z-index: 1;
}
.sectionnav li a.cta:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 50%;
  background-color: #28f4c1;
  content: "";
  z-index: -1;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sectionnav li a.cta:hover {
  border-color: transparent;
}
.sectionnav li a.cta:hover:after {
  background-color: #0bdea9;
}
@media (max-width: 767.98px) {
  .sectionnav li:not(:last-child) {
    margin-right: 0px;
  }
}
.sectionnav#menu-careers-menu li:last-child a, .sectionnav#menu-cyber-security-menu li:last-child a {
  position: relative;
  z-index: 1;
}
.sectionnav#menu-careers-menu li:last-child a:after, .sectionnav#menu-cyber-security-menu li:last-child a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 50%;
  background-color: #28f4c1;
  content: "";
  z-index: -1;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sectionnav#menu-careers-menu li:last-child a:hover, .sectionnav#menu-cyber-security-menu li:last-child a:hover {
  border-color: transparent;
}
.sectionnav#menu-careers-menu li:last-child a:hover:after, .sectionnav#menu-cyber-security-menu li:last-child a:hover:after {
  background-color: #0bdea9;
}
.sectionnav#menu-careers-menu li:last-child:hover, .sectionnav#menu-cyber-security-menu li:last-child:hover {
  background-color: transparent;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@media (max-width: 991.98px) {
  .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.nav.section-menu {
  border-top: 2px solid #E9E9E9;
  border-bottom: 2px solid #E9E9E9;
}
@media (max-width: 991.98px) {
  .nav.section-menu {
    border-bottom: 0px;
  }
}
.nav.section-menu .nav-link {
  border-bottom: 2px solid transparent;
  color: #838383;
}
@media (max-width: 991.98px) {
  .nav.section-menu .nav-link {
    background-color: #f1f1f1;
    border-bottom: 2px solid #E9E9E9;
  }
}
.nav.section-menu .nav-link:hover {
  color: #006272;
  border-bottom: 2px solid #28f4c1;
  background-color: #f4f4f4;
}
@media (max-width: 991.98px) {
  .nav.section-menu .nav-link:hover {
    background-color: #E9E9E9;
  }
}

.nav-link {
  display: block;
  padding: 1.5rem 2rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-items .nav-link {
  display: block;
  padding: 0px;
  margin: 0.8rem 1.3rem;
  font-family: "CeraPro-Medium", "Helvetica Neue", Arial, sans-serif;
  color: #838383 !important;
  border-bottom: 4px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}
@media (max-width: 767.98px) {
  .nav-items .nav-link {
    font-size: 0.875rem;
    width: 100%;
    border-bottom: 0px;
    padding: 10px;
    margin: 0.1rem 1.3rem;
    background-color: #fbfbfb;
  }
}
.nav-items .nav-link:hover, .nav-items .nav-link:focus {
  border-color: #28f4c1;
  color: #444343 !important;
}
@media (max-width: 767.98px) {
  .nav-items .nav-link:hover, .nav-items .nav-link:focus {
    border-color: transparent;
    background-color: #28f4c1;
  }
}
.nav-items .nav-link.disabled {
  color: #E9E9E9 !important;
  background-color: transparent;
  border-color: transparent;
}
.nav-items .nav-link.active,
.nav-items .nav-item.show .nav-link {
  color: #444343 !important;
  border-color: #28f4c1;
}
@media (max-width: 767.98px) {
  .nav-items .nav-link.active,
  .nav-items .nav-item.show .nav-link {
    border-color: transparent;
    background-color: #28f4c1;
  }
}
.nav-items.justify-content-start .nav-link:first-child {
  margin-left: 0;
}

.nav-tabs {
  background: #FFFFFF;
}
.nav-tabs .nav-link {
  display: block;
  padding: 1.3rem;
  font-family: "CeraPro-Regular", "Helvetica Neue", Arial, sans-serif;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  background-color: #fafafa;
}
.nav-tabs .nav-link.disabled {
  color: #E9E9E9;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #FFFFFF;
  background-color: #28f4c1;
  border-color: #28f4c1;
}

.tab-content .tab-pane.fading {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.tab-content .tab-pane.show {
  opacity: 1;
}
.tab-content .tab-pane h5 button {
  text-transform: none;
  font-size: 1.575rem;
  font-family: "CeraPro-Regular", "Helvetica Neue", Arial, sans-serif;
  position: relative;
  padding: 12px 40px 12px 55px;
}
@media (max-width: 767.98px) {
  .tab-content .tab-pane h5 button {
    font-size: 1.1rem;
  }
}
.tab-content .tab-pane h5 button:before {
  font-family: "icomoon";
  position: absolute;
  left: 0;
  top: 5px;
  padding-right: 1rem;
  content: "\e905";
  font-size: 2.475rem;
  color: #28f4c1;
}
.tab-content .tab-pane h5 button.collapsed:before {
  font-family: "icomoon";
  position: absolute;
  left: 0;
  top: 5px;
  padding-right: 1rem;
  content: "\e904";
  font-size: 2.475rem;
  color: #28f4c1;
}
.tab-content .tab-pane ol, .tab-content .tab-pane ul {
  margin-left: 0;
  padding-left: 0;
}
.tab-content .tab-pane .accordion .card-header {
  background-color: transparent;
  border-bottom: 1px solid #E9E9E9;
}
.tab-content .tab-pane .accordion .card-body {
  background-color: transparent;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #E9E9E9;
  min-width: 150px;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #E9E9E9;
}
.table tbody + tbody {
  border-top: 2px solid #E9E9E9;
}
.table .table {
  background-color: #f7f7f7;
}
.table .header {
  width: auto;
  background-color: transparent;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.table-bordered {
  border: 1px solid #E9E9E9;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #E9E9E9;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 1px;
  font-family: "CeraPro-Medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
}

.table .registrars {
  max-width: none;
  table-layout: fixed;
  word-wrap: break-word;
  border: 1px solid #DEE2E6;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th, .table td {
  word-break: break-word;
}

.people .person .card, .people .grid-item .card, .bullet-grid .person .card, .bullet-grid .grid-item .card {
  padding: 30px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  min-height: 275px;
  margin-bottom: 30px;
  position: relative;
}
.people .person .card a.fulllink, .people .grid-item .card a.fulllink, .bullet-grid .person .card a.fulllink, .bullet-grid .grid-item .card a.fulllink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (min-width: 576px) {
  .people .person .card, .people .grid-item .card, .bullet-grid .person .card, .bullet-grid .grid-item .card {
    min-height: 0;
    height: 510px;
  }
}
@media (min-width: 768px) {
  .people .person .card, .people .grid-item .card, .bullet-grid .person .card, .bullet-grid .grid-item .card {
    height: 330px;
  }
}
@media (min-width: 992px) {
  .people .person .card, .people .grid-item .card, .bullet-grid .person .card, .bullet-grid .grid-item .card {
    height: 290px;
  }
}
@media (min-width: 1200px) {
  .people .person .card, .people .grid-item .card, .bullet-grid .person .card, .bullet-grid .grid-item .card {
    height: 248px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .people .person .card, .people .grid-item .card, .bullet-grid .person .card, .bullet-grid .grid-item .card {
    height: 293px;
    margin-bottom: 60px;
  }
}
.people .person .card:after, .people .grid-item .card:after, .bullet-grid .person .card:after, .bullet-grid .grid-item .card:after {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background-image: linear-gradient(to bottom, transparent 0%, #000000 100%);
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: 1;
  transition: height 700ms ease-in-out;
  -moz-transition: height 700ms ease-in-out;
  -webkit-transition: height 700ms ease-in-out;
  display: block;
}
@media (max-width: 767.98px) {
  .people .person .card:after, .people .grid-item .card:after, .bullet-grid .person .card:after, .bullet-grid .grid-item .card:after {
    height: 70%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
    background-image: linear-gradient(to bottom, transparent 0%, #000000 100%);
    background-repeat: repeat-x;
  }
}
.people .person .card .card-body, .people .grid-item .card .card-body, .bullet-grid .person .card .card-body, .bullet-grid .grid-item .card .card-body {
  z-index: 1;
  position: relative;
  padding: 0;
  width: 100%;
  background: none;
  opacity: 1;
  transition: all 700ms ease-in-out;
  -moz-transition: all 700ms ease-in-out;
  -webkit-transition: all 700ms ease-in-out;
  -webkit-transform: translateY(130%);
          transform: translateY(130%);
}
@media (max-width: 1439.98px) {
  .people .person .card .card-body, .people .grid-item .card .card-body, .bullet-grid .person .card .card-body, .bullet-grid .grid-item .card .card-body {
    -webkit-transform: translateY(115%);
            transform: translateY(115%);
  }
}
@media (max-width: 991.98px) {
  .people .person .card .card-body, .people .grid-item .card .card-body, .bullet-grid .person .card .card-body, .bullet-grid .grid-item .card .card-body {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
@media (max-width: 767.98px) {
  .people .person .card .card-body, .people .grid-item .card .card-body, .bullet-grid .person .card .card-body, .bullet-grid .grid-item .card .card-body {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.people .person .card .card-body h5, .people .grid-item .card .card-body h5, .bullet-grid .person .card .card-body h5, .bullet-grid .grid-item .card .card-body h5 {
  font-size: 1.5rem;
  font-family: "CeraPro-Medium", "Helvetica Neue", Arial, sans-serif;
}
@media (max-width: 1439.98px) {
  .people .person .card .card-body h5, .people .grid-item .card .card-body h5, .bullet-grid .person .card .card-body h5, .bullet-grid .grid-item .card .card-body h5 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .people .person .card .card-body h5, .people .grid-item .card .card-body h5, .bullet-grid .person .card .card-body h5, .bullet-grid .grid-item .card .card-body h5 {
    font-size: 1.7rem;
  }
}
@media (max-width: 575.98px) {
  .people .person .card .card-body h5, .people .grid-item .card .card-body h5, .bullet-grid .person .card .card-body h5, .bullet-grid .grid-item .card .card-body h5 {
    font-size: 1.4rem;
  }
}
.people .person .card .card-body h6, .people .grid-item .card .card-body h6, .bullet-grid .person .card .card-body h6, .bullet-grid .grid-item .card .card-body h6 {
  font-size: 1rem;
  font-family: "CeraPro-Medium", "Helvetica Neue", Arial, sans-serif;
}
.people .person .card .card-body p, .people .grid-item .card .card-body p, .bullet-grid .person .card .card-body p, .bullet-grid .grid-item .card .card-body p {
  -webkit-transform: translateY(130%);
          transform: translateY(130%);
  opacity: 0;
  transition: all 700ms ease-in-out;
  -moz-transition: all 700ms ease-in-out;
  -webkit-transition: all 700ms ease-in-out;
}
@media (max-width: 1439.98px) {
  .people .person .card .card-body p, .people .grid-item .card .card-body p, .bullet-grid .person .card .card-body p, .bullet-grid .grid-item .card .card-body p {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.people .person .card .card-body a.btn-outline-light, .people .grid-item .card .card-body a.btn-outline-light, .bullet-grid .person .card .card-body a.btn-outline-light, .bullet-grid .grid-item .card .card-body a.btn-outline-light {
  opacity: 0;
  color: #FFFFFF;
  position: relative;
  z-index: 3;
}
.people .person .card .card-body a.btn-outline-light:hover, .people .person .card .card-body a.btn-outline-light:active, .people .grid-item .card .card-body a.btn-outline-light:hover, .people .grid-item .card .card-body a.btn-outline-light:active, .bullet-grid .person .card .card-body a.btn-outline-light:hover, .bullet-grid .person .card .card-body a.btn-outline-light:active, .bullet-grid .grid-item .card .card-body a.btn-outline-light:hover, .bullet-grid .grid-item .card .card-body a.btn-outline-light:active {
  color: #444343;
  background-color: #FFFFFF !important;
}
.people .person .card .card-body a.btn-outline-light:focus, .people .grid-item .card .card-body a.btn-outline-light:focus, .bullet-grid .person .card .card-body a.btn-outline-light:focus, .bullet-grid .grid-item .card .card-body a.btn-outline-light:focus {
  color: #FFFFFF;
  background-color: transparent !important;
}
.people .person .card:hover:after, .people .grid-item .card:hover:after, .bullet-grid .person .card:hover:after, .bullet-grid .grid-item .card:hover:after {
  height: 100%;
}
.people .person .card:hover .card-body, .people .grid-item .card:hover .card-body, .bullet-grid .person .card:hover .card-body, .bullet-grid .grid-item .card:hover .card-body {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.people .person .card:hover .card-body p, .people .grid-item .card:hover .card-body p, .bullet-grid .person .card:hover .card-body p, .bullet-grid .grid-item .card:hover .card-body p {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}
.people .person .card:hover .card-body a.btn-outline-light, .people .grid-item .card:hover .card-body a.btn-outline-light, .bullet-grid .person .card:hover .card-body a.btn-outline-light, .bullet-grid .grid-item .card:hover .card-body a.btn-outline-light {
  opacity: 1;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.people .person .card:hover .card-body, .people .grid-item .card:hover .card-body, .bullet-grid .person .card:hover .card-body, .bullet-grid .grid-item .card:hover .card-body {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media (max-width: 767.98px) {
  .people .person .card:hover .card-body, .people .grid-item .card:hover .card-body, .bullet-grid .person .card:hover .card-body, .bullet-grid .grid-item .card:hover .card-body {
    opacity: 1;
    -webkit-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

.bullet-grid .card {
  overflow: hidden;
  height: auto !important;
  min-height: 450px !important;
}
@media (max-width: 768px) {
  .bullet-grid .card:after {
    height: 100% !important;
  }
}
.bullet-grid .card .card-body {
  -webkit-transform: translateY(0%) !important;
          transform: translateY(0%) !important;
}
@media (min-width: 768px) {
  .bullet-grid .card .card-body {
    -webkit-transform: translateY(91%) !important;
            transform: translateY(91%) !important;
  }
}
@media (min-width: 992px) {
  .bullet-grid .card .card-body {
    -webkit-transform: translateY(101%) !important;
            transform: translateY(101%) !important;
  }
}
.bullet-grid .card:hover .card-body {
  -webkit-transform: translateY(0%) !important;
          transform: translateY(0%) !important;
}
@media (max-width: 576px) {
  .bullet-grid .card h5 {
    font-size: 2rem !important;
  }
}
.bullet-grid .card h5, .bullet-grid .card h6 {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  text-align: left !important;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .bullet-grid .card h5, .bullet-grid .card h6 {
    text-align: center !important;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .bullet-grid .card:hover h5 {
    opacity: 0;
  }
  .bullet-grid .card:hover h6 {
    opacity: 0;
  }
}
.bullet-grid ul {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
}
.bullet-grid ul li {
  background-position: 0 2px !important;
  padding-left: 30px !important;
}

.carousel-testimonials {
  height: 440px;
}
@media (max-width: 767.98px) {
  .carousel-testimonials {
    height: auto;
  }
}
.carousel-testimonials .carousel-inner {
  overflow: visible;
  height: 100%;
}
@media (max-width: 767.98px) {
  .carousel-testimonials .carousel-inner {
    overflow-x: visible;
    overflow-y: hidden;
  }
}
.carousel-testimonials .carousel-inner .carousel-item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
}
.carousel-testimonials .carousel-inner .carousel-item blockquote p img {
  max-width: 190px;
  max-height: 65px;
  margin-bottom: 20px;
}
.carousel-testimonials .carousel-inner .carousel-item blockquote h4 {
  font-family: "CeraPro-Light", "Helvetica Neue", Arial, sans-serif;
  font-size: 3rem;
  line-height: 4.3rem;
}
@media (max-width: 767.98px) {
  .carousel-testimonials .carousel-inner .carousel-item blockquote h4 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.carousel-testimonials .carousel-inner .carousel-item blockquote footer {
  padding-top: 15px;
  color: #444343 !important;
}
.carousel-testimonials .carousel-inner .carousel-item img {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.carousel-testimonials .carousel-inner .carousel-item h4 {
  -webkit-transform: translateX(140px);
          transform: translateX(140px);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.carousel-testimonials .carousel-inner .carousel-item footer {
  -webkit-transform: translateX(120px);
          transform: translateX(120px);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.carousel-testimonials .carousel-inner .carousel-item.active img {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.carousel-testimonials .carousel-inner .carousel-item.active h4 {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.carousel-testimonials .carousel-inner .carousel-item.active footer {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.carousel-testimonials .carousel-inner .carousel-item.carousel-item-next.carousel-item-left img {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.carousel-testimonials .carousel-inner .carousel-item.carousel-item-next.carousel-item-left h4 {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.carousel-testimonials .carousel-inner .carousel-item.carousel-item-next.carousel-item-left footer {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.carousel-testimonials .carousel-item-next.carousel-item-left,
.carousel-testimonials .carousel-item-prev.carousel-item-right {
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.carousel-testimonials .carousel-item-next,
.carousel-testimonials .active.carousel-item-right {
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
.carousel-testimonials .carousel-item-prev,
.carousel-testimonials .active.carousel-item-left {
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}

form ul li, form ol li {
  background-image: none !important;
  padding-left: 0 !important;
}

.ginput_container {
  margin-top: 0px !important;
}

.gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-family: "CeraPro-Medium", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: normal !important;
}

.checkbox .gfield_label {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.field-wrap {
  position: relative;
}

.ginput_container_select, .select-wrapper, .hbspt-form .input select {
  border: 1px solid #E9E9E9 !important;
  background-color: #FFFFFF;
  line-height: 2rem;
  padding: 20px;
  font-size: 1.4rem !important;
  font-family: "CeraPro-Light", "Helvetica Neue", Arial, sans-serif;
  position: relative;
}
.ginput_container_select:focus-within, .select-wrapper:focus-within, .hbspt-form .input select:focus-within {
  border-color: #28f4c1 !important;
}
@media (max-width: 991.98px) {
  .ginput_container_select, .select-wrapper, .hbspt-form .input select {
    font-size: 1rem;
  }
}
.ginput_container_select:after, .select-wrapper:after, .hbspt-form .input select:after {
  font-family: "icomoon";
  position: absolute;
  content: "\e906";
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  font-size: 1rem !important;
}
.ginput_container_select select, .select-wrapper select, .hbspt-form .input select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0px;
  background: none;
  width: 100% !important;
  position: relative;
  z-index: 2;
}
.ginput_container_select select:focus, .select-wrapper select:focus, .hbspt-form .input select select:focus {
  outline: none;
}

.page-template-custom-page-full .select-wrapper, .page-template-custom-page-full .hbspt-form .input select, .hbspt-form .input .page-template-custom-page-full select,
.page-template-custom-page-full input[type=text],
.page-template-custom-page-full input[type=email],
.page-template-custom-page-full input[type=tel],
.page-template-custom-page-full input[type=date],
.page-template-custom-page-full input[type=number],
.page-template-custom-page-full .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 10px !important;
}
.page-template-custom-page-full textarea {
  min-height: 160px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
input[type=number],
input[type=password],
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  margin-left: 0px !important;
  border: 1px solid #E9E9E9 !important;
  background-color: #FFFFFF;
  line-height: 2rem;
  padding: 20px !important;
  font-size: 1.4rem !important;
  font-family: "CeraPro-Light", "Helvetica Neue", Arial, sans-serif !important;
  width: 100% !important;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 767.98px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=date],
  input[type=number],
  input[type=password],
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 1.2rem !important;
  }
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=number]:focus,
input[type=password]:focus,
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  outline: 0;
  border-color: #28f4c1 !important;
}
input[type=text].invalid,
input[type=email].invalid,
input[type=tel].invalid,
input[type=date].invalid,
input[type=number].invalid,
input[type=password].invalid,
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).invalid {
  border-color: #E73629 !important;
}

form.protected_page_form {
  margin-bottom: 32px;
}

input.protected_page_input {
  letter-spacing: 3px;
}

.field_label {
  font-style: italic;
  margin-bottom: 0rem;
  color: #006272;
  font-weight: 300;
}

textarea {
  margin-left: 0px !important;
  border: 1px solid #E9E9E9 !important;
  background-color: #FFFFFF;
  line-height: 2rem;
  padding: 20px;
  font-size: 1.4rem !important;
  min-height: 200px;
  font-family: "CeraPro-Light", "Helvetica Neue", Arial, sans-serif;
  width: 100% !important;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
textarea:focus {
  outline: 0;
  border-color: #28f4c1 !important;
}
textarea.invalid {
  border-color: #E73629 !important;
}

.gform_validation_error input[type=text],
.gform_validation_error input[type=email],
.gform_validation_error input[type=tel],
.gform_validation_error input[type=date],
.gform_validation_error input[type=number],
.gform_validation_error textarea, .gform_validation_error.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_validation_error.gform_wrapper li.gfield_error textarea {
  border-color: #E73629 !important;
}
.gform_validation_error .validation_error {
  color: #E73629 !important;
  border-top: 1px solid #E73629 !important;
  border-bottom: 1px solid #E73629 !important;
}
.gform_validation_error .gfield_error {
  color: #E73629 !important;
  background-color: transparent !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.gform_validation_error .gfield_error .validation_message, .gform_validation_error .gfield_error .gfield_label {
  color: #E73629 !important;
}
.gform_validation_error .gfield_error .validation_message {
  padding-top: 0px !important;
  font-size: 0.9rem;
  font-family: "CeraPro-Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
}

.gform_wrapper {
  margin: 0px !important;
}
.gform_wrapper .gfield_label {
  font-style: italic;
  margin-bottom: 0rem;
}
.gform_wrapper .gfield {
  margin-bottom: 0rem;
}
.gform_wrapper .gfield:first-of-type {
  margin-top: 0px !important;
}
.gform_wrapper .gfield .gfield_label {
  color: #006272;
  font-weight: 300;
}
.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
  margin-top: 0 !important;
}
.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label {
  padding-left: 15px !important;
  padding-top: 5px !important;
}

.component-whois .form-whois input[type=text].input-whois {
  color: #444343 !important;
}
.component-whois .form-whois input[type=text].input-whois::-webkit-input-placeholder {
  color: #444343 !important;
}

.component-whois .form-whois input[type=text].input-whois:-moz-placeholder {
  color: #444343 !important;
}

.component-whois .form-whois input[type=text].input-whois::-moz-placeholder {
  color: #444343 !important;
}

.component-whois .form-whois input[type=text].input-whois:-ms-input-placeholder {
  color: #444343 !important;
}

.form-domain_lookup .btn, .form-domain_lookup .home__lookup-form button, .home__lookup-form .form-domain_lookup button, .form-domain_lookup .hbspt-form input[type=submit], .hbspt-form .form-domain_lookup input[type=submit],
.form-domain_lookup .hbspt-form input[type=button],
.hbspt-form .form-domain_lookup input[type=button],
.form-domain_lookup .hbspt-form input[id^=file]::-webkit-file-upload-button,
.hbspt-form .form-domain_lookup input[id^=file]::-webkit-file-upload-button {
  padding: 1.52rem 40px;
}

#domain-search-form .btn, #domain-search-form .home__lookup-form button, .home__lookup-form #domain-search-form button, #domain-search-form .hbspt-form input[type=submit], .hbspt-form #domain-search-form input[type=submit],
#domain-search-form .hbspt-form input[type=button],
.hbspt-form #domain-search-form input[type=button],
#domain-search-form .hbspt-form input[id^=file]::-webkit-file-upload-button,
.hbspt-form #domain-search-form input[id^=file]::-webkit-file-upload-button {
  padding: 1.52rem 40px;
}

.form-whois .btn, .form-whois .home__lookup-form button, .home__lookup-form .form-whois button, .form-whois .hbspt-form input[type=submit], .hbspt-form .form-whois input[type=submit],
.form-whois .hbspt-form input[type=button],
.hbspt-form .form-whois input[type=button],
.form-whois .hbspt-form input[id^=file]::-webkit-file-upload-button,
.hbspt-form .form-whois input[id^=file]::-webkit-file-upload-button {
  padding: 1.52rem 40px;
}

.domain-availability-wrapper .domain {
  text-align: center;
  font-size: 1.09375rem;
}
@media (min-width: 768px) {
  .domain-availability-wrapper .domain {
    text-align: left;
  }
}
.domain-availability-wrapper .domain-key {
  word-break: break-all;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .home__lookup-form button, .home__lookup-form .input-group-prepend button, .input-group-prepend .hbspt-form input[type=submit], .hbspt-form .input-group-prepend input[type=submit],
.input-group-prepend .hbspt-form input[type=button],
.hbspt-form .input-group-prepend input[type=button],
.input-group-prepend .hbspt-form input[id^=file]::-webkit-file-upload-button,
.hbspt-form .input-group-prepend input[id^=file]::-webkit-file-upload-button,
.input-group-append .btn,
.input-group-append .home__lookup-form button,
.home__lookup-form .input-group-append button,
.input-group-append .hbspt-form input[type=submit],
.hbspt-form .input-group-append input[type=submit],
.input-group-append .hbspt-form input[type=button],
.hbspt-form .input-group-append input[type=button],
.input-group-append .hbspt-form input[id^=file]::-webkit-file-upload-button,
.hbspt-form .input-group-append input[id^=file]::-webkit-file-upload-button {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .home__lookup-form button:focus, .home__lookup-form .input-group-prepend button:focus, .input-group-prepend .hbspt-form input[type=submit]:focus, .hbspt-form .input-group-prepend input[type=submit]:focus,
.input-group-prepend .hbspt-form input[type=button]:focus,
.hbspt-form .input-group-prepend input[type=button]:focus,
.input-group-prepend .hbspt-form input[id^=file]:focus::-webkit-file-upload-button,
.hbspt-form .input-group-prepend input[id^=file]:focus::-webkit-file-upload-button,
.input-group-append .btn:focus,
.input-group-append .home__lookup-form button:focus,
.home__lookup-form .input-group-append button:focus,
.input-group-append .hbspt-form input[type=submit]:focus,
.hbspt-form .input-group-append input[type=submit]:focus,
.input-group-append .hbspt-form input[type=button]:focus,
.hbspt-form .input-group-append input[type=button]:focus,
.input-group-append .hbspt-form input[id^=file]:focus::-webkit-file-upload-button,
.hbspt-form .input-group-append input[id^=file]:focus::-webkit-file-upload-button {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .home__lookup-form button + .btn, .home__lookup-form .input-group-prepend button + .btn, .input-group-prepend .home__lookup-form .btn + button, .home__lookup-form .input-group-prepend .btn + button, .input-group-prepend .home__lookup-form button + button, .home__lookup-form .input-group-prepend button + button, .input-group-prepend .hbspt-form input[type=submit] + .btn, .input-group-prepend .hbspt-form .home__lookup-form input[type=submit] + button, .home__lookup-form .input-group-prepend .hbspt-form input[type=submit] + button, .hbspt-form .input-group-prepend input[type=submit] + .btn, .hbspt-form .input-group-prepend .home__lookup-form input[type=submit] + button, .home__lookup-form .hbspt-form .input-group-prepend input[type=submit] + button,
.input-group-prepend .hbspt-form input[type=button] + .btn,
.input-group-prepend .hbspt-form .home__lookup-form input[type=button] + button,
.home__lookup-form .input-group-prepend .hbspt-form input[type=button] + button,
.hbspt-form .input-group-prepend input[type=button] + .btn,
.hbspt-form .input-group-prepend .home__lookup-form input[type=button] + button,
.home__lookup-form .hbspt-form .input-group-prepend input[type=button] + button,
.input-group-prepend .hbspt-form input[id^=file]::-webkit-file-upload-button + .btn,
.input-group-prepend .hbspt-form .home__lookup-form input[id^=file]::-webkit-file-upload-button + button,
.home__lookup-form .input-group-prepend .hbspt-form input[id^=file]::-webkit-file-upload-button + button,
.hbspt-form .input-group-prepend input[id^=file]::-webkit-file-upload-button + .btn,
.hbspt-form .input-group-prepend .home__lookup-form input[id^=file]::-webkit-file-upload-button + button,
.home__lookup-form .hbspt-form .input-group-prepend input[id^=file]::-webkit-file-upload-button + button, .input-group-prepend .hbspt-form .btn + input[type=submit], .input-group-prepend .hbspt-form .home__lookup-form button + input[type=submit], .home__lookup-form .input-group-prepend .hbspt-form button + input[type=submit], .hbspt-form .input-group-prepend .btn + input[type=submit], .hbspt-form .input-group-prepend .home__lookup-form button + input[type=submit], .home__lookup-form .hbspt-form .input-group-prepend button + input[type=submit], .input-group-prepend .hbspt-form input[type=submit] + input[type=submit], .hbspt-form .input-group-prepend input[type=submit] + input[type=submit],
.input-group-prepend .hbspt-form input[type=button] + input[type=submit],
.hbspt-form .input-group-prepend input[type=button] + input[type=submit],
.input-group-prepend .hbspt-form input[id^=file]::-webkit-file-upload-button + input[type=submit],
.hbspt-form .input-group-prepend input[id^=file]::-webkit-file-upload-button + input[type=submit],
.input-group-prepend .hbspt-form .btn + input[type=button],
.input-group-prepend .hbspt-form .home__lookup-form button + input[type=button],
.home__lookup-form .input-group-prepend .hbspt-form button + input[type=button],
.hbspt-form .input-group-prepend .btn + input[type=button],
.hbspt-form .input-group-prepend .home__lookup-form button + input[type=button],
.home__lookup-form .hbspt-form .input-group-prepend button + input[type=button],
.input-group-prepend .hbspt-form input[type=submit] + input[type=button],
.hbspt-form .input-group-prepend input[type=submit] + input[type=button],
.input-group-prepend .hbspt-form input[type=button] + input[type=button],
.hbspt-form .input-group-prepend input[type=button] + input[type=button],
.input-group-prepend .hbspt-form input[id^=file]::-webkit-file-upload-button + input[type=button],
.hbspt-form .input-group-prepend input[id^=file]::-webkit-file-upload-button + input[type=button],
.input-group-prepend .hbspt-form .btn + input[id^=file]::-webkit-file-upload-button,
.input-group-prepend .hbspt-form .home__lookup-form button + input[id^=file]::-webkit-file-upload-button,
.home__lookup-form .input-group-prepend .hbspt-form button + input[id^=file]::-webkit-file-upload-button,
.hbspt-form .input-group-prepend .btn + input[id^=file]::-webkit-file-upload-button,
.hbspt-form .input-group-prepend .home__lookup-form button + input[id^=file]::-webkit-file-upload-button,
.home__lookup-form .hbspt-form .input-group-prepend button + input[id^=file]::-webkit-file-upload-button,
.input-group-prepend .hbspt-form input[type=submit] + input[id^=file]::-webkit-file-upload-button,
.hbspt-form .input-group-prepend input[type=submit] + input[id^=file]::-webkit-file-upload-button,
.input-group-prepend .hbspt-form input[type=button] + input[id^=file]::-webkit-file-upload-button,
.hbspt-form .input-group-prepend input[type=button] + input[id^=file]::-webkit-file-upload-button,
.input-group-prepend .hbspt-form input[id^=file]::-webkit-file-upload-button + input[id^=file]::-webkit-file-upload-button,
.hbspt-form .input-group-prepend input[id^=file]::-webkit-file-upload-button + input[id^=file]::-webkit-file-upload-button,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .home__lookup-form button + .input-group-text,
.home__lookup-form .input-group-prepend button + .input-group-text,
.input-group-prepend .hbspt-form input[type=submit] + .input-group-text,
.hbspt-form .input-group-prepend input[type=submit] + .input-group-text,
.input-group-prepend .hbspt-form input[type=button] + .input-group-text,
.hbspt-form .input-group-prepend input[type=button] + .input-group-text,
.input-group-prepend .hbspt-form input[id^=file]::-webkit-file-upload-button + .input-group-text,
.hbspt-form .input-group-prepend input[id^=file]::-webkit-file-upload-button + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .home__lookup-form .input-group-text + button,
.home__lookup-form .input-group-prepend .input-group-text + button,
.input-group-prepend .hbspt-form .input-group-text + input[type=submit],
.hbspt-form .input-group-prepend .input-group-text + input[type=submit],
.input-group-prepend .hbspt-form .input-group-text + input[type=button],
.hbspt-form .input-group-prepend .input-group-text + input[type=button],
.input-group-prepend .hbspt-form .input-group-text + input[id^=file]::-webkit-file-upload-button,
.hbspt-form .input-group-prepend .input-group-text + input[id^=file]::-webkit-file-upload-button,
.input-group-append .btn + .btn,
.input-group-append .home__lookup-form button + .btn,
.home__lookup-form .input-group-append button + .btn,
.input-group-append .home__lookup-form .btn + button,
.home__lookup-form .input-group-append .btn + button,
.input-group-append .home__lookup-form button + button,
.home__lookup-form .input-group-append button + button,
.input-group-append .hbspt-form input[type=submit] + .btn,
.input-group-append .hbspt-form .home__lookup-form input[type=submit] + button,
.home__lookup-form .input-group-append .hbspt-form input[type=submit] + button,
.hbspt-form .input-group-append input[type=submit] + .btn,
.hbspt-form .input-group-append .home__lookup-form input[type=submit] + button,
.home__lookup-form .hbspt-form .input-group-append input[type=submit] + button,
.input-group-append .hbspt-form input[type=button] + .btn,
.input-group-append .hbspt-form .home__lookup-form input[type=button] + button,
.home__lookup-form .input-group-append .hbspt-form input[type=button] + button,
.hbspt-form .input-group-append input[type=button] + .btn,
.hbspt-form .input-group-append .home__lookup-form input[type=button] + button,
.home__lookup-form .hbspt-form .input-group-append input[type=button] + button,
.input-group-append .hbspt-form input[id^=file]::-webkit-file-upload-button + .btn,
.input-group-append .hbspt-form .home__lookup-form input[id^=file]::-webkit-file-upload-button + button,
.home__lookup-form .input-group-append .hbspt-form input[id^=file]::-webkit-file-upload-button + button,
.hbspt-form .input-group-append input[id^=file]::-webkit-file-upload-button + .btn,
.hbspt-form .input-group-append .home__lookup-form input[id^=file]::-webkit-file-upload-button + button,
.home__lookup-form .hbspt-form .input-group-append input[id^=file]::-webkit-file-upload-button + button,
.input-group-append .hbspt-form .btn + input[type=submit],
.input-group-append .hbspt-form .home__lookup-form button + input[type=submit],
.home__lookup-form .input-group-append .hbspt-form button + input[type=submit],
.hbspt-form .input-group-append .btn + input[type=submit],
.hbspt-form .input-group-append .home__lookup-form button + input[type=submit],
.home__lookup-form .hbspt-form .input-group-append button + input[type=submit],
.input-group-append .hbspt-form input[type=submit] + input[type=submit],
.hbspt-form .input-group-append input[type=submit] + input[type=submit],
.input-group-append .hbspt-form input[type=button] + input[type=submit],
.hbspt-form .input-group-append input[type=button] + input[type=submit],
.input-group-append .hbspt-form input[id^=file]::-webkit-file-upload-button + input[type=submit],
.hbspt-form .input-group-append input[id^=file]::-webkit-file-upload-button + input[type=submit],
.input-group-append .hbspt-form .btn + input[type=button],
.input-group-append .hbspt-form .home__lookup-form button + input[type=button],
.home__lookup-form .input-group-append .hbspt-form button + input[type=button],
.hbspt-form .input-group-append .btn + input[type=button],
.hbspt-form .input-group-append .home__lookup-form button + input[type=button],
.home__lookup-form .hbspt-form .input-group-append button + input[type=button],
.input-group-append .hbspt-form input[type=submit] + input[type=button],
.hbspt-form .input-group-append input[type=submit] + input[type=button],
.input-group-append .hbspt-form input[type=button] + input[type=button],
.hbspt-form .input-group-append input[type=button] + input[type=button],
.input-group-append .hbspt-form input[id^=file]::-webkit-file-upload-button + input[type=button],
.hbspt-form .input-group-append input[id^=file]::-webkit-file-upload-button + input[type=button],
.input-group-append .hbspt-form .btn + input[id^=file]::-webkit-file-upload-button,
.input-group-append .hbspt-form .home__lookup-form button + input[id^=file]::-webkit-file-upload-button,
.home__lookup-form .input-group-append .hbspt-form button + input[id^=file]::-webkit-file-upload-button,
.hbspt-form .input-group-append .btn + input[id^=file]::-webkit-file-upload-button,
.hbspt-form .input-group-append .home__lookup-form button + input[id^=file]::-webkit-file-upload-button,
.home__lookup-form .hbspt-form .input-group-append button + input[id^=file]::-webkit-file-upload-button,
.input-group-append .hbspt-form input[type=submit] + input[id^=file]::-webkit-file-upload-button,
.hbspt-form .input-group-append input[type=submit] + input[id^=file]::-webkit-file-upload-button,
.input-group-append .hbspt-form input[type=button] + input[id^=file]::-webkit-file-upload-button,
.hbspt-form .input-group-append input[type=button] + input[id^=file]::-webkit-file-upload-button,
.input-group-append .hbspt-form input[id^=file]::-webkit-file-upload-button + input[id^=file]::-webkit-file-upload-button,
.hbspt-form .input-group-append input[id^=file]::-webkit-file-upload-button + input[id^=file]::-webkit-file-upload-button,
.input-group-append .btn + .input-group-text,
.input-group-append .home__lookup-form button + .input-group-text,
.home__lookup-form .input-group-append button + .input-group-text,
.input-group-append .hbspt-form input[type=submit] + .input-group-text,
.hbspt-form .input-group-append input[type=submit] + .input-group-text,
.input-group-append .hbspt-form input[type=button] + .input-group-text,
.hbspt-form .input-group-append input[type=button] + .input-group-text,
.input-group-append .hbspt-form input[id^=file]::-webkit-file-upload-button + .input-group-text,
.hbspt-form .input-group-append input[id^=file]::-webkit-file-upload-button + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .home__lookup-form .input-group-text + button,
.home__lookup-form .input-group-append .input-group-text + button,
.input-group-append .hbspt-form .input-group-text + input[type=submit],
.hbspt-form .input-group-append .input-group-text + input[type=submit],
.input-group-append .hbspt-form .input-group-text + input[type=button],
.hbspt-form .input-group-append .input-group-text + input[type=button],
.input-group-append .hbspt-form .input-group-text + input[id^=file]::-webkit-file-upload-button,
.hbspt-form .input-group-append .input-group-text + input[id^=file]::-webkit-file-upload-button {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.clear-format-filter {
  opacity: 0;
}

.hbspt-form fieldset {
  max-width: 100% !important;
}
.hbspt-form label {
  font-weight: normal;
}
.hbspt-form select {
  width: 100% !important;
  padding: 10px;
  padding-right: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 1.2em auto, 100%;
}
.hbspt-form .hs-form-field {
  margin-bottom: 23px;
  position: relative;
}
.hbspt-form .hs-form-radio {
  list-style-type: none;
  display: inline-block;
  margin-right: 23px;
}
.hbspt-form .hs-form-radio input {
  margin-right: 10px;
}
.hbspt-form .inputs-list {
  margin: 23px 0;
  padding: 0;
}
.hbspt-form .hs-error-msgs {
  margin: 0;
  position: absolute;
  list-style-type: none;
  color: #ff452f;
  right: 0;
}
.hbspt-form .hs-error-msgs li {
  font-size: 13px;
}
.hbspt-form .hs-richtext {
  margin: 1em 0 3.5em;
}
.hbspt-form .hs-richtext p,
.hbspt-form .hs-richtext p span {
  background-color: transparent !important;
  font-size: 15px !important;
}
.hbspt-form .hs-form-booleancheckbox,
.hbspt-form .hs-form-checkbox,
.hbspt-form .hs-form-radio-display {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hbspt-form .hs-form-booleancheckbox label,
.hbspt-form .hs-form-checkbox label,
.hbspt-form .hs-form-radio-display label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.hbspt-form .hs-form-booleancheckbox span,
.hbspt-form .hs-form-checkbox span,
.hbspt-form .hs-form-radio-display span {
  display: inline-block;
  margin-left: 12px;
  margin-top: 6px;
}
.hbspt-form .hs-form-booleancheckbox input,
.hbspt-form .hs-form-checkbox input,
.hbspt-form .hs-form-radio-display input {
  margin-right: 23px;
}
.hbspt-form .hs-form-booleancheckbox,
.hbspt-form .hs-file {
  border: 1px solid;
  padding: 23px;
  font-size: 16px;
}
.hbspt-form .hs-form-booleancheckbox span,
.hbspt-form .hs-file span {
  max-width: 96%;
}
.hbspt-form .hs-form-booleancheckbox label {
  margin-left: 23px;
}
.hbspt-form .hs-form-booleancheckbox span {
  margin-top: 3px;
}
.hbspt-form .hs-form-booleancheckbox .inputs-list {
  margin: 0px;
}
.hbspt-form input[type=submit],
.hbspt-form input[type=button],
.hbspt-form input[id^=file]::-webkit-file-upload-button {
  color: #006272;
  border-color: #006272;
  background-color: transparent;
  text-transform: uppercase;
  min-width: 250px;
  margin: 23px 0;
}
.hbspt-form input[type=submit] {
  border: 0px !important;
}
.hbspt-form input[id^=file] {
  min-width: 50%;
}
.hbspt-form input[id^=file]::-webkit-file-upload-button {
  margin-right: 23px;
}
.hbspt-form input[type=text],
.hbspt-form input[type=textarea],
.hbspt-form input[type=number] {
  width: 100%;
  min-width: 100px;
  height: 60px;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid;
  padding: 0 18px;
  --border-color: #555;
}
.hbspt-form input.invalid, .hbspt-form input.error {
  border-color: salmon;
}
.hbspt-form input[type=checkbox],
.hbspt-form input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.hbspt-form input[type=checkbox],
.hbspt-form input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 25px !important;
  height: 25px !important;
  border: 1px solid currentColor;
  -webkit-transform: translateY(-0.075em);
          transform: translateY(-0.075em);
  display: -ms-grid;
  display: grid;
  place-content: center;
  margin-top: 6px;
}
.hbspt-form input[type=checkbox]:before,
.hbspt-form input[type=radio]:before {
  content: "";
  width: 15px;
  height: 15px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  -webkit-box-shadow: inset 1em 1em var(--form-control-color);
          box-shadow: inset 1em 1em var(--form-control-color);
  background-color: #006272;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.hbspt-form input[type=checkbox]:checked::before,
.hbspt-form input[type=radio]:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.hbspt-form input[type=checkbox]:focus,
.hbspt-form input[type=radio]:focus {
  outline: 1px solid currentColor;
  outline-offset: 1px;
}
.hbspt-form input[type=radio] {
  border-radius: 100%;
}
.hbspt-form .submitted-message {
  border: 2px solid #006272;
  padding: 20px;
  text-align: center;
  font-weight: normal;
}
.hbspt-form textarea {
  padding: 20px;
}
.hbspt-form legend {
  font-size: 1em;
}
.hbspt-form .input select {
  font-size: 1em !important;
}
.hbspt-form .hs-error-msgs {
  opacity: 0;
  -webkit-animation: fadeIn 0.3s ease-in-out forwards;
          animation: fadeIn 0.3s ease-in-out forwards;
}
.hbspt-form .hs-fieldtype-booleancheckbox .inputs-list {
  margin: 0;
}
.hbspt-form .hs-dateinput {
  position: relative;
  z-index: 1;
}
.hbspt-form .hs-dateinput:before {
  position: absolute;
  font-size: 2em;
  color: #c3c3c3;
  margin: 12px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hbspt-form .hs-dateinput input {
  padding-left: 60px !important;
}
.hbspt-form .fn-date-picker.pika-single {
  zoom: 1.5;
}
.hbspt-form .fn-date-picker .pika-button {
  border-radius: 0px;
}
.hbspt-form .fn-date-picker .pika-button:hover {
  border-radius: 0px !important;
  background-color: #006272 !important;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.hbspt-form .fn-date-picker .is-today .pika-button {
  color: #006272 !important;
}
.hbspt-form .fn-date-picker .is-today .pika-button:hover {
  color: #fff !important;
}
.hbspt-form .fn-date-picker .is-selected .pika-button {
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #006272;
  background-color: #28f4c1 !important;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}
.pagination span.dots:hover {
  color: #006272;
  background-color: #FFFFFF;
  cursor: default !important;
  border: 1px solid #E9E9E9;
}
.pagination a, .pagination span {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #006272;
  background-color: #FFFFFF;
  border: 1px solid #E9E9E9;
}
.pagination a.current, .pagination span.current {
  background-color: #e1e2e2;
  color: #939597;
}
.pagination a.current:hover, .pagination span.current:hover {
  background-color: #e1e2e2;
  color: #939597;
  cursor: default !important;
  border-color: #e1e2e2;
}
.pagination a:hover, .pagination span:hover {
  z-index: 2;
  color: #28f4c1;
  text-decoration: none;
  background-color: #006272;
  border-color: #006272;
}
.pagination a:focus, .pagination span:focus {
  z-index: 2;
  outline: 0;
}
.pagination a:not(:disabled):not(.disabled), .pagination span:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.pagination li {
  background: none !important;
  padding: 0 2px 0 !important;
}

.timeline {
  position: relative;
  overflow-y: hidden;
}
.timeline .expand {
  z-index: 4;
  position: relative;
}
.timeline:before {
  position: absolute;
  height: 3rem;
  background-color: #f7f7f7;
  width: 100%;
  float: left;
  content: "";
}
@media (max-width: 1199.98px) {
  .timeline:before {
    height: 0;
  }
}
.timeline:after {
  position: absolute;
  height: 230px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, #f7f7f7));
  background-image: linear-gradient(to bottom, transparent 0% 0%, #f7f7f7 70% 100%);
  background-repeat: repeat-x;
  width: 100%;
  bottom: 0;
  content: "";
  z-index: 3;
}
.timeline .timeline-container {
  position: relative;
  overflow: hidden;
}
.timeline .timeline-container.expanded {
  -webkit-transition: height 300ms ease-in;
  transition: height 300ms ease-in;
}
.timeline .timeline-container .stem-background {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 100%;
  background: #E9E9E9;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .timeline .timeline-container .stem-background {
    left: 0;
  }
}
.timeline .timeline-container .stem {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 0px;
  background: #E73629;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  z-index: 0;
}
@media (max-width: 1199.98px) {
  .timeline .timeline-container .stem {
    left: 0%;
  }
}
.timeline .timeline-container .stem-mask {
  position: absolute;
  width: 70px;
  top: 50px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: auto;
  background: url(../images/mask.png) repeat-y top center;
}
@media (max-width: 1199.98px) {
  .timeline .timeline-container .stem-mask {
    left: 0px;
  }
}
@media (max-width: 575.98px) {
  .timeline .timeline-container .stem-mask {
    left: 2px;
  }
}
.timeline .timeline-container .stem-mask.first {
  top: 0;
  height: 48px;
}
@media (max-width: 1199.98px) {
  .timeline .timeline-container .stem-mask.first {
    height: 100%;
  }
}
.timeline .timeline-container .stem-mask.last {
  top: auto;
  bottom: 0;
  height: 48px;
}

.post {
  position: relative;
  min-height: 100px;
}
.post.dim h3, .post.dim p, .post.dim img {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post.current h3, .post.current p, .post.current img {
  opacity: 1;
}
@media (max-width: 1199.98px) {
  .post .icons {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 1199.98px) {
  .post .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.post .icon {
  position: absolute;
  width: 0;
  height: 0;
}
.post .icon.benefits {
  background-image: url(../icons/timeline/benefits.png);
}
.post .icon.cyber-security {
  background-image: url(../icons/timeline/cyber-security.png);
}
.post .icon.domain-solutions {
  background-image: url(../icons/timeline/domain-solutions.png);
}
.post .icon.giving-back {
  background-image: url(../icons/timeline/giving-back.png);
}
.post .icon.tech-for-good {
  background-image: url(../icons/timeline/tech-for-good.png);
}
.post .icon.time-off {
  background-image: url(../icons/timeline/timeoff.png);
}
.post .icon.wellbeing {
  background-image: url(../icons/timeline/wellbeing.png);
}
.post .icon.working-here {
  background-image: url(../icons/timeline/working-here.png);
}
@media (min-width: 992px) {
  .post .icon {
    left: 10px;
  }
}
@media (min-width: 1200px) {
  .post .icon {
    left: 18px;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1440px) {
  .post .icon {
    left: 28px;
  }
}

.entry {
  margin-top: -1px;
}
.entry .stem-mask {
  position: absolute;
  width: 50px;
  top: 0px;
  bottom: 0;
  height: auto;
  background: url(../images/mask.png) repeat-y top center;
}

@media (max-width: 991.98px) {
  .home.header {
    background: #FFFFFF;
  }
}
@media (min-width: 768px) {
  .home.header.background {
    background: #FFFFFF;
  }
}
@media (min-width: 768px) {
  .home.header.background .header-nav ul li a {
    color: #444343;
  }
}
.home.header.background .nominet-logo {
  display: inline-block;
  width: 160px;
  height: 24px;
  background: url("../images/nominet-logo.svg") no-repeat top left;
  overflow: hidden;
  line-height: 100;
}

.homepage {
  background-color: #2e2a46;
  background-image: url(../images/homepage/background.jpg);
  background-repeat: no-repeat;
  background-position: center 60%;
  background-size: cover;
  position: relative;
}
@media (max-width: 991.98px) {
  .homepage {
    background-position: center left;
    padding: 20px;
  }
}
.homepage:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 115px;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(7, 10, 25, 0.8)));
  background-image: linear-gradient(to bottom, transparent 0%, rgba(7, 10, 25, 0.8) 100%);
  background-repeat: repeat-x;
}
.homepage h1 {
  font-size: 2.6rem;
  letter-spacing: 2px;
  line-height: 1;
}
@media (min-width: 768px) {
  .homepage h1 {
    font-size: 3.6rem;
    letter-spacing: 3px;
  }
}
@media (min-width: 1200px) {
  .homepage h1 {
    font-size: 4.6rem;
    letter-spacing: 4px;
  }
}
@media (min-width: 768px) {
  .homepage .services {
    padding: 0 1rem;
  }
}
.homepage .services h4 {
  font-size: inherit;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .homepage .services h4 {
    text-align: left;
  }
}
.homepage .services .service {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
  opacity: 1;
  overflow: hidden;
}
.homepage .services .service a {
  color: #FFFFFF;
  text-decoration: none;
}
.homepage .services .service:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -13px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #28f4c1;
  -webkit-transition: top 300ms ease-in-out;
  transition: top 300ms ease-in-out;
}
.homepage .services .service:hover {
  -webkit-box-shadow: inset 0 3px 0 0 #28f4c1;
          box-shadow: inset 0 3px 0 0 #28f4c1;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  opacity: 1;
}
.homepage .services .service:hover:before {
  -webkit-transition: top 300ms ease-in-out;
  transition: top 300ms ease-in-out;
  top: 3px;
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
@media (max-width: 1199.98px) {
  .homepage .services .service img {
    max-width: 75px;
  }
}
@media (max-width: 991.98px) {
  .homepage .services .service img {
    max-width: 50px;
  }
}

.hero__title-block {
  margin-top: 100px;
  margin-bottom: 50px;
}
@media (min-width: 576px) {
  .hero__title-block {
    margin-top: 130px;
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .hero__title-block {
    margin-top: 240px;
    margin-bottom: 170px;
  }
}
.home__hero-lookup {
  background: -webkit-gradient(linear, left top, left bottom, from(#0d0e1d), to(rgba(0, 0, 0, 0.9803921569)));
  background: linear-gradient(180deg, #0d0e1d, rgba(0, 0, 0, 0.9803921569));
  color: #fff;
  padding: 0px 0 30px;
}
@media (min-width: 768px) {
  .home__hero-lookup {
    padding: 70px 0 30px;
  }
}
@media (min-width: 992px) {
  .home__hero-lookup {
    padding: 100px 0 100px;
  }
}
.home__hero-lookup h3 {
  font-weight: 700;
  font-size: 27px;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .home__hero-lookup h3 {
    font-size: 2em;
  }
}

@media (min-width: 576px) {
  .homepage .container,
  .home__hero-loopkup .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .homepage .container,
  .home__hero-loopkup .container {
    max-width: 920px;
  }
}
@media (min-width: 992px) {
  .homepage .container,
  .home__hero-loopkup .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .homepage .container,
  .home__hero-loopkup .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .homepage .container,
  .home__hero-loopkup .container {
    max-width: 1380px;
  }
}

.home__lookup-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  scroll-behavior: smooth !important;
}
@media (max-width: 767.98px) {
  .home__lookup-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .home__lookup-form input[type=url] {
    margin-bottom: 23px;
  }
}
@media (min-width: 768px) {
  .home__lookup-form input[type=url] {
    width: calc(100% - 252px) !important;
  }
}
@media (min-width: 992px) {
  .home__lookup-form input[type=url] {
    width: calc(100% - 282px) !important;
  }
}
.home__lookup-form button {
  padding: 1.52rem 40px;
  -webkit-box-shadow: 0 0 0px 3px #fff inset;
          box-shadow: 0 0 0px 3px #fff inset;
  border: 0px transparent;
  text-decoration: none;
  color: #fff;
  background: transparent;
  margin-top: 23px;
}
@media (min-width: 768px) {
  .home__lookup-form button {
    max-width: 300px;
    margin-left: 15px;
    margin-top: 0;
  }
}
.home__lookup-form button:hover {
  background: #fff;
  color: #000;
}

.domain-input__warning-prompt {
  opacity: 0;
  -webkit-animation: fadeIn 0.7s ease-in-out forwards;
          animation: fadeIn 0.7s ease-in-out forwards;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.page-template-front-page .loading {
  overflow: hidden !important;
}
.page-template-front-page #preloader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: #444343;
  display: block;
}
.page-template-front-page #preloader-wrapper .preloader {
  z-index: 9999;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 300px;
  height: 300px;
}

#preloader-wrapper {
  height: 0px;
  display: none;
}

.behaviours .nav-tabs .nav-link {
  padding: 1rem;
  font-size: 1.1rem;
  border-bottom: 1px solid #28f4c1;
  color: #006272;
  text-decoration: none;
}
.behaviours .nav-tabs .nav-link.active {
  color: #006272;
}

.domain-search {
  background-color: #28f4c1;
  background-image: -o-linear-gradient(left, #28f4c1 0%, #3F3EAB 100%);
  background: -webkit-gradient(linear, left top, right top, from(#28f4c1), to(#3F3EAB));
  background: linear-gradient(to right, #28f4c1 0%, #3F3EAB 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=1 );
}

.alerts {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

.alert-dismissible .close {
  position: absolute;
  color: #006272;
  background-color: #FFFFFF;
  top: 4px;
  right: 10px;
  border: none;
  font-size: 1.5rem;
}

.alert-home-fixed {
  position: relative;
  width: 100%;
  background-color: white;
  z-index: 999999;
  text-align: center;
  padding: 10px;
}
.alert-home-fixed__title {
  padding: 10px 23px;
}
.alert-home-fixed a {
  color: #006272;
  text-decoration: none;
}

.alert-dismissible.is-cookie {
  background-color: #E9E9E9;
}
.alert-dismissible.is-cookie .close {
  background-color: #E9E9E9;
}

.login {
  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;
  background-color: #F4F4F4;
}
.login a:hover {
  color: #006272 !important;
}
.login #login {
  width: auto;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1199.98px) {
  .login #login {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991.98px) {
  .login #login {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
.login #login h1 a {
  height: 30px;
  background-size: 220px;
  width: 220px;
  margin: 0 auto 0;
}
.login #login #login_error, .login #login .message, .login #login .success {
  margin-top: 20px;
  margin-bottom: 0;
  border-left: 0;
  padding: 30px 60px;
  border-bottom: 4px solid #006272;
  text-align: center;
  font-family: "CeraPro-Medium", "Helvetica Neue", Arial, sans-serif;
}
.login #login #loginform, .login #login #lostpasswordform {
  padding: 60px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.login #login #loginform label, .login #login #lostpasswordform label {
  display: block;
  font-size: 16px;
  font-family: "CeraPro-Medium", "Helvetica Neue", Arial, sans-serif;
}
.login #login #loginform input[type=text], .login #login #loginform input[type=password], .login #login #lostpasswordform input[type=text], .login #login #lostpasswordform input[type=password] {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #FFFFFF;
  padding: 12px !important;
  margin-top: 5px;
  font-family: "CeraPro-Regular", "Helvetica Neue", Arial, sans-serif !important;
  border: 1px solid #E9E9E9 !important;
  line-height: 2rem;
}
.login #login #loginform input[type=text]:focus, .login #login #loginform input[type=password]:focus, .login #login #lostpasswordform input[type=text]:focus, .login #login #lostpasswordform input[type=password]:focus {
  border-color: #006272 !important;
}
.login #login #loginform input[type=password], .login #login #lostpasswordform input[type=password] {
  letter-spacing: 3px;
}
.login #login #loginform input[type=checkbox], .login #login #lostpasswordform input[type=checkbox] {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.login #login #loginform input[type=checkbox]:checked:before, .login #login #lostpasswordform input[type=checkbox]:checked:before {
  color: #006272;
}
.login #login #loginform input[type=checkbox]:focus, .login #login #lostpasswordform input[type=checkbox]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #006272;
}
@media (max-width: 991.98px) {
  .login #login #loginform .forgetmenot, .login #login #lostpasswordform .forgetmenot {
    margin-bottom: 10px;
  }
}
.login #login #loginform #wp-submit, .login #login #loginform #wfls-token-submit, .login #login #lostpasswordform #wp-submit, .login #login #lostpasswordform #wfls-token-submit {
  padding: 20px 35px !important;
  font-size: 16px !important;
  border-radius: 0 !important;
  height: auto !important;
  line-height: 1 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #006272 !important;
  text-shadow: none !important;
  border: 0 !important;
}
@media (max-width: 991.98px) {
  .login #login #loginform #wp-submit, .login #login #loginform #wfls-token-submit, .login #login #lostpasswordform #wp-submit, .login #login #lostpasswordform #wfls-token-submit {
    display: block !important;
    width: 100% !important;
  }
}
.login #login #loginform #wp-submit:hover, .login #login #loginform #wfls-token-submit:hover, .login #login #lostpasswordform #wp-submit:hover, .login #login #lostpasswordform #wfls-token-submit:hover {
  background-color: #00363f !important;
}
.login #login #backtoblog {
  display: none;
}

.page-template-egm figcaption {
  font-size: 1.1875rem;
}
.page-template-egm figcaption.category {
  font-size: 0.875rem;
}

#pledges img {
  max-width: 100%;
  max-height: 100px;
}
#pledges .col {
  box-shadow: 0 0 0 1px #f7f7f7 inset, rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  -webkit-box-shadow: 0 0 0 1px #f7f7f7 inset, rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
#pledges p {
  font-size: 1.1875rem;
}
#pledges span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -50px;
  max-width: 75%;
  max-height: 100px;
  color: #FFFFFF;
}

#membership-support {
  /* medium - display 2  */
  /* large - display 3 */
}
#membership-support .carousel-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 768px) {
  #membership-support .carousel-inner .carousel-item-right.active,
  #membership-support .carousel-inner .carousel-item-next {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  #membership-support .carousel-inner .carousel-item-left.active,
  #membership-support .carousel-inner .carousel-item-prev {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  #membership-support .carousel-inner .carousel-item-right.active,
  #membership-support .carousel-inner .carousel-item-next {
    -webkit-transform: translateX(33%);
            transform: translateX(33%);
  }
  #membership-support .carousel-inner .carousel-item-left.active,
  #membership-support .carousel-inner .carousel-item-prev {
    -webkit-transform: translateX(-33%);
            transform: translateX(-33%);
  }
}
@media (max-width: 768px) {
  #membership-support .carousel-inner .carousel-item > div {
    display: none;
  }
  #membership-support .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}
#membership-support .carousel-inner .carousel-item.active,
#membership-support .carousel-inner .carousel-item-next,
#membership-support .carousel-inner .carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#membership-support .carousel-inner .carousel-item-right,
#membership-support .carousel-inner .carousel-item-left {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#membership-support .logo-container {
  max-width: 200px;
  height: 100px;
}
#membership-support .logo-container .support-logo {
  max-height: 100px;
  display: block;
}
#membership-support .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 15%;
  color: #444343;
  text-align: left;
  opacity: 1;
}
#membership-support .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23444343' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
#membership-support .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 15%;
  color: #444343;
  text-align: right;
  opacity: 1;
}
#membership-support .carousel-control-next .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23444343' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

#stats .h1 {
  font-size: 5rem;
}
@media (max-width: 1199.98px) {
  #stats .h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 991.98px) {
  #stats .h1 {
    font-size: 3rem;
  }
}
#stats .h1.text-size-lg {
  font-size: 8rem;
}
@media (max-width: 1199.98px) {
  #stats .h1.text-size-lg {
    font-size: 6.5rem;
  }
}
@media (max-width: 991.98px) {
  #stats .h1.text-size-lg {
    font-size: 3rem;
  }
}
#stats .col-lg-3 {
  min-height: 350px;
}
#stats .image {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#stats .image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
}
#stats .image p {
  position: relative;
  z-index: 2;
  font-size: 1.1875rem;
}
#stats .link-logo {
  max-width: 75px;
}

.w-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}

.blockquote-footer {
  display: block;
  font-size: 100%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

#facts {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#facts:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
}

#clients img {
  max-width: 75%;
  max-height: 100px;
}
#clients p {
  font-weight: 600;
  font-size: 1.1875rem;
}

#full-width-image .full-image-cta {
  position: relative;
}
#full-width-image .full-image-cta:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
}
#full-width-image .full-image-cta h2, #full-width-image .full-image-cta p {
  position: relative;
  z-index: 1;
}

#vote-no .content img {
  max-width: 100%;
  height: auto;
}

#statistics .statistic {
  font-size: 5.5rem;
}

.theukdomain-support-centre-cta-link {
  padding: 30px;
  border: 5px solid #230D5F;
  color: #230D5F;
  text-align: center;
  position: relative;
  z-index: 1;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.theukdomain-support-centre-cta-link:after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-size: 75px;
  border-radius: 100%;
  background-color: #230D5F;
  margin: auto;
}
@media (min-width: 1200px) {
  .theukdomain-support-centre-cta-link:after {
    width: 120px;
    height: 120px;
    background-size: 86px;
    position: absolute;
    bottom: 50%;
    top: 50%;
  }
}
.theukdomain-support-centre-cta-link .ukd-cta-btn, .theukdomain-support-centre-cta-link .ukd-cta-btn--green, .theukdomain-support-centre-cta-link .ukd-cta-btn--orange, .theukdomain-support-centre-cta-link .ukd-cta-btn--pink, .theukdomain-support-centre-cta-link .ukd-cta-btn--purple {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: relative;
  padding-right: 60px;
  text-transform: none;
  padding: 12px 40px;
  margin: 0px 8px 23px;
  z-index: 2;
  font-size: 23px;
}
@media (min-width: 1200px) {
  .theukdomain-support-centre-cta-link .ukd-cta-btn, .theukdomain-support-centre-cta-link .ukd-cta-btn--green, .theukdomain-support-centre-cta-link .ukd-cta-btn--orange, .theukdomain-support-centre-cta-link .ukd-cta-btn--pink, .theukdomain-support-centre-cta-link .ukd-cta-btn--purple {
    font-size: 20px;
  }
}
.theukdomain-support-centre-cta-link .ukd-cta-btn--purple {
  background-color: #230D5F;
}
.theukdomain-support-centre-cta-link .ukd-cta-btn--purple:hover {
  background-color: #fff;
  color: #230D5F;
  border-color: #230D5F;
}
.theukdomain-support-centre-cta-link .ukd-cta-btn--pink {
  background-color: #FD5D89;
}
.theukdomain-support-centre-cta-link .ukd-cta-btn--pink:hover {
  background-color: #fff;
  color: #FD5D89;
  border-color: #FD5D89;
}
.theukdomain-support-centre-cta-link .ukd-cta-btn--orange {
  background-color: #F3B700;
}
.theukdomain-support-centre-cta-link .ukd-cta-btn--orange:hover {
  background-color: #fff;
  color: #F3B700;
  border-color: #F3B700;
}
.theukdomain-support-centre-cta-link .ukd-cta-btn--green {
  background-color: #00A6A6;
}
.theukdomain-support-centre-cta-link .ukd-cta-btn--green:hover {
  background-color: #fff;
  color: #00A6A6;
  border-color: #00A6A6;
}

.theukdomain-support-centre-cta-link:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140.107' height='110.258'%3E%3Cg data-name='Group 64'%3E%3Cg data-name='Group 34'%3E%3Cg data-name='Group 29' fill='%23fff'%3E%3Cg data-name='Group 23'%3E%3Cpath data-name='Path 104' d='M51.981 67.932q-12.508 1.874-19.453-3.223t-6.947-17.988V17.104l18.263-2.737v29.387q0 4.834 2.226 6.841t6.062 1.432a9.6 9.6 0 0 0 6.062-3.134q2.224-2.558 2.225-7.239V11.883l18.264-2.736v29.236q0 13.2-7.022 20.426t-19.68 9.123Z'/%3E%3Cpath data-name='Path 105' d='M85.623 61.815V8.106l17.956-2.691v20.1L118.85 3.124l20.872-3.128-18.724 26.131 19.107 27.521-21.407 3.209-10.513-15.458-4.6 6.291v11.432Z'/%3E%3C/g%3E%3Cg data-name='Group 24'%3E%3Cpath data-name='Path 106' d='M0 103.076V80.384l8.689-1.3q6.614-.992 10.067 1.49t3.453 7.635v.065a12.282 12.282 0 0 1-3.55 8.879q-3.55 3.661-10.229 4.661ZM8.851 85.67l-1.265.19v9.463l1.265-.189a7.712 7.712 0 0 0 4.2-1.8 4.869 4.869 0 0 0 1.508-3.759v-.065a3.587 3.587 0 0 0-1.508-3.308 6.144 6.144 0 0 0-4.2-.532Z'/%3E%3Cpath data-name='Path 107' d='M45.357 93.33a14.467 14.467 0 0 1-8.819 4.757A10.837 10.837 0 0 1 27.752 96a9.509 9.509 0 0 1-3.566-7.83v-.065a12.977 12.977 0 0 1 3.6-8.935 14.472 14.472 0 0 1 8.819-4.758 10.839 10.839 0 0 1 8.786 2.087 9.511 9.511 0 0 1 3.566 7.829v.065a12.976 12.976 0 0 1-3.6 8.937Zm-12.19-2.955a3.817 3.817 0 0 0 3.437.992 5.1 5.1 0 0 0 3.4-2 6.017 6.017 0 0 0 1.3-3.76v-.069a4.581 4.581 0 0 0-1.33-3.416 3.82 3.82 0 0 0-3.437-.993 5.1 5.1 0 0 0-3.4 2 6.017 6.017 0 0 0-1.3 3.761v.065a4.577 4.577 0 0 0 1.33 3.42Z'/%3E%3Cpath data-name='Path 108' d='M51.089 95.421V72.729L59 71.543l4.863 7.246 4.863-8.7 7.911-1.185v22.692l-7.554 1.132V81.476l-5.22 8.854-.13.02-5.22-7.29v11.249Z'/%3E%3Cpath data-name='Path 109' d='m78.255 91.354 9.564-24.288 7.522-1.127 9.565 21.421-8.235 1.234-1.2-2.867-7.943 1.19-1.167 3.222Zm11.185-10.1 4.15-.622-2.075-5.2Z'/%3E%3Cpath data-name='Path 110' d='M106.549 87.111V64.419l7.587-1.137v22.692Z'/%3E%3Cpath data-name='Path 111' d='M117.306 85.499V62.807l7.1-1.064 8.073 8.807V60.531l7.522-1.127v22.692l-6.744 1.011-8.429-9.208V84.37Z'/%3E%3C/g%3E%3Cg data-name='Group 27'%3E%3Cg data-name='Group 25'%3E%3Cpath data-name='Path 112' d='M77.201 95.71a1.212 1.212 0 0 0-1 1.148v4.415a.509.509 0 0 1-.886.4l-5.389-4.567a.869.869 0 0 0-.7-.189 1.212 1.212 0 0 0-1 1.148v7.972a.841.841 0 0 0 1 .846 1.211 1.211 0 0 0 1-1.147v-4.309c0-.546.439-.889.891-.506l5.384 4.564a.873.873 0 0 0 .7.19 1.212 1.212 0 0 0 1-1.148v-7.972a.84.84 0 0 0-1-.845Z'/%3E%3Cpath data-name='Path 113' d='M118.186 89.498a1.212 1.212 0 0 0-1 1.148v4.415a.509.509 0 0 1-.886.4l-5.39-4.564a.868.868 0 0 0-.7-.19 1.212 1.212 0 0 0-1 1.148v7.972a.84.84 0 0 0 1 .846 1.211 1.211 0 0 0 1-1.147v-4.309c0-.546.439-.889.891-.506l5.384 4.564a.873.873 0 0 0 .7.19 1.213 1.213 0 0 0 1-1.148v-7.972a.841.841 0 0 0-.999-.847Z'/%3E%3Cpath data-name='Path 114' d='M101.678 92a1.181 1.181 0 0 0-.7.4l-3.241 3.731a.95.95 0 0 1-.535.359.675.675 0 0 1-.536-.2l-3.24-2.748a.869.869 0 0 0-.7-.19 1.213 1.213 0 0 0-1 1.148v7.972a.841.841 0 0 0 1 .846 1.211 1.211 0 0 0 1-1.147v-4.309c0-.547.439-.889.891-.506l1.895 1.607a.825.825 0 0 0 .7.2 1.122 1.122 0 0 0 .7-.408l1.9-2.181c.452-.521.891-.311.891.236v4.311a.84.84 0 0 0 1 .845 1.211 1.211 0 0 0 1-1.147v-7.972a.841.841 0 0 0-1.025-.847Z'/%3E%3Cpath data-name='Path 115' d='M105.947 91.353a1.212 1.212 0 0 0-1 1.148v7.972a.841.841 0 0 0 1 .846 1.213 1.213 0 0 0 1-1.148v-7.972a.84.84 0 0 0-1-.846Z'/%3E%3Cpath data-name='Path 116' d='M84.961 94.534a6.011 6.011 0 0 0-4.982 5.738 4.178 4.178 0 0 0 4.982 4.227 6.011 6.011 0 0 0 4.983-5.738 4.178 4.178 0 0 0-4.983-4.227Zm0 8.033a2.531 2.531 0 0 1-2.988-2.6 3.642 3.642 0 0 1 2.988-3.5 2.531 2.531 0 0 1 2.989 2.6 3.642 3.642 0 0 1-2.989 3.5Z'/%3E%3Cpath data-name='Path 117' d='m138.963 86.399-7.255 1.1a1.211 1.211 0 0 0-1 1.147.841.841 0 0 0 1 .846l1.928-.292a.539.539 0 0 1 .7.591v6.227a.841.841 0 0 0 1 .846 1.213 1.213 0 0 0 1-1.148v-6.227a.757.757 0 0 1 .7-.8l1.928-.292a1.212 1.212 0 0 0 1-1.147.842.842 0 0 0-1.001-.851Z'/%3E%3Cpath data-name='Path 118' d='m124.111 90.644 4.456-.676a1.212 1.212 0 0 0 1-1.147.842.842 0 0 0-1-.847l-6.115.927a1.218 1.218 0 0 0-.992 1.044h-.006v7.973a.841.841 0 0 0 1 .846l6.115-.927a1.212 1.212 0 0 0 1-1.147.842.842 0 0 0-1-.846l-4.456.675c-.438.066-.663-.115-.663-.568v-.606a.7.7 0 0 1 .663-.768l3.463-.525a1.212 1.212 0 0 0 1-1.147.842.842 0 0 0-1-.847l-3.463.525c-.438.067-.663-.114-.663-.568v-.606a.7.7 0 0 1 .661-.765Z'/%3E%3C/g%3E%3Cg data-name='Group 26'%3E%3Cpath data-name='Path 119' d='M52.911 108.582v.793l-1.722.261v-8.266l1.722-.261v3.069a2.684 2.684 0 0 1 1.891-1.272c1.415-.215 2.763.691 2.763 2.718v.022a3.412 3.412 0 0 1-2.763 3.556 2.007 2.007 0 0 1-1.891-.62Zm2.933-2.675v-.025a1.3 1.3 0 0 0-1.483-1.451 1.849 1.849 0 0 0-1.472 1.9v.023c0 1.008.668 1.575 1.472 1.453a1.851 1.851 0 0 0 1.482-1.904Z'/%3E%3Cpath data-name='Path 120' d='m57.962 110.033.578-1.333a1.419 1.419 0 0 0 .736.126.694.694 0 0 0 .6-.488l-2.378-5.732 1.823-.276 1.381 3.924 1.325-4.334 1.789-.271-2.333 6.571c-.464 1.3-.962 1.844-1.993 2a2.608 2.608 0 0 1-1.528-.187Z'/%3E%3C/g%3E%3C/g%3E%3Cg data-name='Group 28'%3E%3Cpath data-name='Path 121' d='m17.895 66.796-12.732 1.8v5.224l-5.021.71V58.148l5.021-.71v5.224l12.732-1.8Z'/%3E%3Cpath data-name='Path 122' d='M17.895 53.487.142 55.998v-5.934l6.265-.886V43.75l-6.265.886v-5.935l17.753-2.511v5.935l-6.366.9v5.427l6.366-.9Z'/%3E%3Cpath data-name='Path 123' d='M17.895 33.556.142 36.068V20.926l4.869-.689v9.308l1.8-.255v-8.675l4.286-.606v8.674l1.928-.273v-9.435l4.87-.689Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}