<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "Montserrat_ExtraLight";
    src: url("fonts/Montserrat-ExtraLight.ttf");
}
@font-face {
    font-family: "Montserrat_Light";
    src: url("fonts/Montserrat-Light.ttf");
}
@font-face {
    font-family: "Montserrat_Regular";
    src: url("fonts/Montserrat-Regular.ttf");
}
@font-face {
    font-family: "Montserrat_SemiBold";
    src: url("fonts/Montserrat-SemiBold.ttf");
}
@font-face {
    font-family: "Montserrat_Medium";
    src: url("fonts/Montserrat-Medium.ttf");
}
@font-face {
    font-family: "Montserrat_Bold";
    src: url("fonts/Montserrat-Bold.ttf");
}
/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
html {
    scroll-behavior: smooth;
}
html, body {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    width: 100vw;
    margin: 0;
    padding: 0;
}
#header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 67px;
    background: rgba(0, 0, 0, 0.54) 0% 0% no-repeat padding-box;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
.header-link {
    font: normal normal normal 18px/65px Montserrat_Regular;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-decoration: none;
    display: none;
}
#logo-dive {
    display: flex;
    align-items: center;
    justify-content: center;
}

#content {
    display: flex;
    flex-direction: column;
}

#ct-1 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
    height: 326px;
    background-image: url("img/header_bg.jpg");
    background-size: cover;
    background-position: bottom center;
}
#ct-1-veil {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.45) 0% 0% no-repeat padding-box;
    z-index: 0;
}
#ct-1-1 {
    text-align: center;
    font-family: Montserrat_Medium;
    font-size: 17px;
    line-height: 22px;
    color: #FFFFFF;
    z-index: 10;
    margin-bottom: 19px;
    padding-right: 40px;
    padding-left: 40px;
}
#ct-1-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 229px;
    height: 62px;
    background: #005B96 0% 0% no-repeat padding-box;
    border-radius: 37px;
    text-align: center;
    font-family: Montserrat_SemiBold;
    font-size: 15px;
    color: #FFFFFF;
    z-index: 10;
    margin-bottom: 31px;
    text-decoration: none;
}
#ct-1-2:hover {
    cursor: pointer;
    color: #FFFFFF;
    text-decoration: none;
}

#ct-2 {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    font: normal normal 400 15px/20px Montserrat_Medium;
    color: #4c4c4c;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 37px;
}
#ct-2 img {
    margin-bottom: 20px;
}
#ct-2 &gt; div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
}

#ct-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 55px;
    padding-left: 30px;
    padding-right: 30px;
}
#ct-3 &gt; div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#ct-3 ul {
    padding-inline-start: 21px;
}
#ct-3 ul li {
    font-family: Montserrat_Light;
    font-size: 15px;
    line-height: 20px;
    color: #4c4c4c;
    margin-bottom: 11px;
}
#ct-3 ul li::marker {
    font-size: 25px;
    color: #4c4c4c;
}
.ct-3-title {
    font: normal normal 600 20px/40px Montserrat_Bold;
    color: #4c4c4c;
    margin-bottom: 30px;
}
.ct-3-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 44px;
}
.ct-3-sub {
    font: normal normal 600 18px/18px Montserrat_Bold;
    color: #4c4c4c;
    margin-left: 8px;
}
#ct-3-1 {
    order: 2;
}
#ct-3-2 {
    order: 1;
    margin-bottom: 20px;
}
#ct-3-3 {
    order: 3;
}

#ct-4 {
    margin-top: 76px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 38px;
    background-color: rgba(76, 76, 76, 0.1);
}
#video1 {
    border-radius: 10px;
}
#ct-4-1 {
    height: 73px;
    display: flex;
    justify-content: center;
    align-items: center;
    font: normal normal 600 17px/30px Montserrat_SemiBold;
    color: #4c4c4c;
    text-align: center;
}
#ct-4-2 {
    position: relative;
    display: flex;
}
#ct-4-2-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}
#ct-4-2-1 &gt; img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

#ct-5 {
    margin-top: 55px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
#ct-5-1 {
    margin-bottom: 27px;
}
#ct-5-2 {
    display: flex;
    flex-direction: column;
}
#ct-5-1-1 {
    font-family: Montserrat_SemiBold;
    font-size: 20px;
    color: #4c4c4c;
}
#ct-5-1-2 {
    font-family: Montserrat_SemiBold;
    font-size: 18px;
    color: #75a7b4;
}
.ct-5-dl {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}
.btn-app {
    display: flex;
    align-items: center;
    width: 279px;
    height: 48px;
    border: 2px solid #005B96;
    border-radius: 24px;
    text-align: left;
    font: normal normal normal 15px/48px Montserrat_Regular;
    letter-spacing: 0px;
    color: #005B96;
    padding-left: 24px;
    margin-bottom: 15px;
    text-decoration: none;
}
.btn-app:hover {
    cursor: pointer;
    color: #005B96;
    text-decoration: none;
}
.btn-app &gt; img {
    margin-right: 8px;
}

#ct-6 {
    display: flex;
    flex-direction: column;
    margin-top: 11px;
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 23px;
    padding-right: 22px;
    padding-top: 25px;
    background: transparent linear-gradient(180deg, #46C29F 0%, #47647F 100%) 0% 0% no-repeat padding-box;
    border-radius: 25px;
    color: #FFFFFF;
    text-align: left;
}
#ct-6 &gt; img {
    width: 85px;
    align-self: center;
    margin-top: 21px;
    margin-bottom: 25px;
}
.ct-6-1 {
    font: normal normal bold 26px/20px Montserrat_Bold;
}
.ct-6-2 {
    font: normal normal normal 15px/20px Montserrat_Medium;
    margin-bottom: 33px;
}
.ct-6-3 {
    font: normal normal normal 17px/20px Montserrat_SemiBold;
    margin-bottom: 16px;
}
.ct-6-4 {
    font: normal normal normal 17px/20px Montserrat_Light;
    margin-bottom: 11px;
}

#ct-7 {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#ct-7-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-left: 26px;
    padding-right: 26px;
}
.ct-7-1-1 {
    font: normal normal 600 20px/55px Montserrat_SemiBold;
    letter-spacing: 0px;
    color: #444749;
}
.ct-7-1-2 {
    font: normal normal normal 17px/20px Montserrat_Regular;
    letter-spacing: 0px;
    color: #444749;
}
#ct-7-1-3 {
    display: none;
}
.ct-7-2-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 62px;
    background: #005B96 0% 0% no-repeat padding-box;
    border-radius: 37px;
    text-align: center;
    font: normal normal 600 18px/3px Montserrat_SemiBold;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 14px;
    text-decoration: none;
}
.ct-7-2-3:hover {
    cursor: pointer;
    color: #FFFFFF;
    text-decoration: none;
}
#ct-7 &gt; img {
    width: calc(100% - 88px);
    margin-top: 29px;
    margin-bottom: 34px;
}
#ct-7-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#ct-8 {
    margin-top: 55px;
    text-align: center;
}
.ct-8-1-1 {
    font: normal normal 600 20px/65px Montserrat_SemiBold;
    letter-spacing: 0px;
    color: #444749;
}
#ct-8-2 {
    height: 100px;
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
}
#clients {
    width: 5998px; /* width = 2x image size to loop seamlessly */
    height: 100%;
    background-image: url("img/clients/strip_logos.jpg");
    background-size: auto 100px;
    background-repeat: repeat-x;
    animation: logos 20s linear infinite;
    filter: saturate(0);
}

@keyframes logos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

#ct-9 {
    margin-top: 39px;
    background: #4C4C4C 0% 0% no-repeat padding-box;
    padding-left: 20px;
    padding-top: 27px;
    padding-bottom: 51px;
    display: flex;
    flex-direction: column;
}
#ct-9-1 {
    display: flex;
    flex-direction: column;
    margin-top: 58px;
}
#ct-9-1 &gt; .ct-9-title {
    margin-bottom: 12px;
}
#ct-9-2 {
    display: flex;
    flex-direction: column;
    margin-top: 39px;
}
#ct-9-2 &gt; .ct-9-title {
    margin-bottom: 23px;
}
#ct-9 a {
    text-decoration: none;
    color: white;
}
#ct-9 a:hover {
    text-decoration: underline;
}
#ct-9-3 {
    display: flex;
    flex-direction: column;
}
#ct-9-3-1 {
    margin-top: 63px;
    margin-bottom: 13px;
}
#ct-9-3-2 {
    margin-top: 41px;
    margin-bottom: 14px;
}
.ct-9-title {
    font: normal normal normal 18px/22px Montserrat_Medium;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.ct-9-el {
    font: normal normal 200 14px/18px Montserrat_ExtraLight;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 21px;
}
.ct-9-i {
    margin-top: 13px;
    margin-bottom: 12px;
}
.ct-9-i1 {
    margin-right: 10px;
}
.ct-9-i2 {
    margin-right: 8px;
}

#ct-10 {
    position: relative;
    background: #4C4C4C 0% 0% no-repeat padding-box;
    padding-left: 19px;
    padding-top: 12px;
    padding-bottom: 19px;
    padding-right: 20px;
    display: flex;
    align-items: center;
}
#ct-10-0 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #FFFFFF;
    height: 0px;
}
#ct-10-2 {
    font: normal normal 200 14px/18px Montserrat_ExtraLight;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-left: 5px;
}
#ct-10-3 {
    margin-left: auto;
}

@media (min-width: 1200px) {
    #header {
        height: 91px;
        justify-content: flex-start;
        background: rgba(0, 0, 0, 0.32) 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #0000005E;
        padding-left: 13.5%;
    }
    .header-link { display: block; }
    #logo-dive { margin-right: 6.46vw; }
    #header &gt; a:nth-child(2) { margin-right: 5.16vw; }
    #header &gt; a:nth-child(3) { margin-right: 4.63vw; }
    #ct-1 {
        height: 771px;
    }
    #ct-1-veil {
        background: rgba(0, 0, 0, 0.28) 0% 0% no-repeat padding-box;
    }
    #ct-1-1 {
        font-family: Montserrat_SemiBold;
        font: normal normal 600 40px/55px Montserrat_SemiBold;
        margin-bottom: 56px;
        padding-right: 24%;
        padding-left: 24%;
    }
    #ct-1-2 {
        width: 280px;
        font: normal normal 600 18px/3px Montserrat_SemiBold;
        margin-bottom: 135px;
    }
    
    #ct-2 {
        flex-direction: row;
        text-align: left;
        align-items: flex-start;
        justify-content: space-evenly;
        font: normal normal 400 18px/28px Montserrat_Medium;
        padding-left: 0;
        padding-right: 0;
        padding-top: 101px;
        margin-top: 56px;
    }
    #ct-2 img {
        position: absolute;
        top: -101px;
        left: 0;
    }
    #ct-2 &gt; div {
        position: relative;
        flex-grow: 0;
        align-items: flex-start;
        margin-bottom: 0;
        max-width: 17%;
    }

    #ct-3 {
        margin-top: 100px;
    }
    #ct-3 &gt; div {
        flex-direction: row;
        align-items: flex-start;
    }
    #ct-3 ul {
        padding-inline-start: 21px;
    }
    #ct-3 ul li {
        font-size: 20px;
        line-height: 25px;
        color: #4c4c4c;
        margin-bottom: 20px;
    }
    #ct-3 ul li::marker {
        font-size: 22px;
        color: #4c4c4c;
    }
    .ct-3-title {
        font: normal normal 600 35px/40px Montserrat_Medium;
        color: #4c4c4c;
        margin-bottom: 30px;
        width: 100%;
        text-align: center;
    }
    .ct-3-head {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-top: 58px;
    }
    .ct-3-head &gt; img {
        width: 50px;
        height: 50px;
    }
    .ct-3-sub {
        font: normal normal 600 23px/28px Montserrat_Bold;
        color: #4c4c4c;
        margin-left: 27px;
    }
    #ct-3-1 {
        order: 1;
        width: 19%;
    }
    #ct-3-2 {
        order: 2;
        margin-bottom: 0;
        max-width: 30%;
        margin-left: 30px;
        margin-right: 30px;
    }
    #ct-3-3 {
        order: 3;
        width: 19%;
    }
    
    #ct-4 {
        margin-top: 76px;
        padding-left: 13%;
        padding-right: 13%;
        padding-bottom: 38px;
        background-color: rgba(76, 76, 76, 0.1);
    }
    #ct-4-1 {
        height: 148px;
        font: normal normal 600 40px/30px Montserrat_Medium;
    }
    #ct-4-2-1 &gt; img {
        width: 80px;
    }
    #ct-4-2-1 &gt; img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none;
    }
    
    #ct-5 {
        margin-top: 96px;
    }
    #ct-5-1 {
        margin-bottom: 105px;
    }
    #ct-5-2 {
        flex-direction: row;
        align-items: baseline;
        justify-content: space-evenly;
    }
    #ct-5-1-1 {
        font-family: Montserrat_Bold;
        font-size: 40px;
    }
    #ct-5-1-2 {
        font-family: Montserrat_Bold;
        font-size: 40px;
    }
    #ct-5-dl-1 &gt; img {
        width: 279px;
    }
    #ct-5-dl-2 &gt; img {
        width: 558px;
    }
    #ct-5-dl-3 &gt; img {
        width: 92px;
    }
    
    #ct-6 {
        position: relative;
        margin-top: 200px;
        margin-right: 10%;
        margin-left: 10%;
        padding-left: 8%;
        padding-right: 30%;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #ct-6 &gt; img {
        position: absolute;
        right: 107px;
        width: 20%;
        top: 50%;
        transform: translate(0, -50%);
        margin: 0;
    }
    .ct-6-1 {
        font: normal normal bold 60px/50px Montserrat_Bold;
    }
    .ct-6-2 {
        font: normal normal normal 40px/50px Montserrat_Bold;
        margin-bottom: 33px;
    }
    .ct-6-3 {
        font: normal normal normal 20px/30px Montserrat_Bold;
        margin-bottom: 16px;
    }
    .ct-6-4 {
        font: normal normal normal 20px/30px Montserrat_Light;
        margin-bottom: 11px;
    }
    
    #ct-7 {
        margin-top: 180px;
        flex-direction: row;
        padding-left: 10%;
        padding-right: 10%;
        justify-content: space-between;
    }
    #ct-7 &gt; img {
        width: 41%;
        margin-top: 29px;
        margin-bottom: 34px;
        z-index: 0;
    }
    #ct-7-1 {
        align-items: flex-start;
        text-align: left;
        padding: 0;
        max-width: 59%;
        z-index: 1;
    }
    #ct-7-1-3 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 42px;
    }
    .ct-7-1-1 {
        font: normal normal 600 40px/55px Montserrat_Bold;
    }
    .ct-7-1-2 {
        font: normal normal normal 20px/35px Montserrat_Regular;
        margin-top: 30px;
        max-width: 582px;
    }
    .ct-7-2-3 {
        margin-right: 22px;
    }
    #ct-7-2 {
        display: none;
    }
    
    #ct-8 {
        margin-top: 120px;
    }
    .ct-8-1-1 {
        font-size: 30px;
    }
    #ct-8-2 {
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 42px;
    }
    
    #ct-9 {
        margin-top: 83px;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 75px;
        padding-bottom: 37px;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }
    #ct-9 &gt; img {
        width: 201px;
    }
    #ct-9-1 {
        margin-top: 0;
    }
    #ct-9-1 &gt; .ct-9-title {
        margin-bottom: 36px;
    }
    #ct-9-2 {
        margin-top: 0;
    }
    #ct-9-2 &gt; .ct-9-title {
        margin-bottom: 36px;
    }
    #ct-9-3 {
        display: flex;
        flex-direction: column;
    }
    #ct-9-3-1 {
        margin-top: 0;
        margin-bottom: 13px;
    }
    #ct-9-3-2 {
        margin-top: 41px;
        margin-bottom: 14px;
    }
    .ct-9-title {
        font-size: 20px;
    }
    .ct-9-el {
        font-size: 18px;
        margin-bottom: 21px;
    }
    .ct-9-i {
        margin-top: 13px;
        margin-bottom: 12px;
    }
    .ct-9-i1 {
        margin-right: 10px;
    }
    .ct-9-i2 {
        margin-right: 8px;
    }
    
    #ct-10 {
        padding-left: 10%;
        padding-top: 12px;
        padding-bottom: 19px;
        padding-right: 10%;
        display: flex;
        align-items: center;
    }
    #ct-10-0 {
        left: 10%;
        right: 10%;
    }
    #ct-10-2 {
        font-size: 15px;
    }
    #ct-10-3 {
        margin-left: auto;
    }
}
</pre></body></html>