@charset "UTF-8";
@font-face {
  font-family: "Poppins";
  src: url(../src/library/fonts/Poppins/Poppins-Regular.ttf);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../src/library/fonts/Poppins/Poppins-Bold.ttf);
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../src/library/fonts/Poppins/Poppins-Medium.ttf);
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../src/library/fonts/Poppins/Poppins-Light.ttf);
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KarbidSlabPro";
  src: url(../src/library/fonts/KarbidSlabPro/KarbidSlabPro.otf);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KarbidSlabPro";
  src: url(../src/library/fonts/KarbidSlabPro/KarbidSlabPro-Bold.otf);
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/** HEADER **/
/** BORDER RADIUS **/
.container {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 1.5rem);
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 769px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 980px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1190px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1920px) {
  .container {
    max-width: 1380px;
  }
}

.container-small {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 1.5rem);
}
@media screen and (min-width: 576px) {
  .container-small {
    max-width: calc(540px - 11%);
  }
}
@media screen and (min-width: 1920px) {
  .container-small {
    max-width: calc(540px - 5%);
  }
}
@media screen and (min-width: 769px) {
  .container-small {
    max-width: calc(720px - 11%);
  }
}
@media screen and (min-width: 1920px) {
  .container-small {
    max-width: calc(720px - 5%);
  }
}
@media screen and (min-width: 992px) {
  .container-small {
    max-width: calc(980px - 11%);
  }
}
@media screen and (min-width: 1920px) {
  .container-small {
    max-width: calc(980px - 5%);
  }
}
@media screen and (min-width: 1200px) {
  .container-small {
    max-width: calc(1190px - 11%);
  }
}
@media screen and (min-width: 1920px) {
  .container-small {
    max-width: calc(1190px - 5%);
  }
}
@media screen and (min-width: 1400px) {
  .container-small {
    max-width: calc(1280px - 11%);
  }
}
@media screen and (min-width: 1920px) {
  .container-small {
    max-width: calc(1280px - 5%);
  }
}
@media screen and (min-width: 1920px) {
  .container-small {
    max-width: calc(1380px - 11%);
  }
}
@media screen and (min-width: 1920px) {
  .container-small {
    max-width: calc(1380px - 5%);
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 1.5rem);
  width: calc(100% - 1.5rem);
}
@media screen and (min-width: 1400px) {
  .container-fluid {
    width: calc(90% - 1.5rem);
  }
}

.container-full {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 1.5rem);
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-0.5 * 1rem);
  margin-right: calc(-0.5 * 1rem);
}
.row > * {
  padding-left: calc(0.5 * 1rem);
  padding-right: calc(0.5 * 1rem);
  flex-shrink: 0;
}

.col {
  flex: 0 0 auto;
  width: 100%;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .col-com-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-com-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-com-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-com-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-com-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-com-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-com-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-com-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-com-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-com-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-com-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-com-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
*, *:before, *:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  font: 1rem "Poppins", Arial, Helvetica, sans-serif;
  line-height: 1em;
  position: relative;
  transition: all 0.35s ease-in-out;
}

/*p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form { margin-bottom: 15px; }*/
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a svg, a i {
  margin-right: 10px;
}

article a {
  text-decoration: none;
}
article a:hover {
  text-decoration: none;
}

img, svg {
  max-width: 100%;
  height: auto;
}

meta {
  display: none;
}

p {
  line-height: 1.5;
  margin-top: 0;
}

strong {
  font-weight: bold;
}

:focus {
  outline: -webkit-focus-ring-color auto 0;
}

::-moz-selection {
  background: #20305F;
  color: #FFF;
  text-shadow: none;
}

::selection {
  background: #20305F;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #20305F;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #20305F;
  color: #FFF;
  text-shadow: none;
}

body .is-layout-constrained > * + *, .wp-container-4.wp-container-4 > * {
  -webkit-margin-after: revert !important;
          margin-block-end: revert !important;
}

.block-main-404 {
  margin: 15rem 0 5rem;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-between {
  justify-content: space-between;
}

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

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.p-4 {
  padding: 1.25rem;
}

.p-5 {
  padding: 1.5rem;
}

.py-1 {
  padding: 0.25rem 0;
}

.py-2 {
  padding: 0.5rem 0;
}

.py-3 {
  padding: 1rem 0;
}

.py-4 {
  padding: 1.25rem 0;
}

.py-5 {
  padding: 1.5rem 0;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 1rem;
}

.pb-4 {
  padding-bottom: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.5rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 1rem;
}

.pt-4 {
  padding-top: 1.25rem;
}

.pt-5 {
  padding-top: 1.5rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 1rem;
}

.pl-4 {
  padding-left: 1.25rem;
}

.pl-5 {
  padding-left: 1.5rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 1rem;
}

.pr-4 {
  padding-right: 1.25rem;
}

.pr-5 {
  padding-right: 1.5rem;
}

.m-0 {
  margin: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.25rem;
}

.mt-5 {
  margin-top: 1.5rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 1rem;
}

.ml-4 {
  margin-left: 1.25rem;
}

.ml-5 {
  margin-left: 1.5rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 1rem;
}

.mr-4 {
  margin-right: 1.25rem;
}

.mr-5 {
  margin-right: 1.5rem;
}

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

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

.text-uppercase {
  text-transform: uppercase;
}

.text-bold {
  font-weight: 700 !important;
}

.text-semi-bold {
  font-weight: 500;
}

.text-light {
  font-weight: 300;
}

.text-small {
  font-size: 12px;
  font-size: 0.75rem;
}

.text-white {
  color: white !important;
}
.text-white a {
  color: white;
  text-decoration: underline;
}

.text-primary {
  color: #20305F;
}

.text-primary-medium {
  color: #8A92AB;
}

.text-primary-light {
  color: #C5CCE1;
}

.text-blue {
  color: #557ABC;
}

.text-blue-light {
  color: #D0EBFC;
}

.text-orange {
  color: #EB6131;
}

.text-orange-dark {
  color: #e54818;
}

.text-pink {
  color: #EA5172;
}

.text-pink-dark {
  color: #d33052;
}

.text-green {
  color: #00B1AA;
}

.text-purple {
  color: #662483;
}

.text-purple-light {
  color: #912283;
}

.text-yellow {
  color: #FCC24C;
}

.text-black {
  color: #OOO;
}

.text-beige {
  color: #E1E1DF;
}

.text-white {
  color: #FFF;
}

.bg-primary {
  background-color: #20305F;
}

.bg-primary-medium {
  background-color: #8A92AB;
}

.bg-primary-light {
  background-color: #C5CCE1;
}

.bg-blue {
  background-color: #557ABC;
}

.bg-blue-light {
  background-color: #D0EBFC;
}

.bg-orange {
  background-color: #EB6131;
}

.bg-orange-dark {
  background-color: #e54818;
}

.bg-pink {
  background-color: #EA5172;
}

.bg-pink-dark {
  background-color: #d33052;
}

.bg-green {
  background-color: #00B1AA;
}

.bg-purple {
  background-color: #662483;
}

.bg-purple-light {
  background-color: #912283;
}

.bg-yellow {
  background-color: #FCC24C;
}

.bg-black {
  background-color: #OOO;
}

.bg-beige {
  background-color: #E1E1DF;
}

.bg-white {
  background-color: #FFF;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  width: 100%;
  margin-bottom: 1rem;
  max-width: 100%;
}
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
  margin-right: 1rem;
}
@media only screen and (min-width: 992px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
  }
}

.title-primary-xs {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-size: 1rem;
  max-width: 100%;
  text-transform: initial;
  line-height: 18px;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 992px) {
  .title-primary-xs {
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 26px;
  }
}

.title-primary-small {
  font-family: "KarbidSlabPro", serif;
  font-weight: 400;
  font-size: 1rem;
  max-width: 100%;
  text-transform: initial;
  line-height: 18px;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 992px) {
  .title-primary-small {
    font-size: 1.15rem;
    margin-bottom: 1rem;
    line-height: 26px;
  }
}

.title-primary-medium {
  font-family: "KarbidSlabPro", serif;
  font-weight: 500;
  font-size: 1.25rem;
  max-width: 100%;
  text-transform: initial;
  line-height: 18px;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 992px) {
  .title-primary-medium {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1;
  }
}

.title-primary-large {
  font-family: "KarbidSlabPro", serif;
  font-weight: 400;
  font-size: 1.75rem;
  max-width: 100%;
  text-transform: initial;
  line-height: 30px;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 992px) {
  .title-primary-large {
    font-size: 2.25rem;
    margin-bottom: 1rem;
    line-height: 46px;
  }
}

.title-primary-xl {
  font-family: "KarbidSlabPro", serif;
  font-weight: 400;
  font-size: 1.75rem;
  max-width: 100%;
  text-transform: initial;
  line-height: 44px;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 992px) {
  .title-primary-xl {
    font-size: 2.6rem;
    margin-bottom: 1rem;
    line-height: 54px;
  }
}

.title-primary-xxl {
  font-family: "KarbidSlabPro", serif;
  font-weight: 700;
  font-size: 1.875rem;
  max-width: 100%;
  text-transform: initial;
  line-height: 30px;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 992px) {
  .title-primary-xxl {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    line-height: 64px;
  }
}

.title-secondary-xl {
  text-transform: uppercase;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .title-secondary-xl {
    line-height: 50px;
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.title-secondary-large {
  text-transform: uppercase;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: left;
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (min-width: 992px) {
  .title-secondary-large {
    line-height: 50px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.title-secondary-medium {
  text-transform: uppercase;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.04em;
}

.title-s {
  text-transform: uppercase;
}

#breadcrumbs {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 2rem;
}
#breadcrumbs span {
  font-weight: 600;
  color: white;
}
#breadcrumbs span a {
  color: white;
  font-weight: 400;
}

a, button {
  outline: none;
  box-shadow: 0 0 0 white;
  background-color: transparent;
  cursor: pointer;
}
a:focus, a.focus, button:focus, button.focus {
  outline: 0;
  box-shadow: 0 0 0 0 white;
}
a.disabled, a:disabled, button.disabled, button:disabled {
  box-shadow: none;
}

.btn {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 1rem 1.5rem;
  border-radius: 48px;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}
.btn:hover {
  transition: all 0.35s ease-in-out;
}
.btn.disabled {
  opacity: 40%;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-primary {
  background-color: #20305F;
  color: #FFF;
}
.btn-primary:hover {
  background-color: #4d597f;
}

.btn-pink {
  background-color: #EA5172;
  color: #FFF;
}
.btn-pink:hover {
  background-color: #ee748e;
}

.btn-green {
  background-color: #00B1AA;
  color: #FFF;
}
.btn-green:hover {
  background-color: #33c1bb;
}

.btn-purple {
  background-color: #662483;
  color: #FFF;
}
.btn-purple:hover {
  background-color: #85509c;
}

.btn-orange {
  background-color: #EB6131;
  color: #FFF;
}
.btn-orange:hover {
  background-color: #ef815a;
}

.btn-with-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  text-decoration: underline;
}
.btn-with-arrow:before {
  content: "";
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.btn-primary-reverse {
  color: #20305F;
  background-color: #FFF;
}
.btn-primary-reverse:hover {
  color: #4d597f;
}
.btn-primary-reverse.btn-primary-reverse-with-arrow:before {
  content: "";
  border: solid #20305F;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.btn-big {
  font-size: 1.25rem;
  text-decoration: none;
  font-weight: 500;
}

.content-btn {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 50001;
  background-color: white;
  border-radius: 8px;
  transform: translate(-50%, -50%);
  display: none;
}
@media screen and (max-width: 576px) {
  .modal {
    width: 320px;
  }
}
.modal-content {
  max-width: 465px;
  padding: 3rem;
}
.modal-content .modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  color: grey;
  cursor: pointer;
}
.modal-content-details {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.modal-content-details span, .modal-content-details p, .modal-content-details strong {
  margin: 1rem 0;
}
.modal-content-details strong {
  display: block;
}
.modal-content-details img {
  mix-blend-mode: darken;
}

.social-links-sticky {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  position: fixed;
  top: 20vh;
  left: auto;
  right: 0;
  z-index: 999;
  width: 50px;
  margin-right: 0;
  margin-left: auto;
  background-color: #00B1AA;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 0.8rem;
}
.social-links-sticky li {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  margin-bottom: 0;
}
.social-links-sticky li a {
  color: white;
}
.social-links-sticky li a:hover {
  color: #E1E1DF;
}
.social-links-sticky li a svg {
  margin: auto;
}

header ul {
  margin-bottom: 0;
}
header ul li {
  margin-bottom: 0;
}

a.retina-logo {
  display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  a.standard-logo {
    display: none;
  }
  a.retina-logo {
    display: flex;
  }
}
.block-header {
  width: 100%;
  z-index: 998;
  position: fixed;
  left: 0;
  top: 0;
  bottom: initial;
  height: initial;
  transition: all 0.5s ease;
}
.block-header .navbar {
  display: flex;
  height: 70px;
  padding: 0;
  align-items: stretch;
  position: relative;
}
.block-header .navbar .icon-login {
  display: none;
}
@media screen and (max-width: 992px) {
  .block-header .navbar {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 5rem;
  }
  .block-header .navbar .icon-login {
    display: block;
  }
}
.block-header .navbar .site-branding {
  flex-basis: 10%;
  z-index: 22;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .block-header .navbar .site-branding {
    width: 0;
    flex-basis: 22%;
  }
  .block-header .navbar .site-branding:before {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .block-header .navbar .site-branding {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 40px);
    z-index: 999;
  }
}
.block-header .navbar .site-branding a {
  display: block;
  height: 100%;
  width: 100%;
}
.block-header .navbar .site-branding a img {
  display: block;
  height: 100%;
  width: 100%;
  padding: 15px 0;
}
@media screen and (max-width: 992px) {
  .block-header .navbar .site-branding a img {
    padding: 35px 0;
  }
}
@media screen and (max-width: 769px) {
  .block-header .navbar .site-branding a img {
    padding: 15px 0;
  }
}
@media screen and (max-width: 576px) {
  .block-header .navbar .site-branding a img {
    padding: 0px;
  }
}
.block-header .navbar .block-menu {
  display: flex;
  align-items: center;
  flex-basis: 90%;
}
@media only screen and (min-width: 992px) {
  .block-header .navbar .block-menu {
    justify-content: space-between;
  }
}
@media screen and (max-width: 992px) {
  .block-header .navbar .block-menu {
    left: 0;
    top: 72px;
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
  }
}
.block-header .navbar .secondary-nav {
  flex-grow: 1;
}
.block-header .burger {
  position: relative;
  display: block;
  cursor: pointer;
  width: 1.5rem;
  height: auto;
  border: none;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 992px) {
  .block-header .burger {
    display: none;
    opacity: 0;
    visibility: hidden;
    margin-top: 4rem;
  }
}
.block-header .burger-line {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 3.6px;
  margin: 4px auto;
  background: #20305F;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
}
.block-header .burger .third {
  width: 70%;
  margin-left: 0;
}
.block-header .burger.is-open {
  transform: rotate(45deg);
}
.block-header .burger.is-open .first {
  transform: translate(0px, 5px) rotate(-90deg);
}
.block-header .burger.is-open .second {
  opacity: 0;
}
.block-header .burger.is-open .third {
  transform: translate(0px, -10px) rotate(180deg);
  width: 100%;
}
.block-header .overlay {
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 93.5%;
  height: 75%;
  z-index: 997;
  opacity: 0;
  visibility: hidden;
  background: white;
  transition: all 0.35s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .block-header .overlay {
    top: 72px;
    height: 100%;
  }
  .block-header .overlay.is-active {
    display: none !important;
  }
}
.block-header .overlay.is-active {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}
@media only screen and (max-width: 992px) {
  .block-header .sub-navbar {
    display: none;
  }
  .block-header .sub-navbar.is-active {
    opacity: 1;
    visibility: visible;
    padding: 1rem;
    transform: translateX(0%);
    z-index: 999;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
  }
  .block-header .sub-navbar.is-active ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .block-header .sub-navbar.is-active ul a {
    border-left: none;
  }
}
@media only screen and (max-width: 992px) {
  .block-header .primary-nav, .block-header .block-menu {
    position: fixed;
    top: 0;
    left: -19rem;
    width: 19rem;
    height: auto;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
  }
}
@media only screen and (min-width: 576px) {
  .block-header .primary-nav, .block-header .block-menu {
    z-index: 21;
    flex: 0 0 auto;
  }
}
@media only screen and (max-width: 992px) {
  .block-header .primary-nav.is-active, .block-header .block-menu.is-active {
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
    visibility: visible;
    padding: 2rem;
    transform: translateX(0%);
    top: 72px;
    flex-direction: column;
    background-color: white;
    max-width: 720px;
    border-radius: 0 0 16px 16px;
  }
}
@media only screen and (max-width: 576px) {
  .block-header .primary-nav.is-active, .block-header .block-menu.is-active {
    top: 72px;
    height: auto;
    width: calc(100% - 1.5rem);
  }
  .block-header .primary-nav.is-active .btn-primary, .block-header .block-menu.is-active .btn-primary {
    justify-content: left;
  }
}

#menu-primary {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: initial;
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  #menu-primary {
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 992px) {
  #menu-primary > li:hover .sub-menu-wrap {
    height: auto;
    overflow: initial;
  }
  #menu-primary > li:hover .sub-menu-wrap:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: white;
    position: absolute;
    top: -20px;
    left: 0;
    transition: all 0.35s ease-in-out;
  }
  #menu-primary > li:hover .sub-menu-wrap:after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: white;
    position: absolute;
    top: -20px;
    right: 0;
    transition: all 0.35s ease-in-out;
  }
}

.sub-menu-wrap {
  height: 0;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
}
@media screen and (min-width: 992px) {
  .sub-menu-wrap {
    position: absolute;
    z-index: -1;
    margin-left: 8px;
    width: auto;
    top: calc(72px - 2px);
  }
  .sub-menu-wrap .sub-menu {
    display: block;
    width: 100%;
    height: 100%;
  }
  .sub-menu-wrap .sub-menu li {
    height: 100%;
  }
  .sub-menu-wrap .sub-menu li a {
    display: block;
    padding: 1rem 3rem 1rem 1rem;
  }
}
@media screen and (max-width: 992px) {
  .sub-menu-wrap.open {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (min-width: 992px) {
  .sub-menu-wrap.open {
    transition: all 0.35s ease-in-out;
    position: relative;
    z-index: initial;
    height: auto;
    top: 15px;
    left: 1rem;
  }
}
.sub-menu-wrap .sub-menu-wrap {
  position: relative;
  margin-top: -12px;
  width: 100%;
  left: 0;
  margin-left: 0;
}
.sub-menu-wrap .sub-menu-wrap li:hover {
  background: green !important;
  color: white;
}
.sub-menu-wrap .sub-menu-wrap li a {
  color: green !important;
}

.menu-topbar .sub-menu-wrap {
  position: relative;
}
.menu-topbar .menu-item-has-children:hover .sub-menu-wrap {
  overflow: visible;
  height: auto;
}
.menu-topbar .menu-item-has-children.view {
  background: red;
}
.menu-topbar .menu-item-has-children.view .sub-menu-wrap {
  overflow: visible;
  height: auto;
}

a.retina-logo {
  display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  a.standard-logo {
    display: none;
  }
  a.retina-logo {
    display: flex;
  }
}
.block-menu .subnavMobile {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 1.2rem;
  padding-top: 1rem;
  list-style: none;
  margin-right: auto;
  width: 100%;
}
.block-menu .subnavMobile .icon-search-bar {
  background-color: #20305F;
  margin-top: 1rem;
}
.block-menu .subnavMobile li a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #20305F;
  line-height: 1.5;
  text-decoration: none;
}
.block-menu ul {
  margin-left: 0;
}
.block-menu .btn-orange {
  display: block;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media only screen and (max-width: 992px) {
  .block-menu .btn-orange {
    margin-top: 1rem;
  }
}
.block-menu #menu-primary {
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0;
}
.block-menu #menu-primary > li {
  display: flex;
  align-items: stretch;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .block-menu #menu-primary > li {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
}
.block-menu #menu-primary > li > a {
  display: flex;
  align-items: center;
  color: #20305F;
  padding: 0 1rem;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .block-menu #menu-primary > li > a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 0.35rem;
  }
}
@media only screen and (max-width: 992px) {
  .block-menu #menu-primary > li > a {
    padding: 0 0 1rem 0;
    font-size: 16px;
    font-size: 1rem;
  }
}
.block-menu #menu-primary > li > a:before {
  height: 0;
  content: "";
  display: block;
  transition: all 0.35s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .block-menu #menu-primary > li > a:hover:before {
    transition: all 0.35s ease-in-out;
    height: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 90%;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #20305F;
  }
}
.block-menu #menu-primary > li:hover .sub-menu-wrap li a {
  transition: all 0.35s ease-in-out;
  opacity: 1;
}
@media only screen and (max-width: 992px) {
  .block-menu #menu-primary > li.active {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 992px) {
  .block-menu #menu-primary > li.active a:before {
    transition: all 0.35s ease-in-out;
    height: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 90%;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #662483;
  }
}

.sub-menu-wrap {
  background-color: #662483;
}
@media only screen and (max-width: 992px) {
  .sub-menu-wrap {
    width: 100%;
  }
  .sub-menu-wrap ul li {
    flex-direction: column;
    gap: 0;
  }
}
.sub-menu-wrap .sub-menu {
  justify-content: space-around;
}
@media only screen and (max-width: 992px) {
  .sub-menu-wrap .sub-menu {
    flex-direction: column;
  }
}
.sub-menu-wrap .sub-menu li {
  background-color: transparent;
  display: block;
  border-bottom: 1px solid #912283;
  position: relative;
}
.sub-menu-wrap .sub-menu li .sub-menu-wrap {
  overflow: visible;
  height: 100%;
  border-left: 4px solid #912283;
  transition: all 0.35s ease-in-out;
}
.sub-menu-wrap .sub-menu li:hover {
  background: #912283;
}
@media only screen and (max-width: 992px) {
  .sub-menu-wrap .sub-menu li {
    align-items: flex-start;
  }
}
.sub-menu-wrap .sub-menu li a {
  color: white;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .sub-menu-wrap .sub-menu li a {
    opacity: 0;
  }
}
@media only screen and (max-width: 992px) {
  .sub-menu-wrap .sub-menu li a {
    display: block;
    padding: 1rem;
  }
}
.sub-menu-wrap .sub-menu-wrap {
  background: white;
  top: auto;
  margin-top: 0;
  z-index: 1;
  height: 0;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
}
.sub-menu-wrap .sub-menu-wrap:before, .sub-menu-wrap .sub-menu-wrap:after {
  display: none;
}

/* Cache les sous-menus de niveau 3 par défaut */
.sub-menu-wrap-1 {
  display: none;
}

/* Affiche les sous-menus lorsqu'ils ont la classe 'open' */
.sub-menu-wrap-1.open {
  display: block;
}

/* Style pour l'icône dropdown */
.dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  color: white;
  z-index: 10;
  width: 2rem;
  height: 100%;
  cursor: pointer;
}
.dropdown-toggle:before {
  display: inline-block;
  content: "";
  position: relative;
  position: absolute;
  top: calc(1rem + 13px);
  left: calc(1rem - 13px);
  width: 14px;
  height: 1px;
  background: white;
}
.dropdown-toggle:after {
  display: inline-block;
  content: "";
  position: relative;
  position: absolute;
  top: calc(1rem + 7px);
  left: calc(1rem - 7px);
  width: 1px;
  height: 14px;
  background: white;
  transition: all 0.35s ease-in-out;
}
.dropdown-toggle.open-third:after {
  height: 0;
  transition: all 0.35s ease-in-out;
}

/* Cacher uniquement le sous-menu de niveau 1 par défaut */
.sub-menu-level1 {
  display: none;
}

/* Montrer le sous-menu de niveau 1 quand il est ouvert */
.sub-menu-level1.open-level1 {
  display: block;
}

/* Style pour le bouton dropdown spécifique au niveau 1 */
.dropdown-toggle-level1 {
  cursor: pointer;
}
.dropdown-toggle-level1:before {
  display: inline-block;
  content: "";
  position: relative;
  position: absolute;
  top: calc(0rem + 13px);
  right: calc(1rem - 13px);
  width: 14px;
  height: 1px;
  background: #912283;
  transition: all 0.35s ease-in-out;
}
.dropdown-toggle-level1:after {
  display: inline-block;
  content: "";
  position: relative;
  position: absolute;
  top: calc(0rem + 7px);
  right: calc(1rem - 7px);
  width: 1px;
  height: 14px;
  background: #912283;
  transition: all 0.35s ease-in-out;
}
.dropdown-toggle-level1.active:after {
  height: 0;
  transition: all 0.35s ease-in-out;
}

.block-search .sub-menu-wrap {
  left: 0;
}

@media only screen and (max-width: 992px) {
  .block-menu .bottom-mobile, .block-menu .social-mobile {
    display: flex;
    width: 100%;
  }
  .block-menu .bottom-mobile ul, .block-menu .social-mobile ul {
    padding: 2rem 0 0 0;
    margin: 0;
    list-style-type: none;
  }
  .block-menu .bottom-mobile ul li, .block-menu .social-mobile ul li {
    margin: 1.5rem 0;
  }
  .block-menu .bottom-mobile ul li a, .block-menu .social-mobile ul li a {
    font-size: 1rem;
    color: #20305f;
  }
}
.block-header {
  margin-top: 40px;
  padding: 0;
  filter: drop-shadow(5px 5px 12px rgba(62, 85, 138, 0.25));
}
@media only screen and (max-width: 992px) {
  .block-header .container {
    background-color: white;
    width: calc(100% - 1.5rem);
  }
}
.block-header .site-branding:before {
  content: " ";
  right: -8rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.block-header .sub-navbar {
  padding: 0.5rem;
  background-color: #ECF7FE;
  border-radius: 16px 16px 0 0;
}
.block-header .sub-navbar ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  list-style-type: none;
}
.block-header .sub-navbar ul .search-bar-btn {
  border-left: none;
}
.block-header .sub-navbar ul li a {
  text-decoration: none;
  padding: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #20305F;
}
@media only screen and (max-width: 1200px) {
  .block-header .sub-navbar ul li a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.block-header .sub-navbar ul li a:hover {
  text-decoration: underline;
}
.block-header .sub-navbar ul li:after {
  display: inline-block;
  content: "";
  position: relative;
  width: 1px;
  height: 10px;
  background-color: #C5CCE1;
}
.block-header .sub-navbar ul li:last-child:after {
  display: none;
}
.block-header .navbar {
  background-color: white;
  border-radius: 0 0 16px 16px;
  padding: 0 1.25rem;
  align-items: stretch;
}
@media screen and (max-width: 769px) {
  .block-header .navbar {
    border-radius: 10px;
    padding: 15px;
  }
}
.block-header .navbar:before {
  display: inline-block;
  content: "";
  position: relative;
  position: absolute;
  opacity: 0;
  bottom: -10px;
  z-index: -2;
  left: 0;
  width: 100%;
  height: 20px;
}
.block-header .navbar.overlay:before {
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .block-header .navbar {
    align-items: center;
    background-color: white;
  }
}
@media only screen and (max-width: 992px) {
  .block-header {
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0);
    padding: 1rem 0;
  }
}
.block-header #menu-item-670 .flex {
  display: flex;
  align-items: flex-start;
}
.block-header .card .card-header, .block-header .card .card-footer {
  height: initial;
}
.block-header .menu-item-button {
  margin-top: 2rem;
  width: -moz-fit-content;
  width: fit-content;
}
.block-header .sub-menu-content-large {
  display: block;
  position: relative;
  z-index: 2;
  margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
  .block-header.scrolled {
    padding: 0;
  }
}

@media only screen and (min-width: 992px) {
  .navbar-shrink #sub-navbar {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
  }
  .navbar-shrink .navbar {
    border-radius: 16px;
    transition: all 1.2s ease-in-out;
  }
}
.block-search {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-search .icon-search {
  display: inline-block;
  margin: 0 20px;
  width: 26px;
  height: 26px;
  background: center/cover no-repeat url(../src/img/icons/icon-search.svg);
  cursor: pointer;
}
.block-search:hover .sub-menu-wrap {
  overflow: initial;
}
@media only screen and (max-width: 992px) {
  .block-search:hover .sub-menu-wrap {
    left: 0;
  }
}
.block-search:hover .sub-menu-wrap:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: white;
  position: absolute;
  top: -20px;
  left: 0;
  transition: all 0.35s ease-in-out;
}
.block-search:hover .sub-menu-wrap:after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: white;
  position: absolute;
  top: -20px;
  right: 0;
  transition: all 0.35s ease-in-out;
}
.block-search:hover .sub-menu-wrap .sub-menu-content {
  padding: 5rem;
  background: #00B1AA;
}
@media only screen and (max-width: 992px) {
  .block-search:hover .sub-menu-wrap .sub-menu-content {
    position: relative;
    z-index: -1;
    padding: 5rem 2rem;
    left: -1rem;
    width: calc(100% + 2rem);
  }
}
.block-search:hover .sub-menu-wrap .sub-menu-content .sub-menu-content-title {
  color: white;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  .block-search:hover .sub-menu-wrap .sub-menu-content .sub-menu-content-title {
    font-size: 2.5rem;
  }
}
.block-search:hover .sub-menu-wrap .sub-menu-content-footer {
  border-top: 1px solid #E1E1DF;
  margin-top: 3rem;
  padding-top: 3rem;
}
@media only screen and (max-width: 992px) {
  .block-search:hover .sub-menu-wrap .sub-menu-content-footer {
    display: none;
  }
}
.block-search:hover .sub-menu-wrap .sub-menu-content-footer ul {
  margin-bottom: 1rem;
  list-style-type: none;
  margin-left: 0;
}
.block-search:hover .sub-menu-wrap .sub-menu-content-footer ul li {
  margin-left: 0;
}
.block-search:hover .sub-menu-wrap .sub-menu-content-footer ul li a {
  text-decoration: none;
  line-height: 26px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #20305F;
}
.block-search:hover .sub-menu-wrap .sub-menu-content-footer .title-secondary-medium {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}
.block-search:hover .sub-menu-wrap .sub-menu-content-footer .title-primary-medium {
  color: white;
  text-decoration: none;
}
.block-search:hover .sub-menu-wrap .sub-menu-content .card {
  width: 100%;
}
.block-search:hover .sub-menu-wrap .sub-menu-content .card .card-title,
.block-search:hover .sub-menu-wrap .sub-menu-content .card .card-date {
  color: white;
}

#search-form-vue {
  position: relative;
}
#search-form-vue .searchform {
  position: relative;
}
#search-form-vue .searchform:focus-within > #lastQueries, #search-form-vue .searchform:focus-within > #searchFormResults {
  display: flex;
}
#search-form-vue .searchform input[type=text] {
  height: 64px;
  padding: 0 2rem;
  border: none;
  border-radius: 10px;
  width: 100%;
}
#search-form-vue .searchform input[type=text]:focus-within, #search-form-vue .searchform input[type=text]:active, #search-form-vue .searchform input[type=text]:focus {
  border-radius: 10px 10px 0 0;
}
#search-form-vue .searchform input[type=text]::-moz-placeholder {
  color: #8A92AB;
  font-size: 14px;
  font-size: 14/16rem;
}
#search-form-vue .searchform input[type=text]::placeholder {
  color: #8A92AB;
  font-size: 14px;
  font-size: 14/16rem;
}
@media only screen and (min-width: 992px) {
  #search-form-vue .searchform input[type=text]::-moz-placeholder {
    font-size: 18px;
    font-size: 18/16rem;
  }
  #search-form-vue .searchform input[type=text]::placeholder {
    font-size: 18px;
    font-size: 18/16rem;
  }
}
#search-form-vue .searchform button[type=submit] {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 64px;
  height: 64px;
  background-color: white;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
  -webkit-mask-size: 30%;
          mask-size: 30%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  #search-form-vue .searchform button[type=submit] {
    -webkit-mask-size: 50%;
            mask-size: 50%;
  }
}
#search-form-vue .searchform:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  height: 64px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #662483;
}
#search-form-vue .searchform #lastQueries {
  background: white;
  list-style: none;
  margin: 0;
  display: none;
  flex-direction: column;
  padding: 1rem 2rem;
  border-radius: 0 0 10px 10px;
  z-index: 10;
  position: absolute;
  width: 100%;
  top: 64px;
}
@media only screen and (min-width: 768px) {
  #search-form-vue .searchform #lastQueries {
    padding: 1rem 3rem;
  }
}
#search-form-vue .searchform #lastQueries .empty-wrapper {
  font-size: 14px;
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 992px) {
  #search-form-vue .searchform #lastQueries .empty-wrapper {
    flex-direction: row;
    justify-content: space-between;
    font-size: 16px;
    font-size: 1rem;
  }
}
#search-form-vue .searchform #lastQueries .empty-wrapper .last-title {
  order: 2;
}
@media only screen and (min-width: 992px) {
  #search-form-vue .searchform #lastQueries .empty-wrapper .last-title {
    order: 1;
  }
}
#search-form-vue .searchform #lastQueries .empty-wrapper .last-empty {
  order: 1;
  margin-bottom: 1rem;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  color: #C5CCE1;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  #search-form-vue .searchform #lastQueries .empty-wrapper .last-empty {
    order: 2;
    margin-bottom: 0;
  }
}
#search-form-vue .searchform #lastQueries .last-list {
  margin-top: 1rem;
  margin-left: 2rem;
}
#search-form-vue .searchform #lastQueries .last-list li {
  margin-bottom: 0.5rem;
}
#search-form-vue .searchform #lastQueries .last-list li a {
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  color: #00B1AA;
}
#search-form-vue .searchform #lastQueries .last-list li a:hover {
  text-decoration: underline;
}

#searchLoading {
  background: white;
  flex-direction: column;
  padding: 1rem;
  border-radius: 0 0 10px 10px;
  min-height: 185px;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 99;
  position: absolute;
  width: 100%;
  top: 45px;
  min-height: 185px;
}
@media only screen and (min-width: 768px) {
  #searchLoading {
    top: 50px;
  }
}
#searchLoading .spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
#searchLoading .spinner .path {
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.block-header .topbar-wrapper, .search .topbar-wrapper {
  position: relative;
}
.block-header #search-form-vue, .search #search-form-vue {
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .block-header #search-form-vue, .search #search-form-vue {
    width: calc(100% - 20rem);
    margin: 0 10rem;
  }
}
.block-header #search-form-vue.header, .search #search-form-vue.header {
  border: 1px solid #ddd;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .block-header #search-form-vue.header, .search #search-form-vue.header {
    position: absolute;
    top: 8px;
    left: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .block-header #search-form-vue.header, .search #search-form-vue.header {
    width: 60%;
  }
}

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