html, body {
    scroll-behavior: smooth;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
}
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#header::-webkit-scrollbar {
    display: none;
}
header .navbar-toggler-icon {
    height: 150px;
}
header .hamburger .line{
    background-color: #1C1B1B;
    width: 45px;
    height: 3px;
    display: block;
    margin: 11px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
}  
header .hamburger:hover{
    cursor: pointer;
}
header button:not(.collapsed) #hamburger-1 .line:nth-child(2),
header button:not(.collapsed) #hamburger-2 .line:nth-child(2){
    opacity: 0;
}

header button:not(.collapsed) #hamburger-1 .line:nth-child(1),
header button:not(.collapsed) #hamburger-2 .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 button:not(.collapsed) #hamburger-1 .line:nth-child(3),
header button:not(.collapsed) #hamburger-2 .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 .navbar-toggler {
    padding: 0;
    transition: .15s ease-in-out;
    width: 64px;
    height: 64px;
    text-align: left;
}
header .navbar-toggler:focus {
    box-shadow: none;
}

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, 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:not(.show) {
    display:block !important;
    opacity: 0;
}
header .dropdown-hq .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 {
    left: auto !important;
    right: -24px !important;
}
header .dropdown-hq .dropdown-menu.show {
    opacity: 1 !important;
    transform: none !important;
    height: 100%;
    min-height: 120px;
    top: 100% !important;
}
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;
    min-height: 34px;
    display: flex;
    align-items: center;
}
header .topbar .col-lg-12,
header .topbar .col-9 {
    display: flex;
    align-items: center;
}
header .topbar img {
    max-height: 13px;
}
header .expanded-column #navbar-toggler {
 margin-top: 34px;
}
footer {
    padding-top: 150px;
}
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: #1C1B1B;
}
footer > div {
    min-height: 346px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
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 .mobile .col-4 a {
display: inline-block;
width: 100%;
}
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: #1C1B1B;
    width: 1px;
    height: 100%;
    display: block;
    margin: 0 auto;
  }
footer .mobile .legal-text{
    margin-top: 40px;
    text-align: center;
}
video {
    width: 100%;
}
.dynamic-text-container h1 {
    font-size: 80px;
}
.dynamic-text-container h2 {
    font-size: 30px;
    font-family: Poppins-Bold, sans-serif;
    color: #1C1B1B;
}
.dynamic-text-container h3 {
    font-family: Poppins-Light, sans-serif;
    color: #1C1B1B;
    font-size: 30px;
}
.dynamic-text-container h4 {
    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;
}
@media only screen and (min-width: 1281px) {
    header.mobile {
        display: none;
    }
}
@media only screen and (max-width: 1280px) {
    header.desktop {
        display: none;
    }
    .dynamic-text-container h1 {
        font-size: 40px;
     }
}
@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 #1C1B1B;
}
}
@keyframes growDown {
    0% {
        transform: scaleY(0)
    }
    80% {
        transform: scaleY(1.1)
    }
    100% {
        transform: scaleY(1)
    }
}


