/*** 

====================================================================
Fonts
====================================================================

***/

@font-face {
    font-family: 'Titan One';
    src: url('../fonts/TitanOne.eot');
    src: url('../fonts/TitanOne.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TitanOne.woff2') format('woff2'),
        url('../fonts/TitanOne.woff') format('woff'),
        url('../fonts/TitanOne.ttf') format('truetype'),
        url('../fonts/TitanOne.svg#TitanOne') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/*** 

====================================================================
Reset
====================================================================

***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}

/*** 

====================================================================
Global Settings
====================================================================

***/

body {
    font-size: 16px;
    color: #363636;
    line-height: 28px;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-style: normal;
    font-family: 'Titan One';
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1em;
    font-family: 'Titan One';
    text-transform: uppercase;
    color: #4c2018;
}

h1{
    font-size: 78px;
}

h2{
    font-size: 64px;
}

h3{
    font-size: 54px;
}

h4{
    font-size: 36px;
}

h5{
    font-size: 24px;
}

h6{
    font-size: 18px;
}

section {
    position: relative;
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
    min-width: auto;
}

p,
.text {
    font-size: 15px;
    color: #696969;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}

::-webkit-input-placeholder {
    color: inherit;
}
::-moz-input-placeholder {
    color: inherit;
}
::-ms-input-placeholder {
    color: inherit;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 1;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.auto-container {
    position: static;
    max-width: 1310px;
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.small-container {
    position: static;
    max-width: 670px;
    padding: 0px 15px;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}


img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

hr {
    -webkit-appearance: none;
    position: relative;
    height: 1px;
    margin: 30px auto;
    background: #e6e8ed;
    border-style: none;
    outline-style: none;
}

section hr {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
}

/*** 

====================================================================
    Chocomel
====================================================================

***/

.chocomel{
    position: relative;
    background: #fba729;
}

.top-label{
    position: absolute;
    left: 0;
    top: 0;
}

/* Section One */

.section-one{
    position: relative;
    padding: 30px 0;
}

.hero-img{
    text-align: center;
    margin-bottom: 20px;
}

.title-one{
    font-size: 78px;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
}

.title-one span{
    font-size: 59px;
    line-height: 1em;
    display: block;
    top: -10px;
}

/* Section Two */

.section-two{
    position: relative;
    padding: 30px 0 25px;
    border-top: 6px dashed #4c2018;
    border-bottom: 6px dashed #4c2018;
}

.section-two .inner-box{
    position: relative;
    padding-left: 180px;
    min-height: 237px;
    padding-top: 10px;
}

.section-two .image{
    position: absolute;
    left: 0;
    top: 0;
}

.section-two h3{
    font-size: 54px;
    text-transform: uppercase;
}

.section-two h4{
    color: #ffffff;
    font-size: 33px; 
    line-height: 1.2em;
}

/* Section Three */

.section-three{
    position: relative;
    padding: 40px 0 30px;
    border-bottom: 6px dashed #4c2018;
}

.section-three .inner-box{
    position: relative;
    padding-right: 170px;
    min-height: 172px;
    padding-top: 15px;
}

.section-three .image{
    position: absolute;
    right: 0;
    top: 0;
}

.section-three h4{
    font-size: 37px;
}

.section-three h1{
    color: #ffffff;
    font-size: 109px; 
    line-height: 1em;
}

/* Section Four */

.section-four{
    position: relative;
    padding: 40px 0 40px;
    border-bottom: 6px dashed #4c2018;
}

.section-four .inner-box{
    position: relative;
    padding-left: 210px;
    min-height: 235px;
    padding-top: 5px;
}

.section-four .medal{
    position: absolute;
    left: 0;
    top: 0;
}

.section-four h2{
    color: #ffffff;
    font-size: 64px; 
    line-height: .9em;
    margin-bottom: 20px;
}

.section-four h2 span{
    color: #4a2219;
}

/* Section Five */

.section-five{
    position: relative;
    padding: 30px 0;
    border-bottom: 6px dashed #4c2018;
}

.section-five .block-one{
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 30px;
    margin-bottom: 45px;
}

.section-five .block-one h5{
    width: 210px;
    font-size: 30px;
    line-height: 1.2em;
    margin-left: 30px;
    text-transform: unset;
}

.section-five .block-two{
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 30px;
    margin-bottom: 45px;
}

.section-five .block-two h5{
    width: 210px;
    font-size: 30px;
    line-height: 1.2em;
    margin-right: 30px;
    text-transform: unset;
}

/* Section Six */

.section-six{
    position: relative;
    padding: 30px 0;
    border-bottom: 6px dashed #4c2018;
}

.section-six .inner-box{
    text-align: center;
}

.section-six h2{
    font-size: 70px;
    color: #ffffff;
    line-height: 1em;
}

.section-six h1{
    font-size: 140px;
    line-height: .9em;
    margin-bottom: 30px;
}

.section-six .image{
    margin-bottom: 55px;
}

.section-six .image-2{
    position: relative;
    margin-bottom: 30px;
}

.section-six .text{
    font-size: 20px;
    color: #4c2018;
}

/* Section Seven */

.section-seven{
    position: relative;
    padding: 25px 0;
    border-bottom: 6px dashed #4c2018;
}

.section-seven .block-one{
    position: relative;
    padding-right: 230px;
    margin-bottom: 40px;
}

.section-seven .block-one .image{
    position: absolute;
    right: 0;
    top: 10px;
}

.section-seven .block-one h3{
    font-size: 54px;
    line-height: 1.2em;
    text-transform: unset;
    margin-top: -10px;
}

.section-seven .block-one h4{
    color: #ffffff;
    font-size: 36px;
}

.section-seven .block-two{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.section-seven .block-two .image{
    position: relative;
    margin-bottom: 0;
    margin-right: 30px;
    min-width: 168px;
}

.section-seven .block-two h4{
    color: #ffffff;
    font-size: 44px;
    text-transform: unset;
}

/* Section Eight */

.section-eight{
    position: relative;
    padding: 50px 0 0;
}

.section-eight .block-one{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.section-eight .block-one .image{
    position: relative;
    margin-bottom: 0;
    margin-right: 30px;
    min-width: 232px;
}

.section-eight .block-one h4{
    color: #4c2018;
    line-height: 1.2em;
    font-size: 36px;
    text-transform: unset;
}

.section-eight .footer-image{
    position: relative;
    margin-bottom: 0;
}

.section-eight .footer-image img{
    display: block;
}

/*==================================
     Responsive Style 
==================================*/

@media only screen and (max-width: 767px){
    .top-label {
      width: 100px;
    }
    .chocomel{
        background: #fcb02f
    }

    .small-container{
        max-width: 360px;
    }

    .section-one{
        padding: 30px 0 20px;
    }

    .hero-img img{
        max-width: 235px;
    }

    .title-one{
        font-size: 42px;
    }

    .title-one span{
        font-size: 32px;
    }

    .section-two{
        border-top-width: 3px;
        border-bottom-width: 3px;
        padding: 20px 0 10px;
    }

    .section-two .inner-box{
        padding-left: 105px;
        min-height: 136px;
    }

    .section-two h3{
        font-size: 30px;
    }

    .section-two h4{
        font-size: 18px;
        text-transform: unset;
    }

    .section-two .image img{
        max-width: 89px;
    }

    .section-three{
        padding: 20px 0;
        border-bottom-width: 3px;
    }

    .section-three .inner-box{
        padding-right: 100px;
        padding-top: 10px;
        min-height: 85px;
    }

    .section-three .image img{
        max-width: 85px;
    }

    .section-three h4{
        font-size: 20px;
    }

    .section-three h1{
        font-size: 59px;
    }

    .section-four{
        padding: 20px 0 10px;
        border-bottom-width: 3px;
    }

    .section-four .inner-box{
        padding-left: 120px;
        min-height: 132px;
    }

    .section-four .medal img{
        max-width: 100px;
    }

     .section-four h2{
        font-size: 34px;
        margin-bottom: 10px;
     }

     .section-four .image img{
        max-width: 198px;
        width: 100%;
     }

     .section-five{
        padding-bottom: 10px;
        border-bottom-width: 3px;
     }

     .section-five .block-two,
     .section-five .block-one{
        padding: 0;
        margin-bottom: 20px;
     }

     .section-five .block-one .image{
        min-width: 168px;
     }

     .section-five .block-one h5{
        width: auto;
        font-size: 18px;
        line-height: 1.2em;
        margin-left: 50px;
     }


    .section-five .block-two .image{
        min-width: 168px;
        margin-right: 10px;
     }

     .section-five .block-two h5{
        width: auto;
        font-size: 18px;
        line-height: 1.2em;
        margin-right: 45px;
     }


     .section-six{
        border-bottom-width: 3px;
        padding-bottom: 10px;
     }


     .section-six h2{
        font-size: 40px;
     }

     .section-six h1{
        font-size: 80px;
        margin-bottom: 20px;
     }

     .section-six .image{
        margin-bottom: 30px;
     }

     .section-six .image-2{
        margin-bottom: 10px;
     }

     .section-six .image-2 img{
        max-width: 241px;
     }

     .section-six .text{
        font-size: 12px;
     }

     .section-seven{
        padding-bottom: 0px;
        border-bottom-width: 3px;
     }

     .section-seven .block-one{
        padding-right: 90px;
        margin-bottom: 10px;
     }


     .section-seven .block-one h3{
        font-size: 30px;
     }

     .section-seven .block-one h4{
        font-size: 18px;
     }

     .section-seven .block-one .image{
        width: 120px;
        top: 0;
     }


     .section-seven .block-two .image{
        min-width: 103px;
        margin-right: 15px;
     }
    .section-seven .block-one .image img {
            width: 115px;
    }
     .section-seven .block-two .image img{
        width: 103px;
     }

     .section-seven .block-two h4{
        font-size: 24px;
     }

     .section-eight .block-one .image{
        margin-right: 10px;
        min-width: 132px;
     }

     .section-eight .block-one .image img{
        max-width: 132px;
     }

     .section-eight .block-one h4{
        font-size: 19px;
     }

}
@media only screen and (max-width: 360px){
    .title-one {
       font-size: 35px;
    }
    .title-one span {
       font-size: 29px;
    }
    .section-two h4 {
       font-size: 15px;
    }
    .section-three h1 {
       font-size: 53px;
    }
    .section-three h4 {
       font-size: 18px;
    }
    .section-four h2 {
       font-size: 30px;
    }
    .section-five .block-one h5 {
      font-size: 15px;
    }
    .section-five .block-two h5 {
      font-size: 14px;
    }
    .section-six h2 {
     font-size: 34px;
    }
    .section-six h1 {
      font-size: 72px;
    }
    .section-seven .block-two h4 {
      font-size: 22px;
    }
    .section-eight .block-one h4 {
       font-size: 17px;
    }
}
@media only screen and (max-width: 340px){
    .title-one {
       font-size: 30px;
    }
    .title-one span {
       font-size: 25px;
    }
    .section-two h3 {
    font-size: 25px;
   }
    .section-four h2 {
      font-size: 27px;
    }
    .section-five .block-one .image,
    .section-five .block-two .image {
      min-width: 150px;
   } 
   .section-three h4 {
    font-size: 16px;
    }
   .section-three h1 {
    font-size: 48px;
   }
   .section-six h1 {
    font-size: 51px;
   }
   .section-seven .block-one h4 {
    font-size: 15px;
   }
   .section-seven .block-two h4 {
    font-size: 21px;
    }
    .section-eight .block-one h4 {
    font-size: 21px;
    }
    
}

@media only screen and (max-width: 300px){
	.hero-img img {max-width: 100%;}
	.page-wrapper {width: 100%; min-width:100%;}
	.section-two .image {position: relative;}
	.section-two .inner-box {min-height: inherit; padding-left: 0px;}
	.section-three .image {position: relative;}
	.section-four .image {position: relative;}
	.section-four .inner-box {min-height: inherit; padding-left: 0px;}
	.section-four .medal {position: relative;}
	.section-five .block-one, .section-five .block-two {display:block; max-width: 80%;}
	.section-six .image-2 img {max-width: 100%;}
	.section-seven .block-two, .section-seven .block-one {display:block;}
	.section-seven .block-one .image {position:relative;}
	.section-eight .block-one {display:block;}
}

/*fix onetrust*/
#onetrust-consent-sdk #onetrust-pc-btn-handler, #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {border-color:#371a0b !important; color: #371a0b !important;}