@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900;9..40,1000&display=swap');

.rotate-animation .section-cell-item img {
  transform: rotate(0deg);
  transition: all 500ms ease-in-out;
}

.rotate-animation .section-cell-item:hover img {
  transform: rotate(10deg) scale(1.1);
  transition: all 500ms ease-in-out;
}

.details__link {
  font-weight: 700;
}

.details__section {
  display: none;
}

body {
  color: #27273A;
  font-family: "DM Sans", Sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6em;
}

#main {
  padding-top: 0;
  padding-bottom: 0;
}

.main>.container:first-child, .main>.motive__motto:first-child, .container--article {
  padding-bottom: 0;
}

.rubric > #main {
  padding-bottom: 3rem;
}

/* ----------- LAYOUT ------------*/
/* ================================================================================ */
.section-container.section-title.section-bg {
  position: relative;
}

.section-container.section-title.section-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.container--article .section-title.section-bg>* .section-content {
  position: relative;
}

.container--article .section-blank {
  max-width: unset;
}

@media (max-width: 767.98px) {
  .section-contact h4, .section-contact .cart-form__title, .section-contact .account-form__title, .section-contact .h4, .section-contact ul {
    text-align: unset;
  }
}

.section-container.section-title.section-bg {
  padding-top: 150px;
  padding-bottom: 100px;
}

@media (min-width: 768px) { 
  .section-container.section-title.section-bg {
    padding-top: 200px;
    padding-bottom: 150px;
  }
}

@media (min-width: 1200px) {
  .section-container.section-title.section-bg {
    padding-top: 250px;
    padding-bottom: 150px;
  }
}

/* ----------- HEADER ------------*/
/* ================================================================================ */
/*.header {
-webkit-box-shadow: -2px 3px 90px -20px rgba(0,0,0,.7);
box-shadow: -2px 3px 90px -20px rgba(0,0,0,.7);
}*/

.navbar__brand-logo-img {
  max-width: unset;
  max-height: 3rem;
}

@media (min-width: 1200px) {
  .navbar__brand-logo-img {
    max-height: 3.5rem;
  }
}

.header {
  position: fixed;
  background: transparent;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: all .3s ease;
}

.header.header-white {
  background: white;
  box-shadow: 0 1px 25px rgba(0,0,0, .1);
}

.navbar__menu-link {
  color: white;
}

.header.header-white .navbar__menu-link {
  color: black;
}

.navbar__toggler-icon-bar {
  background-color: white;
}

.header-white .navbar__toggler-icon-bar {
  background-color: var(--bs-primary);
}

.navbar__menu-link {
  font-size: 18px;
  font-weight: 700;
}

.navbar__menu-link:hover {
  color: #ffc920;
}

.navbar__menu-item.active>.navbar__menu-link, .navbar__menu-item.active>.navbar__menu-link .navbar__menu-item .active {
  color: white;
}

.header-white .navbar__menu-item.active>.navbar__menu-link, .header-white .navbar__menu-item.active>.navbar__menu-link .navbar__menu-item .active {
  color: black;
}

.navbar {
  max-width: 1800px;
  margin: auto;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  height: 80px;
  font-weight: 700;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar__brand {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

@media (max-width: 991.98px) {
  .navbar__menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
    height: auto;
    margin-top: 80px;
    -webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
    box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
  }

  .navbar__menu-link {
    color: black;
  }
  .navbar__menu-link:hover {
    color: var(--bs-primary);
  }

  .navbar__menu-item.active>.navbar__menu-link, .navbar__menu-item.active>.navbar__menu-link .navbar__menu-item .active {
    color: var(--bs-primary);
  }

}

/* btn - videotutorialy */
#menu-item-453534 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1200px) {
  #menu-item-453534 {
    margin-left: 50px;
  }
}

#menu-item-453534>.navbar__menu-link {
  border: 2px solid white;
  border-radius: 10px;
  padding: 6px 18px;
  font-size: 16px;
  font-weight: 500;
  color: white;
}

#menu-item-453534>.navbar__menu-link:hover {
  color: #063e8f;
  background-color: white;
  border-color: white;
}

@media (max-width: 991.98px) {
  #menu-item-453534 {
    margin-top: 1rem;
    margin-left: 0.5rem;
  }

  #menu-item-453534>.navbar__menu-link {
    border: 2px solid #063e8f;
    border-radius: 10px;
    padding: 6px 18px;
    font-size: 16px;
    font-weight: 500;
    color: #063e8f;
  }

  #menu-item-453534>.navbar__menu-link:hover {
    color: #fff;
    background-color: #063e8f;
    border-color: #063e8f;
  }
}

.header-white>.navbar>.navbar__menu>.navbar__menu-list>#menu-item-453534>.navbar__menu-link {
  border: 2px solid #063e8f;
  border-radius: 10px;
  padding: 6px 18px;
  font-size: 16px;
  font-weight: 500;
  color: #063e8f;
}

.header-white>.navbar>.navbar__menu>.navbar__menu-list>#menu-item-453534>.navbar__menu-link:hover {
  color: #fff;
  background-color: #063e8f;
  border-color: #063e8f;
}

/* ----------- BUTTONS ------------*/
/* ================================================================================ */
.btn-blue {
  font-size: 18px;
  background-color: #185ebc;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(34.99999999999993, 27.999999999999986, 201.00000000000003, 0.34);
  box-shadow: 0px 5px 20px 0px rgba(34.99999999999993, 27.999999999999986, 201.00000000000003, 0.34);
  border-radius: 11px;
  padding: 16px 22px;
  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;
  vertical-align: middle;
  line-height: inherit;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #fff;
  text-decoration: none;
  gap: 16px;
}

.btn-blue:hover, .btn-blue:focus {
  color: #fff;
  -webkit-transform: translate3d(0,-2px,0);
  transform: translate3d(0,-2px,0);
  background-color: #003192;
  -webkit-box-shadow: 0px 17px 32px 0px rgba(34.99999999999993, 27.999999999999986, 201.00000000000003, 0.34);
  box-shadow: 0px 17px 32px 0px rgba(34.99999999999993, 27.999999999999986, 201.00000000000003, 0.34);
  text-decoration: none;
}

.btn-green {
  font-family: "DM Sans", Sans-serif;
  font-size: 18px;
  background-color: #387581;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 118.00000000000021, 154, 0.34);
  box-shadow: 0px 5px 20px 0px rgba(0, 118.00000000000021, 154, 0.34);
  border-radius: 11px 11px 11px 11px;
  padding: 16px 22px 16px 22px;
  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;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  line-height: inherit;
  text-align: unset;
  white-space: nowrap;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #fff;
  text-decoration: none;
  gap: 16px;
}

.btn-green:hover, .btn-green:focus {
  color: #fff;
  -webkit-transform: translate3d(0,-2px,0);
  transform: translate3d(0,-2px,0);
  background-color: #15454E;
  -webkit-box-shadow: 0px 17px 32px 0px rgba(0, 129.89565217391302, 154, 0.34);
  box-shadow: 0px 17px 32px 0px rgba(0, 129.89565217391302, 154, 0.34);
  text-decoration: none;
}

.btn-out {
  font-family: "DM Sans", Sans-serif;
  font-size: 16px;
  background-color: transparent;
  border-radius: 11px 11px 11px 11px;
  padding: 10px 20px 10px 20px;
  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;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  line-height: inherit;
  text-align: unset;
  white-space: nowrap;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #000;
  text-decoration: none;
  gap: 16px;
  border: 2px solid #1F246557;
}

.btn-out:hover, .btn-out:focus {
  color: #185EBC;
  -webkit-transform: translate3d(0,-2px,0);
  transform: translate3d(0,-2px,0);
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 22px 0px rgba(186.30596807065217, 191.2752464260397, 222.02265624999998, 0.36);
  box-shadow: 0px 16px 22px 0px rgba(186.30596807065217, 191.2752464260397, 222.02265624999998, 0.36);
  text-decoration: none;
}

/* ----------- HEADING ------------*/
/* ================================================================================ */
h1, .h1 {
  color: #27273A;
  font-family: "DM Sans", Sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 1.2em;
}

h2, .h2 {
  color: #27273A;
  font-family: "DM Sans", Sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2em;
}

@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: 36px;
  }
}

h3, .h3 {
  color: #181b31;
  font-family: "DM Sans", Sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
}

@media (max-width: 767.98px) {
  h3, .h3 {
    font-size: 28px;
  }
}

h4, .h4 {
  color: #181b31;
  font-family: "DM Sans", Sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2em;
}

h5, .h5 {
  color: #181b31;
  font-family: "DM Sans", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
}

h6, .h6 {
  color: #27273A;
  font-family: "DM Sans", Sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2em;
}

/* ----------- FOOTER ------------*/
/* ================================================================================ */
.footer {
  padding-top: 0;
}

#footer .section-contact h3, #footer .section-contact.section-dark h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
}
#footer .section-contact ul > li > a, #footer .section-contact.section-dark ul > li > a  {
  font-weight: 500;
  line-height: 1.6em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#footer a:hover {
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/*section-light*/
#footer .section-contact h3 {
  margin-bottom: 1.8em;
  color: #2A2B35;
}
#footer .section-contact ul > li > a {
  font-size: 16px;
  color: #003179;
}
#footer .section-contact ul > li > a:hover {
  color: #337FCD;
}

/*section-dark*/
#footer .section-contact.section-dark h3 {
  margin-bottom: 1em;
  color: #FFFFFF;
}
#footer .section-contact.section-dark ul > li > a {
  font-size: 14px;
  color: #FFFFFFCC;
}
#footer .section-contact.section-dark ul > li > a:hover {
  color: #4EC1FF; 
}

/* ----------- TIMELINES ------------*/
/* ================================================================================ */
/* vertical */
.timeline {
  border-left: 1px solid #074eb3;
  position: relative;
  list-style: none;
}

.timeline .timeline-item {
  position: relative;
}

.timeline .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .timeline-item:after {
  background-color: #074eb3;
  left: -38px;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  content: "";
}

/* horizontal */
.timeline-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.timeline-steps .timeline-step {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 1rem
}

@media (min-width:768px) {
  .timeline-steps .timeline-step:not(:last-child):after {
    content: "";
    display: block;
    border-top: .25rem dotted #EDF3F7;
    width: 7.4rem;
    position: absolute;
    left: 7.5rem;
    top: .8125rem
  }
}

@media (min-width:768px) {
  .timeline-steps .timeline-step:not(:first-child):before {
    content: "";
    display: block;
    border-top: .25rem dotted #EDF3F7;
    width: 7.4rem;
    position: absolute;
    right: 7.5rem;
    top: .8125rem
  }
}

.timeline-steps .timeline-content {
  width: 14rem;
  text-align: center
}

.timeline-steps .timeline-content .inner-circle {
  border-radius: 1.5rem;
  height: 1rem;
  width: 1rem;
  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-color: #EDF3F7;
}

.timeline-steps .timeline-content .inner-circle:before {
  content: "✕";
  background-color: #EDF3F7;
  color: #EDF3F7;
  display: inline-block;
  height: 3rem;
  width: 3rem;
  min-width: 3rem;
  border-radius: 6.25rem;
  opacity: 1;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-steps .timeline-content .inner-circle.green:before {
  content: "✔";
  background-color: #62ACB9;
  display: inline-block;
  height: 3rem;
  width: 3rem;
  min-width: 3rem;
  border-radius: 6.25rem;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-steps .timeline-step:hover .timeline-content .inner-circle.green:before {
  background-color: #3D58CE;
}

.timeline-steps .timeline-step:hover .timeline-content .inner-circle:before {
  background-color: #3D58CE;
  /*color: #3D58CE;*/
}

/* ----------- TEXT ROTATION ------------*/
/* ================================================================================ */
.rotating-text {
  font-size: 75px;
  font-weight: 700;
  line-height: 1.2em;
  color: white;
}

@media (max-width: 767.98px) {
  .rotating-text {
    font-size: 60px;
  }
}

.rotating-text p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  vertical-align: top;
}
.rotating-text p .word {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 0;
  max-width: 200px;
}

.rotating-text p .word .letter {
  -webkit-transform-origin: center center 25px;
  -ms-transform-origin: center center 25px;
  transform-origin: center center 25px;
}
.rotating-text p .word .letter.out {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transition: 0.32s cubic-bezier(0.6, 0, 0.7, 0.2);
  -o-transition: 0.32s cubic-bezier(0.6, 0, 0.7, 0.2);
  transition: 0.32s cubic-bezier(0.6, 0, 0.7, 0.2);
}
.rotating-text p .word .letter.in {
  -webkit-transition: 0.38s ease;
  -o-transition: 0.38s ease;
  transition: 0.38s ease;
}
.rotating-text p .word .letter.behind {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

/* ----------- UTILITIES ------------*/
/* ================================================================================ */
hr {
  margin: 0;
  color: #D9E1ED;
  background-color: #D9E1ED;
  border: 0;
  opacity: 1;
}

.rounded-4 { border-radius: .5rem; }
.rounded-5 { border-radius: 1rem; }

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

/*.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
transition: background 0.5s ease;
}*/

.heading-badge {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333B41;
  background-color: #EDF3F7;
  letter-spacing: 0.8px;
  border-radius: 4px 4px 4px 4px;
  padding: 2px 20px 2px 20px;
  margin-bottom: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 300ms ease-in-out;
}

.heading-badge:hover {
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
}

.card-cover {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: relative;
}

.card-cover::before {
  content: "";
  background: -webkit-gradient(linear,left bottom, left top,color-stop(0, rgb(0 0 0 / 50%)),color-stop(95%, transparent));
  background: -o-linear-gradient(bottom,rgb(0 0 0 / 50%) 0,transparent 95%);
  background: linear-gradient(to top,rgb(0 0 0 / 50%) 0,transparent 95%);
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}

.h-highlight {
  display: inline-block;
  padding: 0 .125em;
  position: relative;
  color: inherit;
}

.h-highlight-txt {
  position: relative;
  z-index: 1;
}

.h-highlight-inner {
  background: #CADBFF;
  bottom: 0.05em;
  left: 0em;
  height: 0.275em;
  display: inline-block;
  width: 100%;
  position: absolute;
  z-index: 0;
}

/* ----------- ANIMATIONS ------------*/
/* ================================================================================ */
.scale {
  transition: all 300ms ease-out;
}

.scale:hover {
  transition: all 300ms ease-in;
  transform: scale(1.1);
}

.card {
  transition: all 300ms;
  min-height: 450px;
}

.card:hover {
  transition: all 300ms;
  transform: translateY(-10px);
}


#tilt {
  transition: all 100ms ease-out;
}

.article-item__thumbnail {
  overflow: hidden;
}

.article-item .article-item__img-wrapper {
  transition: all 500ms ease-in-out;
}

.article-item:hover .article-item__img-wrapper {
  transform: scale(1.1);
  transition: all 500ms ease-in-out;
}

.anim {
  z-index: 100;
}

@media (min-width: 1200px) {
  .anim2 {
    bottom: -140px;
  }

  .anim3 {
    bottom: -166px;
  }

  .anim {
    transition: all 300ms;
    position: absolute;
  }
  .card:hover .anim {
    bottom: 0;
    transition: all 300ms;
  }

  .card .anim h3 {
    margin-bottom: 50px;
    transition: all 300ms;
  }

  .card:hover .anim h3 {
    margin-bottom: 20px;
    transition: all 300ms;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .anim-fix {
    bottom: -165px;
  }
}

/* ----------- Scroll Top ------------*/
/* ================================================================================ */
.scrolltop-btn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 10;
}

.scrolltop-btn a {
  width: 45px;
  height: 45px;
  background-color: #fff;
  box-shadow: 0 0 30px -2px rgba(0, 0, 0, .15);
  font-size: 10px;
  color: #000;
  transition: transform 1s cubic-bezier(.23,1,.32,1), box-shadow 1s cubic-bezier(.23,1,.32,1);
}

.scrolltop-btn a:hover {
  box-shadow: 0 0 30px -2px rgba(0, 0, 0, .5);
}