@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed:300");
* {
  outline: none !important; }

input,
textarea {
  -webkit-appearance: none; }

a {
  color: #0080CA;
  transition: 0.2s;
  text-decoration: none !important; }
  a:hover {
    color: #00A1FF; }

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

video {
  display: block; }

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #222222;
  min-height: 100vh; }

b {
  font-weight: 700; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 300;
  line-height: 1.1; }

h1, .h1, h2, .h2 {
  color: #0080CA; }

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 75px;
    letter-spacing: -1.9px; }
  h2, .h2 {
    font-size: 65px;
    letter-spacing: -1.9px; }
  h3, .h3 {
    font-size: 50px;
    letter-spacing: -1.9px; }
  h4, .h4 {
    font-size: 30px; }
  h5, .h5 {
    font-size: 26px; } }

@media (max-width: 575.98px) {
  h1, .h1 {
    font-size: 2rem; }
  h2, .h2 {
    font-size: 1.75rem; }
  .h3, h3 {
    font-size: 1.5rem; }
  .h4, h4 {
    font-size: 1.25rem; }
  .h5, h5 {
    font-size: 1.125rem; } }

.article h1, .article .h1, .article h2, .article .h2, .article h3, .article .h3, .article h4, .article .h4, .article h5, .article .h5, .article h6, .article .h6 {
  font-weight: 500;
  letter-spacing: initial; }

.article h2, .article .h2 {
  font-size: 28px; }

.article h3, .article .h3 {
  font-size: 22px; }

.article hr {
  margin: 1rem 0; }

.fz-11 {
  font-size: 11px;
  line-height: 1.3; }

.fz-0 {
  font-size: 0; }

@media (min-width: 576px) {
  .fz-30 {
    font-size: 20px;
    line-height: 1.3; } }

@media (min-width: 1200px) {
  .fz-30 {
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 1.35; }
  .fz-25 {
    font-size: 25px;
    line-height: 1.3; }
  .fz-24 {
    font-size: 24px;
    line-height: 1.3; }
  .fz-22 {
    font-size: 22px;
    line-height: 1.3; }
  .fz-21 {
    font-size: 21px;
    line-height: 1.3; }
  .fz-20 {
    font-size: 20px;
    line-height: 1.3; }
  .fz-19 {
    font-size: 19px;
    line-height: 1.3; }
  .fz-15 {
    font-size: 15px;
    line-height: 1.3; } }

@media (min-width: xxl) {
  .fz-15 {
    font-size: 16px;
    line-height: 1.3; } }

@media (max-width: 767.98px) {
  .fz-15 {
    font-size: 13px;
    line-height: 1.3; } }

.font-weight-medium {
  font-weight: 500; }

.text-inherit {
  color: inherit; }

.text-blue {
  color: #0080CA; }

.text-gray {
  color: #D6D6D6; }

@media (min-width: 1350px) {
  .container {
    max-width: 1310px; } }

.row-1 {
  margin-left: -10px;
  margin-right: -10px; }
  .row-1 [class^="col"] {
    padding-left: 10px;
    padding-right: 10px; }

.button {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  background: linear-gradient(#42a1ec, #0070c9);
  border: 1px solid #07c;
  border-radius: 4px;
  color: #fff !important;
  padding: 3px 28px 4px;
  text-align: center;
  cursor: pointer; }
  .button:hover {
    background: linear-gradient(#51a9ee, #147bcd);
    border-color: #1482d0; }
  .button:active {
    background: linear-gradient(#3d94d9, #0067b9);
    border-color: #006dbc; }

.button-gray {
  color: inherit !important;
  background: linear-gradient(#f7f8fa, #e7e9ec);
  border-color: #adb1b8 #a2a6ac #8d9096; }
  .button-gray:hover {
    background: linear-gradient(#e7eaf0, #d9dce1);
    border-color: #a2a6ac #979aa1 #82858a; }
  .button-gray:active {
    background: #dcdfe3;
    border-color: #adb1b8 #a2a6ac #a2a6ac; }

.button-lg,
.button-md {
  font-size: 1rem;
  border-radius: 6px;
  padding: 8px 20px 10px;
  min-width: 196px; }

@media (min-width: 1200px) {
  .button-lg {
    font-size: 20px; } }

@media (max-width: 575.98px) {
  .button-lg {
    width: 100%;
    font-size: 14px;
    padding: 11px 18px; } }

.button-md {
  min-width: 130px; }

.button-auto {
  min-width: auto; }

.list-blue {
  padding-left: 0;
  list-style: none; }
  .list-blue li {
    padding-left: 20px;
    position: relative; }
    .list-blue li:before {
      content: "•";
      position: absolute;
      left: 0;
      color: #0080CA; }

.card-border {
  border: 1px solid;
  padding: 1rem 1rem 0; }

@media (min-width: 992px) {
  .px {
    padding-left: 50px !important;
    padding-right: 50px !important; } }

@media (min-width: 1200px) {
  .px {
    padding-left: 88px !important;
    padding-right: 88px !important; } }

.owl-theme .owl-nav {
  margin-top: 0; }
  .owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 42px;
    height: 42px;
    transform: translateY(-50%);
    border-radius: 50%;
    top: 50%;
    transition: .2s;
    opacity: 0.66;
    background-color: rgba(213, 213, 213, 0.25) !important;
    background-image: url(../img/arrow.png) !important;
    background-size: cover !important; }
    .owl-theme .owl-nav [class*="owl-"].owl-prev {
      left: 0; }
    .owl-theme .owl-nav [class*="owl-"].owl-next {
      right: 0;
      transform: translateY(-50%) rotate(180deg); }
    .owl-theme .owl-nav [class*="owl-"]:not(.disabled):hover {
      opacity: 1; }
  .owl-theme .owl-nav .disabled {
    display: none; }

.owl-theme .owl-dots {
  position: relative; }
  .owl-theme .owl-dots .owl-dot {
    background-color: transparent; }
    .owl-theme .owl-dots .owl-dot span {
      width: 8px;
      height: 8px;
      margin: 5px;
      background-color: transparent;
      border: 1px solid #878787;
      transition: 0.2s; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background-color: #878787; }

@media (max-width: 575.98px) {
  .owl-theme .owl-nav [class*="owl-"] {
    width: 30px;
    height: 30px; }
  .owl-theme .owl-dots .owl-dot span {
    margin: 2px; } }

#allContent {
  min-height: 100vh;
  display: flex;
  flex-direction: column; }

.navbar {
  border-bottom: 1px solid #D6D6D6;
  min-height: 60px;
  padding: 10px 0; }

.navbar-brand {
  padding: 4px 0;
  margin-right: 25px; }
  .navbar-brand img {
    width: 154px; }
  @media (max-width: 399.98px) {
    .navbar-brand {
      margin-right: 8px; }
      .navbar-brand img {
        width: 100px; } }

.promo {
  line-height: 1.2;
  text-transform: uppercase;
  margin-right: auto; }
  @media (max-width: 991.98px) {
    .promo {
      display: none; } }

.terminal-switch-wrap {
  line-height: 1.2;
  font-weight: 400; }
  @media (max-width: 767.98px) {
    .terminal-switch-wrap {
      font-size: 12px; } }
  @media (max-width: 399.98px) {
    .terminal-switch-wrap img {
      width: 26px; } }

.page-footer {
  font-size: 10px;
  padding: 16px 0;
  background-color: #ebebeb;
  color: #474747; }

.section-1 {
  min-height: calc(100vh - 60px);
  flex-grow: 1; }
  .section-1 .img {
    max-width: 580px;
    width: 100%; }
  @media (max-width: 991.98px) {
    .section-1 .container {
      margin: 0 auto; } }

.owl-brands {
  padding: 4px 0;
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6; }
  .owl-brands .owl-item img {
    width: auto; }

.section-2 {
  overflow: hidden; }
  .section-2 > .container {
    padding-top: 15rem;
    padding-bottom: 15rem; }
    @media (max-width: 1199.98px) {
      .section-2 > .container {
        padding-top: 6rem;
        padding-bottom: 6rem; } }
  .section-2 .video-wrap {
    padding: 121px 0;
    background-color: #000; }
    @media (max-width: 1349.98px) {
      .section-2 .video-wrap {
        padding: 80px 0; } }
    @media (max-width: 575.98px) {
      .section-2 .video-wrap {
        padding: 15px 0; } }
  .section-2 .baby {
    width: 100%;
    max-width: 525px;
    margin-right: -5px; }
    @media (min-width: 992px) {
      .section-2 .baby {
        margin-top: -75px;
        margin-bottom: -28px; } }
    @media (max-width: 767.98px) {
      .section-2 .baby {
        margin-top: -50px; } }

.video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  background-size: cover;
  cursor: pointer;
  transition: 0.2s; }
  .video-overlay#videoOverlay {
    background-image: url("../img/video.png"); }
  .video-overlay.hidden {
    visibility: hidden;
    opacity: 0; }
  .video-overlay:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 63.09px;
    height: 44.64px;
    transform: translate(-50%, -50%);
    background-image: url(../img/play.svg);
    background-size: cover;
    transition: 0.2s; }
    @media (max-width: 991.98px) {
      .video-overlay:after {
        width: 42.06px;
        height: 29.76px; } }
  .video-overlay:hover:after {
    opacity: .9; }

.section-3 {
  padding-top: 15rem;
  padding-bottom: 12.5rem;
  background: #CCD0D3; }
  .section-3 img {
    height: auto;
    margin: 0 0 18px; }
  @media (min-width: 992px) {
    .section-3 {
      background: radial-gradient(circle closest-corner at 50% 100%, transparent 50%, #CCD0D3); } }
  @media (max-width: 1199.98px) {
    .section-3 {
      padding-top: 6rem;
      padding-bottom: 5rem; } }
  @media (max-width: 991.98px) {
    .section-3 img {
      max-width: 150px; } }

.section-4 {
  padding-top: 15rem;
  padding-bottom: 15rem; }
  .section-4 p {
    visibility: hidden;
    opacity: 0;
    transition: opacity .6s ease;
    height: 0;
    margin-bottom: 0; }
    .section-4 p.current {
      visibility: visible;
      opacity: 1;
      height: auto;
      margin-bottom: 1rem; }
  @media (max-width: 1199.98px) {
    .section-4 {
      padding-top: 6rem;
      padding-bottom: 6rem; } }

.owl-header {
  margin-bottom: 0 !important; }
  .owl-header .owl-dots {
    margin-bottom: 4px; }
  .owl-header .owl-dots .owl-dot {
    margin-right: 10px;
    margin-left: 10px;
    padding: 0;
    flex: 0 0 25%;
    max-width: calc(25% - 20px);
    margin-bottom: 12px;
    background: 0;
    border: 0;
    cursor: pointer; }
    .owl-header .owl-dots .owl-dot:before {
      display: block;
      padding: 5px 1px 4px;
      border: 1px solid #222222;
      transition: 0.2s;
      height: 100%; }
    .owl-header .owl-dots .owl-dot:hover:before {
      color: #fff;
      border-color: #222222;
      background-color: #222222;
      font-weight: 600; }
    .owl-header .owl-dots .owl-dot.active:before {
      color: #fff;
      border-color: #0080CA;
      background-color: #0080CA;
      font-weight: 600; }
    .owl-header .owl-dots .owl-dot:nth-child(1):before {
      content: "Dedicated Terminal"; }
    .owl-header .owl-dots .owl-dot:nth-child(2):before {
      content: "Global Order Book"; }
    .owl-header .owl-dots .owl-dot:nth-child(3):before {
      content: "Smart Order Router"; }
    .owl-header .owl-dots .owl-dot:nth-child(4):before {
      content: "Global Liquidity"; }
    .owl-header .owl-dots .owl-dot:nth-child(5):before {
      content: "Global Wallet"; }
    .owl-header .owl-dots .owl-dot:nth-child(6):before {
      content: "Hardware Key"; }
    .owl-header .owl-dots .owl-dot:nth-child(7):before {
      content: "ComplianceGuard"; }
    .owl-header .owl-dots .owl-dot:nth-child(8):before {
      content: "Curated App Store"; }
  @media (max-width: 767.98px) {
    .owl-header .owl-dots {
      margin-left: -5px;
      margin-right: -5px; }
      .owl-header .owl-dots .owl-dot {
        margin: 0px 5px 10px;
        font-size: 12px;
        max-width: calc(25% - 10px); } }
  @media (max-width: 575.98px) {
    .owl-header .owl-dots .owl-dot {
      flex: 0 0 50%;
      max-width: calc(50% - 10px); } }

.owl-body {
  max-width: 800px;
  margin: 0 auto;
  position: relative; }
  .owl-body .owl-4 {
    position: absolute;
    left: 0;
    right: 0;
    top: 2.8%;
    padding: 0 11.5%; }
  @media (min-width: 1200px) {
    .owl-body {
      max-width: 100%; }
      .owl-body > img {
        max-width: 800px; }
      .owl-body .owl-4 {
        padding: 0 22.3%; } }
  @media (min-width: 1350px) {
    .owl-body .owl-4 {
      padding: 0 26%; } }
  @media (max-width: 991.98px) {
    .owl-body .owl-4 .owl-nav [class*="owl-"].owl-prev {
      left: -10px; }
    .owl-body .owl-4 .owl-nav [class*="owl-"].owl-next {
      right: -10px; } }

.section-5 {
  padding-top: 15rem;
  padding-bottom: 12rem;
  color: rgba(255, 255, 255, 0.25);
  background-color: #000; }
  .section-5 .owl-5-wrap p {
    transition: .2s; }
  .section-5 .owl-5-wrap:hover p {
    color: #fff; }
  @media (max-width: 1199.98px) {
    .section-5 {
      padding-top: 6rem;
      padding-bottom: 3rem; } }

.owl-5 .owl-dots {
  margin-top: 10px;
  transition: .3s ease; }
  @media (min-width: 992px) {
    .owl-5 .owl-dots {
      opacity: 0; } }
  @media (max-width: 991.98px) {
    .owl-5 .owl-dots {
      opacity: 1 !important; } }

.video-modal {
  cursor: pointer; }
  .video-modal .img-video {
    transition: .2s;
    padding: 1.7rem 2.5rem;
    border: 1px solid;
    position: relative; }
    .video-modal .img-video:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 42.06px;
      height: 29.76px;
      transform: translate(-50%, -50%);
      background-image: url(../img/play.svg);
      background-size: cover;
      transition: .2s; }
  .video-modal .title {
    position: absolute;
    bottom: 5px;
    left: 10px;
    right: 10px;
    line-height: 1.28;
    transition: .2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .video-modal:hover {
    color: #0080CA; }
    .video-modal:hover .img-video:after {
      background-image: url(../img/play-2.svg); }

#youtubeModal .modal-content {
  background: #000;
  border: 0;
  border-radius: 0;
  padding: 20px !important; }

.section-6 {
  padding-top: 15rem;
  padding-bottom: 15rem; }
  @media (max-width: 1199.98px) {
    .section-6 {
      padding-top: 6rem;
      padding-bottom: 6rem; } }

#ulAccordion {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }
  #ulAccordion > li {
    border-top: 1px solid #D6D6D6;
    padding-top: 10px;
    padding-bottom: 10px; }
    #ulAccordion > li > a {
      position: relative;
      display: block;
      color: #0080CA;
      padding: 6px 25px 6px 0;
      font-weight: 600;
      margin-bottom: 10px; }
      #ulAccordion > li > a:after {
        content: '';
        width: 12px;
        height: 12px;
        position: absolute;
        top: 50%;
        right: 5px;
        transform: translateY(-50%) rotate(45deg);
        background: url(../img/plus.svg);
        background-size: cover;
        transition: .3s ease; }
      #ulAccordion > li > a.collapsed {
        color: inherit;
        margin-bottom: 0; }
        #ulAccordion > li > a.collapsed:after {
          transform: translateY(-50%) rotate(0deg); }
      #ulAccordion > li > a:hover {
        color: #0080CA; }
  @media (min-width: 992px) {
    #ulAccordion {
      margin-bottom: -50px; }
      #ulAccordion > li > a {
        display: inline-block;
        padding-right: 0;
        margin-bottom: 0; }
        #ulAccordion > li > a:not(:hover) {
          color: inherit; }
        #ulAccordion > li > a:after {
          display: none; }
      #ulAccordion [data-parent="#ulAccordion"] {
        display: none !important; } }

.tool-window {
  display: none; }
  @media (min-width: 992px) {
    .tool-window {
      display: block;
      font-size: 20px;
      line-height: 1.3;
      position: fixed;
      z-index: 1030;
      width: 470px;
      background-color: #fff;
      padding: 1rem;
      border: 1px solid #000;
      box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2);
      pointer-events: none;
      transition: opacity .2s;
      opacity: 0; }
      .tool-window.active {
        opacity: 1; }
      .tool-window > a {
        display: block;
        color: #0080CA;
        font-weight: 600;
        margin-bottom: 1rem; }
      .tool-window .list-blue {
        font-size: 25px;
        margin-bottom: 0; } }

.section-7 {
  padding-top: 15rem;
  padding-bottom: 13rem;
  background-image: url(../img/updated_bg.png);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; }
  @media (max-width: 1199.98px) {
    .section-7 {
      padding-top: 6rem;
      padding-bottom: 6rem; } }
  @media (max-width: 991.98px) {
    .section-7 {
      background-size: inherit; } }

.section-8 {
  padding: 100px 0; }
  @media (max-width: 767.98px) {
    .section-8 {
      padding-top: 4rem;
      padding-bottom: 3rem; } }

.owl-2 .slide {
  background-size: cover;
  background-position: center; }
  .owl-2 .slide.slide-1 {
    background-image: url(../img/bg-1.jpg); }
    @media (min-width: 1350px) {
      .owl-2 .slide.slide-1 .container {
        max-width: 910px; } }
  .owl-2 .slide.slide-2 {
    background-image: url(../img/bg-2.jpg); }
    @media (min-width: 1350px) {
      .owl-2 .slide.slide-2 .container {
        max-width: 980px; } }
  .owl-2 .slide.slide-3 {
    background-image: url(../img/bg-3.jpg); }
    @media (min-width: 1350px) {
      .owl-2 .slide.slide-3 .container {
        max-width: 1150px; } }
  .owl-2 .slide.slide-4 {
    background-image: url(../img/bg-4.jpg); }
    @media (min-width: 1350px) {
      .owl-2 .slide.slide-4 .container {
        max-width: 980px; } }
  .owl-2 .slide.slide-5 {
    background-image: url(../img/bg-5.jpg); }
    @media (min-width: 1350px) {
      .owl-2 .slide.slide-5 .container {
        max-width: 980px; } }
  .owl-2 .slide.slide-6 {
    background-image: url(../img/bg-6.jpg); }
    @media (min-width: 1350px) {
      .owl-2 .slide.slide-6 .container {
        max-width: 980px; } }
  .owl-2 .slide .container {
    position: relative;
    z-index: 2;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .owl-2 .slide:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1; }

.owl-2 .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0; }

.owl-2 .owl-nav [class*="owl-"].owl-prev {
  left: 10px; }
  @media (min-width: 1350px) {
    .owl-2 .owl-nav [class*="owl-"].owl-prev {
      left: 50%;
      margin-left: -640px; } }

.owl-2 .owl-nav [class*="owl-"].owl-next {
  right: 10px; }
  @media (min-width: 1350px) {
    .owl-2 .owl-nav [class*="owl-"].owl-next {
      right: 50%;
      margin-right: -640px; } }

.owl-2 .owl-item {
  height: 800px; }
  .owl-2 .owl-item .slide {
    height: 100%; }
  @media (max-width: 767.98px) {
    .owl-2 .owl-item {
      height: 400px; } }
  @media (max-width: 399.98px) {
    .owl-2 .owl-item {
      height: 470px; } }

@media (max-width: 575.98px) {
  .owl-2 .slide {
    padding-top: 50px;
    padding-bottom: 50px; }
    .owl-2 .slide .container {
      min-height: auto; } }

.section-10 {
  padding-top: 100px;
  padding-bottom: 140px; }
  @media (max-width: 767.98px) {
    .section-10 {
      padding-top: 4rem;
      padding-bottom: 4rem; } }

.owl-3 a {
  color: #878787; }
  .owl-3 a img {
    border: 1px solid #222222;
    padding: 10px; }
  .owl-3 a p {
    padding: 0 10px; }
  .owl-3 a:hover {
    color: #00A1FF; }

.owl-3 .owl-nav [class*="owl-"] {
  top: calc(50% - 35px); }

.fancybox-inner .fancybox-navigation .fancybox-button {
  padding: 0;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  border-radius: 50%;
  top: 50%;
  transition: 0.2s;
  background-color: rgba(213, 213, 213, 0.25) !important;
  background-image: url(../img/arrow.png) !important;
  background-size: cover !important;
  opacity: 0.66; }
  .fancybox-inner .fancybox-navigation .fancybox-button > div {
    display: none; }
  .fancybox-inner .fancybox-navigation .fancybox-button:hover {
    opacity: 1; }
  .fancybox-inner .fancybox-navigation .fancybox-button[disabled] {
    opacity: 0; }
  @media (max-width: 991.98px) {
    .fancybox-inner .fancybox-navigation .fancybox-button {
      display: none; } }

.fancybox-inner .fancybox-navigation .fancybox-button--arrow_left {
  left: 15px; }

.fancybox-inner .fancybox-navigation .fancybox-button--arrow_right {
  right: 15px;
  transform: rotate(180deg); }

.section-11 {
  padding: 64px 0;
  background-color: #000;
  color: #fff; }
  .section-11 .video-wrapper {
    position: relative; }
    .section-11 .video-wrapper .video-player {
      position: absolute;
      left: 0;
      right: 0;
      top: 5%;
      padding: 0 13%; }
      @media (max-width: 1349.98px) {
        .section-11 .video-wrapper .video-player {
          top: 5.7%; } }
      @media (max-width: 1199.98px) {
        .section-11 .video-wrapper .video-player {
          top: 7.5%; } }
      @media (max-width: 991.98px) {
        .section-11 .video-wrapper .video-player {
          top: 4.4%;
          padding: 0 4%; } }

.section-12 {
  padding-top: 15rem;
  padding-bottom: 7.5rem; }
  @media (min-width: 1200px) {
    .section-12 form {
      padding-left: 170px; }
      .section-12 form h4 {
        margin-right: -70px; } }
  @media (max-width: 1199.98px) {
    .section-12 {
      padding-top: 6rem;
      padding-bottom: 3rem; } }

.reel-panning, .reel-panning *, .reel {
  cursor: ew-resize !important; }

.reel {
  width: 100% !important;
  height: auto !important;
  overflow: visible !important; }
  .reel .reel-indicator {
    width: 18px !important;
    height: 18px !important;
    bottom: -1px !important;
    margin: -9px 0 -9px 1%;
    border: 2px solid #D6D6D6;
    border-radius: 50%;
    background-color: #fff !important;
    z-index: 9; }

.reel-indicator-bar {
  border-top: 2px solid #D6D6D6;
  position: relative;
  width: 98%;
  margin: 0 1%; }
  .reel-indicator-bar:before, .reel-indicator-bar:after {
    content: '';
    position: absolute;
    top: -3px;
    border: 2px solid #D6D6D6;
    border-radius: 50%; }
  .reel-indicator-bar:before {
    left: 0; }
  .reel-indicator-bar:after {
    right: 0; }

.reel-preloader {
  display: none !important; }

.section-13 {
  position: relative; }
  .section-13:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../img/desktop.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: .5; }
  .section-13:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4); }
  .section-13 .container {
    position: relative;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    padding-top: 6rem;
    padding-bottom: calc(6rem - 20px);
    z-index: 3; }

.section-14 {
  padding-top: 15rem;
  padding-bottom: 7.5rem; }
  .section-14 .video-wrapper {
    position: relative; }
    .section-14 .video-wrapper .video-player {
      position: absolute;
      left: 0;
      right: 0;
      top: 3%;
      padding: 0 2%; }
  @media (max-width: 1199.98px) {
    .section-14 {
      padding-top: 6rem;
      padding-bottom: 3rem; } }

.section-15 {
  padding-top: 15rem;
  padding-bottom: 15rem; }
  .section-15 .list-blue li {
    margin-bottom: .25rem; }
  @media (max-width: 1199.98px) {
    .section-15 {
      padding-top: 6rem;
      padding-bottom: 6rem; } }

.section-16 {
  padding-top: 15rem;
  padding-bottom: 7.5rem; }
  @media (min-width: 1200px) {
    .section-16 h2 {
      margin-bottom: 9rem !important; } }
  @media (max-width: 1199.98px) {
    .section-16 {
      padding-top: 6rem;
      padding-bottom: 3rem; } }

.owl-6 .card-border {
  max-width: 662px;
  min-height: 146px;
  margin: 0 auto; }

.owl-6 .avatar {
  width: 48px !important;
  border-radius: 50%; }

@media (max-width: 575.98px) {
  .owl-6 {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media (min-width: 1200px) {
  .owl-6 .owl-nav [class*="owl-"] {
    width: 84px;
    height: 84px; } }

.owl-6 .owl-dots {
  margin-top: 10px; }

.section-17 {
  padding-top: 15rem;
  padding-bottom: 15rem; }
  @media (max-width: 1199.98px) {
    .section-17 {
      padding-top: 6rem;
      padding-bottom: 6rem; } }

.modal-dialog .modal-content {
  max-height: 100%;
  padding: 40px 0 40px 30px; }

.modal-dialog .content-wrapper {
  padding-right: 30px;
  overflow-y: auto; }
  .modal-dialog .content-wrapper::-webkit-scrollbar-button {
    display: none; }
  .modal-dialog .content-wrapper::-webkit-scrollbar-track {
    display: none; }
  .modal-dialog .content-wrapper::-webkit-scrollbar-thumb {
    display: none; }
  .modal-dialog .content-wrapper::-webkit-resizer {
    display: none; }
  .modal-dialog .content-wrapper::-webkit-scrollbar {
    display: none; }
  .modal-dialog .content-wrapper > p:last-of-type {
    margin-bottom: 0; }

@media (max-width: 575.98px) {
  .modal-dialog .modal-content {
    padding-left: 15px; }
  .modal-dialog .content-wrapper {
    padding-right: 15px; } }

.modal-dialog .close {
  color: #aaaaaa;
  position: absolute;
  right: 14px;
  top: 14px;
  font-size: 30px;
  font-weight: 300;
  line-height: 10px;
  opacity: 1;
  transition: .2s; }
  .modal-dialog .close:hover {
    color: #00A1FF !important; }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 942px; } }

.modal-dialog-centered {
  height: calc(100% - (.5rem * 2)); }
  @media (min-width: 576px) {
    .modal-dialog-centered {
      height: calc(100% - (1.75rem * 2)); } }

#article-product .article .form-row, #article-product .article p {
  font-size: 18px; }

.license-list {
  padding-left: 40px;
  list-style: lower-alpha; }

.initial-video {
  position: relative; }
  .initial-video .customer-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff; }

.timeline-TweetList {
  font-size: 18px;
  line-height: 27px;
  font-weight: 300; }

.timeline-TweetList-tweet {
  border-top: 40px solid #808080; }
  .timeline-TweetList-tweet h2 {
    font-weight: 600;
    letter-spacing: -1.2px;
    padding: 20px 0 16px; }
  .timeline-TweetList-tweet h3 {
    padding: 20px 0 16px; }
  .timeline-TweetList-tweet > div {
    padding: 10px; }

.TweetAuthor-name {
  font-size: 18px;
  line-height: 27px; }

.TweetAuthor-screenName {
  font-size: 18px;
  line-height: 27px; }
  @media (max-width: 1199.98px) {
    .TweetAuthor-screenName {
      font-size: 1rem; } }
  @media (max-width: 767.98px) {
    .TweetAuthor-screenName {
      font-size: 14px; } }

.timeline-Tweet-text[dir=ltr] {
  text-align: left;
  direction: ltr;
  font-size: 18px;
  line-height: 27px; }

.MediaCard-media > div > div.MediaCard-mediaContainer {
  margin-bottom: 10px;
  overflow: hidden; }
  .MediaCard-media > div > div.MediaCard-mediaContainer iframe, .MediaCard-media > div > div.MediaCard-mediaContainer video {
    max-height: 29vw; }
    @media (max-width: 1499px) {
      .MediaCard-media > div > div.MediaCard-mediaContainer iframe, .MediaCard-media > div > div.MediaCard-mediaContainer video {
        max-height: 32vw !important; } }
    @media (max-width: 1349.98px) {
      .MediaCard-media > div > div.MediaCard-mediaContainer iframe, .MediaCard-media > div > div.MediaCard-mediaContainer video {
        max-height: 28vw !important; } }
    @media (max-width: 1199.98px) {
      .MediaCard-media > div > div.MediaCard-mediaContainer iframe, .MediaCard-media > div > div.MediaCard-mediaContainer video {
        max-height: 27vw !important; } }
    @media (max-width: 991.98px) {
      .MediaCard-media > div > div.MediaCard-mediaContainer iframe, .MediaCard-media > div > div.MediaCard-mediaContainer video {
        max-height: 29vw !important; } }
    @media (max-width: 767.98px) {
      .MediaCard-media > div > div.MediaCard-mediaContainer iframe, .MediaCard-media > div > div.MediaCard-mediaContainer video {
        max-height: 33vw !important; } }
    @media (max-width: 575.98px) {
      .MediaCard-media > div > div.MediaCard-mediaContainer iframe, .MediaCard-media > div > div.MediaCard-mediaContainer video {
        max-height: 42vw !important; } }

.timeline-Tweet-media {
  margin-right: 20px;
  margin-left: 40px; }
  .timeline-Tweet-media h2 {
    font-size: 30px !important;
    font-weight: 600 !important; }
  .timeline-Tweet-media h3 {
    font-size: 24px !important;
    font-weight: 600 !important;
    letter-spacing: 0;
    line-height: 30px; }
  .timeline-Tweet-media p, .timeline-Tweet-media a {
    font-size: 18px !important;
    font-style: normal;
    font-weight: 200 !important; }
  .timeline-Tweet-media .blockquote {
    padding: 1rem 0 1rem 3rem !important; }
    .timeline-Tweet-media .blockquote p {
      font-weight: 600 !important; }
      .timeline-Tweet-media .blockquote p:before {
        content: '';
        width: 30px;
        height: 30px;
        background-image: url(../img/blockquote.png);
        background-size: cover;
        background-position: center center;
        position: absolute;
        left: 52px; }
    .timeline-Tweet-media .blockquote img {
      width: 30px;
      height: 30px;
      position: absolute;
      left: 50px; }
  @media (max-width: 575.98px) {
    .timeline-Tweet-media {
      margin-left: 20px !important; }
      .timeline-Tweet-media iframe {
        height: 200px !important; } }

.NaturalImage-image {
  width: 100%; }

@media (min-width: 768px) {
  .brand {
    display: inline; }
  .small-brand {
    display: none; } }

@media (max-width: 767.98px) {
  .brand {
    display: none; }
  .small-brand {
    display: inline;
    width: 30px !important; } }

hr {
  border-color: #ccc;
  margin: 10px 0; }

@media (min-width: 576px) {
  form .button {
    font-size: 20px; } }

.form-row {
  position: relative; }

@media (min-width: 576px) {
  .form-group {
    margin-bottom: 20px; } }

.error {
  color: red !important; }

.tab-contents section:not(.current) {
  display: none; }

.tab-contents section .container.hidden {
  display: none; }

.navbar > .container {
  position: relative; }

.navbar .order-back {
  position: absolute;
  left: -30px;
  width: 20px;
  cursor: pointer; }
  .navbar .order-back.hidden {
    display: none; }
  @media (min-width: 992px) and (max-width: 1020px), (min-width: 768px) and (max-width: 780px) {
    .navbar .order-back {
      left: -15px; } }
  @media (max-width: 767.98px) {
    .navbar .order-back {
      left: -20px; } }
  @media (max-width: 575.98px) {
    .navbar .order-back {
      display: none; } }

.max-flex {
  display: flex;
  flex: 1 1;
  overflow: hidden; }

.tooltip-inner {
  text-align: left;
  font-size: 14px;
  line-height: 1.3;
  background: #ebebeb;
  color: inherit;
  border: 1px solid #c3c3c3;
  position: relative; }

.tooltip .arrow:before {
  border-bottom-color: #c3c3c3 !important;
  border-top-color: #c3c3c3 !important; }

.tooltip.show {
  opacity: 1; }

@media (max-width: 991.98px) {
  .tooltip {
    display: none; } }

.selectize-input {
  display: block !important; }

.selectize-control.single .selectize-input:after {
  width: 6px;
  height: 6px;
  right: 6px;
  border: 2px solid !important;
  margin-top: 0 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  right: 10px !important;
  transform: translateY(-50%) rotate(45deg); }

.basic-select.single .selectize-input {
  font-size: 1rem;
  border-radius: 4px;
  border-color: #d5d5d5;
  box-shadow: none;
  padding: 24px 30px 6px 15px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis; }
  .basic-select.single .selectize-input > input {
    line-height: 1 !important; }
  @media (max-width: 575.98px) {
    .basic-select.single .selectize-input {
      font-size: 14px;
      padding-top: 21px;
      padding-bottom: 4px; } }

.selectize-dropdown {
  font-size: inherit;
  border: 1px solid #d5d5d5;
  box-shadow: none;
  border-radius: 4px;
  overflow: hidden; }
  .selectize-dropdown .selectize-dropdown-content {
    font-size: inherit; }
  .selectize-dropdown .option {
    padding: 8px 15px; }
  .selectize-dropdown .active {
    background-color: #00A1FF;
    color: #fff;
    font-weight: 600; }
  @media (max-width: 575.98px) {
    .selectize-dropdown {
      font-size: 14px; } }

.order-nav {
  font-size: 14px;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.3;
  color: #D6D6D6;
  justify-content: flex-end; }
  .order-nav .item {
    position: relative;
    padding: 0 3px;
    padding-top: 2px !important;
    margin: 0 15px; }
    .order-nav .item.done {
      font-weight: bold;
      color: #0080CA;
      padding-left: 20px;
      cursor: pointer; }
      .order-nav .item.done:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 16px;
        height: 14px;
        transform: translateY(-50%);
        background: url(../img/check.svg) 0 0 no-repeat; }
    .order-nav .item.current {
      cursor: pointer;
      font-weight: bold;
      color: #0080CA;
      border-bottom: 2px solid; }
    @media (max-width: 767.98px) {
      .order-nav .item {
        font-size: 12px;
        padding: 0;
        margin-right: 3%;
        margin-left: 3%; }
        .order-nav .item:first-child {
          margin-left: 0; }
        .order-nav .item:last-child {
          margin-right: 0; }
        .order-nav .item.done {
          padding-left: 12px; }
          .order-nav .item.done:before {
            top: 45%;
            width: 8px;
            height: 7px;
            background-size: cover; } }
    @media (max-width: 359px) {
      .order-nav .item {
        font-size: 11px;
        margin-right: 0; } }

.tip {
  color: #9C9C9C;
  font-size: 15px;
  margin-bottom: 4px;
  letter-spacing: initial; }

.tips {
  font-weight: 500; }
  .tips .tip {
    line-height: 1.28;
    margin-bottom: 15px; }

.input {
  width: 100%;
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  padding: 12px 15px;
  font-weight: 700;
  transition: .2s;
  font-size: 1rem;
  line-height: 1.5; }
  .input:focus {
    border-color: #0171B8; }
  .input::placeholder {
    color: #D6D6D6; }
  @media (max-width: 575.98px) {
    .input {
      font-size: 14px;
      padding: 11px 15px; } }

.has-label {
  position: relative; }
  .has-label .input {
    padding-top: 21px;
    padding-bottom: 3px; }
    @media (max-width: 575.98px) {
      .has-label .input {
        padding-bottom: 1px; } }

.label {
  position: absolute;
  left: 15px;
  top: 8px;
  line-height: 1.2;
  font-size: 12px;
  color: #D6D6D6;
  z-index: 10;
  font-weight: 600;
  pointer-events: none; }

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  line-height: 0;
  display: none; }
  .loader .spinner > div {
    background: #0070c9;
    height: 40px;
    width: 6px;
    display: inline-block;
    animation: sk-stretchdelay 1.2s infinite ease-in-out; }
    .loader .spinner > div.rect1 {
      animation-delay: -1.1s; }
    .loader .spinner > div.rect2 {
      animation-delay: -1.1s; }
    .loader .spinner > div.rect3 {
      animation-delay: -1.0s; }
    .loader .spinner > div.rect4 {
      animation-delay: -0.9s; }
    .loader .spinner > div.rect5 {
      animation-delay: -0.8s; }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4); }
  20% {
    transform: scaleY(1); } }

form.loading {
  opacity: 0.5; }
  form.loading .loader {
    display: block !important; }

.promo-code {
  color: #CCC;
  font-weight: 200; }
  .promo-code a {
    color: inherit !important; }

p.text-danger.hidden {
  display: none; }

.gift-card {
  position: absolute;
  z-index: 3;
  margin-top: -11px;
  left: 15px;
  background: white;
  padding: 0 5px; }
  @media (max-width: 767.98px) {
    .gift-card {
      margin-top: -7px; } }
  @media (max-width: 575.98px) {
    .gift-card {
      font-size: 11px;
      margin-top: -5px; } }

.label-group {
  cursor: pointer;
  margin: 0;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  transition: .2s;
  height: 100%;
  font-weight: bold;
  color: #4B4B4B; }
  .label-group .label-footer {
    position: relative;
    overflow: hidden;
    padding: 5px 1rem;
    background-color: #EEE;
    border-radius: 0 0 5px 5px; }
    .label-group .label-footer:before, .label-group .label-footer:after {
      content: '';
      transition: .2s;
      position: absolute;
      opacity: 0; }
    .label-group .label-footer:before {
      border: 15px solid transparent;
      border-bottom-color: #0080CA;
      border-right-color: #0080CA;
      right: 0;
      bottom: 0; }
    .label-group .label-footer:after {
      width: 6px;
      height: 12px;
      border: 2px solid #fff;
      border-top: 0;
      border-left: 0;
      transform: rotate(42deg);
      right: 6px;
      bottom: 5px; }
  .label-group:hover {
    border-color: #0080CA; }
  .label-group.checked {
    border-color: #0080CA;
    background-color: #E9F2F9; }
    .label-group.checked .label-footer:before, .label-group.checked .label-footer:after {
      opacity: 1; }
  .label-group img {
    width: 266px; }
  .label-group .bonus {
    padding: 6px 0;
    font-size: 15px;
    color: #999999; }
    @media (max-width: 1349.98px) {
      .label-group .bonus {
        font-size: 14px; } }
    @media (max-width: 767.98px) {
      .label-group .bonus {
        font-size: 12px; } }

.package-select {
  padding: .25rem 0; }
  @media (max-width: 1349.98px) {
    .package-select {
      font-size: 16px; } }
  @media (max-width: 767.98px) {
    .package-select {
      font-size: 15px; } }
  .more-options .package-select {
    padding-right: 1rem;
    padding-left: .25rem;
    border-radius: 4px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: linear-gradient(to bottom, #f3f3f3 0%, #dcdcdc 100%); }
    .more-options .package-select:before {
      content: '';
      width: 6px;
      height: 6px;
      position: absolute;
      border: 2px solid;
      border-top: 0;
      border-left: 0;
      top: 50%;
      right: 5px;
      transform: translateY(-50%) rotate(45deg); }
    .more-options .package-select ul {
      position: absolute;
      border: 1px solid #D6D6D6;
      top: 100%;
      left: 0;
      right: 0;
      max-height: 200px;
      overflow: auto;
      list-style: none;
      padding: 0;
      border-radius: 4px;
      background: #fff;
      z-index: 9; }
      .more-options .package-select ul li {
        padding: 6px;
        cursor: pointer;
        font-size: 15px; }
        .more-options .package-select ul li span {
          pointer-events: none; }
        .more-options .package-select ul li:hover {
          background-color: #EEE; }
      .more-options .package-select ul.hidden {
        display: none; }

@media (min-width: 1200px) {
  .rtl-xl {
    direction: rtl; } }

.img-slim {
  transform: rotateY(180deg);
  max-width: initial;
  width: 800px;
  margin-right: -350px;
  position: relative;
  z-index: -1; }

.tab-a {
  height: 100%;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  padding: 8px 4px 5px;
  line-height: 1;
  transition: .2s;
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .tab-a:before, .tab-a:after {
    content: '';
    transition: .2s;
    opacity: 0;
    z-index: 3; }
  .tab-a:before {
    border: 9px solid transparent;
    border-bottom-color: #D6D6D6;
    border-right-color: #D6D6D6;
    position: absolute;
    right: 0;
    bottom: 0; }
  .tab-a:after {
    width: 4px;
    height: 8px;
    border: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(42deg);
    position: absolute;
    right: 3px;
    bottom: 2px; }
  .tab-a .abbr {
    margin-top: 8px; }
  .tab-a:hover, .tab-a.active {
    padding-top: 7px;
    border-color: #0080CA;
    background-color: #E9F2F9;
    border-width: 2px; }
  .tab-a.active:before, .tab-a.active:after {
    opacity: 1; }
  .tab-a.active:before {
    border-bottom-color: #0080CA;
    border-right-color: #0080CA; }
  @media (min-width: 576px) and (max-width: 991.98px) {
    .tab-a {
      width: 100px; } }
  @media (min-width: 1200px) {
    .tab-a {
      width: 100px; } }
  @media (max-width: 575.98px) {
    .tab-a {
      font-size: 14px; } }

.pills {
  display: none; }
  .pills.active {
    display: block; }

.pay-form .input {
  padding-right: 45px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center; }
  .pay-form .input.card {
    background-image: url(../img/form-card.svg); }
  .pay-form .input.date {
    background-image: url(../img/form-date.svg); }
  .pay-form .input.cvv {
    background-image: url(../img/form-lock.svg); }
  .pay-form .input.user {
    background-image: url(../img/form-user.svg); }
  .pay-form .input.mail {
    background-image: url(../img/form-mail.svg); }
  .pay-form .input.wallet {
    background-image: url(../img/form-wallet.svg); }

.pay-form .tip {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 1rem; }

.payment-info {
  color: #4B4B4B; }
  .payment-info .separator {
    border-top: 2px solid #d5d5d5;
    margin: 13px 0; }
  .payment-info .qr-code {
    padding-top: 12px; }
  .payment-info .shipping-address .form-row {
    margin-bottom: 7px; }
