*,:after,:before{-webkit-box-sizing:border-box!important;box-sizing:border-box!important;margin:0;padding:0}:root{--global-color-background:#fff;--global-color-primary:#007fff;--global-color-secondary:#7f00ff;--global-color-success:#0f0;--global-color-warning:#ff8000;--global-color-danger:red}html{-webkit-text-size-adjust:100%}body{background:#fff;color:#333}.heading-title{color:#333}.button-font-family,.heading-title{font-family:Outfit,sans-serif}article,aside,div,figcaption,figure,footer,header,nav,section{display:block}h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.2}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}span{font-size:inherit}p{font-size:1rem}img{display:block;height:auto;max-width:100%}input,select{font:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}button,input{line-height:normal}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}table{border-collapse:collapse;border-spacing:0}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}a{text-decoration:none}.delay{display:none}.pulse{animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-name:pulse;-webkit-animation-name:pulse}@-webkit-keyframes pulse{0%,to{opacity:.7;-webkit-transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1)}}.animated-fade-in{animation:fadeIn var(--animation-duration,1s) ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animated-slide-in-left{animation:slideInLeft var(--animation-duration,1s) ease-in-out}@keyframes slideInLeft{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.animated-slide-in-right{animation:slideInRight var(--animation-duration,1s) ease-in-out}@keyframes slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}.animated-slide-in-up{animation:slideInUp var(--animation-duration,1s) ease-in-out}@keyframes slideInUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.animated-slide-in-down{animation:slideInDown var(--animation-duration,1s) ease-in-out}@keyframes slideInDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.animated-zoom-in{animation:zoomIn var(--animation-duration,1s) ease-in-out}@keyframes zoomIn{0%{transform:scale(0)}to{transform:scale(1)}}.animated-zoom-out{animation:zoomOut var(--animation-duration,1s) ease-in-out}@keyframes zoomOut{0%{transform:scale(1)}to{transform:scale(0)}}.animated-rotate{animation:rotate var(--animation-duration,1s) ease-in-out}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animated-flip{animation:flip var(--animation-duration,1s) ease-in-out}@keyframes flip{0%{transform:rotateY(0deg)}to{transform:rotateY(180deg)}}.animated-bounce-in{animation:bounceIn var(--animation-duration,1s) ease-in-out}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}.animated-fade-in-up{animation:fadeInUp var(--animation-duration,1s) ease-in-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animated-fade-in-down{animation:fadeInDown var(--animation-duration,1s) ease-in-out}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.animated-bounce{animation:bounce var(--animation-duration,1s) infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.animated-heartbeat{animation:heartbeat 1.5s ease-in-out infinite}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.animated-wobble{animation:wobble var(--animation-duration,1s) infinite}@keyframes wobble{0%,to{transform:translateX(0)}15%{transform:translateX(-25px) rotate(-5deg)}30%{transform:translateX(20px) rotate(3deg)}45%{transform:translateX(-15px) rotate(-3deg)}60%{transform:translateX(10px) rotate(2deg)}75%{transform:translateX(-5px) rotate(-1deg)}}.animated-shake{animation:shake var(--animation-duration,1s) infinite}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}.animated-swing{animation:swing var(--animation-duration,1s) infinite}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animated-tada{animation:tada var(--animation-duration,1s) infinite}@keyframes tada{0%,to{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}}.animated-jello{animation:jello var(--animation-duration,1s) infinite}@keyframes jello{0%,11.1%,to{transform:translateX(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animated-rubber-band{animation:rubberBand var(--animation-duration,1s) infinite}@keyframes rubberBand{0%,to{transform:scale(1)}30%{transform:scale(1.25,.75)}40%{transform:scale(.75,1.25)}50%{transform:scale(1.15,.85)}65%{transform:scale(.95,1.05)}75%{transform:scale(1.05,.95)}}.animated-flash{animation:flash var(--animation-duration,1s) infinite}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animated-pulse{animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.animated-blink{animation:blink 1.5s infinite}@keyframes blink{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animated-bounce-infinite{animation:bounceInfinite 2s infinite}@keyframes bounceInfinite{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.animated-spin{animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media only screen and (min-width:769px) and (max-width:1024px){.pageus-section-675dda46{min-height:auto!important}.pageus-container-675dda46{flex-wrap:wrap}}@media only screen and (max-width:768px){.pageus-section-675dda46{min-height:auto!important}.pageus-container-675dda46{flex-wrap:wrap}}@media only screen and (min-width:769px) and (max-width:1024px){.pageus-column-ce909e19{width:100%!important}}@media only screen and (max-width:768px){.pageus-column-ce909e19{width:100%!important}}@media only screen and (min-width:768px) and (max-width:1024px){.pageus-widget-html-4925b2de{max-width:100%!important}}@media only screen and (max-width:767px){.pageus-widget-html-4925b2de{max-width:100%!important}}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(https://cdn4.123tp.net/9ee65f6b6a5e49ae8ab1330ea4f3c7ea/fonts/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(https://cdn4.123tp.net/9ee65f6b6a5e49ae8ab1330ea4f3c7ea/fonts/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(https://cdn4.123tp.net/9ee65f6b6a5e49ae8ab1330ea4f3c7ea/fonts/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(https://cdn4.123tp.net/9ee65f6b6a5e49ae8ab1330ea4f3c7ea/fonts/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(https://cdn4.123tp.net/9ee65f6b6a5e49ae8ab1330ea4f3c7ea/fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:600;src:url(https://cdn4.123tp.net/9ee65f6b6a5e49ae8ab1330ea4f3c7ea/fonts/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:600;src:url(https://cdn4.123tp.net/9ee65f6b6a5e49ae8ab1330ea4f3c7ea/fonts/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:600;src:url(https://cdn4.123tp.net/9ee65f6b6a5e49ae8ab1330ea4f3c7ea/fonts/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:600;src:url(https://cdn4.123tp.net/9ee65f6b6a5e49ae8ab1330ea4f3c7ea/fonts/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:600;src:url(https://cdn4.123tp.net/9ee65f6b6a5e49ae8ab1330ea4f3c7ea/fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:400;src:url(https://cdn4.123tp.net/9ee65f6b6a5e49ae8ab1330ea4f3c7ea/fonts/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:400;src:url(https://cdn4.123tp.net/9ee65f6b6a5e49ae8ab1330ea4f3c7ea/fonts/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:400;src:url(https://cdn4.123tp.net/9ee65f6b6a5e49ae8ab1330ea4f3c7ea/fonts/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:500;src:url(https://cdn4.123tp.net/9ee65f6b6a5e49ae8ab1330ea4f3c7ea/fonts/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:500;src:url(https://cdn4.123tp.net/9ee65f6b6a5e49ae8ab1330ea4f3c7ea/fonts/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:500;src:url(https://cdn4.123tp.net/9ee65f6b6a5e49ae8ab1330ea4f3c7ea/fonts/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:700;src:url(https://cdn4.123tp.net/9ee65f6b6a5e49ae8ab1330ea4f3c7ea/fonts/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:700;src:url(https://cdn4.123tp.net/9ee65f6b6a5e49ae8ab1330ea4f3c7ea/fonts/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:700;src:url(https://cdn4.123tp.net/9ee65f6b6a5e49ae8ab1330ea4f3c7ea/fonts/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:800;src:url(https://cdn4.123tp.net/9ee65f6b6a5e49ae8ab1330ea4f3c7ea/fonts/pxiByp8kv8JHgFVrLDD4Z11lFc-K.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:800;src:url(https://cdn4.123tp.net/9ee65f6b6a5e49ae8ab1330ea4f3c7ea/fonts/pxiByp8kv8JHgFVrLDD4Z1JlFc-K.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:800;src:url(https://cdn4.123tp.net/9ee65f6b6a5e49ae8ab1330ea4f3c7ea/fonts/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Times New Roman;font-style:normal;font-weight:400;src:url(https://cdn4.123tp.net/9ee65f6b6a5e49ae8ab1330ea4f3c7ea/font_5.html) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-display:swap;font-family:Times New Roman;font-style:normal;font-weight:400;src:url(https://cdn4.123tp.net/9ee65f6b6a5e49ae8ab1330ea4f3c7ea/font_3.html) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Times New Roman;font-style:normal;font-weight:400;src:url(https://cdn4.123tp.net/9ee65f6b6a5e49ae8ab1330ea4f3c7ea/font_2.html) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Times New Roman;font-style:normal;font-weight:400;src:url(https://cdn4.123tp.net/9ee65f6b6a5e49ae8ab1330ea4f3c7ea/font_8.html) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Times New Roman;font-style:normal;font-weight:400;src:url(https://cdn4.123tp.net/9ee65f6b6a5e49ae8ab1330ea4f3c7ea/font.html) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Times New Roman;font-style:normal;font-weight:400;src:url(https://cdn4.123tp.net/9ee65f6b6a5e49ae8ab1330ea4f3c7ea/font_4.html) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-display:swap;font-family:Times New Roman;font-style:normal;font-weight:400;src:url(https://cdn4.123tp.net/9ee65f6b6a5e49ae8ab1330ea4f3c7ea/font_6.html) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Times New Roman;font-style:normal;font-weight:400;src:url(https://cdn4.123tp.net/9ee65f6b6a5e49ae8ab1330ea4f3c7ea/font_1.html) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Times New Roman;font-style:normal;font-weight:400;src:url(https://cdn4.123tp.net/9ee65f6b6a5e49ae8ab1330ea4f3c7ea/font_7.html) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--white:#fff}.a-cloned .a-c-cont{width:100%}html{scroll-behavior:smooth}body{font-family:Roboto,sans-serif;min-height:100vh;-webkit-font-smoothing:antialiased;overflow-x:hidden}*,:after,:before,body{box-sizing:border-box;margin:0;padding:0}.atomicat-interactive-quiz-progress{border-radius:1rem;height:10px;margin:20px auto;max-width:28rem;overflow:hidden;padding:0;position:relative}.atomicat-interactive-quiz-progress.atomicat-margin-top-zero{margin-top:0}button{background:0 0;border:none;cursor:pointer;font-family:Space Grotesk,sans-serif;outline:0}.atomicat-interactive-quiz-bar-bg{opacity:.1;width:100%}.atomicat-interactive-quiz-bar,.atomicat-interactive-quiz-bar-bg{background:var(--a-g-theme-color,#6495ed);height:100%;left:0;position:absolute;top:0;transition-duration:.7s}a{color:inherit;text-decoration:inherit}.atomi-h1{font-size:36px}.atomi-h2{font-size:30px}.atomi-h3{font-size:24px}.atomi-h4{font-size:20px}.atomi-h5{font-size:18px}.atomi-h6{font-size:16px}h1{font-size:2em}h1,h2,h3,h4,h5,h6{font-weight:inherit}.atomicat-cursor-pointer,.atomicat-global-modal-trigger,[class*=atomicat-modal-trigger]{cursor:pointer}.a-o-cont.atomicat-unfold,.atomicat-unfold{align-items:start;height:200px;overflow:hidden;position:relative;transition:height 4s ease-in-out}.a-o-cont.atomicat-unfold-transition{transition:height .5s ease-in-out}.a-b-cont{word-wrap:break-word}.atomicat-unfold-button{background:0 0;border:none;cursor:pointer;display:block;padding:10px;position:relative;text-decoration:underline;z-index:1}.atomicat-unfold:after{background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));background:linear-gradient(hsla(0,0%,100%,0),#fff);bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transition:background .5s ease-in-out;z-index:1}.atomicat-ribbon-container{--text:"MOST POPULAR";--first-color:#62baea;--second-color:#4a98bf;position:relative}.atomicat-ribbon-container .atomicat-ribbon{align-items:center;display:flex;height:150px;justify-content:center;overflow:hidden;position:absolute;top:-10px;width:150px;z-index:9}.a-e-cont.atomicat-infinite-entrance-animation{animation-iteration-count:infinite}.a-b-o-cont{background-position:50%;background-repeat:no-repeat;background-size:cover;margin:0 auto;max-width:100%;position:relative;width:100%}.atomicat-ribbon-top-left{left:-10px}.atomicat-ribbon-top-left:before{transform:rotate(-45deg) translateY(-20px)}.atomicat-ribbon-top-left:after{left:0}.atomicat-ribbon-top-right{right:-10px}.atomicat-ribbon-top-right:before{transform:rotate(45deg) translateY(-20px)}.atomicat-ribbon-top-right:after{right:0}.atomicat-ribbon-bottom-left{bottom:-10px;left:-10px}.atomicat-ribbon-bottom-left:before{transform:rotate(45deg) translateY(-20px)}.atomicat-ribbon-bottom-left:after{left:0}.atomicat-ribbon-bottom-right{bottom:-10px;right:-10px}.atomicat-ribbon-bottom-right:before{transform:rotate(-45deg) translateY(-20px)}.atomicat-ribbon-bottom-right:after{right:0}.atomicat-ribbon-container .atomicat-ribbon:before{align-items:center;background:var(--first-color);box-shadow:0 5px 10px rgba(0,0,0,.1);color:#fff;content:var(--text);display:flex;font-size:14px;font-weight:600;height:40px;justify-content:center;letter-spacing:.1em;position:absolute;width:150%}.atomicat-ribbon-container .atomicat-ribbon:after{background:var(--second-color);bottom:0;box-shadow:140px -140px var(--second-color);content:"";height:10px;position:absolute;width:10px;z-index:-1}.atomicat-marquee{display:flex;position:relative}.atomicat-overflow-hidden{overflow:hidden}.atomicat-marquee-content{display:flex;flex-shrink:0;justify-content:space-around;min-width:100%}.atomicat-enable-animation .atomicat-marquee-content{animation:atomicat-marquee-animation 10s linear infinite}.atomicat-marquee-reverse .atomicat-marquee-content{animation-direction:reverse}.atomicat-marquee-alternate .atomicat-marquee-content{animation-direction:alternate}.atomicat-marquee-pause:hover .atomicat-marquee-content{animation-play-state:paused}@keyframes atomicat-marquee-animation{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.atomicat-html-element{height:18px;width:18px}.atomicat-page{background-color:red}.atomicat-global-styles-heading,.atomicat-heading-title{color:#000;font-family:Times New Roman,sans-serif}.atomicat-global-styles-text,.atomicat-heading-title>span,.atomicat-text,.atomicat-text>span{color:#000;font-family:Montserrat,sans-serif}.a-e-cont.atomicat-button>.atomicat-button,.atomicat-global-styles-button{background:var(--a-g-theme-color,#6495ed);color:#fff;font-family:Montserrat,sans-serif}.atomicat-fullheight{height:100%}.atomicat-disable-selection{cursor:default;user-select:none;-moz-user-select:none;-webkit-user-select:none}.atomicat-hidden{display:none}.a-r{position:relative}.a-r .atomicat-hidden,.atomicat-hidden.a-i-e-cont,.atomicat-hidden.a-r{display:none}.atomicat-chosen-option{background:#ff0}.atomicat-fixed{left:0;position:fixed;top:0;z-index:20}.flex-row{display:flex}.flex-column{display:flex;flex-direction:column}.flex-column-all,.flex-row-all{align-items:center;display:flex;justify-content:center}.flex-column-all{flex-direction:column}.flex-row-reverse{flex-direction:row-reverse}.flex-column-reverse{flex-direction:column-reverse}.flex-row-between{align-items:center;display:flex;justify-content:space-between}.gap-1{gap:1rem}.flex-align-center{align-items:center}.flex-row-center{justify-content:center}.flex-row-align-center,.flex-row-center{align-items:center;display:flex}.a-c-cont{max-width:100%;min-width:0}.atomicat-custom-embed iframe{border:none;line-height:1;margin:0;max-width:100%;width:100%}.a-c-f-w{width:100%}.a-e-cont{max-width:100%}.atomicat-transform-element{transform:perspective(var(--atomicat-transform-perspective,0)) rotate(var(--atomicat-transform-rotate-z,0)) rotateX(var(--atomicat-transform-rotate-x,0)) rotateY(var(--atomicat-transform-rotate-y,0)) translate(var(--atomicat-transform-translate,0)) translateX(var(--atomicat-transform-translate-x,0)) translateY(var(--atomicat-transform-translate-y,0)) scaleX(calc(var(--atomicat-transform-flip-x,1)*var(--atomicat-transform-scale-x,var(--atomicat-transform-scale,1)))) scaleY(calc(var(--atomicat-transform-flip-y,1)*var(--atomicat-transform-scale-y,var(--atomicat-transform-scale,1)))) skewX(var(--atomicat-transform-skew-x,0)) skewY(var(--atomicat-transform-skew-y,0));transform-origin:var(--atomicat-transform-origin-y) var(--atomicat-transform-origin-x);transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--atomicat-transform-transition-duration,.4s)}.a-e-cont.atomicat-googlemaps{overflow:hidden}.atomicat-flex{display:flex}.atomicat-emoji{width:65px}.atomica-emoji-unicode{font-size:65px}.atomicat-flex-column{display:flex;flex-direction:column}.atomicat-flex-start{align-self:flex-start}.atomicat-flex-end{align-self:flex-end}.atomicat-flex-center{align-self:center}.atomicat-flex-wrapper{display:flex;flex-direction:column;width:100%}.a-o-cont{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100%;margin:0 auto;max-width:100%;width:100%}.a-acc-cont{position:relative}.a-i-e-cont{transition:height .5s ease-in-out,background .5s ease-in-out}.a-o-cont.a-cont-b>.a-cont{max-width:1140px}.a-o-cont.a-cont-f-w>.a-cont{max-width:100%}.a-o-cont .a-cont{flex-direction:column}.a-b-cont>.a-o-cont{margin:0 auto}.atomicat-divider-flex{align-items:center;display:flex;gap:.5rem;justify-content:center;margin:15px 0}.atomicat-divider-flex .atomicat-content{border-bottom:2px solid #000;width:50%}.atomicat-border-bottom{border-bottom:1.5px solid #e6e8ea}.atomicat-border-top{border-top:1.5px solid #e6e8ea}.a-cont{display:flex;font-weight:600;margin:0 auto;min-height:100%;width:100%}.atomicat-hidden-mobile,.atomicat-hidden-tablet{display:block}.atomicat-hidden-desktop{display:none}@media screen and (max-width:1024px){.atomicat-hidden-desktop,.atomicat-hidden-mobile{display:block}.atomicat-hidden-tablet{display:none}}@media screen and (max-width:480px){.a-o-cont.a-cont-b>.a-cont{grid-template-columns:repeat(1,1fr)}.atomicat-hidden-desktop,.atomicat-hidden-tablet{display:block}.atomicat-hidden-mobile{display:none}.a-cont{flex-wrap:wrap}}@media (min-width:768px){.atomicat-column[data-col="10"]{width:10%}.atomicat-column[data-col="11"]{width:11.111%}.atomicat-column[data-col="12"]{width:12.5%}.atomicat-column[data-col="14"]{width:14.285%}.atomicat-column[data-col="16"]{width:16.666%}.atomicat-column[data-col="20"]{width:20%}.atomicat-column[data-col="25"]{width:25%}.atomicat-column[data-col="30"]{width:30%}.atomicat-column[data-col="33"]{width:33.333%}.atomicat-column[data-col="40"]{width:40%}.atomicat-column[data-col="50"]{width:50%}.atomicat-column[data-col="60"]{width:60%}.atomicat-column[data-col="66"]{width:66.666%}.atomicat-column[data-col="70"]{width:70%}.atomicat-column[data-col="75"]{width:75%}.atomicat-column[data-col="80"]{width:80%}.atomicat-column[data-col="83"]{width:83.333%}.atomicat-column[data-col="90"]{width:90%}.atomicat-column[data-col="100"]{width:100%}}.flexBox{display:flex;flex-direction:column;gap:8px}@keyframes atomicat-animation-pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes atomicat-animation-pulseShadow{0%{box-shadow:0 0 0 0 #000}80%{box-shadow:0 0 0 12px rgba(0,255,23,0)}}.atomicat-button-after{flex-direction:row-reverse}.atomicat-button-after,.atomicat-button-before{align-items:center;display:flex;gap:5px;justify-content:center}.atomicat-button-before{flex-direction:row}.a-e-cont>.atomicat-button,.atomicat-marquee-content>.atomicat-button{align-self:center;background:var(--a-g-theme-color,#6495ed);border-radius:var(--a-g-round,1rem);color:#fff;font-size:16px;font-weight:600;padding:12px;text-align:center;transition:background-color .3s ease-in-out,color .3s ease-in-out;word-break:break-word}.atomicat-button svg{height:14px}.atomicat-tooltip-trigger:hover .atomicat-tooltip{cursor:pointer;opacity:1;z-index:1}.a-c-cont .atomicat-tooltip-trigger{cursor:pointer;overflow:visible;position:relative}.atomicat-tooltip-trigger:hover .atomicat-tooltip-top{animation:atomicat-tooltip-topin .3s linear}.atomicat-tooltip-trigger:hover .atomicat-tooltip-right{animation:atomicat-tooltip-rightin .3s linear}.atomicat-tooltip-trigger:hover .atomicat-tooltip-bottom{animation:atomicat-tooltip-bottomin .3s linear}.atomicat-tooltip-trigger:hover .atomicat-tooltip-left{animation:atomicat-tooltip-leftin .3s linear}.atomicat-tooltip{animation-duration:.3s;background-color:#555;border-radius:4px;color:#fff;cursor:pointer;display:block;line-height:1.3;opacity:0;padding:10px;position:absolute;text-align:left;width:150px;z-index:-1}.atomicat-tooltip:after{border-style:solid;border-width:5px;content:"";position:absolute}.atomicat-tooltip-top{bottom:100%;left:50%;margin:0 auto 10px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.atomicat-tooltip-top:after{border-color:#555 transparent transparent;left:calc(50% - 5px);margin-top:0;top:100%}.atomicat-tooltip-right{border-color:transparent #000 transparent transparent;left:100%;margin-left:10px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.atomicat-tooltip-right:after{border-color:transparent #555 transparent transparent;right:100%;top:calc(50% - 5px)}.atomicat-tooltip-bottom{left:50%;margin:10px auto 0;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.atomicat-tooltip-bottom:after{border-color:transparent transparent #555;bottom:100%;left:calc(50% - 5px);margin-top:0}.atomicat-tooltip-left{margin-right:10px;right:100%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.atomicat-tooltip-left:after{border-color:transparent transparent transparent #555;left:100%;top:calc(50% - 5px)}@keyframes atomicat-tooltip-rightin{0%{left:105%;opacity:0}to{left:100%;opacity:1}}@keyframes atomicat-tooltip-leftin{0%{opacity:0;right:105%}to{opacity:1;right:100%}}@keyframes atomicat-tooltip-topin{0%{bottom:110%;opacity:0}to{bottom:100%;opacity:1}}@keyframes atomicat-tooltip-bottomin{0%{opacity:0;top:110%}to{opacity:1;top:100%}}.atomicat-image{overflow:hidden;text-align:center}.atomicat-image img{display:inline-block;height:auto;max-width:100%;vertical-align:middle}.atomicat-text *{word-break:break-word}.atomicat-text{color:var(--a-g-content-color);white-space:pre-line}.atomicat-text:is(h1,h2,h3,h4,h5,h6){color:var(--a-g-title-color)}.a-txt-extra,.a-txt-extra.a-danger{background-color:#fee2e2;color:#b91c1c}.a-txt-extra.a-danger.a-highlight{background-color:#dc2626;color:#fef2f2}.a-txt-extra.a-info{background-color:#dbeafe;color:#1d4ed8}.a-txt-extra.a-info.a-highlight{background-color:#2563eb;color:#eff6ff}.a-txt-extra.a-success{background-color:#dcfce7;color:#15803d}.a-txt-extra.a-success.a-highlight{background-color:#16a34a;color:#f0fdf4}.a-txt-extra.a-warning{background-color:#fef9c3;color:#a16207}.a-txt-extra.a-warning.a-highlight{background-color:#facc15;color:#422006}.a-txt-extra.a-light{background-color:#f4f4f5;color:#3f3f46}.a-txt-extra.a-light.a-highlight{background-color:#52525b;color:#fafafa}.a-txt-extra{border-radius:.375rem;font-size:16px;font-weight:400;line-height:1.4;padding:1rem}.a-txt-timer{line-height:1.25;padding-left:1.25rem;padding-right:1.25rem;text-align:center}.atomicat-text p{font-size:16px;font-weight:400}.atomicat-heading-title{white-space:pre-line}.atomicat-heading-title h1{font-size:48px;font-weight:700}.atomicat-heading-title h2{font-size:36px;font-weight:600}.atomicat-heading-title h3{font-size:24px;font-weight:500}.atomicat-delay{display:none}.a-b-cont,.atomicat-big-container{overflow:hidden}.atomicat-container-fe78f0f>.a-o-cont{padding:50px 0}@media screen and (max-width:480px){.atomicat-container-fe78f0f>.a-o-cont{padding:0 20px 15px}}.atomicat-container-fe78f0f>.a-o-cont>.a-cont{flex-direction:row}@media screen and (max-width:480px){.atomicat-container-fe78f0f>.a-o-cont>.a-cont{max-width:1600px}}.a-b-cont .atomicat-container-fe78f0f.a-b-o-cont{background:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover}@media screen and (max-width:480px){.a-b-cont .atomicat-container-fe78f0f.a-b-o-cont{background:#eaeaea}}.atomicat-container-bf13320>.a-o-cont{padding-left:200px;padding-right:200px}@media screen and (max-width:480px){.atomicat-container-bf13320>.a-o-cont{padding:25px 10px}}.atomicat-container-bf13320>.a-o-cont>.a-cont{flex-direction:column}.a-b-cont .atomicat-container-bf13320.a-b-o-cont{background-position:50%;background-repeat:no-repeat;background-size:cover;box-shadow:0 0 10px 0 #000;width:100%}@media screen and (max-width:480px){.a-b-cont .atomicat-container-bf13320.a-b-o-cont{background:#fff;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-left-radius:8px;border-top-right-radius:8px;margin-bottom:20px;margin-top:20px;width:100%}}.a-e-cont.atomicat-heading-title-89a0002 p:hover{-webkit-text-fill-color:unset}.a-e-cont.atomicat-heading-title-89a0002 p{font-family:Poppins,sans-serif;font-size:20px;letter-spacing:0;line-height:28px;text-align:center}@media screen and (max-width:480px){.a-e-cont.atomicat-heading-title-89a0002 p{font-size:17px;font-weight:700;line-height:18px;text-align:center}}.a-c-cont-89a0002>.a-e-cont{padding-bottom:25px;padding-top:0}@media screen and (max-width:480px){.a-c-cont-89a0002>.a-e-cont{margin-bottom:5px;margin-top:5px;padding-bottom:0}}.atomicat-image-7ad1626 img{width:100%}@media screen and (max-width:480px){.atomicat-image-7ad1626 img{width:100%}}.a-c-cont-7ad1626>.a-e-cont{border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-style:solid;border-top-left-radius:20px;border-top-right-radius:20px;border-width:1px}@media screen and (max-width:480px){.a-c-cont-7ad1626>.a-e-cont{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-left-radius:8px;border-top-right-radius:8px;border-width:2px;margin-bottom:5px;margin-top:5px;padding-left:0;padding-right:0}}.a-e-cont.atomicat-heading-title-c49356f p:hover{-webkit-text-fill-color:unset}.a-e-cont.atomicat-heading-title-c49356f p{background-image:unset;color:#626262;font-family:Poppins,sans-serif;font-size:20px;letter-spacing:0;line-height:28px;text-align:center}@media screen and (max-width:480px){.a-e-cont.atomicat-heading-title-c49356f p{font-size:10px;font-weight:700;line-height:11px;text-align:center}}.a-c-cont-c49356f>.a-e-cont{padding-bottom:25px;padding-top:0}@media screen and (max-width:480px){.a-c-cont-c49356f>.a-e-cont{margin-bottom:5px;margin-top:5px;padding-bottom:0}}.atomicat-button-da762c0.a-e-cont .atomicat-button,.atomicat-button-da762c0.a-e-cont .atomicat-button:hover{animation:atomicat-animation-pulseShadow-5ceb00e4 2s ease-out 0s infinite normal none running}.atomicat-button-da762c0.a-e-cont .atomicat-button{background:linear-gradient(90deg,#ff3131,#ff914d);box-shadow:0 0 10px 0 #ff914d;font-family:Poppins,sans-serif}@media screen and (max-width:480px){.atomicat-button-da762c0.a-e-cont .atomicat-button{border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-top-left-radius:20px;border-top-right-radius:20px;font-size:17px;font-weight:800;width:100%}.a-c-cont-da762c0>.a-e-cont{border-bottom-right-radius:0;border-top-left-radius:0;border-top-right-radius:0;margin-bottom:10px;margin-top:10px}}.a-e-cont.atomicat-heading-title-47fb13e p:hover{-webkit-text-fill-color:unset}.a-e-cont.atomicat-heading-title-47fb13e p{font-family:Poppins,sans-serif;font-size:20px;letter-spacing:0;line-height:28px;text-align:center}@media screen and (max-width:480px){.a-e-cont.atomicat-heading-title-47fb13e p{font-size:12px;font-weight:700;line-height:18px;text-align:left}}.a-c-cont-47fb13e>.a-e-cont{padding-bottom:25px;padding-top:0}@media screen and (max-width:480px){.a-c-cont-47fb13e>.a-e-cont{margin-bottom:5px;margin-top:5px;padding-bottom:0}}.a-e-cont.atomicat-heading-title-cb43415 p:hover{-webkit-text-fill-color:unset}.a-e-cont.atomicat-heading-title-cb43415 p{font-family:Poppins,sans-serif;font-size:20px;letter-spacing:0;line-height:28px;text-align:center}@media screen and (max-width:480px){.a-e-cont.atomicat-heading-title-cb43415 p{font-size:12px;font-weight:500;line-height:18px;text-align:left}}.a-c-cont-cb43415>.a-e-cont{padding-bottom:25px;padding-top:0}@media screen and (max-width:480px){.a-c-cont-cb43415>.a-e-cont{margin-bottom:5px;margin-top:5px;padding-bottom:0}}.a-e-cont.atomicat-heading-title-ed75dc6 p:hover{-webkit-text-fill-color:unset}.a-e-cont.atomicat-heading-title-ed75dc6 p{background-image:unset;color:#1f1929;font-family:Poppins,sans-serif;font-size:20px;letter-spacing:0;line-height:28px;text-align:center}@media screen and (max-width:480px){.a-e-cont.atomicat-heading-title-ed75dc6 p{font-size:12px;font-weight:800;line-height:18px;text-align:left}}.a-c-cont-ed75dc6>.a-e-cont{padding-bottom:25px;padding-top:0}@media screen and (max-width:480px){.a-c-cont-ed75dc6>.a-e-cont{margin-bottom:5px;margin-top:5px;padding-bottom:0}}@keyframes atomicat-animation-pulseShadow-5ceb00e4{0%{box-shadow:0 0 0 0 linear-gradient(90deg,#ff3131,#ff914d)}80%{box-shadow:0 0 0 12px rgba(0,255,23,0)}}.atomicat-button-5ceb00e.a-e-cont .atomicat-button,.atomicat-button-5ceb00e.a-e-cont .atomicat-button:hover{animation:atomicat-animation-pulseShadow-5ceb00e4 2s ease-out 0s infinite normal none running}.atomicat-button-5ceb00e.a-e-cont .atomicat-button{background:linear-gradient(90deg,#ff3131,#ff914d);box-shadow:0 0 10px 0 #ff914d;font-family:Poppins,sans-serif}@media screen and (max-width:480px){.atomicat-button-5ceb00e.a-e-cont .atomicat-button{border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-top-left-radius:20px;border-top-right-radius:20px;font-size:17px;font-weight:800;width:100%}.a-c-cont-5ceb00e>.a-e-cont{border-bottom-right-radius:0;border-top-left-radius:0;border-top-right-radius:0;margin-bottom:10px;margin-top:10px}}.atomicat-container-33aaa74>.a-o-cont{padding-bottom:65px;padding-top:40px}@media screen and (max-width:480px){.atomicat-container-33aaa74>.a-o-cont{padding:15px 30px}}.atomicat-container-33aaa74>.a-o-cont>.a-cont{flex-direction:row}.a-b-cont .atomicat-container-33aaa74.a-b-o-cont{background:#1f1929;background-position:50%;background-repeat:no-repeat;background-size:cover}@media screen and (max-width:480px){.a-b-cont .atomicat-container-33aaa74.a-b-o-cont{background:linear-gradient(145deg,#000,#1d1c1c)}}.atomicat-container-d5d697e>.a-o-cont>.a-cont{flex-direction:column}.a-b-cont .atomicat-container-d5d697e.a-b-o-cont{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%}@media screen and (max-width:480px){.a-b-cont .atomicat-container-d5d697e.a-b-o-cont{width:100%}}.a-e-cont.atomicat-heading-title-643944f h1:hover{-webkit-text-fill-color:unset}.a-e-cont.atomicat-heading-title-643944f h1{color:#a4a4a4;font-size:11px;font-weight:300;line-height:18px;text-align:center}@media screen and (max-width:480px){.a-e-cont.atomicat-heading-title-643944f h1{font-size:12px;line-height:17px;text-align:center}}.a-c-cont-643944f>.a-e-cont{margin-bottom:0;padding-bottom:0}@media screen and (max-width:480px){.a-c-cont-643944f>.a-e-cont{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}#pageus-editor-042f1906-7ee5-4c35-b474-fc607162fbc6{max-width:100vw;overflow-x:hidden}#pageus-section-675dda46{--paddingColumn:10px;border-radius:0;border-width:0;display:block;height:inherit;margin:0;overflow:visible;padding:0;position:relative}#pageus-section-about-position-675dda46{inset:0;opacity:.5;position:absolute}#pageus-container-675dda46{display:flex;gap:0;height:100%;margin:0 auto;max-width:1200px;min-height:inherit;position:relative;width:100%;z-index:1}#pageus-column-ce909e19{display:flex;width:100%}#pageus-populated-ce909e19{border:0 solid #333;border-radius:0;display:flex;flex-direction:column;gap:12px;margin:0;min-width:25px;padding:10px;position:relative;width:100%}#pageus-widget-html-4925b2de{animation-delay:0s;left:0;max-width:100%;overflow-wrap:break-word;position:relative;top:0}