@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1160px;
  }
}
html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 5px;
  background: white;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #136DD1;
}

::-webkit-scrollbar-corner {
  height: 0;
  width: 0;
}

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

.page-holder {
  overflow: hidden;
}

.btn {
  font-family: "Open Sans", sans-serif;
  border-radius: 29px;
  padding: 10px 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
.btn-blue {
  background: var(--1, linear-gradient(180deg, #3C8AE1 0%, #136DD1 100%));
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  color: #fff;
}
.btn-blue:hover {
  color: #fff;
}
.btn-borderBlue {
  border: 1px solid #136DD1;
  color: #136DD1;
  box-shadow: 0 10px 43px 0 rgba(202, 237, 255, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 25.6px */
}
.btn-borderBlue:hover {
  color: #000;
  border: 1px solid #000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Graphik", sans-serif;
}

h2 {
  color: #1E2532;
  font-size: 38px;
  font-weight: 500;
  line-height: 122%;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h2 {
    font-size: 45px;
    line-height: 124%;
  }
}
@media (min-width: 991px) {
  h2 {
    font-size: 63px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.form.blued .form__block {
  margin-bottom: 18px;
}
.form.blued input,
.form.blued .nice-select {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.18) 100%);
  color: #fff;
}
.form.blued input::placeholder {
  color: #fff;
  opacity: 1;
}
.form.blued .form__submit {
  margin-bottom: 0;
}
.form.blued .form__submit input {
  background: #fff;
  color: #136DD1;
  box-shadow: none;
}
.form.blued .nice-select {
  margin-bottom: 18px;
}
.form.blued .nice-select ul {
  color: #828282;
}
.form.blued .nice-select::after {
  border-color: #fff;
}
.form p {
  margin-bottom: 0;
}
.form input {
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  width: 100%;
  min-height: 50px;
  font-family: "Graphik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.14px;
  color: #828282;
  padding: 0 15px 0 20px;
}
.form .nice-select {
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  width: 100%;
  min-height: 50px;
  font-family: "Graphik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.14px;
  color: #828282;
  padding: 0 15px 0 20px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.form .nice-select::after {
  height: 12px;
  width: 12px;
  margin-top: -8px;
}
.form .nice-select ul {
  width: 100%;
}
.form__block {
  margin-bottom: 30px;
}
.form__submit {
  margin-bottom: 30px;
}
.form__submit input {
  width: 100%;
  border-radius: 100px !important;
  background: var(--1, linear-gradient(180deg, #3C8AE1 0%, #136DD1 100%));
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  color: #fff;
}
.form__submit input:hover {
  color: #fff;
}

.header {
  position: relative;
}
.header a {
  font-family: "Graphik", sans-serif;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.08px;
  text-decoration: none;
}
.header ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 30px 0;
  margin: 0;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .header ul {
    flex-direction: row;
    padding: 0;
  }
}
.header ul li {
  margin-bottom: 10px;
}
.header ul li:nth-last-child(1) {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .header ul li {
    margin-bottom: 0;
  }
}
.header ul.depth_0 {
  display: none;
}
.header ul.depth_0.show {
  display: block;
}
.header__logo {
  min-width: 230px;
  text-align: left;
}
.header__collapse {
  justify-content: center;
  align-items: center;
}
.header__navigation {
  margin: 0 auto;
}
.header__social {
  min-width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .header__social {
    min-width: 180px;
    text-align: right;
    padding-bottom: 0;
  }
}
.header__nav {
  background: #136DD1;
  min-height: 55px;
  display: flex;
  align-items: center;
}
.header__nav .menu li a {
  padding: 20px;
}
.header__subnav {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: -100%;
  z-index: 2;
}
.header__subnav::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  background: #263238;
  backdrop-filter: blur(2px);
}
.header__subnav .menu {
  justify-content: center;
  position: relative;
  z-index: 3;
}
.header__subnav .menu li a {
  padding: 20px;
}
.header__lang {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
}
@media (min-width: 1200px) {
  .header__lang {
    display: block;
    padding-bottom: 0;
  }
}
.header .navbar-toggler {
  padding: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
}
.header .navbar-toggler-icon {
  height: auto;
}

.headerType-shadowed .header__nav {
  background: #136DD1;
  min-height: auto;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .headerType-shadowed .header__nav {
    min-height: 55px;
  }
}
.headerType-shadowed .header__nav .menu li a {
  padding: 20px;
}
.headerType-shadowed .header__subnav {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: -100%;
  z-index: 2;
}
.headerType-shadowed .header__subnav::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  background: #263238;
  backdrop-filter: blur(2px);
}
.headerType-shadowed .header__subnav .menu {
  justify-content: center;
  position: relative;
  z-index: 3;
}
.headerType-shadowed .header__subnav .menu li a {
  padding: 20px;
}

.headerType-blue .header__nav {
  background: #136DD1;
  min-height: 55px;
  display: flex;
  align-items: center;
}
.headerType-blue .header__nav .menu li a {
  padding: 20px;
}
.headerType-blue .header__subnav {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 2;
  background: #136DD1;
  border-top: 1px solid #3E88D9;
  position: relative;
}
.headerType-blue .header__subnav::after {
  display: none;
}
.headerType-blue .header__subnav .menu {
  justify-content: center;
  position: relative;
  z-index: 3;
}
.headerType-blue .header__subnav .menu li a {
  padding: 20px;
}

.footer {
  background: #001C3C;
  padding-top: 60px;
  padding-bottom: 20px;
}
@media (min-width: 991px) {
  .footer {
    padding-top: 90px;
  }
}
.footer__desc {
  color: #fff;
}
.footer__social {
  background: #136DD1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  border-radius: 50px;
}
@media (min-width: 991px) {
  .footer__social {
    width: 42px;
    height: 42px;
  }
}
@media (min-width: 1200px) {
  .footer__social {
    width: 49px;
    height: 49px;
  }
}
.footer__pages-title {
  color: #136DD1;
  font-size: 20px;
  font-weight: 700;
  line-height: 132%;
}
@media (min-width: 991px) {
  .footer__pages-title {
    font-size: 22px;
  }
}
.footer__pages-link {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-decoration: none;
}
.footer__pages-link:hover {
  text-decoration: underline;
  color: #fff;
  opacity: 0.8;
}
.footer__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 25px;
  border-bottom: 1px solid #112B47;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media (min-width: 575px) {
  .footer__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
@media (min-width: 768px) {
  .footer__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 991px) {
  .footer__grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-bottom: 70px;
  }
}
.footer__grid-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media (min-width: 991px) {
  .footer__grid-item {
    align-items: flex-end;
  }
}
.footer__grid-item:nth-child(1) {
  align-items: flex-start;
}
.footer__grid-item:nth-last-child(1) {
  justify-content: flex-start;
}
.footer__data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 991px) {
  .footer__data {
    flex-direction: row;
  }
}
.footer__data-cp {
  color: #fff;
  letter-spacing: 0.064px;
  margin-bottom: 30px;
}
@media (min-width: 991px) {
  .footer__data-cp {
    margin-bottom: 0;
  }
}
.footer__data-link {
  color: #fff;
  text-decoration: none;
  margin-right: 0;
  margin-bottom: 15px;
}
.footer__data-link:hover {
  text-decoration: underline;
  color: #fff;
  opacity: 0.8;
}
@media (min-width: 575px) {
  .footer__data-link {
    margin-right: 40px;
    margin-bottom: 0;
  }
}
.footer__data-link:nth-last-child(1) {
  margin-right: 0;
}
.footer__data-pages {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 575px) {
  .footer__data-pages {
    flex-direction: row;
  }
}

.errorpage {
  padding: 80px 0;
}
@media (min-width: 991px) {
  .errorpage {
    padding: 140px 0 60px 0;
  }
}

.hs__text {
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.072px;
  color: #fff;
  margin-bottom: 48px;
}
.hs__slide {
  position: relative;
  text-align: center;
  padding: 120px 12px 160px 12px;
}
@media (min-width: 768px) {
  .hs__slide {
    padding: 170px 12px 250px 12px;
  }
}
.hs__slide-wrapper {
  max-width: 650px;
  margin: 0 auto;
}
.hs .swiper-wrapper {
  height: auto;
}
.hs .swiper-pagination {
  bottom: 60px;
}
@media (min-width: 768px) {
  .hs .swiper-pagination {
    bottom: 120px;
  }
}
.hs .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #4B86E5;
}
.hs .swiper-pagination-bullet-active {
  background: #0079FF;
}

.twb {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .twb {
    padding-top: 120;
    padding-bottom: 120px;
  }
}
.twb::before {
  display: none;
}
@media (min-width: 991px) {
  .twb::before {
    display: block;
    content: "";
    background: url("../../img/ourSolution-lines.png") no-repeat;
    background-size: contain;
    width: 668px;
    height: 479px;
    position: absolute;
    top: -80px;
    left: 0;
    z-index: -1;
  }
}
@media (min-width: 1940px) {
  .twb::before {
    display: none;
  }
}
.twb::after {
  display: none;
}
@media (min-width: 991px) {
  .twb::after {
    display: block;
    content: "";
    background: url("../../img/ourSolution-lines2.png") no-repeat;
    background-size: contain;
    width: 50%;
    height: 529px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}
@media (min-width: 1940px) {
  .twb::after {
    display: none;
  }
}
.twb__text {
  padding-top: 0;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .twb__text {
    padding-top: 90px;
    margin-bottom: 0;
  }
}
.twb__text p {
  color: rgba(30, 37, 50, 0.8);
}
.twb__col:nth-child(even) .twb__box {
  background: #F6F9FB;
}
.twb__col:nth-child(odd) .twb__box {
  background: #fff;
}
.twb__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 42px 30px 42px;
  height: 100%;
  min-height: 100%;
}
@media (min-width: 768px) {
  .twb__box {
    min-height: 390px;
  }
}
.twb__box-title {
  color: #000;
  text-transform: capitalize;
  margin-bottom: 18px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .twb__box-title {
    font-size: 24px;
  }
}
.twb__box-desc {
  color: rgba(30, 37, 50, 0.8);
  margin-bottom: 19px;
}
.twb__box-footer {
  margin-top: auto;
}

.stwb h2 {
  font-size: 38px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .stwb h2 {
    font-size: 45px;
  }
}

.orm {
  position: relative;
  margin-bottom: 80px;
}
.orm.singlepage {
  padding-top: 120px;
}
.orm::before {
  display: none;
}
@media (min-width: 991px) {
  .orm::before {
    display: block;
    content: "";
    background: url("../../img/lines-markets-left.png") no-repeat;
    background-size: contain;
    width: 50%;
    height: 479px;
    position: absolute;
    bottom: 70px;
    left: 0;
    z-index: -1;
  }
}
@media (min-width: 1940px) {
  .orm::before {
    display: none;
  }
}
.orm::after {
  display: none;
}
@media (min-width: 991px) {
  .orm::after {
    display: block;
    content: "";
    background: url("../../img/lines-markets-right.png") no-repeat;
    background-size: contain;
    width: 1440px;
    height: 479px;
    position: absolute;
    bottom: -130px;
    right: 0;
    z-index: -1;
  }
}
@media (min-width: 1940px) {
  .orm::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .orm {
    margin-bottom: 120px;
  }
}
@media (min-width: 991px) {
  .orm {
    margin-bottom: 240px;
  }
}
.orm__title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 48px;
}
.orm__box {
  background: #F7F7FA;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  padding: 25px 0 0 25px;
}
@media (min-width: 768px) {
  .orm__box {
    padding: 40px;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 991px) {
  .orm__box {
    margin-bottom: 0;
  }
}
.orm__box-text {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .orm__box-text {
    text-align: unset;
    margin-bottom: 0;
  }
}
.orm__box-image {
  text-align: right;
}
@media (min-width: 768px) {
  .orm__box-image {
    text-align: unset;
  }
}
.orm__box-tf h4 {
  color: #000;
  text-transform: capitalize;
  margin-bottom: 18px;
}

.tsm {
  position: relative;
}
.tsm::before {
  display: none;
}
@media (min-width: 991px) {
  .tsm::before {
    display: block;
    content: "";
    background: url("../../img/lines-testimonials-left.png") no-repeat;
    background-size: contain;
    width: 1136px;
    height: 503px;
    position: absolute;
    bottom: 165px;
    left: 0;
    z-index: 1;
  }
}
@media (min-width: 1940px) {
  .tsm::before {
    display: none;
  }
}
.tsm::after {
  display: none;
}
@media (min-width: 991px) {
  .tsm::after {
    display: block;
    content: "";
    background: url("../../img/lines-testimonials-right.png") no-repeat;
    background-size: contain;
    width: 1115px;
    height: 479px;
    position: absolute;
    top: 0px;
    right: 0;
  }
}
@media (min-width: 1940px) {
  .tsm::after {
    display: none;
  }
}
.tsm__title {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .tsm__title {
    margin-bottom: 0;
  }
}
.tsm__top {
  margin-bottom: -30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 768px) {
  .tsm__top {
    flex-direction: row;
    align-items: center;
    margin-bottom: 70px;
  }
}
.tsm__slider {
  display: flex;
}
.tsm__slide {
  background-color: #F6F9FB;
  padding: 70px 35px 40px 35px;
}
@media (min-width: 768px) {
  .tsm__slide {
    padding: 48px 38px;
  }
}
.tsm__slide-author {
  max-width: 180px;
}
.tsm .swiper-navigation {
  max-width: 500px;
  display: flex;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .tsm .swiper-navigation {
    margin: 0;
  }
}
.tsm .swiper-button-next, .tsm .swiper-button-prev {
  position: relative;
  left: unset;
  right: unset;
  background: #136DD1;
  color: #fff;
  padding: 22px;
  border-radius: 50px;
  margin-top: 0;
}
@media (min-width: 991px) {
  .tsm .swiper-button-next, .tsm .swiper-button-prev {
    padding: 30px;
  }
}
.tsm .swiper-button-next::after, .tsm .swiper-button-prev::after {
  font-size: 12px;
}
.tsm .swiper-button-next::after {
  margin-left: 3px;
}
.tsm .swiper-button-prev::after {
  margin-right: 3px;
}
.tsm__logos {
  position: relative;
  background: linear-gradient(100deg, #3F8FE9 7.05%, #136DD1 81.93%);
  padding-top: 290px;
  padding-bottom: 80px;
  margin-top: -210px;
}
@media (min-width: 991px) {
  .tsm__logos {
    padding-bottom: 140px;
  }
}

.git {
  background: #EAF8FF;
  padding: 85px 0 95px 0;
  position: relative;
  overflow: hidden;
}
.git__block {
  position: relative;
  z-index: 3;
}
.git::after {
  display: none;
}
@media (min-width: 991px) {
  .git::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    background: url(../../img/git-image.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
  }
}

.tbwld {
  margin-bottom: 80px;
  position: relative;
}
@media (min-width: 991px) {
  .tbwld {
    margin-bottom: 120px;
  }
}
.tbwld::before {
  display: none;
}
@media (min-width: 991px) {
  .tbwld::before {
    display: block;
    content: "";
    background: url("../../img/lines-twibd.png") no-repeat;
    background-size: contain;
    width: 1420px;
    height: 880px;
    position: absolute;
    top: -90%;
    right: 0;
    z-index: -1;
  }
}
@media (min-width: 1940px) {
  .tbwld::before {
    display: none;
  }
}
.tbwld__title {
  margin-bottom: 37px;
}
.tbwld h4 {
  margin-bottom: 24px;
}
.tbwld__text {
  margin-bottom: 30px;
}
@media (min-width: 991px) {
  .tbwld__text {
    margin-bottom: 0;
  }
}
.tbwld__image {
  position: relative;
  right: 0;
  top: 0;
  max-width: 100%;
}
@media (min-width: 991px) {
  .tbwld__image {
    position: absolute;
    max-width: 40%;
  }
}

.tblir {
  margin-bottom: 80px;
  position: relative;
}
@media (min-width: 991px) {
  .tblir {
    margin-bottom: 120px;
  }
}
.tblir::before {
  display: none;
}
@media (min-width: 991px) {
  .tblir::before {
    display: block;
    content: "";
    background: url("../../img/lines-ourApproach-left.png") no-repeat;
    background-size: contain;
    width: 1207px;
    height: 479px;
    position: absolute;
    top: -350px;
    left: 0;
    z-index: -1;
  }
}
@media (min-width: 1940px) {
  .tblir::before {
    display: none;
  }
}
.tblir__content {
  min-height: 500px;
  display: flex;
  align-items: center;
}
.tblir__text {
  margin-bottom: 30px;
}
@media (min-width: 991px) {
  .tblir__text {
    margin-bottom: 0;
  }
}
.tblir__title {
  margin-bottom: 37px;
}
.tblir h2 {
  margin-bottom: 32px;
}
.tblir__image {
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 991px) {
  .tblir__image {
    position: absolute;
    width: 50%;
    text-align: right;
  }
}

.tbril {
  margin-bottom: 80px;
  position: relative;
}
@media (min-width: 991px) {
  .tbril {
    margin-bottom: 90px;
  }
}
.tbril::before {
  display: none !important;
}
.tbril__image {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 991px) {
  .tbril__image {
    position: absolute;
    width: 50%;
    text-align: left;
  }
}

.hiwt {
  min-height: 205px;
  max-height: 205px;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .hiwt {
    min-height: 305px;
    max-height: 305px;
    margin-bottom: 80px;
  }
}
@media (min-width: 991px) {
  .hiwt {
    margin-bottom: 125px;
    min-height: 434px;
    max-height: 434px;
  }
}
.hiwt__title {
  color: #fff;
  margin-bottom: 0;
}

.ovb {
  background: linear-gradient(180deg, #3C8AE1 0%, #136DD1 100%);
  padding: 70px 0;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.ovb::before {
  display: block;
  bottom: -50px;
  left: -70px;
  content: "";
  background: url("../../img/lines-ourvision-left.png") no-repeat;
  background-size: contain;
  width: 827px;
  height: 491px;
  position: absolute;
  z-index: 1;
}
@media (min-width: 991px) {
  .ovb::before {
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1940px) {
  .ovb::before {
    display: none;
  }
}
.ovb::after {
  display: none;
}
@media (min-width: 991px) {
  .ovb::after {
    display: block;
    content: "";
    background: url("../../img/lines-ourvision-right.png") no-repeat;
    background-size: contain;
    width: 825px;
    height: 490px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 1940px) {
  .ovb::after {
    display: none;
  }
}
@media (min-width: 991px) {
  .ovb {
    padding: 130px 0;
    margin-bottom: 150px;
  }
}
.ovb__text {
  position: relative;
  z-index: 2;
}
.ovb h2 {
  color: #fff;
  margin-bottom: 20px;
}
.ovb h4 {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 600;
  font-style: italic;
}
.ovb p {
  color: #fff;
}
.ovb p:nth-last-child(1) {
  margin-bottom: 0;
}

.ot {
  margin-bottom: 60px;
  position: relative;
}
.ot::before {
  display: none;
}
@media (min-width: 991px) {
  .ot::before {
    display: block;
    content: "";
    background: url("../../img/lines-ourteam-left.png") no-repeat;
    background-size: contain;
    width: 639px;
    height: 479px;
    position: absolute;
    top: 190px;
    left: 0;
    z-index: -1;
  }
}
@media (min-width: 1940px) {
  .ot::before {
    display: none;
  }
}
.ot::after {
  display: none;
}
@media (min-width: 991px) {
  .ot::after {
    display: block;
    content: "";
    background: url("../../img/lines-ourteam-right.png") no-repeat;
    background-size: contain;
    width: 1440px;
    height: 479px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
}
@media (min-width: 1940px) {
  .ot::after {
    display: none;
  }
}
@media (min-width: 991px) {
  .ot {
    margin-bottom: 120px;
  }
}
.ot__title {
  margin-bottom: 40px;
}
@media (min-width: 991px) {
  .ot__title {
    margin-bottom: 70px;
  }
}
.ot__block-wrapper {
  margin-bottom: 50px;
}
.ot__block-wrapper:nth-last-child(1) {
  margin-bottom: 0;
}
@media (min-width: 991px) {
  .ot__block-wrapper {
    margin-bottom: 90px;
  }
}
.ot__block-title {
  color: rgba(30, 37, 50, 0.8);
  font-size: 20px;
  font-weight: 400;
}
@media (min-width: 991px) {
  .ot__block-title {
    font-size: 24px;
  }
}
.ot__col:nth-child(odd) .ot__box {
  background: #F6F9FB;
}
.ot__col:nth-child(even) .ot__box {
  background: #fff;
}
.ot__box {
  padding: 25px;
}
@media (min-width: 991px) {
  .ot__box {
    padding: 25px 25px 80px 25px;
  }
}
.ot__box-image {
  margin-bottom: 25px;
}
.ot__box-name {
  font-weight: 500;
  line-height: 110%;
  text-transform: capitalize;
}
.ot__box-jobtitle {
  font-size: 14px;
  line-height: 110%;
  text-transform: capitalize;
  color: rgba(30, 37, 50, 0.5);
  margin-bottom: 20px;
}
.ot__box-desc {
  color: rgba(30, 37, 50, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.oc {
  background: linear-gradient(180deg, #3C8AE1 0%, #136DD1 100%);
  padding: 80px 0;
  position: relative;
}
.oc::before {
  display: none;
}
@media (min-width: 991px) {
  .oc::before {
    display: block;
    content: "";
    background: url("../../img/lines-clients-left.png") no-repeat;
    background-size: contain;
    width: 720px;
    height: 530px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1940px) {
  .oc::before {
    display: none;
  }
}
.oc::after {
  display: block;
  content: "";
  background: url("../../img/lines-clients-right.png") no-repeat;
  background-size: contain;
  width: 739px;
  height: 329px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 1940px) {
  .oc::after {
    display: none;
  }
}
@media (min-width: 991px) {
  .oc {
    padding: 90px 0 140px 0;
  }
}
.oc__title {
  color: #fff;
  margin-bottom: 70px;
  text-align: center;
}
.oc__block-title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}
@media (min-width: 991px) {
  .oc__block-title {
    font-size: 28px;
  }
}
.oc__block-wrapper {
  margin-bottom: 70px;
}
@media (min-width: 991px) {
  .oc__block-wrapper {
    margin-bottom: 120px;
  }
}
.oc__block-wrapper:nth-last-child(1) {
  margin-bottom: 0;
}
.oc__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  position: relative;
  z-index: 2;
}
@media (min-width: 575px) {
  .oc__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .oc__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.oc__grid-item {
  background: #fff;
  max-height: 86px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
}

.news {
  margin-bottom: 144px;
}
.news__top {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .news__top {
    margin-bottom: 54px;
  }
}
.news__pagination {
  margin-top: 30px;
}
.news__pagination .page-numbers {
  border-radius: 32px;
  background: #fff;
  color: #1E2532;
  font-family: "Graphik", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  position: relative;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
.news__pagination .page-numbers::before {
  content: "";
  border-radius: 32px;
  border: 1px solid #F1F1F1;
  width: 32px;
  height: 32px;
  position: absolute;
}
.news__pagination .page-numbers.current {
  background: #136DD1;
  color: #fff;
}
.news__pagination .page-numbers.current::before {
  content: "";
  border-radius: 32px;
  border: 1px solid #136DD1;
  width: 32px;
  height: 32px;
  position: absolute;
}
.news__post {
  max-width: 360px;
}
.news__post-author, .news__post-date, .news__post-spacer {
  font-family: "Graphik", sans-serif;
  color: #136DD1;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.news__post-spacer {
  margin: 0 2px;
}
.news__post-thumbnail {
  width: 100%;
  height: 100%;
  min-width: 100%;
  max-width: 360px;
  min-height: 240px;
  max-height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 32px;
}
.news__post-title {
  color: #1E2532;
  margin-bottom: 12px;
}
.news__post-excerpt {
  margin-bottom: 32px;
}
.news__post-excerpt p {
  color: rgba(30, 37, 50, 0.8);
}
.news__post-button .btn-blue {
  background: #136DD1;
  box-shadow: 0 24px 34px 0 rgba(202, 237, 255, 0.5);
}

.ps {
  margin-bottom: 200px;
}
.ps__hero {
  min-height: 305px;
  max-height: 305px;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 80px;
}
@media (min-width: 991px) {
  .ps__hero {
    margin-bottom: 125px;
    min-height: 434px;
    max-height: 434px;
  }
}
.ps__wrapper {
  padding-right: 25px;
}
.ps__title {
  color: #fff;
}
.ps__content-title {
  color: #1E2532;
  margin-bottom: 32px;
}
.ps__content-text p {
  color: rgba(30, 37, 50, 0.8);
}
.ps__content-text h4 {
  margin-bottom: 34px;
  color: #1E2532;
}
.ps__content-text blockquote {
  border-left: 3px solid #136DD1;
  padding-left: 20px;
  color: rgba(30, 37, 50, 0.8);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin: 32px 0;
}
.ps__content-text figure {
  margin: 25px 0;
}

.rp {
  margin-bottom: 132px;
}
.rp__title {
  color: #1E2532;
  font-family: "Graphik", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
  text-transform: capitalize;
}
.rp__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .rp__top {
    flex-direction: row;
    align-items: center;
  }
}
.rp .swiper-navigation {
  max-width: 500px;
  display: flex;
}
.rp .swiper-button-next, .rp .swiper-button-prev {
  position: relative;
  left: unset;
  right: unset;
  background: #136DD1;
  color: #fff;
  width: 36px;
  height: 38px;
  border-radius: 50px;
}
.rp .swiper-button-next::after, .rp .swiper-button-prev::after {
  font-size: 12px;
}

.rps {
  max-width: 350px;
  margin-left: auto;
}
.rps__title {
  color: #1E2532;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
  text-transform: capitalize;
  margin-bottom: 42px;
  position: relative;
  padding-left: 30px;
}
.rps__title::before {
  content: "";
  background: #1E2532;
  width: 22px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.rps__link {
  color: #136DD1;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.rps__link-arrow {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_418_7665)'%3E%3Cpath d='M13.5 4.5L12.4275 5.54475L18.1125 11.25H3V12.75H18.1125L12.4275 18.4298L13.5 19.5L21 12L13.5 4.5Z' fill='%23136DD1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_418_7665'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  display: block;
  margin-left: 12px;
}
.rps__post {
  margin-bottom: 50px;
}

.cp {
  margin-bottom: 80px;
  padding-top: 80px;
  position: relative;
}
.cp::before {
  display: none;
}
@media (min-width: 991px) {
  .cp::before {
    display: block;
    content: "";
    background: url("../../img/lines-contact-us-left.png") no-repeat;
    background-size: contain;
    width: 969px;
    height: 708px;
    position: absolute;
    top: -80px;
    left: 0;
    z-index: -1;
  }
}
@media (min-width: 1940px) {
  .cp::before {
    display: none;
  }
}
.cp::after {
  display: none;
}
@media (min-width: 991px) {
  .cp::after {
    display: block;
    content: "";
    background: url("../../img/lines-contact-us-right.png") no-repeat;
    background-size: contain;
    width: 865px;
    height: 685px;
    position: absolute;
    bottom: -150px;
    right: 0;
    z-index: -1;
  }
}
@media (min-width: 1940px) {
  .cp::after {
    display: none;
  }
}
@media (min-width: 991px) {
  .cp {
    margin-bottom: 110px;
    padding-top: 100px;
  }
}
.cp__text h2 {
  color: #136DD1;
  margin-bottom: 12px;
}
.cp__text p {
  margin-bottom: 32px;
}
.cp__block {
  background: #FFF;
  box-shadow: 52.46576px 62.9589px 83.94521px 0px rgba(115, 137, 149, 0.12);
  padding: 12px;
}
@media (min-width: 991px) {
  .cp__block {
    padding: 12px 24px 32px 24px;
  }
}
.cp__map {
  margin-top: 30px;
}
@media (min-width: 991px) {
  .cp__map {
    margin-top: 0;
  }
}

.oab {
  background: linear-gradient(180deg, #3C8AE1 0%, #0E66C8 92.8%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.oab::before {
  display: block;
  content: "";
  background: url("../../img/lines-approachBlueSection-right.png") no-repeat;
  background-size: contain;
  width: 759px;
  height: 619px;
  position: absolute;
  top: -250px;
  right: 0;
}
@media (min-width: 1940px) {
  .oab::before {
    display: none;
  }
}
@media (min-width: 991px) {
  .oab {
    padding: 90px 0;
  }
}
.oab__image {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oab__text {
  margin-bottom: 32px;
}
.oab__text h3 {
  margin-bottom: 32px;
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  line-height: 124%;
  text-transform: uppercase;
}
.oab__text h5 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}
.oab__text p {
  color: #fff;
}
.oab__boxes {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (min-width: 991px) {
  .oab__boxes {
    margin-bottom: 0;
    flex-wrap: nowrap;
  }
}
.oab__boxes-title {
  color: #fff;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  padding: 7px 40px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-transform: uppercase;
  margin-right: 15px;
  margin-bottom: 15px;
}
.oab__boxes-title:nth-last-child(1) {
  margin-right: 0;
}

.tcb {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.tcb::before {
  display: none;
}
@media (min-width: 991px) {
  .tcb::before {
    display: block;
    bottom: -50px;
    left: -70px;
    content: "";
    background: url("../../img/lines_threeBoxes-left.png") no-repeat;
    background-size: contain;
    width: 688px;
    height: 653px;
    position: absolute;
    z-index: 1;
  }
}
@media (min-width: 1940px) {
  .tcb::before {
    display: none;
  }
}
.tcb::after {
  display: none;
}
@media (min-width: 991px) {
  .tcb::after {
    display: block;
    content: "";
    background: url("../../img/lines_threeBoxes-right.png") no-repeat;
    background-size: contain;
    width: 978px;
    height: 355px;
    position: absolute;
    top: 150px;
    right: 0;
  }
}
@media (min-width: 1940px) {
  .tcb::after {
    display: none;
  }
}
@media (min-width: 991px) {
  .tcb {
    padding-top: 110px;
  }
}
.tcb__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 0 14px 0 0;
  position: relative;
  z-index: 2;
  background: #fff;
}
@media (min-width: 991px) {
  .tcb__box {
    padding: 30px 14px;
  }
}
.tcb__box img {
  margin-bottom: 15px;
}
.tcb__box-text {
  margin-bottom: 27px;
}
.tcb__box-text h4 {
  margin-bottom: 18px;
}
.tcb__col:nth-child(odd) .tcb__box {
  background: transparent;
}
@media (min-width: 991px) {
  .tcb__col:nth-child(odd) .tcb__box {
    background: #F6F9FB;
  }
}

.cmbf {
  background: linear-gradient(180deg, #3C8AE1 0%, #0E66C8 92.8%);
  padding: 80px 0 55px 0;
  position: relative;
}
@media (min-width: 991px) {
  .cmbf {
    padding: 90px 0 80px 0;
  }
}
.cmbf__text {
  margin-bottom: 48px;
}
.cmbf__text h2 {
  color: #fff;
  margin-bottom: 12px;
}
.cmbf__text p {
  color: #fff;
}
.cmbf__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 40%;
  display: none;
}
@media (min-width: 991px) {
  .cmbf__image {
    display: block;
  }
}

.ors {
  padding: 80px 0;
}
@media (min-width: 991px) {
  .ors {
    padding: 110px 0;
  }
}
.ors__text {
  margin-bottom: 60px;
}
.ors__text h2 {
  margin-bottom: 15px;
}
.ors__text p {
  color: rgba(30, 37, 50, 0.8);
}
.ors__text {
  margin-bottom: 60px;
}
.ors__text p {
  color: rgba(30, 37, 50, 0.8);
}
.ors__post {
  position: relative;
  margin-bottom: 80px;
}
@media (min-width: 991px) {
  .ors__post {
    margin-bottom: 100px;
  }
}
.ors__post:nth-last-child(1) {
  margin-bottom: 0;
}
.ors__post:nth-child(odd) .ors__post-wrapper {
  margin-left: auto;
}
.ors__post:nth-child(odd) .ors__post-thumbnail {
  left: 0;
  right: unset;
}
.ors__post-wrapper {
  max-width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 991px) {
  .ors__post-wrapper {
    max-width: 50%;
    margin-bottom: 0;
  }
}
.ors__post-icon {
  max-width: 180px;
}
.ors__post-title {
  margin-bottom: 22px;
}
.ors__post-content {
  margin-bottom: 32px;
}
@media (min-width: 991px) {
  .ors__post-content {
    margin-bottom: 55px;
  }
}
.ors__post-content h5 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}
.ors__post-content p {
  color: rgba(30, 37, 50, 0.8);
}
.ors__post-content ul li {
  color: rgba(30, 37, 50, 0.8);
  margin-bottom: 15px;
}
.ors__post-thumbnail {
  position: relative;
  right: 0;
  top: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 45%;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .ors__post-thumbnail {
    position: absolute;
    width: 637px;
    max-width: 45%;
    max-height: 536px;
  }
}

.pslt {
  padding: 60px 0;
}
@media (min-width: 991px) {
  .pslt {
    padding: 110px 0;
  }
}
.pslt__title {
  margin-bottom: 32px;
}
@media (min-width: 991px) {
  .pslt__title {
    margin-bottom: 60px;
  }
}
.pslt__post {
  position: relative;
  margin-bottom: 40px;
  min-height: 100%;
  padding: 0 8px;
}
@media (min-width: 768px) {
  .pslt__post {
    min-height: 506px;
  }
}
@media (min-width: 991px) {
  .pslt__post {
    margin-bottom: 60px;
  }
}
.pslt__post-wrapper {
  max-width: 100%;
}
@media (min-width: 991px) {
  .pslt__post-wrapper {
    max-width: 50%;
  }
}
.pslt__post-icon {
  margin-bottom: 20px;
}
.pslt__post-title {
  margin-bottom: 22px;
}
.pslt__post-content {
  margin-bottom: 55px;
}
.pslt__post-content h5 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}
.pslt__post-content p {
  color: rgba(30, 37, 50, 0.8);
}
.pslt__post-thumbnail {
  position: relative;
  right: 0;
  top: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 300px;
  max-height: 300px;
  background-repeat: no-repeat;
}
@media (min-width: 575px) {
  .pslt__post-thumbnail {
    min-height: 400px;
    max-height: 400px;
  }
}
@media (min-width: 768px) {
  .pslt__post-thumbnail {
    min-height: 506px;
    max-height: 536px;
  }
}
@media (min-width: 991px) {
  .pslt__post-thumbnail {
    position: absolute;
    width: 705px;
    max-width: 50%;
  }
}
.pslt__info-box-icon {
  margin-bottom: 14px;
}
.pslt__info-box h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
  text-transform: capitalize;
  margin: 30px 0;
}
.pslt__info-box ul {
  padding-left: 20px;
  margin-bottom: 30px;
}
.pslt__info-box ul li {
  color: rgba(30, 37, 50, 0.8);
  margin-bottom: 15px;
}
.pslt__info-box ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.pslt__info-box ul li::marker {
  font-size: 8px;
}
.pslt__info-box ul li ul {
  list-style: initial;
  margin-top: 15px;
}

.wah {
  margin-bottom: 45px;
  position: relative;
}
.wah::before {
  display: none;
}
@media (min-width: 991px) {
  .wah::before {
    display: block;
    content: "";
    background: url("../../img/lines-careers-left.png") no-repeat;
    background-size: contain;
    width: 670px;
    height: 479px;
    position: absolute;
    top: -80px;
    left: 0;
    z-index: -1;
  }
}
@media (min-width: 1940px) {
  .wah::before {
    display: none;
  }
}
.wah::after {
  display: none;
}
@media (min-width: 991px) {
  .wah::after {
    display: block;
    content: "";
    background: url("../../img/lines-careers-right.png") no-repeat;
    background-size: contain;
    width: 1440px;
    height: 479px;
    position: absolute;
    top: -75%;
    right: 0;
    z-index: -1;
  }
}
@media (min-width: 1940px) {
  .wah::after {
    display: none;
  }
}
.wah__icon {
  margin-bottom: 21px;
}
.wah__title {
  margin-bottom: 30px;
}
@media (min-width: 991px) {
  .wah__title {
    margin-bottom: 0;
    padding-top: 80px;
  }
}
.wah__text {
  background: white;
  padding: 24px;
  filter: drop-shadow(52.4657554626px 62.9589042664px 83.9452056885px rgba(115, 137, 149, 0.12));
}
@media (min-width: 991px) {
  .wah__text {
    padding: 30px 40px 44px 40px;
  }
}
.wah__text h4 {
  margin-bottom: 30px;
}
@media (min-width: 991px) {
  .wah__text h4 {
    margin-bottom: 14px;
  }
}
.wah__text p {
  color: rgba(30, 37, 50, 0.8);
}

.crs {
  padding-bottom: 40px;
}
@media (min-width: 991px) {
  .crs {
    padding-bottom: 140px;
  }
}
.crs__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 40px;
}
.crs__header h3 {
  margin-bottom: 25px;
}
@media (min-width: 575px) {
  .crs__header h3 {
    margin-bottom: 0;
  }
}
@media (min-width: 575px) {
  .crs__header {
    flex-direction: row;
    margin-bottom: 70px;
  }
}
.crs__header .nice-select {
  min-width: 272px;
}
.crs__vcn-block {
  background: #F6F9FB;
  padding: 24px;
  box-shadow: 52.46576px 62.9589px 83.94521px 0px rgba(115, 137, 149, 0.12);
}
@media (min-width: 768px) {
  .crs__vcn-block {
    padding: 32px;
  }
}
.crs__vcn-icon {
  margin-bottom: 12px;
}
.crs__vcn-title {
  margin-bottom: 24px;
}
.crs__vcn-content {
  margin-bottom: 40px;
}
.crs__vcn-content p,
.crs__vcn-content ul li {
  color: rgba(30, 37, 50, 0.8);
}
.crs__vcn-content p.blue {
  color: #136DD1;
}
.crs__vcn-content ul li {
  margin-bottom: 15px;
}
.crs__vcn-content ul li::marker {
  font-size: 8px;
}
.crs__vcn-button {
  margin-bottom: 24px;
}
.crs__vcn-tf p {
  color: rgba(30, 37, 50, 0.8);
}

.tf {
  padding: 110px 0;
}
.tf h2 {
  margin-bottom: 40px;
}

.trp-language-switcher {
  height: 100%;
  width: calc(100% + 5px);
}

.trp-language-switcher > div {
  width: 40px;
  padding: 0;
  background: none;
}

.trp-language-switcher:focus .trp-ls-shortcode-current-language, .trp-language-switcher:hover .trp-ls-shortcode-current-language {
  visibility: initial;
}

.trp-language-switcher .trp-ls-shortcode-current-language {
  position: relative;
}
.trp-language-switcher .trp-ls-shortcode-current-language:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.4em solid;
  border-color: #fff;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  position: absolute;
  right: -5px;
}

.trp-language-switcher > div > a {
  padding: 0;
}

.trp-language-switcher > div > a:hover {
  background: transparent;
}

.trp-language-switcher > div > a > img {
  height: auto;
  width: 30px;
}

.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language:hover {
  padding: 0;
}

.trp-language-switcher:hover > div > a {
  padding: 0;
}

.trp-language-switcher:focus .trp-ls-shortcode-language, .trp-language-switcher:hover .trp-ls-shortcode-language {
  padding: 0;
  text-align: center;
  background: transparent;
  border: 0;
  z-index: 3;
}

.trp-language-switcher .trp-ls-shortcode-current-language {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  background-position: right;
}

.trp-language-switcher .trp-ls-shortcode-current-language a {
  margin-bottom: 0;
}

.trp-language-switcher .trp-ls-shortcode-current-language:hover {
  background: transparent;
}

.trp-ls-shortcode-language a {
  margin-top: 0;
}
.trp-ls-shortcode-language a:nth-last-child(1) {
  margin-top: 8px;
}

.modal-footer {
  justify-content: center;
}
.modal .btn {
  min-width: 287px;
}
.modal .btn a {
  color: #fff;
  text-decoration: none;
}

.default-page {
  padding: 110px 0;
}
/*# sourceMappingURL=app.css.map */
