@charset "UTF-8";

/*
Theme Name: Ideo
Author: jadellad
Version: 1.0
*/

html {
    font-family: "Satoshi-Variable";
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    background: #F5F5F5;
    line-height: 32px;
}

a {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5 {
    word-wrap: break-word;
}

.color-primary {
    color: #0090D7;
}

.bg-gray-light {
    background: #F5F5F5 !important;
}

h2 {
    font: 56px/45px "GalanoGrotesque-ExtraBold";
    opacity: 1;
    color: rgba(0,144,215,1);
    letter-spacing: -2.8px;
}

h3 {
    font: 48px/39px "GalanoGrotesque-ExtraBold";
    opacity: 1;
}

h4 {
    font: 36px/29px "GalanoGrotesque-ExtraBold";
    opacity: 1;
    letter-spacing: -1.8px;
}

h2 span,
h3 span,
h4 span {
    color: #002453;
}

img,
.smooth {
    outline: 1px solid transparent;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    will-change: transform;
}

.grecaptcha-badge, .rc-anchor, .rc-anchor-normal-footer, .rc-anchor-invisible { 
    visibility: hidden;
}

.btn-primary,
.lnk-primary,
.burger-toggler {
    border: none;
    border-radius: 48px;
    opacity: 1;
    border-radius: 48px;
    opacity: 1;
    background: rgb(251,117,42);
    background: linear-gradient(180deg, rgba(251,117,42,1) 0%, rgba(249,87,28,1) 100%);
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0px;
    padding-right: 14px;
    padding-left: 22px;
    background-repeat: no-repeat;
    background-position: right;
    color: #FFF;
    text-decoration: none;
    display: flex!important;
    width: fit-content;
    white-space: nowrap;
    text-overflow: clip;
    overflow: hidden;
    transition: 0.2s ease-out;
}

.btn-primary:hover,
.lnk-primary:hover {
    transition: 0.2s ease-out;
    background: rgb(251,117,42);
    background: linear-gradient(0deg, rgba(251,117,42,1) 0%, rgba(249,87,28,1) 100%);
}

.btn-primary:hover img,
.lnk-primary:hover img {
    transition: 0.2s ease-out;
    transform: translateX(4px);
}

.lnk-secondary,
.lnk-secondary:active,
.lnk-secondary:visited {
    font: 18px/22px "Satoshi-Bold";
    background: #FFF;
    opacity: 1;
    color: #002453;
    letter-spacing: 0px;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    border-radius: 48px;
    padding: 10px 20px;
    display: flex!important;
    width: fit-content;
    white-space: nowrap;
    text-overflow: clip;
    overflow: hidden;
}

.lnk-secondary:hover img {
    transition: 0.2s ease-out;
    transform: translateX(4px);
}

.burger-toggler {
    padding: 7px 16px;
    display: none !important;
    padding-right: 10px;
}


.burger-toggler:hover {
    transition: 0.2s ease-out;
    color: #FFF!important;
}

.burger-toggler:active,
.burger-toggler:visited {
    color: #FFF!important;
}

.burger-toggler > img, .burger-toggler[aria-expanded="false"] > img {
    content: url("assets/img/icons/filled/circle/Menu.svg");
}

.burger-toggler[aria-expanded="true"] > img {
    content: url("assets/img/icons/filled/circle/Cross.svg");
}

.lnk-secondary-flat,
.lnk-secondary-flat:active,
.lnk-secondary-flat:visited {
    background: transparent;
    padding-left: 0;
    padding: 10px 20px;
    display: flex;
    width: fit-content;
    white-space: nowrap;
    text-overflow: clip;
    overflow: hidden;

}

.lnk-secondary-flat-white {
    opacity: 1;
    color: rgba(255,255,255,1);

    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 22px;
}

.lnk-secondary-flat-white,
.lnk-secondary-flat-white:active,
lnk-secondary-flat-white:visited {
    background: transparent;
    padding-left: 0;
    color: #FFF !important;
}

.lnk-secondary-flat-white:hover {
    transition: 0.2s ease-out;
    text-decoration: underline;
}

.lnk-secondary-flat-white:hover img {
    transition: 0.2s ease-out;
    transform: translateX(4px);
}

.text-dark-blue {
    color: #002453 !important;
}

.text-light-blue {
    color: rgba(0,144,215,1) !important;
}

div.breadcrumb.text-light * {
    color: #FFF !important;
}

.bg-dark-blue {
    background: #002453;
}

.bg-dark-blue h2 span {
    color: #FFF !important;
}

.bg-dark-blue h2.text-light span {
    color: #0090D7 !important;
}

.bg-dark-blue > * {
    color: #FFF;
}

.bg-dark-blue .breadcrumbs, .bg-dark-blue .breadcrumbs * {
    color: #FFF!important;
}

.bg-light-blue {
    background: #0090D7;
}

.bg-light-blue h2,
.bg-light-blue p,
.bg-light-blue li span {
    color: #FFF !important;
}

.bg-dark-blue-light {
    background: linear-gradient( to bottom, #002453 0%, #002453 55%, #F5F5F5 0%,#F5F5F5 100%);
}

.bg-white {
    background: #FFF;
}

#bg-light-services ul {
    list-style: none;
    padding: 0;
}

#bg-light-services ul li,
#bg-light-services p {
    opacity: 1;
    color: rgba(0,0,0,1);
    font-size: 18px;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 32px;
}

#main-menu {
    background: rgba(255,255,255, 1);
    opacity: 1;
    box-shadow: 0px 8px 48px rgba(0,0,0, 0.08), 0px 2px 8px rgba(0,0,0, 0.04);
    z-index: 9;
    height: 80px;
}

#primary-menu > ul > li.nav-item {
    height: 80px;
}

#primary-menu > ul > li.nav-item > a,
#primary-menu > ul > li.nav-item.dropdown > div > a {
    font: 22px "GalanoGrotesque-Bold";
    opacity: 1;
    color: rgba(0,36,83,1);
    padding: 1em .6rem;
    height: 80px;
    text-decoration: none;
    display: block;
}

#primary-menu > ul > li.nav-item a.nav-link.active {
    color: #0090D7;
    border-bottom: 4px #0090D7 solid;
}

#primary-menu > ul > li.nav-item:hover > a,
#primary-menu > ul > li.nav-item:hover  > div > a {
    color: #0090D7;
    height: 80px;
    border-bottom: 4px #0090D7 solid;
    transition: 0.2s ease-out;
}

#primary-menu .megamenu .sub-megamenu div.border-bottom {
    border-bottom: 2px #F5F5F5 solid !important;
}

img.right-arrow {
    content: url("assets/img/icons/filled/arrow/Right@3x.svg");
    margin-bottom: 0.5rem;
}

img.right-arrow-inverse {
    content: url("assets/img/icons/filled/arrow/Right@Inverse3x.svg");
    margin-bottom: 0.5rem;
}

img.yt {
    content: url("assets/img/icons/Youtube@3x.svg");
    width: 48px;
}

img.sap {
    content: url("assets/img/SAP gold partner.png");
}

img.lnkn {
    content: url("assets/img/icons/Linkedin@3x.svg");
    width: 48px;
}

#primary-menu > ul > li > div.megamenu {
    z-index: 9;
    box-shadow: 0px 8px 48px rgba(0,0,0, 0.08), 0px 2px 8px rgba(0,0,0, 0.04);
    margin: 0px;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 1;
    padding: 1rem;
    margin: 0;
}

#primary-menu > ul > li > div.megamenu svg {
    width: 24px;
}

#primary-menu > ul > li > div.has-megamenu {
    position: static !important;
}

.dropdown-hover > .dropdown-toggle:active {
    pointer-events: none;
}

#primary-menu .has-megamenu .nav-car {
    background: url('assets/img/icons/filled/arrow/Down@3x.svg') no-repeat center;
    width: 24px;
}

#primary-menu .has-megamenu {
    position: static !important;
}

#primary-menu .sub-megamenu h5 {
    font: 36px/29px "GalanoGrotesque-ExtraBold";
    opacity: 1;
    color: rgba(0,36,83,1);
    text-align: left;
}

#primary-menu .sub-megamenu h6 {
    font: 28px/29px "GalanoGrotesque-ExtraBold";
    opacity: 1;
    color: rgba(0,36,83,1);
    text-align: left;
}

#primary-menu .sub-megamenu .h6 {
    font: 18px/22px "Satoshi-Bold";
    opacity: 1;
    color: rgba(0,36,83,1);
    letter-spacing: 0px;
    text-align: left;
}

#primary-menu .megamenu .sub-megamenu small {
    font: normal 400 16px/28px "Satoshi-Variable" !important;
    opacity: 1;
    color: rgba(0,0,0,1) !important;
    letter-spacing: 0px;
    text-align: left;
}

#primary-menu .megamenu .sub-megamenu .sub-megamenu-child > div {
    border: none;
    border-bottom: 2px solid #f5f5f5!important;
}

#primary-menu > ul > li > a::after {
    display: none;
}

#primary-menu .sub-megamenu  a:hover  h5,
#primary-menu .sub-megamenu  a:hover  h6 {
    color: #FA6623 !important;
    text-decoration: underline;
    transition: 0.2s ease-out;
}

#masthead > div {
    font: 14px "Satoshi-Bold";
    opacity: 1;
    color: rgba(51,51,51,1);
    letter-spacing: 0px;
    text-align: left;
    background: #FFF !important;
}

#secondary-menu {
    height: 40px;
    align-items: center;
    display: flex!important;
}

#secondary-menu ul {
    background: transparent!important;
    flex-direction: row;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
}

#secondary-menu  li.menu-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#secondary-menu li.menu-item:first-child:not(:last-child) {
    border-top-right-radius: 0;
}

#secondary-menu  li.menu-item {
    position: relative;
    display: block;
    padding-left: .6rem;
    padding-right: .6rem;
    text-decoration: none;
}

#secondary-menu  a {
    font: 14px/12px "Satoshi-Bold";
    text-decoration: none !important;
    color: #333333 !important;
    text-align: left;
}

#menu-support li:last-child {
    padding-right: 0;
}

#hero {
    background-size: cover;
    background-position: top center;
}

#hero #hero-container-parent:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    z-index: 0;
    background: #FFF;
    top: 0;
    left: -92px;
    width: 92px;
}

#hero #hero-container-parent {
    padding-left: 3rem!important;
    background: #FFF;
    position: relative;
    z-index: 1;
    border-radius: 0 0 7%;
}

#hero #hero-container-parent:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: #FFF;
    transform-origin: bottom left;
    -ms-transform: skew(342deg, 0deg);
    -webkit-transform: skew(342deg, 0deg);
    transform: skew(344deg, 0deg);
    border-radius: 0 0 7%;

}

section#hero .container {
    position: relative;
}

section#hero .container:before {
    content: "";
    background: url('assets/img/SAP gold partner.png') no-repeat center;
    background-size: cover;
    width: 82px;
    height: 48px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    display: block;
}

#over-ideo #hero #hero-container-parent:before,
#over-ideo #hero #hero-container-parent,
#over-ideo #hero #hero-container-parent:after {
    background: transparent;
}

#over-ideo-team #hero #hero-container-parent:before,
#over-ideo-team #hero #hero-container-parent,
#over-ideo-team #hero #hero-container-parent:after {
    background: transparent;
}

#knowledge-base #hero #hero-container-parent:before,
#knowledge-base #hero #hero-container-parent,
#knowledge-base #hero #hero-container-parent:after {
    background: transparent;
}

#references #hero #hero-container-parent:before,
#references #hero #hero-container-parent,
#references #hero #hero-container-parent:after {
    background: transparent;
}

#work-for-us #hero #hero-container-parent:before,
#work-for-us #hero #hero-container-parent,
#work-for-us #hero #hero-container-parent:after {
    background: transparent;
}

#vacancy #hero #hero-container-parent:before,
#vacancy #hero #hero-container-parent,
#vacancy #hero #hero-container-parent:after {
    background: transparent;
}


/*#front-page #hero #hero-container-parent:after,
#services #hero #hero-container-parent:after,
#solutions #hero #hero-container-parent:after,
#branches #hero #hero-container-parent:after,
#service-management #hero-container-parent:after,
#single-solutions #hero-container-parent:after {
    background: #FFF !important;
}*/

#hero #hero-container-white-orphan:after {
    position: absolute;
    content: "";
    width: 40%;
    background: #FFF;
    top: 0;
    bottom: 0;
    left: -95px;
}

#hero-container  {
    padding-top: 1rem;
    padding-bottom: 1rem;
    z-index: 1;
}

#front-page #hero-container  {
    background: url(assets/img/blue-bg.svg) no-repeat top right;
    padding-top: 38px!important;
    max-width: 734px !important;
}


#hero-container > h1 {
    font: normal 65px/64px "GalanoGrotesque-ExtraBold";
    opacity: 1;
    color: #0090D7;

    letter-spacing: -4px;
    text-align: left;
}



#hero-container > h1 span {
    color: #0090D7;
}

#hero-container  p {
    font: 24px/42px "Satoshi-Bold";
    opacity: 1;
    color: rgba(0,0,0,1);
    letter-spacing: 0px;
    text-align: left;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#hero-container  ul {
    list-style: none;
    padding: 0;
}

#hero-container  ul li {
    font: normal 28px "GalanoGrotesque-ExtraBold";
    opacity: 1;
    color: rgba(0,0,0,1);
    letter-spacing: -1.4px;
    line-height: 24px;
}

#hero-container-parent .lnk-primary {
    position: relative;
    z-index: 2;
}

#front-page #hero-container > h1 {
    color: rgba(0,36,83,1);
}


#hero #blippi {
    background: url('assets/img/blippi.jpg') no-repeat 0 0/cover;
    position: absolute;
    top: 0;
    right: 0;
    width: 567px;
    height: 392px;
    translate: 5% 50%;
}

#hero #blippi > div {
    height: 100%;
    height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available;
}

#hero .blue-bottom-shadow {
    background: linear-gradient(0deg, rgba(0,36,83,1) 5%, rgba(0,36,83,1) 0%, transparent 100%, transparent 100%);
    height: 384px;
}

ul li:last-child {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}

ul.green-bullets,
ul.checked {
    list-style: none;
    padding: 0;
}

ul.green-bullets li,
ul.checked li {
    font: normal 28px "GalanoGrotesque-ExtraBold";
    list-style: none;
    opacity: 1;
    color: rgba(0,0,0,1);
}

ul.green-bullets li > i,
ul.checked li > i {
    color: #45b503;
    font-weight: 900;
    font-size: 36px;
}

ul.green-bullets li > span,
ul.checked li > span {
    position: relative;
    left: 15px;
    text-align: left;
    padding-top: 3px;
}

article  ul.green-bullets li > span,
article  ul.checked li > span {

    padding-top: 0px;
}

article ul.green-bullets li > i,
article  ul.checked li > i {
    margin-top:6px;
}


ul.green-bullets li > *,
ul.checked li > * {
    display: inline-block;
    vertical-align: middle;
}

ul.blue-bullets,
ul.dotted {
    list-style: none;
    padding: 0;
}

ul.blue-bullets li,
ul.dotted li {
    list-style: none;
    opacity: 1;
    color: rgba(0,0,0,1);
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 32px;
}

ul.blue-bullets li > i,
ul.dotted li  > i {
    color: #0090D7;
    font-weight: 900;
    font-size: 24px;
    margin-top:4px;
}

ul.blue-bullets li > span,
ul.dotted li  > span {
    position: relative;
    left: .7em;
}

ul.blue-bullets li > *,
ul.dotted li > * {
    display: inline-block;
    vertical-align: middle;
}

#hero-below {
    display: block;
}

#hero-below h2 {
    padding-bottom: .5em;
    text-align: left;
}

#hero-below h2 span {
    color: #FFF;
}

#hero-below p,
#hero-below li {
    font: 500 18px/32px "Satoshi-Bold";
    opacity: 1;
    color: rgba(255,255,255,1);
    letter-spacing: 0px;
    text-align: left;
}

#hero-below {
    background: #002453;
}

#hero-below.bg-transparent p {
    opacity: 1;
    color: rgba(0,0,0,1);
    font-family: "Satoshi-Bold";
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 32px;
}

#hero-below.bg-transparent h2 span{
    color: #002453;
}

#hero-below ul.list-group li.list-group-item {
    background: transparent !important;
    border: none;
    border-top: 4px solid rgba(216, 216, 216,.25);
    border-radius: 0;
    padding: 0;
}

#hero-below ul.list-group li.list-group-item:last-child {
    border-bottom: 4px solid rgba(216, 216, 216,.25);
}

#hero-below ul.list-group li.list-group-item a {
    background: url("assets/img/icons/filled/arrow/Right@3x.svg") no-repeat right;
    text-decoration: none;
    color: #FFF;
    display: block;
    padding: 20px 0;
    font-weight: 18;
}

#hero-below ul.list-group li.list-group-item a:hover {
    background-color: rgba(0,144,215, .1);
    padding-left: 4px;
    transition: 0.2s ease-out;
}

#hero-below .card-body .d-flex.justify-content-center {
    min-height: 90px;
}

#hero-below .card-text {
    font: normal 400 18px/32px "Satoshi-Variable";
    opacity: 1;
    color: rgba(0,0,0,1);
    letter-spacing: 0px;
    text-align: left;
}

.carousel-expertise div.text-white p {
    color: #FFF;
}

.expertise__image_strips .slick-slide {
    margin: 10px;
}

.fun-multiple-items .slick-current,
.expertise__image_strips  .slick-current {
    transform: none;
}

.branch-carousel > .container > .row > .container > div > div {
    max-width: 590px!important;
    padding-left: 4.5rem;
}

#bottom-dark-blue ul {
    list-style: none;
    padding: 0;
}

ul.green-bullets li > i,
ul.checked li > i {
    color: #45b503;
    font-weight: 900;
    font-size: 36px;
    /*    margin-top: 0.2em !important;*/
}

.fa-check-circle-white {
    content: url(assets/img/icons/filled/circle/Checkmark.svg);
    width: 36px;
    height: 36px;
}

#bottom-dark-blue ul li {
    font: 28px/24px "GalanoGrotesque-ExtraBold";
    opacity: 1;
    color: #FFF;
    text-align: left;
    list-style: none;
}

.newsletter .container {
    background: url(assets/img/blue-bg.svg) no-repeat top 0% left 10%;
    height: 640px;
    background-size: 337.78px 640px;
}

.newsletter h2 {
    font: 80px/64px "GalanoGrotesque-ExtraBold";
    opacity: 1;
    color: rgba(255,255,255,1);
    letter-spacing: -4px;
    text-align: left;
}

.newsletter > div > div:nth-child(1) > div,
.newsletter > div > div:nth-child(1) > div > p {
    font: normal 700 24px/42px "Satoshi-Bold";
    opacity: 1;
    color: rgba(255,255,255,1);
    letter-spacing: 0px;
    text-align: left;
}

.newsletter form .form-label {
    font: 18px/22px 'Satoshi-Bold';
    opacity: 1;
    color: rgba(0,36,83,1);
    letter-spacing: 0px;
    text-align: left;
}

.newsletter form .form-control {
    font: 18px/31.5px 'Satoshi-Bold';
    color: rgba(0,0,0,1);
    letter-spacing: 0px;
    text-align: left;
    width: 464px;
}

.newsletter form > input[type="email"] {
    width: 464px;
}

.newsletter form .form-check-control {
    font: 18px 'Satoshi-Bold';
    opacity: 1;
    color: rgba(0,36,83,1);
    letter-spacing: 0px;
    text-align: left;
}

.newsletter form .form-check-label {
    font: 18px 'Satoshi-Bold';
    opacity: 1;
    color: rgba(0,36,83,1);
    letter-spacing: 0px;
    text-align: left;
    color: rgba(0,36,83,1);
}

.newsletter form input[type="checkbox"] {
    background: white;
    width: 48px;
    height: 48px;
    border-radius: 8px 8px;
    border: none;
    vertical-align: middle;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    margin-right: 5px;
}

.newsletter form .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em;
    color: rgba(0,36,83,1);
}

footer h3.fs-6 > a {
    font: 24px/20px "GalanoGrotesque-Bold" !important;
    opacity: 1;
    color: rgba(0,36,83,1);
    letter-spacing: -1.2px;
    text-align: left;
}

footer  #footer-most {
    font: 24px/20px "GalanoGrotesque-Bold";
    opacity: 1;
    color: rgba(0,144,215,1);
    letter-spacing: -1.2px;
    text-align: left;
}

footer li,
footer li a {
    font: 400 18px/32px "Satoshi-Variable";
    opacity: 1;
    color: rgba(0,0,0,1);
    letter-spacing: 0px;
    text-align: left;
}

footer .follow {
    font: normal 700 24px/20px "GalanoGrotesque-Bold" !important;
    opacity: 1;
    color: rgba(0,36,83,1);
    letter-spacing: -1.2px;
    text-align: left;
}

.newsletter {
    background-repeat: no-repeat;
    background-position: right 15% bottom 0%;
    background-size: 410px 616px;
}

.stacked-images img {
    border: .7em solid #FFF;
}

.line-height-inherit {
    line-height: inherit !important;
}

#front-page #hero,
#services #hero,
#solutions #hero,
#single-services #hero,
#single-solutions #hero,
#branches #hero,
#single-vacancy #hero,
#single-branches #hero {
    padding-bottom: 182px!important;
}

.carousel-multiple-items-div {
    min-height: 480px;
    width: 948px;
}

.carousel-multiple-items-div .d-block {
    /*    width: 460px;*/
}

.newsletter {
    padding: 7.5rem 0 !important;
}

#hero-below .div-list-group-left {
    max-width: 586px !important;
    float: right;
}

#hero-below .div-list-group {
    max-width: 454px!important;

}

section.carousel h2 {
    font: 56px/45px "GalanoGrotesque-ExtraBold";
    opacity: 1;
    color: rgba(0,144,215,1);
    letter-spacing: -2.8px;
}

section.carousel  h2 span {
    color: #002453;
}

section.carousel p {
    font: 18px/32px "Satoshi-Variable";
    opacity: 1;
    color: rgba(0,0,0,1);
    letter-spacing: 0px;
}

.carousel-action li {
    font: 22px/20px "GalanoGrotesque-Bold";
    background: transparent;
    color: #FFF;
    opacity: 1;
    color: rgba(255,255,255,1);
    letter-spacing: -1.1px;
    text-align: left;
    cursor: pointer;
    margin-bottom: -4px;
    padding-bottom: 1em;
}

.carousel-action .list-group-item.active {
    background: transparent;
    border-bottom: 4px solid #0090D7 !important;
}

.carousel-action .list-group-item:hover {
    background: transparent;
    border-bottom: 4px solid #0090D7 !important;
    transition: 0.2s ease-out;
}

.carousel .img-right {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
}

div.slick-active .blue-overlay {
    display: none !important;
}

.carousel .blue-overlay {
    background: #002453;
    opacity: .75;
}

.carousel-expertise h2 {
    font: 56px/45px "GalanoGrotesque-ExtraBold";
    opacity: 1;
    color: rgba(0,144,215,1);
    letter-spacing: -2.8px;
    text-align: center;
}

.carousel-expertise  h2 span {
    color: #002453;
}

.carousel-expertise p {
    font: 18px/32px "Satoshi-Variable";
    opacity: 1;
    color: rgba(0,0,0,1);
    letter-spacing: 0px;
    text-align: center;
}

.carousel-expertise div.text-light p {
    color: #FFF!important;
}

#front-page section.carousel h2 {
    font-size: 44px;
    font-style: normal;
    letter-spacing: -2.4px;
    text-align: left;
    line-height: 39px;
}

#front-page .slick-slide > .row > div.p-lg-5 {
    padding: 48px!important;
}

.carousel-expertise div.text-white p {
    color: #FFF;
}

div.slick-active .blue-overlay {
    display: block !important;
}

div.slick-current {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

div.slick-current .blue-overlay {
    display: none !important;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
    color: #0090D7;
}

.slick-dots li button:before {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    transform: scale(3);
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0090D7;
}

.card-title {
    font: normal 36px/29px "GalanoGrotesque-ExtraBold";
    opacity: 1;
    color: rgba(0,144,215,1);
    letter-spacing: -1.8px;
    text-align: left;
}

.card-text,
.card-text p {
    font: 18px/32px "Satoshi-Variable";
    opacity: 1;
    color: rgba(0,0,0,1);
    letter-spacing: 0px;
    text-align: left;
}

div.card-footer.team-card .card-title {
    opacity: 1;
    color: rgba(0,36,83,1);
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -1.2px;
    text-align: left;
    line-height: 20px;
}

div.card div.team-card-title {
    opacity: 1;
    color: rgba(0,36,83,1);
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -1.2px;
    text-align: left;
    line-height: 20px;
}

div.team_images_strips div.slick-current {
    transform: none!important;
}

.article article > section {
    padding-top: 0px !important;
}

.article article h1 {
    font: normal 500 70px/64px "GalanoGrotesque-ExtraBold";
    opacity: 1;
    letter-spacing: -4px;
    text-align: left;
}

.article article h1 a {
    color: #0090D7;
}

.article > .date-card {
    background: rgba(255,255,255, 1);
    width: 192px;
    height: 192px;
    top: -6em!important;
    border-radius: 25px;
    border: 16px solid rgba(245,245,245, 1);
    box-shadow: 0px 16px 24px rgba(0,0,0, 0.25) inset, 0px 8px 48px rgba(0,0,0, 0.16), 0px 2px 8px rgba(0,0,0, 0.08);
    opacity: 1;
}

.article .date-card > div {
    background: transparent;
    border: none;
}

.article .date-card .date {
    font: normal 800 80px/64px "GalanoGrotesque-ExtraBold";
    opacity: 1;
    color: rgba(0,144,215,1);
    letter-spacing: -4px;
    text-align: center;
}

.article .date-card .date {
    font: normal 800 80px/64px "GalanoGrotesque-ExtraBold";
    opacity: 1;
    color: rgba(0,144,215,1);
    letter-spacing: -4px;
    text-align: center;
}

.article .date-card .month {
    font: normal 800 36px/29px "GalanoGrotesque-ExtraBold";
    opacity: 1;
    color: rgba(0,36,83,1);
    letter-spacing: -1.8px;
    text-align: center;
}

div.article > article > div.fs-sm.px-0.icon-list > span {
    font: normal 700 14px/22px "Satoshi-Bold";
    opacity: 1;
    color: rgba(51,51,51,1);
    letter-spacing: 0px;
    text-align: left;
}

.whitepaper > h1 {
    color: #0090D7 !important;
}

.whitepaper > h1 > span {
    color: #FFF !important;
}

article section div.container {
    padding: 0em 10em !important;
}

article section.bg-transparent  div.container {
    padding-top: 0em !important;
}

.breadcrumbs,
.breadcrumbs * {
    font: normal 700 14px/22px;
    opacity: 1;
    color: rgba(51,51,51,1);
    letter-spacing: 0px;
    text-align: left;
    text-decoration: none;
}

#archive h2.card-title {
    opacity: 1;
    color: rgba(0,36,83,1);
    font-family: "GalanoGrotesque-ExtraBold";
    font-size: 36px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: -1.8px;
    text-align: left;
    line-height: 29px;
}

.archive .pagination .page-numbers:not(:first-child) {
    margin-left: 0.7rem;
    padding-left: 0em;
}

.archive .pagination span.page-numbers.current {
    font: 18px/22px "Satoshi-Bold";
    background: rgba(0,144,215, 1);
    border-radius: 8px;
    border: 2px solid rgba(0,0,0, 0.25);
    opacity: 1;
    color: rgba(255,255,255,1);
    text-align: left;
    text-decoration: none;
    padding: 10px 15px;
}

.archive .pagination .nav-links a.page-numbers {
    font: 700 18px/22px "Satoshi-Bold";
    background: #FFF;
    border-radius: 8px;
    border: 2px solid rgba(0,0,0, 0.25);
    color: #0090D7;
    text-align: left;
    text-decoration: none;
    padding: 10px 15px;
}

.archive .pagination .nav-links a.next.page-numbers,
.archive .pagination .nav-links a.prev.page-numbers {
    background: transparent;
    opacity: 1;
    padding: 10px;
    border: none;
}

.archive .filters h4 {
    font: normal 28px/24px "GalanoGrotesque-ExtraBold";
    opacity: 1;
    color: rgba(0,36,83,1);
    text-align: left;
}

.archive .filters h5 {
    font: normal 700 18px/22px "Satoshi-Bold";
    opacity: 1;
    color: rgba(0,36,83,1);
    letter-spacing: 0px;
    text-align: left;
}

.archive .filters .form-check .form-check-label {
    font: 500 18px "Satoshi-Variable";
    opacity: 1;
    color: rgba(0,36,83,1);
    letter-spacing: 0px;
    text-align: left;
    color: black;
}

.archive .filters .form-check .form-check-input {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    transition: unset!important;
}

.archive .filters .form-check .form-check-input:hover {
    border: 2px solid #008000;
    transition: unset!important;
    transition: 0.2s ease-out;
}

.archive .filters .form-check .form-check-input:checked {
    background-color: yellowgreen;
    transition: unset!important;
}

.archive .filters .form-check .form-check-input:checked:hover {
    border: 3px solid #008000;
    transition: unset;
}

#searchList .card.rounded-4 {
    border-radius: 24px!important;
    box-shadow: 0px 8px 48px rgba(0,0,0, 0.08), 0px 2px 8px rgba(0,0,0, 0.04)!important;
}

#searchList .card.rounded-4:hover {
    transition: 0.2s ease-out;
    cursor: pointer;
    box-shadow: 0px 8px 24px rgba(0,0,0, 0.04), 0px 2px 8px rgba(0,0,0, 0.04) !important;
}

#searchList .card.rounded-4 .card-title {
    opacity: 1;
    color: rgba(0,36,83,1);
    font-family: "GalanoGrotesque-ExtraBold";
    font-size: 36px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: -1.8px;
    text-align: left;
    line-height: 29px;
    color: #002453;
}

#searchList .card.rounded-4 .filters-name{
    opacity: 1;
    color: rgba(0,36,83,1);
    font-family: "Satoshi-Bold";
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 22px;
    color:#002453
}

.card:hover {
    cursor: pointer;
    transition: 0.2s ease-out;
}

.fun-multiple-items .card:hover {
    cursor: auto;
}

.card:hover .text-overlayed-half {
    -webkit-mask-image: none;
}

.card:hover .card-body a.goto img {
    transition: 0.2s ease-out;
    transform: translateX(4px);
}

.card .text-overlayed-half {
    -webkit-mask-image: linear-gradient(to bottom, rgba(255,255,255, 1) 10%, rgba(255,255,255, 0) 100% );
}

.carousel-expertise .card:hover .team-card-title {
    transition: 0.2s ease-out;
    display: flex!important;
}

.team_images_strips .card:hover .team-card-title {
    transition: 0.2s ease-out;
    display: flex!important;
}

#work-for-us ol {
    list-style: none;
    counter-reset: steps;
    padding: 0;
}

#work-for-us ol li {
    counter-increment: steps;
    position: relative;
    padding-left: 6em;
    opacity: 1;
}

#work-for-us ol li::before {
    font: normal 800 48px/1.2em "GalanoGrotesque-ExtraBold";
    background: rgba(69,181,3, 1);
    content: counter(steps);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    position: absolute;
    color: rgba(255,255,255,1);
    text-align: center;
    left: 0;
    line-height: 80px;
}

#work-for-us ol li::before {
    background: #45b503;
}

a > img.right-arrow,
a > img.right-arrow-inverse {
    margin: 0!important;
    margin-left: 4px!important;
}

.navbar-toggler-icon {
    background: none;
    width: 2.5em;
    height: 1.5em;
}

.navbar-toggler-icon:before {
    content: "Menu";
    font-size: .8rem;
}

#hero + section.bg-dark-blue {
    padding-top: 0px!important;
}

#references #hero + section.bg-dark-blue {
    padding-top: 60px!important;
    padding-bottom: 60px!important;
}

article .blog-view > section {
    padding-top: 30px!important;
    padding-bottom: 30px!important;
}

.pagination .nav-links {
    margin: 0 auto;
}

#front-page .the-cards {
    padding-top: 180px!important;
}

#contact h1 {
    opacity: 1;
    color: rgba(0,144,215,1);
    font-family: "GalanoGrotesque-ExtraBold";
    font-size: 80px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: -4px;
    text-align: left;
    line-height: 64px;
    color: #0090D7
}

#contact form .form-label{
    opacity: 1;
    color: rgba(0,36,83,1);
    font-family: "Satoshi-Bold";
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 22px;
}

#contact form input.wpcf7-form-control:not([type="submit"]) {
    border-radius: 8px;
    border: 1px solid rgba(0,0,0, 0.25);
    opacity: 1;
    background-color: rgba(255,255,255, 1);

    color: rgba(0,0,0,1);
    font-family: "Satoshi-Variable";
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 31.5px;
}

#contact .others h3 {
    opacity: 1;
    color: rgba(0,36,83,1);
    font-family: "GalanoGrotesque-ExtraBold";
    font-size: 28px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: -1.4px;
    text-align: left;
    line-height: 24px;
    color: #002453
}

#quote .container > .row
{
    position: relative;
}

#quote .container > .row > div:before {
    content:url('assets/img/quote.svg');
    position: absolute;
    margin-left: -7em;
    top: 2em;
}

#quote .blockquote {
    opacity: 1;
    color: rgba(255,255,255,1);
    font-family: "GalanoGrotesque-ExtraBold";
    font-size: 80px;
    /*font-weight: 800;*/
    font-style: normal;
    letter-spacing: -4px;
    text-align: left;
    line-height: 64px;
    /*    background:url('assets/img/quote.svg') no-repeat top 0% left 0%;*/
    z-index: 1;
    position: relative;
}

#quote .author {
    opacity: 1;
    color: rgba(0,144,215,1);
    font-family: "GalanoGrotesque-ExtraBold";
    font-size: 28px;
    font-style: normal;
    /*    letter-spacing: -1.4px;*/
    text-align: left;
    line-height: 24px;
}


.references h2.card-title {
    opacity: 1;
    color: #0090D7;
    font-family: "GalanoGrotesque-ExtraBold";
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: -2.4px;
    text-align: left;
    line-height: 39px;

}

.references div.img-right > div {
    width: 144px;
    height: 144px;

    border-radius: 25px;
    border: 16px solid rgba(245,245,245, 1);
    box-shadow: 0px 16px 24px rgba(0,0,0, 0.25) inset, 0px 8px 48px rgba(0,0,0, 0.16), 0px 2px 8px rgba(0,0,0, 0.08);
    opacity: 1;
    background-size: 100%;
    background-color: rgba(255,255,255, 1);


}

.text-big {
    opacity: 1;
    color: rgba(0,144,215,1);
    font-family: "GalanoGrotesque-ExtraBold";
    font-size: 80px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: -4px;
    text-align: center;
    line-height: 64px;
}

.text-big span {
    color: #FFF;
}

.share h2 {
    opacity: 1;
    color: rgba(0,144,215,1);
    font-family: "GalanoGrotesque-ExtraBold";
    font-size: 48px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: -2.4px;
    text-align: left;
    line-height: 39px;
    color: #0090D7;
}

.icon-list {
    opacity: 1;
    color: rgba(51,51,51,1);
    font-family: "Satoshi-Bold";
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 22px;
}

blockquote {
    opacity: 1;
    color: rgba(0,144,215,1);
    font-family: "GalanoGrotesque-ExtraBold";
    font-size: 80px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: -4px;
    text-align: left;
    line-height: 64px;
    word-break: break-word;
}

article h1 {
    opacity: 1;
    color: rgba(0,144,215,1);
    font-family: "GalanoGrotesque-ExtraBold";
    font-size: 80px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: -4px;
    text-align: left;
    line-height: 64px;
}

article h2{
    opacity: 1;
    color: rgba(0,144,215,1);
    font-family: "GalanoGrotesque-ExtraBold";
    font-size: 48px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: -2.4px;
    text-align: left;
    line-height: 39px;
}

article h3 {
    opacity: 1;
    color: rgba(0,36,83,1);
    font-family: "GalanoGrotesque-ExtraBold";
    font-size: 36px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: -1.8px;
    text-align: left;
    line-height: 29px;
}

.sub-megamenu-lg div {
    width: 464px;
}

.sub-megamenu-sm div{
    width: 586px;
}

.basic_cards_section.nohover .card:hover {
    cursor: auto;
}

ul.selected-filters {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
}

.selected-filters li {
    border: 1px solid #fb752a;
    border-radius:  48px;
    padding: 0 10px 0 15px;
    color: #002453;
    font-weight: 500;
}

.selected-filters li .fa-circle-xmark:before {
    content: "\f057";
    color: #fb752a;
    margin-left: 5px;
}

.basic_call_to_action_section.bg-light-blue {
    color: #ffffff;
}

.team_multiple_rows_with_caption_section .card-body {
    width: 220px;
    height: 275px;
}

@media (max-width: 1200px){
    .ask {
        display: none!important;
    }

    #primary-menu > ul > li.nav-item > a, 
    #primary-menu > ul > li.nav-item.dropdown > div > a {
        font-size: 20px;
        line-height: 40px;
    }

    .sub-megamenu-lg div,
    .sub-megamenu-sm div {
        max-width: 100%;
    }
}

@media all and (min-width: 992px) {

    #primary-menu  .has-megamenu {
        position: static!important;
    }

    #primary-menu .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
}

/*/xxl/*/
@media (min-width: 1920px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
        padding-left: 0;
        padding-right: 0;
    }

    #hero-container-parent {
        width: 60%!important;
    }
}


/*/large/*/

@media (min-width:769px) and (max-width: 1024px){
    #hero #hero-container-parent:after {
        display: none;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 100%;
    }

    .article article {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }

    article section div.container {
        padding: 0em 5em !important;
    }

    #blippi_2 {
        background: url('assets/img/blippi.jpg') no-repeat 0 0/cover;
        width: 100%;
        height: 500px;
    }

    #blippi_2 .card-body {
        height: 100%;
        height: -moz-available;
        height: -webkit-fill-available;
        height: fill-available;
    }

    #hero #hero-container-white-orphan:after {
        width: 55%;
    }

    #hero-below .card-body .d-flex.justify-content-center {
        min-height: auto;
    }

    .card-text {
        font-size: 18px;
    }

    .blockquote {
        font-size: 48px!important;
    }

    section.carousel h2 {
        font-size: 2.5rem;
    }

    .carousel-multiple-items {
        padding-top: 0!important;
    }

    .carousel-multiple-items-div {
        min-height: 400px;
        max-width: 700px;
    }

    .carousel-multiple-items-div .d-block {
        /*width: 380px;*/
    }

    .carousel-action-div {
        display: none !important;
    }

    #bottom-dark-blue {
        height: auto !important;
    }

    ul.green-bullets li {
        font-size: 1.5rem;
    }

    #hero-below .div-list-group-left {
        /*        width: 50% !important;*/
        padding-left: 50px !important;
    }

    #hero-below .div-list-group {
        /*        width: 50% !important;*/
        padding-right: 50px !important;
    }

    .ask {
        display: none!important;
    }

    blockquote {
        font-size: 48px!important;
    }

    .px-lg-5.sub-megamenu {
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }

    .sub-megamenu.sub-megamenu-child{
        width: 389px;
    }

    .sub-megamenu-lg.me-lg-5 {
        width: 50%;
        margin: 0!important;
    }

    .sub-megamenu-lg div {
        width: 100%;
    }

    .sub-megamenu-sm div{
        width: 100%;
    }

    .references h2.card-title {
        font-weight: 500;
    }

    .related-products .card-title {
        font-size: 30px;
    }

    .team_multiple_rows_with_caption_section .card-body {
        width: 100%!important;
        height: auto!important;
    }

    #hero-container > h1 {
        font-size: 55px;
    }

    #front-page section.carousel h2.card-title {
        font-size: 36px;
    }
}

/*/tablets/*/
@media (min-width: 481px) and (max-width: 768px){

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 100%;
        /*        padding-left: 0 !important;
                padding-right: 0 !important;*/
    }

    .burger-toggler {
        display: flex!important;
    }

    #main-menu {
        height: auto;
        padding: 12px 0!important;
    }

    #primary-menu > ul > li.nav-item {
        height: auto;
    }

    #primary-menu ul.navbar-nav > li > a.nav-link {
        font-size: 24px;
        border-bottom: 2px #F5F5F5 solid !important;
    }

    #primary-menu .sub-megamenu h6 {
        font-size: 22px;
    }

    #primary-menu > ul > li > div.megamenu {
        /*        padding-left: 1rem !important;
                padding-right: 1rem !important;*/
    }

    #menu-secondary li {
        text-align: left;
        padding-left: 0!important;
    }

    #primary-menu > ul > li.nav-item > a,
    #primary-menu > ul > li.nav-item.dropdown > div > a {
        padding-left: .5em;
        padding-right: .5em;
        font-size: 18px;
    }

    #front-page #hero {
        padding-bottom: 120px!important;
    }


    #front-page #hero-container  {
        padding-top: 0px!important;
    }

    #front-page #hero-container  {
        background: none;
        width: 420px;
    }

    #hero {
        overflow: hidden;
    }

    #hero-container > h1 {
        font-size: 50px;
        letter-spacing: -2.8px;
        line-height: 45px;
        color: #0090D7;
    }

    #hero-container  ul li {
        font-size: 28px;
        letter-spacing: -1.4px;
        line-height: 24px;
    }

    #hero-below .div-list-group-left {
        max-width: none!important;
        padding-left: 1em !important;
    }

    #hero-below .div-list-group {
        padding-right: 1rem !important;
        max-width: none!important;
    }

    #hero #hero-container-white-orphan:after {
        width: 48%;
    }

    .carousel-multiple-items-div {
        min-height: 279px;
        max-width: 600px!important;
    }

    #front-page section.carousel h2.card-title {
        font-size: 26px;
    }

    .carousel-multiple-items-div .d-block {
        width: 300px;
    }

    #front-page section.carousel h2 {
        font-size: 34px;
        font-style: normal;
        letter-spacing: -2.4px;
        text-align: left;
        line-height: 39px;
    }

    #primary-menu .sub-megamenu h5 {
        font-size: 28px;
        line-height: 24px;
    }

    .stacked-images div:first-child {
        margin-top: 20px !important;
    }

    .stacked-images div:nth-child(2) {
        margin-top: -77px !important;
        margin-left: 0px !important;
    }

    .newsletter {
        background-position: right 15% bottom 0%;
        background-size: 223px 252px;
        padding-bottom: 0!important;
    }

    #hero .links > div:last-child {
        margin-top: 20px!important;
        margin-left: 0!important;
        padding-left: 0!important;
    }

    .carousel-multiple-items p-3 {
        padding: 30px!important;
    }

    footer h3.fs-6 > a {
        font-size: 22px !important;
    }

    .ask {
        display: none!important;
    }

    #hero + section:not(.hero-below) {
        padding-top: 0px!important;
    }

    #front-page .the-cards {
        padding-top: 60px!important;
    }

    .article article {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }

    article section div.container {
        padding: 0em 0em !important;
    }

    blockquote {
        font-size: 48px!important;
    }

    .sub-megamenu-lg,.sub-megamenu-sm {
        width: 50%;
    }

    .sub-megamenu-lg div ,  .sub-megamenu-sm div{
        width: 100%;
    }

    .py-hero-front {
        padding-top: 45px!important;
        padding-bottom: 45px!important;
    }

    .references .col-sm-10 {
        width: 100%;
    }

    .references h2.card-title {
        font-weight: 500;
        font-size: 30px;
        line-height: 34px;
    }

    .references .px-5 {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }

    section#hero .container:before {
        display: none;
    }

    .text-big {
        font-size: 60px;
        line-height: 64px;
        font-weight: 500;
    }

    .megamenu-bottom-sm {
        display: none!important;
    }

    .team_multiple_rows_with_caption_section .card-body {
        width: 100%!important;
        height: auto!important;
    }

    ul.green-bullets.w-75 {
        width: 100%!important;
    }

    .stacked-images.stack-image {
        margin-bottom: 30px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {

    #main-menu {
        height: auto;
        padding: 12px 0!important;
    }

    #primary-menu > ul > li.nav-item {
        height: auto!important;
    }

    #primary-menu .nav-item.has-megamenu > a > img.down {
        content: url('assets/img/icons/filled/arrow/Down@3x.svg');
        display: block !important;
        width: 24px;
    }

    #primary-menu .nav-item.has-megamenu > a > img.up {
        content: url('assets/img/icons/filled/arrow/Up@3x.svg');
        display: block !important;
        width: 24px;
    }

    #primary-menu .nav-item .megamenu {
        padding: 0;
        border: none!important;
        background: #FFF !important;
        box-shadow: none !important;
        opacity: 1;
        width: 100%;
        position: unset !important;
    }

    #primary-menu .nav-item .megamenu > div {
        padding-left: 1rem;
    }

    #primary-menu .nav-item .megamenu > div > div {
        z-index: 10;
        border: none!important;
    }

    #primary-menu ul.navbar-nav > li > a.nav-link {
        padding: 1em 0em;
        border-bottom: 2px #F5F5F5 solid !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        vertical-align: middle;
    }

    #primary-menu ul.navbar-nav > li > div {
        border-bottom: 1px #F5F5F5 solid !important;
    }

    #primary-menu ul.navbar-nav > li > div > a.nav-link {
        padding: 1em 0em;
    }

    #primary-menu .sub-megamenu  > div {
        padding-top: .5rem!important;
        padding-bottom: .3rem!important;
        border-bottom: none!important;
    }

    #primary-menu > ul > li > div.megamenu img.right-arrow {
        display: none;
    }

    #primary-menu .sub-megamenu h5,
    #primary-menu .sub-megamenu h6 {
        font-size: 18px;
    }

    #primary-menu .megamenu .sub-megamenu small {
        display: none;
    }

    #primary-menu .megamenu .megamenu-bottom {
        padding-right: 0;
    }

    #primary-menu .megamenu .megamenu-bottom > div {
        padding-right: 0;
    }

    #primary-menu .megamenu .container-fluid {
        margin-bottom: 0!important;
    }

    #primary-menu .nav-item .megamenu .view-all {
        display: none;
    }

    #secondary-menu {
        display: none !important;
    }

    .megamenu-bottom-sm {
        display: block!important;
    }

    a.megamenu-bottom-sm.link {
        opacity: 1;
        color: rgba(0,144,215,1);
        font-size: 24px;
        font-weight: 700;
        letter-spacing: -1.2px;
        text-align: left;
        line-height: 20px;
    }

    #third-menu  ul {
        list-style: none !important;
    }

    #third-menu  ul li {
        padding: 1em 0em;
        border-bottom: 1px #F5F5F5 solid !important;
    }

    #third-menu  ul li a {
        font: 18px "Satoshi-Bold";
        color: rgba(0,36,83,1);
        text-decoration: none;
    }


    #front-page #hero {
        padding-bottom: 60px!important;
    }

    #hero-container  {
        width: 100%;
    }

    #hero {
        overflow: hidden;
    }

    #hero-container > h1 {
        font-size: 50px;
        font-weight: 500;
        font-style: normal;
        letter-spacing: -2.8px;
        text-align: left;
        line-height: 45px;
        color: #0090D7;
    }

    #hero-container  ul li {
        opacity: 1;
        color: rgba(0,0,0,1);
        font-size: 28px;
        font-weight: 500;
        font-style: normal;
        letter-spacing: -1.4px;
        text-align: left;
        line-height: 24px;
    }

    #hero .links > div:last-child {
        margin-top: 10px!important;
        margin-left: 0!important;
        padding-left: 0!important;
    }

    #hero #hero-container-parent {
        padding: 0 1rem!important;
        padding-left: 1rem!important;
    }

    #hero-container  {
        background: none;
        width: 100%;
        padding: 100px 0px 50px 0px !important;
    }

    #front-page #hero-container  {
        padding: 50px 0px 50px 0px !important;
    }

    .branch-carousel > .container > .row > .container > div > div {
        max-width: none!important;
        padding-left: 0rem;
    }

    .newsletter {
        background-position: right 15% bottom 0%;
        background-size: 223px 252px;
        padding-bottom: 0!important;
    }

    .newsletter h2 {
        opacity: 1;
        font-size: 50px;
        letter-spacing: -2.8px;
        text-align: left;
        line-height: 45px;
    }

    .newsletter > div > div:nth-child(1) > div,
    .newsletter > div > div:nth-child(1) > div > p {
        opacity: 1;
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 35px;
    }

    .newsletter form .form-control {
        width: 100%!important;
    }

    .newsletter .container {
        background: url(assets/img/blue-bg.svg) no-repeat bottom 0% left 10%;
        height: 815px!important;
        background-size: 180px 341px;
    }

    footer li,
    footer li a {
        font: normal 400 16px/28px "Satoshi-Variable";
        opacity: 1;
        color: rgba(0,0,0,1);
        letter-spacing: 0px;
        text-align: left;
    }

    #hero-below .div-list-group-left {
        width: 100% !important;
        /*        padding-left: 15px !important;*/
    }

    #hero-below .div-list-group {
        width: 100% !important;
        /*        padding-right: 15px !important;*/
    }

    .carousel-expertise h2 {
        font-size: 42px;
        font-weight: 500;
        font-style: normal;
        letter-spacing: -2.1px;
        line-height: 39px;
    }

    .carousel-multiple-items-div {
        min-height: 200;
        width: auto;
    }

    .carousel-multiple-items .slick-slide {
        padding: 2em!important;
    }

    .carousel-expertise,
    section.branch-carousel.carousel.py-3 > div > div > div > div,
    section.the-cards.py-5.bg-white > div > div.row.mb-5 > div,
    .newsletter {
        padding-top: 0px!important;
    }

    .article article h1 {
        font-size: 56px;
    }

    .article article h1 a {
        color: #0090D7;
    }

    .article  h2 {
        font-size: 42px;
    }

    .article > .date-card {
        width: 120px;
        height: 120px;
        top: -4rem!important;
        border-radius: 25px;
        left: 50%;
    }

    .article .date-card > div {
        background: transparent;
        border: none;
    }

    .article .date-card .date {
        font-size: 42px;
        line-height: 0;
    }

    .article .date-card .month {
        font-size: 24px;
    }

    .whitepaper > h1 {
        color: #0090D7 !important;
    }

    .whitepaper > h1 > span {
        color: #FFF !important;
    }

    article section div.container {
        padding: 0em 1.5rem !important;
    }

    article section.bg-transparent  div.container {
        padding-top: 0em !important;
    }

    .burger-toggler {
        display: flex!important;
    }

    #primary-menu > ul > li.nav-item > a,
    #primary-menu > ul > li.nav-item.dropdown > div > a {
        font-size: 28px;
    }

    .ask {
        display: none!important;
    }

    .carousel-multiple-items-div {
        min-height: 279px;
        max-width: 350px!important;
    }

    #hero + section:not(.hero-below) {
        padding-top: 30px!important;
    }

    .stacked-images:not(.not-stacked-images) {
        padding-top: 60px;
        padding-left: 50px;
    }

    .stacked-images div:nth-child(2) {
        margin-left: 0!important;
    }

    #front-page .the-cards {
        padding-top: 60px!important;
    }

    .stacked-images.stack-image {
        padding-top: 0px!important;
        padding-left: .6rem!important;
        padding-right: .6rem!important;
        padding-bottom: 0px!important;
    }
    .stacked-images.stack-image > div {
        padding-top: 0px!important;
        padding-left: .6rem!important;
        padding-right: .6rem!important;
        padding-bottom: 0px!important;
        transform:none!important;
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
        word-break: normal;
    }

    .article article {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }

    article section div.container {
        padding: 0em 0em !important;
    }

    blockquote {
        font-size: 48px!important;
    }

    .sub-megamenu-lg div {
        width: 100%;
    }
    .sub-megamenu-lg {
        padding-right: 0 !important;
    }

    .sub-megamenu-lg div {
        width: 100%;
        padding-top: .3em !important;
        padding-right: 0px !important;
        padding-bottom: .3em !important;
    }

    .sub-megamenu-sm {
        padding-top: .3em !important;
        padding-right: 0px !important;
        padding-bottom: .3em !important;
    }

    .sub-megamenu-sm div {
        width: 100%;
        padding: 0 !important;
        border: none!important;
    }

    section#hero .container:before {
        display: none;
    }

    .references h2.card-title {
        font-weight: 500;
        font-size: 28px;
        line-height: 34px;
    }

    #front-page section.carousel h2 {
        font-size: 28px;
    }

    .text-big {
        font-size: 50px;
        line-height: 54px;
        font-weight: 500;
    }

    .stacked-images.stack-image {
        margin-bottom: 30px;
    }

    .team_multiple_rows_with_caption_section .card-body {
        width: 100%!important;
        height: auto!important;
    }

    ul.green-bullets.w-75 {
        width: 100%!important;
    }
}

@media (width: 810px)  {
    
    #primary-menu > ul > li.nav-item > a,
    #primary-menu > ul > li.nav-item.dropdown > div > a {
        opacity: 1;
        font-size: 18px;
    }

    #primary-menu > ul > li > div.megamenu {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .article article {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }

    article section div.container {
        padding: 0em 0em !important;
    }

    .sub-megamenu.sub-megamenu-child{
        width: 389px;
    }

    .sub-megamenu-lg {
        width: 389px;
    }
}


@media (width: 820px)  {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        /*        padding-left: 0 !important;
                padding-right: 0 !important;*/
    }

    #primary-menu > ul > li > div.megamenu {
        padding-left: .7rem !important;
        padding-right: .7rem !important;
    }

    #primary-menu > ul > li.nav-item > a,
    #primary-menu > ul > li.nav-item.dropdown > div > a {
        opacity: 1;
        font-size: 18px;
    }

    #hero-container  {
        background: url(assets/img/blue-bg.svg) no-repeat top right;
        padding-top: 1rem!important;
        width: 725px;
    }

    #front-page #hero-container  {
        width: 520px;
    }

    .article article {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }

    article section div.container {
        padding: 0em 0em !important;
    }

    .sub-megamenu.sub-megamenu-child{
        width: 389px;
    }

    .sub-megamenu-lg {
        width: 389px;
    }
}


@media  (width: 834px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 100%!important;
    }

    #primary-menu > ul > li.nav-item > a,
    #primary-menu > ul > li.nav-item.dropdown > div > a {
        opacity: 1;
        font-size: 18px;
    }

    #primary-menu > ul > li > div.megamenu {
        /*        padding-left: 1rem !important;
                padding-right: 1rem !important;*/
    }
    .article article {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }

    .sub-megamenu-lg {
        width: 50%;
    }

    .sub-megamenu-lg div {
        width: 389px;
    }

    .sub-megamenu-sm div {
        width: 100%;
    }

    #primary-menu .sub-megamenu h5 {
        opacity: 1;
        color: rgba(0,36,83,1);
        font-family: "GalanoGrotesque-ExtraBold";
        font-size: 28px;
        font-weight: 800;
        font-style: normal;
        letter-spacing: -1.4px;
        text-align: left;
        line-height: 24px;
    }

    #primary-menu .sub-megamenu h6 {
        opacity: 1;
        color: rgba(0,36,83,1);
        font-family: "GalanoGrotesque-ExtraBold";
        font-size: 28px;
        font-weight: 800;
        font-style: normal;
        letter-spacing: -1.4px;
        text-align: left;
        line-height: 24px;
    }
}

@media (width: 768px) {
    #hero {
        overflow: hidden;
    }
    .article article {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }

    article section div.container {
        padding: 0em 3em !important;
    }
}