/* 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;
  --variable-height: 70px;
  --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*/

.estimation {
  text-underline-offset: 4px;
}

.estimation:hover {
  color: white;
}

.icons-vertical {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 16px;
}

.inner {
  max-width: var(--content-width);
  margin: auto;
}

.icons-vertical-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  text-align: left;
}

.deliver-better {
  max-width: 800px;
  margin: auto;
  margin-bottom: 46px;
}

.delivery {
  width: unset;
  text-align: center;
}

.textpart h3 {
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 1.2;
  font-size: 18px;
  color: var(--ads-blue);
}

.textpart {
  padding-left: 16px;
}

.two-icon {
  width: 150px;
  margin: auto;
  display: block;
}

@media (max-width: 1000px) {
  .textpart {
    padding-left: 0;
    padding-top: 26px;
  }

  .icons-vertical-inner {
    grid-template-columns: 1fr;
  }
}

.second-four-logos {
  background: white;
}

.second-four-logos-inner {
  width: var(--content-width);
  margin: auto;
  text-align: center;
}

.mi-auto {
  margin: auto !important;
}

.one-icon {
  width: 150px;
  margin: auto;
  display: block;
  margin-bottom: 26px;
}

.four-icons-inner h3 {
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 20px;
  line-height: 1.2;
  font-size: 18px;
  color: var(--ads-blue);
}

.four-iconholder {
  background: white;
  padding: 20px;
  padding-top: 30px;
  padding-bottom: 36px;
  border: 1px solid var(--verylightgray);
}

.four-icons {
  background: #f5f6f8;
  width: 100%
}



.four-icons-inner {
  width: var(--content-width);
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

@media (max-width: 1000px) {
  .four-icons-inner {
    grid-template-columns: 1fr 1fr;
  }

  .icons-vertical {
    align-items: start;
    row-gap: 30px;
  }

  .textpart {
    padding-top: 16px;
  }
}

@media (max-width: 680px) {
  .four-icons-inner {
    grid-template-columns: 1fr;
  }

  .one-icon {
    width: 136px;
    margin-bottom: 20px;
  }

  .icons-vertical {
    grid-template-columns: 1fr;
    row-gap: 36px;
  }

  .two-icon {
    width: 136px;
  }

  .deliver-better {
    margin-bottom: 40px;
  }
}


.solution.spacer {
  margin: unset;
  background: #f5f6f8;
}

.solution-advantages {

  width: var(--content-width);
  margin: auto;
}

.solution-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 12px;
  margin-top: 18px;
}

.newh2 {
  width: var(--content-width);
  margin: auto;
}

.q-img-2 {
  width: 51px !important;
}

.diamond {
  width: 100%;
  background: var(--lightgray);
  height: 60px;
}

.diamond-inner {
  width: var(--content-width);
  height: 60px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.diamond-inner span {
  display: block;
  font-size: 15px;
  text-decoration: none;
}

.diamond-inner img {
  width: 32px;
  padding-right: 10px;

  vertical-align: sub;
}

/*
.onesolution:after {
    content: "";
    background: var(--verylightgray);
    position: absolute;
    bottom: 0;
    right: 0;
    height: 90%;
    width: 1px;
  }*/

.onesolution {
  background: white;
  padding: 15px;
  position: relative;
  /*border:1px solid var(--verylightgray)*/
  padding-bottom: 23px;
}

.onesolution p {
  padding-bottom: 14px;
  line-height: 1.4;
  position: relative;
  padding-left: 13px;
}

.onesolution p:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  /* border-bottom: 2px solid var(--gray);*/
  background: rgba(102, 102, 102, .44);
  position: absolute;
  left: 0;
  top: 10px;
}

.onesolution h4 {
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 24px;
  padding-top: 10px;
  line-height: 1.2;
}

.onesolution:nth-child(1) {
  border-top: 5px solid rgba(0, 123, 255, .75);
}

.onesolution:nth-child(2) {
  border-top: 5px solid rgba(255, 65, 105, .75);
}

.onesolution:nth-child(3) {
  border-top: 5px solid var(--ads-blue);
}

.onesolution:nth-child(4) {
  border-top: 5px solid var(--cyan);
}

.onesolution:nth-child(5) {
  border-top: 5px solid var(--bordertopblue);
}

@media screen and (max-width: 1400px) {
  .solution-container {
    grid-gap: 10px;
    /*   grid-gap:2px;
    background:var(--verylightgray)*/
  }

  /*
.onesolution {border-left: 1px solid var(--verylightgray);
border-right: 1px solid var(--verylightgray);
border-bottom: 1px solid var(--verylightgray);
}*/
}

@media screen and (max-width: 1300px) {
  .onesolution p {
    font-size: 15px;
  }

}

@media screen and (max-width: 1180px) {
  .solution-container {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
  }

  .onesolution p {
    font-size: 16px;
  }

  .onesolution {
    padding: 20px;
  }
}

@media screen and (max-width: 960px) {
  .solution-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 800px) {
  .solution-advantages h2 br {
    display: none;
  }

}

@media screen and (max-width: 700px) {
  .onesolution {
    padding: 15px;
  }

  .solution-container {
    grid-gap: 25px;
  }
}

@media screen and (max-width: 680px) {
  .solution-container {
    grid-template-columns: 1fr;
    margin-top: 10px;
    grid-gap: 25px;
  }
}


.quality {
  background: white;
  /* background-image: url(../img/q-back2.jpg); background-size: cover;*/
}

.quality-box p {
  color: #1e1e1e;
}

.quality-box h4 {
  font-weight: 600;
}

.quality-box {
  padding: 20px;
  border: 1px solid var(--verylightgray);
  background: var(--light);
}

.q-box-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}

.quality-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: var(--content-width);
  grid-gap: 40px;
  margin: auto;
  margin-top: 30px;
}

.quality h2 {
  width: var(--content-width);
  margin: auto;
}

.quality-img {
  width: 40px;
  height: auto;
}

@media screen and (max-width: 1300px) {
  .quality-container {
    grid-gap: 26px;
    margin-top: 26px;
  }

}

@media screen and (max-width: 960px) {
  .quality-container {
    grid-template-columns: 1fr;
  }

}

@media screen and (max-width: 960px) {
  .quality-container {
    margin-top: 10px;
  }

}

.newlogos {
  background: white;
}

.newlogos h2 {
  padding-left: 20px;
  padding-right: 20px;
}

.logocontainer {
  display: grid;
  max-width: var(--content-width);
  grid-auto-rows: 1fr;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));

  margin: 0px auto;
  margin-top: 30px;
  gap: 20px;
}

.logocontainer img {
  width: 100%;
  height: auto;
}


.mobile-menu {
  height: 70px;
  position: relative;
  overflow: hidden;
  z-index: 210;
  background: #ffffff;
  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 5%);
}

.main-mobile-logo {
  height: 26px;
  position: absolute;
  left: 20px;
  top: 25px;
}

.spec-logo-grid {
  grid-column-start: 2;
}

.spec-logo-grid-two {
  grid-column-start: 5;
}

@media screen and (max-width: 1300px) {
  .logocontainer {
    transform: scale(.96);
  }
}

@media screen and (max-width: 1180px) {
  .logocontainer {
    transform: none;
  }
}



@media screen and (max-width: 1100px) {
  .logocontainer {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}

@media all and (max-width:960px) {

  .spec-logo-grid,
  .spec-logo-grid-two {

    grid-column-start: unset;
  }
}

@media screen and (max-width: 800px) {
  .logocontainer {
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 10px;
  }
}

@media screen and (max-width: 580px) {
  .solution {
    padding-bottom: 70px !important;
  }

}

#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: 30px;
  height: 24px;
  align-self: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  padding: 10px;
}


.sidenav {
  height: 600px;
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 68px;
  left: 0;
  z-index: 200;
  background-color: var(--ads-blue);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow-x: hidden;
  transition: none;
  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;
}


.sidenav-translate {
  top: -100%;
}


@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);
  }
}

.lang-mobile {
  position: absolute;
  text-align: center;
  top: 70px;
  transform: translateY(-76px);
  opacity:
    /*0*/
    1;
  transition:
    /*opacity .2s ease-in-out,*/
    transform .3s ease-in-out;
  z-index: -1;
  pointer-events: none;
  background: var(--light);
  color: #424242;
  width: unset;
  max-width: 100%;
  left: 0;
  right: 0;
  padding-top: 54.5px;
  padding-bottom: 54.5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.langselector {
  padding: 20px 0;
  display: inline-block;
  position: absolute;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  font-size: 17px;
  right: 64px;
  top: 50%;
  line-height: 0.8;
  transform: translateY(-50%);
  color: var(--ads-blue);
  -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;
}

.langselector:hover {
  color: var(--ads-blue);
}

.overlay-slide {
  position: absolute;
  left: 0;
  top: 0px;
  right: 0;
  bottom: 0;
  height: 0;
  pointer-events: none;
  visibility: hidden;
  z-index: -1;
  background-color: #27293d;
  opacity: 0;
  transition: opacity ease .3s;
}

.visible-langselect {
  opacity: 1;
  z-index: 209;
  pointer-events: auto;
  transform: translateY(0);
}

.visible-slide {
  opacity: .7;
  visibility: visible;
  z-index: 208;
  pointer-events: auto;
}

.ads-logo-one {
  height:
    /*30px*/
    /*8.889vw*/
    31px;
  position: absolute;
  image-rendering: -webkit-optimize-contrast;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.ads-logo-two {
  width:
    /*40%*/
    42%;
  position: absolute;
  image-rendering: -webkit-optimize-contrast;
  left:
    /*72px*/
    /*76px*/
    74px;
  top: 50%;
  transform: translateY(-50%);
}

.lang-mobile a {
  text-decoration: none !important;
  font-weight: 400;
  font-size: 21px;
  -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;
  color: var(--ads-blue) !important;
}

.fullarrow {
  vertical-align: middle;
  margin-left: 4px;
}

.lang-mobile .line {
  width: 1px;
  background: var(--ads-blue);
  height: 100%;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  height: 16px;
  margin-top: 2px;
}


@-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: 34px;
  }

  .langselector {
    right: 72px;
  }

  .open-sidemenu {
    padding-top: 60px;
  }
}


@media screen and (min-width: 370px) {
  .ads-logo-one {
    height: 32px;
  }

  .ads-logo-two {
    left: 76px;
    max-width: 170px;
  }
}

@media screen and (min-width: 480px) {

  .menu-icon {
    right: 20px;
  }

  :root {
    --variable-height: 76px;
  }

  .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)
  }

  .ads-logo-one {
    left: 30px;
    height: 32px;
  }

  .ads-logo-two {
    left: 86px;
    max-width: 186px;
  }

  .langselector {
    right: 90px;
  }

  .menu-icon {
    width: 40px;
  }

  .mobile-menu {
    height: 76px;
  }

  .lang-mobile {
    top: 76px;
  }

}


@media screen and (min-width: 980px) {
  .mobile-menu {
    display: none;
  }

  #mySidenav {
    display: none;
  }

  .overlay-slide,
  .lang-mobile {
    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: 519px;

  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-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) {

  :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: 66.4%;
  }

  .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: 2.04s
  }

  .text-in-y-2 {
    animation-delay: 2040ms;
  }


  @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(-335px);
    }

    100% {
      opacity: 1;
    }
  }

  @keyframes text-in-y-1-5 {
    0% {

      transform: rotate(0.1deg) translateX(-370px);
    }

    100% {
      opacity: 1;
    }
  }
}

@media all and (max-width:365px) {
  @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
  }

  .big-hero {
    font-size: 24px;
  }

  .hero-text p {
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .hero-text {
    top: 63%;
  }

  .diamond-inner span {
    font-size: 14px;
  }

  .diamond-inner img {
    width: 22px;
    padding-right: 6px;
  }
}

/*
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;
}

.fifth-sentence.fadesentence {
  transform: translate(-50%, -50%) scale(1) !important;
  opacity: 1 !important;
}


.quote-holder {
  width: 100%;
  height: 400px;
  overflow: hidden;
  background: black;
  position: relative;
  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);
  background-position: 50% 50%;
  background-size: cover;
  z-index: 0;
  background-repeat: no-repeat;
  will-change: transform;

}

.quote-holder-2 {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}


.quote-holder-2::before {
  /* background-image: linear-gradient(to bottom, rgba(125,185,232,0.11) 0%,rgba(0, 0, 150, 0.22) 100%), url(../img/g/bubbles-to-scroll-mob.jpg);*/

  background-image: url(../img/ads-landing-banner-3-mobile.jpg);
  background-position: 35% 50%;

  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;

  z-index: -1;
}

@media all and (min-width:700px) {
  .quote-holder-2::before {
    background-image: url(../img/ads-landing-banner-3.jpg);
    background-position: 50% 50%;
  }
}

@media all and (min-width:1400px) {
  .quote-holder-2 {
    height: 400px;

  }
}

@media all and (min-width:1181px) {
  .quote-holder-2::before {
    position: fixed;
    background-position: center;
    will-change: transform;
  }
}


@media all and (max-width:1181px) {

  .quote,
  .quote2 {
    background-attachment: scroll;
    background-size: cover;
  }
}

@media all and (max-width:1100px) {
  .white {

    width: 600px;
  }

  .fourteenth {
    display: none;
  }

}


@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: 77px;
}

.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%);
  }

  .newh2 br {
    display: none;
  }
}

@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: 150px;
  }

  .diamond-inner img {
    padding-right: 10px;
  }
}


@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;
}

.pc-lang {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.pc-lang a {
  padding: 28px 10px;
}

.pc-menu {
  display: grid;
  grid-template-columns: auto auto auto;
}

.line-for-lang {
  display: inline-block;
  height: 17px;
  width: 1px;
  margin-right: 1px;
  background: #707375;
}

.pc-lang a:after {
  display: none;
}

.active-pc-lang {
  color: rgba(2, 18, 23, .9);
  text-shadow: 0.6px 0 0 #021217;
  pointer-events: none;
}

.contact-main-page-icon-container {
  margin-left: 30px;
  display: flex;
  align-items: center;
}

.contact-main-page-icon-href {
  padding-bottom: 0 !important;
  padding-top: 4px !important;
  padding-left: 2px !important;

}

.contact-main-page-icon-href img {
  height: 24px;
  opacity: 0.66;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
}

.contact-main-page-icon-href:after {
  display: none;
}

.contact-main-page-icon-href img:hover {
  opacity: 1;
  transform: scale(1.08);
}

.formholder-contact h2 {
  font-size: 24px;
  margin-bottom: 8px;
  padding-bottom: 0;
  line-height: 1;
}

.form-text {
  margin: auto;
  margin-bottom: 0;
}

.formholder-contact p {
  margin-bottom: 16px;
}

.formholder-contact {
  display: grid;
  align-items: center;
}

.formholder-contact form {
  width: 84%;
  margin: auto;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden
}

.formholder-contact label {
  font-size: 15px;
  font-weight: 500;
  display: none;
}

.formholder-contact input[type=tel],
.formholder-contact input[type=email],
.formholder-contact input[type=text],
.formholder-contact select,
.formholder-contact textarea {
  width: 100%;
  font-family: 'Open Sans', Arial, sans-serif;
  border: 1px solid var(--verylightgray);
  border-radius: 4px;
  font-size: 16px;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 1em;
  transition: all .2s ease;
}

.formholder-contact input[type=submit] {
  background-color: var(--ads-blue);
  color: white;
  padding: 8px 24px;
  font-family: 'Open Sans', Arial, sans-serif;
  border: none;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: all .2s ease;
  width: 100%;
  margin-top: 10px;
}


.formholder-contact input[type=submit]:hover {
  background-color: var(--bordertopblue);
}

.formholder-contact input::placeholder {
  color: #333;
}


@media all and (max-width:1130px) {
  .contact-main-page-icon-container {
    display: none;
  }
}

.main-container-contact-page {
  position: relative;
  z-index: 1;
  background: #f5f6f8;
}

.first-contact-back {
  z-index: 1;
  width: 100%;
  background-image: url(../img/ads-landing-banner-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
  position: absolute;
  top: 0;
}

.second-contact-back {
  z-index: 1;
  width: 100%;
  background: white;
  height: 430px;
  position: absolute;
  top: 700px;
}

.main-container-contact-page-inner {
  width: var(--content-width);
  position: relative;
  z-index: 2;
  /* height:1200px;*/
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  margin: auto;
}

.formholder-contact {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 540px;
  grid-column-start: 2;
  margin-top: 20px;
  margin-bottom: 20px;
  background: white;
  grid-row-start: 1;
  align-self: center;
  box-shadow: 0 29px 60px 0 rgb(54 57 73 / 11%);
  border-radius: 4px;
  z-index: 1000;
}

.first-contact-hero {
  height: 700px;
  width: 100%;
  grid-column-start: 1;
  grid-column: 1 / span 2;
  grid-row-start: 1;
  position: relative;
}

.quote-holder.contactquote {
  height: 480px;
}


.second-contact-hero {
  background: white;
  height: 430px;
  width: 100%;
  grid-column-start: 1;
  grid-column: 1 / span 2;
  grid-row-start: 2;
}

.inner-contact-form {
  width: calc(var(--content-width) / 2);
  justify-self: start;
  background: white;
  height: 480px;
}

.second-contact-hero-inner {
  width: 50%;
}

.logocontainer-contact-one {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.logocontainer-contact-one img {
  height: 86px;
}

.third-contact-hero {
  width: 50%;
  grid-column: 1 / span 2;
  grid-row-start: 3;
}

.third-contact-hero .four-icons-inner {
  width: 100%;
  grid-template-columns: 1fr 1fr;
  margin: unset;
}

.third-contact-hero h2 {
  max-width: 100%;
  padding-bottom: 34px;
}

.forth-contact-inner {
  height: 400px;
  position: relative;
  width: 50%;
}

.forth-contact-outer {
  grid-column: 1 / span 2;
  grid-row-start: 4;
}

.contactquote .button-link:hover {
  border: 1px solid transparent !important;
  /* box-shadow: 0 0 0 1px #545454; */
  background-color: #eef1f7 !important;
  text-shadow: none;
}

.fourth-sentence {
  color: white;
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 1.2;
  font-size: 32px;
  text-shadow: 3px 4px 16px rgb(10 17 25 / 16%);
  opacity: 0;
  transform: translateY(-30%);
  transition: transform cubic-bezier(0.390, 0.575, 0.565, 1.000) .8s, opacity cubic-bezier(0.390, 0.575, 0.565, 1.000) .8s;
}

.fourth-contact-back {
  height: 560px;
  background-image: url(../img/ads-landing-banner-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;

  position: absolute;
  /* background: red; */
  width: 100%;
  top: 2130px;
  z-index: 1;
}

.fadesentence {
  transform: translateY(-50%) !important;
  opacity: 1 !important;
}

@media all and (max-width:1830px) {

  .first-contact-back,
  .first-contact-hero {
    height: 600px;
  }

  .second-contact-back {
    top: 600px;
  }

  .formholder-contact {
    height: 482px;
  }

  .formholder-contact h2 {
    font-size: 23px;
    margin-bottom: 8px;
  }

  .formholder-contact p {
    margin-bottom: 12px;
  }

  .formholder-contact input[type=tel],
  .formholder-contact input[type=email],
  .formholder-contact input[type=text],
  .formholder-contact select,
  .formholder-contact textarea {
    margin-top: 6px;
    margin-bottom: 14px;
    resize: vertical;
    font-size: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .formholder-contact input[type=submit] {
    margin-bottom: 6px;
  }
}

@media all and (max-width:1350px) {
  .formholder-contact h2 {
    font-size: 22px;
    margin-bottom: 8px;
  }
}

@media all and (max-width:1260px) {
  .formholder-contact form {
    width: 85%
  }

  .formholder-contact h2 {
    font-size: 21px;
  }
}

@media all and (max-width:1190px) {
  .formholder-contact {
    height: 500px;
  }

  .formholder-contact h2 {
    line-height: 1.2;
    font-size: 22px;
  }
}

.mobilelogover {
  display: none !important;
}

@media all and (max-width:1023px) {

  .quote-holder.contactquote {
    height: 410px;
  }

  .formholder-contact h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 0;
    line-height: 1.2;
  }

  .formholder-contact {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .form-text {
    margin: auto;
    margin-bottom: 0;
  }

  .formholder-contact p {
    margin-bottom: 26px;
    text-align: center;
  }

  .formholder-contact input[type=submit] {
    margin-top: 24px;
  }

  .formholder-contact input[type=tel],
  .formholder-contact input[type=email],
  .formholder-contact input[type=text],
  .formholder-contact select,
  .formholder-contact textarea {
    margin-top: 6px;
    margin-bottom: 14px;
    resize: vertical;
    font-size: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .second-contact-hero {
    background: #e6f1fb;
  }

  .first-contact-back,
  .second-contact-back,
  .fourth-contact-back {
    display: none;
  }

  .main-container-contact-page-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .formholder-contact {
    position: unset;
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .formholder-contact form {
    width: var(--content-width);
  }

  .first-contact-hero .hero-text {
    left: 50% !important;
    width: var(--content-width) !important;

    transform: translate(-50%, -50%) !important;
  }

  .first-contact-hero {
    height: 410px;
    order: -1;
    background-image: url(../img/ads-landing-banner-1.jpg);
  }

  .first-contact-hero .hero-text p {
    padding-bottom: 30px;
  }

  .contact-logos-one-special h2,
  .contact-logos-one-special h2 {
    padding-bottom: 10px !important;
  }

  .contact-logos-two-special h2 {
    padding-top: 0px !important;
  }



  .second-contact-hero,
  .third-contact-hero {
    width: 100%;
  }

  .second-contact-hero-inner h2,
  .third-contact-hero h2,
  .forth-contact-inner h2 {
    text-align: center;
  }

  .second-contact-hero-inner h2 {
    padding-bottom: 10px;
  }

  .third-contact-hero h2 {
    padding-bottom: 42px;
  }

  .forth-contact-outer {
    background-image: url(../img/ads-landing-banner-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .second-contact-hero {
    height: auto;
  }

  .third-contact-hero h2,
  .third-contact-hero .four-icons-inner,
  .second-contact-hero-inner {
    width: var(--content-width);
    margin: auto;
  }

  .forth-contact-inner {
    width: var(--content-width);
    margin: auto;
    background: transparent;
    height: 320px;
  }

  .forth-contact-inner {
    width: var(--content-width);
    margin: auto;
  }

  .fourth-sentence {
    font-size: 26px;
  }

  .desktoplogover {
    display: none;
  }

  .mobilelogover {
    display: flex !important;
  }
}

@media (max-width:760px) {
  .mobilelogover {
    display: grid !important;
  }
}

@media (max-width: 680px) {
  .third-contact-hero .four-icons-inner {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 850px) {
  .first-contact-hero .big-hero {
    font-size: 32px;
  }

  .fourth-sentence {
    font-size: 28px;
  }
}

@media (max-width: 700px) {

  .fourth-sentence {
    font-size: 21px;
  }
}

@media (max-width: 560px) {
  .first-contact-hero .big-hero {
    font-size: 26px;
  }

  .formholder-contact h2 {
    font-size: 24px;
  }

  .fsfesagfas {
    display: none;
  }
}