html, body {
    scroll-behavior: smooth;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
}
body {
    background-color: #FAFAFA;
}
header {
    width: 100%;
    z-index: 999;
    top: 0;
    max-width: 1920px;
    margin: 0 auto;
    -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */  
}
header .topbar > .container-fluid > .row > .col-6:first-child a,
header .topbar > .container > .row > .col-6:first-child a {
    display: flex;
    align-items: center;
    height: 100%;
}

header .hamburger-button .line:nth-child(2){
    opacity: 0;
}
header .hamburger-button {
    cursor: pointer;
}
header .hamburger-button .line:nth-child(1){
    -webkit-transform: translateY(14px) rotate(45deg);
    -ms-transform: translateY(14px) rotate(45deg);
    -o-transform: translateY(14px) rotate(45deg);
    transform: translateY(14px) rotate(45deg);
}
header .hamburger-button .line {
    background-color: #1C1B1B;
    width: 28px;
    height: 3px;
    display: block;
    margin: 11px auto 11px 0;
   border-radius: 2px;
   margin-left: 0;
}
header .hamburger-button:hover .line,
header .hamburger-button:focus .line {
    background-color: #393939;
}
header .hamburger-button .line:nth-child(3){
    -webkit-transform: translateY(-14px) rotate(-45deg);
    -ms-transform: translateY(-14px) rotate(-45deg);
    -o-transform: translateY(-14px) rotate(-45deg);
    transform: translateY(-14px) rotate(-45deg);
}
header#header::-webkit-scrollbar {
    display: none;
}
header .hamburger .line:first-of-type {
    margin-top: 0;
}
.dropdown-hq {
    margin-right: 16px;
}
header .hamburger .line {
    background-color: #FFFFFF;
    width: 28px;
    height: 2px;
    display: block;
    border-radius: 2px;
} 
header .hamburger .line:nth-child(2) {
    margin-top: 4px;
    margin-bottom: 4px;
}
.navbar {
    padding: 0;
} 
header .hamburger:hover{
    cursor: pointer;
}
header .scrollable .container-fluid.collapse.show {
    z-index: 999;
    left: 0 !important;
}
header .navbar-toggler {
    padding: 0;
    transition: .15s ease-in-out;
    width: 34px;
    text-align: left;
    height: 26px;
}
header #navbarToggleExternalContent .navbar-toggler {
    height: 92px;
}
header .navbar-toggler:focus {
    box-shadow: none;
}
header .navbar-toggler-icon {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
header .dropdown-hq ul {
    background-color: rgba(255,255,255,0.95);
    border-radius: 0;
    border: 0;    
    text-transform: uppercase;    
    padding: 0;
}
header .dropdown-hq a#selected-hq, header .dropdown-hq a#selected-hq:hover, header  .dropdown-hq a#selected-hq:focus {
    color: #FFFFFF;
}
header .dropdown-hq a, header .dropdown-hq a:hover, header  .dropdown-hq a:focus {
   text-decoration: none;
   text-transform: uppercase;
   font-size: 15px;
   line-height: 23px;
   font-family: Poppins-SemiBold, sans-serif;
   color: #1C1B1B;
   padding: 4px;
}
header .dropdown-hq ul li a {
    display: inline-block;
    width: 100%;
    min-height: 24px;
    padding: 4px;
}
header .dropdown-hq .dropdown-menu {
    transition: opacity 0.5s ease-in-out;
}
header .scrollable .dropdown-menu {
    animation: growDown 600ms ease-in-out forwards;
    transform-origin: top center;
    transition: opacity 0.5s ease-in-out;
}
header .dropdown-hq .dropdown-menu {
    display: block !important;
    z-index: -9999;
    opacity: 0;
}
header .dropdown-hq .dropdown-menu.show {
    min-height: 120px;
    opacity: 1;
    z-index: 1;
}
header .dropdown-hq .dropdown-menu.show li:hover {
    background-color: #EDF0F2;
}
header .dropdown-hq .dropdown-toggle:after {
    content: "";
    border: 0;
    width: 16px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
}
header .topbar {
    background-color: #1C1B1B;
    display: flex;
    align-items: center;
}
header .topbar .col-lg-12,
header .topbar .col-9 {
    display: flex;
    align-items: center;
}
header .expanded-column #navbar-toggler {
 margin-top: 34px;
}
footer .mobile .media-container {
  display: flex;
  justify-content: space-evenly;
}
footer .desktop .media-container {
    display: flex;
    justify-content: flex-start;
}
footer .desktop .media-container a {
    display: inline-block;
    margin-right: 17.38px;
}
footer a {
    font-family: Poppins-Regular, sans-serif;
    font-size: 18px;
    line-height: 35px;    
}
footer a, footer a:hover, footer a:focus {
    text-decoration: none;
    color: #FFFFFF;
}
footer > div {
    min-height: 346px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
footer .col-lg-2 p {
    min-height: 60px;
}
footer .col-lg-2 p, footer .col-lg-2 > .media-container {
    padding-bottom: 24px;
}

footer .img-fluid {
  width: 24px;
  height: 24px;
}
footer .legal-text {
    color: #6F6F6F;
    font-family: Poppins-Regular, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin-top: 16px;
}
footer .desktop .row {
    justify-content: space-between;
}
footer .mobile .col-4 a {
display: inline-block;
width: 100%;
}
footer .mobile .interested {
    margin-bottom: 40px;
}
footer .mobile .col-4 a:not(:last-of-type) {
    margin-bottom: 60px;
}
footer .mobile .media-container {
    margin-top: 60px;
}
footer .mobile .col-2 {
    position: relative;
}
footer .mobile .col-2:after {
    content: "";
    background: #FFFFFF;
    width: 1px;
    height: 100%;
    display: block;
    margin: 0 auto;
  }
footer .mobile .legal-text{
    margin-top: 40px;
    text-align: center;
}
footer .mobile .col-4 {
    text-align: center;
    width: 41.66666665%;
}
video {
    width: 100%;
}
.dynamic-text-container h1, .dynamic-text-container h1 strong {
    font-size: 80px;
}
.dynamic-text-container h2, .dynamic-text-container h2 strong  {
    font-size: 30px;
    font-family: "Poppins-Bold", sans-serif;
    color: #1C1B1B;
}
.dynamic-text-container h3 strong {
    color: #1C1B1B;
    font-size: 30px;
}
.dynamic-text-container h3 {
    font-family: Poppins-Light, sans-serif;
    color: #1C1B1B;
    font-size: 30px;
}
.dynamic-text-container h4, .dynamic-text-container h4 strong {
    font-family: Poppins-Bold, sans-serif;
    color: #1C1B1B;
    font-size: 25px;
    line-height: 45px;
    margin-bottom: 55px;
}
.dynamic-text-container p {
    font-size: 18px;
    font-family: Poppins-Regular, sans-serif;
    color: #1C1B1B;
    line-height: 35px;
}
.dynamic-text-container ul {
    padding-left: 0;
}
.dynamic-text-container li {
    display: inline;
    font-family: Poppins-Regular, sans-serif;
    color: #1C1B1B;
    font-size: 18px;
}
.dynamic-text-container li:before {
    content: "\2022";
    display: inline;
    font-size: 18px;
    padding-right: 2px;
}
.dynamic-text-container li:not(:first-child):before {
    padding-left: 2px;
}
.dynamic-text-container ol {
    font-family: Poppins-Regular, sans-serif;
    color: #1C1B1B;
    font-size: 18px;
}
.dynamic-text-container strong {
    font-family: Poppins-Bold, sans-serif;
    color: #1C1B1B;
    font-size: 18px;
    line-height: 35px;
}
.dynamic-text-container a {
    color: #1C1B1B;
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 18px;
    background-color: #FFFFFF;
    padding: 15px;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
}
.dynamic-text-container a:hover, .dynamic-text-container a:focus {
    color: #FFFFFF;
    background-color: #1C1B1B;
    text-decoration: none;
}

header.desktop .topbar {
    height: 92px;
}
header.mobile .topbar {
    height: 34px;
    /* padding-left: 35px; */
    padding-right: 35px;
}
header.mobile .topbar > div > .row > .col-6 {
    display: flex;
    align-items: center;
}
header.mobile .dropdown-hq {
    margin-right: 16px;
    text-align:right;
}
header.mobile .dropdown-hq .dropdown-menu {
    right: -16px !important;
    margin-right: 16px !important;
    margin-left: auto !important;
    width: 100% !important;
}
form .error {
    border: 1px solid #ff4032!important;
    background-color: #ffd1ce !important;
}
header #navbarToggleExternalContent .navbar-toggler:hover, 
header #navbarToggleExternalContent .navbar-toggler:focus {
    transform: rotate(90deg);
}
header .collapse:not(.show) {
    display: block;
    left: -300vw !important;
}

.clients-container .col-lg-2 {
    position: relative;
    text-align: center;
}
.clients-container .row {
    justify-content: center;
}
/* .clients-container .hover {
    opacity: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    left: 0;
    max-width: 166px;
    margin: 0 auto;
    right: 0;
} */
.clients-container .default {
    opacity: 1;
    transition: opacity 0.5s ease;
}
.clients-container .col-lg-2:hover .default {
    opacity: 0;
}
.clients-container .col-lg-2:hover .hover {
    opacity: 1;
}

@media only screen and (min-width: 991px) {
    .interested {
        margin-top: 91px;
        margin-bottom: 0;
    }
}

.interested * {
    font-family: Poppins-SemiBold, sans-serif;    
    font-size: 40px;
    line-height: 60px;
    color: #FFFFFF;
}
.interested-inner {
    margin-top: 80px;
}
.interested a,
.interested a:hover, 
.interested a:focus {
    text-decoration: underline;
}
footer {
    background-color: #1C1B1B;
    margin-top: 91px;
}
footer .col-lg-6 .media-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
    footer .col-lg-6 .media-container {
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 991px) {
    .col-lg-6.first-col {
        padding-left: 0;
    }

}
footer .col-lg-6 .media-container a {
    margin-left: 8px;
}
footer .media-container a {
    min-width: 24px;
    display: inline-block;
}
footer .mobile {
    padding-left: 35px;
    padding-right: 35px;
}
footer > div {
    padding-top: 1px;
}
footer .desktop {
    padding-left: 60px;
    padding-right: 60px;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar { 
    display: none;
}
@media only screen and (min-width: 992px) {
    header.mobile {
        display: none;
    }
    header .topbar > .container-fluid {
        margin-left: 60px;
        margin-right: 60px;
    }
    header .topbar img {
        max-width: 301.23px;
    }
    footer .mobile {
        display: none;
    }
    footer .desktop {
        display: block;
    }
    main {
        margin-top: 92px;
    }
}
@media only screen and (max-width: 991px) {
    header.desktop {
        display: none;
    }
    footer .desktop {
        display: none;
    }
    main {
        margin-top: 34px;
    }
}
@media only screen and (max-width: 1280px) {
   
    .dynamic-text-container h1 {
        font-size: 40px;
        margin-bottom: 0;
     }
}
@media only screen and (max-width: 768px) {
    .media-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 200px;
        /* margin: 0 auto; */
    }
}
@media only screen and (min-width: 768px) {
footer .first-row .col-lg-2 p, footer .first-row .col-lg-2 > .media-container {
    border-bottom: 1px solid #FFFFFF;
}
}

@media only screen and (max-width: 991px) {
    .interested {
        /* margin-top: 62px; */
    }   
}
@media only screen and (max-width: 576px) {
    .interested {
        max-width: 337px;
        /* margin-top: 62px; */
    }
    .interested * {
        font-size: 30px;
        line-height: 40px;
    }
    footer .first-col {
        order: 1;
    }
    footer .last-col {
        order: 2;
    }
}
@keyframes growDown {
    0% {
        transform: scaleY(0)
    }
    80% {
        transform: scaleY(1.1)
    }
    100% {
        transform: scaleY(1)
    }
}
/* @media only screen and (min-width: 992px) and (max-width: 1112px) {
    header.desktop .topbar {
        height: 34px !important;
    }    
} */
@media only screen and (min-width: 1200px) {
    .clients-container img {
        width: 166px;
        height: 166px;
    }
}
.h1-no-show {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }