#goto-features .feature:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}

h1 {
  left: -99999em;
  position: absolute;
  top: -99999em;
}

#main {
  padding-bottom: 90px;
}

/*
	goto-banner
*/
#goto-banner {
  background: #333 no-repeat center center;
  background-size: cover;
  height: 597px;
  margin-bottom: 9px;
}

#goto-banner .banner {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#goto-banner .banner-player {
  margin-bottom: -597px;
  height: 597px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#goto-banner .banner-player video {
  position: absolute;
  left: 50%;
  width: auto;
  height: 597px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#goto-banner .banner-container {
  background-color: rgba(9, 47, 87, 0.6);
  position: relative;
  z-index: 2;
}
#goto-banner .banner-wrap {
  margin: 0 auto;
  max-width: 1310px;
  position: relative;
}
#goto-banner .banner-outer {
  display: table;
  height: 597px;
  width: 100%;
  max-width: 510px;
}
#goto-banner .banner-inner {
  display: table-cell;
  vertical-align: middle;
}
#goto-banner .banner-title {
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 50px;
  line-height: 1.25;
  margin: 0;
  margin-bottom: 24px;
  margin-bottom: 0.6em;
}
#goto-banner .banner-play {
  position: absolute;
  right: 0;
  bottom: 50px;
}
#goto-banner .banner-play a {
  background: url(../../images/svg/banner-play.svg.php) no-repeat center center;
  background-size: 100% auto;
  border-radius: 50%;
  display: block;
  height: 108px;
  width: 108px;
  overflow: hidden;
  text-indent: -999em;
}
#goto-banner .banner-play a:hover {
  background-color: #1DC2FF;
}

@media screen and (min-width: 2000px) {
  #goto-banner .banner-player video {
    height: auto;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (max-width: 1439px) {
  #goto-banner {
    height: 500px;
  }

  #goto-banner .banner-player {
    margin-bottom: -500px;
    height: 500px;
  }
  #goto-banner .banner-player video {
    height: 500px;
  }
  #goto-banner .banner-outer {
    height: 500px;
  }
  #goto-banner .banner-inner {
    vertical-align: bottom;
    padding-bottom: 83px;
  }
  #goto-banner .banner-title {
    font-size: 25px;
    line-height: 30px;
  }
  #goto-banner .banner-play {
    display: none;
  }
}
/*
	goto-scrollto
*/
#goto-scrollto {
  margin-bottom: 66px;
}

@media screen and (max-width: 1439px) {
  #goto-scrollto {
    margin-bottom: 46px;
  }
}
/*
	goto-features
*/
#goto-features {
  margin-bottom: 66px;
}

#goto-features .features-title {
  left: -99999em;
  position: absolute;
  top: -99999em;
}
#goto-features .features-container {
  margin: 0 auto;
  max-width: 1310px;
}
#goto-features .feature {
  margin-bottom: 10px;
}
#goto-features .feature-image {
  background: #333 no-repeat center center;
  height: 414px;
  width: 50%;
  position: relative;
  overflow: hidden;
}
#goto-features .feature-image img {
  display: block;
  opacity: 0;
  height: auto;
  width: 100%;
}
#goto-features .feature-image:after {
  background: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
#goto-features .feature-container {
  display: table;
  height: 414px;
  width: 50%;
}
#goto-features .feature-outer {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}
#goto-features .feature-inner {
  max-width: 532px;
}
#goto-features .feature-title {
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 37px;
  line-height: 1.2333333333;
  margin: 0;
  margin-bottom: 22px;
  margin-bottom: 0.7333333333em;
}
#goto-features .feature:nth-child(odd) .feature-image {
  float: right;
}
#goto-features .feature:nth-child(odd) .feature-image:after {
  left: -2px;
}
#goto-features .feature:nth-child(odd) .feature-container {
  float: left;
}
#goto-features .feature:nth-child(odd) .feature-outer {
  padding-left: 72px;
}
#goto-features .feature:nth-child(even) .feature-image {
  float: left;
}
#goto-features .feature:nth-child(even) .feature-image:after {
  right: -2px;
}
#goto-features .feature:nth-child(even) .feature-container {
  float: right;
}
#goto-features .feature:nth-child(even) .feature-outer {
  padding-left: 82px;
}
#goto-features .feature:nth-child(even) .feature-inner {
  margin-right: auto;
}
#goto-features .feature--0 {
  background-color: #092F57;
}
#goto-features .feature--0 .feature-image:after {
  background-image: url(../../images/wp-front-page/desktop-feature--0.png?20210415);
}
#goto-features .feature--0 .feature-title {
  color: #1DC2FF;
}
#goto-features .feature--1 {
  background-color: #1A4E84;
}
#goto-features .feature--1 .feature-image:after {
  background-image: url(../../images/wp-front-page/desktop-feature--1.png?20210415);
}
#goto-features .feature--1 .feature-title {
  color: #21C2FF;
}
#goto-features .feature--2 {
  background-color: #0B5BAF;
}
#goto-features .feature--2 .feature-image:after {
  background-image: url(../../images/wp-front-page/desktop-feature--2.png?20210415);
}
#goto-features .feature--2 .feature-title {
  color: #fff;
}
#goto-features .feature--3 {
  background-color: #228CFA;
}
#goto-features .feature--3 .feature-image:after {
  background-image: url(../../images/wp-front-page/desktop-feature--3.png?20210415);
}
#goto-features .feature--3 .feature-title {
  color: #fff;
}
#goto-features .feature--4 {
  background-color: #092F57;
}
#goto-features .feature--4 .feature-image:after {
  background-image: url(../../images/wp-front-page/desktop-feature--0.png?20210415);
}
#goto-features .feature--4 .feature-title {
  color: #1DC2FF;
}
#goto-features .feature--5 {
  background-color: #1A4E84;
}
#goto-features .feature--5 .feature-image:after {
  background-image: url(../../images/wp-front-page/desktop-feature--1.png?20210415);
}
#goto-features .feature--5 .feature-title {
  color: #21C2FF;
}
#goto-features .feature--6 {
  background-color: #0B5BAF;
}
#goto-features .feature--6 .feature-image:after {
  background-image: url(../../images/wp-front-page/desktop-feature--2.png?20210415);
}
#goto-features .feature--6 .feature-title {
  color: #fff;
}
#goto-features .feature--7 {
  background-color: #228CFA;
}
#goto-features .feature--7 .feature-image:after {
  background-image: url(../../images/wp-front-page/desktop-feature--3.png?20210415);
}
#goto-features .feature--7 .feature-title {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  #goto-features .feature:nth-child(odd) .feature-image,
#goto-features .feature:nth-child(even) .feature-image {
    float: none;
    height: auto;
    max-height: 414px;
    width: auto;
  }
  #goto-features .feature:nth-child(odd) .feature-image:after,
#goto-features .feature:nth-child(even) .feature-image:after {
    left: 0;
    bottom: auto;
    right: 0;
    width: auto;
    height: 40px;
  }
  #goto-features .feature:nth-child(odd) .feature-image img,
#goto-features .feature:nth-child(even) .feature-image img {
    opacity: 1;
  }
  #goto-features .feature:nth-child(odd) .feature-container,
#goto-features .feature:nth-child(even) .feature-container {
    float: none;
    height: auto;
    width: auto;
    padding: 50px 20px;
  }
  #goto-features .feature:nth-child(odd) .feature-outer,
#goto-features .feature:nth-child(even) .feature-outer {
    padding: 0;
  }
  #goto-features .feature:nth-child(odd) .feature-title,
#goto-features .feature:nth-child(even) .feature-title {
    font-size: 20px;
    line-height: 24px;
  }
  #goto-features .feature--0 .feature-image:after {
    background-image: url(../../images/wp-front-page/mobile-feature--0.png?20210415);
  }
  #goto-features .feature--1 .feature-image:after {
    background-image: url(../../images/wp-front-page/mobile-feature--1.png?20210415);
  }
  #goto-features .feature--2 .feature-image:after {
    background-image: url(../../images/wp-front-page/mobile-feature--2.png?20210415);
  }
  #goto-features .feature--3 .feature-image:after {
    background-image: url(../../images/wp-front-page/mobile-feature--3.png?20210415);
  }
  #goto-features .feature--4 .feature-image:after {
    background-image: url(../../images/wp-front-page/mobile-feature--0.png?20210415);
  }
  #goto-features .feature--5 .feature-image:after {
    background-image: url(../../images/wp-front-page/mobile-feature--1.png?20210415);
  }
  #goto-features .feature--6 .feature-image:after {
    background-image: url(../../images/wp-front-page/mobile-feature--2.png?20210415);
  }
  #goto-features .feature--7 .feature-image:after {
    background-image: url(../../images/wp-front-page/mobile-feature--3.png?20210415);
  }
}
@media screen and (max-width: 479px) {
  #goto-features .feature:nth-child(odd) .feature-image:after,
#goto-features .feature:nth-child(even) .feature-image:after {
    left: 0;
    bottom: auto;
    right: 0;
    width: auto;
    height: 20px;
  }
  #goto-features .feature:nth-child(odd) .feature-container,
#goto-features .feature:nth-child(even) .feature-container {
    float: none;
    height: auto;
    width: auto;
    padding: 50px 10px;
  }
}
/*
	goto-crmnewsletter
*/
#goto-crmnewsletter {
  margin-bottom: 66px;
}

#goto-crmnewsletter .crmnewsletter {
  margin: 0 auto;
  max-width: 940px;
}
#goto-crmnewsletter .crmnewsletter-title {
  color: #092F57;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
  margin: 0;
  margin-bottom: 1em;
}
#goto-crmnewsletter .crmnewsletter-cta {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #goto-crmnewsletter .crmnewsletter {
    max-width: 580px;
  }
  #goto-crmnewsletter .crmnewsletter-title {
    font-size: 20px;
    line-height: 24px;
  }
}
/*
	goto-videos
*/
#goto-videos .videos-title {
  color: #092F57;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
  margin: 0;
  margin-bottom: 1em;
}
#goto-videos .videos-container {
  margin: 0 auto;
  width: 1026px;
  height: 664px;
  overflow: hidden;
}
#goto-videos .video {
  width: 1026px;
}
#goto-videos .video-inner {
  padding: 0 5px;
}
#goto-videos .video-image {
  margin-bottom: 70px;
}
#goto-videos .video-image img {
  display: block;
  height: auto;
  width: 100%;
}
#goto-videos .video-caption {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.2;
  text-align: center;
}
#goto-videos .flickity-page-dots {
  bottom: 43px;
}
#goto-videos .dot {
  background-color: #000000;
  height: 20px;
  width: 20px;
  margin: 0 4px;
}

@media screen and (max-width: 1439px) {
  #goto-videos .videos-container {
    width: 984px;
    height: 642px;
  }
  #goto-videos .video {
    width: 984px;
  }
}
@media screen and (max-width: 1024px) {
  #goto-videos .videos-container {
    width: 728px;
    height: 496px;
  }
  #goto-videos .video {
    width: 728px;
  }
}
@media screen and (max-width: 767px) {
  #goto-videos .videos-title {
    font-size: 25px;
    line-height: 30px;
  }
  #goto-videos .videos-container {
    width: 450px;
    height: 318px;
  }
  #goto-videos .video {
    width: 450px;
  }
  #goto-videos .video-image {
    margin-bottom: 35px;
  }
  #goto-videos .video-caption {
    font-size: 14px;
  }
  #goto-videos .flickity-page-dots {
    bottom: 43px;
  }
  #goto-videos .dot {
    height: 12px;
    width: 12px;
    margin: 0 4px;
  }
}
@media screen and (max-width: 479px) {
  #goto-videos .videos-container {
    width: 300px;
    height: 234px;
  }
  #goto-videos .video {
    width: 300px;
  }
}
/*
	goto-popup
*/
#goto-popup {
  display: none;
}

#goto-popup.popup--image {
  background: transparent;
}

#goto-popup.popup--image a {
  display: block;
}

#goto-popup.popup--image img {
  display: block;
  height: auto;
  max-width: 100%;
}

#goto-popup .popup-inner {
  margin: 0 auto;
  max-width: 900px;
}

#goto-popup .popup-title {
  font-size: 20px;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 0.2em;
}

#goto-popup .popup-content {
  font-size: 1rem;
  line-height: 1.5;
}

/**/
/*# sourceMappingURL=wp-front-page.min.css.map */