@charset "UTF-8";
/* 
Theme name: Unis Jakos
Author: Jan Kolařík
Author's url: www.kolarikjan.czs
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input::placeholder, textarea::placeholder {
  color: inherit;
  opacity: 1;
}

button {
  border: 0;
  background-color: transparent;
  box-shadow: none;
  outline: none;
}

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

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

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font);
  line-height: 1.2;
  font-weight: 600;
}

body {
  font-family: var(--font2);
  font-size: 1.0625rem;
  line-height: 1.6;
  font-weight: 400;
  color: var(--darkgray);
}

h1 {
  font-size: 62px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -2px;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  h1 {
    font-size: 45px;
  }
}

h2 {
  font-size: 45px;
  letter-spacing: -2px;
  margin-bottom: 2.5rem;
}
@media (max-width: 991px) {
  h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }
}

h3 {
  font-size: 24px;
  margin-bottom: 2rem;
  letter-spacing: -0.5px;
}

h4 {
  font-size: 20px;
  letter-spacing: -0.5px;
  margin-bottom: 1.75rem;
}

h5 {
  font-size: 18px;
  letter-spacing: -0.25px;
  margin-bottom: 1.75rem;
}

h6 {
  font-size: 16px;
  letter-spacing: -0.25px;
  margin-bottom: 1.75rem;
}

a {
  text-decoration: none;
  color: var(--orange);
  transition: all 0.1s ease-in-out;
}
a:hover {
  color: var(--orange);
  text-decoration: underline;
}

p:not(:last-child) {
  margin-bottom: 1rem;
}

.container {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1475px) {
  .container {
    max-width: 1432px;
  }
}

.owl-nav {
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
}

.owl-nav button {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.owl-nav button, .owl-nav button svg {
  transition: 0.15s;
}
.owl-nav button.owl-prev svg {
  transform: rotate(180deg);
}

.header-message {
  display: none;
  border-bottom: 1px solid var(--lightgray);
}
.header-message.active {
  display: block;
}
.header-message-content {
  padding: 1.5rem 2rem 1.5rem 0;
  position: relative;
}
.header-message-content p {
  margin-bottom: 0;
}
.header-message-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .header-logo {
    max-width: 75%;
  }
}
.header-logo img {
  max-width: 280px;
  max-height: 60px;
  width: 100%;
}
@media screen and (max-width: 1475px) {
  .header-logo img {
    max-width: 11.25rem;
  }
}
.header-nav {
  padding: 2.5rem 0 1.5rem;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: nowrap;
  align-items: stretch;
}
@media screen and (max-width: 1200px) {
  .header-nav {
    padding: 1.25rem 0;
    gap: 1.5rem;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1200px) {
  .header-content {
    order: 2;
  }
}
@media screen and (max-width: 1200px) {
  .header-content {
    background-color: var(--white);
    position: absolute;
    top: 100%;
    left: -1rem;
    width: calc(100% + 2rem);
    z-index: 2;
  }
}
.header-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 0.25rem 2.25rem;
}
@media screen and (max-width: 1200px) {
  .header-menu {
    flex-direction: column;
    padding: 0 1rem 1.25rem;
  }
}
.header-menu-link {
  position: relative;
  display: block;
  font-size: 17spx;
  line-height: 1.25;
  color: var(--darkgray);
  font-weight: 600;
  transition: 0.15s;
  padding: 0.5rem 0;
}
.header-menu-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--orange);
  height: 3px;
  transition: all 0.25s;
}
@media screen and (max-width: 1200px) {
  .header-menu-link {
    padding: 0.25rem 0;
  }
  .header-menu-link::after {
    content: none;
  }
}
.header-menu-link:hover, .header-menu-link.active {
  color: var(--orange);
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .header-menu-link:hover, .header-menu-link.active {
    opacity: 1;
  }
}
.header-menu-link:hover::after, .header-menu-link.active::after {
  width: 100%;
}
.header-socials {
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .header-socials {
    margin-left: auto;
  }
}
@media screen and (max-width: 576px) {
  .header-socials {
    margin-top: 0.5rem;
    margin-left: 0;
  }
}
.header-socials-wrapper, .footer-main-socials-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.header-socials-wrapper a, .footer-main-socials-wrapper a {
  border: 2px solid var(--orange);
  background-color: var(--orange);
  border-radius: 5px;
  width: 36px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-socials-wrapper a, .footer-main-socials-wrapper a, .header-socials-wrapper a svg, .footer-main-socials-wrapper a svg {
  transition: all 0.25s ease-in-out;
}
.header-socials-wrapper a svg, .footer-main-socials-wrapper a svg, .header-socials-wrapper a img, .footer-main-socials-wrapper a img {
  height: 18px;
}
.header-socials-wrapper a svg, .footer-main-socials-wrapper a svg {
  fill: var(--white);
}
.header-socials-wrapper a:hover, .footer-main-socials-wrapper a:hover {
  background-color: transparent;
}
.header-socials-wrapper a:hover svg, .footer-main-socials-wrapper a:hover svg {
  fill: var(--orange);
}
.header-toggle {
  display: flex;
  align-items: center;
}
.header-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: -2.5rem;
  z-index: 99;
  padding-top: 0.5rem;
}
.header-dropdown-toggle {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .header-dropdown-toggle:hover .header-dropdown {
    display: block;
  }
}
.header-dropdown-toggle:hover > a {
  color: var(--orange);
}
.header-dropdown-toggle:hover > a::after {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .header-dropdown {
    position: unset;
    padding: 0.25rem 0;
  }
  .header-dropdown.open {
    display: block;
  }
}
.header-dropdown-inner {
  padding: 2rem 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  background-color: var(--orange);
  border-radius: 0 0 0 35px;
  width: 300px;
}
@media screen and (max-width: 1200px) {
  .header-dropdown-inner {
    background-color: transparent;
    border-radius: 0;
    border-left: 2px solid var(--orange);
    width: 100%;
    padding: 0.25rem 1rem;
  }
}
.header-dropdown-item {
  color: var(--white) !important;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .header-dropdown-item {
    color: var(--orange) !important;
  }
}

body {
  overflow-x: hidden;
}

.section {
  padding: 7rem 0;
}
@media screen and (max-width: 991px) {
  .section {
    padding: 4rem 0;
  }
}
.section-pt-small {
  padding-top: 2.75rem;
}
@media screen and (max-width: 991px) {
  .section-pt-small {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 1475px) {
  .section-pt-small-xxl {
    padding-top: 2.75rem;
  }
}
.section.section-subpage-main {
  padding: 0;
}
.section-header {
  margin-top: -1rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 991px) {
  .section-header {
    margin-top: 0;
    margin-bottom: 2.75rem;
  }
}
.section-header h2, .section-header h3 {
  margin-bottom: 0;
}
.section-footer {
  margin-top: 3.5rem;
}
@media screen and (max-width: 991px) {
  .section-footer {
    margin-top: 2.75rem;
  }
}
.section-xxl-spacing {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}
@media screen and (max-width: 1475px) {
  .section-xxl-spacing {
    margin-left: 0;
    margin-right: 0;
  }
}

.footer {
  background-color: var(--lightergray);
}
.footer-companies {
  background-color: var(--white);
}
.footer-quote {
  border-bottom: 1px solid var(--lightgray);
}
.footer-quote-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem 4.5rem;
  min-height: 124px;
}
@media screen and (max-width: 991px) {
  .footer-quote-inner {
    flex-direction: column;
    min-height: unset;
    padding: 3rem 0;
  }
}
.footer-quote-inner h3 {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .footer-quote-inner h3 {
    text-align: center;
  }
}
.footer-quote-logo img {
  max-width: 210px;
  max-height: 50px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.footer-main {
  padding: 4rem 0;
}
@media screen and (max-width: 991px) {
  .footer-main {
    padding: 3rem 0;
    text-align: center;
  }
}
.footer-main-wrapper {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 0.5fr;
  gap: 2.25rem;
}
@media screen and (max-width: 1200px) {
  .footer-main-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 991px) {
  .footer-main-wrapper {
    grid-template-columns: 1fr;
  }
}
.footer-main-contact {
  background-image: url("../img/icon/icon-pin.svg");
  background-repeat: no-repeat;
  background-position: top left 1.25rem;
  padding-left: 3.75rem;
}
@media screen and (max-width: 1200px) {
  .footer-main-contact {
    background-position: top left;
    padding-left: 0;
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .footer-main-contact {
    background-position: top center;
  }
}
.footer-main-contact-phone {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--darkgray);
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  transition: all 0.1s;
}
.footer-main-contact-phone:hover {
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .footer-main-contact-phone {
    margin: 0 auto 0.25rem;
    font-size: 28px;
  }
}
.footer-main-contact-mail {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 21px;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .footer-main-contact-mail {
    margin: 0 auto;
  }
}
.footer-main-title {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.footer-main-spacingbottom {
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 1200px) {
  .footer-main-menu {
    order: 2;
  }
}
.footer-main-menu ul li:not(:last-child) {
  margin-bottom: 0.25rem;
}
.footer-main-menu ul li a {
  color: var(--darkgray);
}
.footer-main-menu ul li a:hover {
  color: var(--orange);
  text-decoration: none;
}
.footer-main-menu-logos {
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  max-width: 250px;
  padding: 0.75rem;
}
@media (max-width: 991px) {
  .footer-main-menu-logos {
    margin: 0 auto;
  }
}
.footer-main-menu-logos p {
  margin-bottom: 0;
}
.footer-main-menu-logos img {
  max-width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  height: auto;
  max-height: 75px;
}
@media screen and (max-width: 1200px) {
  .footer-main-socials {
    order: 1;
  }
}
.footer-copyright {
  border-top: 1px solid var(--lightgray);
  padding: 2.25rem 0;
  text-align: center;
}
.footer-copyright p, .footer-copyright p a {
  color: var(--darkgray);
}
.footer-copyright p a {
  color: var(--darkgray);
}
.footer-copyright p a:hover {
  color: var(--orange);
  text-decoration: none;
}
.footer-copyright p span {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .footer-copyright p span {
    display: block;
    margin-bottom: 0.25rem;
  }
}
.footer-copyright p span:not(:last-child)::after {
  content: "|";
  margin-left: 0.35rem;
}
@media screen and (max-width: 991px) {
  .footer-copyright p span:not(:last-child)::after {
    content: none;
  }
}

.navbar-toggle {
  width: 30px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.15s;
  padding: 0;
  box-shadow: none !important;
}
@media (min-width: 1200px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-toggle, .navbar-toggle .animated-icon span {
  transition: background-color 0.25s;
}
.navbar-toggle:hover .animated-icon span, .navbar-toggle.open .animated-icon span {
  background-color: var(--orange);
}
.navbar-toggle .animated-icon {
  width: 30px;
  height: 24px;
  margin: 0;
  transform: rotate(0deg);
  cursor: pointer;
  transition: 0.5s ease-in-out;
  display: block;
}
.navbar-toggle .animated-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  background: var(--orange);
}
.navbar-toggle .animated-icon span:nth-child(1) {
  top: 0px;
}
.navbar-toggle .animated-icon span:nth-child(2) {
  top: 11px;
}
.navbar-toggle .animated-icon span:nth-child(3) {
  top: 22px;
}
.navbar-toggle.open .animated-icon span:nth-child(1) {
  top: 11px;
  transform: rotate(135deg);
}
.navbar-toggle.open .animated-icon span:nth-child(2) {
  opacity: 0;
  left: -20px;
}
.navbar-toggle.open .animated-icon span:nth-child(3) {
  top: 11px;
  transform: rotate(-135deg);
}

.button-simple {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--orange);
  font-size: 18px;
  font-weight: 600;
}
.button-simple, .button-simple svg, .button-simple img {
  transition: all 0.1s ease-in-out;
}
.button-simple svg {
  fill: var(--orange);
}
.button-simple.black {
  color: var(--black);
}
.button-simple:hover {
  text-decoration: none;
  color: var(--darkgray);
}
.button-simple:hover.black {
  color: var(--orange);
}
.button-simple:hover svg, .button-simple:hover img {
  transform: translateX(2px);
}
.button-default {
  position: relative;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.25;
  font-weight: 500;
  border-radius: 7px;
  padding: 0.875rem 1.75rem;
  border: 2px solid var(--orange);
  background-color: var(--orange);
  overflow: hidden;
  min-width: 205px;
  min-height: 57px;
}
.button-default::after {
  content: "";
  background-color: var(--white);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  transition: all 0.25s;
  z-index: 1;
}
.button-default span, .button-default svg, .button-default img {
  z-index: 2;
}
.button-default, .button-default svg {
  transition: 0.15s;
}
.button-default svg {
  fill: var(--white);
}
.button-default:hover {
  color: var(--orange);
  text-decoration: none;
}
.button-default:hover::after {
  width: 100%;
}
.button-default:hover svg {
  fill: var(--orange);
}
.button-default.bordered {
  background-color: transparent;
}
.button-default.bordered svg {
  fill: var(--orange);
}
.button-default.bordered::after {
  background-color: var(--orange);
}
.button-default.bordered:hover {
  color: var(--white);
}
.button-default.bordered:hover svg {
  fill: var(--white);
}

@media screen and (max-width: 1200px) {
  .features {
    background-color: var(--lightergray);
    border-end-start-radius: 150px;
  }
}
@media screen and (max-width: 768px) {
  .features {
    border-end-start-radius: 35px;
  }
}
.features-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .features-wrapper {
    grid-template-columns: 1fr;
  }
}
.features-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .features-item {
    gap: 1rem;
  }
}
.features-item-imagebox {
  width: 109px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--orange);
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .features-item-imagebox {
    width: 80px;
  }
}
.features-item-imagebox img, .features-item-imagebox svg {
  max-height: 35px;
  max-width: 35px;
}
.features-item p {
  color: var(--white);
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .features-item p {
    color: var(--darkgray);
    max-width: 300px;
  }
}

.process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5rem;
}
@media screen and (max-width: 1475px) {
  .process {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .process {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.process-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--lightergray);
  position: relative;
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  .process-item {
    gap: 0.75rem;
  }
  .process-item:not(:last-child) {
    padding-bottom: 1rem;
  }
}
.process-item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 80px;
  left: 100%;
  width: 85px;
  z-index: 0;
  height: 2px;
  background-image: url("../img/icon/icon-dashes.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1200px) {
  .process-item:not(:last-child):after {
    top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .process-item:not(:last-child):after {
    top: 80px;
    width: 40px;
    top: calc(100% + 20px);
    left: calc(50% - 20px);
    transform: translateY(-50%);
    rotate: 90deg;
  }
}
.process-item-imagebox {
  position: relative;
  width: 161px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--orange);
  border-radius: 50%;
}
@media screen and (max-width: 1200px) {
  .process-item-imagebox {
    width: 121px;
  }
}
.process-item-imagebox img, .process-item-imagebox svg {
  max-height: 42px;
  max-width: 42px;
}
.process-item-imagebox-number {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 40px;
  aspect-ratio: 1/1;
  background-color: var(--orange);
  color: var(--white);
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -1px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .process-item-imagebox-number {
    width: 34px;
    line-height: 34px;
  }
}
.process-item-title {
  font-size: 22px;
  letter-spacing: -0.5px;
  font-weight: 600;
  text-align: center;
}

.companies {
  border-top: 1px solid var(--lightgray);
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .companies {
    overflow: hidden;
  }
  .companies .owl-stage-outer {
    overflow: visible;
  }
}
.owl-item:first-child .companies-item {
  border-left: 1px solid var(--lightgray);
}
.companies-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  width: 100%;
  border-right: 1px solid var(--lightgray);
  margin: 0;
}
@media screen and (max-width: 576px) {
  .companies-item {
    padding: 2rem 1.5rem;
  }
}
.companies-item img {
  max-width: 100%;
  height: 60px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  transition: all 0.25s ease-in-out;
}
.companies-item:hover img {
  opacity: 0.625;
}

.hero {
  background-image: url("../img/theme/hero/hero-background.png");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .hero {
    background-image: url("../img/theme/hero/hero-background-gray.png");
    background-size: cover;
    padding: 4rem 0 7rem;
  }
}
.hero-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 840px;
}
@media screen and (max-width: 1475px) {
  .hero-wrapper {
    grid-template-columns: 1fr 1.1fr;
  }
}
@media screen and (max-width: 1200px) {
  .hero-wrapper {
    grid-template-columns: 1fr;
    height: auto;
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .hero-wrapper {
    position: unset;
  }
}
.hero-left, .hero-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
@media screen and (max-width: 1200px) {
  .hero-left {
    order: 1;
  }
}
.hero-left-imagebox, .hero-left-years {
  margin-left: -4rem;
}
@media screen and (max-width: 1475px) {
  .hero-left-imagebox, .hero-left-years {
    margin-left: -2rem;
  }
}
@media screen and (max-width: 1200px) {
  .hero-left-imagebox, .hero-left-years {
    margin-left: 0;
  }
}
.hero-left-imagebox img {
  max-width: -moz-max-content;
  max-width: max-content;
  max-height: 550px;
}
@media screen and (max-width: 1475px) {
  .hero-left-imagebox img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .hero-left-imagebox img {
    max-height: 400px;
    display: block;
    margin: 0 auto;
  }
}
.hero-left-years {
  margin: -5.5rem 0 3.5rem -3.5rem;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 1475px) {
  .hero-left-years {
    margin: -3rem 0 3.5rem -2rem;
  }
}
@media screen and (max-width: 1200px) {
  .hero-left-years {
    margin: 0;
    position: absolute;
    bottom: 4rem;
    left: 4rem;
    background-color: var(--white);
    border-radius: 50%;
    max-width: 175px;
    aspect-ratio: 1/1;
    justify-content: center;
    gap: 0.5rem;
    padding-top: 0.5rem;
    box-shadow: 0px 0px 5px 5px rgba(36, 36, 34, 0.08);
  }
}
@media screen and (max-width: 991px) {
  .hero-left-years {
    bottom: 2rem;
    left: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .hero-left-years {
    bottom: 0;
    left: 1rem;
    transform: translateY(25%);
  }
}
.hero-left-years img {
  max-width: 155px;
}
@media screen and (max-width: 1200px) {
  .hero-left-years img {
    max-width: 85px;
  }
}
.hero-left-years p {
  text-align: center;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -1px;
}
@media screen and (max-width: 1200px) {
  .hero-left-years p {
    font-size: 14px;
    letter-spacing: 0;
    padding: 0 1.75rem;
  }
}
.hero-right {
  padding-left: 4rem;
}
@media screen and (max-width: 1200px) {
  .hero-right {
    padding-left: 0;
  }
}
.hero-right-texts {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1475px) {
  .hero-right-texts {
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .hero-right-texts {
    margin-bottom: 0;
  }
}
.hero-right-texts h1 {
  color: var(--white);
}
.hero-right-texts p {
  font-size: 26px;
  color: var(--white);
  font-weight: 300;
  letter-spacing: -0.5px;
}
.hero-right-texts p strong {
  color: var(--orange);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .hero-right-texts p {
    font-size: 23px;
  }
}

.partner-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 2rem;
}
@media screen and (max-width: 991px) {
  .partner-wrapper {
    grid-template-columns: 1fr;
  }
}
.partner-left {
  padding-right: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .partner-left {
    padding-right: 0;
  }
}
.partner-left-logo {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 1.35rem;
}
@media screen and (max-width: 991px) {
  .partner-left-logo {
    margin-left: 0;
  }
}
.partner-left-logo img {
  max-width: 250px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.partner-left-texts h2 {
  font-size: 31px;
  letter-spacing: -0.5px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .partner-left-texts h2 {
    text-align: left;
  }
}
.partner-left-texts p {
  display: block;
  text-align: right;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
  .partner-left-texts p {
    text-align: left;
  }
}
.partner-left-texts a {
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .partner-left-texts a {
    margin-left: 0;
  }
}
.partner-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.partner-right-imagebox {
  margin-top: -7.25rem;
}
.partner-right-imagebox img {
  max-height: 300px;
}
@media screen and (max-width: 1475px) {
  .partner-right-imagebox {
    margin-top: 0;
  }
}

.services {
  position: relative;
  margin-bottom: 18rem;
}
.services::after {
  content: "";
  position: absolute;
  background-color: var(--lightergray);
  width: 100%;
  max-width: 960px;
  left: 50%;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .services::after {
    display: none;
  }
}
.services-inner {
  position: relative;
}
.services-inner::after {
  content: "";
  position: absolute;
  background-color: var(--lightergray);
  right: 0;
  left: -7rem;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 150px 0 0;
}
@media screen and (max-width: 768px) {
  .services-inner::after {
    left: -1rem;
    right: -1rem;
    border-radius: 35px 0 0;
  }
}
.services-title {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1475px) {
  .services-title {
    gap: 2.25rem 4rem;
  }
}
@media screen and (max-width: 1200px) {
  .services-title {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 991px) {
  .services-title {
    margin-bottom: 3rem;
  }
}
.services-title h2 {
  margin-bottom: 0;
}
.services-title p {
  max-width: 500px;
}
@media screen and (max-width: 1200px) {
  .services-title p {
    max-width: 100%;
  }
}
.services-process {
  margin-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  .services-process {
    margin-bottom: 3rem;
  }
}
.services-slider {
  margin-bottom: -18rem;
}
.services-slider-item {
  border-end-start-radius: 60px;
  overflow: hidden;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .services-slider-item {
    border-end-start-radius: 35px;
  }
}
.services-slider-item-image {
  aspect-ratio: 1.39/1;
  transition: all 0.25s ease-in-out;
}
.services-slider-item:hover .services-slider-item-image {
  scale: 1.1;
}
.services-slider-item-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 2.5rem 3rem;
  background-image: linear-gradient(180deg, rgba(36, 36, 34, 0) 55%, rgba(36, 36, 34, 0) 55%, rgb(36, 36, 34) 100%);
}
@media screen and (max-width: 768px) {
  .services-slider-item-inner {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .services-slider-item-inner {
    background-image: linear-gradient(180deg, rgba(36, 36, 34, 0) 32%, rgba(36, 36, 34, 0) 32%, rgb(36, 36, 34) 100%);
  }
}
.services-slider-item-inner h3 {
  margin-bottom: 0;
  font-size: 26px;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .services-slider .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
  }
}
.services-slider .owl-nav button.owl-next, .services-slider .owl-nav button.owl-prev {
  position: absolute;
  bottom: 30%;
  background-color: var(--orange);
  border: 2px solid var(--orange);
}
@media screen and (max-width: 768px) {
  .services-slider .owl-nav button.owl-next, .services-slider .owl-nav button.owl-prev {
    position: unset;
  }
}
.services-slider .owl-nav button.owl-next svg, .services-slider .owl-nav button.owl-prev svg {
  fill: var(--white);
}
.services-slider .owl-nav button.owl-next:hover, .services-slider .owl-nav button.owl-prev:hover {
  background-color: transparent;
}
.services-slider .owl-nav button.owl-next:hover svg, .services-slider .owl-nav button.owl-prev:hover svg {
  fill: var(--orange);
}
.services-slider .owl-nav button.owl-prev {
  left: -4.5rem;
}
.services-slider .owl-nav button.owl-next {
  right: -4.5rem;
}

.vision-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
}
@media screen and (max-width: 1475px) {
  .vision-wrapper {
    grid-template-columns: 1fr 1.4fr;
  }
}
@media screen and (max-width: 1200px) {
  .vision-wrapper {
    grid-template-columns: 1fr 1.5fr;
  }
}
@media screen and (max-width: 991px) {
  .vision-wrapper {
    grid-template-columns: 1fr;
  }
}
.vision-left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.vision-left-image {
  -o-object-fit: cover;
     object-fit: cover;
}
.vision-left-image:nth-child(1) {
  width: 100%;
}
.vision-left-image:nth-child(2) {
  width: 57%;
}
@media screen and (max-width: 991px) {
  .vision-left-image:nth-child(2) {
    display: none;
  }
}
.vision-left-image:nth-child(n+3) {
  display: none;
}
.vision-right {
  position: relative;
  display: flex;
  align-items: center;
}
.vision-right-background {
  max-width: 100%;
  height: auto;
  border-end-end-radius: 150px;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1475px) {
  .vision-right-background {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .vision-right-background {
    border-end-end-radius: 35px;
  }
}
.vision-right-inner {
  padding: 5rem;
}
@media screen and (max-width: 1475px) {
  .vision-right-inner {
    padding: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .vision-right-inner {
    padding: 2.5rem;
  }
}
.vision-right h2 {
  color: var(--white);
}
.vision-right ul {
  max-width: 460px;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 1475px) {
  .vision-right ul {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .vision-right ul {
    max-width: 100%;
  }
}
.vision-right ul li {
  position: relative;
  color: var(--white);
  padding-left: 3rem;
}
.vision-right ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.vision-right ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url("../img/icon/icon-tick.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}
.vision-buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 1200px) {
  .vision-buttons {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .vision-buttons {
    flex-direction: column;
  }
}

.news-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.5rem;
}
@media screen and (max-width: 1475px) {
  .news-wrapper {
    gap: 2.25rem;
  }
}
@media screen and (max-width: 1200px) {
  .news-wrapper {
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .news-wrapper {
    grid-template-columns: 1fr;
  }
}
.news-item-imagebox {
  overflow: hidden;
  display: block;
  margin: 0 auto 1.75rem 0;
}
@media screen and (max-width: 991px) {
  .news-item-imagebox {
    width: 100%;
  }
}
.news-item-imagebox img {
  width: 100%;
  aspect-ratio: 2.725/2;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s ease-in-out;
}
.news-item-imagebox:hover img {
  scale: 1.1;
}
.news-item-texts {
  margin-bottom: 1.75rem;
}
.news-item-texts h3 {
  margin-bottom: 1.25rem;
}
.news-item-texts h3 a {
  color: var(--darkgray);
  text-decoration: none;
  transition: all 0.1s;
}
.news-item-texts h3 a:hover {
  color: var(--orange);
}
.news-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 0.5rem;
}
.news-item-bottom-date {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 500;
  color: var(--gray);
}

.breadcrumb {
  min-height: 319px;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    min-height: 175px;
  }
}
.breadcrumb-inner {
  height: 100%;
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .breadcrumb-inner {
    padding: 2.25rem 0;
  }
}
.breadcrumb-image {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: block;
  z-index: -1;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
@media screen and (max-width: 768px) {
  .breadcrumb-image {
    -o-object-position: center;
       object-position: center;
    border-end-start-radius: 35px;
  }
}
.breadcrumb-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .breadcrumb-wrapper {
    display: none;
  }
}
.breadcrumb-wrapper a {
  font-size: 1.125rem;
  font-weight: 300;
  color: var(--white);
}
.breadcrumb-wrapper a:hover {
  color: var(--orange);
  text-decoration: none;
}
.breadcrumb-wrapper li:not(:last-child) a {
  color: var(--gray);
}
.breadcrumb-wrapper li:not(:last-child) a:hover {
  color: var(--orange);
}
.breadcrumb-wrapper li:not(:last-child)::after {
  content: "";
  background-image: url("../img/arrow/arrow-simple.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 12px;
  margin: 0 0.75rem 0 0.5rem;
  display: inline-block;
}
.breadcrumb h1 {
  color: var(--white);
  margin-bottom: 0;
}

::-moz-selection {
  background: var(--orange);
  color: var(--white);
}

::selection {
  background: var(--orange);
  color: var(--white);
}/*# sourceMappingURL=main.css.map */