:root {
  --black: #222222;
  --white: #ffffff;
  --admin-toolbar-sidebar-width: 0px;
}

.d-none {
  display: none !important;
}

.image_gallery {
  position: relative;
  padding: 80px 32px;
}
.image_gallery.marine_blue * {
  color: #ffffff;
}
.image_gallery.marine_blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background-color: #212e3e;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  z-index: 0;
}
.image_gallery.seaweed_green * {
  color: #ffffff;
}
.image_gallery.seaweed_green::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background-color: #225e66;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  z-index: 0;
}
.image_gallery.light_green * {
  color: #222222;
}
.image_gallery.light_green::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background-color: #91afb3;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  z-index: 0;
}
.image_gallery.light_grey * {
  color: #222222;
}
.image_gallery.light_grey::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background-color: #e6ebec;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  z-index: 0;
}
.image_gallery.electric_green * {
  color: #222222;
}
.image_gallery.electric_green::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background-color: #53ff75;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  z-index: 0;
}
.image_gallery.violet_purple * {
  color: #ffffff;
}
.image_gallery.violet_purple::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background-color: #6d32ff;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  z-index: 0;
}
.image_gallery.dark-version * {
  color: #ffffff;
  font-family: "Mulish", sans-serif;
}
.image_gallery.light-version * {
  color: #222222;
  font-family: "Mulish", sans-serif;
}
@media (max-width: 981px) {
  .image_gallery {
    padding: 40px 32px;
  }
}
@media (max-width: 900px) {
  .image_gallery {
    padding: 24px 32px;
  }
}
@media (max-width: 480px) {
  .image_gallery {
    padding: 24px 24px;
  }
}
.image_gallery.large_padding_top {
  padding-top: 80px;
}
@media (max-width: 900px) {
  .image_gallery.large_padding_top {
    padding-top: 48px;
  }
}
@media (max-width: 768px) {
  .image_gallery.large_padding_top {
    padding-top: 48px;
  }
}
.image_gallery.large_padding_bottom {
  padding-bottom: 80px;
}
@media (max-width: 900px) {
  .image_gallery.large_padding_bottom {
    padding-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .image_gallery.large_padding_bottom {
    padding-bottom: 48px;
  }
}
.image_gallery::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background-color: #e6ebec;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  z-index: 0;
}
.image_gallery .content_container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px 24px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  .image_gallery .content_container {
    gap: 16px;
  }
}
.image_gallery .content_container .inner_container {
  grid-column: span 12;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.image_gallery .content_container .inner_container.single_style {
  grid-column-start: 3;
  grid-column-end: 11;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 480px) {
  .image_gallery .content_container .inner_container.single_style {
    grid-column: span 12;
  }
}
.image_gallery .content_container .inner_container.single_style .field--name-field-title {
  grid-column: span 8;
}
.image_gallery .content_container .inner_container.single_style .field--name-field-caption {
  grid-column: span 8;
}
.image_gallery .content_container .inner_container.single_style .images_container {
  grid-column: span 8;
}
.image_gallery .content_container .field--name-field-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  grid-column: span 12;
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  .image_gallery .content_container .field--name-field-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
.image_gallery .content_container .field--name-field-caption {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  grid-column: span 12;
  margin-top: 24px;
}
@media (max-width: 480px) {
  .image_gallery .content_container .field--name-field-caption {
    margin-top: 16px;
  }
}
.image_gallery .content_container .images_container {
  grid-column: span 12;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  width: 100%;
}
.image_gallery .content_container .images_container.single_image .img_box {
  grid-column: span 12;
}
.image_gallery .content_container .images_container.double_image .img_box {
  grid-column: span 6;
}
@media (max-width: 480px) {
  .image_gallery .content_container .images_container.double_image .img_box {
    grid-column: span 12;
  }
}
.image_gallery .content_container .images_container.mutiple_image .img_box {
  grid-column: span 6;
  cursor: pointer;
}
@media (max-width: 480px) {
  .image_gallery .content_container .images_container.mutiple_image .img_box {
    grid-column: span 12;
  }
}
.image_gallery .content_container .images_container.mutiple_image .img_box:first-child {
  grid-column: span 3;
}
@media (max-width: 480px) {
  .image_gallery .content_container .images_container.mutiple_image .img_box:first-child {
    grid-column: span 12;
  }
}
.image_gallery .content_container .images_container.mutiple_image .img_box:last-child {
  grid-column: span 3;
}
@media (max-width: 480px) {
  .image_gallery .content_container .images_container.mutiple_image .img_box:last-child {
    grid-column: span 12;
  }
}
.image_gallery .content_container .images_container.mutiple_image .img_box:focus-visible {
  outline: 3px solid #263cc8;
  outline-offset: 3px;
}
.image_gallery .content_container .images_container.mutiple_image .img_box:hover .field--name-field-media-image::after, .image_gallery .content_container .images_container.mutiple_image .img_box:focus-visible .field--name-field-media-image::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #212e3e;
  display: block;
  position: absolute;
  top: 0;
  opacity: 60%;
}
.image_gallery .content_container .images_container .img_box {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 0;
  background-color: unset;
}
.image_gallery .content_container .images_container .img_box > div {
  display: flex;
  height: 100%;
}
.image_gallery .content_container .images_container .img_box .field--name-field-media-image {
  width: 100%;
  max-height: 337px;
  overflow: hidden;
}
.image_gallery .content_container .images_container .img_box picture {
  display: flex;
  width: 100%;
  height: 100%;
}
.image_gallery .content_container .images_container .img_box img {
  position: relative;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.image_gallery .content_container .images_container .img_box .number_zone {
  position: absolute;
  width: 100%;
  height: calc(100% - 5px);
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(25, 36, 49, 0.6);
  z-index: 2;
}
.image_gallery .content_container .images_container .img_box .number_zone .number {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  .image_gallery .content_container .images_container .img_box .number_zone .number {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
  }
}
.image_gallery .content_container .images_container .img_box.single_img .field--name-field-media-image {
  max-height: none;
}

.detail_page .image_gallery .content_container .inner_container {
  grid-column-start: 2;
  grid-column-end: 10;
}
@media (max-width: 768px) {
  .detail_page .image_gallery .content_container .inner_container {
    grid-column: span 12;
    grid-template-columns: repeat(12, 1fr);
  }
}
.detail_page .image_gallery .content_container .inner_container.single_style {
  grid-template-columns: repeat(8, 1fr);
}

.dark-version .image_gallery .content_container .images_container .img_box:focus-visible {
  outline: 3px solid #28ff52;
  outline-offset: 3px;
}

.dialog-open .image_gallery .content_container .images_container .img_box:hover .field--name-field-media-image::after {
  background: none;
}
