@charset "UTF-8";
html[data-useragent*="MSIE 10.0"] .service .purple-overlay, html[data-useragent*="MSIE 9.0"] .service .purple-overlay, html[data-useragent*="rv:11.0"] .service .purple-overlay {
  display: block;
}

@media screen and (orientation: portrait) {
  html[data-useragent*=iPhone] .mobile-nav-menu {
    padding-bottom: 54px;
  }
}

/* Fonts */
/* bootstrap sizes */
html {
  font-family: "SharpSans", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
}

body {
  font-family: "SharpSans", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.6666;
  letter-spacing: 0.02em;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  text-transform: uppercase;
  line-height: 1.15;
  letter-spacing: 0;
}

h1,
.h1 {
  font-size: 8.8rem;
  font-family: korolev-condensed, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.35em;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  h1,
.h1 {
    font-size: 5.5rem;
  }
}

h2,
.h2 {
  font-size: 5.8rem;
  margin-bottom: 0.3em;
  font-family: korolev-condensed, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 991px) {
  h2,
.h2 {
    font-size: 3.8rem;
  }
}

h3,
.h3 {
  font-size: 2rem;
  letter-spacing: 0.06em;
  margin-bottom: 1.3em;
  font-family: "SharpSans", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 991px) {
  h3,
.h3 {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
}

h4,
.h4 {
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 0.9em;
  font-family: korolev-condensed, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 991px) {
  h4,
.h4 {
    font-size: 2.6rem;
  }
}

h5,
.h5 {
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  h5,
.h5 {
    font-size: 1.6rem;
  }
}

h6 {
  font-size: 1rem;
}

.large {
  font-size: 2rem;
}

.small {
  font-size: 1.4rem;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* global */
.dropdown.nav-item a.dropdown-toggle:after {
  font-family: fontawesome;
  content: "";
  margin-left: 5px;
}

.dropdown.nav-item.open a.dropdown-toggle:after {
  font-family: fontawesome;
  content: "";
  margin-left: 5px;
}

a {
  transition: all 0.3s ease;
  color: #646db8;
}
a:hover, a:active, a:focus {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .mobile-one {
    order: 1;
  }

  .mobile-two {
    order: 2;
  }
}
body {
  background: #000000;
  color: #ffffff;
}

.main-content {
  background: #101010;
  margin-top: -43px;
}
@media screen and (max-width: 767px) {
  .main-content {
    margin-top: 0;
  }
}

.navBanner .main-content {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .navBanner .main-content {
    margin-top: 120px;
  }
}

img,
video {
  max-width: 100%;
  height: auto;
}
img.overflow,
video.overflow {
  max-width: auto;
}

.btn:focus,
button:focus {
  outline-color: #9ea4d2 !important;
}

.btn {
  font-size: 1.8rem;
  line-height: 1;
  background: #ffffff;
  border: none;
  color: #2b379e;
  text-transform: uppercase;
  padding: 12px 22px;
  border-radius: 0;
  letter-spacing: 0.02em;
  transition: all 0.3s linear;
}
.btn:hover, .btn:active, .btn:focus {
  color: #ffffff;
  background: #202973;
  border: none;
}
.btn.btn-blue {
  background: linear-gradient(135deg, #646db8 0%, #2b379e 70%);
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.btn.btn-blue:before {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(135deg, #2b379e 0%, #646db8 70%);
  z-index: -100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s linear;
}
.btn.btn-blue:hover, .btn.btn-blue:active, .btn.btn-blue:focus {
  color: #ffffff;
}
.btn.btn-blue:hover:before, .btn.btn-blue:active:before, .btn.btn-blue:focus:before {
  opacity: 1;
}

.page-template-default .main-content > .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.page-template-default .row-title,
.page-template-default .row-content {
  margin-bottom: 60px;
}

.learn-more {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  display: block;
}
.learn-more a {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
}
.learn-more a:hover {
  color: #fff;
  text-decoration: none;
}
.learn-more span.arrow {
  background-image: url(../images/down-arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 66px;
  margin: 4px auto 0;
  display: block;
  animation: mover 1s infinite alternate;
}
@media (max-width: 575px) {
  .learn-more a {
    font-size: 16px;
  }
  .learn-more span.arrow {
    width: 10px;
    height: 47px;
  }
}

.hero.has-learn-more {
  overflow: visible;
}

.wsp-container li a {
  color: #ffffff;
}
.wsp-container li a:hover, .wsp-container li a:focus, .wsp-container li a:active {
  color: #646db8;
}

.modal.video-modal .modal-dialog {
  width: 100%;
  max-width: none;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
.modal.video-modal .modal-content {
  background: #000000;
}
.modal.video-modal .modal-body {
  padding: 0;
}
.modal.video-modal button.close {
  font-size: 6rem;
  color: #ffffff;
  text-shadow: 0 0 4px #000000;
  position: absolute;
  right: 20px;
  top: 10px;
  line-height: 1;
  font-weight: 400;
  opacity: 1;
  cursor: pointer;
  z-index: 3;
  transition: all 0.2 linear;
  padding: 0 10px;
}
.modal.video-modal button.close:hover {
  color: #9ea4d2;
}

.anim-1 {
  transition-delay: 0.25s !important;
}

.anim-2 {
  transition-delay: 0.4s !important;
}

.anim-3 {
  transition-delay: 0.55s !important;
}

.anim-4 {
  transition-delay: 1s !important;
}

.scrollTrigger .anim-right,
.scrollTrigger .anim-left,
.scrollTrigger .anim-down,
.scrollTrigger .anim-up,
.scrollTrigger .learn-more,
.scrollTriggerHero .anim-right,
.scrollTriggerHero .anim-left,
.scrollTriggerHero .anim-down,
.scrollTriggerHero .anim-up,
.scrollTriggerHero .learn-more,
.slide-trigger .anim-right,
.slide-trigger .anim-left,
.slide-trigger .anim-down,
.slide-trigger .anim-up,
.slide-trigger .learn-more {
  opacity: 0;
  transition: all 1500ms cubic-bezier(0.015, 0.585, 0.225, 0.965);
  transition-timing-function: cubic-bezier(0.015, 0.585, 0.225, 0.965);
}
.scrollTrigger .anim-right,
.scrollTriggerHero .anim-right,
.slide-trigger .anim-right {
  transform: translateX(20rem);
}
.scrollTrigger .anim-left,
.scrollTriggerHero .anim-left,
.slide-trigger .anim-left {
  transform: translateX(-20rem);
}
.scrollTrigger .anim-down,
.scrollTriggerHero .anim-down,
.slide-trigger .anim-down {
  transform: translateY(-5rem);
}
.scrollTrigger .anim-up,
.scrollTriggerHero .anim-up,
.slide-trigger .anim-up {
  transform: translateY(5rem);
}
.scrollTrigger .learn-more,
.scrollTriggerHero .learn-more,
.slide-trigger .learn-more {
  transform: translate(-50%, 5rem);
}
.scrollTrigger .anim-headline:before,
.scrollTriggerHero .anim-headline:before,
.slide-trigger .anim-headline:before {
  width: 0 !important;
  transition-delay: 1s;
}
.scrollTrigger.animate .anim-left,
.scrollTrigger.animate .anim-right,
.scrollTrigger.animate .anim-down,
.scrollTrigger.animate .anim-up,
.scrollTriggerHero.animate .anim-left,
.scrollTriggerHero.animate .anim-right,
.scrollTriggerHero.animate .anim-down,
.scrollTriggerHero.animate .anim-up,
.slide-trigger.animate .anim-left,
.slide-trigger.animate .anim-right,
.slide-trigger.animate .anim-down,
.slide-trigger.animate .anim-up {
  transform: translate(0, 0) scale(1);
  opacity: 1;
}
.scrollTrigger.animate .learn-more,
.scrollTriggerHero.animate .learn-more,
.slide-trigger.animate .learn-more {
  transform: translate(-50%, 50%) scale(1);
  opacity: 1;
}
.scrollTrigger.animate .anim-headline:before,
.scrollTriggerHero.animate .anim-headline:before,
.slide-trigger.animate .anim-headline:before {
  width: calc(100% + 2px) !important;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(6px);
  }
}
.hamburger {
  padding: 10px 10px 4px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger:focus {
  outline: none;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #2b379e;
}

.hamburger-box {
  width: 36px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 36px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.comment-nav ul {
  list-style-type: none;
}
.comment-nav ul li {
  display: inline;
}

#login h1 a, .login h1 a {
  background-image: url(https://d78cb1a23aa0803f8ae9-9c5ddb37bcf4c875c23149623eded2de.ssl.cf2.rackcdn.com/LAUNCH_full_dark.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  color: #444;
  height: 100px;
  font-size: 20px;
  line-height: 100%;
  margin: 0 auto 25px;
  padding: 0;
  width: 80%;
}

.wp-core-ui .button-primary {
  background: #C9342D;
  border-color: #C9342D;
  border-bottom-color: #b5251f;
  box-shadow: 0 1px 0 #b5251f;
  text-shadow: 0 -1px #b5251f, 0 -1px #b5251f, 0 -1px #b5251f, 0 -1px #b5251f;
}

.page-section {
  padding: 16rem 0;
  position: relative;
}
.page-section .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
}
.page-section .background .bg-vid,
.page-section .background .bg-img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-section .container {
  z-index: 1;
  position: relative;
}
.page-section .col-text {
  position: relative;
  z-index: 2;
}
.page-section .col-text .btn {
  margin-top: 30px;
}
.page-section .col-video {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (max-width: 991px) {
  .page-section .col-video {
    margin-top: 6rem;
  }
}
.page-section .col-video.mobile-vid .video.mobile-vid,
.page-section .col-video.mobile-vid .image.mobile-vid {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-section .col-video.mobile-vid .video,
.page-section .col-video.mobile-vid .image {
    display: none;
  }
  .page-section .col-video.mobile-vid .video.mobile-vid,
.page-section .col-video.mobile-vid .image.mobile-vid {
    display: block;
  }
}
.page-section h3 {
  display: inline-block;
  position: relative;
}
.page-section h3:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  width: calc(100% + 4px);
  bottom: 0px;
  height: 10px;
  background: #2b379e;
  z-index: -1;
  transition: all 1s 0.5s;
}
@media (max-width: 991px) {
  .page-section h3 {
    display: inline-block;
    position: relative;
  }
  .page-section h3:before {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    width: calc(100% + 4px);
    bottom: 1px;
    height: 7px;
    background: #2b379e;
    z-index: -1;
    transition: all 1s 0.5s;
  }
}
.page-section.hide-title h3.anim-headline {
  display: none;
}
.page-section.classic-content {
  background: #000000;
}
.page-section.full-width {
  text-align: center;
}
.page-section.full-width .background.mobile-bg .bg-img.mobile-bg,
.page-section.full-width .background.mobile-bg .bg-vid.mobile-bg {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-section.full-width .background.mobile-bg .bg-img,
.page-section.full-width .background.mobile-bg .bg-vid {
    display: none;
  }
  .page-section.full-width .background.mobile-bg .bg-img.mobile-bg,
.page-section.full-width .background.mobile-bg .bg-vid.mobile-bg {
    display: block;
  }
}
.page-section.full-cracked {
  margin-top: 4rem;
}
.page-section.full-cracked .row-cracked {
  margin-top: 10rem;
}
.page-section.full-cracked .row-cracked h2 {
  margin-bottom: 0.1em;
}
.page-section.full-cracked .tenXfirepower {
  margin-bottom: -12px;
  position: relative;
  z-index: 1;
}
.page-section.full-cracked .tvScreen {
  position: relative;
  z-index: 10;
  width: 660px;
  max-width: 98%;
}
.page-section.full-cracked .tvScreen .bg-vid,
.page-section.full-cracked .tvScreen .bg-img {
  padding: 1.6%;
}
.page-section.full-cracked .tenXstats {
  margin-top: 4.2rem;
}
.page-section.full-cracked .background {
  height: 680px;
}
.page-section.full-cracked .background:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(16, 16, 16, 0.4);
  z-index: 5;
}
@media screen and (max-width: 991px) {
  .page-section.full-cracked .tenXfirepower {
    margin-bottom: -5px;
  }
}
@media screen and (max-width: 767px) {
  .page-section.full-cracked .tenXstats {
    margin-top: 3.2rem;
  }
  .page-section.full-cracked .background {
    margin-top: 14rem;
    height: 600px;
  }
}
@media screen and (max-width: 480px) {
  .page-section.full-cracked .background {
    margin-top: 37rem;
    height: 460px;
  }
  .page-section.full-cracked .row-cracked {
    margin-top: 14rem;
  }
}
.page-section.full-advertising p {
  line-height: 1.8;
}
.page-section.full-advertising p .btn {
  margin: 0 10px;
  padding: 6px 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
.page-section.full-advertising .screenGroup {
  margin-top: 6rem;
  margin-bottom: 6rem;
  position: relative;
  text-align: center;
}
.page-section.full-advertising .screenGroup .tvScreen {
  width: 72%;
  margin-bottom: 8%;
  z-index: 1;
}
.page-section.full-advertising .screenGroup .tvScreen .bg-vid {
  padding: 1.4%;
}
.page-section.full-advertising .screenGroup .laptopScreen {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48%;
  z-index: 2;
}
.page-section.full-advertising .screenGroup .laptopScreen .bg-vid {
  margin: 3.5% 12% 0% 12%;
  width: calc(100% - 24%);
}
.page-section.full-advertising .screenGroup .mobileScreen {
  width: 6%;
  position: absolute;
  bottom: 20px;
  right: calc(23% + 30px);
  z-index: 2;
  overflow: hidden;
}
.page-section.full-advertising .screenGroup .mobileScreen .bg-vid {
  margin: 4.5% 3% 0% 3%;
  width: calc(100% - 6%);
  border-radius: 5%;
}
.page-section.full-advertising .screenGroup .tabletScreen {
  width: 23%;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
}
.page-section.full-advertising .screenGroup .tabletScreen .bg-vid {
  margin: 2.5% 2% 0% 2%;
  width: calc(100% - 4%);
}
.page-section.full-advertising .background {
  margin-top: 60px;
  height: 700px;
}
@media screen and (max-width: 991px) {
  .page-section.full-advertising .background {
    height: 550px;
  }
}
@media screen and (max-width: 767px) {
  .page-section.full-advertising .background {
    height: 500px;
  }
}
.page-section.full-future {
  padding-bottom: 0;
}
.page-section.full-future h3 {
  margin-bottom: 0.4em;
}
.page-section.full-future h3 .logo {
  margin-bottom: 2.8rem;
}
.page-section.full-future h3:before {
  display: none;
}
.page-section.full-future h2 {
  display: inline-block;
  position: relative;
}
.page-section.full-future h2:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  width: calc(100% + 4px);
  bottom: 9px;
  height: 7px;
  background: #2b379e;
  z-index: -1;
  transition: all 1s 0.5s;
}
.page-section.full-future .scrollTrigger .anim-headline:before {
  width: 0px;
  transition-delay: 1.5s;
}
.page-section.full-future .scrollTrigger.animate .anim-headline:before {
  width: calc(100% + 2px);
}
.page-section.full-future .background {
  position: relative;
  margin-top: -140px;
  margin-bottom: -20px;
}
.page-section.full-future .background .overlay-top-lg {
  background: linear-gradient(to bottom, #101010 0%, rgba(16, 16, 16, 0.6) 20%, rgba(16, 16, 16, 0.1) 40%, rgba(16, 16, 16, 0) 100%);
}
.page-section.full-future .background .overlay-bottom-lg:after {
  display: none;
}
@media (max-width: 991px) {
  .page-section.full-future h2 {
    display: inline-block;
    position: relative;
  }
  .page-section.full-future h2:before {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    width: calc(100% + 4px);
    bottom: 5px;
    height: 5px;
    background: #2b379e;
    z-index: -1;
    transition: all 1s 0.5s;
  }
}
@media screen and (max-width: 767px) {
  .page-section.full-future .anim-headline:before {
    display: none !important;
  }
  .page-section.full-future .background {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.page-section.padded-video .col-video video {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .page-section.padded-video .col-video video {
    padding-left: 0;
  }
}
.page-section.dim-video .col-video:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  pointer-events: none;
  background: rgba(16, 16, 16, 0.25);
}
@media screen and (max-width: 767px) {
  .page-section.mobile-video-no-top-margin .col-video {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .page-section.left-over .col-video {
    margin-left: -8.33334%;
    padding-left: 0px;
  }
  .page-section.left-over .col-video:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    pointer-events: none;
    background: linear-gradient(to right, #101010 0%, rgba(16, 16, 16, 0.6) 30%, rgba(16, 16, 16, 0.1) 40%, rgba(16, 16, 16, 0) 100%);
  }
  .page-section.left-over .col-video video {
    z-index: 1;
  }
}
.page-section.left-iphone .mobileScreen {
  width: 280px;
  max-width: 96%;
}
.page-section.left-iphone .mobileScreen video {
  margin: 4.5% 4% 0% 4%;
  width: calc(100% - 8%);
}
@media (min-width: 768px) {
  .page-section.right-over .col-video, .page-section.right-over-full .col-video {
    margin-right: -8.33334%;
    padding-right: 0;
  }
  .page-section.right-over .col-video:before, .page-section.right-over-full .col-video:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    pointer-events: none;
    background: linear-gradient(to left, #101010 0%, rgba(16, 16, 16, 0.6) 30%, rgba(16, 16, 16, 0.1) 40%, rgba(16, 16, 16, 0) 100%);
  }
  .page-section.right-over .col-video video, .page-section.right-over-full .col-video video {
    z-index: 1;
  }
}
.page-section.right-over-full .col-text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.page-section.right-over-full .background {
  margin-right: 46%;
  top: 50%;
  transform: translate(0, -50%);
}
.page-section.right-over-full .background .bg-img,
.page-section.right-over-full .background .bg-vid {
  object-fit: cover;
  object-position: right center;
}
@media (max-width: 1199px) {
  .page-section.right-over-full .background {
    margin-right: 38%;
  }
}
@media (max-width: 991px) {
  .page-section.right-over-full .background {
    margin-right: 38%;
  }
}
@media (max-width: 767px) {
  .page-section.right-over-full .col-text {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-section.right-over-full .background {
    position: relative;
    margin: 0;
    top: 0;
    transform: translate(0, 0);
  }
}
.page-section #tvVSfuel {
  width: 780px;
  max-width: 100%;
  margin: 6rem auto 0;
}
.page-section #tvVSfuel .market {
  background: #2b379e;
  padding: 10px 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-family: korolev-condensed, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.8rem;
  width: 210px;
  max-width: 100%;
  margin: 0 auto 0;
}
.page-section #tvVSfuel .market.top {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (max-width: 991px) {
  .page-section #tvVSfuel .market {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .page-section #tvVSfuel .market {
    font-size: 1.4rem;
  }
}
.page-section .table {
  width: 100%;
  text-align: center;
  background: #191919;
  border: 1px solid #282828;
  border-radius: 5px;
  padding: 0 40px;
  margin: 0;
  font-family: korolev-condensed, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: table;
}
.page-section .table .row {
  padding: 20px;
  margin: 0;
  border-bottom: 1px solid #303030;
  color: #8a8a8a;
  font-size: 3.4rem;
  align-items: center;
  line-height: 1;
}
.page-section .table .row > div {
  width: 28%;
}
.page-section .table .row > div:nth-of-type(2n) {
  width: 44%;
}
.page-section .table .row > div.key {
  color: #ffffff;
  font-size: 2.3rem;
  text-transform: uppercase;
}
.page-section .table .row > div span.anim-headline {
  display: inline-block;
  color: #ffffff;
  font-size: 4.8rem;
  z-index: 2;
  display: inline-block;
  position: relative;
}
.page-section .table .row > div span.anim-headline:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  width: calc(100% + 4px);
  bottom: 0px;
  height: 10px;
  background: #2b379e;
  z-index: -1;
  transition: all 1s 0.5s;
}
.page-section .table .row > div span.anim-headline:before {
  transition-delay: 1.6s;
}
@media (max-width: 991px) {
  .page-section .table .row > div span.anim-headline {
    display: inline-block;
    position: relative;
  }
  .page-section .table .row > div span.anim-headline:before {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    width: calc(100% + 4px);
    bottom: 1px;
    height: 7px;
    background: #2b379e;
    z-index: -1;
    transition: all 1s 0.5s;
  }
}
.page-section .table .row:last-of-type {
  border-bottom: none;
}
.page-section .table .row.header-row {
  margin: 0 -40px;
  background: #1e1e1e;
  color: #ffffff;
  vertical-align: middle;
  border-bottom: none;
}
.page-section .table .row.header-row > div {
  width: 36%;
}
.page-section .table .row.header-row > div:nth-of-type(2n) {
  width: 28%;
  display: flex;
  justify-content: center;
}
.page-section .table .row.header-row h3 {
  font-size: 4.4rem;
  padding: 0;
  margin: 0;
  line-height: 54px;
  font-family: korolev-condensed, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page-section .table .row.header-row h3:before {
  display: none;
}
.page-section .table .row.header-row .logo {
  height: 38px;
  margin-bottom: 6px;
}
.page-section .table .row.header-row span {
  display: inline-block;
  width: 1px;
  height: 40px;
  background: #6b6b6b;
}
@media screen and (max-width: 991px) {
  .page-section .table .row {
    font-size: 2.8rem;
  }
  .page-section .table .row > div.key {
    font-size: 2rem;
  }
  .page-section .table .row > div span.anim-headline {
    font-size: 3.6rem;
  }
  .page-section .table .row.header-row h3 {
    font-size: 3.4rem;
  }
  .page-section .table .row.header-row .logo {
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .page-section .table {
    padding: 0 20px;
  }
  .page-section .table .row {
    font-size: 2.2rem;
  }
  .page-section .table .row > div.key {
    font-size: 1.4rem;
    padding: 0 10px;
  }
  .page-section .table .row > div span.anim-headline {
    font-size: 2.8rem;
  }
  .page-section .table .row.header-row {
    margin: 0 -20px;
  }
  .page-section .table .row.header-row h3 {
    font-size: 2.6rem;
    line-height: 1;
  }
  .page-section .table .row.header-row .logo {
    height: 26px;
  }
}
@media screen and (max-width: 480px) {
  .page-section .table {
    padding: 0 10px;
  }
  .page-section .table .row {
    font-size: 1.8rem;
  }
  .page-section .table .row > div.key {
    font-size: 1.2rem;
  }
  .page-section .table .row > div span.anim-headline {
    font-size: 2.4rem;
  }
  .page-section .table .row.header-row {
    margin: 0 -10px;
  }
  .page-section .table .row.header-row h3 {
    font-size: 2.2rem;
    line-height: 1;
  }
  .page-section .table .row.header-row .logo {
    height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .page-section {
    padding: 14rem 0;
  }
}
@media screen and (max-width: 767px) {
  .page-section {
    padding: 4rem 0;
  }
  .page-section.mobile-no-pad-bot {
    padding-bottom: 0;
  }
  .page-section#prizm video {
    width: 90%;
  }
}

.tvScreen,
.laptopScreen,
.tabletScreen,
.mobileScreen {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
}
.tvScreen .screen,
.laptopScreen .screen,
.tabletScreen .screen,
.mobileScreen .screen {
  position: relative;
  z-index: 10;
  width: 100%;
}
.tvScreen .bg-vid,
.tvScreen .bg-img,
.tvScreen video:not(.screen),
.tvScreen img:not(.screen),
.laptopScreen .bg-vid,
.laptopScreen .bg-img,
.laptopScreen video:not(.screen),
.laptopScreen img:not(.screen),
.tabletScreen .bg-vid,
.tabletScreen .bg-img,
.tabletScreen video:not(.screen),
.tabletScreen img:not(.screen),
.mobileScreen .bg-vid,
.mobileScreen .bg-img,
.mobileScreen video:not(.screen),
.mobileScreen img:not(.screen) {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

sup {
  font-size: 60%;
  top: -0.6em;
}

.background .gradient-overlay {
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
.background .gradient-overlay.overlay-left {
  background: linear-gradient(to right, #101010 0%, rgba(16, 16, 16, 0.6) 5%, rgba(16, 16, 16, 0.1) 33%, rgba(16, 16, 16, 0) 100%);
}
.background .gradient-overlay.overlay-left-lg {
  background: linear-gradient(to right, #101010 0%, rgba(16, 16, 16, 0.6) 25%, rgba(16, 16, 16, 0.1) 40%, rgba(16, 16, 16, 0) 100%);
}
.background .gradient-overlay.overlay-right:before {
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 3;
  content: "";
  background: linear-gradient(to left, #101010 0%, rgba(16, 16, 16, 0.6) 5%, rgba(16, 16, 16, 0.1) 33%, rgba(16, 16, 16, 0) 100%);
}
.background .gradient-overlay.overlay-right-lg:before {
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 3;
  content: "";
  background: linear-gradient(to left, #101010 0%, rgba(16, 16, 16, 0.6) 25%, rgba(16, 16, 16, 0.1) 40%, rgba(16, 16, 16, 0) 100%);
}
.background .gradient-overlay.overlay-top {
  background: linear-gradient(to bottom, #101010 0%, rgba(16, 16, 16, 0.6) 5%, rgba(16, 16, 16, 0.1) 33%, rgba(16, 16, 16, 0) 100%);
}
.background .gradient-overlay.overlay-top-lg {
  background: linear-gradient(to bottom, #101010 0%, rgba(16, 16, 16, 0.6) 25%, rgba(16, 16, 16, 0.1) 40%, rgba(16, 16, 16, 0) 100%);
}
.background .gradient-overlay.overlay-bottom:after {
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 3;
  content: "";
  background: linear-gradient(to top, #101010 0%, rgba(16, 16, 16, 0.6) 5%, rgba(16, 16, 16, 0.1) 50%, rgba(16, 16, 16, 0) 100%);
}
.background .gradient-overlay.overlay-bottom-lg:after {
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 3;
  content: "";
  background: linear-gradient(to top, #101010 0%, rgba(16, 16, 16, 0.6) 25%, rgba(16, 16, 16, 0.1) 50%, rgba(16, 16, 16, 0) 100%);
}

.home img.exclusivly-on {
  margin: 46px 40px 0 0;
}
.home #hero {
  margin-bottom: 10rem;
}
.home #hero .background {
  margin-left: 40%;
}
@media screen and (max-width: 575px) {
  .home img.exclusivly-on {
    margin: 40px 0 0 0;
  }
  .home #hero .background {
    margin-left: 0;
  }
  .home #hero .background .overlay-top {
    background: rgba(16, 16, 16, 0.15);
  }
  .home #hero .background .overlay-left-lg,
.home #hero .background .overlay-right-lg {
    display: none;
  }
}

.form-horizontal {
  width: 760px;
  max-width: 100%;
  margin: 5rem auto;
}
.form-horizontal label {
  color: #969696;
  font-size: 1.3rem;
}
.form-horizontal .form-control {
  font-size: 1.6rem;
  background: #d4d4d4;
  height: 42px;
  margin-bottom: 1.8rem;
}
.form-horizontal .claim-button {
  display: block;
  background: transparent;
  border: 1px solid #ebebeb;
  margin-top: 14px;
  margin-bottom: 16px;
  text-align: center;
  color: #ebebeb;
  font-size: 1.3rem;
  height: 42px;
  width: 100%;
  border-radius: 0.25rem;
  line-height: 1.5;
  transition: all 0.3s;
}
.form-horizontal .claim-button span {
  display: inline-block;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  line-height: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 6px;
  vertical-align: bottom;
  font-size: 1.8rem;
}
.form-horizontal .claim-button:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #212121;
}
.form-horizontal .claim-button:hover span {
  border-color: #212121;
}
.form-horizontal .submit {
  margin-top: 16px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .form-horizontal .submit {
    display: block;
    width: 100%;
  }
}

.gform_wrapper form.form-horizontal {
  margin: 5rem auto;
  width: 780px;
}
.gform_wrapper label.gfield_label {
  font-weight: 400;
  font-size: 1.4rem;
  color: #969696;
}
.gform_wrapper label.gfield_label .gfield_required {
  display: none;
}
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
  font-size: 1.4rem;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: 1.6rem;
  background: #d4d4d4;
  border-radius: 0.25rem;
  border: 1px solid #cfcfcf;
}
.gform_wrapper input:focus {
  outline-color: #9ea4d2 !important;
}
.gform_wrapper .gfield.field_description_below + li.gsection.nada-2020 {
  margin-top: 40px !important;
  margin-bottom: 0;
}
.gform_wrapper .gfield.nada_2020 {
  margin-top: 0px;
}
.gform_wrapper .gfield.nada_2020 > label.gfield_label {
  font-weight: 700;
  font-size: 1.4rem;
  font-family: korolev-condensed, Helvetica, sans-serif;
  color: #ffffff;
  margin-bottom: 0;
}
.gform_wrapper .gfield.nada_2020 .ginput_container_radio {
  margin-top: 5px;
}
.gform_wrapper .gfield.nada_2020 .ginput_container_radio .gfield_radio li {
  display: inline;
  margin-right: 30px;
}
.gform_wrapper .gfield.nada_2020 .ginput_container_radio .gfield_radio li input[type=radio] {
  margin-top: 0;
}
@media (max-width: 641px) {
  .gform_wrapper .gfield.nada_2020 .ginput_container_radio .gfield_radio li {
    display: block;
  }
}
.gform_wrapper .gfield.zipcode-field {
  background: linear-gradient(135deg, #646db8 0%, #2b379e 70%);
  border-radius: 0.25rem;
  padding: 0 10px !important;
  width: calc(33.4% - 16px) !important;
}
.gform_wrapper .gfield.zipcode-field .address_zip {
  width: 100%;
  margin: 0;
  padding: 0;
}
.gform_wrapper .gfield.zipcode-field label {
  color: #ffffff;
}
.gform_wrapper .gfield.zipcode-field input[type=text] {
  color: #2b379e;
}
@media (max-width: 640px) {
  .gform_wrapper .gfield.zipcode-field {
    width: 100% !important;
    margin-top: 32px;
  }
}
.gform_wrapper .gfield.more-zipcodes {
  border: 1px solid #cfcfcf;
  border-radius: 0.25rem;
  width: calc(100% - 16px);
  padding: 20px 12px;
}
@media (max-width: 640px) {
  .gform_wrapper .gfield.more-zipcodes {
    width: 100%;
  }
}
.gform_wrapper .gfield.more-zipcodes label {
  display: block;
  text-align: center;
}
.gform_wrapper .gfield.more-zipcodes .ginput_container_list {
  margin: 0 0 0 46px;
}
.gform_wrapper .gfield.more-zipcodes .ginput_container_list ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  /* Firefox */
  color: #969696;
  text-transform: none;
  font-size: 0.76em;
  font-weight: 400;
}
.gform_wrapper .gfield.more-zipcodes .ginput_container_list :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #969696;
  text-transform: none;
  font-size: 0.76em;
  font-weight: 400;
}
.gform_wrapper .gfield.more-zipcodes .ginput_container_list ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #969696;
  text-transform: none;
  font-size: 0.76em;
  font-weight: 400;
}
.gform_wrapper .gfield.more-zipcodes .ginput_container_list table.gfield_list tbody td {
  display: table-cell !important;
}
.gform_wrapper .gfield.more-zipcodes .ginput_container_list table.gfield_list tbody tr {
  background: transparent;
  border: none;
  display: table-row;
}
.gform_wrapper .gfield.more-zipcodes .ginput_container_list table.gfield_list tbody tr input {
  background: transparent !important;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #cfcfcf !important;
  color: #ffffff;
  text-align: center;
}
.gform_wrapper .gfield.more-zipcodes .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons {
  left: -48px;
  position: relative;
  z-index: 10;
  width: 48px !important;
  background: transparent !important;
  padding: 0 0 0 4px !important;
}
.gform_wrapper .gfield.more-zipcodes .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons a:hover img {
  opacity: 0.5;
}
.gform_wrapper .gfield.more-zipcodes .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img {
  opacity: 1;
}
.gform_wrapper .gfield.more-zipcodes .ginput_container_list table.gfield_list tbody tr td.gfield_list_cell {
  width: auto;
}
@media (max-width: 479px) {
  .gform_wrapper .gfield.more-zipcodes .ginput_container_list {
    margin: 0;
  }
  .gform_wrapper .gfield.more-zipcodes .ginput_container_list table.gfield_list tbody tr {
    position: relative;
  }
  .gform_wrapper .gfield.more-zipcodes .ginput_container_list table.gfield_list tbody tr td.gfield_list_cell {
    width: 100%;
  }
  .gform_wrapper .gfield.more-zipcodes .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons {
    position: absolute;
    right: 15px;
    left: auto;
  }
}
.gform_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_footer button {
  font-size: 1.8rem;
  line-height: 1;
  background: #ffffff;
  border: none;
  color: #2b379e;
  text-transform: uppercase;
  padding: 12px 22px;
  border-radius: 0;
  letter-spacing: 0.02em;
  transition: all 0.3s linear;
  margin-top: 16px;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #646db8 0%, #2b379e 70%);
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.gform_wrapper .gform_footer input[type=submit]:before,
.gform_wrapper .gform_footer button:before {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(135deg, #2b379e 0%, #646db8 70%);
  z-index: -100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s linear;
}
.gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_footer input[type=submit]:active, .gform_wrapper .gform_footer input[type=submit]:focus,
.gform_wrapper .gform_footer button:hover,
.gform_wrapper .gform_footer button:active,
.gform_wrapper .gform_footer button:focus {
  color: #ffffff;
}
.gform_wrapper .gform_footer input[type=submit]:hover:before, .gform_wrapper .gform_footer input[type=submit]:active:before, .gform_wrapper .gform_footer input[type=submit]:focus:before,
.gform_wrapper .gform_footer button:hover:before,
.gform_wrapper .gform_footer button:active:before,
.gform_wrapper .gform_footer button:focus:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_footer button {
    display: block;
    width: 100%;
  }
}
.gform_wrapper div.validation_error {
  color: #9ea4d2;
  border-color: #2b379e;
}
.gform_wrapper .validation_message {
  color: #9ea4d2;
}
.gform_wrapper li.gfield.gfield_error {
  border-color: #2b379e;
  background-color: transparent;
}
.gform_wrapper li.gfield.gfield_error .gfield_label {
  color: #9ea4d2;
}
.gform_wrapper li.gfield.gfield_error div.ginput_complex.ginput_container label {
  color: #9ea4d2;
}
.gform_wrapper .gfield_select {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  color: #212529;
  line-height: 1.6666;
  padding: 5px 4px !important;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #cfcfcf;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #d4d4d4 0%, #d4d4d4 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
.gform_wrapper .gfield_select::-ms-expand {
  display: none;
}
.gform_wrapper .gfield_select:hover {
  border-color: #888;
}
.gform_wrapper .gfield_select:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(33, 33, 33, 0.5);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.gform_wrapper .gfield_select option {
  font-weight: normal;
}
.gform_wrapper .gfield_checkbox input[type=checkbox],
.gform_wrapper .gfield_checkbox input[type=radio],
.gform_wrapper .gfield_radio input[type=checkbox],
.gform_wrapper .gfield_radio input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  height: 0;
  width: 0;
}
.gform_wrapper .gfield_checkbox label:before,
.gform_wrapper .gfield_radio label:before {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  border: 1px solid #979797;
  border-radius: 3px;
  background: white;
  content: "";
  vertical-align: text-top;
}
.gform_wrapper .gfield_checkbox label:hover:before,
.gform_wrapper .gfield_radio label:hover:before {
  background: #ffffff;
}
.gform_wrapper .gfield_checkbox label:after,
.gform_wrapper .gfield_radio label:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 4px;
  width: 6px;
  height: 12px;
  border: solid #646db8;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gform_wrapper .gfield_checkbox input:checked ~ label:after,
.gform_wrapper .gfield_radio input:checked ~ label:after {
  display: block;
}
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  max-width: none;
  width: 100% !important;
}
.gform_wrapper .gfield_radio label {
  margin-left: 0 !important;
  margin-top: 0 !important;
}
.gform_wrapper .gfield_radio label:after {
  top: 6px;
}
.gform_wrapper .gchoice_select_all,
.gform_wrapper .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
.gform_wrapper gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: normal;
}

.disclaimer {
  font-size: 1.2rem;
  color: #cfcfcf;
  margin-top: 1em;
}

.cars-countup {
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.cars-countup .left,
.cars-countup .right {
  display: flex;
  flex-direction: column;
}
.cars-countup .left {
  padding-right: 22px;
  width: 160px;
}
.cars-countup .right {
  padding-left: 24px;
  border-left: 1px solid #ebebeb;
}
.cars-countup .number {
  font-size: 4.4rem;
  font-family: korolev-condensed, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 6px;
}
@media screen and (max-width: 991px) {
  .cars-countup .number {
    font-size: 3.6rem;
  }
}
.cars-countup .text {
  line-height: 1.4;
  font-size: 1.6rem;
}
@media screen and (max-width: 479px) {
  .cars-countup .left {
    padding-right: 14px;
  }
  .cars-countup .right {
    padding-left: 18px;
  }
}

#testimonials {
  overflow: hidden;
  padding-top: 0;
}

.testimonial-carousel:after {
  position: absolute;
  z-index: 2;
  width: 999em;
  display: block;
  padding: 0;
  content: "";
  right: 100%;
  top: 0;
  height: 100%;
  background: #101010;
}
.testimonial-carousel.slick-initialized .testimonial.slick-slide {
  display: flex;
}
.testimonial-carousel .slick-list {
  overflow: visible;
}
.testimonial-carousel .testimonial {
  position: relative;
  font-size: 1rem;
  padding: 7em 0 2.8em 8em;
  margin-right: 20px;
  min-height: 630px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #000000;
}
.testimonial-carousel .testimonial > * {
  position: relative;
  z-index: 2;
}
.testimonial-carousel .testimonial .bg-video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  opacity: 0.5;
}
.testimonial-carousel .testimonial .bg-video video,
.testimonial-carousel .testimonial .bg-video img {
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 1;
  height: 100%;
}
.testimonial-carousel .testimonial .quote {
  font-size: 5.2rem;
  font-family: korolev-condensed, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  text-align: left;
  width: 65%;
  margin-bottom: 1.4em;
  position: relative;
}
.testimonial-carousel .testimonial .quote:before {
  content: "”";
  display: block;
  position: absolute;
  left: -0.5em;
  top: 0;
}
.testimonial-carousel .testimonial .quote p {
  position: relative;
}
.testimonial-carousel .testimonial .quote p span {
  display: inline-block;
  position: relative;
  display: inline-block;
  position: relative;
}
.testimonial-carousel .testimonial .quote p span:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  width: calc(100% + 4px);
  bottom: 9px;
  height: 10px;
  background: #2b379e;
  z-index: -1;
  transition: all 1s 0.5s;
}
.testimonial-carousel .testimonial .play-video {
  font-size: 2.3rem;
  font-family: korolev-condensed, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  position: absolute;
  right: 17.5%;
  top: 50%;
  transform: translate(50%, -50%);
}
.testimonial-carousel .testimonial .play-video a {
  display: block;
  text-align: center;
  color: white;
}
.testimonial-carousel .testimonial .play-video a > span {
  display: block;
  width: 55px;
  height: 55px;
  background-image: url(../images/play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto 4px;
}
.testimonial-carousel .testimonial .play-video a:hover, .testimonial-carousel .testimonial .play-video a:focus {
  color: #2b379e;
  outline: none;
}
.testimonial-carousel .testimonial .description {
  font-size: 2.4rem;
  font-family: korolev-condensed, Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: left;
  justify-self: flex-end;
}
.testimonial-carousel .testimonial .description > span {
  font-family: "SharpSans", Helvetica, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  display: block;
}
.testimonial-carousel .testimonial:focus {
  outline: none;
}
.testimonial-carousel .testimonial .next-slide {
  position: absolute;
  right: 10px;
  bottom: 30px;
  font-size: 1.8rem;
  font-family: korolev-condensed, Helvetica, sans-serif;
  font-weight: 700;
}
.testimonial-carousel .testimonial .next-slide a.next-slide-link {
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
}
.testimonial-carousel .testimonial .next-slide a.next-slide-link > span {
  display: inline-block;
  width: 66px;
  height: 14px;
  background-image: url(../images/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  margin: 0 0 0 8px;
  transition: 0.2s linear;
}
.testimonial-carousel .testimonial .next-slide a.next-slide-link:hover, .testimonial-carousel .testimonial .next-slide a.next-slide-link:focus {
  color: #9ea4d2;
  outline: none;
}
.testimonial-carousel .testimonial .next-slide a.next-slide-link:hover > span, .testimonial-carousel .testimonial .next-slide a.next-slide-link:focus > span {
  transform: translateX(6px);
}
@media screen and (max-width: 1199px) {
  .testimonial-carousel .testimonial .quote {
    font-size: 4rem;
  }
}
@media screen and (max-width: 991px) {
  .testimonial-carousel .testimonial {
    justify-content: flex-start;
    padding: 6rem;
  }
  .testimonial-carousel .testimonial .quote {
    width: 100%;
  }
  .testimonial-carousel .testimonial .play-video {
    right: auto;
    left: 6rem;
    top: auto;
    transform: none;
    bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .testimonial-carousel .testimonial {
    padding: 3rem 3rem 12rem 3rem;
    min-height: 480px;
  }
  .testimonial-carousel .testimonial .quote {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
  .testimonial-carousel .testimonial .quote p > span {
    display: inline;
  }
  .testimonial-carousel .testimonial .quote p > span:before {
    display: none;
  }
  .testimonial-carousel .testimonial .play-video {
    left: 3rem;
    bottom: 33px;
    font-size: 1.8rem;
  }
  .testimonial-carousel .testimonial .play-video a > span {
    width: 46px;
    height: 46px;
  }
  .testimonial-carousel .testimonial .description {
    font-size: 1.8rem;
  }
  .testimonial-carousel .testimonial .description > span {
    font-size: 1.4rem;
  }
}

#leadership {
  padding-top: 0;
}
#leadership h3 {
  display: block;
  margin-bottom: 1.5rem;
}
#leadership h3:before {
  display: none;
}
#leadership h2.anim-headline {
  margin-bottom: 2.8rem;
  display: inline-block;
  position: relative;
}
#leadership h2.anim-headline:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  width: calc(100% + 4px);
  bottom: 9px;
  height: 10px;
  background: #2b379e;
  z-index: -1;
  transition: all 1s 0.5s;
}
#leadership h2.anim-headline:before {
  transition-delay: 1.5s;
}
@media (max-width: 991px) {
  #leadership h2.anim-headline {
    display: inline-block;
    position: relative;
  }
  #leadership h2.anim-headline:before {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    width: calc(100% + 4px);
    bottom: 1px;
    height: 7px;
    background: #2b379e;
    z-index: -1;
    transition: all 1s 0.5s;
  }
}

ul.leadership-list {
  list-style: none;
  margin: 20px -15px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.leadership-list:after {
  content: "";
  display: table;
  clear: both;
}
ul.leadership-list h5,
ul.leadership-list .h5 {
  display: block;
  font-family: korolev-condensed, Helvetica, sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
ul.leadership-list h6,
ul.leadership-list .h6 {
  display: block;
  font-family: korolev-condensed, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
  text-transform: uppercase;
  font-family: "SharpSans", Helvetica, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
}
ul.leadership-list li {
  padding: 15px;
  position: relative;
  width: 33.33%;
  float: left;
}
ul.leadership-list li:after {
  content: "";
  display: table;
  clear: both;
}
ul.leadership-list li .leadership-card {
  display: block;
  position: relative;
  background: #202973;
  overflow: hidden;
}
ul.leadership-list li .leadership-card:before {
  position: relative;
  z-index: -1;
  padding: 100% 0 0 0;
  width: 100%;
  content: "";
  display: block;
}
ul.leadership-list li .leadership-card .leadership-details {
  cursor: crosshair;
  position: absolute;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  justify-content: flex-end;
  padding: 15px;
}
ul.leadership-list li .leadership-card .leadership-details > * {
  position: relative;
  z-index: 2;
}
ul.leadership-list li .leadership-card .leadership-details h5,
ul.leadership-list li .leadership-card .leadership-details h6 {
  padding-right: 40px;
}
ul.leadership-list li .leadership-card .leadership-details span.more-mobile {
  position: absolute;
  right: 15px;
  bottom: 20px;
  color: white;
  font-size: 2.2rem;
  display: none;
}
@media (max-width: 767px) {
  ul.leadership-list li .leadership-card .leadership-details span.more-mobile {
    display: block;
  }
}
ul.leadership-list li .leadership-card .leadership-details > img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
ul.leadership-list li .leadership-card .leadership-details:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(179deg, rgba(18, 18, 18, 0) 3%, #121212 97%);
}
ul.leadership-list li .leadership-card ::-webkit-scrollbar {
  width: 8px;
  background: #2b379e;
}
ul.leadership-list li .leadership-card ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(32, 41, 115, 0.5);
  border-radius: 0;
}
ul.leadership-list li .leadership-card ::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #646db8;
  -webkit-box-shadow: inset 0 0 3px rgba(158, 164, 210, 0.5);
}
ul.leadership-list li .leadership-card .leadership-card-hover {
  background: #2b379e;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  transform: translate3D(0, 0, 0);
  transition: all 0.5s 0.2s ease-in-out;
  z-index: 10;
  padding: 15px;
  overflow: scroll;
  font-size: 1.5rem;
  line-height: 1.43;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #646db8 #2b379e;
}
ul.leadership-list li .leadership-card .leadership-card-hover h6,
ul.leadership-list li .leadership-card .leadership-card-hover .h6 {
  margin-bottom: 10px;
}
ul.leadership-list li .leadership-card:hover, ul.leadership-list li .leadership-card:focus {
  outline: none;
}
ul.leadership-list li .leadership-card:hover .leadership-card-hover, ul.leadership-list li .leadership-card:focus .leadership-card-hover {
  transform: translate3d(0, -100%, 0);
}
@media (max-width: 991px) {
  ul.leadership-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  ul.leadership-list li {
    width: 100%;
    max-width: 400px;
  }
}

.hero {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 85vh;
  z-index: 3;
  overflow: hidden;
  min-height: 600px;
}
@media screen and (max-width: 767px) {
  .hero {
    min-height: 400px;
    height: 86vh;
    padding: 60px 0;
  }
}
.hero .hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero .background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero .background.overlay:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(16, 16, 16, 0.3);
}
.hero .background .bg-img,
.hero .background .bg-vid {
  position: relative;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.hero .background video,
.hero .background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  height: auto;
  z-index: 0;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .hero .background video {
    width: auto;
    zoom: 80%;
  }
}
.hero .hero-content p {
  font-size: 2.2rem;
}
.hero .hero-content .btn {
  margin-top: 1.9em;
}
@media (max-width: 991px) {
  .hero .hero-content p {
    font-size: 2rem;
  }
  .hero .hero-content .btn {
    margin-top: 1.2em;
  }
}
@media (max-width: 767px) {
  .hero .hero-content p {
    font-size: 1.8rem;
  }
}
.hero h1 span {
  z-index: 1;
  display: inline-block;
  position: relative;
}
.hero h1 span:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  width: calc(100% + 4px);
  bottom: 11px;
  height: 15px;
  background: #2b379e;
  z-index: -1;
  transition: all 1s 0.5s;
}
@media (max-width: 991px) {
  .hero h1 span {
    display: inline-block;
    position: relative;
  }
  .hero h1 span:before {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    width: calc(100% + 4px);
    bottom: 6px;
    height: 10px;
    background: #2b379e;
    z-index: -1;
    transition: all 1s 0.5s;
  }
}

.animated-headline span {
  display: none !important;
  transition: all 400ms linear;
  opacity: 0;
}
.animated-headline span.almost {
  display: inline-block !important;
  transform: translateY(-6px);
}
.animated-headline span.almost:before {
  width: 0 !important;
}
.animated-headline span.in {
  display: inline-block !important;
  opacity: 1;
}
.animated-headline span.out {
  opacity: 0;
  display: inline-block !important;
  transform: translateY(6px);
}

header.header {
  position: relative;
}

.navbar {
  padding: 0;
  background: #000000;
  position: fixed;
  left: 0;
  top: 47px;
  width: 100%;
  z-index: 1000;
}
.navbar .navbar-brand img {
  height: 50px;
  margin: 12px 0 14px;
  transition: all 0.3s linear;
}
.navbar.scroll .brand-logo img {
  height: 36px;
}
@media (min-width: 768px) {
  .navbar .navbar-collapse {
    flex-grow: 0;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-brand img {
    height: 40px;
  }
}

.navbar-nav {
  font-size: 1.8rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 -10px;
  font-family: korolev-condensed, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.navbar-nav a {
  color: #ffffff;
}
.navbar-nav a:hover, .navbar-nav a:focus, .navbar-nav a:active {
  color: #ffffff;
}
.navbar-nav > li.nav-item {
  border-right: none;
  padding: 0 10px;
}
.navbar-nav > li.nav-item:first-child {
  border-right: none;
  padding: 2px 12px;
}
.navbar-nav > li.nav-item:last-of-type {
  border-left: 1px solid white;
  padding-right: 0;
}
.navbar-nav > li.nav-item a.nav-link {
  padding: 12px 10px;
}
.navbar-nav > li.nav-item a.nav-link.cars-logomark-link {
  padding-top: 12px;
  padding-bottom: 0;
}
.navbar-nav > li.nav-item a.nav-link-display {
  font-family: "SharpSans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 10px;
  display: block;
}
.navbar-nav > li.nav-item a.nav-link-display:hover {
  color: #fff;
  background-color: #434343;
  border-radius: 5px;
}
.navbar-nav > li.nav-item a.nav-link-display span {
  background-color: #9eda1d;
  border-radius: 4px;
  padding: 3px 5px;
  color: black;
  font-weight: 400;
  font-family: "SharpSans", Helvetica, sans-serif;
  margin-right: 5px;
  font-size: 12px;
}
.navbar-nav > li.nav-item a.dropdown-toggle:after {
  border: none;
  margin-left: 47px;
  vertical-align: middle;
}
.navbar-nav > li.nav-item .ccpurple img {
  margin-bottom: 0;
}
.navbar-nav > li.nav-item a.ccpurple {
  background-color: #A74DCE;
  padding: 12px 20px !important;
  border-radius: 6px;
  color: white;
  text-transform: capitalize !important;
  font-weight: 700;
  font-family: "SharpSans" !important;
  font-size: 1.6rem;
}
.navbar-nav > li.nav-item a.ccpurple:hover {
  background-color: #65299d !important;
}
.navbar-nav > li.nav-item .dropdown-menu {
  text-transform: none;
  border-radius: 0;
  padding: 0;
  text-align: center;
  border: 0;
  background-color: white;
  padding: 30px;
  border-radius: 12px 0 12px 12px;
  width: max-content;
  left: -250px;
}
.navbar-nav > li.nav-item .dropdown-menu p {
  font-size: 14px;
  color: #2A0A3D;
  line-height: 18px;
  margin-bottom: 20px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  margin-top: 10px;
}
.navbar-nav > li.nav-item .dropdown-menu a {
  color: white !important;
}
.navbar-nav > li.nav-item .dropdown-menu a:hover {
  background: #65299d;
}
.navbar-nav > li.nav-item .dropdown-menu a:focus, .navbar-nav > li.nav-item .dropdown-menu a:active {
  background: #2b379e;
  color: #ffffff;
}
.navbar-nav .cars-logomark {
  height: 46px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .navbar-nav > li.nav-item {
    border: none;
    padding: 6px 0;
    text-align: center;
  }
  .navbar-nav > li.nav-item:last-of-type {
    border-left: none;
    padding: 0 15px 20px 15px;
  }
  .navbar-nav > li.nav-item a.dropdown-toggle {
    pointer-events: none;
    cursor: default;
  }
  .navbar-nav > li.nav-item a.dropdown-toggle:after {
    display: none;
  }
  .navbar-nav > li.nav-item .dropdown-menu {
    display: block;
    padding: 20px 15px 20px 15px;
    margin: 6px auto 20px;
    background: #f4eefc;
    width: 100%;
    border-radius: 12px;
  }
  .navbar-nav > li.nav-item .dropdown-menu .cclogo {
    width: 260px;
  }
}

.navbar-expand-md > .container {
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
    top: 65px;
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu a {
    margin: 0;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu a.dropdown-item {
    padding: 10px 30px;
  }
}
/*! svg logo */
.cars-logomark {
  display: none;
}

.navbar-nav a.dropdown-toggle:after {
  font-family: fontawesome;
  content: "";
  margin-left: 25px;
}

@-webkit-keyframes "scaleP" {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes "scaleP" {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes "scaleB" {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes "scaleB" {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes "scaleO" {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes "scaleO" {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes "scaleA" {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes "scaleA" {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
#scroll-navbar li#carsNav a:after {
  left: 20px !important;
}

#logo {
  width: 32px;
}
#logo:hover {
  cursor: pointer;
}
#logo:hover .purpledot {
  transform: translate(8px, 14px);
}
#logo:hover .bluedot {
  transform: translate(7px, -17px);
}
#logo:hover .orangedot {
  transform: translate(-20px, 16px);
}
#logo:hover .aquadot {
  transform: translate(-20px, -10px);
}
#logo:hover .smallblue {
  transform: translate(25px, -7px);
}

#homenavbar #mainNav > ul > li:last-child {
  border: 0;
  padding: 0;
  padding-left: 33px;
  border-left: 1px solid white;
}

#logoWrap {
  position: absolute;
  left: 20px;
  top: 5px;
  width: 50%;
}

.part {
  background-color: #31bc7f;
  transition: all 0.4s ease-in-out;
  margin: 0;
  float: left;
}

.purpledot {
  color: #794891;
  transform-origin: center center;
  transform-box: fill-box;
}

#purplecircle {
  animation: scaleP 1s;
  transform-origin: 40% 15%;
  animation-delay: 0s;
  opacity: 1;
}

.bluedot {
  color: #364ba0;
}

#bluecircle {
  animation: scaleB 1s;
  transform-origin: 20% 70%;
  animation-delay: 0;
}

.orangedot {
  color: #f17424;
}

#orangecircle {
  animation: scaleO 1s;
  transform-origin: 60% 20%;
  animation-delay: 0;
}

.aquadot {
  color: #53a9cb;
}

#aquacircle {
  animation: scaleA 1s;
  transform-origin: 70% 40%;
  animation-delay: 0s;
  opacity: 1;
}

.smallblue {
  background-color: #f2b835;
}

#smallbluecicle {
  animation: scaleA 1.2s;
  transform-origin: 0% 40%;
  animation-delay: 0s;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #logo {
    display: none;
  }

  .cars-logomark {
    display: initial !important;
  }

  .navbar {
    padding: 0;
    background: #000000;
    position: fixed;
    left: 0;
    top: 67px;
    width: 100%;
    z-index: 1000;
  }
}
footer {
  padding: 6rem 0 2rem;
  background: #000000;
}
footer .brand-logo {
  margin-bottom: 16px;
}
footer .brand-logo img {
  height: 50px;
}
footer .copyright {
  font-size: 1.2rem;
  margin: 2rem 0;
  color: #cfcfcf;
}
footer .footer-nav {
  margin: 0 -12px;
  font-size: 1.4rem;
}
footer .footer-nav .menu-item {
  margin: 0 6px;
}
footer .footer-nav .menu-item a {
  padding: 4px 6px;
  color: #ebebeb;
  display: flex;
  white-space: nowrap;
  align-items: center;
}
footer .footer-nav .menu-item a:hover, footer .footer-nav .menu-item a:focus {
  color: #9ea4d2;
}
@media screen and (max-width: 767px) {
  footer .brand-logo img {
    height: 34px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.page-template-page-go .form-zipcode-map input {
  padding: 5px 50px 5px 15px;
  pointer-events: auto;
  touch-action: auto;
  border: 1px solid #979797;
  margin-bottom: 25px;
}
.page-template-page-go .form-zipcode-map .background {
  width: 100%;
  height: 100vh;
  z-index: 2;
  pointer-events: none;
  touch-action: none;
}
.page-template-page-go .form-zipcode-map .container-fluid {
  z-index: 10;
}
.page-template-page-go .form-zipcode-map .container-fluid .col-5 {
  z-index: 10;
}
.page-template-page-go .form-zipcode-map .map.leaflet-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 150%;
  height: 100vh;
  z-index: 0;
  background-color: #101010;
}
.page-template-page-go .form-zipcode-map .map.leaflet-container .leaflet-fixedtopright {
  position: fixed;
  top: 100px;
  right: 20px;
  z-index: 500;
  opacity: 0.3;
}
.page-template-page-go .form-zipcode-map .map.leaflet-container .leaflet-popup {
  margin-bottom: 0;
}
.page-template-page-go .form-zipcode-map .map.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper {
  background: transparent;
  box-shadow: none;
  margin-bottom: -40px;
}
.page-template-page-go .form-zipcode-map .map.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  color: white;
  font-size: 22px;
}
.page-template-page-go .form-zipcode-map .map.leaflet-container .leaflet-popup .leaflet-popup-close-button {
  display: none;
}
.page-template-page-go .form-zipcode-map .map.leaflet-container .leaflet-popup .leaflet-popup-tip-container {
  width: 46px;
  height: 62px;
  bottom: 10px;
}
.page-template-page-go .form-zipcode-map .map.leaflet-container .leaflet-popup .leaflet-popup-tip-container:after {
  content: " ";
  width: 46px;
  height: 62px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 63' style='enable-background:new 0 0 48 63;' xml:space='preserve'%3E%3Cpath style='fill:%23FFFFFF;' d='M23.8,0.1C10.8,0.1,0.3,10.6,0.3,23.6c0,12.6,21.6,37.3,22.5,38.4c0.2,0.3,0.6,0.4,0.9,0.4 c0.4,0,0.7-0.2,0.9-0.4c0.9-1.1,22.5-25.8,22.5-38.4C47.2,10.6,36.7,0.1,23.8,0.1z M23.8,35.1c-6.4,0-11.6-5.2-11.6-11.6 c0-6.4,5.2-11.6,11.6-11.6c6.4,0,11.6,5.2,11.6,11.6C35.3,29.9,30.1,35.1,23.8,35.1z'/%3E%3C/svg%3E%0A");
}
.page-template-page-go .form-zipcode-map .map.leaflet-container .leaflet-popup .leaflet-popup-tip-container .leaflet-popup-tip {
  display: none;
}
.page-template-page-go .form-zipcode-map .zipcode_controls_container {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.page-template-page-go .form-zipcode-map .zipcode_controls_container .search_input {
  position: relative;
}
.page-template-page-go .form-zipcode-map .zipcode_controls_container .search_input input {
  width: 195px;
}
.page-template-page-go .form-zipcode-map .zipcode_controls_container .search_input .add_button {
  position: absolute;
  left: 155px;
  top: 10px;
  width: 30px;
  height: 30px;
  pointer-events: auto;
  touch-action: auto;
  cursor: pointer;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 30' style='enable-background:new 0 0 30 30;' xml:space='preserve'%3E%3Ccircle style='fill-rule:evenodd;clip-rule:evenodd;fill:%232B379E;' cx='14.7' cy='14.7' r='14.7'/%3E%3Cpath style='fill:%23FFFFFF;' d='M14.5,8.4c-0.7,0-1.3,0.6-1.3,1.3v3.6H9.7c-0.7,0-1.3,0.6-1.3,1.3c0,0.7,0.6,1.3,1.3,1.3h3.6v3.6 c0,0.7,0.6,1.3,1.3,1.3c0.7,0,1.3-0.6,1.3-1.3v-3.6h3.6c0.7,0,1.3-0.6,1.3-1.3c0-0.7-0.6-1.3-1.3-1.3h-3.6V9.7 C15.8,9,15.2,8.4,14.5,8.4L14.5,8.4z'/%3E%3C/svg%3E%0A");
}
.page-template-page-go .form-zipcode-map .zipcode_controls_container .selected_container {
  margin-top: 30px;
  max-width: 450px;
}
.page-template-page-go .form-zipcode-map .zipcode_controls_container .selected_container .selected {
  position: relative;
  background-color: #686868;
  padding: 5px 9px;
  font-size: 16px;
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
  pointer-events: auto;
  touch-action: auto;
}
.page-template-page-go .form-zipcode-map .zipcode_controls_container .selected_container .selected:after {
  content: " ";
  position: absolute;
  right: -10px;
  top: -10px;
  width: 19px;
  height: 19px;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18;' xml:space='preserve'%3E%3Ccircle style='fill-rule:evenodd;clip-rule:evenodd;fill:%23686868;' cx='9.3' cy='9.3' r='8.7'/%3E%3Cpath style='fill:%23FFFFFF;' d='M11.7,6.6c-0.3-0.3-0.8-0.3-1.1,0L9.1,8.1L7.7,6.6c-0.3-0.3-0.8-0.3-1.1,0c-0.3,0.3-0.3,0.8,0,1.1l1.5,1.5 l-1.5,1.5c-0.3,0.3-0.3,0.8,0,1.1c0.3,0.3,0.8,0.3,1.1,0l1.5-1.5l1.5,1.5c0.3,0.3,0.8,0.3,1.1,0c0.3-0.3,0.3-0.8,0-1.1l-1.5-1.5 l1.5-1.5C12,7.4,12,6.9,11.7,6.6L11.7,6.6z'/%3E%3C/svg%3E%0A");
}
.page-template-page-go .form-zipcode-map .zipcode_controls_container .waitlist {
  font-size: 22px;
  color: #979797;
  display: none;
}
.page-template-page-go .form-zipcode-map .zipcode_controls_container .waitlist label {
  font-weight: bold;
  padding-right: 10px;
}
.page-template-page-go .form-zipcode-map .zipcode_controls_container .waitlist .waitlist_container {
  display: inline-block;
  max-width: 450px;
}
.page-template-page-go .form-zipcode-map .zipcode_controls_container .waitlist .info_tooltip {
  display: inline-block;
  pointer-events: auto;
  touch-action: auto;
}
.page-template-page-go .form-zipcode-map .zipcode_controls_container .waitlist .info_tooltip img {
  margin-top: -6px;
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
.page-template-page-go .form-zipcode-map .zipcode_controls_container .waitlist .selected {
  display: inline-block;
  padding-right: 5px;
  pointer-events: auto;
  touch-action: auto;
}
.page-template-page-go .tooltip-inner {
  background-color: #1e1e1e;
  padding: 30px 24px;
  font-size: 16px;
  color: #aeaeae;
  text-align: left;
  max-width: 400px;
}
.page-template-page-go .live-map .container-fluid h2 {
  font-family: "SharpSans", Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  z-index: 5;
}
.page-template-page-go .live-map .container-fluid h2 span:before {
  bottom: -2px;
}
.page-template-page-go .live-map .container-fluid h1 {
  margin-top: 15px;
  position: relative;
  z-index: 5;
  font-size: 60px;
}
.page-template-page-go .live-map .map.leaflet-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  background-color: #101010;
}
.page-template-page-go .live-map .map.leaflet-container .leaflet-control-attribution {
  display: none;
}

.page-template-page-go {
  /* NAVIGATION */
}
.page-template-page-go .navbar {
  top: 0px;
}
.page-template-page-go .container-fluid {
  padding-left: 95px;
  padding-right: 95px;
}
.page-template-page-go section {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 1s;
  font-size: 20px;
  background-color: #101010;
}
.page-template-page-go section.active {
  z-index: 2;
  opacity: 1;
}
.page-template-page-go section h1 {
  font-size: 80px;
}
.page-template-page-go section h1 span {
  z-index: 1;
  display: inline-block;
  position: relative;
}
.page-template-page-go section h1 span:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  width: calc(100% + 4px);
  bottom: 11px;
  height: 15px;
  background: #2b379e;
  z-index: -1;
  transition: all 1s 0.5s;
}
@media (max-width: 991px) {
  .page-template-page-go section h1 span {
    display: inline-block;
    position: relative;
  }
  .page-template-page-go section h1 span:before {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    width: calc(100% + 4px);
    bottom: 6px;
    height: 10px;
    background: #2b379e;
    z-index: -1;
    transition: all 1s 0.5s;
  }
}
.page-template-page-go section h2 {
  font-size: 60px;
}
.page-template-page-go section h2 span {
  z-index: 1;
  display: inline-block;
  position: relative;
}
.page-template-page-go section h2 span:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  width: calc(100% + 4px);
  bottom: 5px;
  height: 15px;
  background: #2b379e;
  z-index: -1;
  transition: all 1s 0.5s;
}
@media (max-width: 991px) {
  .page-template-page-go section h2 span {
    display: inline-block;
    position: relative;
  }
  .page-template-page-go section h2 span:before {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    width: calc(100% + 4px);
    bottom: 6px;
    height: 10px;
    background: #2b379e;
    z-index: -1;
    transition: all 1s 0.5s;
  }
}
.page-template-page-go section h2 span:before {
  width: 0;
}
.page-template-page-go section.animate h2 span:before {
  width: 100%;
}
.page-template-page-go section.left-text-full-video .col-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-template-page-go section.left-text-full-video .background {
  margin-left: 25%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-template-page-go section.left-text-full-video .background.overlay:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(16, 16, 16, 0.3);
}
.page-template-page-go section.left-text-full-video .background .bg-img,
.page-template-page-go section.left-text-full-video .background .bg-vid {
  position: relative;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.page-template-page-go section.left-text-full-video .background video,
.page-template-page-go section.left-text-full-video .background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  height: auto;
  z-index: 0;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .page-template-page-go section.left-text-full-video .background video {
    width: auto;
    zoom: 80%;
  }
}
.page-template-page-go section.left-text-full-video .background .gradient-overlay.overlay-left-lg {
  background: linear-gradient(90deg, #101010, transparent);
}
.page-template-page-go section.left-text-full-video .mobileScreen {
  width: 280px;
  max-width: 96%;
}
.page-template-page-go section.left-text-full-video .mobileScreen video {
  margin: 4.5% 4% 0% 4%;
  width: calc(100% - 8%);
}
.page-template-page-go section .video-wrapper {
  height: 100%;
  background-color: blue;
  position: relative;
}
.page-template-page-go section .video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-template-page-go section.devices {
  text-align: center;
}
.page-template-page-go section.devices .screenGroup {
  margin-top: 6rem;
  margin-bottom: 6rem;
  position: relative;
  text-align: center;
  margin: 0;
  transform: scale(0.7);
}
.page-template-page-go section.devices .screenGroup .tvScreen {
  width: 72%;
  margin-bottom: 8%;
  z-index: 1;
}
.page-template-page-go section.devices .screenGroup .tvScreen .bg-vid {
  padding: 1.4%;
}
.page-template-page-go section.devices .screenGroup .laptopScreen {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48%;
  z-index: 2;
}
.page-template-page-go section.devices .screenGroup .laptopScreen .bg-vid {
  margin: 3.5% 12% 0% 12%;
  width: calc(100% - 24%);
}
.page-template-page-go section.devices .screenGroup .mobileScreen {
  width: 6%;
  position: absolute;
  bottom: 20px;
  right: calc(23% + 30px);
  z-index: 2;
  overflow: hidden;
}
.page-template-page-go section.devices .screenGroup .mobileScreen .bg-vid {
  margin: 4.5% 3% 0% 3%;
  width: calc(100% - 6%);
  border-radius: 5%;
}
.page-template-page-go section.devices .screenGroup .tabletScreen {
  width: 23%;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
}
.page-template-page-go section.devices .screenGroup .tabletScreen .bg-vid {
  margin: 2.5% 2% 0% 2%;
  width: calc(100% - 4%);
}
.page-template-page-go section.devices .container {
  z-index: 1;
}
.page-template-page-go section.devices .background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: auto;
  height: 67%;
}
.page-template-page-go section.devices .background.overlay:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(16, 16, 16, 0.3);
}
.page-template-page-go section.devices .background .bg-img,
.page-template-page-go section.devices .background .bg-vid {
  position: relative;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.page-template-page-go section.devices .background video,
.page-template-page-go section.devices .background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  height: auto;
  z-index: 0;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .page-template-page-go section.devices .background video {
    width: auto;
    zoom: 80%;
  }
}
.page-template-page-go section.centered-text {
  text-align: center;
}
.page-template-page-go .centered-content {
  text-align: center;
}
.page-template-page-go .centered-content .cards {
  justify-content: center;
}
.page-template-page-go .left-content {
  text-align: left;
}
.page-template-page-go .left-content .cards {
  justify-content: left;
}
.page-template-page-go .choose-campaign .campaign-col {
  position: relative;
}
.page-template-page-go .choose-campaign .campaign-col:after {
  content: " ";
  pointer-events: none;
  touch-action: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30%;
  background: linear-gradient(90deg, rgba(16, 16, 16, 0) 0%, #101010 95%);
}
.page-template-page-go .choose-campaign .campaign-col .filter-wrapper {
  position: absolute;
  top: 19px;
  right: 0;
  z-index: 5;
}
.page-template-page-go .choose-campaign .campaign-col .filter-wrapper label {
  font-size: 20px;
}
.page-template-page-go .choose-campaign .campaign-col .filter-wrapper select {
  background-color: white;
  padding: 5px;
  margin-left: 10px;
  font-size: 20px;
}
.page-template-page-go .choose-campaign .campaign-col .how-it-works-button {
  border: 0;
  font-size: 22px;
  padding: 15px 20px;
  text-align: center;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.page-template-page-go .choose-campaign .campaign-col .how-it-works-button.blue {
  background-color: #2b379e;
  min-width: 200px;
  color: white;
}
.page-template-page-go .choose-campaign .campaign-col .how-it-works-button.blue:hover {
  background-color: #181e57;
}
.page-template-page-go .choose-campaign .campaign-col .how-it-works-button.green {
  background-color: #9eda1d;
  min-width: 200px;
  color: black;
}
.page-template-page-go .choose-campaign .campaign-col .how-it-works-button.white {
  background-color: white;
  color: #101010;
  border: 1px solid #979797;
}
.page-template-page-go .choose-campaign .campaign-col .how-it-works-button.white:hover {
  background-color: #979797;
}
.page-template-page-go .choose-campaign .campaign-col .how-it-works-button.dark {
  background-color: #101010;
  border: 1px solid #979797;
  color: white;
}
.page-template-page-go .choose-campaign .campaign-col .how-it-works-button.ghost {
  background-color: transparent;
  color: #778699;
}
.page-template-page-go .choose-campaign .campaign-col .how-it-works-button.back-button {
  padding-left: 50px;
}
.page-template-page-go .choose-campaign .campaign-col .how-it-works-button.back-button:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  content: " ";
  width: 17px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 17 13' style='enable-background:new 0 0 17 13;' xml:space='preserve'%3E%3Cpath id='Path' style='fill:%23FFFFFF' d='M0.4,5.6l5.2-5.2c0.5-0.5,1.3-0.5,1.8,0c0.5,0.5,0.5,1.3,0,1.8L4.3,5.2h11.5c0.7,0,1.3,0.6,1.3,1.3 s-0.6,1.3-1.3,1.3H4.3l3.1,3.1c0.5,0.5,0.5,1.3,0,1.8C7.1,12.9,6.8,13,6.5,13s-0.6-0.1-0.9-0.4L0.4,7.4C0.1,7.2,0,6.8,0,6.5 C0,6.2,0.1,5.8,0.4,5.6z'/%3E%3C/svg%3E%0A");
}
.page-template-page-go .choose-campaign .campaign-col .how-it-works-button:focus {
  outline: 0;
}
.page-template-page-go .choose-campaign .campaign-col .cards {
  overflow-x: scroll;
  padding-bottom: 40px;
}
.page-template-page-go .choose-campaign .campaign-col .blank-card {
  width: 400px;
  flex: 0 0 auto;
  display: inline-block;
}
.page-template-page-go .choose-campaign .campaign-col .campaign-card {
  flex: 0 0 auto;
  width: 296px;
  margin-right: 60px;
  display: inline-block;
  transition: 1s;
}
.page-template-page-go .choose-campaign .campaign-col .campaign-card .campaign-details {
  cursor: pointer;
}
.page-template-page-go .choose-campaign .campaign-col .campaign-card .campaign-details h3 {
  text-align: left;
  font-family: korolev-condensed, Helvetica, sans-serif;
  font-weight: 700;
  color: #2b379e;
  padding: 16px 24px 11px;
  border-bottom: 1px solid #979797;
  width: 100%;
  min-height: 74px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.page-template-page-go .choose-campaign .campaign-col .campaign-card .campaign-details .thumbnail {
  text-align: center;
  position: relative;
}
.page-template-page-go .choose-campaign .campaign-col .campaign-card .campaign-details .thumbnail img {
  max-width: 250px;
}
.page-template-page-go .choose-campaign .campaign-col .campaign-card .campaign-details .thumbnail .preview {
  position: absolute;
  width: 100%;
  color: #9eda1d;
  font-size: 11px;
  font-weight: 700;
  bottom: 35px;
}
.page-template-page-go .choose-campaign .campaign-col .campaign-card .campaign-details .thumbnail .preview:before {
  content: " ";
  margin: 0 auto;
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 38' style='enable-background:new 0 0 40 38;' xml:space='preserve'%3E%3Cellipse style='fill-rule:evenodd;clip-rule:evenodd;fill:%239EDA1D;' cx='19.8' cy='18.8' rx='19.4' ry='18.7'/%3E%3Cpolygon style='fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;' points='14.9,27.3 14.9,11.5 28,19.4 '/%3E%3C/svg%3E%0A");
  width: 39px;
  height: 38px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-page-go .choose-campaign .campaign-col .campaign-card .button,
.page-template-page-go .choose-campaign .campaign-col .campaign-card button {
  border: 0;
  font-size: 22px;
  padding: 15px 20px;
  text-align: center;
  position: relative;
  margin: 42px 24px;
  width: calc(100% - 48px);
}
.page-template-page-go .choose-campaign .campaign-col .campaign-card .button.blue,
.page-template-page-go .choose-campaign .campaign-col .campaign-card button.blue {
  background-color: #2b379e;
  min-width: 200px;
  color: white;
}
.page-template-page-go .choose-campaign .campaign-col .campaign-card .button.blue:hover,
.page-template-page-go .choose-campaign .campaign-col .campaign-card button.blue:hover {
  background-color: #181e57;
}
.page-template-page-go .choose-campaign .campaign-col .campaign-card .button.green,
.page-template-page-go .choose-campaign .campaign-col .campaign-card button.green {
  background-color: #9eda1d;
  min-width: 200px;
  color: black;
}
.page-template-page-go .choose-campaign .campaign-col .campaign-card .button.white,
.page-template-page-go .choose-campaign .campaign-col .campaign-card button.white {
  background-color: white;
  color: #101010;
  border: 1px solid #979797;
}
.page-template-page-go .choose-campaign .campaign-col .campaign-card .button.white:hover,
.page-template-page-go .choose-campaign .campaign-col .campaign-card button.white:hover {
  background-color: #979797;
}
.page-template-page-go .choose-campaign .campaign-col .campaign-card .button.dark,
.page-template-page-go .choose-campaign .campaign-col .campaign-card button.dark {
  background-color: #101010;
  border: 1px solid #979797;
  color: white;
}
.page-template-page-go .choose-campaign .campaign-col .campaign-card .button.ghost,
.page-template-page-go .choose-campaign .campaign-col .campaign-card button.ghost {
  background-color: transparent;
  color: #778699;
}
.page-template-page-go .choose-campaign .campaign-col .campaign-card .button.back-button,
.page-template-page-go .choose-campaign .campaign-col .campaign-card button.back-button {
  padding-left: 50px;
}
.page-template-page-go .choose-campaign .campaign-col .campaign-card .button.back-button:before,
.page-template-page-go .choose-campaign .campaign-col .campaign-card button.back-button:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  content: " ";
  width: 17px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 17 13' style='enable-background:new 0 0 17 13;' xml:space='preserve'%3E%3Cpath id='Path' style='fill:%23FFFFFF' d='M0.4,5.6l5.2-5.2c0.5-0.5,1.3-0.5,1.8,0c0.5,0.5,0.5,1.3,0,1.8L4.3,5.2h11.5c0.7,0,1.3,0.6,1.3,1.3 s-0.6,1.3-1.3,1.3H4.3l3.1,3.1c0.5,0.5,0.5,1.3,0,1.8C7.1,12.9,6.8,13,6.5,13s-0.6-0.1-0.9-0.4L0.4,7.4C0.1,7.2,0,6.8,0,6.5 C0,6.2,0.1,5.8,0.4,5.6z'/%3E%3C/svg%3E%0A");
}
.page-template-page-go .choose-campaign .campaign-col .campaign-card .button:focus,
.page-template-page-go .choose-campaign .campaign-col .campaign-card button:focus {
  outline: 0;
}
.page-template-page-go .choose-campaign .campaign-col .campaign-card .button.selected,
.page-template-page-go .choose-campaign .campaign-col .campaign-card button.selected {
  background-color: #2b379e;
  color: white;
}
.page-template-page-go .choose-campaign .campaign-col .campaign-card .button.selected:hover,
.page-template-page-go .choose-campaign .campaign-col .campaign-card button.selected:hover {
  background-color: #181e57;
}
.page-template-page-go .cards {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  font-size: 16px;
}
.page-template-page-go .cards .card label {
  font-size: 20px;
  font-weight: 700;
}
.page-template-page-go .cards .card .left-aligned-padded {
  text-align: left;
  padding-left: 34px;
  padding-right: 34px;
}
.page-template-page-go .cards .card .list {
  text-align: center;
  overflow: scroll;
  height: 260px;
}
.page-template-page-go .cards .card .list::-webkit-scrollbar {
  display: none;
}
.page-template-page-go .cards .card .list .zipcode {
  color: white;
  margin: 7px 4px;
  display: inline-block;
  padding: 6px 13px;
  background-color: #686868;
}
.page-template-page-go .cards .card .cta {
  position: absolute;
  bottom: 0;
  border-top: 1px solid #979797;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 18px 34px;
}
.page-template-page-go .cards .card .cta .button,
.page-template-page-go .cards .card .cta button {
  border: 0;
  font-size: 22px;
  padding: 15px 20px;
  text-align: center;
  position: relative;
}
.page-template-page-go .cards .card .cta .button.blue,
.page-template-page-go .cards .card .cta button.blue {
  background-color: #2b379e;
  min-width: 200px;
  color: white;
}
.page-template-page-go .cards .card .cta .button.blue:hover,
.page-template-page-go .cards .card .cta button.blue:hover {
  background-color: #181e57;
}
.page-template-page-go .cards .card .cta .button.green,
.page-template-page-go .cards .card .cta button.green {
  background-color: #9eda1d;
  min-width: 200px;
  color: black;
}
.page-template-page-go .cards .card .cta .button.white,
.page-template-page-go .cards .card .cta button.white {
  background-color: white;
  color: #101010;
  border: 1px solid #979797;
}
.page-template-page-go .cards .card .cta .button.white:hover,
.page-template-page-go .cards .card .cta button.white:hover {
  background-color: #979797;
}
.page-template-page-go .cards .card .cta .button.dark,
.page-template-page-go .cards .card .cta button.dark {
  background-color: #101010;
  border: 1px solid #979797;
  color: white;
}
.page-template-page-go .cards .card .cta .button.ghost,
.page-template-page-go .cards .card .cta button.ghost {
  background-color: transparent;
  color: #778699;
}
.page-template-page-go .cards .card .cta .button.back-button,
.page-template-page-go .cards .card .cta button.back-button {
  padding-left: 50px;
}
.page-template-page-go .cards .card .cta .button.back-button:before,
.page-template-page-go .cards .card .cta button.back-button:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  content: " ";
  width: 17px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 17 13' style='enable-background:new 0 0 17 13;' xml:space='preserve'%3E%3Cpath id='Path' style='fill:%23FFFFFF' d='M0.4,5.6l5.2-5.2c0.5-0.5,1.3-0.5,1.8,0c0.5,0.5,0.5,1.3,0,1.8L4.3,5.2h11.5c0.7,0,1.3,0.6,1.3,1.3 s-0.6,1.3-1.3,1.3H4.3l3.1,3.1c0.5,0.5,0.5,1.3,0,1.8C7.1,12.9,6.8,13,6.5,13s-0.6-0.1-0.9-0.4L0.4,7.4C0.1,7.2,0,6.8,0,6.5 C0,6.2,0.1,5.8,0.4,5.6z'/%3E%3C/svg%3E%0A");
}
.page-template-page-go .cards .card .cta .button:focus,
.page-template-page-go .cards .card .cta button:focus {
  outline: 0;
}
.page-template-page-go .cards .grey-card {
  width: 460px;
  background-color: #212121;
  padding: 18px 34px;
  color: white;
  position: relative;
}
.page-template-page-go .cards .grey-card label {
  color: white;
}
.page-template-page-go .cards .grey-card .cta {
  margin-left: -34px;
}
.page-template-page-go .cards .blue-card {
  width: 460px;
  background-color: white;
  color: #2c3f58;
  margin-right: 45px;
  position: relative;
}
.page-template-page-go .cards .blue-card.checked:after {
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  content: " ";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3E%3Cpath style='fill-rule:evenodd;clip-rule:evenodd;fill:%23A7E521;' d='M19,0C8.5,0,0,8.5,0,19s8.5,19,19,19s19-8.5,19-19S29.5,0,19,0z'/%3E%3Cpath style='fill-rule:evenodd;clip-rule:evenodd;fill:%232B379E;' d='M29.8,14.6L16.5,27.9c-0.4,0.4-0.9,0.6-1.3,0.6c-0.5,0-1-0.2-1.3-0.6l-5.7-5.7 c-0.7-0.7-0.7-1.9,0-2.7c0.7-0.7,1.9-0.7,2.7,0l4.4,4.4l12-12c0.7-0.7,1.9-0.7,2.7,0C30.6,12.7,30.6,13.9,29.8,14.6z'/%3E%3C/svg%3E%0A");
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-template-page-go .cards .blue-card.checked .header h4 {
  padding-top: 30px;
}
.page-template-page-go .cards .blue-card .header {
  text-align: center;
}
.page-template-page-go .cards .blue-card .header h4 {
  text-align: center;
  color: white;
  background-color: #2b379e;
  padding: 14px 0 16px;
  margin: 0;
}
.page-template-page-go .cards .blue-card .header .stat_wrapper {
  padding-bottom: 10px;
  border-bottom: 1px solid #979797;
}
.page-template-page-go .cards .blue-card .header .stat_wrapper .stat {
  font-weight: 700;
  font-size: 46px;
  font-family: korolev-condensed, Helvetica, sans-serif;
}
.page-template-page-go .cards .blue-card .header .stat_wrapper .stat::before {
  font-family: korolev-condensed, Helvetica, sans-serif;
  content: "$";
}
.page-template-page-go .cards .blue-card .header .stat_wrapper .stat:after {
  content: "/mo";
  font-size: 22px;
}
.page-template-page-go .cards .blue-card .header .stat_wrapper .desc {
  font-weight: 700;
}
.page-template-page-go .cards .blue-card .body {
  text-align: left;
  padding-bottom: 10px;
}
.page-template-page-go .cards .blue-card .body .stat_wrapper {
  margin: 10px 40px;
}
.page-template-page-go .cards .blue-card .body .stat_wrapper .stat {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  font-family: korolev-condensed, Helvetica, sans-serif;
  padding-right: 10px;
}
.page-template-page-go .cards .blue-card .body .stat_wrapper .desc {
  display: inline-block;
}
.page-template-page-go .cards .blue-card.campaign-card .body {
  padding: 20px 40px;
}
.page-template-page-go .cards .blue-card.campaign-card .body h3 {
  text-align: left;
  font-family: korolev-condensed, Helvetica, sans-serif;
  font-weight: 700;
  color: #2b379e;
  font-size: 28px;
}
.page-template-page-go .cards .blue-card.campaign-card .body .thumbnail {
  text-align: center;
  position: relative;
}
.page-template-page-go .cards .blue-card.campaign-card .body .thumbnail img {
  width: 384px;
}
.page-template-page-go .cards .sm-card {
  background-color: #1e1e1e;
  min-width: 296px;
  margin: 0 34px;
}
.page-template-page-go .cards .sm-card .header {
  padding: 27px 24px;
  border-bottom: 1px solid #d7e1ea;
  text-align: left;
}
.page-template-page-go .cards .sm-card .header h4 {
  font-family: korolev-condensed, Helvetica, sans-serif;
  font-weight: 700;
  color: white;
  font-size: 21px;
  margin-bottom: 6px;
}
.page-template-page-go .cards .sm-card .header p {
  font-size: 18px;
  margin-bottom: 0;
}
.page-template-page-go .cards .sm-card .body {
  padding: 37px 40px 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 192px;
}
.page-template-page-go .cards .sm-card .body img {
  max-width: 100%;
  max-height: 100%;
}
.page-template-page-go .loader .loading-graphic-container {
  position: relative;
  min-height: 180px;
  margin-bottom: 63px;
}
.page-template-page-go .loader .loading-graphic-container img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 161px;
  min-height: 180px;
}
.page-template-page-go .loader .loading-graphic-container .loading {
  position: relative;
  min-height: 180px;
  width: 100%;
  overflow: hidden;
  transition: 5s;
  transition-delay: 1s;
}
.page-template-page-go .loader .loading-graphic-container .loading img {
  filter: grayscale(100%);
}
.page-template-page-go .loader h2 {
  text-align: center;
  font-size: 30px;
}
.page-template-page-go .loader .error-container {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s;
  z-index: 2;
}
.page-template-page-go .loader .error-container.active {
  opacity: 1;
}
.page-template-page-go .loader .error-container .error {
  text-align: center;
  background-color: #1e1e1e;
  max-width: 1024px;
  padding: 80px 112px;
}
.page-template-page-go .loader .error-container .error h2 {
  font-size: 60px;
  margin-bottom: 28px;
}
.page-template-page-go .loader .error-container .error .button,
.page-template-page-go .loader .error-container .error button {
  margin-top: 37px;
  border: 0;
  font-size: 22px;
  padding: 15px 20px;
  text-align: center;
  position: relative;
}
.page-template-page-go .loader .error-container .error .button.blue,
.page-template-page-go .loader .error-container .error button.blue {
  background-color: #2b379e;
  min-width: 200px;
  color: white;
}
.page-template-page-go .loader .error-container .error .button.blue:hover,
.page-template-page-go .loader .error-container .error button.blue:hover {
  background-color: #181e57;
}
.page-template-page-go .loader .error-container .error .button.green,
.page-template-page-go .loader .error-container .error button.green {
  background-color: #9eda1d;
  min-width: 200px;
  color: black;
}
.page-template-page-go .loader .error-container .error .button.white,
.page-template-page-go .loader .error-container .error button.white {
  background-color: white;
  color: #101010;
  border: 1px solid #979797;
}
.page-template-page-go .loader .error-container .error .button.white:hover,
.page-template-page-go .loader .error-container .error button.white:hover {
  background-color: #979797;
}
.page-template-page-go .loader .error-container .error .button.dark,
.page-template-page-go .loader .error-container .error button.dark {
  background-color: #101010;
  border: 1px solid #979797;
  color: white;
}
.page-template-page-go .loader .error-container .error .button.ghost,
.page-template-page-go .loader .error-container .error button.ghost {
  background-color: transparent;
  color: #778699;
}
.page-template-page-go .loader .error-container .error .button.back-button,
.page-template-page-go .loader .error-container .error button.back-button {
  padding-left: 50px;
}
.page-template-page-go .loader .error-container .error .button.back-button:before,
.page-template-page-go .loader .error-container .error button.back-button:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  content: " ";
  width: 17px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 17 13' style='enable-background:new 0 0 17 13;' xml:space='preserve'%3E%3Cpath id='Path' style='fill:%23FFFFFF' d='M0.4,5.6l5.2-5.2c0.5-0.5,1.3-0.5,1.8,0c0.5,0.5,0.5,1.3,0,1.8L4.3,5.2h11.5c0.7,0,1.3,0.6,1.3,1.3 s-0.6,1.3-1.3,1.3H4.3l3.1,3.1c0.5,0.5,0.5,1.3,0,1.8C7.1,12.9,6.8,13,6.5,13s-0.6-0.1-0.9-0.4L0.4,7.4C0.1,7.2,0,6.8,0,6.5 C0,6.2,0.1,5.8,0.4,5.6z'/%3E%3C/svg%3E%0A");
}
.page-template-page-go .loader .error-container .error .button:focus,
.page-template-page-go .loader .error-container .error button:focus {
  outline: 0;
}
.page-template-page-go .animate .loading-graphic-container .loading {
  min-height: 0px;
}
.page-template-page-go .slide-navigation {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: black;
  padding: 20px 0;
  z-index: 3;
}
.page-template-page-go .slide-navigation .button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  pointer-events: auto;
  touch-action: auto;
}
.page-template-page-go .slide-navigation .button-container .button,
.page-template-page-go .slide-navigation .button-container button {
  border: 0;
  font-size: 22px;
  padding: 15px 20px;
  text-align: center;
  position: relative;
}
.page-template-page-go .slide-navigation .button-container .button.blue,
.page-template-page-go .slide-navigation .button-container button.blue {
  background-color: #2b379e;
  min-width: 200px;
  color: white;
}
.page-template-page-go .slide-navigation .button-container .button.blue:hover,
.page-template-page-go .slide-navigation .button-container button.blue:hover {
  background-color: #181e57;
}
.page-template-page-go .slide-navigation .button-container .button.green,
.page-template-page-go .slide-navigation .button-container button.green {
  background-color: #9eda1d;
  min-width: 200px;
  color: black;
}
.page-template-page-go .slide-navigation .button-container .button.white,
.page-template-page-go .slide-navigation .button-container button.white {
  background-color: white;
  color: #101010;
  border: 1px solid #979797;
}
.page-template-page-go .slide-navigation .button-container .button.white:hover,
.page-template-page-go .slide-navigation .button-container button.white:hover {
  background-color: #979797;
}
.page-template-page-go .slide-navigation .button-container .button.dark,
.page-template-page-go .slide-navigation .button-container button.dark {
  background-color: #101010;
  border: 1px solid #979797;
  color: white;
}
.page-template-page-go .slide-navigation .button-container .button.ghost,
.page-template-page-go .slide-navigation .button-container button.ghost {
  background-color: transparent;
  color: #778699;
}
.page-template-page-go .slide-navigation .button-container .button.back-button,
.page-template-page-go .slide-navigation .button-container button.back-button {
  padding-left: 50px;
}
.page-template-page-go .slide-navigation .button-container .button.back-button:before,
.page-template-page-go .slide-navigation .button-container button.back-button:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  content: " ";
  width: 17px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 17 13' style='enable-background:new 0 0 17 13;' xml:space='preserve'%3E%3Cpath id='Path' style='fill:%23FFFFFF' d='M0.4,5.6l5.2-5.2c0.5-0.5,1.3-0.5,1.8,0c0.5,0.5,0.5,1.3,0,1.8L4.3,5.2h11.5c0.7,0,1.3,0.6,1.3,1.3 s-0.6,1.3-1.3,1.3H4.3l3.1,3.1c0.5,0.5,0.5,1.3,0,1.8C7.1,12.9,6.8,13,6.5,13s-0.6-0.1-0.9-0.4L0.4,7.4C0.1,7.2,0,6.8,0,6.5 C0,6.2,0.1,5.8,0.4,5.6z'/%3E%3C/svg%3E%0A");
}
.page-template-page-go .slide-navigation .button-container .button:focus,
.page-template-page-go .slide-navigation .button-container button:focus {
  outline: 0;
}
.page-template-page-go ._template {
  display: none !important;
}
.page-template-page-go .modal .modal-header {
  border-bottom: 0;
}
.page-template-page-go .modal .modal-header button.close {
  position: absolute;
  top: 6px;
  right: 15px;
  z-index: 2;
  color: white;
  font-size: 36px;
}
.page-template-page-go .modal .close-modal {
  margin: auto;
  margin-top: 30px;
  padding-right: 60px;
  padding-left: 60px;
}
.page-template-page-go .modal .modal-body {
  padding: 15px;
  max-width: 100%;
  margin: auto;
}
.page-template-page-go .modal .modal-body.centered {
  text-align: center;
}
.page-template-page-go .modal .modal-content {
  background: #101010;
  color: #ffffff;
}
.page-template-page-go .modal .title {
  font-size: 32px;
}
.page-template-page-go .modal.how-it-works-modal iframe {
  width: 951px;
  height: 521px;
}
.page-template-page-go .gform_wrapper .minimum_budget .ginput_container:before {
  content: "$ ";
}
.page-template-page-go .gform_wrapper .minimum_budget .ginput_container:after {
  content: " /month";
}
.page-template-page-go .gform_wrapper .budget_card {
  display: flex;
  color: #b7c1ce;
  font-size: 14px;
  line-height: 16px;
  margin-top: 40px;
}
.page-template-page-go .gform_wrapper .budget_card ._max_mrr {
  padding-right: 10px;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.page-template-page-go .gform_wrapper .budget_card ._max_mrr:before {
  content: "$";
}
.page-template-page-go .gform_wrapper .gfield .ginput_container input,
.page-template-page-go .gform_wrapper .gfield .ginput_container select {
  background-color: white !important;
}
.page-template-page-go .gform_wrapper .gfield .ginput_container select {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #ffffff 100%) !important;
}
.page-template-page-go .gform_wrapper.gform_validation_error .budget_card {
  margin-top: 60px;
}
.page-template-page-go .gform_wrapper.gform_validation_error .validation_error {
  color: #b83c4c;
  font-weight: 500;
  border: 1px solid #b83c4c;
  background-color: #f1d9dc;
  border-radius: 0.25rem;
  margin-left: 20px;
  margin-right: 20px;
  width: auto;
}
.page-template-page-go .gform_wrapper.gform_validation_error li.gfield.gfield_error {
  border: 0;
  background-color: transparent;
}
.page-template-page-go .gform_wrapper.gform_validation_error li.gfield.gfield_error .ginput_container {
  padding: 5px !important;
  color: #b83c4c;
  border-radius: 0.25rem 0.25rem 0 0;
  border: 1px solid #b83c4c;
  background-color: #f1d9dc;
  border-bottom: 0;
}
.page-template-page-go .gform_wrapper.gform_validation_error li.gfield.gfield_error .ginput_container input {
  color: #b83c4c;
}
.page-template-page-go .gform_wrapper.gform_validation_error li.gfield.gfield_error .validation_message {
  color: #b83c4c;
  border: 1px solid #b83c4c;
  border-top: 0;
  border-radius: 0 0 0.25rem 0.25rem;
  background-color: #f1d9dc;
  padding: 5px;
  font-weight: 500;
}
.page-template-page-go.unlocked .navbar {
  background-color: #181e57;
}
.page-template-page-go.unlocked .navbar .navbar-brand {
  position: relative;
}
.page-template-page-go.unlocked .navbar .navbar-brand:after {
  content: "UNLOCKED";
  font-family: korolev-condensed, Helvetica, sans-serif;
  font-weight: 700;
  color: white;
  padding-left: 10px;
  font-size: 43px;
  position: absolute;
  top: 5px;
  left: 172px;
}

.thank-you {
  text-align: center;
}
.thank-you p {
  max-width: 660px;
  margin: 0 auto;
}
.thank-you .callout-box {
  margin-top: 40px;
  padding: 62px;
  background-color: #1e1e1e;
}
.thank-you .callout-box h4 {
  font-family: "SharpSans", Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin: 5px 0 10px;
}

/* VARIABLES */
/* PAGE STRUCTURE */
.page-template-page-activation {
  background-color: #121212;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 10px;
  /* Summary Specific Styles */
  /* HEADER BAR */
  /* DEAL MANAGEMENT PANE */
  /* SEARCH AND FILTER BAR */
  /* MAP */
  /* ACTION PANEL */
  /* MODALS */
}
.page-template-page-activation #wpadminbar {
  display: none;
}
.page-template-page-activation .live-map .map-container .map.leaflet-container {
  position: fixed;
  top: 0;
  left: 0;
  width: calc( 100% + 420px );
  height: 100vh;
  z-index: 0;
}
.page-template-page-activation .live-map .map-container .map.leaflet-container .leaflet-fixedtopright {
  position: fixed;
  top: 10rem;
  right: 2rem;
  z-index: 500;
  opacity: 0.3;
}
.page-template-page-activation .live-map .sidebar {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 420px;
  height: 100%;
  background-color: #121212;
  display: grid;
  grid-template-rows: 40px auto;
  padding: 30px 48px;
}
.page-template-page-activation .live-map .sidebar .logo img {
  height: 40px;
}
.page-template-page-activation .live-map .sidebar .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-page-activation .app {
  display: grid;
  grid-template-areas: "header header" "deal-management search" "deal-management map" "deal-management action";
  grid-template-rows: 66px 15.1rem auto 7.5rem;
  grid-template-columns: 45rem auto;
}
.page-template-page-activation .app .navbar {
  top: 0;
}
.page-template-page-activation .app .navbar .content-center {
  min-width: 30%;
}
.page-template-page-activation .app .navbar .deal-name:after {
  content: " ";
  position: absolute;
  right: 5px;
  top: calc( 50% - 7px );
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23959595;%7D%0A%3C/style%3E%3Cpath class='st0' d='M10.4,0.9c0.3-0.3,0.7-0.3,1,0l3.6,3.6c0.3,0.3,0.3,0.7,0,1l-9.4,9.4c-0.1,0.1-0.3,0.2-0.5,0.2H1.5 c-0.4,0-0.7-0.3-0.7-0.7v-3.6c0-0.2,0.1-0.4,0.2-0.5L10.4,0.9z M2.2,11.2v2.6h2.6l8.7-8.7l-2.6-2.6L2.2,11.2z'/%3E%3C/svg%3E%0A");
}
.page-template-page-activation .app .map-container .map.leaflet-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
.page-template-page-activation .app .map-container .map.leaflet-container .leaflet-fixedtopright {
  position: fixed;
  top: 10rem;
  right: 2rem;
  z-index: 500;
  opacity: 0.3;
}
.page-template-page-activation .summary {
  min-height: calc( 100vh - 66px );
  background-color: white;
  color: black;
  padding: 40px 58px 124px;
  position: relative;
}
.page-template-page-activation .summary .action .buttons a {
  background-color: black;
  color: white;
}
.page-template-page-activation .summary .row {
  margin-bottom: 30px;
}
.page-template-page-activation .summary .navbar {
  top: 0 !important;
}
.page-template-page-activation .summary .gray-box {
  background-color: #f1f2f4;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 30px;
}
.page-template-page-activation .summary .deal-name {
  position: relative;
  font-family: korolev-condensed, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 38px;
  color: black;
}
.page-template-page-activation .summary .deal-detail {
  font-size: 20px;
  color: black;
  line-height: 32px;
  font-weight: 500;
}
.page-template-page-activation .summary .deal-map {
  width: 100%;
  height: 620px;
  background-color: #f1f2f4;
  color: black;
  font-size: 64px;
  position: relative;
}
.page-template-page-activation .summary .deal-map .map.leaflet-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 620px;
  z-index: 0;
}
.page-template-page-activation .summary .deal-map .map.leaflet-container .leaflet-fixedtopright {
  position: fixed;
  top: 10rem;
  right: 2rem;
  z-index: 500;
  opacity: 0.3;
}
.page-template-page-activation .summary .deal-map .map.leaflet-container .leaflet-control-attribution {
  display: none;
}
.page-template-page-activation .summary h3 {
  font-weight: 500;
  font-size: 26px;
  color: black;
  margin-bottom: 8px;
}
.page-template-page-activation .summary .deal-note {
  font-size: 16px;
  color: black;
  line-height: 27px;
  max-width: 700px;
  margin-bottom: 38px;
}
.page-template-page-activation .summary .stat-wrapper-a {
  margin-bottom: 30px;
}
.page-template-page-activation .summary .stat-wrapper-b {
  margin-bottom: 30px;
}
.page-template-page-activation .summary .stat-wrapper-b .deal-stat {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 10px;
}
.page-template-page-activation .summary .stat-wrapper-c {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-template-page-activation .summary .stat-wrapper-c .stat-label {
  font-size: 20px;
  line-height: 24px;
}
.page-template-page-activation .summary .stat-wrapper-c .stat-label span {
  display: block;
  font-size: 24px;
}
.page-template-page-activation .summary .deal-stat {
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}
.page-template-page-activation .summary .deal-stat.green {
  color: #83B517;
}
.page-template-page-activation .summary .stat-label {
  font-size: 29.12px;
  line-height: 37px;
  color: black;
}
.page-template-page-activation .summary .stat-label span {
  font-weight: 700;
}
.page-template-page-activation .summary .stat-note {
  font-size: 26.52px;
  color: black;
}
.page-template-page-activation .summary .stat-note span {
  font-weight: 700;
}
.page-template-page-activation .summary .total-zips {
  font-size: 37px;
  color: black;
}
.page-template-page-activation .summary .zips-label {
  font-size: 26px;
  font-weight: bold;
}
.page-template-page-activation .summary .zip-list {
  font-size: 18px;
  color: black;
}
.page-template-page-activation .summary .exclusive-zips-wrap {
  min-height: 498px;
}
.page-template-page-activation .summary .see-full-list-button {
  margin-top: 19px;
}
.page-template-page-activation .summary .see-full-list-button a {
  display: block;
  padding: 10px;
  width: 280px;
  text-align: center;
  background-color: #2b379e;
  color: white;
  font-weight: bold;
  font-size: 24px;
}
.page-template-page-activation .summary .see-full-list-button a span {
  margin-right: 27px;
  position: relative;
}
.page-template-page-activation .summary .see-full-list-button a span:after {
  content: " ";
  position: absolute;
  right: -27px;
  top: calc( 50% - 4px );
  width: 14px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 14 8' style='enable-background:new 0 0 14 8;' xml:space='preserve'%3E%3Cpath style='fill:%23FFFFFF' d='M13.5,0.8l-0.7-0.7C12.7,0,12.6,0,12.5,0c-0.1,0-0.2,0-0.3,0.1L6.8,5.5L1.4,0.1C1.4,0,1.3,0,1.1,0 C1,0,0.9,0,0.8,0.1L0.1,0.8C0,0.9,0,1,0,1.1c0,0.1,0,0.2,0.1,0.3l6.4,6.4C6.6,7.9,6.7,8,6.8,8s0.2,0,0.3-0.1l6.4-6.4 c0.1-0.1,0.1-0.2,0.1-0.3C13.6,1,13.6,0.9,13.5,0.8z'/%3E%3C/svg%3E%0A");
}
.page-template-page-activation .summary .buttons a.export-csv {
  position: relative;
  padding-right: 40px;
}
.page-template-page-activation .summary .buttons a.export-csv:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.7511 1.93594C21.2197 1.4863 21.9795 1.4863 22.4482 1.93594C22.9168 2.38558 22.9168 3.1146 22.4482 3.56425L11.6482 13.9267C11.1795 14.3764 10.4197 14.3764 9.95109 13.9267C9.48247 13.4771 9.48247 12.7481 9.95109 12.2984L20.7511 1.93594Z' fill='%23F2F2F2'/%3E%3Cpath d='M20.4004 3.90147H15.6004C14.9376 3.90147 14.4004 3.38597 14.4004 2.75008C14.4004 2.11419 14.9376 1.59869 15.6004 1.59869H21.6004C22.2631 1.59869 22.8004 2.11419 22.8004 2.75008V8.50701C22.8004 9.1429 22.2631 9.6584 21.6004 9.6584C20.9376 9.6584 20.4004 9.1429 20.4004 8.50701V3.90147Z' fill='%23F2F2F2'/%3E%3Cpath d='M18 13.6883C18 13.0524 18.5373 12.5369 19.2 12.5369C19.8627 12.5369 20.4 13.0524 20.4 13.6883V20.1648C20.4 21.993 18.8554 23.475 16.95 23.475H3.45C1.54462 23.475 0 21.993 0 20.1648L2.784e-06 7.21172C2.784e-06 5.38353 1.54462 3.90149 3.45 3.90149C8.28833 3.90149 8.28833 3.90149 10.7625 3.90149C11.4252 3.90149 11.9625 4.41699 11.9625 5.05288C11.9625 5.68877 11.4252 6.20427 10.7625 6.20427C8.28833 6.20426 8.28833 6.20426 3.45 6.20426C2.8701 6.20426 2.4 6.65531 2.4 7.21172L2.4 20.1648C2.4 20.7212 2.8701 21.1723 3.45 21.1723H16.95C17.5299 21.1723 18 20.7212 18 20.1648V13.6883Z' fill='%23F2F2F2'/%3E%3C/svg%3E%0A");
  content: " ";
  position: absolute;
  right: 14px;
  top: calc( 50% - 6px );
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-page-activation .summary .disclaimer {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 15px;
  color: black;
  height: 124px;
  border-top: 1px solid #f1f2f4;
  padding: 0 58px;
}
@media print {
  .page-template-page-activation .summary .deal-name,
.page-template-page-activation .summary .deal-detail,
.page-template-page-activation .summary h3,
.page-template-page-activation .summary .deal-note,
.page-template-page-activation .summary .deal-stat,
.page-template-page-activation .summary .deal-stat.green,
.page-template-page-activation .summary .stat-label,
.page-template-page-activation .summary .stat-note,
.page-template-page-activation .summary .total-zips,
.page-template-page-activation .summary .zips-label,
.page-template-page-activation .summary .zip-list,
.page-template-page-activation .summary .disclaimer {
    color: black;
  }
}
.page-template-page-activation .summary .action {
  z-index: 1;
  background-color: transparent;
  width: auto;
  height: 7.5rem;
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.page-template-page-activation header {
  height: 66px;
}
.page-template-page-activation .navbar {
  background-color: black;
}
.page-template-page-activation .navbar .deal-name {
  position: relative;
}
.page-template-page-activation .navbar .deal-name input {
  background-color: transparent;
  color: #E6E6E6;
  text-align: center;
  width: 100%;
  font-family: korolev-condensed, Helvetica, sans-serif;
  border: 0;
  font-size: 24px;
  font-weight: 700;
}
.page-template-page-activation .navbar .navbar-brand img {
  height: auto;
  width: 104px;
}
.page-template-page-activation .navbar .content-right {
  display: flex;
  align-items: center;
}
.page-template-page-activation .navbar .content-right .user-menu {
  font-size: 16px;
  height: 66px;
  display: flex;
  padding: 0 48px 0 25px;
  align-items: center;
  justify-content: center;
  border-width: 0px 0px 0px 1px;
  border-style: solid;
  border-color: #575757;
  position: relative;
}
.page-template-page-activation .navbar .content-right .user-menu .user-icon {
  width: 22px;
  height: 22px;
  border-radius: 11px;
  overflow: hidden;
  position: relative;
  margin-right: 22px;
}
.page-template-page-activation .navbar .content-right .user-menu .user-icon img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 22px;
}
.page-template-page-activation .navbar .content-right .user-menu .user-name {
  position: relative;
}
.page-template-page-activation .navbar .content-right .user-menu .user-name:after {
  content: " ";
  position: absolute;
  right: -27px;
  top: calc( 50% - 4px );
  width: 14px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 14 8' style='enable-background:new 0 0 14 8;' xml:space='preserve'%3E%3Cpath style='fill:%23FFFFFF' d='M13.5,0.8l-0.7-0.7C12.7,0,12.6,0,12.5,0c-0.1,0-0.2,0-0.3,0.1L6.8,5.5L1.4,0.1C1.4,0,1.3,0,1.1,0 C1,0,0.9,0,0.8,0.1L0.1,0.8C0,0.9,0,1,0,1.1c0,0.1,0,0.2,0.1,0.3l6.4,6.4C6.6,7.9,6.7,8,6.8,8s0.2,0,0.3-0.1l6.4-6.4 c0.1-0.1,0.1-0.2,0.1-0.3C13.6,1,13.6,0.9,13.5,0.8z'/%3E%3C/svg%3E%0A");
}
.page-template-page-activation .navbar .content-right .user-menu ul {
  width: 100%;
  border-radius: 4px;
  display: none;
  position: absolute;
  top: 66px;
  right: 0;
  background-color: white;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.page-template-page-activation .navbar .content-right .user-menu ul li {
  padding: 2px 10px;
  margin: 0;
}
.page-template-page-activation .navbar .content-right .user-menu ul li a {
  color: #121212;
}
.page-template-page-activation .navbar .content-right .user-menu ul li a:hover {
  color: #767676;
}
.page-template-page-activation .navbar .content-right .user-menu:hover ul {
  display: block;
}
.page-template-page-activation .navbar .content-right .cars-logo {
  width: 41px;
  height: 41px;
}
.page-template-page-activation .deal-management {
  grid-area: deal-management;
  background-color: #121212;
  width: 45rem;
  display: grid;
  grid-template-rows: 18.5rem 3.6rem auto 7.6rem;
  height: calc( 100vh - 66px );
  position: relative;
  z-index: 1;
}
.page-template-page-activation .deal-management .deal-stats {
  padding: 2.1rem 6rem;
}
.page-template-page-activation .deal-management .deal-stats .deal-stat {
  color: #E6E6E6;
  font-size: 1.6rem;
}
.page-template-page-activation .deal-management .deal-stats .deal-stat span {
  font-size: 2.2rem;
  font-family: korolev-condensed, Helvetica, sans-serif;
}
.page-template-page-activation .deal-management .deal-stats .deal-stat.emphasis {
  font-size: 2.4rem;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  line-height: 2.8rem;
  grid-column-gap: 1.6rem;
}
.page-template-page-activation .deal-management .deal-stats .deal-stat.emphasis span {
  color: #9EDA1D;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 4.8rem;
}
.page-template-page-activation .deal-management .zip-list-header {
  display: grid;
  padding-left: 6rem;
  padding-right: 4rem;
  grid-template-columns: 1fr 1fr;
}
.page-template-page-activation .deal-management .zip-list-header .label {
  font-size: 2.2rem;
  color: #E6E6E6;
}
.page-template-page-activation .deal-management .zip-list-header .filter {
  justify-self: end;
  padding: 0.5rem;
  background-color: #212121;
  border: 0;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  color: #f1f2f4;
}
.page-template-page-activation .deal-management .zip-list {
  overflow-y: scroll;
}
.page-template-page-activation .deal-management .zip-list ul {
  list-style-type: none;
  padding-left: 6rem;
  padding-right: 4rem;
}
.page-template-page-activation .deal-management .zip-list ul li {
  border-bottom: 0.1rem solid #575757;
  padding: 2rem 0 2rem 3.8rem;
  font-size: 1.7rem;
  color: #E6E6E6;
  position: relative;
}
.page-template-page-activation .deal-management .zip-list ul li:before {
  content: " ";
  position: absolute;
  left: 0;
  top: calc( 50% - 1.0rem );
  width: 2rem;
  height: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 22 22' style='enable-background:new 0 0 22 22;' xml:space='preserve'%3E%3Ccircle style='fill:none;stroke:%23FEFEFE;' cx='11' cy='11' r='10'/%3E%3C/svg%3E%0A");
}
.page-template-page-activation .deal-management .zip-list ul li.selected:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Ccircle style='fill-rule:evenodd;clip-rule:evenodd;fill:%239EDA1D;' cx='10' cy='10' r='10'/%3E%3C/svg%3E%0A");
}
.page-template-page-activation .deal-management .zip-list ul li.nonexistent {
  color: #FB811F;
}
.page-template-page-activation .deal-management .zip-list ul li.nonexistent:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8,16a8,8,0,1,1,8-8A8,8,0,0,1,8,16Zm0-1.45A6.55,6.55,0,1,0,1.45,8,6.56,6.56,0,0,0,8,14.55ZM8,5.82A.82.82,0,1,1,8.82,5,.82.82,0,0,1,8,5.82Zm0,5.82a.73.73,0,0,1-.73-.73h0V8A.73.73,0,0,1,8.73,8h0v2.91A.73.73,0,0,1,8,11.64Z' style='fill:%23fb811f;fill-rule:evenodd'/%3E%3C/svg%3E");
}
.page-template-page-activation .deal-management .zip-list ul li.unavailable:after {
  content: "Unavailable";
  font-size: 1.3rem;
  color: black;
  text-align: center;
  line-height: 2.4rem;
  background-color: #D8D8D8;
  position: absolute;
  right: 7rem;
  top: calc( 50% - 1.2rem );
  width: 9.5rem;
  height: 2.4rem;
  border-radius: 0.4rem;
}
.page-template-page-activation .deal-management .zip-list ul li .toolbox {
  position: absolute;
  right: 0;
  top: calc( 50% - 1.1rem );
  display: flex;
}
.page-template-page-activation .deal-management .zip-list ul li .toolbox .remove {
  width: 2.2rem;
  height: 2.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.98 21.98'%3E%3Cpath d='M11,0A11,11,0,1,1,0,11,11,11,0,0,1,11,0Zm0,2a9,9,0,1,0,9,9A9,9,0,0,0,11,2ZM7.3,7.3a1,1,0,0,1,1.41,0h0L11,9.59,13.29,7.3a1,1,0,0,1,1.32-.09l.09.09a1,1,0,0,1,0,1.41h0L12.41,11l2.29,2.29a1,1,0,0,1,.09,1.32l-.09.09a1,1,0,0,1-1.41,0h0L11,12.41,8.71,14.7a1,1,0,0,1-1.32.09L7.3,14.7a1,1,0,0,1,0-1.41h0L9.59,11,7.3,8.71a1,1,0,0,1-.09-1.32Z' transform='translate(-0.01 -0.01)' style='fill:%23fff;fill-rule:evenodd'/%3E%3C/svg%3E");
  margin-left: 10px;
}
.page-template-page-activation .deal-management .zip-list ul li .toolbox .pin {
  width: 2.2rem;
  height: 2.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 63' style='enable-background:new 0 0 48 63;' xml:space='preserve'%3E%3Cpath style='fill:%23767676;' d='M23.8,0.1C10.8,0.1,0.3,10.6,0.3,23.6c0,12.6,21.6,37.3,22.5,38.4c0.2,0.3,0.6,0.4,0.9,0.4 c0.4,0,0.7-0.2,0.9-0.4c0.9-1.1,22.5-25.8,22.5-38.4C47.2,10.6,36.7,0.1,23.8,0.1z M23.8,35.1c-6.4,0-11.6-5.2-11.6-11.6 c0-6.4,5.2-11.6,11.6-11.6c6.4,0,11.6,5.2,11.6,11.6C35.3,29.9,30.1,35.1,23.8,35.1z'/%3E%3C/svg%3E%0A");
}
.page-template-page-activation .deal-management .zip-list ul li.pinned .toolbox .pin {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 63' style='enable-background:new 0 0 48 63;' xml:space='preserve'%3E%3Cpath style='fill:%23FFFFFF;' d='M23.8,0.1C10.8,0.1,0.3,10.6,0.3,23.6c0,12.6,21.6,37.3,22.5,38.4c0.2,0.3,0.6,0.4,0.9,0.4 c0.4,0,0.7-0.2,0.9-0.4c0.9-1.1,22.5-25.8,22.5-38.4C47.2,10.6,36.7,0.1,23.8,0.1z M23.8,35.1c-6.4,0-11.6-5.2-11.6-11.6 c0-6.4,5.2-11.6,11.6-11.6c6.4,0,11.6,5.2,11.6,11.6C35.3,29.9,30.1,35.1,23.8,35.1z'/%3E%3C/svg%3E%0A");
}
.page-template-page-activation .deal-management .zip-list .empty-list {
  padding-left: 6rem;
  padding-top: 2rem;
  font-size: 1.6rem;
}
.page-template-page-activation .deal-management .zip-list-footer {
  border-top: 0.1rem solid #E6E6E6;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-left: 6rem;
  padding-right: 8rem;
  color: #E6E6E6;
  font-size: 1.6rem;
  align-items: center;
}
.page-template-page-activation .deal-management .zip-list-footer .num-selected span {
  font-size: 2.2rem;
  font-family: korolev-condensed, Helvetica, sans-serif;
}
.page-template-page-activation .deal-management .zip-list-footer .select-all {
  justify-self: end;
  display: flex;
}
.page-template-page-activation .deal-management .zip-list-footer .select-all input {
  margin-left: 10px;
}
.page-template-page-activation .search-bar {
  position: relative;
  z-index: 1;
  background-color: white;
  color: #212121;
  font-size: 1.7rem;
  grid-area: search;
  display: grid;
  grid-template-areas: "copy copy" "inputs buttons";
  grid-template-columns: max-content auto;
  padding: 1rem 2rem 1.4rem;
}
.page-template-page-activation .search-bar .copy {
  grid-area: copy;
}
.page-template-page-activation .search-bar .copy em {
  color: black;
}
.page-template-page-activation .search-bar .inputs {
  grid-area: inputs;
  display: flex;
  align-items: center;
}
.page-template-page-activation .search-bar .inputs .input {
  border: 0.1rem solid #767676;
  display: flex;
  flex-direction: column;
  height: 5.6rem;
  min-width: 16rem;
}
.page-template-page-activation .search-bar .inputs .input:not(:last-of-type) {
  margin-right: 1rem;
}
.page-template-page-activation .search-bar .inputs .input label {
  padding: 0.5rem 0.7rem 0;
  margin: 0;
  font-size: 1.3rem;
  color: #767676;
}
.page-template-page-activation .search-bar .inputs .input select, .page-template-page-activation .search-bar .inputs .input input {
  border: 0;
  width: 100%;
  font-size: 1.7rem;
  color: #212121;
  height: 2.8rem;
}
.page-template-page-activation .search-bar .buttons {
  position: relative;
  grid-area: buttons;
  display: flex;
  align-items: center;
  justify-content: left;
}
.page-template-page-activation .search-bar .buttons:before {
  content: "OR";
  font-family: korolev-condensed, Helvetica, sans-serif;
  font-size: 2.2rem;
  color: #767676;
  letter-spacing: 0;
  font-weight: 700;
  padding: 0 2rem;
}
.page-template-page-activation .search-bar .buttons button {
  border: 0;
  height: 5.6rem;
  min-width: 7rem;
  margin-right: 2rem;
  transition: 0.3s;
}
.page-template-page-activation .search-bar .buttons .upload-csv {
  color: #f1f2f4;
  background-color: #f1f2f4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 29'%3E%3Cpath d='M1.47,0H9.8a3.23,3.23,0,0,1,2.82,1.67l1.46,3.56a.35.35,0,0,0,.29.2H33.53a1.45,1.45,0,0,1,1,.42A1.53,1.53,0,0,1,35,6.9V9a2.05,2.05,0,0,0-1.47-.58H1.47A2.05,2.05,0,0,0,0,9V1.49A1.48,1.48,0,0,1,1.47,0ZM35,25.74A3.25,3.25,0,0,1,31.76,29H3.24A3.25,3.25,0,0,1,0,25.74V10.44a1.5,1.5,0,0,1,.43-1,1.44,1.44,0,0,1,1-.41H33.53a1.44,1.44,0,0,1,1,.41,1.5,1.5,0,0,1,.43,1Z' style='fill:%236e6e6e'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3.5rem 2.9rem;
  font-weight: bold;
  font-size: 1.4rem;
  padding-top: 1rem;
}
.page-template-page-activation .search-bar .buttons .upload-csv:hover {
  background-color: #afafaf;
}
.page-template-page-activation .search-bar .buttons .go {
  background-color: #9EDA1D;
  color: white;
}
.page-template-page-activation .search-bar .buttons .go:hover {
  background-color: #83B517;
}
.page-template-page-activation .map-section {
  grid-area: map;
  position: relative;
}
.page-template-page-activation .map-section .map-controls {
  position: absolute;
  top: 3rem;
  right: 3rem;
  z-index: 1;
}
.page-template-page-activation .map-section .map-controls .control {
  width: 3rem;
  height: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 1px;
  cursor: pointer;
  position: relative;
}
.page-template-page-activation .map-section .map-controls .control.zoom-in {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Crect width='30' height='30' style='fill:%23121212'/%3E%3Cpath d='M15,7.73a.91.91,0,0,1,.91.91h0v5.45h5.45a.91.91,0,0,1,.9.8V15a.91.91,0,0,1-.91.91H15.91v5.45a.91.91,0,0,1-.8.9H15a.91.91,0,0,1-.91-.91h0V15.91H8.64a.91.91,0,0,1-.9-.8V15a.91.91,0,0,1,.91-.91h5.45V8.64a.91.91,0,0,1,.8-.9Z' style='fill:%23f2f2f2;fill-rule:evenodd'/%3E%3C/svg%3E");
}
.page-template-page-activation .map-section .map-controls .control.zoom-out {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Crect width='30' height='30' style='fill:%23121212'/%3E%3Cpath d='M9.28,15.82H20.72a.82.82,0,0,0,0-1.64H9.28a.82.82,0,0,0,0,1.64Z' style='fill:%23f2f2f2;fill-rule:evenodd'/%3E%3C/svg%3E");
}
.page-template-page-activation .map-section .map-controls .control.rect-select {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Crect width='30' height='30' style='fill:%23121212'/%3E%3Cpath d='M7.64,8.38l14-.74.74,14-14,.74Z' style='fill:none;stroke:%23f2f2f2;stroke-width:1.4999999634405456px;stroke-dasharray:4,3'/%3E%3C/svg%3E");
  margin-top: 10px;
}
.page-template-page-activation .map-section .map-controls .control:hover .control-drawer {
  display: block;
}
.page-template-page-activation .map-section .map-controls .control .control-drawer {
  display: none;
  position: absolute;
  top: 3rem;
  right: 0;
  width: 17.7rem;
  padding: 0.7rem;
  background-color: #212121;
  list-style-type: none;
}
.page-template-page-activation .map-section .map-controls .control .control-drawer li {
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.8rem;
  padding: 1rem;
  padding-left: 3.8rem;
  color: white;
  position: relative;
}
.page-template-page-activation .map-section .map-controls .control .control-drawer li::after {
  content: " ";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.4rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3.49999C11.8425 3.49999 14.3775 5.09749 15.615 7.62499C15.1725 8.53999 14.55 9.32749 13.8075 9.96499L14.865 11.0225C15.9075 10.1 16.7325 8.94499 17.25 7.62499C15.9525 4.33249 12.75 1.99999 9 1.99999C8.0475 1.99999 7.1325 2.14999 6.27 2.42749L7.5075 3.66499C7.995 3.56749 8.49 3.49999 9 3.49999ZM8.1975 4.35499L9.75 5.90749C10.1775 6.09499 10.5225 6.43999 10.71 6.86749L12.2625 8.41999C12.3225 8.16499 12.3675 7.89499 12.3675 7.61749C12.375 5.75749 10.86 4.24999 9 4.24999C8.7225 4.24999 8.46 4.28749 8.1975 4.35499ZM1.5075 1.90249L3.5175 3.91249C2.295 4.87249 1.3275 6.14749 0.75 7.62499C2.0475 10.9175 5.25 13.25 9 13.25C10.14 13.25 11.235 13.0325 12.24 12.635L14.805 15.2L15.8625 14.1425L2.565 0.837494L1.5075 1.90249ZM7.1325 7.52749L9.09 9.48499C9.06 9.49249 9.03 9.49999 9 9.49999C7.965 9.49999 7.125 8.65999 7.125 7.62499C7.125 7.58749 7.1325 7.56499 7.1325 7.52749ZM4.5825 4.97749L5.895 6.28999C5.7225 6.70249 5.625 7.15249 5.625 7.62499C5.625 9.48499 7.14 11 9 11C9.4725 11 9.9225 10.9025 10.3275 10.73L11.0625 11.465C10.4025 11.645 9.7125 11.75 9 11.75C6.1575 11.75 3.6225 10.1525 2.385 7.62499C2.91 6.55249 3.675 5.66749 4.5825 4.97749Z' fill='white'/%3E%3C/svg%3E%0A");
}
.page-template-page-activation .map-section .map-controls .control .control-drawer li:hover {
  color: #212121;
  background-color: #9EDA1D;
}
.page-template-page-activation .map-section .map-controls .control .control-drawer li:hover::after {
  filter: invert(100%);
}
.page-template-page-activation .map-section .map-controls .control .control-drawer li.reveal-territory::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.28571 10.2857H0V16H5.71429V13.7143H2.28571V10.2857ZM0 5.71429H2.28571V2.28571H5.71429V0H0V5.71429ZM13.7143 13.7143H10.2857V16H16V10.2857H13.7143V13.7143ZM10.2857 0V2.28571H13.7143V5.71429H16V0H10.2857Z' fill='white'/%3E%3C/svg%3E%0A");
  height: 1.6rem;
  width: 1.6rem;
}
.page-template-page-activation .map-section .map-controls .control .control-drawer li.select-zips::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 0H2C0.9 0 0 0.9 0 2V16C0 17.1 0.9 18 2 18H16C17.1 18 18 17.1 18 16V2C18 0.9 17.1 0 16 0ZM16 16H2V2H16V16ZM14.99 6L13.58 4.58L6.99 11.17L4.41 8.6L2.99 10.01L6.99 14L14.99 6Z' fill='white'/%3E%3C/svg%3E%0A");
  height: 1.8rem;
  width: 1.8rem;
}
.page-template-page-activation .map-section .map-controls .control .control-drawer li.deselect-zips::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 16H2V2H16V16ZM0 0V18H18V0H0ZM14 12.59L12.59 14L9 10.41L5.41 14L4 12.59L7.59 9L4 5.41L5.41 4L9 7.59L12.59 4L14 5.41L10.41 9L14 12.59Z' fill='white'/%3E%3C/svg%3E%0A");
  height: 1.8rem;
  width: 1.8rem;
}
.page-template-page-activation .map-container .map.leaflet-container {
  z-index: 0;
  background-color: #101010;
}
.page-template-page-activation .map-container .map.leaflet-container .leaflet-fixedtopright {
  position: fixed;
  top: 10rem;
  right: 2rem;
  z-index: 500;
  opacity: 0.3;
}
.page-template-page-activation .map-container .map.leaflet-container .leaflet-popup {
  margin-bottom: 0;
  user-select: none;
}
.page-template-page-activation .map-container .map.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper {
  background: transparent;
  box-shadow: none;
  margin-bottom: -4rem;
}
.page-template-page-activation .map-container .map.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  color: white;
  font-size: 2.2rem;
  display: flex;
  justify-content: center;
}
.page-template-page-activation .map-container .map.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .tip {
  transform: none;
  text-align: left;
  font-size: 1.5rem;
}
.page-template-page-activation .map-container .map.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .tip .zip {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #D8D8D8;
}
.page-template-page-activation .map-container .map.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .tip:after {
  border: 2.4rem solid transparent;
  border-bottom: 2.4rem solid #fff;
  top: -4.2rem;
  left: calc( 50% - 2.2rem );
}
.page-template-page-activation .map-container .map.leaflet-container .leaflet-popup .leaflet-popup-close-button {
  display: none;
}
.page-template-page-activation .map-container .map.leaflet-container .leaflet-popup .leaflet-popup-tip-container {
  width: 4.6rem;
  height: 6.2rem;
  bottom: 1rem;
}
.page-template-page-activation .map-container .map.leaflet-container .leaflet-popup .leaflet-popup-tip-container .leaflet-popup-tip {
  display: none;
}
.page-template-page-activation .action {
  z-index: 1;
  grid-area: action;
  background-color: black;
  width: 100%;
  height: 7.5rem;
  padding: 1.6rem 6rem;
  display: flex;
  justify-content: space-between;
}
.page-template-page-activation .action .buttons {
  display: inline-block;
}
.page-template-page-activation .action .buttons button, .page-template-page-activation .action .buttons a {
  background-color: white;
  color: black;
  font-size: 1.6rem;
  padding: 0.5rem 2rem;
  border: 0;
}
.page-template-page-activation .action .buttons button:hover, .page-template-page-activation .action .buttons a:hover {
  background-color: #9EDA1D;
}
.page-template-page-activation .action .buttons button.info-icon, .page-template-page-activation .action .buttons a.info-icon {
  padding-right: 4rem;
}
.page-template-page-activation .action .buttons button.info-icon:after, .page-template-page-activation .action .buttons a.info-icon:after {
  right: 1rem;
}
.page-template-page-activation .action .buttons.secondary button, .page-template-page-activation .action .buttons.secondary a {
  background-color: #767676;
  color: white;
}
.page-template-page-activation .action .buttons.secondary button:hover, .page-template-page-activation .action .buttons.secondary a:hover {
  background-color: white;
  color: black;
}
.page-template-page-activation ._overlay {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  opacity: 0.5;
}
.page-template-page-activation ._modal {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 49.2rem;
  background-color: white;
  border-radius: 0.6rem;
}
.page-template-page-activation ._modal#my_deals {
  width: 89.4rem;
}
.page-template-page-activation ._modal#my_deals ul {
  list-style-type: none;
  margin: 0;
  padding: 0 3.6rem;
  max-height: 65rem;
  overflow: scroll;
}
.page-template-page-activation ._modal#my_deals ul.template {
  display: none;
}
.page-template-page-activation ._modal#my_deals ul li {
  display: grid;
  grid-template-areas: "name name name name buttons" "monthlySpend numZips population inMarketShoppers buttons";
  padding: 2.7rem 0;
  margin: 0 3.4rem;
  font-size: 1.7rem;
}
.page-template-page-activation ._modal#my_deals ul li .name {
  grid-area: name;
}
.page-template-page-activation ._modal#my_deals ul li .stat {
  color: #767676;
}
.page-template-page-activation ._modal#my_deals ul li .monthlySpend {
  grid-area: monthlySpend;
}
.page-template-page-activation ._modal#my_deals ul li .numZips {
  grid-area: numZips;
}
.page-template-page-activation ._modal#my_deals ul li .population {
  grid-area: population;
}
.page-template-page-activation ._modal#my_deals ul li .inMarketShoppers {
  grid-area: inMarketShoppers;
}
.page-template-page-activation ._modal#my_deals ul li .buttons {
  grid-area: buttons;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.page-template-page-activation ._modal#my_deals ul li .buttons .button {
  padding: 0.5rem 1.2rem;
  color: #767676;
  font-size: 1.6rem;
}
.page-template-page-activation ._modal#my_deals ul li .buttons .button:hover {
  color: black;
  background-color: #afafaf;
}
.page-template-page-activation ._modal#my_deals ul li .buttons .remove {
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.98 20.98'%3E%3Cpath d='M10.5,0A10.49,10.49,0,1,1,0,10.5,10.49,10.49,0,0,1,10.5,0Zm0,1.91a8.58,8.58,0,1,0,8.58,8.58A8.58,8.58,0,0,0,10.5,1.92ZM7,7A1,1,0,0,1,8.31,7h0L10.5,9.15,12.69,7A1,1,0,0,1,14,6.89L14,7a1,1,0,0,1,0,1.35h0L11.85,10.5,14,12.69A1,1,0,0,1,14.11,14L14,14a1,1,0,0,1-1.35,0h0L10.5,11.85,8.31,14a1,1,0,0,1-1.26.07L7,14a1,1,0,0,1,0-1.35H7L9.15,10.5,7,8.31a1,1,0,0,1-.07-1.26Z' transform='translate(-0.01 -0.01)' style='fill:%23767676;fill-rule:evenodd'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.1rem;
  height: 2.1rem;
}
.page-template-page-activation ._modal#recent_deals ul {
  list-style-type: none;
  padding: 0 3.6rem;
  margin: 0;
}
.page-template-page-activation ._modal#recent_deals ul li {
  margin: 0;
  padding: 2.7rem 0;
  font-size: 1.7rem;
  color: black;
  position: relative;
  border-bottom: 1px solid #afafaf;
}
.page-template-page-activation ._modal#recent_deals ul li:before {
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.81 10.17'%3E%3Cpath d='M9.15,8,5.31,11.85a.72.72,0,0,0,1,1l4.36-4.36a.71.71,0,0,0,0-1L6.33,3.13a.72.72,0,0,0-1,1Z' transform='translate(-5.09 -2.91)' style='fill:%23282828;fill-rule:evenodd'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  right: 0;
  top: 3.3rem;
}
.page-template-page-activation ._modal#recent_deals ul li:hover:after {
  content: "Enter";
  position: absolute;
  right: 2.1rem;
}
.page-template-page-activation ._modal#bulk_add .body {
  padding: 0 3.6rem;
  font-size: 1.5rem;
}
.page-template-page-activation ._modal#bulk_add .page-2 {
  display: none;
}
.page-template-page-activation ._modal#bulk_add .upload {
  margin-top: 3.6rem;
  width: 100%;
  height: 18.5rem;
  background-color: #E6E6E6;
  border: 1px dashed #767676;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column-reverse;
}
.page-template-page-activation ._modal#bulk_add .upload .intro {
  pointer-events: none;
}
.page-template-page-activation ._modal#bulk_add .upload .intro:before {
  width: 5.1rem;
  height: 3.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.01 34.64'%3E%3Cpath d='M.21,12.34A1,1,0,0,0,0,13.2L5.45,34a1,1,0,0,0,1,.74H43.58a1,1,0,0,0,1-.74L50,13.2A1,1,0,0,0,49,12H1A1,1,0,0,0,.21,12.34Z' transform='translate(0 -0.08)' style='fill:%23bac5d2'/%3E%3Cpath d='M43.58,4.85H24.34L21.53.53A1,1,0,0,0,20.7.08H6.42a1,1,0,0,0-1,1V10H44.58V5.85A1,1,0,0,0,43.58,4.85Z' transform='translate(0 -0.08)' style='fill:%23778699'/%3E%3C/svg%3E");
  content: " ";
  display: block;
  margin: 0 auto;
}
.page-template-page-activation ._modal#bulk_add .upload .intro span {
  font-size: 1.8rem;
  display: block;
}
.page-template-page-activation ._modal#bulk_add .upload.dz-started .intro {
  display: none;
}
.page-template-page-activation ._modal#bulk_add .upload .dz-success-mark, .page-template-page-activation ._modal#bulk_add .upload .dz-error-mark {
  display: none;
}
.page-template-page-activation ._modal#bulk_add .results {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page-template-page-activation ._modal#bulk_add .results li {
  padding: 0.8rem 1.3rem;
  margin: 1rem 0;
  font-size: 1.6rem;
  border-radius: 0.5rem;
}
.page-template-page-activation ._modal#bulk_add .results li.available {
  color: #50710A;
  background-color: #F8FDEC;
}
.page-template-page-activation ._modal#bulk_add .results li.nonexistent {
  color: #A30015;
  background-color: #FFEBEE;
}
.page-template-page-activation ._modal#bulk_add .results li.waitlist {
  color: rgba(0, 0, 0, 0.7);
  background-color: #F1F2F4;
}
.page-template-page-activation ._modal#bulk_add .col-select {
  padding: 1rem 3rem 0;
  display: none;
  align-items: center;
  justify-content: center;
}
.page-template-page-activation ._modal#bulk_add .col-select select {
  padding: 0.5rem;
}
.page-template-page-activation ._modal#bulk_add .text-entry {
  margin-top: 3.5rem;
}
.page-template-page-activation ._modal#bulk_add .text-entry textarea {
  width: 100%;
  background-color: #E6E6E6;
  border: 0;
}
.page-template-page-activation ._modal .header {
  width: 100%;
  border-bottom: 1px solid #767676;
  padding: 2.4rem 3.6rem 2.6rem;
  position: relative;
}
.page-template-page-activation ._modal .header h2 {
  font-family: korolev-condensed, Helvetica, sans-serif;
  font-size: 4.2rem;
  color: black;
}
.page-template-page-activation ._modal .header h3 {
  font-size: 2.2rem;
  color: #afafaf;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
}
.page-template-page-activation ._modal .header .close {
  position: absolute;
  top: 2.4rem;
  right: 1.9rem;
  width: 1.8rem;
  height: 1.8rem;
  z-index: 11;
}
.page-template-page-activation ._modal .header .close::after {
  content: " ";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.48 12.48'%3E%3Cpath d='M11,1a.91.91,0,0,1,1.26,0,.89.89,0,0,1,0,1.26h0L7.52,7l4.71,4.72a.89.89,0,0,1,.08,1.17l-.08.09A.91.91,0,0,1,11,13h0L6.26,8.26,1.54,13a.9.9,0,0,1-1.17.08L.28,13a.89.89,0,0,1,0-1.26h0L5,7,.28,2.28A.9.9,0,0,1,.2,1.11L.28,1A.91.91,0,0,1,1.54,1h0L6.26,5.74Z' transform='translate(-0.02 -0.76)' fill='%23282828' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.page-template-page-activation ._modal .body {
  color: #121212;
}
.page-template-page-activation ._modal .body .inputs {
  padding: 1.2rem 3.7rem;
  display: grid;
  row-gap: 1.2rem;
}
.page-template-page-activation ._modal .body .inputs .input {
  border: 0.1rem solid #767676;
  display: flex;
  flex-direction: column;
  height: 5.6rem;
  min-width: 16rem;
}
.page-template-page-activation ._modal .body .inputs .input:not(:last-of-type) {
  margin-right: 1rem;
}
.page-template-page-activation ._modal .body .inputs .input label {
  padding: 0.5rem 0.7rem 0;
  margin: 0;
  font-size: 1.3rem;
  color: #767676;
}
.page-template-page-activation ._modal .body .inputs .input select, .page-template-page-activation ._modal .body .inputs .input input {
  border: 0;
  width: 100%;
  font-size: 1.7rem;
  color: #212121;
  height: 2.8rem;
}
.page-template-page-activation ._modal .body .inputs .textarea {
  height: auto;
}
.page-template-page-activation ._modal .body .inputs .textarea textarea {
  border: 0;
  width: 100%;
  font-size: 1.7rem;
  color: #212121;
}
.page-template-page-activation ._modal .body ul li {
  cursor: pointer;
}
.page-template-page-activation ._modal .footer {
  padding: 3.1rem 3.6rem;
  display: flex;
  justify-content: space-between;
}
.page-template-page-activation ._modal .footer .button {
  display: inline-block;
  min-width: 17rem;
  padding: 1rem;
  font-size: 1.7rem;
  font-weight: 500;
  color: black;
  letter-spacing: 0;
  text-align: center;
  line-height: 2.4rem;
  background-color: #9EDA1D;
}
.page-template-page-activation ._modal .footer .button:hover {
  background-color: #83B517;
}
.page-template-page-activation ._modal .footer .button.secondary {
  background-color: #f1f2f4;
}
.page-template-page-activation ._modal .footer .button.secondary:hover {
  background-color: #afafaf;
}

.tip {
  width: 30rem;
  max-width: 30rem;
  border-radius: 0.6rem;
  background-color: white;
  color: #121212;
  position: absolute;
  font-size: 1.4rem;
  padding: 1.2rem 1.6rem;
  transform: translateY(-50%) translateX(1.2rem);
  z-index: 1000;
  pointer-events: none;
}
.tip:after {
  position: absolute;
  top: calc( 50% - 2.4rem );
  left: -2.2rem;
  content: "";
  width: 0;
  height: 0;
  border-top: 2.4rem solid transparent;
  border-bottom: 2.4rem solid transparent;
  border-right: 2.4rem solid white;
}

.info-icon {
  position: relative;
}
.info-icon:after {
  content: " ";
  position: absolute;
  right: 0;
  top: calc( 50% - 1.0rem );
  width: 2rem;
  height: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8,16a8,8,0,1,1,8-8A8,8,0,0,1,8,16Zm0-1.45A6.55,6.55,0,1,0,1.45,8,6.56,6.56,0,0,0,8,14.55ZM8,5.82A.82.82,0,1,1,8.82,5,.82.82,0,0,1,8,5.82Zm0,5.82a.73.73,0,0,1-.73-.73h0V8A.73.73,0,0,1,8.73,8h0v2.91A.73.73,0,0,1,8,11.64Z' style='fill:%23ffffff;fill-rule:evenodd'/%3E%3C/svg%3E");
}

.crosshair-cursor {
  cursor: crosshair !important;
}

.legend {
  display: grid;
  grid-template-areas: "title title" "gradient gradient" "low high" "unavailable unavailable" "selected selected" "competitor_title competitor_title";
  font-size: 1.2rem;
  padding: 0.9rem 1.3rem;
  color: black;
  background-color: white;
  width: 27rem;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  -webkit-box-shadow: 0px 0px 31px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 31px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 31px -8px rgba(0, 0, 0, 0.75);
}
.legend .title {
  grid-area: title;
  margin-bottom: 5px;
}
.legend .gradient {
  grid-area: gradient;
  height: 0.9rem;
  background-image: linear-gradient(270deg, #1A2759 0%, #334999 20%, #3E55AD 51%, #6177D2 80%, #EEEEEE 100%);
  margin-bottom: 0.5rem;
}
.legend .low {
  grid-area: low;
  font-size: 1.1rem;
  color: #767676;
}
.legend .high {
  grid-area: high;
  font-size: 1.1rem;
  color: #767676;
  text-align: right;
}
.legend .unavailable {
  grid-area: unavailable;
  padding-left: 2.1rem;
  margin-top: 1rem;
  position: relative;
}
.legend .unavailable:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: black;
}
.legend .selected {
  grid-area: selected;
  padding-left: 2.1rem;
  margin-top: 1.2rem;
  position: relative;
}
.legend .selected:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #9EDA1D;
}
.legend .competitor_title {
  grid-area: competitor_title;
  padding-top: 10px;
  padding-bottom: 5px;
}
.legend .toggle-switchy > input:checked + .toggle {
  background-color: #2B379E;
}
.legend .toggle-switchy[data-size=sm] > input + .toggle:before, .legend .toggle-switchy[data-size=sm] > input + .toggle:after {
  font-size: 8px;
}
.legend .toggle-switchy > input:checked + .toggle > .switch {
  border-color: #2B379E;
}

#navBanner {
  background: #778699;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 12px 6px 10px;
  transition: all 0.3s ease;
}

#navBanner .title {
  font-weight: bold;
  display: inline-block;
  margin-right: 40px;
}

#navBanner .desc {
  display: inline-block;
}

#navBanner .btn-outline {
  background: transparent;
  border: 1px solid #ffffff;
  line-height: 1;
  /*    padding: 8px 20px;*/
  padding: 10px 20px 8px;
  margin-left: 40px;
  display: inline-block;
  height: auto;
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 3px;
}

#navBanner .btn-outline:hover,
#navBanner .btn-outline:focus #navBanner .btn-outline:active {
  background: #ffffff;
  color: #778699;
  border-color: white;
}

body.navBanner .modal-backdrop.show {
  opacity: 0.85;
}

#navBannerModal .modal-content {
  background: #101010;
  color: #ffffff;
}

#navBannerModal img {
  max-width: 100%;
}

#navBannerModal img.bg-img {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  width: 144%;
}

#navBannerModal .img-container {
  height: 200px;
  width: 100%;
  position: relative;
}

#navBannerModal .modal-header {
  padding: 0;
  overflow: hidden;
  border: none;
}

#navBannerModal .modal-header button.close {
  position: absolute;
  top: 6px;
  right: 15px;
  z-index: 2;
  color: white;
  font-size: 36px;
}

#navBannerModal .modal-body {
  padding: 15px;
  max-width: 100%;
  width: 560px;
  margin: auto;
  text-align: center;
}

#navBannerModal .gform_heading {
  text-align: center;
  font-size: 1.8rem;
}

#navBannerModal .gform_heading h3 {
  font-size: 5rem;
  text-transform: uppercase;
  font-family: korolev-condensed, Helvetica, sans-serif;
}

#navBannerModal .gform_body {
  margin-top: 30px;
}

#navBannerModal .gform_body ul.gform_fields {
  margin-right: -16px !important;
}

#navBannerModal .gform_body label.gfield_label {
  color: #ebebeb;
  line-height: 1.2;
  font-size: 1.3rem;
  font-weight: normal;
  margin-bottom: 0;
}

#navBannerModal .gform_wrapper .gfield_required {
  color: #ebebeb;
}

#navBannerModal .form-group {
  margin-bottom: 16px;
}

#navBannerModal .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}

#navBannerModal .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-radius: 0.25rem;
}

#navBannerModal .gform_wrapper .gfield_select {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  color: #212529;
  line-height: 1.4;
  padding: 0.6em 1.4em 0.5em 0.8em !important;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #cfcfcf;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #d4d4d4 0%, #d4d4d4 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}

#navBannerModal .gform_wrapper .gfield_select::-ms-expand {
  display: none;
}

#navBannerModal .gform_wrapper .gfield_select:hover {
  border-color: #888;
}

#navBannerModal .gform_wrapper .gfield_select:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(33, 33, 33, 0.5);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

#navBannerModal .gform_wrapper .gfield_select option {
  font-weight: normal;
}

#navBannerModal .gfield_checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  height: 0;
  width: 0;
}

#navBannerModal .gfield_checkbox label:before {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  border: 1px solid #979797;
  border-radius: 3px;
  background: white;
  content: "";
  vertical-align: text-top;
}

#navBannerModal .gfield_checkbox label:hover:before {
  background: #ffffff;
}

#navBannerModal .gfield_checkbox label:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 4px;
  width: 6px;
  height: 12px;
  border: solid #646db8;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#navBannerModal .gfield_checkbox input:checked ~ label:after {
  display: block;
}

#navBannerModal .gchoice_select_all,
#navBannerModal .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
#navBannerModal .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: normal;
}

#navBannerModal .gform_wrapper .gform_footer button {
  padding-right: 60px;
  padding-left: 60px;
}

#navBannerModal .gform_confirmation_message {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.8rem;
}

#navBannerModal .gform_confirmation_message h3 {
  font-size: 5rem;
  text-transform: uppercase;
  font-family: korolev-condensed, Helvetica, sans-serif;
  margin-bottom: 20px;
}

#navBannerModal .close-modal {
  margin: auto;
  margin-top: 30px;
  padding-right: 60px;
  padding-left: 60px;
}

@media (max-width: 768px) {
  #navBanner {
    font-size: 1.4rem;
  }

  #navBanner .title {
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid;
  }

  #navBanner .btn-outline {
    display: block;
    width: auto;
    margin: 4px auto 0;
    font-size: 1.3rem;
    padding: 5px 14px;
  }
}
@media (max-width: 640px) {
  #navBannerModal .gform_body ul.gform_fields {
    margin-right: 0 !important;
  }

  #navBannerModal .modal-body {
    padding: 15px 20px;
  }

  #navBannerModal .gform_heading {
    font-size: 1.5rem;
  }

  #navBannerModal .gform_heading h3 {
    font-size: 2.6rem;
  }

  #navBannerModal .gform_wrapper ul.gfield_checkbox li label,
#navBannerModal .gform_wrapper ul.gfield_radio li label {
    width: auto;
    max-width: none;
  }
}
@media (max-width: 575px) {
  #navBannerModal img.bg-img {
    top: 40%;
  }

  #navBannerModal .img-container {
    height: 160px;
  }
}
@font-face {
  font-family: "SharpSans";
  font-display: auto;
  src: local("Sharp Sans Display No1 Bold"), local("SharpSansDisplayNo1-Bold"), url(../fonts/sharpsans/SharpSansDisplayNo1-Bold.woff2) format("woff2"), url(../fonts/sharpsans/SharpSansDisplayNo1-Bold.woff) format("woff"), url(../fonts/sharpsans/SharpSansDisplayNo1-Bold.ttf) format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "SharpSans";
  font-display: auto;
  src: local("Sharp Sans Display No1 Thin"), local("SharpSansDisplayNo1-Thin"), url(../fonts/sharpsans/SharpSansDisplayNo1-Thin.woff2) format("woff2"), url(../fonts/sharpsans/SharpSansDisplayNo1-Thin.woff) format("woff"), url(../fonts/sharpsans/SharpSansDisplayNo1-Thin.ttf) format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: "SharpSans";
  font-display: auto;
  src: local("Sharp Sans Display No1 Book"), local("SharpSansDisplayNo1-Book"), url(../fonts/sharpsans/SharpSansDisplayNo1-Book.woff2) format("woff2"), url(../fonts/sharpsans/SharpSansDisplayNo1-Book.woff) format("woff"), url(../fonts/sharpsans/SharpSansDisplayNo1-Book.ttf) format("truetype");
  font-weight: 400;
}
body.page-template-page-blocks section.two-column-block {
  padding: 80px 0;
  position: relative;
}
body.page-template-page-blocks section.two-column-block .row {
  display: flex;
  align-items: center;
}
body.page-template-page-blocks section.two-column-block.content-left .row {
  flex-direction: row;
}
body.page-template-page-blocks section.two-column-block.content-right .row {
  flex-direction: row-reverse;
}
body.page-template-page-blocks section.two-column-block.dark-text {
  color: black;
}
body.page-template-page-blocks section.two-column-block .icon {
  margin-bottom: 16px;
}
body.page-template-page-blocks section.two-column-block .overline {
  font-family: "SharpSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 31px;
  letter-spacing: 1.17px;
  text-transform: uppercase;
}
body.page-template-page-blocks section.two-column-block h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 125%;
  text-transform: uppercase;
}
body.page-template-page-blocks section.two-column-block.hero-sizing h2 {
  font-size: 60px;
}
body.page-template-page-blocks section.two-column-block .btn.btn-blue {
  border: 0;
}
@media (min-width: 768px) {
  body.page-template-page-blocks section.two-column-block .background {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  body.page-template-page-blocks section.two-column-block .background.overlay:before {
    display: block;
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(16, 16, 16, 0.3);
  }
  body.page-template-page-blocks section.two-column-block .background .bg-img,
body.page-template-page-blocks section.two-column-block .background .bg-vid {
    position: relative;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }
  body.page-template-page-blocks section.two-column-block .background video,
body.page-template-page-blocks section.two-column-block .background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    height: auto;
    z-index: 0;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  body.page-template-page-blocks section.two-column-block .background video {
    width: auto;
    zoom: 80%;
  }
}
@media (max-width: 767px) {
  body.page-template-page-blocks section.two-column-block {
    padding: 60px 0;
    display: flex;
    flex-direction: column-reverse;
  }
  body.page-template-page-blocks section.two-column-block h2 {
    font-size: 38px;
    line-height: 125%;
  }
  body.page-template-page-blocks section.two-column-block.hero-sizing h2 {
    font-size: 50px;
  }
  body.page-template-page-blocks section.two-column-block .background {
    position: relative;
  }
}

.form-inline-centered.page-section {
  padding-top: 5rem;
}
.form-inline-centered .gform_wrapper .gsection_title {
  font-family: korolev-condensed, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 22px;
}
.form-inline-centered .gform_wrapper ul li.gfield {
  margin-top: 0;
}
.form-inline-centered .gform_wrapper .top_label input[type=file] {
  font-size: 12px;
}
.form-inline-centered .gform_wrapper .top_label label.gfield_label {
  font-size: 15px;
  color: white;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 0;
}
.form-inline-centered .gform_wrapper .top_label label.gfield_label .gfield_required {
  display: inline-block;
  color: #9EDA1D;
}
.form-inline-centered .gform_wrapper .top_label .ginput_container_select {
  background-color: white;
  padding: 6px;
  border-radius: 0.25rem;
  border: 1px solid #cfcfcf;
}
.form-inline-centered .gform_wrapper .top_label .ginput_container_select select {
  border: 0;
}
.form-inline-centered .gform_wrapper ul.gform_fields li.gfield input[type=radio] {
  margin-top: -5px;
  margin-right: 7px;
}
.form-inline-centered .gform_wrapper .ginput_container_fileupload,
.form-inline-centered .gform_wrapper .ginput_container_radio {
  margin-bottom: 50px;
}
.form-inline-centered .gform_wrapper textarea.large {
  height: 160px;
}
.form-inline-centered .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background-color: white;
}
.form-inline-centered .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}
.form-inline-centered .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  margin-bottom: 30px;
}
.form-inline-centered .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container.ginput_container_name label {
  margin-bottom: 0;
}
@media (max-width: 660px) {
  .form-inline-centered .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container.ginput_container_name .name_first {
    margin-bottom: 30px;
  }
}
.form-inline-centered .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container .address_zip label {
  margin-bottom: 0;
}
.form-inline-centered .gform_wrapper .address_state select {
  height: 41px;
  margin: 0 !important;
  border-radius: 0.25rem;
}
.form-inline-centered .form-group {
  margin-bottom: 40px;
}

.modal-container .modal-header {
  border-bottom: 0;
}
.modal-container .modal-header button.close {
  position: absolute;
  top: 6px;
  right: 15px;
  z-index: 2;
  color: white;
  font-size: 36px;
}
.modal-container .close-modal {
  margin: auto;
  margin-top: 30px;
  padding-right: 60px;
  padding-left: 60px;
}
.modal-container .modal-body {
  padding: 60px 40px;
  max-width: 100%;
  margin: auto;
}
.modal-container .modal-body.centered {
  text-align: center;
}
.modal-container .modal-body b,
.modal-container .modal-body strong {
  letter-spacing: 0.08em;
}
.modal-container .modal-body a {
  color: #9ea4d2;
}
.modal-container .modal-body a:hover, .modal-container .modal-body a:focus {
  color: #646db8;
}
.modal-container .modal-content {
  background: #101010;
  color: #ffffff;
}
.modal-container .form-group {
  margin-bottom: 10px;
}

.modal-container .modal-header {
  border-bottom: 0;
}
.modal-container .modal-header button.close {
  position: absolute;
  top: 6px;
  right: 15px;
  z-index: 2;
  color: white;
  font-size: 36px;
}
.modal-container .close-modal {
  margin: auto;
  margin-top: 30px;
  padding-right: 60px;
  padding-left: 60px;
}
.modal-container .modal-body {
  padding: 15px;
  max-width: 100%;
  margin: auto;
}
.modal-container .modal-body.centered {
  text-align: center;
}
.modal-container .modal-content {
  background: #101010;
  color: #ffffff;
}

.modal-backdrop.show {
  opacity: 0.85;
}
