/*!***********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/slick-carousel/slick/slick.css ***!
  \***********************************************************************************************/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/css/src/main.scss ***!
  \*******************************************************************************************************************/
@charset "UTF-8";
:root {
  --font-inter: "Inter", sans-serif;
  --color-primary: #FE544A;
  --color-primary-20: rgba(254, 83, 74, 0.20);
  --color-secondary: #081F2D;
  --color-white: #FFF;
  --color-footer-title: #71828C;
  --color-gray: #EAEAEA;
  --color-gray-20: rgb(226 228 230 / 20%);
  --color-gray-30: rgba(226, 228, 230, 0.30);
  --color-gray-50: #E2E4E6;
  --color-blue-30: rgba(159, 188, 204, 0.30);
  --color-blue-50: #9fbccc;
}

/* Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 0.625rem;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a {
  color: var(--color-primary);
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

main {
  padding-top: 5.25rem;
}
@media only screen and (min-width: 1024px) {
  main {
    padding-top: 5.25rem;
  }
}

body {
  font-family: var(--font-inter);
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
body.active {
  overflow: hidden;
}

svg {
  fill: currentColor;
}

a {
  text-decoration: none;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.container--slick {
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .container--slick {
    padding: 0 1.5rem;
    max-width: 90%;
  }
}
@media only screen and (min-width: 1200px) {
  .container--slick {
    max-width: 75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 75rem;
    padding: 0;
  }
}
.container--p0-sm {
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .container--p0-sm {
    padding: 0 1.5rem;
  }
}

/* Heading */
.heading, input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder, input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder, input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder, input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0.01rem;
}
.heading--18, .heading--20, .heading--24, .heading--48, .heading--54, .heading--96, .heading--180 {
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.heading--14 {
  font-size: 0.875rem;
  font-weight: 400;
}
.heading--16 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0.01rem;
}
.heading--18 {
  font-size: 1.125rem;
}
.heading--20 {
  font-size: 1.25rem;
}
.heading--24 {
  font-size: 1.5rem;
}
.heading--36 {
  font-size: 1.875rem;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  .heading--36 {
    font-size: 2.25rem;
  }
}
.heading--48 {
  font-size: 2.625rem;
  line-height: 2.875rem;
}
@media only screen and (min-width: 1024px) {
  .heading--48 {
    font-size: 3rem;
    line-height: normal;
  }
}
.heading--54 {
  font-size: 2.625rem;
  letter-spacing: -0.42px;
  line-height: 2.875rem;
}
@media only screen and (min-width: 1024px) {
  .heading--54 {
    font-size: 3.375rem;
    letter-spacing: normal;
    line-height: normal;
  }
}
.heading--96 {
  font-size: 4.5rem;
  line-height: 4rem;
}
@media only screen and (min-width: 1024px) {
  .heading--96 {
    font-size: 5rem;
    line-height: normal;
  }
}
@media only screen and (min-width: 1280px) {
  .heading--96 {
    font-size: 6rem;
  }
}
.heading--180 {
  font-size: 6rem;
}
@media only screen and (min-width: 1024px) {
  .heading--180 {
    font-size: 11.25rem;
  }
}

.button {
  font-family: inherit;
  position: relative;
  display: flex;
  justify-content: center;
  column-gap: 0.375rem;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 3.375rem;
  padding: 0.3125rem 1.5rem;
  border: none;
  font-size: 1.125rem;
  color: var(--color-secondary);
  font-weight: 700;
  border-radius: 1.875rem;
  line-height: normal;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .button {
    width: max-content;
    min-width: 15.625rem;
  }
}
.button.no--hover:hover:before {
  display: none;
}
.button span {
  position: relative;
}
.button:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 100%;
  transition: transform 0.6s ease;
}
.button:hover:before {
  transform-origin: 0;
  transform: scaleX(1);
}
.button--center {
  margin: 0 auto;
}
.button--primary {
  color: var(--color-black);
  background-color: var(--color-primary);
}
.button--primary:hover:not(:disabled) {
  color: var(--color-white);
  background-color: var(--color-secondary);
}
.button--primary:disabled {
  opacity: 0.5;
}
.button--secondary {
  color: var(--color-white);
  background-color: var(--color-secondary);
}
.button--secondary:hover {
  color: var(--color-black);
  background-color: var(--color-primary);
}
.button--white {
  color: var(--color-black);
  background-color: var(--color-white);
}
.button--white:hover {
  color: var(--color-white);
  background-color: var(--color-secondary);
}
.button--tertiary {
  color: var(--color-black);
  background-color: var(--color-primary);
}
.button--tertiary:hover {
  color: var(--color-white);
  background-color: var(--color-secondary);
}
.button--banner {
  color: var(--color-black);
  background-color: var(--color-primary);
}
.button--banner:hover {
  background-color: var(--color-white);
}
.button--blackwhite {
  color: var(--color-white);
  background-color: var(--color-secondary);
}
.button--blackwhite:hover {
  background-color: var(--color-white);
  color: var(--color-black);
}
.button--transparent {
  min-width: 10.1875rem;
  border: 0.0625rem solid var(--color-secondary);
}
@media only screen and (min-width: 1024px) {
  .button--transparent {
    height: 2.625rem;
  }
}
.button--transparent:hover {
  color: var(--color-white);
  background-color: var(--color-secondary);
}
.button--transparent-orange {
  min-width: 10.1875rem;
  border: 0.0625rem solid var(--color-primary);
  color: var(--color-primary);
  padding: 1rem 1.875rem;
}
.button--transparent-orange:hover {
  color: var(--color-secondary);
  background-color: var(--color-primary);
}
.button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.375rem;
  height: 2.25rem;
  border-radius: 1.875rem;
}
.button-icon--primary {
  color: var(--color-secondary);
  background-color: var(--color-primary);
}
.button-icon--secondary {
  color: var(--color-primary);
  background-color: var(--color-secondary);
}
.button-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 4.375rem;
}
@media only screen and (min-width: 480px) {
  .button-circle {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.button-circle--primary {
  color: var(--color-secondary);
  background-color: var(--color-primary);
}
.button-circle--secondary {
  color: var(--color-primary);
  background-color: var(--color-secondary);
}
.button-circle--transparent {
  color: var(--color-secondary);
  border: 0.0625rem solid var(--color-secondary);
}

.color--primary {
  color: var(--color-primary);
}
.color--secondary {
  color: var(--color-secondary);
}
.color--white {
  color: var(--color-white);
}
.color--blue-50 {
  color: var(--color-blue-50);
}
.color--gray-50 {
  color: var(--color-gray-50);
}
.color--footer-title {
  color: var(--color-footer-title);
}

.category {
  width: max-content;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0.1875rem;
}
.category--primary {
  color: var(--color-primary);
  border: 0.0625rem solid var(--color-primary);
}
.category--secondary {
  color: var(--color-secondary);
  border: 0.0625rem solid var(--color-secondary);
}

.visibleDesktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .visibleDesktop {
    display: block;
  }
}
.visibleMobile {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .visibleMobile {
    display: none;
  }
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.clip-horizontal--large {
  clip-path: polygon(11.098% 0%, 11.098% 0%, 10.799% 0.025%, 10.503% 0.1%, 10.212% 0.222%, 9.928% 0.392%, 9.651% 0.608%, 9.383% 0.869%, 9.125% 1.174%, 8.878% 1.522%, 8.644% 1.912%, 8.424% 2.341%, 1.113% 17.779%, 1.113% 17.779%, 0.909% 18.246%, 0.724% 18.743%, 0.558% 19.266%, 0.413% 19.814%, 0.289% 20.384%, 0.187% 20.972%, 0.106% 21.576%, 0.047% 22.194%, 0.012% 22.822%, 0% 23.459%, 0% 91.979%, 0% 91.979%, 0.05% 93.28%, 0.193% 94.514%, 0.423% 95.665%, 0.731% 96.716%, 1.109% 97.651%, 1.551% 98.452%, 2.047% 99.105%, 2.591% 99.591%, 3.173% 99.895%, 3.788% 100%, 96.212% 100%, 96.212% 100%, 96.827% 99.895%, 97.409% 99.591%, 97.953% 99.105%, 98.449% 98.452%, 98.891% 97.651%, 99.269% 96.716%, 99.577% 95.665%, 99.807% 94.514%, 99.95% 93.28%, 100% 91.979%, 100% 8.021%, 100% 8.021%, 99.95% 6.72%, 99.807% 5.486%, 99.577% 4.335%, 99.269% 3.284%, 98.891% 2.349%, 98.449% 1.548%, 97.953% 0.895%, 97.409% 0.409%, 96.827% 0.105%, 96.212% 0%, 11.098% 0%);
}
.clip-horizontal--large-reverse {
  clip-path: polygon(33.383% 99.912%, 33.383% 99.912%, 32.63% 99.896%, 31.886% 99.847%, 31.155% 99.766%, 30.44% 99.655%, 29.744% 99.513%, 29.07% 99.342%, 28.421% 99.141%, 27.8% 98.913%, 27.211% 98.658%, 26.657% 98.376%, 2.799% 85.226%, 2.799% 85.226%, 2.285% 84.919%, 1.82% 84.593%, 1.404% 84.25%, 1.039% 83.89%, 0.727% 83.517%, 0.469% 83.131%, 0.266% 82.734%, 0.119% 82.329%, 0.03% 81.917%, 0% 81.499%, 0% 5.263%, 0% 5.263%, 0.125% 4.409%, 0.486% 3.6%, 1.063% 2.844%, 1.838% 2.155%, 2.789% 1.542%, 3.899% 1.015%, 5.147% 0.587%, 6.514% 0.268%, 7.979% 0.069%, 9.524% 0%, 90.317% 0%, 90.317% 0%, 91.862% 0.069%, 93.328% 0.268%, 94.694% 0.588%, 95.942% 1.016%, 97.052% 1.542%, 98.004% 2.155%, 98.778% 2.845%, 99.356% 3.6%, 99.717% 4.41%, 99.841% 5.263%, 99.841% 94.649%, 99.841% 94.649%, 99.717% 95.503%, 99.356% 96.313%, 98.778% 97.068%, 98.004% 97.758%, 97.052% 98.371%, 95.942% 98.897%, 94.694% 99.325%, 93.328% 99.644%, 91.862% 99.843%, 90.317% 99.912%, 33.383% 99.912%);
}
@media only screen and (min-width: 1024px) {
  .clip-horizontal--large-reverse {
    clip-path: polygon(12.533% 100%, 12.533% 100%, 12.251% 99.971%, 11.972% 99.888%, 11.697% 99.749%, 11.429% 99.558%, 11.167% 99.314%, 10.914% 99.02%, 10.671% 98.677%, 10.438% 98.285%, 10.216% 97.846%, 10.008% 97.362%, 1.051% 74.786%, 1.051% 74.786%, 0.858% 74.259%, 0.683% 73.7%, 0.527% 73.11%, 0.39% 72.493%, 0.273% 71.851%, 0.176% 71.188%, 0.1% 70.508%, 0.045% 69.812%, 0.011% 69.104%, 0% 68.387%, 0% 9.187%, 0% 9.187%, 0.047% 7.721%, 0.182% 6.331%, 0.399% 5.034%, 0.69% 3.85%, 1.047% 2.797%, 1.464% 1.894%, 1.932% 1.159%, 2.445% 0.611%, 2.996% 0.269%, 3.576% 0.151%, 96.365% 0.151%, 96.365% 0.151%, 96.945% 0.269%, 97.495% 0.611%, 98.008% 1.159%, 98.476% 1.894%, 98.893% 2.797%, 99.251% 3.85%, 99.541% 5.034%, 99.758% 6.331%, 99.894% 7.721%, 99.94% 9.187%, 99.94% 90.964%, 99.94% 90.964%, 99.894% 92.43%, 99.758% 93.82%, 99.541% 95.116%, 99.251% 96.3%, 98.893% 97.353%, 98.476% 98.257%, 98.008% 98.991%, 97.495% 99.539%, 96.945% 99.882%, 96.365% 100%, 12.533% 100%);
  }
}
.clip-horizontal--top-right {
  clip-path: polygon(33.383% 99.912%, 33.383% 99.912%, 32.63% 99.896%, 31.886% 99.847%, 31.155% 99.766%, 30.44% 99.655%, 29.744% 99.513%, 29.07% 99.342%, 28.421% 99.141%, 27.8% 98.913%, 27.211% 98.658%, 26.657% 98.376%, 2.799% 85.226%, 2.799% 85.226%, 2.285% 84.919%, 1.82% 84.593%, 1.404% 84.25%, 1.039% 83.89%, 0.727% 83.517%, 0.469% 83.131%, 0.266% 82.734%, 0.119% 82.329%, 0.03% 81.917%, 0% 81.499%, 0% 5.263%, 0% 5.263%, 0.125% 4.409%, 0.486% 3.6%, 1.063% 2.844%, 1.838% 2.155%, 2.789% 1.542%, 3.899% 1.015%, 5.147% 0.587%, 6.514% 0.268%, 7.979% 0.069%, 9.524% 0%, 90.317% 0%, 90.317% 0%, 91.862% 0.069%, 93.328% 0.268%, 94.694% 0.588%, 95.942% 1.016%, 97.052% 1.542%, 98.004% 2.155%, 98.778% 2.845%, 99.356% 3.6%, 99.717% 4.41%, 99.841% 5.263%, 99.841% 94.649%, 99.841% 94.649%, 99.717% 95.503%, 99.356% 96.313%, 98.778% 97.068%, 98.004% 97.758%, 97.052% 98.371%, 95.942% 98.897%, 94.694% 99.325%, 93.328% 99.644%, 91.862% 99.843%, 90.317% 99.912%, 33.383% 99.912%);
}
@media only screen and (min-width: 1024px) {
  .clip-horizontal--top-right {
    clip-path: polygon(89.442% 0%, 89.442% 0%, 89.68% 0.028%, 89.915% 0.112%, 90.147% 0.251%, 90.373% 0.443%, 90.593% 0.687%, 90.806% 0.981%, 91.012% 1.325%, 91.208% 1.718%, 91.394% 2.157%, 91.569% 2.642%, 99.115% 25.252%, 99.115% 25.252%, 99.277% 25.779%, 99.425% 26.34%, 99.556% 26.931%, 99.671% 27.549%, 99.77% 28.191%, 99.852% 28.855%, 99.916% 29.536%, 99.962% 30.233%, 99.991% 30.942%, 100% 31.66%, 100% 90.95%, 100% 90.95%, 99.961% 92.418%, 99.846% 93.811%, 99.664% 95.109%, 99.419% 96.295%, 99.118% 97.349%, 98.767% 98.254%, 98.372% 98.99%, 97.94% 99.539%, 97.477% 99.882%, 96.988% 100%, 3.012% 100%, 3.012% 100%, 2.523% 99.882%, 2.06% 99.539%, 1.628% 98.99%, 1.233% 98.254%, 0.882% 97.349%, 0.581% 96.295%, 0.336% 95.109%, 0.154% 93.811%, 0.039% 92.418%, 0% 90.95%, 0% 9.05%, 0% 9.05%, 0.039% 7.582%, 0.154% 6.189%, 0.336% 4.891%, 0.581% 3.705%, 0.882% 2.651%, 1.233% 1.746%, 1.628% 1.01%, 2.06% 0.461%, 2.523% 0.118%, 3.012% 0%, 89.442% 0%);
  }
}
.clip-vertical--medium {
  clip-path: polygon(22.89% 0%, 22.89% 0%, 22.273% 0.025%, 21.663% 0.1%, 21.063% 0.222%, 20.477% 0.392%, 19.905% 0.608%, 19.352% 0.869%, 18.82% 1.174%, 18.311% 1.522%, 17.828% 1.912%, 17.374% 2.341%, 2.296% 17.779%, 2.296% 17.779%, 1.875% 18.246%, 1.493% 18.743%, 1.152% 19.266%, 0.853% 19.814%, 0.597% 20.384%, 0.385% 20.972%, 0.218% 21.576%, 0.098% 22.194%, 0.025% 22.822%, 0% 23.459%, 0% 91.979%, 0% 91.979%, 0.102% 93.28%, 0.398% 94.514%, 0.872% 95.665%, 1.507% 96.716%, 2.288% 97.651%, 3.199% 98.452%, 4.222% 99.105%, 5.343% 99.591%, 6.545% 99.895%, 7.813% 100%, 92.188% 100%, 92.188% 100%, 93.455% 99.895%, 94.657% 99.591%, 95.778% 99.105%, 96.802% 98.452%, 97.712% 97.651%, 98.493% 96.716%, 99.128% 95.665%, 99.602% 94.514%, 99.898% 93.28%, 100% 91.979%, 100% 8.021%, 100% 8.021%, 99.898% 6.72%, 99.602% 5.486%, 99.128% 4.335%, 98.493% 3.284%, 97.712% 2.349%, 96.802% 1.548%, 95.778% 0.895%, 94.657% 0.409%, 93.455% 0.105%, 92.188% 0%, 22.89% 0%);
}
.clip-vertical--small {
  clip-path: polygon(36.216% 0%, 36.216% 0%, 34.378% 0.055%, 32.562% 0.219%, 30.778% 0.489%, 29.031% 0.863%, 27.331% 1.339%, 25.685% 1.913%, 24.1% 2.584%, 22.585% 3.349%, 21.147% 4.205%, 19.794% 5.151%, 6.835% 14.958%, 6.835% 14.958%, 5.58% 15.986%, 4.444% 17.079%, 3.429% 18.231%, 2.539% 19.436%, 1.777% 20.689%, 1.146% 21.983%, 0.649% 23.312%, 0.291% 24.671%, 0.073% 26.054%, 0% 27.454%, 0% 82.353%, 0% 82.353%, 0.304% 85.215%, 1.186% 87.931%, 2.596% 90.463%, 4.487% 92.775%, 6.811% 94.831%, 9.521% 96.595%, 12.568% 98.03%, 15.905% 99.1%, 19.484% 99.769%, 23.256% 100%, 76.11% 100%, 76.11% 100%, 79.882% 99.769%, 83.46% 99.1%, 86.797% 98.03%, 89.844% 96.595%, 92.554% 94.831%, 94.879% 92.775%, 96.77% 90.463%, 98.18% 87.931%, 99.062% 85.215%, 99.366% 82.353%, 99.366% 17.647%, 99.366% 17.647%, 99.062% 14.785%, 98.18% 12.069%, 96.77% 9.537%, 94.879% 7.225%, 92.554% 5.169%, 89.844% 3.405%, 86.797% 1.97%, 83.46% 0.9%, 79.882% 0.231%, 76.11% 0%, 36.216% 0%);
}
.clip-post {
  clip-path: polygon(7.813% 0%, 7.813% 0%, 6.545% 0.156%, 5.343% 0.607%, 4.222% 1.329%, 3.199% 2.297%, 2.288% 3.487%, 1.507% 4.874%, 0.872% 6.434%, 0.398% 8.142%, 0.102% 9.974%, 0% 11.905%, 0% 87.897%, 0% 87.897%, 0.102% 89.828%, 0.398% 91.66%, 0.872% 93.368%, 1.507% 94.928%, 2.288% 96.315%, 3.199% 97.505%, 4.222% 98.473%, 5.343% 99.195%, 6.545% 99.646%, 7.813% 99.802%, 65.625% 99.802%, 65.625% 99.802%, 66.892% 99.646%, 68.094% 99.195%, 69.215% 98.473%, 70.239% 97.505%, 71.149% 96.315%, 71.93% 94.928%, 72.566% 93.368%, 73.039% 91.66%, 73.335% 89.828%, 73.438% 87.897%, 73.438% 75.454%, 73.438% 75.454%, 73.54% 73.523%, 73.836% 71.691%, 74.309% 69.983%, 74.945% 68.423%, 75.726% 67.036%, 76.636% 65.846%, 77.66% 64.878%, 78.781% 64.156%, 79.983% 63.705%, 81.25% 63.549%, 92.188% 63.549%, 92.188% 63.549%, 93.455% 63.393%, 94.657% 62.942%, 95.778% 62.22%, 96.802% 61.252%, 97.712% 60.062%, 98.493% 58.675%, 99.128% 57.115%, 99.602% 55.407%, 99.898% 53.575%, 100% 51.644%, 100% 11.905%, 100% 11.905%, 99.898% 9.974%, 99.602% 8.142%, 99.128% 6.434%, 98.493% 4.874%, 97.712% 3.487%, 96.802% 2.297%, 95.778% 1.329%, 94.657% 0.607%, 93.455% 0.156%, 92.188% 0%, 7.813% 0%);
}
.clip-post--left {
  clip-path: polygon(92.188% 0%, 92.188% 0%, 93.455% 0.117%, 94.657% 0.455%, 95.778% 0.997%, 96.802% 1.723%, 97.712% 2.615%, 98.493% 3.655%, 99.128% 4.825%, 99.602% 6.106%, 99.898% 7.48%, 100% 8.929%, 100% 91.071%, 100% 91.071%, 99.898% 92.52%, 99.602% 93.894%, 99.128% 95.175%, 98.493% 96.345%, 97.712% 97.385%, 96.802% 98.277%, 95.778% 99.003%, 94.657% 99.545%, 93.455% 99.883%, 92.188% 100%, 34.375% 100%, 34.375% 100%, 33.108% 99.883%, 31.906% 99.545%, 30.785% 99.003%, 29.761% 98.277%, 28.851% 97.385%, 28.07% 96.345%, 27.434% 95.175%, 26.961% 93.894%, 26.665% 92.52%, 26.563% 91.071%, 26.563% 81.739%, 26.563% 81.739%, 26.46% 80.291%, 26.164% 78.917%, 25.69% 77.636%, 25.055% 76.466%, 24.274% 75.425%, 23.364% 74.533%, 22.34% 73.807%, 21.219% 73.266%, 20.017% 72.927%, 18.75% 72.81%, 7.813% 72.81%, 7.813% 72.81%, 6.545% 72.694%, 5.343% 72.355%, 4.222% 71.814%, 3.199% 71.088%, 2.288% 70.195%, 1.507% 69.155%, 0.872% 67.985%, 0.398% 66.704%, 0.102% 65.33%, 0% 63.882%, 0% 8.929%, 0% 8.929%, 0.102% 7.48%, 0.398% 6.106%, 0.872% 4.825%, 1.507% 3.655%, 2.288% 2.615%, 3.199% 1.723%, 4.222% 0.997%, 5.343% 0.455%, 6.545% 0.117%, 7.813% 0%, 92.188% 0%);
}
.clip-text-image {
  clip-path: polygon(21.637% 99.849%, 21.637% 99.849%, 21.149% 99.821%, 20.667% 99.737%, 20.193% 99.599%, 19.73% 99.407%, 19.278% 99.164%, 18.842% 98.87%, 18.421% 98.526%, 18.019% 98.134%, 17.637% 97.696%, 17.278% 97.211%, 1.814% 74.635%, 1.814% 74.635%, 1.481% 74.109%, 1.179% 73.549%, 0.91% 72.959%, 0.674% 72.342%, 0.471% 71.701%, 0.304% 71.038%, 0.172% 70.357%, 0.077% 69.662%, 0.019% 68.954%, 0% 68.237%, 0% 9.036%, 0% 9.036%, 0.081% 7.57%, 0.315% 6.18%, 0.689% 4.884%, 1.191% 3.7%, 1.808% 2.647%, 2.527% 1.743%, 3.336% 1.009%, 4.222% 0.461%, 5.172% 0.118%, 6.173% 0%, 93.724% 0%, 93.724% 0%, 94.726% 0.118%, 95.675% 0.461%, 96.561% 1.009%, 97.37% 1.743%, 98.089% 2.647%, 98.706% 3.7%, 99.208% 4.884%, 99.582% 6.18%, 99.816% 7.57%, 99.897% 9.036%, 99.897% 90.813%, 99.897% 90.813%, 99.816% 92.279%, 99.582% 93.669%, 99.208% 94.966%, 98.706% 96.15%, 98.089% 97.203%, 97.37% 98.106%, 96.561% 98.841%, 95.675% 99.389%, 94.726% 99.731%, 93.724% 99.849%, 21.637% 99.849%);
}
.clip-text-reverse, .sectionImageItems__img:before {
  clip-path: polygon(78.266% 0.253%, 78.266% 0.253%, 78.753% 0.28%, 79.234% 0.363%, 79.707% 0.5%, 80.17% 0.691%, 80.62% 0.933%, 81.056% 1.225%, 81.476% 1.567%, 81.878% 1.957%, 82.259% 2.394%, 82.618% 2.876%, 98.068% 25.358%, 98.068% 25.358%, 98.401% 25.883%, 98.702% 26.44%, 98.971% 27.028%, 99.208% 27.643%, 99.41% 28.282%, 99.577% 28.942%, 99.709% 29.621%, 99.805% 30.314%, 99.863% 31.02%, 99.883% 31.734%, 99.929% 90.757%, 99.929% 90.757%, 99.85% 92.219%, 99.617% 93.605%, 99.245% 94.899%, 98.745% 96.08%, 98.13% 97.131%, 97.413% 98.032%, 96.606% 98.766%, 95.723% 99.314%, 94.775% 99.657%, 93.776% 99.777%, 6.404% 99.923%, 6.404% 99.923%, 5.405% 99.807%, 4.457% 99.467%, 3.573% 98.922%, 2.765% 98.191%, 2.047% 97.291%, 1.43% 96.243%, 0.928% 95.063%, 0.554% 93.771%, 0.319% 92.385%, 0.237% 90.924%, 0.174% 9.393%, 0.174% 9.393%, 0.253% 7.931%, 0.485% 6.545%, 0.858% 5.251%, 1.358% 4.07%, 1.973% 3.019%, 2.69% 2.118%, 3.496% 1.384%, 4.38% 0.836%, 5.327% 0.493%, 6.327% 0.373%, 78.266% 0.253%);
}

.slick-track {
  margin: 0;
}
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1.375rem;
  min-height: 0.75rem;
}
.slick-dots li {
  width: 0.375rem;
  height: 0.375rem;
  display: inline-block;
  scale: 1.1;
  transition: all 0.4s ease;
}
.slick-dots li.slick-active {
  width: 0.75rem;
  height: 0.75rem;
  scale: 1;
  transition: all 0.4s ease;
}
.slick-dots li.slick-active button {
  background-color: var(--color-secondary);
}
.slick-dots button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 0;
  border: 0;
  border-radius: 0.375rem;
  background-color: rgba(8, 31, 45, 0.3);
  cursor: pointer;
}
.slick-dots-secondary button, .slick-dots-secondary-results button {
  background-color: rgba(254, 83, 74, 0.3);
}
.slick-dots-secondary .slick-active button, .slick-dots-secondary-results .slick-active button {
  background-color: var(--color-primary) !important;
}
.slick-dots-white {
  margin-top: 1.875rem;
}
@media only screen and (min-width: 1024px) {
  .slick-dots-white {
    margin-top: 0;
  }
}
.slick-dots-white button {
  background-color: rgba(255, 255, 255, 0.3);
}
.slick-dots-white .slick-active button {
  background-color: var(--color-white) !important;
}
.slick-dots-black button {
  background-color: rgba(8, 31, 45, 0.3);
}
.slick-dots-black .slick-active button {
  background-color: var(--color-secondary) !important;
}
.slick-dots-orange button {
  background-color: rgba(254, 83, 74, 0.3);
}
.slick-dots-orange .slick-active button {
  background-color: var(--color-primary) !important;
}
.slick-custom .slick-slide {
  padding: 0 0.75rem;
}
.slick-custom-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1.375rem;
  padding-top: 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .slick-custom-dots {
    justify-content: flex-start;
  }
}
.slick-custom-dots li {
  display: flex;
  align-items: center;
}
.slick-custom-dots .dot {
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 1.25rem;
  background-color: rgba(8, 31, 45, 0.3);
}
.slick-custom-dots .dot.active {
  width: 0.75rem;
  height: 0.75rem;
  background-color: var(--color-secondary);
}
.slick-arrow {
  position: absolute;
  top: 33%;
  width: 3rem;
  height: 3rem;
  padding: 0;
  font-size: 0;
  border: 0;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .slick-arrow {
    display: none;
  }
}
.slick-prev {
  left: -3.4375rem;
  background: url(../../.././assets/css/build/img/icon-chevron-prev.png);
  background-size: contain;
}
.slick-next {
  right: -3.4375rem;
  background: url(../../.././assets/css/build/img/icon-chevron-next.png);
  background-size: contain;
}

.text--center {
  text-align: center;
}

.line--small {
  display: inline-block;
  width: 4.875rem;
  height: 0.375rem;
  border-radius: 1.875rem;
  background: var(--color-blue-50);
}
.line--medium {
  display: inline-block;
  width: 100%;
  height: 0.0625rem;
  margin: 0.75rem 0 1.125rem;
  background: var(--color-footer-title);
}
@media only screen and (min-width: 1024px) {
  .line--medium {
    max-width: 11.25rem;
  }
}

.post-item {
  display: none;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  /* Mobile */
}
.header__logo {
  flex: 1;
}
@media only screen and (min-width: 1024px) {
  .header__logo {
    flex: 0;
  }
}
.header__logo a {
  display: block;
}
.header__logo img {
  width: 9.25rem;
}
@media only screen and (min-width: 1024px) {
  .header__logo img {
    width: auto;
  }
}
.header__bckg {
  background-color: var(--color-white);
  box-shadow: 0 0.25rem 0.25rem 0 rgba(8, 31, 45, 0.1);
}
.header__grid {
  display: flex;
  align-items: center;
  column-gap: 1.875rem;
  height: 5.25rem;
}
@media only screen and (min-width: 1024px) {
  .header__grid {
    column-gap: 0;
  }
}
.header__menu {
  display: grid;
  flex: 1;
  padding-bottom: 2.625rem;
}
@media only screen and (min-width: 1024px) {
  .header__menu {
    height: 100%;
    padding: 0;
  }
}
.header__nav {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .header__nav {
    height: 100%;
  }
}
.header__ul {
  display: flex;
  flex-direction: column;
  row-gap: 2.625rem;
}
@media only screen and (min-width: 1024px) {
  .header__ul {
    flex-direction: row;
    justify-content: center;
    column-gap: 1.25rem;
    height: 100%;
    padding: 0 1.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .header__ul {
    justify-content: flex-start;
    column-gap: 2.625rem;
    padding: 0 0 0 6.5625rem;
  }
}
.header__ul .current-menu-item a:before {
  width: 0.375rem;
  background-color: var(--color-primary);
}
@media only screen and (min-width: 1200px) {
  .header__ul .current-menu-item a:before {
    width: 100%;
  }
}
.header__ul a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.125rem 0;
  color: var(--color-secondary);
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.1s ease;
}
@media only screen and (min-width: 1024px) {
  .header__ul a {
    height: 100%;
    padding: 0;
    font-size: 1.125rem;
    font-weight: 400;
  }
}
.header__ul a:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 0.625rem;
  bottom: 0;
  left: 0;
  width: 0.375rem;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .header__ul a:before {
    width: 100%;
    height: 0;
    border-radius: 0.625rem;
    background-color: var(--color-primary);
    transition: all 0.4s ease;
  }
}
@media only screen and (min-width: 1024px) {
  .header__ul a:hover {
    font-weight: 700;
  }
  .header__ul a:hover::before {
    height: 0.375rem;
  }
}
.header__ctas {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .header__ctas {
    flex-direction: row;
    align-items: center;
    column-gap: 1.5rem;
  }
}
.header__ctas .button {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .header__ctas .button {
    width: auto;
  }
}
.header__ctas-menu {
  display: none;
}
.header__ctas-menu:hover .header__ctas-submenu {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .header__ctas-menu {
    display: block;
  }
}
.header__ctas_mobile {
  padding: 0rem 1.5rem 3.375rem;
}
.header__toggle {
  padding: 0;
  border: 0;
  border-top: 0.125rem solid var(--color-primary);
  background-color: transparent;
  cursor: pointer;
}
.header__toggle span {
  position: relative;
  display: block;
  width: 1.5rem;
  height: 1.125rem;
}
.header__toggle span::before, .header__toggle span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background-color: var(--color-primary);
}
.header__toggle span::before {
  top: 50%;
  margin-top: -0.125rem;
}
.header__toggle span:after {
  bottom: 0;
}
.header__mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  transform: translate3d(100%, 0, 0);
  z-index: 9;
  transition: transform 0.4s ease;
  overflow-y: auto;
  overflow-x: hidden;
}
.header__mobile .header__hide-desktop {
  display: flex;
}
.header__mobile.active {
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 1024px) {
  .header__mobile {
    display: none;
  }
}
.header__mobile .menu-indicator {
  width: 0.375rem;
  height: 100%;
  background-color: var(--color-primary);
  position: absolute;
  left: 0;
  border-radius: 0.625rem;
}
.header__mobile .sub-menu {
  position: absolute;
  height: 100%;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 5.25rem 0 0 0;
  z-index: 1;
  transform: translate3d(100%, 0, 0);
  transition: all ease 0.3s;
  top: 0;
  overflow: auto;
}
.header__mobile .sub-menu a:not(.link-parent) {
  background: rgba(226, 228, 230, 0.4);
  min-height: 4.375rem;
  padding: 1.0625rem 1.875rem;
  border-bottom: 3px solid #fff;
  font-size: 1.875rem;
  font-weight: 600;
}
.header__mobile .submenu-parent-link a {
  min-height: 4.5rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-primary);
  justify-content: flex-start;
  gap: 0.375rem;
}
.header__mobile .has-submenu.active .sub-menu {
  transform: translate3d(0, 0, 0);
}
.header__mobile .header__menu {
  padding: 8.125rem 1.5rem 3.375rem;
}
.header__hide-desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header__hide-desktop {
    display: grid;
  }
}
@media only screen and (min-width: 1024px) {
  .header__hide-mobile {
    display: none;
  }
}
.header__li {
  display: block;
}
.header__li--has-submenu:hover .sub-menu {
  display: block;
  height: 29.25rem;
  padding: 3.75rem 0;
}
.header .sub-menu {
  /* display: none; */
  position: absolute;
  top: 5.25rem;
  left: 0;
  width: 100%;
  padding: 0;
  background-color: var(--color-white);
  z-index: -1;
  height: 0rem;
  transition: all ease-in-out 0.3s;
  overflow: hidden;
}
.header .sub-menu a::before {
  display: none;
}
.header .sub-menu svg {
  min-width: 1.5rem;
}
.header .sub-menu .container {
  position: relative;
}
.header .sub-menu .header__li {
  display: grid;
  /* width: rem(282) !important; */
  margin-bottom: 0.75rem;
  grid-template-columns: 17.625rem 1fr;
  column-gap: 3.6875rem;
}
.header .sub-menu .header__li-a {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.125rem !important;
  height: auto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0.75rem;
  background-color: rgba(226, 228, 230, 0.5);
  width: 100%;
}
.header .sub-menu .header__li-a.active {
  font-weight: 700;
  color: var(--color-white);
  background-color: var(--color-primary);
}
.header .sub-menu .header__li-a.active ~ .header__li-content {
  opacity: 1;
  visibility: visible;
}
.header .sub-menu .header__li-a.active svg path {
  fill: white;
}
.header .sub-menu .header__li-a:before {
  display: none;
}
.header .sub-menu .header__li-description {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.header .sub-menu .header__li-description .button {
  height: 3.375rem;
  padding: 0.3125rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 1.875rem;
  line-height: normal;
  white-space: nowrap;
}
.header .sub-menu .header__li-description .button:hover svg path {
  fill: white;
}
@media only screen and (min-width: 1024px) {
  .header .sub-menu .header__li-description .button {
    width: max-content;
    min-width: 15.625rem;
    margin-top: 2.25rem;
  }
}
.header .sub-menu .header__li-content {
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.2s;
  /* position: absolute;
  top: 0;
  left: 0;
  padding-left: rem(340);
  display: none; 

  padding-right: rem(24); */
}
.header .sub-menu .header__li-content-box {
  position: absolute;
  top: 0;
  grid-template-columns: 1fr 19.125rem;
  display: grid;
  column-gap: 3.75rem;
  width: 53.75rem;
}
.header .sub-menu .header__li-project {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  row-gap: 1.5rem;
}
.header .sub-menu .header__li-project-link {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 24px;
}
.header .sub-menu .header__li-project-link-image {
  position: relative;
}
.header .sub-menu .header__li-project-link .clip-post {
  width: 100%;
  height: 180px;
}
.header .sub-menu .header__li-project-link .clip-post img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  transition: ease-in-out 0.4s;
}
.header .sub-menu .header__li-project-link-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
}
.header .sub-menu .header__li-project-link-button {
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid rgb(8, 31, 45);
  position: absolute;
  border-radius: 50%;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.2s;
}
.header .sub-menu .header__li-project-link svg {
  fill: white;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all ease-in-out 0.2s;
}
.header .sub-menu .header__li-project-link svg path {
  fill: currentColor;
}
.header .sub-menu .header__li-project-link:hover {
  text-decoration: underline;
}
.header .sub-menu .header__li-project-link:hover .clip-post img {
  transform: scale(1.1);
}
.header .sub-menu .header__li-project-link:hover .header__li-project-link-button {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.header .sub-menu .header__li-project-link:hover svg {
  fill: currentColor;
}
.header .sub-menu .header__li-project-link:hover svg path {
  fill: white;
}
.header .sub-menu .header__li-project-label {
  color: #71828c;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header .sub-menu .header__li-project-title {
  color: var(--color-secondary);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.header .sub-menu .header__li-project-cta {
  height: auto;
  color: var(--color-secondary);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header .sub-menu .header__li-project-cta:hover span::before {
  width: 100%;
}
.header .sub-menu .header__li-project-cta span {
  position: relative;
}
.header .sub-menu .header__li-project-cta span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid;
  transition: all 0.4s ease;
}
.header .sub-menu .header__li-project-cta:after {
  content: "";
  position: relative;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../../.././assets/css/build/img/icon-chevron.svg);
}
.header__redes {
  background: rgba(159, 188, 204, 0.3);
  padding: 2.0625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
}
.header__footer {
  background: #081F2D;
  color: #9FBCCC;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 1.875rem;
  text-align: center;
}

/* Components */
.section {
  /* CardFullBig */
  /* CardFullBigTopRight */
  /* Services */
  /* CasesStudies */
  /* Posts */
  /* Cards */
  /* OurClients */
  /* BannerText */
  /* TextImage */
  /* TextImageStandard */
  /* BannerText */
  /* BannerStandard */
  /* TextItems */
  /* TextImage */
  /* Projects */
  /* sectionHeroText */
  /* sectionFormContact */
}
.sectionCarusel {
  position: relative;
  background-color: var(--color-secondary);
  margin-bottom: -0.0625rem;
}
.sectionCarusel > .container:not(.dots) {
  padding: 0;
}
.sectionCarusel__slide {
  position: relative;
  padding-inline: 0.0625rem;
}
.sectionCarusel__slide img {
  width: 100%;
  height: auto;
}
.sectionCarusel__content {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .sectionCarusel__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.sectionCarusel .slick-arrow {
  display: none !important;
  top: 50%;
  margin-top: -1.5rem;
}
@media only screen and (min-width: 1200px) {
  .sectionCarusel .slick-arrow {
    display: inline-block !important;
  }
}
.sectionCarusel .slick-prev {
  left: 2.5rem;
}
@media only screen and (min-width: 1100px) {
  .sectionCarusel .slick-prev {
    left: 1.25rem;
  }
}
.sectionCarusel .slick-next {
  right: 2.5rem;
}
@media only screen and (min-width: 1100px) {
  .sectionCarusel .slick-next {
    right: 1.25rem;
  }
}
.sectionCarusel .dots-container {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .sectionCarusel .dots-container {
    position: absolute;
    bottom: 1.25rem;
  }
}
@media only screen and (min-width: 1280px) {
  .sectionCarusel .dots-container {
    bottom: 3.75rem;
  }
}
.sectionCarusel__copy {
  position: relative;
  display: grid;
  row-gap: 0.75rem;
  padding: 1.5rem 0;
}
@media only screen and (max-width: 768px) {
  .sectionCarusel__copy h1, .sectionCarusel__copy h2, .sectionCarusel__copy p {
    color: var(--color-white) !important;
  }
}
@media only screen and (min-width: 1024px) {
  .sectionCarusel__copy {
    align-items: center;
    max-width: 40.625rem;
    padding: 0 3.75rem 0 0;
    height: 100%;
  }
}
.sectionCarusel__copy .button {
  margin-top: 0.75rem;
}
.sectionCarusel__copy .slick-dots {
  padding-top: 1.875rem;
}
.sectionCarusel .desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .sectionCarusel .desktop {
    display: block;
  }
}
.sectionCarusel .mobile {
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .sectionCarusel .mobile {
    display: none;
  }
}
.sectionCardFullBig {
  padding: 3.375rem 0;
}
@media only screen and (min-width: 1024px) {
  .sectionCardFullBig {
    padding: 4.125rem 0;
  }
}
.sectionCardFullBig__padding {
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 426px) {
  .sectionCardFullBig__padding {
    max-width: 19.625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .sectionCardFullBig__padding {
    max-width: max-content;
    padding: 0 6.25rem;
  }
  .sectionCardFullBig__padding:before {
    content: "";
    position: absolute;
    top: 0;
    right: 6.25rem;
    width: 10.625rem;
    height: 100%;
    background-color: var(--color-white);
    z-index: 1;
  }
}
.sectionCardFullBig__card {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 0.375rem;
  margin-bottom: 1.875rem;
  padding: 2.5rem 1.875rem 20rem;
}
@media only screen and (min-width: 1024px) {
  .sectionCardFullBig__card {
    min-height: 20.75rem;
    margin-bottom: 0;
    padding: 1.875rem 16.875rem 1.875rem 2.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .sectionCardFullBig__card {
    padding: 3.125rem 16.875rem 3.125rem 4.625rem;
  }
}
.sectionCardFullBig__card .button {
  margin-top: 1.5rem;
}
.sectionCardFullBig__img {
  position: absolute;
  bottom: 5.25rem;
  left: 50%;
  right: inherit;
  width: 14.5rem;
  height: auto;
  margin-left: -7.25rem;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .sectionCardFullBig__img {
    left: inherit;
    right: 6.25rem;
    bottom: 0;
    width: auto;
  }
}
.sectionCardFullBig .desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .sectionCardFullBig .desktop {
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .sectionCardFullBig .mobile {
    display: none;
  }
}
.sectionCardFullBigTopRight {
  padding: 3.375rem 0;
}
@media only screen and (min-width: 1024px) {
  .sectionCardFullBigTopRight {
    padding: 8.4375rem 0 8.125rem;
  }
}
.sectionCardFullBigTopRight__padding {
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 426px) {
  .sectionCardFullBigTopRight__padding {
    max-width: 19.625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .sectionCardFullBigTopRight__padding {
    max-width: max-content;
    padding: 0 6.25rem;
  }
}
.sectionCardFullBigTopRight__card {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 0.375rem;
  margin-bottom: 1.875rem;
  padding: 2.5rem 1.875rem 20rem;
}
@media only screen and (min-width: 1024px) {
  .sectionCardFullBigTopRight__card {
    min-height: 20.75rem;
    margin-bottom: 0;
    padding: 4.5625rem 16.875rem 4.5625rem 2.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .sectionCardFullBigTopRight__card {
    padding: 4.5625rem 25.5rem 4.5625rem 4.625rem;
  }
}
.sectionCardFullBigTopRight__card .button {
  margin-top: 1.5rem;
}
.sectionCardFullBigTopRight__img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 18.125rem;
  height: auto;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .sectionCardFullBigTopRight__img {
    left: inherit;
    right: 6.25rem;
    bottom: 0;
    max-width: 22.9375rem;
  }
}
.sectionCardFullBigTopRight .desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .sectionCardFullBigTopRight .desktop {
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .sectionCardFullBigTopRight .mobile {
    display: none;
  }
}
.sectionServices__bckg {
  padding: 3.375rem 0;
  background-color: var(--color-secondary);
}
@media only screen and (min-width: 1024px) {
  .sectionServices__bckg {
    padding: 5rem 0 6.9375rem;
  }
}
.sectionServices__title {
  padding: 0 0 2.625rem;
  text-align: center;
}
.sectionServices__cards {
  display: flex;
}
.sectionServices__cards .slick-track {
  display: flex;
  column-gap: 1rem;
}
@media only screen and (min-width: 1024px) {
  .sectionServices__cards .slick-track {
    column-gap: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .sectionServices__cards + .slick-dots-white {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .sectionServices__cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
  }
}
.sectionServices__cards .style-2 {
  grid-column: span 2;
}
.sectionServices__card {
  position: relative;
  height: 100%;
  min-height: 18.125rem;
}
@media only screen and (min-width: 1024px) {
  .sectionServices__card {
    min-height: 23.125rem;
    padding: 0;
  }
}
.sectionServices__card:hover img {
  transform: scale(1.1);
}
.sectionServices__card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(8, 31, 45);
  background: linear-gradient(0deg, rgb(8, 31, 45) 0%, rgba(8, 31, 45, 0) 50%);
  z-index: 1;
}
.sectionServices__card a {
  display: block;
  height: 18.125rem;
}
@media only screen and (min-width: 1024px) {
  .sectionServices__card a {
    min-height: 23.125rem;
  }
}
.sectionServices__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sectionServices__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  transition: transform 0.4s ease;
}
.sectionServices__info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  row-gap: 0.75rem;
  width: 100%;
  max-width: 14.375rem;
  height: 100%;
  padding: 1.5rem;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .sectionServices__info {
    max-width: 100%;
    padding: 2.5rem 2.25rem;
  }
}
.sectionServices .slick-dots-white {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .sectionServices .textSmall {
    max-width: 10rem;
  }
  .sectionServices .textLarge {
    max-width: 24.375rem;
  }
}
.sectionCaseStudies {
  padding: 3.375rem 0;
}
@media only screen and (min-width: 1024px) {
  .sectionCaseStudies {
    padding: 4.125rem 0 0 0;
  }
}
.sectionCaseStudies .container--slick {
  max-width: 100%;
  padding: 0;
}
.sectionCaseStudies .slick-slider {
  position: relative;
}
.sectionCaseStudies .slick-arrow {
  top: 30%;
}
.sectionCaseStudies .slick-prev {
  left: 2.5rem;
}
.sectionCaseStudies .slick-next {
  right: 2.5rem;
}
.sectionCaseStudies__intern {
  padding-bottom: 3.375rem;
}
@media only screen and (min-width: 1024px) {
  .sectionCaseStudies__intern {
    padding-bottom: 4.0625rem;
  }
}
.sectionCaseStudies__title {
  padding: 0 1.25rem 2.5rem;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .sectionCaseStudies__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 2.5rem;
    text-align: left;
  }
}
.sectionCaseStudies__title .button {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .sectionCaseStudies__title .button {
    display: flex;
  }
}
.sectionCaseStudies__card a {
  color: inherit;
}
.sectionCaseStudies__card:hover img {
  transform: scale(1.1);
}
.sectionCaseStudies__img {
  position: relative;
}
.sectionCaseStudies__img img {
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
  height: 23.375rem;
  object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  .sectionCaseStudies__img img {
    height: 18.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .sectionCaseStudies__img img {
    height: 23.375rem;
  }
}
.sectionCaseStudies__info {
  display: grid;
  row-gap: 0.75rem;
  padding: 1.3125rem 1.125rem 1.875rem;
}
@media only screen and (min-width: 1024px) {
  .sectionCaseStudies__info {
    padding: 1.3125rem 2.25rem 2.625rem;
  }
}
.sectionCaseStudies__info .heading--20 {
  max-width: 14.375rem;
}
.sectionCaseStudies .mobile {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .sectionCaseStudies .mobile {
    display: none;
  }
}
.sectionPosts {
  padding: 4.125rem 0 3.375rem 0;
  background-color: rgba(226, 228, 230, 0.3);
}
@media only screen and (min-width: 1024px) {
  .sectionPosts {
    padding: 4.125rem 0;
  }
}
.sectionPosts__title {
  max-width: 43.75rem;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 2.5rem;
}
.sectionPosts__card {
  cursor: pointer;
}
.sectionPosts__card .button-circle {
  transition: all ease 0.4s;
}
.sectionPosts__card:hover img {
  transform: scale(1.1);
}
.sectionPosts__card:hover .button-circle {
  background-color: var(--color-secondary);
}
.sectionPosts__card:hover svg path {
  fill: white;
}
.sectionPosts__grid {
  /* display: none; */
  /* @media only screen and (min-width: 1024px) {
  	display: grid;
  	grid-template-columns: repeat(3, 1fr);
  	column-gap: rem(24);
  	padding: 0 0 rem(20);
  } */
}
.sectionPosts__grid + .slick-dots-black {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .sectionPosts__grid + .slick-dots-black {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .sectionPosts__grid-mobile {
    display: none;
  }
}
.sectionPosts__media {
  position: relative;
}
.sectionPosts__media .button-circle {
  position: absolute;
  right: 0;
  bottom: 0;
}
.sectionPosts__img {
  height: 15.625rem;
  overflow: hidden;
}
.sectionPosts__img img {
  display: block;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  transition: transform 0.4s ease;
}
.sectionPosts__info {
  display: grid;
  row-gap: 0.75rem;
  padding: 1.5rem 1.25rem;
}
.sectionPosts__info .heading--20 {
  max-width: 14.375rem;
}
.sectionPosts__info .heading--24 {
  font-size: 1.3125rem;
}
@media only screen and (min-width: 1024px) {
  .sectionPosts__info .heading--24 {
    font-size: 1.5rem;
  }
}
.sectionPosts .slick-track {
  display: flex;
  column-gap: 1rem;
}
@media only screen and (min-width: 1024px) {
  .sectionPosts .slick-track {
    column-gap: 1.5rem;
  }
}
.sectionCards {
  padding: 3.375rem 0;
}
@media only screen and (min-width: 1024px) {
  .sectionCards {
    padding: 5.25rem 0 6.125rem;
  }
}
.sectionCards__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.875rem;
}
@media only screen and (min-width: 680px) {
  .sectionCards__grid {
    column-gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .sectionCards__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.sectionCards .style-1 {
  padding: 1.875rem 1.5rem 2.25rem 1.5rem;
  background-color: var(--color-secondary);
  clip-path: polygon(22.89% 0%, 22.89% 0%, 22.273% 0.025%, 21.663% 0.1%, 21.063% 0.222%, 20.477% 0.392%, 19.905% 0.608%, 19.352% 0.869%, 18.82% 1.174%, 18.311% 1.522%, 17.828% 1.912%, 17.374% 2.341%, 2.296% 17.779%, 2.296% 17.779%, 1.875% 18.246%, 1.493% 18.743%, 1.152% 19.266%, 0.853% 19.814%, 0.597% 20.384%, 0.385% 20.972%, 0.218% 21.576%, 0.098% 22.194%, 0.025% 22.822%, 0% 23.459%, 0% 91.979%, 0% 91.979%, 0.102% 93.28%, 0.398% 94.514%, 0.872% 95.665%, 1.507% 96.716%, 2.288% 97.651%, 3.199% 98.452%, 4.222% 99.105%, 5.343% 99.591%, 6.545% 99.895%, 7.813% 100%, 92.188% 100%, 92.188% 100%, 93.455% 99.895%, 94.657% 99.591%, 95.778% 99.105%, 96.802% 98.452%, 97.712% 97.651%, 98.493% 96.716%, 99.128% 95.665%, 99.602% 94.514%, 99.898% 93.28%, 100% 91.979%, 100% 8.021%, 100% 8.021%, 99.898% 6.72%, 99.602% 5.486%, 99.128% 4.335%, 98.493% 3.284%, 97.712% 2.349%, 96.802% 1.548%, 95.778% 0.895%, 94.657% 0.409%, 93.455% 0.105%, 92.188% 0%, 22.89% 0%);
}
@media only screen and (min-width: 1024px) {
  .sectionCards .style-1 {
    padding: 1.875rem 1.875rem 1.875rem 2.25rem;
  }
}
.sectionCards .style-1 .category {
  color: var(--color-primary);
  background-color: var(--color-secondary);
}
.sectionCards .style-1 .button-icon {
  color: var(--color-secondary);
  background-color: var(--color-primary);
}
.sectionCards .style-2 {
  display: block;
  background-color: var(--color-primary);
  clip-path: polygon(22.89% 0%, 22.89% 0%, 22.273% 0.025%, 21.663% 0.1%, 21.063% 0.222%, 20.477% 0.392%, 19.905% 0.608%, 19.352% 0.869%, 18.82% 1.174%, 18.311% 1.522%, 17.828% 1.912%, 17.374% 2.341%, 2.296% 17.779%, 2.296% 17.779%, 1.875% 18.246%, 1.493% 18.743%, 1.152% 19.266%, 0.853% 19.814%, 0.597% 20.384%, 0.385% 20.972%, 0.218% 21.576%, 0.098% 22.194%, 0.025% 22.822%, 0% 23.459%, 0% 91.979%, 0% 91.979%, 0.102% 93.28%, 0.398% 94.514%, 0.872% 95.665%, 1.507% 96.716%, 2.288% 97.651%, 3.199% 98.452%, 4.222% 99.105%, 5.343% 99.591%, 6.545% 99.895%, 7.813% 100%, 92.188% 100%, 92.188% 100%, 93.455% 99.895%, 94.657% 99.591%, 95.778% 99.105%, 96.802% 98.452%, 97.712% 97.651%, 98.493% 96.716%, 99.128% 95.665%, 99.602% 94.514%, 99.898% 93.28%, 100% 91.979%, 100% 8.021%, 100% 8.021%, 99.898% 6.72%, 99.602% 5.486%, 99.128% 4.335%, 98.493% 3.284%, 97.712% 2.349%, 96.802% 1.548%, 95.778% 0.895%, 94.657% 0.409%, 93.455% 0.105%, 92.188% 0%, 22.89% 0%);
}
@media only screen and (min-width: 1024px) {
  .sectionCards .style-2 {
    grid-column: 2 span;
    clip-path: polygon(11.098% 0%, 11.098% 0%, 10.799% 0.025%, 10.503% 0.1%, 10.212% 0.222%, 9.928% 0.392%, 9.651% 0.608%, 9.383% 0.869%, 9.125% 1.174%, 8.878% 1.522%, 8.644% 1.912%, 8.424% 2.341%, 1.113% 17.779%, 1.113% 17.779%, 0.909% 18.246%, 0.724% 18.743%, 0.558% 19.266%, 0.413% 19.814%, 0.289% 20.384%, 0.187% 20.972%, 0.106% 21.576%, 0.047% 22.194%, 0.012% 22.822%, 0% 23.459%, 0% 91.979%, 0% 91.979%, 0.05% 93.28%, 0.193% 94.514%, 0.423% 95.665%, 0.731% 96.716%, 1.109% 97.651%, 1.551% 98.452%, 2.047% 99.105%, 2.591% 99.591%, 3.173% 99.895%, 3.788% 100%, 96.212% 100%, 96.212% 100%, 96.827% 99.895%, 97.409% 99.591%, 97.953% 99.105%, 98.449% 98.452%, 98.891% 97.651%, 99.269% 96.716%, 99.577% 95.665%, 99.807% 94.514%, 99.95% 93.28%, 100% 91.979%, 100% 8.021%, 100% 8.021%, 99.95% 6.72%, 99.807% 5.486%, 99.577% 4.335%, 99.269% 3.284%, 98.891% 2.349%, 98.449% 1.548%, 97.953% 0.895%, 97.409% 0.409%, 96.827% 0.105%, 96.212% 0%, 11.098% 0%);
  }
}
.sectionCards .style-2 .category {
  color: var(--color-secondary);
  background-color: var(--color-primary);
  border: 0.0625rem solid var(--color-secondary);
}
.sectionCards .sectionCards__card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  row-gap: 0.75rem;
  padding: 8.125rem 1.5rem 2.25rem 1.5rem;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out, opacity 0.2s ease-out;
  transition-delay: 0.1s;
  transform: translateZ(0);
}
@media only screen and (min-width: 1024px) {
  .sectionCards .sectionCards__card {
    min-height: 23.375rem;
    padding: 1.875rem 1.5rem 1.875rem 3rem;
  }
}
.sectionCards .sectionCards__card .button-icon {
  transition: all 0.4s ease;
}
.sectionCards .sectionCards__card:hover {
  transform: translate(0, -0.25rem);
}
.sectionCards .sectionCards__card:hover .heading--18 {
  text-decoration: underline;
}
.sectionCards .sectionCards__card:hover .button-icon {
  transform: translateX(20px);
}
.sectionCards__cta {
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
  padding-top: 0.75rem;
}
.sectionOurClients__bckg {
  position: relative;
  padding: 3.375rem 0;
  background-color: var(--color-secondary);
}
@media only screen and (min-width: 1024px) {
  .sectionOurClients__bckg {
    padding: 4.3125rem 0;
  }
}
.sectionOurClients__bckg .container--slick {
  max-width: 100%;
  padding: 0;
}
.sectionOurClients__bckg .slick-slider {
  position: inherit;
}
.sectionOurClients__bckg .slick-arrow {
  top: 50%;
}
.sectionOurClients__bckg .slick-prev {
  left: 2.5rem;
}
.sectionOurClients__bckg .slick-next {
  right: 2.5rem;
}
.sectionOurClients__title {
  padding: 0 1.25rem 1.25rem;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .sectionOurClients__title {
    padding: 0 1.25rem 2.5rem;
  }
}
.sectionOurClients__img {
  padding: 0.75rem;
}
.sectionOurClients__img img {
  width: 100%;
  height: auto;
}
.sectionOurClients .slick-track {
  padding-bottom: 2.5rem;
}
.sectionBannerTextImg__bckg {
  position: relative;
  height: 31.5rem;
  overflow: hidden;
  background: rgba(226, 228, 230, 0.3);
}
.sectionBannerTextImg__img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 15%;
}
@media only screen and (min-width: 768px) {
  .sectionBannerTextImg__img {
    object-fit: cover;
    object-position: top;
  }
}
@media only screen and (min-width: 1440px) {
  .sectionBannerTextImg__img {
    object-fit: contain;
  }
}
.sectionBannerTextImg__title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-height: 31.5rem;
  display: flex;
  align-items: center;
  text-align: center;
  transform: translate(-50%, -50%);
}
.sectionBannerTextImg .circles {
  position: relative;
  width: 29.5rem;
  height: 29.5rem;
  margin: 1.25rem auto 0;
}
@media only screen and (min-width: 1024px) {
  .sectionBannerTextImg .circles {
    width: 45.375rem;
    height: 45.375rem;
    margin: -6.25rem auto;
  }
}
.sectionBannerTextImg .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 0.375rem solid var(--color-gray);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.sectionBannerTextImg .circle--big {
  width: 29.5rem;
  height: 29.5rem;
}
@media only screen and (min-width: 1024px) {
  .sectionBannerTextImg .circle--big {
    width: 45.375rem;
    height: 45.375rem;
  }
}
.sectionBannerTextImg .circle--medium {
  width: 21rem;
  height: 21rem;
}
@media only screen and (min-width: 1024px) {
  .sectionBannerTextImg .circle--medium {
    width: 32.25rem;
    height: 32.25rem;
  }
}
.sectionBannerTextImg .circle--bckg {
  position: absolute;
  top: 50%;
  left: 0%;
  display: block;
  width: 4.375rem;
  height: 4.375rem;
  margin-left: -2.1875rem;
  border-radius: 50%;
  background-color: var(--color-gray);
  transform-origin: 16.875rem 0%;
  animation: rotateAround 5s linear infinite;
}
@media only screen and (min-width: 1024px) {
  .sectionBannerTextImg .circle--bckg {
    top: 46%;
    left: -2%;
    margin-left: -2.1875rem;
    width: 6.75rem;
    height: 6.75rem;
    transform-origin: 26.0625rem 0%;
  }
}
.sectionBannerTextImg .circle--bckg:last-child {
  top: 10%;
  right: 35%;
  left: inherit;
  transform-origin: 0 11.875rem;
  animation: rotateAroundBanner 9s linear infinite;
}
@media only screen and (min-width: 1024px) {
  .sectionBannerTextImg .circle--bckg:last-child {
    transform-origin: 0 18.75rem;
  }
}
@keyframes rotateAroundBanner {
  100% {
    transform: rotate(-360deg);
  }
  0% {
    transform: rotate(0deg);
  }
}
.sectionTextImage {
  padding: 3.375rem 0;
}
@media only screen and (min-width: 1024px) {
  .sectionTextImage {
    padding: 4.375rem 0 0;
  }
}
.sectionTextImage__grid {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .sectionTextImage__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1.5rem;
  }
}
.sectionTextImage__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0.75rem;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .sectionTextImage__info {
    padding: 0 5rem 0 0;
    row-gap: 1.5rem;
  }
}
.sectionTextImage__info .heading, .sectionTextImage__info input[type=text]:-moz-placeholder,
.sectionTextImage__info input[type=email]:-moz-placeholder,
.sectionTextImage__info input[type=tel]:-moz-placeholder,
.sectionTextImage__info select:-moz-placeholder,
.sectionTextImage__info textarea:-moz-placeholder, .sectionTextImage__info input[type=text]:-ms-input-placeholder,
.sectionTextImage__info input[type=email]:-ms-input-placeholder,
.sectionTextImage__info input[type=tel]:-ms-input-placeholder,
.sectionTextImage__info select:-ms-input-placeholder,
.sectionTextImage__info textarea:-ms-input-placeholder, .sectionTextImage__info input[type=text]::-moz-placeholder,
.sectionTextImage__info input[type=email]::-moz-placeholder,
.sectionTextImage__info input[type=tel]::-moz-placeholder,
.sectionTextImage__info select::-moz-placeholder,
.sectionTextImage__info textarea::-moz-placeholder, .sectionTextImage__info input[type=text]::-webkit-input-placeholder,
.sectionTextImage__info input[type=email]::-webkit-input-placeholder,
.sectionTextImage__info input[type=tel]::-webkit-input-placeholder,
.sectionTextImage__info select::-webkit-input-placeholder,
.sectionTextImage__info textarea::-webkit-input-placeholder {
  max-width: 25rem;
}
.sectionTextImage__info .button {
  margin-top: 0.75rem;
}
.sectionTextImage__img {
  position: relative;
  /* &:before {
  	content: "";
  	position: absolute;
  	left: 50%;
  	bottom: 0;
  	display: flex;
  	width: 100%;
  	max-width: rem(314);
  	height: rem(250);
  	margin-left: rem(-157);
  	background-color: var(--color-primary);
  	clip-path: polygon(
  		33.648% 99.79%,
  		33.648% 99.79%,
  		32.893% 99.751%,
  		32.147% 99.633%,
  		31.414% 99.44%,
  		30.696% 99.173%,
  		29.998% 98.834%,
  		29.321% 98.423%,
  		28.67% 97.944%,
  		28.048% 97.398%,
  		27.457% 96.786%,
  		26.901% 96.11%,
  		2.967% 64.617%,
  		2.967% 64.617%,
  		2.451% 63.883%,
  		1.984% 63.102%,
  		1.568% 62.279%,
  		1.202% 61.418%,
  		0.889% 60.524%,
  		0.63% 59.599%,
  		0.426% 58.65%,
  		0.279% 57.679%,
  		0.189% 56.692%,
  		0.159% 55.692%,
  		0.159% 12.815%,
  		0.159% 12.815%,
  		0.284% 10.77%,
  		0.646% 8.831%,
  		1.226% 7.022%,
  		2.003% 5.371%,
  		2.958% 3.902%,
  		4.071% 2.642%,
  		5.323% 1.617%,
  		6.694% 0.853%,
  		8.164% 0.375%,
  		9.713% 0.21%,
  		90.764% 0.21%,
  		90.764% 0.21%,
  		92.314% 0.375%,
  		93.784% 0.853%,
  		95.155% 1.617%,
  		96.407% 2.642%,
  		97.52% 3.902%,
  		98.475% 5.371%,
  		99.252% 7.022%,
  		99.831% 8.831%,
  		100.193% 10.771%,
  		100.318% 12.815%,
  		100.318% 87.185%,
  		100.318% 87.185%,
  		100.193% 89.23%,
  		99.831% 91.169%,
  		99.252% 92.978%,
  		98.475% 94.629%,
  		97.52% 96.098%,
  		96.407% 97.358%,
  		95.155% 98.383%,
  		93.784% 99.147%,
  		92.314% 99.625%,
  		90.764% 99.79%,
  		33.648% 99.79%
  	);

  	@media only screen and (min-width: 1024px) {
  		left: 0;
  		max-width: 100%;
  		height: rem(360);
  		margin: 0;
  		clip-path: polygon(
  			21.637% 99.849%,
  			21.637% 99.849%,
  			21.149% 99.821%,
  			20.667% 99.737%,
  			20.193% 99.599%,
  			19.73% 99.407%,
  			19.278% 99.164%,
  			18.842% 98.87%,
  			18.421% 98.526%,
  			18.019% 98.134%,
  			17.637% 97.696%,
  			17.278% 97.211%,
  			1.814% 74.635%,
  			1.814% 74.635%,
  			1.481% 74.109%,
  			1.179% 73.549%,
  			0.91% 72.959%,
  			0.674% 72.342%,
  			0.471% 71.701%,
  			0.304% 71.038%,
  			0.172% 70.357%,
  			0.077% 69.662%,
  			0.019% 68.954%,
  			0% 68.237%,
  			0% 9.036%,
  			0% 9.036%,
  			0.081% 7.57%,
  			0.315% 6.18%,
  			0.689% 4.884%,
  			1.191% 3.7%,
  			1.808% 2.647%,
  			2.527% 1.743%,
  			3.336% 1.009%,
  			4.222% 0.461%,
  			5.172% 0.118%,
  			6.173% 0%,
  			93.724% 0%,
  			93.724% 0%,
  			94.726% 0.118%,
  			95.675% 0.461%,
  			96.561% 1.009%,
  			97.37% 1.743%,
  			98.089% 2.647%,
  			98.706% 3.7%,
  			99.208% 4.884%,
  			99.582% 6.18%,
  			99.816% 7.57%,
  			99.897% 9.036%,
  			99.897% 90.813%,
  			99.897% 90.813%,
  			99.816% 92.279%,
  			99.582% 93.669%,
  			99.208% 94.966%,
  			98.706% 96.15%,
  			98.089% 97.203%,
  			97.37% 98.106%,
  			96.561% 98.841%,
  			95.675% 99.389%,
  			94.726% 99.731%,
  			93.724% 99.849%,
  			21.637% 99.849%
  		);
  	}
  } */
}
.sectionTextImage__img img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
  object-position: top;
}
@media only screen and (min-width: 1024px) {
  .sectionTextImage__img img {
    /* width: rem(560);
    height: rem(380); */
    /* margin: 0 0 0 rem(20); */
  }
}
.sectionTextImage .desktop {
  display: none;
  /* &--img {
  	@media only screen and (min-width: 1024px) {
  		width: 100%;
  		max-width: rem(466);
  	}
  	@media only screen and (min-width: 1200px) {
  		margin: 0 auto rem(-5) rem(95);
  	}
  } */
}
@media only screen and (min-width: 1024px) {
  .sectionTextImage .desktop {
    display: block;
  }
}
.sectionTextImage .mobile {
  display: flex;
}
.sectionTextImage .mobile--img {
  width: 100%;
  max-width: 19.125rem;
}
@media only screen and (min-width: 1024px) {
  .sectionTextImage .mobile {
    display: none;
  }
}
.sectionTextImageStandard {
  padding: 3.375rem 0;
}
.sectionTextImageStandard strong {
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .sectionTextImageStandard {
    padding: 4.5rem 0 5.25rem;
  }
  .sectionTextImageStandard .container {
    max-width: 62.25rem;
  }
}
.sectionTextImageStandard__grid {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .sectionTextImageStandard__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 6.375rem;
    align-items: center;
  }
}
.sectionTextImageStandard__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0.75rem;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .sectionTextImageStandard__info {
    row-gap: 1.5rem;
  }
}
.sectionTextImageStandard__info .heading, .sectionTextImageStandard__info input[type=text]:-moz-placeholder,
.sectionTextImageStandard__info input[type=email]:-moz-placeholder,
.sectionTextImageStandard__info input[type=tel]:-moz-placeholder,
.sectionTextImageStandard__info select:-moz-placeholder,
.sectionTextImageStandard__info textarea:-moz-placeholder, .sectionTextImageStandard__info input[type=text]:-ms-input-placeholder,
.sectionTextImageStandard__info input[type=email]:-ms-input-placeholder,
.sectionTextImageStandard__info input[type=tel]:-ms-input-placeholder,
.sectionTextImageStandard__info select:-ms-input-placeholder,
.sectionTextImageStandard__info textarea:-ms-input-placeholder, .sectionTextImageStandard__info input[type=text]::-moz-placeholder,
.sectionTextImageStandard__info input[type=email]::-moz-placeholder,
.sectionTextImageStandard__info input[type=tel]::-moz-placeholder,
.sectionTextImageStandard__info select::-moz-placeholder,
.sectionTextImageStandard__info textarea::-moz-placeholder, .sectionTextImageStandard__info input[type=text]::-webkit-input-placeholder,
.sectionTextImageStandard__info input[type=email]::-webkit-input-placeholder,
.sectionTextImageStandard__info input[type=tel]::-webkit-input-placeholder,
.sectionTextImageStandard__info select::-webkit-input-placeholder,
.sectionTextImageStandard__info textarea::-webkit-input-placeholder {
  max-width: 25rem;
}
.sectionTextImageStandard__info .button {
  margin-top: 0.75rem;
}
.sectionTextImageStandard__img {
  position: relative;
}
.sectionTextImageStandard__img img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
  object-position: top;
}
@media only screen and (min-width: 1024px) {
  .sectionTextImageStandard__img img {
    /* width: rem(560);
    height: rem(380); */
    /* margin: 0 0 0 rem(20); */
  }
}
.sectionTextImageStandard .desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .sectionTextImageStandard .desktop {
    display: block;
  }
}
.sectionTextImageStandard .mobile {
  display: flex;
}
.sectionTextImageStandard .mobile--img {
  width: 100%;
  max-width: 19.125rem;
}
@media only screen and (min-width: 1024px) {
  .sectionTextImageStandard .mobile {
    display: none;
  }
}
.sectionBannerText__bckg {
  padding: 2.625rem 0;
}
@media only screen and (min-width: 1024px) {
  .sectionBannerText__bckg {
    padding: 4.375rem 0;
  }
}
.sectionBannerText__text {
  text-align: center;
  color: var(--color-white);
}
@media only screen and (min-width: 1024px) {
  .sectionBannerText__text {
    padding: 0 6.25rem;
  }
}
.sectionBannerText__text .heading--96 {
  font-size: 3.375rem;
  font-weight: 200;
}
@media only screen and (min-width: 1024px) {
  .sectionBannerText__text .heading--96 {
    font-size: 6rem;
  }
}
.sectionBannerText__text strong {
  font-weight: 700;
}
.sectionBannerStandard {
  position: relative;
  background: linear-gradient(180deg, #FFF 0%, #E2E4E6 100%);
  height: 21rem;
}
.sectionBannerStandard__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sectionBannerStandard__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: calc(100% + 15.75rem);
}
@media only screen and (min-width: 1024px) {
  .sectionBannerStandard__img img {
    object-position: right;
  }
}
@media only screen and (min-width: 1440px) {
  .sectionBannerStandard__img img {
    object-fit: contain;
  }
}
.sectionBannerStandard__text {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 1.25rem;
  max-width: 75rem;
}
@media only screen and (min-width: 1024px) {
  .sectionBannerStandard__text {
    padding: 0;
    margin: 0 auto;
  }
}
.sectionBannerStandard__text h1 {
  max-width: 43.125rem;
}
.sectionTextItems {
  padding: 3.375rem 0 0;
}
@media only screen and (min-width: 768px) {
  .sectionTextItems {
    padding: 5.25rem 0 0;
  }
}
.sectionTextItems__grid {
  display: grid;
  row-gap: 2.625rem;
}
@media only screen and (min-width: 1024px) {
  .sectionTextItems__grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.5rem;
  }
}
.sectionTextItems__title {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
@media only screen and (min-width: 1024px) {
  .sectionTextItems__title {
    row-gap: 2.625rem;
    padding: 0 7.875rem 0 0;
  }
}
.sectionTextItems__title .heading--54 {
  font-size: 2.25rem;
}
@media only screen and (min-width: 1024px) {
  .sectionTextItems__title .heading--54 {
    font-size: 3.375rem;
  }
}
.sectionTextItems__items {
  display: grid;
  row-gap: 2.625rem;
}
@media only screen and (min-width: 768px) {
  .sectionTextItems__items {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.5rem;
  }
}
.sectionTextItems__item {
  display: flex;
  flex-direction: column;
  row-gap: 1.125rem;
}
.sectionImageItems {
  padding: 3.375rem 0 0;
}
@media only screen and (min-width: 1024px) {
  .sectionImageItems {
    padding: 5.25rem 0 0;
  }
}
.sectionImageItems__title {
  text-align: center;
  padding: 0 0 1.5rem 0;
}
@media only screen and (min-width: 1024px) {
  .sectionImageItems__title {
    padding: 0 0 2.5rem 0;
  }
}
.sectionImageItems__bckg {
  padding: 3.375rem 0;
}
@media only screen and (min-width: 1024px) {
  .sectionImageItems__bckg {
    padding: 4.75rem 0;
  }
}
.sectionImageItems__grid {
  display: grid;
  align-items: center;
  column-gap: 1.25rem;
}
@media only screen and (min-width: 1200px) {
  .sectionImageItems__grid {
    grid-template-columns: 1fr 1fr;
    padding: 0 6.3125rem;
  }
}
.sectionImageItems__img {
  position: relative;
}
.sectionImageItems__img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 22.5rem;
  background-color: var(--color-primary);
}
.sectionImageItems__img img {
  position: relative;
  display: block;
  width: 100%;
  height: 23.75rem;
  margin: 0 auto;
  object-fit: cover;
}
@media only screen and (min-width: 1200px) {
  .sectionImageItems__info {
    padding: 0 0 0 5rem;
  }
}
.sectionImageItems__item {
  display: grid;
  grid-template-columns: 2.1875rem 1fr;
  align-items: center;
  padding: 1.5rem 0;
  border-bottom: 0.0625rem solid var(--color-blue-50);
}
@media only screen and (min-width: 1024px) {
  .sectionImageItems__item {
    column-gap: 2.125rem;
    padding: 1.875rem 0;
  }
}
.sectionImageItems__item ul {
  padding: 0 0 0 1.875rem;
}
.sectionImageItems__item li {
  list-style: disc;
}
.sectionImageItems__item .heading--54 {
  align-self: flex-start;
}
@media only screen and (min-width: 1024px) {
  .sectionImageItems__item .heading--54 {
    align-self: inherit;
  }
}
@media only screen and (min-width: 1024px) {
  .sectionImageItems__item:first-child {
    padding-top: 0;
  }
  .sectionImageItems__item:last-child {
    padding-bottom: 0;
  }
}
.sectionImageItems__item:last-child {
  border: 0;
}
.sectionProjects__bckg {
  padding: 2.625rem 0;
  font-size: 0.625rem;
}
@media only screen and (min-width: 1024px) {
  .sectionProjects__bckg {
    padding: 6rem 0;
  }
}
.sectionProjects__title {
  display: grid;
  padding-bottom: 3.75rem;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .sectionProjects__title {
    padding-bottom: 2.125rem;
  }
}
@media only screen and (min-width: 1024px) {
  .sectionProjects__projects {
    padding: 0 6.4375rem;
  }
}
.sectionProjects article.last-visible .sectionProjects__project {
  border: 0;
  margin-bottom: 0;
}
.sectionProjects__project {
  display: grid;
  row-gap: 1.5rem;
  margin-bottom: 2.625rem;
  padding-bottom: 2.625rem;
  border-bottom: 0.0625rem solid var(--color-blue-50);
}
@media only screen and (min-width: 1024px) {
  .sectionProjects__project {
    grid-template-columns: 8.125rem 1fr 3.75rem;
    column-gap: 2.25rem;
    align-items: center;
  }
}
.sectionProjects__project:hover img {
  transform: scale(1.3);
}
.sectionProjects__thumbnail {
  width: 100%;
  max-width: 10.4375rem;
}
@media only screen and (min-width: 1024px) {
  .sectionProjects__thumbnail {
    max-width: 8rem;
  }
}
.sectionProjects__thumbnail img {
  display: block;
  width: 100%;
  height: 10.625rem;
  object-fit: cover;
  object-position: top;
  transition: transform 0.4s ease;
}
.sectionProjects__name {
  display: grid;
  row-gap: 1.125rem;
}
.sectionHeroText__bckg {
  position: relative;
  min-height: 31.5rem;
  overflow: hidden;
}
.sectionHeroText__bckg .img {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .sectionHeroText__bckg .img {
    display: block;
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}
.sectionHeroText__bckg .img-mobile {
  position: absolute;
  top: 10.9375rem;
  left: 0.6875rem;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .sectionHeroText__bckg .img-mobile {
    display: none;
  }
}
.sectionHeroText__img {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .sectionHeroText__img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.sectionHeroText__img-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  .sectionHeroText__img-mobile {
    display: none;
  }
}
.sectionHeroText__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 314px;
  min-height: 31.5rem;
  margin: 0 auto;
}
.sectionHeroText__title .container {
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .sectionHeroText__title {
    max-width: none;
  }
  .sectionHeroText__title .container {
    padding: 0 1.5rem;
  }
}
.sectionHeroText__title .heading--96 {
  font-size: 2.625rem;
  font-weight: 100;
  padding-top: 0.9375rem;
}
@media only screen and (min-width: 1024px) {
  .sectionHeroText__title .heading--96 {
    font-size: 6rem;
  }
}
.sectionHeroText__title strong {
  font-weight: 700;
}
.sectionHeroText__title .text-1 {
  display: block;
  padding-left: 2.25rem;
  text-align: center;
  line-height: 1;
  padding-bottom: 0.375rem;
}
@media only screen and (min-width: 1024px) {
  .sectionHeroText__title .text-1 {
    padding-left: 13.75rem;
    text-align: left;
  }
}
.sectionHeroText__title .text-2 {
  display: inline-block;
  line-height: 1;
  padding-bottom: 0.375rem;
}
@media only screen and (min-width: 1024px) {
  .sectionHeroText__title .text-2 {
    padding-left: 3rem;
  }
}
.sectionHeroText__title .text-3 {
  display: block;
  text-align: right;
  padding-right: 1.5625rem;
  line-height: 1;
  padding-bottom: 0.375rem;
}
@media only screen and (min-width: 1024px) {
  .sectionHeroText__title .text-3 {
    display: inline-block;
    padding: 0;
  }
}
.sectionHeroText__title .text-4 {
  display: block;
  text-align: right;
  line-height: 1;
  padding-top: 0.625rem;
}
@media only screen and (min-width: 1024px) {
  .sectionHeroText__title .text-4 {
    padding-right: 3rem;
  }
}
.sectionFormContact {
  padding: 3.375rem 0 0;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .sectionFormContact {
    padding: 3.75rem 0;
  }
}
.sectionFormContact__grid {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  column-gap: 1.5rem;
  row-gap: 3.375rem;
}
@media only screen and (min-width: 1024px) {
  .sectionFormContact__grid {
    flex-direction: row;
  }
}
.sectionFormContact__img, .sectionFormContact__form {
  position: relative;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .sectionFormContact__img, .sectionFormContact__form {
    flex: 0 0 50%;
  }
}
.sectionFormContact__img .circle, .sectionFormContact__form .circle {
  position: absolute;
  display: block;
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 5rem;
  background-color: var(--color-gray);
  z-index: 0;
}
.sectionFormContact__img .circle--top, .sectionFormContact__form .circle--top {
  top: 53%;
  left: 85%;
  transform-origin: -8.5rem 50%;
  animation: rotateAround 9s linear infinite;
  width: 3.125rem;
  height: 3.125rem;
}
@media only screen and (min-width: 1024px) {
  .sectionFormContact__img .circle--top, .sectionFormContact__form .circle--top {
    top: 27%;
    left: 80%;
    transform-origin: -11.875rem 50%;
    width: 4.75rem;
    height: 4.75rem;
  }
}
@keyframes rotateAround {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sectionFormContact__img .circle--bottom, .sectionFormContact__form .circle--bottom {
  top: 50%;
  left: -1.875rem;
  z-index: 1;
}
.sectionFormContact__img .circle--medium, .sectionFormContact__form .circle--medium {
  top: 15%;
  left: 1rem;
  width: 1.5rem;
  height: 1.5rem;
}
.sectionFormContact__img form, .sectionFormContact__form form {
  display: grid;
  row-gap: 1.5rem;
  padding: 2.25rem 0 0;
}
.sectionFormContact__form {
  padding: 0 0.375rem;
}
@media only screen and (min-width: 1024px) {
  .sectionFormContact__form {
    padding: 0 6.375rem;
  }
}
.sectionFormContact__form .heading--54 {
  margin-bottom: 1.5rem;
}
.sectionFormContact__form p {
  font-size: 1rem;
  font-style: normal;
  line-height: 1.375rem;
  letter-spacing: 0.01rem;
}
.sectionFormContact__form p strong {
  font-weight: 700;
}
.sectionFormContact__form label {
  position: relative;
}
.sectionFormContact .containerImage {
  height: 21.375rem;
}
@media only screen and (min-width: 1024px) {
  .sectionFormContact .containerImage {
    height: 100%;
  }
}
.sectionFormContact .img-women {
  position: absolute;
  width: 160%;
  left: -30%;
  top: -20%;
  animation: upDown 3s ease-in-out infinite;
  z-index: 1;
  object-fit: cover;
  object-position: top;
}
@media only screen and (min-width: 1024px) {
  .sectionFormContact .img-women {
    width: 100%;
    position: relative;
    left: inherit;
    top: inherit;
  }
}
@keyframes upDown {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(5px);
  }
}
.sectionFormContact .img-svg {
  position: absolute;
  top: 0;
  left: -0.09375rem;
  width: calc(100% + 0.1875rem);
  height: 100%;
  object-fit: cover;
  object-position: top;
  z-index: 0;
}
@media only screen and (min-width: 1024px) {
  .sectionFormContact .img-svg {
    width: 36.75rem;
    height: 40.625rem;
    left: 0;
    object-fit: contain;
  }
}
.sectionFormContact .img-circle-svg {
  position: absolute;
  top: 3.125rem;
  left: 50%;
  width: 100%;
  max-width: max-content;
  transform: translate(-50%, 0%);
  z-index: 0;
}
.sectionHeroTextImgCta {
  position: relative;
}
.sectionHeroTextImgCta__img img {
  width: 100%;
  height: auto;
}
.sectionHeroTextImgCta .desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .sectionHeroTextImgCta .desktop {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .sectionHeroTextImgCta .mobile {
    display: none;
  }
}
.sectionHeroTextImgCta__content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  height: calc(100% - 40px);
}
@media only screen and (min-width: 1024px) {
  .sectionHeroTextImgCta__content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
}
.sectionHeroTextImgCta__title {
  display: grid;
  row-gap: 0.75rem;
  width: 100%;
  max-width: 30.5rem;
}
.sectionHeroTextImgCta__title .button {
  margin-top: 0.75rem;
}
.sectionGoals__bckg {
  padding: 2.5rem 0;
  background-color: var(--color-secondary);
}
@media only screen and (min-width: 1024px) {
  .sectionGoals__bckg {
    padding: 5.625rem 0 5rem;
  }
}
.sectionGoals__grid {
  display: grid;
  row-gap: 0.625rem;
}
@media only screen and (min-width: 1024px) {
  .sectionGoals__grid {
    grid-template-columns: 48% 51%;
    column-gap: 0.625rem;
  }
}
.sectionGoals__info {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  padding-right: 2.5rem;
}
.sectionGoals__info .heading--48 {
  max-width: 25rem;
}
.sectionGoals__info .button {
  margin-top: 1.25rem;
}
.sectionGoals__goals {
  display: grid;
  row-gap: 6.25rem;
  padding: 3.75rem 0 0;
}
.sectionGoals__goal {
  position: relative;
}
.sectionGoals__goal-line {
  background: url(../../.././assets/css/build/img/line-bckg-mobile.png);
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
@media only screen and (min-width: 1024px) {
  .sectionGoals__goal-line {
    background: url(../../.././assets/css/build/img/line-bckg.png);
  }
}
.sectionGoals__goal-bckg {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  padding: 3.125rem 1.5rem 1.75rem 1.5rem;
  min-height: 19.6875rem;
}
.sectionGoals__goal-bckg .heading--24 {
  font-size: 1.875rem;
}
@media only screen and (min-width: 1024px) {
  .sectionGoals__goal-bckg .heading--24 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .sectionGoals__goal-bckg {
    padding: 3.5rem 2.625rem 3.3125rem;
    min-height: 13.5rem;
  }
}
.sectionGoals .number {
  position: absolute;
  top: -3rem;
  left: 2.6875rem;
  font-size: 5rem;
  color: var(--color-primary);
  font-weight: 100;
}
@media only screen and (min-width: 1024px) {
  .sectionGoals .number {
    top: -3.75rem;
    font-size: 6rem;
  }
}
.sectionSkill__bckg {
  padding: 3.125rem 0;
  background-color: var(--color-gray-30);
}
@media only screen and (min-width: 1024px) {
  .sectionSkill__bckg {
    padding: 6.25rem 0;
  }
}
.sectionSkill__bckg .heading--48 {
  margin-bottom: 2.5rem;
}
.sectionSkill__grid {
  display: grid;
  row-gap: 1.875rem;
}
@media only screen and (min-width: 1024px) {
  .sectionSkill__grid {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.5rem;
    row-gap: 3.75rem;
  }
}
.sectionSkill__skill {
  display: flex;
  flex-direction: column;
}
.sectionSkill__skill .heading--36 {
  max-width: 15.625rem;
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 1024px) {
  .sectionSkill__skill .heading--36 {
    min-height: 5.5rem;
  }
}
.sectionSkill__skill span {
  font-size: 5rem;
  color: var(--color-primary);
  font-weight: 100;
}
@media only screen and (min-width: 1024px) {
  .sectionSkill__skill span {
    font-size: 6rem;
  }
}
.sectionSingleProTitle {
  background-color: var(--color-secondary);
}
.sectionSingleProTitle__content {
  display: flex;
  flex-direction: column;
  padding: 4.5rem 0;
  row-gap: 1.125rem;
}
@media only screen and (min-width: 1024px) {
  .sectionSingleProTitle__content {
    max-width: 36.75rem;
    padding: 5.25rem 0;
    row-gap: 0.75rem;
  }
}
@media only screen and (min-width: 1024px) {
  .sectionSingleProTitle__content .heading--16 {
    margin-top: 0.75rem;
  }
}
.sectionSingleProTitle__img {
  position: relative;
}
.sectionSingleProTitle__img img {
  width: 100%;
  height: auto;
}
.sectionSingleProTabs {
  position: sticky;
  z-index: 1;
}
.sectionSingleProTabs__tabs {
  overflow-x: scroll;
  overflow-y: hidden;
  background-color: var(--color-secondary);
}
@media only screen and (min-width: 1024px) {
  .sectionSingleProTabs__tabs {
    overflow-x: hidden;
  }
}
.sectionSingleProTabs .tabs {
  width: auto;
  text-align: center;
  white-space: nowrap;
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .sectionSingleProTabs .tabs {
    display: flex;
    justify-content: center;
    column-gap: 4.125rem;
    padding: 0 6.25rem;
  }
}
.sectionSingleProTabs .sectionTextImage .container {
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .sectionSingleProTabs .sectionTextImage .container {
    padding: 0 1.5rem;
  }
}
.sectionSingleProTabs .tab-link {
  position: relative;
  font-family: var(--font-inter);
  padding: 1.3125rem 0.9375rem 1.3125rem 0.9375rem;
  color: var(--color-white);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 1024px) {
  .sectionSingleProTabs .tab-link {
    padding: 1.3125rem 0;
  }
}
.sectionSingleProTabs .tab-link:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: 0.625rem;
  background-color: var(--color-primary);
  transition: all 0.4s ease;
}
.sectionSingleProTabs .tab-link.active:before {
  content: "";
  height: 0.375rem;
}
@media only screen and (min-width: 1024px) {
  .sectionSingleProTabs .tab-content {
    padding: 0 5rem;
  }
}
.sectionSingleProTabs .tab-content .desktop--img {
  margin: 0 auto;
}
.sectionSingleProGalleries {
  padding: 3.125rem 0 0;
}
@media only screen and (min-width: 1024px) {
  .sectionSingleProGalleries {
    padding: 5.25rem 0 0;
  }
}
.sectionSingleProGalleries__img {
  padding: 0 0.3125rem;
}
.sectionSingleProGalleries img {
  width: 100%;
}
.sectionSingleProGalleries .slick-prev {
  top: 48%;
  left: 3.125rem;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .sectionSingleProGalleries .slick-prev {
    display: block;
  }
}
.sectionSingleProGalleries .slick-next {
  top: 48%;
  right: 3.125rem;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .sectionSingleProGalleries .slick-next {
    display: block;
  }
}
.sectionSingleProGalleries .slick-dots {
  margin-top: 2.625rem;
}
.sectionSingleProGoals {
  max-width: 62.25rem;
  margin: 0 auto;
  padding: 3.375rem 1.875rem;
}
@media only screen and (min-width: 1024px) {
  .sectionSingleProGoals {
    padding: 5.25rem 0;
  }
}
.sectionSingleProGoals__title {
  padding: 0 0 2.625rem;
}
@media only screen and (min-width: 1024px) {
  .sectionSingleProGoals__title {
    padding: 0 0 3.75rem;
  }
}
.sectionSingleProGoals__goals {
  display: grid;
  column-gap: 4.75rem;
  row-gap: 2.25rem;
}
@media only screen and (min-width: 1024px) {
  .sectionSingleProGoals__goals {
    grid-template-columns: repeat(3, 1fr);
  }
}
.sectionSingleProGoals__goal {
  display: flex;
  flex-direction: column;
  row-gap: 1.125rem;
}
.sectionSingleProGoals__goal .heading--24 {
  max-width: 18.125rem;
}
.sectionSingleProGoals .grid-column-3 {
  display: none;
  width: 100%;
  height: 0.0625rem;
  border-bottom: 0.0625rem solid rgb(159, 188, 204);
}
@media only screen and (min-width: 1024px) {
  .sectionSingleProGoals .grid-column-3 {
    display: grid;
    grid-column: 3 span;
  }
}
.sectionSingleProGoals .grid-column-3:last-child {
  display: none;
}
.sectionSingleProStrategy {
  max-width: 62.25rem;
  margin: 0 auto;
}
.sectionSingleProStrategy__img {
  height: 31.6875rem;
}
@media only screen and (min-width: 1024px) {
  .sectionSingleProStrategy__img {
    height: 34.9375rem;
  }
}
.sectionSingleProStrategy__img img {
  width: 100%;
  height: 100%;
}
.sectionSingleProStrategy__title {
  margin-bottom: 2.625rem;
}
@media only screen and (min-width: 1024px) {
  .sectionSingleProStrategy__title {
    text-align: center;
  }
}
.sectionSingleProStrategy__bckg {
  padding: 3.375rem 1.875rem 0;
}
@media only screen and (min-width: 1024px) {
  .sectionSingleProStrategy__bckg {
    background: rgba(159, 188, 204, 0.15);
    padding: 4.125rem 0 5.25rem;
  }
}
.sectionSingleProStrategy__items {
  display: grid;
  row-gap: 2.625rem;
}
@media only screen and (min-width: 1024px) {
  .sectionSingleProStrategy__items {
    padding: 0 6.25rem 0 0;
  }
}
.sectionSingleProStrategy__item {
  display: grid;
  column-gap: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .sectionSingleProStrategy__item {
    grid-template-columns: 4.875rem 1fr;
  }
}
.sectionSingleProStrategy__item .line--small {
  margin: 0 0 1.125rem;
}
@media only screen and (min-width: 1024px) {
  .sectionSingleProStrategy__item .line--small {
    margin: 0.625rem 0 0;
    border-radius: 0 1.875rem 1.875rem 0;
  }
}
.sectionSingleProStrategy__item .heading--24 {
  margin-bottom: 1.125rem;
}
.sectionSingleProResults__bckg {
  padding: 4.375rem 0;
  background-color: var(--color-secondary);
}
@media only screen and (min-width: 1024px) {
  .sectionSingleProResults__title {
    text-align: center;
  }
}
.sectionSingleProResults .slick-track {
  padding: 5rem 0 0;
}
.sectionSingleProResults .slick-dots {
  margin-top: 2.5rem;
}
.sectionSingleProResults .sectionGoals__goal {
  padding: 0 0.75rem;
}
.sectionSingleProResults .heading--24, .sectionSingleProResults .heading--16 {
  text-align: left;
}
.sectionSingleProResults .number {
  position: absolute;
  top: -3.125rem;
  left: 5rem;
  color: var(--color-primary);
  font-size: 5rem;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
}
@media only screen and (min-width: 1024px) {
  .sectionSingleProResults .number {
    font-size: 6rem;
  }
}
.sectionSingleNewsTitle__bckg {
  background-color: var(--color-secondary);
}
.sectionSingleNewsTitle__content {
  display: grid;
  padding: 4.5rem 0;
}
@media only screen and (min-width: 1024px) {
  .sectionSingleNewsTitle__content {
    grid-template-columns: 2fr 1fr;
    align-items: flex-start;
    padding: 5.25rem 0;
  }
}
.sectionSingleNewsTitle__title {
  display: grid;
  row-gap: 1.125rem;
}
@media only screen and (min-width: 1024px) {
  .sectionSingleNewsTitle__title {
    row-gap: 0.75rem;
  }
}
@media only screen and (min-width: 1024px) {
  .sectionSingleNewsTitle__title .heading--16 {
    margin-top: 0.75rem;
  }
}
.sectionSingleNewsTitle__share {
  margin: 1.5rem 0;
  padding: 1.6875rem 2.5rem 2.5rem 2.5rem;
  background-image: url(../../.././assets/css/build/img/line-social-mobile.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (min-width: 1024px) {
  .sectionSingleNewsTitle__share {
    margin: 2.5rem 0 0;
    background-image: url(../../.././assets/css/build/img/line-social.png);
  }
}
.sectionSingleNewsTitle .heading--14 {
  margin-bottom: 0.75rem;
}
.sectionSingleNewsTitle__social {
  display: flex;
  column-gap: 1.5rem;
  justify-content: center;
  color: var(--color-secondary);
}
@media only screen and (min-width: 1024px) {
  .sectionSingleNewsTitle__social {
    justify-content: flex-end;
  }
}
.sectionSingleNewsTitle__social svg {
  transition: all 0.4s ease;
}
.sectionSingleNewsTitle__social path {
  fill: var(--color-primary);
}
.sectionSingleNewsTitle__social a {
  color: inherit;
  display: block;
}
.sectionSingleNewsTitle__social a:hover svg {
  fill: var(--color-white);
}
.sectionSingleNewsTitle__img {
  position: relative;
}
.sectionSingleNewsTitle__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.sectionSingleNewsContent {
  padding: 1.25rem 0 2.125rem;
  /* Estilos estándar para elementos de lista (<li>) */
}
@media only screen and (min-width: 1024px) {
  .sectionSingleNewsContent {
    padding: 5.25rem 0;
  }
}
@media only screen and (min-width: 1024px) {
  .sectionSingleNewsContent__wrapper {
    padding: 0 6.875rem;
  }
}
.sectionSingleNewsContent__wrapper p {
  margin-bottom: 1.5rem;
}
.sectionSingleNewsContent__wrapper img {
  width: 100%;
  margin: 1.25rem 0 2.5rem;
}
@media only screen and (min-width: 1024px) {
  .sectionSingleNewsContent__wrapper img {
    margin: 3.75rem 0 5rem;
  }
}
.sectionSingleNewsContent strong {
  font-weight: 600;
}
.sectionSingleNewsContent em {
  font-style: italic;
}
.sectionSingleNewsContent ul {
  list-style-type: disc;
  padding-left: 2.5rem;
  margin: 1em 0;
}
.sectionSingleNewsContent ol {
  list-style-type: decimal;
  padding-left: 2.5rem;
  margin: 1em 0;
}
.sectionSingleNewsContent li {
  margin: 0.5em 0; /* Margen arriba y abajo */
}
.sectionSingleNewsContent h2 {
  font-size: 1.625rem;
  margin-bottom: 1.25rem;
  font-weight: 700;
}
.sectionNewsTitle {
  position: relative;
}
.sectionNewsTitle__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18.75rem;
}
.sectionNewsTitle__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sectionNewsTitle__title {
  position: relative;
  text-align: center;
  max-width: 37.5rem;
  margin: 0 auto;
  padding: 5.25rem 0;
}
.sectionNewsTitle__title span {
  position: relative;
  display: inline-block;
  padding: 0 0.625rem;
  text-decoration: none !important;
}
.sectionNewsTitle__title span:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -0.625rem;
  width: 100%;
  height: 0.25rem;
  border-radius: 0.625rem;
  background: var(--color-primary);
}
.sectionNewsTextImage {
  padding: 3.75rem 0;
  background: linear-gradient(180deg, rgba(226, 228, 230, 0) 0%, rgba(226, 228, 230, 0.73) 51%);
}
.sectionNewsTextImage__grid {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 2.5rem;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .sectionNewsTextImage__grid {
    display: grid;
    grid-template-columns: 3fr 2fr;
    column-gap: 2.25rem;
    padding: 0 6.875rem;
  }
}
.sectionNewsTextImage__copy {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
.sectionNewsTextImage__copy .heading--36 {
  margin-top: 0.75rem;
}
.sectionNewsTextImage__img {
  position: relative;
}
.sectionNewsTextImage__img img {
  width: 100%;
}
.sectionNewsTextImage__img .button-circle {
  position: absolute;
  left: 0;
  bottom: -0.3125rem;
}
.sectionNewsFilter {
  padding: 1.5rem 0 5.25rem;
}
.sectionNewsFilter__actions {
  display: grid;
  row-gap: 1.5rem;
  padding: 0 0 2.5rem 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .sectionNewsFilter__actions {
    padding: 0 0 5.25rem;
  }
}
.sectionNewsFilter__actions strong {
  font-weight: 700;
}
.sectionNewsFilter__actions .category-filter {
  white-space: nowrap;
  width: auto;
  overflow-x: scroll;
}
@media only screen and (min-width: 1024px) {
  .sectionNewsFilter__actions .category-filter {
    overflow-x: hidden;
  }
}
.sectionNewsFilter__actions .filter-btn {
  font-family: inherit;
  padding: 0.375rem 1.5rem;
  font-size: 0.875rem;
  color: var(--color-secondary);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 0;
  border-radius: 1.875rem;
  background-color: var(--color-gray-50);
  cursor: pointer;
}
.sectionNewsFilter__actions .filter-btn.active {
  background-color: #ffcac7;
}
.sectionNewsFilter__grid {
  display: grid;
}
@media only screen and (min-width: 1024px) {
  .sectionNewsFilter__grid {
    grid-template-columns: 2fr 1fr;
    column-gap: 1.5rem;
  }
}
.sectionNewsFilterCards {
  display: grid;
  row-gap: 2.25rem;
}
@media only screen and (min-width: 680px) {
  .sectionNewsFilterCards {
    grid-template-columns: 1fr 1fr;
    column-gap: 1.5rem;
    row-gap: 2.25rem;
  }
}
.sectionNewsFilterCard:hover img {
  transform: scale(1.3);
}
.sectionNewsFilterCard__media {
  position: relative;
}
.sectionNewsFilterCard__media .button-circle {
  position: absolute;
  right: 0;
  bottom: 0;
}
.sectionNewsFilterCard__img {
  width: 100%;
  height: 15.625rem;
  overflow: hidden;
}
.sectionNewsFilterCard__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.sectionNewsFilterCard__info {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  padding: 1.5rem 1.125rem;
}
.sectionNewsFilterCard__info .category {
  margin-bottom: 0.75rem;
}
.sectionNewsSideBar {
  display: flex;
  flex-direction: column;
  row-gap: 3.125rem;
}
.sectionNewsFeatured a {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  padding: 2.625rem 2.25rem;
  border-radius: 1.875rem;
  background-color: #ebf8ff;
}
.sectionNewsFeatured .button {
  margin-top: 3.625rem;
}
.sectionNewsLatestNews {
  display: flex;
  flex-direction: column;
  height: max-content;
  row-gap: 1.5rem;
  padding: 2.625rem 2.25rem;
  border-radius: 1.875rem;
  background: rgba(226, 228, 230, 0.3);
}
.sectionNewsLatestNew {
  padding-bottom: 1.5rem;
  border-bottom: 0.0625rem solid var(--color-gray-50);
}
.sectionNewsLatestNew:last-child {
  padding: 0;
  border: 0;
}
.sectionNewsLatestNew a {
  display: grid;
  grid-template-columns: 1fr 3.5rem;
  column-gap: 1.5rem;
}
.sectionNewsLatestNew .button-circle {
  width: 3.5rem;
  height: 3.5rem;
}
.sectionWorkApproach {
  margin-top: 3.375rem;
  padding: 3.375rem 0;
  background-color: var(--color-gray-20);
}
@media only screen and (min-width: 1024px) {
  .sectionWorkApproach {
    margin-top: 4.125rem;
    padding: 4.125rem 0;
  }
}
.sectionWorkApproach__title {
  padding: 0 0 2.5rem;
}
@media only screen and (min-width: 1024px) {
  .sectionWorkApproach__title {
    padding: 0 0 3.75rem;
  }
}
.sectionWorkApproach__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .sectionWorkApproach__items {
    gap: 2.625rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .sectionWorkApproach__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.sectionWorkApproach__item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  text-align: center;
}
.sectionWorkApproach__item h3 {
  color: var(--color-secondary);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sectionWorkApproachSlider {
  padding: 3.375rem 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .sectionWorkApproachSlider {
    padding: 5.25rem 4.3125rem;
  }
}
.sectionWorkApproachSlider__grid {
  display: grid;
  row-gap: 1.5rem;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 1024px) {
  .sectionWorkApproachSlider__grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 2.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .sectionWorkApproachSlider__grid {
    column-gap: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .sectionWorkApproachSlider__img {
    padding-right: 6.25rem;
  }
}
.sectionWorkApproachSlider__img img {
  width: 100%;
}
.sectionWorkApproachSlider__info {
  display: flex;
  flex-direction: column;
  row-gap: 1.125rem;
}
.sectionWorkApproachSlider__info .button {
  margin-top: 1.125rem;
}
.sectionWorkApproachSlider__info ul {
  padding-left: 1.5rem;
}
.sectionWorkApproachSlider__info li {
  list-style: disc;
}
.sectionOurTeam {
  padding: 3.375rem 1.5rem;
  background-color: var(--color-primary);
}
@media only screen and (min-width: 1024px) {
  .sectionOurTeam {
    padding: 5.25rem 4.3125rem;
  }
}
.sectionOurTeam__title {
  padding: 0 0 2.5rem;
}
@media only screen and (min-width: 1024px) {
  .sectionOurTeam__title {
    padding: 0 0 3.75rem;
  }
}
.sectionOurTeam__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.sectionOurTeam__item_img {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 1.5rem;
  border-radius: 50%;
  width: 7.5rem;
  height: 7.5rem;
  object-fit: cover;
}
.sectionOurTeam__btn {
  margin-top: 2.5rem;
}
.sectionOurTeam .slick-dots {
  margin-top: 3.75rem;
}
.sectionFormFooter {
  padding: 3.375rem 0;
  background-color: rgba(226, 228, 230, 0.5);
}
@media only screen and (min-width: 1024px) {
  .sectionFormFooter {
    padding: 5.25rem 0;
  }
}
.sectionFormFooter__grid {
  display: grid;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .sectionFormFooter__grid {
    grid-template-columns: 4fr 8fr;
  }
}
.sectionFormFooter__form form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .sectionFormFooter__form form {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.sectionFormFooter__form form textarea {
  height: 6.375rem;
}
.sectionFormFooter__form form input:focus {
  outline: none;
}
.sectionFormFooter__form form .full-width,
.sectionFormFooter__form form .acceptance {
  grid-column: 2 span;
}
.sectionFormFooter__form form .acceptance {
  display: flex;
  align-items: center;
}
.sectionFormFooter__form form .wpcf7-form-control.error, .sectionFormFooter__form form .wpcf7-form-control.wpcf7-not-valid {
  border: 1px solid #fe544a;
  outline-color: #fe544a;
}
.sectionFormFooter__form form .wpcf7-not-valid-tip {
  color: red;
}
.sectionFormFooter__form form .wpcf7-response-output {
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  font-size: 0.875rem;
}
.sectionOurWork {
  padding: 4.125rem 0 0 0;
  border-bottom: 0.0625rem solid var(--color-primary);
  background-color: var(--color-gray-20);
  /* .container {
  	& + .container {
  		padding-right: 0;

  		@media only screen and (min-width: 1024px) {
  			padding: 0 24px;
  		}
  	}
  } */
}
.sectionOurWork .tab-container {
  border-bottom: 0.0625rem solid var(--color-primary);
}
.sectionOurWork .tab-container .heading--48 {
  margin-bottom: 2.625rem;
}
.sectionOurWork .tab-links {
  white-space: nowrap;
  width: auto;
  overflow-x: scroll;
}
@media only screen and (min-width: 1024px) {
  .sectionOurWork .tab-links {
    width: auto;
    overflow-x: inherit;
  }
}
.sectionOurWork .tab-content__grid {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 1.5rem;
  padding: 2.5rem 0;
}
@media only screen and (min-width: 1024px) {
  .sectionOurWork .tab-content__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 1.5rem 0 0;
  }
}
.sectionOurWork .tab-content__grid img {
  width: 100%;
}
.sectionOurWork .tab-content__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sectionOurWork .tab-content__info div {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.sectionOurWork .tab-content__info .button {
  margin-top: 0.75rem;
}
.sectionOurWork .tab-content__info strong {
  font-weight: bold;
}
.sectionOurWork .tab-link {
  font-family: inherit;
  padding: 0.875rem 0.8125rem;
  color: #71828c;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 0;
  border-radius: 0.375rem 0.375rem 0 0;
  background: var(--color-blue-30);
  transition: all 0.4s ease;
  cursor: pointer;
}
.sectionOurWork .tab-link.active {
  color: var(--color-primary);
  background-color: var(--color-primary-20);
}
.sectionPartners {
  padding: 3.375rem 0;
}
@media only screen and (min-width: 1024px) {
  .sectionPartners {
    padding: 4.125rem 0;
  }
}
.sectionPartners__title {
  display: grid;
  row-gap: 0.75rem;
  padding: 0 0 2.5rem;
}
@media only screen and (min-width: 1024px) {
  .sectionPartners__title {
    padding: 0 0 3.75rem;
  }
}
.sectionPartners .container--slick {
  max-width: 100%;
  padding: 0;
}
.sectionPartners .slick-slide {
  text-align: center;
  padding: 0 0.75rem;
}
.sectionPartners .slick-slider {
  position: relative;
}
.sectionPartners .slick-arrow {
  top: 30%;
}
.sectionPartners .slick-prev {
  left: 2.5rem;
}
.sectionPartners .slick-next {
  right: 2.5rem;
}
.sectionPartners .slickPartners {
  display: none;
}
.sectionPartners .slickPartners.slick-initialized {
  display: block;
}
.sectionPartners .slickPartners__card {
  height: 118px;
  border-radius: 12px;
  background: rgba(226, 228, 230, 0.2);
  padding: 1.0625rem 2.0625rem;
  display: grid;
  place-items: center;
}
.sectionPartners .slickPartners__card img {
  height: 100%;
  object-fit: contain;
}
.sectionPartners .slick-dots {
  margin-top: 3rem;
}
.sectionVideoReel {
  width: 100%;
  height: 100vh;
  background-color: var(--color-secondary);
}
.sectionVideoReel .videoContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.sectionVideoReel .playButton {
  position: relative;
  width: 12.5rem;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .sectionVideoReel .playButton {
    width: 21.25rem;
  }
}
.sectionVideoReel .playButton:hover svg {
  transform: translate(-50%, -50%) scale(0.9);
}
.sectionVideoReel .playButton img {
  width: 100%;
}
.sectionVideoReel .playButton svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5rem;
  transform: translate(-50%, -50%);
  transition: transform 0.4s ease;
}
@media only screen and (min-width: 1024px) {
  .sectionVideoReel .playButton svg {
    width: auto;
  }
}
.sectionVideoReelModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 31, 45, 0.5);
  z-index: 11;
}
.sectionVideoReelModal .closeButton {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 2.5rem;
  color: var(--color-white);
  z-index: 2;
  cursor: pointer;
}
.sectionVideoReelModal .modalContent {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.sectionVideoReelModal .video-container {
  width: calc(100vw - 20%) !important;
  height: calc(100vh - 20%) !important;
}
.sectionVideoReelModal .video-container iframe,
.sectionVideoReelModal .video-container video,
.sectionVideoReelModal .video-container .wp-video,
.sectionVideoReelModal .video-container .mejs-container {
  width: 100% !important;
  height: 100% !important;
}
.sectionWorkUs {
  padding: 3.375rem 0;
  background-color: var(--color-secondary);
}
@media only screen and (min-width: 1024px) {
  .sectionWorkUs {
    padding: 4.125rem 0;
  }
}
.sectionWorkUs__title {
  padding-bottom: 2.625rem;
}
.sectionWorkUs__items {
  display: grid;
  gap: 1.5rem;
}
@media only screen and (min-width: 680px) {
  .sectionWorkUs__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .sectionWorkUs__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.sectionWorkUs__item {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
.sectionWorkUs__item span {
  color: var(--color-primary);
  font-size: 3rem;
  font-weight: 100;
}
@media only screen and (min-width: 1024px) {
  .sectionWorkUs__item span {
    font-size: 6rem;
  }
}
.sectionWorkUs .button {
  margin-top: 2.625rem;
}
.section404__banner {
  padding: 0.625rem 1.875rem;
}
@media only screen and (min-width: 1024px) {
  .section404__banner {
    padding: 2.25rem 0 2.75rem;
  }
}
.section404__banner_content {
  max-width: 62.25rem;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1024px) {
  .section404__banner_content {
    flex-direction: row;
  }
}
.section404__banner_content_title {
  color: #081F2D;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 10rem;
  font-size: 8.75rem;
  letter-spacing: -0.375rem;
  left: 0;
  bottom: 0rem;
}
@media only screen and (min-width: 1024px) {
  .section404__banner_content_title {
    position: absolute;
    bottom: 1.5625rem;
    font-size: 13.75rem;
    line-height: 13.75rem;
  }
}
.section404__banner_content_img_web {
  max-width: 49.1875rem;
  width: 100%;
}
.section404__banner_content_img_mobile {
  width: 100%;
}
.section404__content {
  padding: 0 1.875rem 5rem;
}
@media only screen and (min-width: 1024px) {
  .section404__content {
    padding: 0 0 10rem;
  }
}
.section404__content .container {
  max-width: 62.25rem;
  padding: 0;
}
.section404__content_subtitle {
  color: #081F2D;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.section404__content_text {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0.01rem;
}
.section404__content_buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 3.375rem;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .section404__content_buttons {
    flex-direction: row;
  }
}
.section404__content_buttons .button {
  min-height: 3.375rem;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .section404__content_buttons .button {
    width: 21.0625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .section404__content_buttons {
    grid-template-columns: 1fr 1fr;
  }
}
.sectionDarkSlider {
  padding: 3.375rem 1.25rem;
  background-color: var(--color-secondary);
}
@media only screen and (min-width: 1024px) {
  .sectionDarkSlider {
    padding: 4.125rem 0 4.375rem;
  }
}
.sectionDarkSlider__title {
  padding: 0 0 2.5rem;
  color: #EBF8FF;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .sectionDarkSlider__title {
    padding: 0 0 2.625rem;
  }
}
.sectionDarkSlider__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .sectionDarkSlider__items {
    gap: 2.625rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .sectionDarkSlider__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.sectionDarkSlider__item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  text-align: center;
}
.sectionDarkSlider__item h3 {
  color: var(--color-secondary);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sectionDarkSlider .slick-prev {
  left: calc(-2.4375rem - 3rem);
}
.sectionDarkSlider .slick-next {
  right: calc(-2.4375rem - 3rem);
}
.sectionDarkSlider .slick-dots-white {
  margin-top: 0;
}
.sectionDarkSliderSlider__grid {
  display: grid;
  row-gap: 1.5rem;
  padding-bottom: 2.625rem;
  max-width: 68.625rem;
  place-items: center;
}
@media only screen and (min-width: 1024px) {
  .sectionDarkSliderSlider__grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 6.375rem;
  }
}
@media only screen and (min-width: 1024px) {
  .sectionDarkSliderSlider__img {
    min-width: 31.875rem;
  }
}
.sectionDarkSliderSlider__img img {
  width: 100%;
}
.sectionDarkSliderSlider__info {
  display: flex;
  flex-direction: column;
  row-gap: 1.125rem;
  color: #EBF8FF;
}
.sectionDarkSliderSlider__info .button {
  margin-top: 1.125rem;
}
.sectionDarkSliderSlider__info ul {
  padding-left: 1.5rem;
}
.sectionDarkSliderSlider__info li {
  list-style: disc;
  line-height: 1.375rem;
  letter-spacing: 0.01rem;
}
.sectionGrid {
  padding: 5.25rem 0;
}
.sectionGrid .container {
  max-width: 62.25rem;
}
.sectionGridTwoColumns {
  display: grid;
  column-gap: 14.25rem;
  row-gap: 5rem;
}
@media only screen and (min-width: 1024px) {
  .sectionGridTwoColumns {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sectionGrid__item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 1.125rem;
}
.sectionGrid__item_text {
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0.01rem;
}
.sectionTextImageBg {
  background: linear-gradient(180deg, #FFF 0%, #E2E4E6 100%);
  min-height: 37.5rem;
  position: relative;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .sectionTextImageBg {
    min-height: 47.875rem;
  }
}
.sectionTextImageBg__image img {
  position: absolute;
  max-width: 100%;
  bottom: 0;
  height: 52%;
  right: 0;
  object-fit: cover;
  object-position: 80%;
}
@media only screen and (min-width: 768px) {
  .sectionTextImageBg__image img {
    height: 100%;
    object-position: bottom;
  }
}
@media only screen and (min-width: 480px) {
  .sectionTextImageBg__image img {
    height: 65%;
  }
}
.sectionTextImageBg__content {
  max-width: 30.375rem;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .sectionTextImageBg__content {
    align-items: center;
    justify-content: center;
  }
}

/* Tabs */
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  font-family: inherit;
  width: 100%;
  height: 3.375rem;
  padding: 1rem 1.125rem;
  border: 0.0625rem solid var(--color-blue-50);
  border-radius: 0.375rem;
  background-color: var(--color-white);
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--color-secondary);
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--color-secondary);
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--color-secondary);
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--color-secondary);
}

textarea {
  min-height: 3.375rem;
}

/* Contact Form */
.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.12px;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item label {
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
}
.wpcf7-not-valid-tip {
  color: var(--color-primary);
  font-size: 0.75rem;
}
.wpcf7-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -0.75rem;
}
@media only screen and (min-width: 1024px) {
  .wpcf7 .email {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .wpcf7 .button--footer {
    min-width: 8.25rem;
    border-radius: 0 1.875rem 1.875rem 0;
  }
}

/* Checkbox */
input[type=checkbox] {
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0;
  margin: 0;
  transition: all 0.4s ease;
}
input[type=checkbox] + span:before {
  content: "";
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.0625rem solid var(--color-primary);
  border-radius: 0.1875rem;
  z-index: 1;
  cursor: pointer;
}
input[type=checkbox]:checked + span:before {
  border: 0;
  background: var(--color-primary);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Crect width=%2724%27 height=%2724%27 rx=%274%27 fill=%27%23FF4438%27/%3E%3Cpath d=%27M16.6626 6.80823C17.0715 6.37655 17.7644 6.39479 18.1499 6.84739L18.9074 7.73654C19.2429 8.13047 19.2225 8.71535 18.8603 9.08494L11.2899 16.8096C10.8978 17.2097 10.2535 17.2097 9.86146 16.8096L5.15353 12.0047C4.78558 11.6292 4.77124 11.0329 5.12072 10.6401L5.866 9.80251C6.25698 9.3631 6.94091 9.35437 7.34297 9.78367L10.5757 13.2354L16.6626 6.80823Z%27 fill=%27white%27/%3E%3C/svg%3E");
}

.sr-only {
  display: block;
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Footer */
.footer__bckg {
  padding: 2.375rem 0 3.375rem;
  background-color: var(--color-secondary);
}
@media only screen and (min-width: 1024px) {
  .footer__bckg {
    padding: 3.875rem 0;
  }
}
.footer__grid {
  display: grid;
  row-gap: 1.875rem;
}
@media only screen and (min-width: 1024px) {
  .footer__grid {
    column-gap: 4.6875rem;
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }
}
.footer__ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.footer__ul a {
  position: relative;
  display: block;
  width: fit-content;
  color: var(--color-white);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer__ul a:hover {
  text-decoration: underline;
}
.footer__ul a:hover::before {
  width: 100%;
}
.footer__ul a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid var(--color-secondary);
  transition: all 0.4s ease;
}
.footer__susbcribe {
  display: grid;
  row-gap: 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .footer__susbcribe {
    padding: 0 6.25rem 0 0;
    text-align: left;
  }
}
.footer__susbcribe .heading--24 {
  font-weight: 400;
}
.footer__susbcribe-form {
  display: grid;
  row-gap: 0.625rem;
}
@media only screen and (min-width: 1024px) {
  .footer__susbcribe-form {
    display: flex;
    flex-wrap: nowrap;
  }
}
.footer__socials {
  margin-top: 2.5rem;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .footer__socials {
    gap: 1.6875rem;
    justify-content: flex-start;
  }
}
.footer__copyright {
  padding: 0.625rem 1.25rem;
  text-align: center;
  background-color: var(--color-gray-50);
}
.footer__copyright p {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--color-secondary);
}
@media only screen and (min-width: 1024px) {
  .footer__copyright p {
    font-size: 0.875rem;
  }
}

.sectionSingleNewsContent__card {
  margin-bottom: 5rem;
}
.sectionSingleNewsContent__card span {
  position: absolute;
  top: -4.375rem;
  left: 2.875rem;
  color: var(--color-primary);
  font-size: 6rem;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
}
@media only screen and (min-width: 600px) {
  .sectionSingleNewsContent__card span {
    top: -4.0625rem;
    left: 4.375rem;
  }
}
.sectionSingleNewsContent__card-bckg {
  background-image: url(../../.././assets/css/build/img/img-card-mobile.png);
  background-size: 20rem !important;
  background-repeat: no-repeat;
  background-position: center;
  padding: 2.25rem 0;
}
@media only screen and (min-width: 600px) {
  .sectionSingleNewsContent__card-bckg {
    background-image: url(../../.././assets/css/build/img/img-card.png);
    background-size: 100% 100% !important;
    padding: 0;
  }
}
.sectionSingleNewsContent__card-info {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 18.1875rem;
  margin: 0 auto;
  min-height: 9.75rem;
  padding: 2.5rem 1.875rem 1.875rem 1.875rem;
  color: #081f2d;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (min-width: 600px) {
  .sectionSingleNewsContent__card-info {
    max-width: fit-content;
    margin: 0;
    min-height: 9.75rem;
    padding: 1.875rem 5rem 1.875rem 4.125rem;
  }
}

.header__ctas-submenu {
  display: none;
  position: absolute;
  right: 80px;
  border-radius: 0px 0px 6px 6px;
  background: #061a26;
  border-top: 1px solid #fe544a;
  padding: 30px;
  width: 380px;
}
.header__ctas-submenu p {
  text-align: center;
  color: #71828c;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.header__ctas-submenu p + a {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.header__ctas-submenu p + a:hover {
  text-decoration: underline;
}
.header__ctas-submenu .ctas {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 18px;
  border-top: 1px solid #71828c;
  padding: 18px 0 0 0;
  margin: 18px 0 0 0;
}
.header__ctas-submenu .ctas a {
  display: flex;
  align-items: center;
  column-gap: 8px;
  color: #fe544a;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.header__ctas-submenu .ctas a:hover {
  text-decoration: underline;
}

.postid-41 .sectionWorkApproach__items {
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 1024px) {
  .postid-41 .sectionWorkApproach__items {
    grid-template-columns: 1fr 1fr;
  }
}
.postid-41 .sectionWorkApproach__items h3 {
  text-align: left;
}
.postid-41 .sectionWorkApproach__item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.hentry .entry-header {
  max-width: 62.25rem;
  margin: 5.25rem auto 1.5rem;
}
.hentry .entry-header .entry-title {
  text-align: center;
}
.hentry .entry-content {
  padding: 0 0 6.75rem 0;
}

.entry-content {
  padding: 3.75rem 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .entry-content {
    max-width: 62.25rem;
    padding: 4.5rem 0 10.0625rem;
  }
}
.entry-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.entry-content > p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.entry-content ul {
  list-style-type: disc;
  padding-left: 2.5rem;
  margin-bottom: 1.5rem;
}
.entry-content strong {
  font-weight: 700;
}

.form_vacant {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 24rem;
  margin: 0 auto;
  padding: 1.5rem 0;
}
@media only screen and (min-width: 768px) {
  .form_vacant {
    padding: 2.25rem 0 6.75rem;
  }
}
.form_vacant .wpcf7-response-output {
  font-size: 0.75rem;
  font-family: var(--font-inter);
}

.section-vacant__content {
  max-width: 992px;
  margin: 0 auto;
  display: flex;
  gap: 42px;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .section-vacant__content {
    flex-direction: row;
    gap: 37px;
  }
}
.section-vacant__content_content {
  padding: 0 12px;
}
@media only screen and (min-width: 768px) {
  .section-vacant__content_content {
    padding: 0;
  }
}
.section-vacant__content_title {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -0.32px;
}
.section-vacant__content_requirements {
  margin-bottom: 12px;
}
.section-vacant__form {
  padding: 42px 0 0;
}
@media only screen and (min-width: 768px) {
  .section-vacant__form {
    padding: 72px 0 0;
  }
}
.section-vacant__form_title {
  color: #081F2D;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.16px;
}
.section-vacant__form_text {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .section-vacant__form_text {
    margin-bottom: 60px;
    text-align: center;
  }
}
.section-vacant__form_form {
  max-width: 582px;
  margin: 0 auto;
}
.section-vacant__form_form input:not([type=file], [type=checkbox], [type=submit]) {
  height: 48px;
  border: none;
  /* border-bottom: 1px solid var(--bs-principal);  */
}
.section-vacant__form_form input:not([type=file], [type=checkbox], [type=submit]):focus {
  /* border-bottom: 1px solid $body-color; */
  box-shadow: none;
}
.section-vacant__form_form label p {
  margin: 0;
}
.section-vacant__form_legend {
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.19px;
  margin-bottom: 17px;
}
.section-vacant__form_row {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  margin-bottom: 1rem;
}
.section-vacant__form_buttons {
  margin-top: 36px;
  display: flex;
  gap: 24px;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .section-vacant__form_buttons {
    gap: 36px;
    margin-top: 42px;
    flex-direction: row;
  }
}
.section-vacant__form_buttons .btn {
  width: 100%;
}
.section-vacant__form_buttons .custom-btn {
  box-shadow: 0px 4px 4px 0px rgba(26, 80, 145, 0.25);
}
.section-vacant__form_terminos label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.14px;
}
.section-vacant__form .wpcf7-not-valid-tip {
  font-family: "Source Sans Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  color: #DE1A4A;
  margin-top: 6px;
}
.section-vacant__form_footer {
  color: #081F2D;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 2.625rem;
}
.section-vacant .wpcf7-form-control-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  flex-direction: column;
}
.section-vacant .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -0.875rem;
}
.section-vacant .wpcf7-form-control:invalid {
  border-color: #FE544A;
}
.section-vacant select {
  appearance: none;
  background-image: url(../../.././assets/css/build/img/icono-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.5rem;
}
.section-vacant .frmSpinner {
  display: flex;
  position: relative;
  justify-content: center;
}
.section-vacant .frmSpinner .wpcf7-spinner {
  position: absolute;
  right: 1.25rem;
  margin: 0;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
}

.upload-area {
  border: 1px dashed #9FBCCC;
  border-radius: 6px;
  padding: 25px 21px;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: relative;
  flex-direction: column;
}
.upload-area .text-primary {
  color: #FE544A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.16px;
}
.upload-text {
  font-family: "Source Sans Pro";
  color: #169bd7;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.upload-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.upload-file {
  display: flex;
  flex-direction: column-reverse;
}
.upload-file input {
  width: auto;
  padding: 0;
  color: #1a5091;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  background: transparent;
  border: 0;
}
.upload-files #mfcf7_zl_add_file {
  position: relative;
  color: #169bd7;
  font-family: inherit;
  width: 100%;
  border: 2px dashed #169bd7;
  border-radius: 6px;
  padding: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  background: transparent;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.upload-files #mfcf7_zl_add_file:before {
  content: ".";
}

.multilinefile + label span {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  padding: 24px;
  border-radius: 6px;
  border: 1px dashed #6d98ed;
}
.multilinefile + label span:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  /* background: url(../img/iconos/icono-descarga.svg); */
}

p.multilinefile {
  padding: 24px;
  background: #fff;
  border-radius: 6px;
}

a.mfcf7_zl_delete_file {
  position: absolute;
  right: 24px;
}

a.mfcf7_zl_delete_file span {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 0;
  background-repeat: no-repeat;
}

p.wpcf7-form-control-wrap.multilinefile {
  display: flex;
  align-items: flex-end;
  color: #0b2f4b;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.14px;
  text-transform: lowercase;
}

span.mfcf7-zl-multifile-name:before {
  content: "";
  display: block;
  width: 24px;
  height: 30px;
}

span.wpcf7-form-control-wrap.zl-form-control-wrap.multilinefile {
  display: none;
}

span.mfcf7-zl-multifile-name {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.file-name {
  flex: 1;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cvFile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cvFile .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  height: 100%;
}
.cvFile .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -18px;
}

.upload-wrapper {
  position: relative;
}

#cvFile {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.file-preview {
  padding: 1rem 1.125rem;
  border-radius: 6px;
  margin-top: 18px;
  border: 1px dashed #9FBCCC;
  background: rgba(254, 84, 74, 0.2);
}
.file-preview-items {
  display: flex;
  align-items: center;
  gap: 6px;
}
.file-preview button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.icono {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  /* &-pdf {
  	background-image: url(../img/iconos/icono-pdf.svg);
  } */
}
.icono-upload {
  background-image: url(../../.././assets/css/build/img/icono-upload.svg);
}
.icono-cerrar {
  width: 18px;
  height: 18px;
  background-image: url(../../.././assets/css/build/img/icono-cerrar.svg);
}

.slickOurClients {
  display: none;
}
.slickOurClients.slick-initialized {
  display: block;
}