@charset "UTF-8";
@font-face {
  font-family: GalanoGrotesque;
  font-weight: bold;
  src: url(e8d6ed1f9eff334507fab2f6b46e15ad.otf) format("opentype");
}
@font-face {
  font-family: GalanoGrotesque;
  font-weight: normal;
  src: url(cbd8956ee8ca32b9757c89320519af87.otf) format("opentype");
}
@font-face {
  font-family: GalanoGrotesqueLight;
  font-weight: lighter;
  src: url(790058af38f23c93b59765eb44888da9.otf) format("opentype");
}
.hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  /*min-height:60dvh;*/
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .hero {
    min-height: 70dvh;
  }
}
.hero .content {
  position: relative;
  display: block;
  width: 1200px;
  max-width: 100%;
  margin: 0px auto 0px auto;
  height: 100%;
}
.hero::after {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(to right, #fcfcfc 30%, rgba(252, 252, 252, 0.7) 100%);
}
.hero .text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 100px 20px 60px 20px;
  text-align: center;
  width: 860px;
  max-width: 100%;
  margin: 0px auto 0px auto;
}
.hero .text h1 {
  color: #000;
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: normal;
}
.hero .text h1 b {
  display: block;
  font-weight: lighter;
  font-size: 3.6rem;
  line-height: 4rem;
  margin-bottom: 20px;
}
.hero .text h1 svg {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  opacity: 0.7;
}
.hero .text .btn {
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-top: 30px;
}
.hero .images {
  position: absolute;
  display: none;
  width: 90%;
  height: 80%;
  align-items: flex-end;
  right: -15%;
  top: 20px;
  z-index: 2;
}
.hero .images img {
  clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
  object-fit: cover;
  height: 100%;
  width: 25%;
  position: relative;
  filter: grayscale(100%);
}
.hero .images img:nth-child(1) {
  top: 0px;
  left: 30%;
  animation: toGray 1.3s ease-in-out 0s forwards;
}
.hero .images img:nth-child(2) {
  top: 20px;
  left: 20%;
  animation: toGray 1.3s ease-in-out 0.2s forwards;
}
.hero .images img:nth-child(3) {
  top: 40px;
  left: 10%;
  animation: toGray 1.3s ease-in-out 0.4s forwards;
}
.hero .images img:nth-child(4) {
  top: 60px;
  animation: toGray 1.3s ease-in-out 0.6s forwards;
}
.hero .imagesAccent {
  position: absolute;
  display: none;
  width: 90%;
  height: 80%;
  align-items: flex-end;
  right: -14%;
  top: 10px;
  z-index: 1;
}
.hero .imagesAccent div {
  clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
  object-fit: cover;
  height: 100%;
  display: block;
  background-color: #f0e18d;
  width: 25%;
  position: relative;
}
.hero .imagesAccent div:nth-child(1) {
  top: 0px;
  left: 30%;
}
.hero .imagesAccent div:nth-child(2) {
  top: 20px;
  left: 20%;
}
.hero .imagesAccent div:nth-child(3) {
  top: 40px;
  left: 10%;
}
.hero .imagesAccent div:nth-child(4) {
  top: 60px;
}
.hero.sub h3 {
  color: #00a2af;
  padding: 0px;
  margin: 0px 0px 4px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: normal;
}
.hero.sub h1 {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: normal;
}
.hero.sub h1 b {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 3.2rem;
}
.hero.sub .images {
  position: absolute;
  display: flex;
  width: 70%;
  height: 80%;
  align-items: flex-end;
  right: 10%;
  top: 20px;
  z-index: 2;
}
.hero.sub .images img {
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: relative;
  animation: none;
  filter: none;
}
.hero.sub .images img:nth-child(1) {
  top: 0px;
  z-index: 1;
}
.hero.sub .imagesAccent {
  position: absolute;
  display: flex;
  width: 70%;
  height: 80%;
  align-items: flex-end;
  right: 12%;
  top: 10px;
  z-index: 0;
}
.hero.sub .imagesAccent div {
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: relative;
}
.hero.sub .imagesAccent div:nth-child(1) {
  top: 0px;
  width: 100%;
}
.hero .video {
  position: relative;
  z-index: 2;
  aspect-ratio: 16/9;
  background-color: #ececec;
  border-radius: 8px;
  width: 960px;
  max-width: 100%;
  overflow: hidden;
  margin: 60px auto 60px auto;
}
.hero .video video, .hero .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@keyframes toGray {
  0% {
    filter: grayscale(100%);
  }
  50% {
    filter: grayscale(0%);
  }
  100% {
    filter: grayscale(80%);
  }
}
@media screen and (max-width: 600px) {
  .hero .content .text {
    padding: 60px 20px 20px 20px;
  }
  .hero .content .text h1 strong, .hero .content .text h1 b {
    font-size: 2rem !important;
    line-height: 2.4rem !important;
  }
  .hero .content .video {
    margin: 10px;
    width: calc(100% - 20px);
  }
}
.editor-visual-editor .hero {
  border: 1px dashed #ccc;
}

@font-face {
  font-family: GalanoGrotesque;
  font-weight: bold;
  src: url(e8d6ed1f9eff334507fab2f6b46e15ad.otf) format("opentype");
}
@font-face {
  font-family: GalanoGrotesque;
  font-weight: normal;
  src: url(cbd8956ee8ca32b9757c89320519af87.otf) format("opentype");
}
@font-face {
  font-family: GalanoGrotesqueLight;
  font-weight: lighter;
  src: url(790058af38f23c93b59765eb44888da9.otf) format("opentype");
}
.btn {
  display: inline-block;
  width: fit-content;
  padding: 12px 24px;
  background: linear-gradient(135deg, #195b95, #2a7bb8);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.4;
  border: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(25, 91, 149, 0.2);
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(25, 91, 149, 0.3);
}
.btn:hover::before {
  left: 100%;
}
.btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(25, 91, 149, 0.2);
}
.btn.left {
  display: block;
  margin-right: auto;
}
.btn.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.btn.right {
  display: block;
  margin-left: auto;
}
.btn svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.btn:hover svg {
  transform: translateX(2px);
}
.btn.small {
  padding: 8px 16px;
  font-size: 0.85rem;
  border-radius: 6px;
}
.btn.small svg {
  width: 14px;
  height: 14px;
  margin-left: 6px;
}
.btn.large {
  padding: 16px 32px;
  font-size: 1.1rem;
  line-height: 1.5;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(25, 91, 149, 0.25);
}
.btn.large svg {
  width: 18px;
  height: 18px;
  margin-left: 10px;
}
.btn.large:hover {
  box-shadow: 0 6px 24px rgba(25, 91, 149, 0.35);
}
.btn.secondary {
  background: rgba(255, 255, 255, 0.9);
  color: #195b95;
  border: 1px solid rgba(25, 91, 149, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.btn.secondary:hover {
  background: white;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.btn.outline {
  background: transparent;
  color: #195b95;
  border: 2px solid #195b95;
  box-shadow: none;
}
.btn.outline:hover {
  background: #195b95;
  color: white;
  box-shadow: 0 4px 16px rgba(25, 91, 149, 0.3);
}
.btn.ghost {
  background: transparent;
  color: #195b95;
  border: none;
  box-shadow: none;
}
.btn.ghost:hover {
  background: rgba(25, 91, 149, 0.1);
}
.btn div {
  display: inline;
}
.btn.zoom {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn.zoom:hover {
  transform: scale(1.05) translateY(-2px);
}

.frontSlider.v1 .btn {
  background: linear-gradient(135deg, #00a2af, #20c997);
  border-radius: 25px;
  padding: 14px 28px;
  font-weight: 600;
  box-shadow: 0 4px 16px rgba(0, 162, 175, 0.3);
}
.frontSlider.v1 .btn:hover {
  box-shadow: 0 6px 24px rgba(0, 162, 175, 0.4);
  transform: translateY(-3px);
}
.frontSlider.v1 .btn.secondary {
  background: rgba(255, 255, 255, 0.95);
  color: #00a2af;
  border: 1px solid rgba(0, 162, 175, 0.2);
}
.frontSlider.v1 .btn.secondary:hover {
  background: white;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.frontSlider.v1 .btn.outline {
  background: transparent;
  color: #00a2af;
  border: 2px solid #00a2af;
}
.frontSlider.v1 .btn.outline:hover {
  background: #00a2af;
  color: white;
}

.frontSlider.v2 .btn {
  background: linear-gradient(135deg, rgba(0, 162, 175, 0.8), rgba(0, 162, 175, 0.6));
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 162, 175, 0.4);
  border-radius: 20px;
  color: white;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.frontSlider.v2 .btn:hover {
  background: linear-gradient(135deg, rgba(0, 162, 175, 0.9), rgba(0, 162, 175, 0.7));
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 162, 175, 0.4);
}
.frontSlider.v2 .btn.secondary {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
}
.frontSlider.v2 .btn.secondary:hover {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.frontSlider.v3 .btn {
  background: linear-gradient(135deg, #0f3d63, #195b95);
  border-radius: 12px;
  padding: 16px 32px;
  font-weight: 600;
  transform: translateZ(0);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 20px rgba(25, 91, 149, 0.3);
}
.frontSlider.v3 .btn:hover {
  transform: translateY(-4px) translateZ(10px);
  box-shadow: 0 20px 40px rgba(25, 91, 149, 0.4);
}
.frontSlider.v3 .btn.secondary {
  background: rgba(255, 255, 255, 0.95);
  color: #0f3d63;
  border: 1px solid rgba(25, 91, 149, 0.2);
}
.frontSlider.v3 .btn.secondary:hover {
  transform: translateY(-4px) translateZ(10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.frontSlider.v4 .btn {
  background: linear-gradient(135deg, #0f3d63, #195b95);
  border-radius: 50px;
  padding: 16px 40px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 4px 10px rgba(25, 91, 149, 0.3);
}
.frontSlider.v4 .btn:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), 0 8px 15px rgba(25, 91, 149, 0.4);
}
.frontSlider.v4 .btn.secondary {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
}
.frontSlider.v4 .btn.secondary:hover {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.frontSlider.v5 .btn {
  background: linear-gradient(135deg, #00a2af, #20c997);
  border-radius: 25px;
  padding: 12px 30px;
  font-weight: 500;
  box-shadow: 0 4px 16px rgba(0, 162, 175, 0.2);
}
.frontSlider.v5 .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 162, 175, 0.3);
}
.frontSlider.v5 .btn.secondary {
  background: white;
  color: #00a2af;
  border: 1px solid rgba(0, 162, 175, 0.2);
}
.frontSlider.v5 .btn.secondary:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.frontSlider.v6 .btn {
  background: #00a2af;
  border-radius: 0;
  padding: 10px 25px;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  box-shadow: none;
}
.frontSlider.v6 .btn:hover {
  background: #00737c;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 162, 175, 0.3);
}
.frontSlider.v6 .btn.secondary {
  background: white;
  color: #00a2af;
  border: 2px solid #00a2af;
}
.frontSlider.v6 .btn.secondary:hover {
  background: #00a2af;
  color: white;
}

.frontSlider.v7 .btn {
  background: transparent;
  border: 2px solid #333;
  color: #333;
  border-radius: 0;
  padding: 15px 40px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  box-shadow: none;
}
.frontSlider.v7 .btn:hover {
  background: #333;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.frontSlider.v7 .btn.secondary {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.frontSlider.v7 .btn.secondary:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: #333;
}

.frontSlider.v8 .btn {
  background: linear-gradient(135deg, #00ffff, #0080ff);
  border-radius: 25px;
  padding: 16px 40px;
  color: #000;
  font-weight: 600;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.3);
}
.frontSlider.v8 .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 30px rgba(0, 255, 255, 0.5);
}
.frontSlider.v8 .btn.secondary {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 255, 255, 0.3);
  color: #00ffff;
}
.frontSlider.v8 .btn.secondary:hover {
  background: rgba(0, 255, 255, 0.1);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.3);
}

.btn-image {
  display: inline-block;
  width: 100%;
  color: #195b95;
  text-decoration: none;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.btn-image:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}
.btn-image img {
  border-radius: 12px 12px 0 0;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  aspect-ratio: 16/9;
  transition: transform 0.3s ease;
}
.btn-image:hover img {
  transform: scale(1.05);
}
.btn-image h3 {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 16px;
  margin: 0px;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.btn-image span {
  display: block;
  padding: 0 16px 16px;
}
.btn-image span svg {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 8px;
  color: #00a2af;
  transition: transform 0.3s ease;
}
.btn-image:hover span svg {
  transform: translateX(4px);
}

.btn-icon, .btn-list {
  position: relative;
  padding: 20px 20px 20px 80px;
  display: block;
  width: 100%;
  color: #195b95;
  text-decoration: none;
  cursor: pointer;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: white;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.btn-icon svg, .btn-list svg {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  color: #00a2af;
  transition: transform 0.3s ease;
}
.btn-icon h3, .btn-list h3 {
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 0px;
  margin: 0px 0px 8px 0px;
  color: #195b95;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.btn-icon p, .btn-list p {
  color: #666;
  margin: 0px;
  padding: 0px;
  font-size: 0.9rem;
  line-height: 1.5;
}
.btn-icon span, .btn-list span {
  display: block;
}
.btn-icon span svg, .btn-list span svg {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 5px;
  color: #00a2af;
}
.btn-icon:hover, .btn-list:hover {
  background-color: #f8f9fa;
  border-color: rgba(0, 162, 175, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.btn-icon:hover svg, .btn-list:hover svg {
  transform: scale(1.1);
  color: #00737c;
}

.btn-list {
  padding: 16px 20px;
  margin: 12px 0px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: white;
}
.btn-list h3 {
  font-size: 1rem;
  margin-bottom: 4px;
}
.btn-list p {
  font-size: 0.85rem;
  color: #777;
}
.btn-list:hover {
  background-color: #f8f9fa;
  border-color: rgba(0, 162, 175, 0.15);
  transform: translateX(4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.form-group {
  margin-bottom: var(--spacing-lg);
}

label {
  display: block;
  font-weight: 500;
  font-size: var(--text-sm);
  color: #374151;
  margin-bottom: var(--spacing-sm);
  font-family: var(--font-family-primary);
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=number],
input[type=search],
textarea,
select {
  display: block;
  width: 100%;
  padding: 12px 16px;
  font-size: var(--text-base);
  line-height: var(--leading-normal);
  color: #1f2937;
  background-color: white;
  border: 1px solid #d1d5db;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: var(--font-family-primary);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #00a2af;
  box-shadow: 0 0 0 3px rgba(0, 162, 175, 0.1);
  background-color: white;
}
input[type=text]:hover:not(:focus),
input[type=email]:hover:not(:focus),
input[type=tel]:hover:not(:focus),
input[type=url]:hover:not(:focus),
input[type=password]:hover:not(:focus),
input[type=number]:hover:not(:focus),
input[type=search]:hover:not(:focus),
textarea:hover:not(:focus),
select:hover:not(:focus) {
  border-color: #9ca3af;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=number]::placeholder,
input[type=search]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #9ca3af;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=number]:disabled,
input[type=search]:disabled,
textarea:disabled,
select:disabled {
  background-color: #f9fafb;
  border-color: #e5e7eb;
  color: #9ca3af;
  cursor: not-allowed;
}
input[type=text].error,
input[type=email].error,
input[type=tel].error,
input[type=url].error,
input[type=password].error,
input[type=number].error,
input[type=search].error,
textarea.error,
select.error {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
input[type=text].error:focus,
input[type=email].error:focus,
input[type=tel].error:focus,
input[type=url].error:focus,
input[type=password].error:focus,
input[type=number].error:focus,
input[type=search].error:focus,
textarea.error:focus,
select.error:focus {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

textarea {
  min-height: 120px;
  resize: vertical;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 40px;
  cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
  width: 16px;
  height: 16px;
  border: 1px solid #d1d5db;
  border-radius: var(--radius-sm);
  background-color: white;
  cursor: pointer;
  transition: all 0.2s ease;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: #00a2af;
  border-color: #00a2af;
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 162, 175, 0.1);
}

input[type=radio] {
  border-radius: 50%;
}

.form-error {
  color: #ef4444;
  font-size: var(--text-sm);
  margin-top: var(--spacing-xs);
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
}

.form-success {
  color: #10b981;
  font-size: var(--text-sm);
  margin-top: var(--spacing-xs);
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
}

.form-help {
  color: #6b7280;
  font-size: var(--text-sm);
  margin-top: var(--spacing-xs);
}

.input-group {
  position: relative;
}
.input-group .input-prefix,
.input-group .input-suffix {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
  font-size: var(--text-sm);
  pointer-events: none;
}
.input-group .input-prefix {
  left: 16px;
}
.input-group .input-suffix {
  right: 16px;
}
.input-group input:has(~ .input-prefix) {
  padding-left: 40px;
}
.input-group input:has(~ .input-suffix) {
  padding-right: 40px;
}

.frontSlider.v1 input, .frontSlider.v1 textarea, .frontSlider.v1 select {
  border-radius: var(--radius-lg);
  border-color: rgba(0, 162, 175, 0.2);
}
.frontSlider.v1 input:focus, .frontSlider.v1 textarea:focus, .frontSlider.v1 select:focus {
  border-color: #00a2af;
  box-shadow: 0 0 0 3px rgba(0, 162, 175, 0.1);
}
.frontSlider.v1 label {
  color: #1f2937;
  font-weight: 600;
}

.frontSlider.v2 input, .frontSlider.v2 textarea, .frontSlider.v2 select {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  border-radius: var(--radius-lg);
}
.frontSlider.v2 input::placeholder, .frontSlider.v2 textarea::placeholder, .frontSlider.v2 select::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.frontSlider.v2 input:focus, .frontSlider.v2 textarea:focus, .frontSlider.v2 select:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(0, 162, 175, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 162, 175, 0.2);
}
.frontSlider.v2 label {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.frontSlider.v3 input, .frontSlider.v3 textarea, .frontSlider.v3 select {
  border-radius: var(--radius-md);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transform: translateZ(0);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.frontSlider.v3 input:focus, .frontSlider.v3 textarea:focus, .frontSlider.v3 select:focus {
  transform: translateZ(5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-color: #0f3d63;
}
.frontSlider.v3 label {
  color: #0f3d63;
  font-weight: 600;
}

.frontSlider.v4 input, .frontSlider.v4 textarea, .frontSlider.v4 select {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-xl);
}
.frontSlider.v4 input:focus, .frontSlider.v4 textarea:focus, .frontSlider.v4 select:focus {
  background: white;
  border-color: #0f3d63;
  box-shadow: 0 0 0 3px rgba(25, 91, 149, 0.1);
}
.frontSlider.v4 label {
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  font-weight: 600;
}

.frontSlider.v5 input, .frontSlider.v5 textarea, .frontSlider.v5 select {
  border-radius: var(--radius-lg);
  border-color: rgba(0, 162, 175, 0.15);
}
.frontSlider.v5 input:focus, .frontSlider.v5 textarea:focus, .frontSlider.v5 select:focus {
  border-color: #00a2af;
  box-shadow: 0 0 0 3px rgba(0, 162, 175, 0.1);
}
.frontSlider.v5 label {
  color: #374151;
  font-weight: 500;
}

.frontSlider.v6 input, .frontSlider.v6 textarea, .frontSlider.v6 select {
  border-radius: 0;
  border-bottom: 2px solid #e5e7eb;
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.frontSlider.v6 input:focus, .frontSlider.v6 textarea:focus, .frontSlider.v6 select:focus {
  border-bottom-color: #00a2af;
  box-shadow: none;
}
.frontSlider.v6 label {
  color: #00a2af;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: var(--text-xs);
}

.frontSlider.v7 input, .frontSlider.v7 textarea, .frontSlider.v7 select {
  border-radius: 0;
  border: 1px solid #d1d5db;
  box-shadow: none;
}
.frontSlider.v7 input:focus, .frontSlider.v7 textarea:focus, .frontSlider.v7 select:focus {
  border-color: #1f2937;
  box-shadow: none;
}
.frontSlider.v7 label {
  color: #1f2937;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: var(--text-xs);
  font-weight: 400;
}

.frontSlider.v8 input, .frontSlider.v8 textarea, .frontSlider.v8 select {
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 255, 255, 0.3);
  color: white;
  border-radius: var(--radius-lg);
}
.frontSlider.v8 input::placeholder, .frontSlider.v8 textarea::placeholder, .frontSlider.v8 select::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.frontSlider.v8 input:focus, .frontSlider.v8 textarea:focus, .frontSlider.v8 select:focus {
  border-color: #00ffff;
  box-shadow: 0 0 0 3px rgba(0, 255, 255, 0.2), 0 0 20px rgba(0, 255, 255, 0.1);
}
.frontSlider.v8 label {
  color: #00ffff;
  font-weight: 500;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.3);
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.3s;
  border-radius: 24px;
}
.toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}
.toggle-switch input:checked + .slider {
  background-color: #00a2af;
}
.toggle-switch input:checked + .slider:before {
  transform: translateX(24px);
}
.toggle-switch input:focus + .slider {
  box-shadow: 0 0 0 3px rgba(0, 162, 175, 0.1);
}

.global-design-system-block {
  border: 2px dashed #e5e7eb;
  border-radius: var(--radius-xl);
  padding: var(--spacing-xl);
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  margin: var(--spacing-lg) 0;
}
.global-design-system-block .global-design-system-preview .design-preview-header {
  text-align: center;
  margin-bottom: var(--spacing-lg);
}
.global-design-system-block .global-design-system-preview .design-preview-header h3 {
  font-size: var(--text-2xl);
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 var(--spacing-sm) 0;
  font-family: var(--font-family-heading);
}
.global-design-system-block .global-design-system-preview .design-preview-header .current-system {
  color: #64748b;
  font-size: var(--text-sm);
  margin: 0;
}
.global-design-system-block .global-design-system-preview .design-preview-header .current-system strong {
  color: #00a2af;
  font-weight: 600;
}
.global-design-system-block .global-design-system-preview .design-preview-content .preview-elements {
  display: flex;
  gap: var(--spacing-lg);
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: var(--spacing-lg);
}
.global-design-system-block .global-design-system-preview .design-preview-content .preview-elements .preview-button .btn {
  font-size: var(--text-sm);
  padding: 10px 20px;
}
.global-design-system-block .global-design-system-preview .design-preview-content .preview-elements .preview-card {
  max-width: 200px;
  text-align: center;
}
.global-design-system-block .global-design-system-preview .design-preview-content .preview-elements .preview-card svg {
  margin-bottom: var(--spacing-sm);
}
.global-design-system-block .global-design-system-preview .design-preview-content .preview-elements .preview-card h3 {
  font-size: var(--text-lg);
  margin-bottom: var(--spacing-xs);
}
.global-design-system-block .global-design-system-preview .design-preview-content .preview-elements .preview-card p {
  font-size: var(--text-xs);
  margin: 0;
}
.global-design-system-block .global-design-system-preview .design-system-info {
  background: rgba(0, 162, 175, 0.1);
  border: 1px solid rgba(0, 162, 175, 0.2);
  border-radius: var(--radius-lg);
  padding: var(--spacing-md);
}
.global-design-system-block .global-design-system-preview .design-system-info p {
  color: #0f172a;
  font-size: var(--text-sm);
  line-height: var(--leading-relaxed);
  margin: 0;
}
.global-design-system-block .global-design-system-preview .design-system-info p strong {
  color: #00a2af;
}

body.design-v1 {
  --design-primary: #00a2af;
  --design-secondary: #20c997;
  --design-radius: var(--radius-xl);
  --design-shadow: var(--shadow-lg);
}
body.design-v1 .iconTextBlock:not(.frontSlider .iconTextBlock),
body.design-v1 .imageTextBlock:not(.frontSlider .imageTextBlock),
body.design-v1 .billboard:not(.frontSlider .billboard) {
  border-radius: var(--design-radius);
  box-shadow: var(--design-shadow);
}
body.design-v1 .iconTextBlock:not(.frontSlider .iconTextBlock):hover,
body.design-v1 .imageTextBlock:not(.frontSlider .imageTextBlock):hover,
body.design-v1 .billboard:not(.frontSlider .billboard):hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}
body.design-v1 .btn:not(.frontSlider .btn) {
  background: linear-gradient(135deg, var(--design-primary), var(--design-secondary));
  border-radius: 25px;
  padding: 14px 28px;
  font-weight: 600;
  box-shadow: 0 4px 16px rgba(0, 162, 175, 0.3);
}
body.design-v1 .btn:not(.frontSlider .btn):hover {
  box-shadow: 0 6px 24px rgba(0, 162, 175, 0.4);
  transform: translateY(-3px);
}

body.design-v2 {
  --design-bg: rgba(255, 255, 255, 0.1);
  --design-border: rgba(25, 91, 149, 0.2);
  --design-radius: var(--radius-2xl);
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}
body.design-v2 header, body.design-v2 .site-header, body.design-v2 .wp-block-template-part[data-area=header] {
  background: white !important;
  border-bottom: 2px solid rgba(0, 162, 175, 0.2) !important;
  box-shadow: 0 2px 10px rgba(25, 91, 149, 0.1) !important;
}
body.design-v2 footer, body.design-v2 .site-footer, body.design-v2 .wp-block-template-part[data-area=footer] {
  background: white !important;
  border-top: 2px solid rgba(0, 162, 175, 0.2) !important;
  box-shadow: 0 -2px 10px rgba(25, 91, 149, 0.1) !important;
}
body.design-v2 .iconTextBlock:not(.frontSlider .iconTextBlock),
body.design-v2 .imageTextBlock:not(.frontSlider .imageTextBlock),
body.design-v2 .billboard:not(.frontSlider .billboard) {
  background: var(--design-bg);
  backdrop-filter: blur(20px);
  border: 1px solid var(--design-border);
  border-radius: var(--design-radius);
  color: #0f3d63;
}
body.design-v2 .iconTextBlock:not(.frontSlider .iconTextBlock) h1, body.design-v2 .iconTextBlock:not(.frontSlider .iconTextBlock) h2, body.design-v2 .iconTextBlock:not(.frontSlider .iconTextBlock) h3, body.design-v2 .iconTextBlock:not(.frontSlider .iconTextBlock) h4, body.design-v2 .iconTextBlock:not(.frontSlider .iconTextBlock) h5, body.design-v2 .iconTextBlock:not(.frontSlider .iconTextBlock) h6,
body.design-v2 .imageTextBlock:not(.frontSlider .imageTextBlock) h1,
body.design-v2 .imageTextBlock:not(.frontSlider .imageTextBlock) h2,
body.design-v2 .imageTextBlock:not(.frontSlider .imageTextBlock) h3,
body.design-v2 .imageTextBlock:not(.frontSlider .imageTextBlock) h4,
body.design-v2 .imageTextBlock:not(.frontSlider .imageTextBlock) h5,
body.design-v2 .imageTextBlock:not(.frontSlider .imageTextBlock) h6,
body.design-v2 .billboard:not(.frontSlider .billboard) h1,
body.design-v2 .billboard:not(.frontSlider .billboard) h2,
body.design-v2 .billboard:not(.frontSlider .billboard) h3,
body.design-v2 .billboard:not(.frontSlider .billboard) h4,
body.design-v2 .billboard:not(.frontSlider .billboard) h5,
body.design-v2 .billboard:not(.frontSlider .billboard) h6 {
  color: #00a2af;
}
body.design-v2 .iconTextBlock:not(.frontSlider .iconTextBlock) p,
body.design-v2 .imageTextBlock:not(.frontSlider .imageTextBlock) p,
body.design-v2 .billboard:not(.frontSlider .billboard) p {
  color: #0f3d63;
}
body.design-v2 .iconTextBlock:not(.frontSlider .iconTextBlock):hover,
body.design-v2 .imageTextBlock:not(.frontSlider .imageTextBlock):hover,
body.design-v2 .billboard:not(.frontSlider .billboard):hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-4px);
}
body.design-v2 .btn:not(.frontSlider .btn) {
  background: linear-gradient(135deg, rgba(0, 162, 175, 0.8), rgba(0, 162, 175, 0.6));
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 162, 175, 0.4);
  border-radius: 20px;
  color: white;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
body.design-v2 .btn:not(.frontSlider .btn):hover {
  background: linear-gradient(135deg, rgba(0, 162, 175, 0.9), rgba(0, 162, 175, 0.7));
  transform: translateY(-3px);
}

body.design-v3 {
  perspective: 1000px;
  --design-primary: #0f3d63;
  --design-secondary: #195b95;
}
body.design-v3 .iconTextBlock:not(.frontSlider .iconTextBlock),
body.design-v3 .imageTextBlock:not(.frontSlider .imageTextBlock),
body.design-v3 .billboard:not(.frontSlider .billboard) {
  transform: translateZ(0);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 20px rgba(25, 91, 149, 0.2);
}
body.design-v3 .iconTextBlock:not(.frontSlider .iconTextBlock):hover,
body.design-v3 .imageTextBlock:not(.frontSlider .imageTextBlock):hover,
body.design-v3 .billboard:not(.frontSlider .billboard):hover {
  transform: translateZ(20px) scale(1.02);
  box-shadow: 0 25px 50px rgba(25, 91, 149, 0.3);
}
body.design-v3 .btn:not(.frontSlider .btn) {
  background: linear-gradient(135deg, var(--design-primary), var(--design-secondary));
  border-radius: 12px;
  padding: 16px 32px;
  font-weight: 600;
  transform: translateZ(0);
}
body.design-v3 .btn:not(.frontSlider .btn):hover {
  transform: translateY(-4px) translateZ(10px);
  box-shadow: 0 20px 40px rgba(25, 91, 149, 0.4);
}

body.design-v4 {
  background: #ffffff;
  color: #2c2c2c;
}
body.design-v4 .iconTextBlock:not(.frontSlider .iconTextBlock),
body.design-v4 .imageTextBlock:not(.frontSlider .imageTextBlock),
body.design-v4 .billboard:not(.frontSlider .billboard) {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--radius-xl);
  color: #2c2c2c;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
body.design-v4 .iconTextBlock:not(.frontSlider .iconTextBlock) h1, body.design-v4 .iconTextBlock:not(.frontSlider .iconTextBlock) h2, body.design-v4 .iconTextBlock:not(.frontSlider .iconTextBlock) h3, body.design-v4 .iconTextBlock:not(.frontSlider .iconTextBlock) h4, body.design-v4 .iconTextBlock:not(.frontSlider .iconTextBlock) h5, body.design-v4 .iconTextBlock:not(.frontSlider .iconTextBlock) h6,
body.design-v4 .imageTextBlock:not(.frontSlider .imageTextBlock) h1,
body.design-v4 .imageTextBlock:not(.frontSlider .imageTextBlock) h2,
body.design-v4 .imageTextBlock:not(.frontSlider .imageTextBlock) h3,
body.design-v4 .imageTextBlock:not(.frontSlider .imageTextBlock) h4,
body.design-v4 .imageTextBlock:not(.frontSlider .imageTextBlock) h5,
body.design-v4 .imageTextBlock:not(.frontSlider .imageTextBlock) h6,
body.design-v4 .billboard:not(.frontSlider .billboard) h1,
body.design-v4 .billboard:not(.frontSlider .billboard) h2,
body.design-v4 .billboard:not(.frontSlider .billboard) h3,
body.design-v4 .billboard:not(.frontSlider .billboard) h4,
body.design-v4 .billboard:not(.frontSlider .billboard) h5,
body.design-v4 .billboard:not(.frontSlider .billboard) h6 {
  color: #2c2c2c;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}
body.design-v4 .iconTextBlock:not(.frontSlider .iconTextBlock) p,
body.design-v4 .imageTextBlock:not(.frontSlider .imageTextBlock) p,
body.design-v4 .billboard:not(.frontSlider .billboard) p {
  color: #2c2c2c;
}
body.design-v4 .iconTextBlock:not(.frontSlider .iconTextBlock):hover,
body.design-v4 .imageTextBlock:not(.frontSlider .imageTextBlock):hover,
body.design-v4 .billboard:not(.frontSlider .billboard):hover {
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
body.design-v4 .btn:not(.frontSlider .btn) {
  background: linear-gradient(135deg, #0f3d63, #195b95);
  border-radius: 50px;
  padding: 16px 40px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: white;
}
body.design-v4 .btn:not(.frontSlider .btn):hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 8px 25px rgba(25, 91, 149, 0.3);
}

body.design-v5 {
  --design-primary: #00a2af;
  --design-secondary: #20c997;
}
body.design-v5 .iconTextBlock:not(.frontSlider .iconTextBlock),
body.design-v5 .imageTextBlock:not(.frontSlider .imageTextBlock),
body.design-v5 .billboard:not(.frontSlider .billboard) {
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}
body.design-v5 .iconTextBlock:not(.frontSlider .iconTextBlock):hover,
body.design-v5 .imageTextBlock:not(.frontSlider .imageTextBlock):hover,
body.design-v5 .billboard:not(.frontSlider .billboard):hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}
body.design-v5 .btn:not(.frontSlider .btn) {
  background: linear-gradient(135deg, var(--design-primary), var(--design-secondary));
  border-radius: 25px;
  padding: 12px 30px;
  font-weight: 500;
}
body.design-v5 .btn:not(.frontSlider .btn):hover {
  transform: translateY(-2px);
}

body.design-v6 {
  --design-primary: #00a2af;
}
body.design-v6 .iconTextBlock:not(.frontSlider .iconTextBlock),
body.design-v6 .imageTextBlock:not(.frontSlider .imageTextBlock),
body.design-v6 .billboard:not(.frontSlider .billboard) {
  background: white;
}
body.design-v6 .iconTextBlock:not(.frontSlider .iconTextBlock)::after,
body.design-v6 .imageTextBlock:not(.frontSlider .imageTextBlock)::after,
body.design-v6 .billboard:not(.frontSlider .billboard)::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 80px;
  height: 3px;
  background: #195b95;
}
body.design-v6 .iconTextBlock:not(.frontSlider .iconTextBlock) h1, body.design-v6 .iconTextBlock:not(.frontSlider .iconTextBlock) h2, body.design-v6 .iconTextBlock:not(.frontSlider .iconTextBlock) h3, body.design-v6 .iconTextBlock:not(.frontSlider .iconTextBlock) h4, body.design-v6 .iconTextBlock:not(.frontSlider .iconTextBlock) h5, body.design-v6 .iconTextBlock:not(.frontSlider .iconTextBlock) h6,
body.design-v6 .imageTextBlock:not(.frontSlider .imageTextBlock) h1,
body.design-v6 .imageTextBlock:not(.frontSlider .imageTextBlock) h2,
body.design-v6 .imageTextBlock:not(.frontSlider .imageTextBlock) h3,
body.design-v6 .imageTextBlock:not(.frontSlider .imageTextBlock) h4,
body.design-v6 .imageTextBlock:not(.frontSlider .imageTextBlock) h5,
body.design-v6 .imageTextBlock:not(.frontSlider .imageTextBlock) h6,
body.design-v6 .billboard:not(.frontSlider .billboard) h1,
body.design-v6 .billboard:not(.frontSlider .billboard) h2,
body.design-v6 .billboard:not(.frontSlider .billboard) h3,
body.design-v6 .billboard:not(.frontSlider .billboard) h4,
body.design-v6 .billboard:not(.frontSlider .billboard) h5,
body.design-v6 .billboard:not(.frontSlider .billboard) h6 {
  color: var(--design-primary);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
body.design-v6 .btn:not(.frontSlider .btn) {
  background: var(--design-primary);
  border-radius: 0;
  padding: 10px 25px;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}
body.design-v6 .btn:not(.frontSlider .btn):hover {
  background: #00737c;
  transform: translateY(-1px);
}

body.design-v7 {
  background: white;
}
body.design-v7 .iconTextBlock:not(.frontSlider .iconTextBlock),
body.design-v7 .imageTextBlock:not(.frontSlider .imageTextBlock),
body.design-v7 .billboard:not(.frontSlider .billboard) {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0;
  box-shadow: var(--shadow-sm);
}
body.design-v7 .iconTextBlock:not(.frontSlider .iconTextBlock) h1, body.design-v7 .iconTextBlock:not(.frontSlider .iconTextBlock) h2, body.design-v7 .iconTextBlock:not(.frontSlider .iconTextBlock) h3, body.design-v7 .iconTextBlock:not(.frontSlider .iconTextBlock) h4, body.design-v7 .iconTextBlock:not(.frontSlider .iconTextBlock) h5, body.design-v7 .iconTextBlock:not(.frontSlider .iconTextBlock) h6,
body.design-v7 .imageTextBlock:not(.frontSlider .imageTextBlock) h1,
body.design-v7 .imageTextBlock:not(.frontSlider .imageTextBlock) h2,
body.design-v7 .imageTextBlock:not(.frontSlider .imageTextBlock) h3,
body.design-v7 .imageTextBlock:not(.frontSlider .imageTextBlock) h4,
body.design-v7 .imageTextBlock:not(.frontSlider .imageTextBlock) h5,
body.design-v7 .imageTextBlock:not(.frontSlider .imageTextBlock) h6,
body.design-v7 .billboard:not(.frontSlider .billboard) h1,
body.design-v7 .billboard:not(.frontSlider .billboard) h2,
body.design-v7 .billboard:not(.frontSlider .billboard) h3,
body.design-v7 .billboard:not(.frontSlider .billboard) h4,
body.design-v7 .billboard:not(.frontSlider .billboard) h5,
body.design-v7 .billboard:not(.frontSlider .billboard) h6 {
  color: #1f2937;
  font-weight: 300;
  letter-spacing: -0.01em;
}
body.design-v7 .iconTextBlock:not(.frontSlider .iconTextBlock):hover,
body.design-v7 .imageTextBlock:not(.frontSlider .imageTextBlock):hover,
body.design-v7 .billboard:not(.frontSlider .billboard):hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
body.design-v7 .btn:not(.frontSlider .btn) {
  background: transparent;
  border: 2px solid #333;
  color: #333;
  border-radius: 0;
  padding: 15px 40px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
body.design-v7 .btn:not(.frontSlider .btn):hover {
  background: #333;
  color: white;
  transform: translateY(-2px);
}

body.design-v8 {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  color: white;
}
body.design-v8 .iconTextBlock:not(.frontSlider .iconTextBlock),
body.design-v8 .imageTextBlock:not(.frontSlider .imageTextBlock),
body.design-v8 .billboard:not(.frontSlider .billboard) {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: var(--radius-xl);
  color: white;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
}
body.design-v8 .iconTextBlock:not(.frontSlider .iconTextBlock) h1, body.design-v8 .iconTextBlock:not(.frontSlider .iconTextBlock) h2, body.design-v8 .iconTextBlock:not(.frontSlider .iconTextBlock) h3, body.design-v8 .iconTextBlock:not(.frontSlider .iconTextBlock) h4, body.design-v8 .iconTextBlock:not(.frontSlider .iconTextBlock) h5, body.design-v8 .iconTextBlock:not(.frontSlider .iconTextBlock) h6,
body.design-v8 .imageTextBlock:not(.frontSlider .imageTextBlock) h1,
body.design-v8 .imageTextBlock:not(.frontSlider .imageTextBlock) h2,
body.design-v8 .imageTextBlock:not(.frontSlider .imageTextBlock) h3,
body.design-v8 .imageTextBlock:not(.frontSlider .imageTextBlock) h4,
body.design-v8 .imageTextBlock:not(.frontSlider .imageTextBlock) h5,
body.design-v8 .imageTextBlock:not(.frontSlider .imageTextBlock) h6,
body.design-v8 .billboard:not(.frontSlider .billboard) h1,
body.design-v8 .billboard:not(.frontSlider .billboard) h2,
body.design-v8 .billboard:not(.frontSlider .billboard) h3,
body.design-v8 .billboard:not(.frontSlider .billboard) h4,
body.design-v8 .billboard:not(.frontSlider .billboard) h5,
body.design-v8 .billboard:not(.frontSlider .billboard) h6 {
  color: #00ffff;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.3);
}
body.design-v8 .iconTextBlock:not(.frontSlider .iconTextBlock) p,
body.design-v8 .imageTextBlock:not(.frontSlider .imageTextBlock) p,
body.design-v8 .billboard:not(.frontSlider .billboard) p {
  color: rgba(255, 255, 255, 0.8);
}
body.design-v8 .iconTextBlock:not(.frontSlider .iconTextBlock):hover,
body.design-v8 .imageTextBlock:not(.frontSlider .imageTextBlock):hover,
body.design-v8 .billboard:not(.frontSlider .billboard):hover {
  border-color: #00ffff;
  box-shadow: 0 0 30px rgba(0, 255, 255, 0.2);
  transform: translateY(-4px);
}
body.design-v8 .btn:not(.frontSlider .btn) {
  background: linear-gradient(135deg, #00ffff, #0080ff);
  border-radius: 25px;
  padding: 16px 40px;
  color: #000;
  font-weight: 600;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.3);
}
body.design-v8 .btn:not(.frontSlider .btn):hover {
  transform: translateY(-3px);
  box-shadow: 0 0 30px rgba(0, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
  .global-design-system-block {
    padding: var(--spacing-lg);
  }
  .global-design-system-block .design-preview-content .preview-elements {
    flex-direction: column;
    gap: var(--spacing-md);
  }
  body[class*=design-] .iconTextBlock:not(.frontSlider .iconTextBlock):hover,
  body[class*=design-] .imageTextBlock:not(.frontSlider .imageTextBlock):hover,
  body[class*=design-] .billboard:not(.frontSlider .billboard):hover {
    transform: none;
  }
  body[class*=design-] .btn:not(.frontSlider .btn):hover {
    transform: none;
  }
}
.frontend-design-controller {
  position: fixed;
  top: 50%;
  right: -250px;
  transform: translateY(-50%);
  z-index: 999999;
  font-family: var(--font-family-primary);
  transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.frontend-design-controller.visible {
  right: 20px;
}
body.admin-bar .frontend-design-controller {
  top: calc(50% + 16px);
}
@media screen and (max-width: 768px) {
  .frontend-design-controller {
    top: auto;
    bottom: -200px;
    right: 20px;
    left: 20px;
    transform: none;
    transition: bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .frontend-design-controller.visible {
    bottom: 20px;
  }
  body.admin-bar .frontend-design-controller {
    bottom: -200px;
  }
  body.admin-bar .frontend-design-controller.visible {
    bottom: 20px;
  }
}

.design-controller-toggle {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #00a2af, #20c997);
  border-radius: 25px 0 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  color: white;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.design-controller-toggle:hover {
  left: -45px;
  box-shadow: -8px 0 25px rgba(0, 0, 0, 0.3);
  transform: translateY(-50%) scale(1.05);
}
@media screen and (max-width: 768px) {
  .design-controller-toggle {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    border-radius: 25px;
    margin: 0 auto 15px;
  }
  .design-controller-toggle:hover {
    left: auto;
    transform: scale(1.05);
  }
}

.design-controller-panel {
  width: 280px;
  background: white;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .design-controller-panel {
    width: 100%;
    border-radius: var(--radius-lg);
  }
}

.design-controller-header {
  background: linear-gradient(135deg, #00a2af, #20c997);
  color: white;
  padding: var(--spacing-md) var(--spacing-lg);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.design-controller-header h3 {
  margin: 0;
  font-size: var(--text-lg);
  font-weight: 600;
  color: white;
}
.design-controller-header .close-btn {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}
.design-controller-header .close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

.design-controller-content {
  padding: var(--spacing-lg);
}
.design-controller-content label {
  display: block;
  font-weight: 500;
  font-size: var(--text-sm);
  color: #374151;
  margin-bottom: var(--spacing-sm);
}
.design-controller-content .design-selector {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d1d5db;
  border-radius: var(--radius-md);
  font-size: var(--text-sm);
  background: white;
  cursor: pointer;
  margin-bottom: var(--spacing-lg);
  transition: border-color 0.2s ease;
}
.design-controller-content .design-selector:focus {
  outline: none;
  border-color: #00a2af;
  box-shadow: 0 0 0 3px rgba(0, 162, 175, 0.1);
}
.design-controller-content .design-options {
  margin-bottom: var(--spacing-lg);
}
.design-controller-content .design-options .checkbox-label {
  display: flex;
  align-items: center;
  margin-bottom: var(--spacing-sm);
  font-size: var(--text-sm);
  cursor: pointer;
}
.design-controller-content .design-options .checkbox-label input[type=checkbox] {
  margin-right: var(--spacing-sm);
  margin-bottom: 0;
}
.design-controller-content .design-options .checkbox-label:last-child {
  margin-bottom: 0;
}
.design-controller-content .design-actions {
  display: flex;
  gap: var(--spacing-sm);
}
.design-controller-content .design-actions button {
  flex: 1;
  padding: 8px 16px;
  border: 1px solid #d1d5db;
  border-radius: var(--radius-md);
  background: white;
  color: #374151;
  font-size: var(--text-xs);
  cursor: pointer;
  transition: all 0.2s ease;
}
.design-controller-content .design-actions button:hover {
  background: #f9fafb;
  border-color: #9ca3af;
}
.design-controller-content .design-actions button.btn-reset {
  color: #dc2626;
  border-color: #fca5a5;
}
.design-controller-content .design-actions button.btn-reset:hover {
  background: #fef2f2;
  border-color: #dc2626;
}

.design-system-notification {
  position: fixed;
  top: 100px;
  right: 20px;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  padding: var(--spacing-md) var(--spacing-lg);
  border-radius: var(--radius-lg);
  font-size: var(--text-sm);
  font-weight: 500;
  z-index: 1000000;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 300px;
}
.design-system-notification.show {
  transform: translateX(0);
  opacity: 1;
}
body.admin-bar .design-system-notification {
  top: 132px;
}
@media screen and (max-width: 768px) {
  .design-system-notification {
    top: 80px;
    right: 20px;
    left: 20px;
    max-width: none;
    text-align: center;
  }
  body.admin-bar .design-system-notification {
    top: 126px;
  }
}

body.design-v2 .frontend-design-controller .design-controller-panel {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: white;
}
body.design-v2 .frontend-design-controller .design-controller-panel .design-controller-content label {
  color: rgba(255, 255, 255, 0.9);
}
body.design-v2 .frontend-design-controller .design-controller-panel .design-controller-content .design-selector {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
}
body.design-v2 .frontend-design-controller .design-controller-panel .design-controller-content .design-selector option {
  background: #1a1a1a;
  color: white;
}
body.design-v2 .frontend-design-controller .design-controller-panel .design-controller-content .checkbox-label {
  color: rgba(255, 255, 255, 0.9);
}
body.design-v2 .frontend-design-controller .design-controller-panel .design-controller-content .design-actions button {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
}
body.design-v2 .frontend-design-controller .design-controller-panel .design-controller-content .design-actions button:hover {
  background: rgba(255, 255, 255, 0.2);
}

body.design-v8 .frontend-design-controller .design-controller-toggle {
  background: linear-gradient(135deg, #00ffff, #0080ff);
  color: #000;
  box-shadow: -5px 0 15px rgba(0, 255, 255, 0.3);
}
body.design-v8 .frontend-design-controller .design-controller-header {
  background: linear-gradient(135deg, #00ffff, #0080ff);
  color: #000;
}
body.design-v8 .frontend-design-controller .design-controller-header h3 {
  color: #000;
}
body.design-v8 .frontend-design-controller .design-controller-header .close-btn {
  color: #000;
}
body.design-v8 .frontend-design-controller .design-controller-header .close-btn:hover {
  background: rgba(0, 0, 0, 0.1);
}
body.design-v8 .frontend-design-controller .design-controller-panel {
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(0, 255, 255, 0.3);
  color: white;
}
body.design-v8 .frontend-design-controller .design-controller-panel .design-controller-content label {
  color: #00ffff;
}
body.design-v8 .frontend-design-controller .design-controller-panel .design-controller-content .design-selector {
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 255, 255, 0.3);
  color: white;
}
body.design-v8 .frontend-design-controller .design-controller-panel .design-controller-content .design-selector:focus {
  border-color: #00ffff;
  box-shadow: 0 0 0 3px rgba(0, 255, 255, 0.2);
}
body.design-v8 .frontend-design-controller .design-controller-panel .design-controller-content .design-selector option {
  background: #1a1a1a;
  color: white;
}
body.design-v8 .frontend-design-controller .design-controller-panel .design-controller-content .checkbox-label {
  color: rgba(255, 255, 255, 0.9);
}
body.design-v8 .frontend-design-controller .design-controller-panel .design-controller-content .design-actions button {
  background: rgba(0, 255, 255, 0.1);
  border: 1px solid rgba(0, 255, 255, 0.3);
  color: #00ffff;
}
body.design-v8 .frontend-design-controller .design-controller-panel .design-controller-content .design-actions button:hover {
  background: rgba(0, 255, 255, 0.2);
}

@media screen and (max-width: 480px) {
  .frontend-design-controller .design-controller-panel {
    border-radius: var(--radius-md);
  }
  .frontend-design-controller .design-controller-content {
    padding: var(--spacing-md);
  }
  .frontend-design-controller .design-controller-toggle {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  .design-system-notification {
    font-size: var(--text-xs);
    padding: var(--spacing-sm) var(--spacing-md);
  }
}
:root {
  --font-family-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-family-heading: "GalanoGrotesque", var(--font-family-primary);
  --font-family-mono: "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, "Courier New", monospace;
  --text-xs: 0.75rem; /* 12px */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  --text-xl: 1.25rem; /* 20px */
  --text-2xl: 1.5rem; /* 24px */
  --text-3xl: 1.875rem; /* 30px */
  --text-4xl: 2.25rem; /* 36px */
  --text-5xl: 3rem; /* 48px */
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;
  --spacing-xs: 0.25rem; /* 4px */
  --spacing-sm: 0.5rem; /* 8px */
  --spacing-md: 1rem; /* 16px */
  --spacing-lg: 1.5rem; /* 24px */
  --spacing-xl: 2rem; /* 32px */
  --spacing-2xl: 3rem; /* 48px */
  --spacing-3xl: 4rem; /* 64px */
  --radius-sm: 0.375rem; /* 6px */
  --radius-md: 0.5rem; /* 8px */
  --radius-lg: 0.75rem; /* 12px */
  --radius-xl: 1rem; /* 16px */
  --radius-2xl: 1.5rem; /* 24px */
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

div.wp-block-column p, div.wp-block-column ul {
  line-height: 2rem !important;
}

* {
  box-sizing: border-box;
}

html body.block-editor-page.post-type-page .wp-block, html body.block-editor-page.post-type-page :where(.wp-block) {
  max-width: 1600px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  overflow-x: hidden !important;
}

body.block-editor-page.post-type-page-DEPRECATED .editor-post-author__panel {
  display: none !important;
}
html body.block-editor-page.post-type-page-DEPRECATED .wp-block, html body.block-editor-page.post-type-page-DEPRECATED :where(.wp-block) {
  max-width: 1600px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  overflow-x: hidden !important;
}
html body.block-editor-page.post-type-page-DEPRECATED div.wp-block-column {
  text-align: center;
}
html body.block-editor-page.post-type-page-DEPRECATED, body.block-editor-page.post-type-page-DEPRECATED {
  background-color: #fcfcfc;
  font-weight: normal;
}
body.block-editor-page.post-type-page-DEPRECATED .wp-block {
  overflow: visible !important;
}
body.block-editor-page.post-type-page-DEPRECATED fieldset.block-fieldset {
  border: 1px solid #ccc !important;
  margin: 10px auto 10px auto;
}
body.block-editor-page.post-type-page-DEPRECATED fieldset.block-fieldset legend {
  text-transform: uppercase;
  color: #333;
}
body.block-editor-page.post-type-page-DEPRECATED .block-editor-link-control {
  min-width: 100% !important;
}
html body.block-editor-page.post-type-page-DEPRECATED :where(p.wp-block) {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}
body.block-editor-page.post-type-page-DEPRECATED .editor-styles-wrapper {
  font-size: 26px;
}
body.block-editor-page.post-type-page-DEPRECATED .editor-styles-wrapper h1, body.block-editor-page.post-type-page-DEPRECATED .editor-styles-wrapper h2, body.block-editor-page.post-type-page-DEPRECATED .editor-styles-wrapper h3, body.block-editor-page.post-type-page-DEPRECATED .editor-styles-wrapper h4 {
  font-family: GalanoGrotesque, sans-serif;
}
@media screen and (max-width: 2200px) {
  body.block-editor-page.post-type-page-DEPRECATED .editor-styles-wrapper {
    font-size: 22px;
  }
}
@media screen and (max-width: 1700px) {
  body.block-editor-page.post-type-page-DEPRECATED .editor-styles-wrapper {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  body.block-editor-page.post-type-page-DEPRECATED .editor-styles-wrapper {
    font-size: 16px;
  }
}
body.block-editor-page.post-type-page-DEPRECATED div.wp-block-column {
  text-align: center;
}
body.block-editor-page.post-type-page-DEPRECATED div.wp-block-column p, body.block-editor-page.post-type-page-DEPRECATED div.wp-block-column ul {
  font-size: 1rem !important;
  line-height: 2rem !important;
  text-align: left;
}
body.block-editor-page.post-type-page-DEPRECATED p {
  font-size: var(--text-base);
  line-height: var(--leading-relaxed);
  margin: 0 !important;
  margin-bottom: var(--spacing-lg) !important;
  font-family: var(--font-family-primary);
  color: #374151;
  font-weight: 400;
}
body.block-editor-page.post-type-page-DEPRECATED h1, body.block-editor-page.post-type-page-DEPRECATED h2, body.block-editor-page.post-type-page-DEPRECATED h3, body.block-editor-page.post-type-page-DEPRECATED h4, body.block-editor-page.post-type-page-DEPRECATED h5, body.block-editor-page.post-type-page-DEPRECATED h6 {
  font-family: var(--font-family-heading);
  font-weight: 600;
  line-height: var(--leading-tight);
  color: #1f2937;
  margin: 0 0 var(--spacing-md) 0;
}
body.block-editor-page.post-type-page-DEPRECATED h1 {
  font-size: var(--text-4xl);
  font-weight: 700;
  letter-spacing: -0.025em;
}
body.block-editor-page.post-type-page-DEPRECATED h2 {
  font-size: var(--text-3xl);
  font-weight: 600;
  letter-spacing: -0.025em;
}
body.block-editor-page.post-type-page-DEPRECATED h3 {
  font-size: var(--text-2xl);
  font-weight: 600;
}
body.block-editor-page.post-type-page-DEPRECATED h4 {
  font-size: var(--text-xl);
  font-weight: 600;
}
body.block-editor-page.post-type-page-DEPRECATED h5 {
  font-size: var(--text-lg);
  font-weight: 600;
}
body.block-editor-page.post-type-page-DEPRECATED h6 {
  font-size: var(--text-base);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
body.block-editor-page.post-type-page-DEPRECATED div.is-desktop-preview, body.block-editor-page.post-type-page-DEPRECATED div.is-desktop-preview p {
  font-family: GalanoGrotesque, sans-serif !important;
}
body.block-editor-page.post-type-page-DEPRECATED div.wp-block-column p.has-medium-font-size, body.block-editor-page.post-type-page-DEPRECATED div.wp-block-column ul.has-medium-font-size, body.block-editor-page.post-type-page-DEPRECATED div.sectionHolder p.has-medium-font-size, body.block-editor-page.post-type-page-DEPRECATED div.sectionHolder ul.has-medium-font-size {
  font-size: 1.3em !important;
  line-height: 1.6em !important;
  margin-bottom: 0px !important;
}
body.block-editor-page.post-type-page-DEPRECATED div.wp-block-column p.has-large-font-size, body.block-editor-page.post-type-page-DEPRECATED div.wp-block-column ul.has-large-font-size, body.block-editor-page.post-type-page-DEPRECATED div.sectionHolder p.has-large-font-size, body.block-editor-page.post-type-page-DEPRECATED div.sectionHolder ul.has-large-font-size {
  font-size: 2em !important;
  line-height: 1.6em !important;
  margin-bottom: 0px !important;
}
body.block-editor-page.post-type-page-DEPRECATED .nospace, body.block-editor-page.post-type-page-DEPRECATED .wp-block-column p.nospace, body.block-editor-page.post-type-page-DEPRECATED div.sectionHolder p.nospace {
  line-height: 1em !important;
}
body.block-editor-page.post-type-page-DEPRECATED div.wp-block-column p.has-x-large-font-size, body.block-editor-page.post-type-page-DEPRECATED div.wp-block-column ul.has-x-large-font-size, body.block-editor-page.post-type-page-DEPRECATED div.sectionHolder p.has-x-large-font-size, body.block-editor-page.post-type-page-DEPRECATED div.sectionHolder ul.has-x-large-font-size {
  font-size: 2.5em !important;
  line-height: 1.6em !important;
  margin-bottom: 0px !important;
}
body.block-editor-page.post-type-page-DEPRECATED blockquote {
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  display: block;
  position: relative;
  padding: 10px;
  padding-left: 30px;
}
body.block-editor-page.post-type-page-DEPRECATED blockquote::before {
  content: "“";
  font-family: serif;
  font-size: 60px;
  position: absolute;
  top: 20px;
  left: 0px;
}
body.block-editor-page.post-type-page-DEPRECATED blockquote .citation, body.block-editor-page.post-type-page-DEPRECATED blockquote cite {
  display: block;
  text-align: right;
  margin-top: 6px;
  opacity: 0.8;
  font-size: 16px;
}
body.block-editor-page.post-type-page-DEPRECATED blockquote .citation i, body.block-editor-page.post-type-page-DEPRECATED blockquote .citation em, body.block-editor-page.post-type-page-DEPRECATED blockquote cite i, body.block-editor-page.post-type-page-DEPRECATED blockquote cite em {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  text-align: right;
}
body.block-editor-page.post-type-page-DEPRECATED hr.wp-block-separator {
  border: 0px;
  border-bottom: 1px solid #ececec;
}
html body.block-editor-page.post-type-page-DEPRECATED div.block-editor-block-list__block.wp-block.wp-block-theme-blocks-donate, html body.block-editor-page.post-type-page-DEPRECATED div.block-editor-block-list__block.wp-block.wp-block-theme-blocks-contact-form {
  max-width: 100% !important;
}
html body.block-editor-page.post-type-page-DEPRECATED .wp-block, html body.block-editor-page.post-type-page-DEPRECATED :where(.wp-block-columns), body.block-editor-page.post-type-page-DEPRECATED .wp-block-columns {
  width: 1400px;
  max-width: 100% !important;
  margin: 0px auto 0px auto;
}
body.block-editor-page.post-type-page-DEPRECATED .editor-styles-wrapper {
  overflow-x: hidden !important;
}
@media screen and (max-width: 750px) {
  body.block-editor-page.post-type-page-DEPRECATED .wp-block-columns {
    gap: 12px;
    margin-bottom: 12px;
    padding: 0px 0px 0px 0px;
  }
}
@media screen and (min-width: 751px) {
  body.block-editor-page.post-type-page-DEPRECATED .wp-block-column:has(.iconTextBlock) {
    padding-bottom: 30px;
  }
}
body.block-editor-page.post-type-page-DEPRECATED .sectionHolder figure.wp-block-table.is-style-regular {
  overflow-y: auto;
}
body.block-editor-page.post-type-page-DEPRECATED .sectionHolder figure.wp-block-table.is-style-regular table.has-fixed-layout {
  min-width: 600px;
}
body.block-editor-page.post-type-page-DEPRECATED .sectionHolder figure.wp-block-table.is-style-regular table.has-fixed-layout thead {
  border-bottom: 0px !important;
}
body.block-editor-page.post-type-page-DEPRECATED .sectionHolder figure.wp-block-table.is-style-regular table.has-fixed-layout thead tr th {
  font-size: 16px !important;
  border: 0px;
  opacity: 0.5;
  border-bottom: 1px solid #ccc;
}
body.block-editor-page.post-type-page-DEPRECATED .sectionHolder figure.wp-block-table.is-style-regular table.has-fixed-layout tbody tr td {
  border: 0px;
  border-bottom: 1px solid #ccc;
}

.logoGallery {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr)) !important;
  column-gap: 20px !important;
  row-gap: 10px !important;
}
.logoGallery figure {
  width: 100% !important;
}
.logoGallery figure img {
  object-fit: contain !important;
  object-position: center center !important;
}

.imageUploadPlaceholder {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  line-height: 0px;
}
.imageUploadPlaceholder button {
  width: 100% !important;
}
.imageUploadPlaceholder img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin: 0px;
  padding: 0px;
  object-position: center center;
}

.is-desktop-preview {
  width: 1224px !important;
  max-width: 100% !important;
  margin: 0px auto 0px auto !important;
  font-size: 16px !important;
  font-family: Helvetica, sans-serif !important;
  line-height: 24px !important;
}
.is-desktop-preview p {
  font-size: 16px !important;
  font-family: Helvetica, sans-serif !important;
  line-height: 24px !important;
}

.editor-post-title {
  font-family: "DM Serif Display", serif !important;
  width: 724px !important;
  max-width: 100% !important;
  margin: 0px auto 0px auto !important;
}

.edit-post-visual-editor__content-area {
  background-color: #fff !important;
}

.editor-visual-editor {
  font-family: GalanoGrotesque, sans-serif;
}

.imageButton {
  display: inline-block;
  width: 100%;
  color: #423133;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.imageButton img {
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.imageButton h3 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 0px;
  margin: 0px;
}
.imageButton span {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0px 6px 0px 6px;
}
.imageButton span svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 6px;
  color: #fff;
}

.sectionHeader {
  padding: 0px 0px 20px 0px;
  display: inline-block;
  width: 100%;
  font-family: GalanoGrotesque, sans-serif;
}
@media screen and (max-width: 600px) {
  .sectionHeader {
    text-align: center !important;
  }
  .sectionHeader h3 {
    text-align: center !important;
  }
  .sectionHeader h6 {
    text-align: center !important;
  }
}
.sectionHeader h1, .sectionHeader h2, .sectionHeader h3, .sectionHeader h4 {
  font-family: GalanoGrotesque, sans-serif;
  margin: 0px;
  padding: 0px;
}
.sectionHeader h1.center, .sectionHeader h2.center, .sectionHeader h3.center, .sectionHeader h4.center {
  text-align: center;
}
.sectionHeader h1.teal, .sectionHeader h2.teal, .sectionHeader h3.teal, .sectionHeader h4.teal {
  color: #00a2af;
}
.sectionHeader h3 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: lighter;
}
.sectionHeader h6 {
  font-size: 0.8rem;
  line-height: 0.8rem;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: normal;
  padding-bottom: 4px;
  border-bottom: 1px solid #423133;
  color: #423133;
  display: inline-block;
}
.sectionHeader h6.center {
  margin: 0px auto 8px auto;
}
.sectionHeader h6.white {
  border-bottom: 2px solid #fff;
  color: #fff;
}
.sectionHeader h6.teal {
  border-bottom: 2px solid #00a2af;
  color: #00a2af;
}
.sectionHeader h6.orange {
  border-bottom: 2px solid #195b95;
  color: #195b95;
}
.sectionHeader h6.yellow {
  border-bottom: 2px solid #f0e18d;
  color: #f0e18d;
}
.sectionHeader.extralarge h3 {
  font-size: 3.4rem;
  line-height: 3.8rem;
}
.sectionHeader.large h3 {
  font-size: 2.4rem;
  line-height: 2.8rem;
}
.sectionHeader.small h3 {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
@media screen and (max-width: 550px) {
  .sectionHeader {
    padding: 0px 0px 0px 0px;
  }
  .sectionHeader.extralarge h3 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}

div.wp-block-column .iconTextBlock, .iconTextBlock {
  padding: var(--spacing-xl);
  font-family: var(--font-family-primary);
  height: 100%;
  border-radius: var(--radius-xl);
  background: white;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
div.wp-block-column .iconTextBlock.showBorder, .iconTextBlock.showBorder {
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: var(--shadow-sm);
}
div.wp-block-column .iconTextBlock.showBorder:hover, .iconTextBlock.showBorder:hover {
  border-color: rgba(0, 162, 175, 0.2);
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}
div.wp-block-column .iconTextBlock:not(.showBorder), .iconTextBlock:not(.showBorder) {
  border: 1px solid transparent;
}
div.wp-block-column .iconTextBlock:not(.showBorder):hover, .iconTextBlock:not(.showBorder):hover {
  background: #f8f9fa;
  border-color: rgba(0, 162, 175, 0.1);
}
@media screen and (max-width: 780px) {
  div.wp-block-column .iconTextBlock, .iconTextBlock {
    margin-bottom: var(--spacing-md);
    padding: var(--spacing-lg);
  }
}
div.wp-block-column .iconTextBlock svg, .iconTextBlock svg {
  width: 48px;
  height: 48px;
  color: #00a2af;
  margin-bottom: var(--spacing-md);
  transition: transform 0.3s ease;
}
div.wp-block-column .iconTextBlock:hover svg, .iconTextBlock:hover svg {
  transform: scale(1.1);
  color: #00737c;
}
div.wp-block-column .iconTextBlock h3, .iconTextBlock h3 {
  font-size: var(--text-xl);
  line-height: var(--leading-tight);
  font-family: var(--font-family-heading);
  font-weight: lighter;
  color: #1f2937;
  margin-bottom: var(--spacing-sm);
}
div.wp-block-column .iconTextBlock p, .iconTextBlock p {
  line-height: var(--leading-relaxed) !important;
  text-align: inherit !important;
  color: #6b7280;
  font-size: var(--text-sm);
  margin: 0;
}

.Teal .iconTextBlock {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  background: rgba(0, 162, 175, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

@media screen and (max-width: 600px) {
  .iconTextBlock {
    margin-bottom: 0px;
  }
}
.card-slider {
  list-style: none;
  padding: 20px 20px 60px 20px;
  margin: 20px auto 20px auto;
  width: 900px;
  height: 680px;
  clear: both;
  max-width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.card-slider .arrow-previous, .card-slider .arrow-next {
  position: absolute;
  top: calc(50% - 50px);
  background-color: #fcfcfc;
  display: none;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 25px;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease-in-out;
  color: #ccc;
  border: 1px solid #ccc;
  cursor: default;
}
.card-slider .arrow-previous.active, .card-slider .arrow-next.active {
  display: flex;
  color: #00a2af;
  border: 1px solid #00a2af;
  cursor: pointer;
}
.card-slider .arrow-previous.active:hover, .card-slider .arrow-next.active:hover {
  background-color: #00a2af;
  color: #fff;
}
.card-slider .arrow-previous {
  left: 10px;
}
.card-slider .arrow-next {
  right: 10px;
}
.card-slider .dots {
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.card-slider .dots div {
  width: 16px;
  height: 16px;
  margin: 0px 10px 0px 10px;
  border-radius: 8px;
  background-color: #ccc;
  cursor: pointer;
}
.card-slider .dots div.active {
  background-color: #195b95;
}
.card-slider li {
  position: absolute;
  left: -100%;
  top: 0px;
  list-style: none;
  padding: 20px;
  width: 100%;
  height: 640px;
}
.card-slider li .slide {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 8px;
  display: grid;
  height: 100%;
  overflow: hidden;
  grid-template-columns: 50% 50%;
}
.card-slider li img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center center;
}
.card-slider li .content {
  padding: 30px 40px 30px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.card-slider li .content h5 {
  font-size: 1rem;
  line-height: 1.2rem;
  display: block;
  width: fit-content;
  margin: 0px auto 10px auto;
  padding: 0px 0px 10px 0px;
  color: #00a2af;
  border-bottom: 2px solid #00a2af;
  text-align: center;
}
.card-slider li .content h3 {
  font-size: 2rem;
  line-height: 2.6rem;
}
.card-slider li .content p {
  font-size: 1rem;
  line-height: 2rem;
  text-align: left;
}
.card-slider li.focusLeft {
  animation: focusLeft 0.4s linear forwards;
}
.card-slider li.unfocusLeft {
  animation: unfocusLeft 0.4s linear forwards;
}
.card-slider li.focusRight {
  animation: focusRight 0.4s linear forwards;
}
.card-slider li.unfocusRight {
  animation: unfocusRight 0.4s linear forwards;
}

@keyframes focusLeft {
  from {
    left: 100%;
  }
  to {
    left: 0px;
  }
}
@keyframes unfocusLeft {
  from {
    left: 0px;
  }
  to {
    left: -100%;
  }
}
@keyframes focusRight {
  from {
    left: -100%;
  }
  to {
    left: 0px;
  }
}
@keyframes unfocusRight {
  from {
    left: 0px;
  }
  to {
    left: 100%;
  }
}
@media screen and (max-width: 600px) {
  .card-slider li .slide {
    grid-template-columns: 100%;
    grid-auto-flow: row;
    position: relative;
  }
  .card-slider li .slide img {
    height: 250px;
  }
  .card-slider li .slide::after {
    position: absolute;
    bottom: 0px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    left: 0px;
    content: "Continue Reading";
    text-align: center;
    cursor: pointer;
    color: #00a2af;
    display: block;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 10px;
    text-shadow: 0px 0px 4px #fcfcfc;
    text-decoration: underline;
    background: linear-gradient(to bottom, transparent, #fcfcfc);
  }
}
.slider-v2 {
  display: grid;
  grid-template-columns: 100px auto;
  margin-top: 50px;
}
.slider-v2 .icons .iconStick {
  position: sticky;
  top: 100px;
}
.slider-v2 .icons .iconStick div {
  color: #ccc;
  margin: 20px 10px 20px 10px;
}
.slider-v2 .icons .iconStick div svg {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.slider-v2 .icons .iconStick div.active {
  opacity: 1;
  color: #195b95;
}
.slider-v2 .content {
  background-color: #00a2af;
  display: none;
  padding: 30px;
  grid-template-columns: 33% auto;
  gap: 40px;
}
.slider-v2 .content.active {
  display: grid;
}
.slider-v2 .content.active .description {
  animation: fadeIn 0.6s ease-in-out forwards;
  transform-origin: center left;
}
.slider-v2 .content .platform-image {
  position: relative;
}
.slider-v2 .content .platform-image img {
  position: absolute;
  width: 100%;
  top: -80px;
  left: 0px;
  height: calc(100% + 80px);
  object-fit: cover;
}
.slider-v2 .content .description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.slider-v2 .content .description h4 {
  font-size: 1.3rem;
  line-height: 1.6rem;
}
.slider-v2 .content .description h4, .slider-v2 .content .description p {
  max-width: 320px;
}
.slider-v2 .content .description p {
  line-height: 1.8rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media screen and (max-width: 600px) {
  .slider-v2 {
    grid-template-columns: 50px auto;
  }
  .slider-v2 .icons .iconStick div {
    margin: 10px 5px 10px 5px;
  }
  .slider-v2 .content {
    grid-template-columns: 100%;
    grid-template-rows: 200px auto;
  }
}
.pressreleases {
  width: 100%;
  overflow-x: auto;
  padding: 30px 0px 60px 0px;
  display: block;
  position: relative;
}
.pressreleases h3 {
  font-size: 2.4rem;
  line-height: 2.7rem;
  color: #00a2af;
  text-align: center;
}
.pressreleases .scroll {
  display: flex;
  width: 1200px;
  justify-content: space-evenly;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  margin: 0px auto 0px auto;
}
.pressreleases .scroll .col {
  scroll-snap-align: start;
  flex-basis: 0;
  flex-grow: 1;
  padding: 10px;
  width: 300px;
}
.pressreleases .scroll .col a.item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
}
.pressreleases .scroll .col a.item img {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center center;
  background-color: #00a2af;
  margin-bottom: 4px;
}
.pressreleases .scroll .col a.item small {
  font-size: 0.8rem;
  line-height: 1rem;
  display: block;
  margin-top: 3px;
  opacity: 0.6;
  font-weight: 100;
  color: #423133;
  text-transform: uppercase;
}
.pressreleases .scroll .col a.item h4 {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #423133;
  margin: 0px;
  padding: 4px 0px;
  font-weight: 100;
}

.sectionHolder {
  position: static;
  /*
      position:relative;
      &:before{
          position:absolute;

          top:0px;
          left:0px;
          z-index:0;
          width:100%;
          height:100%;
          display:block;
          content:'';
          background:linear-gradient(to right,#fcfcfc 30%, transparent);
      }
  */
}
.sectionHolder img, .sectionHolder iframe {
  border-radius: 6px;
}
.sectionHolder.Brown {
  color: #fff;
}
.sectionHolder.Brown a {
  color: #fff;
}
.sectionHolder.Brown:before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: none;
  content: "";
  background: linear-gradient(to right, #423133 30%, transparent);
}
.sectionHolder.Orange {
  color: #fff;
}
.sectionHolder.Orange a {
  color: #fff;
}
.sectionHolder.Orange:before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: none;
  content: "";
  background: linear-gradient(to right, #195b95 30%, transparent);
}
.sectionHolder.Teal, .sectionHolder.Blue {
  color: #fff;
}
.sectionHolder.Teal.Light, .sectionHolder.Blue.Light {
  color: #000;
}
.sectionHolder.Teal a, .sectionHolder.Blue a {
  color: #fff;
}
.sectionHolder.Teal:before, .sectionHolder.Blue:before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: none;
  content: "";
  background: linear-gradient(to right, #00a2af 30%, transparent);
}
.sectionHolder.pattern {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sectionHolder.pattern .container {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.sectionHolder.pattern .container:before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: none;
  content: "";
  background: linear-gradient(to right, #fcfcfc 30%, transparent);
}
.sectionHolder.Brown {
  color: #fff;
  color: #fff;
}
.sectionHolder.Brown a {
  color: #fff;
}
.sectionHolder.Brown.pattern .container:before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: none;
  content: "";
  background: linear-gradient(to right, #423133 30%, transparent);
}
.sectionHolder.Black {
  color: #fff;
  color: #fff;
}
.sectionHolder.Black a {
  color: #fff;
}
.sectionHolder.Black.pattern .container:before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: linear-gradient(to right, #000 30%, transparent);
}
.sectionHolder.Teal {
  color: #fff;
  color: #fff;
}
.sectionHolder.Teal a {
  color: #fff;
}
.sectionHolder.Teal.pattern .container:before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: none;
  content: "";
  background: linear-gradient(to right, #00a2af 30%, transparent);
}
.sectionHolder.Yellow.pattern .container:before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: none;
  content: "";
  background: linear-gradient(to right, #f0e18d 30%, transparent);
}
.sectionHolder.Green {
  color: #fff;
}
.sectionHolder.Green.pattern .container:before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: none;
  content: "";
  background: linear-gradient(to right, #b8be36 30%, transparent);
}
.sectionHolder.Orange {
  color: #fff;
}
.sectionHolder.Orange.pattern .container:before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: none;
  content: "";
  background: linear-gradient(to right, #195b95 30%, transparent);
}
.sectionHolder .holderInnerBlocks {
  position: static;
}
.sectionHolder .container {
  width: 1650px;
  max-width: 100%;
  display: block;
  margin: 0px auto 0px auto;
  padding: 50px 10px 50px 10px;
}
@media screen and (max-width: 750px) {
  .sectionHolder .container {
    padding: 20px 20px 20px 20px;
  }
}
.sectionHolder .container.extraNarrow {
  width: 600px;
  max-width: 100%;
}
.sectionHolder .container.narrower {
  width: 800px;
  max-width: 100%;
}
.sectionHolder .container.narrow {
  width: 1200px;
  max-width: 100%;
}
.sectionHolder .container.wide {
  width: 2500px;
  max-width: 100%;
}
.sectionHolder .container.full {
  width: 100%;
  max-width: 100%;
}

.editor-visual-editor .sectionHolder {
  margin: 0px;
  border: 1px dashed #ccc;
}
.editor-visual-editor .sectionHolder .container {
  padding: 50px 10px 50px 10px;
}

.sectionHolder.noPadding .components-resizable-box__container {
  height: 100% !important;
}
.sectionHolder.noPadding .container {
  padding: 0px;
}
.sectionHolder.noPadding .container .wp-block-columns .wp-block-column:nth-child(1) figure, .sectionHolder.noPadding .container .wp-block-columns .wp-block-column:nth-child(1) img {
  height: 100% !important;
  object-fit: cover;
}
.sectionHolder.noPadding .container .wp-block-columns .wp-block-column:nth-child(2) {
  padding: 50px 10px 50px 10px;
}

.pageSettings {
  padding: 20px;
}
.pageSettings .templateButton {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  padding: 5px;
  border: 1px solid #ccc;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  cursor: pointer;
  display: grid;
  gap: 4px;
  margin-bottom: 12px;
}
.pageSettings .templateButton .label {
  position: absolute;
  left: 10px;
  top: calc(50% - 15px);
  height: 30px;
  line-height: 30px;
  color: #fff;
  width: calc(100% - 20px);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  display: block;
  text-align: center;
}
.pageSettings .templateButton .blockHolder {
  display: grid;
  gap: 4px;
}
.pageSettings .templateButton .block {
  background-color: #666;
  border-radius: 4px;
  display: grid;
  gap: 4px;
  padding: 4px;
}
.pageSettings .templateButton .block .icon {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #ccc;
  margin-bottom: 2px;
  display: block;
}
.pageSettings .templateButton .block .textLine {
  background-color: #ccc;
  display: block;
  width: 100%;
  height: 6px;
  margin-bottom: 2px;
}

.logogray img {
  filter: grayscale(1);
}

.logoSlider {
  width: 100%;
  overflow-x: hidden;
  display: block;
  white-space: nowrap;
}
.logoSlider .logoSliderHolderAnimate {
  width: fit-content;
  position: relative;
  top: 0px;
  left: 0px;
}
.logoSlider .logoSliderHolder {
  display: inline-flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  white-space: nowrap;
  width: fit-content;
}
.logoSlider .logoSliderHolder img {
  max-height: 140px;
  margin: 0px 10px 0px 10px;
  transition: opacity 1s linear;
}
.logoSlider .logoSliderHolder img.show {
  opacity: 1;
}

@keyframes logoSlider {
  from {
    transform: translateX(-1%);
  }
  to {
    transform: translateX(-101%);
  }
}
.iconTextLine {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1.2rem;
  font-size: 1rem;
}
.iconTextLine .svgObject {
  margin-right: 10px;
  width: 30px !important;
  height: auto !important;
}
.iconTextLine .svgObject svg, .iconTextLine .svgObject object {
  width: 30px !important;
  height: auto !important;
}
.widgetArticleList {
  display: block;
  width: 100%;
  padding: 20px;
  font-family: sans-serif;
}

.noArticles {
  display: block;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.6rem;
  opacity: 0.6;
}

@media screen and (max-width: 700) {
  .article-list {
    padding: 15px;
  }
}
@media screen and (max-width: 350px) {
  .article-list {
    padding: 0px;
  }
}
.article-list .article-link {
  padding: 0px;
  position: relative;
  margin-bottom: 30px;
  text-decoration: none;
  color: #000;
  display: grid;
}
.article-list .article-link.with-image {
  grid-template-columns: 150px auto;
  grid-column-gap: 20px;
  column-gap: 20px;
}
.article-list .article-link a.articleDetails {
  display: grid;
  grid-auto-flow: row;
  grid-template-rows: fit-content(100%) fit-content(100%) auto;
  grid-template-areas: "date" "headline" "excerpt";
}
.article-list .article-link a {
  text-decoration: none;
  color: #000;
}
.article-list .article-link .image {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  border: 1px solid #ececec;
  margin-top: 4px;
  background-position: center top;
  background-size: cover;
  background-color: #ececec;
}
.article-list .article-link .headline {
  text-decoration: none;
  grid-area: headline;
  color: #000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 4px;
  padding-bottom: 0px;
  margin-top: 0px;
  display: block;
  padding-top: 0px;
}
.article-list .article-link .excerpt {
  grid-area: excerpt;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.8;
}
.article-list .article-link .date {
  grid-area: date;
  display: block;
  margin-bottom: 2px;
  font-weight: normal !important;
  font-size: 12.8px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 700px) {
  .article-list .article-link.with-image {
    grid-template-columns: 120px auto;
    grid-column-gap: 10px;
    column-gap: 10px;
  }
  .article-list .article-link a.articleDetails {
    grid-template-areas: "date" "headline";
    grid-template-rows: fit-content(100%) auto;
  }
  .article-list .article-link .date {
    margin-bottom: 0px !important;
    font-size: 12px !important;
    font-weight: normal !important;
    opacity: 1;
  }
  .article-list .article-link .headline {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0px !important;
  }
  .article-list .article-link .excerpt {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  .article-list .article-link.with-image {
    grid-template-columns: 100px auto;
  }
  .article-list .article-link .date {
    font-size: 11px;
    font-weight: normal !important;
  }
  .article-list .article-link .headline {
    font-size: 16px;
    line-height: 22px;
  }
}

.article-list-small {
  border-top: 1px solid #ececec;
}
.article-list-small .article {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  padding: 8px;
  border-bottom: 1px solid #ececec;
}
.article-list-small.numbered .article {
  position: relative;
  padding-left: 50px !important;
  box-sizing: border-box;
}
.article-list-small.numbered .article span {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 100%;
  float: left;
  font-size: 20px;
  text-align: right;
  padding: 8px;
  font-weight: bold;
}

.article-blocks {
  margin-bottom: 15px;
}
@media screen and (max-width: 700px) {
  .article-blocks {
    padding: 15px;
  }
}
@media screen and (max-width: 350px) {
  .article-blocks {
    padding: 0px;
  }
}
.article-blocks .article-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-auto-rows: 0px;
  overflow-y: hidden;
  grid-column-gap: 15px;
}
@media screen and (max-width: 768px) {
  .article-blocks .article-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 15px;
  }
}
.article-blocks .article-link {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .article-blocks .article-link:last-child {
    display: none;
  }
}
.article-blocks .article-link .image {
  display: block;
  width: 100%;
  padding-top: 60%;
  background-size: cover;
  background-color: #ececec;
  background-position: center top;
  margin-bottom: 10px;
  border: 1px solid #ececec;
}
.article-blocks .article-link .headline {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 6px;
  padding-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
}
.article-blocks .article-link .date {
  display: block;
  margin-bottom: 10px;
  font-weight: normal !important;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  opacity: 0.8;
}

@media screen and (max-width: 700px) {
  .article-blocks-small {
    padding: 15px;
  }
}
@media screen and (max-width: 350px) {
  .article-blocks-small {
    padding: 0px;
  }
}
.article-blocks-small .article-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15px;
}
@media screen and (max-width: 768px) {
  .article-blocks-small .article-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }
}
.article-blocks-small .article-link {
  display: block;
  padding: 15px;
  position: relative;
  min-height: 80px;
  border: 1px solid #ececec;
  border-bottom: 3px solid #ececec;
  padding-left: 100px;
  margin-bottom: 15px;
}
.article-blocks-small .article-link .image {
  position: absolute;
  left: 14px;
  top: 14px;
  display: block;
  width: 70px;
  height: 50px;
  background-position: center top;
  background-size: cover;
  background-color: #ececec;
}
.article-blocks-small .article-link .date {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  font-weight: normal !important;
  line-height: 24px;
}
.article-blocks-small .article-link .headline {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
}

.article-list-column {
  border: 1px solid #ececec;
  border-bottom: 3px solid #ececec;
  margin-bottom: 15px;
  vertical-align: top;
  width: 100%;
  display: block;
}
@media screen and (max-width: 700px) {
  .article-list-column {
    margin: 15px !important;
    width: auto;
  }
}
@media screen and (max-width: 350px) {
  .article-list-column {
    margin: 0px !important;
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .article-list-column {
    margin-left: auto;
    margin-right: auto;
  }
}
.article-list-column .articles .image {
  display: block;
  width: 100%;
  padding-top: 60%;
  background-size: cover;
  background-color: #ececec;
  background-position: center top;
}
.article-list-column .articles .article-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15px;
}
@media screen and (max-width: 768px) {
  .article-list-column .articles .article-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }
}
.article-list-column .articles .article-link {
  display: block;
  padding: 15px;
  position: relative;
  border-bottom: 1px solid #ececec;
}
.article-list-column .articles .article-link .headline {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
}

@font-face {
  font-family: GalanoGrotesque;
  font-weight: bold;
  src: url(e8d6ed1f9eff334507fab2f6b46e15ad.otf) format("opentype");
}
@font-face {
  font-family: GalanoGrotesque;
  font-weight: normal;
  src: url(cbd8956ee8ca32b9757c89320519af87.otf) format("opentype");
}
@font-face {
  font-family: GalanoGrotesqueLight;
  font-weight: lighter;
  src: url(790058af38f23c93b59765eb44888da9.otf) format("opentype");
}
.bioblock {
  display: grid;
  grid-template-columns: 200px auto;
  margin-bottom: 30px;
}
.bioblock .text {
  padding: 0px 20px 0px 20px;
}
.bioblock .text h2 {
  color: #00a2af;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0px;
  padding: 0px;
}
.bioblock .text i {
  display: block;
  opacity: 0.7;
  margin-bottom: 12px;
}
.bioblock .text p {
  padding: 0px;
  font-size: 1rem;
  line-height: 2rem;
}
.bioblock .image {
  width: 200px;
}
.bioblock img {
  max-width: 100%;
  display: block;
  margin: 0px auto 0px auto;
}
@media screen and (max-width: 500px) {
  .bioblock {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
  }
  .bioblock .image {
    width: 100%;
    padding: 0px 20px 0px 20px;
  }
  .bioblock .image img {
    width: 180px;
    margin: 0px 0px 0px 0px;
  }
}

.biopopup {
  text-align: center;
  width: 200px;
  max-width: 100%;
  display: block;
  margin: 0px auto 0px auto;
}
.biopopup h2 {
  color: #00a2af;
  font-family: sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: 0px;
  margin-top: 10px;
  text-align: center;
}
.biopopup i {
  display: block;
  text-align: center;
  font-weight: normal;
  line-height: 1.4rem;
  opacity: 0.7;
}
.biopopup .image {
  width: 200px;
  max-width: 100%;
  display: block;
  margin: 0px auto 0px auto;
  position: relative;
  cursor: pointer;
}
.biopopup .image img {
  aspect-ratio: 1/1.3;
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.biopopup .popup {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100dvh;
  z-index: 999999999;
  overflow-y: auto;
  justify-content: safe center;
  align-items: safe center;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
}
.biopopup .popup .content {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  width: 600px;
  max-width: 94vw;
  max-height: 86vh;
  border: 1px solid #ececec;
  background-color: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}
.biopopup .popup .content .close {
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
}
.biopopup .popup .content .close button {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  background: transparent;
  border: none;
}
.biopopup .popup .content .main {
  border-top: 1px solid #ececec;
  width: 100%;
  padding: 20px;
  text-align: left;
  overflow-x: hidden;
}
.biopopup.show .popup {
  display: flex;
}

.imageUploadPlaceholder {
  position: relative;
}
.imageUploadPlaceholder .action {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.imageUploadPlaceholder img {
  position: relative;
  z-index: 1;
}
.imageUploadPlaceholder:hover .action {
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  z-index: 999;
}

.leadGenForm {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease-in-out;
  transform: translateY(-100%);
  font-family: GalanoGrotesque, sans-serif;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.leadGenForm h4, .leadGenForm h3 {
  font-family: GalanoGrotesque, sans-serif;
}
.leadGenForm h4 {
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: normal;
  color: #00a2af;
  margin-bottom: 10px;
}
.leadGenForm.open {
  transform: translateY(0px);
}
.leadGenForm .holder {
  position: relative;
  width: 800px;
  max-width: 94%;
  height: 600px;
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
  max-height: 70dvh;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid #ececec;
  display: grid;
  grid-template-columns: 100%;
}
.leadGenForm .holder .final-close {
  display: block;
  text-align: center;
  color: #00a2af;
}
.leadGenForm .holder .close {
  position: absolute;
  color: #00a2af;
  font-size: 30px;
  display: block;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 10px;
  z-index: 9999999;
  cursor: pointer;
}
.leadGenForm .holder .sidebar {
  background-color: #ececec;
  background-size: 600px;
  background-repeat: no-repeat;
  padding: 20px;
  color: #000 !important;
}
.leadGenForm .holder .sidebar p {
  padding: 0px;
  line-height: 1.7rem;
  font-size: 1rem;
  color: #000 !important;
}
.leadGenForm .holder .sidebar p b {
  color: #00a2af;
}
.leadGenForm .holder .main {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: auto 70px;
  color: #000 !important;
}
.leadGenForm .holder .main .slideHolder {
  position: relative;
  overflow: hidden;
}
.leadGenForm .holder .main .slide {
  display: flex;
  padding: 20px;
  opacity: 0;
  transform: translateY(-30px);
  flex-direction: column;
  justify-content: safe center;
  position: absolute;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  overflow-y: auto;
}
.leadGenForm .holder .main .slide.show {
  opacity: 1;
  position: absolute;
  left: 0px;
  transform: translateY(0);
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}
.leadGenForm .holder .main form {
  display: block;
  width: 400px;
  max-width: 100%;
  margin: 0px auto 0px auto;
}
.leadGenForm .holder .main form .errorMessage {
  transform: scaleY(0);
  transition: transform 0.3s ease-in-out;
  color: red;
  padding: 10px;
  text-align: center;
}
.leadGenForm .holder .main form .errorMessage.show {
  transform: scaleY(1);
}
.leadGenForm .holder .main label, .leadGenForm .holder .main .fieldHolder {
  display: block;
  padding: 10px 0px 10px 0px;
  position: relative;
}
.leadGenForm .holder .main label.error, .leadGenForm .holder .main .fieldHolder.error {
  color: red;
}
.leadGenForm .holder .main label .deleteField, .leadGenForm .holder .main .fieldHolder .deleteField {
  display: block;
  width: 20px;
  height: 20px;
  color: red;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
.leadGenForm .holder .main label input, .leadGenForm .holder .main label textarea, .leadGenForm .holder .main label select, .leadGenForm .holder .main .fieldHolder input, .leadGenForm .holder .main .fieldHolder textarea, .leadGenForm .holder .main .fieldHolder select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 20px !important;
  min-height: auto !important;
}
.leadGenForm .holder .main label input.error, .leadGenForm .holder .main label textarea.error, .leadGenForm .holder .main label select.error, .leadGenForm .holder .main .fieldHolder input.error, .leadGenForm .holder .main .fieldHolder textarea.error, .leadGenForm .holder .main .fieldHolder select.error {
  border: 1px solid red;
}
.leadGenForm .holder .main label input:focus, .leadGenForm .holder .main label textarea:focus, .leadGenForm .holder .main label select:focus, .leadGenForm .holder .main .fieldHolder input:focus, .leadGenForm .holder .main .fieldHolder textarea:focus, .leadGenForm .holder .main .fieldHolder select:focus {
  border: 1px solid #00a2af;
  outline: none;
}
.leadGenForm .holder .main label label.requireCheck, .leadGenForm .holder .main .fieldHolder label.requireCheck {
  display: flex;
  align-items: center;
}
.leadGenForm .holder .main label label.requireCheck input, .leadGenForm .holder .main .fieldHolder label.requireCheck input {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}
.leadGenForm .holder .main label.checkbox {
  display: inline-grid;
  grid-template-columns: 50px auto;
  border: 1px solid #ececec;
  border-radius: 4px;
  margin: 5px;
  cursor: pointer;
  width: calc(50% - 20px);
}
@media screen and (max-width: 750px) {
  .leadGenForm .holder .main label.checkbox {
    width: calc(100% - 25px);
  }
}
.leadGenForm .holder .main label.checkbox.withImage {
  grid-template-columns: 50px auto 100px;
}
.leadGenForm .holder .main label.checkbox.withImage .image {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.leadGenForm .holder .main label.checkbox.withImage .image img {
  height: 40px;
}
.leadGenForm .holder .main label.checkbox:has(input:checked) {
  background-color: #00a2af;
  color: #fff;
}
.leadGenForm .holder .main label.checkbox.fullWidth {
  width: calc(100% - 25px);
}
.leadGenForm .holder .main label.checkbox input {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0px auto 0px auto;
}
.leadGenForm .holder .main label.checkbox span {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.leadGenForm .holder .main label.checkbox span small {
  opacity: 0.6;
}
.leadGenForm .holder .buttons {
  border-top: 1px solid #ececec;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.leadGenForm .holder .buttons .btn {
  height: 50px;
  line-height: 30px;
}
.leadGenForm .holder .buttons .btn div {
  white-space: nowrap !important;
}
.leadGenForm .holder .buttons .btn.btn-next {
  background-color: #00a2af;
  color: #fff !important;
}
.leadGenForm .holder .buttons .btn.btn-next svg {
  top: 7px;
}
.leadGenForm .holder .buttons .btn.btn-back {
  background-color: #666;
  color: #fff !important;
}
.leadGenForm .holder .buttons .btn.disable {
  background-color: #ccc !important;
  color: #666;
  cursor: default;
}
.leadGenForm.completed .holder .main {
  grid-template-rows: 100%;
}
.leadGenForm.completed .holder .buttons {
  display: none;
}
@media screen and (max-width: 600px) {
  .leadGenForm {
    position: fixed;
    overflow-y: auto;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 120px;
    z-index: 99999999;
  }
  .leadGenForm .holder {
    margin-bottom: 10px;
    grid-template-columns: 100%;
    grid-auto-flow: row;
    height: auto;
    max-height: none;
    min-height: 80vh;
  }
  .leadGenForm .holder .sidebar {
    height: fit-content;
    overflow-y: auto;
    background-image: none;
  }
  .leadGenForm .holder .main .slide {
    position: absolute;
    height: auto;
  }
  .leadGenForm .holder .main .slide.show {
    position: relative;
  }
}
.leadGenForm.inline {
  position: relative;
  transform: translateY(0px);
  display: block;
  height: auto;
  z-index: 999;
}
.leadGenForm.inline .holder {
  width: 100%;
  max-width: 100%;
  min-height: 400px;
  max-height: none;
  height: auto;
  border-radius: 0px;
  box-shadow: none;
}
.leadGenForm.inline .holder .main .slide.show {
  position: relative;
}
@media screen and (max-width: 600px) {
  .leadGenForm {
    position: fixed;
    overflow-y: auto;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 120px;
    z-index: 99999999;
  }
  .leadGenForm.inline {
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 0;
  }
  .leadGenForm.inline .holder {
    margin-bottom: 0px;
  }
  .leadGenForm .holder {
    margin-bottom: 10px;
    grid-template-columns: 100%;
    grid-auto-flow: row;
    height: auto;
    max-height: none;
    min-height: 80vh;
  }
  .leadGenForm .holder .sidebar {
    height: fit-content;
    overflow-y: auto;
    background-image: none;
  }
  .leadGenForm .holder .main .slide {
    position: absolute;
    height: auto;
  }
  .leadGenForm .holder .main .slide.show {
    position: relative;
  }
}
@media screen and (min-width: 601px) {
  .leadGenForm.with-sidebar .holder {
    grid-template-columns: 250px auto;
  }
}

/* HTML: <div class="loader"></div> */
.loader {
  --c:no-repeat linear-gradient(#b65943 0 0);
  background: var(--c), var(--c), var(--c), var(--c), var(--c), var(--c), var(--c), var(--c), var(--c);
  background-size: 16px 16px;
  margin: 0px auto 0px auto;
  animation: l32-1 1s infinite, l32-2 1s infinite;
}

@keyframes l32-1 {
  0%, 100% {
    width: 45px;
    height: 45px;
  }
  35%, 65% {
    width: 65px;
    height: 65px;
  }
}
@keyframes l32-2 {
  0%, 40% {
    background-position: 0 0, 0 50%, 0 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0, 50% 0, 50% 50%;
  }
  60%, 100% {
    background-position: 0 50%, 0 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0, 50% 0, 0 0, 50% 50%;
  }
}
.billboard {
  display: grid;
  grid-template-columns: 66.6% 33.3%;
  grid-template-areas: "image content";
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: white;
  box-shadow: var(--shadow-lg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.billboard:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}
.billboard .image {
  grid-area: image;
  overflow: hidden;
}
.billboard .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.billboard:hover .image img {
  transform: scale(1.05);
}
.billboard .content {
  grid-area: content;
  text-align: left;
  padding: var(--spacing-xl);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.billboard .content h2, .billboard .content h3 {
  font-family: var(--font-family-heading);
  color: #1f2937;
  margin-bottom: var(--spacing-md);
}
.billboard .content p {
  color: #6b7280;
  font-size: var(--text-sm);
  line-height: var(--leading-relaxed);
}
.billboard.rightAlign {
  grid-template-columns: 33.3% 66.6%;
  grid-template-areas: "content image";
}
.billboard.ratio2_1 .image img {
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 2/1;
}
.billboard.ratio1_2 {
  grid-template-columns: 33.3% 66.6%;
}
.billboard.ratio1_2 .image img {
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 1/2;
}
.billboard.rightAlign.ratio1_2 {
  grid-template-columns: 66.6% 33.3%;
}
@media screen and (max-width: 700px) {
  .billboard, .billboard.rightAlign {
    grid-template-columns: 100% !important;
    grid-template-areas: "image" "content" !important;
  }
}

:root {
  --frontSliderDuration:1.8;
  --frontSliderSlideIn:focusSlideSlidein 1.8s linear forwards;
  --frontSliderSlideOut:unfocusSlideSlidein 1.8s linear forwards;
}

.frontSliderHolder {
  position: relative;
  padding: 6px 20px 6px 20px;
  width: 100%;
  margin-bottom: 50px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .frontSliderHolder {
    margin-top: 0px;
    padding: 0px;
  }
  .frontSliderHolder img {
    border-radius: 0px !important;
  }
}
.frontSliderHolder::after {
  content: "";
  display: block;
  width: 30%;
  position: absolute;
  bottom: -10px;
  right: 10%;
  height: 20px;
  background-color: #000;
  filter: blur(20px);
  border-radius: 50%;
  opacity: 0.3;
}
@media screen and (max-width: 780px) {
  .frontSliderHolder::after {
    bottom: auto;
    top: 60vw;
    width: 80%;
  }
}
.frontSliderHolder ul.frontSliderBullets {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  width: 50%;
  z-index: 9;
  right: 0px;
}
@media screen and (max-width: 780px) {
  .frontSliderHolder ul.frontSliderBullets {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    top: auto;
    justify-content: center;
  }
}
.frontSliderHolder ul.frontSliderBullets li {
  display: flex;
  list-style: none;
  margin: 10px;
  padding: 0px;
  width: 26px;
  cursor: pointer;
  height: 6px;
  border-radius: 3px;
  background-color: #ececec;
  border: 1px inset #ccc;
  opacity: 0.5;
}
.frontSliderHolder ul.frontSliderBullets li.active {
  background-color: #00a2af;
  opacity: 1;
  cursor: default;
  border: 0px;
}

.wp-block-template-scripts-front-slider .container {
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-block-template-scripts-front-slider .container:has(.frontSlider.v4) {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

.frontSlider {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/6;
  background: transparent;
  border: none;
  list-style: none;
  padding: 0px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .frontSlider {
    aspect-ratio: 2/2.4;
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .frontSlider {
    aspect-ratio: 1/1.3;
  }
}
@media screen and (max-width: 450px) {
  .frontSlider {
    aspect-ratio: 1/1.3;
  }
}
.frontSlider .staticText {
  padding: 0 60px;
  font-size: 1.3rem;
  line-height: 1.2em;
  color: #000;
  z-index: 10;
  text-align: left;
  max-width: 50% !important;
}
.frontSlider .staticText h1.PREVIOUS {
  font-size: 1.8em;
  line-height: 1.1em;
  margin: 0px;
  font-weight: lighter;
  font-family: GalanoGrotesqueLight;
  padding: 0px;
  margin-bottom: 20px;
  color: #00a2af;
  max-width: 660px;
}
.frontSlider .staticText h1 {
  color: #195b95;
  font-size: 3rem;
  line-height: 1.1em;
  max-width: 660px;
  background: linear-gradient(to top left, #195b95, #5ba4db); /* Example: magenta to cyan */
  /* Clip the background to the shape of the text */
  -webkit-background-clip: text; /* For WebKit browsers like Chrome, Safari */
  background-clip: text; /* Standard property */
  /* Make the text color transparent so the background gradient shows through */
  color: transparent;
}
.frontSlider .staticText h1 b, .frontSlider .staticText h1 strong {
  background: linear-gradient(to top left, #00a2af, #5ba4db); /* Example: magenta to cyan */
  -webkit-background-clip: text; /* For WebKit browsers like Chrome, Safari */
  background-clip: text; /* Standard property */
  /* Make the text color transparent so the background gradient shows through */
  color: transparent;
}
.frontSlider .staticText p {
  line-height: 1.7em !important;
  font-weight: normal;
  letter-spacing: 0.05em;
  max-width: 560px;
  display: block;
}
@media screen and (max-width: 1250px) {
  .frontSlider .staticText {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .frontSlider .staticText {
    font-size: 16px;
  }
}
@media screen and (max-width: 850px) {
  .frontSlider .staticText {
    font-size: 22px;
  }
}
@media screen and (max-width: 800px) {
  .frontSlider .staticText {
    font-size: 22px;
  }
}
@media screen and (max-width: 820px) {
  .frontSlider .staticText {
    font-size: 18px;
  }
  .frontSlider .staticText h1 {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 540px) {
  .frontSlider .staticText {
    font-size: 14px;
    left: 20px;
  }
  .frontSlider .staticText h1 {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 500px) {
  .frontSlider .staticText {
    bottom: 20px;
    left: 30px;
  }
}
.frontSlider .btn {
  background: #00a2af; /* Example: magenta to cyan */
}
@media screen and (max-width: 780px) {
  .frontSlider {
    padding-top: 0;
    aspect-ratio: 9/16;
  }
  .frontSlider .staticText {
    position: absolute !important;
    bottom: -10px !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    transform: none !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 25px !important;
    margin: 0 !important;
    background: white !important;
    color: #333 !important;
    z-index: 10;
  }
  .frontSlider .staticText h1 {
    font-size: 1.8rem !important;
    line-height: 1.4em !important;
    margin-bottom: 15px !important;
    color: #00a2af !important;
  }
  .frontSlider .staticText p {
    line-height: 1.5em !important;
    margin-bottom: 20px;
    color: #666 !important;
  }
  .frontSlider .staticText .btn {
    padding: 12px 25px;
  }
  .frontSlider li {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  .frontSlider li.focus, .frontSlider li.focusReverse {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 480px) {
  .frontSlider {
    aspect-ratio: 9/16;
  }
  .frontSlider .staticText {
    padding: 20px !important;
  }
  .frontSlider .staticText h1 {
    margin-bottom: 12px !important;
  }
  .frontSlider .staticText p {
    margin-bottom: 18px;
  }
  .frontSlider .staticText .btn {
    padding: 10px 20px;
  }
  .frontSlider li .slide-image-holder {
    height: calc(100% - 200px) !important;
  }
}
.frontSlider .btn-arrow {
  position: absolute;
  z-index: 3;
  top: calc(50% - 20px);
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 10;
}
.frontSlider .btn-arrow svg {
  width: 30px;
  height: 30px;
  color: #fff;
  margin: 5px;
}
.frontSlider:hover .btn-arrow {
  opacity: 1;
}
.frontSlider .btn-previous {
  right: 46%;
}
.frontSlider .btn-next {
  right: 15px;
}
.frontSlider .iconbar {
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  background-color: #fcfcfc;
  border-bottom-left-radius: 6px;
  z-index: 8;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
}
.frontSlider .iconbar .icon {
  width: 100%;
  height: 50px;
  cursor: pointer;
  transition: 0.3s;
}
.frontSlider .iconbar .icon svg {
  width: 40px;
  margin: 5px;
  color: #000;
  opacity: 0.3;
}
.frontSlider .iconbar .icon.focus svg {
  opacity: 1;
  color: #00a2af;
}
@media screen and (max-width: 780px) {
  .frontSlider .btn-next, .frontSlider .btn-previous {
    top: 25vh;
    width: 45px;
    height: 45px;
    z-index: 20;
  }
  .frontSlider .btn-next {
    left: auto;
    right: 15px;
  }
  .frontSlider .btn-next svg {
    width: 22px;
    height: 22px;
  }
  .frontSlider .btn-previous {
    left: 15px;
    right: auto;
  }
  .frontSlider .btn-previous svg {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 480px) {
  .frontSlider .btn-next, .frontSlider .btn-previous {
    width: 40px;
    height: 40px;
    top: 18vh;
  }
  .frontSlider .btn-next svg, .frontSlider .btn-previous svg {
    width: 18px;
    height: 18px;
  }
}
.frontSlider .btn {
  font-size: 1rem;
  line-height: 1.2em;
  padding: 12px 40px 12px 40px;
  border-radius: 20px;
}
.frontSlider li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: flex-end;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  opacity: 0;
  height: 100%;
  transition-duration: 1.5s;
  transition-timing-function: ease-in-out;
  transition-property: opacity;
  z-index: 1;
  z-index: 1;
}
.frontSlider li:first-child {
  opacity: 1;
  z-index: 2;
}
.frontSlider li .mobilePreview {
  position: absolute;
  aspect-ratio: 9/16;
  right: 30px;
  top: 30px;
  width: 200px;
  max-width: 100%;
  padding: 20px 8px 20px 8px;
  border-radius: 16px;
  background-color: #101010;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}
.frontSlider li .mobilePreview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.frontSlider li .slide-image-holder {
  width: 50%;
  aspect-ratio: 1/0.7;
  border-radius: 16px;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  right: 0px;
  top: 0px;
}
@media screen and (max-width: 780px) {
  .frontSlider li .slide-image-holder {
    width: 100% !important;
    height: calc(100% - 240px) !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    border-radius: 0 !important;
  }
  .frontSlider li .slide-image {
    object-fit: cover !important;
    height: 100% !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 480px) {
  .frontSlider li .slide-image-holder {
    height: calc(100% - 240px) !important;
  }
}
.frontSlider li .slide-image-caption {
  position: absolute;
  bottom: 10%;
  left: 10%;
  padding: 10px;
  padding-right: 52px;
  color: #fff;
  border: 2px solid #fff;
  background-color: #fff;
  background: linear-gradient(to bottom right, #fcfcfc, #fff);
  border-radius: 16px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  color: #000;
  min-height: 56px;
  width: fit-content;
  font-weight: bold;
  font-size: 1rem;
  font-size: 1rem;
  line-height: 1.2em;
}
@media screen and (max-width: 780px) {
  .frontSlider li .slide-image-caption {
    bottom: 65px !important;
    left: 15px !important;
    right: 15px !important;
    width: auto !important;
    max-width: calc(100% - 30px) !important;
    padding: 12px 16px !important;
  }
  .frontSlider li .slide-image-caption .imageCaptionSmall {
    font-size: 0.75em !important;
  }
}
@media screen and (max-width: 480px) {
  .frontSlider li .slide-image-caption {
    /*bottom:10px !important;*/
    left: 10px !important;
    right: 10px !important;
    max-width: calc(100% - 20px) !important;
    padding: 10px 14px !important;
  }
  .frontSlider li .slide-image-caption .imageCaptionSmall {
    font-size: 0.7em !important;
  }
}
.frontSlider li .slide-image-caption.top-left {
  bottom: auto;
  top: 10%;
  left: 10%;
}
.frontSlider li .slide-image-caption.top-center {
  bottom: auto;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.frontSlider li .slide-image-caption.top-right {
  bottom: auto;
  top: 10%;
  right: 10%;
}
.frontSlider li .slide-image-caption.bottom-left {
  bottom: 10%;
  left: 10%;
}
.frontSlider li .slide-image-caption.bottom-center {
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.frontSlider li .slide-image-caption.bottom-right {
  bottom: 10%;
  right: 10%;
}
.frontSlider li .slide-image-caption.middle-left {
  bottom: 50%;
  left: 10%;
}
.frontSlider li .slide-image-caption.middle-center {
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.frontSlider li .slide-image-caption.middle-right {
  bottom: 50%;
  right: 10%;
}
.frontSlider li .slide-image-caption span {
  display: block;
}
.frontSlider li .slide-image-caption .imageCaptionSmall {
  font-weight: normal;
  font-size: 0.8rem;
  line-height: 1em;
}
.frontSlider li .slide-image-caption .svgObject {
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 18px;
  color: #fff;
  background-color: #195b95;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.frontSlider li .slide-image-caption .svgObject svg {
  width: 32px;
}
.frontSlider li .slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.frontSlider li .text {
  display: none;
  position: relative;
  backdrop-filter: blur(20px);
  transition-duration: var(--frontSliderSpeed);
  transition-timing-function: ease-in-out;
  transition-property: all;
  color: #000;
  margin: 30px;
  padding: 30px;
  width: 500px;
  max-width: 46%;
  font-size: 1em;
  line-height: 1.4em;
  max-width: 90%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 6px;
}
.frontSlider li .text h3 {
  font-size: 2em;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 6px;
  color: #00a2af;
}
.frontSlider li .text .btn {
  font-size: 1em;
  text-shadow: none;
  margin-top: 6px;
}
.frontSlider li .text .btn span {
  font-size: 1em;
  line-height: 0.75em;
  vertical-align: top;
}
.frontSlider li.focus {
  opacity: 1;
  z-index: 2;
  transition-duration: 1.5s;
  transition-timing-function: ease-in-out;
  transition-property: opacity;
}
.frontSlider li.focus .text {
  animation: focusSlideText 1s linear forwards 0.3s;
  transition-duration: var(--frontSliderSpeed);
  transition-timing-function: ease-in-out;
  transition-property: opacity;
}
.frontSlider li.focusReverse {
  opacity: 1;
}
.frontSlider li.unfocus {
  opacity: 0;
}
.frontSlider.slideIn {
  overflow: hidden;
}
.frontSlider.slideIn li {
  position: absolute;
  left: -100%;
  top: 0px;
  opacity: 1;
}
.frontSlider.slideIn li.focus {
  animation-timing-function: linear;
  animation-duration: var(--frontSliderSpeed);
  animation-name: focusSlideSlidein;
  animation-fill-mode: forwards;
}
.frontSlider.slideIn li.focusReverse {
  animation-timing-function: linear;
  animation-duration: var(--frontSliderSpeed);
  animation-name: focusSlideSlideinReverse;
  animation-fill-mode: forwards;
}
.frontSlider.slideIn li.unfocus {
  animation-timing-function: linear;
  animation-duration: var(--frontSliderSpeed);
  animation-name: unfocusSlideSlidein;
  animation-fill-mode: forwards;
}
.frontSlider.slideIn li.unfocusReverse {
  animation-timing-function: linear;
  animation-duration: var(--frontSliderSpeed);
  animation-name: unfocusSlideSlideinReverse;
  animation-fill-mode: forwards;
}

@keyframes focusSlideSlidein {
  0% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@keyframes unfocusSlideSlidein {
  0% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: -100%;
    opacity: 1;
  }
}
@keyframes focusSlideSlideinReverse {
  0% {
    left: -100%;
    opacity: 1;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@keyframes unfocusSlideSlideinReverse {
  0% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 1;
  }
}
@keyframes focusSlide {
  0% {
    width: 20%;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    left: 0px;
    width: 100%;
    height: calc(100% - 10px);
  }
}
@keyframes unfocusSlide {
  0% {
    opacity: 1;
    width: 100% !important;
    height: calc(100% - 10px);
  }
  100% {
    height: 100%;
    width: 20%;
  }
}
@keyframes focusSlideText {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.frontSlider.v1 {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
@media screen and (max-width: 780px) {
  .frontSlider.v1 {
    aspect-ratio: 9/16;
    border-radius: 16px;
  }
  .frontSlider.v1 .staticText {
    background: rgba(255, 255, 255, 0.98) !important;
    margin: 0 !important;
    padding: 25px !important;
    border-radius: 0 !important;
    position: absolute !important;
    bottom: -10px !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    z-index: 10;
  }
  .frontSlider.v1 .staticText h1 {
    font-size: 1.8em !important;
    margin-bottom: 15px !important;
  }
  .frontSlider.v1 .staticText p {
    line-height: 1.5em !important;
  }
  .frontSlider.v1 li {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  .frontSlider.v1 li .slide-image-holder {
    height: calc(100% - 240px) !important;
    width: 100% !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    border-radius: 16px 16px 0 0 !important;
  }
  .frontSlider.v1 li.focus, .frontSlider.v1 li.focusReverse {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 480px) {
  .frontSlider.v1 {
    min-height: 60vh;
    border-radius: 12px;
  }
  .frontSlider.v1 .staticText {
    margin: 10px !important;
    padding: 20px !important;
    border-radius: 12px;
  }
  .frontSlider.v1 .staticText h1 {
    font-size: 1.6em !important;
  }
  .frontSlider.v1 li .slide-image-holder {
    height: calc(100% - 200px) !important;
    border-radius: 12px 12px 0 0;
  }
}
.frontSlider.v1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
  z-index: 1;
  pointer-events: none;
}
.frontSlider.v1 .staticText {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 40px;
  margin: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.frontSlider.v1 .staticText h1 {
  background: linear-gradient(135deg, #00a2af, #20c997);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 300;
  letter-spacing: -0.02em;
  font-size: 1.8em !important;
  line-height: 1.1em !important;
  margin-bottom: 20px !important;
}
.frontSlider.v1 .staticText .btn {
  background: linear-gradient(135deg, #00a2af, #20c997);
  border: none;
  color: white;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
}
.frontSlider.v1 .staticText .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.frontSlider.v1 .btn-arrow {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.frontSlider.v1 .btn-arrow svg {
  color: #00a2af;
}
.frontSlider.v1 .btn-arrow:hover {
  transform: scale(1.1);
  background: rgb(255, 255, 255);
}
.frontSlider.v1 li .slide-image-holder {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.frontSlider.v1 li .slide-image {
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.frontSlider.v1 li.focus .slide-image {
  transform: scale(1.05);
}
.frontSlider.v1 li.focus .slide-image-holder {
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}
.frontSlider.v1 li .slide-image-caption {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.frontSlider.v1 li .slide-image-caption .svgObject {
  background: linear-gradient(135deg, #195b95, #fd7e14);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.frontSlider.v1 li .text {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.frontSlider.v1 li .text h3 {
  background: linear-gradient(135deg, #00a2af, #20c997);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.frontSlider.v1 li .text .btn {
  background: linear-gradient(135deg, #00a2af, #20c997);
  border: none;
  color: white;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.frontSlider.v1 li .text .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.frontSlider.v1 ul.frontSliderBullets li {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.frontSlider.v1 ul.frontSliderBullets li.active {
  background: linear-gradient(135deg, #00a2af, #20c997);
  transform: scale(1.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.frontSlider.v2 {
  border-radius: 32px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.1));
  backdrop-filter: blur(12px);
  border: 1px solid rgba(25, 91, 149, 0.15);
  box-shadow: 0 20px 40px rgba(25, 91, 149, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 780px) {
  .frontSlider.v2 {
    min-height: 90vh !important;
    border-radius: 20px;
  }
  .frontSlider.v2 .staticText {
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px) !important;
    margin: 0 !important;
    padding: 25px !important;
    max-width: 100% !important;
    width: 100% !important;
    border-radius: 0 !important;
    position: absolute !important;
    bottom: -10px !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    transform: none !important;
    color: #0f3d63 !important;
    z-index: 10;
    border-top: 1px solid rgba(25, 91, 149, 0.2) !important;
  }
  .frontSlider.v2 .staticText h1 {
    font-size: 1.8em !important;
    margin-bottom: 15px !important;
    color: #00a2af !important;
  }
  .frontSlider.v2 .staticText p {
    line-height: 1.2rem !important;
    color: #0f3d63 !important;
  }
  .frontSlider.v2 li {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  .frontSlider.v2 li .slide-image-holder {
    height: calc(100% - 240px) !important;
    width: 100% !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    border-radius: 20px 20px 0 0 !important;
  }
  .frontSlider.v2 li.focus, .frontSlider.v2 li.focusReverse {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 480px) {
  .frontSlider.v2 {
    min-height: 65vh;
    border-radius: 16px;
  }
  .frontSlider.v2 .staticText {
    margin: 10px !important;
    padding: 20px !important;
    max-width: calc(100% - 20px) !important;
    border-radius: 12px;
  }
  .frontSlider.v2 .staticText h1 {
    font-size: 1.6em !important;
  }
  .frontSlider.v2 li .slide-image-holder {
    height: 40vh;
    border-radius: 16px 16px 0 0;
  }
}
.frontSlider.v2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 70%, rgba(25, 91, 149, 0.03) 0%, transparent 60%), linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 162, 175, 0.02) 100%);
  z-index: 1;
  pointer-events: none;
}
.frontSlider.v2::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg, transparent, rgba(0, 162, 175, 0.05), transparent);
  animation: rotate 20s linear infinite;
  z-index: 0;
  pointer-events: none;
}
.frontSlider.v2 .staticText {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  border-radius: 24px;
  padding: 40px 50px;
  margin: 30px;
  border: 1px solid rgba(25, 91, 149, 0.15);
  box-shadow: 0 15px 35px rgba(25, 91, 149, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 10;
  max-width: 50% !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
  color: #0f3d63;
}
.frontSlider.v2 .staticText h1 {
  color: #00a2af !important;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8), 0 2px 4px rgba(25, 91, 149, 0.1);
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: 1.8em !important;
  line-height: 1.2em !important;
  margin-bottom: 20px !important;
}
.frontSlider.v2 .staticText p {
  color: #0f3d63 !important;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
  font-size: 0.9em !important;
  line-height: 1.6em !important;
  margin-bottom: 30px;
  font-weight: 500;
}
.frontSlider.v2 .staticText .btn {
  background: linear-gradient(135deg, #00a2af, #00d1e2);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 162, 175, 0.4);
  color: white;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.frontSlider.v2 .staticText .btn:hover {
  background: linear-gradient(135deg, rgba(0, 162, 175, 0.9), rgba(0, 162, 175, 0.7));
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 162, 175, 0.4);
}
@media screen and (max-width: 1250px) {
  .frontSlider.v2 .staticText {
    padding: 35px 40px;
    margin: 25px;
  }
  .frontSlider.v2 .staticText h1 {
    font-size: 1.6em !important;
  }
  .frontSlider.v2 .staticText p {
    font-size: 0.8em !important;
  }
}
@media screen and (max-width: 1000px) {
  .frontSlider.v2 .staticText {
    padding: 30px 35px;
    margin: 20px;
  }
  .frontSlider.v2 .staticText h1 {
    font-size: 1.4em !important;
  }
  .frontSlider.v2 .staticText p {
    font-size: 0.75em !important;
  }
}
@media screen and (max-width: 850px) {
  .frontSlider.v2 .staticText {
    padding: 25px 30px;
  }
  .frontSlider.v2 .staticText h1 {
    font-size: 1.3em !important;
  }
  .frontSlider.v2 .staticText p {
    font-size: 0.7em !important;
  }
}
@media screen and (max-width: 780px) {
  .frontSlider.v2 .staticText {
    max-width: 90% !important;
    margin: 15px;
    padding: 20px 25px;
  }
}
@media screen and (max-width: 540px) {
  .frontSlider.v2 .staticText {
    max-width: 95% !important;
    padding: 18px 20px;
  }
  .frontSlider.v2 .staticText h1 {
    font-size: 1.2em !important;
  }
  .frontSlider.v2 .staticText p {
    font-size: 0.65em !important;
  }
}
.frontSlider.v2 .btn-arrow {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 15;
}
.frontSlider.v2 .btn-arrow svg {
  color: white;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.6));
}
.frontSlider.v2 .btn-arrow:hover {
  background: rgba(0, 162, 175, 0.4);
  transform: scale(1.15);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 162, 175, 0.3);
}
.frontSlider.v2 li .slide-image-holder {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.frontSlider.v2 li .slide-image {
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  filter: brightness(1.1) contrast(1.1);
}
.frontSlider.v2 li.focus .slide-image {
  transform: scale(1.08);
  filter: brightness(1.2) contrast(1.2);
}
.frontSlider.v2 li .slide-image-caption {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(40px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  color: white;
}
.frontSlider.v2 li .slide-image-caption .svgObject {
  background: linear-gradient(135deg, rgba(0, 162, 175, 0.8), rgba(0, 162, 175, 0.6));
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 162, 175, 0.3);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.frontSlider.v2 li .text {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(40px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  color: white;
}
.frontSlider.v2 li .text h3 {
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8), 0 0 15px rgba(0, 162, 175, 0.3);
}
.frontSlider.v2 li .text .btn {
  background: linear-gradient(135deg, rgba(0, 162, 175, 0.8), rgba(0, 162, 175, 0.6));
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 162, 175, 0.4);
  color: white;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.frontSlider.v2 li .text .btn:hover {
  background: linear-gradient(135deg, rgba(0, 162, 175, 0.9), rgba(0, 162, 175, 0.7));
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 162, 175, 0.4);
}
.frontSlider.v2 ul.frontSliderBullets li {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(25, 91, 149, 0.2);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.frontSlider.v2 ul.frontSliderBullets li.active {
  background: linear-gradient(135deg, #00a2af, #00d1e2);
  transform: scale(1.3);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 162, 175, 0.4);
}

.frontSlider.v3 {
  perspective: 1000px;
  border-radius: 0;
  background: linear-gradient(135deg, #0f3d63 0%, #195b95 100%);
  overflow: visible;
}
.frontSlider.v3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.3) 0%, transparent 50%);
  z-index: 0;
  pointer-events: none;
}
.frontSlider.v3 .staticText {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 40px;
  margin: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.2);
  transform: translateZ(20px);
  position: relative;
  z-index: 2;
}
.frontSlider.v3 .staticText h1 {
  background: linear-gradient(135deg, #0f3d63, #195b95);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 300;
  letter-spacing: -0.02em;
  font-size: 1.8em !important;
  line-height: 1.1em !important;
  margin-bottom: 20px !important;
}
.frontSlider.v3 .staticText .btn {
  background: linear-gradient(135deg, #0f3d63, #195b95);
  border: none;
  color: white;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
}
.frontSlider.v3 .staticText .btn:hover {
  transform: translateY(-4px) translateZ(10px);
  box-shadow: 0 20px 40px rgba(25, 91, 149, 0.4);
}
.frontSlider.v3 .btn-arrow {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(10px);
}
.frontSlider.v3 .btn-arrow svg {
  color: #195b95;
}
.frontSlider.v3 .btn-arrow:hover {
  transform: scale(1.15) translateZ(20px);
  background: rgb(255, 255, 255);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.frontSlider.v3 li {
  transform-style: preserve-3d;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.frontSlider.v3 li .slide-image-holder {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
}
.frontSlider.v3 li .slide-image {
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.frontSlider.v3 li.focus {
  transform: translateZ(30px) scale(1.02);
}
.frontSlider.v3 li.focus .slide-image-holder {
  transform: translateZ(20px) rotateY(2deg);
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.frontSlider.v3 li.focus .slide-image {
  transform: scale(1.1);
}
.frontSlider.v3 li .slide-image-caption {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.2);
  transform: translateZ(10px);
}
.frontSlider.v3 li .slide-image-caption .svgObject {
  background: linear-gradient(135deg, #ff6b6b, #ee5a24);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transform: translateZ(5px);
}
.frontSlider.v3 li .text {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.2);
  transform: translateZ(15px);
}
.frontSlider.v3 li .text h3 {
  background: linear-gradient(135deg, #0f3d63, #195b95);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.frontSlider.v3 li .text .btn {
  background: linear-gradient(135deg, #0f3d63, #195b95);
  border: none;
  color: white;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(5px);
}
.frontSlider.v3 li .text .btn:hover {
  transform: translateY(-4px) translateZ(15px);
  box-shadow: 0 20px 40px rgba(25, 91, 149, 0.4);
}
.frontSlider.v3 ul.frontSliderBullets li {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(5px);
}
.frontSlider.v3 ul.frontSliderBullets li.active {
  background: linear-gradient(135deg, #00a2af, #2a7bb8);
  transform: scale(1.3) translateZ(10px);
  box-shadow: 0 10px 25px rgba(0, 162, 175, 0.4);
}
@media screen and (max-width: 780px) {
  .frontSlider.v3 {
    min-height: 90vh !important;
    border-radius: 0;
    perspective: none;
  }
  .frontSlider.v3 .staticText {
    background: rgba(255, 255, 255, 0.98) !important;
    margin: 0 !important;
    padding: 25px !important;
    border-radius: 0 !important;
    position: absolute !important;
    bottom: -10px !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    z-index: 10;
  }
  .frontSlider.v3 .staticText h1 {
    font-size: 1.8em !important;
    margin-bottom: 15px !important;
    background: linear-gradient(135deg, #0f3d63, #195b95) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
  }
  .frontSlider.v3 .staticText p {
    line-height: 1.5em !important;
    color: #666 !important;
  }
  .frontSlider.v3 li {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
  }
  .frontSlider.v3 li .slide-image-holder {
    height: calc(100% - 240px) !important;
    width: 100% !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    border-radius: 0 !important;
    transform: none !important;
  }
  .frontSlider.v3 li.focus, .frontSlider.v3 li.focusReverse {
    opacity: 1 !important;
    transform: none !important;
  }
  .frontSlider.v3 li.focus .slide-image-holder, .frontSlider.v3 li.focusReverse .slide-image-holder {
    transform: none !important;
  }
  .frontSlider.v3 li.focus .slide-image, .frontSlider.v3 li.focusReverse .slide-image {
    transform: scale(1.05) !important;
  }
}
@media screen and (max-width: 480px) {
  .frontSlider.v3 {
    min-height: 80vh !important;
  }
  .frontSlider.v3 .staticText {
    padding: 20px !important;
  }
  .frontSlider.v3 .staticText h1 {
    font-size: 1.6em !important;
  }
  .frontSlider.v3 li .slide-image-holder {
    height: calc(100% - 200px) !important;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.frontSlider.v4 {
  border-radius: 0;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  min-height: 80vh;
  width: 100% !important;
  max-width: 100% !important;
}
.frontSlider.v4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, transparent 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.3) 100%), linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 50%, rgba(255, 255, 255, 0.4) 100%);
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.8s ease;
}
.frontSlider.v4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%), radial-gradient(ellipse at center, transparent 40%, rgba(255, 255, 255, 0.2) 100%);
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.frontSlider.v4:hover::after {
  opacity: 1;
}
.frontSlider.v4 .staticText {
  position: absolute;
  top: 15%;
  left: 8% !important;
  transform: none;
  text-align: left;
  z-index: 10;
  width: 45%;
  max-width: 500px !important;
  padding: 32px 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.frontSlider.v4 .staticText h1 {
  color: #2c2c2c !important;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 16px !important;
  line-height: 1.2 !important;
  text-shadow: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(1.8rem, 2.5vw, 2.8rem) !important;
}
@media screen and (max-width: 1400px) {
  .frontSlider.v4 .staticText h1 {
    font-size: clamp(1.6rem, 2.2vw, 2.4rem) !important;
  }
}
@media screen and (max-width: 1000px) {
  .frontSlider.v4 .staticText h1 {
    font-size: clamp(1.4rem, 2vw, 2.2rem) !important;
  }
}
@media screen and (max-width: 768px) {
  .frontSlider.v4 .staticText h1 {
    font-size: clamp(1.3rem, 2.5vw, 1.8rem) !important;
    margin-bottom: 12px !important;
  }
}
@media screen and (max-width: 480px) {
  .frontSlider.v4 .staticText h1 {
    font-size: clamp(1.2rem, 3vw, 1.6rem) !important;
    margin-bottom: 10px !important;
  }
}
.frontSlider.v4 .staticText p {
  color: #2c2c2c !important;
  font-weight: 400;
  margin-bottom: 24px;
  text-shadow: none;
  max-width: none;
  font-size: clamp(0.95rem, 1.1vw, 1.2rem) !important;
  line-height: 1.5 !important;
}
@media screen and (max-width: 768px) {
  .frontSlider.v4 .staticText p {
    font-size: clamp(0.85rem, 1.3vw, 1.1rem) !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .frontSlider.v4 .staticText p {
    font-size: clamp(0.8rem, 1.5vw, 1rem) !important;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .frontSlider.v4 .staticText {
    width: 55%;
    max-width: 450px !important;
    padding: 28px 24px;
    left: 8% !important;
  }
}
@media screen and (max-width: 768px) {
  .frontSlider.v4 .staticText {
    top: 12%;
    left: 8% !important;
    width: 65%;
    max-width: 380px !important;
    padding: 24px 20px;
  }
}
@media screen and (max-width: 480px) {
  .frontSlider.v4 .staticText {
    top: 8%;
    left: 8% !important;
    width: 85%;
    max-width: none !important;
    padding: 20px 16px;
  }
}
.frontSlider.v4 .staticText .btn {
  background: linear-gradient(135deg, #0f3d63, #195b95);
  border: none;
  color: white;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 4px 10px rgba(25, 91, 149, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  font-size: clamp(0.8rem, 1vw, 1.1rem) !important;
  padding: clamp(12px, 1.5vw, 18px) clamp(30px, 3vw, 45px);
}
.frontSlider.v4 .staticText .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.frontSlider.v4 .staticText .btn:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), 0 8px 15px rgba(25, 91, 149, 0.4);
}
.frontSlider.v4 .staticText .btn:hover::before {
  left: 100%;
}
.frontSlider.v4 .staticText .btn:active {
  transform: translateY(-2px) scale(1.02);
}
@media screen and (max-width: 1200px) {
  .frontSlider.v4 .staticText {
    width: 95%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .frontSlider.v4 .staticText {
    width: 100%;
    padding: 0 20px;
    top: 45%;
  }
}
@media screen and (max-width: 480px) {
  .frontSlider.v4 .staticText {
    padding: 0 15px;
    top: 45%;
  }
  .frontSlider.v4 .staticText h1 {
    font-size: clamp(1.8rem, 8vw, 2.8rem) !important;
    margin-bottom: 15px !important;
  }
  .frontSlider.v4 .staticText p {
    font-size: clamp(0.9rem, 3vw, 1.2rem) !important;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 780px) {
  .frontSlider.v4 {
    min-height: 100vh !important;
    flex-direction: column !important;
    display: flex !important;
  }
  .frontSlider.v4 .staticText {
    position: absolute !important;
    top: 12% !important;
    left: 8% !important;
    transform: none !important;
    width: 65% !important;
    max-width: 380px !important;
    padding: 24px 20px !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%) !important;
    border-radius: 16px !important;
    z-index: 15 !important;
  }
  .frontSlider.v4 .staticText h1 {
    font-size: clamp(1.3rem, 2.5vw, 1.8rem) !important;
    margin-bottom: 15px !important;
    color: #2c2c2c !important;
  }
  .frontSlider.v4 .staticText p {
    font-size: clamp(0.85rem, 1.5vw, 1.1rem) !important;
    margin-bottom: 20px !important;
    color: #2c2c2c !important;
  }
  .frontSlider.v4 .staticText .btn {
    font-size: clamp(0.9rem, 3vw, 1.1rem) !important;
    padding: clamp(14px, 3vw, 18px) clamp(25px, 6vw, 35px) !important;
  }
  .frontSlider.v4 li .slide-image-holder {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  .frontSlider.v4 li .slide-image-holder .slide-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}
@media screen and (max-width: 480px) {
  .frontSlider.v4 {
    min-height: 70vh;
  }
  .frontSlider.v4 .staticText {
    width: 90% !important;
    padding: 25px 20px !important;
    border-radius: 12px !important;
  }
}
.frontSlider.v4 .btn-arrow {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 15;
  width: 50px;
  height: 50px;
}
.frontSlider.v4 .btn-arrow svg {
  color: white;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
  width: 24px;
  height: 24px;
}
.frontSlider.v4 .btn-arrow:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.2);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}
.frontSlider.v4 .btn-arrow.btn-previous {
  left: 30px;
}
.frontSlider.v4 .btn-arrow.btn-next {
  right: 30px;
}
@media screen and (max-width: 768px) {
  .frontSlider.v4 .btn-arrow {
    width: 45px;
    height: 45px;
  }
  .frontSlider.v4 .btn-arrow svg {
    width: 20px;
    height: 20px;
  }
  .frontSlider.v4 .btn-arrow.btn-previous {
    left: 20px;
  }
  .frontSlider.v4 .btn-arrow.btn-next {
    right: 20px;
  }
}
.frontSlider.v4 li .slide-image-holder {
  width: 100%;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.frontSlider.v4 li .slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 8s cubic-bezier(0.4, 0, 0.2, 1);
  filter: brightness(1.1) contrast(1.05);
}
.frontSlider.v4 li.focus .slide-image {
  transform: scale(1.08);
  filter: brightness(1.15) contrast(1.1);
}
.frontSlider.v4 li .slide-image-caption {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  color: #2c2c2c;
  z-index: 5;
  padding: 20px 25px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  min-width: 300px;
  max-width: 500px;
  display: flex !important;
  align-items: flex-start !important;
  gap: 20px;
}
.frontSlider.v4 li .slide-image-caption.bottom-right {
  bottom: 30px;
  right: 30px;
}
.frontSlider.v4 li .slide-image-caption.bottom-left {
  bottom: 30px;
  left: 30px;
}
.frontSlider.v4 li .slide-image-caption .svgObject {
  background: linear-gradient(135deg, #195b95, #fd7e14);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  flex-shrink: 0 !important;
  width: 45px;
  height: 45px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  order: 2 !important;
}
.frontSlider.v4 li .slide-image-caption .svgObject svg {
  width: 24px;
  height: 24px;
  color: white;
}
.frontSlider.v4 li .slide-image-caption .caption-text-container {
  order: 1 !important;
  flex: 1 !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}
.frontSlider.v4 li .slide-image-caption .imageCaptionSmall,
.frontSlider.v4 li .slide-image-caption .imageCaption {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
  display: block !important;
}
.frontSlider.v4 li .slide-image-caption span.imageCaptionSmall,
.frontSlider.v4 li .slide-image-caption span.imageCaption {
  display: block !important;
}
.frontSlider.v4 li .slide-image-caption .imageCaptionSmall {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 4px;
  font-weight: 400;
}
.frontSlider.v4 li .slide-image-caption .imageCaption {
  font-size: 1em;
  color: #2c2c2c;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .frontSlider.v4 li .slide-image-caption {
    min-width: 250px;
    max-width: 90%;
    padding: 15px 20px;
    gap: 15px;
  }
  .frontSlider.v4 li .slide-image-caption .svgObject {
    width: 40px;
    height: 40px;
  }
  .frontSlider.v4 li .slide-image-caption .svgObject svg {
    width: 20px;
    height: 20px;
  }
  .frontSlider.v4 li .slide-image-caption .imageCaptionSmall {
    font-size: 0.85em;
  }
  .frontSlider.v4 li .slide-image-caption .imageCaption {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 480px) {
  .frontSlider.v4 li .slide-image-caption {
    min-width: 200px;
    padding: 12px 16px;
    gap: 12px;
  }
  .frontSlider.v4 li .slide-image-caption .svgObject {
    width: 35px;
    height: 35px;
  }
  .frontSlider.v4 li .slide-image-caption .svgObject svg {
    width: 18px;
    height: 18px;
  }
  .frontSlider.v4 li .slide-image-caption .imageCaptionSmall {
    font-size: 0.8em;
  }
  .frontSlider.v4 li .slide-image-caption .imageCaption {
    font-size: 0.9em;
  }
}
.frontSlider.v4 li .text {
  display: none;
}
.frontSlider.v4 ul.frontSliderBullets {
  bottom: 30px;
}
.frontSlider.v4 ul.frontSliderBullets li {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 32px;
  height: 8px;
  border-radius: 4px;
}
.frontSlider.v4 ul.frontSliderBullets li.active {
  background: linear-gradient(135deg, #00a2af, #2a7bb8);
  transform: scale(1.2);
  box-shadow: 0 4px 15px rgba(0, 162, 175, 0.4);
  border-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .frontSlider.v4 ul.frontSliderBullets {
    bottom: 20px;
  }
  .frontSlider.v4 ul.frontSliderBullets li {
    width: 28px;
    height: 6px;
    margin: 8px;
  }
}

.frontSlider.v5 {
  border-radius: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
@media screen and (max-width: 780px) {
  .frontSlider.v5 {
    min-height: 90vh !important;
  }
  .frontSlider.v5 li {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  .frontSlider.v5 li:first-child {
    opacity: 1 !important;
    z-index: 2 !important;
  }
  .frontSlider.v5 li .slide-image-holder {
    height: calc(100% - 200px) !important;
    width: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
  }
  .frontSlider.v5 li.focus, .frontSlider.v5 li.focusReverse {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 480px) {
  .frontSlider.v5 {
    min-height: 80vh !important;
  }
  .frontSlider.v5 li:first-child {
    opacity: 1 !important;
    z-index: 2 !important;
  }
  .frontSlider.v5 li .slide-image-holder {
    height: calc(100% - 160px) !important;
  }
}
.frontSlider.v5 .staticText {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background: white;
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 5;
  max-width: 50% !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.frontSlider.v5 .staticText h1 {
  background: linear-gradient(135deg, #00a2af, #20c997) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  font-size: 2.2em !important;
  font-weight: 200;
  letter-spacing: -0.02em;
  margin-bottom: 20px !important;
  line-height: 1.1em !important;
}
.frontSlider.v5 .staticText p {
  color: #666 !important;
  font-size: 0.9em !important;
  line-height: 1.6em !important;
  margin-bottom: 30px;
}
.frontSlider.v5 .staticText .btn {
  background: linear-gradient(135deg, #00a2af, #20c997);
  border: none;
  color: white;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 0.9em;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  align-self: flex-start;
}
.frontSlider.v5 .staticText .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1250px) {
  .frontSlider.v5 .staticText {
    padding: 30px 40px;
  }
  .frontSlider.v5 .staticText h1 {
    font-size: 1.8em !important;
  }
}
@media screen and (max-width: 1000px) {
  .frontSlider.v5 .staticText {
    padding: 25px 30px;
  }
  .frontSlider.v5 .staticText h1 {
    font-size: 1.6em !important;
  }
  .frontSlider.v5 .staticText p {
    font-size: 0.8em !important;
  }
}
@media screen and (max-width: 850px) {
  .frontSlider.v5 .staticText {
    padding: 20px 25px;
  }
  .frontSlider.v5 .staticText h1 {
    font-size: 1.4em !important;
  }
  .frontSlider.v5 .staticText p {
    font-size: 0.75em !important;
  }
}
@media screen and (max-width: 780px) {
  .frontSlider.v5 .staticText {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    border-right: none;
    border-bottom: none;
    background: white !important;
    z-index: 10;
    padding: 25px !important;
    margin: 0 !important;
  }
}
@media screen and (max-width: 540px) {
  .frontSlider.v5 .staticText {
    padding: 15px 20px;
  }
  .frontSlider.v5 .staticText h1 {
    font-size: 1.2em !important;
  }
  .frontSlider.v5 .staticText p {
    font-size: 0.7em !important;
  }
}
.frontSlider.v5 .btn-arrow {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.frontSlider.v5 .btn-arrow svg {
  color: #00a2af;
}
.frontSlider.v5 .btn-arrow:hover {
  transform: scale(1.1);
  background: rgb(255, 255, 255);
}
.frontSlider.v5 li:first-child {
  opacity: 1 !important;
  z-index: 2;
  display: block !important;
  visibility: visible !important;
}
.frontSlider.v5 li .slide-image-holder {
  width: 50%;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.frontSlider.v5 li .slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.frontSlider.v5 li.focus .slide-image {
  transform: scale(1.05);
}
.frontSlider.v5 li .slide-image-caption {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.frontSlider.v5 li .slide-image-caption .svgObject {
  background: linear-gradient(135deg, #195b95, #fd7e14);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.frontSlider.v5 li .text {
  display: none;
}
@media screen and (max-width: 780px) {
  .frontSlider.v5 li .slide-image-holder {
    width: 100%;
    position: relative;
    right: auto;
  }
}
.frontSlider.v5 ul.frontSliderBullets li {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.frontSlider.v5 ul.frontSliderBullets li.active {
  background: linear-gradient(135deg, #00a2af, #20c997);
  transform: scale(1.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.frontSliderHolder:has(.frontSlider.v5) {
  width: 100% !important;
  max-width: 100% !important;
}

.frontSlider.v6 {
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}
@media screen and (max-width: 780px) {
  .frontSlider.v6 {
    min-height: 90vh !important;
  }
  .frontSlider.v6 li {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  .frontSlider.v6 li:first-child {
    opacity: 1 !important;
    z-index: 2 !important;
  }
  .frontSlider.v6 li .slide-image-holder {
    height: calc(100% - 200px) !important;
    width: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
  }
  .frontSlider.v6 li.focus, .frontSlider.v6 li.focusReverse {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 480px) {
  .frontSlider.v6 {
    min-height: 80vh !important;
  }
  .frontSlider.v6 li:first-child {
    opacity: 1 !important;
    z-index: 2 !important;
  }
  .frontSlider.v6 li .slide-image-holder {
    height: calc(100% - 160px) !important;
  }
}
.frontSlider.v6 .staticText {
  background: transparent;
  padding: 30px 40px;
  border-bottom: 3px solid #00a2af;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  max-width: 45% !important;
  padding-left: 40px !important;
  padding-right: 30px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 5;
}
.frontSlider.v6 .staticText::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 80px;
  height: 3px;
  background: #195b95;
}
.frontSlider.v6 .staticText h1 {
  color: #00a2af !important;
  font-size: 1.6em !important;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin-bottom: 15px !important;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.2em !important;
}
.frontSlider.v6 .staticText p {
  color: #666 !important;
  line-height: 1.6em !important;
  margin-bottom: 25px;
  font-style: italic;
}
.frontSlider.v6 .staticText .btn {
  background: #00a2af;
  border: none;
  color: white;
  padding: 10px 25px;
  border-radius: 0;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  align-self: flex-start;
}
.frontSlider.v6 .staticText .btn:hover {
  background: #00737c;
  transform: translateY(-1px);
}
@media screen and (max-width: 1250px) {
  .frontSlider.v6 .staticText {
    padding: 25px 35px;
    width: 48%;
    max-width: 48% !important;
  }
  .frontSlider.v6 .staticText h1 {
    font-size: 1.4em !important;
  }
  .frontSlider.v6 .staticText p {
    font-size: 0.8em !important;
  }
}
@media screen and (max-width: 1000px) {
  .frontSlider.v6 .staticText {
    padding: 20px 30px;
    width: 50%;
    max-width: 50% !important;
  }
  .frontSlider.v6 .staticText h1 {
    font-size: 1.3em !important;
  }
  .frontSlider.v6 .staticText p {
    font-size: 0.75em !important;
  }
}
@media screen and (max-width: 850px) {
  .frontSlider.v6 .staticText {
    padding: 18px 25px;
  }
  .frontSlider.v6 .staticText h1 {
    font-size: 1.2em !important;
  }
  .frontSlider.v6 .staticText p {
    font-size: 0.7em !important;
  }
}
@media screen and (max-width: 780px) {
  .frontSlider.v6 .staticText {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 25px !important;
    margin: 0 !important;
    border-bottom: 2px solid #00a2af;
    background: transparent !important;
    z-index: 10;
  }
}
@media screen and (max-width: 540px) {
  .frontSlider.v6 .staticText {
    padding: 15px;
  }
  .frontSlider.v6 .staticText h1 {
    font-size: 1.1em !important;
  }
  .frontSlider.v6 .staticText p {
    font-size: 0.65em !important;
  }
}
.frontSlider.v6 .btn-arrow {
  background: #00a2af;
  border-radius: 0;
  transition: all 0.3s ease;
}
.frontSlider.v6 .btn-arrow svg {
  color: white;
}
.frontSlider.v6 .btn-arrow:hover {
  background: #00737c;
  transform: scale(1.05);
}
.frontSlider.v6 li:first-child {
  opacity: 1 !important;
  z-index: 2;
  display: block !important;
  visibility: visible !important;
}
.frontSlider.v6 li .slide-image-holder {
  width: 55%;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.frontSlider.v6 li .slide-image-holder::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #00a2af, #195b95);
}
.frontSlider.v6 li .slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.frontSlider.v6 li.focus .slide-image {
  transform: scale(1.03);
}
.frontSlider.v6 li .slide-image-caption {
  background: white;
  border-radius: 0;
  border: 2px solid #00a2af;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.frontSlider.v6 li .slide-image-caption .svgObject {
  background: #195b95;
  border-radius: 0;
}
.frontSlider.v6 li .text {
  display: none;
}
@media screen and (max-width: 1250px) {
  .frontSlider.v6 li .slide-image-holder {
    width: 52%;
  }
}
@media screen and (max-width: 1000px) {
  .frontSlider.v6 li .slide-image-holder {
    width: 50%;
  }
}
@media screen and (max-width: 780px) {
  .frontSlider.v6 li .slide-image-holder {
    width: 100%;
    position: relative;
    right: auto;
  }
}
.frontSlider.v6 ul.frontSliderBullets li {
  background: #ddd;
  border-radius: 0;
  transition: all 0.3s ease;
}
.frontSlider.v6 ul.frontSliderBullets li.active {
  background: #00a2af;
  transform: scale(1.1);
}

.frontSliderHolder:has(.frontSlider.v4),
.frontSliderHolder:has(.frontSlider.v5),
.frontSliderHolder:has(.frontSlider.v6) {
  width: 100% !important;
  max-width: 100% !important;
}

.frontSlider.v7 {
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  border: none;
}
@media screen and (max-width: 780px) {
  .frontSlider.v7 {
    min-height: 90vh !important;
  }
  .frontSlider.v7 .staticText {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 25px !important;
    margin: 0 !important;
    background: transparent !important;
    z-index: 10;
    text-align: left !important;
    border-bottom: none;
  }
  .frontSlider.v7 li {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  .frontSlider.v7 li .slide-image-holder {
    height: calc(100% - 200px) !important;
    width: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }
  .frontSlider.v7 li.focus, .frontSlider.v7 li.focusReverse {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 480px) {
  .frontSlider.v7 {
    min-height: 80vh !important;
  }
  .frontSlider.v7 .staticText {
    padding: 20px !important;
  }
  .frontSlider.v7 li .slide-image-holder {
    height: calc(100% - 160px) !important;
  }
}
.frontSlider.v7 .staticText {
  background: transparent;
  padding: 60px 40px;
  border-bottom: none;
}
.frontSlider.v7 .staticText h1 {
  color: #333 !important;
  font-size: 2.5em !important;
  font-weight: 100;
  letter-spacing: -0.03em;
  margin-bottom: 20px !important;
  line-height: 1.1em !important;
}
.frontSlider.v7 .staticText p {
  color: #666 !important;
  font-size: 0.9em !important;
  line-height: 1.7em !important;
  margin-bottom: 30px;
  max-width: 600px;
}
.frontSlider.v7 .staticText .btn {
  background: transparent;
  border: 2px solid #333;
  color: #333;
  padding: 15px 40px;
  border-radius: 0;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}
.frontSlider.v7 .staticText .btn:hover {
  background: #333;
  color: white;
  transform: translateY(-2px);
}
@media screen and (max-width: 1250px) {
  .frontSlider.v7 .staticText {
    padding: 50px 30px;
  }
  .frontSlider.v7 .staticText h1 {
    font-size: 2.2em !important;
  }
}
@media screen and (max-width: 1000px) {
  .frontSlider.v7 .staticText {
    padding: 40px 25px;
  }
  .frontSlider.v7 .staticText h1 {
    font-size: 2em !important;
  }
  .frontSlider.v7 .staticText p {
    font-size: 0.8em !important;
  }
}
@media screen and (max-width: 850px) {
  .frontSlider.v7 .staticText {
    padding: 30px 20px;
  }
  .frontSlider.v7 .staticText h1 {
    font-size: 1.8em !important;
  }
  .frontSlider.v7 .staticText p {
    font-size: 0.75em !important;
  }
}
@media screen and (max-width: 780px) {
  .frontSlider.v7 .staticText {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 540px) {
  .frontSlider.v7 .staticText {
    padding: 20px 12px;
  }
  .frontSlider.v7 .staticText h1 {
    font-size: 1.5em !important;
  }
  .frontSlider.v7 .staticText p {
    font-size: 0.7em !important;
  }
}
.frontSlider.v7 .btn-arrow {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  transition: all 0.3s ease;
}
.frontSlider.v7 .btn-arrow svg {
  color: #333;
}
.frontSlider.v7 .btn-arrow:hover {
  background: #333;
}
.frontSlider.v7 .btn-arrow:hover svg {
  color: white;
}
.frontSlider.v7 li .slide-image-holder {
  border-radius: 0;
  overflow: hidden;
}
.frontSlider.v7 li .slide-image {
  transition: transform 0.8s ease;
}
.frontSlider.v7 li.focus .slide-image {
  transform: scale(1.02);
}
.frontSlider.v7 li .slide-image-caption {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.frontSlider.v7 li .slide-image-caption .svgObject {
  background: #333;
  border-radius: 0;
}
.frontSlider.v7 li .text {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.frontSlider.v7 li .text h3 {
  color: #333;
  font-weight: 300;
  letter-spacing: -0.01em;
}
.frontSlider.v7 li .text .btn {
  background: transparent;
  border: 1px solid #333;
  color: #333;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.frontSlider.v7 li .text .btn:hover {
  background: #333;
  color: white;
}
.frontSlider.v7 ul.frontSliderBullets li {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  transition: all 0.3s ease;
}
.frontSlider.v7 ul.frontSliderBullets li.active {
  background: #333;
  transform: scale(1.1);
}

.frontSlider.v8 {
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border: 1px solid rgba(0, 255, 255, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 255, 255, 0.1);
}
@media screen and (max-width: 780px) {
  .frontSlider.v8 {
    min-height: 90vh !important;
    border-radius: 12px;
  }
  .frontSlider.v8 .staticText {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 25px !important;
    margin: 0 !important;
    background: rgba(0, 0, 0, 0.9) !important;
    z-index: 10;
    border-radius: 0;
    color: white !important;
  }
  .frontSlider.v8 .staticText h1 {
    color: #00ffff !important;
    font-size: 1.8em !important;
    margin-bottom: 15px !important;
  }
  .frontSlider.v8 .staticText p {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 0.9em !important;
    line-height: 1.5em !important;
  }
  .frontSlider.v8 li {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  .frontSlider.v8 li .slide-image-holder {
    height: calc(100% - 200px) !important;
    width: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    border-radius: 12px 12px 0 0;
  }
  .frontSlider.v8 li.focus, .frontSlider.v8 li.focusReverse {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 480px) {
  .frontSlider.v8 {
    min-height: 80vh !important;
    border-radius: 8px;
  }
  .frontSlider.v8 .staticText {
    padding: 20px !important;
  }
  .frontSlider.v8 .staticText h1 {
    font-size: 1.6em !important;
  }
  .frontSlider.v8 li .slide-image-holder {
    height: calc(100% - 160px) !important;
    border-radius: 8px 8px 0 0;
  }
}
.frontSlider.v8::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 20%, rgba(0, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(255, 0, 255, 0.1) 0%, transparent 50%);
  z-index: 0;
  pointer-events: none;
}
.frontSlider.v8 .staticText {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 50px;
  margin: 30px;
  border: 1px solid rgba(0, 255, 255, 0.3);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(0, 255, 255, 0.1);
  position: relative;
  z-index: 2;
}
.frontSlider.v8 .staticText h1 {
  color: #00ffff !important;
  font-size: 2.2em !important;
  font-weight: 200;
  letter-spacing: -0.02em;
  margin-bottom: 20px !important;
  text-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
  line-height: 1.1em !important;
}
.frontSlider.v8 .staticText p {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.9em !important;
  line-height: 1.6em !important;
  margin-bottom: 30px;
}
.frontSlider.v8 .staticText .btn {
  background: linear-gradient(135deg, #00ffff, #0080ff);
  border: none;
  color: #000;
  padding: 16px 40px;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.3);
}
.frontSlider.v8 .staticText .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 30px rgba(0, 255, 255, 0.5);
}
@media screen and (max-width: 1250px) {
  .frontSlider.v8 .staticText {
    padding: 40px 45px;
  }
  .frontSlider.v8 .staticText h1 {
    font-size: 2em !important;
  }
}
@media screen and (max-width: 1000px) {
  .frontSlider.v8 .staticText {
    padding: 35px 40px;
  }
  .frontSlider.v8 .staticText h1 {
    font-size: 1.8em !important;
  }
}
@media screen and (max-width: 850px) {
  .frontSlider.v8 .staticText {
    padding: 30px 35px;
  }
  .frontSlider.v8 .staticText h1 {
    font-size: 1.6em !important;
  }
}
@media screen and (max-width: 780px) {
  .frontSlider.v8 .staticText {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 540px) {
  .frontSlider.v8 .staticText {
    padding: 20px 25px;
  }
  .frontSlider.v8 .staticText h1 {
    font-size: 1.4em !important;
  }
}
.frontSlider.v8 .btn-arrow {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.frontSlider.v8 .btn-arrow svg {
  color: #00ffff;
  filter: drop-shadow(0 0 10px rgba(0, 255, 255, 0.5));
}
.frontSlider.v8 .btn-arrow:hover {
  background: rgba(0, 255, 255, 0.1);
  transform: scale(1.15);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.3);
}
.frontSlider.v8 li .slide-image-holder {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 255, 255, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.frontSlider.v8 li .slide-image {
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  filter: brightness(0.9) contrast(1.1);
}
.frontSlider.v8 li.focus .slide-image {
  transform: scale(1.05);
  filter: brightness(1.1) contrast(1.2);
}
.frontSlider.v8 li .slide-image-caption {
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 12px;
  color: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.frontSlider.v8 li .slide-image-caption .svgObject {
  background: linear-gradient(135deg, #00a2af, #195b95);
  box-shadow: 0 0 20px rgba(0, 162, 175, 0.5);
}
.frontSlider.v8 li .text {
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 16px;
  color: white;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}
.frontSlider.v8 li .text h3 {
  color: #00ffff;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.3);
}
.frontSlider.v8 li .text .btn {
  background: linear-gradient(135deg, #00ffff, #0080ff);
  border: none;
  color: #000;
  font-weight: 600;
}
.frontSlider.v8 li .text .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 30px rgba(0, 255, 255, 0.5);
}
.frontSlider.v8 ul.frontSliderBullets li {
  background: rgba(0, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 255, 255, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.frontSlider.v8 ul.frontSliderBullets li.active {
  background: linear-gradient(135deg, #00ffff, #0080ff);
  transform: scale(1.3);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
}

.imageSlide {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: flex-end;
  height: 100%;
  background-color: #ccc;
  background-size: auto 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 6px;
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 750px) {
  .imageSlide {
    aspect-ratio: 1/1.4 !important;
  }
}
.imageSlide.text_bl {
  align-items: flex-end;
  justify-content: flex-start;
}
.imageSlide.text_br {
  align-items: flex-end;
  justify-content: flex-end;
}
.imageSlide.text_tl {
  align-items: flex-start;
  justify-content: flex-start;
}
.imageSlide.text_tr {
  align-items: flex-start;
  justify-content: flex-end;
}
.imageSlide .text {
  position: relative;
  backdrop-filter: blur(20px);
  color: #fff;
  margin: 30px;
  padding: 30px;
  width: 500px;
  font-size: 1em;
  line-height: 1.4em;
  max-width: 90%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.6);
}
.imageSlide .text h3 {
  font-size: 2em;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 6px;
}
.imageSlide .text .btn {
  font-size: 1em;
  text-shadow: none;
  margin-top: 6px;
}
.imageSlide .text .btn span {
  font-size: 1em;
  line-height: 0.75em;
  vertical-align: top;
}

.teamBio {
  display: block;
  margin: 0px auto 0px auto;
  max-width: 280px;
  text-align: center;
}
.teamBio img.headshot {
  aspect-ratio: 1/1;
  width: 160px;
  display: block;
  max-width: 100%;
  margin: 0px auto 0px auto;
  background-color: #ececec;
  border-radius: 50% 50%;
  object-fit: cover;
  object-position: center center;
}
.teamBio h3 {
  font-size: 1.4em;
  font-weight: 100;
  line-height: 1.2em;
  padding: 0px;
  margin: 10px 0px 10px 0px;
}
.teamBio h4 {
  font-size: 1em;
  text-transform: uppercase;
  line-height: 1.2em;
  font-weight: 100;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}
.teamBio a {
  color: #00a2af;
  font-size: 1em;
}

.teamBioPopup {
  position: fixed;
  top: -110vh;
  left: 0px;
  transition: top 0.3s ease-in-out;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.teamBioPopup .popupContent {
  width: 600px;
  max-width: 100%;
  border-radius: 6px;
  background-color: #fcfcfc;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  padding: 20px;
  max-height: 90dvh;
  overflow-x: hidden;
  overflow-y: auto;
}
.teamBioPopup .iconClose {
  z-index: 99999;
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50% 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  text-align: center;
  line-height: 40px;
}
.teamBioPopup .textClose {
  color: #00a2af;
  display: block;
  margin-top: 6px;
  padding: 10px;
  text-align: center;
}
.teamBioPopup.show {
  top: 0px;
}

.logoHero {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.logoHero .textOverlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.logoHero .textOverlay h1 {
  display: block;
  max-width: 90%;
  font-size: 2.3rem;
  line-height: 1.2em;
  text-align: center;
  padding: 0px 20px 0px 20px;
  color: #423133;
  font-weight: 100;
}
.logoHero .textOverlay h1 em {
  position: relative;
  font-style: normal;
  display: inline-block;
  white-space: nowrap;
}
.logoHero .textOverlay h1 em::after {
  content: "";
  background-color: #00a2af;
  opacity: 0.3;
  height: 20px;
  bottom: 5px;
  left: 0px;
  width: 100%;
  display: block;
  position: absolute;
  mix-blend-mode: multiply;
}
.logoHero.logogray .logoHeroLogos div img {
  filter: grayscale(1);
}
.logoHero .logoHeroLogos {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
}
.logoHero .logoHeroLogos div.row {
  display: inline-flex;
  width: max-content;
  animation-name: logoHero;
  animation-duration: var(--logoHeroSpeed1);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  position: absolute;
  left: 0;
}
.logoHero .logoHeroLogos div.row div.logo {
  flex: 0 0 auto;
  display: flex;
  margin: 0 200px;
  justify-content: center;
  align-items: center;
}
.logoHero .logoHeroLogos div.row div.logo img {
  max-width: 100%;
  max-height: 100%;
}
.logoHero .logoHeroLogos div.row:nth-of-type(1) {
  top: 10px;
}
.logoHero .logoHeroLogos div.row:nth-of-type(2) {
  top: var(--logoHeroRowHeight);
  animation-duration: var(--logoHeroSpeed2);
}
.logoHero .logoHeroLogos div.row:nth-of-type(3) {
  bottom: var(--logoHeroRowHeight);
  animation-duration: var(--logoHeroSpeed3);
}
.logoHero .logoHeroLogos div.row:nth-of-type(4) {
  bottom: 10px;
  animation-duration: var(--logoHeroSpeed4);
}

@keyframes logoHero {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes logoHero2 {
  0% {
    left: 0;
  }
  100% {
    left: var(--logoHeroRow2);
  }
}
@keyframes logoHero3 {
  0% {
    left: 0;
  }
  100% {
    left: var(--logoHeroRow3);
  }
}
@keyframes logoHero4 {
  0% {
    left: 0;
  }
  100% {
    left: var(--logoHeroRow4);
  }
}
.tabbedContent {
  display: grid;
  grid-template-columns: 250px auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  line-height: 2em;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .tabbedContent {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
  }
}
@media screen and (max-width: 750px) {
  .tabbedContent .tabHolder {
    padding-bottom: 40px;
  }
}
.tabbedContent .tabHolder .tab {
  display: block;
  text-align: left;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin-bottom: 40px;
  padding-left: 40px;
}
.tabbedContent .tabHolder .tab::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #00a2af;
  position: absolute;
  top: 5px;
  left: 5px;
}
.tabbedContent .tabHolder .tab h2 {
  position: relative;
  cursor: pointer;
  width: -webkit-fit-content;
  width: fit-content;
  opacity: 1;
  font-weight: 200;
  font-size: 2.2rem;
}
.tabbedContent .tabHolder .tab h3 {
  font-size: 1.2rem;
  line-height: 1.2em;
  font-weight: 100;
  opacity: 0.6;
}
.tabbedContent .tabHolder .tab h2 {
  font-size: 1.2rem;
  line-height: 1.2em;
}
@media screen and (max-width: 1200px) {
  .tabbedContent .tabHolder .tab {
    margin-bottom: 30px;
  }
  .tabbedContent .tabHolder .tab h2 {
    font-size: 1.2rem;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 750px) {
  .tabbedContent .tabHolder .tab {
    margin-bottom: 15px;
  }
  .tabbedContent .tabHolder .tab h2 {
    font-size: 1.2rem;
  }
}
.tabbedContent .tabHolder .tab.active h2 {
  opacity: 1;
}
.tabbedContent .tabHolder .tab.active h2::after {
  content: "";
  background-color: #00a2af;
  opacity: 0.3;
  height: 25px;
  bottom: -5px;
  left: 10px;
  width: 100%;
  display: block;
  position: absolute;
  mix-blend-mode: multiply;
  animation: highlightText 0.3s ease-in-out forwards;
}
.tabbedContent .contentHolder {
  display: flex;
  justify-content: right;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .tabbedContent .contentHolder {
    justify-content: flex-start;
  }
}
.tabbedContent .contentHolder .content {
  opacity: 0;
  top: 40px;
  right: 0px;
  width: 0px;
  height: 0px;
  overflow: hidden;
  max-width: 500px;
  position: relative;
  transition: top 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
.tabbedContent .contentHolder .content p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  max-width: 100%;
}
.tabbedContent .contentHolder .content.active {
  opacity: 1;
  top: 0px;
  height: auto;
  width: 100%;
}
.tabbedContent.editor .contentHolder .content {
  display: none;
}
.tabbedContent.editor .contentHolder .content.active {
  display: block;
}

@keyframes highlightText {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
.logoList {
  margin-left: auto;
  margin-right: auto;
}
.logoList table {
  border: 0px;
  border-collapse: collapse;
  width: 100%;
}
.logoList table td, .logoList table th {
  padding: 10px;
  border-bottom: 1px solid #ececec;
}
.logoList table td img {
  max-width: 150px;
  max-height: 100px;
}
.logoList table td .logoPlaceholder {
  display: block;
  max-width: 100%;
  aspect-ratio: 3/2;
  background-color: #ccc;
}

div.wp-block-column .iconTextBlock, .imageTextBlock {
  overflow: hidden;
  font-family: var(--font-family-primary);
  height: 100%;
  text-decoration: none;
  color: #1f2937;
  display: block;
  border-radius: var(--radius-xl);
  background: white;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: var(--shadow-sm);
  position: relative;
}
div.wp-block-column .iconTextBlock.roundedCorners, .imageTextBlock.roundedCorners {
  border-radius: var(--radius-xl);
}
div.wp-block-column .iconTextBlock.showBorder, .imageTextBlock.showBorder {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
div.wp-block-column .iconTextBlock:not(.showBorder), .imageTextBlock:not(.showBorder) {
  border: 1px solid transparent;
}
div.wp-block-column .iconTextBlock:hover, .imageTextBlock:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
  border-color: rgba(0, 162, 175, 0.2);
}
div.wp-block-column .iconTextBlock:hover .imageHolder img, .imageTextBlock:hover .imageHolder img {
  transform: scale(1.05);
}
@media screen and (max-width: 780px) {
  div.wp-block-column .iconTextBlock, .imageTextBlock {
    margin-bottom: var(--spacing-md);
  }
}
div.wp-block-column .iconTextBlock svg, .imageTextBlock svg {
  width: 48px;
  height: 48px;
  color: #00a2af;
}
div.wp-block-column .iconTextBlock h3, .imageTextBlock h3 {
  font-size: var(--text-xl);
  line-height: var(--leading-tight);
  font-family: var(--font-family-heading);
  font-weight: lighter;
  color: #1f2937;
  margin-bottom: var(--spacing-sm);
  margin-top: 0;
}
div.wp-block-column .iconTextBlock p, .imageTextBlock p {
  line-height: var(--leading-relaxed) !important;
  text-align: inherit !important;
  color: #6b7280;
  font-size: var(--text-sm);
  margin: 0;
}
div.wp-block-column .iconTextBlock .textHolder, .imageTextBlock .textHolder {
  padding: var(--spacing-lg) var(--spacing-xl) var(--spacing-xl);
}
div.wp-block-column .iconTextBlock .imageHolder, .imageTextBlock .imageHolder {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
  background-color: #f3f4f6;
}
div.wp-block-column .iconTextBlock .imageHolder img, .imageTextBlock .imageHolder img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
  z-index: 0;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
div.wp-block-column .iconTextBlock .imageHolder button, .imageTextBlock .imageHolder button {
  position: relative;
  z-index: 1;
}
div.wp-block-column .iconTextBlock.full-image, .imageTextBlock.full-image {
  aspect-ratio: 16/12;
}
div.wp-block-column .iconTextBlock.full-image .imageHolder, .imageTextBlock.full-image .imageHolder {
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
  border-radius: 0px;
}
div.wp-block-column .iconTextBlock.full-image .textHolder, .imageTextBlock.full-image .textHolder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: var(--spacing-lg) var(--spacing-xl) var(--spacing-xl);
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  border-radius: var(--radius-xl);
}
div.wp-block-column .iconTextBlock.full-image .textHolder.text-top, .imageTextBlock.full-image .textHolder.text-top {
  justify-content: flex-start;
}
div.wp-block-column .iconTextBlock.full-image .textHolder.text-bottom, .imageTextBlock.full-image .textHolder.text-bottom {
  justify-content: flex-end;
}

.Teal .imageTextBlock {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 162, 175, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

@media screen and (max-width: 600px) {
  .imageTextBlock {
    margin-bottom: 0px;
  }
}
/* Knowledgebase Manager Editor Styles */
.knowledgebase-manager-block .knowledgebase-manager-editor {
  border: 2px dashed #ddd;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 8px;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-header-editor {
  margin-bottom: 20px;
  padding: 20px;
  background: white;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-header-editor .knowledgebase-title-editor {
  margin: 0 0 10px 0;
  font-size: 1.5em;
  font-weight: 600;
  color: #2c3e50;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-header-editor .knowledgebase-title-editor:empty:before {
  content: "Knowledge Base";
  color: #999;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-header-editor .knowledgebase-description-editor {
  margin: 0;
  color: #6c757d;
  font-size: 1.1em;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-header-editor .knowledgebase-description-editor:empty:before {
  content: "Company knowledge base and documentation";
  color: #999;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-content-editor .preview-section {
  background: white;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
  margin-bottom: 20px;
  text-align: center;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-content-editor .preview-section h4 {
  margin: 0 0 10px 0;
  color: #2c3e50;
  font-size: 1.2em;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-content-editor .preview-section p {
  margin: 0 0 15px 0;
  color: #6c757d;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-content-editor .preview-section .button {
  margin: 0 5px;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-content-editor .knowledgebase-preview {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-content-editor .knowledgebase-preview .knowledgebase-header {
  background: #f8f9fa;
  padding: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-content-editor .knowledgebase-preview .knowledgebase-header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-content-editor .knowledgebase-preview .knowledgebase-header .header-content .header-text h1 {
  margin: 0 0 10px 0;
  color: #2c3e50;
  font-size: 1.8em;
  font-weight: 600;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-content-editor .knowledgebase-preview .knowledgebase-header .header-content .header-text p {
  margin: 0;
  color: #6c757d;
  font-size: 1em;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-content-editor .knowledgebase-preview .knowledgebase-header .header-content .btn-logout {
  background: #dc3545;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-content-editor .knowledgebase-preview .search-section {
  padding: 15px 20px;
  border-bottom: 1px solid #e1e1e1;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-content-editor .knowledgebase-preview .search-section .search-input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ced4da;
  border-radius: 6px;
  font-size: 14px;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-content-editor .knowledgebase-preview .admin-section {
  padding: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-content-editor .knowledgebase-preview .admin-section h3 {
  margin: 0 0 15px 0;
  color: #2c3e50;
  font-size: 1.3em;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-content-editor .knowledgebase-preview .admin-section .admin-tabs {
  display: flex;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 15px;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-content-editor .knowledgebase-preview .admin-section .admin-tabs .admin-tab {
  padding: 8px 16px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  color: #6c757d;
  border-bottom: 2px solid transparent;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-content-editor .knowledgebase-preview .admin-section .admin-tabs .admin-tab.active {
  color: #28a745;
  border-bottom-color: #28a745;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-content-editor .knowledgebase-preview .admin-section .admin-content p {
  margin: 0;
  color: #6c757d;
  font-style: italic;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-content-editor .knowledgebase-preview .categories-list {
  padding: 20px;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-content-editor .knowledgebase-preview .categories-list .category-section {
  background: #f8f9fa;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
  margin-bottom: 15px;
  overflow: hidden;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-content-editor .knowledgebase-preview .categories-list .category-section .category-header {
  background: #e9ecef;
  padding: 12px 15px;
  border-bottom: 1px solid #e1e1e1;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-content-editor .knowledgebase-preview .categories-list .category-section .category-header .category-name {
  margin: 0;
  color: #495057;
  font-size: 1.1em;
  font-weight: 600;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-content-editor .knowledgebase-preview .categories-list .category-section .category-header .category-description {
  margin: 5px 0 0 0;
  color: #6c757d;
  font-size: 0.9em;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-content-editor .knowledgebase-preview .categories-list .category-section .articles-list {
  padding: 15px;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-content-editor .knowledgebase-preview .categories-list .category-section .articles-list .article-item {
  background: white;
  padding: 12px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  margin-bottom: 10px;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-content-editor .knowledgebase-preview .categories-list .category-section .articles-list .article-item .article-header {
  margin-bottom: 8px;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-content-editor .knowledgebase-preview .categories-list .category-section .articles-list .article-item .article-header .article-title {
  margin: 0;
  color: #495057;
  font-size: 1em;
  font-weight: 500;
}
.knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-content-editor .knowledgebase-preview .categories-list .category-section .articles-list .article-item .article-content p {
  margin: 0;
  color: #6c757d;
  font-size: 0.9em;
  line-height: 1.4;
}

/* Responsive adjustments for editor */
@media (max-width: 768px) {
  .knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-header-editor .knowledgebase-title-editor {
    font-size: 1.3em;
  }
  .knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-preview .knowledgebase-header .header-content {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
  .knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-preview .knowledgebase-header .header-content .header-text h1 {
    font-size: 1.5em;
  }
  .knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-preview .admin-section .admin-tabs {
    flex-wrap: wrap;
  }
  .knowledgebase-manager-block .knowledgebase-manager-editor .knowledgebase-preview .admin-section .admin-tabs .admin-tab {
    flex: 1;
    min-width: 100px;
    text-align: center;
  }
}
.heroTitle {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-color: #195b95;
}
.heroTitle .bg {
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4) blur(2px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.heroTitle .overlay {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.66;
  background-size: auto 100%;
  background-position: center left;
  background-repeat: no-repeat;
  background-image: url(200ca2f56c80f8439ecef34e91d5bd60.png);
}
.heroTitle .container {
  position: relative;
  width: 1250px;
  height: 100%;
  max-width: 100%;
  padding: 10px;
  display: block;
  padding: 30px;
}
.heroTitle .container .vcenter {
  justify-content: center;
  margin: 0px auto 0px auto;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.heroTitle .container h1 {
  position: relative;
  z-index: 3;
  font-size: 4rem;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
  font-weight: normal;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.heroTitle .container p {
  position: relative;
  z-index: 3;
  display: block;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  width: 600px;
  max-width: 100%;
}

.photoParagraph {
  position: relative;
  display: block;
  width: 100%;
  padding: 40px 40px 0px 40px;
  min-height: 400px;
  color: #fff;
  background-color: #00a2af;
  margin-bottom: 80px;
}
.photoParagraph .container {
  width: 950px;
  max-width: 100%;
  position: relative;
  z-index: 2;
  margin: 0px auto 0px auto;
  height: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-areas: "photos text";
}
.photoParagraph .container .photos {
  grid-area: photos;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.photoParagraph .container .photos img:nth-of-type(1) {
  z-index: 1;
  position: absolute;
  left: 0px;
  width: 60%;
  height: calc(100% - 40px);
  top: 100px;
  object-fit: cover;
  object-position: center;
}
.photoParagraph .container .photos img:nth-of-type(2) {
  aspect-ratio: 1/1;
  float: right;
  width: 40%;
  margin-right: 10%;
  position: relative;
  z-index: 2;
  border: 3px solid #00a2af;
}
.photoParagraph .container .text {
  grid-area: text;
  vertical-align: top;
  padding-bottom: 40px;
}
.photoParagraph .container .text p {
  width: 500px;
  max-width: 100% !important;
  line-height: 1.6em !important;
  font-size: 1rem !important;
}
.photoParagraph.reverse .container {
  grid-template-areas: "text photos";
}
.photoParagraph.reverse .container .photos img:nth-of-type(1) {
  left: 30%;
}
.photoParagraph.reverse .container .photos img:nth-of-type(2) {
  float: left;
  margin-right: 0px;
  margin-left: 10%;
}
@media screen and (max-width: 768px) {
  .photoParagraph {
    padding: 20px 10px 20px 10px;
  }
  .photoParagraph .container, .photoParagraph.reverse .container {
    grid-template-columns: 100% !important;
    grid-template-areas: "text" "photos";
  }
  .photoParagraph .container .text, .photoParagraph.reverse .container .text {
    padding: 0px 15px 40px 15px;
  }
  .photoParagraph .container .photos, .photoParagraph.reverse .container .photos {
    height: 100dvw;
  }
  .photoParagraph .container .photos img:nth-of-type(1), .photoParagraph.reverse .container .photos img:nth-of-type(1) {
    left: auto;
    right: 0px;
    width: calc(100% - 60px);
    top: 30px;
  }
  .photoParagraph .container .photos img:nth-of-type(2), .photoParagraph.reverse .container .photos img:nth-of-type(2) {
    margin-left: 0px;
  }
}
.photoParagraph.White, .photoParagraph.Transparent {
  color: #000;
}
.photoParagraph.White .container .photos img, .photoParagraph.Transparent .container .photos img {
  border: 3px solid #ececec;
}

.thumb-list.border .container ul li {
  border: 1px solid #ececec;
}
.thumb-list .container {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  margin: 0px auto;
}
.thumb-list .container ul {
  display: grid;
  column-gap: 10px;
  row-gap: 10px;
  list-style: none;
  margin: 0px auto;
  padding: 0px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .thumb-list .container ul {
    grid-template-columns: 100% !important;
  }
}
.thumb-list .container ul a, .thumb-list .container ul div.cta {
  text-align: center;
  display: block;
  color: #fff;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.thumb-list .container ul li, .thumb-list .container ul a, .thumb-list .container ul div.cta {
  display: flex;
  margin: 0px 0px 10px 0px;
  padding: 10px;
  flex-direction: row;
  border-radius: 5px;
  text-decoration: none;
  background-color: #fff;
}
.thumb-list .container ul li .image, .thumb-list .container ul a .image, .thumb-list .container ul div.cta .image {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thumb-list .container ul li img, .thumb-list .container ul a img, .thumb-list .container ul div.cta img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center center;
  border-radius: 5px;
  border: 1px solid #ececec;
}
.thumb-list .container ul li .text, .thumb-list .container ul a .text, .thumb-list .container ul div.cta .text {
  padding-left: 10px;
  font-size: 1rem;
  line-height: 1.2em;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

/* WRITERS BLOCK */
ul.writerBlockHolder {
  list-style: none;
  padding: 10px;
  text-align: center;
  vertical-align: top;
}

ul.writerBlockHolder li {
  list-style: none;
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
  width: 200px;
  height: 220px;
  text-align: center;
  vertical-align: top;
}

ul.writerBlockHolder li a {
  text-decoration: none;
  color: #000;
}

ul.writerBlockHolder li .image {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  overflow: hidden;
  background-color: #ececec;
  margin: 10px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

ul.writerBlockHolder li .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media screen and (max-width: 600px) {
  ul.writerBlockHolder li {
    width: 150px;
    height: 200px;
  }
  ul.writerBlockHolder li .image {
    width: 120px;
    height: 120px;
    border-radius: 60px;
  }
}
/* Article Sharer */
.sharerList {
  list-style: none;
  border: 1px solid #ececec;
  background-color: #fff;
  padding: 0px;
  border-radius: 10px;
}
.sharerList li {
  list-style: none;
  padding: 6px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #ececec;
}
.sharerList li small {
  display: block;
}
.sharerList li:last-child {
  border-bottom: 0px;
}

/* CONTACT FORM */
ul.contactFormList {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border-radius: 10px;
  border: 1px solid #ececec;
  background-color: #fff;
  padding: 0px;
  border-radius: 10px;
}
ul.contactFormList li {
  list-style: none;
  padding: 10px;
  padding: 6px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #ececec;
  margin: 0px;
  margin-bottom: 0px;
}
ul.contactFormList li input {
  display: block;
  width: 100%;
}
ul.contactFormList li small {
  display: block;
  width: 100%;
}
ul.contactFormList li button {
  float: right;
}
ul.contactFormList li:last-child {
  border-bottom: 0px;
}

.contactFormBtnAdd {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
}

/* Author Bios */
.adminAuthorBio {
  box-sizing: border-box;
  padding-left: 80px;
  position: relative;
  font-size: 12px;
}

.adminAuthorBio img {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 30px;
}

.adminAuthorBio {
  box-sizing: border-box;
  padding-left: 80px;
  position: relative;
  font-size: 12px;
}

.adminAuthorBio img {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 30px;
}

.slideshow {
  background-color: #333;
  padding: 30px;
  box-sizing: border-box;
}

.block-editor__typewriter {
  font-family: Helvetica, sans-serif;
}

.wp-block {
  max-width: 760px !important;
}

.contactTable {
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  max-width: 100%;
}

.contactTable td {
  padding: 10px;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.contactTable td b, .contactTable td strong, .contactTable td em {
  display: block !important;
  text-align: right;
}

/* LINK INPUT CUSTOMIZATION */
.block-editor-link-control, .block-editor-block-list__block .block-editor-url-input, .block-editor-url-input, .components-popover .block-editor-url-input {
  min-width: 150px !important;
}

.block-editor-link-control .components-base-control.components-input-control {
  width: 100% !important;
  min-width: 150px !important;
}
