.trp-floating-switcher {
display: flex;
flex-direction: column-reverse;
position: fixed;
z-index: 99999;
overflow: hidden;
padding: var(--switcher-padding, 10px);
border: var(--border, none);
border-radius: var(--border-radius, 8px);
background: var(--bg, #fff);
width: var(--switcher-width, auto);
top: var(--top, unset);
right: var(--right, unset);
bottom: var(--bottom, unset);
left: var(--left, unset);
box-shadow: 0 10px 20px 0 #0000000D;
}
.trp-floating-switcher .trp-switcher-dropdown-list {
flex-direction: column-reverse;
}
.trp-switcher-position-top.trp-floating-switcher {
flex-direction: column;
top: var(--wp-admin--admin-bar--height, 0);
}
.trp-floating-switcher.trp-switcher-position-top:not(.trp-ls-inline) .trp-language-switcher-inner,
.trp-floating-switcher.trp-switcher-position-top .trp-switcher-dropdown-list {
flex-direction: column;
} nav.trp-ls-inline .trp-language-switcher-inner {
flex-direction: row;
}
.trp-ls-inline.trp-opposite-language .trp-language-item {
width: 100%;
} #trp-floater-powered-by {
color: var(--text, #b3b3b3);
font-size: 12px;
text-align: center;
padding: 0 5px;
opacity: 70%;
}
#trp-floater-powered-by a {
color: var(--text, #b3b3b3);
}
.trp-switcher-position-bottom #trp-floater-powered-by {
border-top: 1px solid var(--border-color, #747474);
padding-top: 5px;
margin-top: 5px;
}
.trp-switcher-position-top #trp-floater-powered-by {
border-bottom: 1px solid var(--border-color, #747474);
padding-bottom: 5px;
margin-bottom: 5px;
} .trp-shortcode-switcher__wrapper {
position: relative;
border: none;
}
.elementor-widget-trp_language_switcher {
width: fit-content;
max-width: 100%;
}
.elementor-widget-trp_language_switcher .elementor-widget-container,
.trp-elementor-language-switcher,
.trp-elementor-language-switcher .trp-shortcode-switcher__wrapper {
width: fit-content;
max-width: 100%;
}
.trp-shortcode-switcher {
position: static;
display: inline-block;
overflow: hidden;
padding: 10px 0;
border: var(--border, none);
border-radius: var(--border-radius, 5px);
background: var(--bg, #fff);
width: auto;
box-shadow: none;
} .trp-shortcode-anchor:not(.trp-opposite-button) {
visibility: hidden;
}
.trp-shortcode-switcher.trp-open-on-click {
cursor: pointer;
}
.trp-shortcode-overlay {
position: absolute;
left: 0;
top: 0;
z-index: 9999;
} .trp-current-language-item__wrapper:not(.trp-hide-arrow) {
display: flex;
align-items: center;
padding-right: 10px;
justify-content: space-between;
} .trp-language-switcher-inner {
display: flex;
}
.trp-floating-switcher .trp-language-switcher-inner {
flex-direction: column-reverse;
}
.trp-shortcode-switcher .trp-language-switcher-inner {
flex-direction: column;
}
.trp-switcher-dropdown-list {
display: flex;
overflow-y: hidden; transition: max-height 0.2s ease-in-out;
max-height: 0;
transition-duration: var(--transition-duration);
}
.trp-shortcode-switcher .trp-switcher-dropdown-list {
flex-direction: column;
} .trp-ls-dropdown.is-open .trp-switcher-dropdown-list,
.trp-ls-dropdown[aria-expanded="true"] .trp-switcher-dropdown-list,
.trp-shortcode-switcher.trp-open-on-hover.is-open .trp-switcher-dropdown-list,
.trp-shortcode-switcher[aria-expanded="true"] .trp-switcher-dropdown-list {
overflow-y: auto;
max-height: min(350px, 70vh);
-webkit-overflow-scrolling: touch;
scrollbar-width: thin;
scrollbar-color: var(--text) transparent;
}
.trp-ls-dropdown.is-transitioning .trp-switcher-dropdown-list,
.trp-shortcode-switcher.is-transitioning .trp-switcher-dropdown-list {
overflow-y: hidden !important;
}
.trp-shortcode-arrow {
pointer-events: none;
}
.trp-shortcode-switcher.is-open .trp-shortcode-arrow {
transform: rotate(180deg);
} .trp-language-item:focus { outline: none; }
.trp-language-item:focus-visible {
outline: 2px solid var(--text);
outline-offset: -2px;
} .trp-language-item {
display: flex;
align-items: center;
gap: 8px;
padding: 7px 16px;
text-decoration: none;
min-height: 19px;
box-sizing: content-box;
}
.trp-language-item:hover {
background: var(--bg-hover, #f3f3f3);
}
.trp-language-item:hover .trp-language-item-name {
color: var(--text-hover, #000);
}
.trp-language-item__current {
pointer-events: none;
cursor: default;
}
.trp-language-item-name {
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: var(--text, #000);
font-size: var(--font-size, 14px);
line-height: 1.2;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
font-weight: 400;
}
.trp-flag-image {
border-radius: var(--flag-radius, 0) !important;
aspect-ratio: var(--aspect-ratio, 4/3) !important;
width: var(--flag-size, 18px) !important;
display: inline-block !important;
height: auto !important;
}
.trp-menu-ls-label .trp-flag-image {
margin: -2px 3px;
}
.trp-custom-flag {
object-fit: cover;
} .trp-switcher-dropdown-list::-webkit-scrollbar { width: 6px; }
.trp-switcher-dropdown-list::-webkit-scrollbar-track { background: transparent; }
.trp-switcher-dropdown-list::-webkit-scrollbar-thumb {
background-color: var(--text);
border-radius: 4px;
}
.trp-switcher-dropdown-list::-webkit-scrollbar-thumb:hover {
background-color: var(--text-hover);
} .trp-flag-rounded {
border-radius: 9999px !important;
aspect-ratio: 1 / 1 !important;
}
.trp-ls-name {
padding-left: 5px;
}
@media (prefers-reduced-motion: reduce) {
.trp-switcher-dropdown-list {
transition: none !important; }
} .trp_ald_ls_container img.trp-flag-image{
padding-top: 0 !important;
}
.trp_ald_ls_container .trp-language-switcher{
position: relative;
display: inline-block;
padding: 0;
border: 0;
box-sizing: border-box;
}
.trp_ald_ls_container .trp-language-switcher > div {
box-sizing: border-box;
padding-right: 20px;
padding-bottom: 3px;
padding-left: 13px;
border: 1px solid #c1c1c1;
border-radius: 3px;
background-color: #fff;
}
.trp_ald_ls_container .trp-language-switcher > div > a {
display: block;
padding: 2px;
border-radius: 3px;
color: rgb(7, 105, 173);
}
.trp_ald_ls_container .trp-language-switcher > div > a:hover {
background: #f1f1f1;
}
.trp_ald_ls_container .trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
cursor: default;
}
.trp_ald_ls_container .trp-language-switcher > div > a.trp-ls-shortcode-disabled-language:hover {
background: none;
}
.trp_ald_ls_container .trp-language-switcher > div > a > img{
display: inline;
margin: 0 3px;
width: 18px;
height: 12px;
border-radius: 0;
}
.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-current-language{
display: inline-block;
}
.trp_ald_ls_container .trp-language-switcher:focus .trp-ls-shortcode-current-language,
.trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-current-language{
visibility: hidden;
}
.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-language{
display: inline-block;
height: 1px;
overflow: hidden;
visibility: hidden;
z-index: 1;
max-height: 250px;
overflow-y: auto;
left: 0;
top: 0;
min-height: auto;
}
.trp_ald_ls_container .trp-language-switcher:focus .trp-ls-shortcode-language,
.trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-language{
visibility: visible;
max-height: 250px;
height: auto;
overflow-y: auto;
position: absolute;
left: 0;
top: 0;
display: inline-block !important;
min-height: auto;
}
#trp_ald_x_button{
z-index: 0 !important;
}.wpcf7 form {
display: block;
}
.wpcf7-form label {
display: block;
} #page-header .l-subheader-cell .w-socials-item.twitter .fa-x-twitter svg {
display: none !important;
}:root {
--uacf7-global-color-primary: #382673;
--uacf7-global-text-color-secondary: #383c41;
--uacf7-global-placeholder-color: #606266;
--uacf7-global-border-color: #e4e9f8;
--uacf7-global-button-color: var(--uacf7-global-color-primary);
--uacf7-border-radius: 5px;
--uacf7-white-color: #fff;
} .uacf7-wrapper-default {
border: none !important;
margin: 0 !important;
padding: 0 !important;
box-shadow: none !important;
outline: none !important;
min-inline-size: 100%;
}
.uacf7-wrapper-default hr {
background-color: var(--uacf7-global-border-color);
border: none;
height: 1px;
margin-bottom: 20px;
width: 100%;
}
.uacf7-wrapper-default label {
display: inline-block;
font-weight: 500;
line-height: inherit;
margin-bottom: 15px;
width: 100%;
}
.uacf7-wrapper-default label span {
display: block;
margin-top: 5px;
}
.uacf7-wrapper-default .wpcf7-acceptance label span {
display: inline-block;
margin-top: 5px;
} .uacf7-wrapper-default input[type="date"],
.uacf7-wrapper-default input[type="email"],
.uacf7-wrapper-default input[type="number"],
.uacf7-wrapper-default input[type="password"],
.uacf7-wrapper-default input[type="search"],
.uacf7-wrapper-default input[type="tel"],
.uacf7-wrapper-default input[type="text"],
.uacf7-wrapper-default input[type="url"],
.uacf7-wrapper-default select,
.uacf7-wrapper-default textarea,
.uacf7-wrapper-default label span textarea,
.uacf7-wrapper-default label span input {
padding: 0.7rem 1rem;
background-clip: padding-box;
background-image: none;
border: 1px solid var(--uacf7-global-border-color);
border-radius: var(--uacf7-border-radius);
color: var(--uacf7-global-text-color-secondary);
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
outline: none;
}
.uacf7-wrapper-default textarea {
height: 90px;
}
input[type="date"]:focus-visible,
input[type="date"]:visited,
input[type="email"]:focus-visible,
input[type="email"]:visited,
input[type="number"]:focus-visible,
input[type="number"]:visited,
input[type="password"]:focus-visible,
input[type="password"]:visited,
input[type="search"]:focus-visible,
input[type="search"]:visited,
input[type="tel"]:focus-visible,
input[type="tel"]:visited,
input[type="text"]:focus-visible,
input[type="text"]:visited,
select:visited,
select:focus-visible,
textarea:visited,
textarea:focus-visible {
border-color: var(--uacf7-global-button-color) !important;
} .uacf7-wrapper-default .uacf7-checkbox .wpcf7-list-item-label {
margin: 0;
}
.uacf7-wrapper-default .uacf7-checkbox .wpcf7-list-item {
display: flex !important;
align-items: center;
margin: 0.5em 0 0 1em;
font-weight: 400;
}
.uacf7-wrapper-default .uacf7-checkbox span input {
margin-right: 10px;
} .uacf7-wrapper-default .uacf7-radio .wpcf7-list-item-label {
margin: 0;
}
.uacf7-wrapper-default .uacf7-radio .wpcf7-list-item {
display: flex !important;
align-items: center;
margin: 0.5em 0 0 1em;
font-weight: 400;
}
.uacf7-wrapper-default .uacf7-radio span input {
margin-right: 10px;
}
.uacf7-wrapper-default .uacf7-rating label span {
display: inline-block;
} .uacf7-wrapper-default .uacf7-submint {
display: flex;
align-items: center;
}
.uacf7-wrapper-default .uacf7-submint.end {
display: flex;
flex-direction: row-reverse;
align-items: center;
}
.uacf7-wrapper-default .uacf7-submint input[type="submit"] {
font-size: 16px;
font-weight: 700;
color: var(--uacf7-white-color);
background-color: var(--uacf7-global-color-primary);
border-style: solid;
border-radius: var(--uacf7-border-radius);
border-width: 2px;
border-color: var(--uacf7-white-color);
padding: 10px 20px;
text-align: center;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out;
outline: none;
}
.uacf7-wrapper-default .uacf7-submint input[type="submit"]:focus,
.uacf7-wrapper-default .uacf7-submint input[type="submit"]:hover {
color: var(--uacf7-white-color);
background-color: var(--uacf7-global-color-primary);
} .uacf7-wrapper-default .uacf7-submint.fill input[type="submit"] {
background-color: var(--uacf7-global-color-primary);
color: var(--uacf7-white-color) !important;
}
.uacf7-wrapper-default .uacf7-submint.fill input[type="submit"]:focus,
.uacf7-wrapper-default .uacf7-submint.fill input[type="submit"]:hover {
color: var(--uacf7-global-color-primary);
background-color: var(--uacf7-white-color);
} .uacf7-wrapper-default .uacf7-submint.full-width {
position: relative;
}
.uacf7-wrapper-default .uacf7-submint.full-width input[type="submit"] {
width: 100%;
}
.uacf7-wrapper-default .uacf7-submint.full-width > span {
position: absolute;
left: 50%;
margin-left: -12px;
}
.uacf7-wrapper-default .uacf7-submint.fill.full-width > span.wpcf7-spinner {
background-color: var(--uacf7-white-color);
}
.uacf7-wrapper-default
.uacf7-submint.fill.full-width
> span.wpcf7-spinner::before {
background-color: var(--uacf7-global-color-primary);
}
.uacf7-wrapper-default .uacf7-charity-dinner {
padding: 0 15px;
}
.uacf7-wrapper-default .uacf7-charity-dinner .wpcf7-submit {
background: #115e99 !important;
color: #ffffff !important;
border-color: #115e99 !important;
}
.uacf7-wrapper-default .uacf7-order-bump-form .wpcf7-submit {
background-color: #e6a23c !important;
border-radius: 6px;
font-size: 18px;
line-height: 1.5;
padding: 8px 16px;
}
.uacf7-wrapper-default .uacf7-order-bump-form .wpcf7-submit:hover {
background-color: #ebb563 !important;
}@media (min-width: 1200px) {
#pxl-header-elementor #menu-item-20167 {
display: none !important;
}
}  .elementor-16367 .elementor-element-c720ac3 > .elementor-widget-wrap {
flex-wrap: nowrap !important;
column-gap: 14px;
} .elementor-16367 .elementor-element-b5b7c60 > .elementor-container {
max-width: 1290px !important ;
} .elementor-16367 .elementor-element-6e7f2d8 > .elementor-widget-wrap,
.elementor-16367 .elementor-element-c720ac3 > .elementor-widget-wrap {
padding-left: 0 !important;
padding-right: 0 !important;
} .elementor-16367 .elementor-element-79f7594 > .elementor-widget-container,
.elementor-16367 .elementor-element-a7266b4 > .elementor-widget-container {
margin-left: 0 !important;
} .elementor-16367 .elementor-element-cbf697e,
.elementor-16367 .elementor-element-a7266b4 {
width: auto !important;
max-width: none !important;
flex: 0 0 auto !important;
} .elementor-16367 .elementor-element-79f7594 { flex: 1 1 auto !important; } .elementor-16367 .elementor-element-cbf697e,
.elementor-16367 .elementor-element-cbf697e > * { margin-bottom: 0 !important; } @media (min-width: 1201px) and (max-width: 1500px) {
.elementor-16367 .pxl-menu-primary > li {
margin-left: 9px !important;
margin-right: 9px !important;
}
} .elementor-16367 .elementor-element-7efaa34 .btn { white-space: nowrap; }  .page-id-19432 #pxl-main,
.page-id-19530 #pxl-main {
padding-top: 0 !important;
}  .elementor-element-137e239 .pxl-item--inner .icon-box {
background: #1F1B4B !important;
border: none !important;
width: 62px !important;
height: 62px !important;
min-width: 62px !important;
display: flex; align-items: center; justify-content: center;
transition: background-color .35s ease;
}
.elementor-element-137e239 .pxl-item--inner .icon-box i {
color: #fff !important;
font-size: 24px !important;
transition: color .35s ease;
} .elementor-element-137e239 .pxl-item--inner:hover .icon-box {
background: #FFF188 !important;
}
.elementor-element-137e239 .pxl-item--inner:hover .icon-box i {
color: #3B1679 !important;
} .elementor-element-137e239 .title-box {
color: #3B1679 !important;
} .elementor-element-137e239 .btn.btn-glossy {
background: #EDE9FE !important;
color: #1F1B4B !important;
text-transform: uppercase;
font-weight: 500 !important;
font-size: 15px !important;
padding: 12px 24px !important;
height: auto !important;
line-height: 1.2 !important;
border-radius: 3px !important;
}
.elementor-element-137e239 .btn.btn-glossy:hover {
background: #1F1B4B !important;
color: #fff !important;
}
.elementor-element-137e239 .btn.btn-glossy::after {
content: "❯";
order: -1;
margin-right: 8px;
position: static !important;
transform: none !important;
} .elementor-element-137e239 .pxl-swiper-slide {
display: flex;
height: auto;
}
.elementor-element-137e239 .pxl-item--inner {
display: flex; flex-direction: column; align-items: center;
width: 100%;
}
.elementor-element-137e239 .btn.btn-glossy {
margin-top: auto !important;
}  .elementor-element-1284f476{justify-content:center !important;} .elementor-element-1dd04fb{overflow:hidden;border-radius:3px;}
.elementor-element-1dd04fb img{border-radius:3px;width:100%;object-fit:cover;display:block;} .elementor-element-66b154d8::after{content:"";display:block;width:48px;height:4px;background:#FFF188;border-radius:2px;margin-top:14px;}
.elementor-element-78fbe666 a{color:#3B1679;} .elementor-element-5761ed6b .wpcf7-form p{margin:0 0 20px;}
.elementor-element-5761ed6b .wpcf7-form-control-wrap{display:block;}
.elementor-element-5761ed6b input.wpcf7-form-control:not([type=submit]):not([type=file]),
.elementor-element-5761ed6b select.wpcf7-form-control{
width:100%;height:50px;background:#EDE9FE;border:1px solid #EDE9FE;border-radius:3px;
padding:6px 20px;font-family:"DM Sans",sans-serif;font-size:14px;color:#3B1679;
transition:border-color .2s ease,background .2s ease;
}
.elementor-element-5761ed6b textarea.wpcf7-form-control{
width:100%;min-height:200px;background:#EDE9FE;border:1px solid #EDE9FE;border-radius:3px;
padding:16px 20px;font-family:"DM Sans",sans-serif;font-size:14px;color:#3B1679;
resize:vertical;transition:border-color .2s ease,background .2s ease;
}
.elementor-element-5761ed6b .wpcf7-form-control::placeholder{color:#3B1679;opacity:.75;}
.elementor-element-5761ed6b input.wpcf7-form-control:focus,
.elementor-element-5761ed6b select.wpcf7-form-control:focus,
.elementor-element-5761ed6b textarea.wpcf7-form-control:focus{outline:none;border-color:#3B1679;background:#fff;} .elementor-element-5761ed6b select.wpcf7-form-control{
-webkit-appearance:none;appearance:none;cursor:pointer;
background-image:url("data:image/svg+xml;utf8,<svg xmlns=&#039;http://www.w3.org/2000/svg&#039; width=&#039;12&#039; height=&#039;8&#039; viewBox=&#039;0 0 12 8&#039;><path d=&#039;M1 1l5 5 5-5&#039; fill=&#039;none&#039; stroke=&#039;%233B1679&#039; stroke-width=&#039;2&#039; stroke-linecap=&#039;round&#039;/></svg>");
background-repeat:no-repeat;background-position:right 18px center;padding-right:44px;
} .elementor-element-5761ed6b .ia-file-label{
display:block;font-family:"DM Sans",sans-serif;font-size:14px;font-weight:500;
color:#1F1B4B;margin:6px 0 12px;
}
.elementor-element-5761ed6b .pxl-file-upload-wrapper{display:flex;align-items:center;gap:14px;}
.elementor-element-5761ed6b .pxl-file-upload-input{
flex:1;width:auto;height:40px;background:#EDE9FE;border:1px solid #EDE9FE;border-radius:3px;
padding:6px 20px;font-family:"DM Sans",sans-serif;font-size:14px;color:#3B1679;
}
.elementor-element-5761ed6b .pxl-file-upload-input::placeholder{color:#3B1679;opacity:.75;} .elementor-element.elementor-element-5761ed6b.elementor-element-5761ed6b .pxl-file-upload-wrapper .pxl-file-upload-button{
flex:0 0 auto;height:auto !important;line-height:15px !important;border-radius:3px !important;
padding:12px 24px !important;background:#EDE9FE !important;color:#1F1B4B !important;border:none !important;
font-family:"DM Sans",sans-serif;font-size:15px !important;font-weight:500;text-transform:uppercase;cursor:pointer;transition:none !important;
} .elementor-element.elementor-element-5761ed6b.elementor-element-5761ed6b input.wpcf7-submit{
line-height:15px !important;font-size:15px !important;font-weight:500 !important;
font-family:"DM Sans",sans-serif !important;letter-spacing:0 !important;text-transform:uppercase !important;
padding:12px 24px !important;height:auto !important;border:none !important;
border-radius:3px !important;background:#FFF188 !important;color:#1F1B4B !important;cursor:pointer;transition:none !important;
} .elementor-element-5761ed6b .wpcf7-not-valid-tip{font-size:12px;color:#C0392B;margin:6px 0 0 20px;}
.elementor-element-5761ed6b .wpcf7-response-output{border-radius:3px;padding:12px 20px;margin:20px 0 0;font-family:"DM Sans",sans-serif;font-size:14px;} @media (max-width:767px){
.elementor-element-5761ed6b input.wpcf7-submit{width:100%;text-align:left;}
.elementor-element-5761ed6b textarea.wpcf7-form-control{min-height:160px;}
.elementor-element-5761ed6b .pxl-file-upload-wrapper{flex-direction:column;align-items:stretch;gap:10px;}
} body.page-id-19530 #pxl-main{padding-bottom:0 !important;}  [id*="wpcf7-f19545-"] form p{margin:0 0 20px;}
[id*="wpcf7-f19545-"] .wpcf7-form-control-wrap,
[id*="wpcf7-f10106-"] .wpcf7-form-control-wrap{display:block;}
[id*="wpcf7-f19545-"] input.wpcf7-form-control:not([type=submit]):not([type=file]),
[id*="wpcf7-f19545-"] select.wpcf7-form-control,
[id*="wpcf7-f10106-"] input.wpcf7-form-control:not([type=submit]):not([type=file]),
[id*="wpcf7-f10106-"] select.wpcf7-form-control{
width:100%;height:50px;background:#EDE9FE !important;border:1px solid #EDE9FE !important;
border-radius:3px !important;padding:6px 20px !important;
font-family:"DM Sans",sans-serif;font-size:14px !important;color:#3B1679 !important;
transition:border-color .2s ease,background .2s ease;
}
[id*="wpcf7-f19545-"] textarea.wpcf7-form-control,
[id*="wpcf7-f10106-"] textarea.wpcf7-form-control{
width:100%;min-height:200px;background:#EDE9FE !important;border:1px solid #EDE9FE !important;
border-radius:3px !important;padding:16px 20px !important;
font-family:"DM Sans",sans-serif;font-size:14px !important;color:#3B1679 !important;
resize:vertical;transition:border-color .2s ease,background .2s ease;
}
[id*="wpcf7-f19545-"] .wpcf7-form-control::placeholder,
[id*="wpcf7-f10106-"] .wpcf7-form-control::placeholder{color:#3B1679 !important;opacity:.75;}
[id*="wpcf7-f19545-"] .wpcf7-form-control:focus,
[id*="wpcf7-f10106-"] .wpcf7-form-control:focus{outline:none;border-color:#3B1679 !important;background:#fff !important;} [id*="wpcf7-f19545-"] input.wpcf7-submit{
line-height:15px !important;font-size:15px !important;font-weight:500 !important;
font-family:"DM Sans",sans-serif !important;letter-spacing:0 !important;text-transform:uppercase !important;
padding:12px 24px !important;height:auto !important;border:none !important;
border-radius:3px !important;background:#FFF188 !important;color:#1F1B4B !important;
cursor:pointer;transition:none !important;
}
[id*="wpcf7-f10106-"] button.wpcf7-submit{
line-height:15px !important;font-size:15px !important;font-weight:500 !important;
font-family:"DM Sans",sans-serif !important;letter-spacing:0 !important;text-transform:uppercase !important;
padding:12px 24px !important;height:auto !important;border:none !important;
border-radius:3px !important;background:#FFF188 !important;color:#1F1B4B !important;
cursor:pointer;transition:none !important;
} [id*="wpcf7-f19545-"] .wpcf7-not-valid-tip,
[id*="wpcf7-f10106-"] .wpcf7-not-valid-tip{font-size:12px;color:#C0392B;margin:6px 0 0 20px;}
[id*="wpcf7-f19545-"] .wpcf7-response-output,
[id*="wpcf7-f10106-"] .wpcf7-response-output{border-radius:3px;padding:12px 20px;margin:20px 0 0;font-family:"DM Sans",sans-serif;font-size:14px;} @media (max-width:767px){
[id*="wpcf7-f19545-"] input.wpcf7-submit{width:100%;text-align:left;}
[id*="wpcf7-f10106-"] button.wpcf7-submit{width:100%;}
[id*="wpcf7-f19545-"] textarea.wpcf7-form-control,
[id*="wpcf7-f10106-"] textarea.wpcf7-form-control{min-height:160px;}
}   body .awsm-job-wrap .awsm-filter-wrap .awsm-job-search {
background-color: #EDE9FE !important;
border: 1px solid transparent !important;
border-radius: 3px !important;
color: #1F1B4B !important;
font-family: "DM Sans", sans-serif !important;
font-size: 14px !important;
height: 50px !important;
padding: 6px 48px 6px 20px !important;
box-shadow: none !important;
transition: border-color .25s ease, background-color .25s ease;
}
body .awsm-job-wrap .awsm-job-search::placeholder { color: #3B1679 !important; opacity: 1; }
body .awsm-job-wrap .awsm-job-search:focus {
border-color: #3B1679 !important;
outline: none !important;
background-color: #F3F0FD !important;
}
body .awsm-job-wrap .awsm-job-search-icon-wrapper i { color: #3B1679 !important; } body .awsm-job-wrap .awsm-filter-option {
-webkit-appearance: none !important;
appearance: none !important;
background-color: #EDE9FE !important;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%233B1679' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
background-repeat: no-repeat !important;
background-position: right 16px center !important;
background-size: 12px 8px !important;
border: 1px solid transparent !important;
border-radius: 3px !important;
color: #1F1B4B !important;
font-family: "DM Sans", sans-serif !important;
font-size: 14px !important;
font-weight: 500 !important;
height: 46px !important;
padding: 0 44px 0 16px !important;
cursor: pointer;
transition: border-color .25s ease;
}
body .awsm-job-wrap .awsm-filter-option:hover { border-color: rgba(59, 22, 121, .35) !important; }
body .awsm-job-wrap .awsm-filter-option:focus { border-color: #3B1679 !important; outline: none !important; }
body .awsm-job-wrap .awsm-filter-toggle svg path { fill: #3B1679 !important; } body .awsm-job-wrap .awsm-job-listings.awsm-lists { border: 0 !important; }
body .awsm-job-wrap .awsm-lists .awsm-job-listing-item {
background: #fff !important;
border: 1px solid #E3DCF9 !important;
border-radius: 6px !important;
margin-bottom: 16px !important;
padding: 26px 30px !important;
transition: border-color .3s ease, background-color .3s ease,
box-shadow .3s ease, transform .3s ease;
}
body .awsm-job-wrap .awsm-lists .awsm-job-listing-item:hover {
border-color: rgba(59, 22, 121, .45) !important;
background: #FDFCFF !important;
box-shadow: 0 10px 28px rgba(31, 27, 75, .08) !important;
transform: translateY(-2px);
} body .awsm-job-wrap .awsm-job-post-title,
body .awsm-job-wrap .awsm-job-post-title a {
font-family: Syne, serif !important;
font-weight: 700 !important;
font-size: 21px !important;
line-height: 1.35 !important;
color: #1F1B4B !important;
text-decoration: none !important;
transition: color .25s ease;
}
body .awsm-job-wrap .awsm-lists .awsm-job-listing-item:hover .awsm-job-post-title a { color: #3B1679 !important; } body .awsm-job-wrap .awsm-job-specification-item,
body .awsm-job-wrap .awsm-job-specification-term {
color: rgba(31, 27, 75, .75) !important;
font-family: "DM Sans", sans-serif !important;
font-size: 13.5px !important;
}
body .awsm-job-wrap .awsm-job-specification-item i { color: #3B1679 !important; } body .awsm-job-wrap .awsm-job-more-container a,
body .awsm-job-wrap a.awsm-job-more {
display: inline-flex;
align-items: center;
gap: 8px;
font-family: "DM Sans", sans-serif !important;
font-size: 13px !important;
font-weight: 600 !important;
letter-spacing: .04em !important;
text-transform: uppercase !important;
color: #1F1B4B !important;
text-decoration: none !important;
background: transparent;
border-radius: 3px;
padding: 9px 16px;
transition: background-color .3s ease, color .3s ease;
}
body .awsm-job-wrap .awsm-lists .awsm-job-listing-item:hover a.awsm-job-more {
background: #FFF188 !important;
color: #1F1B4B !important;
}
body .awsm-job-wrap a.awsm-job-more:focus-visible {
outline: 2px solid #3B1679 !important;
outline-offset: 2px;
} body .awsm-job-wrap .awsm-jobs-pagination .page-numbers {
font-family: "DM Sans", sans-serif !important;
color: #1F1B4B !important;
border-radius: 3px;
}
body .awsm-job-wrap .awsm-jobs-pagination .page-numbers.current {
background: #EDE9FE !important;
color: #3B1679 !important;
}
body .awsm-job-wrap .awsm-load-more-main {
font-family: "DM Sans", sans-serif !important;
text-transform: uppercase !important;
background: #FFF188 !important;
color: #1F1B4B !important;
border-radius: 3px !important;
} body .awsm-job-wrap .awsm-jobs-none-container,
body .awsm-job-wrap .awsm-no-jobs {
font-family: "DM Sans", sans-serif !important;
color: #1F1B4B !important;
} @media (max-width: 767px) {
body .awsm-job-wrap .awsm-lists .awsm-job-listing-item { padding: 20px !important; }
body .awsm-job-wrap .awsm-job-post-title,
body .awsm-job-wrap .awsm-job-post-title a { font-size: 18px !important; }
body .awsm-job-wrap a.awsm-job-more { padding-left: 0; }
} body .awsm-job-wrap .awsm-selectric {
background: #EDE9FE url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%233B1679' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 16px center !important;
background-size: 12px 8px !important;
border: 1px solid transparent !important;
border-radius: 3px !important;
transition: border-color .25s ease;
}
body .awsm-job-wrap .awsm-selectric .label {
font-family: "DM Sans", sans-serif !important;
font-size: 14px !important;
font-weight: 500 !important;
color: #1F1B4B !important;
height: 46px !important;
line-height: 46px !important;
margin: 0 44px 0 16px !important;
}
body .awsm-job-wrap .awsm-selectric .button { opacity: 0 !important; }
body .awsm-job-wrap .awsm-selectric-hover .awsm-selectric,
body .awsm-job-wrap .awsm-selectric-focus .awsm-selectric { border-color: rgba(59, 22, 121, .35) !important; }
body .awsm-job-wrap .awsm-selectric-open .awsm-selectric { border-color: #3B1679 !important; }
body .awsm-job-wrap .awsm-selectric-items {
background: #fff !important;
border: 1px solid #E3DCF9 !important;
border-radius: 6px !important;
box-shadow: 0 14px 30px rgba(31, 27, 75, .12) !important;
margin-top: 6px;
overflow: hidden;
}
body .awsm-job-wrap .awsm-selectric-items li {
font-family: "DM Sans", sans-serif !important;
font-size: 14px !important;
color: #1F1B4B !important;
padding: 10px 16px !important;
}
body .awsm-job-wrap .awsm-selectric-items li:hover,
body .awsm-job-wrap .awsm-selectric-items li.highlighted {
background: #F3F0FD !important;
color: #3B1679 !important;
}
body .awsm-job-wrap .awsm-selectric-items li.selected {
background: #EDE9FE !important;
color: #3B1679 !important;
font-weight: 500 !important;
} body .awsm-job-wrap .awsm-lists .awsm-job-item { border: 0 !important; box-shadow: none !important; background: transparent !important; }
body .awsm-job-wrap .awsm-lists .awsm-job-listing-item .awsm-job-post-title,
body .awsm-job-wrap .awsm-lists .awsm-job-listing-item .awsm-job-post-title a { color: #1F1B4B !important; }
body .awsm-job-wrap .awsm-lists .awsm-job-listing-item:hover .awsm-job-post-title a { color: #3B1679 !important; }   body.single-awsm_job_openings .elementor-element-26b358b{display:none !important;}
body.single-awsm_job_openings .eaces-default-page-subtitle{display:none !important;}
body.single-awsm_job_openings .awsm-jobs-single-title{display:none !important;}
body.single-awsm_job_openings .elementor-element-ed3859d,
body.single-awsm_job_openings .elementor-element-0ef8139{display:none !important;} body.single-awsm_job_openings .elementor-element-21ebf75 > .elementor-background-overlay{
background:#F6F4FC !important;background-image:none !important;opacity:.88 !important;transition:none !important;mix-blend-mode:normal !important;
} .eaces-job-hero-kicker{
font-family:"DM Sans",sans-serif;font-size:18px;font-weight:600;
text-transform:uppercase;color:#1F1B4B;margin:0 0 10px;
}
.eaces-job-hero-title{
font-family:Syne,sans-serif;font-weight:600;color:#3B1679;
font-size:42px;line-height:1.2;margin:0 0 16px;
}
.eaces-job-hero-title::after{
content:"";display:block;width:48px;height:4px;background:#FFF188;
border-radius:2px;margin-top:16px;
} .eaces-job-hero-specs{margin-top:24px;}
.eaces-job-hero-specs .awsm-job-specifications-row{
display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr));
gap:12px;margin:0;
}
.eaces-job-hero-specs .awsm-job-specifications-row::before,
.eaces-job-hero-specs .awsm-job-specifications-row::after{content:none !important;display:none !important;}
.eaces-job-hero-specs .awsm-job-specification-wrapper{
display:contents !important;
}
.eaces-job-hero-specs .awsm-job-specification-item{
display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:12px;align-items:center;min-width:0;
background:#FFFFFF;border:1px solid #E3DCF9;border-radius:3px;
padding:12px 16px;margin:0 !important;min-height:58px;
}
.eaces-job-hero-specs .awsm-job-specification-item i{
grid-row:1/3;align-self:center;color:#3B1679;font-size:17px;
}
.eaces-job-hero-specs .awsm-job-specification-label{grid-column:2;}
.eaces-job-hero-specs .awsm-job-specification-label strong{
display:block;font-family:"DM Sans",sans-serif;font-size:11px;font-weight:600;
letter-spacing:.6px;text-transform:uppercase;color:#55517A;margin:0 0 2px;
}
.eaces-job-hero-specs .awsm-job-specification-term{
grid-column:2;font-family:"DM Sans",sans-serif;font-size:15px;font-weight:600;color:#1F1B4B;
} .eaces-job-hero-specs::after{
content:"";display:block;height:1px;background:rgba(31,27,75,.15);margin-top:28px;
} body.single-awsm_job_openings .pxl-breadcrumb,
body.single-awsm_job_openings .pxl-breadcrumb a,
body.single-awsm_job_openings .pxl-breadcrumb span,
body.single-awsm_job_openings .pxl-breadcrumb li{color:#1F1B4B !important;}
body.single-awsm_job_openings .pxl-breadcrumb .breadcrumb-entry{color:#3B1679 !important;} body.single-awsm_job_openings #pxl-main{padding-bottom:0 !important;} @media (max-width:992px) and (min-width:768px){
.eaces-job-hero-specs .awsm-job-specifications-row{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:992px){
body.single-awsm_job_openings .awsm-job-single-wrap{padding-left:15px;padding-right:15px;}
}
@media (max-width:767px){
.eaces-job-hero-kicker{font-size:15px;}
.eaces-job-hero-title{font-size:30px;}
.eaces-job-hero-specs .awsm-job-specifications-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
.eaces-job-hero-specs .awsm-job-specification-item{padding:10px 14px;min-height:52px;}
}
@media (max-width:440px){
.eaces-job-hero-specs .awsm-job-specifications-row{grid-template-columns:1fr;}
} @media (min-width:993px){
body.single-awsm_job_openings .elementor-element-21ebf75{
padding-top:140px !important;padding-bottom:70px !important;min-height:0 !important;
}
} body.single-awsm_job_openings .elementor-widget-pxl_breadcrumb{display:none !important;}  @media (min-width:768px){
.elementor-element-1b2f3766{
padding:140px max(70px,calc((100% - 1300px)/2)) 40px !important; min-height:650px !important;
justify-content:center !important;
}
}
@media (max-width:767px){
.elementor-element-1b2f3766{padding:70px 20px 50px !important;}
} .elementor-element-1b2f3766 .eaces-jobs-hero-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:2px;}
.elementor-element-1b2f3766 .elementor-element-4b015e63{display:none !important;} .elementor-element-1b2f3766 .eaces-jobs-hero-chips > span{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #E3DCF9;border-radius:3px;padding:9px 16px;font-family:'DM Sans',sans-serif;font-size:14px;font-weight:600;line-height:1;color:#1F1B4B;}
.elementor-element-1b2f3766 .eaces-jobs-hero-chips > span::before{content:'';width:8px;height:8px;border-radius:50%;background:#3B1679;flex:0 0 auto;}
.elementor-element-1b2f3766 a.eaces-jobs-hero-cta{display:inline-block;margin-top:18px;background:#FFF188 !important;color:#1F1B4B !important;font-family:'DM Sans',sans-serif;font-size:15px;line-height:15px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;padding:12px 24px;border-radius:3px;text-decoration:none !important;transition:none !important;}
.elementor-element-1b2f3766 a.eaces-jobs-hero-cta:hover,
.elementor-element-1b2f3766 a.eaces-jobs-hero-cta:focus{background:#FFF188 !important;color:#1F1B4B !important;}
@media (max-width:440px){
.elementor-element-1b2f3766 a.eaces-jobs-hero-cta{font-size:13px;padding:12px 18px;letter-spacing:.3px;}
}  .elementor-page-173 .eaces-booking-embed { background: #fff; border: 1px solid #E3DCF9; border-radius: 8px; padding: 10px; overflow: hidden; }
.elementor-page-173 .eaces-booking-embed iframe { width: 100%; height: 660px; min-height: 0; border: 0; display: block; margin-top: 0; }
.elementor-page-173 .elementor-widget-google_maps iframe { height: 570px; display: block; }
.elementor-page-173 .pxl-content-area { padding-bottom: 0; }
@media (min-width: 768px) {
.elementor-page-173 .elementor-element-4cb52f3 > .elementor-container,
.elementor-page-173 .elementor-element-bbdbc11 > .elementor-container { max-width: 1290px; }
} .elementor-page-173 .elementor-element-4cb52f3 { overflow: hidden; }
.elementor-page-173 .elementor-element-e614672 > .elementor-widget-wrap { padding: 0; }
.elementor-page-173 .elementor-element-e614672 .elementor-widget-image,
.elementor-page-173 .elementor-element-e614672 .elementor-widget-image .elementor-widget-container { height: 100%; }
.elementor-page-173 .elementor-element-e614672 .elementor-widget-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
@media (min-width: 1025px) {
.elementor-page-173 .elementor-element-e614672 { width: 34% !important; }
.elementor-page-173 .elementor-element-ea2c95c { width: 66% !important; }
}
@media (min-width: 768px) and (max-width: 1024px) {
.elementor-page-173 .elementor-element-e614672 { width: 100%; }
.elementor-page-173 .elementor-element-e614672 .elementor-widget-image img { height: 380px; }
}
@media (max-width: 767px) {
.elementor-page-173 .elementor-element-e614672 { width: 100%; }
.elementor-page-173 .elementor-element-ea2c95c { width: 100%; }
.elementor-page-173 .elementor-element-e614672 .elementor-widget-image img { height: 340px; }
} .elementor-page-173 .elementor-element-5c74a05 .pxl-item--title { font-size: 13px !important; line-height: 1.4 !important; letter-spacing: 3.5px; text-transform: uppercase; font-weight: 600; color: #6A6490; } .elementor-page-173 .elementor-element-a26e1a0 p { font-family: Syne, sans-serif; font-size: 38px; font-weight: 800; color: #3B2D80; line-height: 1.2; margin-bottom: 4px; } .elementor-page-173 .elementor-element-1a9e320 p { font-size: 15px; color: #55516E; line-height: 1.55; margin-bottom: 4px; }
.elementor-page-173 .elementor-element-1a9e320 p strong { font-size: 16px; color: #3B2D80; } .elementor-page-173 [data-id="2a824c8"] .pxl-item--title { font-size: 13px !important; line-height: 1.4 !important; letter-spacing: 1.5px; font-weight: 700; }
.elementor-page-173 [data-id="2a824c8"] .pxl-item--desc,
.elementor-page-173 [data-id="2a824c8"] .pxl-item--desc p { font-size: 15px !important; line-height: 1.5 !important; }
@media (min-width: 768px) {
.elementor-page-173 [data-id="2a824c8"] .elementor-column:nth-child(-n+2) { margin-bottom: 28px; }
}
@media (max-width: 767px) {
.elementor-page-173 [data-id="2a824c8"] .elementor-column + .elementor-column { margin-top: 24px; }
}
@media (max-width: 480px) {
.elementor-page-173 .elementor-element-a26e1a0 p { font-size: 27px !important; line-height: 1.25 !important; }
} .elementor-page-173 .elementor-element-e614672 { position: relative; z-index: 2; }
@media (min-width: 1025px) {
.elementor-page-173 .elementor-element-e614672 > .elementor-widget-wrap { position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 0; }
} @media (max-width: 1024px) {
.elementor-page-173 .elementor-element-bbdbc11 > .elementor-container { flex-wrap: wrap; }
.elementor-page-173 .elementor-element-bbdbc11 > .elementor-container > .elementor-column { width: 100%; }
.elementor-page-173 .elementor-element-bbdbc11 > .elementor-container > .elementor-column + .elementor-column { margin-top: 28px; }
} .elementor-page-173 .elementor-element-1a9e320 p { font-size: 15px !important; line-height: 1.55 !important; }
.elementor-page-173 .elementor-element-1a9e320 p strong { font-size: 16px !important; }
.elementor-page-173 .elementor-element-4cb52f3 > .elementor-container { align-items: stretch; }
@media (min-width: 768px) {
.elementor-page-173 [data-id="2a824c8"] > .elementor-container { flex-wrap: wrap; }
.elementor-page-173 [data-id="2a824c8"] .elementor-column { width: 50% !important; }
}  @media (min-width: 768px) {
.elementor-element-b3750f2,
.elementor-element-4f393cb {
padding-left: max(30px, calc((100% - 1290px) / 2)) !important;
padding-right: max(30px, calc((100% - 1290px) / 2)) !important;
}
} @media (min-width: 768px) {
.elementor-element-55fbcf1,
.elementor-element-c7928c2,
.elementor-element-510470c {
max-width: none !important;
padding-left: max(30px, calc((100% - 1290px) / 2)) !important;
padding-right: max(30px, calc((100% - 1290px) / 2)) !important;
}
} @media (min-width: 768px) {
body .elementor .elementor-element-7c8a5c8 > .elementor-container {
max-width: none !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 768px) {
body .elementor .elementor-element-7c8a5c8 .elementor-column > .elementor-widget-wrap {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 768px) {
body .elementor section.elementor-element.elementor-element-7c8a5c8 {
padding-left: max(15px, calc((100% - 1290px) / 2)) !important;
padding-right: max(15px, calc((100% - 1290px) / 2)) !important;
}
}
@media (max-width: 767px) {
body .elementor section.elementor-element.elementor-element-7c8a5c8 {
padding-left: 15px !important;
padding-right: 15px !important;
}
}  @media (min-width: 768px) {
.elementor-element-14475485,
.elementor-element-298962f5,
.elementor-element-009d515,
.elementor-element-ba0de32,
.elementor-element-1284f476,
.elementor-element-5102e6bb,
.elementor-element-2ad584a5 {
padding-left: max(30px, calc((100% - 1290px) / 2)) !important;
padding-right: max(30px, calc((100% - 1290px) / 2)) !important;
}
} @media (min-width: 768px) {
.elementor-element-b3750f2,
.elementor-element-4f393cb,
.elementor-element-14475485,
.elementor-element-298962f5,
.elementor-element-009d515,
.elementor-element-ba0de32,
.elementor-element-1284f476,
.elementor-element-5102e6bb,
.elementor-element-1b2f3766,
.elementor-element-2ad584a5 {
justify-content: flex-start !important;
padding-top: 156px !important;
padding-bottom: 70px !important;
}
}   @media (min-width: 768px) {
.elementor-element-ba0de32,
.elementor-element-f49162d,
.elementor-element-009d515,
.elementor-element-298962f5,
.elementor-element-1b2f3766,
.elementor-element-1284f476,
.elementor-element-5102e6bb,
.elementor-element-2ad584a5 {
min-height: 540px !important;
height: auto !important;
padding-bottom: 40px !important;
} .elementor-element-1b2f3766 > .elementor-widget:first-child,
.elementor-element-2ad584a5 > .elementor-widget:first-child {
padding-left: 6px !important;
} .elementor-element-2ad584a5 > .elementor-element-18730c51 {
width: 100% !important;
max-width: 100% !important;
}
} .elementor-element-d969cce .pxl-item--title {
font-family: Syne, serif !important;
font-size: 64px !important;
font-weight: 700 !important;
letter-spacing: -1px !important;
line-height: 1.05 !important;
}
.elementor-element-8401086 p {
line-height: 1 !important;
font-family: "DM Sans", sans-serif !important;
font-size: 18px !important;
font-weight: 600 !important;
text-transform: uppercase !important;
letter-spacing: normal !important;
}
@media (max-width: 767px) {
.elementor-element-d969cce .pxl-item--title { font-size: 38px !important; }
}   .elementor-element-819147d {
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px) { .elementor-element-819147d > .elementor-container {
max-width: 1350px !important;
} .elementor-element-4ae44d1 {
padding-left: max(0px, calc((100% - 1290px) / 2)) !important;
padding-right: max(0px, calc((100% - 1290px) / 2)) !important;
}
} @media (max-width: 767px) {
.elementor-element-f8448cf > .elementor-container > .elementor-column > .elementor-widget-wrap {
display: flex; flex-direction: row; flex-wrap: nowrap;
align-items: center; justify-content: flex-start;
column-gap: 18px; padding: 8px 15px;
}
.elementor-element-f8448cf > .elementor-container > .elementor-column { margin-bottom: 10px; }
.elementor-element-f8448cf .elementor-widget { margin: 0 !important; }
.elementor-element-f8448cf .elementor-widget-divider { display: none !important; }
.elementor-element-f8448cf .elementor-widget-pxl_heading { flex: 1; width: auto !important; max-width: none !important; }
.elementor-element-f8448cf .pxl-heading { text-align: left !important; }
.elementor-element-f8448cf .pxl-heading--inner { display: block !important; width: auto !important; margin: 0 !important; text-align: left !important; }
} @media (max-width: 767px) {
.elementor-element-dfe5ce0 br { display: none; }
} @media (max-width: 767px) {
.elementor-170 .elementor-element.elementor-element-945d25e { font-size: 25px !important; }
} @media (max-width: 767px) { .elementor-element-9b2c968 { justify-content: flex-start !important; } .elementor-element-0075200 { min-height: 280px; } .elementor-element-009d515 {
background-image: linear-gradient(90deg, rgba(0,0,0,.6) 27%, rgba(0,0,0,.2) 99%), url(https://e-aces.com/eaces-new-site/wp-content/uploads/2026/08/ueber-uns-hero-mobil.jpg) !important;
background-size: auto, cover !important;
background-position: 0 0, left top !important;
background-repeat: no-repeat !important;
} .elementor-element-8fe37ef a.btn,
.elementor-element-4df2a08 a.btn,
.elementor-element-8282cb3 a.btn { white-space: nowrap; padding: 0 22px; }
} @media (max-width: 767px) {
.elementor-element-4f393cb,
.elementor-element-2ad584a5 {
background-position: 0 0, center top !important;
} .elementor-element-6eef46bc br { display: none; }
} body.single-portfolio #pxl-main { padding-top: 0 !important; } @media (max-width: 767px) {
.elementor-element-b3750f2,
.elementor-element-4f393cb,
.elementor-element-14475485,
.elementor-element-298962f5,
.elementor-element-009d515,
.elementor-element-ba0de32,
.elementor-element-5102e6bb,
.elementor-element-2ad584a5,
.elementor-element-1284f476 {
justify-content: flex-start !important;
padding-top: 230px !important;
padding-bottom: 40px !important;
min-height: 650px !important;
height: auto !important;
}
}  body.page-id-173 .elementor-element-c16d223 .elementor-custom-embed { position: relative; }
body.page-id-173 .elementor-element-c16d223 .elementor-custom-embed::after {
content: "";
position: absolute;
inset: 0;
pointer-events: none; background: #3B1679; mix-blend-mode: color; opacity: .7; }  @media (max-width: 1200px){ #pxl-header-mobile,
#pxl-header-mobile #pxl-header-main{ background-color:#EDE9FE; }
#pxl-header-mobile #pxl-header-main{ box-shadow:inset 0 -1px 0 rgba(59,22,121,.12); } #pxl-header-mobile .pxl-header-branding img,
#pxl-header-mobile .pxl-logo-mobile img{ height:34px; width:auto; } #pxl-header-mobile .pxl-icon-line::before,
#pxl-header-mobile .pxl-icon-line::after{ background-color:#3B1679; } #pxl-header-mobile .pxl-header-menu{ background-color:#EDE9FE; }
#pxl-header-mobile .pxl-menu-close{ background-color:rgba(59,22,121,.08); color:#3B1679; }
#pxl-header-mobile .pxl-header-mobile-search .search-field{
background-color:rgba(255,255,255,.72);
color:#5B44A0;
box-shadow:inset 0 0 0 1px rgba(59,22,121,.12);
}
#pxl-header-mobile .pxl-header-mobile-search .search-field::placeholder{ color:#7A76A0; }
#pxl-header-mobile .pxl-header-mobile-search .search-submit{ color:#3B1679; }
#pxl-header-mobile .pxl-header-nav .pxl-menu-primary > li > a{
font-family:"DM Sans", sans-serif;
color:#3B1679;
}
#pxl-header-mobile .pxl-header-nav .pxl-menu-primary > li + li{
box-shadow:inset 0 1px 0 rgba(59,22,121,.10);
}
#pxl-header-mobile .pxl-header-nav .pxl-menu-primary > li > a:hover,
#pxl-header-mobile .pxl-header-nav .pxl-menu-primary > li.current-menu-item > a{ color:#6B2FD6; }
#pxl-header-mobile .pxl-header-nav .sub-menu a{
font-family:"DM Sans", sans-serif;
color:#5B44A0;
}
#pxl-header-mobile .pxl-menu-toggle{ color:rgba(59,22,121,.55); }
#pxl-header-mobile .pxl-header-menu-backdrop{ background-color:rgba(31,27,75,.6); }
} @media (max-width: 600px){
#pxl-header-mobile .pxl-header-branding img{
content:url(//e-aces.com/wp-content/uploads/2026/08/eaces-icon-navy.png);
height:38px; width:auto;
}
}  body .elementor-widget.eaces-hover-invert .pxl-icon-box{
transition: background-color .35s ease;
}
body .elementor-widget.eaces-hover-invert .pxl-item--title,
body .elementor-widget.eaces-hover-invert .pxl-item--title a,
body .elementor-widget.eaces-hover-invert .pxl-item--description,
body .elementor-widget.eaces-hover-invert .pxl-item--icon i{
transition: color .35s ease, -webkit-text-fill-color .35s ease;
}
body .elementor-widget.eaces-hover-invert .pxl-icon-box:hover{
background-color: var(--e-global-color-secondary);
}
body .elementor-widget.eaces-hover-invert .pxl-icon-box:hover .pxl-item--title,
body .elementor-widget.eaces-hover-invert .pxl-icon-box:hover .pxl-item--title a,
body .elementor-widget.eaces-hover-invert .pxl-icon-box:hover .pxl-item--description{
color: var(--e-global-color-primary);
}
body .elementor-widget.eaces-hover-invert .pxl-icon-box:hover .pxl-item--icon i{
color: var(--e-global-color-primary);
-webkit-text-fill-color: var(--e-global-color-primary);
}  .eaces-svc{
display:grid !important;
grid-template-columns:33.3333% 1fr;
grid-template-areas:"media head" "media panel";
align-items:stretch;
}
.eaces-svc > .eaces-media{ grid-area:media; width:auto !important; min-height:320px; }
.eaces-svc > .eaces-head { grid-area:head;  width:auto !important; }
.eaces-svc > .eaces-panel{
grid-area:panel; background:#F5F3FF;
padding:0 10px 10px 10px; display:flex; flex-direction:column;
}
.eaces-svc.is-open{
grid-template-columns:1fr 33.3333%;
grid-template-areas:"head media" "panel panel";
}
.eaces-svc.is-open > .eaces-media{ min-height:290px; background-position:center 30% !important; }
.eaces-svc.is-open > .eaces-head{ display:flex; flex-direction:column; align-items:flex-start; justify-content:center; }
.eaces-svc.is-open > .eaces-panel{ padding-top:8px; padding-bottom:26px; }
.eaces-back{
display:none; align-items:center; gap:9px; align-self:flex-start;
margin:14px 0 16px 10px; padding:4px 0;
background:none; border:0; cursor:pointer;
font-family:"DM Sans",sans-serif; font-size:12.5px; font-weight:500;
letter-spacing:.14em; text-transform:uppercase; color:#3B1679;
transition:gap .22s ease;
}
.eaces-svc.is-open .eaces-back{ display:inline-flex; }
.eaces-back:hover{ gap:16px; }
.eaces-back:focus-visible{ outline:2px solid #3B1679; outline-offset:3px; }
.eaces-svc.is-open .e-n-accordion-item:not([open]){ display:none; }
.eaces-svc.is-open .e-n-accordion-item[open] > .e-n-accordion-item-title{
border:0 !important; padding:0 !important; margin:0 0 14px 0 !important; pointer-events:none;
}
.eaces-svc.is-open .e-n-accordion-item[open] .e-n-accordion-item-title-icon{ display:none !important; }
.eaces-svc.is-open .e-n-accordion-item[open] .e-n-accordion-item-title-text{
font-family:"Syne",sans-serif !important; font-weight:600 !important;
font-size:25px !important; line-height:1.25 !important; color:#3B1679 !important;
}
.eaces-svc.is-open .e-n-accordion-item[open] > .e-con{ border:0 !important; padding:0 !important; }
.eaces-svc.is-open .e-n-accordion-item[open] ul{
list-style:none; margin:0 !important; padding:0 !important; display:grid; gap:11px;
}
.eaces-svc.is-open .e-n-accordion-item[open] li{
position:relative; padding-left:28px; font-size:16px; line-height:1.6; color:#1F1B4B;
}
.eaces-svc.is-open .e-n-accordion-item[open] li::before{
content:""; position:absolute; left:4px; top:.62em; width:9px; height:9px;
background:#FFF188; border-radius:2px; transform:rotate(45deg);
}
.eaces-svc:not(.is-open) .e-n-accordion-item-title{ cursor:pointer; transition:background-color .25s ease; }
.eaces-svc:not(.is-open) .e-n-accordion-item-title:hover{ background-color:rgba(59,22,121,.05); }
:root.eaces-vt::view-transition-group(*){ animation-duration:460ms; animation-timing-function:cubic-bezier(.22,.61,.36,1); }
:root.eaces-vt::view-transition-image-pair(*){ isolation:auto; }
:root.eaces-vt::view-transition-old(root){ animation:none; opacity:0; }
:root.eaces-vt::view-transition-new(root){ animation:none; opacity:1; }
:root.eaces-vt::view-transition-old(eaces-media),
:root.eaces-vt::view-transition-old(eaces-head){ animation:none; opacity:0; }
:root.eaces-vt::view-transition-new(eaces-media){ animation:none; opacity:1; mix-blend-mode:normal; width:100%; height:100%; object-fit:cover; }
:root.eaces-vt::view-transition-new(eaces-head){ animation:none; opacity:1; mix-blend-mode:normal; width:100%; height:100%; object-fit:none; object-position:left center; }
:root.eaces-vt::view-transition-old(eaces-panel),
:root.eaces-vt::view-transition-new(eaces-panel){ mix-blend-mode:normal; width:100%; height:100%; object-fit:none; object-position:left top; }
:root.eaces-vt::view-transition-old(eaces-panel){ animation-duration:110ms; animation-timing-function:ease-out; }
:root.eaces-vt::view-transition-new(eaces-panel){ animation-duration:230ms; animation-delay:150ms; animation-fill-mode:backwards; animation-timing-function:ease-in; }
:root.eaces-vt::view-transition-image-pair(eaces-media),
:root.eaces-vt::view-transition-image-pair(eaces-panel){ overflow:hidden; }
@media (max-width:900px){
.eaces-svc,
.eaces-svc.is-open{ grid-template-columns:1fr; grid-template-areas:"media" "head" "panel"; }
.eaces-svc > .eaces-media,
.eaces-svc.is-open > .eaces-media{ min-height:0 !important; height:auto !important; aspect-ratio:16/9; background-position:center 32% !important; }
.eaces-svc.is-open > .eaces-head{ display:block; }
}
@media (max-width:600px){
.eaces-svc > .eaces-media,
.eaces-svc.is-open > .eaces-media{ aspect-ratio:4/3; }
.eaces-svc.is-open .e-n-accordion-item[open] .e-n-accordion-item-title-text{ font-size:21px !important; }
.eaces-svc.is-open .e-n-accordion-item[open] li{ font-size:15px; }
}   .eaces-svc .eaces-head > .elementor-widget-pxl_heading + .elementor-widget-pxl_heading{
max-width:62ch;
} .eaces-svc .eaces-head > [class*="elementor-widget-divider"]{ display:none !important; }
.eaces-svc > .eaces-head{ padding-bottom:20px !important; }
.eaces-svc > .eaces-panel{
border-top:1px solid #DDDFE0;
padding:14px 10px 24px 10px;
}
.eaces-svc.is-open > .eaces-panel{ padding-top:18px; padding-bottom:28px; } .eaces-svc .elementor-widget-n-accordion{ margin:0 !important; }
.eaces-svc .e-n-accordion-item-title{
border:0 !important;
border-bottom:1px solid #D5D8DC !important;
padding:15px 8px 15px 18px !important;
gap:14px !important;
} .elementor-element-c7928c2 > .eaces-panel{ background:#F0EDFE; }
@media (max-width:600px){
.eaces-svc .e-n-accordion-item-title{ padding:13px 4px 13px 14px !important; gap:11px !important; }
} .eaces-svc.is-open .e-n-accordion-item[open] > .e-n-accordion-item-title{
padding:0 0 0 10px !important;
} .eaces-svc .e-n-accordion-item-title-text:focus{ outline:none; }
.eaces-svc .e-n-accordion-item-title-text:focus-visible{ outline:2px solid #3B1679; outline-offset:4px; } .eaces-svc:not(.is-open) .e-n-accordion-item-title{
transition:background-color .25s ease, padding-left .25s ease;
}
.eaces-svc:not(.is-open) .e-n-accordion-item-title:hover{ padding-left:26px !important; }    .eaces-svc.is-open .e-n-accordion-item[open] li::before{
background:#3B1679; }  .eaces-svc.is-open > .eaces-head{
justify-content:flex-start;
padding-bottom:76px !important; } .eaces-svc.is-open > .eaces-panel{
position:relative;
} .eaces-svc.is-open .eaces-back{
position:absolute;
bottom:100%; left:20px; margin:0 0 16px; padding:12px 24px;
gap:10px; background:#3B1679;
color:#EDE9FE;
border:0;
border-radius:3px;
font-family:"DM Sans",sans-serif;
font-size:15px;
line-height:15px;
font-weight:500;
letter-spacing:normal;
text-transform:uppercase;
transition:none;
} .eaces-svc.is-open .eaces-back:hover{
background:#3B1679;
color:#EDE9FE;
gap:10px;
} .eaces-svc.is-open .eaces-back:focus-visible{
outline:2px solid #1F1B4B;
outline-offset:3px;
}   .elementor-element-d339d35 {
display: grid !important;
grid-template-columns: 240px 1fr 1fr !important;
gap: 0 !important;
align-items: stretch !important; background-color: var(--e-global-color-secondary, #EDE9FE) !important;
background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)) !important;
padding: 14px max(30px, calc((100% - 1290px) / 2)) 76px !important;
margin: 0 !important;
}
.elementor-element-4b729db,
.elementor-element-c515fc8,
.elementor-element-51af253,
.elementor-element-1df7e6e { display: contents !important; }
.elementor-element-51af253 .elementor-icon-list-items,
.elementor-element-1df7e6e .elementor-icon-list-items { display: contents !important; } .elementor-element-ea97977 { grid-column: 2; grid-row: 1; }
.elementor-element-a4de13f { grid-column: 3; grid-row: 1; }
.elementor-element-51af253 .elementor-icon-list-item { grid-column: 2; }
.elementor-element-1df7e6e .elementor-icon-list-item { grid-column: 3; }
.elementor-element-51af253 .elementor-icon-list-item:nth-child(1),
.elementor-element-1df7e6e .elementor-icon-list-item:nth-child(1) { grid-row: 2; }
.elementor-element-51af253 .elementor-icon-list-item:nth-child(2),
.elementor-element-1df7e6e .elementor-icon-list-item:nth-child(2) { grid-row: 3; }
.elementor-element-51af253 .elementor-icon-list-item:nth-child(3),
.elementor-element-1df7e6e .elementor-icon-list-item:nth-child(3) { grid-row: 4; }
.elementor-element-51af253 .elementor-icon-list-item:nth-child(4),
.elementor-element-1df7e6e .elementor-icon-list-item:nth-child(4) { grid-row: 5; }
.elementor-element-51af253 .elementor-icon-list-item:nth-child(5),
.elementor-element-1df7e6e .elementor-icon-list-item:nth-child(5) { grid-row: 6; } .elementor-element-ea97977,
.elementor-element-a4de13f {
margin: 0 !important;
padding: 30px 34px 22px !important;
border: 0 !important;
box-shadow: none !important;
}
.elementor-element-ea97977 { background: #E7E1FB !important; }
.elementor-element-a4de13f { background: #FFFFFF !important; }
.elementor-element-a4de13f p {
font-family: "Syne", sans-serif !important;
font-weight: 700 !important;
font-size: 26px !important;
line-height: 1.1 !important;
margin: 0 !important;
color: #8A86A0 !important;
} .elementor-element-ea97977 p {
display: block !important;
margin: 0 !important;
height: 32px !important;
text-indent: -9999px !important;
overflow: hidden !important;
background: url(//e-aces.com/eaces-new-site/wp-content/uploads/2026/08/eaces-wordmark-navy.png) left center / auto 32px no-repeat !important;
} .elementor-element-51af253 .elementor-icon-list-item,
.elementor-element-1df7e6e .elementor-icon-list-item {
display: flex !important;
align-items: flex-start !important;
gap: 15px !important;
margin: 0 !important;
padding: 19px 34px !important;
}
.elementor-element-51af253 .elementor-icon-list-item {
background: #E7E1FB !important;
border-top: 1px solid rgba(59, 22, 121, .14) !important;
position: relative !important;
overflow: visible !important;
}
.elementor-element-1df7e6e .elementor-icon-list-item {
background: #FFFFFF !important;
border-top: 1px solid #EFECF7 !important;
} .elementor-element-1df7e6e .elementor-icon-list-item::after { display: none !important; } .elementor-element-51af253 .elementor-icon-list-icon,
.elementor-element-1df7e6e .elementor-icon-list-icon {
flex: 0 0 18px !important;
width: 18px !important; height: 18px !important;
margin: 0 !important; padding: 0 !important;
background: transparent !important;
border-radius: 0 !important;
display: flex !important; align-items: center !important; justify-content: center !important;
align-self: flex-start !important;
position: relative !important; top: 3px !important;
}
.elementor-element-51af253 .elementor-icon-list-icon i,
.elementor-element-1df7e6e .elementor-icon-list-icon i {
display: flex !important;
align-items: center !important;
justify-content: center !important;
width: 100% !important; height: 100% !important;
line-height: 1 !important;
font-size: 13px !important;
}
.elementor-element-51af253 .elementor-icon-list-icon i { color: #3B1679 !important; }
.elementor-element-1df7e6e .elementor-icon-list-icon i { color: #BEB8D2 !important; } .elementor-element-1df7e6e .elementor-icon-list-icon i::before { content: "\f00d" !important; } .elementor-element-51af253 .elementor-icon-list-text,
.elementor-element-1df7e6e .elementor-icon-list-text {
font-family: "DM Sans", sans-serif !important;
font-size: 17px !important;
line-height: 1.5 !important;
padding: 0 !important; align-self: flex-start !important;
}
.elementor-element-51af253 .elementor-icon-list-text { color: #1F1B4B !important; }
.elementor-element-1df7e6e .elementor-icon-list-text { color: #7A7691 !important; } .elementor-element-51af253 .elementor-icon-list-item::before {
position: absolute !important;
left: -240px !important; right: auto !important;
top: -1px !important; bottom: 0 !important;
width: 240px !important; height: auto !important;
display: flex !important;
align-items: center !important;
padding-right: 24px !important;
border-top: 1px solid rgba(59, 22, 121, .13) !important;
font-family: "DM Sans", sans-serif !important;
font-size: 11.5px !important;
font-weight: 500 !important;
letter-spacing: .075em !important;
text-transform: uppercase !important;
line-height: 1.35 !important;
color: #3B1679 !important;
content: "01 // Kandidatenvorschläge";
}
.elementor-element-51af253 .elementor-icon-list-item:nth-child(2)::before { content: "02 // Ansprechpartner"; }
.elementor-element-51af253 .elementor-icon-list-item:nth-child(3)::before { content: "03 // Auswahl"; }
.elementor-element-51af253 .elementor-icon-list-item:nth-child(4)::before { content: "04 // Raten und Honorare"; }
.elementor-element-51af253 .elementor-icon-list-item:nth-child(5)::before { content: "05 // Nach der Besetzung"; }
html[lang^="en"] .elementor-element-51af253 .elementor-icon-list-item::before { content: "01 // Candidate proposals"; }
html[lang^="en"] .elementor-element-51af253 .elementor-icon-list-item:nth-child(2)::before { content: "02 // Point of contact"; }
html[lang^="en"] .elementor-element-51af253 .elementor-icon-list-item:nth-child(3)::before { content: "03 // Selection"; }
html[lang^="en"] .elementor-element-51af253 .elementor-icon-list-item:nth-child(4)::before { content: "04 // Rates and fees"; }
html[lang^="en"] .elementor-element-51af253 .elementor-icon-list-item:nth-child(5)::before { content: "05 // After placement"; } @media (max-width: 1199.98px) and (min-width: 992px) {
.elementor-element-d339d35 { grid-template-columns: 205px 1fr 1fr !important; }
.elementor-element-51af253 .elementor-icon-list-item::before {
left: -205px !important; width: 205px !important;
padding-right: 18px !important; font-size: 10.5px !important; letter-spacing: .04em !important;
}
.elementor-element-ea97977,
.elementor-element-a4de13f { padding: 26px 26px 20px !important; }
.elementor-element-a4de13f p { font-size: 23px !important; }
.elementor-element-ea97977 p { height: 28px !important; background-size: auto 28px !important; }
.elementor-element-51af253 .elementor-icon-list-item,
.elementor-element-1df7e6e .elementor-icon-list-item { padding: 16px 26px !important; }
.elementor-element-51af253 .elementor-icon-list-text,
.elementor-element-1df7e6e .elementor-icon-list-text { font-size: 16px !important; }
} @media (max-width: 991.98px) {
.elementor-element-d339d35 {
display: flex !important;
flex-direction: column !important;
gap: 16px !important;
padding: 8px 30px 56px !important;
}
.elementor-element-4b729db,
.elementor-element-c515fc8 {
display: flex !important; flex-direction: column !important;
margin: 0 !important; padding: 0 !important;
background: transparent !important; box-shadow: none !important;
}
.elementor-element-51af253,
.elementor-element-1df7e6e { display: block !important; }
.elementor-element-51af253 .elementor-icon-list-items,
.elementor-element-1df7e6e .elementor-icon-list-items { display: block !important; }
.elementor-element-ea97977,
.elementor-element-a4de13f { padding: 24px 24px 18px !important; }
.elementor-element-a4de13f p { font-size: 23px !important; }
.elementor-element-ea97977 p { height: 28px !important; background-size: auto 28px !important; }
.elementor-element-51af253 .elementor-icon-list-item,
.elementor-element-1df7e6e .elementor-icon-list-item { padding: 16px 24px !important; flex-wrap: wrap !important; }
.elementor-element-51af253 .elementor-icon-list-text,
.elementor-element-1df7e6e .elementor-icon-list-text { font-size: 16px !important; flex: 1 1 0 !important; min-width: 0 !important; } .elementor-element-51af253 .elementor-icon-list-item::before {
position: static !important;
left: auto !important; right: auto !important; top: auto !important; bottom: auto !important;
width: auto !important;
order: -1;
flex: 0 0 100%;
padding-right: 0 !important;
border-top: 0 !important;
margin: 0 0 9px !important;
font-size: 11px !important;
color: #3B1679 !important;
opacity: .85;
}
} @media (max-width: 600px) {
.elementor-element-d339d35 { padding: 8px 20px 48px !important; gap: 14px !important; }
.elementor-element-ea97977,
.elementor-element-a4de13f { padding: 22px 20px 16px !important; }
.elementor-element-a4de13f p { font-size: 21px !important; }
.elementor-element-ea97977 p { height: 26px !important; background-size: auto 26px !important; }
.elementor-element-51af253 .elementor-icon-list-item,
.elementor-element-1df7e6e .elementor-icon-list-item { padding: 15px 20px !important; }
.elementor-element-51af253 .elementor-icon-list-text,
.elementor-element-1df7e6e .elementor-icon-list-text { font-size: 15.5px !important; line-height: 1.45 !important; }
} .elementor-6791 .elementor-element.elementor-element-1d85ce75 {
background-color: var(--e-global-color-secondary, #EDE9FE) !important;
}   .elementor-page-173 .elementor-element-32607963{ margin-top:0 !important; }
@media (min-width:1025px){ .elementor-page-173 .elementor-element-c7ba719,
.elementor-page-173 .elementor-element-a1558cb{
min-height:81px; display:flex; flex-direction:column; justify-content:flex-end;
}
} .elementor-page-173 .elementor-element-32607963{ overflow:hidden; }
.elementor-page-173 .elementor-element-32607963 > .elementor-container{ align-items:stretch; } @media (min-width:1025px){
.elementor-page-173 .elementor-element-7c6dc30{ width:41% !important; }
.elementor-page-173 .elementor-element-547ea8c3{ width:59% !important; }
} .elementor-page-173 .elementor-element-547ea8c3 > .elementor-widget-wrap{
display:grid !important;
grid-template-columns:1fr 1fr;
column-gap:40px;
row-gap:32px;
align-content:center;
padding:clamp(40px,4.6vw,72px) clamp(24px,4.2vw,64px) !important;
}
.elementor-page-173 .elementor-element-455b57fb{
grid-column:1 / -1;
margin-bottom:clamp(18px,2vw,28px) !important;
}
.elementor-page-173 .elementor-element-1d9b755,
.elementor-page-173 .elementor-element-8a99c49,
.elementor-page-173 .elementor-element-1d9b755 > .elementor-container,
.elementor-page-173 .elementor-element-8a99c49 > .elementor-container,
.elementor-page-173 .elementor-element-1d9b755 .elementor-column,
.elementor-page-173 .elementor-element-8a99c49 .elementor-column,
.elementor-page-173 .elementor-element-1d9b755 .elementor-widget-wrap,
.elementor-page-173 .elementor-element-8a99c49 .elementor-widget-wrap{
display:contents !important;
} .elementor-page-173 .elementor-element-76e5d04,
.elementor-page-173 .elementor-element-a9ea11a,
.elementor-page-173 .elementor-element-ab7ecbb,
.elementor-page-173 .elementor-element-0ef09eb{
width:auto !important; max-width:none !important; margin:0 !important;
} .elementor-page-173 .elementor-element-76e5d04{ order:1; } .elementor-page-173 .elementor-element-0ef09eb{ order:2; } .elementor-page-173 .elementor-element-ab7ecbb{ order:3; } .elementor-page-173 .elementor-element-a9ea11a{ order:4; }  .elementor-page-173 .elementor-element-32607963 .pxl-icon-box{
background:none;
border:0;
padding:0;
}
.elementor-page-173 .elementor-element-32607963 .pxl-item--inner{
display:flex; align-items:center; gap:25px;
}
.elementor-page-173 .elementor-element-32607963 .pxl-item--meta{ min-width:0; } body.elementor-page-173 .elementor-element-32607963 .elementor-element.elementor-widget-pxl_icon_box .pxl-icon-box,
body.elementor-page-173 .elementor-element-32607963 .elementor-element.elementor-widget-pxl_icon_box .pxl-icon-box .pxl-item--inner,
body.elementor-page-173 .elementor-element-32607963 .elementor-element.elementor-widget-pxl_icon_box .pxl-icon-box .pxl-item--meta{
padding:0 !important; margin:0 !important;
} .elementor-page-173 .elementor-element-32607963 .pxl-item--icon{
flex:0 0 40px; width:40px; height:40px; margin-top:0 !important;
border-radius:50%; background:#3B1679;
display:flex; align-items:center; justify-content:center;
transition:background-color .3s ease;
}
.elementor-page-173 .elementor-element-32607963 .pxl-item--icon svg{
width:24px; height:24px; display:block;
}
.elementor-page-173 .elementor-element-32607963 .pxl-item--icon svg path{
fill:#FFFFFF; transition:fill .3s ease;
}
.elementor-page-173 .elementor-element-32607963 .pxl-icon-box:hover .pxl-item--icon{
background:#FFF188;
}
.elementor-page-173 .elementor-element-32607963 .pxl-icon-box:hover .pxl-item--icon svg path{
fill:#3B1679;
} .elementor-page-173 .elementor-element-32607963 .pxl-icon-box .pxl-item--title{
font-family:"DM Sans",sans-serif !important;
font-size:12px !important;
line-height:1.35 !important;
font-weight:700 !important;
letter-spacing:1.6px !important;
text-transform:uppercase !important;
color:#6A6490 !important;
margin:0 0 6px !important;
}
.elementor-page-173 .elementor-element-32607963 .pxl-icon-box .pxl-item--description,
.elementor-page-173 .elementor-element-32607963 .pxl-icon-box .pxl-item--description p{
font-family:"DM Sans",sans-serif !important;
font-size:16px !important;
line-height:1.55 !important;
font-weight:500 !important;
color:#1F1B4B !important;
margin:0 !important;
} @media (max-width:1024px){
.elementor-page-173 .elementor-element-32607963 > .elementor-container{ flex-wrap:wrap; }
.elementor-page-173 .elementor-element-7c6dc30{ width:100% !important; min-height:420px; }
.elementor-page-173 .elementor-element-547ea8c3{ width:100% !important; }
}
@media (max-width:640px){
.elementor-page-173 .elementor-element-7c6dc30{ min-height:300px; }
.elementor-page-173 .elementor-element-547ea8c3 > .elementor-widget-wrap{
grid-template-columns:1fr; row-gap:28px;
}
.elementor-page-173 .elementor-element-32607963 .pxl-item--inner{ gap:25px; }
.elementor-page-173 .elementor-element-32607963 .pxl-icon-box .pxl-item--description,
.elementor-page-173 .elementor-element-32607963 .pxl-icon-box .pxl-item--description p{ font-size:15px !important; }
}  .elementor-page-173 .eaces-booking-embed iframe{
margin-top:-34px !important; height:744px !important; }
@media (max-width:767px){
.elementor-page-173 .eaces-booking-embed iframe{
margin-top:0 !important;
height:710px !important;
}
}    .elementor-page-173 .elementor-element-bbdbc11 > .elementor-container > .elementor-column > .elementor-widget-wrap{
background: transparent !important;
} @media (min-width:1025px){
.elementor-page-173 .elementor-element-bbdbc11{
padding: 0 15px !important;
margin: 30px 0 !important; }
.elementor-page-173 .elementor-element-bbdbc11 > .elementor-container{
max-width: none !important;
width: 100% !important;
margin: 0 !important;
background: #FFFFFF;
border-radius: 8px;
padding: 70px max(15px, 50% - 645px) !important;
}
} @media (min-width:1201px){
.elementor-page-173 .elementor-element-97bd98b > .elementor-widget-wrap{
padding: 0 30px 0 0 !important; }
.elementor-page-173 .elementor-element-1cbd2e0 > .elementor-widget-wrap{
padding: 0 0 0 30px !important;
} .elementor-page-173 .elementor-element-bbdbc11 > .elementor-container > .elementor-column.elementor-element-1cbd2e0{
flex-grow: 1;
}
} @media (min-width:1025px) and (max-width:1200px){
.elementor-page-173 .elementor-element-97bd98b > .elementor-widget-wrap{
padding: 0 !important;
}
.elementor-page-173 .elementor-element-1cbd2e0 > .elementor-widget-wrap{
padding: 56px 0 0 !important; }
.elementor-page-173 .elementor-element-bbdbc11 > .elementor-container > .elementor-column + .elementor-column{
margin-top: 0 !important; }
} @media (max-width:1024px){
.elementor-page-173 .elementor-element-bbdbc11{
padding: 0 !important;
margin: 0 !important;
}
.elementor-page-173 .elementor-element-bbdbc11 > .elementor-container{
max-width: none !important;
width: 100% !important;
margin: 0 !important;
background: #FFFFFF;
border-radius: 0;
padding: 56px 30px !important;
}
.elementor-page-173 .elementor-element-97bd98b > .elementor-widget-wrap{
padding: 0 !important;
}
.elementor-page-173 .elementor-element-1cbd2e0 > .elementor-widget-wrap{
padding: 44px 0 0 !important;
}
.elementor-page-173 .elementor-element-bbdbc11 > .elementor-container > .elementor-column + .elementor-column{
margin-top: 0 !important;
}
} @media (max-width:767px){
.elementor-page-173 .elementor-element-bbdbc11 > .elementor-container{
padding: 44px 30px !important;
}
}     .elementor-element-43bab91 > .elementor-container,
.elementor-element-19b3749 > .elementor-container,
.elementor-element-6ae05ae > .elementor-container,
.elementor-element-a5aabeb > .elementor-container,
.elementor-element-4781eac > .elementor-container,
.elementor-element-43bab91 .elementor-inner-section > .elementor-container,
.elementor-element-19b3749 .elementor-inner-section > .elementor-container,
.elementor-element-6ae05ae .elementor-inner-section > .elementor-container,
.elementor-element-a5aabeb .elementor-inner-section > .elementor-container,
.elementor-element-4781eac .elementor-inner-section > .elementor-container{
max-width: 100% !important;
margin-left: 0 !important;
margin-right: 0 !important;
} @media (min-width:1025px){
.elementor-element-43bab91 > .elementor-container > .elementor-column > .elementor-widget-wrap,
.elementor-element-19b3749 > .elementor-container > .elementor-column > .elementor-widget-wrap,
.elementor-element-6ae05ae > .elementor-container > .elementor-column > .elementor-widget-wrap,
.elementor-element-a5aabeb > .elementor-container > .elementor-column > .elementor-widget-wrap,
.elementor-element-4781eac > .elementor-container > .elementor-column > .elementor-widget-wrap{
padding-left:  max(15px, 50% - 645px) !important;
padding-right: max(15px, 50% - 645px) !important;
}
} @media (max-width:1024px){
.elementor-element-43bab91 > .elementor-container > .elementor-column > .elementor-widget-wrap,
.elementor-element-19b3749 > .elementor-container > .elementor-column > .elementor-widget-wrap,
.elementor-element-6ae05ae > .elementor-container > .elementor-column > .elementor-widget-wrap,
.elementor-element-a5aabeb > .elementor-container > .elementor-column > .elementor-widget-wrap,
.elementor-element-4781eac > .elementor-container > .elementor-column > .elementor-widget-wrap{
padding-left: 30px !important;
padding-right: 30px !important;
}
} .elementor-element-43bab91 .elementor-inner-section > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap,
.elementor-element-19b3749 .elementor-inner-section > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap,
.elementor-element-6ae05ae .elementor-inner-section > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap,
.elementor-element-a5aabeb .elementor-inner-section > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap,
.elementor-element-4781eac .elementor-inner-section > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap{
padding-left: 0 !important;
}
.elementor-element-43bab91 .elementor-inner-section > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap,
.elementor-element-19b3749 .elementor-inner-section > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap,
.elementor-element-6ae05ae .elementor-inner-section > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap,
.elementor-element-a5aabeb .elementor-inner-section > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap,
.elementor-element-4781eac .elementor-inner-section > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap{
padding-right: 0 !important;
} .elementor-element-137e239 > .elementor-widget-container{
margin-left: 0 !important;
margin-right: 0 !important;
}  #pxl-main {
padding-bottom: 0 !important;
}  @media (min-width: 768px) {
.elementor-163 .elementor-element.elementor-element-da6f8b0 > .elementor-element-populated {
padding-left: max(30px, 100% - 645px) !important;
}
}    body.page-id-19530 .elementor-element.elementor-element-52f93ea2{
padding-left:30px;
padding-right:30px;
}
body.page-id-19530 .elementor-element.elementor-element-52f93ea2 > .elementor-container{
max-width:1290px;
margin-left:auto;
margin-right:auto;
} body.page-id-19530 .elementor-element.elementor-element-78fbe666 > .elementor-element-populated{
padding:70px 40px 70px 0;
}
body.page-id-19530 .elementor-element.elementor-element-2171f5a1 > .elementor-element-populated{
margin:0;
padding:64px 50px; background-color:#fff;
}
body.page-id-19530 .elementor-element.elementor-element-5761ed6b > .elementor-widget-container{
margin-top:0;
} body.page-id-19530 .elementor-element.elementor-element-8166e56{
margin-bottom:15px;
}
body.page-id-19530 .elementor-element.elementor-element-66b154d8 h3{
font-weight:700;
margin-bottom:15px;
}
body.page-id-19530 .elementor-element.elementor-element-66b154d8::after{
content:none !important; } body.page-id-19530 .elementor-element.elementor-element-1dd04fb .pxl-image-wg{
height:100% !important;
}
body.page-id-19530 .elementor-element.elementor-element-1dd04fb img{
width:100% !important;
height:100% !important;
object-fit:cover !important;
} @media (min-width:1025px) and (max-width:1200px){
body.page-id-19530 .elementor-element.elementor-element-78fbe666,
body.page-id-19530 .elementor-element.elementor-element-2171f5a1{
width:50%;
}
body.page-id-19530 .elementor-element.elementor-element-78fbe666 > .elementor-element-populated{
padding:56px 32px 56px 0;
}
body.page-id-19530 .elementor-element.elementor-element-2171f5a1 > .elementor-element-populated{
padding:48px 40px;
}
body.page-id-19530 .elementor-element.elementor-element-3602d1f9 .elementor-column,
body.page-id-19530 .elementor-element.elementor-element-6cb1b572 .elementor-column{
width:100%;
}
body.page-id-19530 .elementor-element.elementor-element-33098137,
body.page-id-19530 .elementor-element.elementor-element-5ef6b190{
margin-top:24px;
}
body.page-id-19530 .elementor-element.elementor-element-33098137 > .elementor-element-populated,
body.page-id-19530 .elementor-element.elementor-element-5ef6b190 > .elementor-element-populated{
padding-left:0;
}
} @media (max-width:1024px){
body.page-id-19530 .elementor-element.elementor-element-78fbe666 > .elementor-element-populated{
padding:56px 0 0;
max-width:760px;
}
body.page-id-19530 .elementor-element.elementor-element-2171f5a1 > .elementor-element-populated{
max-width:760px;
margin:40px 0 56px;
padding:48px 40px;
}
body.page-id-19530 .elementor-element.elementor-element-1dd04fb > .elementor-widget-container{
margin-top:40px;
}
} @media (max-width:767px){
body.page-id-19530 .elementor-element.elementor-element-78fbe666 > .elementor-element-populated{
padding:44px 0 0;
}
body.page-id-19530 .elementor-element.elementor-element-2171f5a1 > .elementor-element-populated{
margin:32px 0 44px;
padding:32px 24px;
}
body.page-id-19530 .elementor-element.elementor-element-1dd04fb > .elementor-widget-container{
margin-top:32px;
}
} body.page-id-19530 .elementor-element-52f93ea2 .pxl-icon-box .pxl-item--title.el-empty{
display:none;
}   @media (max-width:1024px){
.pxl-entry-content .elementor .e-con{
padding-left:15px !important;
padding-right:15px !important;
}
} @media (max-width:1349px){
#pxl-header-elementor .elementor-section:not(.elementor-inner-section) > .elementor-container{
padding-left:15px !important;
padding-right:15px !important;
}
.pxl-header-mobile .pxl-header-branding,
.pxl-header-mobile-default .pxl-header-branding{
margin-left:30px !important;
}
}  @media (min-width:1201px){
body.page-id-19530 .elementor-element.elementor-element-1dd04fb .pxl-image-wg{
height:calc(100% + 55px) !important;
}
}  body.page-id-173 .elementor-element.elementor-element-eb8b41e{
margin-top:30px !important;
margin-bottom:30px !important;
}   @media (max-width:1200px){
#pxl-nav-mobile{
right:30px !important;
}
}   @media (min-width:1025px){
body.page-id-19530 .elementor-element.elementor-element-2171f5a1 > .elementor-element-populated{
margin-top:30px !important;
margin-bottom:30px !important;
}
}@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-59bd2d54.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-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-09f504e0.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-ec145187.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-6b29be68.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-48514a2c.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-a81d578b.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-894b2e7f.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-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-e2103707.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-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-8ed4bb54.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-59bd2d54.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-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-09f504e0.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-ec145187.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-6b29be68.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-48514a2c.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-a81d578b.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-894b2e7f.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-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-e2103707.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-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-8ed4bb54.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-59bd2d54.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-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-09f504e0.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-ec145187.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-6b29be68.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-48514a2c.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-a81d578b.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-894b2e7f.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-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-e2103707.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-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-8ed4bb54.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-59bd2d54.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-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-09f504e0.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-ec145187.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-6b29be68.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-48514a2c.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-a81d578b.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-894b2e7f.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-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-e2103707.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-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-8ed4bb54.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-59bd2d54.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-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-09f504e0.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-ec145187.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-6b29be68.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-48514a2c.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-a81d578b.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-894b2e7f.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-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-e2103707.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-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-8ed4bb54.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-59bd2d54.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-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-09f504e0.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-ec145187.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-6b29be68.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-48514a2c.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-a81d578b.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-894b2e7f.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-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-e2103707.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-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-8ed4bb54.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-59bd2d54.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-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-09f504e0.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-ec145187.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-6b29be68.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-48514a2c.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-a81d578b.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-894b2e7f.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-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-e2103707.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-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-8ed4bb54.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-59bd2d54.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-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-09f504e0.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-ec145187.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-6b29be68.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-48514a2c.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-a81d578b.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-894b2e7f.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-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-e2103707.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-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-8ed4bb54.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-59bd2d54.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-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-09f504e0.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-ec145187.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-6b29be68.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-48514a2c.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-a81d578b.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-894b2e7f.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-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-e2103707.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-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-8ed4bb54.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-210e0792.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-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-f6655444.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-0249f65a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-b5151e85.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-ba5507f2.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-da69b94e.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-bbbbbd37.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-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-f0106b44.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-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-0f7fcdc8.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-210e0792.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-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-f6655444.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-0249f65a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-b5151e85.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-ba5507f2.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-da69b94e.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-bbbbbd37.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-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-f0106b44.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-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-0f7fcdc8.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-210e0792.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-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-f6655444.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-0249f65a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-b5151e85.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-ba5507f2.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-da69b94e.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-bbbbbd37.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-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-f0106b44.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-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-0f7fcdc8.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-210e0792.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-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-f6655444.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-0249f65a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-b5151e85.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-ba5507f2.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-da69b94e.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-bbbbbd37.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-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-f0106b44.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-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-0f7fcdc8.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-210e0792.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-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-f6655444.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-0249f65a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-b5151e85.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-ba5507f2.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-da69b94e.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-bbbbbd37.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-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-f0106b44.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-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-0f7fcdc8.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-210e0792.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-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-f6655444.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-0249f65a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-b5151e85.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-ba5507f2.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-da69b94e.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-bbbbbd37.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-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-f0106b44.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-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-0f7fcdc8.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-210e0792.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-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-f6655444.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-0249f65a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-b5151e85.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-ba5507f2.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-da69b94e.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-bbbbbd37.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-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-f0106b44.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-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-0f7fcdc8.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-210e0792.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-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-f6655444.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-0249f65a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-b5151e85.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-ba5507f2.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-da69b94e.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-bbbbbd37.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-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-f0106b44.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-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-0f7fcdc8.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-210e0792.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-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-f6655444.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-0249f65a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-b5151e85.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-ba5507f2.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-da69b94e.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-bbbbbd37.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-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-f0106b44.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-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/roboto-0f7fcdc8.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-56de4385.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-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-fa7c06b8.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-ca82665f.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-cb40bc4b.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-429238b9.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-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-ef584ac5.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-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-c5e794db.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-56de4385.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-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-fa7c06b8.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-ca82665f.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-cb40bc4b.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-429238b9.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-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-ef584ac5.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-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-c5e794db.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-56de4385.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-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-fa7c06b8.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-ca82665f.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-cb40bc4b.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-429238b9.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-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-ef584ac5.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-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-c5e794db.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-56de4385.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-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-fa7c06b8.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-ca82665f.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-cb40bc4b.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-429238b9.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-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-ef584ac5.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-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-c5e794db.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-56de4385.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-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-fa7c06b8.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-ca82665f.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-cb40bc4b.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-429238b9.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-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-ef584ac5.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-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-c5e794db.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-56de4385.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-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-fa7c06b8.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-ca82665f.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-cb40bc4b.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-429238b9.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-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-ef584ac5.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-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-c5e794db.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-56de4385.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-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-fa7c06b8.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-ca82665f.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-cb40bc4b.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-429238b9.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-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-ef584ac5.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-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-c5e794db.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-56de4385.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-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-fa7c06b8.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-ca82665f.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-cb40bc4b.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-429238b9.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-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-ef584ac5.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-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-c5e794db.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-56de4385.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-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-fa7c06b8.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-ca82665f.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-cb40bc4b.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-429238b9.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-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-ef584ac5.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-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-c5e794db.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Syne';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/syne-015af7c0.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Syne';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/syne-4f40e3cc.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-family: 'Syne';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/syne-c0b6673b.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Syne';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/syne-015af7c0.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Syne';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/syne-4f40e3cc.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-family: 'Syne';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/syne-c0b6673b.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Syne';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/syne-015af7c0.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Syne';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/syne-4f40e3cc.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-family: 'Syne';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/syne-c0b6673b.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Syne';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/syne-015af7c0.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Syne';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/syne-4f40e3cc.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-family: 'Syne';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/syne-c0b6673b.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Syne';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/syne-015af7c0.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Syne';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/syne-4f40e3cc.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-family: 'Syne';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/syne-c0b6673b.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'DM Sans';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-a233b6d6.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-family: 'DM Sans';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-5224995c.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'DM Sans';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-a233b6d6.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-family: 'DM Sans';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-5224995c.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'DM Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-a233b6d6.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-family: 'DM Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-5224995c.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'DM Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-a233b6d6.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-family: 'DM Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-5224995c.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'DM Sans';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-a233b6d6.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-family: 'DM Sans';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-5224995c.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'DM Sans';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-a233b6d6.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-family: 'DM Sans';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-5224995c.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'DM Sans';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-a233b6d6.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-family: 'DM Sans';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-5224995c.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'DM Sans';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-a233b6d6.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-family: 'DM Sans';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-5224995c.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'DM Sans';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-a233b6d6.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-family: 'DM Sans';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-5224995c.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'DM Sans';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-850928f5.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-family: 'DM Sans';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-002a94d0.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'DM Sans';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-850928f5.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-family: 'DM Sans';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-002a94d0.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'DM Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-850928f5.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-family: 'DM Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-002a94d0.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'DM Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-850928f5.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-family: 'DM Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-002a94d0.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'DM Sans';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-850928f5.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-family: 'DM Sans';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-002a94d0.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'DM Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-850928f5.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-family: 'DM Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-002a94d0.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'DM Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-850928f5.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-family: 'DM Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-002a94d0.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'DM Sans';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-850928f5.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-family: 'DM Sans';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-002a94d0.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'DM Sans';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-850928f5.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-family: 'DM Sans';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/dmsans-002a94d0.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Public Sans';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-d07511e7.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-family: 'Public Sans';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-341a4cfc.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-family: 'Public Sans';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-342344d1.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Public Sans';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-d07511e7.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-family: 'Public Sans';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-341a4cfc.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-family: 'Public Sans';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-342344d1.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Public Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-d07511e7.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-family: 'Public Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-341a4cfc.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-family: 'Public Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-342344d1.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Public Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-d07511e7.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-family: 'Public Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-341a4cfc.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-family: 'Public Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-342344d1.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Public Sans';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-d07511e7.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-family: 'Public Sans';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-341a4cfc.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-family: 'Public Sans';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-342344d1.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Public Sans';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-d07511e7.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-family: 'Public Sans';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-341a4cfc.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-family: 'Public Sans';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-342344d1.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Public Sans';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-d07511e7.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-family: 'Public Sans';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-341a4cfc.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-family: 'Public Sans';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-342344d1.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Public Sans';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-d07511e7.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-family: 'Public Sans';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-341a4cfc.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-family: 'Public Sans';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-342344d1.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Public Sans';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-d07511e7.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-family: 'Public Sans';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-341a4cfc.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-family: 'Public Sans';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-342344d1.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Public Sans';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-1bfda743.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-family: 'Public Sans';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-53e02343.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-family: 'Public Sans';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-6e68d19a.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Public Sans';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-1bfda743.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-family: 'Public Sans';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-53e02343.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-family: 'Public Sans';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-6e68d19a.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Public Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-1bfda743.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-family: 'Public Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-53e02343.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-family: 'Public Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-6e68d19a.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Public Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-1bfda743.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-family: 'Public Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-53e02343.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-family: 'Public Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-6e68d19a.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Public Sans';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-1bfda743.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-family: 'Public Sans';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-53e02343.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-family: 'Public Sans';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-6e68d19a.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Public Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-1bfda743.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-family: 'Public Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-53e02343.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-family: 'Public Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-6e68d19a.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Public Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-1bfda743.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-family: 'Public Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-53e02343.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-family: 'Public Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-6e68d19a.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Public Sans';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-1bfda743.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-family: 'Public Sans';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-53e02343.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-family: 'Public Sans';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-6e68d19a.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Public Sans';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-1bfda743.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-family: 'Public Sans';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-53e02343.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-family: 'Public Sans';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/publicsans-6e68d19a.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto Serif';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-01206684.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-family: 'Roboto Serif';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-6828f10a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Serif';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-53146363.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-family: 'Roboto Serif';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-72e74db1.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-family: 'Roboto Serif';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-071a82fb.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto Serif';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-01206684.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-family: 'Roboto Serif';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-6828f10a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Serif';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-53146363.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-family: 'Roboto Serif';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-72e74db1.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-family: 'Roboto Serif';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-071a82fb.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto Serif';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-01206684.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-family: 'Roboto Serif';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-6828f10a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Serif';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-53146363.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-family: 'Roboto Serif';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-72e74db1.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-family: 'Roboto Serif';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-071a82fb.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto Serif';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-01206684.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-family: 'Roboto Serif';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-6828f10a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Serif';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-53146363.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-family: 'Roboto Serif';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-72e74db1.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-family: 'Roboto Serif';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-071a82fb.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto Serif';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-01206684.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-family: 'Roboto Serif';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-6828f10a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Serif';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-53146363.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-family: 'Roboto Serif';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-72e74db1.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-family: 'Roboto Serif';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-071a82fb.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto Serif';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-01206684.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-family: 'Roboto Serif';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-6828f10a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Serif';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-53146363.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-family: 'Roboto Serif';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-72e74db1.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-family: 'Roboto Serif';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-071a82fb.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto Serif';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-01206684.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-family: 'Roboto Serif';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-6828f10a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Serif';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-53146363.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-family: 'Roboto Serif';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-72e74db1.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-family: 'Roboto Serif';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-071a82fb.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto Serif';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-01206684.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-family: 'Roboto Serif';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-6828f10a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Serif';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-53146363.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-family: 'Roboto Serif';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-72e74db1.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-family: 'Roboto Serif';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-071a82fb.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto Serif';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-01206684.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-family: 'Roboto Serif';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-6828f10a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Serif';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-53146363.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-family: 'Roboto Serif';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-72e74db1.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-family: 'Roboto Serif';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-071a82fb.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto Serif';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-bae46605.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-family: 'Roboto Serif';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-208c495c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Serif';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-5707119a.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-family: 'Roboto Serif';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-660f7fda.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-family: 'Roboto Serif';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-460039f3.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto Serif';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-bae46605.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-family: 'Roboto Serif';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-208c495c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Serif';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-5707119a.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-family: 'Roboto Serif';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-660f7fda.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-family: 'Roboto Serif';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-460039f3.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto Serif';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-bae46605.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-family: 'Roboto Serif';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-208c495c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Serif';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-5707119a.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-family: 'Roboto Serif';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-660f7fda.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-family: 'Roboto Serif';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-460039f3.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto Serif';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-bae46605.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-family: 'Roboto Serif';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-208c495c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Serif';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-5707119a.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-family: 'Roboto Serif';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-660f7fda.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-family: 'Roboto Serif';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-460039f3.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto Serif';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-bae46605.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-family: 'Roboto Serif';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-208c495c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Serif';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-5707119a.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-family: 'Roboto Serif';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-660f7fda.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-family: 'Roboto Serif';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-460039f3.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto Serif';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-bae46605.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-family: 'Roboto Serif';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-208c495c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Serif';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-5707119a.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-family: 'Roboto Serif';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-660f7fda.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-family: 'Roboto Serif';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-460039f3.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto Serif';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-bae46605.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-family: 'Roboto Serif';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-208c495c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Serif';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-5707119a.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-family: 'Roboto Serif';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-660f7fda.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-family: 'Roboto Serif';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-460039f3.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto Serif';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-bae46605.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-family: 'Roboto Serif';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-208c495c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Serif';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-5707119a.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-family: 'Roboto Serif';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-660f7fda.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-family: 'Roboto Serif';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-460039f3.woff2) format('woff2');
unicode-range: U+0000-00FF, 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-family: 'Roboto Serif';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-bae46605.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-family: 'Roboto Serif';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-208c495c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Serif';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-5707119a.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-family: 'Roboto Serif';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-660f7fda.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-family: 'Roboto Serif';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://e-aces.com/eaces-new-site/wp-content/uploads/elementor/google-fonts/fonts/robotoserif-460039f3.woff2) format('woff2');
unicode-range: U+0000-00FF, 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;
}