body,
html {
    padding: 0;
}

*,
body,
html {
    margin: 0;
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}

div,
div * {
    transition: 0.3s ease;
}

h1 {
    font-size: 48px;
    font-weight: 300;
    line-height: 48px;
    margin-bottom: 20px;
}

h2 {
    color: #637081;
    font-size: 36px;
    font-weight: 300;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 20px;
}

h5 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}

li,
p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

b {
    font-weight: 400;
}

a,
a:hover {
    color: inherit;
    text-decoration: none;
    font-family: "MuseoSans";
}

.black {
    color: #000;
}

.footer {
    height: auto;
}

.before-footer {
    height: 1px;
}

.indent {
    padding-left: 40px;
}

.sectionHeader hr {
    margin-top: 20px;
}

.sectionHeader .title {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}

.hiddenContainer {
    -webkit-animation: hide 2s ease-in-out;
    animation: hide 2s ease-in-out;
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }
    70%,
    to {
        opacity: 0;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }
    70%,
    to {
        opacity: 0;
    }
}

.animatedContainer {
    -webkit-animation: show 2s ease-in-out;
    animation: show 2s ease-in-out;
    opacity: 1;
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20%);
        transform: translateX(20%);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    70%,
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes show {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20%);
        transform: translateX(20%);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    70%,
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@media screen and (max-width: 768px) {
    .sectionHeader .title {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }
    .indent {
        padding-left: 0;
    }
}

.Hero_menuItem:hover .Hero_arrowLine {
    width: 100px;
}


/*
.Hero_menuItem:hover {
    color: #05affa;
    transition: none;
}*/

.Hero_menuItem h4 {
    margin-bottom: 10px;
    transition: none;
}

.Hero_arrow {
    align-items: center;
    display: flex;
}

.Hero_arrowLine {
    border-top: 2px solid #05affa;
    width: 30px;
}

.Hero_arrowHead {
    border-right: 2px solid #05affa;
    border-top: 2px solid #05affa;
    height: 10px;
    position: relative;
    right: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
}

.Hero_menuItem:hover .Hero_arrowLine {
    width: 100px;
}

.Hero_columnMenu {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.Hero_columnMenu,
.Hero_columnText {
    flex: 1 0 25%;
}

@media screen and (max-width: 768px) {
    .Hero_columnMenu,
    .Hero_columnText {
        display: none;
    }
}

.columnTextHidden {
    display: none;
}


/*Link and Arrow */

.Link_link {
    align-items: center;
    cursor: pointer;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.Link_linkTextBlack,
.Link_linkTextWhite {
    font-weight: 400;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #000;
}

.Link_linkTextWhite {
    color: #fff;
}

.Link_preLinkLine {
    border-top: 2px solid #05affa;
    margin-right: 0;
    width: 0;
}

.Link_arrow {
    align-items: center;
    display: flex;
    margin-left: 20px;
}

.Link_arrowLine {
    border-top: 2px solid #05affa;
    width: 30px;
}

.Link_arrowHead {
    border-right: 2px solid #05affa;
    border-top: 2px solid #05affa;
    height: 10px;
    position: relative;
    right: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
}

.Link_link:hover .Link_preLinkLine {
    margin-right: 20px;
    width: 30px;
}

.Link_link:hover .Link_arrowLine {
    width: 0;
}

.Tracker_label {
    align-items: center;
    display: flex;
    position: absolute;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.Tracker_label p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}

.Tracker_preLinkLine {
    border-top: 2px solid #05affa;
    margin-right: 20px;
    width: 30px;
}

.Tracker_label p {
    color: #000;
}

#wholepage {
    padding-bottom: 0 !important;
}

.hero * {
    color: #fff;
}

.hero_container {
    background-color: grey;
}

@media screen and (max-width: 1024px) {
    .hero_container {
        padding-left: 2rem;
    }
}

.hero {
    display: flex;
    padding: 6rem 0;
}

.inv_desc {
    width: 40%;
    margin-right: 6rem;
}

@media only screen and (max-width: 768px) {
    .inv_desc {
        width: 100%;
    }
}

.hero hr {
    display: inline-block;
    width: 40%;
    margin: 50px 0;
}

.slick-slider {
    margin-bottom: 0;
}

.inv-featured-container {
    display: none;
}

#inv-featured-deals {
    background-color: #eff0f2;
    padding-left: 2rem;
}

.is-slick-item>a,
.is-slick-item>div {
    display: flex;
    padding: 60px 0;
    height: 231px;
}

.slick-active.slick-center>a,
.slick-active.slick-center>div, .is-slick-item>a {
    padding: 60px 40px;
}

.separator-group {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    align-items: center;
    align-self: flex-start;
    margin: 0.5rem 2rem;
    text-align: center;
    height: 100%;
}

.is-info-card h4 {
    margin-bottom: 0;
    font-weight: 300;
}

.is-info-card p.product-type {
    text-transform: lowercase;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}

.is-info-card p.product-type::first-letter {
    text-transform: capitalize;
}

.is-info-card * {
    color: #000;
}

.is-content {
    max-width: 20rem;
    font-size: 14px;
    line-height: 22px;
}

.slick-active.slick-center+.slick-active a,
.slick-active.slick-center+.slick-active>div {
    padding: 60px 40px;
}

.slick-active.slick-center {
    background-color: #637081;
}

.slick-active.slick-center * {
    color: #fff;
}

.is-info-card {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    margin-left: 40px;
}

section.sec-content {
    padding: 100px 2rem;
}

hr.title-line {
    margin-bottom: 3rem;
    margin-top: 20px;
    height: 1px;
    border-width: 0;
    color: gray;
    background-color: gray;
}

.title-line.half-width {
    width: 50%;
}


/*Services */

.Services_wrapper h2 {
    color: #000;
    margin-bottom: 10px;
}

.Services_wrapper {
    display: flex;
    gap: 5%;
}

.Services_column {
    align-items: center;
    display: flex;
    flex: 1 0 45%;
    justify-content: space-between;
}

.Services_dLine {
    border-top: 2px solid #05affa;
    -webkit-transform: rotate(110deg);
    transform: rotate(110deg);
    width: 80px;
}

.Services_servicesLine {
    display: none;
}

/*Policy pages*/
#policy-content p {
    color: #000;
}
#policy-content ul li:before {
    color: #05affa;
    content: "■";
    display: inline-block;
    margin-left: -20px;
    width: 20px;
}
#policy-content ul {
    padding-left: 40px;
}
#policy-content strong {
    font-weight: 600;
}
.policy_text {
    column-count: 2;
    column-gap: 3rem;
}
@media screen and (max-width: 768px) {
    .Services_wrapper {
        flex-direction: column;
    }
    .Services_dLine {
        display: none;
    }
    .Services_column_2 {
        margin-top: 20px;
    }
    .policy_text {
        column-count: unset;
    }
}