@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;900&display=swap');

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, small, center, dl, dt, dd, ol, ul,
li, label, footer, header, section, input, select, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Poppins', sans-serif;
}

body {
    max-width: 100vw;
    overflow-x: hidden;
}

p {
    margin-bottom: 0px !important;
}

a {
    text-decoration: none !important;
    color: inherit !important;
}


/* Navbar */

#navbar {
    padding: 0.7vh 1.25vw;
    background-color: #141854;
    height: calc(64px + 2.083vw);
    color: #FFFFFF;
    position: fixed;
    top: 0;
    width: 100vw;
    display: block;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
    z-index: 2;
}

#navbar-container {
    display: flex;
    flex-direction: row;
}

.menu-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100vw;
}

.m-left {
    padding-left: 130px;
    padding-right: 2vw;
    text-align: end;
}

.m-right {
    padding-left: 2vw;
    padding-right: 1vw;
}

.menu {
    display: inherit;
}

.menu a:hover {
    color: #EA5E00 !important;
}

#dropdown {
    background-color: #141854;
    color: #FFFFFF;
    height: 0vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    visibility: hidden;
    transition: visibility .4s ease-in, height .3s ease-in-out;
    -webkit-transition: visibility .4s ease-in, height .3s ease-in-out;    
    overflow: hidden;
    z-index: 98;
}

.dropdown-list {
    height: 0vh;
    position: relative;
    flex-direction: column;
    visibility: hidden;
    transition: visibility .4s ease, height .4s ease;
    -webkit-transition: visibility .4s ease, height .4s ease;
    overflow: hidden;
    z-index: 3;
    margin-top: 3vh;
}

.nav-item {
    cursor: pointer;
    z-index: 99;
}

#nav-l:hover #dd-l {
    visibility: visible;
    height: 25vh;
}

#nav-r:hover #dd-r {
    visibility: visible;
    height: 25vh;
}

.nav-modal {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: none;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
}

.logo{
    width: calc(160px + 4.166vw);
}

/* Mobile menu */
#menu-icon{
    display:none;
    width: 30px;
    margin-right: 10px;
}

#close-icon{
    display:none;
    width: 30px;
    margin-right: 10px;
} 

#m-menu {
    display: none;
    background-color: #141854;
    color: #FFFFFF;
    height: 0px;
    position: absolute;
    top: 64px;
    left: 0px;
    width: 100%;
    visibility: hidden;
    overflow: hidden;
    z-index: 3;
    justify-content: center;
}
.m-list{
    padding-left:8vw;
}
.m-button{
    width: 100% !important;
    line-height: calc(38px + 1.458vw) !important;
    font-size: calc(24px + 0.625vw) !important;
    border-radius: 30px !important;
}

/* Sections */

#section-1 {
    padding: calc(64px + 7.239vw) 6vw 6vw !important;
    color: #141854;
}

#bar-1 {
    padding: 2vh 4vw;
    color: #141854;
    display: flex;
    flex-direction: row;
    background-color: #FFFFFF;
}

#section-2 {
    background-color: #141854;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
}

#section-3 {
    background-color: #D3E3F4;
    color: #141854;
    /* height: 115vh; */
}

#section-4 {
    background-color: #141854;
    display: flex;
}

#section-5 {
    color: #141854;
    background-image: url("images/stock15.png");
    background-size: cover;
}

#section-6 {
    color: #FFFFFF;
    height: calc(330px + 12.812vw);
    background-color: #141854;
    width: 100vw;
}

#section-7 {
    background-color: #141854;
    color: #FFFFFF;
    padding: 0vh 6vw 7vh;
    width: 100vw;
}

#footer {
    height: 7vh;
    background-color: #0C0F42;
    padding: 2vh 6vw;
    color: #FFFFFF;
    width: 100vw;
}

.s1a {
    padding: calc(64px + 7.239vw) 6vw 6vw !important;
    background-image: url("images/water-bg smaller.png");
    background-size: cover;
}

.s1d {
    padding: calc(64px + 7.239vw) 6vw 6vw !important;
    background-image: url("images/water-bg smaller.png");
    background-size: cover;
}

#diff-s2 {
    color: #141854;
}

#diff-s3 {
    color: #141854;
}

#diff-s3::before {
    content: "";
    background-image: url("images/reef2.jpg");
    background-size: cover;
    position: absolute;
    z-index: -1;
    height: 115vh;
    width: 100vw;
}

#diff-s4 {
    color: #141854;
}

#diff-s4::before {
    content: "";
    background-image: url("images/stock17.jpg");
    background-size: cover;
    position: absolute;
    z-index: -1;
    height: 110vh;
    width: 100vw;
}

.d-s4-img {
    width: calc(150px + 27.083vw);
}

#panel-s1 {
    color: #141854;
    display: flex;
    flex-direction: column;
    padding: calc(64px + 7.239vw) 6vw 6vw !important;
    background-image: url("images/water-bg smaller.png");
    background-size: cover;
}

#panel-s2 {
    color: #141854;
    height: 100vh;
}

#panel-s2::before {
    content: "";
    background-image: url("images/stock9.jpg");
    background-size: cover;
    position: absolute;
    opacity: 0.5;
    z-index: -1;
    height: 100vh;
    width: 100vw;
}

#ri-s1 {
    color: #141854;
}

#ri-s1::before {
    content: "";
    background-image: url("images/Reel Solutions_Dark.png");
    background-size: cover;
    position: absolute;
    z-index: -1;
    height: 115vh;
    width: 100vw;
}
.ri-text{
    padding: 8vw 8vw !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.reel{
    display: flex;
    flex-direction: column;
    max-width: 700px !important;
    align-self: flex-end;
    align-items: center;
}
.bg-fade {
    background: rgba(255, 255, 255, 0.6);
    -webkit-mask-image: linear-gradient(to right, transparent, white 10%, white 90%, transparent);
    mask-image: linear-gradient(to right, transparent, white 10%, white 90%, transparent);
}
.side-margin{
    margin: 0px 100px !important;
    text-align: center;
}
#mh-study {
    color: #141854;
}
#mh-study::before {
    content: "";
    background-image: url("images/Wellbeing_Dark.png");
    background-size: cover;
    position: absolute;
    z-index: -1;
    height: 115vh;
    width: 100vw;
}
.mh-study-text{
    padding: 8vw 8vw !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mh-study-text2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.mh-study-text2a{
    display: flex;
    flex-direction: column;
    max-width: 42vw;
}
#qual-rr {
    color: #141854;
    position: relative;
}
#qual-rr::before {
    content: "";
    background-image: url("images/Octoqual_Dark.png");
    background-size: cover;
    position: absolute;
    z-index: -1;
    height: 115vh;
    width: 100vw;
}
.qual-rr-text{    
    padding: calc(64px + 2.083vw) 6vw 2vw 6vw !important;
    min-height: 95vh;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
}
.qual-rr-text1{
    font-size: calc(22px + 0.625vw);
    font-weight: 400;
    letter-spacing: -0.9px;
    max-width: 70vw;
    text-align: left;
}
.qual-rr-text2{
    font-size: calc(18px + 0.417vw) !important;
    font-weight: 400;
    line-height: calc(20px + 0.617vw) !important;
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    align-items: flex-end;
}
.qual-rr-heading{
    font-size: calc(54px + 2vw);
    letter-spacing: 2px;
    font-weight: 900;
    display: flex;
    flex-direction: row;
    gap:4rem;
    justify-content: center;
}
.qual-rr-body{
    max-width:30vw;
}
.poll-container{
    padding-top: calc(64px + 7.239vw);
    padding-left: 3vw;
    width:80vw;
}

#meet-s1 {
    background-color: #D3E3F4;
}

/* Text Containers */
.description {
    margin: 1vh 2vw 1vh 5vw;
    display: none;
    color: #d54608
}

.text-container-1 {
    padding: 4.5vw 0vw 0vw 4.5vw !important;
}

.text-container-2 {
    padding: 6vw 0vw 6vw 6vw !important;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.text-container-3 {
    padding: 6vw 0vw 0vw 0vw !important;
}

.s3-header{
    padding-left:3vw;
}

.text-container-4 {
    background-color: #FFFFFF;
    margin-left: 3vw !important;
    margin-bottom:6vw;
    color: #141854;
    padding: 5vw 0vw;
    text-align: center;
    width: 75vw;
}

.text-container-5 {
    padding: 5vh 5vw;
    width: 100vw;
}

.footer-container {
    margin: calc(50px + 4.685vw) 7vw 0vw 7vw;
    background-color: rgb(234, 94, 0, 0.8);
    position: absolute;
    padding: 4vw 7vw;
    width: 86vw;
    text-align: center;
}

.diff-text-1 {
    padding: 4.5vw 0vw 0vw 4.5vw !important;
    color: #141854;
}

.diff-text-2 {
    display: flex;
    flex-direction: column;
    padding: 5vw !important;
    background-color: #D3E3F4;
}

.diff-text-3 {
    padding: 8vw 8vw !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.diff-text-4 {
    display: flex; 
    flex-direction: column;   
    padding: 6vw !important;
    min-height: 100vh;
}

.a-text {
    padding: 4.5vw 0vw 0vw 4.5vw !important;
    color: #141854;
}

.contact-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 43vw;
    margin-right: 8vw;
    margin-bottom: 5vh;
}

.form-footer {
    opacity: 40%;
    padding-right: 1vw;
}
.form-footer a:hover{
    opacity: 70%;
}

.heading-container {
    padding-top: 6vw;
    white-space: nowrap;
    color: #FFFFFF;
    padding-left: 5vw;
}

.reef {
    display: flex;
    flex-direction: column;
    max-width: 700px !important;
    text-align: end;
    align-self: flex-end;
}

.reef p, .reef div{
    justify-content: flex-end;
}

.meet-text {
    color: #141854;
    padding-left: 3vw !important;
    padding-top: calc(64px + 7.239vw);
}

.panel-text-2 {
    padding: 10vh 5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    align-items: center;
}

.panel-tiles {
    padding: 4vw 0vw;
}

.meet-card-title {
    padding-left: 1vw;
}

/* Fonts */
.heading{
    font-size: calc(26px + 1.979vw);
    font-weight: 400;
    letter-spacing: -1.3px;
    line-height: calc(28px + 1.875vw);  
}   
            
.body-text{
    font-size: calc(16px + 0.208vw);
    font-weight: 400;
    letter-spacing: -0.4px;
    line-height: calc(18px + 0.208vw);
}

.sub-heading{
    font-size: calc(22px + 0.625vw);
    font-weight: 400;
    letter-spacing: -0.9px;
}  

.s-body-text{
    font-size: calc(9px + 0.365vw);
    font-weight: 400;
    letter-spacing: -0.37px;
}    

.title{
    font-size: calc(18px + 0.417vw);
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: calc(20px + 0.417vw);
} 

/* Images */

.img {
    height: calc(240px + 16.145vw) !important;
    width: calc(240px + 16.145vw) !important;
}

.main-img{
    display: flex;
    align-items: center;
    justify-content: center;
}

#bg-img-1 {
    width: 25vw;
    height: 100%;
    float: right;
    background-image: url("images/bg-2.png");
    margin-left: 12vw;
    background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

#img-2 {
    margin:calc(170px + 5vw) 0vw;
    position: absolute;
}

#bg-img-2 {
    width: 24vw;
    height: 100%;
    float: left;
    background-image: url("images/bg-invert.png");
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}

#bg-img-2 img {
    float: right;
    margin-right: -1px
}

#bg-img-3 {
    width: 20vw;
    height: 100%;
    float: right;
    background-image: url("images/bg-2.png");
    background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

#bg-img-4 {
    height: calc(273px + 7.76vw);
    background-image: url("images/coral_horizontal.jpg");
    position: absolute;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
}

#bg-img-4 img {
    margin-top: calc(269px + 5.99vw);
    max-width: 100%;
}

#diff-s2-bg1 {
    width: 24vw;
    height: 100%;
    float: left;
    background-image: url("images/aussie.jpg");
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}

#diff-s2-bg1 img {
    float: right;
}

#diff-s2-bg2 {
    width: 24vw;
    height: 100%;
    float: right;
    background-image: url("images/kiwi.jpg");
    background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.meet-bg-img {
    width: 20vw;
    height: 100%;
    float: right;
    background-image: url("images/bg-2.png");
    background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.wave-h {
    width: 100vw;
}

.wave {
    height: 100%;
    margin-left: -1px;
}
.wave-l{
    height: 100%;
    margin-right: -1px;
}

/* Icons */
.icon-group {
    display: inherit;
    padding: 1vw !important;
    align-items: center;
}

.ig-border {
    border-right: #141854 solid 1px;
}

.icon {
    margin-right: 2vw;
    height: calc(32px + 1.667vw); 
    width: calc(32px + 1.667vw);
}

.icon-a {
    height: calc(32px + 2.7vw);
    width: calc(32px + 2.7vw);
    margin-bottom: 2vh;
}

.icon-b {
    height: calc(38px + 1.979vw);
    width: calc(38px + 1.979vw);
}

.arrow {
    background-image: url("images/Down.svg");
    background-size: calc(12px + 0.625vw) calc(12px + 0.625vw);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    min-width: calc(12px + 0.625vw);
    margin-left: 1vw;
}
.up-arrow{
    background-image: url("images/Down.svg");
    background-size: calc(12px + 0.625vw) calc(12px + 0.625vw);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    min-width: calc(12px + 0.625vw);
    margin-left: 1vw;
    transform: rotate(180deg);
}

.stem-right {
    width: 3vw !important;
    height:3vw !important;
}

.rp-arrow{
    justify-content: center;
    display:flex;
    max-width: 6vw !important;
}

.rp-arrow img{
    width: 4vw;
}

.icon-aus {
    height: calc(19px + 0.99vw);
    width: calc(19px + 0.99vw);
    margin-bottom: 1vh;    
}

.icon-nz {
    height: calc(12px + 0.625vw);
    width: calc(12px + 0.625vw);
    margin-bottom: 0.7vh;
    margin-left: -0.1vw;
}

.aus-a {
    margin-left: -1vw;
}

.aus-b {
    margin-left: -0.5vw;
}

.aus-c {
    margin-left: -0.25vw;
}

.aus-d {
    margin-left: 0.25vw;
}

/* Utility */

.spacer-12 {
    margin: calc(6px + 0.313vw) 0vw !important;
}

.spacer-16 {
    margin-bottom: calc(8px + 0.417vw) !important;
}

.spacer-24 {
    margin-bottom: calc(12px + 0.625vw) !important;
}

.spacer-32 {
    margin-bottom: calc(16px + 0.83vw)!important;
}

.spacer-48 {
    margin-bottom: calc(24px + 1.25vw) !important;
}

.orange {
    color: #EA5E00 !important;
}

.italic {
    font-style: italic !important;
}

.white {
    color: #FFFFFF !important;
}

.h-flex {
    display: flex;
    flex-direction: row;
}

.v-flex {
    display: flex;
    flex-direction: column;
}

.switch-flex {
    display: flex;
    flex-direction: column;
}

.spc-btwn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.forward {
    z-index: 99;
}

.indent{
    padding-left:2vw;
}

.fade-left {
    opacity: 0;
    transform: translateX(3.75rem);
    transition: all 1s ease;
    transition-delay: .3s;
    -webkit-transform: translateX(3.75rem);
    -webkit-transition: all 1s ease;
    -webkit-transition-delay: .3s;
}

.fade-left.visible {
    opacity: 1;
    transform: translateX(0);
    transition-delay: .3s;
    -webkit-transform: translateX(0);
    -webkit-transition-delay: .3s;
}

.hidden{
    display: none !important;
}

.center {
    display:flex;
    align-items: center
}

.center-x {
    justify-content: center
}

.center-x:hover {
    cursor: pointer;
}

.orange-border {
    border: calc(4px + 0.208vw) solid #EA5E00;
    box-shadow: 0.03vw 0.03vw 0.3vw black;
}

.hover:hover {
    cursor: pointer;
}

.footer-link:hover{
    color: #EA5E00 !important;
}

.link:hover{
    cursor: pointer;
    font-weight: 900;
}

.bold {
    font-weight: 900;
    letter-spacing: normal;
}
.semi-bold{
    font-weight: 700;
    letter-spacing: normal;
}

.end {
    align-items: flex-end;
}

.top-spacer{
    padding-top: calc(24px + 1.25vw) !important;
}

.poll-spacer {
    margin-top:5vw;
}

.nav-spacer{
    margin-top:calc(12px + 0.625vw) !important;
}

.left {
    text-align: right;
}

.align-end {
    align-self: flex-end;
}

.align-start {
    align-self: flex-start;
}

.bg{
    background-color: #141854;
}

.npl{
    padding-left: 0px !important;
    display: flex;
    justify-content: center;
}

/* Buttons */
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.6s ease-in-out, color 0.6s ease-in-out;
    -webkit-transition: background-color 0.6s ease-in-out, color 0.6s ease-in-out;
    -ms-transition: background-color 0.6s ease-in-out, color 0.6s ease-in-out;
    transition: background-color 0.6s ease-in-out, color 0.6s ease-in-out;
    border: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 15px;
    background-color: #EA5E00;
    color: #141854;
    font-family: Poppins;
    font-size: calc(16px + 0.208vw);
    font-weight: 400;
    letter-spacing: -0.48px;
    line-height: calc(28px + 0.208vw);
    text-align: center;
    box-shadow: 1px 1px 4px darkgrey;
    padding: 0px 10px;
}

.button:hover {
    background-color: #ffffff;
}

.dark-button {
    background-color: #141854;
    color: #FFFFFF;
    box-shadow: 1px 1px 4px black;
}

.dark-button:hover {
    color: #141854;
}

.light-orange-button {
    color: #EA5E00;
    background-color: #FFFFFF;
}

.light-orange-button:hover {
    color: #FFFFFF;
    background-color:#EA5E00;
}

.light-button {
    color: #141854;
    background-color: #FFFFFF;
}

.light-button:hover {
    color: #FFFFFF;
    background-color:#141854;
}

.form-button{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-right: 12px
}
.large-button{
    font-size: calc(22px + 0.625vw);
    font-weight: 400;
    letter-spacing: -0.9px;
    line-height: calc(34px + 0.208vw);
    padding: 5px 15px !important;
    border-radius: 25px;
}

/* FORM */
input, select{
    padding: 12px;
    height: 50px;
    margin: 12px 12px 12px 0vw !important;
}

.message-input {
    padding: 12px;
    height:243px;
    margin: 12px 12px 12px 0vw !important;
}

/* CARDS */
.s2-card {
    padding: 5vw 2vw !important;
    text-align: center;
    min-width: 18vw;
}

.card-a {
    margin: 5vw 2vw !important;
    align-items: center;
    max-width: 350px !important;
}

.img-card {
    margin: 2vw 1vw !important;
    padding: 1vw !important;
    text-align: center;
    height: calc(250px + 5.2vw);
    width: calc(250px + 5.2vw) !important;
    align-items: center;
    justify-content: center;
}

.panel-card {
    background-size: cover;
    border: calc(4px + 0.208vw) solid #EA5E00;
    height: calc(250px + 5.2vw);
    width: calc(250px + 5.2vw) !important;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}

.panel-card-inner {
    position: relative;
    height: calc(250px + 5.2vw);
    width: calc(250px + 5.2vw) !important;
    text-align: center;
    -webkit-transition: transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.img-card:hover .panel-card-inner {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg) !important;
}

.front,
.panel-card-text {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.panel1 {
    background-image: url("images/stock11.jpg");
}

.panel2 {
    background-image: url("images/stock12.jpg");
}

.panel3 {
    background-image: url("images/stock13.jpg");
}

.panel4 {
    background-image: url("images/stock14.jpg");
}

.panel-card-title {
    text-align: center;
    color: white;
    font-weight: 900;
    letter-spacing: normal;
}

.panel-card-text {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    position: absolute;
    top: 0vh;
}

.inner-panel-text {
    background-color: rgb(222, 222, 222, 0.7);
    width: 100%;
    height: 100%;
    padding: 0vh 2vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.meet-card-text {
    padding: 2vw 2vw 0vh 0vw;
}

.slider-title {
    margin: 0vh 0vw 7vw 3vw;
}

.accordian {
    padding-bottom: 2vw;
    margin-bottom: 2vw;
    border-bottom: #141854 solid 1px;
    min-height: 160px;
}

.accordian-container{
    padding:2vh 2vw;
}

.accordian-end {
    min-height: 160px;
}

.rp-card {
    background-color: rgb(255, 255, 255, 0.7);
    padding: 1vw;
    min-width: 300px !important;
    margin: 2vw 1vw
}

.card-content {
    padding: 0vh 1vw;
}

.card-title {
    text-align: center;
}

.meet-card {
    margin: 3vw 0vw 3vw 2vw;
}

.meet-card-img {
    max-width:calc(140px + 3.645vw) !important;
}

.meet-card-img img{
    height: calc(120px + 3.645vw) !important;
    width: calc(120px + 3.645vw) !important;
}

.value-card {
    padding-top: 2vh !important;
    padding-bottom: 2vh !important;
    margin-left: 0.5vw !important;
    margin-right: 0.5vw !important;
    align-items: center;
    max-width: calc(200px + 9vw) !important;
    min-width: 230px !important;
}

.value-card img {
    height: calc(60px + 13.28vw);
    width: calc(60px + 13.28vw);
}

/* Carousels/Sliders */

.slider-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 77vw;
    height: calc(400px + 18vw);
    display: flex;
    justify-content: center;
}

.slider-img img {
    max-width: calc(130px + 58.229vw);
    object-fit: contain;
}

.poll-slider-buttons {
    text-align: center;
    position: relative;
    margin-top: 1vw;
    padding-bottom:5vw;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.dot:hover, .carousel-indicators .active {
    background-color: #717171;
}

.dq-slider {
    margin-top: 11vh;
    width:90vw;
    justify-content: center;
}

#dq-m-carousel{
    display:none;
}

.slider-container {
    border-radius: 15px;
    background-color: rgb(175, 175, 175, 0.7);
    min-height: 380px;
    min-width: 40vw;
    display: flex;
    align-items: center;
}

.slider-content {
    position: absolute;
    min-height: 380px;
    max-width: 40vw;
    display: flex;
    align-items: center;
    padding: 3vw;
}

.m-slider-content {
    position: absolute;
    height:100vw;
    width:80vw;
    display: flex;
    text-align: center;
    padding: 4vw;
    flex-direction: column;
    justify-content: center;
    border-radius: 15px;
    background-color: rgb(175, 175, 175, 0.7);
    margin:10vw;
}

.dq-ci{
    height:120vw;
    width:100vw !important;
}

.riA-ci{
    height: calc(400px + 18vw) !important;
    margin-bottom: calc(35px + 1.66vw) !important;
}

.carousel-control-prev-icon{
    background-image: url("images/Stem Left.svg") !important;
    margin-right:2vw;
}

.carousel-control-next-icon{
    background-image: url("images/Stem Right.svg")  !important;
    margin-left:2vw;
}

.dq-m-slider-container{
    height:80vw;
    width:80vw;
    margin-bottom:15px;
}

.dq-slider-buttons {
    min-width: 480px;
    max-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.slide-title {
    cursor: pointer;
    margin-right: 2vw;
    padding-right: 1vw;
    height: 7vh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 0px 15px 15px 0px;
}

.active-title {
    background-image: linear-gradient(to right, transparent, rgb(175, 175, 175, 0.7));
}

.slider-txt {
    align-self: center;
    transition: all 1s ease;
    transition-delay: .3s;
    -webkit-transition: all 1s ease;
    -webkit-transition-delay: .3s;
}

.scroller-container{
    padding-top: calc(8px + 0.417vw) !important;
    color: #141854;
    background-color: #ffffff;
}

.scroller {
    max-width: 100vw;
}

.scroller-inner {
    padding-block: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.scroller {
    overflow: hidden;
    -webkit-mask: linear-gradient(
            90deg,
            transparent,
            white 20%,
            white 80%,
            transparent
    );
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller .scroller-inner {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll 80s forwards linear infinite;
}

@keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}
.scroller-header{
    text-align: center;
    font-size: calc(22px + 0.625vw);
    font-weight: 900;
    letter-spacing: -0.9px;
}
.scroller-item{
    height: 200px;
    display: flex;
    align-items: center;
}
.long{
    width: 400px;
}
.scroller-item img{
    max-height: 100%;
    max-width: 100%;
}

.modal-content{
    background-color: rgba(0,0,0,0) !important;
    border: none !important;
    width: 90vw !important;
    align-items: center;
}

.modal-body{
    padding: 30px 0px 0px 0px !important;
}

.modal-embed{
    padding: 30px 0px 0px 0px !important;
    width: 100vw !important;
    height: 100vh !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal-embed embed{
    margin-bottom: 10px !important;
}

.modal{
    overflow-x: auto !important;
}

.modal-dialog{
    justify-content: center;
    max-width:90vw !important;
}

.modal-content img{
    max-width: 250% !important;
    max-height: 90vh !important;
}

.modal-close-icon{
    width: 30px;
    height: 30px;
    align-self: flex-end;
    position: fixed;
    background-image: url("images/Close.svg");
    background-size: cover;
    z-index: 99;
} 
.carousel-indicators{
    margin-top: 3vw!important;
}

@media screen and (max-width: 1200px) {
    #img-2{
        display: none;
    }
    #bg-img-1{
        margin-left: 0px;
    }
    #diff-s2-bg1{
        display: none;
    }
    #diff-s2-bg2{
        display: none;
    }
    .diff-text-2{
        width: 100vw;
    }
    .icon-group{
        border-right: #141854 solid 1px;
        padding:3vw !important;
    }
    .rp-arrow{
        display: none !important;
    }
    .reef-h{
        color: #FFFFFF !important;
    }
    .reel{        
        max-width: 45vw !important;        
    }
    .side-margin{
        margin: 0px 45px !important;
    }
}
@media screen and (max-width: 1100px) {
    .qual-rr-text1{
        font-size: calc(18px + 0.417vw);
        font-weight: 400;
        line-height: calc(20px + 0.617vw);
        max-width: 80vw;
    }
    .qual-rr-text2{
        justify-content:space-between;
    }
    .qual-rr-heading{
        font-size: calc(26px + 1.979vw);
        letter-spacing: -1.3px;
        line-height: calc(28px + 1.875vw);
        align-items: center;
        gap:2rem;
        padding-top:calc(8px + 0.417vw) !important;
        padding-bottom:calc(8px + 0.417vw) !important;
    }
    .qual-rr-heading img{
        height:calc(66px + 2.979vw);
    }
    .qual-rr-body{
        max-width:40vw;
    }
}

@media screen and (max-width: 1000px) {
    .meet-bg-img{
        display: none !important;
    }
    
    .meet-text{
        padding-right: 3vw!important;
    }

    .m-arrow{
        display: none !important;
    }

    .poll-container{
        padding-left: 0;
        width:100vw;
    }

    .slider-img{
        width: 100vw;
    }

    .reef {
        text-align: center;
        align-self: center;
    }

    .reef p, .reef div{
        justify-content: center;
        text-shadow: 1px 1px #000000;
    }
}

@media screen and (max-width: 991px) {
    .text-container-3 {
        padding: 6vw 6vw 0vw 6vw !important;
    }

    .acc-mid{
        padding-bottom: 4vw;
        margin-bottom: 4vw;
        border-bottom: #141854 solid 1px;
        min-height: 100px;
    }

    .accordian{
        padding-bottom: 4vw;
        margin-bottom: 4vw; 
        min-height: 100px;
    }

    .icon {
        margin-right: 4vw;
    }

    #navb{
        display:none;
    }

    .m-left{
        display:none;
    }

    .m-right{
        display:none;
    }

    #menu-icon{
        display:block;
    }

    .m-spacer{
        padding-top: 0px !important;
        margin-bottom:0px !important;
    }

    .dq-slider{
        display:none
    }

    #dq-m-carousel{
        display:flex;
        flex-direction:column;
    }

    .rp-card{
        border: none;
        box-shadow: none;
    }

    .s1d {
        background-image: url("images/water-bg-2 smaller.png");        
    }
    #mh-study::before {
        background-image: url("images/Wellbeing_Dark_Small.png");
        background-position: center;
        margin-top:calc(64px + 2.083vw);
        height:100vh;
    }
    .mh-study-text{
        padding-top: calc(70px + 2.5vw) !important;
        justify-content: space-between;
        text-align: center;
    }
    .mh-study-text2{
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 4rem;
        text-align: center;
        align-items: center;
    }
    .mh-study-text2a{
        max-width: 90vw;
    }
    #ri-s1::before {
        margin-top:calc(64px + 2.083vw);
        background-image: url("images/Reel Solutions_Dark_Small.png");
        background-position: right;
        height: 100vh;
    }
    .ri-text{
        padding-top: calc(70px + 2.5vw) !important;
        text-align: center;
        padding-right: 8vw !important;
    }
    .reel{
        display: flex;
        height:65vh;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
        max-width: 70vw !important;
        align-self: center;
    }
    .side-margin{
        margin: 0px 100px !important;
    }
    
    #qual-rr::before {
        margin-top:calc(64px + 2.083vw);
        background-position: center;
        height: 100vh;
    }
    .qual-rr-text{
        justify-content:space-around;
    }
    .scroller-header{        
        padding: 0 2vw;
        font-size: calc(18px + 0.417vw);
        font-weight: 400;
        letter-spacing: -0.5px;
        line-height: calc(20px + 0.417vw);
    }
    .scroller {
        overflow: hidden;
        -webkit-mask: linear-gradient(
                90deg,
                transparent,
                white 10%,
                white 90%,
                transparent
        );
        mask: linear-gradient(90deg, transparent, white 10%, white 90%, transparent);
    }
    .scroller-item{
        height: 50px;
    }
    .long{
        width: 100px;
    }
}
.contact-send{
    margin: 12px 12px 12px 0vw !important;
}

@media screen and (max-width: 767px) {
    .icon-group{
        border-right: none !important;
        padding:5vw !important;
    }    
}

@media screen and (max-width: 700px){
    #bg-img-3{
        display: none !important;
    }

    .text-container-4 {
        margin-right: 3vw !important;
        width: 88vw;
        flex-direction: column;
        align-items: center;
    }

    #bg-img-2{
        display: none !important;
    }
    
    .reel{
        max-width: 90vw !important;
    }
}
@media screen and (max-width: 600px){
    #qual-rr::before {
        
        height: 115vh;
    }
    .qual-rr-heading{
        flex-direction: column;
        gap:1rem;
    }
    .qual-rr-text1{
        padding-top:calc(16px + 0.83vw);
        text-align: center;
    }
    .qual-rr-text2{
        flex-direction: column;
        gap:5vw;
    }
    .qual-rr-body{
        max-width:90vw;
    }
}

@media screen and (max-width: 576px){
    .switch-flex {
        flex-direction: row;
    }

    .m-ct {
        text-align: left;
        padding-left: 3vw;
    }

    input, select, .message-input, .contact-send {
        margin-right: 0px !important;
    }
    
    .side-margin{
        margin: 0px 50px !important;
    }
    .side-image {
        display:none;
    }
    .more-text{        
        width:100vw !important;
        padding: 3vw !important;
    }
    #bar-2 {        
        flex-direction: column !important;
        align-items: center !important;
    }
    .icon-group2{
        border-right: none !important;
        padding:3vw !important;
        width: 70vw !important;
    }
    .icon2 {
        margin-right: 5vw !important;
    }
}
@media screen and (max-width: 500px) {
    .more-text{
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }
    .tst{
        width: 80vw !important;
    }
}
@media screen and (max-width: 376px) {
    .icon-group2{
        width: 85vw !important;
    }
}

.sliding-section {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #141854;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.sliding-section.active {
    height: 80vh;
}
.slider-button{
    padding: calc(1px + 0.237vw) !important;
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    background-color: #EA5E00;
    color: white;
    z-index: 99;
    cursor: pointer;
    border: 0px;
}
.slider-button:hover{
    background-color: #141854;
}
.arrow-white {
    background-image: url("images/DownWhite.svg");
    background-size: calc(12px + 0.625vw) calc(12px + 0.625vw);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    width: calc(12px + 0.625vw);
    height: calc(12px + 0.625vw);
    margin-left: 1vw;
}
.up-arrow-white{
    background-image: url("images/DownWhite.svg");
    background-size: calc(12px + 0.625vw) calc(12px + 0.625vw);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    min-width: calc(12px + 0.625vw);
    min-height: calc(12px + 0.625vw);
    margin-left: 1vw;
    transform: rotate(180deg);
}
.side-image {
    width:30vw;
    background-image: url("images/Octoqual_Dark.png");
    height:100vh;
    background-size: cover;
    background-position: center;
}
.more-text{
    height:80vh;
    overflow-y: scroll;
    width:100vw;
    padding:2vw 4vw;
    text-align: left;
    display: grid;
    gap: 4vw;
    grid-template-columns: auto auto;
    justify-items: center;
}
#closeButton {
    align-items: center;
}
#bar-2 {
    padding: 2vh 2vw;
    color: #141854;
    display: flex;
    flex-direction: row;
    background-color: #FFFFFF;
    width:100vw;
}
.icon-group2 {
    display: inherit;
    padding: 1vw !important;
    align-items: center;
}
.bullets-container{
    padding-top: calc(8px + 0.417vw) !important;
    color: #141854;
    background-color: #ffffff;
}
.icon2 {
    margin-right: 1vw;
    height: calc(32px + 1.667vw);
    width: calc(32px + 1.667vw);
}
.more-text img {
    height: calc(30px + 6.64vw);
    width: calc(45px + 9.96vw);
    float:left;
    margin-right: 2vw;
    margin-top: calc(5px + 0.08vw);
}
.tst{
    width: 38vw;
    display: flex;
    flex-direction: column;
}
.tst3{
    align-items: center;
    display: flex;
}
.body-textA{
    font-size: calc(16px + 0.208vw);
    font-weight: 400;
    line-height: calc(24px + 0.312vw);
}