/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./style/templates/directions.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
.topSection {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-align: center;
}
.topSection .thumbnail, .topSection video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.topSection video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.topSection .container {
  padding-bottom: 130px;
}
.topSection .text {
  padding-bottom: 28px;
}
.topSection .text.white {
  color: #fff;
}
.topSection .text.white h1, .topSection .text.white h2, .topSection .text.white h3 {
  color: #fff;
}
.topSection .text.white .letter svg path {
  fill: #fff;
}
.topSection .text.white .letter svg rect {
  stroke: #fff;
}
.topSection .text.black .letter svg path {
  fill: #101828;
}
.topSection .text.black .letter svg rect {
  stroke: #101828;
}
.topSection .letter {
  display: inline-block;
  width: 56px;
  margin-bottom: 40px;
}
.topSection .letter svg {
  width: 100%;
  height: 100%;
}
.topSection .buttons {
  margin-bottom: 40px;
  font-size: 0;
}
.topSection .buttons .button {
  margin: 0 2px 4px;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 44px;
}
@media screen and (min-width: 768px) {
  .topSection .buttons .button {
    margin: 0 4px 8px;
  }
}
.topSection .logos {
  gap: 28px;
  align-items: center;
}
.topSection .logos .item img {
  max-height: 48px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .topSection h1 {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1081px) {
  .topSection .container {
    padding-bottom: 100px;
  }
  .topSection .text {
    padding-bottom: 48px;
  }
  .topSection .buttons {
    margin-bottom: 56px;
  }
}

.bullets {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  text-align: center;
  overflow: hidden;
  background: #E9E9E9;
}
.bullets .bg1 {
  background: #BABABA;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -400px;
  width: 2200px;
  height: 900px;
  filter: blur(200px);
  animation: bg1Float 30s ease-in-out infinite;
}
.bullets .bg2 {
  background: radial-gradient(ellipse at center, rgb(255, 226, 164) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -400px;
  width: 2200px;
  height: 923px;
  filter: blur(200px);
  animation: bg2Pulse 20s ease-in-out infinite;
}
.bullets .bg3 {
  background: radial-gradient(ellipse at center, rgb(255, 244, 228) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -260px;
  width: 2200px;
  height: 923px;
  filter: blur(200px);
  animation: bg3Drift 40s ease-in-out infinite;
}
.bullets .bg4 {
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -362px;
  width: 1934px;
  height: 774px;
  filter: blur(400px);
  animation: bg4Rotate 180s linear infinite;
}

@keyframes bg1Float {
  0% {
    transform: translate(-50%, 0) translateX(0);
  }
  50% {
    transform: translate(-50%, 0) translateX(60px);
  }
  100% {
    transform: translate(-50%, 0) translateX(0);
  }
}
@keyframes bg2Pulse {
  0% {
    transform: translate(-50%, 0) scale(1);
  }
  50% {
    transform: translate(-50%, 0) scale(1.05);
  }
  100% {
    transform: translate(-50%, 0) scale(1);
  }
}
@keyframes bg3Drift {
  0% {
    transform: translate(-50%, 0) translateY(0);
  }
  50% {
    transform: translate(-50%, 0) translateY(-40px);
  }
  100% {
    transform: translate(-50%, 0) translateY(0);
  }
}
@keyframes bg4Rotate {
  0% {
    transform: translate(-50%, 0) rotate(0deg);
  }
  100% {
    transform: translate(-50%, 0) rotate(360deg);
  }
}
.content {
  padding: 0;
}
.content:before {
  background: #fff;
}

.direction {
  padding: 40px 0;
}
.direction h2 {
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.direction .service {
  padding: 16px 5px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.direction .service .service-top {
  align-items: center;
  cursor: pointer;
}
.direction .service figure {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
.direction .service figure svg {
  margin: 0 auto;
}
.direction .service .desc {
  padding-left: 48px;
  padding-top: 8px;
  display: none;
}
.direction .service h3 {
  flex: 1;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-top: -2px;
  position: relative;
  padding-right: 32px;
  padding-bottom: 0;
}
.direction .service h3 span {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 20px;
  height: 20px;
}
.direction .service h3 span:before, .direction .service h3 span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  background: rgba(0, 0, 0, 0.5);
}
.direction .service h3 span:before {
  width: 17px;
  height: 1px;
}
.direction .service h3 span:after {
  width: 1px;
  height: 17px;
}
.direction .service p:last-of-type {
  padding-bottom: 0;
}
.direction .service .more {
  color: #101828;
  padding: 3px 0;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.direction .service .more:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: #101828;
  transition: all 0.4s ease;
}
.direction .service .more:hover:after {
  opacity: 0;
}
.direction .service.active h3 span:after {
  opacity: 0;
}
@media screen and (min-width: 1081px) {
  .direction {
    padding: 80px 0;
  }
  .direction h2 {
    flex: 1;
  }
  .direction .services {
    width: 708px;
  }
  .direction .service h3 {
    font-size: 24px;
  }
  .direction .service:hover {
    color: rgba(0, 0, 0, 0.7);
  }
}

.popup-wrapper.fancybox-content {
  width: 580px;
  background: none;
}

.popup-inner {
  background: #fff;
  padding: 8px;
  border-radius: 4px;
  transition: all 0.4s ease;
  transform: scale(0);
}
.popup-inner.loaded {
  transform: scale(1);
}
.popup-inner .popup-image {
  margin-bottom: 24px;
}
.popup-inner .popup-image img {
  margin: 0 auto;
  border-radius: 4px;
}
.popup-inner .popup-direction {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-bottom: 24px;
}
.popup-inner .popup-icon {
  width: 32px;
  height: 32px;
  margin-right: 16px;
  margin-bottom: 16px;
  line-height: 1;
}
.popup-inner .popup-icon svg {
  margin: 0 auto;
}
.popup-inner .popup-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 16px;
}
.popup-inner .popup-text {
  color: #000;
  margin-bottom: 24px;
}
@media screen and (min-width: 1081px) {
  .popup-inner .popup-title {
    font-size: 24px;
  }
}

.custom-fancybox-loader {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border: 4px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: fancybox-spin 0.8s linear infinite;
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

@keyframes fancybox-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.popup-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 15px 0;
}

.popup-nav a {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  padding: 5px 10px;
  color: #000;
  line-height: 1;
}
.popup-nav a.popup-prev:before, .popup-nav a.popup-next:before {
  content: "\e907";
  font-family: "icomoon";
  font-size: 24px;
}
.popup-nav a.popup-prev {
  transform: rotate(180deg);
}
.popup-nav a.last-one {
  opacity: 0.5;
  cursor: default;
}

.popup-counter {
  font-size: 15px;
  color: rgba(102, 102, 102, 0.5);
}

.popup-animate-in {
  animation: popup-scale-in 300ms ease-out;
}

@keyframes popup-scale-in {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

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