/*-- Bootstrap Grid --*/
.container {
    max-width:95%;
    width:100%;
    padding-right:20px;
    padding-left:20px;
    margin-right:auto;
    margin-left:auto;
}

.container-fluid {
    max-width:100%;
    width:100%;
    margin-right:auto;
    margin-left:auto;
}

.row {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px;
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8, .col-85,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-85, .col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-85, .col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-85, .col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-85, .col-xl-9,.col-xl-auto {
    position:relative;
    width:100%;
    min-height:1px;
    padding-right:1.5rem;
    padding-left:1.5rem;
}

.col {-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;}
.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}
.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
.col-85{-webkit-box-flex:0;-ms-flex:0 0 70.83335%;flex:0 0 70.83335%;max-width:70.83335%}
.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}

.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}
.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}
.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}
.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}
.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}
.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}
.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}
.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}
.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}
.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}
.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}
.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}
.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}

.offset-1{margin-left:8.333333%}
.offset-2{margin-left:16.666667%}
.offset-3{margin-left:25%}
.offset-4{margin-left:33.333333%}
.offset-5{margin-left:41.666667%}
.offset-6{margin-left:50%}
.offset-7{margin-left:58.333333%}
.offset-8{margin-left:66.666667%}
.offset-9{margin-left:75%}
.offset-10{margin-left:83.333333%}
.offset-11{margin-left:91.666667%}

@media (min-width:300px){
    .col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}
    .col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}
    .col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
    .col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
    .col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
    .col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
    .col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
    .col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
    .col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
    .col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
    .col-sm-85{-webkit-box-flex:0;-ms-flex:0 0 70.83335%;flex:0 0 70.83335%;max-width:70.83335%}
    .col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
    .col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
    .col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
    .col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}

    .order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}
    .order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}
    .order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}
    .order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
    .order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
    .order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}
    .order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}
    .order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}
    .order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}
    .order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}
    .order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}
    .order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}
    .order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}
    .order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}
    .order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}

    .offset-sm-0{margin-left:0}
    .offset-sm-1{margin-left:8.333333%}
    .offset-sm-2{margin-left:16.666667%}
    .offset-sm-3{margin-left:25%}
    .offset-sm-4{margin-left:33.333333%}
    .offset-sm-5{margin-left:41.666667%}
    .offset-sm-6{margin-left:50%}
    .offset-sm-7{margin-left:58.333333%}
    .offset-sm-8{margin-left:66.666667%}
    .offset-sm-9{margin-left:75%}
    .offset-sm-10{margin-left:83.333333%}
    .offset-sm-11{margin-left:91.666667%}
}

@media (min-width:768px){
    .col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}
    .col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}
    .col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
    .col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
    .col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
    .col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
    .col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
    .col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
    .col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
    .col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
    .col-md-85{-webkit-box-flex:0;-ms-flex:0 0 70.83335%;flex:0 0 70.83335%;max-width:70.83335%}
    .col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
    .col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
    .col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
    .col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
    
    .order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}
    .order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}
    .order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}
    .order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
    .order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
    .order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}
    .order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}
    .order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}
    .order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}
    .order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}
    .order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}
    .order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}
    .order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}
    .order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}
    .order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}
    
    .offset-md-0{margin-left:0}
    .offset-md-1{margin-left:8.333333%}
    .offset-md-2{margin-left:16.666667%}
    .offset-md-3{margin-left:25%}
    .offset-md-4{margin-left:33.333333%}
    .offset-md-5{margin-left:41.666667%}
    .offset-md-6{margin-left:50%}
    .offset-md-7{margin-left:58.333333%}
    .offset-md-8{margin-left:66.666667%}
    .offset-md-9{margin-left:75%}
    .offset-md-10{margin-left:83.333333%}
    .offset-md-11{margin-left:91.666667%}
}

@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-85{-webkit-box-flex:0;-ms-flex:0 0 70.83335%;flex:0 0 70.83335%;max-width:70.83335%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}

@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-85{-webkit-box-flex:0;-ms-flex:0 0 70.83335%;flex:0 0 70.83335%;max-width:70.83335%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}

/*-- Bootstrap Grid --*/

/*-- Breakpoints--*/
@media (min-width: 768px) {}
/*-- Breakponts --*/

/*--- Fonts ---*/
@font-face {font-family: "Open Sans"; src: url("../fonts/Open-Sans-Variable.ttf");}
@font-face {font-family: "Poppins"; src: url("../fonts/Poppins-Regular.ttf");}
@font-face {font-family: "Poppins Medium"; src: url("../fonts/Poppins-Medium.ttf");}
/*--- Fonts ---*/

/*-- Buttons --*/
.btn:link,
.btn:visited {
    display:inline-block;
    font-family:'Open Sans', sans-serif;
    font-weight:900;
    padding:2rem 2.5rem;
    margin-right:1rem;
    margin-bottom:1rem;
    text-decoration:none; 
    text-transform:uppercase;
    font-size:2rem;
    letter-spacing: .04rem; 
    width:80%;
    text-align:center;
    box-shadow: 0px .338624rem .761905rem rgba(0, 0, 0, 0.25);
    border-radius: 2.2036rem;
    border: 3.04px solid #002957;
    position:relative;
}

@media (min-width: 768px) {.btn:link, .btn:visited {font-size:1.4rem; padding:.9rem 2.1rem; width:auto;}}

.btn img {
    position:absolute;
    top:50%;
    left:6%;
    height:2.5rem;
    transform: translateY(-50%);
}

@media (min-width: 768px) {.btn img {height:1.8rem;}}

    .btn:hover,
    .btn:active {transition:.2s;}

.btn-primary:link,
.btn-primary:visited {
    background-color: #FFE501;
    color:#002957;
}

    .btn-primary:hover,
    .btn-primary:active {color: #fff !important; background-color:#FF5722;}
    
/*-- Buttons --*/

/*--Reusable Code--*/

*,
*::after,
*::before {
margin:0 0;
padding:0 0;
-webkit-box-sizing: inherit;
        box-sizing: inherit;
outline:none;
}

html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    font-size:2.3vw;
    overflow-x:hidden !important;
    scroll-behavior: smooth;
}


@media (min-width: 768px) {html {font-size:.75vw;}}

body {
    line-height: 1.5;
    color:#303030;
    background-color:#fff !important;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    font-family: 'Poppins', sans-serif;
    overflow:hidden;
}

sub {
    vertical-align: sub;
    font-size: 60%;
}

.tc {text-align:center;}

.d {display:none;}
    @media (min-width: 768px) {.d {display:inline-block;}}

.m {display:inline-block !important;}
    @media (min-width: 768px) {.m {display:none !important;}}


h1 {
    font-family:'Open Sans', sans-serif;
    font-weight:800;
    font-size:3.5rem;
    color:#fff;
    line-height:1.2;
    margin-bottom:1.5rem;
    text-transform:capitalize;
}

@media (min-width: 768px) {h1 { font-size:3.8rem;}}

h2 {
    font-family:'Open Sans', sans-serif;
    font-weight:800;
    font-size:3.1rem;
    line-height:1.1;
    margin-bottom:1.5rem;
    letter-spacing:-.1rem;
    text-transform:capitalize;
}

@media (min-width: 768px) {h2 {font-size:3.3rem;}}

p, li {
    font-family:'Poppins', sans-serif;
    color:#2D2D2F;
    font-size:2.1rem;
    margin-bottom:1.5rem;
}

@media (min-width: 768px) {p, li  {font-size:1.6rem;}}

/*-- Background Blocks --*/

.left-green-block {
    position:absolute;
    top:-5rem;
    right:0;
    height:85rem;
    width:75%;
    z-index:-9999;
    background-color:#F6F8F9;
}

@media (min-width: 768px) {.left-green-block  {top:-10rem; height:65rem;}}

.right-green-block {
    position:absolute;
    top:-5rem;
    left:0;
    height:85rem;
    width:75%;
    z-index:-9999;
    background-color:#F6F8F9;
}

@media (min-width: 768px) {.right-green-block  {top:-10rem; height:65rem;}}

/*-- Stats --*/

.stats {margin-top:30rem;}

@media (min-width: 768px) {.stats {margin-top:5rem;}}

.stats .textbox {margin:5rem auto 0rem auto;}

@media (min-width: 768px) {.stats .textbox {margin:18rem auto 7rem auto;}}

    .stats .textbox .col-md {
        padding:0 !important;
        text-align:center;
    }

        .stats .textbox h3,
        .stats .textbox p {display:inline;}

        .stats .textbox h3 {
            font-family:'Open Sans', sans-serif;
            font-weight:900;
            margin-right:0rem;
            font-size:4rem;
            float:none;
            margin-top:-.5rem;
        }

        @media (min-width: 768px) {.stats .textbox h3 {float:right; font-size:4rem; margin-right:1rem;}}

        .stats .textbox p {
            font-family:'Poppins Medium', sans-serif;
            margin-left:0rem;
            float:none;
            font-size:1.9rem;
            font-weight:700;
            text-align:left;
        }

        @media (min-width: 768px) {.stats .textbox p {float:left; font-size:1.6rem; margin-left:.5rem;}}

/*-- Brands --*/

.brands {margin:2rem auto 9rem auto;}

@media (min-width: 768px) {.brands {margin:22rem auto 14rem auto;}}

.brands .title {margin-left:0rem;}

@media (min-width: 768px) {.brands .title {margin-left:3rem;}}

.brands .title h2 {font-size:3.8rem;}

.brands .title p {width:100%; margin-bottom:5rem;}

@media (min-width: 768px) {.brands .title p {width:60%;}}

.brands .imgbox img {
    height:5rem;
    width:auto;
    margin:2rem 2.6rem;
}

@media (min-width: 768px) {.brands .imgbox img {height:6rem;}}

/*-- Testimonial --*/

.testimonial {
    position:relative;
    background-color:#002957;
    margin:20rem auto 10rem auto;
}

@media (min-width: 768px) {.testimonial {margin:22rem auto 14rem auto;}}

.testimonial .football {
    position:absolute;
    top:-3.75rem;
    right:4rem;
    height:7rem;
}

@media (min-width: 768px) {.testimonial .football  {right:18rem;}}

.testimonial .snowflake {
    position:absolute;
    bottom:0;
    left:0rem;
    height:10rem;
}

.testimonial .textbox p {
    font-family:'Poppins', sans-serif;
    color:#fff;
    font-weight:900;
    width:90%;
    margin:auto;
    padding:10rem 0 12rem 0;
    font-size:2.2rem;
}

@media (min-width: 768px) {.testimonial .textbox p  {width:58%; padding:7rem 0;}}

/*-- Services --*/

.services {
    background-color:#002957;
    padding:10rem 0 12rem 0;
}

.services .title {margin:0rem auto 7rem auto;}

    .services .title h2 {
        color:#fff;
        width:100%;
        margin:auto;
        padding-bottom:2.5rem;
        font-size:4rem;
    }

    @media (min-width: 768px) {.services .title h2 {width:50%;}}

    .services .title p {
        color:#fff;
        width:85%;
        margin:auto;
    }

    @media (min-width: 768px) {.services .title p {width:50%;}}

.services .thumbnail {
    border:#fff solid 3px;
    border-radius: 0 6rem 0 6rem;
    filter: drop-shadow(0px 7.552807331085205px 30.21122932434082px rgba(0, 0, 0, 0.20));
    padding:3rem 0;
    margin:2rem 5rem;
}

@media (min-width: 768px) {.services .thumbnail {margin:0 2rem;}}

    .services .thumbnail  .icon {
        height:8rem;
        margin-bottom: 1.5rem;
    }

    .services .thumbnail  h3 {
        color:#fff;
        font-size:2rem;
        font-family:'Open Sans', sans-serif;
        margin-bottom:1.5rem;
    }

    .services .thumbnail  p {
        color:#fff;
        padding:0 3.5rem;
        margin-bottom:2.5rem;
    }

/*-- Process --*/

.process {
    position:relative;
    padding:7rem 0 17rem 0;
}

.process .half-right-block {
    position:absolute;
    top:0rem;
    right:0;
    height:30rem;
    width:75%;
    z-index:-9999;
    background-color:#F6F8F9; 
}

.process .half-left-block {
    position:absolute;
    top:37rem;
    left:0;
    height:30rem;
    width:75%;
    z-index:-9999;
    background-color:#F6F8F9; 
}


.process .title {margin:0rem auto 7rem auto;}

    .process .title h2 {
        width:100%;
        margin:auto;
        padding-bottom:2.5rem;
        font-size:4rem;
    }

    @media (min-width: 768px) {.process .title h2 {width:70%;}}

    .process .title p {
        width:100%;
        margin:auto;
    }

    @media (min-width: 768px) {.process .title p {width:50%;}}

.process .thumbnail {
    background-color:#fff;
    border:#002957 solid 3px;
    border-radius: 6rem 0 6rem 0;
    margin:2rem;
    filter: drop-shadow(0px 7.552807331085205px 30.21122932434082px rgba(0, 0, 0, 0.20));
    padding:3rem 0;
}

@media (min-width: 768px) {.process .thumbnail {margin:0 2rem;}}

    .process .thumbnail .icon {
        height:6rem;
        margin-bottom: 2rem;
    }

    .process .thumbnail  h3 {
        font-size:1.8rem;
        font-family:'Open Sans', sans-serif;
        font-weight:900;
        margin-bottom:1.5rem;
        padding:0 3rem;
        line-height:1.2;
    }

    .process .thumbnail  p {
        padding:0 2.8rem;
        margin-bottom:2.5rem;
    }
    
/*-- Component #1 (Left Image / Right Text) --*/

.comp1 {
    position:relative;
    margin:12rem auto 10rem auto;
}

@media (min-width: 768px) {.comp1 {margin:12rem auto 14rem auto;}}

.comp1 .imgbox img {
    height:38rem;
    width:auto;
}

@media (min-width: 768px) {.comp1 .imgbox img {height:45rem;}}

.comp1 .textbox {
    margin-top:4rem;
    padding-right:1rem;
}

@media (min-width: 768px) {.comp1 .textbox  {padding-right:7rem; margin-top:3.7rem;}}

.comp1 .textbox ul {
    list-style-type: none;
    margin:2rem 0 2rem 0;
}

@media (min-width: 768px) {.comp1 .textbox ul { margin:2rem 0 1.2rem 0;}}

    .comp1 .textbox ul li {
        position: relative;
        font-size:1.6rem;
        margin-bottom:1rem;
        padding-left: 4rem;
    }

    @media (min-width: 768px) {.comp1 .textbox ul li {font-size:1.8rem;}}

    .comp1 .textbox ul li::before {
        content: '';
        position: absolute;
        width: 3.1rem;
        height: 100%;
        top: 0;
        left: 0;
        background-image: url('../img/reusable/checkmark.png');
        background-size: 2rem 2rem;
        background-repeat: no-repeat;
        background-position: center;
    }

    .comp1 h5 {
        text-transform:uppercase;
        font-size:1.4rem;
        margin-bottom:1rem;
        margin-top:-.5rem;
    }

/*-- Component #2 (Left Text / Right Image) --*/

.comp2 {
    position:relative;
    margin:12rem auto 10rem auto;
}

@media (min-width: 768px) {.comp1 {margin:12rem auto 14rem auto;}}


.comp2 .imgbox img {
    height:38rem;
    width:auto;
}

@media (min-width: 768px) {.comp2 .imgbox img {height:45rem;}}

.comp2 .textbox {
    margin-top:4rem;
    padding-left:1rem;
}

@media (min-width: 768px) {.comp2 .textbox  {padding-left:7rem; margin-top:3.7rem;}}

.comp2 h5 {
    text-transform:uppercase;
    font-size:1.4rem;
    margin-bottom:1rem;
    margin-top:-.5rem;
}


/*-- Component 3 - Centered Textbox --*/

.comp3 {
    background-color:#F6F8F9;
    padding:10rem 0;
}

.comp3 .textbox h2,
.comp3 .textbox p {
    width:100%;
    margin:0 auto 2.5rem auto;
}

@media (min-width: 768px) {.comp3 .textbox h2, .comp3 .textbox p  {width:65%;}}

.comp3 .textbox p {font-size:2.1rem;}

    @media (min-width: 768px) {.comp3 .textbox p {font-size:1.7rem;}}

.comp3 .tile p {
    background-color:#0098A7;
    border:#002957 solid 4px;
    color:#fff;
    font-family:'Open Sans', sans-serif;
    font-size:1.7rem;
    font-weight:700;
    border-radius:15px;
    padding:1rem .5rem;
    margin:2rem 1rem;
    text-transform: capitalize;
}


/*-- Secondary Headers --*/

.sec-header {
    margin-top:0rem;
    position:relative;
    z-index:1;
}

@media (min-width: 768px) {.sec-header {margin-top:-18rem;}}

.sec-header .background {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:auto;
    
}

.sec-header .dog {
    position:absolute;
    top:56.5rem;
    right:2rem;
    height:36rem;
    width:auto;
}

@media (min-width: 768px) {.sec-header .dog {top:14rem; right:20rem; height:43rem;}}

    .sec-header .textbox {
        margin:15rem 3rem;
        width:100%;
    }

    @media (min-width: 768px) {.sec-header .textbox {margin:21.5rem 12rem 0 12rem; width:50%;}}

    .sec-header h1 {font-size:4.5rem;}

        @media (min-width: 768px) {.sec-header p {font-size:1.7rem;}}

    .sec-header p {
        color:#fff;
        font-size:2.1rem;
        padding-right:3rem;
    }

    @media (min-width: 768px) {.sec-header p {font-size:1.7rem;}}


    /*-- Pass Protection Plan --*/

    .ppp {margin:10rem auto;}

    .ppp .tile {
       position:relative;
       border:#1d1819 solid .7rem;
       border-radius:1.7rem; 
       box-shadow: 0px .338624rem .761905rem rgba(0, 0, 0, 0.25);
       background-color: #F6F8F9;
       padding:6rem 3rem 20rem 3rem;
       margin-bottom:10rem;
    }
    @media (min-width: 768px) {.ppp .tile {padding:6rem;}}

    .ppp .dog {
        position:absolute;
        bottom:-2.4rem;
        right:-1rem;
        height:20rem;
    }
    @media (min-width: 768px) {.ppp .dog { bottom:-5.6rem;right:-8rem;height:59rem;}}

    .ppp .tile h2 {color:#0098A7; width:100%; font-size:3.5rem;}
    @media (min-width: 768px) {.ppp .tile h2 {width:70%; font-size:4rem;}}
    .ppp .tile h2 span {color:#FF5722;}
    .ppp .tile p {width:100%; font:1.6rem;}
    @media (min-width: 768px) {.ppp .tile p {width:60%; font:1.6rem;}}

    .ppp .tile h4 {
        color:#0098A7;
        font-family:'Open Sans', sans-serif;
        font-weight:800;
        font-size:2rem;
    }

    .ppp .tile ul {margin:1rem 0 2.5rem 3.5rem;}
    .ppp .tile ul li {margin-bottom:.5rem;}

    .ppp .tile a {font-size:1.6rem;}