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


@font-face {
  font-family: Helvetica Neue Condensed Black;
  src: url(../fonts/Helvetica-Neue-Condensed-Black.ttf);
}
@font-face {
  font-family: Garamond Pro;
  src: url(../fonts/AGaramondPro-Regular.otf);
}
@font-face {
  font-family: Garamond Pro;
  font-weight: bold;
  src: url(../fonts/AGaramondPro-Bold.otf);
}


html, body{
  font-family: 'Open Sans', sans-serif !important;
  color:#000000 !important;
  font-size:18px;
  line-height:1.8;
  overflow-x:hidden;
    background-image: url(../img/bg-1.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
body .container {
    width: 800px;
    max-width: 100%;
    background-color: #ffff;
    box-shadow: 0 0;
    box-shadow: 0 16px 35px hwb(234deg 0% 55% / 7%);
    font-family: 'Poppins', sans-serif;
}
h1,h2 {
    font-family: Helvetica Neue Condensed Black;
    font-weight: 900 !important;
}
body h2 {
    font-size: 35px;
}
body h4 {
    font-size: 21px;
    font-weight: bold;
}
img{
  max-width:100%;
}
.bg-1{
  
}
.bg-2{
    background-image: url(../img/bg-2.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
.bg-3 {
    background-image: url(../img/bg-4.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-4 {
    background-image: url(../img/bg-4.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-5 {
    background-image: url(../img/bg-9.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-6 {
    background-image: url(../img/bg-3.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-7 {
    background-image: url(../img/bg-6.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-8 {
    background-image: url(../img/bg-7.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
.bg-9 {
    background-image: url(../img/bg-11.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
.bg-10 {
    background-image: url(../img/bg-12.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
.bg-11{
    background-color: #f4f4f4;
}
.c-0 a {
    color: #fff !important;
}
.c-0{
    color: #fff;
}
.c-1{
    color: #bb0a10;
}
.fs-1{
    font-family: Garamond Pro;
}
img.left {
    float: left;
    position: relative;
    top: -10px;
    width: 350px;
    right: 100px;
    margin-right: -50px;
}
img.left.type-2 {
    transform: scale(1.5);
    right: 50px;
    top: 30px;
}
img.right {
    float: right;
    position: relative;
    top: -10px;
    width: 350px;
    left: 100px;
    margin-left: -50px;
}
img.center{
    display: block;
    margin:auto;
}
a.ref {
    font-size: 12px;
    position: relative;
    top: -9px;
    color: initial;
}
.hl-1 {
    background: #ffe89a;
}
h3.type-1 {
    background: #ffe89a;
    width: fit-content;
    margin: auto;
}
.box-type-1 {
    padding: 50px;
    background: #fff;
    box-shadow: 0 0 46px rgb(0 0 0 / 16%);
    border-radius: 20px;
}
.box-type-2 {
    background: #fcfaf3;
    padding: 30px;
    border-radius: 20px;
}
.box-type-3 {
    background: #272727;
    border-radius: 20px;
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
ul.type-1 {
    list-style: none;
    padding-left: 50px;
}
ul.type-1 li {
    position: relative;
    margin-bottom: 2rem;
    font-size: 21px;
}
ul.type-1 li:before {
    content: '';
    position: absolute;
    left: -50px;
    background: url(../img/bullet-1.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
}
ul.type-2 {
    list-style: none;
    padding-left: 50px;
    font-size: 21px;
}
ul.type-2 li {
    position: relative;
    margin-bottom: 1rem;
}
ul.type-2 li:before {
    content: '';
    position: absolute;
    left: -50px;
    background: url(../img/bullet-1.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
}
ul.type-3 {
    list-style: none;
    padding-left: 50px;
    font-family: Garamond Pro; 
    font-size: 21px;  
}
ul.type-3 li {
    position: relative;
    margin-bottom: 15px;

}
ul.type-3 li:before {
    content: '';
    position: absolute;
    left: -50px;
    background: url(../img/img-16.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
}
ul.type-4 {
    list-style: none;
    padding-left: 50px;
}
ul.type-4 li {
    position: relative;
    margin-bottom: 15px;

}
ul.type-4 li:before {
    content: '';
    position: absolute;
    left: -50px;
    background: url(../img/img-22.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
}
ul.type-5 {
    list-style: none;
    padding-left: 50px;
}
ul.type-5 li {
    position: relative;
    margin-bottom: 15px;

}
ul.type-5 li:before {
    content: '';
    position: absolute;
    left: -50px;
    background: url(../img/img-16.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
}
ul.type-6 {
    list-style: none;
    padding-left: 50px;
}
ul.type-6 li {
    position: relative;
    margin-bottom: 15px;

}
ul.type-6 li:before {
    content: '';
    position: absolute;
    left: -50px;
    background: url(../img/img-17.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
}
ul.type-7 {
    list-style: none;
    padding-left: 50px;
    color:#dacfa3;
    font-weight: bold;
    margin-bottom: 0;
}
ul.type-7 li {
    position: relative;
    margin-bottom: 1rem;
}
ul.type-7 li:before {
    content: '';
    position: absolute;
    left: -50px;
    background: url(../img/bullet-1.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
}
ul.type-7 a{
    color:#dacfa3;
}
ul.type-8 {
    list-style: none;
    padding-left: 50px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    font-family: Helvetica Neue Condensed Black;
    font-size: 40px;
    margin-bottom: 50px;
}
ul.type-8 li {
    position: relative;
    margin-bottom: 0;
}
ul.type-8 li:before {
    content: '';
    position: absolute;
    left: -50px;
    background: url(../img/bullet-1.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 15px;
}
ul.type-8 li:last-child {
    background: #d91717;
    width: fit-content;
    padding: 5px 10px;
    position: relative;
    color: #f6e19b;
}
h2.type-1 img {
    width: 35px;
}
h2.type-1 {
    background: #000;
    color: #fff;
    padding: 15px 50px;
    display: flex;
    align-items: center;
    width: fit-content;
    grid-gap: 25px;
    position: relative;
    left: -100px;
    font-family: Garamond Pro;
}
h2.type-2 img {
    width: 130px;
}
h2.type-2 span {
    font-size: 28px;
}
h2.type-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #d70000;
    font-size: 50px;
}
h2.type-3 {
    display: flex;
    align-items: start;
    grid-gap: 15px;
    margin-bottom: 50px;
}
h2.type-4{
    color: #f6e19b;
}
h2.type-4 span{
    background-color: #089dd4;
}
h2.type-3 img {
    width: 30px;
}
h2.type-5 {
    background: #000;
    color: #fff;
    padding: 15px 50px;
    display: flex;
    align-items: center;
    width: fit-content;
    grid-gap: 25px;
    position: relative;
    left: -100px;
    font-family: 'Poppins', sans-serif;
    font-size: 24px !important;
}
h3.type-1 {
    background: #ffe89a;
    width: fit-content;
    margin: auto;
    color: #d70000;
    font-family: Helvetica Neue Condensed Black;
    margin-bottom: 2rem;
    padding: 10px;
}
.flex-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}
a.cta:hover {
    filter: brightness(1.1);
    color:#fff;
    text-decoration: unset;
}
a.cta {
    display: block;
    width: fit-content;
    background: linear-gradient(0deg, #02ae54, #019156);
    color: #fff;
    border-bottom: 10px solid #07743c;
    font-size: 45px;
    font-family: Helvetica Neue Condensed Black;
    border-radius: 10px;
    padding: 20px 110px;
    margin: 50px auto;
    text-decoration: unset;
    transition-duration: 0.3s;
    position: relative;
}
a.cta:before {
    content: '';
    background: url(../img/img-34.png);
    width: 129px;
    height: 132px;
    position: absolute;
    left: -150px;
    top: -45px;
}
a.cta:after {
    content: '';
    background: url(../img/img-35.png);
    background-repeat: no-repeat;
    width: 129px;
    height: 132px;
    position: absolute;
    right: -150px;
    top: -45px;
}
.footer-links a {
    color: initial;
    font-size: 15px;
}
.footer-links {
    display: flex;
    grid-gap: 18px;
    justify-content: center;
    margin-bottom: 1rem;
    grid-gap: 18px;
}
footer .container {
    box-shadow: unset;
    background: unset;
}


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

    html, body{
        font-size: 16px;
    }
    br.dt{
        display: none;
    }
    body .p-5 {
        padding: 15px !important;
    }
    body h1,
    body h2 {
        font-size: 30px !important;
    }
    img.right,
    img.left{
        float: none;
        left: 0;
        margin-left: 0;
    }
    h2.type-5 {
        left: 0;
        text-align: center;
    }
    body .mb-5{
        margin-bottom: 15px !important;
    }

    a.cta {
        padding: 15px 40px;
        font-size: 25px;
        width: 100%;
        text-align: center;
    }
    a.cta:before,a.cta:after {
        display:none;
    }
    .footer-links {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        grid-gap: 5px;
    }
    .flex-1 ul {
        margin-bottom: 0;
    }
    .flex-1 {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
    .box-type-3 {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
    h3.type-1 {
        text-align: center;
        font-size: 21px;
    }
    ul.type-8 {
        font-size: 30px;
        margin-top: 50px;
    }
    .bg-7 {
        background-size: cover;
    }
    h2.type-1 img {
        width: 20px;
    }
    h2.type-1 {
        left: 0;
        font-size: 28px;
        width: 100%;
    }

}