.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}
.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}
  .Photos-Gallery {
    padding-bottom: 1rem;
    background: transparent;
    min-height: 100vh;
    max-height: 100vh;
    background-image: linear-gradient(90deg, #CFE9F7 45%, #f8f2e2 55%);
  }
  .Photos-Gallery .mbr-fallback-image.disabled {
    display: none;
  }
  .Photos-Gallery .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  @media (min-width: 768px) {
    .Photos-Gallery .container-fluid {
      padding: 0;
    }
  }
  .Photos-Gallery .embla__slide {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 350px;
    max-width: 350px;
  }
  @media (max-width: 768px) {
    .Photos-Gallery .embla__slide {
      min-width: 100%;
      max-width: 100%;
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
  }
  .Photos-Gallery .embla__slide a {
    display: block;
    width: 100%;
  }
  .Photos-Gallery .embla__button--next,
  .Photos-Gallery .embla__button--prev {
    display: flex;
  }
  .Photos-Gallery .mobi-mbri-arrow-next {
    margin-left: 5px;
  }
  .Photos-Gallery .mobi-mbri-arrow-prev {
    margin-right: 5px;
  }
  .Photos-Gallery .embla__button {
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -1.5rem;
    font-size: 22px;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.3s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .Photos-Gallery .embla__button:disabled {
    cursor: default;
    display: none;
  }
  .Photos-Gallery .embla__button.embla__button--prev {
    left: 0;
    margin-left: 2.5rem;
  }
  .Photos-Gallery .embla__button.embla__button--next {
    right: 0;
    margin-right: 2.5rem;
  }
  @media (max-width: 767px) {
    .Photos-Gallery .embla__button {
      top: auto;
      bottom: 1rem;
    }
  }
  .Photos-Gallery .embla {
    position: relative;
    width: 100%;
  }
  .Photos-Gallery .embla__viewport {
    overflow: hidden;
    width: 100%;
  }
  .Photos-Gallery .embla__viewport.is-draggable {
    cursor: grab;
  }
  .Photos-Gallery .embla__viewport.is-dragging {
    cursor: grabbing;
  }
  .Photos-Gallery .embla__slide a {
    cursor: grab;
  }
  .Photos-Gallery .embla__slide a:active {
    cursor: grabbing;
  }
  .Photos-Gallery .embla__container {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  .Photos-Gallery .item-menu-overlay {
    border-radius: 2rem;
  }
  .Photos-Gallery .mbr-section-title {
    color: #0070BB;
  }
  .Photos-Gallery .slide-content {
    position: relative;
    border-radius: 4px;
    height: 100%;
    display: flex;
    overflow: hidden;
    flex-flow: column nowrap;
  }
  .Photos-Gallery img,
  .Photos-Gallery .item-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  .Photos-Gallery .item-wrapper {
    position: relative;
  }
  .Photos-Gallery .content-head {
    max-width: 800px;
    margin-bottom: 5rem;
  }
  .slide-content{
  border-radius: 2rem !important;
}
.Home_Button{
    margin-top: 0.6rem;
    margin-right: 0.6rem;
    background-color: #0070BB;
    border-radius: 50%;
    padding: 15px 15px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 24px;
    color: #ffffff;
    border: none;
    outline: none;
    text-decoration: none;
}
.Home_Button:hover{
    background-color: #ffffff;
    color: #0070BB;
}
body {
  background: color-mix(in srgb, var(--dominant-color, #0f1305) 10%, transparent);
}
.display-2 > .mbr-iconfont {
  font-size: calc(var(--display2-size, 4) * 1.25rem);
}
.display-2 {
  font-size: calc(var(--display2-size, 4) * 1rem);
  line-height: 1.1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}
@media (max-width: 768px){
  .display-2 {
    --display2-size_min: calc(var(--display2-size, 4) - (var(--display2-size, 4) - 1) * 0.65);

    font-size: calc(var(--display2-size_min) * 1rem + (var(--display2-size, 4) - var(--display2-size_min)) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.3 * (var(--display2-size_min) * 1rem + (var(--display2-size, 4) - var(--display2-size_min)) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px){
  .display-2 {
      --display2-size_min: calc(var(--display2-size, 4) - (var(--display2-size, 4) - 1) * 0.65);
      font-size: calc(var(--display2-size, 4) * 0.8rem);

      line-height: calc(1.3 * (var(--display2-size_min) * 1rem + (var(--display2-size, 4) - var(--display2-size_min)) * ((100vw - 62rem) / (87 - 62))));
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.container-fluid {
  position: relative;
  word-wrap: break-word;
  padding-left: 16px;
  padding-right: 16px;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}
.item {
  position: relative;
}
.align-center {
  text-align: center;
}