html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

*,:after,:before {
    box-sizing: border-box
}

body {
    background-color: #fff;
    color: #333;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    -moz-osx-font-smoothing: grayscale
}

h1,h2,h3,h4,h5,h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    margin-block-end:1rem;margin-block-start:.5rem}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-block-end:.9rem;margin-block-start:0}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em;
    white-space: pre-wrap
}

a {
    background-color: transparent;
    color: #c36;
    text-decoration: none
}

a:active,a:hover {
    color: #336
}

a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

abbr[title] {
    border-block-end:none;-webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

details {
    display: block
}

summary {
    display: list-item
}

figcaption {
    color: #333;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.4
}

[hidden],template {
    display: none
}

@media print {
    *,:after,:before {
        background: transparent!important;
        box-shadow: none!important;
        color: #000!important;
        text-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    pre {
        white-space: pre-wrap!important
    }

    blockquote,pre {
        -moz-column-break-inside: avoid;
        border: 1px solid #ccc;
        break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,tr {
        -moz-column-break-inside: avoid;
        break-inside: avoid
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        -moz-column-break-after: avoid;
        break-after: avoid
    }
}

label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0
}

input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea {
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s;
    width: 100%
}

input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus {
    border-color: #333
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button;
    width: auto
}

[type=button],[type=submit],button {
    background-color: transparent;
    border: 1px solid #c36;
    border-radius: 3px;
    color: #c36;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    padding: .5rem 1rem;
    text-align: center;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
}

[type=button]:focus:not(:focus-visible),[type=submit]:focus:not(:focus-visible),button:focus:not(:focus-visible),input:focus-visible {
    outline: none !important;
}

[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover {
    background-color: #c36;
    color: #fff;
    text-decoration: none
}

[type=button]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto;
    resize: vertical
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

select {
    display: block
}

table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: .9em;
    margin-block-end:15px;width: 100%
}

table td,table th {
    border: 1px solid hsla(0,0%,50%,.502);
    line-height: 1.5;
    padding: 15px;
    vertical-align: top
}

table th {
    font-weight: 700
}

table tfoot th,table thead th {
    font-size: 1em
}

table caption+thead tr:first-child td,table caption+thead tr:first-child th,table colgroup+thead tr:first-child td,table colgroup+thead tr:first-child th,table thead:first-child tr:first-child td,table thead:first-child tr:first-child th {
    border-block-start:1px solid hsla(0,0%,50%,.502)}

table tbody>tr:nth-child(odd)>td,table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0,0%,50%,.071)
}

table tbody tr:hover>td,table tbody tr:hover>th {
    background-color: hsla(0,0%,50%,.102)
}

table tbody+tbody {
    border-block-start:2px solid hsla(0,0%,50%,.502)}

@media(max-width: 767px) {
    table table {
        font-size:.8em
    }

    table table td,table table th {
        line-height: 1.3;
        padding: 7px
    }

    table table th {
        font-weight: 400
    }
}

dd,dl,dt,li,ol,ul {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin-block-end:0;margin-block-start:0;outline: 0;
    vertical-align: baseline
}

.overflow-hidden {
    overflow: hidden;
}

.bg-gradient-accent {
    --bg-gradient-accent-color: #FFB03A;
    background: linear-gradient(315deg, rgba(255, 176, 58, 0) 50%, var(--bg-gradient-accent-color) 90%);
}

.accent-overlay-top-right {
    --accent-overlay-top-right-color: #FFB03A;
    position: relative;
}

.accent-overlay-top-right::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(315deg, rgba(255, 176, 58, 0) 80%, var(--accent-overlay-top-right-color) 90%);
    pointer-events: none;
}

.accent-overlay {
    --accent-overlay-color: #FFB03A;
    position: relative;
}

.accent-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 176, 58, 0) 70%, var(--accent-overlay-color) 96.96%);
    pointer-events: none;
}

.text-after-bullet .elementor-heading-title::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background: var(--e-global-color-primary);
    margin-right: 8px;
    vertical-align: middle;
}


.corner-decor-shape {
    position: absolute;
    top: 0;
    left: 50%;
    width: 5rem;
    height: 5rem;
    background: #FFB03A;
    transform: translate(-50%, -50%);
    display: none;
}

@media (min-width: 768px) {
    .corner-decor-shape {
        display: block;
    }
}

.corner-decor-shape__circle {
    position: absolute;
    width: 5rem;
    height: 5rem;
    border-radius: 9999px;
    background-color: #000;
}

.corner-decor-shape__circle--1 {
    top: 0;
    left: 0;
    transform: translate(50%, -50%);
}

.corner-decor-shape__circle--2 {
    top: 0;
    left: 0;
    transform: translate(-50%, 50%);
}

.corner-decor-shape--white {
    position: absolute;
    top: 0;
    left: 50%;
    width: 5rem;
    height: 5rem;
    background: #fff;
    transform: translate(-50%, -50%);
    display: none;
}

@media (min-width: 768px) {
    .corner-decor-shape--white {
        display: block;
    }
}

.corner-decor-shape--white .corner-decor-shape__circle {
    background-color: var(--corner-decor-shape-white-circle-color, #000);
}

body .elementor-element:has(.elementor-widget-boost_corner_decor_shape) {
    overflow: visible !important;
}

.elementor-widget-boost_corner_decor_shape {
    position: relative;
    overflow: visible;
}

.elementor-widget-boost_corner_decor_shape .elementor-widget-container {
    overflow: visible;
    min-height: 0;
}

.boost-corner-decor-shape {
    position: absolute;
    width: 5rem;
    height: 5rem;
}

.boost-corner-decor-shape__circle {
    position: absolute;
    width: 5rem;
    height: 5rem;
    border-radius: 9999px;
    top: 0;
    left: 0;
}

.boost-corner-decor-shape__circle--1 {
    transform: translate(50%, -50%);
}

.boost-corner-decor-shape__circle--2 {
    transform: translate(-50%, 50%);
}

.boost-corner-decor-shape--percent {
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
}

.boost-corner-decor-shape--rotate-90 {
    transform: translate(-50%, -50%) rotate(90deg);
}

.boost-corner-decor-shape--rotate--90 {
    transform: translate(-50%, -50%) rotate(-90deg);
}

.boost-corner-decor-shape--rotate-180 {
    transform: translate(-50%, -50%) rotate(180deg);
}

.boost-corner-decor-shape--hide-mobile {
    display: none;
}

@media (min-width: 768px) {
    .boost-corner-decor-shape--hide-mobile {
        display: block;
    }
}

.carousel-button-grouped{
    padding-top: 50px;
}

.carousel-button-grouped .elementor-swiper-button{
    background-color: #F6F6F7;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: -50px;
}
.carousel-button-grouped .elementor-swiper-button-next{
    left: 60px;
}

.overlay-diagonal {
    --overlay-diagonal-color: #222;
    position: relative;
}

.overlay-diagonal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(34, 34, 34, 0) 70%, var(--overlay-diagonal-color) 90%);
    pointer-events: none;
}

.article-content {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 300;
  font-size: 1.06rem;
  line-height: 1.8;
  color: var(--e-global-color-text);
  -webkit-font-smoothing: antialiased;
}

.article-content p {
  margin-bottom: 1.6em;
}

.article-content p strong {
  font-weight: 600;
  color: var(--e-global-color-secondary);
}

.article-content > p:first-of-type {
  font-size: 1.25rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.65;
  padding: 24px 0 24px 24px;
  border-left: 4px solid var(--e-global-color-primary);
  margin-bottom: 2em;
}

.article-content h2 {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 800;
  font-size: 1.9rem;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--e-global-color-secondary);
  margin: 3em 0 0.8em;
  padding-bottom: 14px;
  border-bottom: 2px solid #E9E9E9;
  position: relative;
}

.article-content h2::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 36px;
  height: 2px;
  background: var(--e-global-color-secondary);
}

.article-content h3 {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--e-global-color-secondary);
  margin: 2.4em 0 0.7em;
  padding-left: 16px;
  border-left: 3px solid var(--e-global-color-primary);
}

.article-content h4 {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
  margin: 2em 0 0.6em;
  display: flex;
  align-items: center;
  gap: 12px;
}

.article-content h4::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--e-global-color-accent);
}

.article-content h5 {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--e-global-color-primary);
  margin: 1.6em 0 0.4em;
}

.article-content h6 {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--e-global-color-accent);
  margin: 1.4em 0 0.4em;
}

.article-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 2em;
}

.article-content ul li {
  position: relative;
  padding: 13px 20px 13px 48px;
  margin-bottom: 6px;
  background: #f5f5f5;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.65;
  color: var(--e-global-color-text);
  transition: background 0.2s;
}

.article-content ul li:hover {
  background: #eeeeee;
}

.article-content ul li::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: var(--e-global-color-primary);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.article-content ul li strong {
  font-weight: 600;
  color: var(--e-global-color-secondary);
  display: block;
  margin-bottom: 2px;
}

.article-content ol {
  list-style: none;
  padding: 0;
  margin: 0 0 2em;
  counter-reset: ol-counter;
}

.article-content ol li {
  counter-increment: ol-counter;
  position: relative;
  padding: 14px 16px 14px 56px;
  margin-bottom: 2px;
  border-bottom: 1px solid var(--e-global-color-accent);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.65;
  color: var(--e-global-color-text);
}

.article-content ol li::before {
  content: counter(ol-counter, decimal-leading-zero);
  position: absolute;
  left: 16px;
  top: 14px;
  font-weight: 700;
  font-size: 1rem;
  color: var(--e-global-color-primary);
  line-height: 1.65;
}

.article-content blockquote {
  margin: 2.4em 0;
  padding: 32px 36px;
  background: var(--e-global-color-secondary);
  position: relative;
  overflow: hidden;
}

.article-content blockquote::before {
  content: '\201C';
  position: absolute;
  top: -20px;
  left: 20px;
  font-size: 120px;
  font-weight: 800;
  color: var(--e-global-color-primary);
  opacity: 0.15;
  line-height: 1;
  pointer-events: none;
}

.article-content blockquote p,
.article-content blockquote > p:first-of-type {
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
  color: var(--e-global-color-aa1adbe);
  margin-bottom: 12px;
  border: none;
  padding: 0;
}

.article-content blockquote cite {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--e-global-color-primary);
}

.article-content blockquote cite::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--e-global-color-primary);
  flex-shrink: 0;
}

.article-content hr {
  border: none;
  margin: 3em 0;
  text-align: center;
}

.article-content hr::before {
  content: '◆  ◆  ◆';
  color: var(--e-global-color-primary);
  font-size: 0.5rem;
  letter-spacing: 0.5em;
}

.article-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  margin: 1.6em 0 2em;
  border: 1px solid var(--e-global-color-accent);
}

.article-content thead {
  background: var(--e-global-color-secondary);
}

.article-content thead th {
  padding: 14px 18px;
  text-align: left;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--e-global-color-primary);
  border: none;
}

.article-content tbody tr {
  border-bottom: 1px solid var(--e-global-color-accent);
  transition: background 0.15s;
}

.article-content tbody tr:hover {
  background: #fff8ec;
}

.article-content tbody td {
  padding: 13px 18px;
  color: var(--e-global-color-text);
  font-weight: 300;
  vertical-align: top;
}

.article-content a {
  color: var(--e-global-color-text);
  text-decoration: underline;
  text-decoration-color: var(--e-global-color-primary);
  text-underline-offset: 3px;
  font-weight: 400;
  transition: color 0.15s;
}

.article-content a:hover {
  color: var(--e-global-color-primary);
}

.article-content img {
  width: 100%;
  height: auto;
  display: block;
  margin: 2em 0;
}

.article-content figcaption {
  font-size: 0.8rem;
  color: var(--e-global-color-accent);
  font-style: italic;
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--e-global-color-accent);
}

.article-content code {
  font-size: 0.88em;
  background: #f5f5f5;
  padding: 2px 7px;
  border: 1px solid var(--e-global-color-accent);
  font-family: 'Courier New', monospace;
  color: var(--e-global-color-secondary);
}

.article-content pre {
  background: var(--e-global-color-secondary);
  color: var(--e-global-color-aa1adbe);
  padding: 24px 28px;
  overflow-x: auto;
  margin: 1.6em 0 2em;
  font-size: 0.88rem;
  line-height: 1.7;
}

.article-content pre code {
  background: none;
  border: none;
  padding: 0;
  color: inherit;
}
