@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;800&display=swap");
:root {
  --e-a-font-family: "Poppins", sans-serif;
  --heading-1: normal normal 800 38px/1.02em "Poppins";
  --heading-2: normal normal 800 28px/1.333em "Poppins";
  --heading-3: normal normal 800 24px/1.454em "Poppins";
  --heading-4: normal normal 700 22px/1.2em "Poppins";
  --heading-5: normal normal 700 18px/1.285em "Poppins";
  --heading-accent: normal normal 700 18px/1.928em "Poppins";
  --heading-6: normal normal 700 16px/1.458em "Poppins";
  --ingress: normal normal 700 18px/1.8em "Poppins";
  --font-footer: normal normal 500 18px/1.5em "Poppins";
  --heading-bordered: normal normal 700 16px/1.388em "Poppins";
  --heading-card: normal normal 700 24px/1.421em "Poppins";
  --paragraph: normal normal 400 16px/1.875em "Poppins";
  --quote: normal normal 300 24px/1.578em "Poppins";
  --label: normal normal normal 12px/1.333em "Poppins";
  --purple: #BD3395;
  --purple-active: #9F2A7D;
  --red: #E11327;
  --red-active: #B70D1D;
  --red-deep: #98012E;
  --black: #1A171B;
  --grey: #E6E6E6;
  --box-shadow: #00000029;
}
@media (min-width: 768px) {
  :root {
    --heading-1: normal normal 800 55px/1.02em "Poppins";
    --heading-2: normal normal 800 45px/1.333em "Poppins";
    --heading-3: normal normal 800 38px/1.454em "Poppins";
    --heading-4: normal normal 700 28px/1.2em "Poppins";
    --heading-5: normal normal 700 22px/1.285em "Poppins";
    --heading-accent: normal normal 700 24px/1.928em "Poppins";
    --heading-6: normal normal 700 22px/1.458em "Poppins";
    --ingress: normal normal 700 20px/1.8em "Poppins";
    --font-footer: normal normal 500 20px/1.5em "Poppins";
    --heading-bordered: normal normal 700 18px/1.388em "Poppins";
    --heading-card: normal normal 700 32px/1.421em "Poppins";
    --quote: normal normal 300 38px/1.578em "Poppins";
  }
}
@media (min-width: 1025px) {
  :root {
    --heading-1: normal normal 800 78px/1.02em "Poppins";
    --heading-2: normal normal 800 60px/1.333em "Poppins";
    --heading-3: normal normal 800 55px/1.454em "Poppins";
    --heading-4: normal normal 700 45px/1.2em "Poppins";
    --heading-5: normal normal 700 42px/1.285em "Poppins";
    --heading-accent: normal normal 700 28px/1.928em "Poppins";
    --heading-6: normal normal 700 24px/1.458em "Poppins";
    --heading-card: normal normal 700 38px/1.421em "Poppins";
  }
}

body {
  font: var(--paragraph);
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

b, strong {
  font-weight: 500;
}

i, em {
  font-weight: 500;
  font-style: italic;
}

a {
  transition: all 0.4s ease-in-out;
}
a, a:visited {
  color: var(--purple);
}
a:hover, a:active, a:focus {
  color: var(--red);
}

.elementor-button {
  border-radius: 24px;
  background-image: linear-gradient(180deg, var(--red), var(--purple), var(--red-active), var(--purple-active));
  background-size: 100% 250%;
  background-position: top;
  padding: 13px 27px;
  transition: all 0.4s ease-in-out;
}
.elementor-button:hover, .elementor-button:focus, .elementor-button:active {
  background-position: bottom;
}
.style-accent .elementor-button {
  border-radius: 10px;
  text-transform: uppercase;
  box-shadow: 4px 4px 0px var(--black);
  outline: 3px solid #fff;
  outline-offset: -3px;
  font-size: 18px;
  font-weight: 700;
  padding: 19px 28px;
}

h1, .h1 {
  font: var(--heading-1);
  line-height: 1.5em;
}
h1 a:visited, h1 a:hover, h1 a:focus, h1 a:active, .h1 a:visited, .h1 a:hover, .h1 a:focus, .h1 a:active {
  color: inherit;
}
h1.heading-accent, .heading-style-accent h1, .h1.heading-accent, .heading-style-accent .h1 {
  font: var(--heading-accent);
  line-height: 1.5em;
}
a .article-title h1, a .article-title .h1 {
  color: var(--black);
}
.heading-style-bordered h1, .heading-style-bordered .h1 {
  font: var(--heading-bordered);
  border-left: 4px solid var(--red);
  padding-left: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
}
.light-text .heading-style-bordered h1, .light-text .heading-style-bordered .h1 {
  border-color: #fff;
}
.heading-style-card h1, .heading-style-card .h1 {
  font: var(--heading-card);
}

.h1 h1, .h1 h2, .h1 h3, .h1 h4, .h1 h5, .h1 h6 {
  font: var(--heading-1);
}

h2, .h2 {
  font: var(--heading-2);
  line-height: 1.5em;
}
h2 a:visited, h2 a:hover, h2 a:focus, h2 a:active, .h2 a:visited, .h2 a:hover, .h2 a:focus, .h2 a:active {
  color: inherit;
}
h2.heading-accent, .heading-style-accent h2, .h2.heading-accent, .heading-style-accent .h2 {
  font: var(--heading-accent);
  line-height: 1.5em;
}
a .article-title h2, a .article-title .h2 {
  color: var(--black);
}
.heading-style-bordered h2, .heading-style-bordered .h2 {
  font: var(--heading-bordered);
  border-left: 4px solid var(--red);
  padding-left: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
}
.light-text .heading-style-bordered h2, .light-text .heading-style-bordered .h2 {
  border-color: #fff;
}
.heading-style-card h2, .heading-style-card .h2 {
  font: var(--heading-card);
}

.h2 h1, .h2 h2, .h2 h3, .h2 h4, .h2 h5, .h2 h6 {
  font: var(--heading-2);
}

h3, .h3 {
  font: var(--heading-3);
  line-height: 1.5em;
}
h3 a:visited, h3 a:hover, h3 a:focus, h3 a:active, .h3 a:visited, .h3 a:hover, .h3 a:focus, .h3 a:active {
  color: inherit;
}
h3.heading-accent, .heading-style-accent h3, .h3.heading-accent, .heading-style-accent .h3 {
  font: var(--heading-accent);
  line-height: 1.5em;
}
a .article-title h3, a .article-title .h3 {
  color: var(--black);
}
.heading-style-bordered h3, .heading-style-bordered .h3 {
  font: var(--heading-bordered);
  border-left: 4px solid var(--red);
  padding-left: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
}
.light-text .heading-style-bordered h3, .light-text .heading-style-bordered .h3 {
  border-color: #fff;
}
.heading-style-card h3, .heading-style-card .h3 {
  font: var(--heading-card);
}

.h3 h1, .h3 h2, .h3 h3, .h3 h4, .h3 h5, .h3 h6 {
  font: var(--heading-3);
}

h4, .h4 {
  font: var(--heading-4);
  line-height: 1.5em;
}
h4 a:visited, h4 a:hover, h4 a:focus, h4 a:active, .h4 a:visited, .h4 a:hover, .h4 a:focus, .h4 a:active {
  color: inherit;
}
h4.heading-accent, .heading-style-accent h4, .h4.heading-accent, .heading-style-accent .h4 {
  font: var(--heading-accent);
  line-height: 1.5em;
}
a .article-title h4, a .article-title .h4 {
  color: var(--black);
}
.heading-style-bordered h4, .heading-style-bordered .h4 {
  font: var(--heading-bordered);
  border-left: 4px solid var(--red);
  padding-left: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
}
.light-text .heading-style-bordered h4, .light-text .heading-style-bordered .h4 {
  border-color: #fff;
}
.heading-style-card h4, .heading-style-card .h4 {
  font: var(--heading-card);
}

.h4 h1, .h4 h2, .h4 h3, .h4 h4, .h4 h5, .h4 h6 {
  font: var(--heading-4);
}

h5, .h5 {
  font: var(--heading-5);
  line-height: 1.5em;
}
h5 a:visited, h5 a:hover, h5 a:focus, h5 a:active, .h5 a:visited, .h5 a:hover, .h5 a:focus, .h5 a:active {
  color: inherit;
}
h5.heading-accent, .heading-style-accent h5, .h5.heading-accent, .heading-style-accent .h5 {
  font: var(--heading-accent);
  line-height: 1.5em;
}
a .article-title h5, a .article-title .h5 {
  color: var(--black);
}
.heading-style-bordered h5, .heading-style-bordered .h5 {
  font: var(--heading-bordered);
  border-left: 4px solid var(--red);
  padding-left: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
}
.light-text .heading-style-bordered h5, .light-text .heading-style-bordered .h5 {
  border-color: #fff;
}
.heading-style-card h5, .heading-style-card .h5 {
  font: var(--heading-card);
}

.h5 h1, .h5 h2, .h5 h3, .h5 h4, .h5 h5, .h5 h6 {
  font: var(--heading-5);
}

h6, .h6 {
  font: var(--heading-6);
  line-height: 1.5em;
}
h6 a:visited, h6 a:hover, h6 a:focus, h6 a:active, .h6 a:visited, .h6 a:hover, .h6 a:focus, .h6 a:active {
  color: inherit;
}
h6.heading-accent, .heading-style-accent h6, .h6.heading-accent, .heading-style-accent .h6 {
  font: var(--heading-accent);
  line-height: 1.5em;
}
a .article-title h6, a .article-title .h6 {
  color: var(--black);
}
.heading-style-bordered h6, .heading-style-bordered .h6 {
  font: var(--heading-bordered);
  border-left: 4px solid var(--red);
  padding-left: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
}
.light-text .heading-style-bordered h6, .light-text .heading-style-bordered .h6 {
  border-color: #fff;
}
.heading-style-card h6, .heading-style-card .h6 {
  font: var(--heading-card);
}

.h6 h1, .h6 h2, .h6 h3, .h6 h4, .h6 h5, .h6 h6 {
  font: var(--heading-6);
}

.heading-style-bordered span {
  font: var(--heading-bordered);
  border-left: 4px solid var(--red);
  padding-left: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
}
.light-text .heading-style-bordered span {
  border-color: #fff;
}

.heading-style-primary {
  text-shadow: 7px 7px 0px #000;
  color: #fff;
}

.ingress {
  font: var(--ingress);
}

.light-text .elementor-element address, .light-text .elementor-element blockquote, .light-text .elementor-element canvas, .light-text .elementor-element dd, .light-text .elementor-element dl, .light-text .elementor-element dt, .light-text .elementor-element fieldset, .light-text .elementor-element figcaption, .light-text .elementor-element figure, .light-text .elementor-element form, .light-text .elementor-element h1, .light-text .elementor-element h2, .light-text .elementor-element h3, .light-text .elementor-element h4, .light-text .elementor-element h5, .light-text .elementor-element h6, .light-text .elementor-element hr, .light-text .elementor-element li, .light-text .elementor-element main, .light-text .elementor-element nav, .light-text .elementor-element noscript, .light-text .elementor-element ol, .light-text .elementor-element p, .light-text .elementor-element pre, .light-text .elementor-element table, .light-text .elementor-element tfoot, .light-text .elementor-element ul, .light-text .elementor-element video, .light-text .elementor-element a, .light-text .elementor-element abbr, .light-text .elementor-element acronym, .light-text .elementor-element bdo, .light-text .elementor-element big, .light-text .elementor-element br, .light-text .elementor-element button, .light-text .elementor-element cite, .light-text .elementor-element code, .light-text .elementor-element dfn, .light-text .elementor-element img, .light-text .elementor-element input, .light-text .elementor-element kbd, .light-text .elementor-element label, .light-text .elementor-element map, .light-text .elementor-element object, .light-text .elementor-element output, .light-text .elementor-element q, .light-text .elementor-element samp, .light-text .elementor-element script, .light-text .elementor-element select, .light-text .elementor-element small, .light-text .elementor-element span, .light-text .elementor-element sub, .light-text .elementor-element sup, .light-text .elementor-element textarea, .light-text .elementor-element time, .light-text .elementor-element tt, .light-text .elementor-element var {
  color: #fff;
}

@media (max-width: 419px) {
  .elementor-25 .elementor-element.elementor-element-21ff3ef {
    --e-con-grid-template-columns:1fr !important;
  }
}
.quick-link-icon {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  box-shadow: 0px 3px 6px var(--box-shadow);
  background-color: #fff;
  padding: 25%;
}
.quick-link-icon .icon {
  background-color: #000;
  background-image: linear-gradient(180deg, #000, var(--purple), var(--red));
  background-size: 100% 0px;
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
}
.quick-link-icon .icon.contract {
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72.012 72"><g id="contract" transform="translate(0 -0.039)"><path id="Path_7" data-name="Path 7" d="M235.145,98.686a3.6,3.6,0,0,0-6.6-.864l-.6,1.044a1.2,1.2,0,0,0-1.632.432l-3.048,5.2-1.044-.6a1.2,1.2,0,1,0-1.2,2.076l1.044.6-10.2,17.676-2.52,6.732-1.2,2.244a3.6,3.6,0,0,0,.192,3.888l-2.7,3.312-.756-1.9a2.4,2.4,0,0,0-4.284-.336l-.432.732-.408-4.8a2.4,2.4,0,0,0-4.668-.564l-2.952,8.856a1.2,1.2,0,0,0,.756,1.512,1.039,1.039,0,0,0,.372.1,1.2,1.2,0,0,0,1.14-.816l2.94-8.856.42,4.871a2.4,2.4,0,0,0,4.452,1.032l.444-.732.744,1.884a2.4,2.4,0,0,0,4.1.612l2.8-3.54a3.7,3.7,0,0,0,.948.12,3.6,3.6,0,0,0,3.132-1.777l1.2-2,4.572-5.556,10.308-17.892,1.044.6a1.2,1.2,0,0,1,.444,1.644l-4.8,8.316a1.191,1.191,0,1,0,2.028,1.248l4.8-8.316a3.6,3.6,0,0,0-1.32-4.92l-1.044-.6,3-5.2a1.2,1.2,0,0,0-.432-1.632l.6-1.044A3.6,3.6,0,0,0,235.145,98.686Zm-4.524.336a1.2,1.2,0,0,1,.732-.564,1.26,1.26,0,0,1,.912.12,1.2,1.2,0,0,1,.564.732,1.26,1.26,0,0,1-.12.912l-.6,1.044-2.088-1.2Zm-16.356,33.5-.6-.348-1.776-1.032,1.7-4.56,3.78,2.184Zm-3.6,3.468a1.2,1.2,0,0,1-.36-1.572l.6-1.044,2.088,1.2-.6,1.032a1.2,1.2,0,0,1-1.728.384Zm8.076-9.192-4.152-2.4,9.6-16.632,4.152,2.4Zm10.8-18.708-4.152-2.4,2.4-4.152,4.152,2.4Zm0,0" transform="translate(-163.265 -81.583)"/><path id="Path_8" data-name="Path 8" d="M76.151,356.885,71.9,361.121l-2.544-2.544a1.2,1.2,0,1,0-1.692,1.7l2.544,2.544a2.419,2.419,0,0,0,3.4,0l4.236-4.248a1.2,1.2,0,0,0-1.692-1.692Zm0,0" transform="translate(-57.216 -303.073)"/><path id="Path_9" data-name="Path 9" d="M32,322.241a10.2,10.2,0,1,0,20.4,0,1.2,1.2,0,1,0-2.4,0A7.8,7.8,0,1,1,46.88,316a1.2,1.2,0,0,0,1.44-1.92A10.2,10.2,0,0,0,32,322.241Zm0,0" transform="translate(-27.2 -265.202)"/><path id="Path_10" data-name="Path 10" d="M104.4,50.439a1.2,1.2,0,1,0,0-2.4H73.2a1.2,1.2,0,0,0-1.2,1.2v4.8a1.2,1.2,0,0,0,1.2,1.2h31.2a1.2,1.2,0,1,0,0-2.4h-30v-2.4Zm0,0" transform="translate(-61.2 -40.8)"/><path id="Path_11" data-name="Path 11" d="M97.2,112.039a1.2,1.2,0,1,0,0,2.4h24a1.2,1.2,0,0,0,0-2.4Zm0,0" transform="translate(-81.6 -95.2)"/><path id="Path_12" data-name="Path 12" d="M155.6,168.039H129.2a1.2,1.2,0,1,0,0,2.4h26.4a1.2,1.2,0,0,0,0-2.4Zm0,0" transform="translate(-108.8 -142.8)"/><path id="Path_13" data-name="Path 13" d="M82.4,217.239a1.2,1.2,0,0,0-1.2-1.2h-24a1.2,1.2,0,0,0,0,2.4h24A1.2,1.2,0,0,0,82.4,217.239Zm0,0" transform="translate(-47.6 -183.6)"/><path id="Path_14" data-name="Path 14" d="M257.6,216.039h-8.4a1.2,1.2,0,0,0,0,2.4h8.4a1.2,1.2,0,0,0,0-2.4Zm0,0" transform="translate(-210.8 -183.6)"/><path id="Path_15" data-name="Path 15" d="M69.2,258.439a1.2,1.2,0,1,0,0-2.4h-12a1.2,1.2,0,1,0,0,2.4Zm0,0" transform="translate(-47.6 -217.6)"/><path id="Path_16" data-name="Path 16" d="M169.2,258.439h8.4a1.2,1.2,0,1,0,0-2.4h-8.4a1.2,1.2,0,1,0,0,2.4Zm0,0" transform="translate(-142.8 -217.6)"/><path id="Path_17" data-name="Path 17" d="M54,55.239a1.2,1.2,0,0,0-1.2,1.2v12a1.2,1.2,0,0,1-1.2,1.2H3.6a1.2,1.2,0,0,1-1.2-1.2V3.639a1.2,1.2,0,0,1,1.2-1.2h48a1.2,1.2,0,0,1,1.2,1.2V26.175a1.2,1.2,0,1,0,2.4,0V3.639a3.6,3.6,0,0,0-3.6-3.6H3.6A3.6,3.6,0,0,0,0,3.639v64.8a3.6,3.6,0,0,0,3.6,3.6h48a3.6,3.6,0,0,0,3.6-3.6v-12A1.2,1.2,0,0,0,54,55.239Zm0,0"/></g></svg>');
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72.012 72"><g id="contract" transform="translate(0 -0.039)"><path id="Path_7" data-name="Path 7" d="M235.145,98.686a3.6,3.6,0,0,0-6.6-.864l-.6,1.044a1.2,1.2,0,0,0-1.632.432l-3.048,5.2-1.044-.6a1.2,1.2,0,1,0-1.2,2.076l1.044.6-10.2,17.676-2.52,6.732-1.2,2.244a3.6,3.6,0,0,0,.192,3.888l-2.7,3.312-.756-1.9a2.4,2.4,0,0,0-4.284-.336l-.432.732-.408-4.8a2.4,2.4,0,0,0-4.668-.564l-2.952,8.856a1.2,1.2,0,0,0,.756,1.512,1.039,1.039,0,0,0,.372.1,1.2,1.2,0,0,0,1.14-.816l2.94-8.856.42,4.871a2.4,2.4,0,0,0,4.452,1.032l.444-.732.744,1.884a2.4,2.4,0,0,0,4.1.612l2.8-3.54a3.7,3.7,0,0,0,.948.12,3.6,3.6,0,0,0,3.132-1.777l1.2-2,4.572-5.556,10.308-17.892,1.044.6a1.2,1.2,0,0,1,.444,1.644l-4.8,8.316a1.191,1.191,0,1,0,2.028,1.248l4.8-8.316a3.6,3.6,0,0,0-1.32-4.92l-1.044-.6,3-5.2a1.2,1.2,0,0,0-.432-1.632l.6-1.044A3.6,3.6,0,0,0,235.145,98.686Zm-4.524.336a1.2,1.2,0,0,1,.732-.564,1.26,1.26,0,0,1,.912.12,1.2,1.2,0,0,1,.564.732,1.26,1.26,0,0,1-.12.912l-.6,1.044-2.088-1.2Zm-16.356,33.5-.6-.348-1.776-1.032,1.7-4.56,3.78,2.184Zm-3.6,3.468a1.2,1.2,0,0,1-.36-1.572l.6-1.044,2.088,1.2-.6,1.032a1.2,1.2,0,0,1-1.728.384Zm8.076-9.192-4.152-2.4,9.6-16.632,4.152,2.4Zm10.8-18.708-4.152-2.4,2.4-4.152,4.152,2.4Zm0,0" transform="translate(-163.265 -81.583)"/><path id="Path_8" data-name="Path 8" d="M76.151,356.885,71.9,361.121l-2.544-2.544a1.2,1.2,0,1,0-1.692,1.7l2.544,2.544a2.419,2.419,0,0,0,3.4,0l4.236-4.248a1.2,1.2,0,0,0-1.692-1.692Zm0,0" transform="translate(-57.216 -303.073)"/><path id="Path_9" data-name="Path 9" d="M32,322.241a10.2,10.2,0,1,0,20.4,0,1.2,1.2,0,1,0-2.4,0A7.8,7.8,0,1,1,46.88,316a1.2,1.2,0,0,0,1.44-1.92A10.2,10.2,0,0,0,32,322.241Zm0,0" transform="translate(-27.2 -265.202)"/><path id="Path_10" data-name="Path 10" d="M104.4,50.439a1.2,1.2,0,1,0,0-2.4H73.2a1.2,1.2,0,0,0-1.2,1.2v4.8a1.2,1.2,0,0,0,1.2,1.2h31.2a1.2,1.2,0,1,0,0-2.4h-30v-2.4Zm0,0" transform="translate(-61.2 -40.8)"/><path id="Path_11" data-name="Path 11" d="M97.2,112.039a1.2,1.2,0,1,0,0,2.4h24a1.2,1.2,0,0,0,0-2.4Zm0,0" transform="translate(-81.6 -95.2)"/><path id="Path_12" data-name="Path 12" d="M155.6,168.039H129.2a1.2,1.2,0,1,0,0,2.4h26.4a1.2,1.2,0,0,0,0-2.4Zm0,0" transform="translate(-108.8 -142.8)"/><path id="Path_13" data-name="Path 13" d="M82.4,217.239a1.2,1.2,0,0,0-1.2-1.2h-24a1.2,1.2,0,0,0,0,2.4h24A1.2,1.2,0,0,0,82.4,217.239Zm0,0" transform="translate(-47.6 -183.6)"/><path id="Path_14" data-name="Path 14" d="M257.6,216.039h-8.4a1.2,1.2,0,0,0,0,2.4h8.4a1.2,1.2,0,0,0,0-2.4Zm0,0" transform="translate(-210.8 -183.6)"/><path id="Path_15" data-name="Path 15" d="M69.2,258.439a1.2,1.2,0,1,0,0-2.4h-12a1.2,1.2,0,1,0,0,2.4Zm0,0" transform="translate(-47.6 -217.6)"/><path id="Path_16" data-name="Path 16" d="M169.2,258.439h8.4a1.2,1.2,0,1,0,0-2.4h-8.4a1.2,1.2,0,1,0,0,2.4Zm0,0" transform="translate(-142.8 -217.6)"/><path id="Path_17" data-name="Path 17" d="M54,55.239a1.2,1.2,0,0,0-1.2,1.2v12a1.2,1.2,0,0,1-1.2,1.2H3.6a1.2,1.2,0,0,1-1.2-1.2V3.639a1.2,1.2,0,0,1,1.2-1.2h48a1.2,1.2,0,0,1,1.2,1.2V26.175a1.2,1.2,0,1,0,2.4,0V3.639a3.6,3.6,0,0,0-3.6-3.6H3.6A3.6,3.6,0,0,0,0,3.639v64.8a3.6,3.6,0,0,0,3.6,3.6h48a3.6,3.6,0,0,0,3.6-3.6v-12A1.2,1.2,0,0,0,54,55.239Zm0,0"/></g></svg>');
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
}
.quick-link-icon .icon.benefits {
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg id="benefits" enable-background="new 0 0 3873 3873" viewBox="0 0 3873 3873" xmlns="http://www.w3.org/2000/svg"><g><g><path d="m2362.5 2859.5c-.6 0-1.2 0-1.9 0l-722.3-4.9c-33.4-.2-60.3-27.5-60.1-60.9.2-33.3 27.3-60.1 60.5-60.1h.4l722.3 4.9c81.3.6 149.6-64.6 150.2-148.2.6-82.3-65.9-149.6-148.2-150.2l-298.8-2c-96.3-.6-190.3-28.1-271.8-79.5l-183.8-115.8c-62.4-39.3-134.3-60.4-208.1-60.9l-536.4-3.6c-33.4-.2-60.3-27.5-60.1-60.9.2-32.7 26.5-60.1 60.9-60.1l536.4 3.6c96.3.6 190.3 28.1 271.8 79.5l183.8 115.8c62.4 39.3 134.3 60.4 208.1 60.9l298.8 2c149 1 269.4 123 268.4 272-1 148.4-122 268.4-270.1 268.4z"/></g><g><path d="m1725.5 3498.6c-114.6-19.6-224.6-69.8-317.9-145-154.2-124.2-349.9-227.2-549-227.2-33.2 0-60.3-26.8-60.5-60.1-.2-33.4 26.7-60.7 60.1-60.9 229.3 0 450.9 113.4 625.4 254 77.3 62.3 168.1 103.8 262.4 120 198.4 34 348.4-24.5 420.1-62.4 67.5-35.7 131.1-66.3 194.5-93.5.1 0 1034-444.2 1034.1-444.3 75.9-31.3 112.6-117.7 81.1-194.8-31.5-76.3-118.6-112.5-194.8-81.1l-821.3 338.4c-30.9 12.7-66.3-2-79-32.9s2-66.3 32.9-79l821.3-338.4c178.9-73.8 374.8 59.6 373.2 251.6-.7 109-66.2 206.2-166.9 247.9-1052.6 455.1-1054.9 446.4-1218.6 533.1-141.5 74.4-316 105.3-497.1 74.6z"/></g><g><path d="m789.9 3310.3-489.3-3.3c-70.8-.4-127.2-58.4-126.6-128.4l7.9-1175.5c.4-68.5 55.5-126.6 128.4-126.6l489.3 3.3c70.3.5 127.1 58.1 126.7 128.4l-7.9 1175.5c-.6 68.6-56 126.6-128.5 126.6zm7.3-127.4 7.9-1175.5c0-3.6-2.9-6.5-6.4-6.5-522.2-2.9-490.3-5-493.9-1.4-3.5 3.5-.9-47.9-9.8 1179.9 0 3.6 2.9 6.5 6.5 6.5l489.2 3.4c3.6 0 6.5-2.9 6.5-6.4z"/></g><g><path d="m2770.6 2219.3c-78.5 0-135.7-68.6-172.7-76-36.9-7.4-116.6 33.5-188.8 3-69.9-29.5-96.3-115.2-124.3-134-28.5-19.3-116.5-10.6-170.7-64.9-54-54-45.7-142-64.9-170.7-19.5-28.8-104.2-53.8-134-124.3-30.3-71.5 10.2-152.6 3-188.8-7.3-36.5-76-94.5-76-172.7 0-78.4 68.6-136.1 76-172.7 2.6-13-1.6-35.5-5.8-57.2-7.3-38.4-16.4-86.2 2.8-131.6 29.5-69.9 115.2-96.3 134-124.3 19.3-28.5 10.6-116.5 64.9-170.7 54-54 142-45.7 170.7-64.9 28.8-19.5 53.8-104.2 124.3-134 71.5-30.3 152.6 10.2 188.8 3 36.5-7.3 94.5-76 172.7-76 78.4 0 136.1 68.6 172.7 76 13 2.6 35.5-1.6 57.2-5.8 38.4-7.3 86.2-16.4 131.6 2.8 69.9 29.5 96.3 115.2 124.3 134 28.5 19.3 116.5 10.6 170.7 64.9 54 54 45.7 142 64.9 170.7 19.5 28.8 104.2 53.8 134 124.3 30.3 71.5-10.2 152.6-3 188.8 7.4 36.5 76 94.5 76 172.7 0 78.5-68.6 135.7-76 172.7-7.4 36.9 33.5 116.6 3 188.8-29.5 69.9-115.2 96.3-134 124.3-19.3 28.5-10.6 116.5-64.9 170.7-34.2 34.2-80.9 43-118.4 50.2-19.9 3.8-42.4 8.1-52.3 14.7-28.8 19.5-53.8 104.2-124.3 134-71.5 30.3-152.6-10.2-188.8-3-12.9 2.6-31.9 15.2-50.3 27.4-32.6 21.6-73.1 48.6-122.4 48.6zm-55.5-149.4c20 13.3 42.7 28.4 55.4 28.4 28 0 84.2-60.7 148.7-73.7 65.1-13.1 139.7 21.1 165.6 10.1 10.1-4.3 25.2-27.8 36.3-45 17.3-26.8 36.9-57.3 67.4-77.9 53.2-35.9 135.1-32.4 152.8-50.1 7.8-7.8 12.8-34.2 16.8-55.4 16.9-90.1 35.6-116.2 111.2-164.8 17.2-11.1 40.7-26.2 45-36.3 10.8-25.7-23.2-100.8-10.1-165.6 13.1-64.9 73.7-120.6 73.7-148.7 0-12.7-15.1-35.4-28.4-55.4-50.5-76-57-106.2-39.8-197 4.5-23.6 9.5-50.3 4.6-61.9-4.3-10.1-27.8-25.2-45-36.3-26.8-17.3-57.3-36.9-77.9-67.4-35.9-53.2-32.4-135.1-50.1-152.8-7.8-7.8-34.2-12.8-55.4-16.8-90.1-16.9-116.2-35.6-164.8-111.2-11.1-17.2-26.2-40.7-36.3-45-25.7-10.8-100.8 23.2-165.6 10.1-64.9-13.1-120.6-73.7-148.7-73.7-28.3 0-83.6 60.6-148.7 73.7s-139.7-21.1-165.6-10.1c-10.1 4.3-25.2 27.8-36.3 45-17.3 26.8-36.9 57.3-67.4 77.9-53.2 35.9-135.1 32.4-152.8 50.1-7.8 7.8-12.8 34.2-16.8 55.4-16.9 90.1-35.6 116.2-111.2 164.8-17.2 11.1-40.7 26.2-45 36.3-4.9 11.6.2 38.3 4.6 61.9 17.2 90.8 10.7 120.9-39.8 197-13.3 20-28.4 42.7-28.4 55.4 0 28 60.7 84.2 73.7 148.7 13.1 65.1-21.1 139.7-10.1 165.6 4.3 10.1 27.8 25.2 45 36.3 26.8 17.3 57.3 36.9 77.9 67.4 35.9 53.2 32.4 135.1 50.1 152.8 7.8 7.8 34.2 12.8 55.4 16.8 90.1 16.9 116.2 35.6 164.8 111.2 11.1 17.2 26.2 40.7 36.3 45 11.6 4.9 38.3-.2 61.9-4.6 88.4-16.6 118.4-12.4 197 39.8z"/></g><g><path d="m2770.6 1889.7c-330.9 0-598.9-267.8-598.9-598.9 0-331 267.8-598.8 598.9-598.8 330.9 0 598.9 267.8 598.9 598.9 0 160-62.3 310.3-175.4 423.5-113.2 113-263.6 175.3-423.5 175.3zm0-1076.6c-263.5 0-477.8 214.4-477.8 477.8s214.4 477.8 477.8 477.8 477.8-214.4 477.8-477.8c0-263.5-214.3-477.8-477.8-477.8z"/></g><g><path d="m2916.9 1613-146.4-76.9-146.4 76.9c-44.4 23.3-96.3-14.5-87.8-63.8l28-163-118.3-115.4c-35.8-35-16-96 33.6-103.2l163.6-23.8 73.2-148.3c22.1-44.8 86.4-44.9 108.6 0l73.2 148.3 163.6 23.8c49.4 7.1 69.6 68.3 33.6 103.2l-118.4 115.4 28 163c3.9 22.7-5.4 45.6-24.1 59.2-19.5 13.9-44 15.1-64 4.6zm-298.7-343.3 53.4 52c14.3 13.9 20.8 33.9 17.4 53.6l-12.6 73.5 66-34.7c17.6-9.3 38.7-9.3 56.3 0l66 34.7-12.6-73.5c-3.4-19.6 3.1-39.7 17.4-53.6l53.4-52-73.8-10.7c-19.7-2.9-36.7-15.2-45.6-33.1l-33-66.9-33 66.9c-8.8 17.9-25.9 30.2-45.6 33.1z"/></g></g></svg>');
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url('data:image/svg+xml;utf-8,<svg id="benefits" enable-background="new 0 0 3873 3873" viewBox="0 0 3873 3873" xmlns="http://www.w3.org/2000/svg"><g><g><path d="m2362.5 2859.5c-.6 0-1.2 0-1.9 0l-722.3-4.9c-33.4-.2-60.3-27.5-60.1-60.9.2-33.3 27.3-60.1 60.5-60.1h.4l722.3 4.9c81.3.6 149.6-64.6 150.2-148.2.6-82.3-65.9-149.6-148.2-150.2l-298.8-2c-96.3-.6-190.3-28.1-271.8-79.5l-183.8-115.8c-62.4-39.3-134.3-60.4-208.1-60.9l-536.4-3.6c-33.4-.2-60.3-27.5-60.1-60.9.2-32.7 26.5-60.1 60.9-60.1l536.4 3.6c96.3.6 190.3 28.1 271.8 79.5l183.8 115.8c62.4 39.3 134.3 60.4 208.1 60.9l298.8 2c149 1 269.4 123 268.4 272-1 148.4-122 268.4-270.1 268.4z"/></g><g><path d="m1725.5 3498.6c-114.6-19.6-224.6-69.8-317.9-145-154.2-124.2-349.9-227.2-549-227.2-33.2 0-60.3-26.8-60.5-60.1-.2-33.4 26.7-60.7 60.1-60.9 229.3 0 450.9 113.4 625.4 254 77.3 62.3 168.1 103.8 262.4 120 198.4 34 348.4-24.5 420.1-62.4 67.5-35.7 131.1-66.3 194.5-93.5.1 0 1034-444.2 1034.1-444.3 75.9-31.3 112.6-117.7 81.1-194.8-31.5-76.3-118.6-112.5-194.8-81.1l-821.3 338.4c-30.9 12.7-66.3-2-79-32.9s2-66.3 32.9-79l821.3-338.4c178.9-73.8 374.8 59.6 373.2 251.6-.7 109-66.2 206.2-166.9 247.9-1052.6 455.1-1054.9 446.4-1218.6 533.1-141.5 74.4-316 105.3-497.1 74.6z"/></g><g><path d="m789.9 3310.3-489.3-3.3c-70.8-.4-127.2-58.4-126.6-128.4l7.9-1175.5c.4-68.5 55.5-126.6 128.4-126.6l489.3 3.3c70.3.5 127.1 58.1 126.7 128.4l-7.9 1175.5c-.6 68.6-56 126.6-128.5 126.6zm7.3-127.4 7.9-1175.5c0-3.6-2.9-6.5-6.4-6.5-522.2-2.9-490.3-5-493.9-1.4-3.5 3.5-.9-47.9-9.8 1179.9 0 3.6 2.9 6.5 6.5 6.5l489.2 3.4c3.6 0 6.5-2.9 6.5-6.4z"/></g><g><path d="m2770.6 2219.3c-78.5 0-135.7-68.6-172.7-76-36.9-7.4-116.6 33.5-188.8 3-69.9-29.5-96.3-115.2-124.3-134-28.5-19.3-116.5-10.6-170.7-64.9-54-54-45.7-142-64.9-170.7-19.5-28.8-104.2-53.8-134-124.3-30.3-71.5 10.2-152.6 3-188.8-7.3-36.5-76-94.5-76-172.7 0-78.4 68.6-136.1 76-172.7 2.6-13-1.6-35.5-5.8-57.2-7.3-38.4-16.4-86.2 2.8-131.6 29.5-69.9 115.2-96.3 134-124.3 19.3-28.5 10.6-116.5 64.9-170.7 54-54 142-45.7 170.7-64.9 28.8-19.5 53.8-104.2 124.3-134 71.5-30.3 152.6 10.2 188.8 3 36.5-7.3 94.5-76 172.7-76 78.4 0 136.1 68.6 172.7 76 13 2.6 35.5-1.6 57.2-5.8 38.4-7.3 86.2-16.4 131.6 2.8 69.9 29.5 96.3 115.2 124.3 134 28.5 19.3 116.5 10.6 170.7 64.9 54 54 45.7 142 64.9 170.7 19.5 28.8 104.2 53.8 134 124.3 30.3 71.5-10.2 152.6-3 188.8 7.4 36.5 76 94.5 76 172.7 0 78.5-68.6 135.7-76 172.7-7.4 36.9 33.5 116.6 3 188.8-29.5 69.9-115.2 96.3-134 124.3-19.3 28.5-10.6 116.5-64.9 170.7-34.2 34.2-80.9 43-118.4 50.2-19.9 3.8-42.4 8.1-52.3 14.7-28.8 19.5-53.8 104.2-124.3 134-71.5 30.3-152.6-10.2-188.8-3-12.9 2.6-31.9 15.2-50.3 27.4-32.6 21.6-73.1 48.6-122.4 48.6zm-55.5-149.4c20 13.3 42.7 28.4 55.4 28.4 28 0 84.2-60.7 148.7-73.7 65.1-13.1 139.7 21.1 165.6 10.1 10.1-4.3 25.2-27.8 36.3-45 17.3-26.8 36.9-57.3 67.4-77.9 53.2-35.9 135.1-32.4 152.8-50.1 7.8-7.8 12.8-34.2 16.8-55.4 16.9-90.1 35.6-116.2 111.2-164.8 17.2-11.1 40.7-26.2 45-36.3 10.8-25.7-23.2-100.8-10.1-165.6 13.1-64.9 73.7-120.6 73.7-148.7 0-12.7-15.1-35.4-28.4-55.4-50.5-76-57-106.2-39.8-197 4.5-23.6 9.5-50.3 4.6-61.9-4.3-10.1-27.8-25.2-45-36.3-26.8-17.3-57.3-36.9-77.9-67.4-35.9-53.2-32.4-135.1-50.1-152.8-7.8-7.8-34.2-12.8-55.4-16.8-90.1-16.9-116.2-35.6-164.8-111.2-11.1-17.2-26.2-40.7-36.3-45-25.7-10.8-100.8 23.2-165.6 10.1-64.9-13.1-120.6-73.7-148.7-73.7-28.3 0-83.6 60.6-148.7 73.7s-139.7-21.1-165.6-10.1c-10.1 4.3-25.2 27.8-36.3 45-17.3 26.8-36.9 57.3-67.4 77.9-53.2 35.9-135.1 32.4-152.8 50.1-7.8 7.8-12.8 34.2-16.8 55.4-16.9 90.1-35.6 116.2-111.2 164.8-17.2 11.1-40.7 26.2-45 36.3-4.9 11.6.2 38.3 4.6 61.9 17.2 90.8 10.7 120.9-39.8 197-13.3 20-28.4 42.7-28.4 55.4 0 28 60.7 84.2 73.7 148.7 13.1 65.1-21.1 139.7-10.1 165.6 4.3 10.1 27.8 25.2 45 36.3 26.8 17.3 57.3 36.9 77.9 67.4 35.9 53.2 32.4 135.1 50.1 152.8 7.8 7.8 34.2 12.8 55.4 16.8 90.1 16.9 116.2 35.6 164.8 111.2 11.1 17.2 26.2 40.7 36.3 45 11.6 4.9 38.3-.2 61.9-4.6 88.4-16.6 118.4-12.4 197 39.8z"/></g><g><path d="m2770.6 1889.7c-330.9 0-598.9-267.8-598.9-598.9 0-331 267.8-598.8 598.9-598.8 330.9 0 598.9 267.8 598.9 598.9 0 160-62.3 310.3-175.4 423.5-113.2 113-263.6 175.3-423.5 175.3zm0-1076.6c-263.5 0-477.8 214.4-477.8 477.8s214.4 477.8 477.8 477.8 477.8-214.4 477.8-477.8c0-263.5-214.3-477.8-477.8-477.8z"/></g><g><path d="m2916.9 1613-146.4-76.9-146.4 76.9c-44.4 23.3-96.3-14.5-87.8-63.8l28-163-118.3-115.4c-35.8-35-16-96 33.6-103.2l163.6-23.8 73.2-148.3c22.1-44.8 86.4-44.9 108.6 0l73.2 148.3 163.6 23.8c49.4 7.1 69.6 68.3 33.6 103.2l-118.4 115.4 28 163c3.9 22.7-5.4 45.6-24.1 59.2-19.5 13.9-44 15.1-64 4.6zm-298.7-343.3 53.4 52c14.3 13.9 20.8 33.9 17.4 53.6l-12.6 73.5 66-34.7c17.6-9.3 38.7-9.3 56.3 0l66 34.7-12.6-73.5c-3.4-19.6 3.1-39.7 17.4-53.6l53.4-52-73.8-10.7c-19.7-2.9-36.7-15.2-45.6-33.1l-33-66.9-33 66.9c-8.8 17.9-25.9 30.2-45.6 33.1z"/></g></g></svg>');
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
}
.quick-link-icon .icon.bucket {
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg version="1.1" id="bucket" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512.001 512.001" style="enable-background:new 0 0 512.001 512.001;" xml:space="preserve"><g><g><path d="M494.999,205.318c-2.238-2.622-5.081-4.579-8.234-5.75L491.155,172c1.857-11.666-3.08-23.08-12.183-29.826 c4.138-6.745,8.357-12.882,12.714-18.485c1.546-1.987,2.846-4.175,3.863-6.501c6.117-13.986,0.532-30.869-12.716-38.437 c-7.364-4.206-15.868-5.158-23.951-2.685c-7.969,2.44-14.65,8.128-18.331,15.604c-0.893,1.816-1.606,3.721-2.119,5.663 c-3.235,12.249-7.831,24.749-14.264,38.75H101.214c-5.521-27.956-6.094-56.392-1.669-84.582l0.11-0.698 c1.996-12.719-1.657-25.626-10.026-35.409C81.261,5.611,69.078,0,56.203,0c-14.37,0-27.857,7.037-36.076,18.824 c-8.221,11.787-10.163,26.875-5.196,40.36l4.579,12.434c6.486,17.613,10.922,35.99,13.182,54.622l1.898,15.649 c0.008,0.069,0.017,0.138,0.028,0.207l0.407,2.727c0.002,0.014,0.006,0.027,0.008,0.041c0.002,0.011,0.002,0.022,0.003,0.032 l8.544,53.657c-4.693,0.724-9.003,3.099-12.132,6.766c-3.799,4.451-5.45,10.32-4.53,16.1l1.858,11.669 c1.552,9.75,9.845,16.826,19.717,16.826h3.265l28.258,177.472c-3.179,1.283-6.043,3.32-8.326,5.994 c-4.1,4.804-5.882,11.138-4.889,17.376l1.354,8.503c1.601,10.059,9.854,17.462,19.884,18.097 c4.281,20.226,21.882,34.643,42.824,34.643h268.781V512c20.959,0,38.573-14.443,42.827-34.643 c10.029-0.637,18.279-8.041,19.881-18.097l1.354-8.504c0.993-6.237-0.789-12.571-4.889-17.376 c-2.282-2.674-5.146-4.711-8.326-5.994l28.263-177.508c9.515-0.373,17.406-7.307,18.916-16.79l1.858-11.669 C500.449,215.639,498.798,209.771,494.999,205.318z M345.124,151.313h60.135l-3.16,29.906l-8.417,17.096h-51.041L345.124,151.313z M272.866,151.313h57.009l-2.483,47.002h-54.526V151.313z M257.639,151.313v47.002h-56.109l-2.483-47.002H257.639z M183.797,151.313l2.483,47.002h-56.067l-4.967-47.002H183.797z M109.936,151.313l4.967,47.002H58.959l-7.483-47.002H109.936z M33.799,66.355l-4.579-12.434c-3.296-8.949-2.057-18.566,3.397-26.388c5.454-7.82,14.052-12.307,23.588-12.307 c8.418,0,16.383,3.668,21.853,10.066c5.471,6.396,7.861,14.835,6.555,23.151l-0.11,0.698c-4.548,28.97-4.145,58.185,1.192,86.945 H49.224l-1.417-11.68C45.404,104.605,40.692,85.073,33.799,66.355z M48.491,234.687c-2.342,0-4.31-1.679-4.678-3.993 l-1.858-11.669c-0.299-1.878,0.545-3.199,1.075-3.82c0.53-0.621,1.703-1.662,3.603-1.662c0.007,0,0,0,0.007,0h339.546 l-10.41,21.144h-43.085H48.491z M367.964,249.914c-8.072,14.267-18.222,27.268-30.094,38.658l2.042-38.658H367.964z M324.664,249.914l-2.759,52.223c-11.969,9-25.203,16.579-39.444,22.471c-3.294,1.363-6.488,2.921-9.596,4.622v-79.317H324.664z M220.848,425.82h-7.296l-9.295-175.906h53.382v89.605c-11.037,9.052-20.166,20.471-26.642,33.625 C222.798,389.798,219.386,407.938,220.848,425.82z M67.175,249.914h53.18l2.703,25.584c0.413,3.91,3.716,6.814,7.562,6.814 c0.268,0,0.538-0.014,0.809-0.043c4.181-0.442,7.213-4.19,6.771-8.372l-2.534-23.984h53.34l9.295,175.906h-44.046l-12.249-115.911 c-0.442-4.182-4.195-7.21-8.372-6.771c-4.181,0.442-7.213,4.19-6.771,8.372l12.08,114.311H95.184L67.175,249.914z M89.432,462.191 L89.432,462.191c-3.125,0.001-5.75-2.239-6.241-5.326l-1.354-8.503c-0.399-2.505,0.727-4.268,1.434-5.096s2.271-2.218,4.808-2.218 c0.007,0,0,0,0.007,0c0.004,0,59.306,0,59.31,0h58.933h16.976c0.515,2.12,1.075,4.232,1.733,6.326 c1.627,5.173,3.673,10.114,6.065,14.817H89.432z M130.861,496.772c-12.497,0-23.174-7.87-27.047-19.353h40.584l2.045,19.353 H130.861z M161.755,496.772l-2.045-19.353h41.319l1.022,19.353H161.755z M257.64,496.772h-0.001h-40.339l-1.022-19.353h24.53 c4.869,6.197,10.515,11.715,16.832,16.448V496.772z M368.751,496.772h-5.272c1.936-1.232,3.838-2.513,5.682-3.875L368.751,496.772 z M325.996,495.487c-0.022,0.004-0.044,0.008-0.066,0.012c-1.253,0.229-2.511,0.428-3.773,0.596 c-0.029,0.004-0.058,0.007-0.088,0.011c-1.272,0.168-2.548,0.305-3.826,0.409c-0.001,0-0.001,0-0.002,0 c-1.739,0.142-3.477,0.234-5.212,0.257H311.3c-11.235-0.103-22.308-2.678-32.572-7.731c-11.092-5.46-20.464-13.436-27.627-23.273 c-0.191-0.304-0.399-0.596-0.63-0.87c-4.672-6.608-8.369-14.025-10.906-22.092c-1.109-3.526-1.957-7.102-2.584-10.704 c-0.018-0.099-0.034-0.198-0.055-0.296c-2.975-17.446-0.345-35.527,7.734-51.937c9.225-18.738,24.718-33.366,43.625-41.19 c16.557-6.85,31.867-15.808,45.583-26.524c0.107-0.08,0.211-0.163,0.314-0.248c21.875-17.165,39.664-38.821,51.873-63.622 l47.463-96.412c9.091-18.465,15.514-35.033,19.639-50.652c0.255-0.966,0.612-1.918,1.059-2.827c1.859-3.776,5.1-6.534,9.128-7.768 c1.462-0.448,2.953-0.67,4.435-0.67c2.595,0,5.163,0.68,7.503,2.017c6.584,3.761,9.36,12.156,6.316,19.113 c-0.512,1.17-1.161,2.265-1.931,3.255c-6.185,7.956-12.089,16.856-17.844,26.91c-0.007,0.012-0.015,0.023-0.022,0.035 c-0.059,0.102-0.117,0.21-0.175,0.313c-0.703,1.232-1.404,2.482-2.103,3.749c-0.08,0.145-0.16,0.288-0.239,0.433 c-1.509,2.747-3.01,5.579-4.503,8.497c-0.146,0.285-0.292,0.569-0.437,0.855c-0.726,1.427-1.451,2.867-2.174,4.336l-48.091,97.688 c-19.908,40.441-24.175,87.536-12.014,132.61c5.33,19.756,3.186,40.956-6.039,59.694c-3.488,7.085-7.853,13.542-12.932,19.276 C360.698,482.705,343.86,492.2,325.996,495.487z M476.117,169.608l-4.57,28.708H450.02l15.812-32.118 c0.009-0.017,0.017-0.034,0.026-0.052c0.833-1.692,1.674-3.359,2.518-5.004c0.091-0.177,0.182-0.357,0.273-0.534 c0.839-1.63,1.683-3.234,2.528-4.81c0.042-0.078,0.083-0.155,0.125-0.232C475.039,159.064,476.964,164.286,476.117,169.608z M399.644,496.772h-15.582l2.045-19.353h40.59C422.843,488.884,412.156,496.772,399.644,496.772z M448.668,448.362l-1.354,8.504 c-0.491,3.086-3.116,5.326-6.241,5.326h-44.621c1.131-1.962,2.224-3.952,3.234-6.003c2.42-4.916,4.401-9.984,5.987-15.141h36.142 c0.004,0,0.008,0.001,0.013,0.001c0.007,0,0.015-0.001,0.022-0.001h0.576c2.537,0,4.101,1.389,4.808,2.218 C447.941,444.094,449.067,445.857,448.668,448.362z M435.323,425.82h-26.2c1.93-13.322,1.173-26.932-2.357-40.018 c-11.198-41.501-7.3-84.798,10.974-121.918l6.877-13.971h38.714L435.323,425.82z M484.491,219.026l-1.858,11.669 c-0.368,2.313-2.336,3.992-4.678,3.992h-45.842l10.41-21.144h35.518c0.004,0,0.008,0.001,0.013,0.001 c0.007,0,0.015-0.001,0.022-0.001h1.737c1.901,0,3.074,1.041,3.604,1.662C483.946,215.826,484.79,217.148,484.491,219.026z"/></g></g><g><g><path d="M380.876,387.721c-5.851-16.988-17.714-30.598-33.404-38.322c-33.95-16.712-75.989-1.034-93.706,34.954 c-17.717,35.988-4.508,78.865,29.445,95.58c9.163,4.51,19.042,6.725,28.966,6.725c14.942,0,29.979-5.027,42.774-14.818 c3.339-2.555,3.975-7.333,1.42-10.674c-2.556-3.34-7.335-3.975-10.674-1.42c-16.666,12.752-38.033,15.251-55.762,6.523 c-26.42-13.006-36.516-46.738-22.508-75.193c14.009-28.455,46.898-41.026,73.318-28.018 c24.849,12.233,35.554,43.434,24.373,71.032c-1.579,3.897,0.3,8.337,4.197,9.916c3.896,1.578,8.337-0.3,9.916-4.198 C386.058,422.956,386.642,404.458,380.876,387.721z"/></g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>');
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url('data:image/svg+xml;utf-8,<svg version="1.1" id="bucket" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512.001 512.001" style="enable-background:new 0 0 512.001 512.001;" xml:space="preserve"><g><g><path d="M494.999,205.318c-2.238-2.622-5.081-4.579-8.234-5.75L491.155,172c1.857-11.666-3.08-23.08-12.183-29.826 c4.138-6.745,8.357-12.882,12.714-18.485c1.546-1.987,2.846-4.175,3.863-6.501c6.117-13.986,0.532-30.869-12.716-38.437 c-7.364-4.206-15.868-5.158-23.951-2.685c-7.969,2.44-14.65,8.128-18.331,15.604c-0.893,1.816-1.606,3.721-2.119,5.663 c-3.235,12.249-7.831,24.749-14.264,38.75H101.214c-5.521-27.956-6.094-56.392-1.669-84.582l0.11-0.698 c1.996-12.719-1.657-25.626-10.026-35.409C81.261,5.611,69.078,0,56.203,0c-14.37,0-27.857,7.037-36.076,18.824 c-8.221,11.787-10.163,26.875-5.196,40.36l4.579,12.434c6.486,17.613,10.922,35.99,13.182,54.622l1.898,15.649 c0.008,0.069,0.017,0.138,0.028,0.207l0.407,2.727c0.002,0.014,0.006,0.027,0.008,0.041c0.002,0.011,0.002,0.022,0.003,0.032 l8.544,53.657c-4.693,0.724-9.003,3.099-12.132,6.766c-3.799,4.451-5.45,10.32-4.53,16.1l1.858,11.669 c1.552,9.75,9.845,16.826,19.717,16.826h3.265l28.258,177.472c-3.179,1.283-6.043,3.32-8.326,5.994 c-4.1,4.804-5.882,11.138-4.889,17.376l1.354,8.503c1.601,10.059,9.854,17.462,19.884,18.097 c4.281,20.226,21.882,34.643,42.824,34.643h268.781V512c20.959,0,38.573-14.443,42.827-34.643 c10.029-0.637,18.279-8.041,19.881-18.097l1.354-8.504c0.993-6.237-0.789-12.571-4.889-17.376 c-2.282-2.674-5.146-4.711-8.326-5.994l28.263-177.508c9.515-0.373,17.406-7.307,18.916-16.79l1.858-11.669 C500.449,215.639,498.798,209.771,494.999,205.318z M345.124,151.313h60.135l-3.16,29.906l-8.417,17.096h-51.041L345.124,151.313z M272.866,151.313h57.009l-2.483,47.002h-54.526V151.313z M257.639,151.313v47.002h-56.109l-2.483-47.002H257.639z M183.797,151.313l2.483,47.002h-56.067l-4.967-47.002H183.797z M109.936,151.313l4.967,47.002H58.959l-7.483-47.002H109.936z M33.799,66.355l-4.579-12.434c-3.296-8.949-2.057-18.566,3.397-26.388c5.454-7.82,14.052-12.307,23.588-12.307 c8.418,0,16.383,3.668,21.853,10.066c5.471,6.396,7.861,14.835,6.555,23.151l-0.11,0.698c-4.548,28.97-4.145,58.185,1.192,86.945 H49.224l-1.417-11.68C45.404,104.605,40.692,85.073,33.799,66.355z M48.491,234.687c-2.342,0-4.31-1.679-4.678-3.993 l-1.858-11.669c-0.299-1.878,0.545-3.199,1.075-3.82c0.53-0.621,1.703-1.662,3.603-1.662c0.007,0,0,0,0.007,0h339.546 l-10.41,21.144h-43.085H48.491z M367.964,249.914c-8.072,14.267-18.222,27.268-30.094,38.658l2.042-38.658H367.964z M324.664,249.914l-2.759,52.223c-11.969,9-25.203,16.579-39.444,22.471c-3.294,1.363-6.488,2.921-9.596,4.622v-79.317H324.664z M220.848,425.82h-7.296l-9.295-175.906h53.382v89.605c-11.037,9.052-20.166,20.471-26.642,33.625 C222.798,389.798,219.386,407.938,220.848,425.82z M67.175,249.914h53.18l2.703,25.584c0.413,3.91,3.716,6.814,7.562,6.814 c0.268,0,0.538-0.014,0.809-0.043c4.181-0.442,7.213-4.19,6.771-8.372l-2.534-23.984h53.34l9.295,175.906h-44.046l-12.249-115.911 c-0.442-4.182-4.195-7.21-8.372-6.771c-4.181,0.442-7.213,4.19-6.771,8.372l12.08,114.311H95.184L67.175,249.914z M89.432,462.191 L89.432,462.191c-3.125,0.001-5.75-2.239-6.241-5.326l-1.354-8.503c-0.399-2.505,0.727-4.268,1.434-5.096s2.271-2.218,4.808-2.218 c0.007,0,0,0,0.007,0c0.004,0,59.306,0,59.31,0h58.933h16.976c0.515,2.12,1.075,4.232,1.733,6.326 c1.627,5.173,3.673,10.114,6.065,14.817H89.432z M130.861,496.772c-12.497,0-23.174-7.87-27.047-19.353h40.584l2.045,19.353 H130.861z M161.755,496.772l-2.045-19.353h41.319l1.022,19.353H161.755z M257.64,496.772h-0.001h-40.339l-1.022-19.353h24.53 c4.869,6.197,10.515,11.715,16.832,16.448V496.772z M368.751,496.772h-5.272c1.936-1.232,3.838-2.513,5.682-3.875L368.751,496.772 z M325.996,495.487c-0.022,0.004-0.044,0.008-0.066,0.012c-1.253,0.229-2.511,0.428-3.773,0.596 c-0.029,0.004-0.058,0.007-0.088,0.011c-1.272,0.168-2.548,0.305-3.826,0.409c-0.001,0-0.001,0-0.002,0 c-1.739,0.142-3.477,0.234-5.212,0.257H311.3c-11.235-0.103-22.308-2.678-32.572-7.731c-11.092-5.46-20.464-13.436-27.627-23.273 c-0.191-0.304-0.399-0.596-0.63-0.87c-4.672-6.608-8.369-14.025-10.906-22.092c-1.109-3.526-1.957-7.102-2.584-10.704 c-0.018-0.099-0.034-0.198-0.055-0.296c-2.975-17.446-0.345-35.527,7.734-51.937c9.225-18.738,24.718-33.366,43.625-41.19 c16.557-6.85,31.867-15.808,45.583-26.524c0.107-0.08,0.211-0.163,0.314-0.248c21.875-17.165,39.664-38.821,51.873-63.622 l47.463-96.412c9.091-18.465,15.514-35.033,19.639-50.652c0.255-0.966,0.612-1.918,1.059-2.827c1.859-3.776,5.1-6.534,9.128-7.768 c1.462-0.448,2.953-0.67,4.435-0.67c2.595,0,5.163,0.68,7.503,2.017c6.584,3.761,9.36,12.156,6.316,19.113 c-0.512,1.17-1.161,2.265-1.931,3.255c-6.185,7.956-12.089,16.856-17.844,26.91c-0.007,0.012-0.015,0.023-0.022,0.035 c-0.059,0.102-0.117,0.21-0.175,0.313c-0.703,1.232-1.404,2.482-2.103,3.749c-0.08,0.145-0.16,0.288-0.239,0.433 c-1.509,2.747-3.01,5.579-4.503,8.497c-0.146,0.285-0.292,0.569-0.437,0.855c-0.726,1.427-1.451,2.867-2.174,4.336l-48.091,97.688 c-19.908,40.441-24.175,87.536-12.014,132.61c5.33,19.756,3.186,40.956-6.039,59.694c-3.488,7.085-7.853,13.542-12.932,19.276 C360.698,482.705,343.86,492.2,325.996,495.487z M476.117,169.608l-4.57,28.708H450.02l15.812-32.118 c0.009-0.017,0.017-0.034,0.026-0.052c0.833-1.692,1.674-3.359,2.518-5.004c0.091-0.177,0.182-0.357,0.273-0.534 c0.839-1.63,1.683-3.234,2.528-4.81c0.042-0.078,0.083-0.155,0.125-0.232C475.039,159.064,476.964,164.286,476.117,169.608z M399.644,496.772h-15.582l2.045-19.353h40.59C422.843,488.884,412.156,496.772,399.644,496.772z M448.668,448.362l-1.354,8.504 c-0.491,3.086-3.116,5.326-6.241,5.326h-44.621c1.131-1.962,2.224-3.952,3.234-6.003c2.42-4.916,4.401-9.984,5.987-15.141h36.142 c0.004,0,0.008,0.001,0.013,0.001c0.007,0,0.015-0.001,0.022-0.001h0.576c2.537,0,4.101,1.389,4.808,2.218 C447.941,444.094,449.067,445.857,448.668,448.362z M435.323,425.82h-26.2c1.93-13.322,1.173-26.932-2.357-40.018 c-11.198-41.501-7.3-84.798,10.974-121.918l6.877-13.971h38.714L435.323,425.82z M484.491,219.026l-1.858,11.669 c-0.368,2.313-2.336,3.992-4.678,3.992h-45.842l10.41-21.144h35.518c0.004,0,0.008,0.001,0.013,0.001 c0.007,0,0.015-0.001,0.022-0.001h1.737c1.901,0,3.074,1.041,3.604,1.662C483.946,215.826,484.79,217.148,484.491,219.026z"/></g></g><g><g><path d="M380.876,387.721c-5.851-16.988-17.714-30.598-33.404-38.322c-33.95-16.712-75.989-1.034-93.706,34.954 c-17.717,35.988-4.508,78.865,29.445,95.58c9.163,4.51,19.042,6.725,28.966,6.725c14.942,0,29.979-5.027,42.774-14.818 c3.339-2.555,3.975-7.333,1.42-10.674c-2.556-3.34-7.335-3.975-10.674-1.42c-16.666,12.752-38.033,15.251-55.762,6.523 c-26.42-13.006-36.516-46.738-22.508-75.193c14.009-28.455,46.898-41.026,73.318-28.018 c24.849,12.233,35.554,43.434,24.373,71.032c-1.579,3.897,0.3,8.337,4.197,9.916c3.896,1.578,8.337-0.3,9.916-4.198 C386.058,422.956,386.642,404.458,380.876,387.721z"/></g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>');
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
}
.quick-link-icon .icon.checklist {
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 71.248 76.161"><g id="checklist" transform="translate(-3 -1)"><path id="Path_33" data-name="Path 33" d="M60.735,77.162H4.228A1.228,1.228,0,0,1,3,75.933V2.228A1.228,1.228,0,0,1,4.228,1H44.766a1.228,1.228,0,0,1,.868.36L61.6,17.329a1.228,1.228,0,0,1,.36.868V51.365a1.228,1.228,0,0,1-2.457,0V18.706L44.257,3.457H5.457V74.7H60.735a1.228,1.228,0,0,1,0,2.457Z" transform="translate(0)"/><path id="Path_34" data-name="Path 34" d="M53.2,19.426H37.228A1.228,1.228,0,0,1,36,18.2V2.228a1.228,1.228,0,0,1,2.1-.868L54.066,17.329a1.228,1.228,0,0,1-.868,2.1ZM38.457,16.969H50.232L38.457,5.194Z" transform="translate(7.538 0)"/><path id="Path_35" data-name="Path 35" d="M44.568,22.457H21.228a1.228,1.228,0,1,1,0-2.457h23.34a1.228,1.228,0,1,1,0,2.457Z" transform="translate(3.883 4.34)"/><path id="Path_36" data-name="Path 36" d="M44.568,31.457H21.228a1.228,1.228,0,1,1,0-2.457h23.34a1.228,1.228,0,1,1,0,2.457Z" transform="translate(3.883 6.396)"/><path id="Path_37" data-name="Path 37" d="M44.568,40.457H21.228a1.228,1.228,0,1,1,0-2.457h23.34a1.228,1.228,0,1,1,0,2.457Z" transform="translate(3.883 8.451)" /><path id="Path_38" data-name="Path 38" d="M35.969,49.457H21.228a1.228,1.228,0,1,1,0-2.457H35.969a1.228,1.228,0,0,1,0,2.457Z" transform="translate(3.883 10.507)"/><path id="Path_39" data-name="Path 39" d="M18.142,25.37H13.228A1.228,1.228,0,0,1,12,24.142V19.228A1.228,1.228,0,0,1,13.228,18h4.914a1.228,1.228,0,0,1,1.228,1.228v4.914A1.228,1.228,0,0,1,18.142,25.37Zm-3.685-2.457h2.457V20.457H14.457Z" transform="translate(2.056 3.883)"/><path id="Path_40" data-name="Path 40" d="M18.142,34.37H13.228A1.228,1.228,0,0,1,12,33.142V28.228A1.228,1.228,0,0,1,13.228,27h4.914a1.228,1.228,0,0,1,1.228,1.228v4.914A1.228,1.228,0,0,1,18.142,34.37Zm-3.685-2.457h2.457V29.457H14.457Z" transform="translate(2.056 5.939)"/><path id="Path_41" data-name="Path 41" d="M18.142,43.37H13.228A1.228,1.228,0,0,1,12,42.142V37.228A1.228,1.228,0,0,1,13.228,36h4.914a1.228,1.228,0,0,1,1.228,1.228v4.914A1.228,1.228,0,0,1,18.142,43.37Zm-3.685-2.457h2.457V38.457H14.457Z" transform="translate(2.056 7.994)"/><path id="Path_42" data-name="Path 42" d="M18.142,52.37H13.228A1.228,1.228,0,0,1,12,51.142V46.228A1.228,1.228,0,0,1,13.228,45h4.914a1.228,1.228,0,0,1,1.228,1.228v4.914A1.228,1.228,0,0,1,18.142,52.37Zm-3.685-2.457h2.457V47.457H14.457Z" transform="translate(2.056 10.05)"/><path id="Path_43" data-name="Path 43" d="M50.142,58.056a1.228,1.228,0,0,1-.868-.36L44.36,52.782A1.228,1.228,0,1,1,46.1,51.045l4.045,4.045,7.73-7.73A1.228,1.228,0,1,1,59.61,49.1l-8.6,8.6A1.228,1.228,0,0,1,50.142,58.056Z" transform="translate(9.365 10.507)"/><path id="Path_44" data-name="Path 44" d="M52.513,68.025A13.513,13.513,0,1,1,66.025,54.513,13.513,13.513,0,0,1,52.513,68.025Zm0-24.568A11.056,11.056,0,1,0,63.568,54.513,11.056,11.056,0,0,0,52.513,43.457Z" transform="translate(8.223 9.136)"/></g></svg>');
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 71.248 76.161"><g id="checklist" transform="translate(-3 -1)"><path id="Path_33" data-name="Path 33" d="M60.735,77.162H4.228A1.228,1.228,0,0,1,3,75.933V2.228A1.228,1.228,0,0,1,4.228,1H44.766a1.228,1.228,0,0,1,.868.36L61.6,17.329a1.228,1.228,0,0,1,.36.868V51.365a1.228,1.228,0,0,1-2.457,0V18.706L44.257,3.457H5.457V74.7H60.735a1.228,1.228,0,0,1,0,2.457Z" transform="translate(0)"/><path id="Path_34" data-name="Path 34" d="M53.2,19.426H37.228A1.228,1.228,0,0,1,36,18.2V2.228a1.228,1.228,0,0,1,2.1-.868L54.066,17.329a1.228,1.228,0,0,1-.868,2.1ZM38.457,16.969H50.232L38.457,5.194Z" transform="translate(7.538 0)"/><path id="Path_35" data-name="Path 35" d="M44.568,22.457H21.228a1.228,1.228,0,1,1,0-2.457h23.34a1.228,1.228,0,1,1,0,2.457Z" transform="translate(3.883 4.34)"/><path id="Path_36" data-name="Path 36" d="M44.568,31.457H21.228a1.228,1.228,0,1,1,0-2.457h23.34a1.228,1.228,0,1,1,0,2.457Z" transform="translate(3.883 6.396)"/><path id="Path_37" data-name="Path 37" d="M44.568,40.457H21.228a1.228,1.228,0,1,1,0-2.457h23.34a1.228,1.228,0,1,1,0,2.457Z" transform="translate(3.883 8.451)" /><path id="Path_38" data-name="Path 38" d="M35.969,49.457H21.228a1.228,1.228,0,1,1,0-2.457H35.969a1.228,1.228,0,0,1,0,2.457Z" transform="translate(3.883 10.507)"/><path id="Path_39" data-name="Path 39" d="M18.142,25.37H13.228A1.228,1.228,0,0,1,12,24.142V19.228A1.228,1.228,0,0,1,13.228,18h4.914a1.228,1.228,0,0,1,1.228,1.228v4.914A1.228,1.228,0,0,1,18.142,25.37Zm-3.685-2.457h2.457V20.457H14.457Z" transform="translate(2.056 3.883)"/><path id="Path_40" data-name="Path 40" d="M18.142,34.37H13.228A1.228,1.228,0,0,1,12,33.142V28.228A1.228,1.228,0,0,1,13.228,27h4.914a1.228,1.228,0,0,1,1.228,1.228v4.914A1.228,1.228,0,0,1,18.142,34.37Zm-3.685-2.457h2.457V29.457H14.457Z" transform="translate(2.056 5.939)"/><path id="Path_41" data-name="Path 41" d="M18.142,43.37H13.228A1.228,1.228,0,0,1,12,42.142V37.228A1.228,1.228,0,0,1,13.228,36h4.914a1.228,1.228,0,0,1,1.228,1.228v4.914A1.228,1.228,0,0,1,18.142,43.37Zm-3.685-2.457h2.457V38.457H14.457Z" transform="translate(2.056 7.994)"/><path id="Path_42" data-name="Path 42" d="M18.142,52.37H13.228A1.228,1.228,0,0,1,12,51.142V46.228A1.228,1.228,0,0,1,13.228,45h4.914a1.228,1.228,0,0,1,1.228,1.228v4.914A1.228,1.228,0,0,1,18.142,52.37Zm-3.685-2.457h2.457V47.457H14.457Z" transform="translate(2.056 10.05)"/><path id="Path_43" data-name="Path 43" d="M50.142,58.056a1.228,1.228,0,0,1-.868-.36L44.36,52.782A1.228,1.228,0,1,1,46.1,51.045l4.045,4.045,7.73-7.73A1.228,1.228,0,1,1,59.61,49.1l-8.6,8.6A1.228,1.228,0,0,1,50.142,58.056Z" transform="translate(9.365 10.507)"/><path id="Path_44" data-name="Path 44" d="M52.513,68.025A13.513,13.513,0,1,1,66.025,54.513,13.513,13.513,0,0,1,52.513,68.025Zm0-24.568A11.056,11.056,0,1,0,63.568,54.513,11.056,11.056,0,0,0,52.513,43.457Z" transform="translate(8.223 9.136)"/></g></svg>');
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
}
a:hover .quick-link-icon .icon, a:focus .quick-link-icon .icon, a:active .quick-link-icon .icon {
  background-size: 100% 200%;
}

@media (min-width: 1025px) {
  .article-grid .elementor-loop-container.elementor-grid {
    grid-template-columns: min(51%, 755px) 1fr;
  }
  .article-grid .elementor-loop-container.elementor-grid > div:first-of-type {
    grid-row: 1/span 2;
  }
  .article-grid .elementor-loop-container.elementor-grid > div:first-of-type .article-image {
    --min-height: 479px;
  }
  .article-grid .elementor-loop-container.elementor-grid > div:first-of-type .article-date {
    display: block;
  }
  .article-grid .elementor-loop-container.elementor-grid > div:first-of-type .article-title h6 {
    font-size: 32px;
  }
}

.gform_wrapper.gravity-theme .gfield_required {
  color: var(--red-deep);
}
.gform_wrapper.gravity-theme .gfield .gform-field-label {
  font: var(--label);
  margin-bottom: 11px;
}
.gform_wrapper.gravity-theme .gfield .gform-field-label--type-sub {
  margin-bottom: 11px;
}
.gform_wrapper.gravity-theme .gfield select, .gform_wrapper.gravity-theme .gfield textarea {
  font: var(--label);
  padding: 11px 19px;
  border: 2px solid var(--black);
  border-radius: 5px;
}
.gform_wrapper.gravity-theme .gfield select:focus, .gform_wrapper.gravity-theme .gfield textarea:focus {
  outline-color: var(--purple);
}
.gform_wrapper.gravity-theme .gfield input[type=color], .gform_wrapper.gravity-theme .gfield input[type=date], .gform_wrapper.gravity-theme .gfield input[type=datetime-local], .gform_wrapper.gravity-theme .gfield input[type=datetime], .gform_wrapper.gravity-theme .gfield input[type=email], .gform_wrapper.gravity-theme .gfield input[type=month], .gform_wrapper.gravity-theme .gfield input[type=number], .gform_wrapper.gravity-theme .gfield input[type=password], .gform_wrapper.gravity-theme .gfield input[type=search], .gform_wrapper.gravity-theme .gfield input[type=tel], .gform_wrapper.gravity-theme .gfield input[type=text], .gform_wrapper.gravity-theme .gfield input[type=time], .gform_wrapper.gravity-theme .gfield input[type=url], .gform_wrapper.gravity-theme .gfield input[type=week] {
  font: var(--label);
  padding: 11px 19px;
  border: 2px solid var(--black);
  border-radius: 5px;
}
.gform_wrapper.gravity-theme .gfield input[type=color]:focus, .gform_wrapper.gravity-theme .gfield input[type=date]:focus, .gform_wrapper.gravity-theme .gfield input[type=datetime-local]:focus, .gform_wrapper.gravity-theme .gfield input[type=datetime]:focus, .gform_wrapper.gravity-theme .gfield input[type=email]:focus, .gform_wrapper.gravity-theme .gfield input[type=month]:focus, .gform_wrapper.gravity-theme .gfield input[type=number]:focus, .gform_wrapper.gravity-theme .gfield input[type=password]:focus, .gform_wrapper.gravity-theme .gfield input[type=search]:focus, .gform_wrapper.gravity-theme .gfield input[type=tel]:focus, .gform_wrapper.gravity-theme .gfield input[type=text]:focus, .gform_wrapper.gravity-theme .gfield input[type=time]:focus, .gform_wrapper.gravity-theme .gfield input[type=url]:focus, .gform_wrapper.gravity-theme .gfield input[type=week]:focus {
  outline-color: var(--purple);
}
.gform_wrapper.gravity-theme .gfield input[type=button], .gform_wrapper.gravity-theme .gfield input[type=reset], .gform_wrapper.gravity-theme .gfield input[type=submit] {
  border-radius: 24px;
  background-image: linear-gradient(180deg, var(--red), var(--purple), var(--red-active), var(--purple-active));
  background-size: 100% 250%;
  background-position: top;
  padding: 13px 27px;
  transition: all 0.4s ease-in-out;
}
.gform_wrapper.gravity-theme .gfield input[type=button]:hover, .gform_wrapper.gravity-theme .gfield input[type=button]:focus, .gform_wrapper.gravity-theme .gfield input[type=button]:active, .gform_wrapper.gravity-theme .gfield input[type=reset]:hover, .gform_wrapper.gravity-theme .gfield input[type=reset]:focus, .gform_wrapper.gravity-theme .gfield input[type=reset]:active, .gform_wrapper.gravity-theme .gfield input[type=submit]:hover, .gform_wrapper.gravity-theme .gfield input[type=submit]:focus, .gform_wrapper.gravity-theme .gfield input[type=submit]:active {
  background-position: bottom;
}
.style-accent .gform_wrapper.gravity-theme .gfield input[type=button], .style-accent .gform_wrapper.gravity-theme .gfield input[type=reset], .style-accent .gform_wrapper.gravity-theme .gfield input[type=submit] {
  border-radius: 10px;
  text-transform: uppercase;
  box-shadow: 4px 4px 0px var(--black);
  outline: 3px solid #fff;
  outline-offset: -3px;
  font-size: 18px;
  font-weight: 700;
  padding: 19px 28px;
}
.gform_wrapper.gravity-theme .gfield_contains_required.field_sublabel_above .gfield_label_before_complex {
  display: none;
}
.gform_wrapper.gravity-theme .gfield_contains_required .ginput_complex .gform-field-label--type-sub:after {
  content: "*";
  color: var(--red-deep);
  display: inline-block;
  font-size: 13.008px;
  padding-left: 0.125em;
}
.gform_wrapper.gravity-theme .gform_footer .gform_image_button {
  max-width: 169px;
  max-height: 45px;
  border-radius: 24px;
  background-image: linear-gradient(180deg, var(--red), var(--purple), var(--red-active), var(--purple-active));
  background-size: 100% 250%;
  background-position: top;
  padding: 13px 27px;
  transition: all 0.4s ease-in-out;
  padding: 0;
}
.gform_wrapper.gravity-theme .gform_footer .gform_image_button:hover, .gform_wrapper.gravity-theme .gform_footer .gform_image_button:focus, .gform_wrapper.gravity-theme .gform_footer .gform_image_button:active {
  background-position: bottom;
}
.style-accent .gform_wrapper.gravity-theme .gform_footer .gform_image_button {
  border-radius: 10px;
  text-transform: uppercase;
  box-shadow: 4px 4px 0px var(--black);
  outline: 3px solid #fff;
  outline-offset: -3px;
  font-size: 18px;
  font-weight: 700;
  padding: 19px 28px;
}

#booking-calendar .wpdevelop .wpbc_timeslot_day_bg_as_available .datepick-inline .times_clock.datepick-days-cell-over,
#booking-calendar .wpdevelop .datepick-inline .datepick .datepick-days-cell-over {
  background-color: var(--purple);
}
#booking-calendar .wpdevelop .datepick-inline .datepick-one-month .datepick .datepick-days-cell-over .wpbc_time_dots,
#booking-calendar .wpdevelop .datepick-inline .datepick-one-month .datepick td.datepick-days-cell-over a:hover,
#booking-calendar .wpdevelop .datepick-inline .datepick-one-month .datepick td.datepick-days-cell-over a {
  color: #fff;
  text-shadow: none;
}
#booking-calendar .wpdevelop .block_hints .block_free a,
#booking-calendar .wpdevelop .block_hints .block_time,
#booking-calendar .wpdevelop .datepick-inline .date_available a {
  color: var(--purple-active);
}
#booking-calendar .wpdevelop .block_hints .date_approved.block_check_in_out,
#booking-calendar .wpdevelop .block_hints .block_booked,
#booking-calendar .wpdevelop .datepick-inline .date_approved,
#booking-calendar .wpdevelop td.timespartly.check_in_time.check_out_time.check_in_time_date2approve.check_out_time_date_approved div.check-in-div,
#booking-calendar .wpdevelop td.timespartly.check_in_time.check_out_time.check_out_time_date2approve.check_in_time_date_approved div.check-out-div {
  background-color: var(--red);
}
#booking-calendar .wpdevelop .block_hints .date_approved.block_check_in_out,
#booking-calendar .wpdevelop .block_hints .block_booked,
#booking-calendar .wpdevelop .datepick-inline .date_approved,
#booking-calendar .wpdevelop .block_hints .block_booked a,
#booking-calendar .wpdevelop .datepick-inline .date_approved a {
  color: #fff;
}
#booking-calendar .wpdevelop .datepick-inline .datepick-one-month .datepick .datepick-current-day {
  background-color: var(--purple-active);
}
#booking-calendar .wpdevelop .datepick-inline .datepick-one-month .datepick .datepick-current-day .wpbc_time_dots,
#booking-calendar .wpdevelop .datepick-inline .datepick-one-month .datepick .datepick-current-day a {
  color: #fff;
}
#booking-calendar .wpdevelop .booking_form {
  font-size: 14px;
}
#booking-calendar .wpdevelop .booking_form .wpbc_change_over_triangle {
  margin-bottom: 0.6rem;
}
#booking-calendar .wpdevelop .booking_form a {
  font-weight: 700;
  color: var(--purple);
}
#booking-calendar .wpdevelop .booking_form a:hover, #booking-calendar .wpdevelop .booking_form a:focus, #booking-calendar .wpdevelop .booking_form a:active {
  color: var(--red);
}
#booking-calendar .wpdevelop .booking_form p {
  grid-column: 1/-1;
  margin: 0 0 20px;
}
#booking-calendar .wpdevelop .booking_form p:empty {
  display: none;
}
#booking-calendar .wpdevelop .booking_form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#booking-calendar .wpdevelop .booking_form ul.calendar-legend {
  margin-bottom: 34px;
}
#booking-calendar .wpdevelop .booking_form ul.calendar-legend li {
  display: inline-block;
}
#booking-calendar .wpdevelop .booking_form ul.calendar-legend li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin-right: 0.6rem;
  vertical-align: -2px;
}
#booking-calendar .wpdevelop .booking_form ul.calendar-legend li.taken:before {
  background-color: var(--red);
}
#booking-calendar .wpdevelop .booking_form ul.calendar-legend li.free {
  margin-left: 0.6rem;
}
#booking-calendar .wpdevelop .booking_form ul.calendar-legend li.free:before {
  background-color: #f5f5f5;
}
#booking-calendar .wpdevelop .booking_form .standard-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 25px;
}
#booking-calendar .wpdevelop .booking_form .standard-form .required {
  color: var(--red-deep);
}
#booking-calendar .wpdevelop .booking_form .standard-form .wpdev-checkbox .wpdev-list-item {
  padding: 0;
}
#booking-calendar .wpdevelop .booking_form .standard-form .field.full {
  grid-column: 1/-1;
}
#booking-calendar .wpdevelop .booking_form .standard-form .field label {
  display: block;
  font-weight: 400;
  margin-bottom: 0;
}
#booking-calendar .wpdevelop .booking_form .standard-form .field label input, #booking-calendar .wpdevelop .booking_form .standard-form .field label textarea {
  font: var(--label);
  margin-top: 8px;
  width: 100%;
  height: auto;
  padding: 11px 19px;
  border: 2px solid var(--black);
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#booking-calendar .wpdevelop .booking_form .standard-form .field label input:focus, #booking-calendar .wpdevelop .booking_form .standard-form .field label textarea:focus {
  outline-color: var(--purple);
}
#booking-calendar .wpdevelop .booking_form .standard-form .button-image {
  max-width: 169px;
  max-height: 45px;
  cursor: pointer;
  border-radius: 24px;
  background-image: linear-gradient(180deg, var(--red), var(--purple), var(--red-active), var(--purple-active));
  background-size: 100% 250%;
  background-position: top;
  padding: 13px 27px;
  transition: all 0.4s ease-in-out;
  padding: 0;
}
#booking-calendar .wpdevelop .booking_form .standard-form .button-image:hover, #booking-calendar .wpdevelop .booking_form .standard-form .button-image:focus, #booking-calendar .wpdevelop .booking_form .standard-form .button-image:active {
  background-position: bottom;
}
.style-accent #booking-calendar .wpdevelop .booking_form .standard-form .button-image {
  border-radius: 10px;
  text-transform: uppercase;
  box-shadow: 4px 4px 0px var(--black);
  outline: 3px solid #fff;
  outline-offset: -3px;
  font-size: 18px;
  font-weight: 700;
  padding: 19px 28px;
}

/*# sourceMappingURL=vamok.css.map */
