/*!*********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../app/skins/epices/static/stylus/app.styl ***!
  \*********************************************************************************************************************************************************************************************/
:root {
  --font-base: Outfit;
  --primary-color: #0023aa;
  --secondary-color: #beef62;
  --title-color: #021228;
  --background-gray: #f5f6f7;
}
@font-face {
  font-family: Outfit;
  src: url("../fonts/Outfit-VariableFont_wght.ttf");
}
body,
:root {
  font-family: var(--font-base);
  font-size: 19px;
  color: var(--dark-black);
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--primary-color);
}
h1,
.h1 {
  font-size: 52px;
  margin-bottom: 30px;
}
h2,
.h2 {
  font-size: 46px;
  margin-bottom: 30px;
}
h3,
.h3 {
  font-size: 30px;
  margin: 20px 0;
}
h4,
.h4 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}
h5,
.h5 {
  font-size: 25px;
  margin-bottom: px;
}
p {
  font-weight: 300;
}
a {
  color: var(--primary-color);
}
b,
strong {
  font-weight: 700;
}
hr {
  margin: 1rem 0;
  color: var(--primary-color);
  background-color: var(--primary-color);
  border: 0;
  opacity: 1;
}
.text-primary {
  color: var(--primary-color) !important;
}
.text-secondary {
  color: var(--secondary-color) !important;
}
.surtitle {
  background-color: var(--secondary-color);
  margin: 0px 0px 0px 0px;
  padding: 0.7em 1em 0.7em 1em;
  border-radius: 10px 0px 10px 0px;
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500px;
  line-height: 1.3em;
  letter-spacing: 0.08em;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
}
.surtitle p {
  margin: 0;
}
a.icon {
  line-height: 0;
  border-radius: 5px;
  background-color: var(--primary-color);
  color: var(--secondary-color);
  padding: 5px;
  height: fit-content;
  display: inline-block;
  font-size: 13px;
}
a.icon.medium {
  font-size: 20px;
  padding: 6px;
}
a.icon.large {
  font-size: 24px;
  padding: 6px;
}
a.icon.xl {
  font-size: 32px;
  padding: 6px;
}
a.icon.xxl {
  font-size: 36px;
  padding: 6px;
}
a.icon svg.large {
  height: 28px;
}
a.icon svg.xl {
  height: 32px;
}
.navbar-brand > img {
  width: 185px;
}
@media (min-width: 992px) {
  .navbar-brand > img {
    width: 213px;
  }
}
@media (min-width: 1200px) {
  .navbar-brand > img {
    width: 234px;
  }
}
@media (min-width: 1400px) {
  .navbar-brand > img {
    width: 266px;
  }
}
.navbar-brand.adapt-size {
  margin-left: 1rem;
}
.navbar-brand.adapt-size > img,
.footer-brand.adapt-size > img {
  aspect-ratio: 220/103;
  object-fit: cover;
  max-width: 100%;
  height: auto;
}
.navbar {
  flex-direction: row;
  flex-wrap: nowrap;
}
nav #main_nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: -0.5rem;
}
nav #main_nav .navbar-icons {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  margin: 0 1rem;
  margin-bottom: 0.75rem;
}
nav .nav-item {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  list-style: none;
  border-bottom: 2px solid #d4e4ff;
}
nav .nav-item:hover,
nav .nav-item:focus {
  background-color: var(--primary-color);
  color: #fff;
  border-color: #00abe8;
}
nav .nav-item:hover .nav-link,
nav .nav-item:focus .nav-link {
  color: #fff;
}
nav .nav-item:hover .item-content .submenu-indicator,
nav .nav-item:focus .item-content .submenu-indicator {
  color: #00abe8 !important;
}
nav .nav-item:hover .item-content .submenu-indicator svg,
nav .nav-item:focus .item-content .submenu-indicator svg {
  color: #00abe8 !important;
  fill: #00abe8 !important;
}
nav .nav-item:hover .dropdown-menu {
  display: block;
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
nav .nav-item .nav-link {
  padding: 12px 20px !important;
  font-size: 17px;
  color: var(--primary-color);
  font-weight: 500;
}
nav .nav-item .item-content {
  display: flex;
  align-items: center;
  flex-flow: row, nowrap;
}
nav .nav-item .item-content .menu-text {
  display: block;
}
nav .nav-item .item-content .submenu-indicator {
  color: var(--primary-color);
  margin-left: 3px;
  position: relative;
  display: flex;
  pointer-events: auto;
  line-height: 1.2;
  text-align: center;
}
nav .nav-item .item-content .submenu-indicator svg {
  width: 10px;
  height: 10px;
  color: var(--primary-color);
  fill: var(--primary-color);
}
nav .nav-item .dropdown-menu {
  border: 0px;
  padding: 0;
  width: 280px;
}
nav .nav-item .dropdown-menu .dropdown-item {
  padding: 15px;
  color: var(--primary-color);
  background-color: #e5eeff;
  font-size: 15px;
  line-height: 19.5px;
  border-bottom: 1px solid #fff;
  text-wrap: wrap;
}
nav .nav-item .dropdown-menu .dropdown-item:hover,
nav .nav-item .dropdown-menu .dropdown-item:focus {
  background-color: #fff;
}
#modal-search .modal-dialog {
  width: 100%;
  max-width: unset;
  margin: 0;
}
#modal-search .modal-dialog .modal-content {
  background-color: var(--primary-color);
  padding: 3.5rem 0;
}
#modal-search .modal-dialog .modal-content #form-search {
  height: 60px;
  padding: 0 1.5rem;
  border-radius: 4rem;
  background-color: #fff;
  width: 525px;
  max-width: 95%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: auto;
}
@media (max-width: 1200px) {
  #modal-search .modal-dialog .modal-content #form-search {
    height: 50px;
  }
  #modal-search .modal-dialog .modal-content #form-search a.icon {
    font-size: 28px;
  }
}
#modal-search .modal-dialog .modal-content #form-search input {
  border: 0;
  margin-right: 2rem;
  flex-grow: 1;
}
#modal-search .modal-dialog .modal-content #form-search input:focus {
  outline: none;
}
#modal-search .modal-dialog .modal-content #form-search input:focus + a {
  color: rgba(1,24,85,0.422);
}
#modal-search .modal-dialog .modal-content #form-search a {
  color: var(--primary-color);
  background-color: unset;
}
#modal-search .modal-dialog .modal-content #form-search a:hover {
  color: #000;
}
#mobile-menu-modal .modal-dialog {
  margin: 0 auto;
  margin-left: 0;
  width: 400px;
  max-width: 100vw;
}
#mobile-menu-modal .modal-content {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  padding-bottom: 3rem;
  border: 0;
  border-radius: 0;
  min-height: 100vh;
  background-image: linear-gradient(#fff 0%, #f5f6f7 100%);
}
#mobile-menu-modal .modal-content .button-close {
  position: sticky;
  top: 0.3rem;
  width: fit-content;
  align-self: flex-end;
}
#mobile-menu-modal .modal-content .nav-bar {
  padding: 0 1rem;
}
#mobile-menu-modal .modal-content .navbar-brand {
  margin: 0;
  margin-bottom: 2.5rem;
}
#mobile-menu-modal .modal-content .nav-link {
  display: flex;
  justify-content: space-between;
  font-size: 21px;
  padding: 0.6rem 1rem;
}
#mobile-menu-modal .modal-content .nav-link a {
  color: var(--primary-color);
  text-decoration: none;
}
#mobile-menu-modal .modal-content .vertical.menu {
  color: var(--primary-color);
  background-color: #fff;
  padding-left: 0;
  padding-top: 0.5rem;
}
#mobile-menu-modal .modal-content .vertical.menu .dropdown-item {
  color: rgba(2,18,40,0.82);
  background-color: #fff;
  border-bottom: 1px solid var(--background-gray);
  border-left: 1px solid rgba(2,18,40,0.17);
  font-size: 16px;
  padding: 0.35rem 1rem;
  text-wrap: wrap;
}
#mobile-menu-modal .modal-content .vertical.menu .dropdown-item:hover,
#mobile-menu-modal .modal-content .vertical.menu .dropdown-item:focus {
  color: var(--primary-color);
}
#mobile-menu-modal .modal-content .vertical.menu .dropdown-item:last-child {
  border-bottom: 0;
}
.collapse-toggle {
  position: relative;
}
.collapse-toggle .plus-sign {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: var(--primary-color);
  background-color: #fff;
  font-size: 16px;
}
a.icon.button-close {
  background-color: transparent;
  color: rgba(2,18,40,0.42);
}
section.breadcrumb {
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(0,0,0,0) 80%, #fff 100%);
}
.left-bottom-rounded {
  border-radius: 0px 0px 0px 60px;
}
.right-top-rounded {
  border-radius: 0px 60px 0px 0px;
}
.animate-icon {
  overflow: hidden;
  transition: all 0.3s ease-out;
  width: 100px;
  height: 100px;
  border-radius: 100% 100% 100% 100%;
  margin: auto;
}
.animate-icon img:hover {
  transform: scale(1.15);
}
.btn {
  border-radius: 100px;
  padding: 5px 30px;
  min-height: 52px;
  border-width: 0px;
}
.btn-primary {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}
.btn-primary:hover,
.btn-primary:focus {
  color: var(--primary-color);
  background-color: var(--secondary-color);
}
.btn-secondary {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: var(--secondary-color);
  background-color: var(--primary-color);
}
a.btn {
  display: inline-flex;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
}
a.btn:hover,
a.btn:focus {
  color: var(--primary-color);
  background-color: #fff;
}
div.epices-list-style-primary ul,
div.epices-list-style-secondary ul {
  list-style: none;
  padding-left: 0;
}
div.epices-list-style-primary ul li,
div.epices-list-style-secondary ul li {
  padding-left: calc(30px + 0.5em);
  margin-bottom: 0.5em;
  position: relative;
}
div.epices-list-style-primary ul li:before,
div.epices-list-style-secondary ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23BEEF62%22%3E%3Cpath%20d%3D%22M256%208C119.033%208%208%20119.033%208%20256s111.033%20248%20248%20248%20248-111.033%20248-248S392.967%208%20256%208zm0%2048c110.532%200%20200%2089.451%20200%20200%200%20110.532-89.451%20200-200%20200-110.532%200-200-89.451-200-200%200-110.532%2089.451-200%20200-200m140.204%20130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346%20303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719%2022.536c-4.705%204.667-4.736%2012.265-.068%2016.971l90.781%2091.516c4.667%204.705%2012.265%204.736%2016.97.068l172.589-171.204c4.704-4.668%204.734-12.266.067-16.971z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
div.epices-list-style-secondary ul li:before {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23BEEF62%22%3E%3Cpath%20d%3D%22M256%208C119.033%208%208%20119.033%208%20256s111.033%20248%20248%20248%20248-111.033%20248-248S392.967%208%20256%208zm0%2048c110.532%200%20200%2089.451%20200%20200%200%20110.532-89.451%20200-200%20200-110.532%200-200-89.451-200-200%200-110.532%2089.451-200%20200-200m140.204%20130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346%20303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719%2022.536c-4.705%204.667-4.736%2012.265-.068%2016.971l90.781%2091.516c4.667%204.705%2012.265%204.736%2016.97.068l172.589-171.204c4.704-4.668%204.734-12.266.067-16.971z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
div.epices-list-style-primary ul li:before {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%230023AA%22%3E%3Cpath%20d%3D%22M256%208C119.033%208%208%20119.033%208%20256s111.033%20248%20248%20248%20248-111.033%20248-248S392.967%208%20256%208zm0%2048c110.532%200%20200%2089.451%20200%20200%200%20110.532-89.451%20200-200%20200-110.532%200-200-89.451-200-200%200-110.532%2089.451-200%20200-200m140.204%20130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346%20303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719%2022.536c-4.705%204.667-4.736%2012.265-.068%2016.971l90.781%2091.516c4.667%204.705%2012.265%204.736%2016.97.068l172.589-171.204c4.704-4.668%204.734-12.266.067-16.971z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
footer {
  padding-top: 60px;
  background-image: url("../img/fond4.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
footer:before {
  content: " ";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.07;
  background-image: url("http://the-best-ptc.com/wp-content/uploads/2025/05/sigle5.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 65% auto;
}
footer .container {
  position: relative;
  z-index: 1;
}
footer a.menu-child {
  padding-bottom: 7px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
@media (min-width: 1200px) {
  footer a.menu-child {
    font-size: 17px;
  }
}
footer a.menu-child:hover {
  color: var(--secondary-color);
}
footer .search-socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.5rem;
}
footer .search-socials input {
  border-radius: 10px;
  padding: 0.15rem 0.5rem;
  width: 100%;
  background-color: #d4e4ff;
  border: none;
  font-size: 17px;
}
@media (max-width: 1200px) {
  footer .search-socials input {
    border-radius: 1rem;
  }
}
footer .search-socials input:focus {
  outline: none;
}
@media (min-width: 1200px) {
  footer .footer-brand > img {
    width: 250px;
  }
}
@media (min-width: 1400px) {
  footer .footer-brand > img {
    width: 300px;
  }
}
@media (min-width: 1600px) {
  footer .footer-brand > img {
    width: 308px;
  }
}
footer .subfooter-menu {
  position: relative;
  z-index: 1;
  padding: 0.25rem;
  margin-top: 1.75rem;
}
@media (min-width: 1200px) {
  footer .subfooter-menu {
    background-color: var(--primary-color);
    margin-top: 3rem;
  }
}
footer .subfooter-menu a.menu-child {
  border-left: 1px solid #fff;
  padding-left: 0.5rem;
  padding-right: 0.25rem;
  padding-bottom: 0;
  font-size: 12px;
}
footer .subfooter-menu a.menu-child:first-child {
  border: none;
  padding-left: 0;
}
.shape {
  direction: ltr;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.shape-top {
  top: -1px;
}
.shape-top:not([data-negative=false]) svg {
  z-index: -1;
}
.shape-bottom {
  bottom: -1px;
}
.shape-bottom:not([data-negative=true]) svg {
  z-index: -1;
}
.shape[data-negative=false].shape-bottom,
.shape[data-negative=true].shape-top {
  transform: rotate(180deg);
}
.shape svg {
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: calc(100% + 1.3px);
}
.shape .shape-fill {
  fill: #fff;
  transform: rotateY(0deg);
  transform-origin: center;
}
section {
  position: relative;
}
section:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--section-background-image);
}
section .section-inside {
  position: relative;
}
section.level-2-title {
  background-image: linear-gradient(#031d80 22%, #00abe8 100%);
  padding: 100px 0;
}
section.level-2-title:before {
  opacity: 0.45;
  background-image: url("../img/fond4.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.level-2-title .section-inside {
  margin: 0 0;
}
section.level-2-title h1,
section.level-2-title .h1 {
  color: #fff;
}
section.level-2-title .shape-top svg {
  width: calc(108% + 1.3px);
  height: 21px;
}
section.level-2-title .shape-top .shape-fill {
  fill: rgba(255,255,255,0.478);
}
section.level-2-title .shape-bottom svg {
  width: calc(114% + 1.3px);
  height: 34px;
}
section.level-2-title .shape-bottom .shape-fill {
  fill: #e5eeff;
}
section.level-2-section-1 {
  background-color: rgba(229,238,255,0.431);
  padding: 60px 0 80px 0;
}
section.level-2-section-2 {
  background-color: #fff;
  background-image: linear-gradient(180deg, rgba(0,0,0,0) calc(100% - 400px), #e5eeff 100%);
  padding: 120px 0;
}
section.level-2-section-2 .shape-top svg {
  width: calc(207% + 1.3px);
  height: 44px;
}
section.level-2-section-2 .shape-top .shape-fill {
  fill: #e5eeff;
}
section.level-2-section-3 {
  background-image: linear-gradient(#0023aa 0%, #00abe8 100%);
  padding: 100px 0;
}
section.level-2-section-3:before {
  opacity: 0.19;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.level-2-section-3 .section-inside {
  margin: 0 0;
}
section.level-2-section-3 h1,
section.level-2-section-3 .h1,
section.level-2-section-3 h2,
section.level-2-section-3 .h2,
section.level-2-section-3 h3,
section.level-2-section-3 .h3,
section.level-2-section-3 p,
section.level-2-section-3 a {
  color: #fff;
}
section.level-2-section-3 .shape-top svg {
  width: calc(106% + 1.3px);
  height: 14px;
}
section.level-2-section-3 .shape-top .shape-fill {
  fill: #e5eeff;
}
section.level-2-section-3 .shape-bottom svg {
  width: calc(116% + 1.3px);
  height: 23px;
}
section.level-2-section-3 .shape-bottom .shape-fill {
  fill: #e5eeff;
}
section.level-2-section-4 {
  background-image: linear-gradient(225deg, #0023aa 26%, #00abe8 100%), linear-gradient(180deg, rgba(229,238,255,0) 26%, rgba(196,215,252,0.839) 100%);
  padding: 100px 0;
}
section.level-2-section-4:before {
  opacity: 0.07;
  background-image: url("../img/sigle5.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
section.level-2-section-4 .section-inside {
  margin: 0 0;
}
section.level-2-section-4 h1,
section.level-2-section-4 .h1,
section.level-2-section-4 h2,
section.level-2-section-4 .h2,
section.level-2-section-4 h3,
section.level-2-section-4 .h3,
section.level-2-section-4 p {
  color: #fff;
}
section.level-2-section-4 .shape-top svg {
  width: calc(106% + 1.3px);
  height: 21px;
}
section.level-2-section-4 .shape-top .shape-fill {
  fill: #e5eeff;
}
section.level-2-section-4 .shape-bottom svg {
  width: calc(114% + 1.3px);
  height: 34px;
}
section.level-2-section-4 .shape-bottom .shape-fill {
  fill: #e5eeff;
}
section.level-2-section-5 {
  background-color: #e3ecff;
  padding: 60px 0 80px 0;
}
section.level-1-title {
  background-image: linear-gradient(#031d80 22%, #00abe8 100%);
  padding: 100px 0;
}
section.level-1-title:before {
  opacity: 0.11;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.level-1-title .section-inside {
  margin: 0 0;
}
section.level-1-title h1,
section.level-1-title .h1,
section.level-1-title h2,
section.level-1-title .h2,
section.level-1-title h3,
section.level-1-title .h3,
section.level-1-title p {
  color: #fff;
}
section.level-1-title .shape-top svg {
  width: calc(108% + 1.3px);
  height: 14px;
}
section.level-1-title .shape-top .shape-fill {
  fill: rgba(255,255,255,0.478);
}
section.level-1-title .shape-bottom svg {
  width: calc(114% + 1.3px);
  height: 23px;
}
section.level-1-title .shape-bottom .shape-fill {
  fill: #e5eeff;
}
section.level-1-section-1 {
  background-color: #e5eeff;
  background-image: linear-gradient(180deg, rgba(0,0,0,0) calc(100% - 400px), #fff 100%);
  padding: 120px 0;
}
section.level-1-section-1 h2,
section.level-1-section-1 .h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
section.level-1-section-1 h3,
section.level-1-section-1 .h3 {
  font-size: 23px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  line-height: 1.25em;
}
section.timeline {
  background-color: #fff;
  background-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, #e5eeff 100%);
  padding: 0px;
  margin-bottom: 120px;
}
section.background-gray {
  background-color: var(--background-gray);
  padding: 0px;
  padding: 60px 0 60px 0;
}
section.background-white {
  background-color: #fff;
  padding: 0px;
  padding: 60px 0 60px 0;
}
section.home-title {
  background-image: linear-gradient(#031d80 22%, #00abe8 100%);
  padding: 120px 0;
}
section.home-title:before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.home-title .section-inside {
  margin: 0 0;
}
section.home-title h1,
section.home-title .h1,
section.home-title h2,
section.home-title .h2,
section.home-title h3,
section.home-title .h3,
section.home-title p {
  color: #fff;
}
section.home-title p {
  font-size: 27px;
}
section.home-title .shape-top svg {
  width: calc(108% + 1.3px);
  height: 14px;
}
section.home-title .shape-top .shape-fill {
  fill: rgba(255,255,255,0.478);
}
section.home-title .shape-bottom svg {
  width: calc(114% + 1.3px);
  height: 23px;
}
section.home-title .shape-bottom .shape-fill {
  fill: #e5eeff;
}
.card-1 {
  background-color: transparent;
  background-image: linear-gradient(180deg, #e5eeff 0%, rgba(0,0,0,0) 100%);
  height: 100%;
}
.card-2 {
  background-color: rgba(255,255,255,0.588);
  border: unset;
  border-radius: 0px 0px 80px 0px;
  border-left: 2px solid;
  height: 100%;
}
.card-3 {
  background-color: rgba(255,255,255,0.859);
  border: unset;
  border-radius: 20px 0px 20px 0px;
  height: 100%;
}
.card-3 a {
  text-decoration: none;
  color: unset;
}
.btn-plus {
  border: 1px solid var(--secondary-color);
  border-radius: 100% 100% 100% 100%;
  font-size: 25px;
  line-height: 100%;
}
.faq-tabs .nav-tabs {
  border-bottom: none;
  width: 30%;
  flex: 1 0 auto;
}
.faq-tabs .nav-tabs .nav-item:not(:last-child) {
  margin-bottom: 10px;
}
.faq-tabs .nav-tabs .nav-item .nav-link {
  background: none;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.25em;
  cursor: pointer;
  border-width: 0;
  color: #fff;
  text-align: left;
}
.faq-tabs .nav-tabs .nav-item .nav-link.active {
  color: var(--secondary-color);
}
.faq-tabs .tab-content {
  padding: 60px;
  background: #fff;
}
.faq-tabs .tab-content p {
  color: #000;
}
.faq-tabs .tab-content h1,
.faq-tabs .tab-content h2,
.faq-tabs .tab-content h3,
.faq-tabs .tab-content h4,
.faq-tabs .tab-content h5,
.faq-tabs .tab-content h6,
.faq-tabs .tab-content .h1,
.faq-tabs .tab-content .h2,
.faq-tabs .tab-content .h3,
.faq-tabs .tab-content .h4,
.faq-tabs .tab-content .h5,
.faq-tabs .tab-content .h6 {
  color: var(--primary-color);
}
.form-label {
  display: block;
  color: rgba(2,18,40,0.82);
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3em;
}
.form-label abbr {
  color: var(--secondary-color);
}
.form-control {
  background-color: rgba(229,238,255,0.329);
  border: 1px solid #d4e4ff;
  border-radius: 20px 20px 20px 20px;
  color: #5170a5;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5em;
  padding: 7px 14px 7px 14px;
  min-height: 42px;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .timeline {
    border-left: 2px solid var(--secondary-color);
  }
}
.timeline .timeline-intro .timeline-year {
  font-size: 48px;
  line-height: 1em;
  letter-spacing: 0.02em;
  color: var(--primary-color);
  text-decoration-style: solid;
}
.timeline .timeline-intro .timeline-year p {
  font-weight: 600;
}
.timeline .timeline-intro .timeline-separator {
  border-bottom: 2px solid var(--secondary-color);
  padding-top: 22px;
}
@media (min-width: 992px) {
  .timeline .timeline-intro .timeline-separator {
    margin-right: 2rem !important;
  }
}
.timeline .timeline-content {
  color: var(--primary-color);
}
.employees-tabs .nav-tabs {
  border: 0px;
}
.employees-tabs .nav-tabs .nav-item {
  border: 0px;
  background-color: transparent !important;
}
.employees-tabs .nav-tabs .nav-item .nav-link {
  border: 0px;
  background-color: transparent !important;
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-transform: uppercase;
  color: #021228;
}
.employees-tabs .nav-tabs .nav-item .nav-link:hover,
.employees-tabs .nav-tabs .nav-item .nav-link.active {
  color: var(--primary-color);
}
.employees-tabs .card {
  background-color: transparent;
  height: 100%;
  border: 0px;
}
.employees-tabs .card .card-image {
  background-color: #fff;
  border-radius: 0px 0px 40px 0px;
  width: 100%;
}
.employees-tabs .card .card-image img {
  width: 100%;
  transition: all 300ms linear !important;
}
.employees-tabs .card .card-image img:hover {
  transform: scale(1.1);
}
.employees-tabs .card .card-body {
  text-align: center;
}
.employees-tabs .card .card-body .employee-name {
  font-size: 22px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  line-height: 1.25em;
  color: var(--primary-color);
}
.owl-carousel {
  padding: 0 30px;
  position: relative;
}
.owl-carousel .carousel-item {
  display: block;
}
.owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
  align-items: center;
  gap: 20px;
}
.owl-carousel .owl-nav {
  color: var(--primary-color);
}
.owl-carousel .owl-nav * {
  margin: auto 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0px;
}
.owl-carousel .owl-nav .owl-next {
  right: 30px;
}
.owl-carousel .owl-dot {
  display: none;
}
.owl-carousel .owl-item {
  margin: 0 15px;
}


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