@charset "UTF-8";
@font-face {
  font-family: 'Blacker Pro Display Extrabold';
  src: url("/fonts/Blacker-Pro-Display-Extrabold-CzechRoof.eot");
  src: url("/fonts/Blacker-Pro-Display-Extrabold-CzechRoof.eot?#iefix") format("embedded-opentype"), url("/fonts/Blacker-Pro-Display-Extrabold-CzechRoof.woff2") format("woff2"), url("/fonts/Blacker-Pro-Display-Extrabold-CzechRoof.woff") format("woff"), url("/fonts/Blacker-Pro-Display-Extrabold-CzechRoof.ttf") format("truetype"), url("/fonts/Blacker-Pro-Display-Extrabold-CzechRoof.svg#Blacker Pro Display Extrabold") format("svg"); }

@font-face {
  font-family: 'Conv_MuseoSans_500';
  src: url("/fonts/MuseoSans_500.eot");
  src: local("☺"), url("/fonts/MuseoSans_500.woff") format("woff"), url("/fonts/MuseoSans_500.ttf") format("truetype"), url("/fonts/MuseoSans_500.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conv_MuseoSans-300';
  src: url("/fonts/MuseoSans-300.eot");
  src: local("☺"), url("/fonts/MuseoSans-300.woff") format("woff"), url("/fonts/MuseoSans-300.ttf") format("truetype"), url("/fonts/MuseoSans-300.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conv_MuseoSans_700';
  src: url("/fonts/MuseoSans_700.eot");
  src: local("☺"), url("/fonts/MuseoSans_700.woff") format("woff"), url("/fonts/MuseoSans_700.ttf") format("truetype"), url("/fonts/MuseoSans_700.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.section-title {
  font-size: 50px;
  font-family: "Blacker Pro Display Extrabold";
  color: #0F0541;
  margin-bottom: 30px; }
  @media (max-width: 1239.98px) {
    .section-title {
      font-size: 30px; } }
  @media (max-width: 719.98px) {
    .section-title {
      font-size: 30px; } }
  @media (max-width: 1239.98px) {
    .section-title {
      margin-bottom: 20px; } }
  .section-title--white {
    color: #fff; }

.section-subtitle {
  font-family: "Blacker Pro Display Extrabold";
  letter-spacing: 0.05em;
  font-size: 42px;
  color: #0F0541; }
  @media (max-width: 1239.98px) {
    .section-subtitle {
      font-size: 15px; } }
  @media (max-width: 719.98px) {
    .section-subtitle {
      font-size: 15px; } }

.section-subsubtitle {
  font-size: 20px;
  color: #0F0541; }
  @media (max-width: 1239.98px) {
    .section-subsubtitle {
      font-size: 15px; } }
  @media (max-width: 719.98px) {
    .section-subsubtitle {
      font-size: 15px; } }
  .section-subsubtitle--extrabold {
    font-family: "Blacker Pro Display Extrabold"; }
  .section-subsubtitle--white {
    color: #fff; }
  .section-subsubtitle--red {
    color: #FF9141; }

.article-title {
  font-family: "Blacker Pro Display Extrabold";
  letter-spacing: 0.05em;
  font-size: 25px;
  color: #0F0541; }
  @media (max-width: 1239.98px) {
    .article-title {
      font-size: 20px; } }
  @media (max-width: 719.98px) {
    .article-title {
      font-size: 20px; } }

.red-text {
  color: #FF9141;
  font-size: 14px; }
  .red-text + .red-text {
    margin-top: 5px; }

body,
html {
  font-size: 15px;
  overflow-x: hidden;
  color: #0F0541;
  font-family: "Conv_MuseoSans-300";
  background-color: #F7F7FC;
  letter-spacing: 0.05em;
  padding-right: 0 !important; }
  @media (max-width: 1239.98px) {
    body,
    html {
      font-size: 12px;
      touch-action: pan-x pan-y; } }

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column; }

footer {
  margin-top: auto; }

p, ul {
  line-height: 30px; }

ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0; }

a {
  color: #0F0541;
  transition: 0.6s color;
  outline: none; }
  a:hover {
    color: #FF9141;
    text-decoration: underline; }

.nonclickable {
  cursor: default; }

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0; }

.h100 {
  height: 100%; }

img {
  max-width: 100%; }

.disable-overflow {
  overflow: hidden; }

.compensate-for-scrollbar {
  margin-right: 0 !important; }

main section:first-child {
  padding-top: 200px; }
  @media (max-width: 1239.98px) {
    main section:first-child {
      padding-top: 150px; } }
  @media (max-width: 719.98px) {
    main section:first-child {
      padding-top: 100px; } }

.univerzal-page .univerzal {
  padding-top: 0; }
  @media (max-width: 1239.98px) {
    .univerzal-page .univerzal {
      padding-top: 75px; } }
  @media (max-width: 719.98px) {
    .univerzal-page .univerzal {
      padding-top: 50px; } }

.univerzal-page .line {
  border-bottom: 0px solid #e8e3da; }

.line {
  position: relative; }
  .line:before {
    content: "";
    height: 2px;
    width: 100%;
    background: #2828af;
    background: linear-gradient(270deg, #2828af 0%, #ff5573 49%, #ff9141 100%);
    position: absolute;
    left: 0;
    top: 0; }
  .line--bottom:before {
    top: inherit;
    bottom: 0; }
  .line--top:after {
    content: "";
    height: 2px;
    width: 100%;
    background: #2828af;
    background: linear-gradient(270deg, #2828af 0%, #ff5573 49%, #ff9141 100%);
    position: absolute;
    left: 0;
    top: 0; }

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.container-fluid {
  max-width: 2600px; }

.red {
  color: #FF9141; }

.bold {
  font-weight: 700; }

.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: 0.6s all; }
  @media (max-width: 1239.98px) {
    .header {
      height: 80px; } }
  @media (max-width: 719.98px) {
    .header {
      height: 60px; } }
  .header.fix.scrollDown {
    background-color: #F7F7FC;
    -webkit-box-shadow: 0px -5px 33px -9px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px -5px 33px -9px rgba(0, 0, 0, 0.25);
    box-shadow: 0px -5px 33px -9px rgba(0, 0, 0, 0.25); }
    .header.fix.scrollDown .header__menu a {
      color: #0F0541; }
    .header.fix.scrollDown .hamburger-menu {
      background-color: #0F0541;
      transition: 0.6s all; }
      .header.fix.scrollDown .hamburger-menu:after, .header.fix.scrollDown .hamburger-menu:before {
        background-color: #0F0541;
        transition: 0.3s all; }
      .header.fix.scrollDown .hamburger-menu.animate {
        background: rgba(255, 255, 255, 0); }
    .header.fix.scrollDown .st3-text .st3 {
      fill: #0F0541; }
    .header.fix.scrollDown path, .header.fix.scrollDown rect {
      fill: #0F0541; }
  .header.fix .header__language ul {
    transition: 0.6s background-color;
    background-color: #F7F7FC !important; }
    .header.fix .header__language ul li a {
      color: #0F0541; }
  .header.scrollUp {
    transform: translateY(-200px);
    transition: 0.6s all; }
  .header__logomenu {
    display: none; }
    @media (max-width: 1239.98px) {
      .header__logomenu {
        position: absolute;
        display: block;
        left: -37px;
        top: 0;
        bottom: 0;
        z-index: -1;
        width: 50%;
        margin: auto; } }
    @media screen and (max-width: 1239.98px) {
      .header__logomenu + ul {
        padding: 0 60px;
        text-align: left;
        margin-bottom: 50px;
        overflow: scroll; } }
    @media (max-width: 719.98px) {
      .header__logomenu + ul {
        padding: 0 35px;
        margin-bottom: 10px; } }
  .header__mainmenu {
    box-sizing: border-box;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; }
    @media (max-width: 1239.98px) {
      .header__mainmenu {
        padding: 0 15px; } }
  .header__language {
    position: absolute;
    top: 20px;
    padding: 15px !important;
    margin-left: 40px;
    max-height: 52px;
    overflow: hidden;
    transition: 0.6s max-height;
    text-align: center;
    border: 2px solid #e53212; }
    @media (max-width: 1239.98px) {
      .header__language {
        order: -1;
        position: absolute;
        top: 80px;
        right: 0px;
        border: 2px solid #fff;
        transition: 0.6s border; } }
    .header__language:hover {
      max-height: 300px; }
      .header__language:hover ul {
        display: block; }
      .header__language:hover > a:after {
        bottom: -14px; }
    .header__language > a {
      padding: 0px !important;
      display: inline-block;
      text-transform: capitalize;
      position: relative; }
      .header__language > a:hover {
        color: #FF9141 !important; }
      .header__language > a:before {
        display: none; }
      .header__language > a:after {
        content: "";
        background-image: url("/images/svg/red-arrow.svg");
        width: 8px;
        height: 4px;
        background-size: contain;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -12px;
        transition: 0.6s bottom;
        margin: auto; }
    .header__language ul {
      text-align: center;
      margin-top: 20px;
      transition: 0s background-color !important; }
      @media (max-width: 1239.98px) {
        .header__language ul {
          width: 100%;
          padding-bottom: 0px !important; } }
      .header__language ul li {
        padding: 0 !important;
        display: block !important;
        text-align: center; }
        @media (max-width: 1239.98px) {
          .header__language ul li {
            text-align: center !important; } }
        .header__language ul li a {
          padding: 20px 0px;
          text-transform: capitalize; }
          .header__language ul li a:before {
            display: none; }
          .header__language ul li a:hover {
            color: #FF9141 !important; }
  .header__logo {
    text-align: center;
    padding: 15px 10px;
    color: #fff;
    position: absolute;
    left: 6.25%;
    top: 0;
    z-index: 999;
    bottom: 0;
    display: flex;
    align-items: center; }
    .header__logo svg {
      width: 226px; }
      @media (max-width: 719.98px) {
        .header__logo svg {
          width: 90px;
          position: relative;
          top: 3px; } }
    .header__logo path, .header__logo rect {
      fill: #0F0541; }
    @media (max-width: 719.98px) {
      .header__logo {
        margin-left: 0%;
        left: 15px; } }
    .header__logo img {
      width: 266px; }
      @media (max-width: 1239.98px) {
        .header__logo img {
          width: 130px; } }
  .header__menu {
    flex: 1;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    padding-right: 150px; }
    @media only screen and (max-width: 1500px) {
      .header__menu {
        padding-right: 40px; } }
    @media (max-width: 1239.98px) {
      .header__menu .btn-primary--large-btn {
        width: 265px; } }
    @media (max-width: 719.98px) {
      .header__menu .btn-primary--large-btn {
        margin-left: 10px;
        width: 240px; } }
    @media (max-width: 1239.98px) {
      .header__menu ul {
        text-align: left; }
        .header__menu ul:first-child {
          overflow: scroll;
          padding-left: calc(6.25% + 20px);
          margin-bottom: auto;
          display: flex;
          flex-direction: column;
          position: relative;
          height: 100vh;
          padding-top: 80px; } }
    @media (max-width: 1239.98px) and (max-width: 719.98px) {
      .header__menu ul:first-child {
        margin-top: 0px; } }
    @media screen and (orientation: landscape) and (max-width: 813px) {
      .header__menu ul {
        padding-bottom: 50px; } }
    @media (max-width: 1239.98px) {
      .header__menu {
        max-height: 0;
        overflow: hidden;
        transition: 1s all;
        position: absolute;
        background: #fff;
        top: 0px;
        right: 0;
        display: flex;
        z-index: 9;
        width: 50%;
        flex-direction: column; } }
    @media (max-width: 719.98px) {
      .header__menu {
        width: 100%;
        top: 0px; } }
    @media (max-width: 1239.98px) {
      .header__menu.showmenu {
        max-height: calc(100vh);
        overflow: hidden; }
        .header__menu.showmenu .header__language {
          border: 2px solid #FF9141; } }
    @media only screen and (max-device-width: 1024px) and (orientation: landscape) {
      .header__menu.showmenu {
        max-height: calc(100vh); } }
    @media (max-width: 1239.98px) {
      .header__menu.showmenu a {
        opacity: 1; } }
    @media (max-width: 1239.98px) {
      .header__menu ul {
        padding-bottom: 30px; } }
    .header__menu ul li {
      display: inline-block;
      text-decoration: none;
      line-height: 100%;
      padding: 25px 13px; }
      @media only screen and (max-width: 1400px) {
        .header__menu ul li {
          padding: 25px 5px; } }
      @media (max-width: 1239.98px) {
        .header__menu ul li {
          display: block;
          margin-bottom: 0;
          padding: 14px 0; } }
      @media (max-width: 719.98px) {
        .header__menu ul li {
          padding: 0;
          margin-left: 0; } }
    .header__menu a {
      text-decoration: none;
      color: #0F0541;
      font-family: "Blacker Pro Display Extrabold";
      position: relative;
      display: inline-block;
      font-size: 20px;
      padding: 15px 0; }
      @media (max-width: 1239.98px) {
        .header__menu a {
          opacity: 0;
          transition: 0.6s opacity; } }
      .header__menu a:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 0;
        opacity: 0;
        background: #2828af;
        background: linear-gradient(270deg, #2828af 0%, #ff5573 49%, #ff9141 100%);
        transition: 0.6s width,0.6s opacity; }
      .header__menu a:hover {
        color: #0F0541; }
        .header__menu a:hover:before {
          width: 50%;
          opacity: 1; }
      .header__menu a.active:before {
        width: 50%;
        opacity: 1; }

.hamburger-menu {
  width: 30px;
  height: 5px;
  border-radius: 0px;
  transition: 0.3s all;
  position: relative;
  background: #0F0541;
  transition: all 0ms 300ms; }
  .hamburger-menu:after, .hamburger-menu:before {
    width: 30px;
    height: 5px;
    transition: 0.3s all;
    border-radius: 0px; }
  .hamburger-menu.animate {
    background: rgba(255, 255, 255, 0); }
  .hamburger-menu:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    background: #0F0541;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  .hamburger-menu:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: #0F0541;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  .hamburger-menu.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  .hamburger-menu.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.menu-wrapper {
  width: 80px;
  float: right;
  height: 100%;
  cursor: pointer;
  position: relative;
  z-index: 50;
  display: none; }
  @media (max-width: 1239.98px) {
    .menu-wrapper {
      display: flex;
      align-items: center;
      justify-content: center; } }
  @media (max-width: 719.98px) {
    .menu-wrapper {
      width: 60px;
      margin-right: 0; } }

.disable-overflow .header.scrollUp {
  transform: translateY(0px); }

.disable-overflow .st3-text .st3 {
  fill: #0F0541 !important; }

@media (max-width: 1239.98px) {
  .header .language .open a {
    background-color: #141414; } }

.technicalities-page .header__technicalities:before {
  width: 50%;
  opacity: 1; }

.contact-page .header__contact:before {
  width: 50%;
  opacity: 1; }

.people-page .header__people:before {
  width: 50%;
  opacity: 1; }

.how-it-works-page .header__how:before {
  width: 50%;
  opacity: 1; }

.portfolio-page .header__port:before {
  width: 50%;
  opacity: 1; }

.st3-text .st3 {
  transition: 0.6s fill; }

.index-page .header__home:before {
  width: 50%;
  opacity: 1;
  background: #F7F7FC; }

.index-page.disable-overflow .st3-text .st3 {
  fill: #fff !important; }

.index-page.disable-overflow.fix .st3-text .st3 {
  fill: #0F0541 !important; }

.index-page .st3-text .st3 {
  fill: #fff; }

.index-page .hamburger-menu {
  background: #F7F7FC;
  transition: 0.3s all; }
  .index-page .hamburger-menu:before, .index-page .hamburger-menu:after {
    background: #F7F7FC;
    transition: 0.3s all; }
  .index-page .hamburger-menu.animate {
    background: rgba(255, 255, 255, 0);
    transition: 0.3s all; }
    .index-page .hamburger-menu.animate:before, .index-page .hamburger-menu.animate:after {
      background: #0F0541; }

.index-page path, .index-page rect {
  fill: #F7F7FC; }

.footer {
  background: #2828af;
  background: linear-gradient(270deg, #2828af 0%, #ff5573 49%, #ff9141 100%);
  padding: 20px 0; }
  @media (max-width: 719.98px) {
    .footer {
      text-align: center; } }
  .footer__ler-wrap {
    display: flex;
    align-items: center; }
  .footer .ler {
    max-width: 18px;
    overflow: hidden;
    margin-left: auto;
    -moz-transition: 0.6s all;
    -webkit-transition: 0.6s all;
    -ms-transition: 0.6s all;
    -o-transition: 0.6s all;
    transition: 0.6s all;
    position: relative;
    top: 0px; }
    @media (max-width: 719.98px) {
      .footer .ler {
        margin: auto;
        max-width: 20px;
        margin-top: 20px; } }
    .footer .ler:hover {
      max-width: 110px; }
      @media (max-width: 1239.98px) {
        .footer .ler:hover {
          max-width: 18px; } }
    .footer .ler img {
      max-width: none; }
    .footer .ler a {
      padding-left: 0; }
    .footer .ler + ul li {
      margin-bottom: 0;
      margin-top: 20px; }
  .footer__menu {
    display: flex;
    margin: 0 -10px;
    justify-content: center;
    flex-wrap: wrap; }
    @media (max-width: 719.98px) {
      .footer__menu {
        margin-top: 30px; } }
    .footer__menu li {
      padding: 0 10px; }
      .footer__menu li a {
        color: #F7F7FC;
        font-family: "Blacker Pro Display Extrabold";
        font-size: 17px; }
        .footer__menu li a:hover {
          color: #F7F7FC; }
  .footer__logo {
    position: relative;
    top: 3px; }

.footer-menu {
  padding: 130px 0; }
  @media (max-width: 1239.98px) {
    .footer-menu {
      padding: 50px 0; } }
  @media (max-width: 1239.98px) {
    .footer-menu .col-sm-4 {
      margin-top: 30px; } }
  .footer-menu__boxes {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px; }
    @media (max-width: 719.98px) {
      .footer-menu__boxes {
        margin-top: 0; } }
  .footer-menu__box {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0 20px;
    border-left: 2px solid #0F0541; }
    @media (max-width: 719.98px) {
      .footer-menu__box {
        flex: 1 0 100%;
        max-width: 100%;
        margin-top: 30px; } }
  .footer-menu__social {
    display: flex;
    margin: 0 -20px;
    margin-top: 30px; }
    @media (max-width: 719.98px) {
      .footer-menu__social {
        justify-content: center; } }
    .footer-menu__social li {
      padding: 0 20px;
      display: flex;
      align-items: center; }
      .footer-menu__social li a {
        opacity: 1;
        transition: 0.6s opacity; }
        .footer-menu__social li a:hover path {
          fill: #FF9141 !important; }
        .footer-menu__social li a img, .footer-menu__social li a svg {
          height: 45px;
          position: relative;
          top: 3px; }
          .footer-menu__social li a img path, .footer-menu__social li a svg path {
            fill: #0F0541;
            transition: 0.6s fill; }

.contact-page .footer-menu {
  padding-top: 50px; }
  @media (max-width: 719.98px) {
    .contact-page .footer-menu {
      padding-top: 0; } }

.btn-primary {
  display: inline-block;
  color: #e1e1e1 !important;
  font-size: 18px;
  padding: 15px 30px;
  padding-top: 13px;
  position: relative;
  font-family: "Blacker Pro Display Extrabold" !important;
  text-align: center;
  outline: none;
  border: 0px solid #FF9141;
  cursor: pointer;
  min-width: 280px;
  color: #F7F7FC;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  line-height: 25px;
  z-index: 1; }
  .btn-primary:before, .btn-primary:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    transition: 0.6s opacity;
    z-index: -1; }
  .btn-primary:before {
    background: #2828af;
    background: linear-gradient(270deg, #2828af 0%, #ff5573 49%, #ff9141 100%);
    opacity: 1; }
  .btn-primary:after {
    background: #2828af;
    background: linear-gradient(270deg, #ff9141 0%, #ff5573 49%, #2828af 100%);
    opacity: 0; }
  @media (max-width: 1239.98px) {
    .btn-primary {
      padding: 12px 30px;
      font-size: 15px;
      line-height: 17px; } }
  @media (max-width: 719.98px) {
    .btn-primary {
      min-width: 120px;
      padding: 10px 14px;
      line-height: 15px; } }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    text-decoration: none;
    background: linear-gradient(270deg, #ff9141 0%, #ff5573 49%, #2828af 100%);
    border: 0px solid #FF9141;
    outline: none;
    color: #fff !important;
    box-shadow: none; }
    .btn-primary:hover:before, .btn-primary:focus:before, .btn-primary:active:before {
      opacity: 0; }
    .btn-primary:hover:after, .btn-primary:focus:after, .btn-primary:active:after {
      opacity: 1; }
  .btn-primary--white {
    color: #fff !important; }
  .btn-primary--min-width-smaller {
    min-width: 200px; }

.custom-file-upload {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .custom-file-upload input[type="file"] {
    position: absolute;
    left: -9999px;
    opacity: 0; }

.cv-form__button {
  position: relative; }
  .cv-form__button #uploaded-file {
    background: linear-gradient(270deg, #ff9141 0%, #ff5573 49%, #2828af 100%);
    color: #fff !important;
    border-color: #FF9141;
    cursor: pointer; }
    .cv-form__button #uploaded-file:hover {
      opacity: 0.9; }

.link {
  padding: 15px 30px;
  font-size: 18px;
  font-family: "Blacker Pro Display Extrabold"; }
  .link--white {
    color: #fff !important; }
  @media (max-width: 1239.98px) {
    .link {
      font-size: 15px;
      padding: 12px 30px; } }
  @media (max-width: 719.98px) {
    .link {
      padding: 12px; } }
  .link span, .link strong {
    position: relative;
    display: inline-block; }
    .link span:before, .link strong:before {
      content: "";
      width: 50%;
      height: 3px;
      background: #2828af;
      background: linear-gradient(270deg, #2828af 0%, #ff5573 49%, #ff9141 100%);
      position: absolute;
      left: 0;
      bottom: -15px;
      transition: 0.6s width; }
      @media (max-width: 1239.98px) {
        .link span:before, .link strong:before {
          bottom: -11px; } }
      @media (max-width: 719.98px) {
        .link span:before, .link strong:before {
          bottom: -6px; } }
  .link:hover {
    color: #0F0541; }
    .link:hover span:before, .link:hover strong:before {
      width: 100%; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

input[type="file"] {
  display: none; }

.custom-file-upload {
  cursor: pointer;
  transition: 0.6s all;
  margin: 0;
  text-transform: uppercase; }

input {
  height: 45px;
  width: 100%;
  border: 2px solid #21151d;
  padding: 0 18px;
  background-color: #F7F7FC;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-appearance: none;
  appearance: none; }
  input::placeholder {
    font-family: "Conv_MuseoSans-300";
    font-size: 15px;
    font-style: italic; }
  input:-ms-input-placeholder {
    font-family: "Conv_MuseoSans-300";
    font-size: 15px;
    font-style: italic; }
  input::-ms-input-placeholder {
    font-family: "Conv_MuseoSans-300";
    font-size: 15px;
    font-style: italic; }

label {
  width: 100%; }

textarea {
  height: 145px;
  width: 100%;
  border: 2px solid #21151d;
  resize: none;
  border-radius: 0;
  background-color: #F7F7FC;
  padding: 9px 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  textarea::placeholder {
    font-family: "Conv_MuseoSans-300";
    font-size: 15px;
    font-style: italic; }
  textarea:-ms-input-placeholder {
    font-family: "Conv_MuseoSans-300";
    font-size: 15px;
    font-style: italic; }
  textarea::-ms-input-placeholder {
    font-family: "Conv_MuseoSans-300";
    font-size: 15px;
    font-style: italic; }

.float-label {
  position: relative;
  margin-top: 20px; }
  .float-label label {
    position: absolute;
    margin-bottom: 0;
    padding: 0 5px;
    cursor: text;
    color: rgba(33, 21, 29, 0.5);
    background: #F7F7FC;
    width: auto;
    margin-left: 14px;
    top: 12px;
    left: 0;
    transition: 0.1s top,0.1s color; }
    @media (max-width: 1239.98px) {
      .float-label label {
        top: 15px; } }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .float-label label {
        top: -8px; } }
  .float-label input:focus ~ label, .float-label input:not(:placeholder-shown) ~ label, .float-label textarea:focus ~ label, .float-label textarea:not(:placeholder-shown) ~ label {
    top: -12px;
    color: #21151d; }
    @media (max-width: 1239.98px) {
      .float-label input:focus ~ label, .float-label input:not(:placeholder-shown) ~ label, .float-label textarea:focus ~ label, .float-label textarea:not(:placeholder-shown) ~ label {
        top: -8px; } }

.check-custom {
  display: block;
  position: relative;
  padding-left: 25px;
  margin: 10px 0 15px 0;
  cursor: pointer;
  font-size: 12px;
  color: #0F0541;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .check-custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .check-custom input:checked ~ .checkmark {
      background-color: #0F0541; }
      .check-custom input:checked ~ .checkmark:after {
        display: block; }
  .check-custom:hover input ~ .checkmark {
    background-color: rgba(33, 21, 29, 0.5); }
  .check-custom .checkmark:after {
    left: 3px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #F7F7FC;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #F7F7FC;
  border: 2px solid #0F0541;
  transition: 0.6s background-color; }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none; }

.claim {
  padding: 50px 0;
  text-align: center; }
  @media (max-width: 1239.98px) {
    .claim + .contact {
      padding-top: 0; } }

.decoration-text {
  text-align: center; }

.small-headbar {
  padding: 100px 0;
  position: relative; }
  @media (max-width: 1239.98px) {
    .small-headbar {
      padding: 50px 0; } }
  .small-headbar__buttons {
    display: flex; }
    @media (max-width: 1239.98px) {
      .small-headbar__buttons {
        align-items: center; } }
    @media (max-width: 719.98px) {
      .small-headbar__buttons {
        justify-content: flex-start; } }
    .small-headbar__buttons a:hover {
      color: #0F0541;
      text-decoration: none; }
    @media only screen and (max-width: 340px) {
      .small-headbar__buttons a {
        font-size: 12px; } }
    .small-headbar__buttons a + a {
      margin-left: 20px; }
      @media only screen and (max-width: 340px) {
        .small-headbar__buttons a + a {
          margin-left: 5px;
          font-size: 12px; } }
  .small-headbar__text-wrap {
    margin-bottom: 50px; }
    @media (max-width: 1239.98px) {
      .small-headbar__text-wrap {
        margin-bottom: 25px; } }
    .small-headbar__text-wrap p {
      margin-top: 25px; }
      .small-headbar__text-wrap p:first-child {
        margin-top: 0; }
  .small-headbar.line:before {
    content: "";
    width: 5000px;
    left: -2500px;
    height: 2px;
    background-color: #e8e3da;
    position: absolute;
    bottom: 0; }

.offers {
  padding-bottom: 100px;
  padding-top: 100px; }
  @media (max-width: 1239.98px) {
    .offers {
      padding-top: 70px;
      padding-bottom: 50px; } }
  .offers__boxes {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -75px;
    margin-top: 30px; }
    @media (max-width: 1239.98px) {
      .offers__boxes {
        margin: 0 -35px; } }
    @media (max-width: 719.98px) {
      .offers__boxes {
        margin: 0; } }
  .offers__box {
    flex: 1 0 33.33%;
    max-width: 33.33%;
    padding: 0 75px; }
    @media (max-width: 1239.98px) {
      .offers__box {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0 35px; } }
    @media (max-width: 719.98px) {
      .offers__box {
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0;
        text-align: center; } }
    .offers__box img {
      margin-bottom: 10px; }
  .offers__wrap {
    padding: 45px 0;
    height: 100%;
    text-align: center; }
    @media (max-width: 719.98px) {
      .offers__wrap {
        padding: 35px 0; } }
    .offers__wrap h3 {
      font-family: "Blacker Pro Display Extrabold"; }

.about__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px 0;
  padding-left: 75px; }
  @media (max-width: 719.98px) {
    .about__center {
      padding: 20px 0;
      padding-left: 0; } }

.about__text-wrap p {
  margin-top: 15px; }
  .about__text-wrap p:first-child {
    margin-top: 0; }

@media (max-width: 719.98px) {
  .about__image1 {
    margin-bottom: 20px; } }

.about__image1 img {
  width: 1200px;
  min-height: 630px;
  max-width: 1200px;
  height: 100%;
  object-fit: cover;
  margin-left: -120%; }
  @media only screen and (max-width: 2000px) {
    .about__image1 img {
      object-position: 0;
      margin-left: -650px;
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1); } }
  @media (max-width: 1239.98px) {
    .about__image1 img {
      width: 800px;
      margin-left: -320px; } }
  @media only screen and (max-width: 1100px) {
    .about__image1 img {
      margin-left: -360px; } }
  @media only screen and (max-width: 1000px) {
    .about__image1 img {
      margin-left: -410px; } }
  @media only screen and (max-width: 850px) {
    .about__image1 img {
      margin-left: -440px; } }
  @media only screen and (max-width: 800px) {
    .about__image1 img {
      width: 500px;
      object-position: 0;
      margin-left: -175px; } }
  @media (max-width: 719.98px) {
    .about__image1 img {
      width: 100%;
      margin-left: 0;
      min-height: 250px;
      object-position: 0px; } }

.investment {
  padding-top: 100px; }
  @media (max-width: 719.98px) {
    .investment {
      padding-top: 50px; } }
  .investment__out-img {
    display: flex; }
    @media (max-width: 719.98px) {
      .investment__out-img {
        margin-top: 30px; } }
    .investment__out-img img {
      width: 1200px;
      min-height: 630px;
      max-width: 1200px;
      height: 100%;
      object-fit: cover;
      margin-left: 10%; }
      @media only screen and (max-width: 2000px) {
        .investment__out-img img {
          object-position: -300px; } }
      @media only screen and (max-width: 1600px) {
        .investment__out-img img {
          -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
          object-position: 0px; } }
      @media (max-width: 1239.98px) {
        .investment__out-img img {
          width: 800px;
          object-position: 0; } }
      @media only screen and (max-width: 800px) {
        .investment__out-img img {
          width: 500px;
          object-position: -720px; } }
      @media (max-width: 719.98px) {
        .investment__out-img img {
          width: 100%;
          margin-left: 0;
          min-height: 250px;
          object-position: 0px; } }
  .investment__box {
    margin-top: 85px; }
    @media (max-width: 719.98px) {
      .investment__box {
        margin-top: 35px; } }
  .investment__list li:first-child {
    margin-top: 0; }
  .investment__box-text {
    padding-bottom: 80px; }
    @media (max-width: 719.98px) {
      .investment__box-text {
        padding-bottom: 40px; } }
  .investment__list {
    margin-bottom: 50px; }
    @media (max-width: 1239.98px) {
      .investment__list {
        margin-bottom: 35px; } }
    @media (max-width: 719.98px) {
      .investment__list {
        margin-bottom: 40px; } }
  .investment__number {
    position: relative;
    margin-top: 20px;
    padding-left: 75px; }
    @media (max-width: 1239.98px) {
      .investment__number {
        margin-top: 20px; } }
    @media (max-width: 719.98px) {
      .investment__number {
        margin-top: 30px;
        padding-bottom: 24px;
        border-bottom: 1px solid #e8e3da; } }
    .investment__number:before {
      content: "";
      position: absolute;
      left: 0;
      width: 47px;
      height: 32px;
      top: 7px;
      background-size: 47px;
      background-repeat: no-repeat;
      background-position: center; }
      @media (max-width: 719.98px) {
        .investment__number:before {
          top: 10px; } }
    .investment__number--one:before {
      background-image: url("/images/svg/01.svg"); }
    .investment__number--two:before {
      background-image: url("/images/svg/02.svg"); }
    .investment__number--three:before {
      background-image: url("/images/svg/03.svg"); }
    .investment__number--four:before {
      background-image: url("/images/svg/04.svg"); }
    .investment__number--five:before {
      background-image: url("/images/svg/05.svg"); }

.article-content__top {
  margin-top: 150px; }
  @media (max-width: 1239.98px) {
    .article-content__top {
      margin-top: 80px; } }
  @media (max-width: 719.98px) {
    .article-content__top {
      margin-top: 40px; } }

.article-content p {
  margin-bottom: 40px;
  width: 100%;
  line-height: 25px;
  font-size: 15px;
  color: #0F0541;
  font-family: "Conv_MuseoSans-300"; }
  @media (max-width: 1239.98px) {
    .article-content p {
      font-size: 14px; } }
  @media (max-width: 719.98px) {
    .article-content p {
      margin-bottom: 15px; } }

.article-content a, .article-content u, .article-content i, .article-content strong, .article-content em {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit; }

.article-content strong {
  font-weight: 700;
  display: inline-block; }

.article-content table {
  width: 100%;
  margin-bottom: 25px; }
  @media (max-width: 719.98px) {
    .article-content table {
      margin-bottom: 40px; } }

.article-content td, .article-content th {
  border: 2px solid #e8e3da;
  text-align: left;
  padding: 8px; }

.article-content th {
  background-color: #0F0541;
  color: #fff;
  font-family: "Conv_MuseoSans_700"; }

.article-content td {
  color: #343a40; }

.article-content tr:last-child td {
  font-family: "Conv_MuseoSans_700"; }

.article-content h1 {
  color: #0F0541;
  font-size: 50px;
  line-height: 63px;
  font-family: "Blacker Pro Display Extrabold";
  margin-bottom: 45px;
  text-transform: capitalize; }
  @media (max-width: 1239.98px) {
    .article-content h1 {
      font-size: 33px;
      line-height: 38px;
      margin-bottom: 25px; } }
  @media (max-width: 1239.98px) {
    .article-content h1 {
      font-size: 25px;
      line-height: 33px; } }

.article-content h2 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 10px;
  font-family: "Blacker Pro Display Extrabold";
  text-transform: uppercase;
  color: #0F0541; }
  @media (max-width: 1239.98px) {
    .article-content h2 {
      font-size: 17px;
      line-height: 21px;
      margin-bottom: 10px; } }

.article-content h3 {
  color: #0F0541;
  font-size: 18px;
  font-family: "Blacker Pro Display Extrabold";
  margin-bottom: 7px; }
  @media (max-width: 1239.98px) {
    .article-content h3 {
      font-size: 15px; } }

.article-content h4 {
  color: #0F0541;
  font-size: 17px;
  font-family: "Conv_MuseoSans-300";
  margin-bottom: 7px; }
  @media (max-width: 1239.98px) {
    .article-content h4 {
      font-size: 14px; } }

.article-content ol {
  color: #FF9141; }

.article-content ul {
  padding-left: 18px;
  list-style-type: disc;
  margin-bottom: 30px;
  color: #0F0541;
  padding-left: 0;
  list-style-type: none; }
  @media (max-width: 719.98px) {
    .article-content ul {
      margin-bottom: 40px; } }
  .article-content ul li {
    font-size: 15px;
    line-height: 100%;
    text-align: left;
    line-height: 25px;
    margin-bottom: 14px;
    font-family: "Conv_MuseoSans-300";
    position: relative;
    padding-left: 15px; }
    @media (max-width: 1239.98px) {
      .article-content ul li {
        font-size: 14px;
        line-height: 20px; } }
    @media (max-width: 719.98px) {
      .article-content ul li {
        padding-left: 20px; } }
    .article-content ul li:before {
      content: "";
      position: absolute;
      height: 4px;
      width: 4px;
      background: #FF9141;
      border-radius: 100%;
      top: 6px;
      margin: auto;
      left: 0; }

.article-content a {
  font-family: "Conv_MuseoSans-300";
  color: #0F0541; }

.article-content hr {
  border-color: #0F0541;
  margin: 10px 0 20px 0; }

.article-content img {
  max-width: 100%;
  position: relative;
  left: 0%;
  transform: translateX(0%);
  display: block;
  margin-bottom: 40px; }
  @media (max-width: 719.98px) {
    .article-content img {
      margin-bottom: 20px; } }

.article-content .small-headbar__buttons .link {
  padding: 15px 0; }
  .article-content .small-headbar__buttons .link strong, .article-content .small-headbar__buttons .link span {
    transition: 0.6s color;
    font-family: "Blacker Pro Display Extrabold" !important; }
  .article-content .small-headbar__buttons .link:hover strong, .article-content .small-headbar__buttons .link:hover span {
    color: #FF9141; }

.article-content figcaption {
  color: #0F0541; }

.article-content__video {
  margin-bottom: 40px; }
  .article-content__video iframe {
    width: 100%;
    height: 500px; }
    @media (max-width: 719.98px) {
      .article-content__video iframe {
        height: 300px; } }

.article-content__title-with-ico {
  position: relative;
  padding-left: 35px; }
  .article-content__title-with-ico figure {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex; }
    .article-content__title-with-ico figure img {
      width: 25px;
      margin-bottom: 0; }

.article-content__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 75px; }
  @media (max-width: 719.98px) {
    .article-content__center {
      padding-left: 10px;
      margin-top: 30px; } }

.article-content__half-block {
  margin-bottom: 80px; }
  @media (max-width: 719.98px) {
    .article-content__half-block {
      margin-bottom: 40px; } }
  .article-content__half-block img {
    margin-bottom: 0;
    width: 100%;
    height: 110%;
    object-fit: cover; }
    @media (max-width: 719.98px) {
      .article-content__half-block img {
        height: inherit; } }
  .article-content__half-block p {
    margin-bottom: 0; }

.article-content__gallery {
  margin-bottom: 40px; }

.article-content__gallery-wrap {
  display: block;
  overflow: hidden; }
  .article-content__gallery-wrap img {
    height: 140px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 0;
    transition: 0.6s transform; }
  .article-content__gallery-wrap:hover img {
    transform: scale(1.1); }

.article-content__citation {
  position: relative;
  padding-left: 25px;
  font-style: italic;
  margin-bottom: 50px; }
  .article-content__citation:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    height: 100%;
    width: 2px;
    background-color: #FF9141; }
    @media (max-width: 719.98px) {
      .article-content__citation:before {
        top: 0; } }

.article-content__full-screen {
  position: relative;
  color: #fff;
  padding: 100px 0;
  background-image: url(/images/svg/flag.svg);
  z-index: 1;
  margin-bottom: 50px; }
  @media (max-width: 719.98px) {
    .article-content__full-screen {
      padding: 50px 0;
      margin-bottom: 50px; } }
  .article-content__full-screen:before {
    content: "";
    height: 100%;
    width: 5000px;
    left: -2000px;
    background-color: #21151d;
    background-image: url(/images/svg/flag.svg);
    background-size: 50vw;
    background-repeat: no-repeat;
    background-position: center right 1000px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1; }
    @media only screen and (max-width: 2000px) {
      .article-content__full-screen:before {
        background-position: center right 1500px; } }
  .article-content__full-screen h1, .article-content__full-screen h2, .article-content__full-screen h3, .article-content__full-screen h4, .article-content__full-screen p, .article-content__full-screen span, .article-content__full-screen strong, .article-content__full-screen li, .article-content__full-screen a {
    color: #fff; }

.article-content__source ul li {
  border-top: 2px solid #e8e3da;
  padding: 25px 0;
  padding-left: 25px;
  margin-bottom: 0; }
  @media (max-width: 719.98px) {
    .article-content__source ul li {
      padding-left: 25px; } }
  .article-content__source ul li a:hover {
    color: #FF9141; }
  .article-content__source ul li:last-child {
    border-bottom: 2px solid #e8e3da; }
  .article-content__source ul li:before {
    display: none; }

@media screen and (max-width: 600px) {
  .article-content table {
    border: 0; }
    .article-content table caption {
      font-size: 1.3em; }
    .article-content table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .article-content table tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em; }
    .article-content table td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: .8em;
      text-align: right; }
      .article-content table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        margin-right: 10px; }
      .article-content table td:last-child {
        border-bottom: 0; } }

.article-content__image img {
  width: 100%;
  height: 400px;
  object-fit: cover; }
  @media (max-width: 1239.98px) {
    .article-content__image img {
      height: auto;
      aspect-ratio: 3 / 2; } }

.article-content__perex {
  margin-bottom: 40px; }

.benefits {
  padding: 150px 0 100px 0;
  text-align: center; }
  @media (max-width: 1239.98px) {
    .benefits {
      padding: 50px 0; } }
  .benefits__boxes {
    flex-wrap: wrap;
    display: flex;
    margin: 0 -25px;
    padding: 50px 0; }
  .benefits__box {
    flex: 1 0 25%;
    max-width: 25%;
    padding: 0 25px; }
    @media (max-width: 1239.98px) {
      .benefits__box {
        flex: 1 0 33.33%;
        max-width: 33.33%;
        margin-top: 30px; }
        .benefits__box:nth-child(-n+3) {
          margin-top: 0; } }
    @media (max-width: 719.98px) {
      .benefits__box {
        flex: 1 0 100%;
        max-width: 100%;
        margin-top: 20px; }
        .benefits__box:nth-child(-n+3) {
          margin-top: 30px; }
        .benefits__box:first-child {
          margin-top: 0; } }
  .benefits .section-subsubtitle {
    font-family: "Blacker Pro Display Extrabold";
    min-height: 70px; }
  .benefits__ico {
    margin-bottom: 25px; }

.width-80-content {
  padding: 50px 0;
  text-align: center; }
  @media (max-width: 1239.98px) {
    .width-80-content {
      padding-bottom: 50px; } }
  .width-80-content__texts {
    margin: 30px 0 50px 0; }
    @media (max-width: 719.98px) {
      .width-80-content__texts {
        margin-bottom: 30px; } }

.infinite-slider-wrap {
  padding-top: 80px;
  margin-bottom: 50px; }
  @media (max-width: 719.98px) {
    .infinite-slider-wrap {
      padding-top: 0px;
      margin-bottom: 25px; } }

.infinite-slider-wrap__title {
  max-width: 2500px;
  margin: auto;
  padding-left: 440px;
  display: flex;
  align-items: center; }
  @media (max-width: 1239.98px) {
    .infinite-slider-wrap__title {
      padding-left: 100px; } }
  @media (max-width: 719.98px) {
    .infinite-slider-wrap__title {
      padding-left: 30px;
      margin-bottom: 40px;
      display: block; } }

.infinite-slider {
  background-color: #F7F7FC;
  padding: 100px 0;
  padding-top: 60px;
  padding-left: 455px;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  cursor: grab;
  opacity: 0;
  transition: 0.6s opacity;
  min-height: 1055px; }
  .infinite-slider.active {
    opacity: 1; }
  @media (max-width: 719.98px) {
    .infinite-slider {
      min-height: 475px;
      padding-left: 80px;
      padding-bottom: 75px; } }
  .infinite-slider::-webkit-scrollbar {
    height: 2px; }
  .infinite-slider::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .infinite-slider::-webkit-scrollbar-thumb {
    background: #FF9141; }
  .infinite-slider::-webkit-scrollbar-thumb:hover {
    background: #FF9141; }
  .infinite-slider .section-title {
    position: relative; }
  .infinite-slider__boxes {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -50px;
    margin-top: 60px; }
  .infinite-slider__show-more {
    display: none; }
    @media (max-width: 1239.98px) {
      .infinite-slider__show-more {
        display: block; } }
  .infinite-slider__box {
    flex: 1 0 505px;
    max-width: 505px;
    color: #0F0541;
    padding: 0 50px;
    position: relative; }
    @media (max-width: 719.98px) {
      .infinite-slider__box {
        flex: 1 0 400px;
        max-width: 400px;
        padding-right: 100px;
        margin-left: -100px; } }
    @media only screen and (max-width: 400px) {
      .infinite-slider__box {
        padding-right: 200px;
        margin-left: -200px; } }
    .infinite-slider__box:before {
      content: "";
      position: absolute;
      left: 10px;
      top: -120px;
      width: 100%;
      height: 100%; }
    .infinite-slider__box .btn-primary {
      margin-top: 40px;
      width: 100%; }
    .infinite-slider__box--first {
      top: 320px;
      left: -40px;
      margin-left: 0; }
      @media (max-width: 719.98px) {
        .infinite-slider__box--first {
          top: 55px;
          left: 0; } }
      .infinite-slider__box--first:before {
        background-image: url("/images/arrival.png");
        background-repeat: no-repeat; }
        @media (max-width: 719.98px) {
          .infinite-slider__box--first:before {
            top: -146px; } }
    .infinite-slider__box--second {
      top: 480px; }
      @media (max-width: 719.98px) {
        .infinite-slider__box--second {
          top: 55px;
          left: 0; } }
      .infinite-slider__box--second:before {
        background-image: url("/images/decision.png");
        background-repeat: no-repeat;
        top: -165px;
        right: -334px;
        left: initial;
        z-index: 1; }
        @media (max-width: 719.98px) {
          .infinite-slider__box--second:before {
            right: -142px; } }
    .infinite-slider__box--third {
      top: 490px;
      left: 55px;
      position: relative; }
      .infinite-slider__box--third:before {
        content: "";
        background-image: url("/images/svg/czechroof-story-mobil-odbocka.svg");
        background-repeat: no-repeat;
        top: -133.8px;
        position: absolute;
        display: none;
        left: -123px; }
        @media (max-width: 719.98px) {
          .infinite-slider__box--third:before {
            top: -128.8px; } }
        @media only screen and (max-width: 400px) {
          .infinite-slider__box--third:before {
            top: -141.8px; } }
      .infinite-slider__box--third:after {
        content: "";
        width: 50px;
        height: 2px;
        background-color: #F7F7FC;
        position: absolute;
        top: -79px; }
      @media (max-width: 719.98px) {
        .infinite-slider__box--third {
          top: 55px;
          left: 0; }
          .infinite-slider__box--third:before {
            display: block; } }
    .infinite-slider__box--fourth {
      left: -340px;
      top: 165px; }
      @media (max-width: 719.98px) {
        .infinite-slider__box--fourth {
          top: 55px;
          left: 0; } }
      .infinite-slider__box--fourth:before {
        background-image: url("/images/ownership.png");
        background-repeat: no-repeat;
        left: 50px; }
        @media (max-width: 719.98px) {
          .infinite-slider__box--fourth:before {
            top: -136px; } }
    .infinite-slider__box--fifth {
      left: -295px;
      top: 240px; }
      @media (max-width: 719.98px) {
        .infinite-slider__box--fifth {
          top: 55px;
          left: 0; } }
      .infinite-slider__box--fifth:before {
        background-image: url("/images/czechroof.png");
        background-repeat: no-repeat;
        left: -95px;
        top: -50px; }
        @media (max-width: 719.98px) {
          .infinite-slider__box--fifth:before {
            left: 35px;
            top: -160px; } }
    .infinite-slider__box--sixth {
      left: -260px;
      top: 90px; }
      @media (max-width: 719.98px) {
        .infinite-slider__box--sixth {
          top: 55px;
          left: 0; } }
      .infinite-slider__box--sixth:before {
        background-image: url("/images/property.png");
        background-repeat: no-repeat;
        top: -155px; }
    .infinite-slider__box--seventh {
      left: -250px;
      top: 470px; }
      @media (max-width: 719.98px) {
        .infinite-slider__box--seventh {
          top: 55px;
          left: 0; } }
      .infinite-slider__box--seventh:before {
        background-image: url("/images/living.png");
        background-repeat: no-repeat;
        top: -222px;
        left: 40px; }
        @media (max-width: 719.98px) {
          .infinite-slider__box--seventh:before {
            top: -200px; } }
    .infinite-slider__box--eigth {
      left: -200px;
      top: 325px; }
      @media (max-width: 719.98px) {
        .infinite-slider__box--eigth {
          top: 55px;
          left: 0; } }
      .infinite-slider__box--eigth:before {
        background-image: url("/images/money.png");
        background-repeat: no-repeat;
        top: -196px; }
        @media (max-width: 719.98px) {
          .infinite-slider__box--eigth:before {
            top: -178px; } }
  .infinite-slider__headbar {
    display: flex;
    position: relative;
    width: 100%;
    padding-bottom: 25px; }
    .infinite-slider__headbar .infinite-slider__headbar-number {
      display: flex;
      justify-content: center;
      padding-right: 10px; }
    .infinite-slider__headbar .infinite-slider__headbar-text {
      padding-left: 10px; }
      @media (max-width: 719.98px) {
        .infinite-slider__headbar .infinite-slider__headbar-text p {
          line-height: 20px; } }
  .infinite-slider__navigation {
    margin-left: 40px;
    margin-top: -17px; }
    @media (max-width: 719.98px) {
      .infinite-slider__navigation {
        margin-left: 0;
        margin-top: 0; } }
    .infinite-slider__navigation button {
      background: transparent;
      outline: none;
      border: 0;
      cursor: pointer;
      transition: 0.6s opacity;
      position: relative;
      opacity: 1; }
      .infinite-slider__navigation button:first-child:hover {
        opacity: 0.6; }
      .infinite-slider__navigation button:first-child svg {
        transform: rotate(180deg); }
      .infinite-slider__navigation button:last-child:hover {
        opacity: 0.6; }
      .infinite-slider__navigation button .cls-1 {
        fill: #0F0541; }
  .infinite-slider__prev {
    animation: left 2s infinite linear;
    position: relative; }

@keyframes left {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-8px); }
  100% {
    transform: translateX(0); } }
  .infinite-slider__next {
    animation: right 2s infinite linear; }

@keyframes right {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(8px); }
  100% {
    transform: translateX(0); } }
  .infinite-slider__headbar-wrap {
    display: flex;
    position: relative;
    width: 100%; }
    .infinite-slider__headbar-wrap:before {
      content: "";
      bottom: -15px;
      left: 0;
      right: 0;
      height: 1px;
      width: 100%;
      background-color: #e8e3da;
      position: absolute; }
  .infinite-slider__path {
    max-width: inherit;
    position: absolute;
    top: 0;
    left: 0; }
    @media (max-width: 719.98px) {
      .infinite-slider__path {
        display: none; } }
  .infinite-slider__path-mobile {
    display: none; }
    @media (max-width: 719.98px) {
      .infinite-slider__path-mobile {
        display: block;
        max-width: inherit;
        position: absolute;
        top: 0;
        left: 0; } }

.scroll {
  display: inline-block;
  margin: auto; }
  @media (min-width: 1240px) {
    .scroll {
      display: none; } }
  .scroll__img {
    width: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: 60px; }

/* zmena pozadi secundarnich btn */
:root {
  --cc-btn-secondary-bg: #f7f7f7 !important;
  --cc-btn-primary-bg: #FF9141 !important; }

/* zmena poradi tlacitek v okne s nastavenim */
#s-cnt #c-s-in #s-bns {
  display: flex; }

#s-cnt #c-s-in #s-bns button {
  flex: inherit; }

#s-cnt #c-s-in #s-bns button:nth-child(3) {
  order: -1; }

#s-cnt #c-s-in #s-bns button:nth-child(1) {
  order: 3;
  margin-left: auto; }

/* odkazy */
.cc-link {
  border-bottom: none !important; }

.cc-link:hover {
  border-bottom: 1px solid #253b48 !important; }

.short-text {
  text-align: center;
  margin-top: 60px;
  padding-bottom: 80px; }
  @media (max-width: 1239.98px) {
    .short-text {
      padding-bottom: 60px; } }

.info-block {
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative; }
  @media (max-width: 1239.98px) {
    .info-block {
      padding-bottom: 50px;
      padding-top: 50px; } }
  @media (max-width: 719.98px) {
    .info-block {
      padding-bottom: 0; } }
  .info-block__list li {
    margin-top: 15px; }
    .info-block__list li:first-child {
      margin-top: 0; }
  .info-block__boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    row-gap: 50px;
    margin-top: 40px; }
    @media (max-width: 1239.98px) {
      .info-block__boxes {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 719.98px) {
      .info-block__boxes {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 25px; } }
  .info-block__text {
    margin-top: 30px; }
    @media (max-width: 719.98px) {
      .info-block__text {
        margin-top: 15px; } }
  .info-block__box {
    position: relative;
    padding-bottom: 30px; }
    .info-block__box:after {
      content: "";
      height: 2px;
      width: 100%;
      background: #2828af;
      background: linear-gradient(270deg, #2828af 0%, #ff5573 49%, #ff9141 100%);
      position: absolute;
      left: 0;
      bottom: 0; }

.portfolio-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  margin-top: 50px; }
  @media (max-width: 1239.98px) {
    .portfolio-list {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 719.98px) {
    .portfolio-list {
      grid-template-columns: 1fr; } }
  .portfolio-list .portfolio__wrap {
    border: 2px solid #0F0541;
    position: relative;
    height: 100%; }
    .portfolio-list .portfolio__wrap:hover .portfolio__image img {
      transform: scale(1.1); }
    .portfolio-list .portfolio__wrap:hover .link span:before, .portfolio-list .portfolio__wrap:hover .link strong:before {
      width: 100%; }
  .portfolio-list .portfolio__content {
    padding: 50px;
    height: calc(100% - 180px);
    padding-bottom: 100px;
    margin-bottom: 20px;
    padding-top: 0px; }
    @media (max-width: 1239.98px) {
      .portfolio-list .portfolio__content {
        padding: 25px;
        padding-bottom: 75px; } }
  .portfolio-list .portfolio__title {
    font-family: "Conv_MuseoSans_700";
    font-size: 18px;
    margin-bottom: 10px; }
  .portfolio-list .portfolio__image {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    padding: 20px; }
    @media (max-width: 1239.98px) {
      .portfolio-list .portfolio__image {
        height: 150px; } }
    @media (max-width: 719.98px) {
      .portfolio-list .portfolio__image {
        height: 100px; } }
    .portfolio-list .portfolio__image img {
      max-height: 70px;
      max-width: 140px;
      object-fit: contain;
      transform: scale(1);
      transition: 0.6s transform; }
  .portfolio-list .portfolio__content-text {
    line-height: 30px; }
    .portfolio-list .portfolio__content-text a:hover {
      color: #0F0541;
      text-decoration: none; }
  .portfolio-list .portfolio__content-controls {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: 0px;
    padding: 0 50px; }
    @media (max-width: 1239.98px) {
      .portfolio-list .portfolio__content-controls {
        bottom: 25px;
        padding: 0 25px; } }
  .portfolio-list .portfolio__content-control {
    flex: 1 0 50%;
    max-width: 50%; }
    .portfolio-list .portfolio__content-control--button span {
      display: flex;
      padding: 0; }
    .portfolio-list .portfolio__content-control--logo img {
      max-height: 50px;
      object-fit: contain; }

.contact-basic {
  padding: 100px 0; }
  @media (max-width: 1239.98px) {
    .contact-basic {
      padding: 50px 0; } }
  @media (max-width: 719.98px) {
    .contact-basic {
      text-align: center;
      padding: 50px 0 30px 0; } }
  .contact-basic__item {
    font-size: 35px; }
    @media (max-width: 1239.98px) {
      .contact-basic__item {
        font-size: 25px; } }
    @media (max-width: 719.98px) {
      .contact-basic__item {
        margin-bottom: 20px; } }
    .contact-basic__item a {
      font-family: "Blacker Pro Display Extrabold"; }

.contact {
  padding: 100px 0 100px 0; }
  @media (max-width: 1239.98px) {
    .contact {
      padding: 50px 0; } }
  @media (max-width: 719.98px) {
    .contact {
      padding: 50px 0 50px 0; } }
  .contact__social {
    display: flex;
    margin: 0 -10px;
    margin-top: 20px; }
    .contact__social li {
      padding: 0 10px; }
      .contact__social li path {
        fill: #0F0541;
        transition: 0.6s fill; }
  .contact__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
  .contact__contact-block {
    padding-left: 85px;
    margin-top: 20px; }
    @media (max-width: 1239.98px) {
      .contact__contact-block {
        padding-left: 10px; } }
    .contact__contact-block ul {
      line-height: 40px; }
      @media (max-width: 719.98px) {
        .contact__contact-block ul {
          line-height: 35px; } }
    .contact__contact-block li {
      font-size: 20px; }
      @media (max-width: 719.98px) {
        .contact__contact-block li {
          font-size: 15px; } }
      .contact__contact-block li a {
        opacity: 1;
        transition: 0.6s opacity; }
        .contact__contact-block li a:hover path {
          fill: #FF9141; }

.contact-people {
  padding-bottom: 100px; }
  @media (max-width: 719.98px) {
    .contact-people {
      padding-bottom: 50px; } }
  .contact-people__box {
    margin-bottom: 50px; }
    @media (max-width: 719.98px) {
      .contact-people__box {
        margin-bottom: 50px; }
        .contact-people__box:last-child {
          margin-bottom: 0; } }
  .contact-people__contact-block-info {
    margin: 20px 0 30px 0; }
  .contact-people__card-img img {
    height: 410px;
    width: 100%;
    object-fit: cover; }
    @media (max-width: 719.98px) {
      .contact-people__card-img img {
        height: auto;
        aspect-ratio: 4 / 4; } }
  .contact-people__card-list {
    margin: 0 -10px;
    margin-top: 35px;
    display: flex; }
    @media (max-width: 719.98px) {
      .contact-people__card-list {
        margin-top: 15px; } }
    .contact-people__card-list li {
      padding: 0 10px;
      position: relative; }
      .contact-people__card-list li:after {
        content: "";
        position: absolute;
        right: 0;
        top: 7px;
        height: 15px;
        width: 2px;
        background: #FF9141; }
      @media (min-width: 720px) {
        .contact-people__card-list li:last-child:after {
          display: none; } }

.card-name {
  position: relative;
  margin-top: 45px;
  display: flex;
  align-items: center; }
  @media (max-width: 719.98px) {
    .card-name {
      margin-top: 25px; } }
  .card-name .section-subtitle {
    line-height: 100%; }
    @media (min-width: 1240px) {
      .card-name .section-subtitle {
        font-size: 36px; } }

.card-linked {
  left: 0;
  top: 4px;
  bottom: 0;
  margin: auto;
  display: flex;
  opacity: 1;
  transition: 0.6s opacity;
  margin-top: 20px; }
  .card-linked:hover {
    opacity: 0.6; }

.contact-page .card-linked {
  position: absolute;
  margin-top: 0; }
  .contact-page .card-linked img {
    height: 40px; }

.contact-page .card-name .section-subtitle {
  padding-left: 52px; }

.contact-page .card-name {
  min-height: 45px; }

@media (max-width: 719.98px) {
  .contact-page .contact-people__card-list {
    flex-direction: column; } }

@media (min-width: 1240px) {
  .contact-page .contact__wrap {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
    margin-left: 12.5%; } }

.contact-page .contact.line {
  border-bottom: 0; }
  @media (max-width: 1239.98px) {
    .contact-page .contact.line {
      padding-top: 30px; } }

.contact-page .contact__contact-block {
  display: none; }

.contact-page .contact__form {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0; }

@media (max-width: 1239.98px) {
  .contact-page .footer-menu {
    padding-top: 30px; } }

.people {
  padding-bottom: 100px; }
  @media (max-width: 1239.98px) {
    .people {
      padding-bottom: 50px; } }
  .people__item {
    margin-top: 100px; }
    @media (max-width: 1239.98px) {
      .people__item {
        margin-top: 25px; } }
    .people__item:first-child {
      margin-top: 0; }
    .people__item:nth-child(even) .people__box:first-child {
      order: 2; }
      @media (max-width: 719.98px) {
        .people__item:nth-child(even) .people__box:first-child {
          order: 0; } }
  .people__img img {
    height: 580px;
    width: 100%;
    object-fit: cover; }
    @media (max-width: 1239.98px) {
      .people__img img {
        height: auto;
        aspect-ratio: 4 / 4; } }
    @media (max-width: 719.98px) {
      .people__img img {
        width: 100%; } }
  .people__box:last-child {
    padding: 20px 85px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 1239.98px) {
      .people__box:last-child {
        padding: 20px 35px;
        padding-top: 40px; } }
    @media (max-width: 719.98px) {
      .people__box:last-child {
        padding-top: 20px; } }
  .people .card-text {
    margin-top: 30px; }
    @media (max-width: 719.98px) {
      .people .card-text {
        margin-top: 15px; } }
    .people .card-text + .red-text {
      margin-top: 30px; }
  .people .card-name {
    margin-top: 0;
    display: flex;
    align-items: center; }
  .people .red-text + .card-name {
    margin-top: 45px; }
    @media (max-width: 719.98px) {
      .people .red-text + .card-name {
        margin-top: 25px; } }

@media (max-width: 1239.98px) {
  .people-page .contact.line {
    padding-top: 30px; } }

.people-page .small-headbar.line:before {
  display: none; }

.card-contact__boxes {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-top: 10px;
  margin-bottom: 40px; }

.card-contact__box {
  padding: 0 10px;
  margin-top: 20px; }
  .card-contact__box a {
    position: relative;
    padding-left: 30px;
    font-weight: 700;
    opacity: 1;
    transition: 0.6s opacity; }
    .card-contact__box a:hover {
      opacity: 0.7;
      color: #0F0541; }
    .card-contact__box a img {
      height: 20px;
      object-fit: contain;
      position: absolute;
      left: 0;
      top: 0; }

.not-found {
  position: relative;
  height: 100%;
  padding-top: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0; }
  .not-found__logo {
    height: 35px; }
    @media (max-width: 719.98px) {
      .not-found__logo {
        height: 30px; } }
  .not-found__text {
    margin: 75px 0; }
    @media only screen and (max-width: 1199px) {
      .not-found__text {
        margin: 30px 0; } }
  .not-found__img404 {
    position: absolute;
    left: -22%;
    top: 0;
    bottom: 0;
    margin: auto; }
    @media (max-width: 719.98px) {
      .not-found__img404 {
        left: 0; } }
  .not-found__wrap {
    position: relative;
    z-index: 1; }
  .not-found .section-title {
    font-size: 30px;
    text-transform: inherit; }

.page-404 {
  display: flex;
  flex-direction: column; }
  .page-404 .footer {
    margin-top: auto; }
  .page-404 main {
    height: calc(100vh - 73px);
    min-height: 620px; }

.index-page.disable-overflow .header__logo path, .index-page.disable-overflow .header__logo rect {
  fill: #0F0541; }

.index-page .headbar {
  padding-top: 0;
  position: relative;
  height: 100svh;
  max-height: 1440px;
  min-height: 720px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 6.25%;
  color: #fff;
  opacity: 0;
  transition: 0.6s opacity; }
  @media (max-width: 1239.98px) {
    .index-page .headbar {
      transition: 0s opacity; } }
  @media (max-width: 719.98px) {
    .index-page .headbar {
      justify-content: flex-start;
      max-height: 900px;
      padding-top: 110px; } }
  .index-page .headbar.active {
    opacity: 1; }
  @media (max-width: 719.98px) {
    .index-page .headbar {
      text-align: left;
      padding: 80px 15px 50px 15px;
      min-height: auto; } }
  @media only screen and (max-height: 570px) and (max-width: 719px) {
    .index-page .headbar {
      min-height: 550px;
      justify-content: flex-start; } }
  .index-page .headbar__image-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0; }
  .index-page .headbar__image-one {
    width: 100%;
    height: 100%; }
  .index-page .headbar__image-two {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%; }
    .index-page .headbar__image-two svg, .index-page .headbar__image-two img {
      height: 100%;
      width: 100%;
      max-width: none;
      object-fit: cover;
      object-position: center; }

.index-page .header__menu a {
  color: #fff; }
  @media (max-width: 1239.98px) {
    .index-page .header__menu a {
      color: #000; } }

.index-page .line {
  border-bottom: 0;
  border-top: 2px solid #e8e3da; }

.index-page .width-80-content {
  padding-bottom: 100px; }
  @media (max-width: 719.98px) {
    .index-page .width-80-content {
      padding-bottom: 50px; } }

@media (max-width: 719.98px) {
  .index-page .contact {
    padding-top: 50px; } }

.headbar__main-image img {
  object-fit: cover;
  height: 100%;
  width: 100%; }

.headbar__title {
  color: #fff;
  font-family: "Blacker Pro Display Extrabold";
  font-size: 50px; }
  @media (max-width: 719.98px) {
    .headbar__title {
      font-size: 30px; } }

.headbar__main-text {
  margin: 50px 0; }
  @media (max-width: 719.98px) {
    .headbar__main-text {
      margin: 10px 0; } }

@media (max-width: 1239.98px) {
  .how-it-works-page .offers.line {
    padding-top: 30px; } }

.how-it-works-page .small-headbar.line:before {
  display: none; }

@media (max-width: 1239.98px) {
  .how-it-works-page .contact {
    padding-top: 20px; } }

.portfolio-page .portfolio-section__headbar-navbar {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  justify-content: center;
  margin-top: 20px; }

.portfolio-page .portfolio-section__headbar-navbar-item {
  padding: 0 10px;
  margin-top: 20px; }

.portfolio-page .portfolio-section__headbar-navbar-item-link {
  transition: 0.6s background-color, 0.6s color;
  padding: 10px 15px;
  color: #0F0541;
  font-size: 19px;
  font-family: "Blacker Pro Display Extrabold";
  display: inline-block;
  border: 2px solid #0F0541; }
  .portfolio-page .portfolio-section__headbar-navbar-item-link.active {
    background-color: #0F0541;
    color: #fff; }
  .portfolio-page .portfolio-section__headbar-navbar-item-link:hover {
    text-decoration: none;
    background-color: #0F0541;
    color: #fff; }

.portfolio-page .portfolio-section__headbar-perex {
  text-align: center; }

.portfolio-page .decoration-text {
  margin-top: 140px; }

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