@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* 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;
}

a {
  text-decoration: none !important;
}

.calistoga, .chbLabel a, .inputRow.textareaRow .inputBox textarea, fieldset legend, .mainTextBox a, .mainTextBox h1, .mainTextBox h2, .mainTextBox h3, .mainTextBox h4, .mainTextBox h5, .mainTextBox h6, .modal-head h5, .ftrMenu li a, .contactBox .infoList a, .contactBox ul li p:first-child, .serviceItem h3, .select2-container .select2-selection--single .select2-selection__rendered, .inputBox input, .mainCaroItem article h1, .emergencyBox .submitBtn, .emergencyBox .inputBox input, .contactInfoList a, .btn, .sectionHeading {
  font-family: "Calistoga";
  font-weight: 400;
}

.ms_R, .mainTextBox > ol li, .mainTextBox > ul li, .mainTextBox p, .focusItem article p, .colleagueItem p, .philosophyBox article p, .serviceItem p, .langItem p, .resInfoBox p, .select2-results__option, .reservationWrapper > header p {
  font-family: "Montserrat";
  font-weight: 400;
}

.ms_M, .chbLabel, .contactInfo, .contactBox ul li p, .contactBox ul li a, .numberBox span, .mainCaroItem article p {
  font-family: "Montserrat";
  font-weight: 500;
}

.ms_SB, .mainTextBox strong, .cprght, .colleagueItem h4, .resInfoBox p strong, .reservationWrapper > header p strong, .reservationSection .sectionHeading span, .langLink, .mainMenu ul a, .emergencyBox > span {
  font-family: "Montserrat";
  font-weight: 600;
}

.ms_B, .mainTextBox > ol li:before {
  font-family: "Montserrat";
  font-weight: 700;
}

.fade {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.fade.in {
  opacity: 1;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: #0E163D;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  z-index: 1001;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  cursor: pointer;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-in-out;
}

.modal-dialog {
  width: 1160px;
  max-width: calc(100% - 200px);
  margin: 100px auto;
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.6);
  cursor: default;
}

.modal-content {
  position: relative;
  padding: 50px 60px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?rwwm2x");
  src: url("../fonts/icomoon.eot?rwwm2x#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?rwwm2x") format("truetype"), url("../fonts/icomoon.woff?rwwm2x") format("woff"), url("../fonts/icomoon.svg?rwwm2x#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrowDown:before {
  content: "\e900";
}

.icon-arrowLeft:before {
  content: "\e901";
}

.icon-arrowRight:before {
  content: "\e902";
}

.icon-check:before {
  content: "\e903";
}

.icon-clock:before {
  content: "\e904";
}

.icon-close:before {
  content: "\e905";
}

.icon-company:before {
  content: "\e906";
}

.icon-directions:before {
  content: "\e907";
}

.icon-mail:before {
  content: "\e908";
}

.icon-phone:before {
  content: "\e909";
}

.icon-pin:before {
  content: "\e90a";
}

.partnersWrapper h2.sectionHeading {
  margin-bottom: 35px;
  text-align: center;
}

.loading-cursor {
  cursor: progress;
}

.colored-link {
  color: #0E163D;
}

.owl-dots {
  text-align: center;
}
.owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: grey;
  margin: 5px;
}
.owl-dots button.owl-dot.active {
  background-color: #BE8B5E;
}

.sectionHeading {
  font-size: 40px;
  line-height: 42px;
  color: #0E163D;
  letter-spacing: 0.8px;
}

@media (min-width: 1600px) {
  .home .mainCaro {
    min-height: 90vh;
  }
}

.container {
  max-width: calc(100% - 160px);
  margin: 0 auto;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 21px 55px;
  background: transparent;
  border: 1px solid #BE8B5E;
  font-size: 14px;
  line-height: 16px;
  color: white;
  letter-spacing: 1.7px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.btn:not(.headerBtn):before {
  position: absolute;
  top: -5px;
  left: 3px;
  width: 100%;
  height: 100%;
  border: 1px solid #BE8B5E;
  content: "";
}
.btn.red {
  border-color: #BE8B5E;
}
.btn.red:hover {
  background: #BE8B5E;
  color: white;
}
.btn.red.filled {
  background: #BE8B5E;
}

.pageTopBox {
  display: flex;
  padding: 10px 80px;
  background: #0E163D;
  justify-content: space-between;
  align-items: center;
}

.contactInfoList {
  display: flex;
}
.contactInfoList li {
  margin-right: 20px;
}
.contactInfoList li:last-child {
  margin-right: 0;
}
.contactInfoList a {
  display: flex;
  font-size: 12px;
  line-height: 16px;
  color: white;
  letter-spacing: 0.7px;
  align-content: center;
  transition: color 0.2s ease-in-out;
}
.contactInfoList a:hover {
  color: #BE8B5E;
}
.contactInfoList i {
  margin-right: 10px;
  font-size: 18px;
  color: #BE8B5E;
}
.contactInfoList i.icon-mail {
  font-size: 14px;
}
.contactInfoList i.icon-phone {
  font-size: 16px;
}

.emergencyBox {
  display: flex;
  align-items: center;
}
.emergencyBox > span {
  display: block;
  margin-right: 20px;
  font-size: 14px;
  line-height: 16px;
  color: #BE8B5E;
  letter-spacing: 0.55;
  text-transform: uppercase;
}
.emergencyBox .inputRow {
  display: flex;
  width: auto;
}
.emergencyBox .inputBox {
  width: auto;
  margin-right: 0px;
}
.emergencyBox .inputBox input {
  width: 100px;
  height: 30px;
  margin-right: 10px;
  background: white;
  padding: 0 10px;
  font-size: 14px;
  color: #0E163D;
  letter-spacing: 0.7px;
}
.emergencyBox .submitBtn {
  width: 100px;
  height: 30px;
  background: #BE8B5E;
  font-size: 14px;
  color: white;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  text-align: center;
}

.mainHeader {
  position: absolute;
  display: flex;
  width: 100%;
  top: 50px;
  left: 0;
  padding: 45px 80px;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
.mainHeader.fixed {
  position: fixed;
  top: 0;
  background: #0E163D;
}
.menuIn .mainHeader {
  position: fixed;
  top: 0;
  background: #0E163D;
}
.mainHeader.shadow {
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.4);
}

.rightTopBox {
  display: flex;
  align-items: center;
}

.mainMenu ul {
  display: flex;
  align-items: center;
}
.mainMenu ul li {
  margin-right: 30px;
}
.mainMenu ul li:last-child {
  margin-right: 0;
}
.mainMenu ul a {
  font-size: 14px;
  line-height: 16px;
  color: white;
  letter-spacing: 1.1px;
  transition: color 0.2s ease-in-out;
}
.mainMenu ul a:hover, .mainMenu ul a.active {
  color: #BE8B5E;
}

.langLink {
  position: relative;
  display: block;
  margin-left: 60px;
  font-size: 14px;
  line-height: 16px;
  color: white;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  transition: color 0.2s ease-in-out;
  /*.fixed & {color: $gold;
      &:before { background: $gold;}
  }/*/
}
.langLink:hover {
  color: #BE8B5E;
}
.langLink:before {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: -31px;
  background: white;
  content: "";
}

.menuOpen {
  position: absolute;
  display: none;
  top: 58px;
  right: 50px;
  padding: 10px 0;
  background: transparent;
  z-index: 10;
}
.menuOpen span {
  position: relative;
  display: block;
  width: 40px;
  height: 5px;
  background: white;
}
.menuOpen span:before, .menuOpen span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background: white;
  content: "";
}
.menuOpen span:before {
  top: -10px;
}
.menuOpen span:after {
  bottom: -10px;
}
.menuIn .menuOpen span {
  background: transparent !important;
}
.menuIn .menuOpen span:before {
  top: 0;
  transform: rotate(45deg);
}
.menuIn .menuOpen span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.fixed .menuOpen span, .menuIn .menuOpen span {
  background: #BE8B5E;
}
.fixed .menuOpen span:before, .fixed .menuOpen span:after, .menuIn .menuOpen span:before, .menuIn .menuOpen span:after {
  background: #BE8B5E;
}

.menuClose {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(14, 22, 61, 0.4);
  z-index: 998;
}
.menuIn .menuClose {
  display: block;
}

.mainCaroItem {
  position: relative;
}
.mainCaroItem .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(14, 22, 61, 0.3);
  z-index: 1;
}
.mainCaroItem img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.mainCaroItem article {
  position: absolute;
  top: 50%;
  left: 280px;
  z-index: 2;
  transform: translate(0, -50%);
}
.mainCaroItem article h1 {
  max-width: 550px;
  font-size: 48px;
  line-height: 60px;
  color: #BE8B5E;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.mainCaroItem article p {
  margin-top: 25px;
  max-width: 440px;
  font-size: 16px;
  line-height: 24px;
  color: white;
  letter-spacing: 1px;
}

.partnersCaro .owl-dots {
  position: unset;
  bottom: unset;
  left: unset;
}
.partnersCaro .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: grey !important;
  margin: 5px;
  transform: rotate(45deg);
  transition: background 0.2s ease-in-out;
}
.partnersCaro .owl-dots .owl-dot.active {
  background: #BE8B5E !important;
}
.partnersCaro .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin-right: 15px;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.4);
  background: white !important;
  transform: rotate(45deg);
  transition: background 0.2s ease-in-out;
}
.owl-dots .owl-dot.active {
  background: #BE8B5E !important;
}
.owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.reservationSection {
  position: relative;
  z-index: 2;
}
.reservationSection .sectionHeading span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 16px;
  color: #BE8B5E;
  text-transform: uppercase;
}
.reservationSection .container {
  position: relative;
  width: 1160px;
}

.reservationWrapper {
  position: absolute;
  right: 0;
  bottom: calc(100% - 156px);
  padding: 40px 55px;
  background: white;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.4);
}
.reservationWrapper:before {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 100%;
  height: 100%;
  border: 1px solid #BE8B5E;
  content: "";
  z-index: -1;
}
.reservationWrapper > header {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
}
.reservationWrapper > header p {
  margin-left: 40px;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
}
.reservationWrapper .inputRow {
  flex-wrap: wrap;
}
.reservationWrapper .inputRow .inputBox {
  width: calc(50% - 20px);
}
.reservationWrapper .inputRow .inputBox.btnBox {
  width: calc(100% - 20px);
  margin-right: 0;
  margin-top: 20px;
}

.inputRow {
  display: flex;
  width: calc(100% + 20px);
}

.inputBox {
  width: calc(33.333333% - 20px);
  margin-right: 20px;
}
.inputBox input {
  width: 100%;
  height: 60px;
  background: #f0f0f0;
  padding: 0 15px;
  font-size: 14px;
  color: #0E163D;
}
.inputBox .btn {
  width: 100%;
  color: #0E163D;
}

.selectBox {
  position: relative;
  background: #f0f0f0;
}
.selectBox i {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 10px;
  color: #0E163D;
  z-index: 1;
  transform: translateY(-50%);
}

.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  height: 60px;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 35px 0 15px;
  font-size: 14px;
  line-height: 60px;
  color: #0E163D;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-dropdown {
  border-radius: 0;
}

.select2-results__option {
  padding: 10px 15px;
  font-size: 14px;
  color: #404040;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: rgba(14, 22, 61, 0.6);
  color: white;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #0E163D;
  color: white;
}

.resInfoBox {
  display: flex;
  width: calc(100% + 80px);
  margin-top: 30px;
  margin-left: -40px;
  padding: 30px 40px;
  background: #BE8B5E;
  align-items: center;
}
.resInfoBox .numberBox {
  background: white;
}
.resInfoBox .numberBox span {
  color: #BE8B5E;
  transform: translateY(-2px);
}
.resInfoBox p {
  width: calc(100% - 80px);
  font-size: 16px;
  line-height: 24px;
  color: white;
}
.numberBox {
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  background: #BE8B5E;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
}
.numberBox span {
  font-size: 22px;
  color: white;
}

.languagesCaro {
  margin-top: 30px;
}

.langItem {
  justify-content: center;
}
.langItem figure {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.33);
  overflow: hidden;
}
.langItem figure img {
  display: block;
}
.langItem p {
  font-size: 16px;
  line-height: 24px;
  color: #404040;
  text-align: center;
}

.servicesSection {
  padding-top: 240px;
  padding-bottom: 50px;
}
.servicesSection .container {
  width: 1440px;
}
.servicesSection .sectionHeading {
  margin-bottom: 50px;
  text-align: center;
}

.servicesBox {
  display: flex;
  flex-wrap: wrap;
}

.serviceItem {
  width: 33.333333%;
  margin-bottom: 50px;
  padding: 0 20px;
}
.serviceItem figure {
  margin-bottom: 30px;
  text-align: center;
}
.serviceItem figure img {
  display: inline-block;
  width: auto;
  height: 85px;
}
.serviceItem h3 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 30px;
  color: #0E163D;
  text-align: center;
}
.serviceItem p {
  font-size: 16px;
  line-height: 24px;
  color: #404040;
  text-align: center;
}

.philosophyBox {
  display: flex;
}
.philosophyBox .sectionHeading {
  color: white;
}
.philosophyBox figure {
  width: calc(100% - 740px);
  height: 580px;
}
.philosophyBox figure img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.philosophyBox article {
  display: flex;
  width: 740px;
  padding: 0 100px;
  background: #0E163D;
  align-content: center;
  flex-wrap: wrap;
}
.philosophyBox article p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  color: white;
}
.philosophyBox article .btn {
  margin-top: 30px;
}

.colleguesWrapper {
  padding: 90px 0;
}
.colleguesWrapper .container {
  width: 1440px;
}
.colleguesWrapper .sectionHeading {
  margin-bottom: 35px;
  text-align: center;
}

.colleagueItem {
  text-align: center;
}
.colleagueItem figure {
  display: inline-block;
  width: 170px;
  height: 170px;
  margin-bottom: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.colleagueItem figure img {
  display: block;
}
.colleagueItem h4 {
  font-size: 18px;
  line-height: 20px;
  color: #BE8B5E;
  letter-spacing: 0.35;
  text-transform: uppercase;
  text-align: center;
}
.colleagueItem p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #0E163D;
  text-align: center;
}

.focusWrapper {
  display: flex;
}

.focusItem {
  position: relative;
  width: 33.333333%;
}
.focusItem img {
  display: block;
  width: 100%;
  height: auto;
}
.focusItem .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(14, 22, 61, 0.4);
  z-index: 1;
}
.focusItem article {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 60px;
  z-index: 2;
  top: 50%;
}
.focusItem article p {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed white;
  font-size: 16px;
  line-height: 24px;
  color: white;
}
.focusItem .sectionHeading {
  color: white;
}

.partnersWrapper {
  padding: 35px 0;
}
.partnersWrapper .container {
  width: 1160px;
}

.partnerItem {
  display: flex;
  justify-content: center;
  align-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.partnerItem img {
  display: block;
  width: auto !important;
  max-width: 280px;
  height: 60px;
  transition: all 0.5s ease-in-out;
}
.partnerItem img.partner {
  filter: grayscale(1);
  height: 140px;
}
.partnerItem img:hover {
  transform: scale(1.2);
}

.mapBox {
  height: 580px;
  background: #f0f0f0;
}

.pageBottomBox {
  position: relative;
  padding-bottom: 60px;
  background: url(../images/footer-background.jpg) no-repeat center center/cover;
  z-index: 3;
}
.pageBottomBox .container {
  position: relative;
  width: 960px;
  top: -120px;
}

.contactBoxes {
  display: flex;
}
.contactBoxes .sectionHeading {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 40px;
  color: #0E163D;
}

.contactBox {
  position: relative;
  width: calc(50% - 20px);
  padding: 40px 60px;
  background: white;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.4);
}
.contactBox:before {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 100%;
  height: 100%;
  border: 1px solid #BE8B5E;
  content: "";
  z-index: -1;
}
.contactBox:first-child {
  margin-right: 40px;
}
.contactBox:first-child:before {
  top: 20px;
  left: -20px;
}
.contactBox ul li {
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}
.contactBox ul li p, .contactBox ul li a {
  font-size: 12px;
  line-height: 16px;
  color: #0E163D;
  letter-spacing: 0.7px;
}
.contactBox ul li:first-child {
  padding-top: 0;
}
.contactBox ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.contactBox .infoList a {
  position: relative;
  padding-left: 35px;
}
.contactBox .infoList a i {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 18px;
  color: #BE8B5E;
  transform: translate(0, -50%);
}
.contactBox .infoList a i.icon-mail {
  font-size: 14px;
}
.contactBox .infoList a i.icon-phone {
  font-size: 16px;
}

.contactInfo {
  font-size: 12px;
  line-height: 16px;
  color: #BE8B5E;
  letter-spacing: 0.7px;
}
.contactInfo i {
  margin-right: 10px;
  font-size: 18px;
  vertical-align: middle;
}

.openingList {
  margin-top: 25px;
}
.openingList li {
  display: flex;
  justify-content: space-between;
}

.mainFtr {
  position: relative;
  display: flex;
  padding: 0 80px;
  justify-content: space-between;
  align-items: center;
}

.ftrMenu {
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  transform: translate(-50%, -100%);
}
.ftrMenu ul {
  display: flex;
}
.ftrMenu li {
  margin-right: 35px;
}
.ftrMenu li a {
  font-size: 14px;
  line-height: 16px;
  color: white;
  letter-spacing: 0.5px;
}
.ftrMenu li:last-child {
  margin-right: 0;
}

.cprght {
  position: absolute;
  top: calc(50% + 10px);
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 12px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 2.4px;
}

.modal-dialog {
  position: relative;
}
.modal-dialog:before {
  position: absolute;
  top: 20px;
  left: -20px;
  width: 100%;
  height: 100%;
  border: 1px solid #BE8B5E;
  content: "";
  z-index: -1;
}

.modal-head {
  position: relative;
  padding-bottom: 50px;
  border-bottom: 1px dashed #ccc;
}
.modal-head h5 {
  font-size: 48px;
  line-height: 52px;
  color: #0E163D;
}

.modalClose {
  position: absolute;
  display: flex;
  top: -4px;
  right: 0;
  width: 60px;
  height: 60px;
  background: #BE8B5E;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.modalClose i {
  font-size: 18px;
  color: white;
}

.modal-body {
  padding-top: 40px;
}

.mainTextBox h1, .mainTextBox h2, .mainTextBox h3, .mainTextBox h4, .mainTextBox h5, .mainTextBox h6 {
  color: #0E163D;
}
.mainTextBox h1 {
  font-size: 40px;
  line-height: 44px;
}
.mainTextBox h2 {
  font-size: 36px;
  line-height: 40px;
}
.mainTextBox h3 {
  font-size: 32px;
  line-height: 36px;
}
.mainTextBox h4 {
  font-size: 28px;
  line-height: 32px;
}
.mainTextBox h5 {
  font-size: 24px;
  line-height: 28px;
}
.mainTextBox h6 {
  font-size: 20px;
  line-height: 24px;
}
.mainTextBox p {
  font-size: 16px;
  line-height: 24px;
  color: #0E163D;
}
.mainTextBox a {
  position: relative;
  border-bottom: 4px solid #BE8B5E;
  font-size: 16px;
  line-height: 24px;
  color: #0E163D;
  text-decoration: none;
  letter-spacing: 0.6px;
  transition: border-color 0.2s ease-in-out;
}
.mainTextBox a:hover {
  border-color: #0E163D;
}
.mainTextBox em, .mainTextBox span, .mainTextBox strong, .mainTextBox sub, .mainTextBox sup {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.mainTextBox em, .mainTextBox sub, .mainTextBox sup {
  font-family: inherit;
  font-weight: inherit;
}
.mainTextBox em {
  font-style: italic;
}
.mainTextBox > ol li, .mainTextBox > ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #0E163D;
}
.mainTextBox > ol li:before, .mainTextBox > ul li:before {
  position: absolute;
  left: 0;
  display: block;
  width: 8px;
}
.mainTextBox > ol li:last-child {
  margin-bottom: 0;
}
.mainTextBox > ul li:last-child {
  margin-bottom: 0;
}
.mainTextBox > ul li:before {
  top: 8px;
  height: 8px;
  background-color: #BE8B5E;
  border-radius: 50%;
  content: "";
}
.mainTextBox > ol {
  list-style: none;
  counter-reset: li;
}
.mainTextBox > ol li {
  padding-left: 20px;
  list-style-position: outside;
  counter-increment: li;
}
.mainTextBox > ol li:before {
  text-align: center;
  color: #BE8B5E;
  content: counter(li);
}
.mainTextBox > img {
  display: block;
  max-width: 100%;
  height: auto;
}

fieldset {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #ccc;
}
fieldset:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
fieldset legend {
  display: block;
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 30px;
  color: #0E163D;
}
fieldset .inputRow {
  margin-bottom: 25px;
}
fieldset .inputRow:last-child {
  margin-bottom: 0;
}
fieldset .numberBox {
  background: #0E163D;
}

.inputRow.textareaRow {
  width: 100%;
}
.inputRow.textareaRow .inputBox {
  width: 100%;
  margin-right: 0;
}
.inputRow.textareaRow .inputBox textarea {
  width: 100%;
  height: 200px;
  padding: 15px;
  background: #f0f0f0;
  font-size: 14px;
  color: #404040;
  resize: none;
}
.inputRow.input50 .inputBox {
  width: calc(50% - 20px);
}
.medFieldset .inputRow .inputBox {
  width: calc(66.666666% - 60px);
}
.medFieldset .inputRow .selectBox {
  width: calc(33.333333% - 60px);
}
.inputRow.submitRow {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.inputRow.submitRow .inputBox {
  width: auto;
  margin-right: 0;
}

.chbInput {
  display: none;
}

.chbLabel {
  position: relative;
  display: inline-block;
  margin: 0 !important;
  padding-left: 35px;
  font-size: 16px;
  line-height: 22px !important;
  color: #0E163D;
  text-align: left;
  cursor: pointer;
}
.chbLabel > span {
  position: absolute;
  top: 0px;
  left: 0;
  width: 22px;
  height: 22px;
  background: white;
  border: 2px solid #0E163D;
  border-radius: 2px;
}
.chbLabel i {
  position: absolute;
  display: none;
  top: 1px;
  left: 2px;
  font-size: 16px;
  color: #BE8B5E;
}
.chbLabel a {
  position: relative;
  border-bottom: 4px solid #BE8B5E;
  font-size: 16px;
  line-height: 22px;
  color: #0E163D;
  letter-spacing: 0.6px;
  transition: border-color 0.2s ease-in-out;
}
.chbLabel a:hover {
  border-color: transparent;
}

.chbInput:checked + .chbLabel i {
  display: block;
}

@media (min-width: 1600px) {
  .reservationWrapper {
    width: 540px;
    padding: 40px 40px 0 40px;
  }
  .reservationWrapper > header {
    flex-wrap: wrap;
    justify-content: center;
  }
  .reservationWrapper > header p {
    margin-top: 20px;
    margin-left: 0;
    padding-top: 20px;
    border-top: 1px solid rgba(112, 112, 112, 0.3);
    text-align: center;
  }
}
@media (max-width: 1599px) {
  .pageTopBox {
    padding: 10px 50px;
  }

  .mainHeader {
    top: 71px;
    padding: 25px 50px;
  }

  .emergencyBox {
    display: block;
  }
  .emergencyBox > span {
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 12px;
    text-align: right;
  }

  .container {
    max-width: calc(100% - 100px);
  }

  .reservationSection .container {
    width: 100%;
  }

  .mainCaroItem article {
    left: 50px;
  }
  .mainCaroItem img {
    height: auto;
    width: 170% !important;
    overflow: hidden;
    margin-left: -50%;
  }

  .owl-dots {
    left: 50px;
  }

  .reservationWrapper {
    position: static;
    margin-top: -40px;
    padding-bottom: 0;
  }
  .reservationWrapper .inputRow .inputBox {
    width: calc(33.333333% - 20px);
  }
  .reservationWrapper .inputRow .inputBox.btnBox {
    width: calc(33.333333% - 20px);
    margin-top: 0;
  }

  .resInfoBox {
    width: calc(100% + 110px);
    margin-left: -55px;
  }

  .servicesSection {
    padding-top: 100px;
  }

  .philosophyBox figure {
    width: calc(100% - 600px);
    height: 500px;
  }
  .philosophyBox figure img {
    height: 100%;
  }
  .philosophyBox article {
    width: 600px;
  }

  .focusItem article {
    padding: 0 50px;
    top: 50px;
  }
  .focusItem article .sectionHeading {
    height: 90px;
    display: table-cell;
    vertical-align: middle;
  }
  .focusItem article p {
    margin-top: 0;
    padding-top: 20px;
    font-size: 14px;
  }

  .mainFtr {
    padding: 0 50px;
  }
}
@media (max-width: 1249px) {
  .menuOpen {
    display: block;
  }

  .pageTopBox {
    display: block;
  }

  .emergencyBox {
    display: flex;
    margin-top: 10px;
  }
  .emergencyBox > span {
    margin-right: 20px;
  }

  .mainHeader {
    top: 78px;
    z-index: 999;
  }

  .rightTopBox {
    position: absolute;
    display: none;
    width: 320px;
    height: auto;
    top: 100%;
    right: 0;
    padding: 50px;
    background: #0E163D;
    text-align: right;
  }
  .rightTopBox ul {
    display: block;
  }
  .rightTopBox .mainMenu li {
    margin-right: 0;
    margin-right: 0;
    margin-bottom: 30px;
    text-align: right;
  }
  .rightTopBox .mainMenu li:last-child {
    margin-bottom: 0;
  }
  .rightTopBox .mainMenu li .btn.red {
    width: 100%;
    padding: 19px 0;
    text-align: center;
  }

  .langLink {
    display: inline-block;
    margin-top: 30px;
    margin-left: 0;
  }
  .langLink:before {
    display: none;
  }

  .mainCaroItem article h1 {
    max-width: 700px;
  }
  .mainCaroItem img {
    height: auto;
    width: 170% !important;
    overflow: hidden;
    margin-left: -50%;
  }

  .philosophyBox figure {
    display: none;
  }
  .philosophyBox article {
    width: 100%;
    height: 450px;
    justify-content: center;
  }
  .philosophyBox article p {
    max-width: 700px;
    text-align: center;
  }

  .focusWrapper {
    display: block;
    overflow: hidden;
  }

  .focusItem {
    width: 100%;
    height: 500px;
  }

  .ftrLogo img {
    max-width: 200px;
  }

  .madeBy img {
    max-width: 200px;
  }

  .modal-content {
    padding: 50px;
  }

  .modal-dialog {
    max-width: calc(100% - 100px);
  }

  .medFieldset .inputRow .selectBox, .medFieldset .inputRow .inputBox {
    width: calc(50% - 60px);
  }
}
@media (max-width: 999px) {
  .container {
    max-width: calc(100% - 80px);
  }

  .pageTopBox {
    padding: 10px 20px;
  }

  .mainHeader {
    padding: 25px 40px;
  }

  .menuOpen {
    right: 40px;
  }

  .rightTopBox {
    padding: 40px;
  }

  .mainCaroItem article {
    left: 40px;
  }
  .mainCaroItem article h1 {
    width: 600px;
  }
  .mainCaroItem img {
    height: auto;
    width: 170% !important;
    overflow: hidden;
    margin-left: -50%;
  }

  .reservationWrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .resInfoBox {
    width: calc(100% + 80px);
    margin-left: -40px;
  }

  .contactInfoList a {
    font-size: 10px;
  }

  .contactBoxes {
    display: block;
  }

  .contactBox {
    width: 100%;
    padding: 40px;
  }
  .contactBox:first-child {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .mainFtr {
    justify-content: flex-end;
  }

  .ftrLogo {
    display: none;
  }

  .ftrMenu {
    left: 40px;
    transform: translate(0, -100%);
  }

  .ftrMenu li {
    margin-right: 25px;
  }

  .cprght {
    left: 40px;
    transform: translate(0, 0);
  }

  .modal-content {
    padding: 40px;
  }

  .modal-dialog {
    max-width: calc(100% - 80px);
  }

  .modal-head {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: calc(100% - 40px);
  }

  .sectionHeading {
    font-size: 22px;
    line-height: 26px;
  }

  .pageTopBox {
    padding: 10px 20px;
  }

  .mainHeader {
    top: 114px;
  }

  .menuOpen {
    top: 28px;
    right: 20px;
  }
  .menuOpen span {
    width: 32px;
  }

  .mainLogo img {
    height: 40px;
  }

  .contactInfoList {
    flex-wrap: wrap;
  }
  .contactInfoList li {
    width: calc(50% - 20px);
    margin-bottom: 10px;
  }

  .mainHeader {
    padding: 20px;
  }

  .rightTopBox {
    padding: 30px 20px;
  }

  .mainCaroItem img {
    height: auto;
    width: 170% !important;
    overflow: hidden;
    margin-left: -50%;
  }
  .mainCaroItem article {
    left: 20px;
  }
  .mainCaroItem article h1 {
    width: calc(100% - 40px);
    font-size: 24px;
    line-height: 30px;
  }
  .mainCaroItem article p {
    display: none;
  }

  .owl-dots {
    left: 20px;
    bottom: 60px;
  }

  .reservationSection .sectionHeading span {
    margin-top: 4px;
    font-size: 12px;
  }

  .reservationWrapper {
    padding: 20px 20px 0;
    margin-top: -20px;
  }
  .reservationWrapper > header {
    display: block;
  }
  .reservationWrapper > header p {
    margin-top: 10px;
    margin-left: 0;
    font-size: 14px;
    line-height: 22px;
  }
  .reservationWrapper .inputRow {
    width: 100%;
    flex-wrap: wrap;
  }
  .reservationWrapper .inputRow .inputBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .reservationWrapper .inputRow .inputBox:last-child {
    margin-bottom: 0;
  }
  .reservationWrapper .inputRow .inputBox.btnBox {
    width: 100%;
  }

  .resInfoBox {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 20px;
  }
  .resInfoBox .numberBox {
    display: none;
  }
  .resInfoBox p {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .langItem p {
    font-size: 14px;
    line-height: 22px;
  }

  .servicesSection {
    padding: 40px 0 10px;
  }
  .servicesSection .sectionHeading {
    margin-bottom: 35px;
  }

  .serviceItem {
    width: 50%;
    margin-bottom: 30px;
  }
  .serviceItem figure {
    margin-bottom: 10px;
  }
  .serviceItem figure img {
    height: 40px;
  }
  .serviceItem h3 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .serviceItem p {
    font-size: 14px;
    line-height: 22px;
  }

  .philosophyBox article {
    height: auto;
    min-height: 400px;
    padding: 40px 20px;
  }

  .colleguesWrapper {
    padding: 40px 0;
  }

  .colleagueItem figure {
    width: 120px;
    height: 120px;
  }

  .focusItem article {
    padding: 15px 4px 4px;
    top: 0;
  }
  .focusItem article h2.sectionHeading {
    height: unset;
  }
  .focusItem article p {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .mapBox {
    height: 350px;
  }

  .pageBottomBox .container {
    top: -40px;
  }

  .contactBox {
    width: 100%;
    padding: 20px;
  }
  .contactBox:before {
    display: none;
  }
  .contactBox:first-child {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .contactBoxes .sectionHeading {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 26px;
  }

  .mainFtr {
    justify-content: center;
    flex-wrap: wrap;
  }

  .ftrMenu {
    position: static;
    width: 100%;
    transform: translate(0, 0);
  }
  .ftrMenu ul {
    display: block;
    width: 100%;
  }
  .ftrMenu ul li {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .ftrMenu ul li:last-child {
    margin-bottom: 0;
  }

  .cprght {
    position: static;
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }

  .madeBy {
    margin-top: 40px;
  }

  .modal-dialog {
    max-width: calc(100% - 40px);
    margin: 30px auto;
  }

  .modal-content {
    padding: 20px;
  }

  .modal-head {
    padding-bottom: 20px;
  }
  .modal-head h5 {
    font-size: 22px;
    line-height: 26px;
  }

  .modalClose {
    width: 40px;
    height: 40px;
    top: -7px;
  }
  .modalClose i {
    font-size: 12px;
  }

  .modal-body {
    padding-top: 20px;
  }

  fieldset {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  fieldset legend {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }
  fieldset .inputRow {
    margin-bottom: 20px;
  }

  .modal .inputBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .modal .inputBox:last-child {
    margin-bottom: 0;
  }

  .inputRow {
    width: 100%;
    flex-wrap: wrap;
  }
  .inputRow.input50 .inputBox {
    width: 100%;
  }

  .numberBox {
    width: 40px;
    height: 40px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .numberBox span {
    font-size: 16px;
    line-height: 16px;
  }

  .inputBox input {
    height: 50px;
  }

  .select2-container .select2-selection--single {
    height: 50px;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
  }

  .medFieldset .inputRow .selectBox, .medFieldset .inputRow .inputBox {
    width: 100%;
    margin-right: 0;
  }

  .inputRow.textareaRow .inputBox textarea {
    height: 120px;
  }

  .inputRow.submitRow .inputBox {
    width: 100%;
  }
  .inputRow.submitRow .inputBox:first-child {
    width: auto;
  }

  .chbLabel {
    font-size: 14px;
  }
  .chbLabel a {
    font-size: 14px;
  }

  .btn {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .mainTextBox h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .mainTextBox h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .mainTextBox h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .mainTextBox h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .mainTextBox h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .mainTextBox h6 {
    font-size: 14px;
    line-height: 18px;
  }
  .mainTextBox a, .mainTextBox p {
    font-size: 14px;
    line-height: 22px;
  }
  .mainTextBox > ol li, .mainTextBox > ul li {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 499px) {
  .mainHeader {
    top: 189px;
  }

  .serviceItem {
    width: 100%;
    padding: 0;
  }

  .contactInfoList {
    flex-wrap: wrap;
  }
  .contactInfoList li {
    width: 100%;
    margin-right: 0;
  }

  .emergencyBox {
    display: block;
  }
  .emergencyBox span {
    text-align: left;
  }

  .focusItem {
    height: auto;
  }
  .focusItem article {
    padding: 15px 4px 4px;
    top: 0;
  }
  .focusItem article p {
    font-size: 12px;
  }
}
@media (max-width: 399px) {
  .mainLogo img {
    height: 34px;
  }

  .menuOpen {
    top: 25px;
  }

  .mainCaroItem img {
    height: auto;
    width: 170% !important;
    overflow: hidden;
    margin-left: -50%;
  }
}
.jobsHead {
  text-align: left;
  font: normal normal normal 20px/30px Montserrat;
  letter-spacing: 0px;
  color: #151515;
}

.jobsGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-top: 45px;
}
@media (max-width: 767px) {
  .jobsGrid {
    grid-template-columns: 1fr;
  }
}
.jobsGrid .jobItem {
  background: white 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 12px #0000001F;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  align-items: center;
  cursor: pointer;
  transition: ease-in-out 0.3s;
}
.jobsGrid .jobItem .title {
  text-align: left;
  font: normal normal 600 22px/25px Montserrat;
  letter-spacing: 0px;
  color: #151515;
  transition: ease-in-out 0.3s;
}
.jobsGrid .jobItem .attribs {
  display: flex;
  align-items: center;
  transition: ease-in-out 0.3s;
}
.jobsGrid .jobItem .attribs i {
  color: #151515;
  transition: ease-in-out 0.3s;
}
.jobsGrid .jobItem .attribs .location {
  font: normal normal 600 16px/18px Montserrat;
  letter-spacing: 0.32px;
  color: #151515;
  transition: ease-in-out 0.3s;
}
.jobsGrid .jobItem .attribs .location i {
  color: #0E163D;
  transition: ease-in-out 0.3s;
}
@media (max-width: 767px) {
  .jobsGrid .jobItem .attribs .location {
    display: none;
  }
}
.jobsGrid .jobItem .attribs .delim {
  border: 1px solid #ccc;
  height: 14px;
  margin: 0 30px;
}
.jobsGrid .jobItem:hover {
  background: #BE8B5E 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 12px #0000001F;
}
.jobsGrid .jobItem:hover .title {
  color: white;
}
.jobsGrid .jobItem:hover .attribs i {
  color: white;
}
.jobsGrid .jobItem:hover .attribs .location {
  color: white;
}
.jobsGrid .jobItem:hover .attribs .location i {
  color: white;
}
@media (max-width: 599px) {
  .jobsGrid .jobItem {
    max-width: 100%;
    overflow: scroll;
    padding: 30px 10px;
  }
}

.jobContent .jobData {
  padding-bottom: 20px;
}
.jobContent .jobData div {
  font: normal normal normal 22px/25px Montserrat;
  letter-spacing: 0px;
  color: #404040;
  margin-bottom: 20px;
}
.jobContent .jobData div span {
  font: normal normal 600 24px/26px Montserrat;
  letter-spacing: 0.48px;
  color: #151515;
}
.jobContent .jobDescription {
  font-family: Montserrat, serif;
  letter-spacing: 0px;
  color: #151515;
}
.jobContent .jobDescription h1, .jobContent .jobDescription h2, .jobContent .jobDescription h3, .jobContent .jobDescription h4, .jobContent .jobDescription h5, .jobContent .jobDescription h6, .jobContent .jobDescription h7 {
  font-family: Montserrat, serif;
  letter-spacing: 0px;
  color: #151515;
}
.jobContent .jobDescription p {
  font-family: Montserrat, serif;
  letter-spacing: 0px;
  color: #151515;
}
.jobContent .jobDescription ul {
  padding-top: 25px;
}
.jobContent .jobDescription ul li {
  font-family: Montserrat, serif;
  letter-spacing: 0px;
  color: #151515;
  margin-bottom: 20px;
}
.jobContent .jobDescription ul li::before {
  content: "•";
  color: #BE8B5E;
  font-weight: bold;
  display: inline-block;
  width: 10px;
  vertical-align: center;
}
.jobContent .contact > h2 {
  text-align: left;
  font: normal normal 600 40px/44px Montserrat;
  letter-spacing: 0px;
  color: #151515;
  border-top: 1px dotted #ccc;
  padding-top: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.jobContent .contact > p {
  text-align: left;
  font: normal normal normal 20px/34px Montserrat;
  letter-spacing: 0px;
  margin-bottom: 40px;
  color: #151515;
}
.jobContent .contact .formGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 767px) {
  .jobContent .contact .formGrid {
    grid-template-columns: auto;
  }
}
.jobContent .contact .formGrid .inputBox {
  margin: 0;
  width: 100%;
}

.jobs .reservationWrapper {
  background: white 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 40px #00000040;
  height: auto;
  right: unset;
  width: auto;
  padding: 40px 55px;
  position: relative;
}
.jobs .languagesWrapper, .jobs .jobContent {
  position: relative;
}
.jobs .languagesWrapper .breadcrumb, .jobs .jobContent .breadcrumb {
  position: absolute;
  top: -160px;
  left: -55px;
}
.jobs .languagesWrapper .breadcrumb .links i, .jobs .languagesWrapper .breadcrumb .links a, .jobs .jobContent .breadcrumb .links i, .jobs .jobContent .breadcrumb .links a {
  margin-right: 10px;
  text-align: left;
  font: normal normal 600 14px/16px Montserrat;
  letter-spacing: 0.56px;
  color: white;
  text-transform: uppercase;
}
.jobs .languagesWrapper .breadcrumb .actual, .jobs .jobContent .breadcrumb .actual {
  text-align: left;
  font: normal normal 600 48px/60px Montserrat;
  letter-spacing: 0px;
  color: white;
  text-shadow: 0px 3px 6px #00000029;
}
.jobs .languagesWrapper .submitRow, .jobs .jobContent .submitRow {
  display: grid;
  grid-template-columns: 50% auto;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  .jobs .languagesWrapper .submitRow, .jobs .jobContent .submitRow {
    grid-template-columns: 1fr;
  }
}
.jobs .languagesWrapper .submitRow .inputBox, .jobs .jobContent .submitRow .inputBox {
  width: auto;
}

.jobsSection .mainCaroItem article {
  display: none;
}
.jobsSection .mainCaroItem img {
  height: 50vh;
  object-fit: cover;
}
@media (min-width: 1440px) {
  .jobsSection .mainCaroItem img {
    width: 100vw !important;
  }
}

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