<!-- start Simple Custom CSS and JS -->
<style type="text/css">
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');


#main, .ct-container, .entry-content {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.ct-container-margin {
margin-left: 20px;
	margin-right:20px;
}

/* column divider */
.sav-sep > .wp-block-column {
  border-right: 3px solid #ACB0BE;
}

.sav-sep > .wp-block-column:last-child {
  border-right: none;
}

.sav-sep > .wp-block-column > * {
  text-align: center;
}

@media (max-width: 781px) {
  .sav-sep > .wp-block-column {
    border-right: none;
    border-bottom: 1px solid rgba(128,128,128,0.2);
  }
  .sav-sep > .wp-block-column:last-child {
    border-bottom: none;
  }
}


.floating-box-margin {
	margin-top:-100px;
}
@media (max-width: 781px) {
	margin-top:0px;
}



.floating-box {
	margin-top: -100px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  border-radius: 20px;
	z-index:5;
	min-width: 600px;
}


.color-bold-green {
	color: #129AAE;
	font-weight: 900;
	margin-bottom: 0px;
}

.color-green {
	color: #129AAE;
}

.upper-margin-60 {
	margin-top:60px;
}

.gradient-title {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #14b8c4 0%, #6ed3e0 60%, #ffffff 100%);
  border-radius: 10px;
  padding: 8px 60px 8px 18px;
  white-space: nowrap;
  text-transform: none;
  line-height: 1.3;
}



.info-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 24px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* animasion - manimasion 
.info-card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  transform: translateY(-6px);
}
*/

.info-card img {
  border-radius: 10px;
  margin-top: 16px;
}

/* text */
.our-header {
	 font-weight: 700;
  font-size: 24px;
  color: #0E1A3D;
	 margin-top: 0.3em !important;
  margin-bottom: 0.1em !important;
  line-height: 1.3 !important;
}

.our-text {
	 color: #0E1A3D;
  font-size: 21px;
  line-height: 1;
	font-weight: 500;
	 margin-top: 0.3em !important;
  margin-bottom: 0.1em !important;
  line-height: 1.3 !important;
}

/* button */
.info-card a {
  align-self: flex-end;
  background: #00a5c4;
  color: #fff;
  padding: 10px 10px;
  border-radius: 50%;
  text-decoration: none;
  transition: 0.2s;
}

.info-card a:hover {
  background: #0088a6;
}

/* our parner button */
.arrow-button {
  background: #00a5c4;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  vertical-align: middle;
  padding: 0;
  line-height: 0; /* важно */
}

.arrow-button img {
  width: 18px;
  height: 18px;
  display: block; /* убирает лишние отступы */
  margin: 0 auto;
  object-fit: contain;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.arrow-button:hover img {
  transform: rotate(45deg);
}

.arrow-button:hover {
  background: #0090ab;
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}


body, p, h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h3 {
  letter-spacing: 0.3px;
  font-weight: 600;
}

p {
  line-height: 1.5;
}

/* standard button */
.green-button {
	background: "#129AAE";
}



.sav-holding-newsroom {
	color: #129AAE;
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 600;
}

.sav-holding-newsroom-plain {
	color:#0E1A3D;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
}



.hero-blue {
  position: relative;
  overflow: visible;                 
  border-bottom-left-radius: 24px;  
  border-bottom-right-radius: 24px;
}


.stats-floating {
  position: relative;
  z-index: 10;                      
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 16px 35px rgba(0,0,0,0.12);

  width: min(1180px, calc(100% - 40px));
  margin: -120px auto 40px;          
  padding: 28px 40px;
}


.stats-floating .wp-block-columns {
  align-items: center;
}
.stats-floating .wp-block-column {
  text-align: center;
}
.stats-floating .wp-block-column:not(:last-child) {
  border-right: 2px solid #DADDE3;   
}
@media (max-width: 1024px) {
  .stats-floating { margin-top: -90px; padding: 24px; }
  .stats-floating .wp-block-column:not(:last-child) { border-right: none; }
}
@media (max-width: 768px) {
  .stats-floating { margin-top: -60px; padding: 18px; }
}


.purple-bg {
	background: #321C6E;
	 border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

.purple-words {
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  background: #321C6E;
  padding: 30px 0;
  overflow: hidden;
}


.purple-words h2 {
	 color: #fff;
  font-size: clamp(2rem, 5vw, 5rem);
  font-weight: 700;
  line-height: 1.2;
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.9s ease-out;
}


.purple-words h2.visible {
  opacity: 1;
  transform: translateY(0);
}


.purple-words h2:nth-child(1) { transition-delay: 0.1s; }
.purple-words h2:nth-child(2) { transition-delay: 0.25s; }
.purple-words h2:nth-child(3) { transition-delay: 0.4s; }
.purple-words h2:nth-child(4) { transition-delay: 0.55s; }
.purple-words h2:nth-child(5) { transition-delay: 0.7s; }
.purple-words h2:nth-child(6) { transition-delay: 0.85s; }

</style>
<!-- end Simple Custom CSS and JS -->
