@font-face {
    font-family: 'Netto Bold';
    src: url('../fonts/Netto-Bold.woff') format('woff2');
}
@font-face {
    font-family: 'Netto Regular';
    src: url('../fonts/Netto-Regular.woff') format('woff2');
}

@font-face {
    font-family: 'Roboto Regular';
    src: url('../fonts/Roboto-Regular-webfont.woff') format('woff2');
}
@font-face {
    font-family: 'Netto Icons Regular';
    src: url('../fonts/Netto-Icons-Regular.ttf');
}
@font-face {
    font-family: 'Netto Icons Bold';
    src: url('../fonts/Netto-Icons-Bold.ttf');
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

body {
    color: #1F2020;
    font-family: 'Roboto Regular';
    margin: 0;
}
a {
    text-decoration: none;
}

p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #1F2020;
}

h1,h2,h3,h4,h5 {
    font-family: 'Netto Regular';
    margin: 0;
    font-weight: normal;
}

.wrapper {
    margin: 0 auto;
    padding: 48px 100px 128px 100px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 1720px;
}

.content-1 {
    display: flex;
    flex-direction: column;
    gap: 128px;
}

header {
    display: flex;
    padding: 16px 32px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DEDFDF;
}

header img {
    height: 66px;
}

.hstyle1 {
    font-size: 62px;
    line-height: 110%;
    font-family: 'Netto Regular';
}

.hstyle2 {
    font-size: 48px;
    font-family: 'Netto Regular';
    line-height: 130%;
}
.hstyle3 {
    font-size: 36px;
    font-family: 'Netto Regular';
    line-height: 130%;
}
.internal {
    margin-bottom: -20px;
    font-size: 20px;
}


.hbold {
    font-family: 'Netto Bold';
}

.rx-icon {
    font-family: "Netto Icons Bold";
    font-size: 40px;
    line-height: 64px;
    color: #619A2E;
}

.tile.secondary .rx-icon {
    font-family: 'Netto Icons Regular';
}

.rx-icon.icon-big {
    font-weight: 400;
}

.secondary-tiles .btn-secondary a.reflex-link {
    border: 1px solid #fff;
    padding: 7px 18px 7px 14px;
}

.secondary-tiles .btn-secondary a.reflex-link:focus {
    outline: #619A2E solid 3px;
}

.secondary-tiles .btn-secondary a.reflex-link:active {
    border: 1px solid #619A2E;
}

.button .rx-icon {
    font-size: 16px;
    color: #1F2020;
    font-weight: 700;
    line-height: 24px;
}

.activevid, .sec-video:hover {
    color: #619A2E;
    border-bottom: 3px solid #84BA41;
}

.tiles {
    display: flex;
    gap: 16px;
}

.intro-tiles {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tile {
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.tile-text {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

p.pbig {
    font-size: 20px;
    line-height: 30px;
}

.tile.main {
    padding: 64px;
    gap: 32px;
    height: 350px;
    justify-content: center;
}
.tile.main h2 {
    color: #fff;
}
.tile.main p {
    color: #fff;
}
.main1 {
    background-image: url('../img/card1.jpg');
    background-size: cover;
    background-position: right;
    flex: 2;
}

.main1 .tile-text p {
    max-width: 400px;
}

.main2 {
    background-image: url('../img/card2.jpg');
    background-size: cover;
    flex: 1;
}



.secondary-tiles {
    height: 350px;
}

.tile.secondary {
    border: 1px solid #DEDFDF;
    padding: 16px 24px 24px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    width: 0;
}

.tile.secondary .tile-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.tile.secondary h3 {
    font-size: 26px;
    font-family: 'Netto Regular';
    line-height: 140%;
}

.tile.secondary img {
    width: 64px;
    height: 64px;
}



.btn-icon-left.button a.reflex-link {
    padding: 12px 32px 12px 26px;
}

.button a.reflex-link {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #1F2020;
    font-size: 16px;
    font-family: 'Netto Bold';
    line-height: 20px;
    padding: 12px 32px;
    border: 1px solid #BABBBB;
    border-radius: 6px;
    text-decoration: none;
}


.button a:hover {
    background-color: #ECEDED;
}

.btn-primary.neg a.reflex-link {
    background-color: #fff;
}

.btn-primary.neg a.reflex-link:hover {
    background-color: #ECEDED;
}
.btn-primary.neg a.reflex-link:focus {
    outline: #619A2E solid 3px;
}
.btn-primary.neg a.reflex-link:active {
    border: 1px solid #619A2E;
}




.primary-video-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
}

.primary-video-section h2 {
    font-size: 36px;
    font-family: 'Netto Regular';
}


.primary-video-wrapper {
    display: flex;
    flex-direction: row;
    border: 1px solid #BABBBB;
    border-radius: 12px;
    overflow: hidden;
}


.primary-video-wrapper .primary-video {
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.actionbutton.action-big {
    width: 64px;
    height: 64px;
    background-color: #84BA41;
}

.actionbutton.action-big:hover {
    background: #619A2E;
}

.actionbutton.action-big .rx-icon {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}


.primary-video-wrapper .video-text {
    display: flex;
    flex-direction: column;
    padding: 32px;
    width: 25%;

}

.primary-video-wrapper .video-text h3 {
    font-size: 26px;
    font-family: 'Netto Bold';
    line-height: 140%;
    margin-bottom: 16px;
}
.primary-video-wrapper .video-text .video-length {
    font-size: 20px;
    color: #727373;
}



.video-title {
    margin-bottom: 32px;
}
.video-desc p {
    margin-bottom: 16px;
}

.secondary-video-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.secondary-video-wrapper {
    display: flex;
    flex-direction: row;
    overflow: scroll;
    gap: 16px;
}



.secondary-video-section .sec-video {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 356px;
    cursor: pointer;
}



.secondary-video-section .sec-video .videothumb {
    background-image: url('../img/Videothumb.jpg');
    border-radius: 12px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

.secondary-video-section .sec-video.vid2 .videothumb {
    background-image: url('../img/Videothumb2.jpg');
}

.secondary-video-section .sec-video.vid3 .videothumb {
    background-image: url('../img/Videothumb3.jpg');
}

.secondary-video-section .sec-video.vid4 .videothumb {
    background-image: url('../img/Videothumb4.jpg');
}

.actionbutton {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.30), 0px 8px 12px 6px rgba(0, 0, 0, 0.15);
}

.actionbutton:hover {
    background: #ECEDED;
}

.actionbutton .rx-icon {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #1F2020;
}

.secondary-video-section h3 {
    font-size: 26px;
    font-family: 'Netto Bold';
}

.secondary-video-section .sec-video h4 {
    font-size: 18px;
    margin-bottom: 4px;
    font-family: 'Netto Bold';
}
.secondary-video-section .sec-video .video-length {
    color: #727373;
}

footer {
    display: flex;
    flex-direction: column;
    background-color: #ECEDED;

}
footer h5 {
    font-size: 18px;
    line-height: 140%;
    font-family: 'Netto Bold';
}

.reflex-link {
    font-size: 16px;
    color: #727373;
    display: inline-block;
    line-height: 24px;
}
.reflex-link:hover {
    text-decoration: underline;
}

footer .footer-1 .footer-wrapper {
    margin: 0 auto;
    padding: 64px 100px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 1720px;
}

.footer-row1 {
    display: flex;
    gap: 16px;
}

footer .footer-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;

}

footer .footer-group.footer-logo {
    align-items: flex-start;
    flex: 2;
}

.footer-logo img {
    height: 70px;
}

.linklist {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

footer .footer-2 {
    background: #84BA41;
}

footer .footer-2 .footer-wrapper {
    margin: 0 auto;
    padding: 16px 100px;
    display: flex;
    max-width: 1720px;
    justify-content: space-between;
}

footer .footer-2 .linklist {
    flex-direction: row;
}
footer .footer-2 .linklist a {
    color: #fff;
}

footer .footer-2 p {
    color: #fff;
}

.footer-row2 .footer-some {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: flex-end;
}

.actionbutton.actionsquare {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    background: none;
    box-shadow: none;
}

.actionbutton.actionsquare:hover {
    background: #DEDFDF;
}


video {
    width: 100%!important;
}


.select-wrapper{
    display: inline-block;
    border: 1px solid #BABBBB;
    border-radius: 6px;            
    cursor: pointer;
    padding: 6px 12px 6px 15px;
}

.select-wrapper::after{
    content: "˅";
    font-family: 'Netto Icons Bold';
    display: inline-block;
    position: absolute;
    right: 40px;
    top: 40px
}

.select-wrapper, .select-wrapper select{
    width: 200px;
    height: 26px;
    line-height: 26px;
}
.select-wrapper:hover{
    border-color: #1F2020;
}
.select-wrapper .holder{
    display: block;
    white-space: nowrap;            
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: -1;
    font-family: 'Roboto Regular';
}
.select-wrapper select{
    margin: 0;
    position: absolute;
    z-index: 2;            
    cursor: pointer;
    outline: none;
    opacity: 0;
}


@media only screen and (max-width: 1400px) {
    .main1 {
        flex: 1;
        background: radial-gradient(60.57% 60.7% at 80.93% 80.6%, #BEE78B 0%, #84BA41 100%);
    }
    .main2 {
        flex: 1;
    }
    .secondary-tiles {
        height: 380px;
    }
    .primary-video {
        flex: 2;
    }
    .primary-video-wrapper .video-text {
        flex: 1;
    }

}

@media only screen and (max-width: 1200px) {
    .secondary-tiles {
        flex-wrap: wrap;
        height: auto;
    }
    .secondary-tiles .tile.secondary {
        flex-basis: 300px;
        height: 260px;
    }

    .primary-video-wrapper {
        flex-wrap: wrap;
        height: auto;
    }

    .primary-video-wrapper .primary-video {
        flex-basis: 800px;
    }

    footer .footer-group.footer-logo {
        flex: 1;
    }

}

@media only screen and (max-width: 1024px) {
    .main1 {
        background-image: url('../img/card1.jpg');
        background-size: cover;
    }
    .main-tiles {
        flex-wrap: wrap;
    }
    .tile.main {
        min-width: 300px;
        height: 250px;
        padding: 48px;
    }
    .secondary-tiles .tile.secondary {
        min-width: 240px;
        height: 300px;
    }

    footer .footer-row1 {
        flex-wrap: wrap;
        row-gap: 64px;
    }
    footer .footer-group.footer-logo {
        flex-basis: 800px;
    }
    footer .footer-group {
        flex-basis: 250px;
    }



}

@media only screen and (max-width: 800px) {

    .hstyle2 {
        font-size: 40px;
        font-family: 'Netto Regular';
        line-height: 130%;
    }

    .tile.secondary h3 {
        font-size: 24px;
        font-family: 'Netto Regular';
        line-height: 140%;
    }

    .primary-video-section h2 {
        font-size: 32px;
        font-family: 'Netto Regular';
    }

    .primary-video-wrapper .video-text h3 {
        font-size: 24px;
    }

    .secondary-video-section h3 {
        font-size: 24px;
    }

    .secondary-tiles .tile.secondary {
        height: 250px;
    }
    .wrapper {
        padding: 48px 32px;
    }
    footer .footer-group.footer-logo {
        flex-basis: 800px;
    }
    footer .footer-1 .footer-wrapper {
        padding: 48px 32px;
    }
    footer .footer-2 .footer-wrapper {
        padding: 16px 32px;
    }
}

@media only screen and (max-width: 678px) {


    .main {
        background: radial-gradient(60.57% 60.7% at 80.93% 80.6%, #BEE78B 0%, #84BA41 100%);
    }
    footer .footer-2 .footer-wrapper {
        flex-direction: column;
        row-gap: 12px;
    }
    p.pbig {
        font-size: 18px;

    }
}

@media only screen and (max-width: 480px) {
    .tile.main {
        min-width: inherit;
        padding: 32px;
    }
    .primary-video-wrapper .video-text {
        padding: 24px;
    }

    .hstyle2 {
        font-size: 32px;
        font-family: 'Netto Regular';
        line-height: 130%;
    }
    .tile.secondary h3 {
        font-size: 22px;
        font-family: 'Netto Regular';
        line-height: 140%;
    }
    .primary-video-section h2 {
        font-size: 26px;
        font-family: 'Netto Regular';
    }
    .primary-video-wrapper .video-text h3 {
        font-size: 22px;
    }
    .secondary-video-section h3 {
        font-size: 22px;
    }
}