:root {
    --font-lora: "SUSE", sans-serif;
    --font-dmsans: "DM Sans", sans-serif;
    --font-suse: "SUSE", sans-serif;
    --white-color: #FFFFFF;
    --dark-white-color: #fff;
    --dark-black-color: #1C1A1E;
    --black-color: #1C1A1E;
    --black-color-opc: 28, 26, 30;
    --title-color: #092041;
    --dark-title-color: #1C1A1E;
    --title-color-opc: 28, 26, 30;
    --title-color2: #003C30;
    --dark-title-color2: #003C30;
    --dark-text-color: #FFFFFF;
    --text-color: #092041;
    --global-text-color: #545454;
    --text-color-opc: 84, 84, 84;
    --primary-color1: #17468A;
    --primary-color1-opc: 0, 122, 94;
    --primary-color2: #17468A;
    --primary-color2-opc: 120, 235, 84;
    --secondary-color: #17468A;
    --primary-color3: #17468A;
    --primary-color3-opc: 89, 86, 233;
    --primary-color4: #17468A;
    --primary-color4-opc: 96, 229, 157;
    --borders-color: #eee
}

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth
}

html {
    font-size: 100%;
    scroll-behavior: smooth
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-lora);
    color: var(--title-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-lora);
    font-weight: 600;
    line-height: 1.2;
    color: var(--title-color)
}

input {
    border: none;
    outline: none
}

button {
    outline: none;
    border: none;
    line-height: 1
}

i.bx {
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none;
    color: var(--primary-color1)
}

input[type="checkbox"] {
    width: 24px;
    height: 24px;
    border: 2px solid #d1d5db;
    border-radius: 50%;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    position: relative;
    vertical-align: middle
}

input[type="checkbox"]:checked {
    background-color: var(--primary-color1);
    border-color: var(--primary-color1)
}

input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #FFF;
    border-radius: 50%
}

input[type="checkbox"]:hover {
    border-color: var(--primary-color1)
}

input[type="checkbox"]+label,
label {
    cursor: pointer;
    vertical-align: middle
}

p {
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6
}

/* ==========================================
   Spacing Utilities
   ========================================== */

.pt-120 {
    padding-top: 120px
}

.pb-120 {
    padding-bottom: 120px
}

.pt-90 {
    padding-top: 90px
}

.mb-110 {
    margin-bottom: 110px
}

.mt-130 {
    margin-top: 130px
}

.mb-130 {
    margin-bottom: 130px
}

.sec-mar {
    margin: 130px 0
}

.mb-15 {
    margin-bottom: 15px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-30 {
    margin-bottom: 30px
}

.mt-70 {
    margin-top: 70px
}

/* ==========================================
   Responsive Spacing
   ========================================== */

@media (max-width: 768px) {
    .pt-120 { padding-top: 60px; }
    .pb-120 { padding-bottom: 60px; }
    .pt-90 { padding-top: 45px; }
    .mb-130 { margin-bottom: 65px; }
    .mt-130 { margin-top: 65px; }
    .sec-mar { margin: 65px 0; }
    .mb-110 { margin-bottom: 55px; }
    .mt-70 { margin-top: 35px; }
    .mb-70 { margin-bottom: 35px; }
    .mb-60 { margin-bottom: 30px; }
    .mb-40 { margin-bottom: 20px; }
    .mb-30 { margin-bottom: 15px; }
    .mb-20 { margin-bottom: 10px; }
    .mb-15 { margin-bottom: 8px; }
}

@media (max-width: 480px) {
    .pt-120 { padding-top: 40px; }
    .pb-120 { padding-bottom: 40px; }
    .pt-90 { padding-top: 30px; }
    .mb-130 { margin-bottom: 40px; }
    .mt-130 { margin-top: 40px; }
    .sec-mar { margin: 40px 0; }
    .mb-110 { margin-bottom: 35px; }
    .mt-70 { margin-top: 25px; }
    .mb-70 { margin-bottom: 25px; }
    .mb-60 { margin-bottom: 20px; }
    .mb-40 { margin-bottom: 15px; }
    .mb-30 { margin-bottom: 10px; }
    .mb-20 { margin-bottom: 8px; }
    .mb-15 { margin-bottom: 6px; }
}
