/* begin::general */
a {
  text-decoration: none;
}

section {
  overflow-x: hidden;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1520px;
  }
}
body {
  background-color: #fafafa;
}

body * {
  font-family: "Montserrat";
}

@media (min-width: 1400px) and (max-width: 1499px) {
  .container {
    max-width: 1300px;
  }
}
@media (min-width: 1500px) and (max-width: 1599px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1600px) and (max-width: 1749px) {
  .container {
    max-width: 1500px;
  }
}
@media (min-width: 1750px) {
  .container {
    max-width: 1520px;
  }
}
@media (max-width: 575px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 992px) {
  .visible-mobile {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .visible-pc {
    display: none !important;
  }
}

.bg-desktop, .bg-mobile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section:has(.bg-mobile) {
  position: relative;
}

.big-cta-section .content-wrapper {
  position: relative;
}

.accent-title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: var(--blue-color-10);
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
  display: block;
}
@media (max-width: 575px) {
  .accent-title {
    font-size: 0.875rem;
    padding-left: 22px;
  }
}
.accent-title:before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: var(--blue-color-10);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .accent-title:before {
    width: 14px;
    height: 14px;
  }
}

.f-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}
.f-list ul {
  list-style: none;
  padding-left: 6px;
}
.f-list ul li a {
  color: rgba(2, 22, 39, 0.8);
}

.f-item {
  border: 0;
}

.f-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-weight: 600;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
}

.f-toggle[aria-expanded=true] img {
  transform: rotate(180deg);
}

.f-toggle:focus-visible {
  outline: 2px solid #0a0a0a;
  outline-offset: 2px;
}

.f-label {
  line-height: 1.4;
}
.f-label:hover {
  text-decoration: underline;
}

.f-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.f-sub::-webkit-scrollbar {
  width: 4px;
}
.f-sub::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 30px;
}
.f-sub::-webkit-scrollbar-thumb {
  background: var(--blue-color-10);
  border-radius: 30px;
}
.f-sub {
  gap: 0.25rem;
  max-height: 150px;
  overflow: auto;
  padding: 0 !important;
  margin-top: 16px;
}
.f-sub li {
  margin-bottom: 14px;
}

.f-sub a {
  text-decoration: none;
  font-weight: 500;
}

/* end::general */
/***** Begin services-picture-tiles *****/
.services-picture-tiles {
  background-color: #FAFAFA;
  padding-top: 7.5rem;
  padding-bottom: 7.125rem;
}
@media (max-width: 575px) {
  .services-picture-tiles {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
.services-picture-tiles .picture-tiles-wrapper {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .services-picture-tiles .picture-tiles-wrapper {
    margin-top: 56px;
  }
}
.services-picture-tiles .picture-tiles-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.services-picture-tiles .picture-tiles-wrapper .tile {
  background-color: var(--tile-background-color);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.services-picture-tiles .picture-tiles-wrapper .tile .image-wrapper {
  overflow: hidden;
  pointer-events: none;
}
.services-picture-tiles .picture-tiles-wrapper .tile .image-wrapper .service-image {
  transition: all 0.3s;
}
.services-picture-tiles .picture-tiles-wrapper .tile:hover .service-image {
  transform: scale(1.01);
}
.services-picture-tiles .picture-tiles-wrapper .tile a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.services-picture-tiles .picture-tiles-wrapper .tile:nth-child(n) {
  width: calc(60% - 12px);
}
.services-picture-tiles .picture-tiles-wrapper .tile:nth-child(2), .services-picture-tiles .picture-tiles-wrapper .tile:nth-child(3) {
  width: calc(40% - 12px);
}
@media (max-width: 1199px) {
  .services-picture-tiles .picture-tiles-wrapper .tile:nth-child(n) {
    width: calc(50% - 12px);
  }
  .services-picture-tiles .picture-tiles-wrapper .tile:nth-child(2), .services-picture-tiles .picture-tiles-wrapper .tile:nth-child(3) {
    width: calc(50% - 12px);
  }
}
@media (max-width: 991px) {
  .services-picture-tiles .picture-tiles-wrapper .tile:nth-child(n) {
    width: 100%;
  }
  .services-picture-tiles .picture-tiles-wrapper .tile:nth-child(2), .services-picture-tiles .picture-tiles-wrapper .tile:nth-child(3) {
    width: 100%;
  }
}
.services-picture-tiles .picture-tiles-wrapper .tile .service-image {
  width: 100%;
  height: 378px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575px) {
  .services-picture-tiles .picture-tiles-wrapper .tile .service-image {
    height: 227px;
  }
}
.services-picture-tiles .picture-tiles-wrapper .tile:hover .bottom-info {
  pointer-events: none;
}
.services-picture-tiles .picture-tiles-wrapper .tile:hover .bottom-info img {
  transform: translate(100%, -100%);
}
.services-picture-tiles .picture-tiles-wrapper .tile:hover .bottom-info .arrow-button:before {
  left: 5px;
  bottom: -5px;
}
.services-picture-tiles .picture-tiles-wrapper .tile .bottom-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  gap: 16px;
}
.services-picture-tiles .picture-tiles-wrapper .tile .bottom-info .heading-2 {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 140%;
  color: var(--second-color-10);
  margin-bottom: 0;
}
@media (max-width: 440px) {
  .services-picture-tiles .picture-tiles-wrapper .tile .bottom-info .heading-2 {
    font-size: 1.1875rem;
  }
}
.services-picture-tiles .picture-tiles-wrapper .tile .bottom-info .arrow-button {
  background-color: var(--accent-color-10);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  width: 54px;
  min-width: 54px;
  position: relative;
  overflow: hidden;
}
.services-picture-tiles .picture-tiles-wrapper .tile .bottom-info .arrow-button img {
  transition: all 0.3s;
}
.services-picture-tiles .picture-tiles-wrapper .tile .bottom-info .arrow-button:before {
  content: url(/wp-content/themes/bys/assets/img/arrow-button.svg);
  position: absolute;
  left: -80%;
  bottom: -90%;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .services-picture-tiles.service-3 p {
    font-size: 1.1875rem;
  }
}

/***** End services-picture-tiles *****/
/***** Begin text-section *****/
.col-2-text {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 575px) {
  .col-2-text {
    gap: 10px;
  }
}
.col-2-text .left-col, .col-2-text .right-col {
  width: calc(50% - 20px);
}
@media (max-width: 991px) {
  .col-2-text .left-col, .col-2-text .right-col {
    width: 100%;
  }
}
.col-2-text .left-col p:last-child, .col-2-text .right-col p:last-child {
  margin-bottom: 0;
}
.col-2-text .left-col {
  padding-right: 100px;
}
@media (max-width: 991px) {
  .col-2-text .left-col {
    padding-right: 0;
  }
}
.col-2-text.big p {
  font-size: 1.5625rem;
  line-height: 145%;
}
.col-2-text.big p:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .col-2-text.big p {
    font-size: 1rem;
  }
}

/***** End text-section *****/
/***** Begin apply form *****/
.apply-form .wrapper {
  max-width: 1000px;
  margin: 40px auto;
  padding: 0 16px;
}
.apply-form .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  row-gap: 20px;
}
@media (max-width: 767px) {
  .apply-form .grid-2 {
    gap: 4px;
  }
}
.apply-form .file-input-info {
  display: flex;
  align-items: center;
  margin-top: 8px;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px;
}
.apply-form .file-input-info p {
  font-size: 0.875rem;
  color: rgba(2, 22, 39, 0.5019607843);
  margin-bottom: 0;
}
.apply-form .field--full {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .apply-form .field--full {
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
.apply-form .field label {
  color: rgba(2, 22, 39, 0.8);
  display: block;
  margin-bottom: 8px;
}
.apply-form .field input, .apply-form .field select, .apply-form .field textarea {
  width: 100%;
  border: 1px solid rgba(2, 22, 39, 0.3);
  background: transparent;
  border-radius: 4px;
  padding: 12px 14px;
  font: inherit;
  outline: none;
  transition: border 0.2s, box-shadow 0.2s;
}
.apply-form .field input:focus, .apply-form .field select:focus, .apply-form .field textarea:focus {
  border-color: #0075C9;
  box-shadow: 0 0 0 4px rgba(0, 117, 201, 0.15);
}
.apply-form .field .error {
  margin: 4px 0 0;
  color: #e11d48;
  font-size: 12px;
  min-height: 18px;
  margin-top: -11px;
  margin-left: 16px;
  background-color: #fafafa;
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .apply-form .field .error {
    margin: 0px 0 0;
    font-size: 12px;
  }
}
.apply-form .req {
  color: rgba(2, 22, 39, 0.8);
  margin-left: 4px;
}
.apply-form .select {
  position: relative;
}
.apply-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.apply-form .select::after {
  content: url(/wp-content/themes/bys/assets/img/select.svg);
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
  pointer-events: none;
}
.apply-form .counter {
  text-align: right;
  color: #6b7280;
  font-size: 12px;
  margin-top: 6px;
}
.apply-form .dropzone {
  border: 2px dashed rgba(2, 22, 39, 0.3);
  border-radius: 12px;
  padding: 5.375rem 1.5rem;
}
@media (max-width: 767px) {
  .apply-form .dropzone {
    padding: 4.5rem 1.125rem;
  }
}
.apply-form .dropzone {
  text-align: center;
  background: transparent;
}
.apply-form .dropzone img {
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
  margin-bottom: 1.5rem;
}
.apply-form .dropzone.is-dragover {
  background: #f0f6ff;
  border-color: #0075C9;
}
.apply-form .dropzone p {
  margin: 6px 0;
  color: rgba(2, 22, 39, 0.9);
  font-size: 1.1875rem;
  font-weight: 600;
}
.apply-form .dropzone .subtle {
  color: #6b7280;
  font-size: 13px;
}
.apply-form .dropzone .link {
  background: none;
  border: none;
  padding: 0;
  color: #0075C9;
  font: inherit;
  cursor: pointer;
}
.apply-form .dropzone__file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(2, 22, 39, 0.3);
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.apply-form .dropzone__file .file__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.apply-form .chip {
  border: 1px solid rgba(2, 22, 39, 0.3);
  background: #f9fafb;
  padding: 6px 10px;
  border-radius: 999px;
  cursor: pointer;
}
.apply-form .checkbox {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 24px;
  align-items: start;
  font-size: 0.875rem;
}
.apply-form .checkbox a {
  color: rgba(2, 22, 39, 0.7);
  text-decoration: underline;
}
.apply-form .checkbox input {
  width: 24px;
  height: 24px;
  margin-top: 2px;
}
.apply-form .form-check-input:checked {
  background-color: var(--blue-color-10);
}
.apply-form .consent {
  color: #6b7280;
}
.apply-form .tiny {
  font-size: 12px;
}
.apply-form .actions {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
}
.apply-form .btn {
  background: #0075C9;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.06);
}
.apply-form .btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.apply-form .toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #111827;
  color: #fff;
  padding: 12px 16px;
  border-radius: 10px;
}
@media (max-width: 720px) {
  .apply-form .grid-2 {
    grid-template-columns: 1fr;
  }
}

/***** End apply form *****/
/***** Begin contact-section *****/
@media (max-width: 991px) {
  .col-2-text.big.contact {
    gap: 2.5rem;
  }
}

@media (max-width: 991px) {
  .contact .right-col form button {
    width: 100%;
  }
}

.contact-wrapper {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
.contact-wrapper .col {
  width: calc(50% - 20px);
}
@media (max-width: 991px) {
  .contact-wrapper {
    flex-direction: column;
  }
  .contact-wrapper .col {
    width: 100%;
  }
}
.contact-wrapper p:not(:last-child) {
  margin-bottom: 4px;
}
.contact-wrapper p {
  font-size: 1.1875rem !important;
}
.contact-wrapper .icon-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  margin-bottom: 16px !important;
}

.map-wrapper {
  margin-top: 41px;
}

.contact-wrapper .contact-list {
  display: flex;
  flex-direction: column;
}
.contact-wrapper .contact-list a {
  color: #021627;
}
.contact-wrapper .contact-list a:not(:last-child) {
  margin-bottom: 4px;
}
.contact-wrapper .contact-list a {
  font-size: 1.1875rem !important;
}

.service-3.apply-form {
  padding-top: 90px;
}
@media (max-width: 575px) {
  .service-3.apply-form {
    padding-top: 40px;
  }
}

/***** End contact-section *****//*# sourceMappingURL=layout.css.map */