
:root {
    --time-box-1: #f5b027;
    --time-box-2: #ffd249;
    --time-box-3: #454545;
    --time-box-4: #00b6a8;
    --time-box-5: #d9ebeb;
    --bs-white-1: #fff;
    --bs-white-2: #dbe5d5;
    --time-font: #ff4800;

    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    
    --bs-teal: #20c997;
    
    
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    margin: 0px;
    overflow-x: hidden;
}
a {
    text-decoration: none;
}
a:hover {
    cursor: pointer;
    color: #5eac12;
}
.a-container {
    width: 100%;
}
.rel {
    position: relative;
}
.abs {
    position: absolute;
}
section {
    margin: 90px 0 0;
}
.w-100 img  {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.h2-title {
    margin-bottom: 50px;
    margin-top: -11px;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
}
h2 {
    color: #1c2d3a;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .001em;
    line-height: 1.1;
}
.h2-title h2 {
    color: #586167;
    margin: 6px 0 12px;
}
.h2-title h2 span {
    font-weight: 300;
}
.h2-title p {
    color: rgba(88,97,103,.7);
    font-size: calc(13.6px + .125vw);
    margin-bottom: -1px;
    letter-spacing: .5px;
}
h3, h4 {
    margin: 0px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}
.btn-a1 {
    background-color: #5eac12;
	color: #fff;
    border-color: #5eac12;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 8px 30px 7px;
} 
.btn-a1.active, .btn-a1.focus, .btn-a1:hover {
    background-color: #dbe5d5;
    color: #fff;
    border-color: #5eac12;
    transition: .5s;
}
.btn-a4 {
    background-color:#eef7e6;
    color: #5eac12;
    border-radius: 0;
    padding: 8px 30px 7px;
}
.btn-a4.active, .btn-a4.focus, .btn-a4:hover {
	background-color: #fff;
    -webkit-box-shadow: 0px 10px 12.5px #d7eac4;
    box-shadow: 0px 10px 12.5px #d7eac4;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.btn-red {
    background-color: #ff4800;
	color: #fff;
    border-radius: 24px;
    padding: 12px 39px;
} 
.btn-red.active, .btn-red.focus, .btn-red:hover {
    background-color: #ff9800;
    color: #fff;
    transition: .5s;
}
.btn-green {
    width: clamp(55px, 55px + 0.01282*(100vw - 360px), 75px);
    height: clamp(52px, 55px + 0.01154*(100vw - 360px), 70px);
    padding-top: 15px;
    background-color: #20b758;
    font-size: clamp(20px, 20px + 0.00641*(100vw - 360px), 30px);
	color: #fff;
    border-radius: 10px;
} 
.btn-green.active, .btn-green.focus, .btn-green:hover {
    background-color: #40d778;
    color: #fff;
    transition: .5s;
}
.b-i {
    background-color: #ffd249;
    color: #1c2d3a;
    margin-right: clamp(20px, 20px + 0.00962*(100vw - 360px), 35px);
}
.b-u {
    background-color: #ff4800;
    margin-left: clamp(20px, 20px + 0.00962*(100vw - 360px), 35px);
}

@media (min-width: 360px) and (max-width: 991px) {
section {
    margin: 45px 0 0;
}    
.a-container-90 { 
    width: 96%;
    margin: auto;
}
.a-container-80 { 
    width: 96%;
    margin: auto;
}
.a-container-75 { 
    width: clamp(344px, 344px + 0.72266*(100vw - 360px), 800px);
    margin: auto;
}
.title-h4 {
    font-size: clamp(30px, 30px + 0.02536*(100vw - 360px), 46px);
    font-weight: 600;
    line-height: 1.0;
    margin-top: clamp(15px, 15px + 0.02377*(100vw - 360px), 30px);
    margin-bottom: clamp(15px, 15px + 0.02377*(100vw - 360px), 30px);
}
}

@media (min-width: 992px) and (max-width: 1920px) {
.a-container-90 { 
    width: 90%;
    margin: auto;
}
.a-container-80 { 
    width: clamp(900px, 900px + 0.43103*(100vw - 992px), 1300px);
    margin: auto;
}
.a-container-75 { 
    width: clamp(900px, 900px + 0.43103*(100vw - 992px), 1300px);
    margin: auto;
}
.title-h4 {
    font-size: clamp(30px, 30px + 0.02155*(100vw - 992px), 50px);
    font-weight: 600;
    line-height: 1.0;
    margin-top: clamp(15px, 15px + 0.01616*(100vw - 992px), 30px);
    margin-bottom: clamp(15px, 15px + 0.04849*(100vw - 992px), 60px);
}
}













svg:not(:root) {
    overflow: hidden;
}
.title-svg {
    fill: #5eac12;
    stroke: #5eac12;
    height: 85px;
    margin-bottom: -85px;
    width: 85px;
}
*, :after, :before {
    box-sizing: border-box;
}


