/* open-sans-300 - latin-ext_latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v18-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/open-sans-v18-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/open-sans-v18-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/open-sans-v18-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
         url('../fonts/open-sans-v18-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/open-sans-v18-latin-ext_latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-regular - latin-ext_latin */
  @font-face {
    font-family: 'Open Sans';

    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v18-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/open-sans-v18-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/open-sans-v18-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/open-sans-v18-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/open-sans-v18-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/open-sans-v18-latin-ext_latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-600 - latin-ext_latin */
  @font-face {
    font-family: 'Open Sans';
 
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v18-latin-ext_latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/open-sans-v18-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/open-sans-v18-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/open-sans-v18-latin-ext_latin-600.woff') format('woff'), /* Modern Browsers */
         url('../fonts/open-sans-v18-latin-ext_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/open-sans-v18-latin-ext_latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-700 - latin-ext_latin */
  @font-face {
    font-family: 'Open Sans';

    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v18-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/open-sans-v18-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/open-sans-v18-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/open-sans-v18-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/open-sans-v18-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/open-sans-v18-latin-ext_latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-800 - latin-ext_latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/open-sans-v18-latin-ext_latin-800.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/open-sans-v18-latin-ext_latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/open-sans-v18-latin-ext_latin-800.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/open-sans-v18-latin-ext_latin-800.woff') format('woff'), /* Modern Browsers */
         url('../fonts/open-sans-v18-latin-ext_latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/open-sans-v18-latin-ext_latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
  }

  /* NORMALIZE */

  html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

  body {  
  font-family: 'Open Sans', Arial, sans-serif;
	max-width: 1920px;
	min-width: 320px;
  margin: auto;
  overflow-x: hidden;
  color:#000000;
  overflow-wrap: break-word;	
}

/* COLORS */

:root {
    --gray: #5a6169;
    --lightgray: #f5f6f8;
    
    --darkblue: #27293d;
    --ads-blue: #3d5170;
    --ads-blue-opa: rgba(61, 81, 112, .9);
    --bordertopblue: #6f8ab7;
    --verylightgray: #e1e5eb;
    --adsdanger: rgba(196, 24, 60, 0.86);
    --happy-blue: rgba(3, 169, 244, 1);
    --pc-menu-width: 1320px;
    --content-width:1228px;
    --blue: #007bff;
    --indigo: #674eec;
    --purple: #8445f7;
    --pink: #ff4169;
    --red: #c4183c;
    --orange: #fb7906;
    --yellow: #ffb400;
    --green: #17c671;
    --teal: #1adba2;
    --cyan: #00b8d8;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #5a6169;
    --success: #17c671;
    --info: #00b8d8;
    --warning: #ffb400;
    --danger: #c4183c;
    --light: #fbfbfb;
    --dark: #212529
  }
  
html {background: white;}


/* NAV */


/*MOBILE-MENU*/




  
  
.mobile-menu {height:76px; position:relative; overflow: hidden; z-index:210; background: #ffffff;}
  
    .main-mobile-logo {height: 26px;
        position:absolute; left:20px; top:25px;
 } 
  
  
  
  #nav-icon1 {
    position: relative;
    z-index: 160;
  }
  
  
  
  #nav-icon1 span {
    display: block;
    position: absolute;
    height:4px;
    border-radius:4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
  }
  
  #nav-icon1 span:nth-child(1) {
    top: 0;
    width: 100%;
    background: var(--ads-blue);
  }
  
  #nav-icon1 span:nth-child(2) {
    top: 10px;
    width: 100%;
    background: var(--ads-blue);
  }
  
  #nav-icon1 span:nth-child(3) {
    top: 20px;
    width:100%;
    background: var(--ads-blue);
  }
  
  #nav-icon1.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    background: var(--ads-blue);
  }
  
  #nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: 60px;
    width: 100%;
    background: var(--ads-blue);
  }
  
  #nav-icon1.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: var(--ads-blue);
    width: 100%
  }
  
  .menu-icon {
    width: 34px;
    height: 24px;
    align-self: center;
    position: absolute;
    top: 16px;
    right: 10px;
    padding: 10px;
  }

  
  .sidenav {
    height: 600px;
    width:100%;
    position: absolute;
    z-index: 0;
    top: 76px;
    left: 0; 
    z-index:200;
    background-color:var(--ads-blue); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow-x: hidden;
    transition: 0.4s;
    padding-top: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform:translateY(-100%);
    
  }

  .open-sidemenu {
    transform:translateY(0);
    padding-top:56px;
  }
  
  .sidenav a {
    padding: 12px 8px 12px 8px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block; 
    font-weight:600;
  }

  


  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  

  
  
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  
  
  
  @-webkit-keyframes fadeInDown {
  from {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  }
  to {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  }
  }
  
  @keyframes fadeInDown {
  from {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  
  }
  to {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  
  }
  }
  
  .animated {
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  }
  
  .animated-2 {
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.95s;
  animation-duration: 0.95s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  }
  
  .animated-3 {
  animation-delay: 0.3s;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  }
  
  .animated-4 {
  animation-delay: 0.3s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  }
  
  .animated-5 {
  animation-delay: 0.3s;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  }
  
  .animated-6 {
    animation-delay: 0.3s;
    -webkit-animation-duration: 1.45s;
    animation-duration: 1.45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
    }
  
  .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  }
  
  
  .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  }


  /* Mobile submenu */
.dropdown-container {
    visibility: hidden;
    height: 0;
    opacity:0;
   
}

.dropdown-container a { opacity:0; transform:translateY(10px); transition: 0.3s; font-weight: 400;
  font-size: 17px; color: #c7ced8;}

.open-dropdown {
    height:auto;
    visibility:visible;
    transition: .5s!important;
    opacity:1;
}
.dropdown-container.open-dropdown a { opacity:1; transform:translateY(0)}
  
 


    .arrow-ad {
      border: solid #ffffff;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 3px;
      position:absolute;
      right:-15px;
     top:calc(50% - 7px);
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
    transition : .3s ease;
    
    
    
    }
  

    .dropdown-btn.active .arrow-ad {    transform: rotate(
      -135deg
      );
          -webkit-transform: rotate(
      -135deg
      );
          top: calc(50% - 5px);
          border: solid #f4f6fb;
          border-width: 0 3px 3px 0;
      }

       /* Disable blue higlight for scroll Nav */

       .noselect {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
    }



      @media screen and (min-width: 358px) {
        .sidenav a {padding: 13px 8px 13px 8px; font-size: 22px;}
        .dropdown-container a {font-size:18px;}
        .menu-icon { width: 40px;}
        .main-mobile-logo {    height: 30px; top:23px;}
        .open-sidemenu {padding-top:60px;}
      }

      @media screen and (min-width: 480px) {
       
        .menu-icon { right:20px;}
        .main-mobile-logo { left:30px}
        .sidenav {    align-items: flex-end;}
        .sidenav a {padding: 13px 33px 13px 8px;}
        .arrow-ad  {  left: -15px; right:unset; top: calc(50% - 6px);}
        .dropdown-container a {text-align:right;}
        .dropdown-btn.active .arrow-ad {top: calc(50% - 4px);}
        .sidenav {background-color: var(--ads-blue-opa)}
  
      }


      @media screen and (min-width: 980px) {
        .mobile-menu {display:none;}
        #mySidenav {display:none;}        
      }

/* PC MENU*/ 

/*nav  {height:76px;}*/
.main-pc-logo {height:32px; display:grid; width:auto;}
.main-logo-link {align-self:center;margin-left:40px;}
.pc-menu-container {display:none;grid-template-columns: auto auto; justify-content: space-between; } 
.pc-menu { align-self: center; grid-column-start: 2; margin-right:26px;}
.pc-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.pc-menu ul,
ol,
ul {
    list-style: none
}
.pc-menu a {

  padding: 28px 14px;
    display: inline-block;
    text-align: center;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    /*color: #75787B;*/
    color:#707375;
    line-height: normal;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;

    transition: text-shadow .3s, color .3s;

}

.pc-menu a:after {
  content: "";
  height: 2px;
background-color: #262626;
 bottom: 22px; 
  
  left: 14px;


  position: absolute;
  width: calc(100% - 25px);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 0.35s cubic-bezier(0.52, 0.01, 0.16, 1);
}

  .none {
    position: relative;
    cursor:pointer;
}

.pc-menu a:focus,
.pc-menu a:hover {
    color: #262626;
    visibility: visible
}



.pc-menu a:hover::after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}
.pc-menu a:active,
.pc-menu a:hover {
    color: rgba(2, 18, 23, .9);
   text-shadow: .6px 0 0 #021217
}

@-moz-document url-prefix() { 
  .pc-menu a:active,
  .pc-menu a:hover {
    color: rgba(2, 18, 23, .9);
   text-shadow: .4px 0 0 #021217
}
}


.dropdown-content {
  visibility:hidden;
  position: absolute;
  z-index: 112;

  /*top: 65px;*/
  top:65px;
  padding: 25px 10px;
  background: #fff;
  color: #666;
  min-width: 215px;
  box-shadow: 0 5px 17px rgba(0, 0, 0, .15);
}


.dropdown-content a {
  white-space: nowrap;
  /*padding: 0 25px 5px 0;
  margin: 10px;*/
  padding:10px 25px 15px 10px;
  text-align: left;
  /*position: relative;*/
  opacity:0; 
  transform:translateY(13px);



  transition: transform 0.6s cubic-bezier(0.2,.8,.25,1),opacity 0.6s cubic-bezier(0.2,.8,.25,1), text-shadow .2s, color .2s;
 
}

.none:hover .dropdown-navlink {
  color: rgba(2, 18, 23, .9)!important;
  text-shadow: .6px 0 0 #021217!important;
}

.none:hover .dropdown-navlink::after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}





.dropdown-content a::after {
display:none;
}




.none:hover .dropdown-content {
  visibility: visible;
}

.none:focus .dropdown-content {
  visibility: visible;
}

.none:focus-within .dropdown-content {
  visibility: visible;
}






.pc-menu-max-width {max-width:var(--pc-menu-width); margin:auto;}

.none:hover .dropdown-content a {opacity:1; transform:translateY(0)}

.none:focus-within .dropdown-content a {opacity:1; transform:translateY(0)}


@media screen and (min-width: 980px) {
  .pc-menu-container {display:grid;}
}




/* HERO */

.hero {
  width: 100%;
  height: 509px;
  background-image: url(../img/jump.jpg);
  background-size: cover;
  background-position: top;
  transform: scale(1.15);
  z-index: 0;
}


.fadeIn {
  -webkit-animation: fadeIn;
  animation: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 3.6s;/*3.6*/
  animation-timing-function: cubic-bezier(.31,.11,.12,.99);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}




@keyframes fadeIn {
0% {
  opacity: 0;
}
50% {
  opacity: 1;
}
100% {
  transform: scale(1.0);
}
}

 






.text-in-y {


  -webkit-animation: text-in-y;
  animation: text-in-y;
  -webkit-animation-duration:2s;
  animation-delay: 500ms;
  animation-duration: 2s;
  animation-timing-function:cubic-bezier(.31,.11,.12,.99);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;


}

.text-in-y-1-5 {

  


  -webkit-animation: text-in-y-1-5;
  animation: text-in-y-1-5;
  -webkit-animation-duration:2s;
  animation-delay: 500ms;
  animation-duration: 2s;
  animation-timing-function:cubic-bezier(.31,.11,.12,.99);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;


}

.text-in-y-2 {



  -webkit-animation: text-in-y-2;
  animation: text-in-y-2;
  -webkit-animation-duration:1.3s;
  animation-delay: 2000ms;
  animation-duration: 1s /*1.2s*/;
  animation-timing-function:cubic-bezier(.25,1,.33,1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;


}


@keyframes text-in-y {
  0% {
    opacity: 0;
    transform: rotate(0.1deg) translateY(40%);
  }
  
  100% {
    opacity: 1;
  }
}

@keyframes text-in-y-1-5 {
  0% {
    opacity: 0;
    transform: rotate(0.1deg) translateY(60%);
  }
  
  100% {
    opacity: 1;
  }
}

@keyframes text-in-y-2 {
  0% {
    opacity: 0;
    transform: rotate(0.1deg) translateX(-28px);
  }
  
  100% {
    opacity: 1;
  }
}


.hero-container {    
  overflow: hidden;
  background-color: black;
  position: relative;}

/*  .help {font-weight:400;}

.big-hero {z-index: 6;
  line-height: 61px;
  font-size: 50px;
  font-weight: 700;
text-align:left;
  color: #FFF;
  position: absolute;
  top: 150px;
  left: 0;
 }
*/
 .hero-text {/*max-width:1180px;*/ margin:auto; }

 .big-hero {
  z-index: 6;
  line-height: 61px;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  color: #FFF;
  text-shadow: 3px 4px 16px rgb(10 17 25 / 46%);
  /* position: absolute; */
  /* top: 150px; */
  will-change:transform;
  
  left: 0;
}

.help {
  font-weight: 400;
}

.hero-text p {
 

  font-size: 17px;
  color: #fff;
  line-height: 1.6;
  max-width: 58%;
  padding-top: 30px;
  padding-bottom: 50px;
  
  will-change:transform;
}

.hero-text {
  /* max-width: 1180px; */
  margin: auto;
  position: absolute;
  top: 50%;
  width: /*64%*/ 1228px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button-link {
 
  display: inline-block;
  border: 1px solid #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
 font-weight:700;
  padding: 12px 26px;
  text-transform: uppercase;
  letter-spacing: 1.13px;
  color: #fff;
  margin: 0 auto;
  line-height: 19px;
  transition: all .5s;
  box-shadow: 0 0 0 0 #000;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0!important;
  text-decoration: none;
  background-color: #000000;
  cursor: pointer;
  will-change: transform;
}


.button-link:hover {
  background-color: transparent;
  color: #021217;
  border: 1px solid transparent;
 /* box-shadow: 0 0 0 1px #545454;*/
  background-color: #eef1f7;
  text-shadow: none
}

.button--transparent {background-color:transparent; border:1px solid #ffffff; }

@media all and (max-width:1700px)  {

.hero {background-position: 71% 50%;}
}

@media all and (max-width:1500px)  { .hero-text {
  width:calc(100% - 180px);

 
}
.pc-menu-max-width {--pc-menu-width:calc(100% - 100px);}
:root {
  --content-width: calc(100% - 180px);
}


}



@media all and (max-width:1180px)  { .hero-text {
  width:calc(100% - 100px);
 
 
}
.pc-menu-max-width {--pc-menu-width:calc(100% - 20px);}
.hero {background-position: 77% 50%;}



:root {
  --content-width: calc(100% - 100px);
}
}




@media all and (max-width:1150px)  {.hero-text p { max-width: 50%;}}


@media all and (max-width:850px)  {
.hero {background-image: linear-gradient(to left, rgba(0, 0, 0, 0.001), rgba(0, 0, 0, 0.95)), url(../img/mob-hero-3.jpg);}

.hero {background-image: linear-gradient(to left, rgba(125,185,232,0) 0%,rgba(0, 84, 150, 0.4) 100%), url(../img/mob-hero-3.jpg);}
.hero { background-image: linear-gradient(to left, rgba(39,41,61,0) 0%,rgba(61, 81, 112, 0.4) 100%), url(../img/mob-hero-3.jpg);}

.hero-text p { padding-top: 25px;
  max-width: 58%;
  padding-bottom: 40px;}
  .big-hero {font-size:32px;}
  .button-link {font-size:17px; padding:10px 24px;}

}

@media all and (max-width:560px)  {
  .hero {background-position: 56% 50%;/* background-image: linear-gradient(
    360deg
    ,#18252c 0%,rgba(25,34,43,0) 100%), url(../img/mob-hero-7.jpg);

   background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.001), rgba(0, 0, 0, 0.95)), url(../img/mob-hero-7.jpg);
  
   background-image: linear-gradient(to bottom, rgba(125,185,232,0.61), rgba(0, 84, 150, 0.92)), url(../img/mob-hero-7.jpg);
   background-image: linear-gradient(to bottom, rgba(125,185,232,0.71) 0%,rgba(0, 84, 150, 0.92) 100%), url(../img/mob-hero-7.jpg);
   background-image: linear-gradient(to bottom, rgba(111, 138, 183, 0.001), rgba(39, 41, 61, 0.98)), url(../img/mob-hero-7.jpg);*/
   background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.001), rgba(0, 0, 0, 0.95)), url(../img/mob-hero-7.jpg);


 
  
  }

  :root {
    --content-width: calc(100% - 60px);
  }
.hero-text p {font-size: 16px;padding-top: 20px;
  max-width: 100%;
  padding-bottom: 30px;}
  .hero-text {
    width: calc(100% - 60px);
    top: 68%;}
    .big-hero {
      font-size: 26px;
  }
  .button-link {
    font-size: 15px;
    padding: 8px 24px;
}
.hero {transform: scale(1.35);}
.text-in-y, .text-in-y-1-5 {animation-duration:2s}



@keyframes text-in-y {
  0% {
 
    transform: rotate(0.1deg) translateX(-100%);
  }
  
  100% {
    opacity: 1;
  }
}

@keyframes text-in-y-1-5 {
  0% {
   
    transform: rotate(0.1deg) translateX(-110%);
  }
  
  100% {
    opacity: 1;
  }
}

@keyframes text-in-y-2 {
  0% {
    opacity: 0;
  
  
  }
  
  100% {
    opacity: 1;
  
  }
}

}

@media all and (max-width:480px) {
.hero-text {
  width: calc(100% - 40px);}
  :root {
    --content-width: calc(100% - 40px);
  }
}

@media all and (max-width:400px) {

@keyframes text-in-y {
  0% {
 
    transform: rotate(0.1deg) translateX(-280px);
  }
  
  100% {
    opacity: 1;
  }
}

@keyframes text-in-y-1-5 {
  0% {
   
    transform: rotate(0.1deg) translateX(-350px);
  }
  
  100% {
    opacity: 1;
  }
}
}
@media all and (max-width:350px) {
  .hero  { height:400px}
  .hero-text p {
   
    padding-top: 15px;
  
    padding-bottom: 20px;}
  .hero-text {top:63%;}}
/*
rgba(125,185,232,0) 0%,rgba(0, 84, 150, 0.4) 100%);
rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.95)*/
/*
@-moz-document url-prefix() {
  .button-link:hover {
     
      box-shadow:none;
    
      background-color: #eef1f7;
      text-shadow: none;
  
     box-shadow: 0 10px 25px rgba(0,0,0,0.08);
      
  }
}
*/
.resp-img {width:100%; height:auto; transform-style: preserve-3d; outline: 1px solid transparent;}
.two-one-grid {
  display: grid;
    grid-template-columns: /*2fr 1fr*/ 1.9fr 1.1fr;
    grid-gap:35px;
    position:relative;
}

.new-gap {grid-gap:60px;}

.fit-img {
  height: 286px;
    object-fit: cover;
    align-self:end;
    display:none;
  
}



.one-two-grid {
  display: grid;
    grid-template-columns: /*2fr 1fr*/ 1.1fr 1.9fr;
    grid-gap:35px;
    position:relative;
}



.logos img {width:100%; height:auto;  }
.iamheavy {font-weight:600;}
.spacer {margin-top:80px;margin-bottom:80px; /*background:#f4f6fb;*/}
h2 {font-size:26px; line-height:1.2; font-weight:600; padding-bottom:30px;color:var(--ads-blue);}
.first-text {margin:auto; ; width:var(--content-width); 
 /*border-left:3px solid var(--ads-blue);*/
  /*padding-right: 43px;
padding-right:40px*/}
  .first-text-inner {max-width:780px}

  .nwsp {padding-bottom:40px;}
p {line-height:1.5; font-size:16px; color:#333333;}

a {text-decoration:underline; color:inherit; }
a:hover {color:var(--bordertopblue)}
.opa-the-text {  
  animation: opa-the-text;
animation-delay:1s;
  animation-duration: 1.6s;/*3.6*/
  animation-timing-function: cubic-bezier(.31,.11,.12,.99);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;}

  @media all and (max-width:1800px) {
    .fit-img {height:auto; align-self:end;}
  .opa-the-text {  animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-delay: 0s !important;
    transition-duration: 0s !important;}}

  @media all and (max-width:1500px) {
  .two-one-grid {

    grid-template-columns: 1.8fr 1.2fr;
    grid-gap: 25px;}
    .one-two-grid {

      grid-template-columns: 1.2fr 1.8fr;
      grid-gap: 25px;}
  }


  @media all and (max-width:1300px) {.two-one-grid {

    grid-template-columns: /*2fr 1fr*/ 1.7fr 1.3fr;
    grid-gap: 25px;}

    .one-two-grid {

      grid-template-columns: /*2fr 1fr*/ 1.3fr 1.7fr;
      grid-gap: 25px;}

      .nwsp {padding-bottom:34px;}
  
  }

    @media all and (max-width:1180px) {.two-one-grid {

   grid-template-columns: 1.2fr 1fr;}

   .one-two-grid {

    grid-template-columns: 1.2fr 1fr;}
     }

     @media all and (max-width:1100px) {.two-one-grid {

      grid-template-columns: 1fr 1fr;}
      .one-two-grid {

        grid-template-columns: 1fr 1fr;}
        .fit-img {height:auto; align-self:center;}
        }

        @media all and (max-width:980px) {.two-one-grid {

          grid-template-columns: 1fr;}

          .one-two-grid {

            grid-template-columns: 1fr;}

          .two-one-grid img {
            max-width: 400px;
            margin-left: -36px;
          }
          .spacer{margin-top:70px; margin-bottom:70px;}
          .fit-img {margin-top:20px;}
            }

            @media all and (max-width:560px) {h2 {

              font-size:24px;
              }
              .two-one-grid img {
              margin-left: -28px;}
              .spacer{margin-top:60px; margin-bottom:60px;}
                }


                
            @media all and (max-width:480px) {
              .two-one-grid img {
              max-width:100%; }
                }
   


   

@keyframes opa-the-text {
  0% {
   
    opacity:0; transform: rotate(0.1deg) translateY(30px);

  }
  
  100% {
    opacity: 1;
  
  }
}
.tgt {width:22.031vw;}


.quote-container {overflow: hidden;
  background-color: black;
  height:400px;
  margin-bottom:300px;
  position: relative;}
 
.quote {
  position:relative;
  background-color: var(--ads-blue);
 /*background-image: url(../img/g/g-6-opt.jpg);*/
 background-image: linear-gradient(to bottom, rgba(125,185,232,0.31) 0%,rgba(0, 84, 150, 0.42) 100%), url(../img/g/g-18-opt.jpg);


 z-index:0;
  height: 400px;
  background-position: center;
width:100%;

  overflow:hidden;
  background-size:/* 100%*/ cover;
  background-repeat: no-repeat;
 background-attachment: fixed;

}

.quote2 {
  
  background-color: var(--ads-blue);
 /*background-image: url(../img/g/g-6-opt.jpg);*/
 background-image: linear-gradient(to bottom, rgba(125,185,232,0.11) 0%,rgba(0, 0, 150, 0.22) 100%), url(../img/g/bubbles-2-scroll.jpg);



  height: 400px;
  background-position: center;
width:100%;


  background-size:/* 100%*/ cover;
  background-repeat: no-repeat;
 background-attachment: fixed;

}

.white {color:#ffffff; text-shadow: 3px 4px 16px rgb(10 17 25 / 56%); text-align:center; width:800px;   padding-bottom:0;
  position:absolute; left:50%; top:50%;  line-height:1.2; transition-delay:.2s;
  transform: translate(-50%, -50%) scale(0.76); opacity:0;transition:transform cubic-bezier(0.390, 0.575, 0.565, 1.000) 1.5s, opacity cubic-bezier(0.390, 0.575, 0.565, 1.000) 1.5s;
  outline: 0!important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;

}

@-moz-document url-prefix() { 
   
  .white {  transition: opacity cubic-bezier(0.390, 0.575, 0.565, 1.000) 1.5s;
}
 
  }




/*
  .white::after {
    content: "";
    background: url(../img/g/Google-AdSense-certified-partner-program.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    background-repeat: no-repeat;
    width: 500px;
    height: 150px;
    right: 0;
    top: -50px;
}*/





  .fadeInUpXY {
    transform: translate(-50%, -50%) scale(1);
    opacity:1!important;
    }

  
  .quote-holder{  width: 100%;
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    will-change: transform;
transform: translatez(0);
    -webkit-transform:translatez(0);
  /*margin-bottom:1000px;*/}

  .quote-holder-2 {  width: 100%;
    height: 400px;
    transform: translatez(0);
    -webkit-transform:translatez(0);
}
 

  @media all and (max-width:1180px) {.quote, .quote2  {background-attachment: scroll; background-size:cover;}}

  @media all and (max-width:1100px) {.white {

    width:600px;}
      }

      
  @media all and (max-width:700px) {.white {

    width:90%; }
    h2.white  {
      font-size:21px;
      transform: translate(-50%, -21%) scale(0.8);
    }
    .fadeInUpXY {
      transform: translate(-50%, -21%) scale(1)!important;
      opacity: 1!important;
  }
      }

  @-moz-document url-prefix() { 
   
  .quote-holder {  width: 100%;
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    transform:none;
    will-change: auto;
}
 
  }

  @-moz-document url-prefix() { 
    .quote-holder-2 {  transform:none; }}

  .video-holder {
    position: fixed;
    height: 100%!important;
    overflow: hidden;
  
    z-index: 99992;
 display: grid;
 grid-template-columns:1fr;
 justify-content: center;
 align-items: center;
      width: 100%;
      background: var(--ads-blue-opa);
     top:0;
     left:0;
      margin: 0;
 
  }

 .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

 .video-width {
  width:80%; margin:auto;}
  /*    *, ::before, ::after {
        animation-delay: -1ms !important;
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        background-attachment: initial !important;
        scroll-behavior: auto !important;
        transition-delay: 0s !important;
        transition-duration: 0s !important;
      }
*/



/*Carousel*/
.carousel-outer-container {background:#f5f6f8;/*:var(--lightgray)*//* #f4f6fb*/ padding-top:80px; padding-bottom:118px; 	
 /* background-image: url("../img/g/g-1-1.jpg");
  background-size:cover;
  background-attachment: fixed;*/
  }
.c-container {
	max-width: calc(var(--content-width) + 16px);
	margin: auto;
}

/*.c-container p {color:#5a6169;}*/

.center {text-align: center; padding-bottom:30px;}
.port-href {text-decoration:none;     transition: text-shadow .1s, color .1s;}

.port-href-bottom {position:absolute; bottom:49px; left:50%; transform:translateX(-50%); white-space: nowrap;}

.port-href:hover {color: rgba(2, 18, 23, .9);
  text-shadow: 0.6px 0 0 #021217;}

  .img-port-href {
    width: 100%;
    height: 90px;
   /* display: grid;*/
   display:flex;
   justify-content: center;
    
    align-items: center;
    padding-top: 33px;
    
  }

.special-pages {border-bottom: 1px solid #cbd6e2;
  padding-bottom: 1.3rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;}


.carousel-cell {height:440px; background:white; width: calc(33.333% - 25px);
  box-sizing:border-box;
/*border-radius:6px;*/
padding: 22px;
position:relative;
text-align: center;
  margin: 15px;}

  .flickity-button-icon {
  fill: #f5f6f8;
    transition:all .3s ease-in; 
  fill:#f5f6f8;

}



.carousel-outer-container:hover .flickity-button-icon {fill: var(--ads-blue); }


  .carousel-cell h3 {
    
    padding: 6px 13px;
    background: rgba(255, 65, 105, .75);
    color: white;
    font-weight: 600;
    font-size: 14px;
    text-transform:uppercase;
    border-radius: 3px;
    margin-bottom:7px;
    position: absolute;
    top: 21px;
    left: 22px;
    display: inline;
  }

 



  .carousel-cell h3.man {background:rgba(0, 123, 255, .75);}
  .carousel-cell h3.business {background:var(--ads-blue);}
  .carousel-cell h3.health {background:var(--cyan);}
  .carousel-cell h3.kid {background:var(--bordertopblue);}
  .carousel-cell h3.news {background:var(--secondary);}


  .portfolio-logo {width:/*65%*/62%; height:auto; justify-self:center;    filter: saturate(0%) brightness(0%) invert(0) opacity(0.63);
    transition: filter 0.45s cubic-bezier(0.3, 0.4, 0.1, 1);}

    .portfolio-logo:hover {filter:none;}
/*
.flickity-button-icon {
	fill: #333333;
}
*/
.flickity-page-dots {
	bottom:-38px;
  
}

.flickity-button:hover {background:transparent;}
.flickity-page-dots .dot {background:var(--ads-blue); transform:scale(0.8);}
.flickity-page-dots .dot.is-selected { transform:scale(1);}

.flickity-page-dots .dot {/*border-radius:0%;*/ transition: transform .45s cubic-bezier(0.25,1,0.33,1);}

.flickity-prev-next-button.next {right:-7%;}
.flickity-prev-next-button.previous {left:-7%;}
.flickity-prev-next-button {background:transparent; opacity:1; }
.flickity-prev-next-button:hover {background:transparent; opacity:1; }
.flickity-button:active {opacity:1;}
.flickity-button:focus {
  outline: 0;
  box-shadow: 0;
}



/*.flickity-prev-next-button {
	top: unset;
	bottom: -61px;
}*/

@media screen and (max-width: 1800px) {.flickity-prev-next-button.next {right:-5%;}
.flickity-prev-next-button.previous {left:-5%;}
}

@media screen and (max-width: 1180px) {.flickity-prev-next-button {display:none;}
.flickity-page-dots .dot { transform:scale(0.9);}
.portfolio-logo {width:75%}
.flickity-page-dots .dot.is-selected { transform:scale(1.1);}}

@media screen and (max-width: 980px) {
.portfolio-logo {width:85%;}
.flickity-prev-next-button {display:inline-block;}
.flickity-prev-next-button.next {right:0;}
.flickity-prev-next-button.previous {left:0;}
.flickity-button-icon {fill: var(--ads-blue)!important; }
	.carousel-cell {
    width:65%;
  visibility: hidden;
  
  }

  .nwsp {padding-bottom:20px;}

  .c-container {
    max-width: var(--content-width);}

  .portfolio-logo {width:220px}
  
  .carousel-cell.is-selected{
    visibility: visible;
 
}
.flickity-page-dots .dot { transform:scale(0.7);}

.flickity-page-dots .dot.is-selected { transform:scale(1);}
}



@media (max-width: 560px)
{.flickity-prev-next-button {display:none;}
.carousel-cell {
  width:100%;
visibility: visible;

}



.carousel-outer-container {
 
  padding-top: 60px;
  padding-bottom: 98px;
}

}

@media (max-width: 460px){ .portfolio-logo {width:65%}}

@media (max-width: 365px){ .portfolio-logo {width:198px;}}

/*
@media (pointer: coarse) {
	.flickity-page-dots {
		pointer-events: none;
	}
}
*/


/* FOOTER */

.footer-container {width:var(--content-width); margin:auto; grid-template-columns: 0.8fr 0.9fr 1.1fr 1fr; display:grid; 
padding-top:80px;
padding-bottom:80px;}
 /*.logos {display:grid;  align-items:center;  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); ;grid-gap:30px;
grid-column-start:3;}*/
.logos {display:grid;   grid-template-columns: 1fr; ;grid-gap:10px;
  grid-column-start:3;}

.footer-container a {color: var(--verylightgray); text-decoration: none; padding: 8px 0px; display:table; font-size:15px;
  transition: text-shadow .1s, color .1s;}
.footer-container a:hover {
color: rgba(255, 255, 255, .99);
text-shadow: 0.6px 0 0 #ffffff;}

/*.footer-container a:hover {color:#fff;}*/
.footer-container li { margin:4px 0px; color:#fff; }
li.li-inf  {margin-bottom:20px; font-weight:600; font-size:17px;}
p.li-inf  {margin-bottom:20px; font-weight:600; font-size:17px; position:relative;}
.footer-container p {color:white;}
footer {width:100%; background:#212529; }
.second-ul {grid-column-start: 2;}
.fb-logo {margin-right: 15px;
  width: 11px;}

  .li-logo {width:21px;}

.logos img  {height:36px; width:auto; filter:grayscale(1);}

.social-logos-container {
  margin-top: 118px;
  display: flex;
  justify-content: flex-end;
}

.partner {height:160px; justify-content:center; display:grid; align-items: center;}
.partner-logo {width:260px;}

.break {width:100%;}

.li-logo, .fb-logo {transition: transform .4s ease;}

.li-logo:hover {
  filter: invert(35%) sepia(57%) saturate(1223%) hue-rotate(166deg) brightness(92%) contrast(91%);
  transform: scale(1.1);
}

.fb-logo:hover {
filter: invert(35%) sepia(23%) saturate(1362%) hue-rotate(182deg) brightness(90%) contrast(92%);
transform: scale(1.1);}

@media (max-width: 1180px){ .footer-container {width:calc(var(--content-width) - 2%);}}

@media (max-width: 980px){ .footer-container {grid-template-columns: 1fr; grid-gap: 30px; text-align:center;} 
.second-ul {grid-column-start: unset; }
.footer-container a {display:block;}
.social-logos-container {margin-top:60px;justify-content:center;}}

@media (max-width: 560px){.footer-container {padding-top:60px; padding-bottom:60px;}
.partner {height:140px;}}


@media all and (min-width:980px) {.fit-img {display:block}}


@-moz-document url-prefix() { 
  .footer-container a:hover {
    color: rgba(255, 255, 255, .99);
    text-shadow: 0.4px 0 0 #ffffff;}
}


      @media (prefers-reduced-motion: reduce) {
        *, ::before, ::after {
          animation-delay: -1ms !important;
          animation-duration: 1ms !important;
          animation-iteration-count: 1 !important;
          background-attachment: initial !important;
          scroll-behavior: auto !important;
          transition-delay: 0s !important;
          transition-duration: 0s !important;
        }
      }

      .resize-animation-stopper * {
        animation: none !important;
        transition: none !important;
      }