@font-face {
  font-family: "Open Sans Bold";
  src: url("../font/OpenSans-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Barlow SemiBold Condensed";
  src: url("../font/BarlowSemiCondensed-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Barlow Condensed Regular";
  src: url("../font/BarlowCondensed-Regular.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Barlow Condensed Medium";
  src: url("../font/BarlowCondensed-Medium.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Barlow Condensed Bold";
  src: url("../font/BarlowCondensed-Bold.ttf") format("opentype");
  font-weight: 700;
}
body {
  font-family: "Barlow SemiBold Condensed", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #050916;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 1262px) {
  .container.container-small {
    max-width: 850px;
  }
}
@media (min-width: 1600px) {
  .container.container-small {
    max-width: 1000px;
  }
}
@media (min-width: 1262px) {
  .container.container-normal {
    max-width: 1060px;
  }
}
@media (min-width: 1600px) {
  .container.container-normal {
    max-width: 1400px;
  }
}
.button-yellow {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1.2;
  font-family: "Barlow SemiBold Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  padding: 1.25em 2em;
  border: none;
  color: #071451;
  background: #FFCE22;
}
.button-yellow:hover {
  background: #ffc703;
}
@media (max-width: 1262px) {
  .contact-item {
    margin-bottom: 1em;
  }
}
.contact-item .thumb {
  display: flex;
  align-items: center;
  height: 100%;
}
.contact-item .thumb img {
  display: block;
}
@media (max-width: 576px) {
  .contact-item .thumb img {
    max-width: 25px;
  }
}
.contact-item .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 1em;
}
.contact-item .content .title {
  font-family: "Barlow SemiBold Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.5;
  color: #272931;
  margin-bottom: 0;
}
.contact-item .content .subtitle {
  font-family: "Barlow SemiBold Condensed", sans-serif;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}
.page-heading,
.page-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 3em;
}
.page-heading h3,
.page-content h3 {
  font-family: "Barlow Condensed Medium", sans-serif;
  font-weight: 500;
  font-size: 1.115em;
  line-height: 1.35;
  letter-spacing: 5.4px;
  color: rgba(39, 41, 49, 0.5);
  text-transform: uppercase;
  border-bottom: 2px solid #FFCE22;
  padding-bottom: 0.25em;
  margin-bottom: 0.75em;
}
.page-heading h1,
.page-content h1,
.page-heading h2,
.page-content h2 {
  font-family: "Barlow SemiBold Condensed", sans-serif;
  font-weight: 600;
  font-size: 3em;
  line-height: 1.15;
  letter-spacing: 0;
  color: #272931;
  margin: 0;
}
.page-heading h1 + p,
.page-content h1 + p,
.page-heading h2 + p,
.page-content h2 + p {
  margin-top: 1.75em;
}
.page-heading p,
.page-content p {
  font-family: "Barlow SemiBold Condensed", sans-serif;
  font-weight: 600;
  font-size: 0.94em;
  line-height: 2.05;
  letter-spacing: 0;
  color: rgba(39, 41, 49, 0.5);
}
.page-heading p strong,
.page-content p strong {
  font-family: "Barlow Condensed Bold", sans-serif;
  font-weight: 700;
  color: rgba(39, 41, 49, 0.75);
}
.page-content {
  margin-bottom: 0;
}
.page-bar {
  position: relative;
  background: url("../image/page-bar.png") no-repeat center;
  background-size: cover;
  color: #FFFFFF;
  border: 1px solid #707070;
  z-index: 1;
}
.page-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: -1;
}
.page-bar .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 6.5em 0;
}
.page-bar .content .icon {
  display: block;
  width: 70px;
  margin-bottom: 0.5em;
}
.page-bar .content .title {
  font-family: "Barlow SemiBold Condensed", sans-serif;
  font-weight: 600;
  font-size: 3em;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
}
.footer-bar {
  position: relative;
  background: url("../image/footer-bar-bg.png") no-repeat center;
  background-size: cover;
  padding: 1.5em 0;
}
.footer-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(39, 41, 49, 0.75);
}
.footer-bar .content {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 868px) {
  .footer-bar .content {
    flex-direction: column;
  }
}
.footer-bar .content .icon {
  display: block;
  margin-right: 2em;
}
@media (max-width: 868px) {
  .footer-bar .content .icon {
    margin: 0 0 1em;
  }
}
.footer-bar .content .text {
  font-family: "Barlow SemiBold Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.5;
  letter-spacing: 0;
  color: #FFFFFF;
}
@media (max-width: 868px) {
  .footer-bar .content .text {
    margin: 0 0 1em;
    text-align: center;
  }
}
.footer-bar .link {
  text-align: center;
}
.col-5 {
  flex-basis: 20%;
  width: 20%;
}
.page-items-nav {
  background: #F3F3F3;
  padding: 1.5em 0;
}
.page-items-nav .item-holder {
  height: 100%;
}
@media (max-width: 1262px) {
  .page-items-nav .item-holder {
    padding-bottom: 2em;
  }
}
.page-items-nav .item-holder .item {
  display: block;
  height: 100%;
  text-align: center;
  padding: 2em 1em;
}
.page-items-nav .item-holder .item .icon {
  margin-bottom: 0.5em;
}
.page-items-nav .item-holder .item .title {
  font-family: "Barlow SemiBold Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.115em;
  line-height: 1.25;
  color: rgba(39, 41, 49, 0.5);
  margin: 0;
}
.page-items-nav .item-holder .item.active {
  background: #FFFFFF;
  box-shadow: 0px 3px 16px #00000014;
}
.page-items-nav .item-holder .item.active .icon svg * {
  fill: #FFCE22;
  opacity: 1;
}
.page-items-nav .item-holder .item.active .title {
  color: #272931;
}
.simple-lightbox .sl-close {
  color: #FFCE22;
}
.simple-lightbox .sl-navigation .sl-next,
.simple-lightbox .sl-navigation .sl-prev {
  color: #FFCE22;
}
.simple-lightbox .sl-counter {
  color: #FFCE22;
}
.home-menu-toggle-button,
.menu-toggle-button {
  display: none;
  border: none;
  background: transparent;
  font-size: 1.5em;
  color: #FFFFFF;
}
@media (max-width: 868px) {
  .home-menu-toggle-button,
  .menu-toggle-button {
    display: block;
  }
}
.social-media-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 868px) {
  .social-media-footer {
    justify-content: center;
    padding-bottom: 2em;
  }
}
.social-media-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-media-footer ul > li {
  display: inline-block;
  margin: 0 0.25em;
}
.social-media-footer ul > li:last-child {
  margin-right: 0;
}
.social-media-footer ul > li:first-child {
  margin-left: 0;
}
.social-media-footer ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  background: #FFFFFF;
  border-radius: 50%;
}
.social-media-footer ul > li > a img {
  display: block;
  width: 0.85em;
}
.header-home {
  background-color: #57657D;
  overflow-x: hidden;
}
@media (max-width: 868px) {
  .header-home.active .wrapper .center-wrapper {
    display: block;
  }
  .header-home.active .wrapper .social-media-header {
    display: flex;
  }
}
.header-home .wrapper {
  position: relative;
}
.header-home .wrapper .center-wrapper {
  position: relative;
  background-color: #FFFFFF;
  padding: 3em 0 3em 2em;
}
@media (max-width: 1262px) {
  .header-home .wrapper .center-wrapper {
    padding: 1em 0;
  }
}
@media (max-width: 868px) {
  .header-home .wrapper .center-wrapper {
    display: none;
  }
}
.header-home .wrapper .center-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 100vw;
  background-color: #FFFFFF;
}
@media (max-width: 1262px) {
  .header-home .wrapper .center-wrapper::before {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media (min-width: 1262px) {
  .header-home .wrapper .logo {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .header-home .wrapper .logo a {
    position: relative;
    z-index: 100;
  }
  .header-home .wrapper .logo a img {
    width: 13rem;
  }
}
@media (max-width: 1600px) {
  .header-home .wrapper .logo a img {
    width: 200px;
  }
}
@media (max-width: 1262px) {
  .header-home .wrapper .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
  }
}
@media (max-width: 868px) {
  .header-home .wrapper .logo {
    justify-content: space-between;
  }
}
@media (min-width: 1262px) {
  .header-home .wrapper .social-media-header {
    position: absolute;
    right: 0;
    width: max-content;
    display: flex;
    align-items: center;
    height: 100%;
  }
}
@media (max-width: 1262px) {
  .header-home .wrapper .social-media-header {
    display: flex;
    justify-content: center;
    padding-bottom: 1em;
  }
  .header-home .wrapper .social-media-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 100vw;
    background-color: #FFFFFF;
  }
}
@media (max-width: 1262px) and (max-width: 1262px) {
  .header-home .wrapper .social-media-header::before {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media (max-width: 868px) {
  .header-home .wrapper .social-media-header {
    display: none;
    justify-content: flex-start;
  }
}
.header-home .wrapper .social-media-header ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-home .wrapper .social-media-header ul > li {
  display: inline-block;
  margin: 0 0.25em;
}
.header-home .wrapper .social-media-header ul > li:first-child {
  margin-left: 0;
}
.header-home .wrapper .social-media-header ul > li:last-child {
  margin-right: 0;
}
.header-home .wrapper .social-media-header ul > li > a {
  display: block;
}
.nav-home {
  position: sticky;
  top: 0;
  overflow-x: hidden;
  z-index: 1000;
}
@media (max-width: 1262px) {
  .nav-home {
    position: relative;
    top: auto;
    background: #57657D;
  }
}
@media (max-width: 868px) {
  .nav-home.active .content {
    display: flex;
  }
}
.nav-home .content {
  position: relative;
  display: flex;
}
.nav-home .content::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100vw;
  background: #57657D;
}
@media (max-width: 1262px) {
  .nav-home .content {
    flex-direction: column;
  }
}
@media (max-width: 868px) {
  .nav-home .content {
    display: none;
  }
}
.nav-home .content .menu {
  position: relative;
  background: #FFCE22;
  width: 100%;
}
@media (max-width: 868px) {
  .nav-home .content .menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100%;
    background: #FFCE22;
  }
}
.nav-home .content .menu ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-home .content .menu ul > li {
  display: inline-block;
  margin: 0 1em;
}
@media (max-width: 1600px) {
  .nav-home .content .menu ul > li {
    margin: 0 0.5em;
  }
}
@media (max-width: 868px) {
  .nav-home .content .menu ul > li {
    display: block;
  }
}
.nav-home .content .menu ul > li > a {
  display: block;
  font-family: "Barlow Condensed Bold", sans-serif;
  font-weight: 700;
  font-size: 1.115em;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1;
  color: #272931;
  padding: 1.25em 1em;
}
.nav-home .content .menu ul > li > a:hover {
  background: #ffc808;
}
.header-global {
  background: #FFCE22;
  padding: 0.75em 0;
}
@media (max-width: 868px) {
  .header-global {
    display: none;
  }
  .header-global.active {
    display: block;
  }
}
.header-global .item {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 3em;
}
@media (max-width: 1262px) {
  .header-global .item {
    margin: 0 0 1.5em;
  }
}
.header-global .item .thumb {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 576px) {
  .header-global .item .thumb {
    margin-right: 0.5em;
  }
}
.header-global .item .thumb img {
  display: block;
  width: 24px;
}
.header-global .item .content {
  display: flex;
  align-items: center;
  height: 100%;
  min-width: max-content;
  padding-left: 0.5em;
}
@media (max-width: 576px) {
  .header-global .item .content {
    padding-left: 0;
  }
}
.header-global .item .content .text {
  font-family: "Barlow SemiBold Condensed", sans-serif;
  font-weight: 600;
  font-size: 1em;
  line-height: 1.9;
  color: #272931;
  letter-spacing: 0;
  margin: 0;
}
@media (max-width: 1262px) {
  .header-global .social-media-header {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 868px) {
  .header-global .social-media-header {
    justify-content: flex-start;
  }
}
.header-global .social-media-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-global .social-media-header ul > li {
  display: inline-block;
  margin: 0 0.25em;
}
.header-global .social-media-header ul > li:first-child {
  margin-left: 0;
}
.header-global .social-media-header ul > li:last-child {
  margin-right: 0;
}
.header-global .social-media-header ul > li > a {
  display: block;
}
.header-global .social-media-header ul > li > a img {
  width: 36px;
}
.nav-global {
  padding: 2em 0;
}
@media (max-width: 868px) {
  .nav-global {
    padding: 0.5em 0;
  }
  .nav-global.active .menu {
    display: flex;
  }
}
.nav-global .logo {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 868px) {
  .nav-global .logo {
    justify-content: space-between;
    margin-bottom: 2em;
  }
}
.nav-global .logo a {
  display: block;
}
.nav-global .logo a img {
  display: block;
  width: 13rem;
  max-width: 100%;
}
@media (max-width: 1262px) {
  .nav-global .logo a img {
    max-width: 185px;
  }
}
.nav-global .logo .menu-toggle-button {
  color: #272931;
}
.nav-global .menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 868px) {
  .nav-global .menu {
    display: none;
    justify-content: flex-start;
  }
}
.nav-global .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-global .menu ul > li {
  display: inline-block;
  margin: 0 1.5em;
}
@media (max-width: 1262px) {
  .nav-global .menu ul > li {
    margin: 0 0.5em;
  }
}
@media (max-width: 868px) {
  .nav-global .menu ul > li {
    display: block;
  }
}
.nav-global .menu ul > li:last-child {
  margin-right: 0;
}
.nav-global .menu ul > li:first-child {
  margin-left: 0;
}
.nav-global .menu ul > li > a {
  display: block;
  font-family: "Barlow Condensed Bold", sans-serif;
  font-weight: 700;
  font-size: 1.115em;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #272931;
  padding: 1.25em 0.5em;
}
.footer-global {
  background: #57657D;
  color: #FFFFFF;
}
.footer-global .main-row {
  padding: 2em 0;
  border-bottom: 1px solid #ffce22;
}
.footer-global .main-row .logo {
  margin-bottom: 2em;
}
.footer-global .main-row .logo a {
  display: block;
}
.footer-global .main-row .logo a img {
  max-width: 12rem;
}
@media (max-width: 1262px) {
  .footer-global .main-row .list {
    margin-bottom: 1.5em;
  }
}
.footer-global .main-row .list .title {
  font-family: "Barlow SemiBold Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.6;
  letter-spacing: 0;
}
.footer-global .main-row .list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-global .main-row .list ul > li {
  display: block;
}
.footer-global .main-row .list ul > li > a {
  display: block;
  font-family: "Barlow Condensed Regular", sans-serif;
  font-weight: 400;
  font-size: 0.91em;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1262px) {
  .footer-global .main-row .contact {
    display: flex;
  }
}
@media (max-width: 868px) {
  .footer-global .main-row .contact {
    display: block;
  }
}
.footer-global .main-row .contact .item {
  margin-bottom: 2em;
}
@media (max-width: 1262px) {
  .footer-global .main-row .contact .item {
    margin-right: 2em;
  }
}
@media (max-width: 868px) {
  .footer-global .main-row .contact .item {
    margin-right: 0;
  }
}
.footer-global .main-row .contact .item .thumb {
  display: block;
  width: 100%;
  max-width: 30px;
}
@media (max-width: 868px) {
  .footer-global .main-row .contact .item .thumb {
    margin-right: 1em;
  }
}
.footer-global .main-row .contact .item .text {
  font-family: "Barlow Condensed Medium", sans-serif;
  font-weight: 500;
  font-size: 0.91em;
  line-height: 1.25;
  letter-spacing: 0;
  color: #FFFFFF;
  padding-left: 1em;
}
@media (max-width: 576px) {
  .footer-global .main-row .contact .item .text {
    padding-left: 0;
  }
}
.footer-global .copyrights .content {
  padding: 1em 0;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 868px) {
  .footer-global .copyrights .content {
    justify-content: center;
    padding: 1em 0 0.5em;
    height: auto;
  }
}
.footer-global .copyrights .content .text {
  font-family: "Barlow Condensed Regular", sans-serif;
  font-weight: 400;
  font-size: 0.81em;
  line-height: 2;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.5);
}
.home-index .offer-section {
  background: #F3F3F3;
  padding: 4em 0;
}
.home-index .offer-section .link {
  text-align: center;
}
.home-index .about-us-section .bg {
  height: 100%;
  background: #57657D;
}
.home-index .about-us-section .left-column {
  display: flex;
  flex-direction: column;
}
.home-index .about-us-section .left-column .thumb {
  display: block;
  width: 100%;
  height: 440px;
  object-fit: cover;
}
.home-index .about-us-section .left-column .box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
  background: #57657D;
  padding: 4.5em 3em;
}
@media (max-width: 868px) {
  .home-index .about-us-section .left-column .box {
    justify-content: flex-start;
    padding-left: 1em;
    padding-left: 2em;
  }
}
.home-index .about-us-section .left-column .box .content {
  display: flex;
  align-items: center;
  max-width: 800px;
}
@media (max-width: 868px) {
  .home-index .about-us-section .left-column .box .content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.home-index .about-us-section .left-column .box .content .icon {
  display: block;
  height: 6em;
  margin-right: 4em;
}
@media (max-width: 868px) {
  .home-index .about-us-section .left-column .box .content .icon {
    margin-bottom: 1em;
  }
}
.home-index .about-us-section .left-column .box .content .title {
  font-family: "Barlow SemiBold Condensed", sans-serif;
  font-weight: 600;
  font-size: 3em;
  line-height: 1.1;
  color: #FFFFFF;
  letter-spacing: 0;
}
.home-index .about-us-section .page-content {
  align-items: flex-start;
  text-align: left;
  padding: 3em;
  max-width: 575px;
}
@media (max-width: 1262px) {
  .home-index .about-us-section .page-content {
    padding: 3em 1em;
    margin: 0 auto;
  }
}
.home-index .realizations-section {
  background: #050916;
  padding: 4em 0;
}
.home-index .info-section {
  position: relative;
  background: url("../image/home-bar-bg.png") no-repeat;
  background-size: cover;
}
.home-index .info-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 206, 34, 0.75);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}
.home-index .info-section .content {
  position: relative;
  padding: 2em;
  font-family: "Barlow SemiBold Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.6;
  text-transform: uppercase;
  color: #272931;
  text-align: center;
  letter-spacing: 0;
}
.home-index .info-section .content h1,
.home-index .info-section .content h2,
.home-index .info-section .content h3,
.home-index .info-section .content h4,
.home-index .info-section .content h5,
.home-index .info-section .content h6,
.home-index .info-section .content p {
  margin-bottom: 0;
}
.home-index .references-section {
  padding: 4em 0;
}
.rotator-index .slick-prev,
.rotator-index .slick-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 100;
  background: none;
  border: none;
  padding: 0;
  outline: none;
}
@media (max-width: 1262px) {
  .rotator-index .slick-prev,
  .rotator-index .slick-next {
    display: none !important;
  }
}
.rotator-index .slick-prev {
  left: 10%;
}
.rotator-index .slick-next {
  right: 10%;
}
.rotator-index .item {
  position: relative;
}
.rotator-index .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.82) 0% 35%, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.82) 65% 100%);
  z-index: 75;
}
.rotator-index .item .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 50;
}
.rotator-index .item .content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 100;
  padding: 4em 0;
}
.rotator-index .item .content .title {
  font-family: "Barlow Condensed Regular", sans-serif;
  font-size: 1.875em;
  line-height: 1;
  letter-spacing: 9px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0.75em;
  padding-bottom: 0.25em;
  border-bottom: 2px solid #FFCE22;
}
@media (max-width: 868px) {
  .rotator-index .item .content .title {
    font-size: 1.5em;
  }
}
@media (max-width: 576px) {
  .rotator-index .item .content .title {
    font-size: 1.15em;
  }
}
.rotator-index .item .content .subtitle {
  font-family: "Barlow Condensed Bold", sans-serif;
  font-weight: 700;
  font-size: 6.25em;
  line-height: 1.2;
  letter-spacing: 0;
  color: #FFFFFF;
  margin-bottom: 0.25em;
}
@media (max-width: 1262px) {
  .rotator-index .item .content .subtitle {
    font-size: 4.5em;
  }
}
@media (max-width: 868px) {
  .rotator-index .item .content .subtitle {
    font-size: 3.5em;
  }
}
@media (max-width: 576px) {
  .rotator-index .item .content .subtitle {
    font-size: 2.25em;
  }
}
.offer-home-index .item-holder {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 3em;
}
.offer-home-index .item-holder .content-holder {
  height: 100%;
  padding-bottom: 1.5em;
}
.offer-home-index .item-holder .content-holder .content {
  display: block;
  height: 100%;
  text-align: center;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.08);
  padding: 1.5em;
  background: #FFFFFF;
}
.offer-home-index .item-holder .content-holder .content svg {
  margin-bottom: 0.45em;
}
.offer-home-index .item-holder .content-holder .content svg * {
  transition: all 200ms ease-in-out;
}
.offer-home-index .item-holder .content-holder .content .icon {
  display: block;
  margin: 0 auto 0.45em;
}
.offer-home-index .item-holder .content-holder .content .title {
  font-family: "Barlow SemiBold Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.115em;
  letter-spacing: 0;
  color: #272931;
  text-align: center;
}
.offer-home-index .item-holder .thumb {
  display: block;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.08);
}
.offer-home-index .item-holder .thumb img {
  display: block;
  width: 100%;
  transition: transform 200ms ease-in-out;
}
.offer-home-index .item-holder:hover .content-holder .content svg * {
  fill: #FFCE22;
  opacity: 1;
}
.offer-home-index .item-holder:hover .thumb img {
  transform: scale(1.25);
}
.company-reference-home-index .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 1262px) {
  .company-reference-home-index .item {
    padding-bottom: 2em;
  }
}
.company-reference-home-index .item .thumb img {
  display: block;
}
.about-us-index .main-row {
  position: relative;
  padding: 5em 0;
}
.about-us-index .main-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: url("../image/about-us-bg.png") no-repeat right center;
  background-size: cover;
}
@media (max-width: 868px) {
  .about-us-index .main-row::before {
    width: 100%;
  }
}
.about-us-index .main-row .page-content {
  text-align: left;
  align-items: flex-start;
  padding-bottom: 8em;
}
.about-us-index .main-row .right-column {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 2em;
}
.about-us-index .main-row .right-column .box {
  position: relative;
  min-width: 100%;
}
.about-us-index .main-row .right-column .box .thumb {
  display: block;
  width: 90%;
  max-width: 415px;
  margin-left: auto;
}
.about-us-index .main-row .right-column .box .content {
  position: absolute;
  bottom: -2em;
  right: 10%;
  text-align: center;
  background: #57657D;
  padding: 3em 2em;
  width: 90%;
  max-width: 430px;
}
.about-us-index .main-row .right-column .box .content .title {
  font-family: "Barlow SemiBold Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  color: #FFFFFF;
  margin-bottom: 0.75em;
}
.offer-index .offer-item {
  padding: 4em 0;
}
.offer-index .offer-item .thumb {
  padding-right: 1em;
}
@media (max-width: 1262px) {
  .offer-index .offer-item .thumb {
    padding-right: 0;
    margin-bottom: 1em;
  }
}
.offer-index .offer-item .thumb img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
}
.offer-index .offer-item .content {
  padding-left: 1em;
}
@media (max-width: 1262px) {
  .offer-index .offer-item .content {
    padding-left: 0;
  }
}
.offer-index .offer-item .content .title {
  display: inline-block;
  font-family: "Barlow SemiBold Condensed", sans-serif;
  font-weight: 600;
  font-size: 3em;
  line-height: 1.2;
  letter-spacing: 0;
  color: #272931;
  border-bottom: 2px solid #FFCE22;
  padding-bottom: 0.05em;
  margin-bottom: 0.5em;
}
.offer-index .offer-item .content .edit-area {
  font-family: "Barlow Condensed Medium", sans-serif;
  font-weight: 500;
  font-size: 1.115em;
  color: rgba(39, 41, 49, 0.5);
}
.offer-index .offer-item .content .edit-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.9;
}
.offer-index .offer-item .content .edit-area ul li::before {
  content: '\25CF';
  color: #FFCE22;
  padding-right: 0.5em;
}
.gallery-company-realization .items {
  padding: 4em 0;
}
.gallery-company-realization .items .item {
  position: relative;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 2em;
}
.gallery-company-realization .items .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery-company-realization .items .item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-index .main-content {
  padding: 4em 0;
}
.contact-index .main-content .page-content {
  font-size: 1.15em;
}
.contact-index .main-content .page-content a {
  color: rgba(39, 41, 49, 0.75);
}
.form-contact .form-group > label {
  font-size: 0.9em;
  color: rgba(39, 41, 49, 0.75);
  margin-bottom: 0.2em;
}
.form-contact .form-group .form-control {
  border-radius: 0;
  color: #272931;
  border-color: rgba(39, 41, 49, 0.15);
}
.form-contact .form-group .form-control::placeholder {
  color: rgba(39, 41, 49, 0.5);
}
.form-contact .form-group .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 206, 34, 0.25);
}
.form-contact .form-group .form-check .form-check-label {
  font-size: 0.85em;
  color: rgba(39, 41, 49, 0.5);
}
/*# sourceMappingURL=style.css.map */