/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/css/scss/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable scss/no-global-function-names */
/* stylelint-disable scss/operator-no-unspaced */
/* stylelint-enable scss/no-global-function-names */
/* stylelint-enable scss/operator-no-unspaced */
html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  max-width: var(--wp--custom--layout--container);
  padding: 0 var(--wp--custom--layout--padding-mobile);
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .container {
    padding: 0 var(--wp--custom--layout--padding-desktop);
  }
}
.container--full {
  max-width: 100%;
}

.container-wrapper {
  position: relative;
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}

.d-flex {
  display: flex;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-1 * var(--wp--custom--layout--padding-mobile));
  margin-left: calc(-1 * var(--wp--custom--layout--padding-mobile));
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .row {
    margin-right: calc(-1 * var(--wp--custom--layout--padding-desktop));
    margin-left: calc(-1 * var(--wp--custom--layout--padding-desktop));
  }
}
.row.justify-content-end {
  justify-content: flex-end;
}
.row.justify-content-center {
  justify-content: center;
}
.row.justify-content-between {
  justify-content: space-between;
}
.row.justify-content-evenly {
  justify-content: space-evenly;
}
.row.align-items-center {
  align-items: center;
}
@media screen and (min-width: 992px) {
  .row--reverse {
    flex-direction: row-reverse;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 var(--wp--custom--layout--col-padding-mobile);
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .col {
    padding: 0 var(--wp--custom--layout--col-padding-desktop);
  }
}

[class^=col-] {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 var(--wp--custom--layout--col-padding-mobile);
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  [class^=col-] {
    padding: 0 var(--wp--custom--layout--col-padding-desktop);
  }
}

.col-1 {
  flex-basis: calc(1 / 16 * 100%);
  max-width: calc(1 / 16 * 100%);
}

.col-2 {
  flex-basis: calc(2 / 16 * 100%);
  max-width: calc(2 / 16 * 100%);
}

.col-3 {
  flex-basis: calc(3 / 16 * 100%);
  max-width: calc(3 / 16 * 100%);
}

.col-4 {
  flex-basis: calc(4 / 16 * 100%);
  max-width: calc(4 / 16 * 100%);
}

.col-5 {
  flex-basis: calc(5 / 16 * 100%);
  max-width: calc(5 / 16 * 100%);
}

.col-6 {
  flex-basis: calc(6 / 16 * 100%);
  max-width: calc(6 / 16 * 100%);
}

.col-7 {
  flex-basis: calc(7 / 16 * 100%);
  max-width: calc(7 / 16 * 100%);
}

.col-8 {
  flex-basis: calc(8 / 16 * 100%);
  max-width: calc(8 / 16 * 100%);
}

.col-9 {
  flex-basis: calc(9 / 16 * 100%);
  max-width: calc(9 / 16 * 100%);
}

.col-10 {
  flex-basis: calc(10 / 16 * 100%);
  max-width: calc(10 / 16 * 100%);
}

.col-11 {
  flex-basis: calc(11 / 16 * 100%);
  max-width: calc(11 / 16 * 100%);
}

.col-12 {
  flex-basis: calc(12 / 16 * 100%);
  max-width: calc(12 / 16 * 100%);
}

.col-13 {
  flex-basis: calc(13 / 16 * 100%);
  max-width: calc(13 / 16 * 100%);
}

.col-14 {
  flex-basis: calc(14 / 16 * 100%);
  max-width: calc(14 / 16 * 100%);
}

.col-15 {
  flex-basis: calc(15 / 16 * 100%);
  max-width: calc(15 / 16 * 100%);
}

.col-16 {
  flex-basis: calc(16 / 16 * 100%);
  max-width: calc(16 / 16 * 100%);
}

@media screen and (min-width: 341px) {
  .col-xxs-1 {
    flex-basis: calc(1 / 16 * 100%);
    max-width: calc(1 / 16 * 100%);
  }
}

@media screen and (min-width: 341px) {
  .col-xxs-2 {
    flex-basis: calc(2 / 16 * 100%);
    max-width: calc(2 / 16 * 100%);
  }
}

@media screen and (min-width: 341px) {
  .col-xxs-3 {
    flex-basis: calc(3 / 16 * 100%);
    max-width: calc(3 / 16 * 100%);
  }
}

@media screen and (min-width: 341px) {
  .col-xxs-4 {
    flex-basis: calc(4 / 16 * 100%);
    max-width: calc(4 / 16 * 100%);
  }
}

@media screen and (min-width: 341px) {
  .col-xxs-5 {
    flex-basis: calc(5 / 16 * 100%);
    max-width: calc(5 / 16 * 100%);
  }
}

@media screen and (min-width: 341px) {
  .col-xxs-6 {
    flex-basis: calc(6 / 16 * 100%);
    max-width: calc(6 / 16 * 100%);
  }
}

@media screen and (min-width: 341px) {
  .col-xxs-7 {
    flex-basis: calc(7 / 16 * 100%);
    max-width: calc(7 / 16 * 100%);
  }
}

@media screen and (min-width: 341px) {
  .col-xxs-8 {
    flex-basis: calc(8 / 16 * 100%);
    max-width: calc(8 / 16 * 100%);
  }
}

@media screen and (min-width: 341px) {
  .col-xxs-9 {
    flex-basis: calc(9 / 16 * 100%);
    max-width: calc(9 / 16 * 100%);
  }
}

@media screen and (min-width: 341px) {
  .col-xxs-10 {
    flex-basis: calc(10 / 16 * 100%);
    max-width: calc(10 / 16 * 100%);
  }
}

@media screen and (min-width: 341px) {
  .col-xxs-11 {
    flex-basis: calc(11 / 16 * 100%);
    max-width: calc(11 / 16 * 100%);
  }
}

@media screen and (min-width: 341px) {
  .col-xxs-12 {
    flex-basis: calc(12 / 16 * 100%);
    max-width: calc(12 / 16 * 100%);
  }
}

@media screen and (min-width: 341px) {
  .col-xxs-13 {
    flex-basis: calc(13 / 16 * 100%);
    max-width: calc(13 / 16 * 100%);
  }
}

@media screen and (min-width: 341px) {
  .col-xxs-14 {
    flex-basis: calc(14 / 16 * 100%);
    max-width: calc(14 / 16 * 100%);
  }
}

@media screen and (min-width: 341px) {
  .col-xxs-15 {
    flex-basis: calc(15 / 16 * 100%);
    max-width: calc(15 / 16 * 100%);
  }
}

@media screen and (min-width: 341px) {
  .col-xxs-16 {
    flex-basis: calc(16 / 16 * 100%);
    max-width: calc(16 / 16 * 100%);
  }
}

@media screen and (min-width: 481px) {
  .col-xs-1 {
    flex-basis: calc(1 / 16 * 100%);
    max-width: calc(1 / 16 * 100%);
  }
}

@media screen and (min-width: 481px) {
  .col-xs-2 {
    flex-basis: calc(2 / 16 * 100%);
    max-width: calc(2 / 16 * 100%);
  }
}

@media screen and (min-width: 481px) {
  .col-xs-3 {
    flex-basis: calc(3 / 16 * 100%);
    max-width: calc(3 / 16 * 100%);
  }
}

@media screen and (min-width: 481px) {
  .col-xs-4 {
    flex-basis: calc(4 / 16 * 100%);
    max-width: calc(4 / 16 * 100%);
  }
}

@media screen and (min-width: 481px) {
  .col-xs-5 {
    flex-basis: calc(5 / 16 * 100%);
    max-width: calc(5 / 16 * 100%);
  }
}

@media screen and (min-width: 481px) {
  .col-xs-6 {
    flex-basis: calc(6 / 16 * 100%);
    max-width: calc(6 / 16 * 100%);
  }
}

@media screen and (min-width: 481px) {
  .col-xs-7 {
    flex-basis: calc(7 / 16 * 100%);
    max-width: calc(7 / 16 * 100%);
  }
}

@media screen and (min-width: 481px) {
  .col-xs-8 {
    flex-basis: calc(8 / 16 * 100%);
    max-width: calc(8 / 16 * 100%);
  }
}

@media screen and (min-width: 481px) {
  .col-xs-9 {
    flex-basis: calc(9 / 16 * 100%);
    max-width: calc(9 / 16 * 100%);
  }
}

@media screen and (min-width: 481px) {
  .col-xs-10 {
    flex-basis: calc(10 / 16 * 100%);
    max-width: calc(10 / 16 * 100%);
  }
}

@media screen and (min-width: 481px) {
  .col-xs-11 {
    flex-basis: calc(11 / 16 * 100%);
    max-width: calc(11 / 16 * 100%);
  }
}

@media screen and (min-width: 481px) {
  .col-xs-12 {
    flex-basis: calc(12 / 16 * 100%);
    max-width: calc(12 / 16 * 100%);
  }
}

@media screen and (min-width: 481px) {
  .col-xs-13 {
    flex-basis: calc(13 / 16 * 100%);
    max-width: calc(13 / 16 * 100%);
  }
}

@media screen and (min-width: 481px) {
  .col-xs-14 {
    flex-basis: calc(14 / 16 * 100%);
    max-width: calc(14 / 16 * 100%);
  }
}

@media screen and (min-width: 481px) {
  .col-xs-15 {
    flex-basis: calc(15 / 16 * 100%);
    max-width: calc(15 / 16 * 100%);
  }
}

@media screen and (min-width: 481px) {
  .col-xs-16 {
    flex-basis: calc(16 / 16 * 100%);
    max-width: calc(16 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .col-sm-1 {
    flex-basis: calc(1 / 16 * 100%);
    max-width: calc(1 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .col-sm-2 {
    flex-basis: calc(2 / 16 * 100%);
    max-width: calc(2 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .col-sm-3 {
    flex-basis: calc(3 / 16 * 100%);
    max-width: calc(3 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .col-sm-4 {
    flex-basis: calc(4 / 16 * 100%);
    max-width: calc(4 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .col-sm-5 {
    flex-basis: calc(5 / 16 * 100%);
    max-width: calc(5 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .col-sm-6 {
    flex-basis: calc(6 / 16 * 100%);
    max-width: calc(6 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .col-sm-7 {
    flex-basis: calc(7 / 16 * 100%);
    max-width: calc(7 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .col-sm-8 {
    flex-basis: calc(8 / 16 * 100%);
    max-width: calc(8 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .col-sm-9 {
    flex-basis: calc(9 / 16 * 100%);
    max-width: calc(9 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .col-sm-10 {
    flex-basis: calc(10 / 16 * 100%);
    max-width: calc(10 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .col-sm-11 {
    flex-basis: calc(11 / 16 * 100%);
    max-width: calc(11 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .col-sm-12 {
    flex-basis: calc(12 / 16 * 100%);
    max-width: calc(12 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .col-sm-13 {
    flex-basis: calc(13 / 16 * 100%);
    max-width: calc(13 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .col-sm-14 {
    flex-basis: calc(14 / 16 * 100%);
    max-width: calc(14 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .col-sm-15 {
    flex-basis: calc(15 / 16 * 100%);
    max-width: calc(15 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .col-sm-16 {
    flex-basis: calc(16 / 16 * 100%);
    max-width: calc(16 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .col-xmd-1 {
    flex-basis: calc(1 / 16 * 100%);
    max-width: calc(1 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .col-xmd-2 {
    flex-basis: calc(2 / 16 * 100%);
    max-width: calc(2 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .col-xmd-3 {
    flex-basis: calc(3 / 16 * 100%);
    max-width: calc(3 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .col-xmd-4 {
    flex-basis: calc(4 / 16 * 100%);
    max-width: calc(4 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .col-xmd-5 {
    flex-basis: calc(5 / 16 * 100%);
    max-width: calc(5 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .col-xmd-6 {
    flex-basis: calc(6 / 16 * 100%);
    max-width: calc(6 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .col-xmd-7 {
    flex-basis: calc(7 / 16 * 100%);
    max-width: calc(7 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .col-xmd-8 {
    flex-basis: calc(8 / 16 * 100%);
    max-width: calc(8 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .col-xmd-9 {
    flex-basis: calc(9 / 16 * 100%);
    max-width: calc(9 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .col-xmd-10 {
    flex-basis: calc(10 / 16 * 100%);
    max-width: calc(10 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .col-xmd-11 {
    flex-basis: calc(11 / 16 * 100%);
    max-width: calc(11 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .col-xmd-12 {
    flex-basis: calc(12 / 16 * 100%);
    max-width: calc(12 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .col-xmd-13 {
    flex-basis: calc(13 / 16 * 100%);
    max-width: calc(13 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .col-xmd-14 {
    flex-basis: calc(14 / 16 * 100%);
    max-width: calc(14 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .col-xmd-15 {
    flex-basis: calc(15 / 16 * 100%);
    max-width: calc(15 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .col-xmd-16 {
    flex-basis: calc(16 / 16 * 100%);
    max-width: calc(16 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .col-md-1 {
    flex-basis: calc(1 / 16 * 100%);
    max-width: calc(1 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .col-md-2 {
    flex-basis: calc(2 / 16 * 100%);
    max-width: calc(2 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .col-md-3 {
    flex-basis: calc(3 / 16 * 100%);
    max-width: calc(3 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .col-md-4 {
    flex-basis: calc(4 / 16 * 100%);
    max-width: calc(4 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .col-md-5 {
    flex-basis: calc(5 / 16 * 100%);
    max-width: calc(5 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .col-md-6 {
    flex-basis: calc(6 / 16 * 100%);
    max-width: calc(6 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .col-md-7 {
    flex-basis: calc(7 / 16 * 100%);
    max-width: calc(7 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .col-md-8 {
    flex-basis: calc(8 / 16 * 100%);
    max-width: calc(8 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .col-md-9 {
    flex-basis: calc(9 / 16 * 100%);
    max-width: calc(9 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .col-md-10 {
    flex-basis: calc(10 / 16 * 100%);
    max-width: calc(10 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .col-md-11 {
    flex-basis: calc(11 / 16 * 100%);
    max-width: calc(11 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .col-md-12 {
    flex-basis: calc(12 / 16 * 100%);
    max-width: calc(12 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .col-md-13 {
    flex-basis: calc(13 / 16 * 100%);
    max-width: calc(13 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .col-md-14 {
    flex-basis: calc(14 / 16 * 100%);
    max-width: calc(14 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .col-md-15 {
    flex-basis: calc(15 / 16 * 100%);
    max-width: calc(15 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .col-md-16 {
    flex-basis: calc(16 / 16 * 100%);
    max-width: calc(16 / 16 * 100%);
  }
}

@media screen and (min-width: 1501px) {
  .col-lg-1 {
    flex-basis: calc(1 / 16 * 100%);
    max-width: calc(1 / 16 * 100%);
  }
}

@media screen and (min-width: 1501px) {
  .col-lg-2 {
    flex-basis: calc(2 / 16 * 100%);
    max-width: calc(2 / 16 * 100%);
  }
}

@media screen and (min-width: 1501px) {
  .col-lg-3 {
    flex-basis: calc(3 / 16 * 100%);
    max-width: calc(3 / 16 * 100%);
  }
}

@media screen and (min-width: 1501px) {
  .col-lg-4 {
    flex-basis: calc(4 / 16 * 100%);
    max-width: calc(4 / 16 * 100%);
  }
}

@media screen and (min-width: 1501px) {
  .col-lg-5 {
    flex-basis: calc(5 / 16 * 100%);
    max-width: calc(5 / 16 * 100%);
  }
}

@media screen and (min-width: 1501px) {
  .col-lg-6 {
    flex-basis: calc(6 / 16 * 100%);
    max-width: calc(6 / 16 * 100%);
  }
}

@media screen and (min-width: 1501px) {
  .col-lg-7 {
    flex-basis: calc(7 / 16 * 100%);
    max-width: calc(7 / 16 * 100%);
  }
}

@media screen and (min-width: 1501px) {
  .col-lg-8 {
    flex-basis: calc(8 / 16 * 100%);
    max-width: calc(8 / 16 * 100%);
  }
}

@media screen and (min-width: 1501px) {
  .col-lg-9 {
    flex-basis: calc(9 / 16 * 100%);
    max-width: calc(9 / 16 * 100%);
  }
}

@media screen and (min-width: 1501px) {
  .col-lg-10 {
    flex-basis: calc(10 / 16 * 100%);
    max-width: calc(10 / 16 * 100%);
  }
}

@media screen and (min-width: 1501px) {
  .col-lg-11 {
    flex-basis: calc(11 / 16 * 100%);
    max-width: calc(11 / 16 * 100%);
  }
}

@media screen and (min-width: 1501px) {
  .col-lg-12 {
    flex-basis: calc(12 / 16 * 100%);
    max-width: calc(12 / 16 * 100%);
  }
}

@media screen and (min-width: 1501px) {
  .col-lg-13 {
    flex-basis: calc(13 / 16 * 100%);
    max-width: calc(13 / 16 * 100%);
  }
}

@media screen and (min-width: 1501px) {
  .col-lg-14 {
    flex-basis: calc(14 / 16 * 100%);
    max-width: calc(14 / 16 * 100%);
  }
}

@media screen and (min-width: 1501px) {
  .col-lg-15 {
    flex-basis: calc(15 / 16 * 100%);
    max-width: calc(15 / 16 * 100%);
  }
}

@media screen and (min-width: 1501px) {
  .col-lg-16 {
    flex-basis: calc(16 / 16 * 100%);
    max-width: calc(16 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .col-xlg-1 {
    flex-basis: calc(1 / 16 * 100%);
    max-width: calc(1 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .col-xlg-2 {
    flex-basis: calc(2 / 16 * 100%);
    max-width: calc(2 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .col-xlg-3 {
    flex-basis: calc(3 / 16 * 100%);
    max-width: calc(3 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .col-xlg-4 {
    flex-basis: calc(4 / 16 * 100%);
    max-width: calc(4 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .col-xlg-5 {
    flex-basis: calc(5 / 16 * 100%);
    max-width: calc(5 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .col-xlg-6 {
    flex-basis: calc(6 / 16 * 100%);
    max-width: calc(6 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .col-xlg-7 {
    flex-basis: calc(7 / 16 * 100%);
    max-width: calc(7 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .col-xlg-8 {
    flex-basis: calc(8 / 16 * 100%);
    max-width: calc(8 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .col-xlg-9 {
    flex-basis: calc(9 / 16 * 100%);
    max-width: calc(9 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .col-xlg-10 {
    flex-basis: calc(10 / 16 * 100%);
    max-width: calc(10 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .col-xlg-11 {
    flex-basis: calc(11 / 16 * 100%);
    max-width: calc(11 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .col-xlg-12 {
    flex-basis: calc(12 / 16 * 100%);
    max-width: calc(12 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .col-xlg-13 {
    flex-basis: calc(13 / 16 * 100%);
    max-width: calc(13 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .col-xlg-14 {
    flex-basis: calc(14 / 16 * 100%);
    max-width: calc(14 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .col-xlg-15 {
    flex-basis: calc(15 / 16 * 100%);
    max-width: calc(15 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .col-xlg-16 {
    flex-basis: calc(16 / 16 * 100%);
    max-width: calc(16 / 16 * 100%);
  }
}

.offset-0 {
  margin-left: calc(0 / 16 * 100%);
}

.offset-1 {
  margin-left: calc(1 / 16 * 100%);
}

.offset-2 {
  margin-left: calc(2 / 16 * 100%);
}

.offset-3 {
  margin-left: calc(3 / 16 * 100%);
}

.offset-4 {
  margin-left: calc(4 / 16 * 100%);
}

.offset-5 {
  margin-left: calc(5 / 16 * 100%);
}

.offset-6 {
  margin-left: calc(6 / 16 * 100%);
}

.offset-7 {
  margin-left: calc(7 / 16 * 100%);
}

.offset-8 {
  margin-left: calc(8 / 16 * 100%);
}

.offset-9 {
  margin-left: calc(9 / 16 * 100%);
}

.offset-10 {
  margin-left: calc(10 / 16 * 100%);
}

.offset-11 {
  margin-left: calc(11 / 16 * 100%);
}

.offset-12 {
  margin-left: calc(12 / 16 * 100%);
}

.offset-13 {
  margin-left: calc(13 / 16 * 100%);
}

.offset-14 {
  margin-left: calc(14 / 16 * 100%);
}

.offset-15 {
  margin-left: calc(15 / 16 * 100%);
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .offset-sm-0 {
    margin-left: calc(0 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .offset-sm-1 {
    margin-left: calc(1 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .offset-sm-2 {
    margin-left: calc(2 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .offset-sm-3 {
    margin-left: calc(3 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .offset-sm-4 {
    margin-left: calc(4 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .offset-sm-5 {
    margin-left: calc(5 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .offset-sm-6 {
    margin-left: calc(6 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .offset-sm-7 {
    margin-left: calc(7 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .offset-sm-8 {
    margin-left: calc(8 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .offset-sm-9 {
    margin-left: calc(9 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .offset-sm-10 {
    margin-left: calc(10 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .offset-sm-11 {
    margin-left: calc(11 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .offset-sm-12 {
    margin-left: calc(12 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .offset-sm-13 {
    margin-left: calc(13 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .offset-sm-14 {
    margin-left: calc(14 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .offset-sm-15 {
    margin-left: calc(15 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .offset-xmd-0 {
    margin-left: calc(0 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .offset-xmd-1 {
    margin-left: calc(1 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .offset-xmd-2 {
    margin-left: calc(2 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .offset-xmd-3 {
    margin-left: calc(3 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .offset-xmd-4 {
    margin-left: calc(4 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .offset-xmd-5 {
    margin-left: calc(5 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .offset-xmd-6 {
    margin-left: calc(6 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .offset-xmd-7 {
    margin-left: calc(7 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .offset-xmd-8 {
    margin-left: calc(8 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .offset-xmd-9 {
    margin-left: calc(9 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .offset-xmd-10 {
    margin-left: calc(10 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .offset-xmd-11 {
    margin-left: calc(11 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .offset-xmd-12 {
    margin-left: calc(12 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .offset-xmd-13 {
    margin-left: calc(13 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .offset-xmd-14 {
    margin-left: calc(14 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .offset-xmd-15 {
    margin-left: calc(15 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .offset-md-0 {
    margin-left: calc(0 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .offset-md-1 {
    margin-left: calc(1 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .offset-md-2 {
    margin-left: calc(2 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .offset-md-3 {
    margin-left: calc(3 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .offset-md-4 {
    margin-left: calc(4 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .offset-md-5 {
    margin-left: calc(5 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .offset-md-6 {
    margin-left: calc(6 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .offset-md-7 {
    margin-left: calc(7 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .offset-md-8 {
    margin-left: calc(8 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .offset-md-9 {
    margin-left: calc(9 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .offset-md-10 {
    margin-left: calc(10 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .offset-md-11 {
    margin-left: calc(11 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .offset-md-12 {
    margin-left: calc(12 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .offset-md-13 {
    margin-left: calc(13 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .offset-md-14 {
    margin-left: calc(14 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .offset-md-15 {
    margin-left: calc(15 / 16 * 100%);
  }
}

@media screen and (min-width: 1501px) {
  .offset-lg-0 {
    margin-left: calc(0 / 16 * 100%);
  }
}

@media screen and (min-width: 1501px) {
  .offset-lg-1 {
    margin-left: calc(1 / 16 * 100%);
  }
}

@media screen and (min-width: 1501px) {
  .offset-lg-2 {
    margin-left: calc(2 / 16 * 100%);
  }
}

@media screen and (min-width: 1501px) {
  .offset-lg-3 {
    margin-left: calc(3 / 16 * 100%);
  }
}

@media screen and (min-width: 1501px) {
  .offset-lg-4 {
    margin-left: calc(4 / 16 * 100%);
  }
}

@media screen and (min-width: 1501px) {
  .offset-lg-5 {
    margin-left: calc(5 / 16 * 100%);
  }
}

@media screen and (min-width: 1501px) {
  .offset-lg-6 {
    margin-left: calc(6 / 16 * 100%);
  }
}

@media screen and (min-width: 1501px) {
  .offset-lg-7 {
    margin-left: calc(7 / 16 * 100%);
  }
}

@media screen and (min-width: 1501px) {
  .offset-lg-8 {
    margin-left: calc(8 / 16 * 100%);
  }
}

@media screen and (min-width: 1501px) {
  .offset-lg-9 {
    margin-left: calc(9 / 16 * 100%);
  }
}

@media screen and (min-width: 1501px) {
  .offset-lg-10 {
    margin-left: calc(10 / 16 * 100%);
  }
}

@media screen and (min-width: 1501px) {
  .offset-lg-11 {
    margin-left: calc(11 / 16 * 100%);
  }
}

@media screen and (min-width: 1501px) {
  .offset-lg-12 {
    margin-left: calc(12 / 16 * 100%);
  }
}

@media screen and (min-width: 1501px) {
  .offset-lg-13 {
    margin-left: calc(13 / 16 * 100%);
  }
}

@media screen and (min-width: 1501px) {
  .offset-lg-14 {
    margin-left: calc(14 / 16 * 100%);
  }
}

@media screen and (min-width: 1501px) {
  .offset-lg-15 {
    margin-left: calc(15 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .offset-xl-0 {
    margin-left: calc(0 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .offset-xl-1 {
    margin-left: calc(1 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .offset-xl-2 {
    margin-left: calc(2 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .offset-xl-3 {
    margin-left: calc(3 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .offset-xl-4 {
    margin-left: calc(4 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .offset-xl-5 {
    margin-left: calc(5 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .offset-xl-6 {
    margin-left: calc(6 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .offset-xl-7 {
    margin-left: calc(7 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .offset-xl-8 {
    margin-left: calc(8 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .offset-xl-9 {
    margin-left: calc(9 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .offset-xl-10 {
    margin-left: calc(10 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .offset-xl-11 {
    margin-left: calc(11 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .offset-xl-12 {
    margin-left: calc(12 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .offset-xl-13 {
    margin-left: calc(13 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .offset-xl-14 {
    margin-left: calc(14 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .offset-xl-15 {
    margin-left: calc(15 / 16 * 100%);
  }
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-13 {
  order: 13;
}

.order-14 {
  order: 14;
}

.order-15 {
  order: 15;
}

.order-16 {
  order: 16;
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .order-sm-1 {
    order: 1;
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .order-sm-2 {
    order: 2;
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .order-sm-3 {
    order: 3;
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .order-sm-4 {
    order: 4;
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .order-sm-5 {
    order: 5;
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .order-sm-6 {
    order: 6;
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .order-sm-7 {
    order: 7;
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .order-sm-8 {
    order: 8;
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .order-sm-9 {
    order: 9;
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .order-sm-10 {
    order: 10;
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .order-sm-11 {
    order: 11;
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .order-sm-12 {
    order: 12;
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .order-sm-13 {
    order: 13;
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .order-sm-14 {
    order: 14;
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .order-sm-15 {
    order: 15;
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .order-sm-16 {
    order: 16;
  }
}

@media screen and (min-width: 992px) {
  .order-xmd-1 {
    order: 1;
  }
}

@media screen and (min-width: 992px) {
  .order-xmd-2 {
    order: 2;
  }
}

@media screen and (min-width: 992px) {
  .order-xmd-3 {
    order: 3;
  }
}

@media screen and (min-width: 992px) {
  .order-xmd-4 {
    order: 4;
  }
}

@media screen and (min-width: 992px) {
  .order-xmd-5 {
    order: 5;
  }
}

@media screen and (min-width: 992px) {
  .order-xmd-6 {
    order: 6;
  }
}

@media screen and (min-width: 992px) {
  .order-xmd-7 {
    order: 7;
  }
}

@media screen and (min-width: 992px) {
  .order-xmd-8 {
    order: 8;
  }
}

@media screen and (min-width: 992px) {
  .order-xmd-9 {
    order: 9;
  }
}

@media screen and (min-width: 992px) {
  .order-xmd-10 {
    order: 10;
  }
}

@media screen and (min-width: 992px) {
  .order-xmd-11 {
    order: 11;
  }
}

@media screen and (min-width: 992px) {
  .order-xmd-12 {
    order: 12;
  }
}

@media screen and (min-width: 992px) {
  .order-xmd-13 {
    order: 13;
  }
}

@media screen and (min-width: 992px) {
  .order-xmd-14 {
    order: 14;
  }
}

@media screen and (min-width: 992px) {
  .order-xmd-15 {
    order: 15;
  }
}

@media screen and (min-width: 992px) {
  .order-xmd-16 {
    order: 16;
  }
}

@media screen and (min-width: 1201px) {
  .order-md-1 {
    order: 1;
  }
}

@media screen and (min-width: 1201px) {
  .order-md-2 {
    order: 2;
  }
}

@media screen and (min-width: 1201px) {
  .order-md-3 {
    order: 3;
  }
}

@media screen and (min-width: 1201px) {
  .order-md-4 {
    order: 4;
  }
}

@media screen and (min-width: 1201px) {
  .order-md-5 {
    order: 5;
  }
}

@media screen and (min-width: 1201px) {
  .order-md-6 {
    order: 6;
  }
}

@media screen and (min-width: 1201px) {
  .order-md-7 {
    order: 7;
  }
}

@media screen and (min-width: 1201px) {
  .order-md-8 {
    order: 8;
  }
}

@media screen and (min-width: 1201px) {
  .order-md-9 {
    order: 9;
  }
}

@media screen and (min-width: 1201px) {
  .order-md-10 {
    order: 10;
  }
}

@media screen and (min-width: 1201px) {
  .order-md-11 {
    order: 11;
  }
}

@media screen and (min-width: 1201px) {
  .order-md-12 {
    order: 12;
  }
}

@media screen and (min-width: 1201px) {
  .order-md-13 {
    order: 13;
  }
}

@media screen and (min-width: 1201px) {
  .order-md-14 {
    order: 14;
  }
}

@media screen and (min-width: 1201px) {
  .order-md-15 {
    order: 15;
  }
}

@media screen and (min-width: 1201px) {
  .order-md-16 {
    order: 16;
  }
}

@media screen and (min-width: 1501px) {
  .order-lg-1 {
    order: 1;
  }
}

@media screen and (min-width: 1501px) {
  .order-lg-2 {
    order: 2;
  }
}

@media screen and (min-width: 1501px) {
  .order-lg-3 {
    order: 3;
  }
}

@media screen and (min-width: 1501px) {
  .order-lg-4 {
    order: 4;
  }
}

@media screen and (min-width: 1501px) {
  .order-lg-5 {
    order: 5;
  }
}

@media screen and (min-width: 1501px) {
  .order-lg-6 {
    order: 6;
  }
}

@media screen and (min-width: 1501px) {
  .order-lg-7 {
    order: 7;
  }
}

@media screen and (min-width: 1501px) {
  .order-lg-8 {
    order: 8;
  }
}

@media screen and (min-width: 1501px) {
  .order-lg-9 {
    order: 9;
  }
}

@media screen and (min-width: 1501px) {
  .order-lg-10 {
    order: 10;
  }
}

@media screen and (min-width: 1501px) {
  .order-lg-11 {
    order: 11;
  }
}

@media screen and (min-width: 1501px) {
  .order-lg-12 {
    order: 12;
  }
}

@media screen and (min-width: 1501px) {
  .order-lg-13 {
    order: 13;
  }
}

@media screen and (min-width: 1501px) {
  .order-lg-14 {
    order: 14;
  }
}

@media screen and (min-width: 1501px) {
  .order-lg-15 {
    order: 15;
  }
}

@media screen and (min-width: 1501px) {
  .order-lg-16 {
    order: 16;
  }
}

@media screen and (min-width: 1921px) {
  .order-xlg-1 {
    order: 1;
  }
}

@media screen and (min-width: 1921px) {
  .order-xlg-2 {
    order: 2;
  }
}

@media screen and (min-width: 1921px) {
  .order-xlg-3 {
    order: 3;
  }
}

@media screen and (min-width: 1921px) {
  .order-xlg-4 {
    order: 4;
  }
}

@media screen and (min-width: 1921px) {
  .order-xlg-5 {
    order: 5;
  }
}

@media screen and (min-width: 1921px) {
  .order-xlg-6 {
    order: 6;
  }
}

@media screen and (min-width: 1921px) {
  .order-xlg-7 {
    order: 7;
  }
}

@media screen and (min-width: 1921px) {
  .order-xlg-8 {
    order: 8;
  }
}

@media screen and (min-width: 1921px) {
  .order-xlg-9 {
    order: 9;
  }
}

@media screen and (min-width: 1921px) {
  .order-xlg-10 {
    order: 10;
  }
}

@media screen and (min-width: 1921px) {
  .order-xlg-11 {
    order: 11;
  }
}

@media screen and (min-width: 1921px) {
  .order-xlg-12 {
    order: 12;
  }
}

@media screen and (min-width: 1921px) {
  .order-xlg-13 {
    order: 13;
  }
}

@media screen and (min-width: 1921px) {
  .order-xlg-14 {
    order: 14;
  }
}

@media screen and (min-width: 1921px) {
  .order-xlg-15 {
    order: 15;
  }
}

@media screen and (min-width: 1921px) {
  .order-xlg-16 {
    order: 16;
  }
}

/*! normalize.css v8..1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 1.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: 0; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0px;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 1.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they 0 out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 1.
 * 2. Remove the padding in IE 1.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 1.
 */
[hidden] {
  display: none;
}

html {
  font-family: var(--wp--preset--font-family--body);
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-margin-top: 100px;
}

body {
  position: relative;
  margin: 0;
  color: var(--wp--preset--color--foreground);
  background-color: var(--wp--preset--color--background);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 100%;
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--normal);
  line-height: 1.43;
}
body.prevent-scroll {
  overflow: hidden;
  height: 100%;
}

strong {
  font-weight: 600;
}

figure {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  will-change: color;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

svg {
  fill: currentcolor;
  vertical-align: middle;
}

.svg-logo {
  display: block;
}

[data-trigger_id] {
  cursor: pointer;
}

.no-js .swiper-wrapper {
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  display: flex;
  align-items: center;
}

.no-js .swiper-slide {
  scroll-snap-align: center;
}

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.social__link {
  background-color: #f4f4f4;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  padding: 2px;
  transition: background-color 0.3s ease-in-out;
  will-change: background-color;
}
.social__link:hover {
  background-color: rgba(244, 244, 244, 0.6);
}

.swiper-scrollbar-drag::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -1rem;
  right: -1rem;
  bottom: -1rem;
}

/* stylelint-disable block-no-empty */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  color: inherit;
}

h1:not(.editor-post-title),
.h1 {
  font-size: var(--wp--preset--font-size--h-1);
  line-height: var(--wp--custom--line-height--tiny);
  font-style: normal;
  font-weight: 700;
}

h2,
h1.h2,
.h2 {
  font-size: var(--wp--preset--font-size--h-2);
}

h3,
.h3 {
  font-size: var(--wp--preset--font-size--h-3);
}

.h4,
h4,
.has-h-4-font-size {
  font-family: var(--wp--preset--font-family--body);
  font-size: 1.375rem;
}
@media screen and (min-width: 1201px) {
  .h4,
  h4,
  .has-h-4-font-size {
    font-size: 2rem;
  }
}

.h5,
h5 {
  font-size: 1.25rem;
}
@media screen and (min-width: 1201px) {
  .h5,
  h5 {
    font-size: 1.5rem;
  }
}

.h6,
h6 {
  font-size: 1.125rem;
}

mark {
  background-color: transparent;
  color: var(--wp--preset--color--blue);
}

.wp-block-heading {
  color: var(--wp--preset--color--dark-blue);
}

/* stylelint-disable no-descending-specificity */
::placeholder {
  color: inherit;
  font-size: 1em;
  line-height: 1.5;
  opacity: 0.5;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  width: 100%;
  vertical-align: top;
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-appearance: none;
          appearance: none;
  color: inherit;
  background: transparent;
  padding: 1rem 0.3125rem !important;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  border-radius: 0.625rem;
}

textarea {
  padding: 0.9375rem 0.3125rem 0.3125rem 0.9375rem;
  min-height: 2.5rem;
  resize: vertical;
}

input[type=submit][disabled] {
  opacity: 0.5;
  cursor: auto;
}

select {
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

button {
  cursor: pointer;
}

.btn_group {
  display: flex;
  align-items: center;
}

.wp-block-buttons {
  display: flex;
  align-items: center;
}

.gform_wrapper .gform_fields {
  grid-row-gap: 0.875rem !important;
  grid-column-gap: 1.0625rem !important;
}
.gform_wrapper.gravity-theme .gfield {
  padding-bottom: 0.875rem !important;
}
.gform_wrapper input,
.gform_wrapper textarea {
  border-radius: unset !important;
  border: unset !important;
  background-color: var(--wp--preset--color--grey);
  padding: 0.5625rem 0.875rem 0.5rem !important;
  font-size: 1rem !important;
  color: var(--wp--preset--color--dark-blue);
}
.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
  font-weight: 300;
  color: var(--wp--preset--color--dark-blue) !important;
}
.gform_wrapper .ginput_container_consent .gfield_required {
  display: none !important;
}
.gform_wrapper .ginput_container_consent .gform-field-label {
  font-weight: 700;
  font-size: 1rem !important;
  color: var(--wp--preset--color--dark-blue);
}
.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin-top: 1.0625rem !important;
}
.gform_wrapper .gform_footer .gform_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0;
  border-radius: 1.3125rem !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  appearance: none;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  will-change: color, border-color, background-color;
  font-weight: 700;
  min-width: 11rem;
  font-size: 1.125rem !important;
  line-height: 1.17 !important;
  padding: 0.6875rem 1.25rem !important;
  text-decoration: none;
  background-color: var(--wp--preset--color--dark-blue);
  color: var(--wp--preset--color--white);
  margin: 0 !important;
}
.gform_wrapper .gform_footer .gform_button:hover {
  transform: translateY(0.3125rem);
  opacity: 0.8;
}
.gform_wrapper .gform_validation_errors {
  padding: 0.3125rem 0.625rem !important;
  border-radius: unset !important;
}
.gform_wrapper .gform_validation_errors .gform_submission_error {
  font-size: 1rem !important;
  font-family: var(--wp--preset--font-family--body) !important;
}
.gform_wrapper.gravity-theme .validation_message {
  padding: 0.3125rem 0.625rem !important;
  font-family: var(--wp--preset--font-family--body) !important;
  font-size: 1rem !important;
  margin-bottom: 10px !important;
}
.gform_wrapper .gform_required_legend {
  display: none !important;
}

.gform_confirmation_wrapper {
  padding-top: 40px !important;
  padding-bottom: 30px !important;
  color: var(--wp--preset--color--dark-blue);
  font-weight: 700;
}

.gfmc-field div:not(.gchoice) {
  padding-bottom: 0 !important;
}

.gform_wrapper.gravity-theme .gfield textarea.medium {
  height: 205px;
}

/* stylelint-disable no-descending-specificity */
button:focus,
div[role=button] {
  outline: 0;
}

a:not(.wp-block-navigation-item a):not(.wp-block-button__link):not(header a):not(.post-card__image a):not(.post-card__content a):not(.share_this__ico):not(.wp-block-image a):not(.no-underline a):not(.images__item-link a):not(.details__text a):not(.case-card__item a) {
  background-image: linear-gradient(0deg, currentcolor, currentcolor min(1px, 0.1em), transparent min(1px, 0.1em), transparent);
  background-repeat: no-repeat;
  background-size: 0 100%;
  position: relative;
  text-decoration: none;
  transition: background-size 0.4s, color 0.4s;
}
a:not(.wp-block-navigation-item a):not(.wp-block-button__link):not(header a):not(.post-card__image a):not(.post-card__content a):not(.share_this__ico):not(.wp-block-image a):not(.no-underline a):not(.images__item-link a):not(.details__text a):not(.case-card__item a):hover {
  background-size: 100% 100%;
}

.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0;
  border-radius: 21px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  will-change: color, border-color, background-color;
  font-weight: 700;
  min-width: 176px;
  font-size: 1.125rem !important;
  line-height: 1.17 !important;
}
.wp-block-button__link:hover {
  transform: translateY(5px);
  opacity: 0.8;
}

.wp-block-button.is-style-primary .wp-block-button__link {
  background-color: var(--wp--preset--color--dark-blue);
  color: var(--wp--preset--color--white);
}
.wp-block-button.is-style-yellow .wp-block-button__link {
  background-color: var(--wp--preset--color--yellow);
  color: var(--wp--preset--color--dark-blue);
}
.wp-block-button.is-style-white .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--dark-blue);
}

.navigation.pagination {
  text-align: center;
  position: relative;
  font-size: 0.9375rem;
  padding: 1rem 0 5rem;
}
.navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.navigation .nav-links a {
  background-image: none !important;
}
.navigation .page-numbers {
  padding: 0.5rem;
  min-width: 3rem;
  opacity: 0.5;
  position: relative;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .navigation .page-numbers {
    min-width: 3rem;
  }
}
.navigation .page-numbers::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.navigation .page-numbers.current {
  opacity: 1;
}
.navigation .page-numbers.prev {
  font-size: 0;
  opacity: 1;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.navigation .page-numbers.prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0);
  transition: transform 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iV2Fyc3R3YV8yIiBkYXRhLW5hbWU9IldhcnN0d2EgMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjMgMjMiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICMzMTk4ZjU7CiAgICAgIH0KCiAgICAgIC5jbHMtMSwgLmNscy0yIHsKICAgICAgICBzdHJva2Utd2lkdGg6IDBweDsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIj4KICAgIDxnIGlkPSJidG4tYXJyb3ciPgogICAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjExLjUiIGN5PSIxMS41IiByPSIxMS41Ii8+CiAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTguMDEsNi40aDIuNjdzMy4zMSwzLjM0LDMuNzQsMy43OC41OC43OS41OCwxLjMzLS4xOS44My0uMzksMS4wNmMtLjE5LjIyLTMuOTIsNC4wNC0zLjkyLDQuMDRoLTIuN2w0Ljk5LTUuMTEtNC45Ny01LjA5WiIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+);
  background-repeat: no-repeat;
  background-position: center;
}
.navigation .page-numbers.prev::after {
  display: none;
}
.navigation .page-numbers.prev:hover::before {
  transform: translateY(-50%) translateX(3px);
}
.navigation .page-numbers.next {
  font-size: 0;
  opacity: 1;
  transform: rotate(0deg);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  width: 25px;
  height: 25px;
  right: 0;
}
.navigation .page-numbers.next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%) translateX(0);
  transition: transform 0.3s ease-in-out;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iV2Fyc3R3YV8yIiBkYXRhLW5hbWU9IldhcnN0d2EgMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjMgMjMiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICMzMTk4ZjU7CiAgICAgIH0KCiAgICAgIC5jbHMtMSwgLmNscy0yIHsKICAgICAgICBzdHJva2Utd2lkdGg6IDBweDsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIj4KICAgIDxnIGlkPSJidG4tYXJyb3ciPgogICAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjExLjUiIGN5PSIxMS41IiByPSIxMS41Ii8+CiAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTguMDEsNi40aDIuNjdzMy4zMSwzLjM0LDMuNzQsMy43OC41OC43OS41OCwxLjMzLS4xOS44My0uMzksMS4wNmMtLjE5LjIyLTMuOTIsNC4wNC0zLjkyLDQuMDRoLTIuN2w0Ljk5LTUuMTEtNC45Ny01LjA5WiIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+);
  background-repeat: no-repeat;
  background-position: center;
}
.navigation .page-numbers.next::after {
  display: none;
}
.navigation .page-numbers.next:hover::before {
  transform: translateY(-50%) translateX(3px);
}

.switch_menu {
  pointer-events: all;
  position: absolute;
  cursor: pointer;
  color: var(--wp--preset--color--black);
  width: 4.25rem;
  height: 4.25rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 0;
}
@media screen and (min-width: 1201px) {
  .switch_menu {
    display: none;
  }
}
.switch_menu__wrapper {
  display: block;
  border-radius: 0.3125rem;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.switch_menu__wrapper::before {
  content: "";
  display: block;
  position: relative;
  background-color: var(--wp--preset--color--primary);
  width: 2.4375rem;
  height: 0.1875rem;
  top: -0.4375rem;
  left: 0.0625rem;
  border-radius: 1.25rem;
  transition: transform 0.3s ease-in-out;
  transform-origin: left;
  transition-delay: 0.1s;
}
.switch_menu__line {
  display: block;
  width: 3.3125rem;
  height: 0.1875rem;
  border-radius: 1.25rem;
  background-color: var(--wp--preset--color--primary);
  position: absolute;
  top: 0.375rem;
  right: -0.0625rem;
  transition: transform 0.3s ease-in-out;
  transform-origin: left;
  transition-delay: 0.2s;
}
.switch_menu__close {
  display: block;
  width: 3.125rem;
  height: 2.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg) translateX(-44%) translateY(-50%);
  transform-origin: top left;
}
.switch_menu__close::after, .switch_menu__close::before {
  content: "";
  display: block;
  background-color: var(--wp--preset--color--primary);
  position: absolute;
  transition: transform 0.3s ease-in-out;
}
.switch_menu__close::after {
  width: 0.125rem;
  height: 3rem;
  top: -0.375rem;
  left: 47%;
  margin-left: -0.0625rem;
  transition-delay: 0.15s;
  transform: scaleY(0);
  transform-origin: top;
}
.switch_menu__close::before {
  width: 3rem;
  height: 0.125rem;
  top: 50%;
  left: 0;
  margin-top: -0.0625rem;
  transition-delay: unset;
  transform: scaleX(0);
  transform-origin: right;
}
.switch_menu .screen-reader-text {
  display: none;
}
.switch_menu .screen-reader-text.active {
  display: initial;
}

.switch_menu__icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  will-change: opacity, visibility;
}
.switch_menu__icon--close {
  opacity: 0;
  visibility: hidden;
}

.switch_menu.open .switch_menu__wrapper::before {
  transform: scaleX(0);
}
.switch_menu.open .switch_menu__line {
  transform: scaleX(0);
}
.switch_menu.open .switch_menu__close::after {
  transform: scaleY(1);
  transition-delay: 0.4s;
}
.switch_menu.open .switch_menu__close::before {
  transform: scaleX(1);
  transition-delay: 0.2s;
}

.header.open .header__menu {
  transform: translateX(0);
  overflow: scroll;
  opacity: 1;
  visibility: visible;
  height: 100vh;
  background-color: var(--wp--preset--color--white);
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .header.open .header__menu {
    transform: unset;
    overflow: unset;
    height: auto;
  }
}
.header.open .header__menu .menu {
  display: flex;
  flex-direction: column;
  row-gap: 0.625rem;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .header.open .header__menu .menu {
    row-gap: 1rem;
  }
}

/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable no-descending-specificity */
.svg_logo {
  fill: currentcolor;
}

.container--header {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: var(--wp--custom--layout--container);
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .container--header {
    justify-content: flex-start;
  }
}
.container--header-menu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  max-width: unset;
}

.header {
  position: sticky;
  position: -webkit-sticky;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: background-color 0.2s ease-in-out;
  will-change: background-color;
  font-size: 1.0625rem;
  line-height: 2;
  color: var(--wp--custom--elements--header-font-color);
  background: var(--wp--custom--elements--header-bg);
  min-height: 110px;
  display: flex;
  align-items: center;
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  z-index: 10;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .header__logo {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header__logo img,
.header__logo svg {
  max-height: 37.5px;
  max-width: 13.125rem;
  object-fit: contain;
  object-position: left;
}
@media screen and (min-width: 481px) {
  .header__logo img,
  .header__logo svg {
    max-width: 16.625rem;
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .overflow_header .header {
    position: fixed;
  }
}

.skip-link {
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
  font-weight: 700;
  left: 0;
  padding: 0.25rem;
  position: absolute;
  transform: translateY(-5.1875rem);
  z-index: 1;
}
.skip-link:focus {
  transform: translateY(0);
}

.header {
  transition: box-shadow 0.3s ease-in-out;
}
.header--scroll {
  box-shadow: 0 -0.3125rem 0.8125rem 0.125rem var(--wp--preset--color--gray);
}

/* stylelint-disable no-descending-specificity */
.header__menu .menu-item-has-children {
  pointer-events: all;
  position: relative;
  display: flex;
  flex-direction: column;
}
.header__menu .menu-item-has-children a {
  display: block;
}
.header__menu .menu-item-has-children .open-submenu-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border: unset;
  padding: unset;
  background-color: unset;
  transform: translateY(-30%);
  width: 2.1875rem;
  height: 2.1875rem;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .header__menu .menu-item-has-children .open-submenu-btn {
    width: 4rem;
  }
}
@media screen and (min-width: 1201px) {
  .header__menu .menu-item-has-children .open-submenu-btn {
    width: 2.1875rem;
  }
}
.header__menu .menu-item-has-children .open-submenu-btn::before {
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  border-right: 0.125rem solid currentColor;
  border-bottom: 0.125rem solid currentColor;
  transition: transform 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .header__menu .menu-item-has-children .open-submenu-btn::before {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
@media screen and (min-width: 1201px) {
  .header__menu .menu-item-has-children .open-submenu-btn::before {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.header__menu .menu-item-has-children .open-submenu-btn.open::before {
  transform: rotate(225deg);
}
@media screen and (min-width: 1201px) {
  .header__menu .menu-item-has-children .open-submenu-btn {
    display: none;
  }
}
.header__menu .menu-item-has-children > a {
  position: relative;
  margin-right: 1.5rem;
}
.header__menu .menu-item-has-children > a::after {
  content: none;
  position: absolute;
  top: 50%;
  right: -1.25rem;
  transform: translateY(-50%) rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-right: 0.125rem solid currentColor;
  border-bottom: 0.125rem solid currentColor;
  transition: transform 0.3s ease-in-out;
}
.no-js .header__menu .menu-item-has-children > a::after {
  display: none;
}
@media screen and (min-width: 1201px) {
  .header__menu .menu-item-has-children > a::after {
    content: "";
    right: 0;
  }
}
.header__menu .menu-item-has-children > a span {
  pointer-events: none;
}
@media screen and (min-width: 1201px) {
  .header__menu .menu-item-has-children:hover > a + .sub-menu, .header__menu .menu-item-has-children:active > a + .sub-menu, .header__menu .menu-item-has-children:focus > a + .sub-menu {
    opacity: 1;
    visibility: visible;
    display: flex;
    max-height: max-content;
    pointer-events: all;
  }
  .header__menu .menu-item-has-children:hover > a::after, .header__menu .menu-item-has-children:active > a::after, .header__menu .menu-item-has-children:focus > a::after {
    transform: translateY(-50%) rotate(225deg);
  }
}
.header__menu .menu-item-has-children.active > a::after {
  transform: translateY(-50%) rotate(225deg);
}
.header__menu .menu-item-has-children.active > a + .sub-menu {
  pointer-events: all;
  max-height: 50vh;
  transition: max-height 0.4s ease-out;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .header__menu .menu-item-has-children.active > a + .sub-menu {
    opacity: 1;
    visibility: visible;
    display: block;
    max-height: max-content;
  }
}
.header__menu .menu-item-has-children .sub-menu {
  position: relative;
  padding-left: 0;
  margin: 0;
  min-width: 11rem;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease-in;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1201px) {
  .header__menu .menu-item-has-children .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    display: flex;
    row-gap: 0.5625rem;
    background-color: var(--wp--preset--color--white);
    left: 0;
    top: 100%;
    height: max-content;
    max-height: unset;
    padding: 0.625rem 1.25rem;
    margin: 0;
    box-shadow: 0.125rem 0.1875rem 0.375rem rgba(0, 92, 153, 0.15);
    border-radius: 0.9375rem;
    transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out;
    width: 13.75rem;
  }
}
@media screen and (max-width: 74.9375rem) {
  .header__menu .menu-item-has-children .sub-menu.active {
    opacity: 1;
    visibility: visible;
    display: flex;
    max-height: max-content;
    pointer-events: all;
  }
  .header__menu .menu-item-has-children .sub-menu.active li a {
    padding-top: 0.625rem;
    padding-bottom: 0;
  }
}
.header__menu .menu-item-has-children .sub-menu::after {
  display: none;
}
.header__menu .menu-item-has-children .sub-menu > .menu-item a {
  font-size: 1rem;
  line-height: 1;
  display: flex;
  text-decoration: none;
  padding: 0.625rem 0;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .header__menu .menu-item-has-children .sub-menu > .menu-item a {
    padding: 0 !important;
    margin-right: 0 !important;
    justify-content: center;
  }
}
@media screen and (min-width: 1201px) {
  .header__menu .menu-item-has-children .sub-menu > .menu-item a {
    padding: 0.3125rem 0;
    justify-content: flex-start;
  }
}
.header__menu .menu-item-has-children .sub-menu > .menu-item a span {
  margin-left: 0.625rem;
  position: relative;
  font-size: 1.375rem;
  line-height: 1.59;
  background-image: linear-gradient(0deg, currentcolor, currentcolor min(0.0625rem, 0.1em), transparent min(0.0625rem, 0.1em), transparent);
  background-repeat: no-repeat;
  background-size: 0 100%;
  position: relative;
  text-decoration: none;
  transition: background-size 0.4s, color 0.4s;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .header__menu .menu-item-has-children .sub-menu > .menu-item a span {
    font-size: 1.5rem;
    margin: 0;
  }
}
@media screen and (min-width: 1201px) {
  .header__menu .menu-item-has-children .sub-menu > .menu-item a span {
    font-size: 1.125rem;
    line-height: 1.43;
    margin-left: unset;
  }
}
.header__menu .menu-item-has-children .sub-menu > .menu-item a:hover span {
  background-size: 100% 100%;
}
.header__menu .menu-item-has-children .sub-menu > .current-menu-item a span {
  color: var(--wp--preset--color--warm-pink);
}

/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable no-descending-specificity */
.header__menu {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  font-size: 1.875rem;
  padding: 4.375rem 1.25rem 4.25rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, height 0.3s ease-in-out;
  will-change: opacity, visibility, height;
  max-height: calc(100vh - 4.25rem);
  height: 10vh;
  overflow-x: auto;
  display: flex;
  align-items: flex-start;
  max-width: 103.75rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .header__menu {
    align-items: center;
  }
}
@media screen and (min-width: 1201px) {
  .header__menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    height: auto;
    background-color: transparent;
    max-height: unset;
    display: flex;
    flex-direction: row;
    padding: 0;
    font-size: 1rem;
    overflow-x: unset;
    justify-content: flex-end;
  }
}
.header__menu .menu {
  margin: 0;
  padding: 0;
  display: none;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .header__menu .menu {
    display: flex;
    flex-direction: row;
    height: 100%;
  }
}
.header__menu .menu .menu-item {
  list-style: none;
  position: relative;
  margin-bottom: 0;
}
.header__menu .menu > .menu-item.menu-item-has-children a {
  padding-right: 1.25rem;
}
.header__menu .menu > .menu-item:last-child a {
  margin-right: 0;
}
.header__menu .menu > .menu-item > a {
  position: relative;
  text-decoration: none;
  display: flex;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .header__menu .menu > .menu-item > a {
    justify-content: center;
  }
}
@media screen and (min-width: 1201px) {
  .header__menu .menu > .menu-item > a {
    margin-right: 1.5625rem;
    justify-content: flex-start;
  }
}
.header__menu .menu > .menu-item > a span,
.header__menu .menu > .menu-item > span {
  font-size: 1.375rem;
  line-height: 1.59;
  position: relative;
  background-image: linear-gradient(0deg, currentcolor, currentcolor min(0.0625rem, 0.1em), transparent min(0.0625rem, 0.1em), transparent);
  background-repeat: no-repeat;
  background-size: 0 100%;
  position: relative;
  text-decoration: none;
  transition: background-size 0.4s, color 0.4s;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .header__menu .menu > .menu-item > a span,
  .header__menu .menu > .menu-item > span {
    height: 100%;
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1201px) {
  .header__menu .menu > .menu-item > a span,
  .header__menu .menu > .menu-item > span {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .header__menu .menu > .menu-item > span {
    cursor: default;
  }
}
.header__menu .menu > .menu-item-has-children {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.header__menu .menu > .menu-item-has-children a {
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .header__menu .menu > .menu-item-has-children a {
    margin-right: 2.1875rem;
  }
}
@media screen and (min-width: 1201px) {
  .header__menu .menu > .menu-item-has-children a {
    padding-right: 1.25rem;
  }
}
.header__menu .menu > .current-menu-item > a {
  color: var(--wp--preset--color--warm-pink);
}
.header__menu .menu > .current-menu-item > a::after {
  border-right: 0.125rem solid currentColor;
  border-bottom: 0.125rem solid currentColor;
}
.header__menu .menu > li > a:hover span {
  background-size: 100% 100%;
}
.header__menu .btn_group {
  display: block;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .header__menu .btn_group {
    display: flex;
  }
}

.footer {
  color: var(--wp--preset--color--white);
  padding-top: 4.8125rem;
  background-color: var(--wp--preset--color--dark-blue);
}
.footer__logo-wrapper {
  padding-bottom: 37px;
}
.footer__logo-wrapper .col-12 {
  padding-left: 0;
}
.footer__logo {
  width: 9.875rem;
  margin-bottom: 2.5rem;
  background-size: 0 100% !important;
}
.footer__menu-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .footer__menu-wrapper {
    flex-direction: row;
  }
}
.footer__menu-wrapper .col-12 {
  padding-left: 0;
}
.footer__heading {
  font-family: var(--wp--preset--font-family--heading);
  position: relative;
  margin: 0;
  font-size: 1.625rem;
  color: var(--wp--preset--color--white);
}
.footer__address-info {
  font-style: normal;
  padding-bottom: 30px;
}
.footer__address-info p {
  color: var(--wp--preset--color--white);
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.63;
}
.footer__address-info p .linkedin {
  display: inline-block;
  position: relative;
  padding-left: 33px;
  padding-top: 8px;
}
.footer__address-info p .linkedin::before {
  content: "";
  top: calc(50% + 4px);
  left: 0;
  position: absolute;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iV2Fyc3R3YV8yIiBkYXRhLW5hbWU9IldhcnN0d2EgMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjQuMzMgMjQuMzMiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICMwYTJiNTA7CiAgICAgIH0KCiAgICAgIC5jbHMtMSwgLmNscy0yIHsKICAgICAgICBzdHJva2Utd2lkdGg6IDBweDsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIj4KICAgIDxnIGlkPSJMaW5rZWRpbi01Ij4KICAgICAgPHJlY3QgaWQ9ImJhY2stNDYiIGNsYXNzPSJjbHMtMiIgd2lkdGg9IjI0LjMzIiBoZWlnaHQ9IjI0LjMzIi8+CiAgICAgIDxnIGlkPSJMaW5rZWRpbi02Ij4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik01LjUzLDkuODNoMi44M3Y5LjA4aC0yLjgzdi05LjA4Wk02Ljk0LDUuMzJjLjksMCwxLjY0LjczLDEuNjQsMS42NHMtLjczLDEuNjQtMS42NCwxLjY0LTEuNjQtLjczLTEuNjQtMS42NGgwYzAtLjkuNzMtMS42NCwxLjY0LTEuNjQiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMC4xMiw5LjgzaDIuN3YxLjI0aC4wNWMuNTUtLjk0LDEuNTgtMS41MSwyLjY3LTEuNDcsMi44NiwwLDMuMzksMS44OCwzLjM5LDQuMzJ2NC45OGgtMi44MnYtNC40MmMwLTEuMDUtLjAyLTIuNDEtMS40Ny0yLjQxcy0xLjY5LDEuMTQtMS42OSwyLjMzdjQuNDloLTIuODJ2LTkuMDhaIi8+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==);
  background-repeat: no-repeat;
}

/* stylelint-disable no-descending-specificity */
.footer__menu ul {
  margin-top: 3px;
  padding-left: 0;
}
.footer__menu .menu-item {
  position: relative;
  list-style: none;
  padding-left: 0;
  line-height: 1;
}
.footer__menu .menu-item a {
  line-height: 1;
  color: var(--wp--preset--color--white);
  background-image: linear-gradient(0deg, currentcolor, currentcolor min(1px, 0.1em), transparent min(1px, 0.1em), transparent);
  background-repeat: no-repeat;
  background-size: 0 100%;
  position: relative;
  text-decoration: none;
  transition: background-size 0.4s, color 0.4s;
}
.footer__menu .menu-item a:hover {
  background-size: 100% 100%;
}
.footer__menu .menu-item a span {
  color: var(--wp--preset--color--white);
  font-size: 1rem;
  line-height: 1.63;
}
.footer__menu .menu-item-has-children > a {
  display: inline-block;
  position: relative;
  padding-right: 1.5rem;
}
.footer__menu .menu-item-has-children.active > a::after {
  transform: translateY(-50%) rotate(225deg);
}
.footer__menu .menu .sub-menu {
  font-size: 0.875rem;
  padding-left: 0.75rem;
  margin: 0;
}
.no-js .footer__menu .menu .sub-menu {
  display: block;
}
.footer__menu .menu .sub-menu .menu-item {
  font-size: 0.9375rem;
}
.footer__menu .current_page_parent a,
.footer__menu .current-menu-item a {
  color: var(--wp--preset--color--warm-pink);
}
.footer__menu .current_page_parent a span,
.footer__menu .current-menu-item a span {
  color: var(--wp--preset--color--warm-pink);
}

.footer .footnote {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .footer .footnote {
    text-align: left;
  }
}
.footer .footnote__text-wrapper {
  border-top: 1px solid var(--wp--preset--color--blue);
  width: 100%;
  margin-top: 0.7rem;
  padding-top: 1.3rem;
  padding-bottom: 1rem;
}
.footer .footnote__text {
  font-size: 1rem;
  line-height: 1.63;
  color: var(--wp--preset--color--white);
  max-width: 765px;
}
.footer .footnote .row {
  align-items: center;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .footer .footnote .row {
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}
.footer .menu-footnote {
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .footer .menu-footnote {
    text-align: right;
  }
  .footer .menu-footnote .menu-item {
    display: inline-block;
    margin-left: 1.25rem;
  }
  .footer .menu-footnote .menu-item a {
    line-height: 1.3;
    font-size: 0.875rem;
  }
}

.post-card__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.post-card__image {
  display: flex;
  justify-content: center;
  margin-bottom: -37px;
  z-index: 1;
  max-width: 296px;
  background-color: var(--wp--preset--color--blue);
  padding-top: 84.2%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.post-card__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 60%;
  max-height: 60%;
  transform: translateX(-50%) translateY(-50%);
}
.post-card__content {
  border-radius: 10px;
  padding: 50px 25px 25px 20px;
  background-color: var(--wp--preset--color--grey);
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  max-width: 318px;
  width: 100%;
}
.post-card__post-type {
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.63;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  color: var(--wp--preset--color--cyan-blue);
  text-transform: uppercase;
}
.post-card__title {
  font-size: 1.375rem;
  line-height: 1.18;
  max-width: 250px;
  margin-bottom: 18px;
  flex: 1 1 auto;
}
.post-card__title a {
  text-decoration: none;
}
.post-card__title a:hover {
  color: var(--wp--preset--color--blue);
}
.post-card__info {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.86;
  letter-spacing: 0.05em;
}
.post-card__info a {
  text-decoration: none;
}
.post-card__info a:hover {
  color: var(--wp--preset--color--blue);
}
.post-card__footer a {
  position: relative;
  font-size: 1rem;
  line-height: 1.63;
  padding-left: 30px;
  font-weight: 700;
  text-decoration: none;
}
.post-card__footer a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 23px;
  width: 23px;
  transition: transform 0.3s ease-in-out;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iV2Fyc3R3YV8yIiBkYXRhLW5hbWU9IldhcnN0d2EgMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjMgMjMiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICMzMTk4ZjU7CiAgICAgIH0KCiAgICAgIC5jbHMtMSwgLmNscy0yIHsKICAgICAgICBzdHJva2Utd2lkdGg6IDBweDsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIj4KICAgIDxnIGlkPSJidG4tYXJyb3ciPgogICAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjExLjUiIGN5PSIxMS41IiByPSIxMS41Ii8+CiAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTguMDEsNi40aDIuNjdzMy4zMSwzLjM0LDMuNzQsMy43OC41OC43OS41OCwxLjMzLS4xOS44My0uMzksMS4wNmMtLjE5LjIyLTMuOTIsNC4wNC0zLjkyLDQuMDRoLTIuN2w0Ljk5LTUuMTEtNC45Ny01LjA5WiIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+);
}
.post-card__footer a:hover {
  color: var(--wp--preset--color--blue);
}
.post-card__footer a:hover::before {
  transform: translateY(-50%) translateX(3px);
}
.post-card__item--our-work .post-card__image {
  background-color: var(--wp--preset--color--white);
}

.case-card__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem;
  border-radius: 0.75rem;
  border: 0.125rem solid;
}
@media screen and (min-width: 481px) {
  .case-card__item {
    padding: 2.1875rem;
  }
}
.case-card__item:nth-child(1) {
  border-color: var(--wp--preset--color--warm-pink);
}
.case-card__item:nth-child(2) {
  border-color: var(--wp--preset--color--yellow);
}
.case-card__item:nth-child(3) {
  border-color: var(--wp--preset--color--light-blue);
}
.case-card__item:nth-child(4) {
  border-color: var(--wp--preset--color--orange);
}
.case-card__item.t-arrow-decoration {
  margin-top: 4rem;
}
.case-card__item.t-arrow-decoration::before {
  content: "";
  top: -3rem;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (min-width: 1201px) {
  .case-card__item.t-arrow-decoration::before {
    top: -4rem;
  }
}
.case-card__top {
  width: 100%;
}
.case-card__top-type {
  color: var(--wp--preset--color--dark-blue);
  font-size: 0.8175rem;
  font-weight: 700;
  position: relative;
  padding-left: 1.875rem;
  margin-bottom: 0.9375rem;
}
.case-card__top-type::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1rem;
  width: 1.4375rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyMCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTAuODM5ODQ0IDEzLjI4MDNWMS4xMTAzNUgxMy4wMTk4VjcuNTE5NTMiIHN0cm9rZT0iIzMxOThGNSIgc3Ryb2tlLXdpZHRoPSIxLjI4IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggaWQ9IlZlY3Rvcl8yIiBkPSJNMTMuMzc5NiAxMy4yODAzSDAuODM5ODQ0TDYuMDU5ODEgNi44NzAxMkgxOC41OTk5TDEzLjM3OTYgMTMuMjgwM1oiIHN0cm9rZT0iIzMxOThGNSIgc3Ryb2tlLXdpZHRoPSIxLjMyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49ImJldmVsIi8+CjwvZz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center;
}
.case-card__top-title {
  font-size: var(--wp--preset--font-size--h-3);
  font-weight: 700;
  line-height: 1.18;
  margin: 0;
  color: var(--wp--preset--color--dark-blue);
}
.case-card__top-title a {
  text-decoration: none;
}
.case-card__top-title a:hover {
  color: var(--wp--preset--color--blue);
}
.case-card__body {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  gap: 1.5rem;
  flex-wrap: wrap-reverse;
}
@media screen and (min-width: 481px) {
  .case-card__body {
    gap: 0;
    margin-top: 0.3125rem;
    flex-wrap: nowrap;
  }
}
.case-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.case-card__content-text {
  width: 100%;
  font-size: 1rem;
  line-height: normal;
  color: var(--wp--preset--color--dark-blue);
  margin: 0;
}
@media screen and (min-width: 481px) {
  .case-card__content-text {
    width: 55%;
  }
}
.case-card__content-image {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 481px) {
  .case-card__content-image {
    width: 45%;
  }
}
.case-card__content-image img {
  mix-blend-mode: darken;
}
.case-card__footer {
  margin-top: 1.875rem;
}
.case-card__footer-link {
  color: var(--wp--preset--color--dark-blue);
  position: relative;
  font-size: 1rem;
  line-height: 1.63;
  padding-left: 1.875rem;
  font-weight: 700;
  text-decoration: none;
}
.case-card__footer-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 1.4375rem;
  width: 1.4375rem;
  transition: transform 0.3s ease-in-out;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTcuNSAxNS4wMDk4QzExLjU3MDMgMTUuMDA5OCAxNC44NzAxIDExLjcxIDE0Ljg3MDEgNy42Mzk2NUMxNC44NzAxIDMuNTY5MzEgMTEuNTcwMyAwLjI2OTUzMSA3LjUgMC4yNjk1MzFDMy40Mjk2NiAwLjI2OTUzMSAwLjEyOTg4MyAzLjU2OTMxIDAuMTI5ODgzIDcuNjM5NjVDMC4xMjk4ODMgMTEuNzEgMy40Mjk2NiAxNS4wMDk4IDcuNSAxNS4wMDk4WiIgZmlsbD0iIzBBMkI1MCIvPgo8cGF0aCBpZD0iVmVjdG9yXzIiIGQ9Ik01LjI2MDAxIDQuMzcwMTJINi45Njk5N0M2Ljk2OTk3IDQuMzcwMTIgOS4wOTAxMiA2LjUxMDA0IDkuMzcwMTIgNi43OTAwNEM5LjY1MDEyIDcuMDcwMDQgOS43Mzk5OSA3LjI5OTY1IDkuNzM5OTkgNy42Mzk2NUM5LjczOTk5IDcuOTc5NjUgOS42MTk5OSA4LjE3MDMxIDkuNDg5OTkgOC4zMjAzMUM5LjM1OTk5IDguNDcwMzEgNi45Nzk5OCAxMC45MTAyIDYuOTc5OTggMTAuOTEwMkg1LjI1TDguNDQ5OTUgNy42Mzk2NUw1LjI2MDAxIDQuMzc5ODhWNC4zNzAxMloiIGZpbGw9IndoaXRlIi8+CjwvZz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center;
  will-change: transform;
}
.case-card__footer-link:hover {
  color: var(--wp--preset--color--blue);
}
.case-card__footer-link:hover::before {
  transform: translateY(-50%) translateX(0.1875rem);
}

.block {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.block .container {
  z-index: 1;
}
.block__content {
  z-index: 1;
}

:where(body .main.is-layout-constrained.main--page) > * {
  margin-block-start: 0;
  margin-block-end: 1.5rem;
}

.main--page > *:first-child:not(section):not(.wp-block-separator):not(.block):not(.woocommerce) {
  margin-top: 5rem;
}
@media screen and (min-width: 992px) {
  .main--page > *:first-child:not(section):not(.wp-block-separator):not(.block):not(.woocommerce) {
    margin-top: 6.25rem;
  }
}

.main--page > *:last-child:not(section):not(.wp-block-separator):not(.block):not(.woocommerce) {
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 992px) {
  .main--page > *:last-child:not(section):not(.wp-block-separator):not(.block):not(.woocommerce) {
    margin-bottom: 5rem;
  }
}

.main--page > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.block):not(section):not(ul):not(ol) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}

section {
  margin-block-start: 0;
}

.alignfull {
  margin-left: calc(-1 * var(--wp--custom--layout--padding-mobile));
  margin-right: calc(-1 * var(--wp--custom--layout--padding-mobile));
}
@media screen and (min-width: 992px) {
  .alignfull {
    margin-left: calc(-1 * var(--wp--custom--layout--padding-desktop));
    margin-right: calc(-1 * var(--wp--custom--layout--padding-desktop));
  }
}

.main > .wp-block-heading {
  margin-top: clamp(1.2rem, 0.4rem + 2.1333vw, 2rem);
  margin-bottom: clamp(0.2rem, -0.1rem + 0.8vw, 0.5rem);
}

.has-primary-background-color.has-background {
  color: var(--wp--preset--color--foreground);
}

/* Colors */
.t-color--primary {
  color: var(--wp--preset--color--primary);
}

.t-color--secondary {
  color: var(--wp--preset--color--secondary);
}

.t-color--primary-bg {
  color: var(--wp--preset--color--primary-bg);
}

.t-color--black {
  color: var(--wp--preset--color--black);
}

.t-color--white {
  color: var(--wp--preset--color--white);
}

/* Backgrounds */
.t-bg--primary {
  background-color: var(--wp--preset--color--primary);
}

.t-bg--secondary {
  background-color: var(--wp--preset--color--secondary);
}

.t-bg--black {
  background-color: var(--wp--preset--color--black);
}

.t-bg--white {
  background-color: var(--wp--preset--color--white);
}

/* Text Align */
.t-text-center {
  text-align: center;
}

.t-text-left {
  text-align: left;
}

.t-text-right {
  text-align: right;
}

/* Font Family */
.t-ff--body {
  font-family: var(--wp--preset--font-family--body);
}

.t-ff--heading {
  font-family: var(--wp--preset--font-family--heading);
}

/* Font Size */
.t-font-size--p1 {
  font-size: 0.875rem;
}
@media screen and (min-width: 1201px) {
  .t-font-size--p1 {
    font-size: var(--wp--preset--font-size--p-1);
  }
}

.t-font-size--p2 {
  font-size: var(--wp--preset--font-size--p-2);
}

.t-font-size--small {
  font-size: var(--wp--preset--font-size--small);
}

/* Margin */
.t-mb-0 {
  margin-bottom: 0;
}

.t-hide {
  display: none;
}

.t-arrow-decoration {
  position: relative;
}
.t-arrow-decoration::before {
  position: absolute;
  left: -4.375rem;
  top: 0;
  width: 3.625rem;
  height: 5.2813rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTkiIGhlaWdodD0iODUiIHZpZXdCb3g9IjAgMCA1OSA4NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNjYwMTU2IC0wLjAxMDAwOThIMjIuNjY5OUMyMi42Njk5IC0wLjAxMDAwOTggNDkuOTcgMjcuNTQgNTMuNTQgMzEuMjNDNTcuMTEgMzQuOTIgNTguMzM5OCAzNy43NSA1OC4zMzk4IDQyLjE4QzU4LjMzOTggNDYuNjEgNTYuNzM5NiA0OS4wNyA1NS4xMzk2IDUwLjkxQzUzLjUzOTYgNTIuNzUgMjIuNzk5OCA4NC4yNCAyMi43OTk4IDg0LjI0SDAuNTQwMDM5TDQxLjc0MDIgNDIuMDZMMC42NjAxNTYgMFYtMC4wMTAwMDk4WiIgZmlsbD0iI0ZGNTY2RCIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
}
@media screen and (min-width: 1501px) {
  .t-arrow-decoration::before {
    content: "";
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  flex: 1 0 auto;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}
.main .arrow-top, .main .arrow-bottom {
  position: absolute;
  margin: 0 !important;
  max-width: unset !important;
  z-index: -1;
  left: 0;
  width: 100%;
  display: none;
  justify-content: center;
}
@media screen and (min-width: 1201px) {
  .main .arrow-top, .main .arrow-bottom {
    display: flex;
  }
}
.main--404 {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .main--404 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.main p:empty {
  display: none;
}

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