*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #0272b8;
    --secondary-color: #38019e;
    --accent-color: #ff9500;
    --dark-color: #2D3436;
    --light-color: #f5f8fa;
    --gradient: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    --font-heading: 'Spectral', serif;
    --font-body: 'Quicksand', sans-serif;
    --transition: all 0.8s ease;
    --shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
    --shadow-hover: 0 7px 9px rgba(0, 0, 0, 0.25);
    --radius: 9px;
    --max-width: 1422px;
}

body {
    font-family: var(--font-body);
    color: var(--dark-color);
    line-height: 1.6;
    overflow-x: hidden;
    background-color: var(--light-color);
}

.kpxdATAnU {
    background-color: var(--light-color);
    box-shadow: var(--shadow);
    position: relative;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.iuIeVuSTXnoYr {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ZrzQcOtoczXxc {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.bhDXYsM {
    fill: var(--primary-color);
}

.JffKwi {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    color: var(--dark-color);
}

.YaNfDosOzM {
    display: flex;
}

.akVfUU {
    display: flex;
    list-style: none;
    gap: 1.5rem;
}

.xnUNAeiKqD {
    text-decoration: none;
    color: var(--dark-color);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--transition);
}

.KhDxeQNFE {
    fill: var(--primary-color);
    transition: var(--transition);
}

.xnUNAeiKqD:hover {
    color: var(--primary-color);
}

.xnUNAeiKqD:hover .KhDxeQNFE {
    fill: var(--secondary-color);
}

.YmXKJHAwmxvS {
    background: var(--gradient);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius);
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--transition);
    box-shadow: var(--shadow);
}

.zlMmtmVR {
    fill: white;
}

.YmXKJHAwmxvS:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
}

.RQVJrsyjWl {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
}

.mYHQTPXkBPnC {
    fill: var(--dark-color);
}

.EbZpul {
    margin-top: 110px;
    position: relative;
    height: 100%;
    min-height: 600px;
}

.sZMdx {
    position: relative;
    width: 100%;
    height: 100%;
    background: url('../ats-art/fon1.webp') no-repeat center center;
    background-size: cover;
    z-index: -1;
}

.jKYlbvJ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.92);
    z-index: 1;
}

.AbdsfKi {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 15%);
    z-index: 2;
    text-align: center;
    color: white;
    max-width: 800px;
    padding: 0 2rem;
}

.lXLahRWsfKfjn {
    font-family: var(--font-heading);
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.601);
    animation: fadeInDown 1s ease;
    color:#0272b8
}

.wFtvJslYI {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    animation: fadeIn 1.5s ease;
    color: #0272b8
}

.inwelcomeactionbtn {
    background: var(--gradient);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: var(--radius);
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: var(--transition);
    box-shadow: var(--shadow);
    animation: fadeInUp 1s ease;
}

.inwelcomebtnicon {
    fill: white;
}

.inwelcomeactionbtn:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
}

.pUDZoJYMXpa {
    padding: 5rem 2rem;
    background-color: white;
}

.gionQHnqIyHNl {
    max-width: var(--max-width);
    margin: 0 auto;
}

.DGczPPyaP {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    color: var(--dark-color);
    position: relative;
}

.DGczPPyaP::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: var(--gradient);
    border-radius: 2px;
}

.SMDadfbbgCDeRD {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.ToiOAmwCNJ {
    background: white;
    border-radius: var(--radius);
    padding: 2rem;
    box-shadow: var(--shadow);
    transition: var(--transition);
    flex: 1 1 300px;
    max-width: 350px;
    text-align: center;
    border-top: 4px solid var(--primary-color);
}

.ToiOAmwCNJ:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover);
}

.TCEJdjY {
    fill: var(--primary-color);
    margin-bottom: 1.5rem;
}

.OgRsapoJz {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--dark-color);
}

.sPeZvXMxVyq {
    color: #666;
}

.SNEQa {
    padding: 4rem 2rem;
    background: var(--gradient);
    color: white;
    text-align: center;
}

.llphhj {
    max-width: var(--max-width);
    margin: 0 auto;
}

.ULtHnVXNqf {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.QtyXlxcrYSbcw {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.hvvHzqPfN {
    background: rgba(255, 255, 255, 0.2);
    padding: 1.5rem;
    border-radius: var(--radius);
    min-width: 120px;
}

.eIXrLMKdtFIVN {
    font-size: 3rem;
    font-weight: 700;
    display: block;
    margin-bottom: 0.5rem;
}

.BAMTbqKSK {
    font-size: 1.2rem;
    opacity: 0.9;
}

.bvVfYrhSADH {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.isclTrYhzO {
    background: white;
    color: var(--primary-color);
    border: none;
    padding: 1rem 2rem;
    border-radius: var(--radius);
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: var(--transition);
    box-shadow: var(--shadow);
}

.seHCgpgejyPDM {
    fill: var(--primary-color);
}

.isclTrYhzO:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
    background: var(--dark-color);
    color: white;
}

.isclTrYhzO:hover .seHCgpgejyPDM {
    fill: white;
}

.YtOUrVuNpoIN {
    position: relative;
    min-height: 500px;
    padding: 5rem 0.5rem;
    margin-top: 2rem;
}

.TeXJYHPIgYb {
    position: relative;
    width: 100%;
    height: 100%;
    background: url('../ats-art/fon2.webp') no-repeat center center;
    background-size: cover;
    z-index: -1;
}

.kNZfyy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.93);
    z-index: 1;
}

.HjDcjdGPlRN {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
    color: white;
    width: 100%;
    height: auto;
    max-width: 800px;
    padding: 0 2rem;
    text-align: center;
}

.HvfJbS {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color:#0e7490
}

.EBBCAMTM {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
     color:#0e7490
}

.SOeBBfDdoHd {
    color: rgb(159, 69, 69);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--transition);
}

.SOeBBfDdoHd-icon {
    fill: white;
    transition: var(--transition);
}

.SOeBBfDdoHd:hover {
    color: var(--accent-color);
}

.SOeBBfDdoHd:hover .SOeBBfDdoHd-icon {
    transform: translateX(5px);
    fill: var(--accent-color);
}

.ypDqVw {
    padding: 5rem 2rem;
    background-color: white;
}

.dOvsHuqesjai {
    max-width: var(--max-width);
    margin: 0 auto;
}

.NodJMYxGHgT {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    color: var(--dark-color);
    position: relative;
}

.NodJMYxGHgT::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: var(--gradient);
    border-radius: 2px;
}

.UWqOvSSA {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.JebuJeeahg {
    background: white;
    border-radius: var(--radius);
    padding: 2rem;
    box-shadow: var(--shadow);
    transition: var(--transition);
    flex: 1 1 250px;
    max-width: 300px;
    text-align: center;
    border-bottom: 4px solid var(--secondary-color);
}

.JebuJeeahg:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover);
}

.dHIxNeZDvqe {
    fill: var(--secondary-color);
    margin-bottom: 1.5rem;
}

.yeBDHpoxYNugl {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: var(--dark-color);
}

.cdKMlvoTc {
    color: #666;
}

.QGTNQpftFyCfL {
    padding: 4rem 2rem;
    background: var(--dark-color);
    color: white;
    text-align: center;
}

.gJLCDfiqOkii {
    max-width: var(--max-width);
    margin: 0 auto;
}

.OEzYhLHgYhe {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.jYMQpdcNFkR {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.XXCYamvmCd {
    max-width: 600px;
    margin: 0 auto;
}

.PDGCVyrpXQDh {
    position: relative;
    margin-bottom: 1.5rem;
}

.LTQVkriOCBRyQ {
    width: 100%;
    padding: 1rem 1rem 1rem 3rem;
    border-radius: var(--radius);
    border: none;
    font-size: 1rem;
    box-shadow: var(--shadow);
}

.uVGDksWNtk {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    fill: #666;
}

.kCPbZNHEzbs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.dSyekF {
    margin-right: 0.5rem;
}

.uCRSMzMJpu {
    font-size: 0.9rem;
}

.LiaKkulMhi {
    background: var(--gradient);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: var(--radius);
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: var(--transition);
    box-shadow: var(--shadow);
}

.zQbqBrJVKpcChxC {
    fill: white;
}

.LiaKkulMhi:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
}

.ukOjTy {
    padding: 5rem 2rem;
    background-color: white;
}

.fitNUK {
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.rgzOZFcI {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    color: var(--dark-color);
    position: relative;
}

.rgzOZFcI::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: var(--gradient);
    border-radius: 2px;
}

.jiuCgO {
    max-width: 800px;
    margin: 0 auto;
}

.AMmLnJOOrIUlwjL {
    margin-bottom: 1rem;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.lkmGlPVoM {
    width: 100%;
    padding: 1.5rem;
    background: white;
    border: none;
    text-align: left;
    font-family: var(--font-heading);
    font-size: 1.1rem;
    color: var(--dark-color);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--transition);
}

.lkmGlPVoM:hover {
    background: #f5f5f5;
}

.PuOxXjoujVW {
    fill: var(--primary-color);
    transition: var(--transition);
}

.lkmGlPVoM.dUdivRXtdtB .PuOxXjoujVW {
    transform: rotate(180deg);
}

.kniVGUGb {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #f9f9f9;
}

.kniVGUGb.open {
    padding: 1.5rem;
    max-height: 500px;
}

.YVGJQVwuNJl {
    background: var(--gradient);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: var(--radius);
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: var(--transition);
    box-shadow: var(--shadow);
    margin-top: 2rem;
}

.YVGJQVwuNJl a,
.GgDCqwl a {
    text-decoration: none;
    color: inherit;
    text-align: center;
}

.xUNKjI {
    fill: white;
}

.YVGJQVwuNJl:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
}

.FVAHZEmZ {
    padding: 5rem 2rem;
    background-color: #f5f5f5;
}

.ZNUiAOrxNN {
    max-width: var(--max-width);
    margin: 0 auto;
}

.MryGA {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    color: var(--dark-color);
    position: relative;
}

.MryGA::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: var(--gradient);
    border-radius: 2px;
}

.wrrPRXUns {
    width: 100%;
    max-width: 1090px;
    margin: 0 auto;
    display: flex;    
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 1rem 0;
}

.CBxmNDArer {
    width: 100%;
    background: white;
    border-radius: var(--radius);
    padding: 2rem;
    box-shadow: var(--shadow);
    transition: var(--transition);
    min-width: 270px;
    max-width: 310px;
    text-align: center;
}

.CBxmNDArer:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover);
}

.nQxHFZPFHL {
    margin-bottom: 1.5rem;
}

.AswMSo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
    border: 3px solid var(--primary-color);
}

.IWAbFGvNF {
    display: flex;
    justify-content: center;
    gap: 0.25rem;
    margin-top: 0.5rem;
}

.inreviewsstar {
    fill: var(--accent-color);
}

.KePEnKCEFvNS {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: var(--dark-color);
}

.MnQwsoE {
    color: #666;
    font-style: italic;
}

.DhklVVh {
    padding: 5rem 2rem;
    background-color: white;
}

.USXjbhhtH {
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gBDrIVkZHN {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    color: var(--dark-color);
    position: relative;
}

.gBDrIVkZHN::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: var(--gradient);
    border-radius: 2px;
}

.lUlrZbZg {
    max-width: 800px;
    margin-bottom: 3rem;
    text-align: center;
}

.GCbtmzOqOeMlh {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.MnMLJxtRrb {
    list-style: none;
    margin-bottom: 2rem;
    text-align: left;
    display: inline-block;
}

.sBzaPl {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.KVWIsTerY {
    fill: var(--secondary-color);
}

.ifFGwPqno {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

.NyhjgITUWK {
    display: block;
    transition: var(--transition);
}

.NyhjgITUWK:hover {
    transform: translateY(-5px);
}

.PWUwzWtwV {
    height: 60px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    transition: var(--transition);
}

.NyhjgITUWK:hover .PWUwzWtwV {
    filter: grayscale(0%);
}

.GgDCqwl {
    background: var(--gradient);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: var(--radius);
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: var(--transition);
    box-shadow: var(--shadow);
}

.YtpPlazrC {
    fill: white;
}

.GgDCqwl:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
}

.OuYiOEVKVpLTfw {
    margin-top: 2rem;
}

.uzxOnoZ {
    height: 80px;
    width: auto;
}

.GRhY {
    padding: 5rem 2rem;
    background-color: #f5f5f5;
}

.lYKFArZjEalvGKh {
    max-width: var(--max-width);
    margin: 0 auto;
}

.xoFiwG {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    color: var(--dark-color);
    position: relative;
}

.xoFiwG::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: var(--gradient);
    border-radius: 2px;
}

.fUMQXfcncU {
    max-width: 600px;
    margin: 0 auto 3rem;
}

.dZtyIzHJkYR {
    position: relative;
    margin-bottom: 1.5rem;
}

.iynLNBlQjWd,
.HleLzT,
.tLEiQRXdSXP {
    width: 100%;
    padding: 1rem 1rem 1rem 3rem;
    border-radius: var(--radius);
    border: 1px solid #ddd;
    font-size: 1rem;
    box-shadow: var(--shadow);
}

.tLEiQRXdSXP {
    min-height: 150px;
    resize: vertical;
}

.KFWhqpg {
    position: absolute;
    left: 1rem;
    top: 1rem;
    fill: #666;
}

.parPeoJtmIZt {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.iRMVZ {
    margin-right: 0.5rem;
}

.iRMVZ-label {
    font-size: 0.9rem;
}

.ijShWPXPwNM {
    background: var(--gradient);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: var(--radius);
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: var(--transition);
    box-shadow: var(--shadow);
}

.jRVhDwePrgYPCq {
    fill: white;
}

.ijShWPXPwNM:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
}

.vsPmvoAMb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.SnShdlqTbzkEI {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.ONrXUyQyC {
    fill: var(--primary-color);
}

.vqxirEpb,
.oiMtHdg {
    color: var(--dark-color);
    text-decoration: none;
    transition: var(--transition);
}

.vqxirEpb:hover {
    color: var(--primary-color);
}

.WcaLYNewbFpn {
    background-color: var(--dark-color);
    color: white;
    padding: 3rem 2rem;
}

.PoOdz {
    max-width: var(--max-width);
    margin: 0 auto;
}

.jbyAeZ {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
    justify-content: center;
}

.TeoenYaBOWk {
    fill: var(--primary-color);
}

.tWXsvapOgyc {
    font-family: var(--font-heading);
    font-size: 1.5rem;
}

.xjePAqOPV {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}

.vZTtBTyxoxpm {
    flex: 1;
    min-width: 200px;
}

.FCEgGdF {
    text-align: center;
    font-family: var(--font-heading);
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.cIEgKbMEHUDON {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 2rem;
}

.blHSVghVrOGGj {
    margin-bottom: 0.75rem;
}

.qDRyyoR {
    color: #ccc;
    text-decoration: none;
    transition: var(--transition);
}

.qDRyyoR:hover {
    color: white;
    text-decoration: underline;
}

.zQDoYWAS {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dTAyJgHEI {
    color: #999;
    font-size: 0.9rem;
}

.qxgnXIRnBZfl,
.QJjltZIqD {
    display: none;
}

.eFEIWFWYKd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.OVHNIzlNSwjs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1;
}

.TsLqtzyJaX {
    background-color: white;
    padding: 3rem;
    border-radius: var(--radius);
    text-align: center;
    position: relative;
    z-index: 2;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 0.5s ease;
}

.LciGRzyfLC {
    fill: var(--primary-color);
    margin-bottom: 1.5rem;
}

.JQwtvHfQWtlDi {
    font-family: var(--font-heading);
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--dark-color);
}

.ivJGSgMrzXc {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: #666;
}

.ryhGcqcf {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.axdYIsbSDBvG {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius);
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
}

.axdYIsbSDBvG:hover {
    background: #ff5252;
    transform: translateY(-2px);
}

.mirdmdLEjt {
    background: #ccc;
    color: var(--dark-color);
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius);
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
}

.mirdmdLEjt:hover {
    background: #bbb;
    transform: translateY(-2px);
}

.qxgnXIRnBZfl {
    position: fixed;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 1rem 1.5rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    z-index: 999;
    max-width: 90%;
    width: 600px;
    display: none;
    animation: fadeInUp 0.5s ease;
}

.pEOyhYGVGWdV {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.pmXbuG {
    flex: 1;
    min-width: 300px;
    font-size: 0.9rem;
    color: #666;
}

.cAHpTw {
    color: var(--primary-color);
    text-decoration: none;
}

.cAHpTw:hover {
    text-decoration: underline;
}

.KQlOMSXXaklmTi {
    background: var(--secondary-color);
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: var(--radius);
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
}

.KQlOMSXXaklmTi:hover {
    background: #3dbeb6;
    transform: translateY(-2px);
}

.kxLfKGPHeIbLd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.ZgBoAYxoETq {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.88);
    z-index: 1;
}

.SpatvisybTXfEj {
    background-color: white;
    border-radius: var(--radius);
    position: relative;
    z-index: 2;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: fadeInLeft 0.5s ease;
    overflow: hidden;
}

.KBkDrQECBDtGT {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 3;
}

.KBkDrQECBDtGT-icon {
    fill: #666;
    transition: var(--transition);
}

.KBkDrQECBDtGT:hover .KBkDrQECBDtGT-icon {
    fill: var(--primary-color);
    transform: rotate(90deg);
}

.KyZuQOwqb {
    height: 100%;
    min-height: 70px;
    display: flex;
    border-bottom: 1px solid #eee;
}

.KSLxFHrA {
    flex: 1;
    padding: 1rem;
    text-align: center;
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 600;
    color: #666;
    transition: var(--transition);
    position: relative;
}

.KSLxFHrA.dUdivRXtdtB {
    color: var(--primary-color);
}

.KSLxFHrA.dUdivRXtdtB::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--primary-color);
}

.fPYRolDIDf {
    padding: 2rem;
    display: none;
}

.fPYRolDIDf.dUdivRXtdtB {
    display: block;
}

.AYkljUA {
    margin-bottom: 1.5rem;
    position: relative;
}

.kkNAakFEBB {
    width: 100%;
    padding: 1rem 1rem 1rem 3rem;
    border-radius: var(--radius);
    border: 1px solid #ddd;
    font-size: 1rem;
    transition: var(--transition);
}

.kkNAakFEBB:focus {
    border-color: var(--primary-color);
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.dlvxNfvAa {
    position: absolute;
    left: 1rem;
    top: 1rem;
    fill: #666;
}

.cMoZO {
    color: #e04545;
    font-size: 0.8rem;
    margin-top: 0.5rem;
    display: block;
    min-height: 1rem;
}

.UMBbLCRGbnoByF {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.qcaKCVQWsgakr {
    margin-right: 0.5rem;
}

.KjlCcvcjNKw {
    font-size: 0.9rem;
    color: #666;
}

.RvwCHZlwwaq {
    color: var(--primary-color);
    text-decoration: none;
}

.RvwCHZlwwaq:hover {
    text-decoration: underline;
}

.dufnCSK {
    background: var(--gradient);
    color: white;
    border: none;
    padding: 1rem;
    border-radius: var(--radius);
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    transition: var(--transition);
    margin-top: 1rem;
}

.qafRFEQUBU {
    fill: white;
}

.dufnCSK:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
}

.QJjltZIqD {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.wvQfKuZxlp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.fKPtKzZbe {
    background-color: white;
    padding: 3rem;
    border-radius: var(--radius);
    text-align: center;
    position: relative;
    z-index: 2;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.5s ease;
}

.bMyro {
    fill: var(--secondary-color);
    margin-bottom: 1.5rem;
}

.OSUVBPmcapEqF {
    font-family: var(--font-heading);
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--dark-color);
}

.WxTCPUKX {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: #666;
}

.RFFW {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius);
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
}

.RFFW:hover {
    background: #ff5252;
    transform: translateY(-2px);
}

.VPwfzahgQOfA {
    position: fixed;
    bottom: 14.9rem;
    right: 1rem;
    width: 50px;
    height: 50px;
    border-radius: 10%;
    background: var(--gradient);
    color: white;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: var(--shadow);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.VPwfzahgQOfA.visible {
    opacity: 1;
    visibility: visible;
}

.YnvSVlfqTrmNl {
    fill: white;
}

.VPwfzahgQOfA:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 1024px) {
    .akVfUU {
        gap: 1rem;
    }
    
    .ToiOAmwCNJ,
    .JebuJeeahg {
        flex: 1 1 250px;
    }
    
    .CBxmNDArer {
        min-width: 280px;
    }
}

@media (max-width: 768px) {
    .YaNfDosOzM {
        position: fixed;
        top: 75px;
        left: 0;
        width: 100%;
        background: white;
        box-shadow: var(--shadow);
        padding: 1rem;
        transform: translateY(-240%);
        transition: var(--transition);
        z-index: 999;
    }
    
    .YaNfDosOzM.dUdivRXtdtB {
        transform: translateY(0);
    }
    
    .akVfUU {
        flex-direction: column;
        gap: 1rem;
    }
    
    .RQVJrsyjWl {
        display: block;
    }
    
    .lXLahRWsfKfjn {
        font-size: 2.5rem;
    }
    
    .hvvHzqPfN {
        min-width: 100px;
    }
    
    .eIXrLMKdtFIVN {
        font-size: 2.5rem;
    }
    
    .vsPmvoAMb {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .iuIeVuSTXnoYr {
        flex-wrap: wrap;
        padding: 1rem;
    }
    
    .lXLahRWsfKfjn {
        font-size: 2rem;
    }
    
    .wFtvJslYI {
        font-size: 1rem;
    }
    
    .DGczPPyaP,
    .NodJMYxGHgT,
    .rgzOZFcI,
    .MryGA,
    .gBDrIVkZHN,
    .xoFiwG {
        font-size: 2rem;
    }
    
    .QtyXlxcrYSbcw {
        gap: 1rem;
    }
    
    .hvvHzqPfN {
        padding: 1rem;
    }
    
    .eIXrLMKdtFIVN {
        font-size: 2rem;
    }
    
    .BAMTbqKSK {
        font-size: 1rem;
    }
    
    .KyZuQOwqb {
        flex-direction: column;
    }
    
    .KSLxFHrA {
        padding: 0.75rem;
    }
    
    .KSLxFHrA.dUdivRXtdtB::after {
        width: 3px;
        height: 100%;
        bottom: auto;
        top: 0;
    }
    
    .TsLqtzyJaX,
    .fKPtKzZbe {
        padding: 2rem 1rem;
    }
    
    .pEOyhYGVGWdV {
        flex-direction: column;
    }
    
    .pmXbuG {
        min-width: auto;
        margin-bottom: 1rem;
    }
}

@media (max-width: 320px) {
    .YaNfDosOzM {
        top: 117px;
    }    

    .JffKwi {
        font-size: 1.25rem;
    }
    
    .lXLahRWsfKfjn {
        font-size: 1.75rem;
    }
    
    .eIXrLMKdtFIVN {
        font-size: 1.75rem;
    }
    
    .ToiOAmwCNJ,
    .JebuJeeahg,
    .CBxmNDArer {
        flex: 1 1 100%;
    }
    
    .vZTtBTyxoxpm {
        min-width: 100%;
    }
}

.FFIxuI {
    max-width: 1422px;
    margin: 120px auto 0;
    padding: 40px 20px;
    font-family: 'Quicksand', sans-serif;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.hXAiwCpA {
    text-align: center;
    margin-bottom: 60px;
    padding: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.hXAiwCpA h2 {
    font-family: 'Spectral', serif;
    font-size: 2.5rem;
    color: #d90429;
    margin-bottom: 20px;
}
.hXAiwCpA p {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    color: #495057;
}
.inpageprivacyicon {
    fill: #d90429;
    margin-bottom: 20px;
}
.PYZDqjzC {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.wIObGLx {
    flex: 1 1 300px;
    padding: 30px;
    border-radius: 10px;
    background: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}
.wIObGLx:hover {
    transform: translateY(-5px);
}
.inpageprivacysvg {
    fill: #457b9d;
    margin-bottom: 20px;
}
.wIObGLx h3 {
    font-family: 'Spectral', serif;
    color: #2b2d42;
    margin-bottom: 15px;
    font-size: 1.4rem;
}
.wIObGLx p {
    line-height: 1.7;
    margin-bottom: 0;
    color: #495057;
}
.oMcnhZhgetp {
    margin-top: 50px;
    text-align: center;
    font-weight: bold;
    color: #2b2d42;
}

@media (max-width: 1024px) {
    .wIObGLx {
        flex: 1 1 45%;
    }
}
@media (max-width: 768px) {
    .FFIxuI {
        margin-top: 90px;
        padding: 20px 15px;
    }
    .hXAiwCpA {
        padding: 20px;
    }
}
@media (max-width: 480px) {
    .wIObGLx {
        flex: 1 1 100%;
    }
    .hXAiwCpA h2 {
        font-size: 2rem;
    }
}

.tNpZOT {
    max-width: 1422px;
    margin: 120px auto 0;
    padding: 40px 20px;
    font-family: 'Quicksand', sans-serif;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.ttCvtrLcR {
    text-align: center;
    margin-bottom: 60px;
    padding: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.ttCvtrLcR h2 {
    font-family: 'Spectral', serif;
    font-size: 2.5rem;
    color: #ef476f;
    margin-bottom: 20px;
}
.ttCvtrLcR p {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    color: #495057;
}
.noXEiPMWyYOdr {
    fill: #ef476f;
    margin-bottom: 20px;
}
.QTlnPGQgwaMbKy {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.AAeXhkyIXgVj {
    flex: 1 1 300px;
    padding: 30px;
    border-radius: 10px;
    background: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}
.AAeXhkyIXgVj:hover {
    transform: scale(1.02);
}
.VzaTwn {
    fill: #118ab2;
    margin-bottom: 20px;
}
.AAeXhkyIXgVj h3 {
    font-family: 'Spectral', serif;
    color: #073b4c;
    margin-bottom: 15px;
    font-size: 1.4rem;
}
.AAeXhkyIXgVj p {
    line-height: 1.7;
    margin-bottom: 0;
    color: #495057;
}

@media (max-width: 768px) {
    .tNpZOT {
        margin-top: 90px;
        padding: 20px 15px;
    }
    .ttCvtrLcR {
        padding: 20px;
    }
}
@media (max-width: 480px) {
    .AAeXhkyIXgVj {
        flex: 1 1 100%;
    }
    .ttCvtrLcR h2 {
        font-size: 2rem;
    }
}

.CqTZ {
    max-width: 1422px;
    margin: 120px auto 0;
    padding: 40px 20px;
    font-family: 'Quicksand', sans-serif;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.QkPqRXsjTG {
    text-align: center;
    margin-bottom: 60px;
    padding: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.QkPqRXsjTG h2 {
    font-family: 'Spectral', serif;
    font-size: 2.5rem;
    color: #1a936f;
    margin-bottom: 20px;
}
.QkPqRXsjTG p {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    color: #495057;
}
.ISCyAlNtMyYGv {
    fill: #1a936f;
    margin-bottom: 20px;
}
.peTXpD {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.VIbVtFdTgkZfC {
    flex: 1 1 300px;
    padding: 30px;
    border-radius: 10px;
    background: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.VIbVtFdTgkZfC:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.wnzAymLYF {
    fill: #114b5f;
    margin-bottom: 20px;
}
.VIbVtFdTgkZfC h3 {
    font-family: 'Spectral', serif;
    color: #114b5f;
    margin-bottom: 15px;
    font-size: 1.4rem;
}
.VIbVtFdTgkZfC p {
    line-height: 1.7;
    margin-bottom: 15px;
    color: #495057;
}
.HITWyVV {
    color: #1a936f;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    transition: color 0.3s;
}
.HITWyVV:hover {
    color: #114b5f;
    text-decoration: underline;
}
.sLNmaxEmWNB {
    margin-top: 50px;
    text-align: center;
    font-weight: bold;
    color: #114b5f;
}

@media (max-width: 1024px) {
    .VIbVtFdTgkZfC {
        flex: 1 1 45%;
    }
}
@media (max-width: 480px) {
    .VIbVtFdTgkZfC {
        flex: 1 1 100%;
    }
    .QkPqRXsjTG h2 {
        font-size: 2rem;
    }
}

.rasSqK {
    max-width: 1422px;
    margin: 120px auto 0;
    padding: 40px 20px;
    font-family: 'Quicksand', sans-serif;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.oUXXvmRps {
    text-align: center;
    margin-bottom: 60px;
    padding: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.oUXXvmRps h2 {
    font-family: 'Spectral', serif;
    font-size: 2.5rem;
    color: #118ab2;
    margin-bottom: 20px;
}
.inpageabouticon {
    fill: #118ab2;
    margin-bottom: 20px;
}
.YBmAYxbAdEH {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}
.YBmAYxbAdEH::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, #118ab2, #06d6a0);
}
.inpageaboutsvg {
    fill: #118ab2;
    margin-bottom: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.YBmAYxbAdEH p {
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 1.1rem;
    color: #495057;
    position: relative;
    padding-left: 20px;
}
.YBmAYxbAdEH p::before {
    content: "•";
    color: #118ab2;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.eYoiPRF {
    font-weight: bold;
    color: #073b4c;
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #dee2e6;
}
.eYoiPRF a {
    color: #118ab2;
    text-decoration: none;
    transition: color 0.3s;
}
.eYoiPRF a:hover {
    color: #073b4c;
    text-decoration: underline;
}
.aXaigRToB {
    background: linear-gradient(120deg, #118ab2 0%, #06d6a0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
}

@media (max-width: 768px) {
    .rasSqK {
        margin-top: 90px;
        padding: 20px 15px;
    }
    .oUXXvmRps {
        padding: 20px;
    }
    .YBmAYxbAdEH {
        padding: 30px 20px;
    }
    .oUXXvmRps h2 {
        font-size: 2rem;
    }
}

.CyFTREVVrQKS {
    max-width: 1422px;
    margin: 120px auto 0;
    padding: 40px 20px;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hwymHpbr {
    background: white;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    max-width: 600px;
    width: 100%;
}

.inpage404icon {
    fill: #ef476f;
    margin-bottom: 30px;
}

.BopGeaJS {
    font-family: 'Spectral', serif;
    color: #073b4c;
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.uHAJRxYV {
    color: #495057;
    font-size: 1.1rem;
    margin-bottom: 30px;
    line-height: 1.6;
}

.htLeiv {
    color: #6c757d;
    margin-bottom: 30px;
    font-size: 0.9rem;
}

.XohcsRTYT {
    display: inline-block;
    padding: 12px 30px;
    background: #118ab2;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s;
}

.XohcsRTYT:hover {
    background: #0e7490;
}

@media (max-width: 768px) {
    .CyFTREVVrQKS {
        margin-top: 90px;
        padding: 20px;
    }
    
    .hwymHpbr {
        padding: 30px;
    }
    
    .BopGeaJS {
        font-size: 2rem;
    }
  
   

}