/**
 * * Theme Name: BESOFT
 * * Text Domain: besoft
 * * Author:
 * */
/**
 * * reseting css to baseline property values
 * */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;600;700;800;900&display=swap");
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, p, p.small, p.regular, p.large {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

b, strong {
  font-weight: 600;
}

a {
  text-decoration: none;
  color: var(--primary-black);
  display: inline-block;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
}

html:focus-within {
  scroll-behavior: smooth;
}

img,
picture {
  max-width: 100%;
  display: block;
  width: auto;
  height: auto;
}

textarea {
  resize: none;
}

button, input, select, textarea {
  font-family: inherit;
  background: transparent;
  outline: none;
  border: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}
table .align-center {
  text-align: center;
}
table .align-left {
  text-align: left;
}
table .align-right {
  text-align: right;
}

.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

:root {
  --blue-primary: #3C6AC1;
  --blue-primary-light: #5079C7;
  --blue-dark: #0D3785;
  --blue-light1: #EBF0F8;
  --blue-light2: #D8E6FB;
  --blue-deep-dark: #232B57;
  --yellow-primary: #F0CA00;
  --yellow-secondary: #FFFF66;
  --black-primary: #242424;
  --gray-dark: #AAAAAA;
  --gray-light: #DDDDDD;
  --white-primary: #FFF;
  --white-secondary: #F1F1F1;
  --green-primary: #3FB023;
  --red-primary: #C80808;
  --gradient-blue-primary-dark: linear-gradient(135deg, #3C6AC1 0%, #0D3785 100%, #0D3785 100%);
}

/**
 * * Mixin for breakpoints.
 * * values ->  1920, 1680, 1440, 1366, 1280, 990, 840, 768, 601, 480, 400, 360
 * */
h1 {
  font-size: 3.815rem;
}

h2 {
  font-size: 3.375rem;
}

h3 {
  font-size: 2.6875rem;
}

h4 {
  font-size: 2.1875rem;
}

h5 {
  font-size: 1.75rem;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  h5 {
    font-size: 1.95rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  h5 {
    font-size: 1.95rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  h5 {
    font-size: 1.95rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  h5 {
    font-size: 1.95rem;
  }
}

h6 {
  margin: 1.25rem 0;
  font-size: 1.406rem;
  font-weight: 600;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  h6 {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  h6 {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  h6 {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  h6 {
    font-size: 1.7rem;
  }
}

.headline, .headline--five, .headline--four, .headline--three, .headline--two, .headline--one {
  font-family: "Poppins", sans-serif;
}
.headline--one {
  font-size: 3.815rem;
  font-weight: 600;
  line-height: 1.2;
}
.headline--two {
  font-size: 3.375rem;
  font-weight: 600;
  line-height: 1.2;
}
.headline--three {
  font-size: 2.6875rem;
  font-weight: 600;
  line-height: 1.2;
}
.headline--four {
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 1.2;
}
.headline--five {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
}
.headline--six {
  font-size: 1.4063rem;
  font-weight: 600;
  font-family: "Roboto";
}

.headline--white {
  color: var(--white-primary);
}
.headline--black {
  color: var(--black-primary);
}

p, p.small, p.regular, p.large {
  line-height: 1.6;
}
p.large {
  font-size: 1.375rem;
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  p.large {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  p.large {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  p.large {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  p.large {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  p.large {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  p.large {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  p.large {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  p.large {
    font-size: 1.5rem;
  }
}
p.regular {
  font-size: 1.125rem;
  line-height: 1.3;
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  p.regular {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  p.regular {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  p.regular {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  p.regular {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  p.regular {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  p.regular {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  p.regular {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  p.regular {
    font-size: 1.3rem;
  }
}
p.small {
  font-size: 0.875rem;
  line-height: 1.3;
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  p.small {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  p.small {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  p.small {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  p.small {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  p.small {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  p.small {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  p.small {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  p.small {
    font-size: 1.1rem;
  }
}

.bg-darkBlueGradient {
  background: var(--gradient-blue-primary-dark);
}

.editor p.large {
  font-size: 1.375rem;
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  .editor p.large {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .editor p.large {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .editor p.large {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .editor p.large {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .editor p.large {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .editor p.large {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .editor p.large {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .editor p.large {
    font-size: 1.5rem;
  }
}
.editor__large-text {
  font-size: 1.375rem;
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  .editor__large-text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .editor__large-text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .editor__large-text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .editor__large-text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .editor__large-text {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .editor__large-text {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .editor__large-text {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .editor__large-text {
    font-size: 1.5rem;
  }
}
.editor p, .editor li {
  font-size: 1.125rem;
  line-height: 1.3;
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  .editor p, .editor li {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .editor p, .editor li {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .editor p, .editor li {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .editor p, .editor li {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .editor p, .editor li {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .editor p, .editor li {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .editor p, .editor li {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .editor p, .editor li {
    font-size: 1.3rem;
  }
}
.editor ul, .editor .elearning-content--list--item ul.numbers, .elearning-content--list--item .editor ul.numbers {
  padding-left: 25px;
  padding-top: 1rem;
}
.editor li {
  list-style-type: disc;
  padding-bottom: 1rem;
}
.editor li li {
  font-size: 0.875rem;
  line-height: 1.3;
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  .editor li li {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .editor li li {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .editor li li {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .editor li li {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .editor li li {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .editor li li {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .editor li li {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .editor li li {
    font-size: 1.1rem;
  }
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#loader-wrapper .loader-section.section-left {
  left: 0;
}
#loader-wrapper .loader-section.section-right {
  right: 0;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3C6AC1;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  z-index: 99999;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #F0CA00;
  -webkit-animation: spin 3s linear infinite;
          animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #AAAAAA;
  -webkit-animation: spin 1.5s linear infinite;
          animation: spin 1.5s linear infinite;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
body::-webkit-scrollbar {
  width: 15px;
}

body::-webkit-scrollbar-thumb {
  background: #25408f;
  border-radius: 15px;
}

body::-webkit-scrollbar-track {
  background: #ebf0f8;
}

body::-webkit-scrollbar-thumb:hover {
  background: #3f6cc1;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  margin-left: auto;
}

.highlighted-border {
  background-color: var(--yellow-primary);
  padding: 1.25rem;
  border-radius: 0.75rem;
}
.highlighted-border--center {
  text-align: center;
}

.image img {
  border-radius: 1.25rem;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .image img {
    width: 100%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .image img {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .image img {
    width: 100%;
  }
}

.image-border-border {
  background-color: var(--yellow-primary);
  text-align: center;
  font-weight: 600;
  padding: 1.25rem 1.875rem;
  border-radius: 1.25rem 1.25rem 0 0;
}
.image-border-img img {
  width: 100%;
  border-radius: 0 0 1.25rem 1.25rem;
}

.wp-editor-content a {
  color: var(--bluePrimary, #3C6AC1);
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.wp-editor-content a:hover {
  opacity: 0.8;
}

.border-left-divider {
  border-left: 1px solid var(--black-primary);
}

.addprices-arrow {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.addprices-arrow.rotated {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-container {
  height: 300px;
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-slide {
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
  height: 100%;
}
.swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.lpp-swiper-container {
  height: 300px;
  overflow: hidden;
}

.lpp-swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.lpp-swiper-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lpp-swiper-slide img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.gallery-slider--wrapper {
  max-width: 100%;
  overflow: hidden;
}

.single-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 5px;
}
.single-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
}

.gallery-slider__title {
  padding-bottom: 1.25rem;
}

.lightbox {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.lb-outerContainer {
  margin: 0 auto;
}

.bg-gradient {
  background: linear-gradient(135deg, #3C6AC1 0%, #0D3785 100%);
}

ol, ul, .elearning-content--list--item ul.numbers {
  padding-left: 1rem;
}

ul, .elearning-content--list--item ul.numbers {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

.wysiwyg-editor ul, .wysiwyg-editor .elearning-content--list--item ul.numbers, .elearning-content--list--item .wysiwyg-editor ul.numbers {
  padding-left: 1rem;
  list-style-type: disc;
}
.wysiwyg-editor ul li, .wysiwyg-editor .elearning-content--list--item ul.numbers li, .elearning-content--list--item .wysiwyg-editor ul.numbers li {
  margin-bottom: 0.75rem;
}
.wysiwyg-editor ol {
  padding-left: 1rem !important;
  list-style-type: decimal;
  margin-left: 2rem;
}
.wysiwyg-editor ol li {
  margin-bottom: 0.75rem;
}
.wysiwyg-editor ol li::marker {
  font-weight: bold;
}

.link-text-shadow {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.link-text-shadow.active, .link-text-shadow:hover {
  text-shadow: 0px 0px 1px var(--blue-dark);
  color: var(--blue-dark);
}

.yellow-btn-hover:hover {
  background-color: var(--white-primary);
  border: 1px solid var(--black-primary);
}

.bubble {
  position: fixed;
  bottom: 100px;
  right: 20px;
  background-color: var(--yellow-primary);
  border: 1px solid var(--yellow-primary);
  padding: 15px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  max-width: 300px;
  z-index: 1000;
  text-align: center;
  -webkit-transition: background-color 0.3s, border-color 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: background-color 0.3s, border-color 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, background-color 0.3s, border-color 0.3s;
  transition: transform 0.3s ease-in-out, background-color 0.3s, border-color 0.3s, -webkit-transform 0.3s ease-in-out;
}
.bubble:hover {
  background-color: var(--white-primary);
  border: 1px solid var(--gray-dark);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .bubble {
    display: none !important;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .bubble {
    display: none !important;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .bubble {
    display: none !important;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .bubble {
    display: none !important;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .bubble {
    display: none !important;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .bubble {
    display: none !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .bubble {
    display: none !important;
  }
}

@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.bubble.pulsing {
  -webkit-animation: pulse 1s ease-in-out infinite;
          animation: pulse 1s ease-in-out infinite;
}

.js-back-to-top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 999999;
  background-color: var(--white-primary);
  color: var(--blue-primary);
  border-radius: 50%;
  display: block;
  cursor: pointer;
  display: none;
}

.js-back-to-top:is(:focus, :hover) {
  color: var(--blue-primary-light);
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 1.1em;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .tooltip {
    font-size: 0.8rem;
    width: 18px;
    height: 18px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .tooltip {
    font-size: 0.8rem;
    width: 18px;
    height: 18px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .tooltip {
    font-size: 0.8rem;
    width: 18px;
    height: 18px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .tooltip {
    font-size: 0.8rem;
    width: 18px;
    height: 18px;
    line-height: 18px;
  }
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #000;
  font-size: 0.8em;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .tooltip .tooltiptext {
    width: 170px;
    left: -10px;
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .tooltip .tooltiptext {
    width: 170px;
    left: -10px;
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .tooltip .tooltiptext {
    width: 170px;
    left: -10px;
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .tooltip .tooltiptext {
    width: 170px;
    left: -10px;
    -webkit-transform: none;
            transform: none;
  }
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .tooltip .tooltiptext::after {
    left: 19px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .tooltip .tooltiptext::after {
    left: 19px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .tooltip .tooltiptext::after {
    left: 19px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .tooltip .tooltiptext::after {
    left: 19px;
  }
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.popup {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 40px;
  border-radius: 5px;
}

.close {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 40px;
  cursor: pointer;
}

.addprices-tooltip {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--yellow-primary);
  color: #242424;
  border-radius: 50%;
  width: 1.3rem;
  height: 1.3rem;
  font-weight: bold;
  cursor: pointer;
  margin-left: 0.5rem;
}

.addprices-tooltiptext {
  position: absolute;
  left: 50%;
  top: 2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9999;
  min-width: 220px;
  background-color: #242424;
  color: #fff;
  border-radius: 8px;
  padding: 12px 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 1rem;
  font-weight: 500;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  white-space: normal;
}

.addprices-tooltip:hover .addprices-tooltiptext,
.addprices-tooltip.active .addprices-tooltiptext {
  opacity: 1;
  visibility: visible;
}

.button--primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.75rem 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  border: 1px solid var(--yellow-primary);
  border-radius: 0.5rem;
  background-color: var(--yellow-primary);
  color: var(--black-primary);
  font-size: 1.40625rem;
  font-weight: 300;
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .button--primary {
    font-size: 1.65rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .button--primary {
    font-size: 1.65rem;
  }
}
.button--primary:hover {
  background-color: var(--white-primary);
  border-color: var(--black-primary);
}

.button--secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.75rem 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid var(--blue-dark);
  background: var(--gradient-blue-primary-dark);
  color: var(--white-primary);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-size: 1.40625rem;
  font-weight: 300;
}
.button--secondary svg path {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .button--secondary {
    font-size: 1.65rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .button--secondary {
    font-size: 1.65rem;
  }
}
.button--secondary:hover {
  background: var(--white-primary);
  color: var(--blue-dark);
}
.button--secondary:hover > svg path {
  fill: var(--blue-dark);
}

.button-border {
  text-align: center;
  border-radius: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.button-border--yellow {
  border: 1px solid var(--yellow-primary);
  background-color: var(--yellow-primary);
  color: var(--black-primary);
}
.button-border--yellow:hover {
  background-color: var(--white-primary);
  border: 1px solid var(--black-primary);
}
.button-border--blue {
  border: 1px solid var(--blue-primary);
  background-color: var(--blue-primary);
  color: var(--white-primary);
}
.button-border--blue:hover {
  background-color: var(--blue-primary-light);
  border: 1px solid var(--blue-primary-light);
}

.button--border {
  text-align: center;
  border-radius: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  border: 1px solid var(--yellow-primary);
  background-color: var(--yellow-primary);
  color: var(--black-primary);
}
.button--border:hover {
  background-color: var(--white-primary);
  border: 1px solid var(--black-primary);
}

.two-buttons--wrapper {
  display: grid;
  grid-template-columns: 380px auto;
  gap: 1.25rem;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .two-buttons--wrapper {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .two-buttons--wrapper {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .two-buttons--wrapper {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .two-buttons--wrapper {
    grid-template-columns: 1fr;
  }
}

.button--form, .submit-btn-form {
  border: 1px solid var(--yellow-primary);
}
.button--form:hover, .submit-btn-form:hover {
  border: 1px solid var(--black-primary);
}

.apps__demo-form-inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .apps__demo-form-inputs {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .apps__demo-form-inputs {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .apps__demo-form-inputs {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .apps__demo-form-inputs {
    grid-template-columns: 1fr;
  }
}
.apps__demo-form-input input {
  margin: 0;
}
.apps__demo-form-consent {
  padding: 1.25rem 0 2rem;
  color: var(--white-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  font-size: 0.9rem;
}
.apps__demo-form-consent a {
  text-decoration: underline;
}
.apps__demo-form-consent label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.apps__demo-form-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 1px solid var(--white-primary);
  border-radius: 4px;
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  position: relative;
}
.apps__demo-form-checkbox:checked {
  background-color: var(--yellow-primary);
  border: 1px solid var(--yellow-primary) !important;
}
.apps__demo-form-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid var(--black-primary);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.apps__demo-form-checkbox:focus-within {
  border: 1px solid var(--white-primary);
}

.mc4wp-form {
  max-width: 660px;
  margin: 0 auto;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 2.5rem;
  border-radius: 0.5rem;
}
.mc4wp-form label {
  display: block;
  margin-bottom: 0.5rem;
  color: #333;
}
.mc4wp-form input[type=email],
.mc4wp-form input[type=text] {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid var(--gray-light);
  border-radius: 4px;
  margin-bottom: 1rem;
}
.mc4wp-form input[type=email]:focus-visible, .mc4wp-form input[type=email]:focus-within,
.mc4wp-form input[type=text]:focus-visible,
.mc4wp-form input[type=text]:focus-within {
  border: 2px solid var(--blue-primary);
}
.mc4wp-form input[type=submit] {
  background-color: var(--blue-primary);
  color: white;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.mc4wp-form input[type=submit]:hover {
  background-color: var(--blue-primary-light);
}
.mc4wp-form .checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.mc4wp-form .checkbox-wrapper label {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.mc4wp-form .consent-link {
  color: var(--blue-primary);
  text-decoration: underline;
}
.mc4wp-form .consent-link:hover {
  color: var(--blue-primary-light);
}

.education-form__labels-links a {
  color: var(--blue-primary);
  text-decoration: underline;
}
.education-form__labels-links a:hover {
  color: var(--blue-primary-light);
}

.forms-border-bottom {
  border-bottom: 1px solid var(--gray-light);
}

.js-popup-bubble {
  position: fixed;
  bottom: 20px;
  left: -200px;
  z-index: 1000;
  -webkit-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
  cursor: pointer;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  gap: 20px;
}

.js-popup-trigger {
  background-color: #f0ca00;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: black;
  width: 50px;
  height: 50px;
}

.js-popup-tooltip {
  bottom: 90px;
  left: 20px;
  background-color: #333;
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  pointer-events: none;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  white-space: nowrap;
}

.js-popup-tooltip::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 20px;
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.js-popup-trigger.visible + .js-popup-tooltip {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

input, textarea {
  background: var(--white-primary);
  color: var(--black-primary);
  font-size: 1.125rem;
  font-weight: 300;
  padding: 1rem 1.25rem;
  width: 100%;
  border-radius: 0.75rem;
  margin-bottom: 1.25rem;
  border: 3px solid transparent;
}
input:focus-visible, input:focus-within, textarea:focus-visible, textarea:focus-within {
  border: 3px solid var(--yellow-primary);
}
input:placeholder, textarea:placeholder {
  opacity: 0.7;
}

textarea {
  height: calc(100% - 1.25rem);
}

button[type=submit] {
  background-color: var(--yellow-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  font-weight: 300;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  color: var(--black-primary);
}
button[type=submit]:hover {
  cursor: pointer;
  background-color: var(--white-primary);
}

input.is-invalid,
textarea.is-invalid,
select.is-invalid {
  border-color: red !important;
}

label.custom-checkbox {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  position: relative;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  color: var(--white-primary);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
label.custom-checkbox .custom-checkbox--item {
  position: relative;
  top: 0;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  background-color: transparent;
  border: 1px solid var(--white-primary);
  border-radius: 0.25rem;
}
label.custom-checkbox .custom-checkbox--item:after {
  content: "";
  position: absolute;
  display: none;
  left: 0.5625rem;
  top: 0.3125rem;
  width: 0.3125rem;
  height: 0.625rem;
  border: solid var(--black-primary);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
label.custom-checkbox:hover > input ~ .custom-checkbox--item {
  border-color: var(--yellow-primary);
}
label.custom-checkbox > input:checked ~ .custom-checkbox--item {
  background-color: var(--yellow-primary);
  border-color: var(--yellow-primary);
}
label.custom-checkbox > input:checked ~ .custom-checkbox--item:after {
  display: block;
}

.custom-checkbox-2 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 1px solid var(--blue-primary);
  border-radius: 4px;
  margin: 0;
  padding: 0;
  width: 1.25rem;
  height: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  position: relative;
}
.custom-checkbox-2:checked {
  background-color: var(--blue-primary);
  border: 1px solid var(--blue-primary) !important;
}
.custom-checkbox-2:checked::after {
  content: "";
  position: absolute;
  left: 0.4375rem;
  top: 0.1875rem;
  width: 0.3125rem;
  height: 0.625rem;
  border: solid var(--white-primary);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.custom-checkbox-2:focus-within {
  border: 1px solid var(--blue-primary);
}

.custom-radio-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 1px solid var(--blue-primary);
  border-radius: 50%;
  margin: 0;
  padding: 0;
  width: 1.25rem;
  height: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.custom-radio-btn:checked {
  background-color: var(--blue-primary);
  border: 1px solid var(--blue-primary);
}
.custom-radio-btn:checked::after {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: var(--white-primary);
}
.custom-radio-btn:focus-within {
  border: 1px solid var(--blue-primary);
}

.order-form__inputs input, .order-form__inputs textarea {
  border: 1px solid var(--gray-light);
}
.order-form__inputs input:focus-visible, .order-form__inputs input:focus-within, .order-form__inputs textarea:focus-visible, .order-form__inputs textarea:focus-within {
  border: 2px solid var(--blue-primary);
}

.branch-form__inputs input, .branch-form__inputs textarea {
  border: 1px solid var(--gray-light);
}
.branch-form__inputs input:focus-visible, .branch-form__inputs input:focus-within, .branch-form__inputs textarea:focus-visible, .branch-form__inputs textarea:focus-within {
  border: 2px solid var(--blue-primary);
}

.profesion-form__inputs input, .profesion-form__inputs textarea {
  border: 1px solid var(--gray-light);
}
.profesion-form__inputs input:focus-visible, .profesion-form__inputs input:focus-within, .profesion-form__inputs textarea:focus-visible, .profesion-form__inputs textarea:focus-within {
  border: 2px solid var(--blue-primary);
}

.price-list__title {
  margin-bottom: 1.25rem;
}
.price-list__content {
  display: grid;
  grid-template-columns: 49% auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1.25rem;
}
.price-list__content-title {
  font-weight: 600;
}
.price-list__content-desc {
  margin: 0.25rem 0 2rem !important;
}
.price-list__content-item {
  position: relative;
  border: 1px solid var(--gray-light);
  border-radius: 1.563rem;
  padding: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.price-list__content-icon {
  background: var(--gradient-blue-primary-dark);
  border-radius: 50%;
  display: inline-block;
  padding: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.price-list__content-icon:hover {
  cursor: help;
}
.price-list__content-amount {
  font-size: 3.5rem;
  font-weight: 600;
  color: var(--blue-primary);
  display: inline-block;
}
.price-list__content-decimal {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--blue-primary);
  display: inline-block;
}
.price-list__content-currency {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--blue-primary);
}
.price-list__content-terms {
  border-top: 1px solid var(--gray-light);
  padding: 1rem 0 1.75rem;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .price-list__content-terms {
    padding-top: 2rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .price-list__content-terms {
    padding-top: 2rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .price-list__content-terms {
    padding-top: 2rem;
  }
}
.price-list__content-term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.price-list__content-term-icon {
  background-color: var(--yellow-primary);
  border: 1px solid var(--yellow-primary);
  border-radius: 50%;
  padding: 10px;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .price-list__content-term-desc {
    width: 80%;
  }
}
.price-list__content-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background: var(--gradient-blue-primary-dark);
  border-radius: 8px;
  padding: 12px;
  color: var(--white-primary);
}
.price-list--big {
  margin: 2.5rem 0 1.25rem;
  padding-top: 2rem;
  border-radius: 1.25rem;
  background-color: var(--blue-light1);
}
.price-list--big__titles {
  color: var(--blue-primary);
  font-weight: 600;
  padding: 0 2.25rem;
  display: grid;
  grid-template-columns: 30% 1fr 1fr;
}
.price-list--big__title-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price-list--big__row {
  padding: 1rem 2.25rem;
  display: grid;
  grid-template-columns: 30% 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price-list--big__row:nth-child(odd) {
  background-color: var(--blue-light2);
}
.price-list--big__row-title {
  font-weight: 600;
  width: 60%;
}
.price-list--big__price {
  font-weight: 600;
  font-size: 1.75rem;
}
.price-list--big__period {
  font-size: 0.9rem;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .price-list--big__period {
    font-size: 9px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .price-list--big__period {
    font-size: 9px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .price-list--big__period {
    font-size: 9px;
  }
}
.price-list--big__price-desc {
  font-size: 0.64rem;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .price-list--big__price-desc {
    font-size: 9px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .price-list--big__price-desc {
    font-size: 9px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .price-list--big__price-desc {
    font-size: 9px;
  }
}

.box-button--wrapper {
  background-color: var(--blue-light1);
  padding: 1.5rem 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
  border-radius: 1.25rem;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .box-button--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .box-button--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .box-button--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .box-button--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.box-button__title {
  margin-bottom: 0.75rem;
}
.box-button__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.box-button__btn {
  background: var(--gradient-blue-primary-dark);
  padding: 0.75rem 1.25rem;
  border-radius: 0.5rem;
  color: var(--white-primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.28rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.highlighted-box {
  background-color: var(--yellow-primary);
  padding: 1.25rem;
  border-radius: 0.75rem;
}

.banner__bgr {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 1.25rem;
  min-height: 17rem;
}
.banner__bgr-title {
  color: var(--white-primary);
  padding: 2.5rem;
  line-height: 1.3;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .banner__bgr-title h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .banner__bgr-title h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .banner__bgr-title h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .banner__bgr-title h2 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .banner__bgr-title h2 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .banner__bgr-title h2 {
    font-size: 2.25rem;
  }
}

.classic_editor h1, .classic_editor h2, .classic_editor h3, .classic_editor h4, .classic_editor h5, .classic_editor h6 {
  line-height: 1;
}
.classic_editor li {
  margin-bottom: 15px;
}
.classic_editor ul, .classic_editor .elearning-content--list--item ul.numbers, .elearning-content--list--item .classic_editor ul.numbers {
  padding-left: 40px;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .classic_editor ul, .classic_editor .elearning-content--list--item ul.numbers, .elearning-content--list--item .classic_editor ul.numbers {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .classic_editor ul, .classic_editor .elearning-content--list--item ul.numbers, .elearning-content--list--item .classic_editor ul.numbers {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .classic_editor ul, .classic_editor .elearning-content--list--item ul.numbers, .elearning-content--list--item .classic_editor ul.numbers {
    padding-left: 10px;
  }
}
.classic_editor ol {
  padding-left: 40px;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .classic_editor ol {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .classic_editor ol {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .classic_editor ol {
    padding-left: 10px;
  }
}
.classic_editor ol li::marker {
  color: var(--blue-primary);
  font-weight: 600;
  font-size: 1.125rem;
}

.cta__text-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
  border-top: 1px solid #DDD;
  padding-top: 25px;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .cta__text-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .cta__text-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .cta__text-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.cta__text-btn-desc {
  font-weight: 600;
}
.cta__text-btn-button {
  background-image: var(--gradient-blue-primary-dark);
  border: 1px solid var(--blue-primary);
  border-radius: 0.5rem;
  color: var(--white-primary);
  padding: 0.75rem 1.5rem;
  min-width: 226px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.filter__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .filter__images {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .filter__images {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .filter__images {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .filter__images {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .filter__images {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .filter__images {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .filter__images {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.filter__images--6, .filter__images--5 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .filter__images--6, .filter__images--5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .filter__images--6, .filter__images--5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .filter__images--6, .filter__images--5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .filter__images--6, .filter__images--5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .filter__images--6, .filter__images--5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .filter__images--6, .filter__images--5 {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .filter__images--6, .filter__images--5 {
    grid-template-columns: 1fr;
  }
}
.filter__image {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .filter__image {
    -ms-flex-preferred-size: calc(50% - 0.375rem) !important;
        flex-basis: calc(50% - 0.375rem) !important;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .filter__image {
    -ms-flex-preferred-size: calc(50% - 0.375rem) !important;
        flex-basis: calc(50% - 0.375rem) !important;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .filter__image {
    -ms-flex-preferred-size: calc(50% - 0.375rem) !important;
        flex-basis: calc(50% - 0.375rem) !important;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .filter__image {
    -ms-flex-preferred-size: calc(50% - 0.375rem) !important;
        flex-basis: calc(50% - 0.375rem) !important;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .filter__image {
    -ms-flex-preferred-size: calc(50% - 0.375rem) !important;
        flex-basis: calc(50% - 0.375rem) !important;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .filter__image {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .filter__image {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
.filter__image--square {
  aspect-ratio: 1/1;
}
.filter__image--rect {
  aspect-ratio: 3/4;
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .filter__image--rect {
    max-height: 200px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .filter__image--rect {
    max-height: 200px;
  }
}
.filter__image img {
  border-radius: 0.75rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.filter__image-text {
  color: var(--white-primary);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 600;
  text-align: center;
  z-index: 11;
  word-break: keep-all;
}
.filter__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001f8f;
  border-radius: 0.75rem;
  opacity: 0.8;
  z-index: 10;
}

.blue-boxes {
  background-color: var(--blue-light1);
  border-radius: 0.75rem;
}

.blue-box {
  padding: 1.25rem;
}
.blue-box:nth-of-type(even) {
  background-color: var(--blue-light2);
  border-radius: 0.75rem;
}

.lpp-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .lpp-slider {
    max-width: 100%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .lpp-slider {
    max-width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .lpp-slider {
    max-width: 100%;
  }
}
.lpp-slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.lpp-slider-prev, .lpp-slider-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}
.lpp-slider-prev {
  left: 10px;
}
.lpp-slider-next {
  right: 10px;
}
.lpp-slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .lpp-slider-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .lpp-slider-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .lpp-slider-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .lpp-slider-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lpp-slider-item-name {
  background-image: var(--gradient-blue-primary-dark);
  border-radius: 0.75rem;
  padding: 1.375rem 3.75rem;
  color: var(--white-primary);
  font-weight: 600;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  overflow: hidden;
}

.lpp-slide {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 250px;
  margin: 0 10px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  overflow: hidden;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .lpp-slide {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .lpp-slide {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .lpp-slide {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.lpp-slide a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.lpp-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 10px;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .lpp-slide img {
    aspect-ratio: 1/1;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .lpp-slide img {
    aspect-ratio: 1/1;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .lpp-slide img {
    aspect-ratio: 1/1;
  }
}

.media-component .video-wrapper, .youtube-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.media-component video, .youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-pure {
  background: var(--gradient-blue-primary-dark);
  background-repeat: no-repeat;
  border-radius: 1.25rem;
  margin-bottom: 1.25rem;
}
.banner-pure__title {
  color: var(--white-primary);
  padding: 2.5rem;
  line-height: 1.3;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .banner-pure__title h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .banner-pure__title h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .banner-pure__title h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .banner-pure__title h2 {
    font-size: 2.5rem;
  }
}

.global-list__content ul, .global-list__content .elearning-content--list--item ul.numbers, .elearning-content--list--item .global-list__content ul.numbers {
  padding: 0;
  margin: 0;
  list-style: none;
}
.global-list__content li {
  background-repeat: no-repeat;
  background-position-y: 12px;
  padding: 0.5rem 0 0.5rem 2rem;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .global-list__content li {
    background-position-y: 4px;
    padding: 0.5rem 0 0.5rem 2.8rem;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .global-list__content li {
    background-position-y: 4px;
    padding: 0.5rem 0 0.5rem 2.8rem;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .global-list__content li {
    background-position-y: 4px;
    padding: 0.5rem 0 0.5rem 2.8rem;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .global-list__content li {
    background-position-y: 4px;
    padding: 0.5rem 0 0.5rem 2.8rem;
    font-size: 1.3rem;
  }
}
.global-list__title {
  padding-bottom: 1.25rem;
}
.global-list__desc {
  padding-bottom: 12px;
}

.global-list-image--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .global-list-image--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .global-list-image--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .global-list-image--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .global-list-image--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.global-list-image--wrapper.reverse-layout {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .global-list-image--wrapper.reverse-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .global-list-image--wrapper.reverse-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .global-list-image--wrapper.reverse-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .global-list-image--wrapper.reverse-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.global-list-image__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 48%;
          flex: 1 0 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.global-list-image__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 48%;
          flex: 1 0 48%;
}
.global-list-image__image img {
  border-radius: 1.25rem;
  width: 100%;
}

.support-highlighted-box {
  background-color: var(--yellow-primary);
  border-radius: 1.25rem;
  padding: 1.5rem 1.75rem 1.75rem 1.75rem;
}
.support-highlighted-box-contacts {
  background: var(--gradient-blue-primary-dark);
  border-radius: 0.75rem;
  margin-top: 1.25rem;
  padding: 1rem 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 2.5rem;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .support-highlighted-box-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .support-highlighted-box-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .support-highlighted-box-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .support-highlighted-box-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}
.support-highlighted-box-contacts a {
  color: var(--white-primary);
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
.support-highlighted-box-contacts a:hover {
  text-decoration: underline;
}

.square--blue {
  background: var(--gradient-blue-primary-dark);
  color: white;
  position: relative;
  padding: 2.5rem;
  min-height: 35rem;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .square--blue {
    min-height: 0;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .square--blue {
    min-height: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .square--blue {
    min-height: 0;
  }
}
.square--blue span {
  color: white;
  display: block;
}
.square--blue .icon-right-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}

.component-rounded-image-text p {
  color: var(--white-primary) !important;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .component-rounded-image-text p {
    text-align: center;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .component-rounded-image-text p {
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .component-rounded-image-text p {
    text-align: center;
  }
}

.classic-gallery__item, .masonry-gallery__item, .lpp-slider__item {
  -webkit-box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
          box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}

/**
 * *  NEXT UPDATE - paralax effect
 * */
html {
  font-size: 16px;
  overflow-x: hidden;
  max-width: 100%;
  scroll-behavior: smooth;
}
@media only screen and (min-width: 1403px) and (max-width: 1559px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1323px) and (max-width: 1402px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  html {
    font-size: 13px;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  html {
    font-size: 12px;
  }
}

body {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  word-break: break-word;
  color: var(--black-primary);
  background-color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 1560px) and (max-width: 1800px) {
  body {
    zoom: 0.9;
  }
}
@media only screen and (min-width: 1403px) and (max-width: 1559px) {
  body {
    zoom: 0.9;
  }
}
@media only screen and (min-width: 1323px) and (max-width: 1402px) {
  body {
    zoom: 0.85;
  }
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  body {
    zoom: 0.8;
  }
}

.container--box {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  .container--box {
    width: 90%;
  }
}
.container--fluid {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.container--left {
  padding-left: calc((100vw - 1280px) / 2);
}
@media screen and (max-width: 1280px) {
  .container--left {
    padding-left: 3rem;
  }
}
.container--right {
  padding-right: calc((100vw - 1280px) / 2);
}
@media screen and (max-width: 1280px) {
  .container--right {
    padding-right: 3rem;
  }
}

.header {
  padding: 1.25rem 0;
  position: sticky;
  top: 0;
  left: 0;
  background-color: var(--white-primary);
  width: 100%;
  z-index: 1000;
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .header {
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .header {
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .header {
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .header {
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .header {
    padding-top: 3rem;
  }
}
.header-desktop--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .header-desktop--wrap {
    display: none;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .header-desktop--wrap {
    display: none;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .header-desktop--wrap {
    display: none;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .header-desktop--wrap {
    display: none;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .header-desktop--wrap {
    display: none;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .header-desktop--wrap {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .header-desktop--wrap {
    display: none;
  }
}
.header-desktop__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  white-space: nowrap;
}
.header-desktop__menu--delimeter {
  width: 0.0625rem;
  height: 2.25rem;
  background-color: var(--black-primary);
  border: 0;
}
.header-desktop__menu-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.header-desktop__menu-langs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.header-desktop__menu-langs .lang-item-sk {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.header-desktop__menu-langs .lang-item-en {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.header-desktop__menu--secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
.header-mobile--wrap {
  display: none;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .header-mobile--wrap {
    display: block;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .header-mobile--wrap {
    display: block;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .header-mobile--wrap {
    display: block;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .header-mobile--wrap {
    display: block;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .header-mobile--wrap {
    display: block;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .header-mobile--wrap {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .header-mobile--wrap {
    display: block;
  }
}
.header-mobile--wrap.is-open {
  height: 100vh;
  max-height: 100vh;
}
.header-mobile__main {
  display: none;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .header-mobile__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .header-mobile__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .header-mobile__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .header-mobile__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .header-mobile__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .header-mobile__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .header-mobile__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header-mobile__content {
  display: none;
}
.header-mobile__content.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6.25rem 0 10rem;
  height: calc(100% - 100px);
}
.header-mobile__menu--delimeter {
  width: 0.0625rem;
  height: 2.25rem;
  background-color: var(--black-primary);
  border: 0;
}
.header-mobile__menu-hamburger {
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.header-mobile__menu-hamburger.is-open .header-mobile__menu-line:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(6px, 5px);
          transform: rotate(45deg) translate(6px, 5px);
}
.header-mobile__menu-hamburger.is-open .header-mobile__menu-line:nth-child(2) {
  opacity: 0;
}
.header-mobile__menu-hamburger.is-open .header-mobile__menu-line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -6px);
          transform: rotate(-45deg) translate(7px, -6px);
}
.header-mobile__menu-line {
  width: 100%;
  height: 3px;
  background-color: #000;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header-mobile__menu-line:nth-child(1) {
  top: 0;
}
.header-mobile__menu-line:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-mobile__menu-line:nth-child(3) {
  bottom: 0;
}
.header-mobile__menu--primary .primary-menu {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
}
.header-mobile__menu--primary .primary-menu li {
  padding: 0.75rem;
  font-size: 22.5px;
}
.header-mobile__menu--primary .primary-menu li:hover, .header-mobile__menu--primary .primary-menu li:focus, .header-mobile__menu--primary .primary-menu li.active {
  background-color: transparent;
  color: var(--black-primary);
  font-weight: 600;
}
.header-mobile__menu--secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header-mobile__menu-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.header-mobile__menu-langs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.header-mobile__menu-langs .lang-item-sk {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.header-mobile__menu-langs .lang-item-en {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@-webkit-keyframes slideFromRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideFromRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideToRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes slideToRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.footer-form {
  background: url("/wp-content/themes/besoft/assets/img/footer-circles.png") no-repeat left -40px/40%, var(--gradient-blue-primary-dark);
  border-radius: 1.25rem 1.25rem 0 0;
  margin-top: 5rem;
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .footer-form {
    background: url("/wp-content/themes/besoft/assets/img/footer-circles.png") no-repeat left 50px/110%, var(--gradient-blue-primary-dark);
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .footer-form {
    background: url("/wp-content/themes/besoft/assets/img/footer-circles.png") no-repeat left 50px/110%, var(--gradient-blue-primary-dark);
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .footer-form {
    background: url("/wp-content/themes/besoft/assets/img/footer-circles.png") no-repeat left 50px/110%, var(--gradient-blue-primary-dark);
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .footer-form {
    background: url("/wp-content/themes/besoft/assets/img/footer-circles.png") no-repeat left 50px/110%, var(--gradient-blue-primary-dark);
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .footer-form {
    background: url("/wp-content/themes/besoft/assets/img/footer-circles.png") no-repeat left 50px/110%, var(--gradient-blue-primary-dark);
  }
}
.footer-form__wrap {
  padding: 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .footer-form__wrap {
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .footer-form__wrap {
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .footer-form__wrap {
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .footer-form__wrap {
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .footer-form__wrap {
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-form__wrap__interest {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--white-primary);
}
.footer-form__wrap__interest p {
  margin-top: 13px !important;
}
.footer-form__wrap__interest__buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  margin: 1.25rem 0;
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .footer-form__wrap__interest__buttons-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .footer-form__wrap__interest__buttons-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .footer-form__wrap__interest__buttons-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .footer-form__wrap__interest__buttons-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .footer-form__wrap__interest__buttons-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.footer-form__wrap__interest__buttons {
  background-color: var(--yellow-primary);
  border-radius: 0.75rem;
  max-width: 250px;
}
.footer-form__wrap__interest__buttons a {
  font-size: 18px;
  padding: 12px 24px;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-form__wrap__interest__buttons--first {
  border-radius: 0.5rem 0.5rem 0 0 !important;
}
.footer-form__wrap__interest__buttons--second {
  border-radius: 0 0 0.5rem 0.5rem !important;
}
.footer-form__wrap__interest__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .footer-form__wrap__interest__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.375rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .footer-form__wrap__interest__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.375rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .footer-form__wrap__interest__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.375rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .footer-form__wrap__interest__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.375rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .footer-form__wrap__interest__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.375rem;
  }
}
.footer-form__wrap__interest__social a svg {
  width: 48px;
  height: 48px;
}
.footer-form__wrap__interest__social a svg path {
  fill: var(--white-primary);
}
.footer-form__wrap__interest__social a svg rect {
  stroke: var(--white-primary);
}
.footer-form__wrap__interest__social a:hover svg path {
  fill: var(--yellow-primary);
}
.footer-form__wrap__interest__social a:hover svg rect {
  stroke: var(--yellow-primary);
}
.footer-form__wrap__form {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

form#contact-form {
  margin-top: 0.75rem;
}
form#contact-form .contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  form#contact-form .contact-form-grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  form#contact-form .contact-form-grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  form#contact-form .contact-form-grid {
    grid-template-columns: 1fr;
  }
}
form#contact-form .contact-form__row.align-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  form#contact-form .contact-form__row button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  form#contact-form .contact-form__row button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  form#contact-form .contact-form__row button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  form#contact-form textarea {
    min-height: 200px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  form#contact-form textarea {
    min-height: 200px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  form#contact-form textarea {
    min-height: 200px;
  }
}

.footer-links {
  background: var(--blue-deep-dark);
}
.footer-links__wrap {
  padding: 2.5rem 0;
}
.footer-links__wrap__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .footer-links__wrap__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .footer-links__wrap__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .footer-links__wrap__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .footer-links__wrap__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .footer-links__wrap__container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .footer-links__wrap__container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.footer-links__wrap__container__item {
  color: var(--white-primary);
}
.footer-links__wrap__container__item > p {
  font-weight: 600;
}
.footer-links__wrap__container__item ul, .footer-links__wrap__container__item .elearning-content--list--item ul.numbers, .elearning-content--list--item .footer-links__wrap__container__item ul.numbers {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-links__wrap__container__item ul li, .footer-links__wrap__container__item .elearning-content--list--item ul.numbers li, .elearning-content--list--item .footer-links__wrap__container__item ul.numbers li {
  margin: 0.25rem 0;
  font-size: 14.4px;
  font-weight: 300;
  line-height: 1.6;
}
.footer-links__wrap__container__item ul li a:hover {
  color: var(--yellow-primary);
}

.footer-end {
  background: var(--gradient-blue-primary-dark);
}
.footer-end__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding: 1.25rem 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .footer-end__wrap {
    gap: 3.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .footer-end__wrap {
    gap: 3.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .footer-end__wrap {
    gap: 3.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .footer-end__wrap {
    gap: 3.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .footer-end__wrap {
    gap: 3.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .footer-end__wrap {
    gap: 3.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .footer-end__wrap {
    gap: 3.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer-end__wrap__logo img {
  width: 8.5rem;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .footer-end__wrap__certs {
    width: 100%;
  }
  .footer-end__wrap__certs img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .footer-end__wrap__certs {
    width: 100%;
  }
  .footer-end__wrap__certs img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .footer-end__wrap__certs {
    width: 100%;
  }
  .footer-end__wrap__certs img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .footer-end__wrap__certs {
    width: 100%;
  }
  .footer-end__wrap__certs img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .footer-end__wrap__certs {
    width: 100%;
  }
  .footer-end__wrap__certs img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .footer-end__wrap__certs {
    width: 100%;
  }
  .footer-end__wrap__certs img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .footer-end__wrap__certs {
    width: 100%;
  }
  .footer-end__wrap__certs img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .footer-end__wrap__certs__desktop {
    display: none;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .footer-end__wrap__certs__desktop {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .footer-end__wrap__certs__desktop {
    display: none;
  }
}
.footer-end__wrap__certs__mobile {
  display: none;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .footer-end__wrap__certs__mobile {
    display: initial;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .footer-end__wrap__certs__mobile {
    display: initial;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .footer-end__wrap__certs__mobile {
    display: initial;
  }
}
.footer-end__wrap__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .footer-end__wrap__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .footer-end__wrap__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .footer-end__wrap__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem;
  }
}
.footer-end__wrap__links a {
  color: var(--white-primary);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  text-decoration: underline;
}

.primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  list-style: none;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .primary-menu {
    gap: 1rem;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .primary-menu {
    gap: 1rem;
  }
}
.primary-menu li {
  font-size: 18px;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  border-radius: 5px;
}
.primary-menu li:hover, .primary-menu li:focus, .primary-menu li.active {
  text-shadow: 0px 0px 1px black;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .primary-menu li {
    font-size: 16px;
  }
}

.language-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.language-menu li {
  border: 1px solid var(--black-primary);
  border-radius: 4px;
  cursor: pointer;
}
.language-menu li:hover, .language-menu li:focus, .language-menu li:active, .language-menu li.active {
  background-color: var(--blue-dark);
  border: 1px solid var(--blue-dark);
  color: var(--white-primary);
}
.language-menu li a {
  padding: 9px;
}

.header-mobile--wrap .menu-item {
  list-style-type: none;
}

.mega-sub-menu .mega-menu-link {
  text-align: center !important;
  font-size: 16px !important;
}

@media only screen and (min-width: 320px) and (max-width: 379px) {
  #mega-menu-wrap-header__menu #mega-menu-header__menu {
    background: #fff;
    padding: 15px;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item {
    margin: 0;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 20px !important;
    color: var(--black-primary);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center !important;
    position: relative;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background-color: var(--blue-primary);
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item {
    margin: 0 !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item > ul.mega-sub-menu {
    margin-top: 0 !important;
    padding: 0 !important;
    background: #f5f5f5;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    line-height: 28px !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item {
    padding: 0;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding: 12px 30px;
    font-size: 14px !important;
    color: #666;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-toggle-on > a.mega-menu-link {
    background-color: #3C6AC1;
    color: #fff;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item-has-children > a.mega-menu-link::after {
    border-color: #666 transparent transparent transparent;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    position: absolute !important;
    right: 15px !important;
    margin-left: 5px;
  }
  #mega-menu-wrap-header__menu {
    width: 90vw !important;
    max-width: 90vw !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item {
    width: 100% !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item > ul.mega-sub-menu {
    width: 100% !important;
    min-width: 90vw !important;
  }
  .mega-menu-link {
    white-space: normal !important;
    word-wrap: break-word !important;
    width: 100% !important;
  }
  .mega-menu-header__menu-mobile-open {
    width: 90vw !important;
    right: 0 !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-toggle-on > a.mega-menu-link::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu::-webkit-scrollbar {
    width: 5px;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu::-webkit-scrollbar-track {
    background: #ebf0f8;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu::-webkit-scrollbar-thumb {
    background-color: #25408f;
    border-radius: 5px;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu::-webkit-scrollbar-thumb:hover {
    background-color: #3f6cc1;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  #mega-menu-wrap-header__menu #mega-menu-header__menu {
    background: #fff;
    padding: 15px;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item {
    margin: 0;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 20px !important;
    color: var(--black-primary);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center !important;
    position: relative;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background-color: var(--blue-primary);
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item {
    margin: 0 !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item > ul.mega-sub-menu {
    margin-top: 0 !important;
    padding: 0 !important;
    background: #f5f5f5;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    line-height: 28px !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item {
    padding: 0;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding: 12px 30px;
    font-size: 14px !important;
    color: #666;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-toggle-on > a.mega-menu-link {
    background-color: #3C6AC1;
    color: #fff;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item-has-children > a.mega-menu-link::after {
    border-color: #666 transparent transparent transparent;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    position: absolute !important;
    right: 15px !important;
    margin-left: 5px;
  }
  #mega-menu-wrap-header__menu {
    width: 90vw !important;
    max-width: 90vw !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item {
    width: 100% !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item > ul.mega-sub-menu {
    width: 100% !important;
    min-width: 90vw !important;
  }
  .mega-menu-link {
    white-space: normal !important;
    word-wrap: break-word !important;
    width: 100% !important;
  }
  .mega-menu-header__menu-mobile-open {
    width: 90vw !important;
    right: 0 !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-toggle-on > a.mega-menu-link::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu::-webkit-scrollbar {
    width: 5px;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu::-webkit-scrollbar-track {
    background: #ebf0f8;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu::-webkit-scrollbar-thumb {
    background-color: #25408f;
    border-radius: 5px;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu::-webkit-scrollbar-thumb:hover {
    background-color: #3f6cc1;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  #mega-menu-wrap-header__menu #mega-menu-header__menu {
    background: #fff;
    padding: 15px;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item {
    margin: 0;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 20px !important;
    color: var(--black-primary);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center !important;
    position: relative;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background-color: var(--blue-primary);
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item {
    margin: 0 !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item > ul.mega-sub-menu {
    margin-top: 0 !important;
    padding: 0 !important;
    background: #f5f5f5;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    line-height: 28px !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item {
    padding: 0;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding: 12px 30px;
    font-size: 14px !important;
    color: #666;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-toggle-on > a.mega-menu-link {
    background-color: #3C6AC1;
    color: #fff;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item-has-children > a.mega-menu-link::after {
    border-color: #666 transparent transparent transparent;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    position: absolute !important;
    right: 15px !important;
    margin-left: 5px;
  }
  #mega-menu-wrap-header__menu {
    width: 90vw !important;
    max-width: 90vw !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item {
    width: 100% !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item > ul.mega-sub-menu {
    width: 100% !important;
    min-width: 90vw !important;
  }
  .mega-menu-link {
    white-space: normal !important;
    word-wrap: break-word !important;
    width: 100% !important;
  }
  .mega-menu-header__menu-mobile-open {
    width: 90vw !important;
    right: 0 !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-toggle-on > a.mega-menu-link::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu::-webkit-scrollbar {
    width: 5px;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu::-webkit-scrollbar-track {
    background: #ebf0f8;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu::-webkit-scrollbar-thumb {
    background-color: #25408f;
    border-radius: 5px;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu::-webkit-scrollbar-thumb:hover {
    background-color: #3f6cc1;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  #mega-menu-wrap-header__menu #mega-menu-header__menu {
    background: #fff;
    padding: 15px;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item {
    margin: 0;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 20px !important;
    color: var(--black-primary);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center !important;
    position: relative;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background-color: var(--blue-primary);
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item {
    margin: 0 !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item > ul.mega-sub-menu {
    margin-top: 0 !important;
    padding: 0 !important;
    background: #f5f5f5;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    line-height: 28px !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item {
    padding: 0;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding: 12px 30px;
    font-size: 14px !important;
    color: #666;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-toggle-on > a.mega-menu-link {
    background-color: #3C6AC1;
    color: #fff;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item-has-children > a.mega-menu-link::after {
    border-color: #666 transparent transparent transparent;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    position: absolute !important;
    right: 15px !important;
    margin-left: 5px;
  }
  #mega-menu-wrap-header__menu {
    width: 90vw !important;
    max-width: 90vw !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item {
    width: 100% !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item > ul.mega-sub-menu {
    width: 100% !important;
    min-width: 90vw !important;
  }
  .mega-menu-link {
    white-space: normal !important;
    word-wrap: break-word !important;
    width: 100% !important;
  }
  .mega-menu-header__menu-mobile-open {
    width: 90vw !important;
    right: 0 !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-toggle-on > a.mega-menu-link::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu::-webkit-scrollbar {
    width: 5px;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu::-webkit-scrollbar-track {
    background: #ebf0f8;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu::-webkit-scrollbar-thumb {
    background-color: #25408f;
    border-radius: 5px;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu::-webkit-scrollbar-thumb:hover {
    background-color: #3f6cc1;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  #mega-menu-wrap-header__menu #mega-menu-header__menu {
    background: #fff;
    padding: 15px;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item {
    margin: 0;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 20px !important;
    color: var(--black-primary);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center !important;
    position: relative;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background-color: var(--blue-primary);
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item {
    margin: 0 !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item > ul.mega-sub-menu {
    margin-top: 0 !important;
    padding: 0 !important;
    background: #f5f5f5;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    line-height: 28px !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item {
    padding: 0;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding: 12px 30px;
    font-size: 14px !important;
    color: #666;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-toggle-on > a.mega-menu-link {
    background-color: #3C6AC1;
    color: #fff;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item-has-children > a.mega-menu-link::after {
    border-color: #666 transparent transparent transparent;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    position: absolute !important;
    right: 15px !important;
    margin-left: 5px;
  }
  #mega-menu-wrap-header__menu {
    width: 90vw !important;
    max-width: 90vw !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item {
    width: 100% !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item > ul.mega-sub-menu {
    width: 100% !important;
    min-width: 90vw !important;
  }
  .mega-menu-link {
    white-space: normal !important;
    word-wrap: break-word !important;
    width: 100% !important;
  }
  .mega-menu-header__menu-mobile-open {
    width: 90vw !important;
    right: 0 !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-toggle-on > a.mega-menu-link::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu::-webkit-scrollbar {
    width: 5px;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu::-webkit-scrollbar-track {
    background: #ebf0f8;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu::-webkit-scrollbar-thumb {
    background-color: #25408f;
    border-radius: 5px;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu::-webkit-scrollbar-thumb:hover {
    background-color: #3f6cc1;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  #mega-menu-wrap-header__menu #mega-menu-header__menu {
    background: #fff;
    padding: 15px;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item {
    margin: 0;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 20px !important;
    color: var(--black-primary);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center !important;
    position: relative;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background-color: var(--blue-primary);
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item {
    margin: 0 !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item > ul.mega-sub-menu {
    margin-top: 0 !important;
    padding: 0 !important;
    background: #f5f5f5;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    line-height: 28px !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item {
    padding: 0;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding: 12px 30px;
    font-size: 14px !important;
    color: #666;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-toggle-on > a.mega-menu-link {
    background-color: #3C6AC1;
    color: #fff;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item-has-children > a.mega-menu-link::after {
    border-color: #666 transparent transparent transparent;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    position: absolute !important;
    right: 15px !important;
    margin-left: 5px;
  }
  #mega-menu-wrap-header__menu {
    width: 90vw !important;
    max-width: 90vw !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item {
    width: 100% !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item > ul.mega-sub-menu {
    width: 100% !important;
    min-width: 90vw !important;
  }
  .mega-menu-link {
    white-space: normal !important;
    word-wrap: break-word !important;
    width: 100% !important;
  }
  .mega-menu-header__menu-mobile-open {
    width: 90vw !important;
    right: 0 !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-toggle-on > a.mega-menu-link::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu::-webkit-scrollbar {
    width: 5px;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu::-webkit-scrollbar-track {
    background: #ebf0f8;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu::-webkit-scrollbar-thumb {
    background-color: #25408f;
    border-radius: 5px;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu::-webkit-scrollbar-thumb:hover {
    background-color: #3f6cc1;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  #mega-menu-wrap-header__menu #mega-menu-header__menu {
    background: #fff;
    padding: 15px;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item {
    margin: 0;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 20px !important;
    color: var(--black-primary);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center !important;
    position: relative;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background-color: var(--blue-primary);
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item {
    margin: 0 !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item > ul.mega-sub-menu {
    margin-top: 0 !important;
    padding: 0 !important;
    background: #f5f5f5;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    line-height: 28px !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item {
    padding: 0;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding: 12px 30px;
    font-size: 14px !important;
    color: #666;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-toggle-on > a.mega-menu-link {
    background-color: #3C6AC1;
    color: #fff;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item-has-children > a.mega-menu-link::after {
    border-color: #666 transparent transparent transparent;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    position: absolute !important;
    right: 15px !important;
    margin-left: 5px;
  }
  #mega-menu-wrap-header__menu {
    width: 90vw !important;
    max-width: 90vw !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item {
    width: 100% !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-menu-item > ul.mega-sub-menu {
    width: 100% !important;
    min-width: 90vw !important;
  }
  .mega-menu-link {
    white-space: normal !important;
    word-wrap: break-word !important;
    width: 100% !important;
  }
  .mega-menu-header__menu-mobile-open {
    width: 90vw !important;
    right: 0 !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu > li.mega-toggle-on > a.mega-menu-link::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch !important;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu::-webkit-scrollbar {
    width: 5px;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu::-webkit-scrollbar-track {
    background: #ebf0f8;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu::-webkit-scrollbar-thumb {
    background-color: #25408f;
    border-radius: 5px;
  }
  #mega-menu-wrap-header__menu #mega-menu-header__menu::-webkit-scrollbar-thumb:hover {
    background-color: #3f6cc1;
  }
}
.error-404 {
  min-height: calc(100vh - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4rem 0;
}
.error-404__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .error-404__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    gap: 3rem;
  }
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  .error-404__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    gap: 3rem;
  }
}
@media only screen and (min-width: 1323px) and (max-width: 1402px) {
  .error-404__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    gap: 3rem;
  }
}
@media only screen and (min-width: 1403px) and (max-width: 1559px) {
  .error-404__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    gap: 3rem;
  }
}
@media only screen and (min-width: 1560px) and (max-width: 1800px) {
  .error-404__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    gap: 3rem;
  }
}
@media only screen and (min-width: 1801px) {
  .error-404__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    gap: 3rem;
  }
}
.error-404__image {
  margin-bottom: 2rem;
  max-width: 400px;
  width: 100%;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .error-404__image {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  .error-404__image {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1323px) and (max-width: 1402px) {
  .error-404__image {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1403px) and (max-width: 1559px) {
  .error-404__image {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1560px) and (max-width: 1800px) {
  .error-404__image {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1801px) {
  .error-404__image {
    margin-bottom: 0;
  }
}
.error-404__image img {
  width: 100%;
  height: auto;
}
.error-404__title {
  font-size: 6rem;
  font-weight: 700;
  color: var(--blue-primary);
  line-height: 1;
  margin: 0;
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .error-404__title {
    font-size: 8rem;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .error-404__title {
    font-size: 8rem;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .error-404__title {
    font-size: 8rem;
  }
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  .error-404__title {
    font-size: 8rem;
  }
}
@media only screen and (min-width: 1323px) and (max-width: 1402px) {
  .error-404__title {
    font-size: 8rem;
  }
}
@media only screen and (min-width: 1403px) and (max-width: 1559px) {
  .error-404__title {
    font-size: 8rem;
  }
}
@media only screen and (min-width: 1560px) and (max-width: 1800px) {
  .error-404__title {
    font-size: 8rem;
  }
}
@media only screen and (min-width: 1801px) {
  .error-404__title {
    font-size: 8rem;
  }
}
.error-404__subtitle {
  font-size: 2rem;
  font-weight: 600;
  margin: 0.5rem 0 1.5rem;
  color: var(--black-primary);
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .error-404__subtitle {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .error-404__subtitle {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .error-404__subtitle {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  .error-404__subtitle {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1323px) and (max-width: 1402px) {
  .error-404__subtitle {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1403px) and (max-width: 1559px) {
  .error-404__subtitle {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1560px) and (max-width: 1800px) {
  .error-404__subtitle {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1801px) {
  .error-404__subtitle {
    font-size: 2.5rem;
  }
}
.error-404__description {
  font-size: 1.25rem;
  color: var(--gray-dark);
  margin-bottom: 2rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .error-404__description {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  .error-404__description {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1323px) and (max-width: 1402px) {
  .error-404__description {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1403px) and (max-width: 1559px) {
  .error-404__description {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1560px) and (max-width: 1800px) {
  .error-404__description {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1801px) {
  .error-404__description {
    margin-left: 0;
    margin-right: 0;
  }
}
.error-404__actions {
  margin-top: 1rem;
}
.error-404__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  background: var(--blue-primary);
  color: var(--white-primary);
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.error-404__button svg {
  width: 20px;
  height: 20px;
}
.error-404__button:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.single-page {
  padding: 3.75rem 0;
}

.single-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5rem;
  margin: 2.5rem 0 6.25rem;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .single-service {
    display: block;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .single-service {
    display: block;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .single-service {
    display: block;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .single-service {
    display: block;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .single-service {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .single-service {
    display: block;
  }
}
.single-service__menu {
  width: 30%;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .single-service__menu {
    width: 100%;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .single-service__menu {
    width: 100%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .single-service__menu {
    width: 100%;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .single-service__menu {
    width: 100%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .single-service__menu {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .single-service__menu {
    width: 100%;
  }
}
@media only screen and (min-width: 1801px) {
  .single-service__menu-inner {
    position: sticky;
    top: 8.125rem;
  }
}
@media only screen and (min-width: 1560px) and (max-width: 1800px) {
  .single-service__menu-inner {
    position: sticky;
    top: 8.125rem;
  }
}
@media only screen and (min-width: 1403px) and (max-width: 1559px) {
  .single-service__menu-inner {
    position: sticky;
    top: 8.125rem;
  }
}
@media only screen and (min-width: 1323px) and (max-width: 1402px) {
  .single-service__menu-inner {
    position: sticky;
    top: 8.125rem;
  }
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  .single-service__menu-inner {
    position: sticky;
    top: 8.125rem;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .single-service__menu-inner {
    position: sticky;
    top: 8.125rem;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .single-service__menu {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .single-service__menu {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .single-service__menu {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .single-service__menu {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .single-service__menu {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .single-service__menu {
    margin-bottom: 2.5rem;
  }
}
.single-service__menu-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background-color: var(--blue-light1);
  border-radius: 12px;
  padding: 0.75rem;
}
.single-service__menu-back:hover {
  background-color: var(--blue-dark);
  color: var(--white-primary);
}
.single-service__menu-content {
  background-color: var(--blue-light1);
  margin-top: 8px;
  border-radius: 12px;
  padding: 2rem;
}
.single-service__menu-content ul, .single-service__menu-content .elearning-content--list--item ul.numbers, .elearning-content--list--item .single-service__menu-content ul.numbers {
  list-style-type: none;
  padding: 0;
}
.single-service__menu-content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  font-size: 1rem;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  .single-service__menu-content li {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .single-service__menu-content li {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .single-service__menu-content li {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .single-service__menu-content li {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .single-service__menu-content li {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .single-service__menu-content li {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .single-service__menu-content li {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .single-service__menu-content li {
    font-size: 1.1rem;
  }
}
.single-service__content {
  width: 70%;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .single-service__content {
    width: 100%;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .single-service__content {
    width: 100%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .single-service__content {
    width: 100%;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .single-service__content {
    width: 100%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .single-service__content {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .single-service__content {
    width: 100%;
  }
}

.price-offer__hero--wrapper, .price-offer__company--wrapper, .price-offer__permissions--wrapper, .price-offer__refs--wrapper {
  margin: 3.75rem 0;
}
.price-offer__contacts--wrapper {
  margin-bottom: 13.375rem;
}
.price-offer__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: var(--gradient-blue-primary-dark);
  border-radius: 35px;
  color: var(--white-primary);
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .price-offer__hero {
    display: block;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .price-offer__hero {
    display: block;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .price-offer__hero {
    display: block;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .price-offer__hero {
    display: block;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .price-offer__hero {
    display: block;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .price-offer__hero {
    display: block;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .price-offer__hero {
    display: block;
    border-radius: 20px;
  }
}
.price-offer__hero-content {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .price-offer__hero-content {
    padding-bottom: 4.688rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .price-offer__hero-content {
    padding-bottom: 4.688rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .price-offer__hero-content {
    padding-bottom: 4.688rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .price-offer__hero-content {
    padding-bottom: 4.688rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .price-offer__hero-content {
    padding-bottom: 4.688rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .price-offer__hero-content {
    padding-bottom: 4.688rem;
  }
}
.price-offer__hero-title {
  padding-bottom: 3.75rem;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .price-offer__hero-title h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .price-offer__hero-title h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .price-offer__hero-title h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .price-offer__hero-title h1 {
    font-size: 3rem;
  }
}
.price-offer__hero-desc p {
  font-size: 16px;
  line-height: 1.6;
}
.price-offer__hero-image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .price-offer__hero-image {
    display: none;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .price-offer__hero-image {
    display: none;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .price-offer__hero-image {
    display: none;
  }
}
.price-offer__hero-image img {
  border-radius: 35px;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .price-offer__hero-image img {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .price-offer__hero-image img {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .price-offer__hero-image img {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .price-offer__hero-image img {
    border-radius: 20px;
  }
}
.price-offer__hero-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 2rem;
}
.price-offer__hero-menu__item {
  background-color: var(--yellow-primary);
  border: 1px solid var(--yellow-primary);
  padding: 2rem 1.25rem;
  border-radius: 0.75rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price-offer__hero-menu__item:hover {
  background-color: var(--white-primary);
  border: 1px solid var(--black-primary);
}
.price-offer__menu-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  text-align: center;
  padding: 2rem 1.25rem;
}
.price-offer__forms-tooltip {
  margin-top: 32px;
  background-color: var(--blue-light1);
  border-radius: 5px;
  padding: 16px;
  border: 1px solid var(--blue-light2);
  color: var(--blue-primary);
}
.price-offer__service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
}
.price-offer__checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  padding: 0;
}
.price-offer__checkbox-container input[type=checkbox] {
  margin-right: 8px;
}
.price-offer__checkbox-container label {
  margin: 0;
}
.price-offer__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8rem;
  padding-top: 4.688rem;
}
.price-offer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  border-top: 1px solid #CCC;
  padding-top: 4.688rem;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .price-offer__content {
    display: block;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .price-offer__content {
    display: block;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .price-offer__content {
    display: block;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .price-offer__content {
    display: block;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .price-offer__content {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .price-offer__content {
    display: block;
  }
}
.price-offer__content-content {
  width: 65%;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .price-offer__content-content {
    width: 100%;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .price-offer__content-content {
    width: 100%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .price-offer__content-content {
    width: 100%;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .price-offer__content-content {
    width: 100%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .price-offer__content-content {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .price-offer__content-content {
    width: 100%;
  }
}
.price-offer__content-intro {
  position: sticky;
  top: 90px;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .price-offer__content-intro {
    width: 100%;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .price-offer__content-intro {
    width: 100%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .price-offer__content-intro {
    width: 100%;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .price-offer__content-intro {
    width: 100%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .price-offer__content-intro {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .price-offer__content-intro {
    width: 100%;
  }
}
.price-offer__content-title {
  font-size: 2.5rem;
  line-height: 1.3;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 35px 15px 0 25px;
  color: var(--white-primary);
}
.price-offer__content-image {
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .price-offer__content-image {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .price-offer__content-image {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .price-offer__content-image {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .price-offer__content-image {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .price-offer__content-image {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .price-offer__content-image {
    padding-bottom: 3rem;
  }
}
.price-offer__content-image span {
  display: block;
  font-size: 14.4px;
  color: var(--gray-dark);
}
.price-offer__company-services {
  margin: 2rem 0 4.25rem;
}
.price-offer__company-service {
  margin-bottom: 0.75rem;
  background-image: var(--gradient-blue-primary-dark);
  border-radius: 0.75rem;
}
.price-offer__company-service-acronym {
  padding: 1rem 2rem;
  background-image: var(--gradient-blue-primary-dark);
  border-radius: 0.75rem 0.75rem 0 0;
  -webkit-box-shadow: 0 4px 6px -6px #222;
  box-shadow: 0 4px 6px -6px #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price-offer__company-service-acronym p {
  font-weight: 600;
  text-align: center;
  color: var(--white-primary);
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .price-offer__company-service-acronym p {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .price-offer__company-service-acronym p {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .price-offer__company-service-acronym p {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .price-offer__company-service-acronym p {
    font-size: 1.5rem;
  }
}
.price-offer__company-service-acronym p:hover {
  color: var(--yellow-primary);
}
.price-offer__company-service-title {
  padding: 1.25rem;
  color: var(--white-primary);
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
}
.price-offer__company-quote span {
  color: var(--gray-dark);
  font-size: 0.9rem;
  padding-top: 4px;
}
.price-offer__company-border {
  background-color: var(--yellow-primary);
  padding: 1.25rem 1.5rem;
  border-radius: 0.75rem;
  margin: 2rem 0;
}
.price-offer__company-list p {
  font-weight: 600;
}
.price-offer__company-list ul, .price-offer__company-list .elearning-content--list--item ul.numbers, .elearning-content--list--item .price-offer__company-list ul.numbers {
  margin: 0;
  list-style-type: disc;
  padding-left: 25px;
}
.price-offer__company-list li {
  margin-top: 0.75rem;
  font-size: 18px;
}
.price-offer__company-counts-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .price-offer__company-counts-items {
    display: block;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .price-offer__company-counts-items {
    display: block;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .price-offer__company-counts-items {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .price-offer__company-counts-items {
    display: block;
  }
}
.price-offer__company-counts-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 48%;
          flex: 1 0 48%;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .price-offer__company-counts-item {
    margin-bottom: 1.8rem;
    text-align: center;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .price-offer__company-counts-item {
    margin-bottom: 1.8rem;
    text-align: center;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .price-offer__company-counts-item {
    margin-bottom: 1.8rem;
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .price-offer__company-counts-item {
    margin-bottom: 1.8rem;
    text-align: center;
  }
}
.price-offer__company-counts-title {
  margin: 5rem 0 2rem;
}
.price-offer__company-counts-number {
  padding: 2rem 3.75rem;
  background-image: var(--gradient-blue-primary-dark);
  border-radius: 0.75rem;
  margin-bottom: 0.75rem;
}
.price-offer__company-counts-number p {
  font-size: 3.8rem;
  font-weight: 600;
  color: var(--white-secondary);
  text-align: center;
}
.price-offer__company-counts-desc p {
  font-weight: 300;
}
.price-offer__permissions-border {
  margin: 2rem 0 3.75rem;
  background-color: var(--yellow-primary);
  padding: 1.25rem 1.5rem;
  border-radius: 12px;
}
.price-offer__permissions-certs-title {
  margin-bottom: 2rem;
}
.price-offer__permissions-certs-subtitle {
  font-weight: 600;
}
.price-offer__permissions-certs-item {
  margin-bottom: 3.75rem;
}
.price-offer__permissions-certs-content {
  margin-top: 1rem;
}
.price-offer__permissions-certs-content ul, .price-offer__permissions-certs-content .elearning-content--list--item ul.numbers, .elearning-content--list--item .price-offer__permissions-certs-content ul.numbers {
  list-style-type: disc;
  padding-left: 25px;
}
.price-offer__permissions-certs-content li {
  line-height: 1.3;
  font-size: 18px;
  padding-bottom: 0.75rem;
  color: var(--blue-primary);
}
.price-offer__permissions-certs-content a:after {
  content: "";
  width: 0px;
  height: 2px;
  display: block;
  background-color: var(--blue-primary);
  -webkit-transition: 600ms;
  transition: 600ms;
}
.price-offer__permissions-certs-content a:hover:after {
  width: 100%;
}
.price-offer__refs-quote span {
  color: var(--gray-dark);
  font-size: 0.9rem;
  padding-top: 4px;
}
.price-offer__refs-border {
  margin: 2rem 0 3.75rem;
  background-color: var(--yellow-primary);
  padding: 1.25rem 1.5rem;
  border-radius: 12px;
}
.price-offer__refs-partners-subtitle {
  margin-bottom: 2rem;
}
.price-offer__refs-partners-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .price-offer__refs-partners-logos {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .price-offer__refs-partners-logos {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .price-offer__refs-partners-logos {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .price-offer__refs-partners-logos {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .price-offer__refs-partners-logos {
    grid-template-columns: repeat(1, 1fr);
  }
}
.price-offer__contacts-location:not(:last-of-type) {
  border-bottom: 1px solid #CCC;
  margin-bottom: 3.75rem;
}
.price-offer__contacts-location-title {
  margin-bottom: 2rem;
}
.price-offer__contacts-location-info-item {
  padding-bottom: 1.75rem;
}
.price-offer__contacts-location-info-title {
  font-size: 14.4px;
  font-weight: 600;
  padding-bottom: 0.25rem;
  color: var(--gray-dark);
}
.price-offer__contacts-location-info-desc {
  font-weight: 600;
}
.price-offer__contacts-location-info-desc a:hover {
  opacity: 0.7;
}
.price-offer__contacts-location-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 3.75rem;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .price-offer__contacts-location-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .price-offer__contacts-location-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .price-offer__contacts-location-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .price-offer__contacts-location-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .price-offer__contacts-location-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.price-offer__contacts-location-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: var(--yellow-primary);
  border: 1px solid var(--yellow-primary);
  border-radius: 8px;
  padding: 0.75rem 1.25rem;
  font-size: 18px;
  cursor: pointer;
}
.price-offer__contacts-location-button:hover {
  background-color: var(--white-primary);
  border: 1px solid var(--black-primary);
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .price-offer__contacts-location-button {
    gap: 15px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .price-offer__contacts-location-button {
    gap: 15px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .price-offer__contacts-location-button {
    gap: 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .price-offer__contacts-location-button {
    gap: 15px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .price-offer__contacts-location-button {
    font-size: 14px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .price-offer__contacts-location-button {
    font-size: 14px;
  }
}
.price-offer__contacts-location-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .price-offer__contacts-location-content {
    display: block;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .price-offer__contacts-location-content {
    display: block;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .price-offer__contacts-location-content {
    display: block;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .price-offer__contacts-location-content {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .price-offer__contacts-location-content {
    display: block;
  }
}
.price-offer__contacts-location-info {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.price-offer__contacts-location-map {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
.price-offer__contacts-location-map iframe {
  max-width: 100%;
  width: 100%;
  height: 300px;
  border-radius: 1.25rem;
  border: 1px solid var(--gray-light) !important;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .price-offer__contacts-location-map iframe {
    height: 220px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .price-offer__contacts-location-map iframe {
    height: 220px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .price-offer__contacts-location-map iframe {
    height: 220px;
  }
}
.price-offer__contacts-location-map iframe:focus, .price-offer__contacts-location-map iframe:focus-visible {
  border: none !important;
}

.single-apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5rem;
  margin: 2.5rem 0 6.25rem;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .single-apps {
    display: block;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .single-apps {
    display: block;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .single-apps {
    display: block;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .single-apps {
    display: block;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .single-apps {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .single-apps {
    display: block;
  }
}
.single-apps__menu {
  width: 30%;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .single-apps__menu {
    width: 100%;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .single-apps__menu {
    width: 100%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .single-apps__menu {
    width: 100%;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .single-apps__menu {
    width: 100%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .single-apps__menu {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .single-apps__menu {
    width: 100%;
  }
}
@media only screen and (min-width: 1801px) {
  .single-apps__menu-inner {
    position: sticky;
    top: 8.125rem;
  }
}
@media only screen and (min-width: 1560px) and (max-width: 1800px) {
  .single-apps__menu-inner {
    position: sticky;
    top: 8.125rem;
  }
}
@media only screen and (min-width: 1403px) and (max-width: 1559px) {
  .single-apps__menu-inner {
    position: sticky;
    top: 8.125rem;
  }
}
@media only screen and (min-width: 1323px) and (max-width: 1402px) {
  .single-apps__menu-inner {
    position: sticky;
    top: 8.125rem;
  }
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  .single-apps__menu-inner {
    position: sticky;
    top: 8.125rem;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .single-apps__menu-inner {
    position: sticky;
    top: 8.125rem;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .single-apps__menu {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .single-apps__menu {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .single-apps__menu {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .single-apps__menu {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .single-apps__menu {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .single-apps__menu {
    margin-bottom: 2.5rem;
  }
}
.single-apps__menu ul, .single-apps__menu .elearning-content--list--item ul.numbers, .elearning-content--list--item .single-apps__menu ul.numbers {
  list-style-type: none;
}
.single-apps__menu-backlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background-color: var(--blue-light1);
  border-radius: 12px;
  padding: 1rem;
  cursor: pointer;
  font-size: 1.125rem;
}
.single-apps__menu-backlink:hover {
  background-color: var(--blue-dark);
  color: var(--white-primary);
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .single-apps__menu-backlink {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .single-apps__menu-backlink {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .single-apps__menu-backlink {
    font-size: 1.3rem;
  }
}
.single-apps__menu-link {
  margin-top: 1.25rem;
  cursor: pointer;
}
.single-apps__menu-link:hover {
  background-color: var(--white-primary);
  border: 1px solid var(--black-primary);
}
.single-apps__menu-content ul, .single-apps__menu-content .elearning-content--list--item ul.numbers, .elearning-content--list--item .single-apps__menu-content ul.numbers {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.single-apps__menu-content li {
  margin-top: 8px;
  text-align: center;
  background-color: var(--yellow-primary);
  border: 1px solid var(--yellow-primary);
  padding: 1.25rem 2.5rem;
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.single-apps__menu-content li:hover {
  background-color: var(--white-primary);
  border: 1px solid var(--black-primary);
}
.single-apps__menu-content a {
  display: block;
}
.single-apps__content {
  width: 70%;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .single-apps__content {
    width: 100%;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .single-apps__content {
    width: 100%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .single-apps__content {
    width: 100%;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .single-apps__content {
    width: 100%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .single-apps__content {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .single-apps__content {
    width: 100%;
  }
}
.single-apps__banner {
  background: var(--gradient-blue-primary-dark);
  background-repeat: no-repeat;
  border-radius: 1.25rem;
  margin-bottom: 1.25rem;
}
.single-apps__banner-title {
  color: var(--white-primary);
  padding: 2.5rem;
  line-height: 1.3;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .single-apps__banner-title h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .single-apps__banner-title h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .single-apps__banner-title h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .single-apps__banner-title h2 {
    font-size: 2.5rem;
  }
}
.single-apps__desc h6 {
  font-weight: 600;
}
.single-apps__img img {
  border-radius: 1.25rem;
}
.single-apps__compare-title {
  color: var(--white-primary);
  background: var(--gradient-blue-primary-dark);
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
  display: inline-block;
  font-weight: 600;
  position: relative;
  top: 40px;
  left: 20px;
}
.single-apps__compare-content {
  background-color: var(--blue-light1);
  border-radius: 1.25rem;
  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .single-apps__compare-content {
    padding-top: 4.25rem;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .single-apps__compare-content {
    padding-top: 4.25rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .single-apps__compare-content {
    padding-top: 4.25rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .single-apps__compare-content {
    padding-top: 4.25rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .single-apps__compare-content {
    padding-top: 4.25rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .single-apps__compare-content {
    padding-top: 4.25rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .single-apps__compare-content {
    padding-top: 4.25rem;
  }
}
.single-apps__compare-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 20px;
}
.single-apps__compare-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-apps__compare-item-row {
  /* border-bottom: 1px solid #AFC5EB */
  display: grid;
  grid-template-columns: 40% 1fr 1.2fr;
  gap: 1.25rem;
  z-index: 100;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .single-apps__compare-item-row {
    grid-template-columns: auto auto auto;
  }
}
.single-apps__compare-item-row:last-child {
  border: none;
}
.single-apps__compare-item-row:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 97%;
  height: 1px;
  background-color: #AFC5EB;
}
@media only screen and (max-width: 600px) {
  .single-apps__compare-item-row:not(:last-child)::after {
    width: 0;
  }
}
.single-apps__compare-item-desc {
  padding: 1.1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 600px) {
  .single-apps__compare-item-desc {
    width: 150px;
  }
}
.single-apps__compare-item-title {
  background: var(--gradient-blue-primary-dark);
  padding: 0.75rem 1.875rem;
  color: var(--white-primary);
  font-weight: 600;
  border-radius: 0.75rem 0.75rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 600px) {
  .single-apps__compare-item-title--first {
    width: 115px;
  }
}
@media only screen and (max-width: 600px) {
  .single-apps__compare-item-title--second {
    width: 165px;
  }
}
.single-apps__compare-item-select-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 1.1rem 1.3rem;
  background-color: var(--blue-light2);
  height: 100%;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .single-apps__compare-item-select--first {
    width: 115px;
  }
}
@media only screen and (max-width: 600px) {
  .single-apps__compare-item-select--second {
    width: 165px;
  }
}
.single-apps__compare-item-select:last-child {
  border-radius: 0 0 15px 15px;
}
.single-apps__compare-item-selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.single-apps__softver-modules {
  margin: 2.5rem 0 6.25rem;
}
.single-apps__softver-modules__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--gradient-blue-primary-dark);
  border-radius: 1.25rem;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .single-apps__softver-modules__banner {
    display: block;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .single-apps__softver-modules__banner {
    display: block;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .single-apps__softver-modules__banner {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .single-apps__softver-modules__banner {
    display: block;
  }
}
.single-apps__softver-modules__banner-img {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.single-apps__softver-modules__banner-img img {
  border-radius: 1.25rem;
  height: 100%;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .single-apps__softver-modules__banner-img img {
    border-radius: 0 0 1.25rem 1.25rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .single-apps__softver-modules__banner-img img {
    border-radius: 0 0 1.25rem 1.25rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .single-apps__softver-modules__banner-img img {
    border-radius: 0 0 1.25rem 1.25rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .single-apps__softver-modules__banner-img img {
    border-radius: 0 0 1.25rem 1.25rem;
  }
}
.single-apps__softver-modules__banner-title {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  color: var(--white-primary);
  padding: 2.5rem 0 2.5rem 2.5rem;
}
.single-apps__softver-modules__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 2rem;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .single-apps__softver-modules__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .single-apps__softver-modules__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .single-apps__softver-modules__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .single-apps__softver-modules__content {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .single-apps__softver-modules__content {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .single-apps__softver-modules__content {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .single-apps__softver-modules__content {
    grid-template-columns: 1fr;
  }
}
.single-apps__softver-modules__content-item {
  background-color: var(--yellow-primary);
  border-radius: 0.75rem;
  padding: 2.2rem 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 100px;
  width: 305px;
}
.single-apps__softver-modules__content-item:hover {
  background: var(--gradient-blue-primary-dark);
  color: var(--white-primary);
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .single-apps__softver-modules__content-item {
    width: 100%;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .single-apps__softver-modules__content-item {
    width: 100%;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .single-apps__softver-modules__content-item {
    width: 100%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .single-apps__softver-modules__content-item {
    width: 100%;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .single-apps__softver-modules__content-item {
    width: 100%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .single-apps__softver-modules__content-item {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .single-apps__softver-modules__content-item {
    width: 100%;
  }
}
.single-apps__demo-form-download {
  background: var(--gradient-blue-primary-dark);
  border-radius: 1.25rem;
  padding: 2.5rem;
  margin-top: 2.5rem;
}
.single-apps__demo-form-desc {
  color: var(--white-primary);
  padding-bottom: 2rem;
}

.single-apps__compare-item-row:last-child .single-apps__compare-item-select-inner {
  border-radius: 0 0 15px 15px;
}

.lb-dataContainer {
  display: none !important;
}

@media only screen and (min-width: 440px) and (max-width: 540px) {
  .lb-outerContainer, .lb-container, .lb-image {
    height: 40vh !important;
    width: 100% !important;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .lb-outerContainer, .lb-container, .lb-image {
    height: 40vh !important;
    width: 100% !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .lb-outerContainer, .lb-container, .lb-image {
    height: 40vh !important;
    width: 100% !important;
  }
}

body {
  overflow-x: visible !important;
}

.header {
  -webkit-box-shadow: 0 5px 10px 0 rgba(13, 55, 133, 0.05);
          box-shadow: 0 5px 10px 0 rgba(13, 55, 133, 0.05);
}

.nav-tabs {
  padding-top: 20px;
  position: sticky;
  top: 70px;
  z-index: 9;
}
.nav-tabs > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.nav-tabs--list-d {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: var(--gradient-blue-primary-dark);
  border-radius: 1.25rem;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .nav-tabs--list-d {
    display: none;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .nav-tabs--list-d {
    display: none;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .nav-tabs--list-d {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .nav-tabs--list-d {
    display: none;
  }
}
.nav-tabs--list-d__item {
  color: var(--white-primary);
  padding: 0.75rem 1.25rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  border: 1px solid #fff;
  overflow: hidden;
  width: 80px;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  position: relative;
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .nav-tabs--list-d__item {
    padding: 0.75rem 0.9rem !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .nav-tabs--list-d__item {
    padding: 0.7rem !important;
  }
}
.nav-tabs--list-d__item:hover {
  cursor: pointer;
  background-color: var(--yellow-primary);
  color: var(--black-primary);
  width: auto;
}
.nav-tabs--list-d__item:hover .initials {
  display: none;
}
.nav-tabs--list-d__item:hover .full-text {
  display: block;
}
.nav-tabs--list-d__item.active {
  color: var(--black-primary);
  background-color: var(--yellow-primary);
}
.nav-tabs--list-d__item.active:hover {
  cursor: text;
}
.nav-tabs--list-d__item .initials {
  display: block;
}
.nav-tabs--list-d__item .full-text {
  display: none;
}
.nav-tabs--list-d__item p {
  margin: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-tabs--list-d__item:first-of-type {
  border-radius: 1.1rem 0 0 1.1rem;
}
.nav-tabs--list-d__item:last-of-type {
  border-radius: 0 1.1rem 1.1rem 0;
}
.nav-tabs--list-m {
  width: 250px;
}
@media only screen and (min-width: 1801px) {
  .nav-tabs--list-m {
    display: none;
  }
}
@media only screen and (min-width: 1560px) and (max-width: 1800px) {
  .nav-tabs--list-m {
    display: none;
  }
}
@media only screen and (min-width: 1403px) and (max-width: 1559px) {
  .nav-tabs--list-m {
    display: none;
  }
}
@media only screen and (min-width: 1323px) and (max-width: 1402px) {
  .nav-tabs--list-m {
    display: none;
  }
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  .nav-tabs--list-m {
    display: none;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .nav-tabs--list-m {
    display: none;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .nav-tabs--list-m {
    display: none;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .nav-tabs--list-m {
    display: none;
  }
}
.nav-tabs--list-m__active {
  color: var(--black-primary);
  padding: 0.75rem 1.25rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: var(--yellow-primary);
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.nav-tabs--list-m__active img {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.nav-tabs--list-m__active img.open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav-tabs--list-m__container {
  display: none;
  background-image: var(--gradient-blue-primary-dark);
  border-radius: 0 0 1.5rem 1.5rem;
  padding-top: 12px;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}
.nav-tabs--list-m__container__item {
  color: var(--white-primary);
  cursor: pointer;
  padding: 0.75rem 1.25rem;
}
.nav-tabs--list-m__container__item.hidden {
  display: none;
}

.elearning-content--list--item {
  display: none;
}
.elearning-content--list--item .section-title {
  margin-top: 0.25rem;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .elearning-content--list--item p.large {
    font-size: 18px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .elearning-content--list--item p.large {
    font-size: 18px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .elearning-content--list--item p.large {
    font-size: 18px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .elearning-content--list--item p.large {
    font-size: 18px;
  }
}
.elearning-content--list--item p.w100 {
  width: 100%;
}
.elearning-content--list--item p.w80 {
  width: 80%;
}
.elearning-content--list--item .banner--text {
  border-radius: 1.25rem;
  padding: 1.25rem;
}
.elearning-content--list--item .banner--text.yellow {
  background-color: var(--yellow-primary);
}
.elearning-content--list--item ul, .elearning-content--list--item ul.numbers {
  margin: 0;
  padding-left: 1.25rem;
}
.elearning-content--list--item ul.numbers {
  list-style-type: decimal;
  margin: 0.75rem 0 1.25rem 0;
}
.elearning-content--list--item ul.numbers li {
  padding-left: 0.9375rem;
  font-size: 18px;
  line-height: 1.6;
}
.elearning-content--list--item ul.numbers li::marker {
  font-weight: bold;
}
.elearning-content--list--item ul.numbers li:not(:last-of-type) {
  margin-bottom: 12px;
}
.elearning-content--list--item ul.point-square {
  list-style: disc;
}
.elearning-content--list--item ul.point-square li {
  padding-left: 0.9375rem;
  font-size: 18px;
  line-height: 1.6;
}
.elearning-content--list--item ul.point-square li::marker {
  font-weight: bold;
}
.elearning-content--list--item ul.point-dot {
  list-style: disc;
  margin-top: 1.25rem;
}
.elearning-content--list--item ul.point-dot li {
  padding-left: 0.9375rem;
  font-size: 18px;
  line-height: 1.6;
}
.elearning-content--list--item ul.point-dot li::marker {
  font-weight: bold;
}
.elearning-content--list--item ul.point-dot li:not(:last-of-type) {
  margin-bottom: 8px;
}
.elearning-content--list--item .square--blue {
  background: var(--gradient-blue-primary-dark);
  color: white;
  position: relative;
  padding: 2.5rem;
}
.elearning-content--list--item .square--blue span {
  color: white;
  display: block;
}
.elearning-content--list--item .square--blue .icon-right-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
.elearning-content--list--item[data-status-show=true] {
  display: block;
}

.elearning-grid-row, .elearning-grid-row.col-2 {
  display: grid;
  margin-bottom: 5rem;
}
.elearning-grid-row.col-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .elearning-grid-row.col-2 {
    grid-template-columns: 1fr !important;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .elearning-grid-row.col-2 {
    grid-template-columns: 1fr !important;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .elearning-grid-row.col-2 {
    grid-template-columns: 1fr !important;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .elearning-grid-row.col-2 {
    grid-template-columns: 1fr !important;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .elearning-grid-row.col-2 {
    grid-template-columns: 1fr !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .elearning-grid-row.col-2 {
    grid-template-columns: 1fr !important;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .elearning-grid-row.col-2.m-reverse > div:last-of-type {
    grid-row: 1;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .elearning-grid-row.col-2.m-reverse > div:last-of-type {
    grid-row: 1;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .elearning-grid-row.col-2.m-reverse > div:last-of-type {
    grid-row: 1;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .elearning-grid-row.col-2.m-reverse > div:last-of-type {
    grid-row: 1;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .elearning-grid-row.col-2.m-reverse > div:last-of-type {
    grid-row: 1;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .elearning-grid-row.col-2.m-reverse > div:last-of-type {
    grid-row: 1;
  }
}
.elearning-grid-row.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.elearning-grid-row.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 804px) and (max-width: 914px) {
  .elearning__menu {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .elearning__menu {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .elearning__menu {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .elearning__menu {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .elearning__menu {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .elearning__menu {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 1801px) {
  .elearning__menu-inner {
    position: sticky;
    top: 8.125rem;
  }
}
@media only screen and (min-width: 1560px) and (max-width: 1800px) {
  .elearning__menu-inner {
    position: sticky;
    top: 8.125rem;
  }
}
@media only screen and (min-width: 1403px) and (max-width: 1559px) {
  .elearning__menu-inner {
    position: sticky;
    top: 8.125rem;
  }
}
@media only screen and (min-width: 1323px) and (max-width: 1402px) {
  .elearning__menu-inner {
    position: sticky;
    top: 8.125rem;
  }
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  .elearning__menu-inner {
    position: sticky;
    top: 8.125rem;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .elearning__menu-inner {
    position: sticky;
    top: 8.125rem;
  }
}
.elearning__menu-item {
  color: var(--black-primary);
  padding: 1.25rem 2.5rem;
  margin-top: 8px;
  background-color: var(--yellow-primary);
  border-radius: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  cursor: pointer;
}
.elearning__menu-item:hover, .elearning__menu-item.active {
  background-color: var(--blue-dark);
  color: var(--white-primary);
}
.elearning__menu-content a {
  display: block;
  color: var(--black-primary);
  padding: 1.25rem 2.5rem;
  margin-top: 8px;
  background-color: var(--yellow-primary);
  border-radius: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.elearning__menu-content a:hover, .elearning__menu-content a.active {
  background-color: var(--blue-dark);
  color: var(--white-primary);
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .elearning__image-container {
    height: 400px;
  }
  .elearning__image-container img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .elearning__image-container {
    height: 400px;
  }
  .elearning__image-container img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .elearning__image-container {
    height: 400px;
  }
  .elearning__image-container img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .elearning__image-container {
    height: 400px;
  }
  .elearning__image-container img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .elearning__image-container {
    height: 400px;
  }
  .elearning__image-container img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .elearning__image-container {
    height: 400px;
  }
  .elearning__image-container img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .elearning__image-container {
    height: 300px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .elearning__image-container {
    height: 300px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .elearning__image-container {
    height: 300px;
  }
}
.elearning__app-section {
  position: relative;
}
.elearning__app-section__head {
  position: relative;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .elearning__app-section__head {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .elearning__app-section__head {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .elearning__app-section__head {
    overflow: hidden;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .elearning__app-section__head {
    overflow: hidden;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .elearning__app-section__head {
    overflow: hidden;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .elearning__app-section__head {
    overflow: hidden;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .elearning__app-section__head {
    overflow: hidden;
  }
}
.elearning__app-section__head h3 {
  max-width: 52.875rem;
}
.elearning__app-section__head img {
  position: absolute;
  right: -40px;
  top: -50px;
  max-height: 250px;
}
@media only screen and (min-width: 1801px) {
  .elearning__app-section__head img {
    display: none;
  }
}
@media only screen and (min-width: 1560px) and (max-width: 1800px) {
  .elearning__app-section__head img {
    display: none;
  }
}
@media only screen and (min-width: 1403px) and (max-width: 1559px) {
  .elearning__app-section__head img {
    display: none;
  }
}
@media only screen and (min-width: 1323px) and (max-width: 1402px) {
  .elearning__app-section__head img {
    display: none;
  }
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  .elearning__app-section__head img {
    display: none;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .elearning__app-section__head img {
    right: -100px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .elearning__app-section__head img {
    right: -100px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .elearning__app-section__head img {
    right: -100px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .elearning__app-section__head img {
    right: -120px;
  }
}
.elearning__app-section__image {
  position: absolute;
  right: -20.875rem;
  bottom: 0;
  max-height: 100%;
}
@media only screen and (min-width: 1403px) and (max-width: 1559px) {
  .elearning__app-section__image {
    right: -15rem;
  }
}
@media only screen and (min-width: 1323px) and (max-width: 1402px) {
  .elearning__app-section__image {
    right: -10rem;
  }
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  .elearning__app-section__image {
    right: 0rem;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .elearning__app-section__image {
    display: none;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .elearning__app-section__image {
    display: none;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .elearning__app-section__image {
    display: none;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .elearning__app-section__image {
    display: none;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .elearning__app-section__image {
    display: none;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .elearning__app-section__image {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .elearning__app-section__image {
    display: none;
  }
}
.elearning__app-section__content {
  display: grid;
  gap: 1.25rem;
  margin-top: 2.5rem;
  max-width: 53.875rem;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .elearning__app-section__content {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .elearning__app-section__content {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .elearning__app-section__content {
    max-width: unset;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .elearning__app-section__content {
    max-width: unset;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .elearning__app-section__content {
    max-width: unset;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .elearning__app-section__content {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .elearning__app-section__content {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .elearning__app-section__content {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .elearning__app-section__content {
    grid-template-columns: 1fr;
  }
}
.elearning__app-section__content__item {
  border-radius: 1.25rem;
  -webkit-box-shadow: 0.625rem 0.625rem 1.25rem 0px rgba(13, 55, 133, 0.1);
          box-shadow: 0.625rem 0.625rem 1.25rem 0px rgba(13, 55, 133, 0.1);
  position: relative;
  min-height: 25rem;
}
.elearning__app-section__content__item__head {
  background-image: var(--gradient-blue-primary-dark);
  height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 1.25rem 1.25rem 0 0;
}
.elearning__app-section__content__item__head h5 {
  margin: 0;
}
.elearning__app-section__content__item__body {
  padding: 1.25rem;
}
.elearning__app-section__content__item__body p {
  font-weight: 600;
}
.elearning__app-section__content__item__body ul, .elearning__app-section__content__item__body .elearning-content--list--item ul.numbers, .elearning-content--list--item .elearning__app-section__content__item__body ul.numbers {
  padding: 0.75rem 0 4.75rem 1.25rem;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .elearning__app-section__content__item__body ul, .elearning__app-section__content__item__body .elearning-content--list--item ul.numbers, .elearning-content--list--item .elearning__app-section__content__item__body ul.numbers {
    padding: 0.75rem 0 6.75rem 1.25rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .elearning__app-section__content__item__body ul, .elearning__app-section__content__item__body .elearning-content--list--item ul.numbers, .elearning-content--list--item .elearning__app-section__content__item__body ul.numbers {
    padding: 0.75rem 0 6.75rem 1.25rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .elearning__app-section__content__item__body ul, .elearning__app-section__content__item__body .elearning-content--list--item ul.numbers, .elearning-content--list--item .elearning__app-section__content__item__body ul.numbers {
    padding: 0.75rem 0 6.75rem 1.25rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .elearning__app-section__content__item__body ul, .elearning__app-section__content__item__body .elearning-content--list--item ul.numbers, .elearning-content--list--item .elearning__app-section__content__item__body ul.numbers {
    padding: 0.75rem 0 6.75rem 1.25rem;
  }
}
.elearning__app-section__content__item__body ul li, .elearning__app-section__content__item__body .elearning-content--list--item ul.numbers li, .elearning-content--list--item .elearning__app-section__content__item__body ul.numbers li {
  font-size: 18px;
  font-weight: 300;
  font-line-height: 1.6;
}
.elearning__app-section__content__item__body ul li:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.elearning__app-section__content__item a {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
}

.rounded-20 {
  border-radius: 1.25rem;
}

form#elearning-form-demo {
  margin-top: 2.5rem;
}

@media only screen and (min-width: 541px) and (max-width: 684px) {
  .elearning-form-demo__row > button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .elearning-form-demo__row > button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .elearning-form-demo__row > button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .elearning-form-demo__row > button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

table.elearning {
  margin-top: 1.25rem;
  border-collapse: separate;
  border-spacing: 0;
  padding: 2rem 2.5rem;
  border-radius: 1.25rem;
  background-color: var(--blue-light1);
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  table.elearning {
    background-color: var(--blue-light2);
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  table.elearning {
    background-color: var(--blue-light2);
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  table.elearning {
    background-color: var(--blue-light2);
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  table.elearning {
    background-color: var(--blue-light2);
  }
}
table.elearning thead th {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--black-primary);
  padding-bottom: 0.75rem;
}
table.elearning thead th:last-of-type {
  width: 12.9375rem;
}
table.elearning tbody td {
  padding: 0.5rem 0;
  border-bottom: 1px solid #CCCCCC;
}
table.elearning tbody td[data-column-name=title] {
  grid-area: "title";
}
table.elearning tbody td[data-column-name=kurz] {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  grid-area: kurz;
}
table.elearning tbody td[data-column-name=slovak-language] {
  grid-area: lang1;
}
table.elearning tbody td[data-column-name=english-language] {
  grid-area: lang2;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  table.elearning tbody td[data-column-name=slovak-language], table.elearning tbody td[data-column-name=english-language] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  table.elearning tbody td[data-column-name=slovak-language] img, table.elearning tbody td[data-column-name=english-language] img {
    width: 20px;
    height: 20px;
    margin: 4px !important;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  table.elearning tbody td[data-column-name=slovak-language], table.elearning tbody td[data-column-name=english-language] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  table.elearning tbody td[data-column-name=slovak-language] img, table.elearning tbody td[data-column-name=english-language] img {
    width: 20px;
    height: 20px;
    margin: 4px !important;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  table.elearning tbody td[data-column-name=slovak-language], table.elearning tbody td[data-column-name=english-language] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  table.elearning tbody td[data-column-name=slovak-language] img, table.elearning tbody td[data-column-name=english-language] img {
    width: 20px;
    height: 20px;
    margin: 4px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  table.elearning tbody td[data-column-name=slovak-language], table.elearning tbody td[data-column-name=english-language] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  table.elearning tbody td[data-column-name=slovak-language] img, table.elearning tbody td[data-column-name=english-language] img {
    width: 20px;
    height: 20px;
    margin: 4px !important;
  }
}
table.elearning tbody td[data-column-name=slovak-language] img, table.elearning tbody td[data-column-name=english-language] img {
  margin: 0 auto;
}
table.elearning tbody td[data-column-name=sylabus] {
  grid-area: sylabus;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  table.elearning tbody td[data-column-name=sylabus] {
    max-width: 175px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  table.elearning tbody td[data-column-name=sylabus] {
    max-width: 175px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  table.elearning tbody td[data-column-name=sylabus] {
    max-width: 175px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  table.elearning tbody td[data-column-name=sylabus] {
    max-width: 175px;
  }
}
table.elearning tbody td[data-column-name=sylabus] a {
  background: var(--gradient-blue-primary-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 18px;
  font-weight: 300;
  color: var(--white-primary);
}

@media only screen and (min-width: 541px) and (max-width: 684px) {
  .responsive-table thead {
    display: none;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .responsive-table thead {
    display: none;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .responsive-table thead {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .responsive-table thead {
    display: none;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .responsive-table__row {
    display: grid;
    grid-template-areas: "title . lang1 lang2" " kurz kurz kurz kurz" "sylabus sylabus . .";
    margin-bottom: 4rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #AFC5EB;
  }
  .responsive-table__row td {
    border-bottom: none !important;
  }
  .responsive-table__row td[data-column-name=sylabus] {
    margin-top: 8px;
  }
  .responsive-table__row td[data-column-name=sylabus] a {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .responsive-table__row {
    display: grid;
    grid-template-areas: "title . lang1 lang2" " kurz kurz kurz kurz" "sylabus sylabus . .";
    margin-bottom: 4rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #AFC5EB;
  }
  .responsive-table__row td {
    border-bottom: none !important;
  }
  .responsive-table__row td[data-column-name=sylabus] {
    margin-top: 8px;
  }
  .responsive-table__row td[data-column-name=sylabus] a {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .responsive-table__row {
    display: grid;
    grid-template-areas: "title . lang1 lang2" " kurz kurz kurz kurz" "sylabus sylabus . .";
    margin-bottom: 4rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #AFC5EB;
  }
  .responsive-table__row td {
    border-bottom: none !important;
  }
  .responsive-table__row td[data-column-name=sylabus] {
    margin-top: 8px;
  }
  .responsive-table__row td[data-column-name=sylabus] a {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .responsive-table__row {
    display: grid;
    grid-template-areas: "title . lang1 lang2" " kurz kurz kurz kurz" "sylabus sylabus . .";
    margin-bottom: 4rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #AFC5EB;
  }
  .responsive-table__row td {
    border-bottom: none !important;
  }
  .responsive-table__row td[data-column-name=sylabus] {
    margin-top: 8px;
  }
  .responsive-table__row td[data-column-name=sylabus] a {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .responsive-table__row {
    grid-template-areas: "title . lang1 lang2" " kurz kurz kurz kurz" "sylabus sylabus sylabus .";
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .responsive-table__row {
    grid-template-areas: "title . lang1 lang2" " kurz kurz kurz kurz" "sylabus sylabus sylabus .";
  }
}
.responsive-table__row__title {
  display: none;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .responsive-table__row__title {
    display: initial;
    text-align: left;
    margin-bottom: 8px;
    font-size: 14.4px;
    font-weight: 600;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .responsive-table__row__title {
    display: initial;
    text-align: left;
    margin-bottom: 8px;
    font-size: 14.4px;
    font-weight: 600;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .responsive-table__row__title {
    display: initial;
    text-align: left;
    margin-bottom: 8px;
    font-size: 14.4px;
    font-weight: 600;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .responsive-table__row__title {
    display: initial;
    text-align: left;
    margin-bottom: 8px;
    font-size: 14.4px;
    font-weight: 600;
  }
}
.responsive-table__row__lang {
  display: none;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .responsive-table__row__lang {
    display: inline;
    font-size: 14.4px;
    font-weight: 600;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .responsive-table__row__lang {
    display: inline;
    font-size: 14.4px;
    font-weight: 600;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .responsive-table__row__lang {
    display: inline;
    font-size: 14.4px;
    font-weight: 600;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .responsive-table__row__lang {
    display: inline;
    font-size: 14.4px;
    font-weight: 600;
  }
}

.elearning-benefits {
  margin-top: 5rem;
  background-color: var(--blue-light1);
  border-radius: 1.25rem;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .elearning-benefits {
    background-color: var(--blue-light2);
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .elearning-benefits {
    background-color: var(--blue-light2);
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .elearning-benefits {
    background-color: var(--blue-light2);
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .elearning-benefits {
    background-color: var(--blue-light2);
  }
}
.elearning-benefits--hero {
  padding: 2.5rem;
  border-radius: 1.25rem;
  background: url("/wp-content/themes/besoft/assets/img/elearning-circles.png") no-repeat right top/auto 100%, var(--gradient-blue-primary-dark);
}
.elearning-benefits--hero > span {
  color: var(--white-primary);
}
.elearning-benefits--hero > p {
  margin-top: 1.25rem;
  color: var(--white-secondary);
  width: 70%;
}
.elearning-benefits--content {
  padding: 2.5rem;
}

.elearning-your-courses {
  border-radius: 1.25rem;
  background: var(--blue-light1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .elearning-your-courses {
    background-color: var(--blue-light2);
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .elearning-your-courses {
    background-color: var(--blue-light2);
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .elearning-your-courses {
    background-color: var(--blue-light2);
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .elearning-your-courses {
    background-color: var(--blue-light2);
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .elearning-your-courses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .elearning-your-courses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .elearning-your-courses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .elearning-your-courses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .elearning-your-courses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .elearning-your-courses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.elearning-your-courses__head {
  background: var(--gradient-blue-primary-dark);
  border-radius: 1.25rem 1.25rem 0 1.25rem;
  padding: 2.5rem;
  position: relative;
  min-height: 444px;
  width: 100%;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .elearning-your-courses__head {
    max-width: unset;
    min-height: 340px;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .elearning-your-courses__head {
    max-width: unset;
    min-height: 340px;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .elearning-your-courses__head {
    max-width: unset;
    min-height: 340px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .elearning-your-courses__head {
    min-height: unset;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .elearning-your-courses__head {
    min-height: unset;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .elearning-your-courses__head {
    min-height: unset;
  }
}
.elearning-your-courses__head span {
  margin-bottom: 3.75rem;
}
.elearning-your-courses__head img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 80%;
}
.elearning-your-courses__body {
  padding: 2.5rem;
}
.elearning-your-courses__body__item:not(:last-of-type) {
  margin-bottom: 5rem;
}
.elearning-your-courses__body__item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .elearning-your-courses__body__item__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .elearning-your-courses__body__item__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .elearning-your-courses__body__item__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.elearning-your-courses__body__item__head h4 {
  margin-left: 1.25rem;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .elearning-your-courses__body__item__head h4 {
    margin: 0.75rem 0;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .elearning-your-courses__body__item__head h4 {
    margin: 0.75rem 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .elearning-your-courses__body__item__head h4 {
    margin: 0.75rem 0;
  }
}
.elearning-your-courses__body__item__head img {
  width: 52px;
  height: 52px;
}

.elearning-courses {
  display: grid;
  grid-template-columns: auto 305px;
  grid-template-areas: "masonry desc";
  gap: 20px;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .elearning-courses {
    grid-template-areas: "desc" "masonry";
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .elearning-courses {
    grid-template-areas: "desc" "masonry";
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .elearning-courses {
    grid-template-areas: "desc" "masonry";
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .elearning-courses {
    grid-template-areas: "desc" "masonry";
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .elearning-courses {
    grid-template-areas: "desc" "masonry";
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .elearning-courses {
    grid-template-areas: "desc" "masonry";
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .elearning-courses {
    grid-template-areas: "desc" "masonry";
    grid-template-columns: 1fr;
  }
}
.elearning-courses__wrap {
  border-bottom: 0.0625rem solid #ccc;
  padding-top: 1rem;
  max-height: 560px;
  grid-area: masonry;
}
@media only screen and (max-width: 700px) {
  .elearning-courses__wrap {
    max-height: none;
    overflow-y: unset;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .elearning-courses__wrap {
    border: none;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .elearning-courses__wrap {
    border: none;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .elearning-courses__wrap {
    border: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .elearning-courses__wrap {
    border: none;
  }
}
.elearning-courses__wrap:after {
  content: "";
  display: block;
  clear: both;
}
.elearning-courses__wrap > div {
  float: left;
  padding: 10px;
}
@media only screen and (max-width: 700px) {
  .elearning-courses__wrap > div {
    width: 100%;
  }
}
.elearning-courses__wrap > div > div {
  width: 100%;
  height: 100%;
  background: #FFE7E7;
}
.elearning-courses__desc {
  width: 100%;
  background: var(--gradient-blue-primary-dark);
  border-radius: 1.25rem;
  padding: 2.5rem;
  margin-top: 1.25rem;
  position: relative;
  grid-area: desc;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .elearning-courses__desc {
    min-height: 210px;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .elearning-courses__desc {
    min-height: 210px;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .elearning-courses__desc {
    min-height: 210px;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .elearning-courses__desc {
    min-height: 210px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .elearning-courses__desc {
    min-height: 210px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .elearning-courses__desc {
    min-height: 280px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .elearning-courses__desc {
    min-height: 280px;
  }
}
.elearning-courses__desc p {
  color: var(--white-primary);
  padding-top: 0.75rem;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .elearning-courses__desc p {
    max-width: 400px;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .elearning-courses__desc p {
    max-width: 400px;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .elearning-courses__desc p {
    max-width: 400px;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .elearning-courses__desc p {
    max-width: 200px;
  }
}
.elearning-courses__desc img {
  position: absolute;
  bottom: 0;
  right: 1.625rem;
  height: 16.75rem;
  width: auto;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .elearning-courses__desc img {
    position: initial;
    margin: 0.5rem auto;
    height: auto;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .elearning-courses__desc img {
    position: initial;
    margin: 0.5rem auto;
    height: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .elearning-courses__desc img {
    position: initial;
    margin: 0.5rem auto;
    height: auto;
  }
}

.masonry-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 10px;
  grid-gap: 10px;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}

@media (max-width: 600px) {
  .masonry-grid {
    grid-template-columns: 1fr;
  }
}
.grid-item {
  margin-top: 8px;
  display: block;
  width: 100%;
}

.grid-item > div {
  width: 100%;
  height: 100%;
  position: relative;
}

.grid-item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}

.hero-carousel {
  position: relative;
}
.hero-carousel__wrap--item {
  position: relative;
  height: 700px !important;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .hero-carousel__wrap--item {
    background-size: 170%;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .hero-carousel__wrap--item {
    background-size: 170%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .hero-carousel__wrap--item {
    background-size: 170%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .hero-carousel__wrap--item {
    background-size: 170%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .hero-carousel__wrap--item {
    height: 550px !important;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .hero-carousel__wrap--item {
    height: 550px !important;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .hero-carousel__wrap--item {
    height: 600px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .hero-carousel__wrap--item {
    height: 600px !important;
  }
}
.hero-carousel__wrap--item__gradient {
  position: absolute;
  inset: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#3C6AC1), to(rgba(60, 106, 193, 0)));
  background-image: linear-gradient(90deg, #3C6AC1 0%, rgba(60, 106, 193, 0) 100%);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .hero-carousel__wrap--item__gradient {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(37%, #3C6AC1), to(rgba(60, 106, 193, 0)));
    background-image: linear-gradient(0deg, #3C6AC1 37%, rgba(60, 106, 193, 0) 100%);
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .hero-carousel__wrap--item__gradient {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(37%, #3C6AC1), to(rgba(60, 106, 193, 0)));
    background-image: linear-gradient(0deg, #3C6AC1 37%, rgba(60, 106, 193, 0) 100%);
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .hero-carousel__wrap--item__gradient {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #3C6AC1), to(rgba(60, 106, 193, 0)));
    background-image: linear-gradient(0deg, #3C6AC1 50%, rgba(60, 106, 193, 0) 100%);
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .hero-carousel__wrap--item__gradient {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #3C6AC1), to(rgba(60, 106, 193, 0)));
    background-image: linear-gradient(0deg, #3C6AC1 50%, rgba(60, 106, 193, 0) 100%);
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .hero-carousel__wrap--item__gradient {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(57%, #3C6AC1), to(rgba(60, 106, 193, 0)));
    background-image: linear-gradient(0deg, #3C6AC1 57%, rgba(60, 106, 193, 0) 100%);
  }
}
.hero-carousel__wrap--item__content {
  position: relative;
  height: 100%;
  padding: 5rem 0 2.5rem 0;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .hero-carousel__wrap--item__content {
    padding: 13rem 0 2.5rem 0;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .hero-carousel__wrap--item__content {
    padding: 13rem 0 2.5rem 0;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .hero-carousel__wrap--item__content {
    padding: 13rem 0 2.5rem 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .hero-carousel__wrap--item__content {
    padding: 13rem 0 2.5rem 0;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .hero-carousel__wrap--item__body {
    position: absolute;
    bottom: 100px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .hero-carousel__wrap--item__body {
    position: absolute;
    bottom: 100px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .hero-carousel__wrap--item__body {
    position: absolute;
    bottom: 100px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .hero-carousel__wrap--item__body {
    position: absolute;
    bottom: 100px;
  }
}
.hero-carousel__wrap--item__body h2 {
  max-width: 38rem;
}
.hero-carousel__wrap--item__body__content {
  max-width: 45.625rem;
  color: var(--white-primary);
  margin-top: 1.25rem;
  padding: 10px;
  border-radius: 8px;
  text-shadow: 1px 1px #1d1d1d;
  font-size: 20px;
  font-weight: 375;
  line-height: 1.55;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .hero-carousel__wrap--item__body__content {
    font-size: 18px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .hero-carousel__wrap--item__body__content {
    font-size: 18px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .hero-carousel__wrap--item__body__content {
    font-size: 18px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .hero-carousel__wrap--item__body__content {
    font-size: 18px;
  }
}
.hero-carousel__wrap--item__body__content ul, .hero-carousel__wrap--item__body__content .elearning-content--list--item ul.numbers, .elearning-content--list--item .hero-carousel__wrap--item__body__content ul.numbers {
  padding-left: 1rem;
}
.hero-carousel__wrap--item__body__content ul li, .hero-carousel__wrap--item__body__content .elearning-content--list--item ul.numbers li, .elearning-content--list--item .hero-carousel__wrap--item__body__content ul.numbers li {
  color: var(--white-primary);
  margin: 0.5rem 0;
}
.hero-carousel__wrap--item__body__content p, .hero-carousel__wrap--item__body__content ul, .hero-carousel__wrap--item__body__content .elearning-content--list--item ul.numbers, .elearning-content--list--item .hero-carousel__wrap--item__body__content ul.numbers {
  margin-bottom: 1.625rem;
}
.hero-carousel__wrap--item__body__content p:last-of-type, .hero-carousel__wrap--item__body__content ul:last-of-type {
  margin-bottom: 0;
}
.hero-carousel__wrap--item__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.hero-carousel__wrap--item__footer--arrows button {
  cursor: pointer;
  padding: 0.875rem;
  margin: 0 0.375rem;
}
.hero-carousel--dots {
  position: absolute;
  text-align: right;
  margin-bottom: 2.25rem;
  z-index: 1;
  right: calc((100% - 1280px) / 2);
  top: 2.5rem;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .hero-carousel--dots {
    right: 5%;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .hero-carousel--dots {
    right: 5%;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .hero-carousel--dots {
    right: 5%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .hero-carousel--dots {
    right: 5%;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .hero-carousel--dots {
    right: 5%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .hero-carousel--dots {
    right: 5%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .hero-carousel--dots {
    right: 5%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .hero-carousel--dots {
    left: 5%;
    top: 1.5rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .hero-carousel--dots {
    left: 5%;
    top: 1.5rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .hero-carousel--dots {
    left: 5%;
    top: 1.5rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .hero-carousel--dots {
    left: 5%;
    top: 1.5rem;
  }
}
.hero-carousel--dots .slick-dots {
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .hero-carousel--dots .slick-dots {
    width: 100%;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .hero-carousel--dots .slick-dots {
    width: 100%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .hero-carousel--dots .slick-dots {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .hero-carousel--dots .slick-dots {
    width: 100%;
  }
}
.hero-carousel--dots .slick-dots li {
  width: 5rem;
  height: 4px;
  border-radius: 4px;
  background-color: var(--white-primary);
  cursor: pointer;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .hero-carousel--dots .slick-dots li {
    width: 100% !important;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .hero-carousel--dots .slick-dots li {
    width: 100% !important;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .hero-carousel--dots .slick-dots li {
    width: 100% !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .hero-carousel--dots .slick-dots li {
    width: 100% !important;
  }
}
.hero-carousel--dots .slick-dots li button {
  font-size: 0;
  width: 100%;
  height: 100%;
}
.hero-carousel--dots .slick-dots li:hover {
  background-color: var(--yellow-primary);
}
.hero-carousel--dots .slick-dots li.slick-active {
  background-color: var(--yellow-primary);
}

.news {
  margin-top: 5rem;
}
.news__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .news__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .news__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .news__container {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .news__container {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .news__container {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .news__container {
    grid-template-columns: 1fr;
  }
}
.news__container__item {
  background-color: var(--blue-light1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0.75rem;
  min-height: 194px;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .news__container__item {
    min-height: 160px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .news__container__item {
    min-height: 160px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .news__container__item {
    min-height: 160px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .news__container__item {
    min-height: 160px;
  }
}
.news__container__item--content {
  padding: 0 1.25rem;
}
.news__container__item--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news__container__item--type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0px 0px 4px 4px;
  background-color: var(--blue-primary);
}
.news__container__item--type--title {
  color: var(--white-primary);
  padding: 0.25rem 0.75rem !important;
}
.news__container__item--type--cal {
  background-color: var(--yellow-primary);
  padding: 0.25rem !important;
}
.news__container__item--type--cal img {
  width: 24px;
  height: 24px;
}
.news__container__item--body {
  padding: 0.75rem 0;
}
.news__container__item--arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 0.75rem 0.75rem 0;
  padding: 0 0.875rem;
  background-color: var(--blue-primary);
  cursor: pointer;
}
.news__container__item--arrow svg path {
  fill: var(--white-primary);
}
.news__container__item--arrow:hover {
  background-color: var(--yellow-primary);
}
.news__container__item--arrow:hover svg path {
  fill: var(--black-primary);
}
.news__container__item--last {
  border: 1px solid var(--blue-primary);
  border-radius: 0.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  cursor: pointer;
  min-height: 194px;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .news__container__item--last {
    min-height: 120px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .news__container__item--last {
    min-height: 120px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .news__container__item--last {
    min-height: 120px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .news__container__item--last {
    min-height: 120px;
  }
}
.news__container__item--last p {
  color: var(--blue-primary);
}
.news__container__item--last svg path {
  fill: var(--black-primary);
}
.news__container__item--last:hover {
  border-color: var(--yellow-primary);
}
.news__container__item--last:hover p {
  color: var(--black-primary);
}
.news__container__item--last:hover svg path {
  fill: var(--black-primary);
}

.services {
  margin-top: 5rem;
}
.services__container {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .services__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .services__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .services__container {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .services__container {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .services__container {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .services__container {
    grid-template-columns: 1fr;
  }
}
.services__container__item {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white-primary);
  text-align: center;
  border: 2px solid var(--blue-primary);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  border-radius: 0.75rem;
  padding: 3.5rem 1.6875rem;
  position: relative;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .services__container__item {
    min-height: 160px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .services__container__item {
    min-height: 160px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .services__container__item {
    min-height: 160px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .services__container__item {
    min-height: 160px;
  }
}
.services__container__item:hover {
  border: 2px solid var(--yellow-primary);
  background: rgba(240, 202, 0, 0.7);
}
.services__container__item:hover .services__container__item--front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.services__container__item:hover .services__container__item--back {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.services__container__item--front, .services__container__item--back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  border-radius: 0.6rem;
  padding: 3.5rem 1.6875rem;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.services__container__item--front {
  background: inherit;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.services__container__item--back {
  background: rgba(240, 202, 0, 0.7);
  color: var(--black-primary);
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.services__container__item p.large {
  font-weight: 600;
}

.about-us__hero--wrapper, .about-us__company--wrapper, .about-us__permissions--wrapper, .about-us__refs--wrapper, .about-us__contacts--wrapper {
  margin: 3.75rem 0;
}
.about-us__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: var(--gradient-blue-primary-dark);
  border-radius: 35px;
  color: var(--white-primary);
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .about-us__hero {
    display: block;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .about-us__hero {
    display: block;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .about-us__hero {
    display: block;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .about-us__hero {
    display: block;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .about-us__hero {
    display: block;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .about-us__hero {
    display: block;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .about-us__hero {
    display: block;
    border-radius: 20px;
  }
}
.about-us__hero-content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .about-us__hero-content {
    padding-bottom: 4.688rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .about-us__hero-content {
    padding-bottom: 4.688rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .about-us__hero-content {
    padding-bottom: 4.688rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .about-us__hero-content {
    padding-bottom: 4.688rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .about-us__hero-content {
    padding-bottom: 4.688rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .about-us__hero-content {
    padding-bottom: 4.688rem;
  }
}
.about-us__hero-title {
  padding-bottom: 3.75rem;
}
.about-us__hero-desc p {
  font-size: 20px;
  line-height: 1.6;
}
.about-us__hero-image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .about-us__hero-image {
    display: none;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .about-us__hero-image {
    display: none;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .about-us__hero-image {
    display: none;
  }
}
.about-us__hero-image img {
  border-radius: 35px;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .about-us__hero-image img {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .about-us__hero-image img {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .about-us__hero-image img {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .about-us__hero-image img {
    border-radius: 20px;
  }
}
.about-us__hero-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 2rem;
}
.about-us__hero-menu__item {
  background-color: var(--yellow-primary);
  border: 1px solid var(--yellow-primary);
  padding: 2rem 1.25rem;
  border-radius: 0.75rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-us__hero-menu__item:hover {
  background-color: var(--white-primary);
  border: 1px solid var(--black-primary);
}
.about-us__menu-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  text-align: center;
  padding: 2rem 1.25rem;
}
.about-us__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5rem;
  border-top: 1px solid #CCC;
  padding-top: 4.688rem;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .about-us__content {
    display: block;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .about-us__content {
    display: block;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .about-us__content {
    display: block;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .about-us__content {
    display: block;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .about-us__content {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .about-us__content {
    display: block;
  }
}
.about-us__content-content {
  width: 65%;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .about-us__content-content {
    width: 100%;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .about-us__content-content {
    width: 100%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .about-us__content-content {
    width: 100%;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .about-us__content-content {
    width: 100%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .about-us__content-content {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .about-us__content-content {
    width: 100%;
  }
}
.about-us__content-intro {
  position: sticky;
  top: 8.125rem;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .about-us__content-intro {
    width: 100%;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .about-us__content-intro {
    width: 100%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .about-us__content-intro {
    width: 100%;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .about-us__content-intro {
    width: 100%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .about-us__content-intro {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .about-us__content-intro {
    width: 100%;
  }
}
.about-us__content-intro--wrapper {
  width: 30%;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .about-us__content-intro--wrapper {
    width: 45%;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .about-us__content-intro--wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .about-us__content-intro--wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .about-us__content-intro--wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .about-us__content-intro--wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .about-us__content-intro--wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .about-us__content-intro--wrapper {
    width: 100%;
  }
}
.about-us__content-title {
  font-size: 2.5rem;
  line-height: 1.3;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 35px 15px 0 25px;
  color: var(--white-primary);
  z-index: 2;
}
.about-us__content-image {
  position: relative;
  display: inline-block;
  border-radius: 1.25rem;
  width: 100%;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .about-us__content-image {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .about-us__content-image {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .about-us__content-image {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .about-us__content-image {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .about-us__content-image {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .about-us__content-image {
    padding-bottom: 3rem;
  }
}
.about-us__content-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(60, 106, 193)), color-stop(10%, rgb(60, 106, 193)), color-stop(40%, rgba(60, 106, 193, 0.9)), color-stop(60%, rgba(60, 106, 193, 0.5)), color-stop(80%, rgba(60, 106, 193, 0.2)), color-stop(90%, rgba(60, 106, 193, 0)));
  background: linear-gradient(to bottom, rgb(60, 106, 193) 0%, rgb(60, 106, 193) 10%, rgba(60, 106, 193, 0.9) 40%, rgba(60, 106, 193, 0.5) 60%, rgba(60, 106, 193, 0.2) 80%, rgba(60, 106, 193, 0) 90%);
  z-index: 1;
}
.about-us__content-image span {
  display: block;
  font-size: 14.4px;
  color: var(--gray-dark);
}
.about-us__content-image img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .about-us__content-image img {
    height: 250px;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .about-us__content-image img {
    height: 250px;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .about-us__content-image img {
    height: 250px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .about-us__content-image img {
    height: 250px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .about-us__content-image img {
    height: 250px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .about-us__content-image img {
    height: 250px;
  }
}
.about-us__company-services {
  margin: 2rem 0 4.25rem;
}
.about-us__company-service {
  margin-bottom: 0.75rem;
  background-image: var(--gradient-blue-primary-dark);
  border-radius: 0.75rem;
}
.about-us__company-service-acronym {
  padding: 1rem 2rem;
  background-image: var(--gradient-blue-primary-dark);
  border-radius: 0.75rem 0.75rem 0 0;
  -webkit-box-shadow: 0 4px 6px -6px #222;
  box-shadow: 0 4px 6px -6px #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-us__company-service-acronym p {
  font-weight: 600;
  text-align: center;
  color: var(--white-primary);
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .about-us__company-service-acronym p {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .about-us__company-service-acronym p {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .about-us__company-service-acronym p {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .about-us__company-service-acronym p {
    font-size: 1.5rem;
  }
}
.about-us__company-service-acronym p:hover {
  color: var(--yellow-primary);
}
.about-us__company-service-title {
  padding: 1.25rem;
  color: var(--white-primary);
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
}
.about-us__company-quote span {
  color: var(--gray-dark);
  font-size: 0.9rem;
  padding-top: 4px;
}
.about-us__company-border {
  background-color: var(--yellow-primary);
  padding: 1.25rem 1.5rem;
  border-radius: 0.75rem;
  margin: 2rem 0;
}
.about-us__company-list p {
  font-weight: 600;
}
.about-us__company-list ul, .about-us__company-list .elearning-content--list--item ul.numbers, .elearning-content--list--item .about-us__company-list ul.numbers {
  margin: 0;
  list-style-type: disc;
  padding-left: 25px;
}
.about-us__company-list li {
  margin-top: 0.75rem;
  font-size: 18px;
}
.about-us__company-counts-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .about-us__company-counts-items {
    display: block;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .about-us__company-counts-items {
    display: block;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .about-us__company-counts-items {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .about-us__company-counts-items {
    display: block;
  }
}
.about-us__company-counts-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 48%;
          flex: 1 0 48%;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .about-us__company-counts-item {
    margin-bottom: 1.8rem;
    text-align: center;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .about-us__company-counts-item {
    margin-bottom: 1.8rem;
    text-align: center;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .about-us__company-counts-item {
    margin-bottom: 1.8rem;
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .about-us__company-counts-item {
    margin-bottom: 1.8rem;
    text-align: center;
  }
}
.about-us__company-counts-title {
  margin: 5rem 0 2rem;
}
.about-us__company-counts-number {
  padding: 2rem 3.75rem;
  background-image: var(--gradient-blue-primary-dark);
  border-radius: 0.75rem;
  margin-bottom: 0.75rem;
}
.about-us__company-counts-number p {
  font-weight: 600;
  color: var(--white-secondary);
  text-align: center;
}
.about-us__company-counts-desc p {
  font-weight: 300;
}
.about-us__permissions-border {
  margin: 2rem 0 3.75rem;
  background-color: var(--yellow-primary);
  padding: 1.25rem 1.5rem;
  border-radius: 12px;
}
.about-us__permissions-certs-title {
  margin-bottom: 2rem;
}
.about-us__permissions-certs-subtitle {
  font-weight: 600;
}
.about-us__permissions-certs-item {
  margin-bottom: 3.75rem;
}
.about-us__permissions-certs-content {
  margin-top: 1rem;
}
.about-us__permissions-certs-content ul, .about-us__permissions-certs-content .elearning-content--list--item ul.numbers, .elearning-content--list--item .about-us__permissions-certs-content ul.numbers {
  list-style-type: disc;
  padding-left: 25px;
}
.about-us__permissions-certs-content li {
  line-height: 1.3;
  font-size: 18px;
  padding-bottom: 0.75rem;
  color: var(--blue-primary);
}
.about-us__permissions-certs-content a:after {
  content: "";
  width: 0px;
  height: 2px;
  display: block;
  background-color: var(--blue-primary);
  -webkit-transition: 600ms;
  transition: 600ms;
}
.about-us__permissions-certs-content a:hover:after {
  width: 100%;
}
.about-us__refs-quote span {
  color: var(--gray-dark);
  font-size: 0.9rem;
  padding-top: 4px;
}
.about-us__refs-border {
  margin: 2rem 0 3.75rem;
  background-color: var(--yellow-primary);
  padding: 1.25rem 1.5rem;
  border-radius: 12px;
}
.about-us__refs-partners-subtitle {
  margin-bottom: 2rem;
}
.about-us__refs-partners-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .about-us__refs-partners-logos {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .about-us__refs-partners-logos {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .about-us__refs-partners-logos {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .about-us__refs-partners-logos {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .about-us__refs-partners-logos {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-us__contacts-location:not(:last-of-type) {
  border-bottom: 1px solid #CCC;
  margin-bottom: 3.75rem;
}
.about-us__contacts-location-title {
  margin-bottom: 2rem;
}
.about-us__contacts-location-info-item {
  padding-bottom: 1.75rem;
}
.about-us__contacts-location-info-title {
  font-size: 14.4px;
  font-weight: 600;
  padding-bottom: 0.25rem;
  color: var(--gray-dark);
}
.about-us__contacts-location-info-desc {
  font-weight: 600;
}
.about-us__contacts-location-info-desc a:hover {
  opacity: 0.7;
}
.about-us__contacts-location-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 3.75rem;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .about-us__contacts-location-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .about-us__contacts-location-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .about-us__contacts-location-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .about-us__contacts-location-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .about-us__contacts-location-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-us__contacts-location-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  background-color: var(--yellow-primary);
  border: 1px solid var(--yellow-primary);
  border-radius: 8px;
  padding: 0.75rem 1.25rem;
  font-size: 18px;
  cursor: pointer;
}
.about-us__contacts-location-button:hover {
  background-color: var(--white-primary);
  border: 1px solid var(--black-primary);
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .about-us__contacts-location-button {
    gap: 15px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .about-us__contacts-location-button {
    gap: 15px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .about-us__contacts-location-button {
    gap: 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .about-us__contacts-location-button {
    gap: 15px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .about-us__contacts-location-button {
    font-size: 14px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .about-us__contacts-location-button {
    font-size: 14px;
  }
}
.about-us__contacts-location-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .about-us__contacts-location-content {
    display: block;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .about-us__contacts-location-content {
    display: block;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .about-us__contacts-location-content {
    display: block;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .about-us__contacts-location-content {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .about-us__contacts-location-content {
    display: block;
  }
}
.about-us__contacts-location-info {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.about-us__contacts-location-map {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
.about-us__contacts-location-map iframe {
  max-width: 100%;
  width: 100%;
  height: 300px;
  border-radius: 1.25rem;
  border: 1px solid var(--gray-light) !important;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .about-us__contacts-location-map iframe {
    height: 220px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .about-us__contacts-location-map iframe {
    height: 220px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .about-us__contacts-location-map iframe {
    height: 220px;
  }
}
.about-us__contacts-location-map iframe:focus, .about-us__contacts-location-map iframe:focus-visible {
  border: none !important;
}
.about-us__add-contacts-desc {
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 3rem;
  border-radius: 12px;
  height: 100%;
  background-color: var(--yellow-primary);
}
.about-us__add-contacts-image {
  position: relative;
}
.about-us__add-contacts-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(60, 106, 193)), color-stop(10%, rgb(60, 106, 193)), color-stop(40%, rgba(60, 106, 193, 0.9)), color-stop(60%, rgba(60, 106, 193, 0.5)), color-stop(80%, rgba(60, 106, 193, 0.2)), color-stop(90%, rgba(60, 106, 193, 0)));
  background: linear-gradient(to bottom, rgb(60, 106, 193) 0%, rgb(60, 106, 193) 10%, rgba(60, 106, 193, 0.9) 40%, rgba(60, 106, 193, 0.5) 60%, rgba(60, 106, 193, 0.2) 80%, rgba(60, 106, 193, 0) 90%);
  z-index: 1;
}
.about-us__team-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}
.about-us__team-second-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .about-us__team-second-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .about-us__team-second-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .about-us__team-second-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .about-us__team-second-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .about-us__team-second-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .about-us__team-second-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .about-us__team-second-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-us__team-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  text-align: center;
  padding: 20px;
}
.about-us__team-member {
  margin: auto;
  border-radius: 10px;
  padding: 20px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.about-us__team-member h3 {
  margin: 10px 0;
  font-size: 16px;
}
.about-us__team-member p {
  margin: 5px 0;
  font-size: 16px;
}
.about-us__team-img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.services--wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin: 3.75rem 0 5rem;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .services--wrapper {
    display: block;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .services--wrapper {
    display: block;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .services--wrapper {
    display: block;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .services--wrapper {
    display: block;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .services--wrapper {
    display: block;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .services--wrapper {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .services--wrapper {
    display: block;
  }
}
.services-intro {
  background-image: var(--gradient-blue-primary-dark);
  border-radius: 35px;
  color: var(--white-primary);
}
.services-intro__title {
  padding: 2.5rem 2.5rem 0;
}
.services-intro__desc {
  padding: 1.25rem 2.5rem 2.5rem;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .services-intro__img {
    display: none;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .services-intro__img {
    display: none;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .services-intro__img {
    display: none;
  }
}
.services-intro img {
  width: 100%;
  border-radius: 1.25rem;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .services-intro {
    margin-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .services-intro {
    margin-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .services-intro {
    margin-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .services-intro {
    margin-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .services-intro {
    margin-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .services-intro {
    margin-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .services-intro {
    margin-bottom: 3.75rem;
  }
}
.services-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  justify-items: center;
  gap: 1.25rem;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .services-nav {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .services-nav {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .services-nav {
    grid-template-columns: 1fr;
  }
}
.services-nav a {
  display: block;
  text-align: center;
  background: var(--yellow-primary);
  border-radius: 12px;
  padding: 1.25rem;
  width: 100%;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.services-nav a:hover {
  background: var(--gradient-blue-primary-dark);
  color: var(--white-primary);
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .services-nav a {
    padding: 3rem 1.25rem;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .services-nav a {
    padding: 3rem 1.25rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .services-nav a {
    padding: 3rem 1.25rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .services-nav a {
    padding: 3rem 1.25rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .services-nav a {
    padding: 3rem 1.25rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .services-nav a {
    padding: 3rem 1.25rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .services-nav a {
    padding: 3rem 1.25rem;
  }
}

.offer-form__hero--wrapper, .offer-form__company--wrapper, .offer-form__permissions--wrapper, .offer-form__refs--wrapper {
  margin: 3.75rem 0;
}
.offer-form__contacts--wrapper {
  margin-bottom: 13.375rem;
}
.offer-form__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: var(--gradient-blue-primary-dark);
  border-radius: 35px;
  color: var(--white-primary);
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .offer-form__hero {
    display: block;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .offer-form__hero {
    display: block;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .offer-form__hero {
    display: block;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .offer-form__hero {
    display: block;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .offer-form__hero {
    display: block;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .offer-form__hero {
    display: block;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .offer-form__hero {
    display: block;
    border-radius: 20px;
  }
}
.offer-form__hero-content {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .offer-form__hero-content {
    padding-bottom: 4.688rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .offer-form__hero-content {
    padding-bottom: 4.688rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .offer-form__hero-content {
    padding-bottom: 4.688rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .offer-form__hero-content {
    padding-bottom: 4.688rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .offer-form__hero-content {
    padding-bottom: 4.688rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .offer-form__hero-content {
    padding-bottom: 4.688rem;
  }
}
.offer-form__hero-title {
  padding-bottom: 3.75rem;
}
.offer-form__hero-title h1 {
  font-size: 3.75rem;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .offer-form__hero-title h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .offer-form__hero-title h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .offer-form__hero-title h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .offer-form__hero-title h1 {
    font-size: 2.5rem;
  }
}
.offer-form__hero-desc p {
  font-size: 16px;
  line-height: 1.6;
}
.offer-form__hero-image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .offer-form__hero-image {
    display: none;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .offer-form__hero-image {
    display: none;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .offer-form__hero-image {
    display: none;
  }
}
.offer-form__hero-image img {
  border-radius: 35px;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .offer-form__hero-image img {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .offer-form__hero-image img {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .offer-form__hero-image img {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .offer-form__hero-image img {
    border-radius: 20px;
  }
}
.offer-form__hero-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 2rem;
}
.offer-form__hero-menu__item {
  background-color: var(--yellow-primary);
  border: 1px solid var(--yellow-primary);
  padding: 2rem 1.25rem;
  border-radius: 0.75rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.offer-form__hero-menu__item:hover {
  background-color: var(--white-primary);
  border: 1px solid var(--black-primary);
}
.offer-form__checkbox-group-textbox {
  border: 1px solid var(--black-primary);
  max-width: 100px;
  max-height: 20px;
}
.offer-form__checkbox-group-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.5rem;
}
.offer-form__info-text {
  margin-top: 32px;
  background-color: var(--blue-light1);
  border-radius: 5px;
  padding: 16px;
  border: 1px solid var(--blue-light2);
  color: var(--blue-primary);
}
.offer-form__category-name {
  font-size: 1.25rem;
  font-weight: bold;
}
.offer-form__category-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}
.offer-form__menu-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  text-align: center;
  padding: 2rem 1.25rem;
}
.offer-form__forms-tooltip {
  margin-top: 32px;
  background-color: var(--blue-light1);
  border-radius: 5px;
  padding: 16px;
  border: 1px solid var(--blue-light2);
  color: var(--blue-primary);
}
.offer-form__service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
}
.offer-form__checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  padding: 0;
}
.offer-form__checkbox-container input[type=checkbox] {
  margin-right: 8px;
}
.offer-form__checkbox-container label {
  margin: 0;
}
.offer-form__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8rem;
  padding-top: 4.688rem;
}
.offer-form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  border-top: 1px solid #CCC;
  padding-top: 4.688rem;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .offer-form__content {
    display: block;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .offer-form__content {
    display: block;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .offer-form__content {
    display: block;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .offer-form__content {
    display: block;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .offer-form__content {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .offer-form__content {
    display: block;
  }
}
.offer-form__content-content {
  width: 65%;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .offer-form__content-content {
    width: 100%;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .offer-form__content-content {
    width: 100%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .offer-form__content-content {
    width: 100%;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .offer-form__content-content {
    width: 100%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .offer-form__content-content {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .offer-form__content-content {
    width: 100%;
  }
}
.offer-form__content-intro {
  position: sticky;
  top: 90px;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .offer-form__content-intro {
    width: 100%;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .offer-form__content-intro {
    width: 100%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .offer-form__content-intro {
    width: 100%;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .offer-form__content-intro {
    width: 100%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .offer-form__content-intro {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .offer-form__content-intro {
    width: 100%;
  }
}
.offer-form__content-title {
  font-size: 2.5rem;
  line-height: 1.3;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 35px 15px 0 25px;
  color: var(--white-primary);
}
.offer-form__content-image {
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .offer-form__content-image {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .offer-form__content-image {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .offer-form__content-image {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .offer-form__content-image {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .offer-form__content-image {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .offer-form__content-image {
    padding-bottom: 3rem;
  }
}
.offer-form__content-image span {
  display: block;
  font-size: 14.4px;
  color: var(--gray-dark);
}
.offer-form__company-services {
  margin: 2rem 0 4.25rem;
}
.offer-form__company-service {
  margin-bottom: 0.75rem;
  background-image: var(--gradient-blue-primary-dark);
  border-radius: 0.75rem;
}
.offer-form__company-service-acronym {
  padding: 1rem 2rem;
  background-image: var(--gradient-blue-primary-dark);
  border-radius: 0.75rem 0.75rem 0 0;
  -webkit-box-shadow: 0 4px 6px -6px #222;
  box-shadow: 0 4px 6px -6px #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.offer-form__company-service-acronym p {
  font-weight: 600;
  text-align: center;
  color: var(--white-primary);
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .offer-form__company-service-acronym p {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .offer-form__company-service-acronym p {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .offer-form__company-service-acronym p {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .offer-form__company-service-acronym p {
    font-size: 1.5rem;
  }
}
.offer-form__company-service-acronym p:hover {
  color: var(--yellow-primary);
}
.offer-form__company-service-title {
  padding: 1.25rem;
  color: var(--white-primary);
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
}
.offer-form__company-quote span {
  color: var(--gray-dark);
  font-size: 0.9rem;
  padding-top: 4px;
}
.offer-form__company-border {
  background-color: var(--yellow-primary);
  padding: 1.25rem 1.5rem;
  border-radius: 0.75rem;
  margin: 2rem 0;
}
.offer-form__company-list p {
  font-weight: 600;
}
.offer-form__company-list ul, .offer-form__company-list .elearning-content--list--item ul.numbers, .elearning-content--list--item .offer-form__company-list ul.numbers {
  margin: 0;
  list-style-type: disc;
  padding-left: 25px;
}
.offer-form__company-list li {
  margin-top: 0.75rem;
  font-size: 18px;
}
.offer-form__company-counts-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .offer-form__company-counts-items {
    display: block;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .offer-form__company-counts-items {
    display: block;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .offer-form__company-counts-items {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .offer-form__company-counts-items {
    display: block;
  }
}
.offer-form__company-counts-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 48%;
          flex: 1 0 48%;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .offer-form__company-counts-item {
    margin-bottom: 1.8rem;
    text-align: center;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .offer-form__company-counts-item {
    margin-bottom: 1.8rem;
    text-align: center;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .offer-form__company-counts-item {
    margin-bottom: 1.8rem;
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .offer-form__company-counts-item {
    margin-bottom: 1.8rem;
    text-align: center;
  }
}
.offer-form__company-counts-title {
  margin: 5rem 0 2rem;
}
.offer-form__company-counts-number {
  padding: 2rem 3.75rem;
  background-image: var(--gradient-blue-primary-dark);
  border-radius: 0.75rem;
  margin-bottom: 0.75rem;
}
.offer-form__company-counts-number p {
  font-size: 3.8rem;
  font-weight: 600;
  color: var(--white-secondary);
  text-align: center;
}
.offer-form__company-counts-desc p {
  font-weight: 300;
}
.offer-form__permissions-border {
  margin: 2rem 0 3.75rem;
  background-color: var(--yellow-primary);
  padding: 1.25rem 1.5rem;
  border-radius: 12px;
}
.offer-form__permissions-certs-title {
  margin-bottom: 2rem;
}
.offer-form__permissions-certs-subtitle {
  font-weight: 600;
}
.offer-form__permissions-certs-item {
  margin-bottom: 3.75rem;
}
.offer-form__permissions-certs-content {
  margin-top: 1rem;
}
.offer-form__permissions-certs-content ul, .offer-form__permissions-certs-content .elearning-content--list--item ul.numbers, .elearning-content--list--item .offer-form__permissions-certs-content ul.numbers {
  list-style-type: disc;
  padding-left: 25px;
}
.offer-form__permissions-certs-content li {
  line-height: 1.3;
  font-size: 18px;
  padding-bottom: 0.75rem;
  color: var(--blue-primary);
}
.offer-form__permissions-certs-content a:after {
  content: "";
  width: 0px;
  height: 2px;
  display: block;
  background-color: var(--blue-primary);
  -webkit-transition: 600ms;
  transition: 600ms;
}
.offer-form__permissions-certs-content a:hover:after {
  width: 100%;
}
.offer-form__refs-quote span {
  color: var(--gray-dark);
  font-size: 0.9rem;
  padding-top: 4px;
}
.offer-form__refs-border {
  margin: 2rem 0 3.75rem;
  background-color: var(--yellow-primary);
  padding: 1.25rem 1.5rem;
  border-radius: 12px;
}
.offer-form__refs-partners-subtitle {
  margin-bottom: 2rem;
}
.offer-form__refs-partners-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .offer-form__refs-partners-logos {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .offer-form__refs-partners-logos {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .offer-form__refs-partners-logos {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .offer-form__refs-partners-logos {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .offer-form__refs-partners-logos {
    grid-template-columns: repeat(1, 1fr);
  }
}
.offer-form__contacts-location:not(:last-of-type) {
  border-bottom: 1px solid #CCC;
  margin-bottom: 3.75rem;
}
.offer-form__contacts-location-title {
  margin-bottom: 2rem;
}
.offer-form__contacts-location-info-item {
  padding-bottom: 1.75rem;
}
.offer-form__contacts-location-info-title {
  font-size: 14.4px;
  font-weight: 600;
  padding-bottom: 0.25rem;
  color: var(--gray-dark);
}
.offer-form__contacts-location-info-desc {
  font-weight: 600;
}
.offer-form__contacts-location-info-desc a:hover {
  opacity: 0.7;
}
.offer-form__contacts-location-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 3.75rem;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .offer-form__contacts-location-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .offer-form__contacts-location-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .offer-form__contacts-location-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .offer-form__contacts-location-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .offer-form__contacts-location-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.offer-form__contacts-location-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: var(--yellow-primary);
  border: 1px solid var(--yellow-primary);
  border-radius: 8px;
  padding: 0.75rem 1.25rem;
  font-size: 18px;
  cursor: pointer;
}
.offer-form__contacts-location-button:hover {
  background-color: var(--white-primary);
  border: 1px solid var(--black-primary);
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .offer-form__contacts-location-button {
    gap: 15px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .offer-form__contacts-location-button {
    gap: 15px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .offer-form__contacts-location-button {
    gap: 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .offer-form__contacts-location-button {
    gap: 15px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .offer-form__contacts-location-button {
    font-size: 14px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .offer-form__contacts-location-button {
    font-size: 14px;
  }
}
.offer-form__contacts-location-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .offer-form__contacts-location-content {
    display: block;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .offer-form__contacts-location-content {
    display: block;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .offer-form__contacts-location-content {
    display: block;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .offer-form__contacts-location-content {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .offer-form__contacts-location-content {
    display: block;
  }
}
.offer-form__contacts-location-info {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.offer-form__contacts-location-map {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
.offer-form__contacts-location-map iframe {
  max-width: 100%;
  width: 100%;
  height: 300px;
  border-radius: 1.25rem;
  border: 1px solid var(--gray-light) !important;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .offer-form__contacts-location-map iframe {
    height: 220px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .offer-form__contacts-location-map iframe {
    height: 220px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .offer-form__contacts-location-map iframe {
    height: 220px;
  }
}
.offer-form__contacts-location-map iframe:focus, .offer-form__contacts-location-map iframe:focus-visible {
  border: none !important;
}

.labour-office__hero-content {
  background-image: var(--gradient-blue-primary-dark);
  border-radius: 35px;
  color: var(--white-primary);
  padding: 2.5rem;
}

.apps--wrapper {
  margin: 2.5rem 0 6.25rem;
}
.apps-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: var(--gradient-blue-primary-dark);
  border-radius: 35px;
  color: var(--white-primary);
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .apps-intro {
    display: block;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .apps-intro {
    display: block;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .apps-intro {
    display: block;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .apps-intro {
    display: block;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .apps-intro {
    display: block;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .apps-intro {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .apps-intro {
    display: block;
  }
}
.apps-intro__info {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 2.5rem;
}
.apps-intro__img {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .apps-intro__img {
    display: none;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .apps-intro__img {
    display: none;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .apps-intro__img {
    display: none;
  }
}
.apps-intro img {
  border-radius: 1.25rem;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .apps-intro img {
    width: 100%;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .apps-intro img {
    width: 100%;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .apps-intro img {
    width: 100%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .apps-intro img {
    width: 100%;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .apps-intro img {
    width: 100%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .apps-intro img {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .apps-intro img {
    width: 100%;
  }
}
.apps-intro__title {
  line-height: 1.2;
  width: 70%;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .apps-intro__title {
    width: 100%;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .apps-intro__title {
    width: 100%;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .apps-intro__title {
    width: 100%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .apps-intro__title {
    width: 100%;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .apps-intro__title {
    width: 100%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .apps-intro__title {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .apps-intro__title {
    width: 100%;
  }
}
.apps-intro__desc {
  padding-top: 1.25rem;
}
.apps-nav {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.25rem;
  padding-top: 1.25rem;
}
.apps-nav__item {
  background-color: var(--yellow-primary);
  border-radius: 12px;
  cursor: pointer;
  padding: 2.2rem 1.25rem;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.apps-nav__item:hover {
  background: var(--gradient-blue-primary-dark);
  color: var(--white-primary);
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .apps-nav__item {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .apps-nav__item {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .apps-nav__item {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .apps-nav__item {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .apps-nav__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .apps-nav__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .apps-nav__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.education--wrapper {
  margin: 2.5rem 0 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .education--wrapper {
    display: block;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .education--wrapper {
    display: block;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .education--wrapper {
    display: block;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .education--wrapper {
    display: block;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .education--wrapper {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .education--wrapper {
    display: block;
  }
}
.education-intro {
  background-image: var(--gradient-blue-primary-dark);
  border-radius: 1.25rem;
  color: var(--white-primary);
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .education-intro {
    margin-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .education-intro {
    margin-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .education-intro {
    margin-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .education-intro {
    margin-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .education-intro {
    margin-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .education-intro {
    margin-bottom: 3.75rem;
  }
}
.education-intro__title h1 {
  padding-bottom: 2rem;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .education-intro__title h1 {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .education-intro__title h1 {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .education-intro__title h1 {
    font-size: 3.5rem;
  }
}
.education-intro__info {
  padding: 2.5rem;
}
.education-intro img {
  border-radius: 1.25rem;
  width: 100%;
}
.education-nav {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.education-nav--first, .education-nav--second {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .education-nav--first, .education-nav--second {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .education-nav--first, .education-nav--second {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .education-nav--first, .education-nav--second {
    grid-template-columns: 1fr;
  }
}
.education-nav--second {
  border-top: 1px solid #eee;
  margin-top: 4rem;
  padding-top: 2rem;
}
.education-nav__item {
  background: var(--yellow-primary);
  padding: 2.2rem 0.938rem;
  border-radius: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.education-nav__item:hover {
  background: var(--gradient-blue-primary-dark);
  color: var(--white-primary);
}
.education-nav__subtitle {
  padding: 3.438rem 0 1.5rem;
}
.education__menu-inner {
  position: sticky;
  top: 8.125rem;
}
.education__menu-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background-color: var(--blue-light1);
  border-radius: 12px;
  padding: 0.75rem;
}
.education__menu-back:hover {
  background-color: var(--blue-dark);
  color: var(--white-primary);
}
.education__menu-content {
  background-color: var(--blue-light1);
  margin-top: 8px;
  border-radius: 12px;
  padding: 2rem;
}
.education__menu-content ul, .education__menu-content .elearning-content--list--item ul.numbers, .elearning-content--list--item .education__menu-content ul.numbers, .education__menu-content ol {
  list-style-type: none;
  padding-left: 0;
}
.education__menu-content li {
  margin-bottom: 0.75rem;
}
.education__menu-content-item--first {
  margin-right: 0.625rem;
}
.education-center__coordinators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  text-align: center;
  margin-top: 3rem;
}
.education-center__coordinators-item {
  margin: auto;
  border-radius: 10px;
  padding: 20px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .education-center__coordinators-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 46%;
            flex: 1 0 46%;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .education-center__coordinators-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 46%;
            flex: 1 0 46%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .education-center__coordinators-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 46%;
            flex: 1 0 46%;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .education-center__coordinators-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .education-center__coordinators-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .education-center__coordinators-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}
.education-center__coordinators-item h3 {
  margin: 10px 0;
  font-size: 1.125rem;
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  .education-center__coordinators-item h3 {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .education-center__coordinators-item h3 {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .education-center__coordinators-item h3 {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .education-center__coordinators-item h3 {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .education-center__coordinators-item h3 {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .education-center__coordinators-item h3 {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .education-center__coordinators-item h3 {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .education-center__coordinators-item h3 {
    font-size: 1.3rem;
  }
}
.education-center__coordinators-item a {
  margin: 5px 0;
  font-size: 1rem;
  display: block;
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  .education-center__coordinators-item a {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .education-center__coordinators-item a {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .education-center__coordinators-item a {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .education-center__coordinators-item a {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .education-center__coordinators-item a {
    font-size: 1.15rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .education-center__coordinators-item a {
    font-size: 1.15rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .education-center__coordinators-item a {
    font-size: 1.15rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .education-center__coordinators-item a {
    font-size: 1.15rem;
  }
}
.education-center__coordinators-item img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.career--wrapper {
  margin: 2.5rem 0 6.25rem;
}
.career-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: var(--gradient-blue-primary-dark);
  border-radius: 35px;
  color: var(--white-primary);
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .career-intro {
    display: block;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .career-intro {
    display: block;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .career-intro {
    display: block;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .career-intro {
    display: block;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .career-intro {
    display: block;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .career-intro {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .career-intro {
    display: block;
  }
}
.career-intro__info {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 2.5rem;
}
.career-intro__img {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .career-intro__img {
    display: none;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .career-intro__img {
    display: none;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .career-intro__img {
    display: none;
  }
}
.career-intro img {
  border-radius: 1.25rem;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .career-intro img {
    width: 100%;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .career-intro img {
    width: 100%;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .career-intro img {
    width: 100%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .career-intro img {
    width: 100%;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .career-intro img {
    width: 100%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .career-intro img {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .career-intro img {
    width: 100%;
  }
}
.career-intro__title {
  line-height: 1.2;
  width: 70%;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .career-intro__title {
    width: 100%;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .career-intro__title {
    width: 100%;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .career-intro__title {
    width: 100%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .career-intro__title {
    width: 100%;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .career-intro__title {
    width: 100%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .career-intro__title {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .career-intro__title {
    width: 100%;
  }
}
.career-intro__desc {
  padding-top: 1.25rem;
}
.career-content-btn:hover {
  border: 1px solid var(--black-primary);
}
.career-pagination.active {
  background: var(--gradient-blue-primary-dark);
  color: var(--white-primary);
  border: 1px solid var(--blue-dark);
}

.vacancy-filter {
  position: sticky;
  top: 90px;
}
.vacancy-filter__category-item {
  padding-bottom: 12px;
  cursor: pointer;
}
.vacancy-filter__category-item:hover {
  color: var(--blue-dark);
  text-shadow: 0px 0px 1px var(--blue-dark);
}
.vacancy-filter__category-item.active a {
  color: var(--blue-dark);
  text-shadow: 0px 0px 1px var(--blue-dark);
}

.single-vacancy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5rem;
  margin: 2.5rem 0 6.25rem;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .single-vacancy {
    display: block;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .single-vacancy {
    display: block;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .single-vacancy {
    display: block;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .single-vacancy {
    display: block;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .single-vacancy {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .single-vacancy {
    display: block;
  }
}
.single-vacancy__menu {
  width: 30%;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .single-vacancy__menu {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .single-vacancy__menu {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .single-vacancy__menu {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .single-vacancy__menu {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .single-vacancy__menu {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .single-vacancy__menu {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 1801px) {
  .single-vacancy__menu-inner {
    position: sticky;
    top: 90px;
  }
}
@media only screen and (min-width: 1560px) and (max-width: 1800px) {
  .single-vacancy__menu-inner {
    position: sticky;
    top: 90px;
  }
}
@media only screen and (min-width: 1403px) and (max-width: 1559px) {
  .single-vacancy__menu-inner {
    position: sticky;
    top: 90px;
  }
}
@media only screen and (min-width: 1323px) and (max-width: 1402px) {
  .single-vacancy__menu-inner {
    position: sticky;
    top: 90px;
  }
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  .single-vacancy__menu-inner {
    position: sticky;
    top: 90px;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .single-vacancy__menu-inner {
    position: sticky;
    top: 90px;
  }
}
.single-vacancy__menu-backlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background-color: var(--blue-light1);
  border-radius: 12px;
  padding: 1rem;
  cursor: pointer;
  font-size: 1.125rem;
}
.single-vacancy__menu-backlink:hover {
  background-color: var(--blue-dark);
  color: var(--white-primary);
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .single-vacancy__menu-backlink {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .single-vacancy__menu-backlink {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .single-vacancy__menu-backlink {
    font-size: 1.3rem;
  }
}
.single-vacancy__content {
  width: 70%;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .single-vacancy__content {
    width: 100%;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .single-vacancy__content {
    width: 100%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .single-vacancy__content {
    width: 100%;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .single-vacancy__content {
    width: 100%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .single-vacancy__content {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .single-vacancy__content {
    width: 100%;
  }
}
.single-vacancy__banner {
  background: var(--gradient-blue-primary-dark);
  background-repeat: no-repeat;
  border-radius: 1.25rem;
  margin-bottom: 1.25rem;
}
.single-vacancy__banner-title {
  color: var(--white-primary);
  padding: 2.5rem;
  line-height: 1.3;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .single-vacancy__banner-title h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .single-vacancy__banner-title h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .single-vacancy__banner-title h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .single-vacancy__banner-title h2 {
    font-size: 2.5rem;
  }
}

.news--wrapper {
  margin: 2.5rem 0 6.25rem;
}
.news-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: var(--gradient-blue-primary-dark);
  border-radius: 35px;
  color: var(--white-primary);
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .news-intro {
    display: block;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .news-intro {
    display: block;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .news-intro {
    display: block;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .news-intro {
    display: block;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .news-intro {
    display: block;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .news-intro {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .news-intro {
    display: block;
  }
}
.news-intro__info {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 2.5rem;
}
.news-intro__img {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  border-radius: 1.25rem;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .news-intro__img {
    display: none;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .news-intro__img {
    display: none;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .news-intro__img {
    display: none;
  }
}
.news-intro img {
  border-radius: 1.25rem;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .news-intro img {
    width: 100%;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .news-intro img {
    width: 100%;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .news-intro img {
    width: 100%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .news-intro img {
    width: 100%;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .news-intro img {
    width: 100%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .news-intro img {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .news-intro img {
    width: 100%;
  }
}
.news-intro__title {
  line-height: 1.2;
  width: 70%;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .news-intro__title {
    width: 100%;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .news-intro__title {
    width: 100%;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .news-intro__title {
    width: 100%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .news-intro__title {
    width: 100%;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .news-intro__title {
    width: 100%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .news-intro__title {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .news-intro__title {
    width: 100%;
  }
}
.news-intro__title h1 {
  word-break: normal;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .news-intro__title h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .news-intro__title h1 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 379px) {
  .news-intro__title h1 {
    font-size: 2.35rem;
  }
}
.news-pagination.active {
  background: var(--gradient-blue-primary-dark);
  color: var(--white-primary);
  border: 1px solid var(--blue-dark);
}
.news-categories {
  position: sticky;
  top: 90px;
}
.news-categories .active {
  color: var(--blue-dark);
  text-shadow: 0px 0px 1px var(--blue-dark);
}

.single-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5rem;
  margin: 2.5rem 0 6.25rem;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .single-news {
    display: block;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .single-news {
    display: block;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .single-news {
    display: block;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .single-news {
    display: block;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .single-news {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .single-news {
    display: block;
  }
}
.single-news__menu {
  width: 30%;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .single-news__menu {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .single-news__menu {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .single-news__menu {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .single-news__menu {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .single-news__menu {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .single-news__menu {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 1801px) {
  .single-news__menu-inner {
    position: sticky;
    top: 90px;
  }
}
@media only screen and (min-width: 1560px) and (max-width: 1800px) {
  .single-news__menu-inner {
    position: sticky;
    top: 90px;
  }
}
@media only screen and (min-width: 1403px) and (max-width: 1559px) {
  .single-news__menu-inner {
    position: sticky;
    top: 90px;
  }
}
@media only screen and (min-width: 1323px) and (max-width: 1402px) {
  .single-news__menu-inner {
    position: sticky;
    top: 90px;
  }
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  .single-news__menu-inner {
    position: sticky;
    top: 90px;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .single-news__menu-inner {
    position: sticky;
    top: 90px;
  }
}
.single-news__menu-backlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background-color: var(--blue-light1);
  border-radius: 12px;
  padding: 1rem;
  cursor: pointer;
  font-size: 1.125rem;
}
.single-news__menu-backlink:hover {
  background-color: var(--blue-dark);
  color: var(--white-primary);
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .single-news__menu-backlink {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .single-news__menu-backlink {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .single-news__menu-backlink {
    font-size: 1.3rem;
  }
}
.single-news__content {
  width: 70%;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .single-news__content {
    width: 100%;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .single-news__content {
    width: 100%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .single-news__content {
    width: 100%;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .single-news__content {
    width: 100%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .single-news__content {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .single-news__content {
    width: 100%;
  }
}
.single-news__banner {
  background: var(--gradient-blue-primary-dark);
  background-repeat: no-repeat;
  border-radius: 1.25rem;
  margin-bottom: 1.25rem;
}
.single-news__banner-title {
  color: var(--white-primary);
  padding: 2.5rem;
  line-height: 1.3;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .single-news__banner-title h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .single-news__banner-title h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .single-news__banner-title h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .single-news__banner-title h2 {
    font-size: 2.5rem;
  }
}

.blog-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3.75rem 0;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .blog-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .blog-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .blog-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .blog-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .blog-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .blog-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .blog-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-banner__text {
  width: 50%;
  background: var(--gradient-blue-primary-dark);
  color: var(--white-primary);
  padding: 2.5rem;
  padding-right: 3.75rem;
  border-radius: 1.25rem 0 0 1.25rem;
  margin-right: -1.25rem;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .blog-banner__text {
    width: 100%;
    margin-right: 0;
    padding: 2.5rem;
    border-radius: 1.25rem;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .blog-banner__text {
    width: 100%;
    margin-right: 0;
    padding: 2.5rem;
    border-radius: 1.25rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .blog-banner__text {
    width: 100%;
    margin-right: 0;
    padding: 2.5rem;
    border-radius: 1.25rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .blog-banner__text {
    width: 100%;
    margin-right: 0;
    padding: 2.5rem;
    border-radius: 1.25rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .blog-banner__text {
    width: 100%;
    margin-right: 0;
    padding: 2.5rem;
    border-radius: 1.25rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .blog-banner__text {
    width: 100%;
    margin-right: 0;
    padding: 2.5rem;
    border-radius: 1.25rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .blog-banner__text {
    width: 100%;
    margin-right: 0;
    padding: 2.5rem;
    border-radius: 1.25rem;
  }
}
.blog-banner__text h1 {
  margin-bottom: 1.25rem;
}
.blog-banner__image {
  width: calc(50% + 1.25rem);
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .blog-banner__image {
    display: none;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .blog-banner__image {
    display: none;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .blog-banner__image {
    display: none;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .blog-banner__image {
    display: none;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .blog-banner__image {
    display: none;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .blog-banner__image {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .blog-banner__image {
    display: none;
  }
}
.blog-banner__image img {
  width: 100%;
  border-radius: 1.25rem;
}

.blog__categories__container {
  background-color: var(--blue-light1);
  padding: 2rem;
  border-radius: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.blog__tags {
  margin-top: 3.75rem;
}
.blog__tags__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
  max-height: 10.5rem;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog__tags__container.singlepost > p {
  cursor: default;
}
.blog__tags__container > p {
  cursor: pointer;
  padding: 0.25rem 0.75rem;
  background-color: var(--blue-light1);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-radius: 0.5rem;
}
.blog__tags__container > p.main:hover, .blog__tags__container > p.active {
  background-color: var(--blue-dark);
  color: var(--white-primary);
}
.blog__tags__container.open {
  max-height: 100%;
}
.blog__tags__toggle-arrow.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.blog-loop {
  margin-top: 0.75rem;
}
.blog-loop__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  padding: 1.5rem 0 2.5rem;
  border-top: 1px solid #CCC;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .blog-loop__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .blog-loop__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .blog-loop__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-loop__item__image {
  max-width: 12.5rem;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .blog-loop__item__image {
    max-width: unset;
    width: 100%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .blog-loop__item__image {
    max-width: unset;
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .blog-loop__item__image {
    max-width: unset;
    width: 100%;
  }
}
.blog-loop__item__image img {
  border-radius: 0.75rem;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.blog-loop__item__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.blog-loop__item__desc__title {
  margin-bottom: 0.5rem;
}
.blog-loop__item__desc__footer {
  margin-top: 1.75rem;
  margin-bottom: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.blog-loop__item__desc__footer__btn {
  background-color: var(--blue-light1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  border-radius: 0.5rem;
  padding: 0.25rem 0.75rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.blog-loop__item__desc__footer__btn svg path {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.blog-loop__item__desc__footer__btn:hover {
  color: var(--white-primary);
  background-color: var(--blue-dark);
}
.blog-loop__item__desc__footer__btn:hover > svg path {
  fill: var(--white-primary);
}
.blog-loop__item__desc__footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.blog-loop__item__desc__footer__info > span {
  font-size: 0.9rem;
}

.blog-pagination.active {
  background: var(--gradient-blue-primary-dark);
  color: var(--white-primary);
  border: 1px solid var(--blue-dark);
}

.events-calendar {
  margin-top: 3.875rem;
}
.events-calendar__period {
  margin-top: 1.5rem;
  margin-bottom: 3.75rem;
}
.events-calendar__period__box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: var(--blue-light1);
  padding: 0.5rem;
  border-radius: 0.75rem;
}
.events-calendar__period__box--item {
  padding: 0.5rem 1rem;
}
.events-calendar__period__box--item:hover {
  background-color: var(--blue-primary);
  border-radius: 0.5rem;
  color: var(--white-primary);
  cursor: pointer;
}
.events-calendar__results--anytime h4 {
  margin-bottom: 1.25rem;
}
.events-calendar__results--query {
  margin-top: 2.5rem;
}
.events-calendar__results--query > div {
  margin-bottom: 5rem;
}
.events-calendar__results--query__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.events-calendar__results__item {
  background-color: var(--blue-light1);
  border-radius: 0.75rem;
  padding: 1rem 1.5rem;
  display: grid;
  grid-template-columns: minmax(0, 75%) minmax(0, 25%);
  margin-bottom: 0.75rem;
  gap: 2rem;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .events-calendar__results__item {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .events-calendar__results__item {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .events-calendar__results__item {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .events-calendar__results__item {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .events-calendar__results__item {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .events-calendar__results__item {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.events-calendar__results__item--highlighted {
  background-color: #8F90D0;
  color: var(--white-primary);
}
.events-calendar__results__item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.375rem;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .events-calendar__results__item__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .events-calendar__results__item__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .events-calendar__results__item__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.events-calendar__results__item__info__date {
  border-right: 1px solid rgba(60, 106, 193, 0.2);
  padding-right: 1.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .events-calendar__results__item__info__date {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 0.5rem;
    border-right: none;
    position: relative;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .events-calendar__results__item__info__date {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 0.5rem;
    border-right: none;
    position: relative;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .events-calendar__results__item__info__date {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 0.5rem;
    border-right: none;
    position: relative;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .events-calendar__results__item__info__date::after {
    content: "";
    width: 30%;
    height: 1px;
    background-color: rgba(60, 106, 193, 0.2);
    position: absolute;
    bottom: -7px;
    left: 0;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .events-calendar__results__item__info__date::after {
    content: "";
    width: 30%;
    height: 1px;
    background-color: rgba(60, 106, 193, 0.2);
    position: absolute;
    bottom: -7px;
    left: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .events-calendar__results__item__info__date::after {
    content: "";
    width: 30%;
    height: 1px;
    background-color: rgba(60, 106, 193, 0.2);
    position: absolute;
    bottom: -7px;
    left: 0;
  }
}
.events-calendar__results__item__info__date--full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .events-calendar__results__item__info__date--full {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .events-calendar__results__item__info__date--full {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .events-calendar__results__item__info__date--full {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.events-calendar__results__item__info__date--divider {
  display: none;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .events-calendar__results__item__info__date--divider {
    display: inline;
    padding: 0 10px 0 10px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .events-calendar__results__item__info__date--divider {
    display: inline;
    padding: 0 10px 0 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .events-calendar__results__item__info__date--divider {
    display: inline;
    padding: 0 10px 0 10px;
  }
}
.events-calendar__results__item__info__basic > p {
  margin-bottom: 0.625rem;
}
.events-calendar__results__item__info__basic__placedate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .events-calendar__results__item__info__basic__placedate {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 541px) {
  .events-calendar__results__item__info__basic__placedate {
    flex-direction: column;
    align-items: flex-start;
  }
}
.events-calendar__results__item__info__basic__placedate div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  white-space: nowrap;
}
.events-calendar__results__item__info__basic__placedate--place {
  margin-right: 2rem;
}
.events-calendar__results__item__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .events-calendar__results__item__tags {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .events-calendar__results__item__tags {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .events-calendar__results__item__tags {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .events-calendar__results__item__tags {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .events-calendar__results__item__tags {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.events-calendar__results__item__tag-btn--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .events-calendar__results__item__tag-btn--wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .events-calendar__results__item__tag-btn--wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .events-calendar__results__item__tag-btn--wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .events-calendar__results__item__tag-btn--wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .events-calendar__results__item__tag-btn--wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.events-calendar__results__item__action a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 150px;
  padding: 0.875rem 1.5rem;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.5rem;
  background-color: var(--yellow-primary);
}
.events-calendar__results__item__action a:hover > svg path {
  fill: var(--black-primary);
}
.events-calendar__results__item__action a:hover > span {
  color: var(--black-primary);
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .events-calendar__results__item__action a {
    padding: 0.75rem 1.25rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .events-calendar__results__item__action a {
    padding: 0.75rem 1.25rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .events-calendar__results__item__action a {
    padding: 0.75rem 1.25rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .events-calendar__results__item__action a {
    padding: 0.75rem 1.25rem;
  }
}
.events-calendar__results__item__action-arrow {
  fill: var(--black-primary);
}
.events-calendar__results__item__action--highlighted a > svg path {
  fill: var(--white-primary);
}
.events-calendar__results__item__action--highlighted a > span {
  color: var(--white-primary);
}

.thank-you__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-top: 32px;
  background-image: var(--gradient-blue-primary-dark);
  border-radius: 10px;
  color: white;
  font-size: 1.3rem;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .thank-you__hero {
    display: block;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .thank-you__hero {
    display: block;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .thank-you__hero {
    display: block;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .thank-you__hero {
    display: block;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .thank-you__hero {
    display: block;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .thank-you__hero {
    display: block;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .thank-you__hero {
    display: block;
    border-radius: 20px;
  }
}
.thank-you__hero-desc {
  font-size: 1rem;
}
.thank-you__hero-content {
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .thank-you__hero-content {
    padding-bottom: 4.688rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .thank-you__hero-content {
    padding-bottom: 4.688rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .thank-you__hero-content {
    padding-bottom: 4.688rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .thank-you__hero-content {
    padding-bottom: 4.688rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .thank-you__hero-content {
    padding-bottom: 4.688rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .thank-you__hero-content {
    padding-bottom: 4.688rem;
  }
}

.taxonomy-vzdelavanie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5rem;
  margin: 2.5rem 0 6.25rem;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .taxonomy-vzdelavanie {
    display: block;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .taxonomy-vzdelavanie {
    display: block;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .taxonomy-vzdelavanie {
    display: block;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .taxonomy-vzdelavanie {
    display: block;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .taxonomy-vzdelavanie {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .taxonomy-vzdelavanie {
    display: block;
  }
}
.taxonomy-vzdelavanie__menu {
  width: 30%;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .taxonomy-vzdelavanie__menu {
    width: 100%;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .taxonomy-vzdelavanie__menu {
    width: 100%;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .taxonomy-vzdelavanie__menu {
    width: 100%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .taxonomy-vzdelavanie__menu {
    width: 100%;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .taxonomy-vzdelavanie__menu {
    width: 100%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .taxonomy-vzdelavanie__menu {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .taxonomy-vzdelavanie__menu {
    width: 100%;
  }
}
@media only screen and (min-width: 1801px) {
  .taxonomy-vzdelavanie__menu-inner {
    position: sticky;
    top: 8.125rem;
  }
}
@media only screen and (min-width: 1560px) and (max-width: 1800px) {
  .taxonomy-vzdelavanie__menu-inner {
    position: sticky;
    top: 8.125rem;
  }
}
@media only screen and (min-width: 1403px) and (max-width: 1559px) {
  .taxonomy-vzdelavanie__menu-inner {
    position: sticky;
    top: 8.125rem;
  }
}
@media only screen and (min-width: 1323px) and (max-width: 1402px) {
  .taxonomy-vzdelavanie__menu-inner {
    position: sticky;
    top: 8.125rem;
  }
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  .taxonomy-vzdelavanie__menu-inner {
    position: sticky;
    top: 8.125rem;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .taxonomy-vzdelavanie__menu-inner {
    position: sticky;
    top: 8.125rem;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .taxonomy-vzdelavanie__menu {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .taxonomy-vzdelavanie__menu {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .taxonomy-vzdelavanie__menu {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .taxonomy-vzdelavanie__menu {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .taxonomy-vzdelavanie__menu {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .taxonomy-vzdelavanie__menu {
    margin-bottom: 2.5rem;
  }
}
.taxonomy-vzdelavanie__menu-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background-color: var(--blue-light1);
  border-radius: 12px;
  padding: 0.75rem;
}
.taxonomy-vzdelavanie__menu-back:hover {
  color: var(--white-primary);
  background: var(--blue-dark);
}
.taxonomy-vzdelavanie__menu-content {
  background-color: var(--blue-light1);
  margin-top: 8px;
  border-radius: 12px;
  padding: 2rem;
}
.taxonomy-vzdelavanie__menu-content ul, .taxonomy-vzdelavanie__menu-content .elearning-content--list--item ul.numbers, .elearning-content--list--item .taxonomy-vzdelavanie__menu-content ul.numbers {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.taxonomy-vzdelavanie__menu-content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  font-size: 14.4px;
  padding-bottom: 0.75rem;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .taxonomy-vzdelavanie__menu-content li {
    font-size: 13px;
  }
}
.taxonomy-vzdelavanie__menu-content-item--first {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
}
.taxonomy-vzdelavanie__menu-content-item--last {
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
}
.taxonomy-vzdelavanie__list {
  width: 70%;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .taxonomy-vzdelavanie__list {
    width: 100%;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .taxonomy-vzdelavanie__list {
    width: 100%;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .taxonomy-vzdelavanie__list {
    width: 100%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .taxonomy-vzdelavanie__list {
    width: 100%;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .taxonomy-vzdelavanie__list {
    width: 100%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .taxonomy-vzdelavanie__list {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .taxonomy-vzdelavanie__list {
    width: 100%;
  }
}