@-webkit-keyframes progress-bar-stripes { 
  0% { background-position: 40px 0px; }
  100% { background-position: 0px 0px; }
}
@keyframes progress-bar-stripes { 
  0% { background-position: 40px 0px; }
  100% { background-position: 0px 0px; }
}
@-webkit-keyframes shake { 
  10%, 90% { transform: translate3d(-1px, 0px, 0px); }
  20%, 80% { transform: translate3d(2px, 0px, 0px); }
  30%, 60% { transform: translate3d(-3px, 0px, 0px); }
  45% { transform: translate3d(3px, 0px, 0px); }
}
@-webkit-keyframes fade { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fade { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-webkit-keyframes spinner { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@-webkit-keyframes quiz-checkmark { 
  0% { height: 0px; width: 0px; }
  40% { height: 6px; width: 0px; }
  100% { height: 6px; width: 11px; }
}
@keyframes quiz-checkmark { 
  0% { height: 0px; width: 0px; }
  40% { height: 6px; width: 0px; }
  100% { height: 6px; width: 11px; }
}
@-webkit-keyframes spin { 
  100% { transform: rotate(360deg); }
}
@keyframes spin { 
  100% { transform: rotate(360deg); }
}
@keyframes loading-stripes { 
  0% { background-position: 50px 0px; }
  100% { background-position: 0px 0px; }
}
@-webkit-keyframes loading-stripes { 
  0% { background-position: 50px 0px; }
  100% { background-position: 0px 0px; }
}
@keyframes spinner { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@-webkit-keyframes loader { 
  0% { width: 0px; }
  20% { width: 10%; }
  25% { width: 24%; }
  43% { width: 41%; }
  56% { width: 50%; }
  66% { width: 52%; }
  71% { width: 60%; }
  75% { width: 76%; }
  94% { width: 86%; }
  100% { width: 100%; }
}
@keyframes loader { 
  0% { width: 0px; }
  20% { width: 10%; }
  25% { width: 24%; }
  43% { width: 41%; }
  56% { width: 50%; }
  66% { width: 52%; }
  71% { width: 60%; }
  75% { width: 76%; }
  94% { width: 86%; }
  100% { width: 100%; }
}
@-webkit-keyframes pulse { 
  70% { box-shadow: transparent 0px 0px 0px 8px; }
  100% { box-shadow: transparent 0px 0px 0px 0px; }
}
@keyframes pulse { 
  70% { box-shadow: transparent 0px 0px 0px 8px; }
  100% { box-shadow: transparent 0px 0px 0px 0px; }
}
@-webkit-keyframes increaseBackground { 
  50% { transform: scale(1.05) translate(5px, 5px); }
  100% { transform: scale(1); }
}
@keyframes increaseBackground { 
  50% { transform: scale(1.05) translate(5px, 5px); }
  100% { transform: scale(1); }
}
@-webkit-keyframes bounce { 
  0%, 20%, 53%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transform: translate3d(0px, 0px, 0px); }
  40%, 43% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -30px, 0px); }
  70% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -15px, 0px); }
  90% { transform: translate3d(0px, -4px, 0px); }
}
@keyframes bounce { 
  0%, 20%, 53%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transform: translate3d(0px, 0px, 0px); }
  40%, 43% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -30px, 0px); }
  70% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -15px, 0px); }
  90% { transform: translate3d(0px, -4px, 0px); }
}
@-webkit-keyframes flash { 
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}
@keyframes flash { 
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}
@-webkit-keyframes rubber-band { 
  0%, 100% { transform: scale3d(1, 1, 1); }
  30% { transform: scale3d(1.25, 0.75, 1); }
  40% { transform: scale3d(0.75, 1.25, 1); }
  50% { transform: scale3d(1.15, 0.85, 1); }
  65% { transform: scale3d(0.95, 1.05, 1); }
  75% { transform: scale3d(1.05, 0.95, 1); }
}
@keyframes rubber-band { 
  0%, 100% { transform: scale3d(1, 1, 1); }
  30% { transform: scale3d(1.25, 0.75, 1); }
  40% { transform: scale3d(0.75, 1.25, 1); }
  50% { transform: scale3d(1.15, 0.85, 1); }
  65% { transform: scale3d(0.95, 1.05, 1); }
  75% { transform: scale3d(1.05, 0.95, 1); }
}
@keyframes shake { 
  0%, 100% { transform: translate3d(0px, 0px, 0px); }
  10%, 30%, 50%, 70%, 90% { transform: translate3d(-10px, 0px, 0px); }
  20%, 40%, 60%, 80% { transform: translate3d(10px, 0px, 0px); }
}
@-webkit-keyframes swing { 
  20% { transform: rotate3d(0, 0, 1, 15deg); }
  40% { transform: rotate3d(0, 0, 1, -10deg); }
  60% { transform: rotate3d(0, 0, 1, 5deg); }
  80% { transform: rotate3d(0, 0, 1, -5deg); }
  100% { transform: rotate3d(0, 0, 1, 0deg); }
}
@keyframes swing { 
  20% { transform: rotate3d(0, 0, 1, 15deg); }
  40% { transform: rotate3d(0, 0, 1, -10deg); }
  60% { transform: rotate3d(0, 0, 1, 5deg); }
  80% { transform: rotate3d(0, 0, 1, -5deg); }
  100% { transform: rotate3d(0, 0, 1, 0deg); }
}
@-webkit-keyframes swing-in-down { 
  0% { transform: rotateX(-100deg); transform-origin: center top; opacity: 0; }
  100% { transform: rotateX(0deg); transform-origin: center top; opacity: 1; }
}
@keyframes swing-in-down { 
  0% { transform: rotateX(-100deg); transform-origin: center top; opacity: 0; }
  100% { transform: rotateX(0deg); transform-origin: center top; opacity: 1; }
}
@-webkit-keyframes swing-in-up { 
  0% { transform: rotateX(100deg); transform-origin: center bottom; opacity: 0; }
  100% { transform: rotateX(0deg); transform-origin: center bottom; opacity: 1; }
}
@keyframes swing-in-up { 
  0% { transform: rotateX(100deg); transform-origin: center bottom; opacity: 0; }
  100% { transform: rotateX(0deg); transform-origin: center bottom; opacity: 1; }
}
@-webkit-keyframes swing-in { 
  0% { transform: rotateY(100deg); transform-origin: left center; opacity: 0; }
  100% { transform: rotateY(0deg); transform-origin: left center; opacity: 1; }
}
@keyframes swing-in { 
  0% { transform: rotateY(100deg); transform-origin: left center; opacity: 0; }
  100% { transform: rotateY(0deg); transform-origin: left center; opacity: 1; }
}
@-webkit-keyframes swing-in-left { 
  0% { transform: rotateY(100deg); transform-origin: left center; opacity: 0; }
  100% { transform: rotateY(0deg); transform-origin: left center; opacity: 1; }
}
@keyframes swing-in-left { 
  0% { transform: rotateY(100deg); transform-origin: left center; opacity: 0; }
  100% { transform: rotateY(0deg); transform-origin: left center; opacity: 1; }
}
@-webkit-keyframes swing-in-right { 
  0% { transform: rotateY(-100deg); transform-origin: right center; opacity: 0; }
  100% { transform: rotateY(0deg); transform-origin: right center; opacity: 1; }
}
@keyframes swing-in-right { 
  0% { transform: rotateY(-100deg); transform-origin: right center; opacity: 0; }
  100% { transform: rotateY(0deg); transform-origin: right center; opacity: 1; }
}
@-webkit-keyframes tada { 
  0%, 100% { transform: scale3d(1, 1, 1); }
  10%, 20% { transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
}
@keyframes tada { 
  0%, 100% { transform: scale3d(1, 1, 1); }
  10%, 20% { transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
}
@-webkit-keyframes wobble { 
  0%, 100% { transform: none; }
  15% { transform: translate3d(-25%, 0px, 0px) rotate3d(0, 0, 1, -5deg); }
  30% { transform: translate3d(20%, 0px, 0px) rotate3d(0, 0, 1, 3deg); }
  45% { transform: translate3d(-15%, 0px, 0px) rotate3d(0, 0, 1, -3deg); }
  60% { transform: translate3d(10%, 0px, 0px) rotate3d(0, 0, 1, 2deg); }
  75% { transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -1deg); }
}
@keyframes wobble { 
  0%, 100% { transform: none; }
  15% { transform: translate3d(-25%, 0px, 0px) rotate3d(0, 0, 1, -5deg); }
  30% { transform: translate3d(20%, 0px, 0px) rotate3d(0, 0, 1, 3deg); }
  45% { transform: translate3d(-15%, 0px, 0px) rotate3d(0, 0, 1, -3deg); }
  60% { transform: translate3d(10%, 0px, 0px) rotate3d(0, 0, 1, 2deg); }
  75% { transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -1deg); }
}
@-webkit-keyframes jello { 
  0%, 11.1%, 100% { transform: none; }
  22.2% { transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% { transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% { transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% { transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% { transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% { transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% { transform: skewX(-0.19531deg) skewY(-0.19531deg); }
}
@keyframes jello { 
  0%, 11.1%, 100% { transform: none; }
  22.2% { transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% { transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% { transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% { transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% { transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% { transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% { transform: skewX(-0.19531deg) skewY(-0.19531deg); }
}
@-webkit-keyframes bounce-in { 
  0%, 20%, 40%, 60%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
  20% { transform: scale3d(1.1, 1.1, 1.1); }
  40% { transform: scale3d(0.9, 0.9, 0.9); }
  60% { opacity: 1; transform: scale3d(1.03, 1.03, 1.03); }
  80% { transform: scale3d(0.97, 0.97, 0.97); }
  100% { opacity: 1; transform: scale3d(1, 1, 1); }
}
@keyframes bounce-in { 
  0%, 20%, 40%, 60%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
  20% { transform: scale3d(1.1, 1.1, 1.1); }
  40% { transform: scale3d(0.9, 0.9, 0.9); }
  60% { opacity: 1; transform: scale3d(1.03, 1.03, 1.03); }
  80% { transform: scale3d(0.97, 0.97, 0.97); }
  100% { opacity: 1; transform: scale3d(1, 1, 1); }
}
@-webkit-keyframes bounce-in-down { 
  0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: translate3d(0px, -3000px, 0px); }
  60% { opacity: 1; transform: translate3d(0px, 25px, 0px); }
  75% { transform: translate3d(0px, -10px, 0px); }
  90% { transform: translate3d(0px, 5px, 0px); }
  100% { transform: none; }
}
@keyframes bounce-in-down { 
  0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: translate3d(0px, -3000px, 0px); }
  60% { opacity: 1; transform: translate3d(0px, 25px, 0px); }
  75% { transform: translate3d(0px, -10px, 0px); }
  90% { transform: translate3d(0px, 5px, 0px); }
  100% { transform: none; }
}
@-webkit-keyframes bounce-in-left { 
  0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: translate3d(-3000px, 0px, 0px); }
  60% { opacity: 1; transform: translate3d(25px, 0px, 0px); }
  75% { transform: translate3d(-10px, 0px, 0px); }
  90% { transform: translate3d(5px, 0px, 0px); }
  100% { transform: none; }
}
@keyframes bounce-in-left { 
  0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: translate3d(-3000px, 0px, 0px); }
  60% { opacity: 1; transform: translate3d(25px, 0px, 0px); }
  75% { transform: translate3d(-10px, 0px, 0px); }
  90% { transform: translate3d(5px, 0px, 0px); }
  100% { transform: none; }
}
@-webkit-keyframes bounce-in-right { 
  0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: translate3d(3000px, 0px, 0px); }
  60% { opacity: 1; transform: translate3d(-25px, 0px, 0px); }
  75% { transform: translate3d(10px, 0px, 0px); }
  90% { transform: translate3d(-5px, 0px, 0px); }
  100% { transform: none; }
}
@keyframes bounce-in-right { 
  0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: translate3d(3000px, 0px, 0px); }
  60% { opacity: 1; transform: translate3d(-25px, 0px, 0px); }
  75% { transform: translate3d(10px, 0px, 0px); }
  90% { transform: translate3d(-5px, 0px, 0px); }
  100% { transform: none; }
}
@-webkit-keyframes bounce-in-up { 
  0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: translate3d(0px, 3000px, 0px); }
  60% { opacity: 1; transform: translate3d(0px, -20px, 0px); }
  75% { transform: translate3d(0px, 10px, 0px); }
  90% { transform: translate3d(0px, -5px, 0px); }
  100% { transform: translate3d(0px, 0px, 0px); }
}
@keyframes bounce-in-up { 
  0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: translate3d(0px, 3000px, 0px); }
  60% { opacity: 1; transform: translate3d(0px, -20px, 0px); }
  75% { transform: translate3d(0px, 10px, 0px); }
  90% { transform: translate3d(0px, -5px, 0px); }
  100% { transform: translate3d(0px, 0px, 0px); }
}
@-webkit-keyframes bounce-out { 
  20% { transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% { opacity: 1; transform: scale3d(1.1, 1.1, 1.1); }
  100% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
}
@keyframes bounce-out { 
  20% { transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% { opacity: 1; transform: scale3d(1.1, 1.1, 1.1); }
  100% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
}
@-webkit-keyframes bounce-out-down { 
  20% { transform: translate3d(0px, 10px, 0px); }
  40%, 45% { opacity: 1; transform: translate3d(0px, -20px, 0px); }
  100% { opacity: 0; transform: translate3d(0px, 2000px, 0px); }
}
@keyframes bounce-out-down { 
  20% { transform: translate3d(0px, 10px, 0px); }
  40%, 45% { opacity: 1; transform: translate3d(0px, -20px, 0px); }
  100% { opacity: 0; transform: translate3d(0px, 2000px, 0px); }
}
@-webkit-keyframes bounce-out-left { 
  20% { opacity: 1; transform: translate3d(20px, 0px, 0px); }
  100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); }
}
@keyframes bounce-out-left { 
  20% { opacity: 1; transform: translate3d(20px, 0px, 0px); }
  100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); }
}
@-webkit-keyframes bounce-out-right { 
  20% { opacity: 1; transform: translate3d(-20px, 0px, 0px); }
  100% { opacity: 0; transform: translate3d(2000px, 0px, 0px); }
}
@keyframes bounce-out-right { 
  20% { opacity: 1; transform: translate3d(-20px, 0px, 0px); }
  100% { opacity: 0; transform: translate3d(2000px, 0px, 0px); }
}
@-webkit-keyframes bounce-out-up { 
  20% { transform: translate3d(0px, -10px, 0px); }
  40%, 45% { opacity: 1; transform: translate3d(0px, 20px, 0px); }
  100% { opacity: 0; transform: translate3d(0px, -2000px, 0px); }
}
@keyframes bounce-out-up { 
  20% { transform: translate3d(0px, -10px, 0px); }
  40%, 45% { opacity: 1; transform: translate3d(0px, 20px, 0px); }
  100% { opacity: 0; transform: translate3d(0px, -2000px, 0px); }
}
@-webkit-keyframes fade-in { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fade-in { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-webkit-keyframes fade-in-down { 
  0% { opacity: 0; transform: translate3d(0px, -100%, 0px); }
  100% { opacity: 1; transform: none; }
}
@keyframes fade-in-down { 
  0% { opacity: 0; transform: translate3d(0px, -100%, 0px); }
  100% { opacity: 1; transform: none; }
}
@-webkit-keyframes fade-in-down-big { 
  0% { opacity: 0; transform: translate3d(0px, -2000px, 0px); }
  100% { opacity: 1; transform: none; }
}
@keyframes fade-in-down-big { 
  0% { opacity: 0; transform: translate3d(0px, -2000px, 0px); }
  100% { opacity: 1; transform: none; }
}
@-webkit-keyframes fade-in-left { 
  0% { opacity: 0; transform: translate3d(-100%, 0px, 0px); }
  100% { opacity: 1; transform: none; }
}
@keyframes fade-in-left { 
  0% { opacity: 0; transform: translate3d(-100%, 0px, 0px); }
  100% { opacity: 1; transform: none; }
}
@-webkit-keyframes fade-in-left-big { 
  0% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); }
  100% { opacity: 1; transform: none; }
}
@keyframes fade-in-left-big { 
  0% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); }
  100% { opacity: 1; transform: none; }
}
@-webkit-keyframes fade-in-right { 
  0% { opacity: 0; transform: translate3d(100%, 0px, 0px); }
  100% { opacity: 1; transform: none; }
}
@keyframes fade-in-right { 
  0% { opacity: 0; transform: translate3d(100%, 0px, 0px); }
  100% { opacity: 1; transform: none; }
}
@-webkit-keyframes fade-in-right-big { 
  0% { opacity: 0; transform: translate3d(2000px, 0px, 0px); }
  100% { opacity: 1; transform: none; }
}
@keyframes fade-in-right-big { 
  0% { opacity: 0; transform: translate3d(2000px, 0px, 0px); }
  100% { opacity: 1; transform: none; }
}
@-webkit-keyframes fade-in-up { 
  0% { opacity: 0; transform: translate3d(0px, 100%, 0px); }
  100% { opacity: 1; transform: none; }
}
@keyframes fade-in-up { 
  0% { opacity: 0; transform: translate3d(0px, 100%, 0px); }
  100% { opacity: 1; transform: none; }
}
@-webkit-keyframes fade-in-up-big { 
  0% { opacity: 0; transform: translate3d(0px, 2000px, 0px); }
  100% { opacity: 1; transform: none; }
}
@keyframes fade-in-up-big { 
  0% { opacity: 0; transform: translate3d(0px, 2000px, 0px); }
  100% { opacity: 1; transform: none; }
}
@-webkit-keyframes fade-out { 
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes fade-out { 
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@-webkit-keyframes fade-out-down { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(0px, 100%, 0px); }
}
@keyframes fade-out-down { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(0px, 100%, 0px); }
}
@-webkit-keyframes fade-out-down-big { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(0px, 2000px, 0px); }
}
@keyframes fade-out-down-big { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(0px, 2000px, 0px); }
}
@-webkit-keyframes fade-out-left { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(-100%, 0px, 0px); }
}
@keyframes fade-out-left { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(-100%, 0px, 0px); }
}
@-webkit-keyframes fade-out-left-big { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); }
}
@keyframes fade-out-left-big { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); }
}
@-webkit-keyframes fade-out-right { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(100%, 0px, 0px); }
}
@keyframes fade-out-right { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(100%, 0px, 0px); }
}
@-webkit-keyframes fade-out-right-big { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(2000px, 0px, 0px); }
}
@keyframes fade-out-right-big { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(2000px, 0px, 0px); }
}
@-webkit-keyframes fade-out-up { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(0px, -100%, 0px); }
}
@keyframes fade-out-up { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(0px, -100%, 0px); }
}
@-webkit-keyframes fade-out-up-big { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(0px, -2000px, 0px); }
}
@keyframes fade-out-up-big { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(0px, -2000px, 0px); }
}
@-webkit-keyframes flip { 
  0% { transform: perspective(400px) rotate3d(0, 1, 0, -360deg); animation-timing-function: ease-out; }
  40% { transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg); animation-timing-function: ease-out; }
  50% { transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg); animation-timing-function: ease-in; }
  80% { transform: perspective(400px) scale3d(0.95, 0.95, 0.95); animation-timing-function: ease-in; }
  100% { transform: perspective(400px); animation-timing-function: ease-in; }
}
@keyframes flip { 
  0% { transform: perspective(400px) rotate3d(0, 1, 0, -360deg); animation-timing-function: ease-out; }
  40% { transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg); animation-timing-function: ease-out; }
  50% { transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg); animation-timing-function: ease-in; }
  80% { transform: perspective(400px) scale3d(0.95, 0.95, 0.95); animation-timing-function: ease-in; }
  100% { transform: perspective(400px); animation-timing-function: ease-in; }
}
@-webkit-keyframes flip-in-hor { 
  0% { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); animation-timing-function: ease-in; opacity: 0; }
  40% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); animation-timing-function: ease-in; }
  60% { transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; }
  80% { transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% { transform: perspective(400px); }
}
@keyframes flip-in-hor { 
  0% { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); animation-timing-function: ease-in; opacity: 0; }
  40% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); animation-timing-function: ease-in; }
  60% { transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; }
  80% { transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% { transform: perspective(400px); }
}
@-webkit-keyframes flip-in { 
  0% { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); animation-timing-function: ease-in; opacity: 0; }
  40% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); animation-timing-function: ease-in; }
  60% { transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; }
  80% { transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% { transform: perspective(400px); }
}
@keyframes flip-in { 
  0% { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); animation-timing-function: ease-in; opacity: 0; }
  40% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); animation-timing-function: ease-in; }
  60% { transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; }
  80% { transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% { transform: perspective(400px); }
}
@-webkit-keyframes flip-in-ver { 
  0% { transform: perspective(400px) rotate3d(0, 1, 0, 90deg); animation-timing-function: ease-in; opacity: 0; }
  40% { transform: perspective(400px) rotate3d(0, 1, 0, -20deg); animation-timing-function: ease-in; }
  60% { transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; }
  80% { transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% { transform: perspective(400px); }
}
@keyframes flip-in-ver { 
  0% { transform: perspective(400px) rotate3d(0, 1, 0, 90deg); animation-timing-function: ease-in; opacity: 0; }
  40% { transform: perspective(400px) rotate3d(0, 1, 0, -20deg); animation-timing-function: ease-in; }
  60% { transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; }
  80% { transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% { transform: perspective(400px); }
}
@-webkit-keyframes flip-out-hor { 
  0% { transform: perspective(400px); }
  30% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; }
  100% { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; }
}
@keyframes flip-out-hor { 
  0% { transform: perspective(400px); }
  30% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; }
  100% { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; }
}
@-webkit-keyframes flip-out-ver { 
  0% { transform: perspective(400px); }
  30% { transform: perspective(400px) rotate3d(0, 1, 0, -15deg); opacity: 1; }
  100% { transform: perspective(400px) rotate3d(0, 1, 0, 90deg); opacity: 0; }
}
@keyframes flip-out-ver { 
  0% { transform: perspective(400px); }
  30% { transform: perspective(400px) rotate3d(0, 1, 0, -15deg); opacity: 1; }
  100% { transform: perspective(400px) rotate3d(0, 1, 0, 90deg); opacity: 0; }
}
@-webkit-keyframes light-speed-in { 
  0% { transform: translate3d(100%, 0px, 0px) skewX(-30deg); opacity: 0; }
  60% { transform: skewX(20deg); opacity: 1; }
  80% { transform: skewX(-5deg); opacity: 1; }
  100% { transform: none; opacity: 1; }
}
@keyframes light-speed-in { 
  0% { transform: translate3d(100%, 0px, 0px) skewX(-30deg); opacity: 0; }
  60% { transform: skewX(20deg); opacity: 1; }
  80% { transform: skewX(-5deg); opacity: 1; }
  100% { transform: none; opacity: 1; }
}
@-webkit-keyframes light-speed-out { 
  0% { opacity: 1; }
  100% { transform: translate3d(100%, 0px, 0px) skewX(30deg); opacity: 0; }
}
@keyframes light-speed-out { 
  0% { opacity: 1; }
  100% { transform: translate3d(100%, 0px, 0px) skewX(30deg); opacity: 0; }
}
@-webkit-keyframes rotate-in { 
  0% { transform-origin: center center; transform: rotate3d(0, 0, 1, -200deg); opacity: 0; }
  100% { transform-origin: center center; transform: none; opacity: 1; }
}
@keyframes rotate-in { 
  0% { transform-origin: center center; transform: rotate3d(0, 0, 1, -200deg); opacity: 0; }
  100% { transform-origin: center center; transform: none; opacity: 1; }
}
@-webkit-keyframes rotate-in-cw { 
  0% { transform-origin: center center; transform: rotate3d(0, 0, 1, -200deg); opacity: 0; }
  100% { transform-origin: center center; transform: none; opacity: 1; }
}
@keyframes rotate-in-cw { 
  0% { transform-origin: center center; transform: rotate3d(0, 0, 1, -200deg); opacity: 0; }
  100% { transform-origin: center center; transform: none; opacity: 1; }
}
@-webkit-keyframes rotate-in-ccw { 
  0% { transform-origin: center center; transform: rotate3d(0, 0, 1, 200deg); opacity: 0; }
  100% { transform-origin: center center; transform: none; opacity: 1; }
}
@keyframes rotate-in-ccw { 
  0% { transform-origin: center center; transform: rotate3d(0, 0, 1, 200deg); opacity: 0; }
  100% { transform-origin: center center; transform: none; opacity: 1; }
}
@-webkit-keyframes rotate-corner-in { 
  0% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; }
  100% { transform-origin: left bottom; transform: none; opacity: 1; }
}
@keyframes rotate-corner-in { 
  0% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; }
  100% { transform-origin: left bottom; transform: none; opacity: 1; }
}
@-webkit-keyframes rotate-corner-in-down-left { 
  0% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; }
  100% { transform-origin: left bottom; transform: none; opacity: 1; }
}
@keyframes rotate-corner-in-down-left { 
  0% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; }
  100% { transform-origin: left bottom; transform: none; opacity: 1; }
}
@-webkit-keyframes rotate-corner-in-down-right { 
  0% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; }
  100% { transform-origin: right bottom; transform: none; opacity: 1; }
}
@keyframes rotate-corner-in-down-right { 
  0% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; }
  100% { transform-origin: right bottom; transform: none; opacity: 1; }
}
@-webkit-keyframes rotate-corner-in-up-left { 
  0% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; }
  100% { transform-origin: left bottom; transform: none; opacity: 1; }
}
@keyframes rotate-corner-in-up-left { 
  0% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; }
  100% { transform-origin: left bottom; transform: none; opacity: 1; }
}
@-webkit-keyframes rotate-corner-in-up-right { 
  0% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, -90deg); opacity: 0; }
  100% { transform-origin: right bottom; transform: none; opacity: 1; }
}
@keyframes rotate-corner-in-up-right { 
  0% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, -90deg); opacity: 0; }
  100% { transform-origin: right bottom; transform: none; opacity: 1; }
}
@-webkit-keyframes rotate-out { 
  0% { transform-origin: center center; opacity: 1; }
  100% { transform-origin: center center; transform: rotate3d(0, 0, 1, 200deg); opacity: 0; }
}
@keyframes rotate-out { 
  0% { transform-origin: center center; opacity: 1; }
  100% { transform-origin: center center; transform: rotate3d(0, 0, 1, 200deg); opacity: 0; }
}
@-webkit-keyframes rotate-out-down-left { 
  0% { transform-origin: left bottom; opacity: 1; }
  100% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; }
}
@keyframes rotate-out-down-left { 
  0% { transform-origin: left bottom; opacity: 1; }
  100% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; }
}
@-webkit-keyframes rotate-out-down-right { 
  0% { transform-origin: right bottom; opacity: 1; }
  100% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; }
}
@keyframes rotate-out-down-right { 
  0% { transform-origin: right bottom; opacity: 1; }
  100% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; }
}
@-webkit-keyframes rotate-out-up-left { 
  0% { transform-origin: left bottom; opacity: 1; }
  100% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; }
}
@keyframes rotate-out-up-left { 
  0% { transform-origin: left bottom; opacity: 1; }
  100% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; }
}
@-webkit-keyframes rotate-out-up-right { 
  0% { transform-origin: right bottom; opacity: 1; }
  100% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, 90deg); opacity: 0; }
}
@keyframes rotate-out-up-right { 
  0% { transform-origin: right bottom; opacity: 1; }
  100% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, 90deg); opacity: 0; }
}
@-webkit-keyframes hinge { 
  0% { transform-origin: left top; animation-timing-function: ease-in-out; }
  20%, 60% { transform: rotate3d(0, 0, 1, 80deg); transform-origin: left top; animation-timing-function: ease-in-out; }
  40%, 80% { transform: rotate3d(0, 0, 1, 60deg); transform-origin: left top; animation-timing-function: ease-in-out; opacity: 1; }
  100% { transform: translate3d(0px, 700px, 0px); opacity: 0; }
}
@keyframes hinge { 
  0% { transform-origin: left top; animation-timing-function: ease-in-out; }
  20%, 60% { transform: rotate3d(0, 0, 1, 80deg); transform-origin: left top; animation-timing-function: ease-in-out; }
  40%, 80% { transform: rotate3d(0, 0, 1, 60deg); transform-origin: left top; animation-timing-function: ease-in-out; opacity: 1; }
  100% { transform: translate3d(0px, 700px, 0px); opacity: 0; }
}
@-webkit-keyframes roll-in { 
  0% { opacity: 0; transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg); }
  100% { opacity: 1; transform: none; }
}
@keyframes roll-in { 
  0% { opacity: 0; transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg); }
  100% { opacity: 1; transform: none; }
}
@-webkit-keyframes roll-out { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(100%, 0px, 0px) rotate3d(0, 0, 1, 120deg); }
}
@keyframes roll-out { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(100%, 0px, 0px) rotate3d(0, 0, 1, 120deg); }
}
@-webkit-keyframes zoom-in { 
  0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; }
}
@keyframes zoom-in { 
  0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; }
}
@-webkit-keyframes roll-in-blurred-down { 
  0% { transform: translateY(-800px) rotate(-720deg); filter: blur(50px); opacity: 0; }
  100% { transform: translateY(0px) rotate(0deg); filter: blur(0px); opacity: 1; }
}
@keyframes roll-in-blurred-down { 
  0% { transform: translateY(-800px) rotate(-720deg); filter: blur(50px); opacity: 0; }
  100% { transform: translateY(0px) rotate(0deg); filter: blur(0px); opacity: 1; }
}
@-webkit-keyframes roll-in-blurred-up { 
  0% { transform: translateY(800px) rotate(720deg); filter: blur(50px); opacity: 0; }
  100% { transform: translateY(0px) rotate(0deg); opacity: 1; }
}
@keyframes roll-in-blurred-up { 
  0% { transform: translateY(800px) rotate(720deg); filter: blur(50px); opacity: 0; }
  100% { transform: translateY(0px) rotate(0deg); opacity: 1; }
}
@-webkit-keyframes roll-in-blurred { 
  0% { transform: translateX(-1000px) rotate(-720deg); filter: blur(50px); opacity: 0; }
  100% { transform: translateX(0px) rotate(0deg); filter: blur(0px); opacity: 1; }
}
@keyframes roll-in-blurred { 
  0% { transform: translateX(-1000px) rotate(-720deg); filter: blur(50px); opacity: 0; }
  100% { transform: translateX(0px) rotate(0deg); filter: blur(0px); opacity: 1; }
}
@-webkit-keyframes roll-in-blurred-left { 
  0% { transform: translateX(-1000px) rotate(-720deg); filter: blur(50px); opacity: 0; }
  100% { transform: translateX(0px) rotate(0deg); filter: blur(0px); opacity: 1; }
}
@keyframes roll-in-blurred-left { 
  0% { transform: translateX(-1000px) rotate(-720deg); filter: blur(50px); opacity: 0; }
  100% { transform: translateX(0px) rotate(0deg); filter: blur(0px); opacity: 1; }
}
@-webkit-keyframes roll-in-blurred-right { 
  0% { transform: translateX(1000px) rotate(720deg); filter: blur(50px); opacity: 0; }
  100% { transform: translateX(0px) rotate(0deg); filter: blur(0px); opacity: 1; }
}
@keyframes roll-in-blurred-right { 
  0% { transform: translateX(1000px) rotate(720deg); filter: blur(50px); opacity: 0; }
  100% { transform: translateX(0px) rotate(0deg); filter: blur(0px); opacity: 1; }
}
@-webkit-keyframes zoom-in-down { 
  0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
}
@keyframes zoom-in-down { 
  0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
}
@-webkit-keyframes zoom-in-left { 
  0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
}
@keyframes zoom-in-left { 
  0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
}
@-webkit-keyframes zoom-in-right { 
  0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
}
@keyframes zoom-in-right { 
  0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
}
@-webkit-keyframes zoom-in-up { 
  0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
}
@keyframes zoom-in-up { 
  0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
}
@-webkit-keyframes zoom-out { 
  0% { opacity: 1; }
  50% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
  100% { opacity: 0; }
}
@keyframes zoom-out { 
  0% { opacity: 1; }
  50% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
  100% { opacity: 0; }
}
@-webkit-keyframes zoom-out-down { 
  40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
}
@keyframes zoom-out-down { 
  40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
}
@-webkit-keyframes zoom-out-left { 
  40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px); }
  100% { opacity: 0; transform: scale(0.1) translate3d(-2000px, 0px, 0px); transform-origin: left center; }
}
@keyframes zoom-out-left { 
  40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px); }
  100% { opacity: 0; transform: scale(0.1) translate3d(-2000px, 0px, 0px); transform-origin: left center; }
}
@-webkit-keyframes zoom-out-right { 
  40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px); }
  100% { opacity: 0; transform: scale(0.1) translate3d(2000px, 0px, 0px); transform-origin: right center; }
}
@keyframes zoom-out-right { 
  40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px); }
  100% { opacity: 0; transform: scale(0.1) translate3d(2000px, 0px, 0px); transform-origin: right center; }
}
@-webkit-keyframes zoom-out-up { 
  40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
}
@keyframes zoom-out-up { 
  40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
}
@-webkit-keyframes slide-in-down { 
  0% { transform: translate3d(0px, -100%, 0px); visibility: hidden; }
  100% { transform: translate3d(0px, 0px, 0px); visibility: visible; }
}
@keyframes slide-in-down { 
  0% { transform: translate3d(0px, -100%, 0px); visibility: hidden; }
  100% { transform: translate3d(0px, 0px, 0px); visibility: visible; }
}
@-webkit-keyframes slide-in-left { 
  0% { transform: translate3d(-100%, 0px, 0px); visibility: hidden; }
  100% { transform: translate3d(0px, 0px, 0px); visibility: visible; }
}
@keyframes slide-in-left { 
  0% { transform: translate3d(-100%, 0px, 0px); visibility: hidden; }
  100% { transform: translate3d(0px, 0px, 0px); visibility: visible; }
}
@-webkit-keyframes slide-in { 
  0% { transform: translate3d(-100%, 0px, 0px); visibility: hidden; }
  100% { transform: translate3d(0px, 0px, 0px); visibility: visible; }
}
@keyframes slide-in { 
  0% { transform: translate3d(-100%, 0px, 0px); visibility: hidden; }
  100% { transform: translate3d(0px, 0px, 0px); visibility: visible; }
}
@-webkit-keyframes slide-in-right { 
  0% { transform: translate3d(100%, 0px, 0px); visibility: hidden; }
  100% { transform: translate3d(0px, 0px, 0px); visibility: visible; }
}
@keyframes slide-in-right { 
  0% { transform: translate3d(100%, 0px, 0px); visibility: hidden; }
  100% { transform: translate3d(0px, 0px, 0px); visibility: visible; }
}
@-webkit-keyframes slide-in-up { 
  0% { transform: translate3d(0px, 100%, 0px); visibility: hidden; }
  100% { transform: translate3d(0px, 0px, 0px); visibility: visible; }
}
@keyframes slide-in-up { 
  0% { transform: translate3d(0px, 100%, 0px); visibility: hidden; }
  100% { transform: translate3d(0px, 0px, 0px); visibility: visible; }
}
@-webkit-keyframes slide-out-down { 
  0% { transform: translate3d(0px, 0px, 0px); }
  100% { visibility: hidden; transform: translate3d(0px, 100%, 0px); }
}
@keyframes slide-out-down { 
  0% { transform: translate3d(0px, 0px, 0px); }
  100% { visibility: hidden; transform: translate3d(0px, 100%, 0px); }
}
@-webkit-keyframes slide-out-left { 
  0% { transform: translate3d(0px, 0px, 0px); }
  100% { visibility: hidden; transform: translate3d(-100%, 0px, 0px); }
}
@keyframes slide-out-left { 
  0% { transform: translate3d(0px, 0px, 0px); }
  100% { visibility: hidden; transform: translate3d(-100%, 0px, 0px); }
}
@-webkit-keyframes slide-out-right { 
  0% { transform: translate3d(0px, 0px, 0px); }
  100% { visibility: hidden; transform: translate3d(100%, 0px, 0px); }
}
@keyframes slide-out-right { 
  0% { transform: translate3d(0px, 0px, 0px); }
  100% { visibility: hidden; transform: translate3d(100%, 0px, 0px); }
}
@-webkit-keyframes slide-out-up { 
  0% { transform: translate3d(0px, 0px, 0px); }
  100% { visibility: hidden; transform: translate3d(0px, -100%, 0px); }
}
@keyframes slide-out-up { 
  0% { transform: translate3d(0px, 0px, 0px); }
  100% { visibility: hidden; transform: translate3d(0px, -100%, 0px); }
}
@-webkit-keyframes slide-in-elliptic-down { 
  0% { transform: translateY(-600px) rotateX(-30deg) scale(0); transform-origin: 50% 100%; opacity: 0; }
  100% { transform: translateY(0px) rotateX(0deg) scale(1); transform-origin: 50% 1400px; opacity: 1; }
}
@keyframes slide-in-elliptic-down { 
  0% { transform: translateY(-600px) rotateX(-30deg) scale(0); transform-origin: 50% 100%; opacity: 0; }
  100% { transform: translateY(0px) rotateX(0deg) scale(1); transform-origin: 50% 1400px; opacity: 1; }
}
@-webkit-keyframes slide-in-elliptic-up { 
  0% { transform: translateY(600px) rotateX(30deg) scale(0); transform-origin: 50% 100%; opacity: 0; }
  100% { transform: translateY(0px) rotateX(0deg) scale(1); transform-origin: 50% -1400px; opacity: 1; }
}
@keyframes slide-in-elliptic-up { 
  0% { transform: translateY(600px) rotateX(30deg) scale(0); transform-origin: 50% 100%; opacity: 0; }
  100% { transform: translateY(0px) rotateX(0deg) scale(1); transform-origin: 50% -1400px; opacity: 1; }
}
@-webkit-keyframes slide-in-elliptic { 
  0% { transform: translateX(-800px) rotateY(30deg) scale(0); transform-origin: -100% 50%; opacity: 0; }
  100% { transform: translateX(0px) rotateY(0deg) scale(1); transform-origin: 1800px 50%; opacity: 1; }
}
@keyframes slide-in-elliptic { 
  0% { transform: translateX(-800px) rotateY(30deg) scale(0); transform-origin: -100% 50%; opacity: 0; }
  100% { transform: translateX(0px) rotateY(0deg) scale(1); transform-origin: 1800px 50%; opacity: 1; }
}
@-webkit-keyframes slide-in-elliptic-left { 
  0% { transform: translateX(-800px) rotateY(30deg) scale(0); transform-origin: -100% 50%; opacity: 0; }
  100% { transform: translateX(0px) rotateY(0deg) scale(1); transform-origin: 1800px 50%; opacity: 1; }
}
@keyframes slide-in-elliptic-left { 
  0% { transform: translateX(-800px) rotateY(30deg) scale(0); transform-origin: -100% 50%; opacity: 0; }
  100% { transform: translateX(0px) rotateY(0deg) scale(1); transform-origin: 1800px 50%; opacity: 1; }
}
@-webkit-keyframes slide-in-elliptic-right { 
  0% { transform: translateX(800px) rotateY(-30deg) scale(0); transform-origin: -100% 50%; opacity: 0; }
  100% { transform: translateX(0px) rotateY(0deg) scale(1); transform-origin: -1800px 50%; opacity: 1; }
}
@keyframes slide-in-elliptic-right { 
  0% { transform: translateX(800px) rotateY(-30deg) scale(0); transform-origin: -100% 50%; opacity: 0; }
  100% { transform: translateX(0px) rotateY(0deg) scale(1); transform-origin: -1800px 50%; opacity: 1; }
}
@-webkit-keyframes tilt-in-down { 
  0% { transform: rotateY(30deg) translateY(-300px) skewY(-30deg); opacity: 0; }
  100% { transform: rotateY(0deg) translateY(0px) skewY(0deg); opacity: 1; }
}
@keyframes tilt-in-down { 
  0% { transform: rotateY(30deg) translateY(-300px) skewY(-30deg); opacity: 0; }
  100% { transform: rotateY(0deg) translateY(0px) skewY(0deg); opacity: 1; }
}
@-webkit-keyframes tilt-in-up { 
  0% { transform: rotateY(30deg) translateY(300px) skewY(-30deg); opacity: 0; }
  100% { transform: rotateY(0deg) translateY(0px) skewY(0deg); opacity: 1; }
}
@keyframes tilt-in-up { 
  0% { transform: rotateY(30deg) translateY(300px) skewY(-30deg); opacity: 0; }
  100% { transform: rotateY(0deg) translateY(0px) skewY(0deg); opacity: 1; }
}
@-webkit-keyframes tilt-in-left { 
  0% { transform: rotateX(-30deg) translateX(-300px) skewX(-30deg); opacity: 0; }
  100% { transform: rotateX(0deg) translateX(0px) skewX(0deg); opacity: 1; }
}
@keyframes tilt-in-left { 
  0% { transform: rotateX(-30deg) translateX(-300px) skewX(-30deg); opacity: 0; }
  100% { transform: rotateX(0deg) translateX(0px) skewX(0deg); opacity: 1; }
}
@-webkit-keyframes tilt-in { 
  0% { transform: rotateX(-30deg) translateX(-300px) skewX(-30deg); opacity: 0; }
  100% { transform: rotateX(0deg) translateX(0px) skewX(0deg); opacity: 1; }
}
@keyframes tilt-in { 
  0% { transform: rotateX(-30deg) translateX(-300px) skewX(-30deg); opacity: 0; }
  100% { transform: rotateX(0deg) translateX(0px) skewX(0deg); opacity: 1; }
}
@-webkit-keyframes tilt-in-right { 
  0% { transform: rotateX(-30deg) translateX(300px) skewX(30deg); opacity: 0; }
  100% { transform: rotateX(0deg) translateX(0px) skewX(0deg); opacity: 1; }
}
@keyframes tilt-in-right { 
  0% { transform: rotateX(-30deg) translateX(300px) skewX(30deg); opacity: 0; }
  100% { transform: rotateX(0deg) translateX(0px) skewX(0deg); opacity: 1; }
}
@-webkit-keyframes puff-in { 
  0% { transform: scale(2); filter: blur(4px); opacity: 0; }
  100% { transform: scale(1); filter: blur(0px); opacity: 1; }
}
@keyframes puff-in { 
  0% { transform: scale(2); filter: blur(4px); opacity: 0; }
  100% { transform: scale(1); filter: blur(0px); opacity: 1; }
}
@-webkit-keyframes puff-in-hor { 
  0% { transform: scaleX(2); filter: blur(4px); opacity: 0; }
  100% { transform: scaleX(1); filter: blur(0px); opacity: 1; }
}
@keyframes puff-in-hor { 
  0% { transform: scaleX(2); filter: blur(4px); opacity: 0; }
  100% { transform: scaleX(1); filter: blur(0px); opacity: 1; }
}
@-webkit-keyframes puff-in-ver { 
  0% { transform: scaleY(2); filter: blur(4px); opacity: 0; }
  100% { transform: scaleY(1); filter: blur(0px); opacity: 1; }
}
@keyframes puff-in-ver { 
  0% { transform: scaleY(2); filter: blur(4px); opacity: 0; }
  100% { transform: scaleY(1); filter: blur(0px); opacity: 1; }
}
@-webkit-keyframes shine-animation { 
  0% { background-repeat: no-repeat; background-image: linear-gradient(to left top, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.5) 48%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.5) 52%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 100%); background-position: -250px -250px; background-size: 600px 600px; }
  100% { background-repeat: no-repeat; background-position: 250px 250px; }
}
@keyframes shine-animation { 
  0% { background-repeat: no-repeat; background-image: linear-gradient(to left top, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.5) 48%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.5) 52%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 100%); background-position: -250px -250px; background-size: 600px 600px; }
  100% { background-repeat: no-repeat; background-position: 250px 250px; }
}
.clearfix { }
.clearfix::after, .clearfix::before { display: table; content: ""; line-height: 0; }
.clearfix::after { clear: both; }
html { font-size: 100%; text-size-adjust: 100%; }
a:focus { outline: -webkit-focus-ring-color auto 5px; outline-offset: -2px; }
a:active, a:hover { outline: 0px; }
button, img, input { vertical-align: middle; }
img { border: 0px; }
button, input { margin: 0px; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { appearance: button; }
button, input[type="button"], input[type="checkbox"], input[type="radio"], input[type="reset"], input[type="submit"], label, select { cursor: pointer; }
@media print{* { text-shadow: none !important; color: rgb(0, 0, 0) !important; background: 0px 0px !important; box-shadow: none !important; }a, a:visited { text-decoration: underline; }a[href]::after { content: " (" attr(href) ")"; }blockquote, img, pre, tr { break-inside: avoid; }img { max-width: 100% !important; }h2, h3, p { orphans: 3; widows: 3; }h2, h3 { break-after: avoid; }}
body { line-height: 20px; color: rgb(17, 17, 17); background-color: rgb(255, 255, 255); font-family: Helvetica, Arial, sans-serif; font-size: 13px; overflow: auto scroll; cursor: default; margin: 0px; padding: 0px; -webkit-font-smoothing: antialiased; }
a { color: rgb(0, 136, 204); text-decoration: none; }
a:focus, a:hover { color: rgb(0, 85, 128); text-decoration: underline; }
h1, h2, h3, h4, h5, h6 { font-family: inherit; color: inherit; text-rendering: auto; }
h3, h5, h6 { font-weight: 700; }
h1 { font-size: 38.5px; }
h2 { font-size: 31.5px; }
h1 small, h3 { font-size: 24.5px; }
form { margin: 0px 0px 20px; }
button, input, label { font-size: 14px; font-weight: 400; line-height: 20px; }
button, input, select, textarea { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
label { margin-bottom: 5px; }
input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea { display: inline-block; padding: 4px 6px; font-size: 14px; line-height: 20px; color: rgb(85, 85, 85); border-radius: 4px; vertical-align: middle; }
input, textarea { width: 206px; }
input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] { background-color: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset; transition: border 0.2s linear, box-shadow 0.2s linear; }
.uneditable-input:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus { border-color: rgba(82, 168, 236, 0.8); outline: 0px; box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgba(82, 168, 236, 0.6) 0px 0px 8px; }
input[type="checkbox"], input[type="radio"] { margin: 4px 0px 0px; line-height: normal; }
input[type="button"], input[type="checkbox"], input[type="file"], input[type="image"], input[type="radio"], input[type="reset"], input[type="submit"] { width: auto; }
input[type="checkbox"]:focus, input[type="file"]:focus, input[type="radio"]:focus, select:focus { outline: -webkit-focus-ring-color auto 5px; outline-offset: -2px; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: rgb(153, 153, 153); }
.uneditable-input, input, textarea { margin-left: 0px; }
input:focus:invalid, select:focus:invalid, textarea:focus:invalid { color: rgb(185, 74, 72); border-color: rgb(238, 95, 91); }
input:focus:invalid:focus, select:focus:invalid:focus, textarea:focus:invalid:focus { border-color: rgb(233, 50, 45); box-shadow: rgb(248, 185, 183) 0px 0px 6px; }
.ms-text-field { color: rgb(0, 0, 0); }
.ms-slot { position: relative; }
.ms-slot__cell { line-height: 13px; }
.ms-slot__cell > :first-child { margin-top: 0px; }
.blk_section.section_menu { background-color: rgb(255, 255, 255); }
.blk_text .blk-data, .ms-panel-text-editor, .ms-text-field:not(.ms-text-field--disable-font-settings) { line-height: 1.4; font-family: Helvetica, Arial, sans-serif; font-size: 13px; }
.blk_text .blk-data, .ms-panel-text-editor, .ms-text-field, .text-field { overflow-wrap: break-word; }
.blk_text div, .blk_text h1, .blk_text h2, .blk_text h3, .blk_text h4, .blk_text h5, .blk_text h6 { margin: 0px; padding: 0px; }
.blk_text h1, .blk_text h2, .blk_text h3, .blk_text h4, .blk_text h5, .blk_text h6 { font-family: inherit; color: inherit; line-height: 1; }
.blk_text h1, .blk_text h2, .blk_text h4 { font-weight: 400; }
.blk_text h1 { font-size: 38.5px; }
.blk_text h2 { font-size: 31.5px; }
.blk_text h3, .heading.heading--rank-1 small { font-size: 24.5px; }
.blk_text .bold, .blk_text b, .blk_text h3, .blk_text h5, .blk_text h6, .blk_text strong { font-weight: 700; }
.blk, .blk_container { margin: 0px; }
.blk_container ~ .blk, .blk_container ~ .blk_container, .blk ~ .blk, .blk ~ .blk_container { margin-top: 3%; }
.mha > .tpl_cell > .blk_container.v3 { margin-left: 3%; margin-right: 3%; }
.ms-active-string { display: inline-block; min-width: 12px; }
input:focus:invalid:focus, textarea:focus:invalid:focus { border: 1px solid rgba(0, 0, 0, 0.32); background: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 10px; color: rgb(51, 51, 51); }
.m-popup-modifier--checkbox .m-popup-modifier-wrap, .popover-form.quiz-form .user_form_regulation p, h1, h2, h3, h4, h5, h6 { margin: 0px; }
.blk_ms > .block-content { display: grid; justify-content: center; }
.fotorama:not(.fotorama--unobtrusive) > :not(:first-child) { display: none; }
@supports (-webkit-touch-callout:none){.blk_section.is_parallax .section-image, .blk_section.is_parallax .section-image-2 { background-attachment: scroll; background-size: cover; }}
.non-pc #sign_popup img.inline-only-for-non-pc, .non-pc .inline-only-for-non-pc, label { display: inline; }
.blk_container > .blk_container_cells_wrap > .blk_container_cells > .td_container_cell.blk-container__empty-cell > .cell.empty_cell, .blk_container[data-id] > .blk_container_cells > .cell.container_cell.empty_cell { background-color: transparent; }
h1, h2, h3, h4, h5, h6 { line-height: 1; }
h1, h2 { font-weight: 400; }
a:focus { outline: 0px; }
:focus { outline: 0px !important; }
html * { print-color-adjust: exact; box-sizing: border-box; }
.alert, body .blk_section, body.body_pages_edit .blk_section { position: relative; }
html a { color: rgb(50, 136, 230); }
html a:hover { color: rgb(25, 111, 204); }
.mha { margin-right: auto; margin-left: auto; }
.l_float { float: left; }
.hidden { display: none; visibility: visible; }
.no_sel { user-select: none; }
.btn, input, textarea { transition: none !important; }
input, textarea { resize: none; margin-bottom: 0px; transition: none !important; }
.uneditable-input, input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], select { height: 30px; margin-bottom: 0px; }
.btn-new { display: inline-block; cursor: pointer; text-align: center; user-select: none; white-space: nowrap; padding: 10px 20px; color: rgb(0, 0, 0); box-sizing: border-box; transform: scale(1); transition: transform 0.1s; line-height: 1; text-decoration: none !important; }
.btn-new:active { transform: scale(0.97); }
.blk_section .blk_section_inner .tpl_cell, .blk_section .ms-slot .tpl_cell { padding-bottom: 0px; min-height: 32px; width: 100%; }
.blk_section > .blk_section_inner > .tpl_cell > .blk { margin-left: 3%; margin-right: 3%; }
.blk_container .container_cell { margin-left: 3%; }
.blk_container .empty_cell { margin-top: 1px; }
.blk { border: 0px; }
.blk_image_ext .blk_image_data_wrap { line-height: 0; }
.blk_box .blk:first-child, .blk_section > .blk_section_inner > .tpl_cell > .blk:first-child, .blk_text p:first-child, .margin-v2 .blk_section > .blk_section_inner > .tpl_cell > .blk:first-child, .slide .blk:first-child { margin-top: 0px; }
#popover_btn_preview1 .btn-new, #site_wrapper1 { line-height: 1; }
.is_popover .btn-frm-cancel, picture { display: inline-block; }
.blk_divider .blk_divider_self.no_divider_line { background: 0px 0px !important; }
.blk_text.blk_text__mtr-85 .blk-data .heading.heading--rank-1, .blk_text.blk_text__mtr-85 .blk-data .heading.heading--rank-2, .blk_text.blk_text__mtr-85 .blk-data .heading.heading--rank-3, .blk_text.blk_text__mtr-85 .blk-data .heading.heading--rank-4, .blk_text.blk_text__mtr-85 .blk-data .heading.heading--rank-5, .blk_text.blk_text__mtr-85 .blk-data .heading.heading--rank-6, .blk_text.blk_text__mtr-85 .blk-data a, .blk_text.blk_text__mtr-85 .blk-data h1, .blk_text.blk_text__mtr-85 .blk-data h2, .blk_text.blk_text__mtr-85 .blk-data h3, .blk_text.blk_text__mtr-85 .blk-data h4, .blk_text.blk_text__mtr-85 .blk-data h5, .blk_text.blk_text__mtr-85 .blk-data h6, .blk_text.blk_text__mtr-85 .blk-data p { font-size: inherit !important; font-family: inherit !important; font-weight: inherit !important; font-style: inherit !important; margin: 0px !important; }
.blk_text.blk_text__mtr-85 .heading.heading--rank-1.blk-data, .blk_text.blk_text__mtr-85 .heading.heading--rank-2.blk-data, .blk_text.blk_text__mtr-85 .heading.heading--rank-3.blk-data, .blk_text.blk_text__mtr-85 .heading.heading--rank-4.blk-data, .blk_text.blk_text__mtr-85 .heading.heading--rank-5.blk-data, .blk_text.blk_text__mtr-85 .heading.heading--rank-6.blk-data, .blk_text.blk_text__mtr-85 h1.blk-data, .blk_text.blk_text__mtr-85 h2.blk-data, .blk_text.blk_text__mtr-85 h3.blk-data, .blk_text.blk_text__mtr-85 h4.blk-data, .blk_text.blk_text__mtr-85 h5.blk-data, .blk_text.blk_text__mtr-85 h6.blk-data { font-size: inherit; font-family: inherit; font-style: inherit; margin: 0px !important; }
.blk_text.blk_text__mtr-85 .heading.heading--rank-1.blk-data:not([data-gs-fonts]), .blk_text.blk_text__mtr-85 .heading.heading--rank-2.blk-data:not([data-gs-fonts]), .blk_text.blk_text__mtr-85 .heading.heading--rank-3.blk-data:not([data-gs-fonts]), .blk_text.blk_text__mtr-85 .heading.heading--rank-4.blk-data:not([data-gs-fonts]), .blk_text.blk_text__mtr-85 .heading.heading--rank-5.blk-data:not([data-gs-fonts]), .blk_text.blk_text__mtr-85 .heading.heading--rank-6.blk-data:not([data-gs-fonts]), .blk_text.blk_text__mtr-85 h1.blk-data:not([data-gs-fonts]), .blk_text.blk_text__mtr-85 h2.blk-data:not([data-gs-fonts]), .blk_text.blk_text__mtr-85 h3.blk-data:not([data-gs-fonts]), .blk_text.blk_text__mtr-85 h4.blk-data:not([data-gs-fonts]), .blk_text.blk_text__mtr-85 h5.blk-data:not([data-gs-fonts]), .blk_text.blk_text__mtr-85 h6.blk-data:not([data-gs-fonts]) { font-weight: inherit !important; }
.blk_section, .blk_section .blk_section_inner { background-image: none; background-repeat: no-repeat; background-position: 0px 0px; }
.blk_section { overflow: clip; }
.blk_section .blk_section_inner { position: relative; z-index: 6; }
.img_container img, img { height: auto; max-width: 100%; }
img { }
.blk_section.is_cover, .blk_section.is_cover .section-image, .blk_section.is_cover .section-image-2 { background-size: cover; }
.blk_section.is_parallax { background-attachment: fixed; }
.blk_text.blk-no-bg-lpm-449 .blk-data { background: 0px 0px !important; border: 0px !important; }
.blk_text .blk-data { color: rgb(17, 17, 17); }
.blk_divider_self, .wrp { position: relative; overflow: hidden; }
.blk_divider_self .divider-line { position: absolute; top: 50%; left: 0px; right: 0px; }
.blk_divider_self.d-l-vertical .divider-line { top: 0px; bottom: 0px; }
.blk_divider_self.d-l-vertical .divider-line.d-l-v-c { left: 50%; right: auto; }
.no_divider_line .divider-line, .video--play .video__overlay { display: none; }
.img_container, .video_container { display: inline-block; max-width: 100%; }
.img_container img { width: 100%; line-height: 1; }
.blk_container.v3 .blk_container_cells { display: table; table-layout: fixed; width: 100%; }
.blk_container.v3 .td_container_cell { display: table-cell; vertical-align: top; position: relative; }
.blk_container.v3 .td_container_cell > .cell { margin: 0px; height: 100%; }
.hidden-slide { display: none; }
.microanimation__before { transform: translate(0px, 50px); transition: opacity 0.5s ease-out, transform 0.75s ease-out; opacity: 0; }
.microanimation__after { transform: translate(0px, 0px); opacity: 1; }
.async_img img { visibility: hidden; }
.section-blackout, .tt { position: absolute; top: 0px; }
.section-blackout { right: 0px; bottom: 0px; left: 0px; background-color: rgb(0, 0, 0); z-index: 1; pointer-events: none; opacity: 0; }
.map-bg, .map-over { display: none; }
.map-bg, .map-over, .yandex_map { position: absolute; inset: 0px; z-index: 0; }
.section-image { display: none; }
.background_1, .background_2, .section-gradient, .section-image, .section-image-2, .section-slider, .section-video { position: absolute; inset: 0px; z-index: 0; }
.section-image__svg { display: none; }
.is_parallax .section-image, .is_parallax .section-image-2 { background-attachment: fixed; }
.bg_type_grad .section-gradient, .bg_type_image .section-image, .bg_type_image .section-image__svg, .bg_type_map > .map-bg, .bg_type_map > .map-over, .bg_type_slider .section-slider, .bg_type_video .section-video, .blk_section.section_split.bg_type_color .section-image, .blk_section.section_split.bg_type_empty .section-image, .yandex_map_wrap > .map-over { display: block; }
.bg_type_map > .mha { pointer-events: none; }
.bg_type_map:not(.brand-header) > .mha > .tpl_cell { padding: 70px 0px; }
.bg_type_map > .mha .blk_box .block-content, .bg_type_map > .mha .blk_button a, .bg_type_map > .mha .blk_button_popup a, .bg_type_map > .mha .blk_form .is_popover a, .bg_type_map > .mha .blk_form form, .bg_type_map > .mha .blk_html, .bg_type_map > .mha .blk_image img, .bg_type_map > .mha .blk_image_ext a, .bg_type_map > .mha .blk_image_ext img, .bg_type_map > .mha .blk_ms .block-content, .bg_type_map > .mha .blk_shape .shape, .bg_type_map > .mha .blk_slider, .bg_type_map > .mha .blk_text, .bg_type_map > .mha .blk_video iframe, .bg_type_map > .mha .blk_yandex_map .yandex_map_wrap, .body_pages_edit .bg_type_map > .mha { pointer-events: auto; }
.blk--is_animated, [class*="--on-entry"] { visibility: hidden; animation-play-state: paused !important; }
.img-ext-magnifier { position: absolute; inset: 0px; display: none; cursor: pointer; }
.img-ext-magnifier > div { background-color: rgb(0, 0, 0); opacity: 0.3; height: 100%; width: 100%; }
.img-ext-magnifier .mag, .img-ext-magnifier img { position: absolute; width: 32px; height: 32px; left: 50%; top: 50%; margin: -16px 0px 0px -16px; }
.img-ext-magnifier .mag { display: block; }
.img-ext-magnifier b { display: block; position: absolute; width: 26px; height: 26px; border-radius: 13px; box-sizing: border-box; border: 2px solid rgb(255, 255, 255); z-index: 2; top: 1px; left: 1px; }
.img-ext-magnifier i, .img-ext-magnifier s, .img-ext-magnifier u { display: block; position: absolute; width: 12px; height: 2px; border-radius: 2px; top: 13px; left: 8px; z-index: 3; background: rgb(255, 255, 255); }
.img-ext-magnifier s, .img-ext-magnifier u { width: 2px; height: 12px; top: 8px; left: 13px; }
.img-ext-magnifier s { top: 20px; left: 25px; transform: rotate(-45deg); box-sizing: border-box; }
.blk_image_ext .img_container { position: relative; }
body:not(.non-pc) .img_container:hover .img-ext-magnifier { display: block; }
.blk_box_slider_self { position: relative; }
.svg_wrap { overflow: hidden; max-width: 100%; }
.svg_container { position: relative; height: 0px; width: 100%; padding: 0px; }
#image-enlarge-cont .svg_container, .blk_section.is_cover .section-image__svg .svg_container { padding-bottom: 100%; color: rgb(0, 0, 0); }
.blk_section:not(.is_cover) .section-image__svg .svg_container { padding-bottom: 0px; height: 100%; }
.svg_container svg { position: absolute; height: 100%; width: 100%; top: 0px; left: 0px; fill: currentcolor; }
.blk_section .section-image__svg.svg_wrap, .ms__wrapper_abs { position: absolute; inset: 0px; }
.blk_section.is_absolute .blk_section_inner { height: 100%; z-index: auto !important; }
.blk_section.is_absolute .blk_section_inner .section-cell { position: relative; min-height: 0px; height: 100%; }
#background-list .blk_section.is_absolute .blk:not(.ms-slot__cell--table .blk), #site_wrapper1 .blk_section.is_absolute .blk:not(.ms-slot__cell--table .blk) { position: absolute; }
.blk_section.is_absolute:not(.hybrid-section-converting) > .blk_section_inner > .tpl_cell > .blk { margin: 0px; }
.blk_section.is_absolute { overflow: visible; padding-top: 0px !important; padding-bottom: 0px !important; }
#site_wrapper1 .blk_section.is_absolute { min-height: 20px; }
.blk_section.is_absolute .section-blackout, .blk_section.is_absolute .trans_down, .blk_section.is_absolute .trans_up, .blk_section.is_absolute > .map-over { z-index: 0; }
.blk_section.is_absolute > .section_image_container > .section-image { z-index: auto !important; }
.blk_section.is_absolute .section_image_container { position: absolute; inset: 0px; overflow: hidden; }
#sections_list { overflow: clip; }
#background-list .blk_section.is_absolute .blk .blk-data:not(.ms-slot__cell--table .blk-data), #site_wrapper1 .blk_section.is_absolute .blk .blk-data:not(.ms-slot__cell--table .blk-data) { position: relative; height: 100%; width: 100%; }
.blk_section.is_absolute .blk.blk_text:not(.ms-slot__cell--table .blk.blk_text) { min-height: 10px; min-width: 20px; }
.blk_section.is_absolute .blk.blk_image_ext:not(.ms-slot__cell--table .blk.blk_image_ext) { min-height: 10px; min-width: 10px; }
.blk_section.is_absolute .blk.blk_image_ext .blk_image_data_wrap .img_container .img-crop:not(.ms-slot__cell--table .img-crop), .blk_section.is_absolute .blk.blk_image_ext .blk_image_data_wrap:not(.ms-slot__cell--table .blk_image_data_wrap), .blk_section.is_absolute .blk.blk_image_ext .blk_image_data_wrap:not(.v2) .img_container:not(.ms-slot__cell--table .img_container) { height: 100%; width: 100%; min-height: 100%; min-width: 100%; }
.blk_section.is_absolute .blk.blk_button:not(.ms-slot__cell--table .blk), .blk_section.is_absolute .blk.blk_button_popup:not(.ms-slot__cell--table .blk), .blk_section.is_absolute .blk.blk_form.blk_form_popover:not(.ms-slot__cell--table .blk) { width: auto !important; height: auto !important; }
body, #site_wrapper1 { min-width: 1170px; }
.blk_section_inner { width: 1170px; }
@media (max-width: 500px){body, #site_wrapper1 { min-width: 370px; }.blk_section_inner { width: 370px; }}
@font-face { font-family: "Open Sans"; src: url("/assets/6cfa99bad749d9.woff") format("woff"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: Roboto; src: url("/assets/6245cde6df611e.woff") format("woff"); font-weight: 400; font-style: normal; font-display: swap; }
#\34 38152f9be4e4f14b824f02e153e26ef .m-image img, #\34 38152f9be4e4f14b824f02e153e26ef .m-image svg { width: 1477px; }
#\34 38152f9be4e4f14b824f02e153e26ef .m-image__wrapper { position: relative; width: 1092px; height: 754px; }
#\34 38152f9be4e4f14b824f02e153e26ef .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#\34 38152f9be4e4f14b824f02e153e26ef .m-image > * { }
#\34 38152f9be4e4f14b824f02e153e26ef .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#\34 38152f9be4e4f14b824f02e153e26ef .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#\34 38152f9be4e4f14b824f02e153e26ef .m-image__sub-wrapper:hover .m-image { }
#\34 38152f9be4e4f14b824f02e153e26ef .m-image__sub-wrapper { overflow: hidden; border-radius: 0px; box-shadow: none; }
@media (max-width: 500px){#\34 38152f9be4e4f14b824f02e153e26ef .m-image img, #\34 38152f9be4e4f14b824f02e153e26ef .m-image svg { width: 1326px; }#\34 38152f9be4e4f14b824f02e153e26ef .m-image__wrapper { width: 462px; height: 677px; }}
#\34 38152f9be4e4f14b824f02e153e26ef .m-image img, #\34 38152f9be4e4f14b824f02e153e26ef .m-image svg { min-width: 1092px; width: 1092px; }
#\34 38152f9be4e4f14b824f02e153e26ef .m-image__wrapper { }
#\34 38152f9be4e4f14b824f02e153e26ef .m-image { width: 100%; height: 100%; line-height: 0; }
#\34 38152f9be4e4f14b824f02e153e26ef .m-image--mob { display: none; }
@media (max-width: 500px){#\34 38152f9be4e4f14b824f02e153e26ef .m-image.m-image--mob img, #\34 38152f9be4e4f14b824f02e153e26ef .m-image.m-image--mob svg { min-width: 462px; width: 462px; }#\34 38152f9be4e4f14b824f02e153e26ef .m-image--mob { display: block; }#\34 38152f9be4e4f14b824f02e153e26ef .m-image--mob + .m-image--pc { display: none; }}
#\34 38152f9be4e4f14b824f02e153e26ef > .block-content { justify-content: center; }
#\32 1aa3ae687254643a919f0ae732760f2 .m-image img, #\32 1aa3ae687254643a919f0ae732760f2 .m-image svg { width: 1099px; }
#\32 1aa3ae687254643a919f0ae732760f2 .m-image__wrapper { position: relative; width: 1098px; height: 945px; }
#\32 1aa3ae687254643a919f0ae732760f2 .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 1s, filter 1s; }
#\32 1aa3ae687254643a919f0ae732760f2 .m-image > * { }
#\32 1aa3ae687254643a919f0ae732760f2 .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 1s; }
#\32 1aa3ae687254643a919f0ae732760f2 .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#\32 1aa3ae687254643a919f0ae732760f2 .m-image__sub-wrapper:hover .m-image { --invert: 100%; filter: opacity(var(--opacity))             blur(var(--blur))             brightness(var(--brightness))             contrast(var(--contrast))             grayscale(var(--grayscale))             hue-rotate(var(--hueRotate))             invert(var(--invert))            saturate(var(--saturate)); transform: scale(1.1); }
#\32 1aa3ae687254643a919f0ae732760f2 .m-image__sub-wrapper { overflow: hidden; border-radius: 0px; box-shadow: none; }
@media (max-width: 500px){#\32 1aa3ae687254643a919f0ae732760f2 .m-image img, #\32 1aa3ae687254643a919f0ae732760f2 .m-image svg { width: 846px; }#\32 1aa3ae687254643a919f0ae732760f2 .m-image__wrapper { width: 750px; height: 727px; }}
#\32 1aa3ae687254643a919f0ae732760f2 .m-image img, #\32 1aa3ae687254643a919f0ae732760f2 .m-image svg { min-width: 1098px; width: 1098px; }
#\32 1aa3ae687254643a919f0ae732760f2 .m-image__wrapper { }
#\32 1aa3ae687254643a919f0ae732760f2 .m-image { width: 100%; height: 100%; line-height: 0; }
#\32 1aa3ae687254643a919f0ae732760f2 .m-image--mob { display: none; }
@media (max-width: 500px){#\32 1aa3ae687254643a919f0ae732760f2 .m-image.m-image--mob img, #\32 1aa3ae687254643a919f0ae732760f2 .m-image.m-image--mob svg { min-width: 750px; width: 750px; }#\32 1aa3ae687254643a919f0ae732760f2 .m-image--mob { display: block; }#\32 1aa3ae687254643a919f0ae732760f2 .m-image--mob + .m-image--pc { display: none; }}
#\32 1aa3ae687254643a919f0ae732760f2 > .block-content { justify-content: center; }
#b93365d276d040a79e0cc21be9a61c1c .m-image img, #b93365d276d040a79e0cc21be9a61c1c .m-image svg { width: 814px; }
#b93365d276d040a79e0cc21be9a61c1c .m-image__wrapper { position: relative; width: 813px; height: 398px; }
#b93365d276d040a79e0cc21be9a61c1c .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#b93365d276d040a79e0cc21be9a61c1c .m-image > * { }
#b93365d276d040a79e0cc21be9a61c1c .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#b93365d276d040a79e0cc21be9a61c1c .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#b93365d276d040a79e0cc21be9a61c1c .m-image__sub-wrapper:hover .m-image { }
#b93365d276d040a79e0cc21be9a61c1c .m-image__sub-wrapper { overflow: hidden; border-radius: 0px; box-shadow: none; }
@media (max-width: 500px){#b93365d276d040a79e0cc21be9a61c1c .m-image img, #b93365d276d040a79e0cc21be9a61c1c .m-image svg { width: 374px; }#b93365d276d040a79e0cc21be9a61c1c .m-image__wrapper { width: 374px; height: 183px; }}
#b93365d276d040a79e0cc21be9a61c1c .m-image img, #b93365d276d040a79e0cc21be9a61c1c .m-image svg { min-width: 813px; width: 813px; }
#b93365d276d040a79e0cc21be9a61c1c .m-image__wrapper { }
#b93365d276d040a79e0cc21be9a61c1c .m-image { width: 100%; height: 100%; line-height: 0; }
#b93365d276d040a79e0cc21be9a61c1c .m-image--mob { display: none; }
@media (max-width: 500px){#b93365d276d040a79e0cc21be9a61c1c .m-image.m-image--mob img, #b93365d276d040a79e0cc21be9a61c1c .m-image.m-image--mob svg { min-width: 374px; width: 374px; }#b93365d276d040a79e0cc21be9a61c1c .m-image--mob { display: block; }#b93365d276d040a79e0cc21be9a61c1c .m-image--mob + .m-image--pc { display: none; }}
#b93365d276d040a79e0cc21be9a61c1c > .block-content { justify-content: center; }
#\37 39ab3d0aaca44fe9d39e0ca8818a9e7 > .block-content { display: flex; }
#\37 39ab3d0aaca44fe9d39e0ca8818a9e7 > .block-content > .m-block-wrapper { width: 100%; margin: 0px; }
#\37 39ab3d0aaca44fe9d39e0ca8818a9e7.blk-in-abs > .block-content > .m-block-wrapper { width: 287px; height: 300px; margin: 0px; }
@media (max-width: 500px){#\37 39ab3d0aaca44fe9d39e0ca8818a9e7 > .block-content > .m-block-wrapper { margin: 0px; }#\37 39ab3d0aaca44fe9d39e0ca8818a9e7.blk-in-abs > .block-content > .m-block-wrapper { width: 266px; height: 100px; margin: 0px; }}
#\37 39ab3d0aaca44fe9d39e0ca8818a9e7 > .block-content > .m-block-wrapper { min-width: 0px; }
#\37 39ab3d0aaca44fe9d39e0ca8818a9e7.blk-in-abs > .block-content > .m-block-wrapper { height: auto; }
#\37 39ab3d0aaca44fe9d39e0ca8818a9e7 .m-block-wrapper { display: flex; justify-content: inherit; min-width: 10%; }
#\37 39ab3d0aaca44fe9d39e0ca8818a9e7 .m-button-c7PNSa5 { max-width: 100%; overflow-wrap: break-word; }
#\37 39ab3d0aaca44fe9d39e0ca8818a9e7.blk-in-abs .m-button-wrapper { width: 100%; }
#\37 39ab3d0aaca44fe9d39e0ca8818a9e7 .m-button-wrapper { }
@media (max-width: 500px){#\37 39ab3d0aaca44fe9d39e0ca8818a9e7.blk-in-abs > .block-content > .m-block-wrapper { height: auto; }}
#\37 39ab3d0aaca44fe9d39e0ca8818a9e7 .m-block-wrapper .m-button-c7PNSa5 { width: unset; }
#\37 39ab3d0aaca44fe9d39e0ca8818a9e7.blk-in-abs .m-button-c7PNSa5 { width: 100%; height: 100%; }
#\37 39ab3d0aaca44fe9d39e0ca8818a9e7 .m-button-c7PNSa5 { cursor: pointer; width: min-content; color: rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; box-shadow: rgba(0, 0, 0, 0.3) 1px 2px 2px 1px; gap: 5px; transition: 0.15s linear; position: relative; background: rgb(244, 133, 25); border: 0px solid transparent; padding: 13px 40px; border-radius: 10px; word-break: normal; }
#\37 39ab3d0aaca44fe9d39e0ca8818a9e7 .m-block-wrapper .m-button-c7PNSa5 { margin-top: unset; }
#\37 39ab3d0aaca44fe9d39e0ca8818a9e7 .m-button-c7PNSa5::before { display: none; content: ""; position: absolute; border-radius: inherit; padding: 2px; z-index: 0; inset: 0px; mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); pointer-events: none; }
#\37 39ab3d0aaca44fe9d39e0ca8818a9e7 .m-button-c7PNSa5:hover { background: rgb(202, 126, 0); border: 0px solid transparent; padding: 13px 40px; }
#\37 39ab3d0aaca44fe9d39e0ca8818a9e7 .m-button-c7PNSa5:hover::before { display: none; }
#\37 39ab3d0aaca44fe9d39e0ca8818a9e7 .m-button-c7PNSa5:active { background: rgb(233, 146, 2); border: 0px solid transparent; padding: 13px 40px; transform: scale(1); }
#\37 39ab3d0aaca44fe9d39e0ca8818a9e7 .m-button-c7PNSa5:active::before { display: none; background: linear-gradient(0deg, rgb(41, 92, 230), rgb(183, 55, 230)); }
#\37 39ab3d0aaca44fe9d39e0ca8818a9e7 .m-button-c7PNSa5 > .m-button__effect-blick { position: absolute; background: transparent; width: 100%; height: 100%; border-radius: inherit; overflow: hidden; pointer-events: none; }
#\37 39ab3d0aaca44fe9d39e0ca8818a9e7 .m-button-c7PNSa5 > .m-button__effect-blick::after { position: absolute; content: ""; width: 50px; height: 800px; background: linear-gradient(90deg, transparent, rgb(255, 255, 255), transparent); opacity: 0.4; transform: translateY(-50%) rotate(45deg); transition: 0.1s; animation: 3s linear 0s infinite normal none running blick; }
#\37 39ab3d0aaca44fe9d39e0ca8818a9e7 .m-button__text-c7PNSa5 { text-align: center; transition: transform 0.15s linear; }
@keyframes pulse-c7PNSa5 { 
  0% { box-shadow: rgba(119, 119, 119, 0.6) 0px 0px 0px 0px; }
  100% { box-shadow: rgba(119, 119, 119, 0) 0px 0px 0px 15px; }
}
@keyframes blick { 
  0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; }
}
@keyframes light-c7PNSa5 { 
  0% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 0px); }
  100% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 6px); }
}
@keyframes shape { 
  50% { transform: translateX(3px) rotate(2deg); }
  100% { transform: translateX(-3px) rotate(-2deg); }
}
@keyframes squeeze { 
  0% { transform: scale(1); }
  30% { transform: scaleX(1.05) scaleY(0.85); }
  40% { transform: scaleX(0.85) scaleY(1.1); }
  60% { transform: scaleX(1.05) scaleY(0.95); }
  100% { transform: scale(1); }
}
@media (max-width: 500px){#\37 39ab3d0aaca44fe9d39e0ca8818a9e7 .m-block-wrapper .m-button-c7PNSa5 { margin-top: unset; }#\37 39ab3d0aaca44fe9d39e0ca8818a9e7 .m-button-c7PNSa5 { padding: 8px 16px; gap: 5px; }#\37 39ab3d0aaca44fe9d39e0ca8818a9e7 .m-button-c7PNSa5:hover { padding: 8px 16px; }#\37 39ab3d0aaca44fe9d39e0ca8818a9e7 .m-button-c7PNSa5:active { padding: 8px 16px; }}
#\37 39ab3d0aaca44fe9d39e0ca8818a9e7 > .block-content { justify-content: center; }
@font-face { font-family: "Open Sans"; src: url("/assets/c3c8faadba26cc.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
.ms-ts-739ab3d0aaca44fe9d39e0ca8818a9e7-105 { font-family: "Open Sans", Arial !important; font-weight: 600 !important; font-style: normal !important; font-size: 20px !important; line-height: 140% !important; letter-spacing: 0px !important; }
@media (max-width: 500px){.ms-ts-739ab3d0aaca44fe9d39e0ca8818a9e7-105 { font-size: 18px !important; }}
@font-face { font-family: "Open Sans"; src: url("/assets/c3c8faadba26cc.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
.blk_text.blk_text__mtr-85 h1.blk-data.font-18:not([data-gs-fonts]), .blk_text.blk_text__mtr-85 h2.blk-data.font-18:not([data-gs-fonts]), .blk_text.blk_text__mtr-85 h3.blk-data.font-18:not([data-gs-fonts]), .blk_text.blk_text__mtr-85 h4.blk-data.font-18:not([data-gs-fonts]), .blk_text.blk_text__mtr-85 h5.blk-data.font-18:not([data-gs-fonts]), .blk_text.blk_text__mtr-85 h6.blk-data.font-18:not([data-gs-fonts]), .font-18 { font-family: "Open Sans", Arial !important; font-weight: 600 !important; font-style: normal !important; }
.blk_text.blk_text__mtr-85 h1.blk-data.font-38:not([data-gs-fonts]), .blk_text.blk_text__mtr-85 h2.blk-data.font-38:not([data-gs-fonts]), .blk_text.blk_text__mtr-85 h3.blk-data.font-38:not([data-gs-fonts]), .blk_text.blk_text__mtr-85 h4.blk-data.font-38:not([data-gs-fonts]), .blk_text.blk_text__mtr-85 h5.blk-data.font-38:not([data-gs-fonts]), .blk_text.blk_text__mtr-85 h6.blk-data.font-38:not([data-gs-fonts]), .font-38 { font-family: Roboto, Arial !important; font-weight: 400 !important; font-style: normal !important; }
#ca44039d2517432390a38cb83a330420 .m-image img, #ca44039d2517432390a38cb83a330420 .m-image svg { width: 978px; }
#ca44039d2517432390a38cb83a330420 .m-image__wrapper { position: relative; width: 972px; height: 840px; }
#ca44039d2517432390a38cb83a330420 .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 1s, filter 1s; }
#ca44039d2517432390a38cb83a330420 .m-image > * { }
#ca44039d2517432390a38cb83a330420 .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 1s; }
#ca44039d2517432390a38cb83a330420 .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#ca44039d2517432390a38cb83a330420 .m-image__sub-wrapper:hover .m-image { --invert: 100%; filter: opacity(var(--opacity))             blur(var(--blur))             brightness(var(--brightness))             contrast(var(--contrast))             grayscale(var(--grayscale))             hue-rotate(var(--hueRotate))             invert(var(--invert))            saturate(var(--saturate)); transform: scale(1.1); }
#ca44039d2517432390a38cb83a330420 .m-image__sub-wrapper { overflow: hidden; border-radius: 0px; box-shadow: none; }
#ca44039d2517432390a38cb83a330420 .m-image img, #ca44039d2517432390a38cb83a330420 .m-image svg { min-width: 972px; width: 972px; }
#ca44039d2517432390a38cb83a330420 .m-image__wrapper { }
#ca44039d2517432390a38cb83a330420 .m-image { width: 100%; height: 100%; line-height: 0; }
@media (max-width: 500px){#ca44039d2517432390a38cb83a330420 { overflow: hidden; }}
#ca44039d2517432390a38cb83a330420 > .block-content { justify-content: center; }
#\34 e9474a4a9d94985ba2ebe4a1fea6cd0 .m-image img, #\34 e9474a4a9d94985ba2ebe4a1fea6cd0 .m-image svg { width: 571px; }
#\34 e9474a4a9d94985ba2ebe4a1fea6cd0 .m-image__wrapper { position: relative; width: 571px; height: 279px; }
#\34 e9474a4a9d94985ba2ebe4a1fea6cd0 .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#\34 e9474a4a9d94985ba2ebe4a1fea6cd0 .m-image > * { }
#\34 e9474a4a9d94985ba2ebe4a1fea6cd0 .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#\34 e9474a4a9d94985ba2ebe4a1fea6cd0 .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#\34 e9474a4a9d94985ba2ebe4a1fea6cd0 .m-image__sub-wrapper:hover .m-image { }
#\34 e9474a4a9d94985ba2ebe4a1fea6cd0 .m-image__sub-wrapper { overflow: hidden; border-radius: 0px; box-shadow: none; }
#\34 e9474a4a9d94985ba2ebe4a1fea6cd0 .m-image img, #\34 e9474a4a9d94985ba2ebe4a1fea6cd0 .m-image svg { min-width: 571px; width: 571px; }
#\34 e9474a4a9d94985ba2ebe4a1fea6cd0 .m-image__wrapper { }
#\34 e9474a4a9d94985ba2ebe4a1fea6cd0 .m-image { width: 100%; height: 100%; line-height: 0; }
@media (max-width: 500px){#\34 e9474a4a9d94985ba2ebe4a1fea6cd0 { overflow: hidden; }}
#\34 e9474a4a9d94985ba2ebe4a1fea6cd0 > .block-content { justify-content: center; }
#bf6984f5d8594651a44e5e40accbe842 > .block-content { display: flex; }
#bf6984f5d8594651a44e5e40accbe842 > .block-content > .m-block-wrapper { width: 100%; margin: 0px; }
#bf6984f5d8594651a44e5e40accbe842.blk-in-abs > .block-content > .m-block-wrapper { width: 289px; height: 300px; margin: 0px; }
@media (max-width: 500px){#bf6984f5d8594651a44e5e40accbe842 > .block-content > .m-block-wrapper { margin: 0px; }#bf6984f5d8594651a44e5e40accbe842.blk-in-abs > .block-content > .m-block-wrapper { width: 370px; height: 100px; margin: 0px; }}
#bf6984f5d8594651a44e5e40accbe842 > .block-content > .m-block-wrapper { min-width: 0px; }
#bf6984f5d8594651a44e5e40accbe842.blk-in-abs > .block-content > .m-block-wrapper { height: auto; }
#bf6984f5d8594651a44e5e40accbe842 .m-block-wrapper { display: flex; justify-content: inherit; min-width: 10%; }
#bf6984f5d8594651a44e5e40accbe842 .m-button-gNObky- { max-width: 100%; overflow-wrap: break-word; }
#bf6984f5d8594651a44e5e40accbe842.blk-in-abs .m-button-wrapper { width: 100%; }
#bf6984f5d8594651a44e5e40accbe842 .m-button-wrapper { }
@media (max-width: 500px){#bf6984f5d8594651a44e5e40accbe842.blk-in-abs > .block-content > .m-block-wrapper { height: auto; }}
#bf6984f5d8594651a44e5e40accbe842 .m-block-wrapper .m-button-gNObky- { width: unset; }
#bf6984f5d8594651a44e5e40accbe842.blk-in-abs .m-button-gNObky- { width: 100%; height: 100%; }
#bf6984f5d8594651a44e5e40accbe842 .m-button-gNObky- { cursor: pointer; width: min-content; color: rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; box-shadow: unset; gap: 5px; transition: 0.15s linear; position: relative; background: rgb(244, 133, 25); border: 0px solid transparent; padding: 14px 50px; border-radius: 10px; word-break: normal; }
#bf6984f5d8594651a44e5e40accbe842 .m-block-wrapper .m-button-gNObky- { margin-top: unset; }
#bf6984f5d8594651a44e5e40accbe842 .m-button-gNObky-::before { display: none; content: ""; position: absolute; border-radius: inherit; padding: 2px; z-index: 0; inset: 0px; mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); pointer-events: none; }
#bf6984f5d8594651a44e5e40accbe842 .m-button-gNObky-:hover { background: rgb(202, 126, 0); border: 0px solid transparent; padding: 14px 50px; }
#bf6984f5d8594651a44e5e40accbe842 .m-button-gNObky-:hover::before { display: none; }
#bf6984f5d8594651a44e5e40accbe842 .m-button-gNObky-:active { background: rgb(233, 146, 2); border: 0px solid transparent; padding: 14px 50px; transform: scale(1); }
#bf6984f5d8594651a44e5e40accbe842 .m-button-gNObky-:active::before { display: none; background: linear-gradient(0deg, rgb(41, 92, 230), rgb(183, 55, 230)); }
#bf6984f5d8594651a44e5e40accbe842 .m-button-gNObky- > .m-button__effect-blick { position: absolute; background: transparent; width: 100%; height: 100%; border-radius: inherit; overflow: hidden; pointer-events: none; }
#bf6984f5d8594651a44e5e40accbe842 .m-button-gNObky- > .m-button__effect-blick::after { position: absolute; content: ""; width: 50px; height: 800px; background: linear-gradient(90deg, transparent, rgb(255, 255, 255), transparent); opacity: 0.4; transform: translateY(-50%) rotate(45deg); transition: 0.1s; animation: 3s linear 0s infinite normal none running blick; }
#bf6984f5d8594651a44e5e40accbe842 .m-button__text-gNObky- { text-align: center; transition: transform 0.15s linear; }
@keyframes pulse-gNObky- { 
  0% { box-shadow: rgba(119, 119, 119, 0.6) 0px 0px 0px 0px; }
  100% { box-shadow: rgba(119, 119, 119, 0) 0px 0px 0px 15px; }
}
@keyframes blick { 
  0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; }
}
@keyframes light-gNObky- { 
  0% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 0px); }
  100% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 6px); }
}
@keyframes shape { 
  50% { transform: translateX(3px) rotate(2deg); }
  100% { transform: translateX(-3px) rotate(-2deg); }
}
@keyframes squeeze { 
  0% { transform: scale(1); }
  30% { transform: scaleX(1.05) scaleY(0.85); }
  40% { transform: scaleX(0.85) scaleY(1.1); }
  60% { transform: scaleX(1.05) scaleY(0.95); }
  100% { transform: scale(1); }
}
@media (max-width: 500px){#bf6984f5d8594651a44e5e40accbe842 .m-block-wrapper .m-button-gNObky- { margin-top: unset; }#bf6984f5d8594651a44e5e40accbe842 .m-button-gNObky- { padding: 8px 16px; gap: 5px; }#bf6984f5d8594651a44e5e40accbe842 .m-button-gNObky-:hover { padding: 8px 16px; }#bf6984f5d8594651a44e5e40accbe842 .m-button-gNObky-:active { padding: 8px 16px; }}
#bf6984f5d8594651a44e5e40accbe842 > .block-content { justify-content: center; }
@font-face { font-family: "Open Sans"; src: url("/assets/c3c8faadba26cc.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
.ms-ts-bf6984f5d8594651a44e5e40accbe842-185 { font-family: "Open Sans", Arial !important; font-weight: 600 !important; font-style: normal !important; font-size: 20px !important; line-height: 140% !important; letter-spacing: 0px !important; }
#a575ba4016644db9a0b7e1b7c41309b5 .m-image img, #a575ba4016644db9a0b7e1b7c41309b5 .m-image svg { width: 373px; }
#a575ba4016644db9a0b7e1b7c41309b5 .m-image__wrapper { position: relative; width: 355px; height: 240px; }
#a575ba4016644db9a0b7e1b7c41309b5 .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#a575ba4016644db9a0b7e1b7c41309b5 .m-image > * { }
#a575ba4016644db9a0b7e1b7c41309b5 .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#a575ba4016644db9a0b7e1b7c41309b5 .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#a575ba4016644db9a0b7e1b7c41309b5 .m-image__sub-wrapper:hover .m-image { }
#a575ba4016644db9a0b7e1b7c41309b5 .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
#a575ba4016644db9a0b7e1b7c41309b5 .m-image img, #a575ba4016644db9a0b7e1b7c41309b5 .m-image svg { min-width: 355px; width: 355px; }
#a575ba4016644db9a0b7e1b7c41309b5 .m-image__wrapper { }
#a575ba4016644db9a0b7e1b7c41309b5 .m-image { width: 100%; height: 100%; line-height: 0; }
@media (max-width: 500px){#a575ba4016644db9a0b7e1b7c41309b5 { overflow: hidden; }}
#a575ba4016644db9a0b7e1b7c41309b5 > .block-content { justify-content: center; }
#\37 ea734dbb80847b8981f8f73322795d8 .m-image img, #\37 ea734dbb80847b8981f8f73322795d8 .m-image svg { width: 374px; }
#\37 ea734dbb80847b8981f8f73322795d8 .m-image__wrapper { position: relative; width: 355px; height: 240px; }
#\37 ea734dbb80847b8981f8f73322795d8 .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#\37 ea734dbb80847b8981f8f73322795d8 .m-image > * { }
#\37 ea734dbb80847b8981f8f73322795d8 .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#\37 ea734dbb80847b8981f8f73322795d8 .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#\37 ea734dbb80847b8981f8f73322795d8 .m-image__sub-wrapper:hover .m-image { }
#\37 ea734dbb80847b8981f8f73322795d8 .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
#\37 ea734dbb80847b8981f8f73322795d8 .m-image img, #\37 ea734dbb80847b8981f8f73322795d8 .m-image svg { min-width: 355px; width: 355px; }
#\37 ea734dbb80847b8981f8f73322795d8 .m-image__wrapper { }
#\37 ea734dbb80847b8981f8f73322795d8 .m-image { width: 100%; height: 100%; line-height: 0; }
@media (max-width: 500px){#\37 ea734dbb80847b8981f8f73322795d8 { overflow: hidden; }}
#\37 ea734dbb80847b8981f8f73322795d8 > .block-content { justify-content: center; }
.blk_text.blk_text__mtr-85 h1.blk-data.font-14:not([data-gs-fonts]), .blk_text.blk_text__mtr-85 h2.blk-data.font-14:not([data-gs-fonts]), .blk_text.blk_text__mtr-85 h3.blk-data.font-14:not([data-gs-fonts]), .blk_text.blk_text__mtr-85 h4.blk-data.font-14:not([data-gs-fonts]), .blk_text.blk_text__mtr-85 h5.blk-data.font-14:not([data-gs-fonts]), .blk_text.blk_text__mtr-85 h6.blk-data.font-14:not([data-gs-fonts]), .font-14 { font-family: "Open Sans", Arial !important; font-weight: 300 !important; font-style: normal !important; }
#ac65bfc117174dae8c103182cc602900 > .block-content { display: flex; }
#ac65bfc117174dae8c103182cc602900 > .block-content > .m-block-wrapper { width: 100%; margin: 0px 0px 21px 18px; }
@media (max-width: 500px){#ac65bfc117174dae8c103182cc602900 > .block-content > .m-block-wrapper { margin: 0px 0px 20px 20px; }}
#ac65bfc117174dae8c103182cc602900 > .block-content > .m-block-wrapper { min-width: 0px; }
#ac65bfc117174dae8c103182cc602900 .m-block-wrapper { display: flex; justify-content: inherit; min-width: 10%; }
#ac65bfc117174dae8c103182cc602900 .m-button-s6MORCU { max-width: 100%; overflow-wrap: break-word; }
#ac65bfc117174dae8c103182cc602900 .m-button-wrapper { }
#ac65bfc117174dae8c103182cc602900 .m-block-wrapper .m-button-s6MORCU { width: unset; }
#ac65bfc117174dae8c103182cc602900 .m-button-s6MORCU { cursor: pointer; width: min-content; color: rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; box-shadow: unset; gap: 5px; transition: 0.15s linear; position: relative; background: rgb(244, 133, 25); border: 0px solid transparent; padding: 10px 40px; border-radius: 10px; word-break: normal; }
#ac65bfc117174dae8c103182cc602900 .m-block-wrapper .m-button-s6MORCU { margin-top: unset; }
#ac65bfc117174dae8c103182cc602900 .m-button-s6MORCU::before { display: none; content: ""; position: absolute; border-radius: inherit; padding: 2px; z-index: 0; inset: 0px; mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); pointer-events: none; }
#ac65bfc117174dae8c103182cc602900 .m-button-s6MORCU:hover { background: rgb(202, 126, 0); border: 0px solid transparent; padding: 10px 40px; }
#ac65bfc117174dae8c103182cc602900 .m-button-s6MORCU:hover::before { display: none; }
#ac65bfc117174dae8c103182cc602900 .m-button-s6MORCU:active { background: rgb(233, 146, 2); border: 0px solid transparent; padding: 10px 40px; transform: scale(1); }
#ac65bfc117174dae8c103182cc602900 .m-button-s6MORCU:active::before { display: none; background: linear-gradient(0deg, rgb(41, 92, 230), rgb(183, 55, 230)); }
#ac65bfc117174dae8c103182cc602900 .m-button-s6MORCU > .m-button__effect-blick { position: absolute; background: transparent; width: 100%; height: 100%; border-radius: inherit; overflow: hidden; pointer-events: none; }
#ac65bfc117174dae8c103182cc602900 .m-button-s6MORCU:hover > .m-button__effect-blick::after { position: absolute; content: ""; width: 50px; height: 800px; background: linear-gradient(90deg, transparent, rgb(255, 255, 255), transparent); opacity: 0.4; transform: translateY(-50%) rotate(45deg); transition: 0.1s; animation: 3s linear 0s infinite normal none running blick; }
#ac65bfc117174dae8c103182cc602900 .m-button__text-s6MORCU { text-align: center; transition: transform 0.15s linear; }
@keyframes pulse-s6MORCU { 
  0% { box-shadow: rgba(119, 119, 119, 0.6) 0px 0px 0px 0px; }
  100% { box-shadow: rgba(119, 119, 119, 0) 0px 0px 0px 15px; }
}
@keyframes blick { 
  0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; }
}
@keyframes light-s6MORCU { 
  0% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 0px); }
  100% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 6px); }
}
@keyframes shape { 
  50% { transform: translateX(3px) rotate(2deg); }
  100% { transform: translateX(-3px) rotate(-2deg); }
}
@keyframes squeeze { 
  0% { transform: scale(1); }
  30% { transform: scaleX(1.05) scaleY(0.85); }
  40% { transform: scaleX(0.85) scaleY(1.1); }
  60% { transform: scaleX(1.05) scaleY(0.95); }
  100% { transform: scale(1); }
}
@media (max-width: 500px){#ac65bfc117174dae8c103182cc602900 .m-block-wrapper .m-button-s6MORCU { margin-top: unset; }#ac65bfc117174dae8c103182cc602900 .m-button-s6MORCU { padding: 8px 40px; gap: 5px; }#ac65bfc117174dae8c103182cc602900 .m-button-s6MORCU:hover { padding: 8px 40px; }#ac65bfc117174dae8c103182cc602900 .m-button-s6MORCU:active { padding: 8px 40px; }}
#ac65bfc117174dae8c103182cc602900 > .block-content { justify-content: start; }
@font-face { font-family: "Open Sans"; src: url("/assets/c3c8faadba26cc.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
.ms-ts-ac65bfc117174dae8c103182cc602900-311 { font-family: "Open Sans", Arial !important; font-weight: 600 !important; font-style: normal !important; font-size: 20px !important; line-height: 140% !important; letter-spacing: 0px !important; }
@media (max-width: 500px){.ms-ts-ac65bfc117174dae8c103182cc602900-311 { font-size: 18px !important; }}
#\38 8672d28131b417387914ca0733ef663 .m-image img, #\38 8672d28131b417387914ca0733ef663 .m-image svg { width: 374px; }
#\38 8672d28131b417387914ca0733ef663 .m-image__wrapper { position: relative; width: 355px; height: 240px; }
#\38 8672d28131b417387914ca0733ef663 .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#\38 8672d28131b417387914ca0733ef663 .m-image > * { }
#\38 8672d28131b417387914ca0733ef663 .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#\38 8672d28131b417387914ca0733ef663 .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#\38 8672d28131b417387914ca0733ef663 .m-image__sub-wrapper:hover .m-image { }
#\38 8672d28131b417387914ca0733ef663 .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
@media (max-width: 500px){#\38 8672d28131b417387914ca0733ef663 .m-image img, #\38 8672d28131b417387914ca0733ef663 .m-image svg { width: 374px; }#\38 8672d28131b417387914ca0733ef663 .m-image__wrapper { width: 330px; height: 240px; }}
#\38 8672d28131b417387914ca0733ef663 .m-image img, #\38 8672d28131b417387914ca0733ef663 .m-image svg { min-width: 355px; width: 355px; }
#\38 8672d28131b417387914ca0733ef663 .m-image__wrapper { }
#\38 8672d28131b417387914ca0733ef663 .m-image { width: 100%; height: 100%; line-height: 0; }
#\38 8672d28131b417387914ca0733ef663 .m-image--mob { display: none; }
@media (max-width: 500px){#\38 8672d28131b417387914ca0733ef663 .m-image.m-image--mob img, #\38 8672d28131b417387914ca0733ef663 .m-image.m-image--mob svg { min-width: 330px; width: 330px; }#\38 8672d28131b417387914ca0733ef663 .m-image--mob { display: block; }#\38 8672d28131b417387914ca0733ef663 .m-image--mob + .m-image--pc { display: none; }}
#\38 8672d28131b417387914ca0733ef663 > .block-content { justify-content: center; }
#cb5978985cd84528b1c014e4f368600e .m-image img, #cb5978985cd84528b1c014e4f368600e .m-image svg { width: 373px; }
#cb5978985cd84528b1c014e4f368600e .m-image__wrapper { position: relative; width: 355px; height: 240px; }
#cb5978985cd84528b1c014e4f368600e .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#cb5978985cd84528b1c014e4f368600e .m-image > * { }
#cb5978985cd84528b1c014e4f368600e .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#cb5978985cd84528b1c014e4f368600e .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#cb5978985cd84528b1c014e4f368600e .m-image__sub-wrapper:hover .m-image { }
#cb5978985cd84528b1c014e4f368600e .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
#cb5978985cd84528b1c014e4f368600e .m-image img, #cb5978985cd84528b1c014e4f368600e .m-image svg { min-width: 355px; width: 355px; }
#cb5978985cd84528b1c014e4f368600e .m-image__wrapper { }
#cb5978985cd84528b1c014e4f368600e .m-image { width: 100%; height: 100%; line-height: 0; }
@media (max-width: 500px){#cb5978985cd84528b1c014e4f368600e { overflow: hidden; }}
#cb5978985cd84528b1c014e4f368600e > .block-content { justify-content: center; }
#\39 7d01f01dfc143bfa78999c14611f584 .m-image img, #\39 7d01f01dfc143bfa78999c14611f584 .m-image svg { width: 373px; }
#\39 7d01f01dfc143bfa78999c14611f584 .m-image__wrapper { position: relative; width: 355px; height: 240px; }
#\39 7d01f01dfc143bfa78999c14611f584 .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#\39 7d01f01dfc143bfa78999c14611f584 .m-image > * { }
#\39 7d01f01dfc143bfa78999c14611f584 .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#\39 7d01f01dfc143bfa78999c14611f584 .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#\39 7d01f01dfc143bfa78999c14611f584 .m-image__sub-wrapper:hover .m-image { }
#\39 7d01f01dfc143bfa78999c14611f584 .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
@media (max-width: 500px){#\39 7d01f01dfc143bfa78999c14611f584 .m-image img, #\39 7d01f01dfc143bfa78999c14611f584 .m-image svg { width: 373px; }#\39 7d01f01dfc143bfa78999c14611f584 .m-image__wrapper { width: 330px; height: 240px; }}
#\39 7d01f01dfc143bfa78999c14611f584 .m-image img, #\39 7d01f01dfc143bfa78999c14611f584 .m-image svg { min-width: 355px; width: 355px; }
#\39 7d01f01dfc143bfa78999c14611f584 .m-image__wrapper { }
#\39 7d01f01dfc143bfa78999c14611f584 .m-image { width: 100%; height: 100%; line-height: 0; }
#\39 7d01f01dfc143bfa78999c14611f584 .m-image--mob { display: none; }
@media (max-width: 500px){#\39 7d01f01dfc143bfa78999c14611f584 .m-image.m-image--mob img, #\39 7d01f01dfc143bfa78999c14611f584 .m-image.m-image--mob svg { min-width: 330px; width: 330px; }#\39 7d01f01dfc143bfa78999c14611f584 .m-image--mob { display: block; }#\39 7d01f01dfc143bfa78999c14611f584 .m-image--mob + .m-image--pc { display: none; }}
#\39 7d01f01dfc143bfa78999c14611f584 > .block-content { justify-content: center; }
#\35 a9df64f678d413da075a20747264b32 > .block-content { display: flex; }
#\35 a9df64f678d413da075a20747264b32 > .block-content > .m-block-wrapper { width: 100%; margin: 0px 0px 20px 20px; }
@media (max-width: 500px){#\35 a9df64f678d413da075a20747264b32 > .block-content > .m-block-wrapper { margin: 0px 0px 20px 21px; }}
#\35 a9df64f678d413da075a20747264b32 > .block-content > .m-block-wrapper { min-width: 0px; }
#\35 a9df64f678d413da075a20747264b32 .m-block-wrapper { display: flex; justify-content: inherit; min-width: 10%; }
#\35 a9df64f678d413da075a20747264b32 .m-button-GQ-G34E { max-width: 100%; overflow-wrap: break-word; }
#\35 a9df64f678d413da075a20747264b32 .m-button-wrapper { }
#\35 a9df64f678d413da075a20747264b32 .m-block-wrapper .m-button-GQ-G34E { width: unset; }
#\35 a9df64f678d413da075a20747264b32 .m-button-GQ-G34E { cursor: pointer; width: min-content; color: rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; box-shadow: unset; gap: 5px; transition: 0.15s linear; position: relative; background: rgb(244, 133, 25); border: 0px solid transparent; padding: 10px 40px; border-radius: 10px; word-break: normal; }
#\35 a9df64f678d413da075a20747264b32 .m-block-wrapper .m-button-GQ-G34E { margin-top: unset; }
#\35 a9df64f678d413da075a20747264b32 .m-button-GQ-G34E::before { display: none; content: ""; position: absolute; border-radius: inherit; padding: 2px; z-index: 0; inset: 0px; mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); pointer-events: none; }
#\35 a9df64f678d413da075a20747264b32 .m-button-GQ-G34E:hover { background: rgb(202, 126, 0); border: 0px solid transparent; padding: 10px 40px; }
#\35 a9df64f678d413da075a20747264b32 .m-button-GQ-G34E:hover::before { display: none; }
#\35 a9df64f678d413da075a20747264b32 .m-button-GQ-G34E:active { background: rgb(233, 146, 2); border: 0px solid transparent; padding: 10px 40px; transform: scale(1); }
#\35 a9df64f678d413da075a20747264b32 .m-button-GQ-G34E:active::before { display: none; background: linear-gradient(0deg, rgb(41, 92, 230), rgb(183, 55, 230)); }
#\35 a9df64f678d413da075a20747264b32 .m-button-GQ-G34E > .m-button__effect-blick { position: absolute; background: transparent; width: 100%; height: 100%; border-radius: inherit; overflow: hidden; pointer-events: none; }
#\35 a9df64f678d413da075a20747264b32 .m-button-GQ-G34E:hover > .m-button__effect-blick::after { position: absolute; content: ""; width: 50px; height: 800px; background: linear-gradient(90deg, transparent, rgb(255, 255, 255), transparent); opacity: 0.4; transform: translateY(-50%) rotate(45deg); transition: 0.1s; animation: 3s linear 0s infinite normal none running blick; }
#\35 a9df64f678d413da075a20747264b32 .m-button__text-GQ-G34E { text-align: center; transition: transform 0.15s linear; }
@keyframes pulse-GQ-G34E { 
  0% { box-shadow: rgba(119, 119, 119, 0.6) 0px 0px 0px 0px; }
  100% { box-shadow: rgba(119, 119, 119, 0) 0px 0px 0px 15px; }
}
@keyframes blick { 
  0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; }
}
@keyframes light-GQ-G34E { 
  0% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 0px); }
  100% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 6px); }
}
@keyframes shape { 
  50% { transform: translateX(3px) rotate(2deg); }
  100% { transform: translateX(-3px) rotate(-2deg); }
}
@keyframes squeeze { 
  0% { transform: scale(1); }
  30% { transform: scaleX(1.05) scaleY(0.85); }
  40% { transform: scaleX(0.85) scaleY(1.1); }
  60% { transform: scaleX(1.05) scaleY(0.95); }
  100% { transform: scale(1); }
}
@media (max-width: 500px){#\35 a9df64f678d413da075a20747264b32 .m-block-wrapper .m-button-GQ-G34E { margin-top: unset; }#\35 a9df64f678d413da075a20747264b32 .m-button-GQ-G34E { padding: 8px 40px; gap: 5px; }#\35 a9df64f678d413da075a20747264b32 .m-button-GQ-G34E:hover { padding: 8px 40px; }#\35 a9df64f678d413da075a20747264b32 .m-button-GQ-G34E:active { padding: 8px 40px; }}
#\35 a9df64f678d413da075a20747264b32 > .block-content { justify-content: start; }
@font-face { font-family: "Open Sans"; src: url("/assets/c3c8faadba26cc.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
.ms-ts-5a9df64f678d413da075a20747264b32-423 { font-family: "Open Sans", Arial !important; font-weight: 600 !important; font-style: normal !important; font-size: 20px !important; line-height: 140% !important; letter-spacing: 0px !important; }
@media (max-width: 500px){.ms-ts-5a9df64f678d413da075a20747264b32-423 { font-size: 18px !important; }}
#e9b6dbaaa7e1439c9d4636ea801d88a3 .m-image img, #e9b6dbaaa7e1439c9d4636ea801d88a3 .m-image svg { width: 449px; }
#e9b6dbaaa7e1439c9d4636ea801d88a3 .m-image__wrapper { position: relative; width: 355px; height: 240px; }
#e9b6dbaaa7e1439c9d4636ea801d88a3 .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#e9b6dbaaa7e1439c9d4636ea801d88a3 .m-image > * { }
#e9b6dbaaa7e1439c9d4636ea801d88a3 .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#e9b6dbaaa7e1439c9d4636ea801d88a3 .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#e9b6dbaaa7e1439c9d4636ea801d88a3 .m-image__sub-wrapper:hover .m-image { }
#e9b6dbaaa7e1439c9d4636ea801d88a3 .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
@media (max-width: 500px){#e9b6dbaaa7e1439c9d4636ea801d88a3 .m-image img, #e9b6dbaaa7e1439c9d4636ea801d88a3 .m-image svg { width: 449px; }#e9b6dbaaa7e1439c9d4636ea801d88a3 .m-image__wrapper { width: 330px; height: 240px; }}
#e9b6dbaaa7e1439c9d4636ea801d88a3 .m-image img, #e9b6dbaaa7e1439c9d4636ea801d88a3 .m-image svg { min-width: 355px; width: 355px; }
#e9b6dbaaa7e1439c9d4636ea801d88a3 .m-image__wrapper { }
#e9b6dbaaa7e1439c9d4636ea801d88a3 .m-image { width: 100%; height: 100%; line-height: 0; }
#e9b6dbaaa7e1439c9d4636ea801d88a3 .m-image--mob { display: none; }
@media (max-width: 500px){#e9b6dbaaa7e1439c9d4636ea801d88a3 .m-image.m-image--mob img, #e9b6dbaaa7e1439c9d4636ea801d88a3 .m-image.m-image--mob svg { min-width: 330px; width: 330px; }#e9b6dbaaa7e1439c9d4636ea801d88a3 .m-image--mob { display: block; }#e9b6dbaaa7e1439c9d4636ea801d88a3 .m-image--mob + .m-image--pc { display: none; }}
#e9b6dbaaa7e1439c9d4636ea801d88a3 > .block-content { justify-content: center; }
#d65aa5d08fc243a49fb47e4977a04ba6 .m-image img, #d65aa5d08fc243a49fb47e4977a04ba6 .m-image svg { width: 373px; }
#d65aa5d08fc243a49fb47e4977a04ba6 .m-image__wrapper { position: relative; width: 355px; height: 240px; }
#d65aa5d08fc243a49fb47e4977a04ba6 .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#d65aa5d08fc243a49fb47e4977a04ba6 .m-image > * { }
#d65aa5d08fc243a49fb47e4977a04ba6 .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#d65aa5d08fc243a49fb47e4977a04ba6 .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#d65aa5d08fc243a49fb47e4977a04ba6 .m-image__sub-wrapper:hover .m-image { }
#d65aa5d08fc243a49fb47e4977a04ba6 .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
#d65aa5d08fc243a49fb47e4977a04ba6 .m-image img, #d65aa5d08fc243a49fb47e4977a04ba6 .m-image svg { min-width: 355px; width: 355px; }
#d65aa5d08fc243a49fb47e4977a04ba6 .m-image__wrapper { }
#d65aa5d08fc243a49fb47e4977a04ba6 .m-image { width: 100%; height: 100%; line-height: 0; }
@media (max-width: 500px){#d65aa5d08fc243a49fb47e4977a04ba6 { overflow: hidden; }}
#d65aa5d08fc243a49fb47e4977a04ba6 > .block-content { justify-content: center; }
#\37 5ffcd83f2134dc2b9ce7df4469d882b .m-image img, #\37 5ffcd83f2134dc2b9ce7df4469d882b .m-image svg { width: 372px; }
#\37 5ffcd83f2134dc2b9ce7df4469d882b .m-image__wrapper { position: relative; width: 355px; height: 240px; }
#\37 5ffcd83f2134dc2b9ce7df4469d882b .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#\37 5ffcd83f2134dc2b9ce7df4469d882b .m-image > * { }
#\37 5ffcd83f2134dc2b9ce7df4469d882b .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#\37 5ffcd83f2134dc2b9ce7df4469d882b .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#\37 5ffcd83f2134dc2b9ce7df4469d882b .m-image__sub-wrapper:hover .m-image { }
#\37 5ffcd83f2134dc2b9ce7df4469d882b .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
@media (max-width: 500px){#\37 5ffcd83f2134dc2b9ce7df4469d882b .m-image img, #\37 5ffcd83f2134dc2b9ce7df4469d882b .m-image svg { width: 372px; }#\37 5ffcd83f2134dc2b9ce7df4469d882b .m-image__wrapper { width: 330px; height: 240px; }}
#\37 5ffcd83f2134dc2b9ce7df4469d882b .m-image img, #\37 5ffcd83f2134dc2b9ce7df4469d882b .m-image svg { min-width: 355px; width: 355px; }
#\37 5ffcd83f2134dc2b9ce7df4469d882b .m-image__wrapper { }
#\37 5ffcd83f2134dc2b9ce7df4469d882b .m-image { width: 100%; height: 100%; line-height: 0; }
#\37 5ffcd83f2134dc2b9ce7df4469d882b .m-image--mob { display: none; }
@media (max-width: 500px){#\37 5ffcd83f2134dc2b9ce7df4469d882b .m-image.m-image--mob img, #\37 5ffcd83f2134dc2b9ce7df4469d882b .m-image.m-image--mob svg { min-width: 330px; width: 330px; }#\37 5ffcd83f2134dc2b9ce7df4469d882b .m-image--mob { display: block; }#\37 5ffcd83f2134dc2b9ce7df4469d882b .m-image--mob + .m-image--pc { display: none; }}
#\37 5ffcd83f2134dc2b9ce7df4469d882b > .block-content { justify-content: center; }
#\35 2d5bd18b192435a8acdb8534c86e30f > .block-content { display: flex; }
#\35 2d5bd18b192435a8acdb8534c86e30f > .block-content > .m-block-wrapper { width: 100%; margin: 0px 0px 20px 20px; }
@media (max-width: 500px){#\35 2d5bd18b192435a8acdb8534c86e30f > .block-content > .m-block-wrapper { margin: 0px 0px 20px 22px; }}
#\35 2d5bd18b192435a8acdb8534c86e30f > .block-content > .m-block-wrapper { min-width: 0px; }
#\35 2d5bd18b192435a8acdb8534c86e30f .m-block-wrapper { display: flex; justify-content: inherit; min-width: 10%; }
#\35 2d5bd18b192435a8acdb8534c86e30f .m-button-ZYL7ed8 { max-width: 100%; overflow-wrap: break-word; }
#\35 2d5bd18b192435a8acdb8534c86e30f .m-button-wrapper { }
#\35 2d5bd18b192435a8acdb8534c86e30f .m-block-wrapper .m-button-ZYL7ed8 { width: unset; }
#\35 2d5bd18b192435a8acdb8534c86e30f .m-button-ZYL7ed8 { cursor: pointer; width: min-content; color: rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; box-shadow: unset; gap: 5px; transition: 0.15s linear; position: relative; background: rgb(244, 133, 25); border: 0px solid transparent; padding: 10px 40px; border-radius: 10px; word-break: normal; }
#\35 2d5bd18b192435a8acdb8534c86e30f .m-block-wrapper .m-button-ZYL7ed8 { margin-top: unset; }
#\35 2d5bd18b192435a8acdb8534c86e30f .m-button-ZYL7ed8::before { display: none; content: ""; position: absolute; border-radius: inherit; padding: 2px; z-index: 0; inset: 0px; mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); pointer-events: none; }
#\35 2d5bd18b192435a8acdb8534c86e30f .m-button-ZYL7ed8:hover { background: rgb(202, 126, 0); border: 0px solid transparent; padding: 10px 40px; }
#\35 2d5bd18b192435a8acdb8534c86e30f .m-button-ZYL7ed8:hover::before { display: none; }
#\35 2d5bd18b192435a8acdb8534c86e30f .m-button-ZYL7ed8:active { background: rgb(233, 146, 2); border: 0px solid transparent; padding: 10px 40px; transform: scale(1); }
#\35 2d5bd18b192435a8acdb8534c86e30f .m-button-ZYL7ed8:active::before { display: none; background: linear-gradient(0deg, rgb(41, 92, 230), rgb(183, 55, 230)); }
#\35 2d5bd18b192435a8acdb8534c86e30f .m-button-ZYL7ed8 > .m-button__effect-blick { position: absolute; background: transparent; width: 100%; height: 100%; border-radius: inherit; overflow: hidden; pointer-events: none; }
#\35 2d5bd18b192435a8acdb8534c86e30f .m-button-ZYL7ed8:hover > .m-button__effect-blick::after { position: absolute; content: ""; width: 50px; height: 800px; background: linear-gradient(90deg, transparent, rgb(255, 255, 255), transparent); opacity: 0.4; transform: translateY(-50%) rotate(45deg); transition: 0.1s; animation: 3s linear 0s infinite normal none running blick; }
#\35 2d5bd18b192435a8acdb8534c86e30f .m-button__text-ZYL7ed8 { text-align: center; transition: transform 0.15s linear; }
@keyframes pulse-ZYL7ed8 { 
  0% { box-shadow: rgba(119, 119, 119, 0.6) 0px 0px 0px 0px; }
  100% { box-shadow: rgba(119, 119, 119, 0) 0px 0px 0px 15px; }
}
@keyframes blick { 
  0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; }
}
@keyframes light-ZYL7ed8 { 
  0% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 0px); }
  100% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 6px); }
}
@keyframes shape { 
  50% { transform: translateX(3px) rotate(2deg); }
  100% { transform: translateX(-3px) rotate(-2deg); }
}
@keyframes squeeze { 
  0% { transform: scale(1); }
  30% { transform: scaleX(1.05) scaleY(0.85); }
  40% { transform: scaleX(0.85) scaleY(1.1); }
  60% { transform: scaleX(1.05) scaleY(0.95); }
  100% { transform: scale(1); }
}
@media (max-width: 500px){#\35 2d5bd18b192435a8acdb8534c86e30f .m-block-wrapper .m-button-ZYL7ed8 { margin-top: unset; }#\35 2d5bd18b192435a8acdb8534c86e30f .m-button-ZYL7ed8 { padding: 8px 40px; gap: 5px; }#\35 2d5bd18b192435a8acdb8534c86e30f .m-button-ZYL7ed8:hover { padding: 8px 40px; }#\35 2d5bd18b192435a8acdb8534c86e30f .m-button-ZYL7ed8:active { padding: 8px 40px; }}
#\35 2d5bd18b192435a8acdb8534c86e30f > .block-content { justify-content: start; }
@font-face { font-family: "Open Sans"; src: url("/assets/c3c8faadba26cc.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
.ms-ts-52d5bd18b192435a8acdb8534c86e30f-535 { font-family: "Open Sans", Arial !important; font-weight: 600 !important; font-style: normal !important; font-size: 20px !important; line-height: 140% !important; letter-spacing: 0px !important; }
@media (max-width: 500px){.ms-ts-52d5bd18b192435a8acdb8534c86e30f-535 { font-size: 18px !important; }}
#\38 1ccb1cd3fa549fca81b853a668b1fa3 .m-image img, #\38 1ccb1cd3fa549fca81b853a668b1fa3 .m-image svg { width: 374px; }
#\38 1ccb1cd3fa549fca81b853a668b1fa3 .m-image__wrapper { position: relative; width: 355px; height: 240px; }
#\38 1ccb1cd3fa549fca81b853a668b1fa3 .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#\38 1ccb1cd3fa549fca81b853a668b1fa3 .m-image > * { }
#\38 1ccb1cd3fa549fca81b853a668b1fa3 .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#\38 1ccb1cd3fa549fca81b853a668b1fa3 .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#\38 1ccb1cd3fa549fca81b853a668b1fa3 .m-image__sub-wrapper:hover .m-image { }
#\38 1ccb1cd3fa549fca81b853a668b1fa3 .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
@media (max-width: 500px){#\38 1ccb1cd3fa549fca81b853a668b1fa3 .m-image img, #\38 1ccb1cd3fa549fca81b853a668b1fa3 .m-image svg { width: 374px; }#\38 1ccb1cd3fa549fca81b853a668b1fa3 .m-image__wrapper { width: 330px; height: 240px; }}
#\38 1ccb1cd3fa549fca81b853a668b1fa3 .m-image img, #\38 1ccb1cd3fa549fca81b853a668b1fa3 .m-image svg { min-width: 355px; width: 355px; }
#\38 1ccb1cd3fa549fca81b853a668b1fa3 .m-image__wrapper { }
#\38 1ccb1cd3fa549fca81b853a668b1fa3 .m-image { width: 100%; height: 100%; line-height: 0; }
#\38 1ccb1cd3fa549fca81b853a668b1fa3 .m-image--mob { display: none; }
@media (max-width: 500px){#\38 1ccb1cd3fa549fca81b853a668b1fa3 .m-image.m-image--mob img, #\38 1ccb1cd3fa549fca81b853a668b1fa3 .m-image.m-image--mob svg { min-width: 330px; width: 330px; }#\38 1ccb1cd3fa549fca81b853a668b1fa3 .m-image--mob { display: block; }#\38 1ccb1cd3fa549fca81b853a668b1fa3 .m-image--mob + .m-image--pc { display: none; }}
#\38 1ccb1cd3fa549fca81b853a668b1fa3 > .block-content { justify-content: center; }
#fc8767486aa44ea89ed9782cf461e140 .m-image img, #fc8767486aa44ea89ed9782cf461e140 .m-image svg { width: 373px; }
#fc8767486aa44ea89ed9782cf461e140 .m-image__wrapper { position: relative; width: 355px; height: 240px; }
#fc8767486aa44ea89ed9782cf461e140 .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#fc8767486aa44ea89ed9782cf461e140 .m-image > * { }
#fc8767486aa44ea89ed9782cf461e140 .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#fc8767486aa44ea89ed9782cf461e140 .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#fc8767486aa44ea89ed9782cf461e140 .m-image__sub-wrapper:hover .m-image { }
#fc8767486aa44ea89ed9782cf461e140 .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
#fc8767486aa44ea89ed9782cf461e140 .m-image img, #fc8767486aa44ea89ed9782cf461e140 .m-image svg { min-width: 355px; width: 355px; }
#fc8767486aa44ea89ed9782cf461e140 .m-image__wrapper { }
#fc8767486aa44ea89ed9782cf461e140 .m-image { width: 100%; height: 100%; line-height: 0; }
@media (max-width: 500px){#fc8767486aa44ea89ed9782cf461e140 { overflow: hidden; }}
#fc8767486aa44ea89ed9782cf461e140 > .block-content { justify-content: center; }
#\33 1007ae4dc8e472eb1d8d2defdf6a90f .m-image img, #\33 1007ae4dc8e472eb1d8d2defdf6a90f .m-image svg { width: 373px; }
#\33 1007ae4dc8e472eb1d8d2defdf6a90f .m-image__wrapper { position: relative; width: 355px; height: 240px; }
#\33 1007ae4dc8e472eb1d8d2defdf6a90f .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#\33 1007ae4dc8e472eb1d8d2defdf6a90f .m-image > * { }
#\33 1007ae4dc8e472eb1d8d2defdf6a90f .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#\33 1007ae4dc8e472eb1d8d2defdf6a90f .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#\33 1007ae4dc8e472eb1d8d2defdf6a90f .m-image__sub-wrapper:hover .m-image { }
#\33 1007ae4dc8e472eb1d8d2defdf6a90f .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
@media (max-width: 500px){#\33 1007ae4dc8e472eb1d8d2defdf6a90f .m-image img, #\33 1007ae4dc8e472eb1d8d2defdf6a90f .m-image svg { width: 373px; }#\33 1007ae4dc8e472eb1d8d2defdf6a90f .m-image__wrapper { width: 330px; height: 240px; }}
#\33 1007ae4dc8e472eb1d8d2defdf6a90f .m-image img, #\33 1007ae4dc8e472eb1d8d2defdf6a90f .m-image svg { min-width: 355px; width: 355px; }
#\33 1007ae4dc8e472eb1d8d2defdf6a90f .m-image__wrapper { }
#\33 1007ae4dc8e472eb1d8d2defdf6a90f .m-image { width: 100%; height: 100%; line-height: 0; }
#\33 1007ae4dc8e472eb1d8d2defdf6a90f .m-image--mob { display: none; }
@media (max-width: 500px){#\33 1007ae4dc8e472eb1d8d2defdf6a90f .m-image.m-image--mob img, #\33 1007ae4dc8e472eb1d8d2defdf6a90f .m-image.m-image--mob svg { min-width: 330px; width: 330px; }#\33 1007ae4dc8e472eb1d8d2defdf6a90f .m-image--mob { display: block; }#\33 1007ae4dc8e472eb1d8d2defdf6a90f .m-image--mob + .m-image--pc { display: none; }}
#\33 1007ae4dc8e472eb1d8d2defdf6a90f > .block-content { justify-content: center; }
#b039174c750e4778921835c4ff349bda > .block-content { display: flex; }
#b039174c750e4778921835c4ff349bda > .block-content > .m-block-wrapper { width: 100%; margin: 0px 0px 21px 18px; }
@media (max-width: 500px){#b039174c750e4778921835c4ff349bda > .block-content > .m-block-wrapper { margin: 0px 0px 20px 22px; }}
#b039174c750e4778921835c4ff349bda > .block-content > .m-block-wrapper { min-width: 0px; }
#b039174c750e4778921835c4ff349bda .m-block-wrapper { display: flex; justify-content: inherit; min-width: 10%; }
#b039174c750e4778921835c4ff349bda .m-button-fdu8Le- { max-width: 100%; overflow-wrap: break-word; }
#b039174c750e4778921835c4ff349bda .m-button-wrapper { }
#b039174c750e4778921835c4ff349bda .m-block-wrapper .m-button-fdu8Le- { width: unset; }
#b039174c750e4778921835c4ff349bda .m-button-fdu8Le- { cursor: pointer; width: min-content; color: rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; box-shadow: unset; gap: 5px; transition: 0.15s linear; position: relative; background: rgb(244, 133, 25); border: 0px solid transparent; padding: 10px 40px; border-radius: 10px; word-break: normal; }
#b039174c750e4778921835c4ff349bda .m-block-wrapper .m-button-fdu8Le- { margin-top: unset; }
#b039174c750e4778921835c4ff349bda .m-button-fdu8Le-::before { display: none; content: ""; position: absolute; border-radius: inherit; padding: 2px; z-index: 0; inset: 0px; mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); pointer-events: none; }
#b039174c750e4778921835c4ff349bda .m-button-fdu8Le-:hover { background: rgb(202, 126, 0); border: 0px solid transparent; padding: 10px 40px; }
#b039174c750e4778921835c4ff349bda .m-button-fdu8Le-:hover::before { display: none; }
#b039174c750e4778921835c4ff349bda .m-button-fdu8Le-:active { background: rgb(233, 146, 2); border: 0px solid transparent; padding: 10px 40px; transform: scale(1); }
#b039174c750e4778921835c4ff349bda .m-button-fdu8Le-:active::before { display: none; background: linear-gradient(0deg, rgb(41, 92, 230), rgb(183, 55, 230)); }
#b039174c750e4778921835c4ff349bda .m-button-fdu8Le- > .m-button__effect-blick { position: absolute; background: transparent; width: 100%; height: 100%; border-radius: inherit; overflow: hidden; pointer-events: none; }
#b039174c750e4778921835c4ff349bda .m-button-fdu8Le-:hover > .m-button__effect-blick::after { position: absolute; content: ""; width: 50px; height: 800px; background: linear-gradient(90deg, transparent, rgb(255, 255, 255), transparent); opacity: 0.4; transform: translateY(-50%) rotate(45deg); transition: 0.1s; animation: 3s linear 0s infinite normal none running blick; }
#b039174c750e4778921835c4ff349bda .m-button__text-fdu8Le- { text-align: center; transition: transform 0.15s linear; }
@keyframes pulse-fdu8Le- { 
  0% { box-shadow: rgba(119, 119, 119, 0.6) 0px 0px 0px 0px; }
  100% { box-shadow: rgba(119, 119, 119, 0) 0px 0px 0px 15px; }
}
@keyframes blick { 
  0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; }
}
@keyframes light-fdu8Le- { 
  0% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 0px); }
  100% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 6px); }
}
@keyframes shape { 
  50% { transform: translateX(3px) rotate(2deg); }
  100% { transform: translateX(-3px) rotate(-2deg); }
}
@keyframes squeeze { 
  0% { transform: scale(1); }
  30% { transform: scaleX(1.05) scaleY(0.85); }
  40% { transform: scaleX(0.85) scaleY(1.1); }
  60% { transform: scaleX(1.05) scaleY(0.95); }
  100% { transform: scale(1); }
}
@media (max-width: 500px){#b039174c750e4778921835c4ff349bda .m-block-wrapper .m-button-fdu8Le- { margin-top: unset; }#b039174c750e4778921835c4ff349bda .m-button-fdu8Le- { padding: 8px 40px; gap: 5px; }#b039174c750e4778921835c4ff349bda .m-button-fdu8Le-:hover { padding: 8px 40px; }#b039174c750e4778921835c4ff349bda .m-button-fdu8Le-:active { padding: 8px 40px; }}
#b039174c750e4778921835c4ff349bda > .block-content { justify-content: start; }
@font-face { font-family: "Open Sans"; src: url("/assets/c3c8faadba26cc.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
.ms-ts-b039174c750e4778921835c4ff349bda-647 { font-family: "Open Sans", Arial !important; font-weight: 600 !important; font-style: normal !important; font-size: 20px !important; line-height: 140% !important; letter-spacing: 0px !important; }
@media (max-width: 500px){.ms-ts-b039174c750e4778921835c4ff349bda-647 { font-size: 18px !important; }}
#\33 c6c800add0d42388c17ced8d184a2f0 .m-image img, #\33 c6c800add0d42388c17ced8d184a2f0 .m-image svg { width: 372px; }
#\33 c6c800add0d42388c17ced8d184a2f0 .m-image__wrapper { position: relative; width: 355px; height: 240px; }
#\33 c6c800add0d42388c17ced8d184a2f0 .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#\33 c6c800add0d42388c17ced8d184a2f0 .m-image > * { }
#\33 c6c800add0d42388c17ced8d184a2f0 .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#\33 c6c800add0d42388c17ced8d184a2f0 .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#\33 c6c800add0d42388c17ced8d184a2f0 .m-image__sub-wrapper:hover .m-image { }
#\33 c6c800add0d42388c17ced8d184a2f0 .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
@media (max-width: 500px){#\33 c6c800add0d42388c17ced8d184a2f0 .m-image img, #\33 c6c800add0d42388c17ced8d184a2f0 .m-image svg { width: 372px; }#\33 c6c800add0d42388c17ced8d184a2f0 .m-image__wrapper { width: 330px; height: 240px; }}
#\33 c6c800add0d42388c17ced8d184a2f0 .m-image img, #\33 c6c800add0d42388c17ced8d184a2f0 .m-image svg { min-width: 355px; width: 355px; }
#\33 c6c800add0d42388c17ced8d184a2f0 .m-image__wrapper { }
#\33 c6c800add0d42388c17ced8d184a2f0 .m-image { width: 100%; height: 100%; line-height: 0; }
#\33 c6c800add0d42388c17ced8d184a2f0 .m-image--mob { display: none; }
@media (max-width: 500px){#\33 c6c800add0d42388c17ced8d184a2f0 .m-image.m-image--mob img, #\33 c6c800add0d42388c17ced8d184a2f0 .m-image.m-image--mob svg { min-width: 330px; width: 330px; }#\33 c6c800add0d42388c17ced8d184a2f0 .m-image--mob { display: block; }#\33 c6c800add0d42388c17ced8d184a2f0 .m-image--mob + .m-image--pc { display: none; }}
#\33 c6c800add0d42388c17ced8d184a2f0 > .block-content { justify-content: center; }
#\32 1e2dd7a1d034025a8dee35f3e0b6314 .m-image img, #\32 1e2dd7a1d034025a8dee35f3e0b6314 .m-image svg { width: 373px; }
#\32 1e2dd7a1d034025a8dee35f3e0b6314 .m-image__wrapper { position: relative; width: 355px; height: 240px; }
#\32 1e2dd7a1d034025a8dee35f3e0b6314 .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#\32 1e2dd7a1d034025a8dee35f3e0b6314 .m-image > * { }
#\32 1e2dd7a1d034025a8dee35f3e0b6314 .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#\32 1e2dd7a1d034025a8dee35f3e0b6314 .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#\32 1e2dd7a1d034025a8dee35f3e0b6314 .m-image__sub-wrapper:hover .m-image { }
#\32 1e2dd7a1d034025a8dee35f3e0b6314 .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
#\32 1e2dd7a1d034025a8dee35f3e0b6314 .m-image img, #\32 1e2dd7a1d034025a8dee35f3e0b6314 .m-image svg { min-width: 355px; width: 355px; }
#\32 1e2dd7a1d034025a8dee35f3e0b6314 .m-image__wrapper { }
#\32 1e2dd7a1d034025a8dee35f3e0b6314 .m-image { width: 100%; height: 100%; line-height: 0; }
@media (max-width: 500px){#\32 1e2dd7a1d034025a8dee35f3e0b6314 { overflow: hidden; }}
#\32 1e2dd7a1d034025a8dee35f3e0b6314 > .block-content { justify-content: center; }
#ed0bf79de69d4fc9ac47d8bf87b27988 .m-image img, #ed0bf79de69d4fc9ac47d8bf87b27988 .m-image svg { width: 354px; }
#ed0bf79de69d4fc9ac47d8bf87b27988 .m-image__wrapper { position: relative; width: 355px; height: 240px; }
#ed0bf79de69d4fc9ac47d8bf87b27988 .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#ed0bf79de69d4fc9ac47d8bf87b27988 .m-image > * { }
#ed0bf79de69d4fc9ac47d8bf87b27988 .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#ed0bf79de69d4fc9ac47d8bf87b27988 .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#ed0bf79de69d4fc9ac47d8bf87b27988 .m-image__sub-wrapper:hover .m-image { }
#ed0bf79de69d4fc9ac47d8bf87b27988 .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
@media (max-width: 500px){#ed0bf79de69d4fc9ac47d8bf87b27988 .m-image img, #ed0bf79de69d4fc9ac47d8bf87b27988 .m-image svg { width: 354px; }#ed0bf79de69d4fc9ac47d8bf87b27988 .m-image__wrapper { width: 330px; height: 240px; }}
#ed0bf79de69d4fc9ac47d8bf87b27988 .m-image img, #ed0bf79de69d4fc9ac47d8bf87b27988 .m-image svg { min-width: 355px; width: 355px; }
#ed0bf79de69d4fc9ac47d8bf87b27988 .m-image__wrapper { }
#ed0bf79de69d4fc9ac47d8bf87b27988 .m-image { width: 100%; height: 100%; line-height: 0; }
#ed0bf79de69d4fc9ac47d8bf87b27988 .m-image--mob { display: none; }
@media (max-width: 500px){#ed0bf79de69d4fc9ac47d8bf87b27988 .m-image.m-image--mob img, #ed0bf79de69d4fc9ac47d8bf87b27988 .m-image.m-image--mob svg { min-width: 330px; width: 330px; }#ed0bf79de69d4fc9ac47d8bf87b27988 .m-image--mob { display: block; }#ed0bf79de69d4fc9ac47d8bf87b27988 .m-image--mob + .m-image--pc { display: none; }}
#ed0bf79de69d4fc9ac47d8bf87b27988 > .block-content { justify-content: center; }
#c8b4e7f50983410689d4bb68487d93e1 > .block-content { display: flex; }
#c8b4e7f50983410689d4bb68487d93e1 > .block-content > .m-block-wrapper { width: 100%; margin: 0px 0px 21px 18px; }
@media (max-width: 500px){#c8b4e7f50983410689d4bb68487d93e1 > .block-content > .m-block-wrapper { margin: 0px 0px 20px 21px; }}
#c8b4e7f50983410689d4bb68487d93e1 > .block-content > .m-block-wrapper { min-width: 0px; }
#c8b4e7f50983410689d4bb68487d93e1 .m-block-wrapper { display: flex; justify-content: inherit; min-width: 10%; }
#c8b4e7f50983410689d4bb68487d93e1 .m-button-PwAHCA3 { max-width: 100%; overflow-wrap: break-word; }
#c8b4e7f50983410689d4bb68487d93e1 .m-button-wrapper { }
#c8b4e7f50983410689d4bb68487d93e1 .m-block-wrapper .m-button-PwAHCA3 { width: unset; }
#c8b4e7f50983410689d4bb68487d93e1 .m-button-PwAHCA3 { cursor: pointer; width: min-content; color: rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; box-shadow: unset; gap: 5px; transition: 0.15s linear; position: relative; background: rgb(244, 133, 25); border: 0px solid transparent; padding: 10px 40px; border-radius: 10px; word-break: normal; }
#c8b4e7f50983410689d4bb68487d93e1 .m-block-wrapper .m-button-PwAHCA3 { margin-top: unset; }
#c8b4e7f50983410689d4bb68487d93e1 .m-button-PwAHCA3::before { display: none; content: ""; position: absolute; border-radius: inherit; padding: 2px; z-index: 0; inset: 0px; mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); pointer-events: none; }
#c8b4e7f50983410689d4bb68487d93e1 .m-button-PwAHCA3:hover { background: rgb(202, 126, 0); border: 0px solid transparent; padding: 10px 40px; }
#c8b4e7f50983410689d4bb68487d93e1 .m-button-PwAHCA3:hover::before { display: none; }
#c8b4e7f50983410689d4bb68487d93e1 .m-button-PwAHCA3:active { background: rgb(233, 146, 2); border: 0px solid transparent; padding: 10px 40px; transform: scale(1); }
#c8b4e7f50983410689d4bb68487d93e1 .m-button-PwAHCA3:active::before { display: none; background: linear-gradient(0deg, rgb(41, 92, 230), rgb(183, 55, 230)); }
#c8b4e7f50983410689d4bb68487d93e1 .m-button-PwAHCA3 > .m-button__effect-blick { position: absolute; background: transparent; width: 100%; height: 100%; border-radius: inherit; overflow: hidden; pointer-events: none; }
#c8b4e7f50983410689d4bb68487d93e1 .m-button-PwAHCA3:hover > .m-button__effect-blick::after { position: absolute; content: ""; width: 50px; height: 800px; background: linear-gradient(90deg, transparent, rgb(255, 255, 255), transparent); opacity: 0.4; transform: translateY(-50%) rotate(45deg); transition: 0.1s; animation: 3s linear 0s infinite normal none running blick; }
#c8b4e7f50983410689d4bb68487d93e1 .m-button__text-PwAHCA3 { text-align: center; transition: transform 0.15s linear; }
@keyframes pulse-PwAHCA3 { 
  0% { box-shadow: rgba(119, 119, 119, 0.6) 0px 0px 0px 0px; }
  100% { box-shadow: rgba(119, 119, 119, 0) 0px 0px 0px 15px; }
}
@keyframes blick { 
  0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; }
}
@keyframes light-PwAHCA3 { 
  0% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 0px); }
  100% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 6px); }
}
@keyframes shape { 
  50% { transform: translateX(3px) rotate(2deg); }
  100% { transform: translateX(-3px) rotate(-2deg); }
}
@keyframes squeeze { 
  0% { transform: scale(1); }
  30% { transform: scaleX(1.05) scaleY(0.85); }
  40% { transform: scaleX(0.85) scaleY(1.1); }
  60% { transform: scaleX(1.05) scaleY(0.95); }
  100% { transform: scale(1); }
}
@media (max-width: 500px){#c8b4e7f50983410689d4bb68487d93e1 .m-block-wrapper .m-button-PwAHCA3 { margin-top: unset; }#c8b4e7f50983410689d4bb68487d93e1 .m-button-PwAHCA3 { padding: 8px 40px; gap: 5px; }#c8b4e7f50983410689d4bb68487d93e1 .m-button-PwAHCA3:hover { padding: 8px 40px; }#c8b4e7f50983410689d4bb68487d93e1 .m-button-PwAHCA3:active { padding: 8px 40px; }}
#c8b4e7f50983410689d4bb68487d93e1 > .block-content { justify-content: start; }
@font-face { font-family: "Open Sans"; src: url("/assets/c3c8faadba26cc.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
.ms-ts-c8b4e7f50983410689d4bb68487d93e1-759 { font-family: "Open Sans", Arial !important; font-weight: 600 !important; font-style: normal !important; font-size: 20px !important; line-height: 140% !important; letter-spacing: 0px !important; }
@media (max-width: 500px){.ms-ts-c8b4e7f50983410689d4bb68487d93e1-759 { font-size: 18px !important; }}
#\34 788f2c96afa44cba7df40492e6a9a47 .m-image img, #\34 788f2c96afa44cba7df40492e6a9a47 .m-image svg { width: 354px; }
#\34 788f2c96afa44cba7df40492e6a9a47 .m-image__wrapper { position: relative; width: 355px; height: 240px; }
#\34 788f2c96afa44cba7df40492e6a9a47 .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#\34 788f2c96afa44cba7df40492e6a9a47 .m-image > * { }
#\34 788f2c96afa44cba7df40492e6a9a47 .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#\34 788f2c96afa44cba7df40492e6a9a47 .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#\34 788f2c96afa44cba7df40492e6a9a47 .m-image__sub-wrapper:hover .m-image { }
#\34 788f2c96afa44cba7df40492e6a9a47 .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
@media (max-width: 500px){#\34 788f2c96afa44cba7df40492e6a9a47 .m-image img, #\34 788f2c96afa44cba7df40492e6a9a47 .m-image svg { width: 354px; }#\34 788f2c96afa44cba7df40492e6a9a47 .m-image__wrapper { width: 330px; height: 240px; }}
#\34 788f2c96afa44cba7df40492e6a9a47 .m-image img, #\34 788f2c96afa44cba7df40492e6a9a47 .m-image svg { min-width: 355px; width: 355px; }
#\34 788f2c96afa44cba7df40492e6a9a47 .m-image__wrapper { }
#\34 788f2c96afa44cba7df40492e6a9a47 .m-image { width: 100%; height: 100%; line-height: 0; }
#\34 788f2c96afa44cba7df40492e6a9a47 .m-image--mob { display: none; }
@media (max-width: 500px){#\34 788f2c96afa44cba7df40492e6a9a47 .m-image.m-image--mob img, #\34 788f2c96afa44cba7df40492e6a9a47 .m-image.m-image--mob svg { min-width: 330px; width: 330px; }#\34 788f2c96afa44cba7df40492e6a9a47 .m-image--mob { display: block; }#\34 788f2c96afa44cba7df40492e6a9a47 .m-image--mob + .m-image--pc { display: none; }}
#\34 788f2c96afa44cba7df40492e6a9a47 > .block-content { justify-content: center; }
#\36 9476cb712474dabb7799b48218730ae .m-image img, #\36 9476cb712474dabb7799b48218730ae .m-image svg { width: 374px; }
#\36 9476cb712474dabb7799b48218730ae .m-image__wrapper { position: relative; width: 355px; height: 240px; }
#\36 9476cb712474dabb7799b48218730ae .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#\36 9476cb712474dabb7799b48218730ae .m-image > * { }
#\36 9476cb712474dabb7799b48218730ae .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#\36 9476cb712474dabb7799b48218730ae .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#\36 9476cb712474dabb7799b48218730ae .m-image__sub-wrapper:hover .m-image { }
#\36 9476cb712474dabb7799b48218730ae .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
#\36 9476cb712474dabb7799b48218730ae .m-image img, #\36 9476cb712474dabb7799b48218730ae .m-image svg { min-width: 355px; width: 355px; }
#\36 9476cb712474dabb7799b48218730ae .m-image__wrapper { }
#\36 9476cb712474dabb7799b48218730ae .m-image { width: 100%; height: 100%; line-height: 0; }
@media (max-width: 500px){#\36 9476cb712474dabb7799b48218730ae { overflow: hidden; }}
#\36 9476cb712474dabb7799b48218730ae > .block-content { justify-content: center; }
#dd7c81654b1f4fda9341f65703f1a8cb .m-image img, #dd7c81654b1f4fda9341f65703f1a8cb .m-image svg { width: 362px; }
#dd7c81654b1f4fda9341f65703f1a8cb .m-image__wrapper { position: relative; width: 355px; height: 240px; }
#dd7c81654b1f4fda9341f65703f1a8cb .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#dd7c81654b1f4fda9341f65703f1a8cb .m-image > * { }
#dd7c81654b1f4fda9341f65703f1a8cb .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#dd7c81654b1f4fda9341f65703f1a8cb .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#dd7c81654b1f4fda9341f65703f1a8cb .m-image__sub-wrapper:hover .m-image { }
#dd7c81654b1f4fda9341f65703f1a8cb .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
@media (max-width: 500px){#dd7c81654b1f4fda9341f65703f1a8cb .m-image img, #dd7c81654b1f4fda9341f65703f1a8cb .m-image svg { width: 362px; }#dd7c81654b1f4fda9341f65703f1a8cb .m-image__wrapper { width: 330px; height: 240px; }}
#dd7c81654b1f4fda9341f65703f1a8cb .m-image img, #dd7c81654b1f4fda9341f65703f1a8cb .m-image svg { min-width: 355px; width: 355px; }
#dd7c81654b1f4fda9341f65703f1a8cb .m-image__wrapper { }
#dd7c81654b1f4fda9341f65703f1a8cb .m-image { width: 100%; height: 100%; line-height: 0; }
#dd7c81654b1f4fda9341f65703f1a8cb .m-image--mob { display: none; }
@media (max-width: 500px){#dd7c81654b1f4fda9341f65703f1a8cb .m-image.m-image--mob img, #dd7c81654b1f4fda9341f65703f1a8cb .m-image.m-image--mob svg { min-width: 330px; width: 330px; }#dd7c81654b1f4fda9341f65703f1a8cb .m-image--mob { display: block; }#dd7c81654b1f4fda9341f65703f1a8cb .m-image--mob + .m-image--pc { display: none; }}
#dd7c81654b1f4fda9341f65703f1a8cb > .block-content { justify-content: center; }
#\36 5f917029afd447daa6edc2a3416243c > .block-content { display: flex; }
#\36 5f917029afd447daa6edc2a3416243c > .block-content > .m-block-wrapper { width: 100%; margin: 0px 0px 21px 18px; }
@media (max-width: 500px){#\36 5f917029afd447daa6edc2a3416243c > .block-content > .m-block-wrapper { margin: 0px 0px 20px 22px; }}
#\36 5f917029afd447daa6edc2a3416243c > .block-content > .m-block-wrapper { min-width: 0px; }
#\36 5f917029afd447daa6edc2a3416243c .m-block-wrapper { display: flex; justify-content: inherit; min-width: 10%; }
#\36 5f917029afd447daa6edc2a3416243c .m-button-XCHvEqt { max-width: 100%; overflow-wrap: break-word; }
#\36 5f917029afd447daa6edc2a3416243c .m-button-wrapper { }
#\36 5f917029afd447daa6edc2a3416243c .m-block-wrapper .m-button-XCHvEqt { width: unset; }
#\36 5f917029afd447daa6edc2a3416243c .m-button-XCHvEqt { cursor: pointer; width: min-content; color: rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; box-shadow: unset; gap: 5px; transition: 0.15s linear; position: relative; background: rgb(244, 133, 25); border: 0px solid transparent; padding: 10px 40px; border-radius: 10px; word-break: normal; }
#\36 5f917029afd447daa6edc2a3416243c .m-block-wrapper .m-button-XCHvEqt { margin-top: unset; }
#\36 5f917029afd447daa6edc2a3416243c .m-button-XCHvEqt::before { display: none; content: ""; position: absolute; border-radius: inherit; padding: 2px; z-index: 0; inset: 0px; mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); pointer-events: none; }
#\36 5f917029afd447daa6edc2a3416243c .m-button-XCHvEqt:hover { background: rgb(202, 126, 0); border: 0px solid transparent; padding: 10px 40px; }
#\36 5f917029afd447daa6edc2a3416243c .m-button-XCHvEqt:hover::before { display: none; }
#\36 5f917029afd447daa6edc2a3416243c .m-button-XCHvEqt:active { background: rgb(233, 146, 2); border: 0px solid transparent; padding: 10px 40px; transform: scale(1); }
#\36 5f917029afd447daa6edc2a3416243c .m-button-XCHvEqt:active::before { display: none; background: linear-gradient(0deg, rgb(41, 92, 230), rgb(183, 55, 230)); }
#\36 5f917029afd447daa6edc2a3416243c .m-button-XCHvEqt > .m-button__effect-blick { position: absolute; background: transparent; width: 100%; height: 100%; border-radius: inherit; overflow: hidden; pointer-events: none; }
#\36 5f917029afd447daa6edc2a3416243c .m-button-XCHvEqt:hover > .m-button__effect-blick::after { position: absolute; content: ""; width: 50px; height: 800px; background: linear-gradient(90deg, transparent, rgb(255, 255, 255), transparent); opacity: 0.4; transform: translateY(-50%) rotate(45deg); transition: 0.1s; animation: 3s linear 0s infinite normal none running blick; }
#\36 5f917029afd447daa6edc2a3416243c .m-button__text-XCHvEqt { text-align: center; transition: transform 0.15s linear; }
@keyframes pulse-XCHvEqt { 
  0% { box-shadow: rgba(119, 119, 119, 0.6) 0px 0px 0px 0px; }
  100% { box-shadow: rgba(119, 119, 119, 0) 0px 0px 0px 15px; }
}
@keyframes blick { 
  0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; }
}
@keyframes light-XCHvEqt { 
  0% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 0px); }
  100% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 6px); }
}
@keyframes shape { 
  50% { transform: translateX(3px) rotate(2deg); }
  100% { transform: translateX(-3px) rotate(-2deg); }
}
@keyframes squeeze { 
  0% { transform: scale(1); }
  30% { transform: scaleX(1.05) scaleY(0.85); }
  40% { transform: scaleX(0.85) scaleY(1.1); }
  60% { transform: scaleX(1.05) scaleY(0.95); }
  100% { transform: scale(1); }
}
@media (max-width: 500px){#\36 5f917029afd447daa6edc2a3416243c .m-block-wrapper .m-button-XCHvEqt { margin-top: unset; }#\36 5f917029afd447daa6edc2a3416243c .m-button-XCHvEqt { padding: 8px 40px; gap: 5px; }#\36 5f917029afd447daa6edc2a3416243c .m-button-XCHvEqt:hover { padding: 8px 40px; }#\36 5f917029afd447daa6edc2a3416243c .m-button-XCHvEqt:active { padding: 8px 40px; }}
#\36 5f917029afd447daa6edc2a3416243c > .block-content { justify-content: start; }
@font-face { font-family: "Open Sans"; src: url("/assets/c3c8faadba26cc.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
.ms-ts-65f917029afd447daa6edc2a3416243c-871 { font-family: "Open Sans", Arial !important; font-weight: 600 !important; font-style: normal !important; font-size: 20px !important; line-height: 140% !important; letter-spacing: 0px !important; }
@media (max-width: 500px){.ms-ts-65f917029afd447daa6edc2a3416243c-871 { font-size: 18px !important; }}
#c23eca12b69b45b1b0e944c614f7457a .m-image img, #c23eca12b69b45b1b0e944c614f7457a .m-image svg { width: 354px; }
#c23eca12b69b45b1b0e944c614f7457a .m-image__wrapper { position: relative; width: 355px; height: 240px; }
#c23eca12b69b45b1b0e944c614f7457a .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#c23eca12b69b45b1b0e944c614f7457a .m-image > * { }
#c23eca12b69b45b1b0e944c614f7457a .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#c23eca12b69b45b1b0e944c614f7457a .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#c23eca12b69b45b1b0e944c614f7457a .m-image__sub-wrapper:hover .m-image { }
#c23eca12b69b45b1b0e944c614f7457a .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
@media (max-width: 500px){#c23eca12b69b45b1b0e944c614f7457a .m-image img, #c23eca12b69b45b1b0e944c614f7457a .m-image svg { width: 354px; }#c23eca12b69b45b1b0e944c614f7457a .m-image__wrapper { width: 330px; height: 240px; }}
#c23eca12b69b45b1b0e944c614f7457a .m-image img, #c23eca12b69b45b1b0e944c614f7457a .m-image svg { min-width: 355px; width: 355px; }
#c23eca12b69b45b1b0e944c614f7457a .m-image__wrapper { }
#c23eca12b69b45b1b0e944c614f7457a .m-image { width: 100%; height: 100%; line-height: 0; }
#c23eca12b69b45b1b0e944c614f7457a .m-image--mob { display: none; }
@media (max-width: 500px){#c23eca12b69b45b1b0e944c614f7457a .m-image.m-image--mob img, #c23eca12b69b45b1b0e944c614f7457a .m-image.m-image--mob svg { min-width: 330px; width: 330px; }#c23eca12b69b45b1b0e944c614f7457a .m-image--mob { display: block; }#c23eca12b69b45b1b0e944c614f7457a .m-image--mob + .m-image--pc { display: none; }}
#c23eca12b69b45b1b0e944c614f7457a > .block-content { justify-content: center; }
#a2f099d0d3b14bcea4e3e3b3cea378e2 .m-image img, #a2f099d0d3b14bcea4e3e3b3cea378e2 .m-image svg { width: 373px; }
#a2f099d0d3b14bcea4e3e3b3cea378e2 .m-image__wrapper { position: relative; width: 355px; height: 240px; }
#a2f099d0d3b14bcea4e3e3b3cea378e2 .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#a2f099d0d3b14bcea4e3e3b3cea378e2 .m-image > * { }
#a2f099d0d3b14bcea4e3e3b3cea378e2 .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#a2f099d0d3b14bcea4e3e3b3cea378e2 .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#a2f099d0d3b14bcea4e3e3b3cea378e2 .m-image__sub-wrapper:hover .m-image { }
#a2f099d0d3b14bcea4e3e3b3cea378e2 .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
#a2f099d0d3b14bcea4e3e3b3cea378e2 .m-image img, #a2f099d0d3b14bcea4e3e3b3cea378e2 .m-image svg { min-width: 355px; width: 355px; }
#a2f099d0d3b14bcea4e3e3b3cea378e2 .m-image__wrapper { }
#a2f099d0d3b14bcea4e3e3b3cea378e2 .m-image { width: 100%; height: 100%; line-height: 0; }
@media (max-width: 500px){#a2f099d0d3b14bcea4e3e3b3cea378e2 { overflow: hidden; }}
#a2f099d0d3b14bcea4e3e3b3cea378e2 > .block-content { justify-content: center; }
#fe1af084744e4bcd965ed6c51bd71d16 .m-image img, #fe1af084744e4bcd965ed6c51bd71d16 .m-image svg { width: 374px; }
#fe1af084744e4bcd965ed6c51bd71d16 .m-image__wrapper { position: relative; width: 355px; height: 240px; }
#fe1af084744e4bcd965ed6c51bd71d16 .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#fe1af084744e4bcd965ed6c51bd71d16 .m-image > * { }
#fe1af084744e4bcd965ed6c51bd71d16 .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#fe1af084744e4bcd965ed6c51bd71d16 .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#fe1af084744e4bcd965ed6c51bd71d16 .m-image__sub-wrapper:hover .m-image { }
#fe1af084744e4bcd965ed6c51bd71d16 .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
@media (max-width: 500px){#fe1af084744e4bcd965ed6c51bd71d16 .m-image img, #fe1af084744e4bcd965ed6c51bd71d16 .m-image svg { width: 374px; }#fe1af084744e4bcd965ed6c51bd71d16 .m-image__wrapper { width: 330px; height: 240px; }}
#fe1af084744e4bcd965ed6c51bd71d16 .m-image img, #fe1af084744e4bcd965ed6c51bd71d16 .m-image svg { min-width: 355px; width: 355px; }
#fe1af084744e4bcd965ed6c51bd71d16 .m-image__wrapper { }
#fe1af084744e4bcd965ed6c51bd71d16 .m-image { width: 100%; height: 100%; line-height: 0; }
#fe1af084744e4bcd965ed6c51bd71d16 .m-image--mob { display: none; }
@media (max-width: 500px){#fe1af084744e4bcd965ed6c51bd71d16 .m-image.m-image--mob img, #fe1af084744e4bcd965ed6c51bd71d16 .m-image.m-image--mob svg { min-width: 330px; width: 330px; }#fe1af084744e4bcd965ed6c51bd71d16 .m-image--mob { display: block; }#fe1af084744e4bcd965ed6c51bd71d16 .m-image--mob + .m-image--pc { display: none; }}
#fe1af084744e4bcd965ed6c51bd71d16 > .block-content { justify-content: center; }
#c78dd11b311e4b3bb28df8018c14e37c > .block-content { display: flex; }
#c78dd11b311e4b3bb28df8018c14e37c > .block-content > .m-block-wrapper { width: 100%; margin: 0px 0px 21px 18px; }
@media (max-width: 500px){#c78dd11b311e4b3bb28df8018c14e37c > .block-content > .m-block-wrapper { margin: 0px 0px 20px 22px; }}
#c78dd11b311e4b3bb28df8018c14e37c > .block-content > .m-block-wrapper { min-width: 0px; }
#c78dd11b311e4b3bb28df8018c14e37c .m-block-wrapper { display: flex; justify-content: inherit; min-width: 10%; }
#c78dd11b311e4b3bb28df8018c14e37c .m-button-l8QeTGA { max-width: 100%; overflow-wrap: break-word; }
#c78dd11b311e4b3bb28df8018c14e37c .m-button-wrapper { }
#c78dd11b311e4b3bb28df8018c14e37c .m-block-wrapper .m-button-l8QeTGA { width: unset; }
#c78dd11b311e4b3bb28df8018c14e37c .m-button-l8QeTGA { cursor: pointer; width: min-content; color: rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; box-shadow: unset; gap: 5px; transition: 0.15s linear; position: relative; background: rgb(244, 133, 25); border: 0px solid transparent; padding: 10px 40px; border-radius: 10px; word-break: normal; }
#c78dd11b311e4b3bb28df8018c14e37c .m-block-wrapper .m-button-l8QeTGA { margin-top: unset; }
#c78dd11b311e4b3bb28df8018c14e37c .m-button-l8QeTGA::before { display: none; content: ""; position: absolute; border-radius: inherit; padding: 2px; z-index: 0; inset: 0px; mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); pointer-events: none; }
#c78dd11b311e4b3bb28df8018c14e37c .m-button-l8QeTGA:hover { background: rgb(202, 126, 0); border: 0px solid transparent; padding: 10px 40px; }
#c78dd11b311e4b3bb28df8018c14e37c .m-button-l8QeTGA:hover::before { display: none; }
#c78dd11b311e4b3bb28df8018c14e37c .m-button-l8QeTGA:active { background: rgb(233, 146, 2); border: 0px solid transparent; padding: 10px 40px; transform: scale(1); }
#c78dd11b311e4b3bb28df8018c14e37c .m-button-l8QeTGA:active::before { display: none; background: linear-gradient(0deg, rgb(41, 92, 230), rgb(183, 55, 230)); }
#c78dd11b311e4b3bb28df8018c14e37c .m-button-l8QeTGA > .m-button__effect-blick { position: absolute; background: transparent; width: 100%; height: 100%; border-radius: inherit; overflow: hidden; pointer-events: none; }
#c78dd11b311e4b3bb28df8018c14e37c .m-button-l8QeTGA:hover > .m-button__effect-blick::after { position: absolute; content: ""; width: 50px; height: 800px; background: linear-gradient(90deg, transparent, rgb(255, 255, 255), transparent); opacity: 0.4; transform: translateY(-50%) rotate(45deg); transition: 0.1s; animation: 3s linear 0s infinite normal none running blick; }
#c78dd11b311e4b3bb28df8018c14e37c .m-button__text-l8QeTGA { text-align: center; transition: transform 0.15s linear; }
@keyframes pulse-l8QeTGA { 
  0% { box-shadow: rgba(119, 119, 119, 0.6) 0px 0px 0px 0px; }
  100% { box-shadow: rgba(119, 119, 119, 0) 0px 0px 0px 15px; }
}
@keyframes blick { 
  0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; }
}
@keyframes light-l8QeTGA { 
  0% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 0px); }
  100% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 6px); }
}
@keyframes shape { 
  50% { transform: translateX(3px) rotate(2deg); }
  100% { transform: translateX(-3px) rotate(-2deg); }
}
@keyframes squeeze { 
  0% { transform: scale(1); }
  30% { transform: scaleX(1.05) scaleY(0.85); }
  40% { transform: scaleX(0.85) scaleY(1.1); }
  60% { transform: scaleX(1.05) scaleY(0.95); }
  100% { transform: scale(1); }
}
@media (max-width: 500px){#c78dd11b311e4b3bb28df8018c14e37c .m-block-wrapper .m-button-l8QeTGA { margin-top: unset; }#c78dd11b311e4b3bb28df8018c14e37c .m-button-l8QeTGA { padding: 8px 40px; gap: 5px; }#c78dd11b311e4b3bb28df8018c14e37c .m-button-l8QeTGA:hover { padding: 8px 40px; }#c78dd11b311e4b3bb28df8018c14e37c .m-button-l8QeTGA:active { padding: 8px 40px; }}
#c78dd11b311e4b3bb28df8018c14e37c > .block-content { justify-content: start; }
@font-face { font-family: "Open Sans"; src: url("/assets/c3c8faadba26cc.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
.ms-ts-c78dd11b311e4b3bb28df8018c14e37c-983 { font-family: "Open Sans", Arial !important; font-weight: 600 !important; font-style: normal !important; font-size: 20px !important; line-height: 140% !important; letter-spacing: 0px !important; }
@media (max-width: 500px){.ms-ts-c78dd11b311e4b3bb28df8018c14e37c-983 { font-size: 18px !important; }}
#e9ba353599924465859c92eb56314b37 .m-image img, #e9ba353599924465859c92eb56314b37 .m-image svg { width: 354px; }
#e9ba353599924465859c92eb56314b37 .m-image__wrapper { position: relative; width: 355px; height: 240px; }
#e9ba353599924465859c92eb56314b37 .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#e9ba353599924465859c92eb56314b37 .m-image > * { }
#e9ba353599924465859c92eb56314b37 .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#e9ba353599924465859c92eb56314b37 .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#e9ba353599924465859c92eb56314b37 .m-image__sub-wrapper:hover .m-image { }
#e9ba353599924465859c92eb56314b37 .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
@media (max-width: 500px){#e9ba353599924465859c92eb56314b37 .m-image img, #e9ba353599924465859c92eb56314b37 .m-image svg { width: 354px; }#e9ba353599924465859c92eb56314b37 .m-image__wrapper { width: 330px; height: 240px; }}
#e9ba353599924465859c92eb56314b37 .m-image img, #e9ba353599924465859c92eb56314b37 .m-image svg { min-width: 355px; width: 355px; }
#e9ba353599924465859c92eb56314b37 .m-image__wrapper { }
#e9ba353599924465859c92eb56314b37 .m-image { width: 100%; height: 100%; line-height: 0; }
#e9ba353599924465859c92eb56314b37 .m-image--mob { display: none; }
@media (max-width: 500px){#e9ba353599924465859c92eb56314b37 .m-image.m-image--mob img, #e9ba353599924465859c92eb56314b37 .m-image.m-image--mob svg { min-width: 330px; width: 330px; }#e9ba353599924465859c92eb56314b37 .m-image--mob { display: block; }#e9ba353599924465859c92eb56314b37 .m-image--mob + .m-image--pc { display: none; }}
#e9ba353599924465859c92eb56314b37 > .block-content { justify-content: center; }
#\38 2a642f5bb50476eab3baa6d3909618d .m-image img, #\38 2a642f5bb50476eab3baa6d3909618d .m-image svg { width: 373px; }
#\38 2a642f5bb50476eab3baa6d3909618d .m-image__wrapper { position: relative; width: 355px; height: 240px; }
#\38 2a642f5bb50476eab3baa6d3909618d .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#\38 2a642f5bb50476eab3baa6d3909618d .m-image > * { }
#\38 2a642f5bb50476eab3baa6d3909618d .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#\38 2a642f5bb50476eab3baa6d3909618d .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#\38 2a642f5bb50476eab3baa6d3909618d .m-image__sub-wrapper:hover .m-image { }
#\38 2a642f5bb50476eab3baa6d3909618d .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
#\38 2a642f5bb50476eab3baa6d3909618d .m-image img, #\38 2a642f5bb50476eab3baa6d3909618d .m-image svg { min-width: 355px; width: 355px; }
#\38 2a642f5bb50476eab3baa6d3909618d .m-image__wrapper { }
#\38 2a642f5bb50476eab3baa6d3909618d .m-image { width: 100%; height: 100%; line-height: 0; }
@media (max-width: 500px){#\38 2a642f5bb50476eab3baa6d3909618d { overflow: hidden; }}
#\38 2a642f5bb50476eab3baa6d3909618d > .block-content { justify-content: center; }
#ae7c633923134feb93c44d50e5f476fb .m-image img, #ae7c633923134feb93c44d50e5f476fb .m-image svg { width: 373px; }
#ae7c633923134feb93c44d50e5f476fb .m-image__wrapper { position: relative; width: 355px; height: 240px; }
#ae7c633923134feb93c44d50e5f476fb .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#ae7c633923134feb93c44d50e5f476fb .m-image > * { }
#ae7c633923134feb93c44d50e5f476fb .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#ae7c633923134feb93c44d50e5f476fb .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#ae7c633923134feb93c44d50e5f476fb .m-image__sub-wrapper:hover .m-image { }
#ae7c633923134feb93c44d50e5f476fb .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
@media (max-width: 500px){#ae7c633923134feb93c44d50e5f476fb .m-image img, #ae7c633923134feb93c44d50e5f476fb .m-image svg { width: 373px; }#ae7c633923134feb93c44d50e5f476fb .m-image__wrapper { width: 330px; height: 240px; }}
#ae7c633923134feb93c44d50e5f476fb .m-image img, #ae7c633923134feb93c44d50e5f476fb .m-image svg { min-width: 355px; width: 355px; }
#ae7c633923134feb93c44d50e5f476fb .m-image__wrapper { }
#ae7c633923134feb93c44d50e5f476fb .m-image { width: 100%; height: 100%; line-height: 0; }
#ae7c633923134feb93c44d50e5f476fb .m-image--mob { display: none; }
@media (max-width: 500px){#ae7c633923134feb93c44d50e5f476fb .m-image.m-image--mob img, #ae7c633923134feb93c44d50e5f476fb .m-image.m-image--mob svg { min-width: 330px; width: 330px; }#ae7c633923134feb93c44d50e5f476fb .m-image--mob { display: block; }#ae7c633923134feb93c44d50e5f476fb .m-image--mob + .m-image--pc { display: none; }}
#ae7c633923134feb93c44d50e5f476fb > .block-content { justify-content: center; }
#\32 e887c9b8f7c439592e9273ef23e0eb2 .m-image img, #\32 e887c9b8f7c439592e9273ef23e0eb2 .m-image svg { width: 554px; }
#\32 e887c9b8f7c439592e9273ef23e0eb2 .m-image__wrapper { position: relative; width: 540px; height: 312px; }
#\32 e887c9b8f7c439592e9273ef23e0eb2 .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#\32 e887c9b8f7c439592e9273ef23e0eb2 .m-image > * { }
#\32 e887c9b8f7c439592e9273ef23e0eb2 .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#\32 e887c9b8f7c439592e9273ef23e0eb2 .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#\32 e887c9b8f7c439592e9273ef23e0eb2 .m-image__sub-wrapper:hover .m-image { }
#\32 e887c9b8f7c439592e9273ef23e0eb2 .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
@media (max-width: 500px){#\32 e887c9b8f7c439592e9273ef23e0eb2 .m-image img, #\32 e887c9b8f7c439592e9273ef23e0eb2 .m-image svg { width: 427px; }#\32 e887c9b8f7c439592e9273ef23e0eb2 .m-image__wrapper { width: 330px; height: 240px; }}
#\32 e887c9b8f7c439592e9273ef23e0eb2 .m-image img, #\32 e887c9b8f7c439592e9273ef23e0eb2 .m-image svg { min-width: 540px; width: 540px; }
#\32 e887c9b8f7c439592e9273ef23e0eb2 .m-image__wrapper { }
#\32 e887c9b8f7c439592e9273ef23e0eb2 .m-image { width: 100%; height: 100%; line-height: 0; cursor: pointer; }
#\32 e887c9b8f7c439592e9273ef23e0eb2 .m-image--mob { display: none; }
@media (max-width: 500px){#\32 e887c9b8f7c439592e9273ef23e0eb2 .m-image.m-image--mob img, #\32 e887c9b8f7c439592e9273ef23e0eb2 .m-image.m-image--mob svg { min-width: 330px; width: 330px; }#\32 e887c9b8f7c439592e9273ef23e0eb2 .m-image--mob { display: block; }#\32 e887c9b8f7c439592e9273ef23e0eb2 .m-image--mob + .m-image--pc { display: none; }}
#\32 e887c9b8f7c439592e9273ef23e0eb2 > .block-content { justify-content: center; }
#\32 8280db827f345e3bcc4608bda75aa21 .m-image img, #\32 8280db827f345e3bcc4608bda75aa21 .m-image svg { width: 7px; }
#\32 8280db827f345e3bcc4608bda75aa21 .m-image__wrapper { position: relative; width: 7px; height: 0px; }
#\32 8280db827f345e3bcc4608bda75aa21 .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#\32 8280db827f345e3bcc4608bda75aa21 .m-image > * { }
#\32 8280db827f345e3bcc4608bda75aa21 .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#\32 8280db827f345e3bcc4608bda75aa21 .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#\32 8280db827f345e3bcc4608bda75aa21 .m-image__sub-wrapper:hover .m-image { }
#\32 8280db827f345e3bcc4608bda75aa21 .m-image__sub-wrapper { overflow: hidden; border-radius: 0px; box-shadow: none; }
#\32 8280db827f345e3bcc4608bda75aa21 .m-image img, #\32 8280db827f345e3bcc4608bda75aa21 .m-image svg { min-width: 7px; width: 7px; }
#\32 8280db827f345e3bcc4608bda75aa21 .m-image__wrapper { }
#\32 8280db827f345e3bcc4608bda75aa21 .m-image { width: 100%; height: 100%; line-height: 0; }
@media (max-width: 500px){#\32 8280db827f345e3bcc4608bda75aa21 { overflow: hidden; }}
#\32 8280db827f345e3bcc4608bda75aa21 > .block-content { justify-content: center; }
#\35 821df0063394ae68352f921233197b7 .m-image img, #\35 821df0063394ae68352f921233197b7 .m-image svg { width: 540px; }
#\35 821df0063394ae68352f921233197b7 .m-image__wrapper { position: relative; width: 540px; height: 312px; }
#\35 821df0063394ae68352f921233197b7 .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#\35 821df0063394ae68352f921233197b7 .m-image > * { }
#\35 821df0063394ae68352f921233197b7 .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#\35 821df0063394ae68352f921233197b7 .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#\35 821df0063394ae68352f921233197b7 .m-image__sub-wrapper:hover .m-image { }
#\35 821df0063394ae68352f921233197b7 .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
@media (max-width: 500px){#\35 821df0063394ae68352f921233197b7 .m-image img, #\35 821df0063394ae68352f921233197b7 .m-image svg { width: 330px; }#\35 821df0063394ae68352f921233197b7 .m-image__wrapper { width: 330px; height: 231px; }}
#\35 821df0063394ae68352f921233197b7 .m-image img, #\35 821df0063394ae68352f921233197b7 .m-image svg { min-width: 540px; width: 540px; }
#\35 821df0063394ae68352f921233197b7 .m-image__wrapper { }
#\35 821df0063394ae68352f921233197b7 .m-image { width: 100%; height: 100%; line-height: 0; cursor: pointer; }
#\35 821df0063394ae68352f921233197b7 .m-image--mob { display: none; }
@media (max-width: 500px){#\35 821df0063394ae68352f921233197b7 .m-image.m-image--mob img, #\35 821df0063394ae68352f921233197b7 .m-image.m-image--mob svg { min-width: 330px; width: 330px; }#\35 821df0063394ae68352f921233197b7 .m-image--mob { display: block; }#\35 821df0063394ae68352f921233197b7 .m-image--mob + .m-image--pc { display: none; }}
#\35 821df0063394ae68352f921233197b7 > .block-content { justify-content: center; }
#caca2f6377e64336b2041b80758d75f3 .m-image img, #caca2f6377e64336b2041b80758d75f3 .m-image svg { width: 539px; }
#caca2f6377e64336b2041b80758d75f3 .m-image__wrapper { position: relative; width: 539px; height: 312px; }
#caca2f6377e64336b2041b80758d75f3 .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#caca2f6377e64336b2041b80758d75f3 .m-image > * { }
#caca2f6377e64336b2041b80758d75f3 .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#caca2f6377e64336b2041b80758d75f3 .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#caca2f6377e64336b2041b80758d75f3 .m-image__sub-wrapper:hover .m-image { }
#caca2f6377e64336b2041b80758d75f3 .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
@media (max-width: 500px){#caca2f6377e64336b2041b80758d75f3 .m-image img, #caca2f6377e64336b2041b80758d75f3 .m-image svg { width: 414px; }#caca2f6377e64336b2041b80758d75f3 .m-image__wrapper { width: 330px; height: 240px; }}
#caca2f6377e64336b2041b80758d75f3 .m-image img, #caca2f6377e64336b2041b80758d75f3 .m-image svg { min-width: 539px; width: 539px; }
#caca2f6377e64336b2041b80758d75f3 .m-image__wrapper { }
#caca2f6377e64336b2041b80758d75f3 .m-image { width: 100%; height: 100%; line-height: 0; cursor: pointer; }
#caca2f6377e64336b2041b80758d75f3 .m-image--mob { display: none; }
@media (max-width: 500px){#caca2f6377e64336b2041b80758d75f3 .m-image.m-image--mob img, #caca2f6377e64336b2041b80758d75f3 .m-image.m-image--mob svg { min-width: 330px; width: 330px; }#caca2f6377e64336b2041b80758d75f3 .m-image--mob { display: block; }#caca2f6377e64336b2041b80758d75f3 .m-image--mob + .m-image--pc { display: none; }}
#caca2f6377e64336b2041b80758d75f3 > .block-content { justify-content: center; }
#a10c5e176f7641f0a307e78c0e9ee57d .m-image img, #a10c5e176f7641f0a307e78c0e9ee57d .m-image svg { width: 551px; }
#a10c5e176f7641f0a307e78c0e9ee57d .m-image__wrapper { position: relative; width: 540px; height: 310px; }
#a10c5e176f7641f0a307e78c0e9ee57d .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#a10c5e176f7641f0a307e78c0e9ee57d .m-image > * { }
#a10c5e176f7641f0a307e78c0e9ee57d .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#a10c5e176f7641f0a307e78c0e9ee57d .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#a10c5e176f7641f0a307e78c0e9ee57d .m-image__sub-wrapper:hover .m-image { }
#a10c5e176f7641f0a307e78c0e9ee57d .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
@media (max-width: 500px){#a10c5e176f7641f0a307e78c0e9ee57d .m-image img, #a10c5e176f7641f0a307e78c0e9ee57d .m-image svg { width: 427px; }#a10c5e176f7641f0a307e78c0e9ee57d .m-image__wrapper { width: 330px; height: 241px; }}
#a10c5e176f7641f0a307e78c0e9ee57d .m-image img, #a10c5e176f7641f0a307e78c0e9ee57d .m-image svg { min-width: 540px; width: 540px; }
#a10c5e176f7641f0a307e78c0e9ee57d .m-image__wrapper { }
#a10c5e176f7641f0a307e78c0e9ee57d .m-image { width: 100%; height: 100%; line-height: 0; cursor: pointer; }
#a10c5e176f7641f0a307e78c0e9ee57d .m-image--mob { display: none; }
@media (max-width: 500px){#a10c5e176f7641f0a307e78c0e9ee57d .m-image.m-image--mob img, #a10c5e176f7641f0a307e78c0e9ee57d .m-image.m-image--mob svg { min-width: 330px; width: 330px; }#a10c5e176f7641f0a307e78c0e9ee57d .m-image--mob { display: block; }#a10c5e176f7641f0a307e78c0e9ee57d .m-image--mob + .m-image--pc { display: none; }}
#a10c5e176f7641f0a307e78c0e9ee57d > .block-content { justify-content: center; }
#d346d7b5a35f4547a3bf117c36c8dcbe .m-image img, #d346d7b5a35f4547a3bf117c36c8dcbe .m-image svg { width: 554px; }
#d346d7b5a35f4547a3bf117c36c8dcbe .m-image__wrapper { position: relative; width: 540px; height: 311px; }
#d346d7b5a35f4547a3bf117c36c8dcbe .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#d346d7b5a35f4547a3bf117c36c8dcbe .m-image > * { }
#d346d7b5a35f4547a3bf117c36c8dcbe .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#d346d7b5a35f4547a3bf117c36c8dcbe .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#d346d7b5a35f4547a3bf117c36c8dcbe .m-image__sub-wrapper:hover .m-image { }
#d346d7b5a35f4547a3bf117c36c8dcbe .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
@media (max-width: 500px){#d346d7b5a35f4547a3bf117c36c8dcbe .m-image img, #d346d7b5a35f4547a3bf117c36c8dcbe .m-image svg { width: 426px; }#d346d7b5a35f4547a3bf117c36c8dcbe .m-image__wrapper { width: 330px; height: 239px; }}
#d346d7b5a35f4547a3bf117c36c8dcbe .m-image img, #d346d7b5a35f4547a3bf117c36c8dcbe .m-image svg { min-width: 540px; width: 540px; }
#d346d7b5a35f4547a3bf117c36c8dcbe .m-image__wrapper { }
#d346d7b5a35f4547a3bf117c36c8dcbe .m-image { width: 100%; height: 100%; line-height: 0; cursor: pointer; }
#d346d7b5a35f4547a3bf117c36c8dcbe .m-image--mob { display: none; }
@media (max-width: 500px){#d346d7b5a35f4547a3bf117c36c8dcbe .m-image.m-image--mob img, #d346d7b5a35f4547a3bf117c36c8dcbe .m-image.m-image--mob svg { min-width: 330px; width: 330px; }#d346d7b5a35f4547a3bf117c36c8dcbe .m-image--mob { display: block; }#d346d7b5a35f4547a3bf117c36c8dcbe .m-image--mob + .m-image--pc { display: none; }}
#d346d7b5a35f4547a3bf117c36c8dcbe > .block-content { justify-content: center; }
#\38 e97eb62d50b43bbb2d60e158eb27912 > .block-content { display: flex; }
#\38 e97eb62d50b43bbb2d60e158eb27912 > .block-content > .m-block-wrapper { width: 100%; margin: 0px; }
#\38 e97eb62d50b43bbb2d60e158eb27912.blk-in-abs > .block-content > .m-block-wrapper { width: 540px; height: 300px; margin: 0px; }
@media (max-width: 500px){#\38 e97eb62d50b43bbb2d60e158eb27912 > .block-content > .m-block-wrapper { margin: 0px; }#\38 e97eb62d50b43bbb2d60e158eb27912.blk-in-abs > .block-content > .m-block-wrapper { width: 330px; height: 100px; margin: 0px; }}
#\38 e97eb62d50b43bbb2d60e158eb27912 > .block-content > .m-block-wrapper { min-width: 0px; }
#\38 e97eb62d50b43bbb2d60e158eb27912.blk-in-abs > .block-content > .m-block-wrapper { height: auto; }
#\38 e97eb62d50b43bbb2d60e158eb27912 .m-block-wrapper { display: flex; justify-content: inherit; min-width: 10%; }
#\38 e97eb62d50b43bbb2d60e158eb27912 .m-button-tBHwfBY { max-width: 100%; overflow-wrap: break-word; }
#\38 e97eb62d50b43bbb2d60e158eb27912.blk-in-abs .m-button-wrapper { width: 100%; }
#\38 e97eb62d50b43bbb2d60e158eb27912 .m-button-wrapper { }
@media (max-width: 500px){#\38 e97eb62d50b43bbb2d60e158eb27912.blk-in-abs > .block-content > .m-block-wrapper { height: auto; }}
#\38 e97eb62d50b43bbb2d60e158eb27912 .m-block-wrapper .m-button-tBHwfBY { width: unset; }
#\38 e97eb62d50b43bbb2d60e158eb27912.blk-in-abs .m-button-tBHwfBY { width: 100%; height: 100%; }
#\38 e97eb62d50b43bbb2d60e158eb27912 .m-button-tBHwfBY { cursor: pointer; width: min-content; color: rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; box-shadow: unset; gap: 5px; transition: 0.15s linear; position: relative; background: rgb(244, 133, 25); border: 0px solid transparent; padding: 12px 16px; border-radius: 10px; word-break: normal; }
#\38 e97eb62d50b43bbb2d60e158eb27912 .m-block-wrapper .m-button-tBHwfBY { margin-top: unset; }
#\38 e97eb62d50b43bbb2d60e158eb27912 .m-button-tBHwfBY::before { display: none; content: ""; position: absolute; border-radius: inherit; padding: 2px; z-index: 0; inset: 0px; mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); pointer-events: none; }
#\38 e97eb62d50b43bbb2d60e158eb27912 .m-button-tBHwfBY:hover { background: rgb(202, 126, 0); border: 0px solid transparent; padding: 12px 16px; }
#\38 e97eb62d50b43bbb2d60e158eb27912 .m-button-tBHwfBY:hover::before { display: none; }
#\38 e97eb62d50b43bbb2d60e158eb27912 .m-button-tBHwfBY:active { background: rgb(233, 146, 2); border: 0px solid transparent; padding: 12px 16px; transform: scale(1); }
#\38 e97eb62d50b43bbb2d60e158eb27912 .m-button-tBHwfBY:active::before { display: none; background: linear-gradient(0deg, rgb(41, 92, 230), rgb(183, 55, 230)); }
#\38 e97eb62d50b43bbb2d60e158eb27912 .m-button__text-tBHwfBY { text-align: left; transition: transform 0.15s linear; }
@media (max-width: 500px){#\38 e97eb62d50b43bbb2d60e158eb27912 .m-block-wrapper .m-button-tBHwfBY { margin-top: unset; }#\38 e97eb62d50b43bbb2d60e158eb27912 .m-button-tBHwfBY { padding: 8px 16px; gap: 5px; }#\38 e97eb62d50b43bbb2d60e158eb27912 .m-button-tBHwfBY:hover { padding: 8px 16px; }#\38 e97eb62d50b43bbb2d60e158eb27912 .m-button-tBHwfBY:active { padding: 8px 16px; }}
#\38 e97eb62d50b43bbb2d60e158eb27912 > .block-content { justify-content: center; }
@font-face { font-family: "Open Sans"; src: url("/assets/c3c8faadba26cc.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
#\38 d825b39d78543ea8e2811bd9e3b8907 > .block-content { display: flex; }
#\38 d825b39d78543ea8e2811bd9e3b8907 > .block-content > .m-block-wrapper { width: 100%; margin: 0px; }
#\38 d825b39d78543ea8e2811bd9e3b8907.blk-in-abs > .block-content > .m-block-wrapper { width: 540px; height: 300px; margin: 0px; }
@media (max-width: 500px){#\38 d825b39d78543ea8e2811bd9e3b8907 > .block-content > .m-block-wrapper { margin: 0px; }#\38 d825b39d78543ea8e2811bd9e3b8907.blk-in-abs > .block-content > .m-block-wrapper { width: 331px; height: 100px; margin: 0px; }}
#\38 d825b39d78543ea8e2811bd9e3b8907 > .block-content > .m-block-wrapper { min-width: 0px; }
#\38 d825b39d78543ea8e2811bd9e3b8907.blk-in-abs > .block-content > .m-block-wrapper { height: auto; }
#\38 d825b39d78543ea8e2811bd9e3b8907 .m-block-wrapper { display: flex; justify-content: inherit; min-width: 10%; }
#\38 d825b39d78543ea8e2811bd9e3b8907 .m-button-y6fRejo { max-width: 100%; overflow-wrap: break-word; }
#\38 d825b39d78543ea8e2811bd9e3b8907.blk-in-abs .m-button-wrapper { width: 100%; }
#\38 d825b39d78543ea8e2811bd9e3b8907 .m-button-wrapper { }
@media (max-width: 500px){#\38 d825b39d78543ea8e2811bd9e3b8907.blk-in-abs > .block-content > .m-block-wrapper { height: auto; }}
#\38 d825b39d78543ea8e2811bd9e3b8907 .m-block-wrapper .m-button-y6fRejo { width: unset; }
#\38 d825b39d78543ea8e2811bd9e3b8907.blk-in-abs .m-button-y6fRejo { width: 100%; height: 100%; }
#\38 d825b39d78543ea8e2811bd9e3b8907 .m-button-y6fRejo { cursor: pointer; width: min-content; color: rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; box-shadow: unset; gap: 5px; transition: 0.15s linear; position: relative; background: rgb(244, 133, 25); border: 0px solid transparent; padding: 12px 16px; border-radius: 10px; word-break: normal; }
#\38 d825b39d78543ea8e2811bd9e3b8907 .m-block-wrapper .m-button-y6fRejo { margin-top: unset; }
#\38 d825b39d78543ea8e2811bd9e3b8907 .m-button-y6fRejo::before { display: none; content: ""; position: absolute; border-radius: inherit; padding: 2px; z-index: 0; inset: 0px; mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); pointer-events: none; }
#\38 d825b39d78543ea8e2811bd9e3b8907 .m-button-y6fRejo:hover { background: rgb(202, 126, 0); border: 0px solid transparent; padding: 12px 16px; }
#\38 d825b39d78543ea8e2811bd9e3b8907 .m-button-y6fRejo:hover::before { display: none; }
#\38 d825b39d78543ea8e2811bd9e3b8907 .m-button-y6fRejo:active { background: rgb(233, 146, 2); border: 0px solid transparent; padding: 12px 16px; transform: scale(1); }
#\38 d825b39d78543ea8e2811bd9e3b8907 .m-button-y6fRejo:active::before { display: none; background: linear-gradient(0deg, rgb(41, 92, 230), rgb(183, 55, 230)); }
#\38 d825b39d78543ea8e2811bd9e3b8907 .m-button__text-y6fRejo { text-align: center; transition: transform 0.15s linear; }
@media (max-width: 500px){#\38 d825b39d78543ea8e2811bd9e3b8907 .m-block-wrapper .m-button-y6fRejo { margin-top: unset; }#\38 d825b39d78543ea8e2811bd9e3b8907 .m-button-y6fRejo { padding: 8px 16px; gap: 5px; }#\38 d825b39d78543ea8e2811bd9e3b8907 .m-button-y6fRejo:hover { padding: 8px 16px; }#\38 d825b39d78543ea8e2811bd9e3b8907 .m-button-y6fRejo:active { padding: 8px 16px; }}
#\38 d825b39d78543ea8e2811bd9e3b8907 > .block-content { justify-content: center; }
@font-face { font-family: "Open Sans"; src: url("/assets/c3c8faadba26cc.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
.ms-ts-8d825b39d78543ea8e2811bd9e3b8907-1357 { font-family: "Open Sans", Arial !important; font-weight: 600 !important; font-style: normal !important; font-size: 18px !important; line-height: 140% !important; letter-spacing: 0px !important; }
#\36 55b42b080de47da9a66771a2001dee1 > .block-content { display: flex; }
#\36 55b42b080de47da9a66771a2001dee1 > .block-content > .m-block-wrapper { width: 100%; margin: 0px; }
#\36 55b42b080de47da9a66771a2001dee1.blk-in-abs > .block-content > .m-block-wrapper { width: 540px; height: 300px; margin: 0px; }
@media (max-width: 500px){#\36 55b42b080de47da9a66771a2001dee1 > .block-content > .m-block-wrapper { margin: 0px; }#\36 55b42b080de47da9a66771a2001dee1.blk-in-abs > .block-content > .m-block-wrapper { width: 331px; height: 100px; margin: 0px; }}
#\36 55b42b080de47da9a66771a2001dee1 > .block-content > .m-block-wrapper { min-width: 0px; }
#\36 55b42b080de47da9a66771a2001dee1.blk-in-abs > .block-content > .m-block-wrapper { height: auto; }
#\36 55b42b080de47da9a66771a2001dee1 .m-block-wrapper { display: flex; justify-content: inherit; min-width: 10%; }
#\36 55b42b080de47da9a66771a2001dee1 .m-button-FTbRhfh { max-width: 100%; overflow-wrap: break-word; }
#\36 55b42b080de47da9a66771a2001dee1.blk-in-abs .m-button-wrapper { width: 100%; }
#\36 55b42b080de47da9a66771a2001dee1 .m-button-wrapper { }
@media (max-width: 500px){#\36 55b42b080de47da9a66771a2001dee1.blk-in-abs > .block-content > .m-block-wrapper { height: auto; }}
#\36 55b42b080de47da9a66771a2001dee1 .m-block-wrapper .m-button-FTbRhfh { width: unset; }
#\36 55b42b080de47da9a66771a2001dee1.blk-in-abs .m-button-FTbRhfh { width: 100%; height: 100%; }
#\36 55b42b080de47da9a66771a2001dee1 .m-button-FTbRhfh { cursor: pointer; width: min-content; color: rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; box-shadow: unset; gap: 5px; transition: 0.15s linear; position: relative; background: rgb(244, 133, 25); border: 0px solid transparent; padding: 12px 16px; border-radius: 10px; word-break: normal; }
#\36 55b42b080de47da9a66771a2001dee1 .m-block-wrapper .m-button-FTbRhfh { margin-top: unset; }
#\36 55b42b080de47da9a66771a2001dee1 .m-button-FTbRhfh::before { display: none; content: ""; position: absolute; border-radius: inherit; padding: 2px; z-index: 0; inset: 0px; mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); pointer-events: none; }
#\36 55b42b080de47da9a66771a2001dee1 .m-button-FTbRhfh:hover { background: rgb(202, 126, 0); border: 0px solid transparent; padding: 12px 16px; }
#\36 55b42b080de47da9a66771a2001dee1 .m-button-FTbRhfh:hover::before { display: none; }
#\36 55b42b080de47da9a66771a2001dee1 .m-button-FTbRhfh:active { background: rgb(233, 146, 2); border: 0px solid transparent; padding: 12px 16px; transform: scale(1); }
#\36 55b42b080de47da9a66771a2001dee1 .m-button-FTbRhfh:active::before { display: none; background: linear-gradient(0deg, rgb(41, 92, 230), rgb(183, 55, 230)); }
#\36 55b42b080de47da9a66771a2001dee1 .m-button__text-FTbRhfh { text-align: center; transition: transform 0.15s linear; }
@media (max-width: 500px){#\36 55b42b080de47da9a66771a2001dee1 .m-block-wrapper .m-button-FTbRhfh { margin-top: unset; }#\36 55b42b080de47da9a66771a2001dee1 .m-button-FTbRhfh { padding: 8px 16px; gap: 5px; }#\36 55b42b080de47da9a66771a2001dee1 .m-button-FTbRhfh:hover { padding: 8px 16px; }#\36 55b42b080de47da9a66771a2001dee1 .m-button-FTbRhfh:active { padding: 8px 16px; }}
#\36 55b42b080de47da9a66771a2001dee1 > .block-content { justify-content: center; }
@font-face { font-family: "Open Sans"; src: url("/assets/c3c8faadba26cc.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
.ms-ts-655b42b080de47da9a66771a2001dee1-1373 { font-family: "Open Sans", Arial !important; font-weight: 600 !important; font-style: normal !important; font-size: 18px !important; line-height: 140% !important; letter-spacing: 0px !important; }
#c10b43849b8947a3a259ded6c664f39c > .block-content { display: flex; }
#c10b43849b8947a3a259ded6c664f39c > .block-content > .m-block-wrapper { width: 100%; margin: 0px; }
#c10b43849b8947a3a259ded6c664f39c.blk-in-abs > .block-content > .m-block-wrapper { width: 540px; height: 300px; margin: 0px; }
@media (max-width: 500px){#c10b43849b8947a3a259ded6c664f39c > .block-content > .m-block-wrapper { margin: 0px; }#c10b43849b8947a3a259ded6c664f39c.blk-in-abs > .block-content > .m-block-wrapper { width: 330px; height: 100px; margin: 0px; }}
#c10b43849b8947a3a259ded6c664f39c > .block-content > .m-block-wrapper { min-width: 0px; }
#c10b43849b8947a3a259ded6c664f39c.blk-in-abs > .block-content > .m-block-wrapper { height: auto; }
#c10b43849b8947a3a259ded6c664f39c .m-block-wrapper { display: flex; justify-content: inherit; min-width: 10%; }
#c10b43849b8947a3a259ded6c664f39c .m-button-kP_Xel3 { max-width: 100%; overflow-wrap: break-word; }
#c10b43849b8947a3a259ded6c664f39c.blk-in-abs .m-button-wrapper { width: 100%; }
#c10b43849b8947a3a259ded6c664f39c .m-button-wrapper { }
@media (max-width: 500px){#c10b43849b8947a3a259ded6c664f39c.blk-in-abs > .block-content > .m-block-wrapper { height: auto; }}
#c10b43849b8947a3a259ded6c664f39c .m-block-wrapper .m-button-kP_Xel3 { width: unset; }
#c10b43849b8947a3a259ded6c664f39c.blk-in-abs .m-button-kP_Xel3 { width: 100%; height: 100%; }
#c10b43849b8947a3a259ded6c664f39c .m-button-kP_Xel3 { cursor: pointer; width: min-content; color: rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; box-shadow: unset; gap: 5px; transition: 0.15s linear; position: relative; background: rgb(244, 133, 25); border: 0px solid transparent; padding: 12px 16px; border-radius: 10px; word-break: normal; }
#c10b43849b8947a3a259ded6c664f39c .m-block-wrapper .m-button-kP_Xel3 { margin-top: unset; }
#c10b43849b8947a3a259ded6c664f39c .m-button-kP_Xel3::before { display: none; content: ""; position: absolute; border-radius: inherit; padding: 2px; z-index: 0; inset: 0px; mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); pointer-events: none; }
#c10b43849b8947a3a259ded6c664f39c .m-button-kP_Xel3:hover { background: rgb(202, 126, 0); border: 0px solid transparent; padding: 12px 16px; }
#c10b43849b8947a3a259ded6c664f39c .m-button-kP_Xel3:hover::before { display: none; }
#c10b43849b8947a3a259ded6c664f39c .m-button-kP_Xel3:active { background: rgb(233, 146, 2); border: 0px solid transparent; padding: 12px 16px; transform: scale(1); }
#c10b43849b8947a3a259ded6c664f39c .m-button-kP_Xel3:active::before { display: none; background: linear-gradient(0deg, rgb(41, 92, 230), rgb(183, 55, 230)); }
#c10b43849b8947a3a259ded6c664f39c .m-button__text-kP_Xel3 { text-align: center; transition: transform 0.15s linear; }
@media (max-width: 500px){#c10b43849b8947a3a259ded6c664f39c .m-block-wrapper .m-button-kP_Xel3 { margin-top: unset; }#c10b43849b8947a3a259ded6c664f39c .m-button-kP_Xel3 { padding: 8px 16px; gap: 5px; }#c10b43849b8947a3a259ded6c664f39c .m-button-kP_Xel3:hover { padding: 8px 16px; }#c10b43849b8947a3a259ded6c664f39c .m-button-kP_Xel3:active { padding: 8px 16px; }}
#c10b43849b8947a3a259ded6c664f39c > .block-content { justify-content: center; }
@font-face { font-family: "Open Sans"; src: url("/assets/c3c8faadba26cc.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
.ms-ts-c10b43849b8947a3a259ded6c664f39c-1389 { font-family: "Open Sans", Arial !important; font-weight: 600 !important; font-style: normal !important; font-size: 18px !important; line-height: 140% !important; letter-spacing: 0px !important; }
#dd8c4192f47c4fa3af8a19869d5be160 > .block-content { display: flex; }
#dd8c4192f47c4fa3af8a19869d5be160 > .block-content > .m-block-wrapper { width: 100%; margin: 0px; }
#dd8c4192f47c4fa3af8a19869d5be160.blk-in-abs > .block-content > .m-block-wrapper { width: 540px; height: 300px; margin: 0px; }
@media (max-width: 500px){#dd8c4192f47c4fa3af8a19869d5be160 > .block-content > .m-block-wrapper { margin: 0px; }#dd8c4192f47c4fa3af8a19869d5be160.blk-in-abs > .block-content > .m-block-wrapper { width: 332px; height: 100px; margin: 0px; }}
#dd8c4192f47c4fa3af8a19869d5be160 > .block-content > .m-block-wrapper { min-width: 0px; }
#dd8c4192f47c4fa3af8a19869d5be160.blk-in-abs > .block-content > .m-block-wrapper { height: auto; }
#dd8c4192f47c4fa3af8a19869d5be160 .m-block-wrapper { display: flex; justify-content: inherit; min-width: 10%; }
#dd8c4192f47c4fa3af8a19869d5be160 .m-button-bGBXQwe { max-width: 100%; overflow-wrap: break-word; }
#dd8c4192f47c4fa3af8a19869d5be160.blk-in-abs .m-button-wrapper { width: 100%; }
#dd8c4192f47c4fa3af8a19869d5be160 .m-button-wrapper { }
@media (max-width: 500px){#dd8c4192f47c4fa3af8a19869d5be160.blk-in-abs > .block-content > .m-block-wrapper { height: auto; }}
#dd8c4192f47c4fa3af8a19869d5be160 .m-block-wrapper .m-button-bGBXQwe { width: unset; }
#dd8c4192f47c4fa3af8a19869d5be160.blk-in-abs .m-button-bGBXQwe { width: 100%; height: 100%; }
#dd8c4192f47c4fa3af8a19869d5be160 .m-button-bGBXQwe { cursor: pointer; width: min-content; color: rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; box-shadow: unset; gap: 5px; transition: 0.15s linear; position: relative; background: rgb(244, 133, 25); border: 0px solid transparent; padding: 12px 16px; border-radius: 10px; word-break: normal; }
#dd8c4192f47c4fa3af8a19869d5be160 .m-block-wrapper .m-button-bGBXQwe { margin-top: unset; }
#dd8c4192f47c4fa3af8a19869d5be160 .m-button-bGBXQwe::before { display: none; content: ""; position: absolute; border-radius: inherit; padding: 2px; z-index: 0; inset: 0px; mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); pointer-events: none; }
#dd8c4192f47c4fa3af8a19869d5be160 .m-button-bGBXQwe:hover { background: rgb(202, 126, 0); border: 0px solid transparent; padding: 12px 16px; }
#dd8c4192f47c4fa3af8a19869d5be160 .m-button-bGBXQwe:hover::before { display: none; }
#dd8c4192f47c4fa3af8a19869d5be160 .m-button-bGBXQwe:active { background: rgb(233, 146, 2); border: 0px solid transparent; padding: 12px 16px; transform: scale(1); }
#dd8c4192f47c4fa3af8a19869d5be160 .m-button-bGBXQwe:active::before { display: none; background: linear-gradient(0deg, rgb(41, 92, 230), rgb(183, 55, 230)); }
#dd8c4192f47c4fa3af8a19869d5be160 .m-button__text-bGBXQwe { text-align: center; transition: transform 0.15s linear; }
@media (max-width: 500px){#dd8c4192f47c4fa3af8a19869d5be160 .m-block-wrapper .m-button-bGBXQwe { margin-top: unset; }#dd8c4192f47c4fa3af8a19869d5be160 .m-button-bGBXQwe { padding: 8px 16px; gap: 5px; }#dd8c4192f47c4fa3af8a19869d5be160 .m-button-bGBXQwe:hover { padding: 8px 16px; }#dd8c4192f47c4fa3af8a19869d5be160 .m-button-bGBXQwe:active { padding: 8px 16px; }}
#dd8c4192f47c4fa3af8a19869d5be160 > .block-content { justify-content: center; }
@font-face { font-family: "Open Sans"; src: url("/assets/c3c8faadba26cc.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
.ms-ts-dd8c4192f47c4fa3af8a19869d5be160-1405 { font-family: "Open Sans", Arial !important; font-weight: 600 !important; font-style: normal !important; font-size: 18px !important; line-height: 140% !important; letter-spacing: 0px !important; }
#\35 ab079eeff724d9499c08c272e47d792 > .block-content { display: flex; }
#\35 ab079eeff724d9499c08c272e47d792 > .block-content > .m-block-wrapper { width: 100%; margin: 0px; }
#\35 ab079eeff724d9499c08c272e47d792.blk-in-abs > .block-content > .m-block-wrapper { width: 540px; height: 300px; margin: 0px; }
@media (max-width: 500px){#\35 ab079eeff724d9499c08c272e47d792 > .block-content > .m-block-wrapper { margin: 0px; }#\35 ab079eeff724d9499c08c272e47d792.blk-in-abs > .block-content > .m-block-wrapper { width: 331px; height: 100px; margin: 0px; }}
#\35 ab079eeff724d9499c08c272e47d792 > .block-content > .m-block-wrapper { min-width: 0px; }
#\35 ab079eeff724d9499c08c272e47d792.blk-in-abs > .block-content > .m-block-wrapper { height: auto; }
#\35 ab079eeff724d9499c08c272e47d792 .m-block-wrapper { display: flex; justify-content: inherit; min-width: 10%; }
#\35 ab079eeff724d9499c08c272e47d792 .m-button-HyYvS_Z { max-width: 100%; overflow-wrap: break-word; }
#\35 ab079eeff724d9499c08c272e47d792.blk-in-abs .m-button-wrapper { width: 100%; }
#\35 ab079eeff724d9499c08c272e47d792 .m-button-wrapper { }
@media (max-width: 500px){#\35 ab079eeff724d9499c08c272e47d792.blk-in-abs > .block-content > .m-block-wrapper { height: auto; }}
#\35 ab079eeff724d9499c08c272e47d792 .m-block-wrapper .m-button-HyYvS_Z { width: unset; }
#\35 ab079eeff724d9499c08c272e47d792.blk-in-abs .m-button-HyYvS_Z { width: 100%; height: 100%; }
#\35 ab079eeff724d9499c08c272e47d792 .m-button-HyYvS_Z { cursor: pointer; width: min-content; color: rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; box-shadow: unset; gap: 5px; transition: 0.15s linear; position: relative; background: rgb(244, 133, 25); border: 0px solid transparent; padding: 12px 16px; border-radius: 10px; word-break: normal; }
#\35 ab079eeff724d9499c08c272e47d792 .m-block-wrapper .m-button-HyYvS_Z { margin-top: unset; }
#\35 ab079eeff724d9499c08c272e47d792 .m-button-HyYvS_Z::before { display: none; content: ""; position: absolute; border-radius: inherit; padding: 2px; z-index: 0; inset: 0px; mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); pointer-events: none; }
#\35 ab079eeff724d9499c08c272e47d792 .m-button-HyYvS_Z:hover { background: rgb(202, 126, 0); border: 0px solid transparent; padding: 12px 16px; }
#\35 ab079eeff724d9499c08c272e47d792 .m-button-HyYvS_Z:hover::before { display: none; }
#\35 ab079eeff724d9499c08c272e47d792 .m-button-HyYvS_Z:active { background: rgb(233, 146, 2); border: 0px solid transparent; padding: 12px 16px; transform: scale(1); }
#\35 ab079eeff724d9499c08c272e47d792 .m-button-HyYvS_Z:active::before { display: none; background: linear-gradient(0deg, rgb(41, 92, 230), rgb(183, 55, 230)); }
#\35 ab079eeff724d9499c08c272e47d792 .m-button__text-HyYvS_Z { text-align: center; transition: transform 0.15s linear; }
@media (max-width: 500px){#\35 ab079eeff724d9499c08c272e47d792 .m-block-wrapper .m-button-HyYvS_Z { margin-top: unset; }#\35 ab079eeff724d9499c08c272e47d792 .m-button-HyYvS_Z { padding: 8px 16px; gap: 5px; }#\35 ab079eeff724d9499c08c272e47d792 .m-button-HyYvS_Z:hover { padding: 8px 16px; }#\35 ab079eeff724d9499c08c272e47d792 .m-button-HyYvS_Z:active { padding: 8px 16px; }}
#\35 ab079eeff724d9499c08c272e47d792 > .block-content { justify-content: center; }
@font-face { font-family: "Open Sans"; src: url("/assets/c3c8faadba26cc.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
.ms-ts-5ab079eeff724d9499c08c272e47d792-1421 { font-family: "Open Sans", Arial !important; font-weight: 600 !important; font-style: normal !important; font-size: 16px !important; line-height: 140% !important; letter-spacing: 0px !important; }
@font-face { font-family: "Open Sans"; src: url("/assets/c3c8faadba26cc.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
.ms-ts-d04f648c840e44c48981fc88c74130d3-1451 { font-family: "Open Sans", Arial !important; font-weight: 600 !important; font-style: normal !important; font-size: 20px !important; line-height: 140% !important; letter-spacing: 0px !important; }
@font-face { font-family: "Open Sans"; src: url("/assets/b2b01d716d3376.woff") format("woff"); font-weight: 400; font-style: normal; font-display: swap; }
.ms-ts-d04f648c840e44c48981fc88c74130d3-1453 { font-family: "Open Sans", Arial !important; font-weight: 400 !important; font-style: normal !important; font-size: 18px !important; line-height: 140% !important; letter-spacing: 0px !important; }
.blk_section[data-id="s-d04f648c840e44c48981fc88c74130d3"] .blk_section_inner { background-position: 50% 0%; background-repeat: no-repeat; }
#d04f648c840e44c48981fc88c74130d3 { --topPadding: 30px; --bottomPadding: 100px; }
#d04f648c840e44c48981fc88c74130d3 .section__wrapper { padding-top: var(--topPadding); padding-bottom: var(--bottomPadding); }
#d04f648c840e44c48981fc88c74130d3 .section__button-list { display: flex; width: 1170px; margin: 0px auto; padding: 0px 32px; }
#d04f648c840e44c48981fc88c74130d3 .section__button--hidden { display: none; }
@media (max-width: 500px){#d04f648c840e44c48981fc88c74130d3 { --topPadding: 16px; --bottomPadding: 70px; }#d04f648c840e44c48981fc88c74130d3 .section__button-list { width: 370px; padding: 0px 20px; }}
#d04f648c840e44c48981fc88c74130d3.blk_section { background: unset; }
#d04f648c840e44c48981fc88c74130d3 .section__button-list { justify-content: center; }
#d04f648c840e44c48981fc88c74130d3 .m-button-OeewWL- { --verPaddings: 15px; --horPaddings: 60px; --paddings: var(--verPaddings) var(--horPaddings); --paddingsForGradient: calc(var(--verPaddings) - 2px) calc(var(--horPaddings) - 2px); --iconMargin: 5px; --iconSize: 20px; --imageSize: 50px; }
#d04f648c840e44c48981fc88c74130d3 .m-button-OeewWL- { cursor: pointer; color: rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; box-shadow: unset; gap: var(--iconMargin); position: relative; background: rgb(244, 133, 25); border: 0px solid transparent; padding: var(--paddings); border-radius: 8px; word-break: break-word; transition: background 0.2s, color 0.2s, border 0.2s, padding 0.2s, transform 0.2s; }
#d04f648c840e44c48981fc88c74130d3 .m-button-OeewWL-::before { display: none; content: ""; position: absolute; border-radius: inherit; padding: 2px; inset: 0px; mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); pointer-events: none; }
#d04f648c840e44c48981fc88c74130d3 .m-button-OeewWL-:hover { }
#d04f648c840e44c48981fc88c74130d3 .m-button-OeewWL-:hover { background: rgb(237, 141, 47); border: 0px solid transparent; padding: var(--paddings); }
#d04f648c840e44c48981fc88c74130d3 .m-button-OeewWL-:hover::before { display: none; }
#d04f648c840e44c48981fc88c74130d3 .m-button-OeewWL-:active { transform: scale(1); }
#d04f648c840e44c48981fc88c74130d3 .m-button__text-OeewWL- { text-align: left; transition: transform 0.2s; }
@media (max-width: 500px){#d04f648c840e44c48981fc88c74130d3 .m-button-OeewWL- { --verPaddings: 8px; --horPaddings: 16px; --iconMargin: 5px; --iconSize: 20px; --imageSize: 50px; }}
#d04f648c840e44c48981fc88c74130d3 .m-button-Z2jn_zO { --verPaddings: 8px; --horPaddings: 16px; --paddings: var(--verPaddings) var(--horPaddings); --paddingsForGradient: calc(var(--verPaddings) - 2px) calc(var(--horPaddings) - 2px); --iconMargin: 5px; --iconSize: 20px; --imageSize: 50px; }
#d04f648c840e44c48981fc88c74130d3 .m-button-Z2jn_zO { cursor: pointer; color: rgb(153, 153, 153); display: flex; justify-content: center; align-items: center; box-shadow: unset; gap: var(--iconMargin); position: relative; background: transparent; border: 0px solid transparent; padding: var(--paddings); border-radius: 8px; word-break: break-word; transition: background 0.2s, color 0.2s, border 0.2s, padding 0.2s, transform 0.2s; }
#d04f648c840e44c48981fc88c74130d3 .m-button-Z2jn_zO::before { display: none; content: ""; position: absolute; border-radius: inherit; padding: 2px; inset: 0px; mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); pointer-events: none; }
#d04f648c840e44c48981fc88c74130d3 .m-button-Z2jn_zO:hover { }
#d04f648c840e44c48981fc88c74130d3 .m-button-Z2jn_zO:hover { background: rgb(238, 238, 238); border: 0px solid transparent; padding: var(--paddings); }
#d04f648c840e44c48981fc88c74130d3 .m-button-Z2jn_zO:hover::before { display: none; }
#d04f648c840e44c48981fc88c74130d3 .m-button-Z2jn_zO:active { transform: scale(1); }
#d04f648c840e44c48981fc88c74130d3 .m-button__text-Z2jn_zO { text-align: left; transition: transform 0.2s; }
@media (max-width: 500px){#d04f648c840e44c48981fc88c74130d3 .m-button-Z2jn_zO { --verPaddings: 8px; --horPaddings: 16px; --iconMargin: 5px; --iconSize: 20px; --imageSize: 50px; }}
@media (max-width: 500px){.ms-ts-d04f648c840e44c48981fc88c74130d3-1451 { font-size: 18px !important; }}
#fb5a0fb844674fc58426823135ff0f64 .m-image img, #fb5a0fb844674fc58426823135ff0f64 .m-image svg { width: 7px; }
#fb5a0fb844674fc58426823135ff0f64 .m-image__wrapper { position: relative; width: 7px; height: 0px; }
#fb5a0fb844674fc58426823135ff0f64 .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#fb5a0fb844674fc58426823135ff0f64 .m-image > * { }
#fb5a0fb844674fc58426823135ff0f64 .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#fb5a0fb844674fc58426823135ff0f64 .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#fb5a0fb844674fc58426823135ff0f64 .m-image__sub-wrapper:hover .m-image { }
#fb5a0fb844674fc58426823135ff0f64 .m-image__sub-wrapper { overflow: hidden; border-radius: 0px; box-shadow: none; }
#fb5a0fb844674fc58426823135ff0f64 .m-image img, #fb5a0fb844674fc58426823135ff0f64 .m-image svg { min-width: 7px; width: 7px; }
#fb5a0fb844674fc58426823135ff0f64 .m-image__wrapper { }
#fb5a0fb844674fc58426823135ff0f64 .m-image { width: 100%; height: 100%; line-height: 0; }
@media (max-width: 500px){#fb5a0fb844674fc58426823135ff0f64 { overflow: hidden; }}
#fb5a0fb844674fc58426823135ff0f64 > .block-content { justify-content: center; }
#\38 70561d8b85a48ebb8c7b53f5ba2929f .m-image img, #\38 70561d8b85a48ebb8c7b53f5ba2929f .m-image svg { width: 540px; }
#\38 70561d8b85a48ebb8c7b53f5ba2929f .m-image__wrapper { position: relative; width: 540px; height: 313.3px; }
#\38 70561d8b85a48ebb8c7b53f5ba2929f .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#\38 70561d8b85a48ebb8c7b53f5ba2929f .m-image > * { }
#\38 70561d8b85a48ebb8c7b53f5ba2929f .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#\38 70561d8b85a48ebb8c7b53f5ba2929f .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#\38 70561d8b85a48ebb8c7b53f5ba2929f .m-image__sub-wrapper:hover .m-image { }
#\38 70561d8b85a48ebb8c7b53f5ba2929f .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
@media (max-width: 500px){#\38 70561d8b85a48ebb8c7b53f5ba2929f .m-image img, #\38 70561d8b85a48ebb8c7b53f5ba2929f .m-image svg { width: 362px; }#\38 70561d8b85a48ebb8c7b53f5ba2929f .m-image__wrapper { width: 329px; height: 228px; }}
#\38 70561d8b85a48ebb8c7b53f5ba2929f .m-image img, #\38 70561d8b85a48ebb8c7b53f5ba2929f .m-image svg { min-width: 540px; width: 540px; }
#\38 70561d8b85a48ebb8c7b53f5ba2929f .m-image__wrapper { }
#\38 70561d8b85a48ebb8c7b53f5ba2929f .m-image { width: 100%; height: 100%; line-height: 0; cursor: pointer; }
#\38 70561d8b85a48ebb8c7b53f5ba2929f .m-image--mob { display: none; }
@media (max-width: 500px){#\38 70561d8b85a48ebb8c7b53f5ba2929f .m-image.m-image--mob img, #\38 70561d8b85a48ebb8c7b53f5ba2929f .m-image.m-image--mob svg { min-width: 329px; width: 329px; }#\38 70561d8b85a48ebb8c7b53f5ba2929f .m-image--mob { display: block; }#\38 70561d8b85a48ebb8c7b53f5ba2929f .m-image--mob + .m-image--pc { display: none; }}
#\38 70561d8b85a48ebb8c7b53f5ba2929f > .block-content { justify-content: center; }
#\34 24061d03e5e459ea361c398c3ba8d92 .m-image img, #\34 24061d03e5e459ea361c398c3ba8d92 .m-image svg { width: 540px; }
#\34 24061d03e5e459ea361c398c3ba8d92 .m-image__wrapper { position: relative; width: 540px; height: 312px; }
#\34 24061d03e5e459ea361c398c3ba8d92 .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#\34 24061d03e5e459ea361c398c3ba8d92 .m-image > * { }
#\34 24061d03e5e459ea361c398c3ba8d92 .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#\34 24061d03e5e459ea361c398c3ba8d92 .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#\34 24061d03e5e459ea361c398c3ba8d92 .m-image__sub-wrapper:hover .m-image { }
#\34 24061d03e5e459ea361c398c3ba8d92 .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
@media (max-width: 500px){#\34 24061d03e5e459ea361c398c3ba8d92 .m-image img, #\34 24061d03e5e459ea361c398c3ba8d92 .m-image svg { width: 417px; }#\34 24061d03e5e459ea361c398c3ba8d92 .m-image__wrapper { width: 330px; height: 241px; }}
#\34 24061d03e5e459ea361c398c3ba8d92 .m-image img, #\34 24061d03e5e459ea361c398c3ba8d92 .m-image svg { min-width: 540px; width: 540px; }
#\34 24061d03e5e459ea361c398c3ba8d92 .m-image__wrapper { }
#\34 24061d03e5e459ea361c398c3ba8d92 .m-image { width: 100%; height: 100%; line-height: 0; cursor: pointer; }
#\34 24061d03e5e459ea361c398c3ba8d92 .m-image--mob { display: none; }
@media (max-width: 500px){#\34 24061d03e5e459ea361c398c3ba8d92 .m-image.m-image--mob img, #\34 24061d03e5e459ea361c398c3ba8d92 .m-image.m-image--mob svg { min-width: 330px; width: 330px; }#\34 24061d03e5e459ea361c398c3ba8d92 .m-image--mob { display: block; }#\34 24061d03e5e459ea361c398c3ba8d92 .m-image--mob + .m-image--pc { display: none; }}
#\34 24061d03e5e459ea361c398c3ba8d92 > .block-content { justify-content: center; }
#ad1f13fa38ff458c956920e063b635b8 .m-image img, #ad1f13fa38ff458c956920e063b635b8 .m-image svg { width: 540px; }
#ad1f13fa38ff458c956920e063b635b8 .m-image__wrapper { position: relative; width: 540px; height: 312px; }
#ad1f13fa38ff458c956920e063b635b8 .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#ad1f13fa38ff458c956920e063b635b8 .m-image > * { }
#ad1f13fa38ff458c956920e063b635b8 .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#ad1f13fa38ff458c956920e063b635b8 .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#ad1f13fa38ff458c956920e063b635b8 .m-image__sub-wrapper:hover .m-image { }
#ad1f13fa38ff458c956920e063b635b8 .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
@media (max-width: 500px){#ad1f13fa38ff458c956920e063b635b8 .m-image img, #ad1f13fa38ff458c956920e063b635b8 .m-image svg { width: 365px; }#ad1f13fa38ff458c956920e063b635b8 .m-image__wrapper { width: 331px; height: 240px; }}
#ad1f13fa38ff458c956920e063b635b8 .m-image img, #ad1f13fa38ff458c956920e063b635b8 .m-image svg { min-width: 540px; width: 540px; }
#ad1f13fa38ff458c956920e063b635b8 .m-image__wrapper { }
#ad1f13fa38ff458c956920e063b635b8 .m-image { width: 100%; height: 100%; line-height: 0; cursor: pointer; }
#ad1f13fa38ff458c956920e063b635b8 .m-image--mob { display: none; }
@media (max-width: 500px){#ad1f13fa38ff458c956920e063b635b8 .m-image.m-image--mob img, #ad1f13fa38ff458c956920e063b635b8 .m-image.m-image--mob svg { min-width: 331px; width: 331px; }#ad1f13fa38ff458c956920e063b635b8 .m-image--mob { display: block; }#ad1f13fa38ff458c956920e063b635b8 .m-image--mob + .m-image--pc { display: none; }}
#ad1f13fa38ff458c956920e063b635b8 > .block-content { justify-content: center; }
#a8b1d92de9334b18a4ef89e1016f58e8 .m-image img, #a8b1d92de9334b18a4ef89e1016f58e8 .m-image svg { width: 556px; }
#a8b1d92de9334b18a4ef89e1016f58e8 .m-image__wrapper { position: relative; width: 540px; height: 313px; }
#a8b1d92de9334b18a4ef89e1016f58e8 .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#a8b1d92de9334b18a4ef89e1016f58e8 .m-image > * { }
#a8b1d92de9334b18a4ef89e1016f58e8 .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#a8b1d92de9334b18a4ef89e1016f58e8 .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#a8b1d92de9334b18a4ef89e1016f58e8 .m-image__sub-wrapper:hover .m-image { }
#a8b1d92de9334b18a4ef89e1016f58e8 .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
@media (max-width: 500px){#a8b1d92de9334b18a4ef89e1016f58e8 .m-image img, #a8b1d92de9334b18a4ef89e1016f58e8 .m-image svg { width: 428px; }#a8b1d92de9334b18a4ef89e1016f58e8 .m-image__wrapper { width: 330px; height: 241px; }}
#a8b1d92de9334b18a4ef89e1016f58e8 .m-image img, #a8b1d92de9334b18a4ef89e1016f58e8 .m-image svg { min-width: 540px; width: 540px; }
#a8b1d92de9334b18a4ef89e1016f58e8 .m-image__wrapper { }
#a8b1d92de9334b18a4ef89e1016f58e8 .m-image { width: 100%; height: 100%; line-height: 0; cursor: pointer; }
#a8b1d92de9334b18a4ef89e1016f58e8 .m-image--mob { display: none; }
@media (max-width: 500px){#a8b1d92de9334b18a4ef89e1016f58e8 .m-image.m-image--mob img, #a8b1d92de9334b18a4ef89e1016f58e8 .m-image.m-image--mob svg { min-width: 330px; width: 330px; }#a8b1d92de9334b18a4ef89e1016f58e8 .m-image--mob { display: block; }#a8b1d92de9334b18a4ef89e1016f58e8 .m-image--mob + .m-image--pc { display: none; }}
#a8b1d92de9334b18a4ef89e1016f58e8 > .block-content { justify-content: center; }
#\32 c023a63af31429ba9906b35f172d103 .m-image img, #\32 c023a63af31429ba9906b35f172d103 .m-image svg { width: 540px; }
#\32 c023a63af31429ba9906b35f172d103 .m-image__wrapper { position: relative; width: 540px; height: 312px; }
#\32 c023a63af31429ba9906b35f172d103 .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#\32 c023a63af31429ba9906b35f172d103 .m-image > * { }
#\32 c023a63af31429ba9906b35f172d103 .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#\32 c023a63af31429ba9906b35f172d103 .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#\32 c023a63af31429ba9906b35f172d103 .m-image__sub-wrapper:hover .m-image { }
#\32 c023a63af31429ba9906b35f172d103 .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
@media (max-width: 500px){#\32 c023a63af31429ba9906b35f172d103 .m-image img, #\32 c023a63af31429ba9906b35f172d103 .m-image svg { width: 330px; }#\32 c023a63af31429ba9906b35f172d103 .m-image__wrapper { width: 330px; height: 239px; }}
#\32 c023a63af31429ba9906b35f172d103 .m-image img, #\32 c023a63af31429ba9906b35f172d103 .m-image svg { min-width: 540px; width: 540px; }
#\32 c023a63af31429ba9906b35f172d103 .m-image__wrapper { }
#\32 c023a63af31429ba9906b35f172d103 .m-image { width: 100%; height: 100%; line-height: 0; cursor: pointer; }
#\32 c023a63af31429ba9906b35f172d103 .m-image--mob { display: none; }
@media (max-width: 500px){#\32 c023a63af31429ba9906b35f172d103 .m-image.m-image--mob img, #\32 c023a63af31429ba9906b35f172d103 .m-image.m-image--mob svg { min-width: 330px; width: 330px; }#\32 c023a63af31429ba9906b35f172d103 .m-image--mob { display: block; }#\32 c023a63af31429ba9906b35f172d103 .m-image--mob + .m-image--pc { display: none; }}
#\32 c023a63af31429ba9906b35f172d103 > .block-content { justify-content: center; }
#c9a36014ea294ffb9e6e9d4a18cc2608 > .block-content { display: flex; }
#c9a36014ea294ffb9e6e9d4a18cc2608 > .block-content > .m-block-wrapper { width: 100%; margin: 0px; }
#c9a36014ea294ffb9e6e9d4a18cc2608.blk-in-abs > .block-content > .m-block-wrapper { width: 540px; height: 300px; margin: 0px; }
@media (max-width: 500px){#c9a36014ea294ffb9e6e9d4a18cc2608 > .block-content > .m-block-wrapper { margin: 0px; }#c9a36014ea294ffb9e6e9d4a18cc2608.blk-in-abs > .block-content > .m-block-wrapper { width: 331px; height: 100px; margin: 0px; }}
#c9a36014ea294ffb9e6e9d4a18cc2608 > .block-content > .m-block-wrapper { min-width: 0px; }
#c9a36014ea294ffb9e6e9d4a18cc2608.blk-in-abs > .block-content > .m-block-wrapper { height: auto; }
#c9a36014ea294ffb9e6e9d4a18cc2608 .m-block-wrapper { display: flex; justify-content: inherit; min-width: 10%; }
#c9a36014ea294ffb9e6e9d4a18cc2608 .m-button-Er8luSs { max-width: 100%; overflow-wrap: break-word; }
#c9a36014ea294ffb9e6e9d4a18cc2608.blk-in-abs .m-button-wrapper { width: 100%; }
#c9a36014ea294ffb9e6e9d4a18cc2608 .m-button-wrapper { }
@media (max-width: 500px){#c9a36014ea294ffb9e6e9d4a18cc2608.blk-in-abs > .block-content > .m-block-wrapper { height: auto; }}
#c9a36014ea294ffb9e6e9d4a18cc2608 .m-block-wrapper .m-button-Er8luSs { width: unset; }
#c9a36014ea294ffb9e6e9d4a18cc2608.blk-in-abs .m-button-Er8luSs { width: 100%; height: 100%; }
#c9a36014ea294ffb9e6e9d4a18cc2608 .m-button-Er8luSs { cursor: pointer; width: min-content; color: rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; box-shadow: unset; gap: 5px; transition: 0.15s linear; position: relative; background: rgb(244, 133, 25); border: 0px solid transparent; padding: 12px 16px; border-radius: 10px; word-break: normal; }
#c9a36014ea294ffb9e6e9d4a18cc2608 .m-block-wrapper .m-button-Er8luSs { margin-top: unset; }
#c9a36014ea294ffb9e6e9d4a18cc2608 .m-button-Er8luSs::before { display: none; content: ""; position: absolute; border-radius: inherit; padding: 2px; z-index: 0; inset: 0px; mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); pointer-events: none; }
#c9a36014ea294ffb9e6e9d4a18cc2608 .m-button-Er8luSs:hover { background: rgb(202, 126, 0); border: 0px solid transparent; padding: 12px 16px; }
#c9a36014ea294ffb9e6e9d4a18cc2608 .m-button-Er8luSs:hover::before { display: none; }
#c9a36014ea294ffb9e6e9d4a18cc2608 .m-button-Er8luSs:active { background: rgb(233, 146, 2); border: 0px solid transparent; padding: 12px 16px; transform: scale(1); }
#c9a36014ea294ffb9e6e9d4a18cc2608 .m-button-Er8luSs:active::before { display: none; background: linear-gradient(0deg, rgb(41, 92, 230), rgb(183, 55, 230)); }
#c9a36014ea294ffb9e6e9d4a18cc2608 .m-button__text-Er8luSs { text-align: center; transition: transform 0.15s linear; }
@media (max-width: 500px){#c9a36014ea294ffb9e6e9d4a18cc2608 .m-block-wrapper .m-button-Er8luSs { margin-top: unset; }#c9a36014ea294ffb9e6e9d4a18cc2608 .m-button-Er8luSs { padding: 8px 16px; gap: 5px; }#c9a36014ea294ffb9e6e9d4a18cc2608 .m-button-Er8luSs:hover { padding: 8px 16px; }#c9a36014ea294ffb9e6e9d4a18cc2608 .m-button-Er8luSs:active { padding: 8px 16px; }}
#c9a36014ea294ffb9e6e9d4a18cc2608 > .block-content { justify-content: center; }
@font-face { font-family: "Open Sans"; src: url("/assets/c3c8faadba26cc.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
.ms-ts-c9a36014ea294ffb9e6e9d4a18cc2608-1667 { font-family: "Open Sans", Arial !important; font-weight: 600 !important; font-style: normal !important; font-size: 18px !important; line-height: 140% !important; letter-spacing: 0px !important; }
#\34 e9557235ac344caa16c6857ee92dd3a > .block-content { display: flex; }
#\34 e9557235ac344caa16c6857ee92dd3a > .block-content > .m-block-wrapper { width: 100%; margin: 0px; }
#\34 e9557235ac344caa16c6857ee92dd3a.blk-in-abs > .block-content > .m-block-wrapper { width: 540px; height: 300px; margin: 0px; }
@media (max-width: 500px){#\34 e9557235ac344caa16c6857ee92dd3a > .block-content > .m-block-wrapper { margin: 0px; }#\34 e9557235ac344caa16c6857ee92dd3a.blk-in-abs > .block-content > .m-block-wrapper { width: 331px; height: 100px; margin: 0px; }}
#\34 e9557235ac344caa16c6857ee92dd3a > .block-content > .m-block-wrapper { min-width: 0px; }
#\34 e9557235ac344caa16c6857ee92dd3a.blk-in-abs > .block-content > .m-block-wrapper { height: auto; }
#\34 e9557235ac344caa16c6857ee92dd3a .m-block-wrapper { display: flex; justify-content: inherit; min-width: 10%; }
#\34 e9557235ac344caa16c6857ee92dd3a .m-button-J_1an50 { max-width: 100%; overflow-wrap: break-word; }
#\34 e9557235ac344caa16c6857ee92dd3a.blk-in-abs .m-button-wrapper { width: 100%; }
#\34 e9557235ac344caa16c6857ee92dd3a .m-button-wrapper { }
@media (max-width: 500px){#\34 e9557235ac344caa16c6857ee92dd3a.blk-in-abs > .block-content > .m-block-wrapper { height: auto; }}
#\34 e9557235ac344caa16c6857ee92dd3a .m-block-wrapper .m-button-J_1an50 { width: unset; }
#\34 e9557235ac344caa16c6857ee92dd3a.blk-in-abs .m-button-J_1an50 { width: 100%; height: 100%; }
#\34 e9557235ac344caa16c6857ee92dd3a .m-button-J_1an50 { cursor: pointer; width: min-content; color: rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; box-shadow: unset; gap: 5px; transition: 0.15s linear; position: relative; background: rgb(244, 133, 25); border: 0px solid transparent; padding: 12px 16px; border-radius: 10px; word-break: normal; }
#\34 e9557235ac344caa16c6857ee92dd3a .m-block-wrapper .m-button-J_1an50 { margin-top: unset; }
#\34 e9557235ac344caa16c6857ee92dd3a .m-button-J_1an50::before { display: none; content: ""; position: absolute; border-radius: inherit; padding: 2px; z-index: 0; inset: 0px; mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); pointer-events: none; }
#\34 e9557235ac344caa16c6857ee92dd3a .m-button-J_1an50:hover { background: rgb(202, 126, 0); border: 0px solid transparent; padding: 12px 16px; }
#\34 e9557235ac344caa16c6857ee92dd3a .m-button-J_1an50:hover::before { display: none; }
#\34 e9557235ac344caa16c6857ee92dd3a .m-button-J_1an50:active { background: rgb(233, 146, 2); border: 0px solid transparent; padding: 12px 16px; transform: scale(1); }
#\34 e9557235ac344caa16c6857ee92dd3a .m-button-J_1an50:active::before { display: none; background: linear-gradient(0deg, rgb(41, 92, 230), rgb(183, 55, 230)); }
#\34 e9557235ac344caa16c6857ee92dd3a .m-button__text-J_1an50 { text-align: center; transition: transform 0.15s linear; }
@media (max-width: 500px){#\34 e9557235ac344caa16c6857ee92dd3a .m-block-wrapper .m-button-J_1an50 { margin-top: unset; }#\34 e9557235ac344caa16c6857ee92dd3a .m-button-J_1an50 { padding: 8px 16px; gap: 5px; }#\34 e9557235ac344caa16c6857ee92dd3a .m-button-J_1an50:hover { padding: 8px 16px; }#\34 e9557235ac344caa16c6857ee92dd3a .m-button-J_1an50:active { padding: 8px 16px; }}
#\34 e9557235ac344caa16c6857ee92dd3a > .block-content { justify-content: center; }
@font-face { font-family: "Open Sans"; src: url("/assets/c3c8faadba26cc.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
.ms-ts-4e9557235ac344caa16c6857ee92dd3a-1683 { font-family: "Open Sans", Arial !important; font-weight: 600 !important; font-style: normal !important; font-size: 18px !important; line-height: 140% !important; letter-spacing: 0px !important; }
#\33 9bf4c0074c54835b85ed6577e376583 > .block-content { display: flex; }
#\33 9bf4c0074c54835b85ed6577e376583 > .block-content > .m-block-wrapper { width: 100%; margin: 0px; }
#\33 9bf4c0074c54835b85ed6577e376583.blk-in-abs > .block-content > .m-block-wrapper { width: 540px; height: 300px; margin: 0px; }
@media (max-width: 500px){#\33 9bf4c0074c54835b85ed6577e376583 > .block-content > .m-block-wrapper { margin: 0px; }#\33 9bf4c0074c54835b85ed6577e376583.blk-in-abs > .block-content > .m-block-wrapper { width: 331px; height: 100px; margin: 0px; }}
#\33 9bf4c0074c54835b85ed6577e376583 > .block-content > .m-block-wrapper { min-width: 0px; }
#\33 9bf4c0074c54835b85ed6577e376583.blk-in-abs > .block-content > .m-block-wrapper { height: auto; }
#\33 9bf4c0074c54835b85ed6577e376583 .m-block-wrapper { display: flex; justify-content: inherit; min-width: 10%; }
#\33 9bf4c0074c54835b85ed6577e376583 .m-button-pBZOejF { max-width: 100%; overflow-wrap: break-word; }
#\33 9bf4c0074c54835b85ed6577e376583.blk-in-abs .m-button-wrapper { width: 100%; }
#\33 9bf4c0074c54835b85ed6577e376583 .m-button-wrapper { }
@media (max-width: 500px){#\33 9bf4c0074c54835b85ed6577e376583.blk-in-abs > .block-content > .m-block-wrapper { height: auto; }}
#\33 9bf4c0074c54835b85ed6577e376583 .m-block-wrapper .m-button-pBZOejF { width: unset; }
#\33 9bf4c0074c54835b85ed6577e376583.blk-in-abs .m-button-pBZOejF { width: 100%; height: 100%; }
#\33 9bf4c0074c54835b85ed6577e376583 .m-button-pBZOejF { cursor: pointer; width: min-content; color: rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; box-shadow: unset; gap: 5px; transition: 0.15s linear; position: relative; background: rgb(244, 133, 25); border: 0px solid transparent; padding: 12px 16px; border-radius: 10px; word-break: normal; }
#\33 9bf4c0074c54835b85ed6577e376583 .m-block-wrapper .m-button-pBZOejF { margin-top: unset; }
#\33 9bf4c0074c54835b85ed6577e376583 .m-button-pBZOejF::before { display: none; content: ""; position: absolute; border-radius: inherit; padding: 2px; z-index: 0; inset: 0px; mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); pointer-events: none; }
#\33 9bf4c0074c54835b85ed6577e376583 .m-button-pBZOejF:hover { background: rgb(202, 126, 0); border: 0px solid transparent; padding: 12px 16px; }
#\33 9bf4c0074c54835b85ed6577e376583 .m-button-pBZOejF:hover::before { display: none; }
#\33 9bf4c0074c54835b85ed6577e376583 .m-button-pBZOejF:active { background: rgb(233, 146, 2); border: 0px solid transparent; padding: 12px 16px; transform: scale(1); }
#\33 9bf4c0074c54835b85ed6577e376583 .m-button-pBZOejF:active::before { display: none; background: linear-gradient(0deg, rgb(41, 92, 230), rgb(183, 55, 230)); }
#\33 9bf4c0074c54835b85ed6577e376583 .m-button__text-pBZOejF { text-align: center; transition: transform 0.15s linear; }
@media (max-width: 500px){#\33 9bf4c0074c54835b85ed6577e376583 .m-block-wrapper .m-button-pBZOejF { margin-top: unset; }#\33 9bf4c0074c54835b85ed6577e376583 .m-button-pBZOejF { padding: 8px 16px; gap: 5px; }#\33 9bf4c0074c54835b85ed6577e376583 .m-button-pBZOejF:hover { padding: 8px 16px; }#\33 9bf4c0074c54835b85ed6577e376583 .m-button-pBZOejF:active { padding: 8px 16px; }}
#\33 9bf4c0074c54835b85ed6577e376583 > .block-content { justify-content: center; }
@font-face { font-family: "Open Sans"; src: url("/assets/c3c8faadba26cc.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
.ms-ts-39bf4c0074c54835b85ed6577e376583-1699 { font-family: "Open Sans", Arial !important; font-weight: 600 !important; font-style: normal !important; font-size: 18px !important; line-height: 140% !important; letter-spacing: 0px !important; }
#\39 72bf2c20eb74592bbd70f35e2784268 > .block-content { display: flex; }
#\39 72bf2c20eb74592bbd70f35e2784268 > .block-content > .m-block-wrapper { width: 100%; margin: 0px; }
#\39 72bf2c20eb74592bbd70f35e2784268.blk-in-abs > .block-content > .m-block-wrapper { width: 540px; height: 300px; margin: 0px; }
@media (max-width: 500px){#\39 72bf2c20eb74592bbd70f35e2784268 > .block-content > .m-block-wrapper { margin: 0px; }#\39 72bf2c20eb74592bbd70f35e2784268.blk-in-abs > .block-content > .m-block-wrapper { width: 330px; height: 100px; margin: 0px; }}
#\39 72bf2c20eb74592bbd70f35e2784268 > .block-content > .m-block-wrapper { min-width: 0px; }
#\39 72bf2c20eb74592bbd70f35e2784268.blk-in-abs > .block-content > .m-block-wrapper { height: auto; }
#\39 72bf2c20eb74592bbd70f35e2784268 .m-block-wrapper { display: flex; justify-content: inherit; min-width: 10%; }
#\39 72bf2c20eb74592bbd70f35e2784268 .m-button-fodiOif { max-width: 100%; overflow-wrap: break-word; }
#\39 72bf2c20eb74592bbd70f35e2784268.blk-in-abs .m-button-wrapper { width: 100%; }
#\39 72bf2c20eb74592bbd70f35e2784268 .m-button-wrapper { }
@media (max-width: 500px){#\39 72bf2c20eb74592bbd70f35e2784268.blk-in-abs > .block-content > .m-block-wrapper { height: auto; }}
#\39 72bf2c20eb74592bbd70f35e2784268 .m-block-wrapper .m-button-fodiOif { width: unset; }
#\39 72bf2c20eb74592bbd70f35e2784268.blk-in-abs .m-button-fodiOif { width: 100%; height: 100%; }
#\39 72bf2c20eb74592bbd70f35e2784268 .m-button-fodiOif { cursor: pointer; width: min-content; color: rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; box-shadow: unset; gap: 5px; transition: 0.15s linear; position: relative; background: rgb(244, 133, 25); border: 0px solid transparent; padding: 12px 16px; border-radius: 10px; word-break: normal; }
#\39 72bf2c20eb74592bbd70f35e2784268 .m-block-wrapper .m-button-fodiOif { margin-top: unset; }
#\39 72bf2c20eb74592bbd70f35e2784268 .m-button-fodiOif::before { display: none; content: ""; position: absolute; border-radius: inherit; padding: 2px; z-index: 0; inset: 0px; mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); pointer-events: none; }
#\39 72bf2c20eb74592bbd70f35e2784268 .m-button-fodiOif:hover { background: rgb(202, 126, 0); border: 0px solid transparent; padding: 12px 16px; }
#\39 72bf2c20eb74592bbd70f35e2784268 .m-button-fodiOif:hover::before { display: none; }
#\39 72bf2c20eb74592bbd70f35e2784268 .m-button-fodiOif:active { background: rgb(233, 146, 2); border: 0px solid transparent; padding: 12px 16px; transform: scale(1); }
#\39 72bf2c20eb74592bbd70f35e2784268 .m-button-fodiOif:active::before { display: none; background: linear-gradient(0deg, rgb(41, 92, 230), rgb(183, 55, 230)); }
#\39 72bf2c20eb74592bbd70f35e2784268 .m-button__text-fodiOif { text-align: center; transition: transform 0.15s linear; }
@media (max-width: 500px){#\39 72bf2c20eb74592bbd70f35e2784268 .m-block-wrapper .m-button-fodiOif { margin-top: unset; }#\39 72bf2c20eb74592bbd70f35e2784268 .m-button-fodiOif { padding: 8px 16px; gap: 5px; }#\39 72bf2c20eb74592bbd70f35e2784268 .m-button-fodiOif:hover { padding: 8px 16px; }#\39 72bf2c20eb74592bbd70f35e2784268 .m-button-fodiOif:active { padding: 8px 16px; }}
#\39 72bf2c20eb74592bbd70f35e2784268 > .block-content { justify-content: center; }
@font-face { font-family: "Open Sans"; src: url("/assets/c3c8faadba26cc.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
.ms-ts-972bf2c20eb74592bbd70f35e2784268-1715 { font-family: "Open Sans", Arial !important; font-weight: 600 !important; font-style: normal !important; font-size: 18px !important; line-height: 140% !important; letter-spacing: 0px !important; }
#a88bb15a7b8e411a9f3f19102a59f373 > .block-content { display: flex; }
#a88bb15a7b8e411a9f3f19102a59f373 > .block-content > .m-block-wrapper { width: 100%; margin: 0px; }
#a88bb15a7b8e411a9f3f19102a59f373.blk-in-abs > .block-content > .m-block-wrapper { width: 540px; height: 300px; margin: 0px; }
@media (max-width: 500px){#a88bb15a7b8e411a9f3f19102a59f373 > .block-content > .m-block-wrapper { margin: 0px; }#a88bb15a7b8e411a9f3f19102a59f373.blk-in-abs > .block-content > .m-block-wrapper { width: 330px; height: 100px; margin: 0px; }}
#a88bb15a7b8e411a9f3f19102a59f373 > .block-content > .m-block-wrapper { min-width: 0px; }
#a88bb15a7b8e411a9f3f19102a59f373.blk-in-abs > .block-content > .m-block-wrapper { height: auto; }
#a88bb15a7b8e411a9f3f19102a59f373 .m-block-wrapper { display: flex; justify-content: inherit; min-width: 10%; }
#a88bb15a7b8e411a9f3f19102a59f373 .m-button-m-dlSQG { max-width: 100%; overflow-wrap: break-word; }
#a88bb15a7b8e411a9f3f19102a59f373.blk-in-abs .m-button-wrapper { width: 100%; }
#a88bb15a7b8e411a9f3f19102a59f373 .m-button-wrapper { }
@media (max-width: 500px){#a88bb15a7b8e411a9f3f19102a59f373.blk-in-abs > .block-content > .m-block-wrapper { height: auto; }}
#a88bb15a7b8e411a9f3f19102a59f373 .m-block-wrapper .m-button-m-dlSQG { width: unset; }
#a88bb15a7b8e411a9f3f19102a59f373.blk-in-abs .m-button-m-dlSQG { width: 100%; height: 100%; }
#a88bb15a7b8e411a9f3f19102a59f373 .m-button-m-dlSQG { cursor: pointer; width: min-content; color: rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; box-shadow: unset; gap: 5px; transition: 0.15s linear; position: relative; background: rgb(244, 133, 25); border: 0px solid transparent; padding: 12px 16px; border-radius: 10px; word-break: normal; }
#a88bb15a7b8e411a9f3f19102a59f373 .m-block-wrapper .m-button-m-dlSQG { margin-top: unset; }
#a88bb15a7b8e411a9f3f19102a59f373 .m-button-m-dlSQG::before { display: none; content: ""; position: absolute; border-radius: inherit; padding: 2px; z-index: 0; inset: 0px; mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); pointer-events: none; }
#a88bb15a7b8e411a9f3f19102a59f373 .m-button-m-dlSQG:hover { background: rgb(202, 126, 0); border: 0px solid transparent; padding: 12px 16px; }
#a88bb15a7b8e411a9f3f19102a59f373 .m-button-m-dlSQG:hover::before { display: none; }
#a88bb15a7b8e411a9f3f19102a59f373 .m-button-m-dlSQG:active { background: rgb(233, 146, 2); border: 0px solid transparent; padding: 12px 16px; transform: scale(1); }
#a88bb15a7b8e411a9f3f19102a59f373 .m-button-m-dlSQG:active::before { display: none; background: linear-gradient(0deg, rgb(41, 92, 230), rgb(183, 55, 230)); }
#a88bb15a7b8e411a9f3f19102a59f373 .m-button__text-m-dlSQG { text-align: center; transition: transform 0.15s linear; }
@media (max-width: 500px){#a88bb15a7b8e411a9f3f19102a59f373 .m-block-wrapper .m-button-m-dlSQG { margin-top: unset; }#a88bb15a7b8e411a9f3f19102a59f373 .m-button-m-dlSQG { padding: 8px 16px; gap: 5px; }#a88bb15a7b8e411a9f3f19102a59f373 .m-button-m-dlSQG:hover { padding: 8px 16px; }#a88bb15a7b8e411a9f3f19102a59f373 .m-button-m-dlSQG:active { padding: 8px 16px; }}
#a88bb15a7b8e411a9f3f19102a59f373 > .block-content { justify-content: center; }
@font-face { font-family: "Open Sans"; src: url("/assets/c3c8faadba26cc.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
.ms-ts-a88bb15a7b8e411a9f3f19102a59f373-1731 { font-family: "Open Sans", Arial !important; font-weight: 600 !important; font-style: normal !important; font-size: 18px !important; line-height: 140% !important; letter-spacing: 0px !important; }
#\39 a829b4b41274a9fb3fac318bba0da0e .m-image img, #\39 a829b4b41274a9fb3fac318bba0da0e .m-image svg { width: 541px; }
#\39 a829b4b41274a9fb3fac318bba0da0e .m-image__wrapper { position: relative; width: 540px; height: 312px; }
#\39 a829b4b41274a9fb3fac318bba0da0e .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#\39 a829b4b41274a9fb3fac318bba0da0e .m-image > * { }
#\39 a829b4b41274a9fb3fac318bba0da0e .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#\39 a829b4b41274a9fb3fac318bba0da0e .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#\39 a829b4b41274a9fb3fac318bba0da0e .m-image__sub-wrapper:hover .m-image { }
#\39 a829b4b41274a9fb3fac318bba0da0e .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
@media (max-width: 500px){#\39 a829b4b41274a9fb3fac318bba0da0e .m-image img, #\39 a829b4b41274a9fb3fac318bba0da0e .m-image svg { width: 414px; }#\39 a829b4b41274a9fb3fac318bba0da0e .m-image__wrapper { width: 330px; height: 239px; }}
#\39 a829b4b41274a9fb3fac318bba0da0e .m-image img, #\39 a829b4b41274a9fb3fac318bba0da0e .m-image svg { min-width: 540px; width: 540px; }
#\39 a829b4b41274a9fb3fac318bba0da0e .m-image__wrapper { }
#\39 a829b4b41274a9fb3fac318bba0da0e .m-image { width: 100%; height: 100%; line-height: 0; cursor: pointer; }
#\39 a829b4b41274a9fb3fac318bba0da0e .m-image--mob { display: none; }
@media (max-width: 500px){#\39 a829b4b41274a9fb3fac318bba0da0e .m-image.m-image--mob img, #\39 a829b4b41274a9fb3fac318bba0da0e .m-image.m-image--mob svg { min-width: 330px; width: 330px; }#\39 a829b4b41274a9fb3fac318bba0da0e .m-image--mob { display: block; }#\39 a829b4b41274a9fb3fac318bba0da0e .m-image--mob + .m-image--pc { display: none; }}
#\39 a829b4b41274a9fb3fac318bba0da0e > .block-content { justify-content: center; }
#\38 71b0904963c4640be054140a6de248e > .block-content { display: flex; }
#\38 71b0904963c4640be054140a6de248e > .block-content > .m-block-wrapper { width: 100%; margin: 0px; }
#\38 71b0904963c4640be054140a6de248e.blk-in-abs > .block-content > .m-block-wrapper { width: 540px; height: 300px; margin: 0px; }
@media (max-width: 500px){#\38 71b0904963c4640be054140a6de248e > .block-content > .m-block-wrapper { margin: 0px; }#\38 71b0904963c4640be054140a6de248e.blk-in-abs > .block-content > .m-block-wrapper { width: 331px; height: 100px; margin: 0px; }}
#\38 71b0904963c4640be054140a6de248e > .block-content > .m-block-wrapper { min-width: 0px; }
#\38 71b0904963c4640be054140a6de248e.blk-in-abs > .block-content > .m-block-wrapper { height: auto; }
#\38 71b0904963c4640be054140a6de248e .m-block-wrapper { display: flex; justify-content: inherit; min-width: 10%; }
#\38 71b0904963c4640be054140a6de248e .m-button-yRXRTlw { max-width: 100%; overflow-wrap: break-word; }
#\38 71b0904963c4640be054140a6de248e.blk-in-abs .m-button-wrapper { width: 100%; }
#\38 71b0904963c4640be054140a6de248e .m-button-wrapper { }
@media (max-width: 500px){#\38 71b0904963c4640be054140a6de248e.blk-in-abs > .block-content > .m-block-wrapper { height: auto; }}
#\38 71b0904963c4640be054140a6de248e .m-block-wrapper .m-button-yRXRTlw { width: unset; }
#\38 71b0904963c4640be054140a6de248e.blk-in-abs .m-button-yRXRTlw { width: 100%; height: 100%; }
#\38 71b0904963c4640be054140a6de248e .m-button-yRXRTlw { cursor: pointer; width: min-content; color: rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; box-shadow: unset; gap: 5px; transition: 0.15s linear; position: relative; background: rgb(244, 133, 25); border: 0px solid transparent; padding: 12px 16px; border-radius: 10px; word-break: normal; }
#\38 71b0904963c4640be054140a6de248e .m-block-wrapper .m-button-yRXRTlw { margin-top: unset; }
#\38 71b0904963c4640be054140a6de248e .m-button-yRXRTlw::before { display: none; content: ""; position: absolute; border-radius: inherit; padding: 2px; z-index: 0; inset: 0px; mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); pointer-events: none; }
#\38 71b0904963c4640be054140a6de248e .m-button-yRXRTlw:hover { background: rgb(202, 126, 0); border: 0px solid transparent; padding: 12px 16px; }
#\38 71b0904963c4640be054140a6de248e .m-button-yRXRTlw:hover::before { display: none; }
#\38 71b0904963c4640be054140a6de248e .m-button-yRXRTlw:active { background: rgb(233, 146, 2); border: 0px solid transparent; padding: 12px 16px; transform: scale(1); }
#\38 71b0904963c4640be054140a6de248e .m-button-yRXRTlw:active::before { display: none; background: linear-gradient(0deg, rgb(41, 92, 230), rgb(183, 55, 230)); }
#\38 71b0904963c4640be054140a6de248e .m-button__text-yRXRTlw { text-align: center; transition: transform 0.15s linear; }
@media (max-width: 500px){#\38 71b0904963c4640be054140a6de248e .m-block-wrapper .m-button-yRXRTlw { margin-top: unset; }#\38 71b0904963c4640be054140a6de248e .m-button-yRXRTlw { padding: 8px 16px; gap: 5px; }#\38 71b0904963c4640be054140a6de248e .m-button-yRXRTlw:hover { padding: 8px 16px; }#\38 71b0904963c4640be054140a6de248e .m-button-yRXRTlw:active { padding: 8px 16px; }}
#\38 71b0904963c4640be054140a6de248e > .block-content { justify-content: center; }
@font-face { font-family: "Open Sans"; src: url("/assets/c3c8faadba26cc.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
.ms-ts-871b0904963c4640be054140a6de248e-1779 { font-family: "Open Sans", Arial !important; font-weight: 600 !important; font-style: normal !important; font-size: 16px !important; line-height: 140% !important; letter-spacing: 0px !important; }
@font-face { font-family: "Open Sans"; src: url("/assets/b2b01d716d3376.woff") format("woff"); font-weight: 400; font-style: normal; font-display: swap; }
.blk_text.blk_text__mtr-85 h1.blk-data.font-16:not([data-gs-fonts]), .blk_text.blk_text__mtr-85 h2.blk-data.font-16:not([data-gs-fonts]), .blk_text.blk_text__mtr-85 h3.blk-data.font-16:not([data-gs-fonts]), .blk_text.blk_text__mtr-85 h4.blk-data.font-16:not([data-gs-fonts]), .blk_text.blk_text__mtr-85 h5.blk-data.font-16:not([data-gs-fonts]), .blk_text.blk_text__mtr-85 h6.blk-data.font-16:not([data-gs-fonts]), .font-16 { font-family: "Open Sans", Arial !important; font-weight: 400 !important; font-style: normal !important; }
#ec44891a042c438e8ab49d60cc3f798c > .block-content { display: flex; }
#ec44891a042c438e8ab49d60cc3f798c > .block-content > .m-block-wrapper { width: 100%; margin: 0px; }
@media (max-width: 500px){#ec44891a042c438e8ab49d60cc3f798c > .block-content > .m-block-wrapper { margin: 0px; }}
#ec44891a042c438e8ab49d60cc3f798c > .block-content > .m-block-wrapper { min-width: 0px; }
#ec44891a042c438e8ab49d60cc3f798c .m-block-wrapper { display: flex; justify-content: inherit; min-width: 10%; }
#ec44891a042c438e8ab49d60cc3f798c .m-button-vSVs8mj { max-width: 100%; overflow-wrap: break-word; }
#ec44891a042c438e8ab49d60cc3f798c .m-button-wrapper { }
#ec44891a042c438e8ab49d60cc3f798c .m-block-wrapper .m-button-vSVs8mj { width: unset; }
#ec44891a042c438e8ab49d60cc3f798c .m-button-vSVs8mj { cursor: pointer; width: min-content; color: rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; box-shadow: rgba(0, 0, 0, 0.3) 1px 2px 2px 1px; gap: 5px; transition: 0.15s linear; position: relative; background: rgb(244, 133, 25); border: 0px solid transparent; padding: 15px 60px; border-radius: 10px; word-break: normal; }
#ec44891a042c438e8ab49d60cc3f798c .m-block-wrapper .m-button-vSVs8mj { margin-top: unset; }
#ec44891a042c438e8ab49d60cc3f798c .m-button-vSVs8mj::before { display: none; content: ""; position: absolute; border-radius: inherit; padding: 2px; z-index: 0; inset: 0px; mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); pointer-events: none; }
#ec44891a042c438e8ab49d60cc3f798c .m-button-vSVs8mj:hover { background: rgb(202, 126, 0); border: 0px solid transparent; padding: 15px 60px; }
#ec44891a042c438e8ab49d60cc3f798c .m-button-vSVs8mj:hover::before { display: none; }
#ec44891a042c438e8ab49d60cc3f798c .m-button-vSVs8mj:active { background: rgb(233, 146, 2); border: 0px solid transparent; padding: 15px 60px; transform: scale(1); }
#ec44891a042c438e8ab49d60cc3f798c .m-button-vSVs8mj:active::before { display: none; background: linear-gradient(0deg, rgb(41, 92, 230), rgb(183, 55, 230)); }
#ec44891a042c438e8ab49d60cc3f798c .m-button-vSVs8mj > .m-button__effect-blick { position: absolute; background: transparent; width: 100%; height: 100%; border-radius: inherit; overflow: hidden; pointer-events: none; }
#ec44891a042c438e8ab49d60cc3f798c .m-button-vSVs8mj:hover > .m-button__effect-blick::after { position: absolute; content: ""; width: 50px; height: 800px; background: linear-gradient(90deg, transparent, rgb(255, 255, 255), transparent); opacity: 0.4; transform: translateY(-50%) rotate(45deg); transition: 0.1s; animation: 3s linear 0s infinite normal none running blick; }
#ec44891a042c438e8ab49d60cc3f798c .m-button__text-vSVs8mj { text-align: center; transition: transform 0.15s linear; }
@keyframes pulse-vSVs8mj { 
  0% { box-shadow: rgba(119, 119, 119, 0.6) 0px 0px 0px 0px; }
  100% { box-shadow: rgba(119, 119, 119, 0) 0px 0px 0px 15px; }
}
@keyframes blick { 
  0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; }
}
@keyframes light-vSVs8mj { 
  0% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 0px); }
  100% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 6px); }
}
@keyframes shape { 
  50% { transform: translateX(3px) rotate(2deg); }
  100% { transform: translateX(-3px) rotate(-2deg); }
}
@keyframes squeeze { 
  0% { transform: scale(1); }
  30% { transform: scaleX(1.05) scaleY(0.85); }
  40% { transform: scaleX(0.85) scaleY(1.1); }
  60% { transform: scaleX(1.05) scaleY(0.95); }
  100% { transform: scale(1); }
}
@media (max-width: 500px){#ec44891a042c438e8ab49d60cc3f798c .m-block-wrapper .m-button-vSVs8mj { margin-top: unset; }#ec44891a042c438e8ab49d60cc3f798c .m-button-vSVs8mj { padding: 8px 40px; gap: 5px; }#ec44891a042c438e8ab49d60cc3f798c .m-button-vSVs8mj:hover { padding: 8px 40px; }#ec44891a042c438e8ab49d60cc3f798c .m-button-vSVs8mj:active { padding: 8px 40px; }}
#ec44891a042c438e8ab49d60cc3f798c > .block-content { justify-content: center; }
@font-face { font-family: "Open Sans"; src: url("/assets/c3c8faadba26cc.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
.ms-ts-ec44891a042c438e8ab49d60cc3f798c-1795 { font-family: "Open Sans", Arial !important; font-weight: 600 !important; font-style: normal !important; font-size: 20px !important; line-height: 140% !important; letter-spacing: 0px !important; }
@media (max-width: 500px){.ms-ts-ec44891a042c438e8ab49d60cc3f798c-1795 { font-size: 18px !important; }}
#a6e7c6f8cda2474fa8ebcd52857dbab0 > .block-content { display: flex; }
#a6e7c6f8cda2474fa8ebcd52857dbab0 > .block-content > .m-block-wrapper { width: 100%; margin: 0px; }
@media (max-width: 500px){#a6e7c6f8cda2474fa8ebcd52857dbab0 > .block-content > .m-block-wrapper { margin: 0px; }}
#a6e7c6f8cda2474fa8ebcd52857dbab0 > .block-content > .m-block-wrapper { min-width: 0px; }
#a6e7c6f8cda2474fa8ebcd52857dbab0 .m-block-wrapper { display: flex; justify-content: inherit; min-width: 10%; }
#a6e7c6f8cda2474fa8ebcd52857dbab0 .m-button-GybvjH_ { max-width: 100%; overflow-wrap: break-word; }
#a6e7c6f8cda2474fa8ebcd52857dbab0 .m-button-wrapper { }
#a6e7c6f8cda2474fa8ebcd52857dbab0 .m-block-wrapper .m-button-GybvjH_ { width: unset; }
#a6e7c6f8cda2474fa8ebcd52857dbab0 .m-button-GybvjH_ { cursor: pointer; width: min-content; color: rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; box-shadow: rgba(0, 0, 0, 0.3) 1px 2px 2px 1px; gap: 5px; transition: 0.15s linear; position: relative; background: rgb(244, 133, 25); border: 0px solid transparent; padding: 15px 60px; border-radius: 10px; word-break: normal; }
#a6e7c6f8cda2474fa8ebcd52857dbab0 .m-block-wrapper .m-button-GybvjH_ { margin-top: unset; }
#a6e7c6f8cda2474fa8ebcd52857dbab0 .m-button-GybvjH_::before { display: none; content: ""; position: absolute; border-radius: inherit; padding: 2px; z-index: 0; inset: 0px; mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); pointer-events: none; }
#a6e7c6f8cda2474fa8ebcd52857dbab0 .m-button-GybvjH_:hover { background: rgb(202, 126, 0); border: 0px solid transparent; padding: 15px 60px; }
#a6e7c6f8cda2474fa8ebcd52857dbab0 .m-button-GybvjH_:hover::before { display: none; }
#a6e7c6f8cda2474fa8ebcd52857dbab0 .m-button-GybvjH_:active { background: rgb(233, 146, 2); border: 0px solid transparent; padding: 15px 60px; transform: scale(1); }
#a6e7c6f8cda2474fa8ebcd52857dbab0 .m-button-GybvjH_:active::before { display: none; background: linear-gradient(0deg, rgb(41, 92, 230), rgb(183, 55, 230)); }
#a6e7c6f8cda2474fa8ebcd52857dbab0 .m-button-GybvjH_ > .m-button__effect-blick { position: absolute; background: transparent; width: 100%; height: 100%; border-radius: inherit; overflow: hidden; pointer-events: none; }
#a6e7c6f8cda2474fa8ebcd52857dbab0 .m-button-GybvjH_:hover > .m-button__effect-blick::after { position: absolute; content: ""; width: 50px; height: 800px; background: linear-gradient(90deg, transparent, rgb(255, 255, 255), transparent); opacity: 0.4; transform: translateY(-50%) rotate(45deg); transition: 0.1s; animation: 3s linear 0s infinite normal none running blick; }
#a6e7c6f8cda2474fa8ebcd52857dbab0 .m-button__text-GybvjH_ { text-align: center; transition: transform 0.15s linear; }
@keyframes pulse-GybvjH_ { 
  0% { box-shadow: rgba(119, 119, 119, 0.6) 0px 0px 0px 0px; }
  100% { box-shadow: rgba(119, 119, 119, 0) 0px 0px 0px 15px; }
}
@keyframes blick { 
  0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; }
}
@keyframes light-GybvjH_ { 
  0% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 0px); }
  100% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 6px); }
}
@keyframes shape { 
  50% { transform: translateX(3px) rotate(2deg); }
  100% { transform: translateX(-3px) rotate(-2deg); }
}
@keyframes squeeze { 
  0% { transform: scale(1); }
  30% { transform: scaleX(1.05) scaleY(0.85); }
  40% { transform: scaleX(0.85) scaleY(1.1); }
  60% { transform: scaleX(1.05) scaleY(0.95); }
  100% { transform: scale(1); }
}
@media (max-width: 500px){#a6e7c6f8cda2474fa8ebcd52857dbab0 .m-block-wrapper .m-button-GybvjH_ { margin-top: unset; }#a6e7c6f8cda2474fa8ebcd52857dbab0 .m-button-GybvjH_ { padding: 8px 40px; gap: 5px; }#a6e7c6f8cda2474fa8ebcd52857dbab0 .m-button-GybvjH_:hover { padding: 8px 40px; }#a6e7c6f8cda2474fa8ebcd52857dbab0 .m-button-GybvjH_:active { padding: 8px 40px; }}
#a6e7c6f8cda2474fa8ebcd52857dbab0 > .block-content { justify-content: center; }
@font-face { font-family: "Open Sans"; src: url("/assets/c3c8faadba26cc.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
.ms-ts-a6e7c6f8cda2474fa8ebcd52857dbab0-1811 { font-family: "Open Sans", Arial !important; font-weight: 600 !important; font-style: normal !important; font-size: 20px !important; line-height: 140% !important; letter-spacing: 0px !important; }
@media (max-width: 500px){.ms-ts-a6e7c6f8cda2474fa8ebcd52857dbab0-1811 { font-size: 18px !important; }}
#\33 a4fe97d17cd48208a047bbc258fa487 > .block-content { display: flex; }
#\33 a4fe97d17cd48208a047bbc258fa487 > .block-content > .m-block-wrapper { width: 100%; margin: 0px; }
@media (max-width: 500px){#\33 a4fe97d17cd48208a047bbc258fa487 > .block-content > .m-block-wrapper { margin: 0px; }}
#\33 a4fe97d17cd48208a047bbc258fa487 > .block-content > .m-block-wrapper { min-width: 0px; }
#\33 a4fe97d17cd48208a047bbc258fa487 .m-block-wrapper { display: flex; justify-content: inherit; min-width: 10%; }
#\33 a4fe97d17cd48208a047bbc258fa487 .m-button-KeHS_P0 { max-width: 100%; overflow-wrap: break-word; }
#\33 a4fe97d17cd48208a047bbc258fa487 .m-button-wrapper { }
#\33 a4fe97d17cd48208a047bbc258fa487 .m-block-wrapper .m-button-KeHS_P0 { width: unset; }
#\33 a4fe97d17cd48208a047bbc258fa487 .m-button-KeHS_P0 { cursor: pointer; width: min-content; color: rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; box-shadow: rgba(0, 0, 0, 0.3) 1px 2px 2px 1px; gap: 5px; transition: 0.15s linear; position: relative; background: rgb(244, 133, 25); border: 0px solid transparent; padding: 15px 60px; border-radius: 10px; word-break: normal; }
#\33 a4fe97d17cd48208a047bbc258fa487 .m-block-wrapper .m-button-KeHS_P0 { margin-top: unset; }
#\33 a4fe97d17cd48208a047bbc258fa487 .m-button-KeHS_P0::before { display: none; content: ""; position: absolute; border-radius: inherit; padding: 2px; z-index: 0; inset: 0px; mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); pointer-events: none; }
#\33 a4fe97d17cd48208a047bbc258fa487 .m-button-KeHS_P0:hover { background: rgb(202, 126, 0); border: 0px solid transparent; padding: 15px 60px; }
#\33 a4fe97d17cd48208a047bbc258fa487 .m-button-KeHS_P0:hover::before { display: none; }
#\33 a4fe97d17cd48208a047bbc258fa487 .m-button-KeHS_P0:active { background: rgb(233, 146, 2); border: 0px solid transparent; padding: 15px 60px; transform: scale(1); }
#\33 a4fe97d17cd48208a047bbc258fa487 .m-button-KeHS_P0:active::before { display: none; background: linear-gradient(0deg, rgb(41, 92, 230), rgb(183, 55, 230)); }
#\33 a4fe97d17cd48208a047bbc258fa487 .m-button-KeHS_P0 > .m-button__effect-blick { position: absolute; background: transparent; width: 100%; height: 100%; border-radius: inherit; overflow: hidden; pointer-events: none; }
#\33 a4fe97d17cd48208a047bbc258fa487 .m-button-KeHS_P0:hover > .m-button__effect-blick::after { position: absolute; content: ""; width: 50px; height: 800px; background: linear-gradient(90deg, transparent, rgb(255, 255, 255), transparent); opacity: 0.4; transform: translateY(-50%) rotate(45deg); transition: 0.1s; animation: 3s linear 0s infinite normal none running blick; }
#\33 a4fe97d17cd48208a047bbc258fa487 .m-button__text-KeHS_P0 { text-align: center; transition: transform 0.15s linear; }
@keyframes pulse-KeHS_P0 { 
  0% { box-shadow: rgba(119, 119, 119, 0.6) 0px 0px 0px 0px; }
  100% { box-shadow: rgba(119, 119, 119, 0) 0px 0px 0px 15px; }
}
@keyframes blick { 
  0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; }
}
@keyframes light-KeHS_P0 { 
  0% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 0px); }
  100% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 6px); }
}
@keyframes shape { 
  50% { transform: translateX(3px) rotate(2deg); }
  100% { transform: translateX(-3px) rotate(-2deg); }
}
@keyframes squeeze { 
  0% { transform: scale(1); }
  30% { transform: scaleX(1.05) scaleY(0.85); }
  40% { transform: scaleX(0.85) scaleY(1.1); }
  60% { transform: scaleX(1.05) scaleY(0.95); }
  100% { transform: scale(1); }
}
@media (max-width: 500px){#\33 a4fe97d17cd48208a047bbc258fa487 .m-block-wrapper .m-button-KeHS_P0 { margin-top: unset; }#\33 a4fe97d17cd48208a047bbc258fa487 .m-button-KeHS_P0 { padding: 8px 40px; gap: 5px; }#\33 a4fe97d17cd48208a047bbc258fa487 .m-button-KeHS_P0:hover { padding: 8px 40px; }#\33 a4fe97d17cd48208a047bbc258fa487 .m-button-KeHS_P0:active { padding: 8px 40px; }}
#\33 a4fe97d17cd48208a047bbc258fa487 > .block-content { justify-content: center; }
@font-face { font-family: "Open Sans"; src: url("/assets/c3c8faadba26cc.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
.ms-ts-3a4fe97d17cd48208a047bbc258fa487-1827 { font-family: "Open Sans", Arial !important; font-weight: 600 !important; font-style: normal !important; font-size: 20px !important; line-height: 140% !important; letter-spacing: 0px !important; }
@media (max-width: 500px){.ms-ts-3a4fe97d17cd48208a047bbc258fa487-1827 { font-size: 18px !important; }}
#\38 b4d7df5c7df45088ea641bb6d2e0ca8 > .block-content { display: flex; }
#\38 b4d7df5c7df45088ea641bb6d2e0ca8 > .block-content > .m-block-wrapper { width: 100%; margin: 0px; }
@media (max-width: 500px){#\38 b4d7df5c7df45088ea641bb6d2e0ca8 > .block-content > .m-block-wrapper { margin: 0px; }}
#\38 b4d7df5c7df45088ea641bb6d2e0ca8 > .block-content > .m-block-wrapper { min-width: 0px; }
#\38 b4d7df5c7df45088ea641bb6d2e0ca8 .m-block-wrapper { display: flex; justify-content: inherit; min-width: 10%; }
#\38 b4d7df5c7df45088ea641bb6d2e0ca8 .m-button-Dlk1Uk- { max-width: 100%; overflow-wrap: break-word; }
#\38 b4d7df5c7df45088ea641bb6d2e0ca8 .m-button-wrapper { }
#\38 b4d7df5c7df45088ea641bb6d2e0ca8 .m-block-wrapper .m-button-Dlk1Uk- { width: unset; }
#\38 b4d7df5c7df45088ea641bb6d2e0ca8 .m-button-Dlk1Uk- { cursor: pointer; width: min-content; color: rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; box-shadow: rgba(0, 0, 0, 0.3) 1px 2px 2px 1px; gap: 5px; transition: 0.15s linear; position: relative; background: rgb(244, 133, 25); border: 0px solid transparent; padding: 16px 60px; border-radius: 10px; word-break: normal; }
#\38 b4d7df5c7df45088ea641bb6d2e0ca8 .m-block-wrapper .m-button-Dlk1Uk- { margin-top: unset; }
#\38 b4d7df5c7df45088ea641bb6d2e0ca8 .m-button-Dlk1Uk-::before { display: none; content: ""; position: absolute; border-radius: inherit; padding: 2px; z-index: 0; inset: 0px; mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); pointer-events: none; }
#\38 b4d7df5c7df45088ea641bb6d2e0ca8 .m-button-Dlk1Uk-:hover { background: rgb(202, 126, 0); border: 0px solid transparent; padding: 16px 60px; }
#\38 b4d7df5c7df45088ea641bb6d2e0ca8 .m-button-Dlk1Uk-:hover::before { display: none; }
#\38 b4d7df5c7df45088ea641bb6d2e0ca8 .m-button-Dlk1Uk-:active { background: rgb(233, 146, 2); border: 0px solid transparent; padding: 16px 60px; transform: scale(1); }
#\38 b4d7df5c7df45088ea641bb6d2e0ca8 .m-button-Dlk1Uk-:active::before { display: none; background: linear-gradient(0deg, rgb(41, 92, 230), rgb(183, 55, 230)); }
#\38 b4d7df5c7df45088ea641bb6d2e0ca8 .m-button-Dlk1Uk- > .m-button__effect-blick { position: absolute; background: transparent; width: 100%; height: 100%; border-radius: inherit; overflow: hidden; pointer-events: none; }
#\38 b4d7df5c7df45088ea641bb6d2e0ca8 .m-button-Dlk1Uk-:hover > .m-button__effect-blick::after { position: absolute; content: ""; width: 50px; height: 800px; background: linear-gradient(90deg, transparent, rgb(255, 255, 255), transparent); opacity: 0.4; transform: translateY(-50%) rotate(45deg); transition: 0.1s; animation: 3s linear 0s infinite normal none running blick; }
#\38 b4d7df5c7df45088ea641bb6d2e0ca8 .m-button__text-Dlk1Uk- { text-align: center; transition: transform 0.15s linear; }
@keyframes pulse-Dlk1Uk- { 
  0% { box-shadow: rgba(119, 119, 119, 0.6) 0px 0px 0px 0px; }
  100% { box-shadow: rgba(119, 119, 119, 0) 0px 0px 0px 15px; }
}
@keyframes blick { 
  0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; }
}
@keyframes light-Dlk1Uk- { 
  0% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 0px); }
  100% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 6px); }
}
@keyframes shape { 
  50% { transform: translateX(3px) rotate(2deg); }
  100% { transform: translateX(-3px) rotate(-2deg); }
}
@keyframes squeeze { 
  0% { transform: scale(1); }
  30% { transform: scaleX(1.05) scaleY(0.85); }
  40% { transform: scaleX(0.85) scaleY(1.1); }
  60% { transform: scaleX(1.05) scaleY(0.95); }
  100% { transform: scale(1); }
}
@media (max-width: 500px){#\38 b4d7df5c7df45088ea641bb6d2e0ca8 .m-block-wrapper .m-button-Dlk1Uk- { margin-top: unset; }#\38 b4d7df5c7df45088ea641bb6d2e0ca8 .m-button-Dlk1Uk- { padding: 8px 30px; gap: 5px; }#\38 b4d7df5c7df45088ea641bb6d2e0ca8 .m-button-Dlk1Uk-:hover { padding: 8px 30px; }#\38 b4d7df5c7df45088ea641bb6d2e0ca8 .m-button-Dlk1Uk-:active { padding: 8px 30px; }}
#\38 b4d7df5c7df45088ea641bb6d2e0ca8 > .block-content { justify-content: center; }
@font-face { font-family: "Open Sans"; src: url("/assets/c3c8faadba26cc.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
.ms-ts-8b4d7df5c7df45088ea641bb6d2e0ca8-1843 { font-family: "Open Sans", Arial !important; font-weight: 600 !important; font-style: normal !important; font-size: 20px !important; line-height: 140% !important; letter-spacing: 0px !important; }
@media (max-width: 500px){.ms-ts-8b4d7df5c7df45088ea641bb6d2e0ca8-1843 { font-size: 18px !important; }}
#\32 9716909e48f43e1acd686bfa1dafddb > .block-content { display: flex; }
#\32 9716909e48f43e1acd686bfa1dafddb > .block-content > .m-block-wrapper { width: 100%; margin: 4px 0px 0px; }
@media (max-width: 500px){#\32 9716909e48f43e1acd686bfa1dafddb > .block-content > .m-block-wrapper { margin: 0px; }}
#\32 9716909e48f43e1acd686bfa1dafddb > .block-content > .m-block-wrapper { min-width: 0px; }
#\32 9716909e48f43e1acd686bfa1dafddb .m-block-wrapper { display: flex; justify-content: inherit; min-width: 10%; }
#\32 9716909e48f43e1acd686bfa1dafddb .m-button-VY8U3gu { max-width: 100%; overflow-wrap: break-word; }
#\32 9716909e48f43e1acd686bfa1dafddb .m-button-wrapper { }
#\32 9716909e48f43e1acd686bfa1dafddb .m-block-wrapper .m-button-VY8U3gu { width: unset; }
#\32 9716909e48f43e1acd686bfa1dafddb .m-button-VY8U3gu { cursor: pointer; width: min-content; color: rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; box-shadow: rgba(0, 0, 0, 0.3) 1px 2px 2px 1px; gap: 5px; transition: 0.15s linear; position: relative; background: rgb(244, 133, 25); border: 0px solid transparent; padding: 16px 60px; border-radius: 10px; word-break: normal; }
#\32 9716909e48f43e1acd686bfa1dafddb .m-block-wrapper .m-button-VY8U3gu { margin-top: unset; }
#\32 9716909e48f43e1acd686bfa1dafddb .m-button-VY8U3gu::before { display: none; content: ""; position: absolute; border-radius: inherit; padding: 2px; z-index: 0; inset: 0px; mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); pointer-events: none; }
#\32 9716909e48f43e1acd686bfa1dafddb .m-button-VY8U3gu:hover { background: rgb(202, 126, 0); border: 0px solid transparent; padding: 16px 60px; }
#\32 9716909e48f43e1acd686bfa1dafddb .m-button-VY8U3gu:hover::before { display: none; }
#\32 9716909e48f43e1acd686bfa1dafddb .m-button-VY8U3gu:active { background: rgb(233, 146, 2); border: 0px solid transparent; padding: 16px 60px; transform: scale(1); }
#\32 9716909e48f43e1acd686bfa1dafddb .m-button-VY8U3gu:active::before { display: none; background: linear-gradient(0deg, rgb(41, 92, 230), rgb(183, 55, 230)); }
#\32 9716909e48f43e1acd686bfa1dafddb .m-button-VY8U3gu > .m-button__effect-blick { position: absolute; background: transparent; width: 100%; height: 100%; border-radius: inherit; overflow: hidden; pointer-events: none; }
#\32 9716909e48f43e1acd686bfa1dafddb .m-button-VY8U3gu:hover > .m-button__effect-blick::after { position: absolute; content: ""; width: 50px; height: 800px; background: linear-gradient(90deg, transparent, rgb(255, 255, 255), transparent); opacity: 0.4; transform: translateY(-50%) rotate(45deg); transition: 0.1s; animation: 3s linear 0s infinite normal none running blick; }
#\32 9716909e48f43e1acd686bfa1dafddb .m-button__text-VY8U3gu { text-align: center; transition: transform 0.15s linear; }
@keyframes pulse-VY8U3gu { 
  0% { box-shadow: rgba(119, 119, 119, 0.6) 0px 0px 0px 0px; }
  100% { box-shadow: rgba(119, 119, 119, 0) 0px 0px 0px 15px; }
}
@keyframes blick { 
  0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; }
}
@keyframes light-VY8U3gu { 
  0% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 0px); }
  100% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 6px); }
}
@keyframes shape { 
  50% { transform: translateX(3px) rotate(2deg); }
  100% { transform: translateX(-3px) rotate(-2deg); }
}
@keyframes squeeze { 
  0% { transform: scale(1); }
  30% { transform: scaleX(1.05) scaleY(0.85); }
  40% { transform: scaleX(0.85) scaleY(1.1); }
  60% { transform: scaleX(1.05) scaleY(0.95); }
  100% { transform: scale(1); }
}
@media (max-width: 500px){#\32 9716909e48f43e1acd686bfa1dafddb .m-block-wrapper .m-button-VY8U3gu { margin-top: unset; }#\32 9716909e48f43e1acd686bfa1dafddb .m-button-VY8U3gu { padding: 8px 40px; gap: 5px; }#\32 9716909e48f43e1acd686bfa1dafddb .m-button-VY8U3gu:hover { padding: 8px 40px; }#\32 9716909e48f43e1acd686bfa1dafddb .m-button-VY8U3gu:active { padding: 8px 40px; }}
#\32 9716909e48f43e1acd686bfa1dafddb > .block-content { justify-content: center; }
@font-face { font-family: "Open Sans"; src: url("/assets/c3c8faadba26cc.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
.ms-ts-29716909e48f43e1acd686bfa1dafddb-1859 { font-family: "Open Sans", Arial !important; font-weight: 600 !important; font-style: normal !important; font-size: 20px !important; line-height: 140% !important; letter-spacing: 0px !important; }
@media (max-width: 500px){.ms-ts-29716909e48f43e1acd686bfa1dafddb-1859 { font-size: 18px !important; }}
#\35 e888319f1c6440aaaa8ba8a58e6760d > .block-content { display: flex; }
#\35 e888319f1c6440aaaa8ba8a58e6760d > .block-content > .m-block-wrapper { width: 100%; margin: 0px; }
@media (max-width: 500px){#\35 e888319f1c6440aaaa8ba8a58e6760d > .block-content > .m-block-wrapper { margin: 0px; }}
#\35 e888319f1c6440aaaa8ba8a58e6760d > .block-content > .m-block-wrapper { min-width: 0px; }
#\35 e888319f1c6440aaaa8ba8a58e6760d .m-block-wrapper { display: flex; justify-content: inherit; min-width: 10%; }
#\35 e888319f1c6440aaaa8ba8a58e6760d .m-button-yORJ0KE { max-width: 100%; overflow-wrap: break-word; }
#\35 e888319f1c6440aaaa8ba8a58e6760d .m-button-wrapper { }
#\35 e888319f1c6440aaaa8ba8a58e6760d .m-block-wrapper .m-button-yORJ0KE { width: unset; }
#\35 e888319f1c6440aaaa8ba8a58e6760d .m-button-yORJ0KE { cursor: pointer; width: min-content; color: rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; box-shadow: rgba(0, 0, 0, 0.3) 1px 2px 2px 1px; gap: 5px; transition: 0.15s linear; position: relative; background: rgb(244, 133, 25); border: 0px solid transparent; padding: 16px 60px; border-radius: 10px; word-break: normal; }
#\35 e888319f1c6440aaaa8ba8a58e6760d .m-block-wrapper .m-button-yORJ0KE { margin-top: unset; }
#\35 e888319f1c6440aaaa8ba8a58e6760d .m-button-yORJ0KE::before { display: none; content: ""; position: absolute; border-radius: inherit; padding: 2px; z-index: 0; inset: 0px; mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); pointer-events: none; }
#\35 e888319f1c6440aaaa8ba8a58e6760d .m-button-yORJ0KE:hover { background: rgb(202, 126, 0); border: 0px solid transparent; padding: 16px 60px; }
#\35 e888319f1c6440aaaa8ba8a58e6760d .m-button-yORJ0KE:hover::before { display: none; }
#\35 e888319f1c6440aaaa8ba8a58e6760d .m-button-yORJ0KE:active { background: rgb(233, 146, 2); border: 0px solid transparent; padding: 16px 60px; transform: scale(1); }
#\35 e888319f1c6440aaaa8ba8a58e6760d .m-button-yORJ0KE:active::before { display: none; background: linear-gradient(0deg, rgb(41, 92, 230), rgb(183, 55, 230)); }
#\35 e888319f1c6440aaaa8ba8a58e6760d .m-button-yORJ0KE > .m-button__effect-blick { position: absolute; background: transparent; width: 100%; height: 100%; border-radius: inherit; overflow: hidden; pointer-events: none; }
#\35 e888319f1c6440aaaa8ba8a58e6760d .m-button-yORJ0KE:hover > .m-button__effect-blick::after { position: absolute; content: ""; width: 50px; height: 800px; background: linear-gradient(90deg, transparent, rgb(255, 255, 255), transparent); opacity: 0.4; transform: translateY(-50%) rotate(45deg); transition: 0.1s; animation: 3s linear 0s infinite normal none running blick; }
#\35 e888319f1c6440aaaa8ba8a58e6760d .m-button__text-yORJ0KE { text-align: center; transition: transform 0.15s linear; }
@keyframes pulse-yORJ0KE { 
  0% { box-shadow: rgba(119, 119, 119, 0.6) 0px 0px 0px 0px; }
  100% { box-shadow: rgba(119, 119, 119, 0) 0px 0px 0px 15px; }
}
@keyframes blick { 
  0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; }
}
@keyframes light-yORJ0KE { 
  0% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 0px); }
  100% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 6px); }
}
@keyframes shape { 
  50% { transform: translateX(3px) rotate(2deg); }
  100% { transform: translateX(-3px) rotate(-2deg); }
}
@keyframes squeeze { 
  0% { transform: scale(1); }
  30% { transform: scaleX(1.05) scaleY(0.85); }
  40% { transform: scaleX(0.85) scaleY(1.1); }
  60% { transform: scaleX(1.05) scaleY(0.95); }
  100% { transform: scale(1); }
}
@media (max-width: 500px){#\35 e888319f1c6440aaaa8ba8a58e6760d .m-block-wrapper .m-button-yORJ0KE { margin-top: unset; }#\35 e888319f1c6440aaaa8ba8a58e6760d .m-button-yORJ0KE { padding: 8px 40px; gap: 5px; }#\35 e888319f1c6440aaaa8ba8a58e6760d .m-button-yORJ0KE:hover { padding: 8px 40px; }#\35 e888319f1c6440aaaa8ba8a58e6760d .m-button-yORJ0KE:active { padding: 8px 40px; }}
#\35 e888319f1c6440aaaa8ba8a58e6760d > .block-content { justify-content: center; }
@font-face { font-family: "Open Sans"; src: url("/assets/c3c8faadba26cc.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
.ms-ts-5e888319f1c6440aaaa8ba8a58e6760d-1875 { font-family: "Open Sans", Arial !important; font-weight: 600 !important; font-style: normal !important; font-size: 20px !important; line-height: 140% !important; letter-spacing: 0px !important; }
@media (max-width: 500px){.ms-ts-5e888319f1c6440aaaa8ba8a58e6760d-1875 { font-size: 18px !important; }}
#\38 9f50d1a12c54e649aff1c05a101f6e4 .m-image img, #\38 9f50d1a12c54e649aff1c05a101f6e4 .m-image svg { width: 70px; }
#\38 9f50d1a12c54e649aff1c05a101f6e4 .m-image__wrapper { position: relative; width: 70px; height: 70px; }
#\38 9f50d1a12c54e649aff1c05a101f6e4 .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#\38 9f50d1a12c54e649aff1c05a101f6e4 .m-image > * { }
#\38 9f50d1a12c54e649aff1c05a101f6e4 .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#\38 9f50d1a12c54e649aff1c05a101f6e4 .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#\38 9f50d1a12c54e649aff1c05a101f6e4 .m-image__sub-wrapper:hover .m-image { }
#\38 9f50d1a12c54e649aff1c05a101f6e4 .m-image__sub-wrapper { overflow: hidden; border-radius: 59px; box-shadow: none; }
#\38 9f50d1a12c54e649aff1c05a101f6e4 .m-image img, #\38 9f50d1a12c54e649aff1c05a101f6e4 .m-image svg { min-width: 70px; width: 70px; }
#\38 9f50d1a12c54e649aff1c05a101f6e4 .m-image__wrapper { }
#\38 9f50d1a12c54e649aff1c05a101f6e4 .m-image { width: 100%; height: 100%; line-height: 0; cursor: pointer; }
@media (max-width: 500px){#\38 9f50d1a12c54e649aff1c05a101f6e4 { overflow: hidden; }}
#\38 9f50d1a12c54e649aff1c05a101f6e4 > .block-content { justify-content: center; }
@font-face { font-family: "Open Sans"; src: url("/assets/6cfa99bad749d9.woff") format("woff"); font-weight: 300; font-style: normal; font-display: swap; }
.gs-fonts--6[class] { font-family: "Open Sans", Arial !important; font-weight: 300 !important; font-style: normal !important; font-size: 18px !important; line-height: 140% !important; letter-spacing: 0px !important; }
@font-face { font-family: "Open Sans"; src: url("/assets/b2b01d716d3376.woff") format("woff"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Open Sans"; src: url("/assets/c3c8faadba26cc.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
.gs-fonts--5[class] { font-family: "Open Sans", Arial !important; font-weight: 600 !important; font-style: normal !important; font-size: 18px !important; line-height: 140% !important; letter-spacing: 0px !important; }
.blk_section[data-id="s-7313aeabecf346f38ff34a06ceada8b8"] { background: rgb(229, 237, 251); }
.blk_section[data-id="s-7313aeabecf346f38ff34a06ceada8b8"] .blk_section_inner { background-position: 50% 0%; background-repeat: no-repeat; }
#\37 313aeabecf346f38ff34a06ceada8b8 { height: auto; min-height: 50px; }
@media (max-width: 500px){#\37 313aeabecf346f38ff34a06ceada8b8 { }}
@media (max-width: 500px){#\37 313aeabecf346f38ff34a06ceada8b8 { }}
#\37 313aeabecf346f38ff34a06ceada8b8 { min-height: 0px; }
#\37 313aeabecf346f38ff34a06ceada8b8 .m-wrapper-item { position: fixed; bottom: 30px; left: 0px; right: 0px; z-index: 15; padding: unset; border-radius: 15px; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px; width: 53%; display: none; }
#\37 313aeabecf346f38ff34a06ceada8b8 .m-wrapper-bg { position: absolute; top: 0px; height: 100%; width: 100%; right: 0px; bottom: 0px; background: rgb(220, 220, 220); }
#\37 313aeabecf346f38ff34a06ceada8b8 .m-wrapper__item--center { margin: 0px auto; }
#\37 313aeabecf346f38ff34a06ceada8b8 .m-wrapper__wrapper-text { position: relative; margin: 0px auto; align-items: center; justify-content: left; height: 100%; display: flex; gap: 32px; padding: 20px; }
#\37 313aeabecf346f38ff34a06ceada8b8 .m-wrapper__text { word-break: break-word; color: rgb(29, 29, 29); flex: 1 1 0%; text-align: left; }
#\37 313aeabecf346f38ff34a06ceada8b8 .m-info { display: none; }
#\37 313aeabecf346f38ff34a06ceada8b8 .m-wrapper-bg--glass { backdrop-filter: blur(8px); overflow: hidden; border-radius: 15px; }
#\37 313aeabecf346f38ff34a06ceada8b8 .m-wrapper-bg--opacity { opacity: 0.6; }
#\37 313aeabecf346f38ff34a06ceada8b8 .m-wrapper__button { white-space: nowrap; }
@media (max-width: 500px){#\37 313aeabecf346f38ff34a06ceada8b8 .m-wrapper__wrapper-text { flex-direction: column; gap: 15px; }#\37 313aeabecf346f38ff34a06ceada8b8 .m-wrapper-item { width: calc(100% - 40px); margin: 0px 20px; bottom: calc(10px + env(safe-area-inset-bottom)); }}
#\37 313aeabecf346f38ff34a06ceada8b8 .m-wrapper__button { width: auto; text-align: center; border-radius: 10px; padding: 16px 24px; background: rgb(244, 133, 25); color: rgb(255, 255, 255); cursor: pointer; display: inline-block; border: none; transition: 0.2s; }
#\37 313aeabecf346f38ff34a06ceada8b8 .m-wrapper__button:hover { opacity: 0.8; }
#\37 313aeabecf346f38ff34a06ceada8b8 .m-wrapper__button:active { transform: scale(0.9); }
@media (max-width: 500px){#\37 313aeabecf346f38ff34a06ceada8b8 .m-wrapper__button { padding: 8px 12px; }}
@media (max-width: 500px){.gs-fonts--6[class] { font-family: "Open Sans", Arial !important; font-weight: 400 !important; font-style: normal !important; font-size: 16px !important; }.gs-fonts--5[class] { font-size: 16px !important; }}
.blk_section[data-id="s-ffa7842f76784d0d914a612c2afd1c51"] { padding-top: 0px; padding-bottom: 0px; height: 437px; }
.blk_section[data-id="s-ffa7842f76784d0d914a612c2afd1c51"] .blk_section_inner { background-position: 50% 0%; background-repeat: no-repeat; }
.blk[data-id="b-146180421314447281a02406d60717e4"] .img_container img { width: 138px; }
.blk[data-id="b-146180421314447281a02406d60717e4"] .blk_image_data_wrap { text-align: left; }
.blk[data-id="b-146180421314447281a02406d60717e4"] { top: 48px; left: 30px; width: 138px; }
.blk[data-id="b-bdd282abba3143afadc80155ab2aad70"] .blk_button_data_wrap { text-align: left; }
.blk[data-id="b-bdd282abba3143afadc80155ab2aad70"] { top: 143px; left: 31px; width: 90px; height: 18px; }
.blk[data-id="b-36acac96b0ba4a7ab372668e1a2389d7"] .blk_button_data_wrap { text-align: left; }
.blk[data-id="b-36acac96b0ba4a7ab372668e1a2389d7"] { top: 174px; left: 31px; width: 101px; height: 18px; }
.blk[data-id="b-3384052ef67546a083e9ceed62f272d3"] .blk_button_data_wrap { text-align: left; }
.blk[data-id="b-3384052ef67546a083e9ceed62f272d3"] { top: 205px; left: 31px; width: 114px; height: 18px; }
.blk[data-id="b-92b378606d6847e1b616b30382694b47"] .blk_button_data_wrap { text-align: left; }
.blk[data-id="b-92b378606d6847e1b616b30382694b47"] { top: 236px; left: 483px; width: 203px; height: 18px; }
.blk[data-id="b-2013e46779f849ac8ab39e3c7e1d1719"] .blk_button_data_wrap { text-align: left; }
.blk[data-id="b-2013e46779f849ac8ab39e3c7e1d1719"] { top: 267px; left: 483px; width: 162px; height: 18px; }
.blk[data-id="b-7c6e5aed0b7641b286b8a4b9b93fbe47"] .blk_button_data_wrap { text-align: left; }
.blk[data-id="b-7c6e5aed0b7641b286b8a4b9b93fbe47"] { top: 327px; left: 260px; width: 252px; height: 18px; }
.blk[data-id="b-09eb7555e91c4f458ee75aa45a87d288"] .blk_button_data_wrap { text-align: left; }
.blk[data-id="b-09eb7555e91c4f458ee75aa45a87d288"] { top: 355px; left: 260px; width: 181px; height: 18px; }
.blk[data-id="b-7d1a3d697d4545bb96f17d3326fa1874"] .blk_button_data_wrap { text-align: left; }
.blk[data-id="b-7d1a3d697d4545bb96f17d3326fa1874"] { top: 143px; left: 260px; width: 139px; height: 18px; }
.blk[data-id="b-ddb5a63d146d43a8bb791074aed41768"] .blk_button_data_wrap { text-align: left; }
.blk[data-id="b-ddb5a63d146d43a8bb791074aed41768"] { top: 174px; left: 260px; width: 141px; height: 18px; }
.blk[data-id="b-33b91a9291e3498d9dff02801cc2801b"] .blk_button_data_wrap { text-align: left; }
.blk[data-id="b-33b91a9291e3498d9dff02801cc2801b"] { top: 205px; left: 260px; width: 127px; height: 18px; }
.blk[data-id="b-12f899f77b034b05b4e9b79fefae84c9"] .blk_button_data_wrap { text-align: left; }
.blk[data-id="b-12f899f77b034b05b4e9b79fefae84c9"] { top: 236px; left: 260px; width: 156px; height: 18px; }
.blk[data-id="b-28a3d0a675484d6faf690f44878f7127"] .blk_button_data_wrap { text-align: left; }
.blk[data-id="b-28a3d0a675484d6faf690f44878f7127"] { top: 267px; left: 260px; width: 139px; height: 18px; }
.blk[data-id="b-ab2f37a11a234d9cb5bc26399625979b"] .blk_button_data_wrap { text-align: left; }
.blk[data-id="b-ab2f37a11a234d9cb5bc26399625979b"] { top: 143px; left: 483px; width: 181px; height: 18px; }
.blk[data-id="b-42911c0fe7e149eea68713fbac48eb6e"] .blk_button_data_wrap { text-align: left; }
.blk[data-id="b-42911c0fe7e149eea68713fbac48eb6e"] { top: 143px; left: 930px; width: 158px; height: 18px; }
.blk[data-id="b-9d4d8d8171754744ba14f6993a9c93cb"] .blk_button_data_wrap { text-align: left; }
.blk[data-id="b-9d4d8d8171754744ba14f6993a9c93cb"] { top: 174px; left: 930px; width: 157px; height: 18px; }
.blk[data-id="b-99596d8dcc6a4c78a6e9382bd36ca2e1"] .blk_button_data_wrap { text-align: left; }
.blk[data-id="b-99596d8dcc6a4c78a6e9382bd36ca2e1"] { top: 205px; left: 930px; width: 205px; height: 18px; }
.blk[data-id="b-164da95cdb7d4943aeed39f8eea120fa"] .blk_button_data_wrap { text-align: left; }
.blk[data-id="b-164da95cdb7d4943aeed39f8eea120fa"] { top: 236px; left: 930px; width: 142px; height: 18px; }
.blk[data-id="b-5b87c02319614d2dba4d06f0281e3722"] .blk_button_data_wrap { text-align: left; }
.blk[data-id="b-5b87c02319614d2dba4d06f0281e3722"] { top: 174px; left: 483px; width: 192px; height: 18px; }
.blk[data-id="b-08a548ad91e64092825e75f952476dcc"] .blk_button_data_wrap { text-align: left; }
.blk[data-id="b-08a548ad91e64092825e75f952476dcc"] { top: 205px; left: 483px; width: 178px; height: 18px; }
.blk[data-id="b-063f300486ea46fb902b7cb3280e7781"] .blk_button_data_wrap { text-align: left; }
.blk[data-id="b-063f300486ea46fb902b7cb3280e7781"] { top: 143px; left: 706px; width: 166px; height: 18px; }
.blk[data-id="b-f8b4d2fd2ba64192affb41bc2d8c23d8"] .blk_button_data_wrap { text-align: left; }
.blk[data-id="b-f8b4d2fd2ba64192affb41bc2d8c23d8"] { top: 174px; left: 706px; width: 188px; height: 18px; }
.blk[data-id="b-524621d78b8f468b9c4f69d48077b4f7"] .blk_button_data_wrap { text-align: left; }
.blk[data-id="b-524621d78b8f468b9c4f69d48077b4f7"] { top: 205px; left: 706px; width: 156px; height: 18px; }
.blk[data-id="b-d6e68ede7a6a45908509056c1401b501"] .blk_button_data_wrap { text-align: left; }
.blk[data-id="b-d6e68ede7a6a45908509056c1401b501"] { top: 236px; left: 706px; width: 200px; height: 18px; }
.blk[data-id="b-10e4e1b627b2417a9f5025612f670f96"] .blk_button_data_wrap { text-align: left; }
.blk[data-id="b-10e4e1b627b2417a9f5025612f670f96"] { top: 236px; left: 31px; width: 102px; height: 18px; }
.blk[data-id="b-aa92c8e52d5b4901992a70cf54199129"] .img_container img { width: 61px; }
.blk[data-id="b-aa92c8e52d5b4901992a70cf54199129"] .blk_image_data_wrap { text-align: center; }
.blk[data-id="b-aa92c8e52d5b4901992a70cf54199129"] { top: 325px; left: 1080px; width: 61px; }
.blk.blk_text[data-id="b-60f2130d38664894b0b539e0f933181f"] .blk-data { font-size: 18px; line-height: 140%; padding: 0px; }
.blk[data-id="b-60f2130d38664894b0b539e0f933181f"] { top: 59px; left: 260px; width: 186px; }
.blk.blk_text[data-id="b-ee07c3aa808848709f08dff5d5053d1e"] .blk-data { font-size: 18px; line-height: 140%; padding: 0px; }
.blk[data-id="b-ee07c3aa808848709f08dff5d5053d1e"] { top: 59px; left: 930px; width: 211px; }
.blk.blk_text[data-id="b-fb7fb78124e14cdf8cb3ecf872337d0a"] .blk-data { font-size: 18px; line-height: 140%; padding: 0px; }
.blk[data-id="b-fb7fb78124e14cdf8cb3ecf872337d0a"] { top: 59px; left: 483px; width: 211px; }
.blk.blk_text[data-id="b-cdacacdb350b475ea3ab2b5c048cf36b"] .blk-data { font-size: 18px; line-height: 140%; padding: 0px; }
.blk[data-id="b-cdacacdb350b475ea3ab2b5c048cf36b"] { top: 59px; left: 706px; width: 211px; }
.blk.blk_text[data-id="b-cd39e2556fe04751b9177e1d40ecb895"] .blk-data { font-size: 16px; line-height: 160%; letter-spacing: 0px; padding: 0px; }
.blk[data-id="b-cd39e2556fe04751b9177e1d40ecb895"] { top: 325px; left: 595px; width: 314px; }
.blk.blk_text[data-id="b-6274d9609fc84379827f91cb147292d8"] .blk-data { font-size: 16px; line-height: 160%; letter-spacing: 0px; padding: 0px; }
.blk[data-id="b-6274d9609fc84379827f91cb147292d8"] { top: 327px; left: 31px; width: 194px; }
.blk_section[data-id="s-7313aeabecf346f38ff34a06ceada8b8"] { background: rgb(229, 237, 251); }
.blk_section[data-id="s-7313aeabecf346f38ff34a06ceada8b8"] .blk_section_inner { background-position: 50% 0%; background-repeat: no-repeat; }
.blk_section[data-id="s-7313aeabecf346f38ff34a06ceada8b8"] { background: rgb(229, 237, 251); }
.blk_section[data-id="s-7313aeabecf346f38ff34a06ceada8b8"] .blk_section_inner { background-position: 50% 0%; background-repeat: no-repeat; }
@media (max-width: 500px){.blk_section[data-id="s-ffa7842f76784d0d914a612c2afd1c51"] { height: 1454px; }.blk[data-id="b-146180421314447281a02406d60717e4"] { transform: rotate(0deg) perspective(0px); top: 38px; left: 77px; width: 214px; }.blk[data-id="b-bdd282abba3143afadc80155ab2aad70"] .blk_button_data_wrap { text-align: center; }.blk[data-id="b-bdd282abba3143afadc80155ab2aad70"] { transform: rotate(0deg) perspective(0px); top: 212px; left: 21px; width: 90px; height: 18px; }.blk[data-id="b-36acac96b0ba4a7ab372668e1a2389d7"] .blk_button_data_wrap { text-align: center; }.blk[data-id="b-36acac96b0ba4a7ab372668e1a2389d7"] { transform: rotate(0deg) perspective(0px); top: 250px; left: 21px; width: 101px; height: 18px; }.blk[data-id="b-3384052ef67546a083e9ceed62f272d3"] .blk_button_data_wrap { text-align: center; }.blk[data-id="b-3384052ef67546a083e9ceed62f272d3"] { transform: rotate(0deg) perspective(0px); top: 212px; left: 196px; width: 114px; height: 18px; }.blk[data-id="b-92b378606d6847e1b616b30382694b47"] .blk_button_data_wrap { text-align: center; }.blk[data-id="b-92b378606d6847e1b616b30382694b47"] { transform: rotate(0deg) perspective(0px); top: 646px; left: 21px; width: 203px; height: 18px; }.blk[data-id="b-2013e46779f849ac8ab39e3c7e1d1719"] .blk_button_data_wrap { text-align: center; }.blk[data-id="b-2013e46779f849ac8ab39e3c7e1d1719"] { transform: rotate(0deg) perspective(0px); top: 722px; left: 20px; width: 162px; height: 18px; }.blk[data-id="b-7c6e5aed0b7641b286b8a4b9b93fbe47"] .blk_button_data_wrap { text-align: center; }.blk[data-id="b-7c6e5aed0b7641b286b8a4b9b93fbe47"] { transform: rotate(0deg) perspective(0px); top: 1263px; left: 20px; width: 252px; height: 18px; }.blk[data-id="b-09eb7555e91c4f458ee75aa45a87d288"] .blk_button_data_wrap { text-align: center; }.blk[data-id="b-09eb7555e91c4f458ee75aa45a87d288"] { transform: rotate(0deg) perspective(0px); top: 1295px; left: 21px; width: 181px; height: 18px; }.blk[data-id="b-7d1a3d697d4545bb96f17d3326fa1874"] .blk_button_data_wrap { text-align: center; }.blk[data-id="b-7d1a3d697d4545bb96f17d3326fa1874"] { transform: rotate(0deg) perspective(0px); top: 353px; left: 21px; width: 139px; height: 18px; }.blk[data-id="b-ddb5a63d146d43a8bb791074aed41768"] .blk_button_data_wrap { text-align: center; }.blk[data-id="b-ddb5a63d146d43a8bb791074aed41768"] { transform: rotate(0deg) perspective(0px); top: 391px; left: 21px; width: 141px; height: 18px; }.blk[data-id="b-33b91a9291e3498d9dff02801cc2801b"] .blk_button_data_wrap { text-align: center; }.blk[data-id="b-33b91a9291e3498d9dff02801cc2801b"] { transform: rotate(0deg) perspective(0px); top: 429px; left: 21px; width: 127px; height: 18px; }.blk[data-id="b-12f899f77b034b05b4e9b79fefae84c9"] .blk_button_data_wrap { text-align: center; }.blk[data-id="b-12f899f77b034b05b4e9b79fefae84c9"] { transform: rotate(0deg) perspective(0px); top: 467px; left: 21px; width: 156px; height: 18px; }.blk[data-id="b-28a3d0a675484d6faf690f44878f7127"] .blk_button_data_wrap { text-align: center; }.blk[data-id="b-28a3d0a675484d6faf690f44878f7127"] { transform: rotate(0deg) perspective(0px); top: 505px; left: 20px; width: 139px; height: 18px; }.blk[data-id="b-ab2f37a11a234d9cb5bc26399625979b"] .blk_button_data_wrap { text-align: center; }.blk[data-id="b-ab2f37a11a234d9cb5bc26399625979b"] { transform: rotate(0deg) perspective(0px); top: 608px; left: 21px; width: 181px; height: 18px; }.blk[data-id="b-42911c0fe7e149eea68713fbac48eb6e"] .blk_button_data_wrap { text-align: center; }.blk[data-id="b-42911c0fe7e149eea68713fbac48eb6e"] { transform: rotate(0deg) perspective(0px); top: 1119px; left: 20px; width: 158px; height: 18px; }.blk[data-id="b-9d4d8d8171754744ba14f6993a9c93cb"] .blk_button_data_wrap { text-align: center; }.blk[data-id="b-9d4d8d8171754744ba14f6993a9c93cb"] { transform: rotate(0deg) perspective(0px); top: 1157px; left: 20px; width: 157px; height: 18px; }.blk[data-id="b-99596d8dcc6a4c78a6e9382bd36ca2e1"] .blk_button_data_wrap { text-align: center; }.blk[data-id="b-99596d8dcc6a4c78a6e9382bd36ca2e1"] { transform: rotate(0deg) perspective(0px); top: 1081px; left: 21px; width: 205px; height: 18px; }.blk[data-id="b-164da95cdb7d4943aeed39f8eea120fa"] .blk_button_data_wrap { text-align: center; }.blk[data-id="b-164da95cdb7d4943aeed39f8eea120fa"] { transform: rotate(0deg) perspective(0px); top: 1195px; left: 21px; width: 142px; height: 18px; }.blk[data-id="b-5b87c02319614d2dba4d06f0281e3722"] .blk_button_data_wrap { text-align: center; }.blk[data-id="b-5b87c02319614d2dba4d06f0281e3722"] { transform: rotate(0deg) perspective(0px); top: 684px; left: 21px; width: 192px; height: 18px; }.blk[data-id="b-08a548ad91e64092825e75f952476dcc"] .blk_button_data_wrap { text-align: center; }.blk[data-id="b-08a548ad91e64092825e75f952476dcc"] { transform: rotate(0deg) perspective(0px); top: 760px; left: 20px; width: 178px; height: 18px; }.blk[data-id="b-063f300486ea46fb902b7cb3280e7781"] .blk_button_data_wrap { text-align: center; }.blk[data-id="b-063f300486ea46fb902b7cb3280e7781"] { transform: rotate(0deg) perspective(0px); top: 864px; left: 21px; width: 166px; height: 18px; }.blk[data-id="b-f8b4d2fd2ba64192affb41bc2d8c23d8"] .blk_button_data_wrap { text-align: center; }.blk[data-id="b-f8b4d2fd2ba64192affb41bc2d8c23d8"] { transform: rotate(0deg) perspective(0px); top: 902px; left: 21px; width: 188px; height: 18px; }.blk[data-id="b-524621d78b8f468b9c4f69d48077b4f7"] .blk_button_data_wrap { text-align: center; }.blk[data-id="b-524621d78b8f468b9c4f69d48077b4f7"] { transform: rotate(0deg) perspective(0px); top: 940px; left: 21px; width: 156px; height: 18px; }.blk[data-id="b-d6e68ede7a6a45908509056c1401b501"] .blk_button_data_wrap { text-align: center; }.blk[data-id="b-d6e68ede7a6a45908509056c1401b501"] { transform: rotate(0deg) perspective(0px); top: 978px; left: 21px; width: 200px; height: 18px; }.blk[data-id="b-10e4e1b627b2417a9f5025612f670f96"] .blk_button_data_wrap { text-align: center; }.blk[data-id="b-10e4e1b627b2417a9f5025612f670f96"] { transform: rotate(0deg) perspective(0px); top: 250px; left: 196px; width: 102px; height: 18px; }.blk[data-id="b-aa92c8e52d5b4901992a70cf54199129"] .img_container img { width: 51px; }.blk[data-id="b-aa92c8e52d5b4901992a70cf54199129"] .blk_image_data_wrap { text-align: center; }.blk[data-id="b-aa92c8e52d5b4901992a70cf54199129"] { transform: rotate(0deg) perspective(0px); top: 1382px; left: 319px; width: 51px; }.blk.blk_text[data-id="b-60f2130d38664894b0b539e0f933181f"] .blk-data.blk-data--mobile370 { font-size: 18px; line-height: normal; text-align: start; }.blk[data-id="b-60f2130d38664894b0b539e0f933181f"] { transform: rotate(0deg) perspective(0px); top: 308px; left: 21px; width: 217px; }.blk.blk_text[data-id="b-ee07c3aa808848709f08dff5d5053d1e"] .blk-data.blk-data--mobile370 { font-size: 18px; line-height: normal; text-align: start; }.blk[data-id="b-ee07c3aa808848709f08dff5d5053d1e"] { transform: rotate(0deg) perspective(0px); top: 1036px; left: 21px; width: 325px; }.blk.blk_text[data-id="b-fb7fb78124e14cdf8cb3ecf872337d0a"] .blk-data.blk-data--mobile370 { font-size: 18px; line-height: normal; text-align: start; }.blk[data-id="b-fb7fb78124e14cdf8cb3ecf872337d0a"] { transform: rotate(0deg) perspective(0px); top: 563px; left: 21px; width: 321px; }.blk.blk_text[data-id="b-cdacacdb350b475ea3ab2b5c048cf36b"] .blk-data.blk-data--mobile370 { font-size: 18px; line-height: normal; text-align: start; }.blk[data-id="b-cdacacdb350b475ea3ab2b5c048cf36b"] { transform: rotate(0deg) perspective(0px); top: 818px; left: 21px; width: 326px; }.blk.blk_text[data-id="b-cd39e2556fe04751b9177e1d40ecb895"] .blk-data { font-size: 16px; line-height: 140%; text-align: left; }.blk[data-id="b-cd39e2556fe04751b9177e1d40ecb895"] { transform: rotate(0deg) perspective(0px); top: 1349px; left: 21px; width: 320px; }.blk.blk_text[data-id="b-6274d9609fc84379827f91cb147292d8"] .blk-data { font-size: 16px; line-height: 140%; text-align: left; }.blk[data-id="b-6274d9609fc84379827f91cb147292d8"] { transform: rotate(0deg) perspective(0px); top: 170px; left: 20px; width: 337px; }}
div.blk_text .blk-data.blk-data--pc { display: block; }
div.blk_text .blk-data.blk-data--mobile370 { display: none; }
@media (max-width: 500px){div.blk_text .blk-data.blk-data--pc { display: none; }div.blk_text .blk-data.blk-data--mobile370 { display: block; }div.blk_text .blk-data [style] { font-size: inherit !important; text-align: inherit !important; line-height: inherit !important; }}
#bdd282abba3143afadc80155ab2aad70 .btn-new { font-family: "Open Sans", Arial; font-weight: 400; font-style: normal; font-size: 16px; background: transparent; border-radius: 1px; border: none; color: rgb(255, 255, 255); padding: 1px; }
#bdd282abba3143afadc80155ab2aad70 .btn-new:hover { background: transparent; color: rgb(244, 133, 25); border-color: rgb(190, 190, 190) !important; }
#bdd282abba3143afadc80155ab2aad70 .btn-new:active { background: transparent; color: rgb(244, 133, 25); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
#\33 6acac96b0ba4a7ab372668e1a2389d7 .btn-new { font-family: "Open Sans", Arial; font-weight: 400; font-style: normal; font-size: 16px; background: transparent; border-radius: 1px; border: none; color: rgb(255, 255, 255); padding: 1px; }
#\33 6acac96b0ba4a7ab372668e1a2389d7 .btn-new:hover { background: transparent; color: rgb(244, 133, 25); border-color: rgb(190, 190, 190) !important; }
#\33 6acac96b0ba4a7ab372668e1a2389d7 .btn-new:active { background: transparent; color: rgb(244, 133, 25); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
#\33 384052ef67546a083e9ceed62f272d3 .btn-new { font-family: "Open Sans", Arial; font-weight: 400; font-style: normal; font-size: 16px; background: transparent; border-radius: 1px; border: none; color: rgb(255, 255, 255); padding: 1px; }
#\33 384052ef67546a083e9ceed62f272d3 .btn-new:hover { background: transparent; color: rgb(244, 133, 25); border-color: rgb(190, 190, 190) !important; }
#\33 384052ef67546a083e9ceed62f272d3 .btn-new:active { background: transparent; color: rgb(244, 133, 25); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
#\39 2b378606d6847e1b616b30382694b47 .btn-new { font-family: "Open Sans", Arial; font-weight: 400; font-style: normal; font-size: 16px; background: transparent; border-radius: 1px; border: none; color: rgb(255, 255, 255); padding: 1px; }
#\39 2b378606d6847e1b616b30382694b47 .btn-new:hover { background: transparent; color: rgb(244, 133, 25); border-color: rgb(190, 190, 190) !important; }
#\39 2b378606d6847e1b616b30382694b47 .btn-new:active { background: transparent; color: rgb(244, 133, 25); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
#\32 013e46779f849ac8ab39e3c7e1d1719 .btn-new { font-family: "Open Sans", Arial; font-weight: 400; font-style: normal; font-size: 16px; background: transparent; border-radius: 1px; border: none; color: rgb(255, 255, 255); padding: 1px; }
#\32 013e46779f849ac8ab39e3c7e1d1719 .btn-new:hover { background: transparent; color: rgb(244, 133, 25); border-color: rgb(190, 190, 190) !important; }
#\32 013e46779f849ac8ab39e3c7e1d1719 .btn-new:active { background: transparent; color: rgb(244, 133, 25); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
#\37 c6e5aed0b7641b286b8a4b9b93fbe47 .btn-new { font-family: "Open Sans", Arial; font-weight: 400; font-style: normal; font-size: 16px; background: transparent; border-radius: 1px; border: none; color: rgb(255, 255, 255); padding: 1px; }
#\37 c6e5aed0b7641b286b8a4b9b93fbe47 .btn-new:hover { background: transparent; color: rgb(244, 133, 25); border-color: rgb(190, 190, 190) !important; }
#\37 c6e5aed0b7641b286b8a4b9b93fbe47 .btn-new:active { background: transparent; color: rgb(244, 133, 25); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
#\30 9eb7555e91c4f458ee75aa45a87d288 .btn-new { font-family: "Open Sans", Arial; font-weight: 400; font-style: normal; font-size: 16px; background: transparent; border-radius: 1px; border: none; color: rgb(255, 255, 255); padding: 1px; }
#\30 9eb7555e91c4f458ee75aa45a87d288 .btn-new:hover { background: transparent; color: rgb(244, 133, 25); border-color: rgb(190, 190, 190) !important; }
#\30 9eb7555e91c4f458ee75aa45a87d288 .btn-new:active { background: transparent; color: rgb(244, 133, 25); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
#\37 d1a3d697d4545bb96f17d3326fa1874 .btn-new { font-family: "Open Sans", Arial; font-weight: 400; font-style: normal; font-size: 16px; background: transparent; border-radius: 1px; border: none; color: rgb(255, 255, 255); padding: 1px; }
#\37 d1a3d697d4545bb96f17d3326fa1874 .btn-new:hover { background: transparent; color: rgb(244, 133, 25); border-color: rgb(190, 190, 190) !important; }
#\37 d1a3d697d4545bb96f17d3326fa1874 .btn-new:active { background: transparent; color: rgb(244, 133, 25); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
#ddb5a63d146d43a8bb791074aed41768 .btn-new { font-family: "Open Sans", Arial; font-weight: 400; font-style: normal; font-size: 16px; background: transparent; border-radius: 1px; border: none; color: rgb(255, 255, 255); padding: 1px; }
#ddb5a63d146d43a8bb791074aed41768 .btn-new:hover { background: transparent; color: rgb(244, 133, 25); border-color: rgb(190, 190, 190) !important; }
#ddb5a63d146d43a8bb791074aed41768 .btn-new:active { background: transparent; color: rgb(244, 133, 25); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
#\33 3b91a9291e3498d9dff02801cc2801b .btn-new { font-family: "Open Sans", Arial; font-weight: 400; font-style: normal; font-size: 16px; background: transparent; border-radius: 1px; border: none; color: rgb(255, 255, 255); padding: 1px; }
#\33 3b91a9291e3498d9dff02801cc2801b .btn-new:hover { background: transparent; color: rgb(244, 133, 25); border-color: rgb(190, 190, 190) !important; }
#\33 3b91a9291e3498d9dff02801cc2801b .btn-new:active { background: transparent; color: rgb(244, 133, 25); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
#\31 2f899f77b034b05b4e9b79fefae84c9 .btn-new { font-family: "Open Sans", Arial; font-weight: 400; font-style: normal; font-size: 16px; background: transparent; border-radius: 1px; border: none; color: rgb(255, 255, 255); padding: 1px; }
#\31 2f899f77b034b05b4e9b79fefae84c9 .btn-new:hover { background: transparent; color: rgb(244, 133, 25); border-color: rgb(190, 190, 190) !important; }
#\31 2f899f77b034b05b4e9b79fefae84c9 .btn-new:active { background: transparent; color: rgb(244, 133, 25); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
#\32 8a3d0a675484d6faf690f44878f7127 .btn-new { font-family: "Open Sans", Arial; font-weight: 400; font-style: normal; font-size: 16px; background: transparent; border-radius: 1px; border: none; color: rgb(255, 255, 255); padding: 1px; }
#\32 8a3d0a675484d6faf690f44878f7127 .btn-new:hover { background: transparent; color: rgb(244, 133, 25); border-color: rgb(190, 190, 190) !important; }
#\32 8a3d0a675484d6faf690f44878f7127 .btn-new:active { background: transparent; color: rgb(244, 133, 25); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
#ab2f37a11a234d9cb5bc26399625979b .btn-new { font-family: "Open Sans", Arial; font-weight: 400; font-style: normal; font-size: 16px; background: transparent; border-radius: 1px; border: none; color: rgb(255, 255, 255); padding: 1px; }
#ab2f37a11a234d9cb5bc26399625979b .btn-new:hover { background: transparent; color: rgb(244, 133, 25); border-color: rgb(190, 190, 190) !important; }
#ab2f37a11a234d9cb5bc26399625979b .btn-new:active { background: transparent; color: rgb(244, 133, 25); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
#\34 2911c0fe7e149eea68713fbac48eb6e .btn-new { font-family: "Open Sans", Arial; font-weight: 400; font-style: normal; font-size: 16px; background: transparent; border-radius: 1px; border: none; color: rgb(255, 255, 255); padding: 1px; }
#\34 2911c0fe7e149eea68713fbac48eb6e .btn-new:hover { background: transparent; color: rgb(244, 133, 25); border-color: rgb(190, 190, 190) !important; }
#\34 2911c0fe7e149eea68713fbac48eb6e .btn-new:active { background: transparent; color: rgb(244, 133, 25); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
#\39 d4d8d8171754744ba14f6993a9c93cb .btn-new { font-family: "Open Sans", Arial; font-weight: 400; font-style: normal; font-size: 16px; background: transparent; border-radius: 1px; border: none; color: rgb(255, 255, 255); padding: 1px; }
#\39 d4d8d8171754744ba14f6993a9c93cb .btn-new:hover { background: transparent; color: rgb(244, 133, 25); border-color: rgb(190, 190, 190) !important; }
#\39 d4d8d8171754744ba14f6993a9c93cb .btn-new:active { background: transparent; color: rgb(244, 133, 25); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
#\39 9596d8dcc6a4c78a6e9382bd36ca2e1 .btn-new { font-family: "Open Sans", Arial; font-weight: 400; font-style: normal; font-size: 16px; background: transparent; border-radius: 1px; border: none; color: rgb(255, 255, 255); padding: 1px; }
#\39 9596d8dcc6a4c78a6e9382bd36ca2e1 .btn-new:hover { background: transparent; color: rgb(244, 133, 25); border-color: rgb(190, 190, 190) !important; }
#\39 9596d8dcc6a4c78a6e9382bd36ca2e1 .btn-new:active { background: transparent; color: rgb(244, 133, 25); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
#\31 64da95cdb7d4943aeed39f8eea120fa .btn-new { font-family: "Open Sans", Arial; font-weight: 400; font-style: normal; font-size: 16px; background: transparent; border-radius: 1px; border: none; color: rgb(255, 255, 255); padding: 1px; }
#\31 64da95cdb7d4943aeed39f8eea120fa .btn-new:hover { background: transparent; color: rgb(244, 133, 25); border-color: rgb(190, 190, 190) !important; }
#\31 64da95cdb7d4943aeed39f8eea120fa .btn-new:active { background: transparent; color: rgb(244, 133, 25); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
#\35 b87c02319614d2dba4d06f0281e3722 .btn-new { font-family: "Open Sans", Arial; font-weight: 400; font-style: normal; font-size: 16px; background: transparent; border-radius: 1px; border: none; color: rgb(255, 255, 255); padding: 1px; }
#\35 b87c02319614d2dba4d06f0281e3722 .btn-new:hover { background: transparent; color: rgb(244, 133, 25); border-color: rgb(190, 190, 190) !important; }
#\35 b87c02319614d2dba4d06f0281e3722 .btn-new:active { background: transparent; color: rgb(244, 133, 25); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
#\30 8a548ad91e64092825e75f952476dcc .btn-new { font-family: "Open Sans", Arial; font-weight: 400; font-style: normal; font-size: 16px; background: transparent; border-radius: 1px; border: none; color: rgb(255, 255, 255); padding: 1px; }
#\30 8a548ad91e64092825e75f952476dcc .btn-new:hover { background: transparent; color: rgb(244, 133, 25); border-color: rgb(190, 190, 190) !important; }
#\30 8a548ad91e64092825e75f952476dcc .btn-new:active { background: transparent; color: rgb(244, 133, 25); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
#\30 63f300486ea46fb902b7cb3280e7781 .btn-new { font-family: "Open Sans", Arial; font-weight: 400; font-style: normal; font-size: 16px; background: transparent; border-radius: 1px; border: none; color: rgb(255, 255, 255); padding: 1px; }
#\30 63f300486ea46fb902b7cb3280e7781 .btn-new:hover { background: transparent; color: rgb(244, 133, 25); border-color: rgb(190, 190, 190) !important; }
#\30 63f300486ea46fb902b7cb3280e7781 .btn-new:active { background: transparent; color: rgb(244, 133, 25); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
#f8b4d2fd2ba64192affb41bc2d8c23d8 .btn-new { font-family: "Open Sans", Arial; font-weight: 400; font-style: normal; font-size: 16px; background: transparent; border-radius: 1px; border: none; color: rgb(255, 255, 255); padding: 1px; }
#f8b4d2fd2ba64192affb41bc2d8c23d8 .btn-new:hover { background: transparent; color: rgb(244, 133, 25); border-color: rgb(190, 190, 190) !important; }
#f8b4d2fd2ba64192affb41bc2d8c23d8 .btn-new:active { background: transparent; color: rgb(244, 133, 25); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
#\35 24621d78b8f468b9c4f69d48077b4f7 .btn-new { font-family: "Open Sans", Arial; font-weight: 400; font-style: normal; font-size: 16px; background: transparent; border-radius: 1px; border: none; color: rgb(255, 255, 255); padding: 1px; }
#\35 24621d78b8f468b9c4f69d48077b4f7 .btn-new:hover { background: transparent; color: rgb(244, 133, 25); border-color: rgb(190, 190, 190) !important; }
#\35 24621d78b8f468b9c4f69d48077b4f7 .btn-new:active { background: transparent; color: rgb(244, 133, 25); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
#d6e68ede7a6a45908509056c1401b501 .btn-new { font-family: "Open Sans", Arial; font-weight: 400; font-style: normal; font-size: 16px; background: transparent; border-radius: 1px; border: none; color: rgb(255, 255, 255); padding: 1px; }
#d6e68ede7a6a45908509056c1401b501 .btn-new:hover { background: transparent; color: rgb(244, 133, 25); border-color: rgb(190, 190, 190) !important; }
#d6e68ede7a6a45908509056c1401b501 .btn-new:active { background: transparent; color: rgb(244, 133, 25); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
#\31 0e4e1b627b2417a9f5025612f670f96 .btn-new { font-family: "Open Sans", Arial; font-weight: 400; font-style: normal; font-size: 16px; background: transparent; border-radius: 1px; border: none; color: rgb(255, 255, 255); padding: 1px; }
#\31 0e4e1b627b2417a9f5025612f670f96 .btn-new:hover { background: transparent; color: rgb(244, 133, 25); border-color: rgb(190, 190, 190) !important; }
#\31 0e4e1b627b2417a9f5025612f670f96 .btn-new:active { background: transparent; color: rgb(244, 133, 25); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
@keyframes pulse-cGyrlYT { 
  0% { box-shadow: rgba(119, 119, 119, 0.6) 0px 0px 0px 0px; }
  100% { box-shadow: rgba(119, 119, 119, 0) 0px 0px 0px 15px; }
}
@keyframes blick { 
  0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; }
}
@keyframes light-cGyrlYT { 
  0% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 0px); }
  100% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 6px); }
}
@keyframes shape { 
  50% { transform: translateX(3px) rotate(2deg); }
  100% { transform: translateX(-3px) rotate(-2deg); }
}
@keyframes squeeze { 
  0% { transform: scale(1); }
  30% { transform: scaleX(1.05) scaleY(0.85); }
  40% { transform: scaleX(0.85) scaleY(1.1); }
  60% { transform: scaleX(1.05) scaleY(0.95); }
  100% { transform: scale(1); }
}
@font-face { font-family: "Open Sans"; src: url("/assets/c3c8faadba26cc.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
@keyframes pulse-DITiDH_ { 
  0% { box-shadow: rgba(119, 119, 119, 0.6) 0px 0px 0px 0px; }
  100% { box-shadow: rgba(119, 119, 119, 0) 0px 0px 0px 15px; }
}
@keyframes blick { 
  0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; }
}
@keyframes light-DITiDH_ { 
  0% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 0px); }
  100% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 6px); }
}
@keyframes shape { 
  50% { transform: translateX(3px) rotate(2deg); }
  100% { transform: translateX(-3px) rotate(-2deg); }
}
@keyframes squeeze { 
  0% { transform: scale(1); }
  30% { transform: scaleX(1.05) scaleY(0.85); }
  40% { transform: scaleX(0.85) scaleY(1.1); }
  60% { transform: scaleX(1.05) scaleY(0.95); }
  100% { transform: scale(1); }
}
@font-face { font-family: "Open Sans"; src: url("/assets/c3c8faadba26cc.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
#\31 55a03c731c54ec29dab740782d7f572 .btn-new { font-family: Roboto, Arial; font-weight: 400; font-style: normal; font-size: 18px; background: rgb(119, 59, 0); border-radius: 5px; border: none; color: rgb(255, 255, 255); padding: 10px 47px; }
#\31 55a03c731c54ec29dab740782d7f572 .btn-new:hover { background: rgb(34, 34, 34); color: rgb(255, 255, 255); border-color: rgb(190, 190, 190) !important; }
#\31 55a03c731c54ec29dab740782d7f572 .btn-new:active { background: rgb(119, 59, 0); color: rgb(255, 255, 255); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
#c2c716bc8180479cbe28d0e2ade8289e .btn-new { font-family: Roboto, Arial; font-weight: 400; font-style: normal; font-size: 16px; background: rgb(119, 59, 0); border-radius: 5px; border: none; color: rgb(255, 255, 255); padding: 10px 32px; }
#c2c716bc8180479cbe28d0e2ade8289e .btn-new:hover { background: rgb(34, 34, 34); color: rgb(255, 255, 255); border-color: rgb(190, 190, 190) !important; }
#c2c716bc8180479cbe28d0e2ade8289e .btn-new:active { background: rgb(119, 59, 0); color: rgb(255, 255, 255); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
#f233d7d8204c461dae7901f283dbbd92 .btn-new { font-family: Roboto, Arial; font-weight: 400; font-style: normal; font-size: 18px; background: rgb(119, 59, 0); border-radius: 5px; border: none; color: rgb(255, 255, 255); padding: 10px 26px; }
#f233d7d8204c461dae7901f283dbbd92 .btn-new:hover { background: rgb(34, 34, 34); color: rgb(255, 255, 255); border-color: rgb(190, 190, 190) !important; }
#f233d7d8204c461dae7901f283dbbd92 .btn-new:active { background: rgb(119, 59, 0); color: rgb(255, 255, 255); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
#\32 64d7c0470744b4188750d7902b74f30 .btn-new { font-family: Roboto, Arial; font-weight: 400; font-style: normal; font-size: 16px; background: rgb(119, 59, 0); border-radius: 5px; border: none; color: rgb(255, 255, 255); padding: 10px 24px; }
#\32 64d7c0470744b4188750d7902b74f30 .btn-new:hover { background: rgb(34, 34, 34); color: rgb(255, 255, 255); border-color: rgb(190, 190, 190) !important; }
#\32 64d7c0470744b4188750d7902b74f30 .btn-new:active { background: rgb(119, 59, 0); color: rgb(255, 255, 255); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
#e5b413cdc3674a07be82e9ca99a08fc1 .btn-new { font-family: Roboto, Arial; font-weight: 400; font-style: normal; font-size: 18px; background: rgb(119, 59, 0); border-radius: 5px; border: none; color: rgb(255, 255, 255); padding: 10px 33px; }
#e5b413cdc3674a07be82e9ca99a08fc1 .btn-new:hover { background: rgb(34, 34, 34); color: rgb(255, 255, 255); border-color: rgb(190, 190, 190) !important; }
#e5b413cdc3674a07be82e9ca99a08fc1 .btn-new:active { background: rgb(119, 59, 0); color: rgb(255, 255, 255); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
#\39 545496014654136a3f07ca1f4538631 .btn-new { font-family: Roboto, Arial; font-weight: 400; font-style: normal; font-size: 18px; background: rgb(119, 59, 0); border-radius: 5px; border: none; color: rgb(255, 255, 255); padding: 10px 36px; }
#\39 545496014654136a3f07ca1f4538631 .btn-new:hover { background: rgb(34, 34, 34); color: rgb(255, 255, 255); border-color: rgb(190, 190, 190) !important; }
#\39 545496014654136a3f07ca1f4538631 .btn-new:active { background: rgb(119, 59, 0); color: rgb(255, 255, 255); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
#f76d2d5132434887b17b178da1979946 .btn-new { font-family: Roboto, Arial; font-weight: 400; font-style: normal; font-size: 18px; background: rgb(119, 59, 0); border-radius: 5px; border: none; color: rgb(255, 255, 255); padding: 10px 20px; }
#f76d2d5132434887b17b178da1979946 .btn-new:hover { background: rgb(34, 34, 34); color: rgb(255, 255, 255); border-color: rgb(190, 190, 190) !important; }
#f76d2d5132434887b17b178da1979946 .btn-new:active { background: rgb(119, 59, 0); color: rgb(255, 255, 255); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
#\37 67050aa8aa240edb65815f81f0b1ae7 .btn-new { font-family: Roboto, Arial; font-weight: 400; font-style: normal; font-size: 18px; background: rgb(119, 59, 0); border-radius: 5px; border: none; color: rgb(255, 255, 255); padding: 10px 26px; }
#\37 67050aa8aa240edb65815f81f0b1ae7 .btn-new:hover { background: rgb(34, 34, 34); color: rgb(255, 255, 255); border-color: rgb(190, 190, 190) !important; }
#\37 67050aa8aa240edb65815f81f0b1ae7 .btn-new:active { background: rgb(119, 59, 0); color: rgb(255, 255, 255); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
#\37 26e323a0dc940c7ab618afa7446296c .btn-new { font-family: Roboto, Arial; font-weight: 400; font-style: normal; font-size: 18px; background: rgb(119, 59, 0); border-radius: 5px; border: none; color: rgb(255, 255, 255); padding: 10px 32px; }
#\37 26e323a0dc940c7ab618afa7446296c .btn-new:hover { background: rgb(34, 34, 34); color: rgb(255, 255, 255); border-color: rgb(190, 190, 190) !important; }
#\37 26e323a0dc940c7ab618afa7446296c .btn-new:active { background: rgb(119, 59, 0); color: rgb(255, 255, 255); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
#fdd2762dd23345039ac391c17a23172a .btn-new { font-family: Roboto, Arial; font-weight: 400; font-style: normal; font-size: 18px; background: rgb(119, 59, 0); border-radius: 5px; border: none; color: rgb(255, 255, 255); padding: 10px 24px; }
#fdd2762dd23345039ac391c17a23172a .btn-new:hover { background: rgb(34, 34, 34); color: rgb(255, 255, 255); border-color: rgb(190, 190, 190) !important; }
#fdd2762dd23345039ac391c17a23172a .btn-new:active { background: rgb(119, 59, 0); color: rgb(255, 255, 255); transform: scale(0.97); border-color: rgb(190, 190, 190) !important; }
.blk_section[data-id="s-9e89b77a3c1e40efbd8c2cfa06933536"] { display: none; }
.blk_section[data-id="s-9e89b77a3c1e40efbd8c2cfa06933536"] { padding-top: 30px; padding-bottom: 30px; background: rgb(244, 133, 25); }
.blk_section[data-id="s-9e89b77a3c1e40efbd8c2cfa06933536"] .blk_section_inner { background-position: 50% 0%; background-repeat: no-repeat; }
.blk[data-id="b-5a0bc054e7444781a2323cdd312562f5"] .img_container img { width: 135px; }
.blk[data-id="b-5a0bc054e7444781a2323cdd312562f5"] .blk_image_data_wrap { text-align: center; }
.blk[data-id="b-5a0bc054e7444781a2323cdd312562f5"] .blk-data { animation: 1s ease 0s 1 normal both running slide-in-left; --animation-range: 0px 0px; }
.blk[data-id="b-4f65f02cae0c4e14999a6487959f2e26"] .blk_divider_self { height: 16px; margin: 0px; }
.blk[data-id="b-4f65f02cae0c4e14999a6487959f2e26"] .divider-line { background: rgb(204, 204, 204); height: 1px; margin: 0px; }
.blk[data-id="b-155a03c731c54ec29dab740782d7f572"] .blk_button_data_wrap { text-align: right; }
.blk[data-id="b-0bfed5651c3547abbfa61afb5a67e99f"] .blk_divider_self { height: 16px; margin: 0px; }
.blk[data-id="b-0bfed5651c3547abbfa61afb5a67e99f"] .divider-line { background: rgb(204, 204, 204); height: 1px; margin: 0px; }
.blk[data-id="b-c2c716bc8180479cbe28d0e2ade8289e"] .blk_button_data_wrap { text-align: right; }
.blk[data-id="b-72c792b3713b4a0b96e45a75547c1559"] .blk_divider_self { height: 16px; margin: 0px; }
.blk[data-id="b-72c792b3713b4a0b96e45a75547c1559"] .divider-line { background: rgb(204, 204, 204); height: 1px; margin: 0px; }
.blk[data-id="b-f233d7d8204c461dae7901f283dbbd92"] .blk_button_data_wrap { text-align: right; }
.blk[data-id="b-f141ef6c17f84b088762720c1bcaf91a"] .blk_divider_self { height: 17px; margin: 0px; }
.blk[data-id="b-f141ef6c17f84b088762720c1bcaf91a"] .divider-line { background: rgb(204, 204, 204); height: 1px; margin: 0px; }
.blk[data-id="b-264d7c0470744b4188750d7902b74f30"] .blk_button_data_wrap { text-align: right; }
.blk_container.v3 .td_container_cell[data-cell_id="c-76893305e95545dda11537e2be579294"] { width: 22.248%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-ba61cf43f0964611a354008b271ca161"] { width: 26.31%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-c07613ea32d4421d93616ef46ea9f7db"] { width: 26.442%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-7cc84b2cddb34c8a80e0c4950cc7df09"] { width: 25%; padding: 0px 10px; }
.blk_container[data-id="b-06d682c52d564a788dc5435c30c18d17"] > .blk_container_cells_wrap { margin: 0px -10px; }
.blk_container[data-id="b-06d682c52d564a788dc5435c30c18d17"] > .blk_container_cells_wrap > .blk_container_cells > .td_container_cell > .cell { border-radius: 0px; padding: 0px; }
.blk[data-id="b-89d053b5b0b1419f96d24d1fdc136a9c"] .blk_divider_self { height: 16px; margin: 0px; }
.blk[data-id="b-89d053b5b0b1419f96d24d1fdc136a9c"] .divider-line { background: rgb(204, 204, 204); height: 1px; margin: 0px; }
.blk[data-id="b-e5b413cdc3674a07be82e9ca99a08fc1"] .blk_button_data_wrap { text-align: right; }
.blk_container.v3 .td_container_cell[data-cell_id="c-15463334e71a430ca25ff1b3ec4b0be1"] { width: 13.851%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-bd1b54272cab4e239eef0f5687386337"] { width: 69.794%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-59723cb3a5824d949c6b17742259fb6d"] { width: 16.355%; padding: 0px 10px; }
.blk_container[data-id="b-150e8e588b7e4fc8b6b118957f1fa185"] > .blk_container_cells_wrap { margin: 0px -10px; }
.blk_container[data-id="b-150e8e588b7e4fc8b6b118957f1fa185"] > .blk_container_cells_wrap > .blk_container_cells > .td_container_cell > .cell { border-radius: 0px; padding: 0px; }
.blk_section[data-id="s-8d1ef859e7724dcf9943c9928c72fe23"] { display: none; }
.blk_section[data-id="s-8d1ef859e7724dcf9943c9928c72fe23"] { padding-top: 0px; padding-bottom: 0px; height: 135px; background: rgb(244, 133, 25); }
.blk_section[data-id="s-8d1ef859e7724dcf9943c9928c72fe23"] .blk_section_inner { background-position: 50% 0%; background-repeat: no-repeat; }
.blk[data-id="b-2323a4cfa5554c9babeb38e64bc7a94f"] .img_container img { width: 197px; }
.blk[data-id="b-2323a4cfa5554c9babeb38e64bc7a94f"] .blk_image_data_wrap { text-align: left; }
.blk[data-id="b-2323a4cfa5554c9babeb38e64bc7a94f"] .blk-data { animation: 1s ease 0s 1 normal both running slide-in-left; --animation-range: 0px 0px; }
.blk[data-id="b-2323a4cfa5554c9babeb38e64bc7a94f"] { top: 12px; left: -11px; width: 197px; }
.blk_section[data-id="s-f55cf358ce0f4a92a530075b1cf1248b"] { display: none; }
.blk_section[data-id="s-f55cf358ce0f4a92a530075b1cf1248b"] { padding-top: 0px; padding-bottom: 0px; height: 985px; }
.blk_section[data-id="s-f55cf358ce0f4a92a530075b1cf1248b"] .blk_section_inner { background-position: 50% 0%; background-repeat: no-repeat; }
.blk[data-id="b-438152f9be4e4f14b824f02e153e26ef"] { top: 14px; left: 37px; }
.blk[data-id="b-21aa3ae687254643a919f0ae732760f2"] { top: -11px; left: -124px; }
.blk[data-id="b-b93365d276d040a79e0cc21be9a61c1c"] { top: 550px; left: 381px; }
.blk[data-id="b-739ab3d0aaca44fe9d39e0ca8818a9e7"] { top: 478px; left: 783px; }
.blk.blk_text[data-id="b-640085d39c14485b89296dc2399b01c9"] .blk-data { font-size: 42px; line-height: 130%; letter-spacing: 0px; padding: 0px; }
.blk[data-id="b-640085d39c14485b89296dc2399b01c9"] .blk-data { animation: 1s ease 0s 1 normal both running zoom-in; --animation-range: 0px 0px; }
.blk[data-id="b-640085d39c14485b89296dc2399b01c9"] { top: 217px; left: 620px; width: 538px; }
.blk.blk_text[data-id="b-ff4ef86eb12340a896b90d10e00071a2"] .blk-data { font-size: 22px; line-height: 110%; letter-spacing: 0px; padding: 0px; }
.blk[data-id="b-ff4ef86eb12340a896b90d10e00071a2"] .blk-data { animation: 1s ease 0.4s 1 normal both running zoom-in; --animation-range: 0px 0px; }
.blk[data-id="b-ff4ef86eb12340a896b90d10e00071a2"] { top: 401px; left: 620px; width: 477px; }
.blk_section[data-id="s-59b59e1416494557808ffd7931187617"] { display: block; }
.blk_section[data-id="s-59b59e1416494557808ffd7931187617"] { padding-top: 0px; padding-bottom: 0px; height: 133px; background: rgb(244, 133, 25); }
.blk_section[data-id="s-59b59e1416494557808ffd7931187617"] .blk_section_inner { background-position: 50% 0%; background-repeat: no-repeat; }
.blk[data-id="b-9545496014654136a3f07ca1f4538631"] .blk_button_data_wrap { text-align: right; }
.blk[data-id="b-9545496014654136a3f07ca1f4538631"] { top: 49px; left: 265px; width: 142px; height: 38px; }
.blk[data-id="b-f76d2d5132434887b17b178da1979946"] .blk_button_data_wrap { text-align: right; }
.blk[data-id="b-f76d2d5132434887b17b178da1979946"] { top: 49px; left: 436px; width: 151px; height: 38px; }
.blk[data-id="b-767050aa8aa240edb65815f81f0b1ae7"] .blk_button_data_wrap { text-align: right; }
.blk[data-id="b-767050aa8aa240edb65815f81f0b1ae7"] { top: 49px; left: 1023px; width: 148px; height: 38px; }
.blk[data-id="b-726e323a0dc940c7ab618afa7446296c"] .blk_button_data_wrap { text-align: right; }
.blk[data-id="b-726e323a0dc940c7ab618afa7446296c"] { top: 49px; left: 616px; width: 176px; height: 38px; }
.blk[data-id="b-fdd2762dd23345039ac391c17a23172a"] .blk_button_data_wrap { text-align: right; }
.blk[data-id="b-fdd2762dd23345039ac391c17a23172a"] { top: 49px; left: 823px; width: 169px; height: 38px; }
.blk[data-id="b-edcf338dc5b2461e81bbfacf5071eec5"] .img_container img { width: 225px; }
.blk[data-id="b-edcf338dc5b2461e81bbfacf5071eec5"] .blk_image_data_wrap { text-align: left; }
.blk[data-id="b-edcf338dc5b2461e81bbfacf5071eec5"] .blk-data { animation: 1s ease 0s 1 normal both running slide-in-left; --animation-range: 0px 0px; }
.blk[data-id="b-edcf338dc5b2461e81bbfacf5071eec5"] { top: 17px; left: -32px; width: 225px; }
.blk_section[data-id="s-36bbcd3ee5ed47ef9ac515af4238516a"] { display: block; }
.blk_section[data-id="s-36bbcd3ee5ed47ef9ac515af4238516a"] { padding-top: 0px; padding-bottom: 0px; height: 818px; }
.blk_section[data-id="s-36bbcd3ee5ed47ef9ac515af4238516a"] .blk_section_inner { background-position: 50% 0%; background-repeat: no-repeat; }
.blk[data-id="b-ca44039d2517432390a38cb83a330420"] { top: -46px; left: -141px; }
.blk.blk_text[data-id="b-1376cd7900834e318efa409dd542ff09"] .blk-data { font-size: 42px; line-height: 130%; letter-spacing: 0px; padding: 0px; }
.blk[data-id="b-1376cd7900834e318efa409dd542ff09"] .blk-data { animation: 1s ease 0s 1 normal both running zoom-in; --animation-range: 0px 0px; }
.blk[data-id="b-1376cd7900834e318efa409dd542ff09"] { top: 169px; left: 595px; width: 538px; }
.blk.blk_text[data-id="b-93e61043c5264cdeba73ff3b2540ff8e"] .blk-data { font-size: 22px; line-height: 110%; letter-spacing: 0px; padding: 0px; }
.blk[data-id="b-93e61043c5264cdeba73ff3b2540ff8e"] .blk-data { animation: 1s ease 0.4s 1 normal both running zoom-in; --animation-range: 0px 0px; }
.blk[data-id="b-93e61043c5264cdeba73ff3b2540ff8e"] { top: 353px; left: 595px; width: 477px; }
.blk[data-id="b-4e9474a4a9d94985ba2ebe4a1fea6cd0"] { top: 513px; left: 584px; }
.blk[data-id="b-bf6984f5d8594651a44e5e40accbe842"] { top: 417px; left: 595px; }
#\30 344e0113d5b462884c67cd89eaa665c .ms__0344e0113d5b462884c67cd89eaa665c-title div.text-field-data { font-size: 42px; line-height: 140%; letter-spacing: 0px; text-align: center; padding: 0px; }
#cdbdbb4cb6ab44468b27306700bce857 .m-image img, #cdbdbb4cb6ab44468b27306700bce857 .m-image svg { width: 372px; }
#cdbdbb4cb6ab44468b27306700bce857 .m-image__wrapper { position: relative; width: 355px; height: 240px; }
#cdbdbb4cb6ab44468b27306700bce857 .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#cdbdbb4cb6ab44468b27306700bce857 .m-image > * { }
#cdbdbb4cb6ab44468b27306700bce857 .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#cdbdbb4cb6ab44468b27306700bce857 .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#cdbdbb4cb6ab44468b27306700bce857 .m-image__sub-wrapper:hover .m-image { }
#cdbdbb4cb6ab44468b27306700bce857 .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
@media (max-width: 500px){#cdbdbb4cb6ab44468b27306700bce857 .m-image img, #cdbdbb4cb6ab44468b27306700bce857 .m-image svg { width: 372px; }#cdbdbb4cb6ab44468b27306700bce857 .m-image__wrapper { width: 330px; height: 240px; }}
#cdbdbb4cb6ab44468b27306700bce857 .m-image img, #cdbdbb4cb6ab44468b27306700bce857 .m-image svg { min-width: 355px; width: 355px; }
#cdbdbb4cb6ab44468b27306700bce857 .m-image__wrapper { }
#cdbdbb4cb6ab44468b27306700bce857 .m-image { width: 100%; height: 100%; line-height: 0; }
#cdbdbb4cb6ab44468b27306700bce857 .m-image--mob { display: none; }
@media (max-width: 500px){#cdbdbb4cb6ab44468b27306700bce857 .m-image.m-image--mob img, #cdbdbb4cb6ab44468b27306700bce857 .m-image.m-image--mob svg { min-width: 330px; width: 330px; }#cdbdbb4cb6ab44468b27306700bce857 .m-image--mob { display: block; }#cdbdbb4cb6ab44468b27306700bce857 .m-image--mob + .m-image--pc { display: none; }}
#cdbdbb4cb6ab44468b27306700bce857 > .block-content { justify-content: center; }
.blk.blk_text[data-id="b-b694d516ca5843369efc367d6e5bb0b9"] .blk-data { font-size: 22px; line-height: 140%; letter-spacing: 0px; padding: 20px 20px 0px; }
.blk.blk_text[data-id="b-8b1ef7f024f0443a88f1d100c6825146"] .blk-data { font-size: 18px; line-height: 140%; letter-spacing: 0px; padding: 0px 20px 10px; }
.blk.blk_text[data-id="b-cda9efa0021f49b99722a87109f140da"] .blk-data { font-size: 22px; line-height: 140%; letter-spacing: 0px; padding: 20px 0px 0px 20px; }
.blk.blk_text[data-id="b-fd2a75d7f36c4d01abdc56fc4aba2dc9"] .blk-data { font-size: 18px; line-height: 140%; letter-spacing: 0px; padding: 0px 20px 10px; }
.blk.blk_text[data-id="b-cf9366d2d7b74705abb769087a9336d5"] .blk-data { font-size: 22px; line-height: 140%; letter-spacing: 0px; padding: 20px 0px 0px 20px; }
.blk.blk_text[data-id="b-32977e5f65cb4d099e7e1798f5f808a3"] .blk-data { font-size: 18px; line-height: 140%; letter-spacing: 0px; padding: 0px 20px 10px; }
.blk.blk_text[data-id="b-3803742f05f54676bd305386b4272835"] .blk-data { font-size: 22px; line-height: 140%; letter-spacing: 0px; padding: 20px 20px 0px; }
.blk.blk_text[data-id="b-3e0e4601c8614b8c89c7a4d2e76f66cf"] .blk-data { font-size: 18px; line-height: 140%; letter-spacing: 0px; padding: 0px 20px 10px; }
.blk.blk_text[data-id="b-c2e273c605d546ba8929cb51845d7ea7"] .blk-data { font-size: 22px; line-height: 140%; letter-spacing: 0px; padding: 20px 20px 0px; }
.blk.blk_text[data-id="b-e073ec4f08cb4713a91a00f98041fd47"] .blk-data { font-size: 18px; line-height: 140%; letter-spacing: 0px; padding: 0px 20px 10px; }
.blk.blk_text[data-id="b-0c550aa34d894461b574c9730417ae64"] .blk-data { font-size: 22px; line-height: 140%; letter-spacing: 0px; padding: 20px 20px 0px; }
.blk.blk_text[data-id="b-a8bfc2e189b243278be2581e4203cc1a"] .blk-data { font-size: 18px; line-height: 140%; letter-spacing: 0px; padding: 0px 20px 10px; }
.blk.blk_text[data-id="b-a866c477bfd94421a89c98b4848622e7"] .blk-data { font-size: 22px; line-height: 140%; letter-spacing: 0px; padding: 20px 20px 10px; }
.blk.blk_text[data-id="b-4127a8b6917c4c18bb4f990a4a3f6da8"] .blk-data { font-size: 18px; line-height: 140%; letter-spacing: 0px; padding: 0px 20px 10px; }
.blk.blk_text[data-id="b-d22831778e584170a03c2bdacad0a12a"] .blk-data { font-size: 22px; line-height: 140%; letter-spacing: 0px; padding: 20px 20px 10px; }
.blk.blk_text[data-id="b-9de3e968b3464016afd24b0feefd7310"] .blk-data { font-size: 18px; line-height: 140%; letter-spacing: 0px; padding: 0px 20px 10px; }
#\30 8dda966e5fa4c8fbf9d4daddb1e085a > .block-content { display: flex; }
#\30 8dda966e5fa4c8fbf9d4daddb1e085a > .block-content > .m-block-wrapper { width: 100%; margin: 0px 0px 21px 18px; }
@media (max-width: 500px){#\30 8dda966e5fa4c8fbf9d4daddb1e085a > .block-content > .m-block-wrapper { margin: 0px 0px 20px 23px; }}
#\30 8dda966e5fa4c8fbf9d4daddb1e085a > .block-content > .m-block-wrapper { min-width: 0px; }
#\30 8dda966e5fa4c8fbf9d4daddb1e085a .m-block-wrapper { display: flex; justify-content: inherit; min-width: 10%; }
#\30 8dda966e5fa4c8fbf9d4daddb1e085a .m-button-CmB3oCI { max-width: 100%; overflow-wrap: break-word; }
#\30 8dda966e5fa4c8fbf9d4daddb1e085a .m-button-wrapper { }
#\30 8dda966e5fa4c8fbf9d4daddb1e085a .m-block-wrapper .m-button-CmB3oCI { width: unset; }
#\30 8dda966e5fa4c8fbf9d4daddb1e085a .m-button-CmB3oCI { cursor: pointer; width: min-content; color: rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; box-shadow: unset; gap: 5px; transition: 0.15s linear; position: relative; background: rgb(244, 133, 25); border: 0px solid transparent; padding: 10px 40px; border-radius: 10px; word-break: normal; }
#\30 8dda966e5fa4c8fbf9d4daddb1e085a .m-block-wrapper .m-button-CmB3oCI { margin-top: unset; }
#\30 8dda966e5fa4c8fbf9d4daddb1e085a .m-button-CmB3oCI::before { display: none; content: ""; position: absolute; border-radius: inherit; padding: 2px; z-index: 0; inset: 0px; mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); pointer-events: none; }
#\30 8dda966e5fa4c8fbf9d4daddb1e085a .m-button-CmB3oCI:hover { background: rgb(202, 126, 0); border: 0px solid transparent; padding: 10px 40px; }
#\30 8dda966e5fa4c8fbf9d4daddb1e085a .m-button-CmB3oCI:hover::before { display: none; }
#\30 8dda966e5fa4c8fbf9d4daddb1e085a .m-button-CmB3oCI:active { background: rgb(233, 146, 2); border: 0px solid transparent; padding: 10px 40px; transform: scale(1); }
#\30 8dda966e5fa4c8fbf9d4daddb1e085a .m-button-CmB3oCI:active::before { display: none; background: linear-gradient(0deg, rgb(41, 92, 230), rgb(183, 55, 230)); }
#\30 8dda966e5fa4c8fbf9d4daddb1e085a .m-button-CmB3oCI > .m-button__effect-blick { position: absolute; background: transparent; width: 100%; height: 100%; border-radius: inherit; overflow: hidden; pointer-events: none; }
#\30 8dda966e5fa4c8fbf9d4daddb1e085a .m-button-CmB3oCI:hover > .m-button__effect-blick::after { position: absolute; content: ""; width: 50px; height: 800px; background: linear-gradient(90deg, transparent, rgb(255, 255, 255), transparent); opacity: 0.4; transform: translateY(-50%) rotate(45deg); transition: 0.1s; animation: 3s linear 0s infinite normal none running blick; }
#\30 8dda966e5fa4c8fbf9d4daddb1e085a .m-button__text-CmB3oCI { text-align: center; transition: transform 0.15s linear; }
@keyframes pulse-CmB3oCI { 
  0% { box-shadow: rgba(119, 119, 119, 0.6) 0px 0px 0px 0px; }
  100% { box-shadow: rgba(119, 119, 119, 0) 0px 0px 0px 15px; }
}
@keyframes blick { 
  0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; }
}
@keyframes light-CmB3oCI { 
  0% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 0px); }
  100% { filter: drop-shadow(rgb(141, 141, 141) 0px 0px 6px); }
}
@keyframes shape { 
  50% { transform: translateX(3px) rotate(2deg); }
  100% { transform: translateX(-3px) rotate(-2deg); }
}
@keyframes squeeze { 
  0% { transform: scale(1); }
  30% { transform: scaleX(1.05) scaleY(0.85); }
  40% { transform: scaleX(0.85) scaleY(1.1); }
  60% { transform: scaleX(1.05) scaleY(0.95); }
  100% { transform: scale(1); }
}
@media (max-width: 500px){#\30 8dda966e5fa4c8fbf9d4daddb1e085a .m-block-wrapper .m-button-CmB3oCI { margin-top: unset; }#\30 8dda966e5fa4c8fbf9d4daddb1e085a .m-button-CmB3oCI { padding: 8px 40px; gap: 5px; }#\30 8dda966e5fa4c8fbf9d4daddb1e085a .m-button-CmB3oCI:hover { padding: 8px 40px; }#\30 8dda966e5fa4c8fbf9d4daddb1e085a .m-button-CmB3oCI:active { padding: 8px 40px; }}
#\30 8dda966e5fa4c8fbf9d4daddb1e085a > .block-content { justify-content: start; }
.blk_section[data-id="s-0344e0113d5b462884c67cd89eaa665c"] .blk_section_inner { background-position: 50% 0%; background-repeat: no-repeat; }
.blk_section[data-id="s-0344e0113d5b462884c67cd89eaa665c"] .blk_section_inner { background-position: 50% 0%; background-repeat: no-repeat; }
#\30 344e0113d5b462884c67cd89eaa665c { }
@media (max-width: 500px){#\30 344e0113d5b462884c67cd89eaa665c { }}
#\30 344e0113d5b462884c67cd89eaa665c .section__wrapper { position: relative; overflow: hidden; }
#\30 344e0113d5b462884c67cd89eaa665c .section__background, #\30 344e0113d5b462884c67cd89eaa665c .section__transitions { display: block; position: absolute; overflow: hidden; inset: 0px; }
#\30 344e0113d5b462884c67cd89eaa665c .section__background { background-image: linear-gradient(0deg, transparent, transparent), url("/assets/5a69b03e7c44f1.webp"); background-position: 50% 0%; background-repeat: no-repeat; background-size: cover; filter: opacity(5%) blur(0px) brightness(calc(1)) contrast(100%) grayscale(0%) hue-rotate(0deg) invert(0%) saturate(100%); }
#\30 344e0113d5b462884c67cd89eaa665c .section__content-wrapper { position: relative; width: 1170px; margin: 0px auto; }
#\30 344e0113d5b462884c67cd89eaa665c .section__content { margin-top: 80px; margin-bottom: 80px; }
@media (max-width: 500px){#\30 344e0113d5b462884c67cd89eaa665c .section__content-wrapper { margin: 0px auto; width: 370px; }#\30 344e0113d5b462884c67cd89eaa665c .section__content { margin-top: 40px; margin-bottom: 30px; }}
#\30 344e0113d5b462884c67cd89eaa665c .section__background { background-attachment: fixed; }
@media (max-width: 500px){#\30 344e0113d5b462884c67cd89eaa665c .section__background { background-attachment: scroll; background-size: cover; }}
@supports (-webkit-touch-callout: none){.section__background { background-attachment: scroll; background-size: cover; }}
#\30 344e0113d5b462884c67cd89eaa665c .section__content { opacity: 0; transition: opacity 1s 0.3s, transform 1s; }
#\30 344e0113d5b462884c67cd89eaa665c .section__title { margin-top: 10px; }
#\30 344e0113d5b462884c67cd89eaa665c .section__benefit { margin-top: 33px; }
#\30 344e0113d5b462884c67cd89eaa665c { --benefitColumns: 3; --benefitGap: 20px; --sliderPadding: 30px; }
#\30 344e0113d5b462884c67cd89eaa665c .section__benefit-slider { margin-top: 33px; display: grid; gap: 0px; }
#\30 344e0113d5b462884c67cd89eaa665c .section__slider-wrapper { border-radius: 16px; }
#\30 344e0113d5b462884c67cd89eaa665c .section__arrow-list { display: flex; gap: 20px; justify-self: end; margin-right: 25px; }
#\30 344e0113d5b462884c67cd89eaa665c .section__arrow { position: relative; display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 10px; border: unset; box-shadow: unset; background: rgb(244, 133, 25); transition: transform 0.3s; }
#\30 344e0113d5b462884c67cd89eaa665c .section__arrow:hover { transform: scale(1.1); }
#\30 344e0113d5b462884c67cd89eaa665c .section__arrow::after { position: absolute; content: ""; width: 70%; height: 70%; mask: url("/assets/38a6772c6b475c.svg") center center / cover no-repeat; background: rgb(255, 255, 255); }
#\30 344e0113d5b462884c67cd89eaa665c .section__arrow--next::after { transform: rotate(180deg); }
#\30 344e0113d5b462884c67cd89eaa665c .section__slider-container { gap: var(--benefitGap); padding: var(--sliderPadding) 0; }
#\30 344e0113d5b462884c67cd89eaa665c .benefit__slot { position: relative; max-width: 100%; }
@media (max-width: 500px){#\30 344e0113d5b462884c67cd89eaa665c { --benefitColumns: 1; --benefitGap: 20px; --sliderPadding: 24px; }}
#\30 344e0113d5b462884c67cd89eaa665c .section__benefit-slider { touch-action: pan-y; }
#\30 344e0113d5b462884c67cd89eaa665c .section__slider-wrapper { overflow: hidden; }
#\30 344e0113d5b462884c67cd89eaa665c .section__slider-container { display: flex; transition: transform 0.5s; }
#\30 344e0113d5b462884c67cd89eaa665c .section__slider-item { flex: 0 0 auto; width: calc(100% / var(--benefitColumns) - var(--benefitGap) * (var(--benefitColumns) - 1) / var(--benefitColumns)); user-select: none; }
@media (max-width: 500px){#\30 344e0113d5b462884c67cd89eaa665c .section__benefit-slider { margin: 0px -100px; padding: 0px 100px; }}
#\30 344e0113d5b462884c67cd89eaa665c { }
#\30 344e0113d5b462884c67cd89eaa665c .ms-row { display: flex; flex-wrap: wrap; row-gap: 32px; margin-left: 32px; margin-right: 32px; }
#\30 344e0113d5b462884c67cd89eaa665c .ms-col { position: relative; flex-shrink: 1; }
#\30 344e0113d5b462884c67cd89eaa665c .ms-row:nth-child(1) .ms-col:nth-child(1) { width: 100%; margin-left: 0%; }
#\30 344e0113d5b462884c67cd89eaa665c .ms-row:nth-child(2) .ms-col:nth-child(1) { width: 100%; margin-left: 0%; }
@media (max-width: 500px){#\30 344e0113d5b462884c67cd89eaa665c .ms-row { margin-left: 20px; margin-right: 20px; }#\30 344e0113d5b462884c67cd89eaa665c .ms-row:nth-child(1) .ms-col:nth-child(1) { width: 100%; margin-left: 0%; }#\30 344e0113d5b462884c67cd89eaa665c .ms-row:nth-child(2) .ms-col:nth-child(1) { width: 100%; margin-left: 0%; }}
#\30 344e0113d5b462884c67cd89eaa665c .ms__0344e0113d5b462884c67cd89eaa665c-title div.text-field-data { font-size: 42px; line-height: 140%; letter-spacing: 0px; text-align: center; padding: 0px; }
.blk_section[data-id="s-31e99bad6bfb4072b387bff142d4f84a"] { padding-top: 0px; padding-bottom: 0px; height: 1366px; }
.blk_section[data-id="s-31e99bad6bfb4072b387bff142d4f84a"] .blk_section_inner { background-position: 50% 0%; background-repeat: no-repeat; }
.blk[data-id="b-2e887c9b8f7c439592e9273ef23e0eb2"] { top: 249px; left: 0px; }
.blk[data-id="b-28280db827f345e3bcc4608bda75aa21"] { top: 632px; left: -1px; }
.blk[data-id="b-5821df0063394ae68352f921233197b7"] { top: 249px; left: 630px; }
.blk[data-id="b-caca2f6377e64336b2041b80758d75f3"] { top: 631px; left: 630px; }
.blk[data-id="b-a10c5e176f7641f0a307e78c0e9ee57d"] { top: 633px; left: 0px; }
.blk[data-id="b-d346d7b5a35f4547a3bf117c36c8dcbe"] { top: 1013px; left: -1px; }
#\35 aedfca71a5a491892411aa74dfc4ab7 .m-image img, #\35 aedfca71a5a491892411aa74dfc4ab7 .m-image svg { width: 540px; }
#\35 aedfca71a5a491892411aa74dfc4ab7 .m-image__wrapper { position: relative; width: 540px; height: 312px; }
#\35 aedfca71a5a491892411aa74dfc4ab7 .m-image { height: 100%; --opacity: 100%; --blur: 0px; --brightness: 1; --contrast: 100%; --grayscale: 0%; --hueRotate: 0deg; --invert: 0%; --saturate: 100%; transition: transform 0.2s, filter 0.2s; }
#\35 aedfca71a5a491892411aa74dfc4ab7 .m-image > * { }
#\35 aedfca71a5a491892411aa74dfc4ab7 .m-image__sub-wrapper { --opacityBg: 100%; --blurBg: 0px; --brightnessBg: 1; --contrastBg: 100%; --grayscaleBg: 0%; --hueRotateBg: 0deg; --invertBg: 0%; --saturateBg: 100%; transition: backdrop-filter 0.2s; }
#\35 aedfca71a5a491892411aa74dfc4ab7 .m-image__sub-wrapper { mask-image: -webkit-radial-gradient(center center, white, black); width: 100%; height: 100%; }
#\35 aedfca71a5a491892411aa74dfc4ab7 .m-image__sub-wrapper:hover .m-image { }
#\35 aedfca71a5a491892411aa74dfc4ab7 .m-image__sub-wrapper { overflow: hidden; border-radius: 10px; box-shadow: none; }
@media (max-width: 500px){#\35 aedfca71a5a491892411aa74dfc4ab7 .m-image img, #\35 aedfca71a5a491892411aa74dfc4ab7 .m-image svg { width: 417px; }#\35 aedfca71a5a491892411aa74dfc4ab7 .m-image__wrapper { width: 330px; height: 241px; }}
#\35 aedfca71a5a491892411aa74dfc4ab7 .m-image img, #\35 aedfca71a5a491892411aa74dfc4ab7 .m-image svg { min-width: 540px; width: 540px; }
#\35 aedfca71a5a491892411aa74dfc4ab7 .m-image__wrapper { }
#\35 aedfca71a5a491892411aa74dfc4ab7 .m-image { width: 100%; height: 100%; line-height: 0; cursor: pointer; }
#\35 aedfca71a5a491892411aa74dfc4ab7 .m-image--mob { display: none; }
@media (max-width: 500px){#\35 aedfca71a5a491892411aa74dfc4ab7 .m-image.m-image--mob img, #\35 aedfca71a5a491892411aa74dfc4ab7 .m-image.m-image--mob svg { min-width: 330px; width: 330px; }#\35 aedfca71a5a491892411aa74dfc4ab7 .m-image--mob { display: block; }#\35 aedfca71a5a491892411aa74dfc4ab7 .m-image--mob + .m-image--pc { display: none; }}
#\35 aedfca71a5a491892411aa74dfc4ab7 > .block-content { justify-content: center; }
.blk[data-id="b-5aedfca71a5a491892411aa74dfc4ab7"] { top: 1013px; left: 630px; }
.blk[data-id="b-8e97eb62d50b43bbb2d60e158eb27912"] { top: 249px; left: 0px; }
.blk[data-id="b-8d825b39d78543ea8e2811bd9e3b8907"] { top: 249px; left: 630px; }
.blk.blk_text[data-id="b-1d90f19cc7e949d6a0894b98f3c56c03"] .blk-data { font-size: 42px; line-height: 140%; text-align: center; padding: 0px; }
.blk[data-id="b-1d90f19cc7e949d6a0894b98f3c56c03"] { top: 100px; left: 384px; width: 400px; }
.blk[data-id="b-655b42b080de47da9a66771a2001dee1"] { top: 632px; left: 0px; }
.blk[data-id="b-c10b43849b8947a3a259ded6c664f39c"] { top: 1013px; left: -1px; }
.blk[data-id="b-dd8c4192f47c4fa3af8a19869d5be160"] { top: 1013px; left: 630px; }
.blk[data-id="b-5ab079eeff724d9499c08c272e47d792"] { top: 631px; left: 630px; }
.blk_section[data-id="s-d04f648c840e44c48981fc88c74130d3"] .blk_section_inner { background-position: 50% 0%; background-repeat: no-repeat; }
.blk_section[data-id="s-d04f648c840e44c48981fc88c74130d3"] .blk_section_inner { background-position: 50% 0%; background-repeat: no-repeat; }
.blk_section[data-id="s-9356ccb6ae7e4a0c9fe96189cb89b34d"] { padding-top: 0px; padding-bottom: 0px; height: 1193px; }
.blk_section[data-id="s-9356ccb6ae7e4a0c9fe96189cb89b34d"] .blk_section_inner { background-position: 50% 0%; background-repeat: no-repeat; }
.blk[data-id="b-fb5a0fb844674fc58426823135ff0f64"] { top: 117px; left: -1px; }
.blk[data-id="b-870561d8b85a48ebb8c7b53f5ba2929f"] { top: 11px; left: 0px; }
.blk[data-id="b-424061d03e5e459ea361c398c3ba8d92"] { top: 396px; left: 0px; }
.blk[data-id="b-ad1f13fa38ff458c956920e063b635b8"] { top: 780px; left: 0px; }
.blk[data-id="b-a8b1d92de9334b18a4ef89e1016f58e8"] { top: 11px; left: 630px; }
.blk[data-id="b-2c023a63af31429ba9906b35f172d103"] { top: 396px; left: 630px; }
.blk[data-id="b-c9a36014ea294ffb9e6e9d4a18cc2608"] { top: 10px; left: 0px; }
.blk[data-id="b-4e9557235ac344caa16c6857ee92dd3a"] { top: 394px; left: 0px; }
.blk[data-id="b-39bf4c0074c54835b85ed6577e376583"] { top: 778px; left: 0px; }
.blk[data-id="b-972bf2c20eb74592bbd70f35e2784268"] { top: 11px; left: 630px; }
.blk[data-id="b-a88bb15a7b8e411a9f3f19102a59f373"] { top: 395px; left: 630px; }
.blk[data-id="b-9a829b4b41274a9fb3fac318bba0da0e"] { top: 777px; left: 630px; }
.blk[data-id="b-871b0904963c4640be054140a6de248e"] { top: 777px; left: 630px; }
.blk_section[data-id="s-df942ba296f7462e9c0c8fa651fdd543"] { padding-top: 90px; padding-bottom: 110px; background: rgb(255, 255, 255); }
.blk_section[data-id="s-df942ba296f7462e9c0c8fa651fdd543"] .blk_section_inner { background-position: 50% 0%; background-repeat: no-repeat; }
.blk.blk_text[data-id="b-935dda88be3247b08975aedd3827585f"] .blk-data { font-size: 42px; line-height: 140%; text-align: center; padding: 0px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-42000fb4405e455abbe0fb4630135d25"] { width: 24.998%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-eac25f235714459ebf676ea719981106"] { width: 49.917%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-b5b253007fcd48cc9696dce14ad1fbfe"] { width: 24.997%; padding: 0px 10px; }
.blk_container[data-id="b-d9e2791df4d54bf9b199a39589fcc9e3"] > .blk_container_cells_wrap { margin: 0px -10px; }
.blk_container[data-id="b-d9e2791df4d54bf9b199a39589fcc9e3"] > .blk_container_cells_wrap > .blk_container_cells > .td_container_cell > .cell { border-radius: 0px; padding: 0px; }
.blk[data-id="b-a61e93de72034935a704427cfef86a87"] .blk_divider_self { height: 0px; margin: 0px; }
.blk[data-id="b-a61e93de72034935a704427cfef86a87"] .divider-line { background: rgb(204, 204, 204); height: 1px; margin: 0px; }
.blk[data-id="b-7a9da779c6334d41ab68f5ea3e84913d"] .img_container img { width: 347px; border-radius: 10px; }
.blk[data-id="b-7a9da779c6334d41ab68f5ea3e84913d"] .mag-bg { border-radius: 10px; }
.blk[data-id="b-7a9da779c6334d41ab68f5ea3e84913d"] .blk_image_data_wrap { text-align: center; }
.blk[data-id="b-a5ee493f74e84c778c75fe793a2301d6"] .img_container img { width: 347px; border-radius: 10px; }
.blk[data-id="b-a5ee493f74e84c778c75fe793a2301d6"] .mag-bg { border-radius: 10px; }
.blk[data-id="b-a5ee493f74e84c778c75fe793a2301d6"] .blk_image_data_wrap { text-align: center; }
.blk[data-id="b-ac527dbc05e348acb231dcf5b9b38130"] .img_container img { width: 347px; border-radius: 10px; }
.blk[data-id="b-ac527dbc05e348acb231dcf5b9b38130"] .mag-bg { border-radius: 10px; }
.blk[data-id="b-ac527dbc05e348acb231dcf5b9b38130"] .blk_image_data_wrap { text-align: center; }
.blk_container.v3 .td_container_cell[data-cell_id="c-b077d9179d964658a5b43501bb69e384"] { width: 33.333%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-8e3b2bb0515d4567b97a5f24d9a60bc0"] { width: 33.333%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-63748773c1a2497a9341138710856c75"] { width: 33.333%; padding: 0px 10px; }
.blk_container[data-id="b-24e94aaa2dfe4a91901c43887fb82dbc"] > .blk_container_cells_wrap { margin: 0px -10px; }
.blk_container[data-id="b-24e94aaa2dfe4a91901c43887fb82dbc"] > .blk_container_cells_wrap > .blk_container_cells > .td_container_cell > .cell { border-radius: 10px; padding: 3px; }
.blk.blk_text[data-id="b-a060044201c44a488dbf05eeee1640a0"] .blk-data { font-size: 22px; line-height: 140%; text-align: center; padding: 10px 0px 0px; }
.blk.blk_text[data-id="b-d6732bc07a7840c4bb1bd643d6f977d2"] .blk-data { font-size: 20px; line-height: 140%; letter-spacing: 0px; padding: 20px 0px 0px; }
.blk[data-id="b-e40773af054e4f2eabb3ad643014fc88"] .blk_divider_self { height: 0px; margin: 0px; }
.blk[data-id="b-e40773af054e4f2eabb3ad643014fc88"] .divider-line { background: rgb(204, 204, 204); height: 1px; margin: 0px; }
.blk[data-id="b-a6d9ca027262419aa3e6aa3aecdfce4c"] .blk_divider_self { height: 0px; margin: 0px; }
.blk[data-id="b-a6d9ca027262419aa3e6aa3aecdfce4c"] .divider-line { background: rgb(204, 204, 204); height: 1px; margin: 0px; }
.blk[data-id="b-9d3b566ac5d84a128e9e2c21f80b1c62"] .blk_divider_self { height: 4px; margin: 0px; }
.blk[data-id="b-9d3b566ac5d84a128e9e2c21f80b1c62"] .divider-line { background: rgb(244, 133, 25); height: 2px; margin: -1px 0px 0px; }
.blk[data-id="b-156d359ba0334bd88829c2d7e26e572d"] .img_container img { width: 347px; border-radius: 10px; }
.blk[data-id="b-156d359ba0334bd88829c2d7e26e572d"] .mag-bg { border-radius: 10px; }
.blk[data-id="b-156d359ba0334bd88829c2d7e26e572d"] .blk_image_data_wrap { text-align: center; }
.blk[data-id="b-ba32ee4e3fdd4d46abe1e083309d5ef4"] .img_container img { width: 347px; border-radius: 10px; }
.blk[data-id="b-ba32ee4e3fdd4d46abe1e083309d5ef4"] .mag-bg { border-radius: 10px; }
.blk[data-id="b-ba32ee4e3fdd4d46abe1e083309d5ef4"] .blk_image_data_wrap { text-align: center; }
.blk[data-id="b-16d4ab159bb54ae09e64baa6cfd01cbd"] .img_container img { width: 347px; border-radius: 10px; }
.blk[data-id="b-16d4ab159bb54ae09e64baa6cfd01cbd"] .mag-bg { border-radius: 10px; }
.blk[data-id="b-16d4ab159bb54ae09e64baa6cfd01cbd"] .blk_image_data_wrap { text-align: center; }
.blk_container.v3 .td_container_cell[data-cell_id="c-b29f284ed1114565bf12add11f1d8894"] { width: 33.333%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-c58f0d868d6d47d48e05242fdf24be60"] { width: 33.333%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-cf0398a600c5404ebb03107664fd0afe"] { width: 33.333%; padding: 0px 10px; }
.blk_container[data-id="b-656e3c17d26942c1a0f82c48f0e93c00"] > .blk_container_cells_wrap { margin: 0px -10px; }
.blk_container[data-id="b-656e3c17d26942c1a0f82c48f0e93c00"] > .blk_container_cells_wrap > .blk_container_cells > .td_container_cell > .cell { border-radius: 5px; padding: 3px; }
.blk.blk_text[data-id="b-60e339ac5b1345c3a3699be6d5bc2aa3"] .blk-data { font-size: 22px; line-height: 140%; text-align: center; padding: 10px 0px 0px; }
.blk.blk_text[data-id="b-77e421cb519d4e0ba74b8740fde63f0d"] .blk-data { font-size: 20px; line-height: 140%; padding: 0px; }
.blk[data-id="b-dd920a27201343d08bf350a56da08f43"] .blk_divider_self { height: 0px; margin: 0px; }
.blk[data-id="b-dd920a27201343d08bf350a56da08f43"] .divider-line { background: rgb(204, 204, 204); height: 1px; margin: 0px; }
.blk_section[data-id="s-2ad3b61c6a694786a8d83a71f3d13b4b"] { padding-top: 0px; padding-bottom: 0px; background: rgb(255, 255, 255); }
.blk_section[data-id="s-2ad3b61c6a694786a8d83a71f3d13b4b"] .blk_section_inner { background-position: 50% 0%; background-repeat: no-repeat; }
.blk.blk_text[data-id="b-c8513223bea3470690c990d1ce5cbefc"] .blk-data { font-size: 42px; line-height: 140%; text-align: center; padding: 0px; }
.blk[data-id="b-d00f5ef192fd438882efbdb115763c48"] .blk_divider_self { height: 0px; margin: 0px; }
.blk[data-id="b-d00f5ef192fd438882efbdb115763c48"] .divider-line { background: rgb(204, 204, 204); height: 1px; margin: 0px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-4426e78056ad4b3ba101181d4afae3c4"] { width: 35.091%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-2a8a6c6342004d43892152d6269c2c70"] { width: 28.122%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-7f8b8551a52440a6a10ea59630d837e8"] { width: 36.699%; padding: 0px 10px; }
.blk_container[data-id="b-8a7e8f0807b348a39a535f4ef27da61b"] > .blk_container_cells_wrap { margin: 0px -10px; }
.blk_container[data-id="b-8a7e8f0807b348a39a535f4ef27da61b"] > .blk_container_cells_wrap > .blk_container_cells > .td_container_cell > .cell { border-radius: 0px; padding: 0px; }
.blk.blk_text[data-id="b-6138fad304d0428b95c9cacf6731235e"] .blk-data { font-size: 22px; line-height: 140%; text-align: center; padding: 0px; }
.blk[data-id="b-8663df1310a542c8a4f3d188bcf6e99d"] .svg_wrap { width: 75px; border-radius: 0px; }
.blk[data-id="b-8663df1310a542c8a4f3d188bcf6e99d"] .blk_image_data_wrap { text-align: center; }
.blk.blk_text[data-id="b-8819499e9e674a3b940135ff0351c6b7"] .blk-data { font-size: 18px; line-height: 140%; letter-spacing: 0px; padding: 0px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-c619b02b69fe4fa586971cdfad47dc6b"] { width: 32.603%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-f1a9e0066b3b47529acc622a8749dfa8"] { width: 67.397%; padding: 0px 10px; }
.blk_container[data-id="b-bec1303c0e824949aacd77c083d52d1c"] > .blk_container_cells_wrap { margin: 0px -10px; }
.blk_container[data-id="b-bec1303c0e824949aacd77c083d52d1c"] > .blk_container_cells_wrap > .blk_container_cells > .td_container_cell > .cell { border-radius: 0px; padding: 0px; }
.blk[data-id="b-3a16c40af6b54e6dacc2e826b55a3d09"] .svg_wrap { width: 75px; border-radius: 0px; }
.blk[data-id="b-3a16c40af6b54e6dacc2e826b55a3d09"] .blk_image_data_wrap { text-align: center; }
.blk.blk_text[data-id="b-af75f659f5b7443bb1376c940d099603"] .blk-data { font-size: 18px; line-height: 140%; padding: 0px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-56467f3acdd5402da7ad8f0527abb137"] { width: 32.327%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-3cb6807e5b114ee9b572b8fa9a06e325"] { width: 67.673%; padding: 0px 10px; }
.blk_container[data-id="b-f63e7f63feff49198a0b4fecd2f910ed"] > .blk_container_cells_wrap { margin: 0px -10px; }
.blk_container[data-id="b-f63e7f63feff49198a0b4fecd2f910ed"] > .blk_container_cells_wrap > .blk_container_cells > .td_container_cell > .cell { border-radius: 0px; padding: 0px; }
.blk[data-id="b-4b713281bfe04ff5afa62889874e0259"] .svg_wrap { width: 75px; border-radius: 0px; }
.blk[data-id="b-4b713281bfe04ff5afa62889874e0259"] .blk_image_data_wrap { text-align: center; }
.blk.blk_text[data-id="b-3fff5df1ab3a4199a496665326bfce6f"] .blk-data { font-size: 18px; line-height: 140%; padding: 0px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-db2a81ff7aa34611aa8a441b1c5e8f19"] { width: 32.604%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-e9c56170d4a64cc38b9cea3a79600fa6"] { width: 67.396%; padding: 0px 10px; }
.blk_container[data-id="b-2ab16ec9865d4a87bdb619353a98c9fd"] > .blk_container_cells_wrap { margin: 0px -10px; }
.blk_container[data-id="b-2ab16ec9865d4a87bdb619353a98c9fd"] > .blk_container_cells_wrap > .blk_container_cells > .td_container_cell > .cell { border-radius: 0px; padding: 0px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-4942700d4d224991ae42eced0585c943"] { width: 33.333%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-8108db6a6b0646b19f7a99c22bde1d5d"] { width: 33.333%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-e9fcccb3884246cda6def159d1ecde6e"] { width: 33.333%; padding: 0px 10px; }
.blk_container[data-id="b-19faf120ed754884999e2ef65b6a5626"] > .blk_container_cells_wrap { margin: 0px -10px; }
.blk_container[data-id="b-19faf120ed754884999e2ef65b6a5626"] > .blk_container_cells_wrap > .blk_container_cells > .td_container_cell > .cell { border-radius: 0px; padding: 0px; }
.blk.blk_text[data-id="b-c8c7cdcc82ab43358a390a7be0fc8886"] .blk-data { font-size: 18px; line-height: 140%; letter-spacing: 0px; padding: 0px 0px 20px; }
.blk_section[data-id="s-e7fb066d7c7d4185aa480ade93e912a8"] { padding-top: 90px; padding-bottom: 130px; }
.blk_section[data-id="s-e7fb066d7c7d4185aa480ade93e912a8"] .blk_section_inner { background-position: 50% 0%; background-repeat: no-repeat; }
.blk.blk_text[data-id="b-a4c3308c9eb946619c11063b2c41f7f7"] .blk-data { font-size: 42px; line-height: 140%; letter-spacing: 0px; text-align: center; padding: 0px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-611eea14d7594113bbfec8a42bb6945e"] { width: 26.961%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-a49c0c44ed074da8ba7930190571532f"] { width: 45.99%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-f576e76c284c4b3584b5cf24a1ba869b"] { width: 26.961%; padding: 0px 10px; }
.blk_container[data-id="b-ced7bcee7f304ff888d1e3fa98b3077d"] > .blk_container_cells_wrap { margin: 0px -10px; }
.blk_container[data-id="b-ced7bcee7f304ff888d1e3fa98b3077d"] > .blk_container_cells_wrap > .blk_container_cells > .td_container_cell > .cell { border-radius: 0px; padding: 0px; }
.blk[data-id="b-ac0a522144fd4b779f7efdc711d92a01"] .blk_divider_self { height: 0px; margin: 0px; }
.blk[data-id="b-ac0a522144fd4b779f7efdc711d92a01"] .divider-line { background: rgb(204, 204, 204); height: 1px; margin: 0px; }
.blk.blk_text[data-id="b-e0e5312055d14fc0a3b673197d994857"] .blk-data { font-size: 20px; line-height: 140%; letter-spacing: 0px; padding: 0px; }
.blk.blk_text[data-id="b-bbd0507983174ea5a2fe0389b8e65a2a"] .blk-data { font-size: 20px; line-height: 140%; text-align: center; padding: 0px; }
.blk[data-id="b-a2def3364a9d45cb902723c3872111f4"] .blk_divider_self { height: 0px; margin: 0px; }
.blk[data-id="b-a2def3364a9d45cb902723c3872111f4"] .divider-line { background: rgb(204, 204, 204); height: 1px; margin: 0px; }
.blk.blk_text[data-id="b-9741fa3115fe460597c1bb94dd11b6a8"] .blk-data { font-size: 20px; line-height: 140%; padding: 0px; }
.blk[data-id="b-081db56eb12e400c8eb03d756f2e04bf"] .blk_divider_self { height: 68px; margin: 0px; }
.blk[data-id="b-081db56eb12e400c8eb03d756f2e04bf"] .divider-line { background: rgb(244, 133, 25); width: 3px; margin: 0px 0px 0px -1px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-d9a98c835e354d76ac9bde846787e2c0"] { width: 57.103%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-5e0456743cc6464ab6aa738ffbcc4b22"] { width: 5.182%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-aceed8988f6e460d855b1863a7684e05"] { width: 37.714%; padding: 0px 10px; }
.blk_container[data-id="b-78064a756c9142dc9699d3bb235a66cc"] > .blk_container_cells_wrap { margin: 0px -10px; }
.blk_container[data-id="b-78064a756c9142dc9699d3bb235a66cc"] > .blk_container_cells_wrap > .blk_container_cells > .td_container_cell > .cell { border-radius: 0px; padding: 0px; }
.blk_section[data-id="s-7beb3dc51896452084f879aa868af816"] { padding-top: 131px; padding-bottom: 155px; }
.blk_section[data-id="s-7beb3dc51896452084f879aa868af816"] .blk_section_inner { background-position: 50% 0%; background-repeat: no-repeat; }
.blk.blk_text[data-id="b-f6b52a9b70af48c38e6158e90af1b9ef"] .blk-data { font-size: 42px; line-height: 140%; text-align: center; padding: 0px; background-color: rgb(244, 133, 25); border-radius: 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-b91766893ee14c9797bc0cf9ae92ad78"] { width: 33.303%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-9ebe432febb640f8a7761f837255c407"] { width: 33.306%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-2a2be6c8b3c441f7bf92905298561bf5"] { width: 33.303%; padding: 0px 10px; }
.blk_container[data-id="b-e6ac7d6408df4f77a1f44dadd0943154"] > .blk_container_cells_wrap { margin: 0px -10px; }
.blk_container[data-id="b-e6ac7d6408df4f77a1f44dadd0943154"] > .blk_container_cells_wrap > .blk_container_cells > .td_container_cell > .cell { border-radius: 0px; padding: 0px; }
.blk[data-id="b-b7c51da3e0204afaab8c0d4d4e14a8b3"] .blk_divider_self { height: 0px; margin: 0px; }
.blk[data-id="b-b7c51da3e0204afaab8c0d4d4e14a8b3"] .divider-line { background: rgb(204, 204, 204); height: 1px; margin: 0px; }
#\36 e22878d4b2947cf97123e5d1d097e22 > .block-content { display: flex; }
#\36 e22878d4b2947cf97123e5d1d097e22 > .block-content > .m-block-wrapper { width: 100%; margin: 0px; }
@media (max-width: 500px){#\36 e22878d4b2947cf97123e5d1d097e22 > .block-content > .m-block-wrapper { margin: 0px; }}
#\36 e22878d4b2947cf97123e5d1d097e22 > .block-content > .m-block-wrapper { min-width: 0px; }
#\36 e22878d4b2947cf97123e5d1d097e22 .m-columns { position: relative; display: flex; max-width: 100%; width: 100%; }
#\36 e22878d4b2947cf97123e5d1d097e22 .m-columns__column { min-width: 5%; max-width: 100%; position: relative; flex-grow: 1; flex-shrink: 0; }
#\36 e22878d4b2947cf97123e5d1d097e22 .m-columns__column--6e22878d4b2947cf97123e5d1d097e22 { padding-left: calc(1.5px); padding-right: calc(1.5px); }
#\36 e22878d4b2947cf97123e5d1d097e22 .m-columns__plus + .m-columns__column--6e22878d4b2947cf97123e5d1d097e22, #\36 e22878d4b2947cf97123e5d1d097e22 .m-columns__column--6e22878d4b2947cf97123e5d1d097e22:first-child { padding-left: 0px; }
#\36 e22878d4b2947cf97123e5d1d097e22 .m-columns__column--6e22878d4b2947cf97123e5d1d097e22:has(+ .m-columns__plus), #\36 e22878d4b2947cf97123e5d1d097e22 .m-columns__column--6e22878d4b2947cf97123e5d1d097e22:last-child { padding-right: 0px; }
#\36 e22878d4b2947cf97123e5d1d097e22 .m-columns__column--6e22878d4b2947cf97123e5d1d097e22 > .ms-slot { padding: 0px; }
#\36 e22878d4b2947cf97123e5d1d097e22 .m-columns__column--6e22878d4b2947cf97123e5d1d097e22.m-columns__column--0 { width: calc(17.636% - 1.5px); }
#\36 e22878d4b2947cf97123e5d1d097e22 .m-columns__column--6e22878d4b2947cf97123e5d1d097e22.m-columns__column--0 > .ms-slot { }
#\36 e22878d4b2947cf97123e5d1d097e22 .m-columns__column--6e22878d4b2947cf97123e5d1d097e22.m-columns__column--1 { width: 17.273%; }
#\36 e22878d4b2947cf97123e5d1d097e22 .m-columns__column--6e22878d4b2947cf97123e5d1d097e22.m-columns__column--1 > .ms-slot { }
#\36 e22878d4b2947cf97123e5d1d097e22 .m-columns__column--6e22878d4b2947cf97123e5d1d097e22.m-columns__column--2 { width: 5.637%; }
#\36 e22878d4b2947cf97123e5d1d097e22 .m-columns__column--6e22878d4b2947cf97123e5d1d097e22.m-columns__column--2 > .ms-slot { }
#\36 e22878d4b2947cf97123e5d1d097e22 .m-columns__column--6e22878d4b2947cf97123e5d1d097e22.m-columns__column--3 { width: calc(59.454% - 1.5px); }
#\36 e22878d4b2947cf97123e5d1d097e22 .m-columns__column--6e22878d4b2947cf97123e5d1d097e22.m-columns__column--3 > .ms-slot { }
@media (max-width: 500px){#\36 e22878d4b2947cf97123e5d1d097e22 > .block-content > .m-block-wrapper > .m-columns { flex-flow: wrap; margin-top: -10px; max-width: calc(100% + 10px); }#\36 e22878d4b2947cf97123e5d1d097e22 .m-columns__column--6e22878d4b2947cf97123e5d1d097e22 { padding-left: calc(5px); padding-right: calc(5px); padding-top: 10px; }#\36 e22878d4b2947cf97123e5d1d097e22 .m-columns__column--6e22878d4b2947cf97123e5d1d097e22 > .ms-slot { padding: 0px; }#\36 e22878d4b2947cf97123e5d1d097e22 .m-columns__column--6e22878d4b2947cf97123e5d1d097e22.m-columns__column--0 { width: 50%; padding-left: 0px; }#\36 e22878d4b2947cf97123e5d1d097e22 .m-columns__column--6e22878d4b2947cf97123e5d1d097e22.m-columns__column--1 { width: 50%; padding-right: 0px; }#\36 e22878d4b2947cf97123e5d1d097e22 .m-columns__column--6e22878d4b2947cf97123e5d1d097e22.m-columns__column--2 { width: 5%; padding-left: 0px; }#\36 e22878d4b2947cf97123e5d1d097e22 .m-columns__column--6e22878d4b2947cf97123e5d1d097e22.m-columns__column--3 { width: 95%; padding-right: 0px; }}
#\36 e22878d4b2947cf97123e5d1d097e22 > .block-content { justify-content: center; }
.blk[data-id="b-27b7ee83e39f47838b344e59e2fe7473"] .img_container img { width: 100px; box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 40px; border-radius: 15px; }
.blk[data-id="b-27b7ee83e39f47838b344e59e2fe7473"] .blk_image_data_wrap { text-align: center; }
.blk[data-id="b-1605e372c29040b2898d60ea6c7f6a77"] .img_container img { width: 100px; box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 40px; border-radius: 25px; }
.blk[data-id="b-1605e372c29040b2898d60ea6c7f6a77"] .blk_image_data_wrap { text-align: center; }
.blk.blk_text[data-id="b-b09d8524e00947c080efb0592622a6c5"] .blk-data { font-size: 36px; line-height: 140%; padding: 5px 0px 0px; }
.blk_section[data-id="s-058a6d4f538241269f74f789a1680c91"] { padding-top: 121px; padding-bottom: 120px; background: rgb(255, 255, 255); }
.blk_section[data-id="s-058a6d4f538241269f74f789a1680c91"] .blk_section_inner { background-position: 50% 0%; background-repeat: no-repeat; }
.blk.blk_text[data-id="b-4b6ccfd60e6d41199e650779b0c69afc"] .blk-data { font-size: 42px; line-height: 140%; text-align: center; padding: 0px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-0969c709426d439c89a41df3d0c98233"] { width: 33.303%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-24fbb427b70c42068ae73c585a88851a"] { width: 33.306%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-689898a2267d448c867da2cb27c4acca"] { width: 33.303%; padding: 0px 10px; }
.blk_container[data-id="b-2a6aa09bd35a427f9dd782ec8f34684d"] > .blk_container_cells_wrap { margin: 0px -10px; }
.blk_container[data-id="b-2a6aa09bd35a427f9dd782ec8f34684d"] > .blk_container_cells_wrap > .blk_container_cells > .td_container_cell > .cell { border-radius: 0px; padding: 0px; }
.blk[data-id="b-7e59bd4771de4c4a91097c8694af5f87"] .blk_divider_self { height: 30px; margin: 0px; }
.blk[data-id="b-7e59bd4771de4c4a91097c8694af5f87"] .divider-line { background: rgb(204, 204, 204); height: 1px; margin: 0px; }
.blk[data-id="b-e3a1973647aa450181a4a4f17c92d32d"] .img_container img { width: 254px; border-radius: 5px; }
.blk[data-id="b-e3a1973647aa450181a4a4f17c92d32d"] .mag-bg { border-radius: 5px; }
.blk[data-id="b-e3a1973647aa450181a4a4f17c92d32d"] .blk_image_data_wrap { text-align: center; }
.blk[data-id="b-685c92b03afd441e8793fbdd051ea150"] .img_container img { width: 254px; border-radius: 5px; }
.blk[data-id="b-685c92b03afd441e8793fbdd051ea150"] .mag-bg { border-radius: 5px; }
.blk[data-id="b-685c92b03afd441e8793fbdd051ea150"] .blk_image_data_wrap { text-align: center; }
.blk[data-id="b-de7ff50b34814fc492a877d38571c847"] .img_container img { width: 254px; border-radius: 5px; }
.blk[data-id="b-de7ff50b34814fc492a877d38571c847"] .mag-bg { border-radius: 5px; }
.blk[data-id="b-de7ff50b34814fc492a877d38571c847"] .blk_image_data_wrap { text-align: center; }
.blk[data-id="b-acebfd1dd69f477d850ab7d24525c7dc"] .img_container img { width: 254px; border-radius: 5px; }
.blk[data-id="b-acebfd1dd69f477d850ab7d24525c7dc"] .mag-bg { border-radius: 5px; }
.blk[data-id="b-acebfd1dd69f477d850ab7d24525c7dc"] .blk_image_data_wrap { text-align: center; }
.blk_container.v3 .td_container_cell[data-cell_id="c-b7c7ba6abda04489977f891f257e6a32"] { width: 25%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-53372be96a814f1b9ecbbf49de222ad4"] { width: 25%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-eb29871ace8f41a4a5fbdaa8e69f86a3"] { width: 25%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-58ad413bb61f4802b14fba31a0448275"] { width: 25%; padding: 0px 10px; }
.blk_container[data-id="b-c888ee25f6f24792b4d19bb916b7e33d"] > .blk_container_cells_wrap { margin: 0px -10px; }
.blk_container[data-id="b-c888ee25f6f24792b4d19bb916b7e33d"] > .blk_container_cells_wrap > .blk_container_cells > .td_container_cell > .cell { border-radius: 5px; padding: 3px; }
.blk[data-id="b-153a0bc9d32e4ba3a93972203c30de9e"] .img_container img { width: 254px; border-radius: 5px; }
.blk[data-id="b-153a0bc9d32e4ba3a93972203c30de9e"] .mag-bg { border-radius: 5px; }
.blk[data-id="b-153a0bc9d32e4ba3a93972203c30de9e"] .blk_image_data_wrap { text-align: center; }
.blk[data-id="b-07f7fd24a4cd49a68756571005c69953"] .img_container img { width: 254px; border-radius: 5px; }
.blk[data-id="b-07f7fd24a4cd49a68756571005c69953"] .mag-bg { border-radius: 5px; }
.blk[data-id="b-07f7fd24a4cd49a68756571005c69953"] .blk_image_data_wrap { text-align: center; }
.blk[data-id="b-354a4763ff484c648a0eb2ec6665278d"] .img_container img { width: 254px; border-radius: 5px; }
.blk[data-id="b-354a4763ff484c648a0eb2ec6665278d"] .mag-bg { border-radius: 5px; }
.blk[data-id="b-354a4763ff484c648a0eb2ec6665278d"] .blk_image_data_wrap { text-align: center; }
.blk[data-id="b-59615514759c4df5b7bd0ad5f8b983ef"] .img_container img { width: 253px; border-radius: 5px; }
.blk[data-id="b-59615514759c4df5b7bd0ad5f8b983ef"] .mag-bg { border-radius: 5px; }
.blk[data-id="b-59615514759c4df5b7bd0ad5f8b983ef"] .blk_image_data_wrap { text-align: center; }
.blk_container.v3 .td_container_cell[data-cell_id="c-9a89139a9c604f1782340e705acda4a2"] { width: 25%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-fde6d240880146a1aaad809a4fe085c3"] { width: 25%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-c28705ca92d4495eb7bf4d4fab066e29"] { width: 25%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-ea187e462bc24a6ca65a38e32534b793"] { width: 25%; padding: 0px 10px; }
.blk_container[data-id="b-b3a5f1b04af5457b80b700bcbc4c3c76"] > .blk_container_cells_wrap { margin: 0px -10px; }
.blk_container[data-id="b-b3a5f1b04af5457b80b700bcbc4c3c76"] > .blk_container_cells_wrap > .blk_container_cells > .td_container_cell > .cell { border-radius: 5px; padding: 3px; }
.blk[data-id="b-7b128bb6732f450688aec3a59d6efff5"] .img_container img { width: 254px; border-radius: 5px; }
.blk[data-id="b-7b128bb6732f450688aec3a59d6efff5"] .mag-bg { border-radius: 5px; }
.blk[data-id="b-7b128bb6732f450688aec3a59d6efff5"] .blk_image_data_wrap { text-align: center; }
.blk[data-id="b-59c404543b8c406586d6c66e1e90c7c6"] .img_container img { width: 254px; border-radius: 5px; }
.blk[data-id="b-59c404543b8c406586d6c66e1e90c7c6"] .mag-bg { border-radius: 5px; }
.blk[data-id="b-59c404543b8c406586d6c66e1e90c7c6"] .blk_image_data_wrap { text-align: center; }
.blk[data-id="b-c05d795fc8ef45b4833bead8f0023ba5"] .img_container img { width: 254px; border-radius: 5px; }
.blk[data-id="b-c05d795fc8ef45b4833bead8f0023ba5"] .mag-bg { border-radius: 5px; }
.blk[data-id="b-c05d795fc8ef45b4833bead8f0023ba5"] .blk_image_data_wrap { text-align: center; }
.blk[data-id="b-a58ce4eb38e04a75aed0ecf72649488e"] .img_container img { width: 253px; border-radius: 5px; }
.blk[data-id="b-a58ce4eb38e04a75aed0ecf72649488e"] .mag-bg { border-radius: 5px; }
.blk[data-id="b-a58ce4eb38e04a75aed0ecf72649488e"] .blk_image_data_wrap { text-align: center; }
.blk_container.v3 .td_container_cell[data-cell_id="c-9af1fc4d9f5745e1b507863527fbe31d"] { width: 25%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-cd73fbdc835a4fbdbde11e92f409af12"] { width: 25%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-1be68b0228cf46e7aa38f65c4398e988"] { width: 25%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-66ce92683d0f44588f75d76b17fc6987"] { width: 25%; padding: 0px 10px; }
.blk_container[data-id="b-c9104567641f47e49c42ef9ab6f84d4b"] > .blk_container_cells_wrap { margin: 0px -10px; }
.blk_container[data-id="b-c9104567641f47e49c42ef9ab6f84d4b"] > .blk_container_cells_wrap > .blk_container_cells > .td_container_cell > .cell { border-radius: 5px; padding: 3px; }
.blk[data-id="b-73d232b9a60a45468abee2f2ca0a2759"] .blk_divider_self { height: 15px; margin: 0px; }
.blk[data-id="b-73d232b9a60a45468abee2f2ca0a2759"] .divider-line { background: rgb(204, 204, 204); height: 1px; margin: 0px; }
.blk_section[data-id="s-aa54e9b72da54ec695de36a413123ee7"] { padding-top: 100px; padding-bottom: 110px; }
.blk_section[data-id="s-aa54e9b72da54ec695de36a413123ee7"] .blk_section_inner { background-position: 50% 0%; background-repeat: no-repeat; }
.blk.blk_text[data-id="b-c23f11e5194646c9af288a5e107a37e4"] .blk-data { font-size: 30px; line-height: 140%; padding: 0px; }
.blk.blk_text[data-id="b-bef2b161347840a791b1e96eab5fa053"] .blk-data { font-size: 20px; line-height: 140%; padding: 0px 0px 10px; }
.blk[data-id="b-fb3bf0ee073e402a911a795f2804e2c6"] .svg_wrap { width: 70px; border-radius: 0px; }
.blk[data-id="b-fb3bf0ee073e402a911a795f2804e2c6"] .blk_image_data_wrap { text-align: center; }
.blk[data-id="b-19c7ffce21594628bf60f187e42f812b"] .svg_wrap { width: 70px; border-radius: 50%; }
.blk[data-id="b-19c7ffce21594628bf60f187e42f812b"] .blk_image_data_wrap { text-align: center; }
.blk_container.v3 .td_container_cell[data-cell_id="c-bd06d6223bc94b37af2966f08db60398"] { width: 33.333%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-72508841b13d4f3cad67ef1644869089"] { width: 33.333%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-da078116a9114bd59be2f564965afd24"] { width: 33.333%; padding: 0px 10px; }
.blk_container[data-id="b-ddce295616fd4c008895d71f24aac703"] > .blk_container_cells_wrap { margin: 0px -10px; }
.blk_container[data-id="b-ddce295616fd4c008895d71f24aac703"] > .blk_container_cells_wrap > .blk_container_cells > .td_container_cell > .cell { border-radius: 0px; padding: 0px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-6de8a05ea5734a51a97c033d42e5111c"] { width: 40.007%; padding: 0px 10px; }
.blk_container.v3 .td_container_cell[data-cell_id="c-1206d0db48f14ce4a2bd42f3de4bbe7d"] { width: 59.993%; padding: 0px 10px; }
.blk_container[data-id="b-dbcb228926f54bdbaaa76c771ca15a3b"] > .blk_container_cells_wrap { margin: 0px -10px; }
.blk_container[data-id="b-dbcb228926f54bdbaaa76c771ca15a3b"] > .blk_container_cells_wrap > .blk_container_cells > .td_container_cell > .cell { border-radius: 0px; padding: 0px; }
@keyframes msf1250891-option-check { 
  0% { height: 0px; width: 0px; }
  40% { height: var(--msf-option-checkmark-height); width: 0px; }
  100% { height: var(--msf-option-checkmark-height); width: var(--msf-option-checkmark-width); }
}
@media (max-width: 500px){.blk_section[data-id="s-9e89b77a3c1e40efbd8c2cfa06933536"] { display: block; }body > #site_wrapper1 .blk_section[data-id="s-9e89b77a3c1e40efbd8c2cfa06933536"] { top: 0px; bottom: 0px; left: -1000px; overflow: hidden auto; z-index: 1000; width: 100%; margin-left: 0px; position: fixed !important; }.blk[data-id="b-5a0bc054e7444781a2323cdd312562f5"] .blk-data { animation: 1s ease 0s 1 normal both running slide-in-left; --animation-range: 0px 0px; }.blk[data-id="b-155a03c731c54ec29dab740782d7f572"] .blk_button_data_wrap { text-align: center; }.blk[data-id="b-c2c716bc8180479cbe28d0e2ade8289e"] .blk_button_data_wrap { text-align: center; }.blk[data-id="b-f233d7d8204c461dae7901f283dbbd92"] .blk_button_data_wrap { text-align: center; }.blk[data-id="b-264d7c0470744b4188750d7902b74f30"] .blk_button_data_wrap { text-align: center; }.blk_container.v3 .td_container_cell[data-cell_id="c-76893305e95545dda11537e2be579294"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-ba61cf43f0964611a354008b271ca161"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-c07613ea32d4421d93616ef46ea9f7db"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-7cc84b2cddb34c8a80e0c4950cc7df09"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container[data-id="b-06d682c52d564a788dc5435c30c18d17"] > .blk_container_cells_wrap > .blk_container_cells { display: flex; flex-flow: wrap; }.blk[data-id="b-e5b413cdc3674a07be82e9ca99a08fc1"] .blk_button_data_wrap { text-align: center; }.blk_container.v3 .td_container_cell[data-cell_id="c-15463334e71a430ca25ff1b3ec4b0be1"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-bd1b54272cab4e239eef0f5687386337"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-59723cb3a5824d949c6b17742259fb6d"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container[data-id="b-150e8e588b7e4fc8b6b118957f1fa185"] > .blk_container_cells_wrap > .blk_container_cells { display: flex; flex-flow: wrap; }.blk_section[data-id="s-8d1ef859e7724dcf9943c9928c72fe23"] { display: block; }.blk_section[data-id="s-8d1ef859e7724dcf9943c9928c72fe23"] { height: 106px; }.blk[data-id="b-2323a4cfa5554c9babeb38e64bc7a94f"] .img_container img { width: 184px; }.blk[data-id="b-2323a4cfa5554c9babeb38e64bc7a94f"] .blk_image_data_wrap { text-align: left; }.blk[data-id="b-2323a4cfa5554c9babeb38e64bc7a94f"] .blk-data { animation: 1s ease 0s 1 normal both running slide-in-left; --animation-range: 0px 0px; }.blk[data-id="b-2323a4cfa5554c9babeb38e64bc7a94f"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 15px; left: 4px; width: 184px; }.blk_section[data-id="s-f55cf358ce0f4a92a530075b1cf1248b"] { display: block; }.blk_section[data-id="s-f55cf358ce0f4a92a530075b1cf1248b"] { height: 674px; }.blk[data-id="b-438152f9be4e4f14b824f02e153e26ef"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: -1px; left: -55px; }.blk[data-id="b-21aa3ae687254643a919f0ae732760f2"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: -69px; left: -443px; }.blk[data-id="b-b93365d276d040a79e0cc21be9a61c1c"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 450px; left: 3px; }.blk[data-id="b-739ab3d0aaca44fe9d39e0ca8818a9e7"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 370px; left: 106px; }.blk.blk_text[data-id="b-640085d39c14485b89296dc2399b01c9"] .blk-data.blk-data--mobile370 { font-size: 26px; line-height: 130%; letter-spacing: 0px; text-align: left; }.blk[data-id="b-640085d39c14485b89296dc2399b01c9"] .blk-data { animation: 1s ease 0s 1 normal both running zoom-in; --animation-range: 0px 0px; }.blk[data-id="b-640085d39c14485b89296dc2399b01c9"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 160px; left: 106px; width: 291px; }.blk.blk_text[data-id="b-ff4ef86eb12340a896b90d10e00071a2"] .blk-data { font-size: 18px; line-height: 110%; letter-spacing: 0px; text-align: left; }.blk[data-id="b-ff4ef86eb12340a896b90d10e00071a2"] .blk-data { animation: 1s ease 0.4s 1 normal both running zoom-in; --animation-range: 0px 0px; }.blk[data-id="b-ff4ef86eb12340a896b90d10e00071a2"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 286px; left: 106px; width: 271px; }.blk_section[data-id="s-59b59e1416494557808ffd7931187617"] { display: none; }.blk[data-id="b-9545496014654136a3f07ca1f4538631"] .blk_button_data_wrap { text-align: center; }.blk[data-id="b-9545496014654136a3f07ca1f4538631"] { top: 49px; left: 228px; width: 142px; height: 38px; }.blk[data-id="b-f76d2d5132434887b17b178da1979946"] .blk_button_data_wrap { text-align: center; }.blk[data-id="b-f76d2d5132434887b17b178da1979946"] { top: 49px; left: 219px; width: 151px; height: 38px; }.blk[data-id="b-767050aa8aa240edb65815f81f0b1ae7"] .blk_button_data_wrap { text-align: center; }.blk[data-id="b-767050aa8aa240edb65815f81f0b1ae7"] { top: 49px; left: 222px; width: 148px; height: 38px; }.blk[data-id="b-726e323a0dc940c7ab618afa7446296c"] .blk_button_data_wrap { text-align: center; }.blk[data-id="b-726e323a0dc940c7ab618afa7446296c"] { top: 49px; left: 194px; width: 176px; height: 38px; }.blk[data-id="b-fdd2762dd23345039ac391c17a23172a"] .blk_button_data_wrap { text-align: center; }.blk[data-id="b-fdd2762dd23345039ac391c17a23172a"] { top: 49px; left: 201px; width: 169px; height: 38px; }.blk[data-id="b-edcf338dc5b2461e81bbfacf5071eec5"] .blk-data { animation: 1s ease 0s 1 normal both running slide-in-left; --animation-range: 0px 0px; }.blk[data-id="b-edcf338dc5b2461e81bbfacf5071eec5"] { top: 17px; left: -32px; width: 225px; }.blk_section[data-id="s-36bbcd3ee5ed47ef9ac515af4238516a"] { display: none; }.blk[data-id="b-ca44039d2517432390a38cb83a330420"] { top: -46px; left: -141px; }.blk[data-id="b-1376cd7900834e318efa409dd542ff09"] .blk-data { animation: 1s ease 0s 1 normal both running zoom-in; --animation-range: 0px 0px; }.blk[data-id="b-1376cd7900834e318efa409dd542ff09"] { top: 169px; left: 0px; width: 370px; }.blk[data-id="b-93e61043c5264cdeba73ff3b2540ff8e"] .blk-data { animation: 1s ease 0.4s 1 normal both running zoom-in; --animation-range: 0px 0px; }.blk[data-id="b-93e61043c5264cdeba73ff3b2540ff8e"] { top: 353px; left: 0px; width: 370px; }.blk[data-id="b-4e9474a4a9d94985ba2ebe4a1fea6cd0"] { top: 513px; left: 0px; }.blk[data-id="b-bf6984f5d8594651a44e5e40accbe842"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 301px; left: 79px; }#\30 344e0113d5b462884c67cd89eaa665c .ms__0344e0113d5b462884c67cd89eaa665c-title div.text-field-data { padding: 0px; font-size: 30px; line-height: 140%; letter-spacing: 0px; text-align: center; }.blk.blk_text[data-id="b-b694d516ca5843369efc367d6e5bb0b9"] .blk-data { font-size: 22px; line-height: 140%; text-align: left; padding-top: 20px; padding-bottom: 0px; }.blk.blk_text[data-id="b-8b1ef7f024f0443a88f1d100c6825146"] .blk-data { font-size: 16px; line-height: 140%; text-align: start; padding-top: 0px; padding-bottom: 11px; }.blk.blk_text[data-id="b-cda9efa0021f49b99722a87109f140da"] .blk-data { font-size: 22px; line-height: 140%; text-align: left; padding-top: 20px; padding-bottom: 0px; }.blk.blk_text[data-id="b-fd2a75d7f36c4d01abdc56fc4aba2dc9"] .blk-data { font-size: 16px; line-height: 140%; text-align: start; padding-top: 0px; padding-bottom: 11px; }.blk.blk_text[data-id="b-cf9366d2d7b74705abb769087a9336d5"] .blk-data { font-size: 22px; line-height: 140%; text-align: left; padding-top: 20px; padding-bottom: 0px; }.blk.blk_text[data-id="b-32977e5f65cb4d099e7e1798f5f808a3"] .blk-data { font-size: 16px; line-height: 140%; text-align: start; padding-top: 0px; padding-bottom: 11px; }.blk.blk_text[data-id="b-3803742f05f54676bd305386b4272835"] .blk-data { font-size: 22px; line-height: 140%; text-align: left; padding-top: 20px; padding-bottom: 0px; }.blk.blk_text[data-id="b-3e0e4601c8614b8c89c7a4d2e76f66cf"] .blk-data { font-size: 16px; line-height: 140%; text-align: start; padding-top: 0px; padding-bottom: 11px; }.blk.blk_text[data-id="b-c2e273c605d546ba8929cb51845d7ea7"] .blk-data { font-size: 22px; line-height: 140%; text-align: left; padding-top: 20px; padding-bottom: 0px; }.blk.blk_text[data-id="b-e073ec4f08cb4713a91a00f98041fd47"] .blk-data { font-size: 16px; line-height: 140%; text-align: start; padding-top: 0px; padding-bottom: 11px; }.blk.blk_text[data-id="b-0c550aa34d894461b574c9730417ae64"] .blk-data { font-size: 22px; line-height: 140%; text-align: left; padding-top: 20px; padding-bottom: 0px; }.blk.blk_text[data-id="b-a8bfc2e189b243278be2581e4203cc1a"] .blk-data { font-size: 16px; line-height: 140%; text-align: start; padding-top: 0px; padding-bottom: 11px; }.blk.blk_text[data-id="b-a866c477bfd94421a89c98b4848622e7"] .blk-data { font-size: 22px; line-height: 140%; text-align: left; padding-top: 20px; padding-bottom: 2px; }.blk.blk_text[data-id="b-4127a8b6917c4c18bb4f990a4a3f6da8"] .blk-data { font-size: 16px; line-height: 140%; text-align: start; padding-top: 0px; padding-bottom: 11px; }.blk.blk_text[data-id="b-d22831778e584170a03c2bdacad0a12a"] .blk-data { font-size: 22px; line-height: 140%; text-align: left; padding-top: 20px; padding-bottom: 0px; }.blk.blk_text[data-id="b-9de3e968b3464016afd24b0feefd7310"] .blk-data { font-size: 16px; line-height: 140%; text-align: start; padding-top: 0px; padding-bottom: 11px; }#\30 344e0113d5b462884c67cd89eaa665c .ms__0344e0113d5b462884c67cd89eaa665c-title div.text-field-data { padding: 0px; font-size: 30px; line-height: 140%; letter-spacing: 0px; text-align: center; }.blk_section[data-id="s-31e99bad6bfb4072b387bff142d4f84a"] { height: 1878px; }.blk[data-id="b-2e887c9b8f7c439592e9273ef23e0eb2"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 151px; left: 21px; }.blk[data-id="b-28280db827f345e3bcc4608bda75aa21"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 591px; left: -1px; }.blk[data-id="b-5821df0063394ae68352f921233197b7"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 463px; left: 20px; }.blk[data-id="b-caca2f6377e64336b2041b80758d75f3"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 1044px; left: 20px; }.blk[data-id="b-a10c5e176f7641f0a307e78c0e9ee57d"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 762px; left: 20px; }.blk[data-id="b-d346d7b5a35f4547a3bf117c36c8dcbe"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 1608px; left: 20px; }.blk[data-id="b-5aedfca71a5a491892411aa74dfc4ab7"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 1324px; left: 20px; }.blk[data-id="b-8e97eb62d50b43bbb2d60e158eb27912"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 151px; left: 20px; }.blk[data-id="b-8d825b39d78543ea8e2811bd9e3b8907"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 427px; left: 20px; }.blk.blk_text[data-id="b-1d90f19cc7e949d6a0894b98f3c56c03"] .blk-data { font-size: 36px; line-height: 140%; text-align: center; }.blk[data-id="b-1d90f19cc7e949d6a0894b98f3c56c03"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 40px; left: 26px; width: 316px; }.blk[data-id="b-655b42b080de47da9a66771a2001dee1"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 734px; left: 20px; }.blk[data-id="b-c10b43849b8947a3a259ded6c664f39c"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 1607px; left: 21px; }.blk[data-id="b-dd8c4192f47c4fa3af8a19869d5be160"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 1324px; left: 19px; }.blk[data-id="b-5ab079eeff724d9499c08c272e47d792"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 1044px; left: 20px; }.blk_section[data-id="s-9356ccb6ae7e4a0c9fe96189cb89b34d"] { height: 1821px; }.blk[data-id="b-fb5a0fb844674fc58426823135ff0f64"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 30px; left: -1px; }.blk[data-id="b-870561d8b85a48ebb8c7b53f5ba2929f"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 394px; left: 21px; }.blk[data-id="b-424061d03e5e459ea361c398c3ba8d92"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 971px; left: 21px; }.blk[data-id="b-ad1f13fa38ff458c956920e063b635b8"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 66px; left: 21px; }.blk[data-id="b-a8b1d92de9334b18a4ef89e1016f58e8"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 663px; left: 21px; }.blk[data-id="b-2c023a63af31429ba9906b35f172d103"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 1252px; left: 20px; }.blk[data-id="b-c9a36014ea294ffb9e6e9d4a18cc2608"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 346px; left: 20px; }.blk[data-id="b-4e9557235ac344caa16c6857ee92dd3a"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 944px; left: 21px; }.blk[data-id="b-39bf4c0074c54835b85ed6577e376583"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 39px; left: 21px; }.blk[data-id="b-972bf2c20eb74592bbd70f35e2784268"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 663px; left: 22px; }.blk[data-id="b-a88bb15a7b8e411a9f3f19102a59f373"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 1252px; left: 21px; }.blk[data-id="b-9a829b4b41274a9fb3fac318bba0da0e"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 1531px; left: 20px; }.blk[data-id="b-871b0904963c4640be054140a6de248e"] { transform: rotate(0deg) perspective(0px); --mobTransform: rotate(0deg) perspective(0); top: 1531px; left: 20px; }.blk_section[data-id="s-df942ba296f7462e9c0c8fa651fdd543"] { padding-top: 60px; padding-bottom: 80px; }.blk.blk_text[data-id="b-935dda88be3247b08975aedd3827585f"] .blk-data { font-size: 30px; line-height: 140%; text-align: center; padding-top: 0px; padding-bottom: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-42000fb4405e455abbe0fb4630135d25"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-eac25f235714459ebf676ea719981106"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-b5b253007fcd48cc9696dce14ad1fbfe"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container[data-id="b-d9e2791df4d54bf9b199a39589fcc9e3"] > .blk_container_cells_wrap > .blk_container_cells { display: flex; flex-flow: wrap; }.blk[data-id="b-a61e93de72034935a704427cfef86a87"] .blk_divider_self { height: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-b077d9179d964658a5b43501bb69e384"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-8e3b2bb0515d4567b97a5f24d9a60bc0"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-63748773c1a2497a9341138710856c75"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container[data-id="b-24e94aaa2dfe4a91901c43887fb82dbc"] > .blk_container_cells_wrap > .blk_container_cells { display: flex; flex-flow: wrap; }.blk.blk_text[data-id="b-a060044201c44a488dbf05eeee1640a0"] .blk-data { font-size: 22px; line-height: normal; text-align: center; padding-top: 10px; padding-bottom: 0px; }.blk.blk_text[data-id="b-d6732bc07a7840c4bb1bd643d6f977d2"] .blk-data { font-size: 16px; line-height: 140%; text-align: start; padding-top: 20px; padding-bottom: 11px; }.blk[data-id="b-a6d9ca027262419aa3e6aa3aecdfce4c"] .blk_divider_self { height: 0px; }.blk[data-id="b-9d3b566ac5d84a128e9e2c21f80b1c62"] .blk_divider_self { height: 46px; }.blk_container.v3 .td_container_cell[data-cell_id="c-b29f284ed1114565bf12add11f1d8894"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-c58f0d868d6d47d48e05242fdf24be60"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-cf0398a600c5404ebb03107664fd0afe"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container[data-id="b-656e3c17d26942c1a0f82c48f0e93c00"] > .blk_container_cells_wrap > .blk_container_cells { display: flex; flex-flow: wrap; }.blk.blk_text[data-id="b-60e339ac5b1345c3a3699be6d5bc2aa3"] .blk-data { font-size: 22px; line-height: normal; text-align: center; padding-top: 10px; padding-bottom: 0px; }.blk.blk_text[data-id="b-77e421cb519d4e0ba74b8740fde63f0d"] .blk-data { font-size: 16px; line-height: 140%; text-align: start; padding-top: 0px; padding-bottom: 10px; }.blk_section[data-id="s-2ad3b61c6a694786a8d83a71f3d13b4b"] { padding-top: 80px; padding-bottom: 60px; }.blk.blk_text[data-id="b-c8513223bea3470690c990d1ce5cbefc"] .blk-data { font-size: 36px; line-height: 140%; text-align: center; padding-top: 4px; padding-bottom: 5px; }.blk[data-id="b-d00f5ef192fd438882efbdb115763c48"] .blk_divider_self { height: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-4426e78056ad4b3ba101181d4afae3c4"] { width: 20.339%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-2a8a6c6342004d43892152d6269c2c70"] { width: 55.822%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-7f8b8551a52440a6a10ea59630d837e8"] { width: 20.391%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container[data-id="b-8a7e8f0807b348a39a535f4ef27da61b"] > .blk_container_cells_wrap > .blk_container_cells { display: flex; flex-flow: wrap; }.blk.blk_text[data-id="b-6138fad304d0428b95c9cacf6731235e"] .blk-data { font-size: 18px; line-height: 140%; text-align: left; padding-top: 0px; padding-bottom: 20px; }.blk[data-id="b-8663df1310a542c8a4f3d188bcf6e99d"] .svg_wrap { width: 66px; }.blk[data-id="b-8663df1310a542c8a4f3d188bcf6e99d"] .blk_image_data_wrap { text-align: center; }.blk.blk_text[data-id="b-8819499e9e674a3b940135ff0351c6b7"] .blk-data.blk-data--mobile370 { font-size: 16px; line-height: 140%; text-align: start; padding-top: 0px; padding-bottom: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-c619b02b69fe4fa586971cdfad47dc6b"] { width: 35.06%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-f1a9e0066b3b47529acc622a8749dfa8"] { width: 62.447%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container[data-id="b-bec1303c0e824949aacd77c083d52d1c"] > .blk_container_cells_wrap > .blk_container_cells { display: flex; flex-flow: wrap; }.blk[data-id="b-3a16c40af6b54e6dacc2e826b55a3d09"] .svg_wrap { width: 66px; }.blk[data-id="b-3a16c40af6b54e6dacc2e826b55a3d09"] .blk_image_data_wrap { text-align: center; }.blk.blk_text[data-id="b-af75f659f5b7443bb1376c940d099603"] .blk-data { font-size: 16px; line-height: 140%; text-align: start; padding-top: 0px; padding-bottom: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-56467f3acdd5402da7ad8f0527abb137"] { width: 35.155%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-3cb6807e5b114ee9b572b8fa9a06e325"] { width: 62.352%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container[data-id="b-f63e7f63feff49198a0b4fecd2f910ed"] > .blk_container_cells_wrap > .blk_container_cells { display: flex; flex-flow: wrap; }.blk[data-id="b-4b713281bfe04ff5afa62889874e0259"] .svg_wrap { width: 66px; }.blk[data-id="b-4b713281bfe04ff5afa62889874e0259"] .blk_image_data_wrap { text-align: center; }.blk.blk_text[data-id="b-3fff5df1ab3a4199a496665326bfce6f"] .blk-data { font-size: 16px; line-height: 140%; text-align: start; padding-top: 0px; padding-bottom: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-db2a81ff7aa34611aa8a441b1c5e8f19"] { width: 35.06%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-e9c56170d4a64cc38b9cea3a79600fa6"] { width: 62.447%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container[data-id="b-2ab16ec9865d4a87bdb619353a98c9fd"] > .blk_container_cells_wrap > .blk_container_cells { display: flex; flex-flow: wrap; }.blk_container.v3 .td_container_cell[data-cell_id="c-4942700d4d224991ae42eced0585c943"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-8108db6a6b0646b19f7a99c22bde1d5d"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-e9fcccb3884246cda6def159d1ecde6e"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container[data-id="b-19faf120ed754884999e2ef65b6a5626"] > .blk_container_cells_wrap > .blk_container_cells { display: flex; flex-flow: wrap; }.blk.blk_text[data-id="b-c8c7cdcc82ab43358a390a7be0fc8886"] .blk-data.blk-data--mobile370 { font-size: 16px; line-height: 140%; text-align: start; padding-top: 0px; padding-bottom: 30px; }.blk_section[data-id="s-e7fb066d7c7d4185aa480ade93e912a8"] { padding-top: 30px; padding-bottom: 59px; }.blk.blk_text[data-id="b-a4c3308c9eb946619c11063b2c41f7f7"] .blk-data { font-size: 32px; line-height: 140%; text-align: center; padding-top: 4px; padding-bottom: 5px; }.blk_container.v3 .td_container_cell[data-cell_id="c-611eea14d7594113bbfec8a42bb6945e"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-a49c0c44ed074da8ba7930190571532f"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-f576e76c284c4b3584b5cf24a1ba869b"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container[data-id="b-ced7bcee7f304ff888d1e3fa98b3077d"] > .blk_container_cells_wrap > .blk_container_cells { display: flex; flex-flow: wrap; }.blk[data-id="b-ac0a522144fd4b779f7efdc711d92a01"] .blk_divider_self { height: 0px; }.blk.blk_text[data-id="b-e0e5312055d14fc0a3b673197d994857"] .blk-data { font-size: 18px; line-height: normal; text-align: start; padding-top: 0px; padding-bottom: 20px; }.blk.blk_text[data-id="b-bbd0507983174ea5a2fe0389b8e65a2a"] .blk-data { font-size: 18px; line-height: normal; text-align: start; padding-top: 10px; padding-bottom: 20px; }.blk.blk_text[data-id="b-9741fa3115fe460597c1bb94dd11b6a8"] .blk-data { font-size: 18px; line-height: normal; text-align: start; padding-top: 0px; padding-bottom: 0px; }.blk[data-id="b-081db56eb12e400c8eb03d756f2e04bf"] .blk_divider_self { height: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-d9a98c835e354d76ac9bde846787e2c0"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-5e0456743cc6464ab6aa738ffbcc4b22"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-aceed8988f6e460d855b1863a7684e05"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container[data-id="b-78064a756c9142dc9699d3bb235a66cc"] > .blk_container_cells_wrap > .blk_container_cells { display: flex; flex-flow: wrap; }.blk_section[data-id="s-7beb3dc51896452084f879aa868af816"] { padding-top: 80px; padding-bottom: 60px; }.blk.blk_text[data-id="b-f6b52a9b70af48c38e6158e90af1b9ef"] .blk-data { font-size: 36px; line-height: 140%; text-align: center; padding-top: 4px; padding-bottom: 5px; }.blk_container.v3 .td_container_cell[data-cell_id="c-b91766893ee14c9797bc0cf9ae92ad78"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-9ebe432febb640f8a7761f837255c407"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-2a2be6c8b3c441f7bf92905298561bf5"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container[data-id="b-e6ac7d6408df4f77a1f44dadd0943154"] > .blk_container_cells_wrap > .blk_container_cells { display: flex; flex-flow: wrap; }.blk[data-id="b-27b7ee83e39f47838b344e59e2fe7473"] .img_container img { width: 70px; }.blk[data-id="b-27b7ee83e39f47838b344e59e2fe7473"] .blk_image_data_wrap { text-align: center; }.blk[data-id="b-1605e372c29040b2898d60ea6c7f6a77"] .img_container img { width: 70px; }.blk[data-id="b-1605e372c29040b2898d60ea6c7f6a77"] .blk_image_data_wrap { text-align: center; }.blk.blk_text[data-id="b-b09d8524e00947c080efb0592622a6c5"] .blk-data { font-size: 30px; line-height: 130%; text-align: center; padding-top: 25px; padding-bottom: 0px; }.blk_section[data-id="s-058a6d4f538241269f74f789a1680c91"] { padding-top: 59px; padding-bottom: 60px; }.blk.blk_text[data-id="b-4b6ccfd60e6d41199e650779b0c69afc"] .blk-data { font-size: 36px; line-height: 140%; text-align: center; padding-top: 4px; padding-bottom: 5px; }.blk_container.v3 .td_container_cell[data-cell_id="c-0969c709426d439c89a41df3d0c98233"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-24fbb427b70c42068ae73c585a88851a"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-689898a2267d448c867da2cb27c4acca"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container[data-id="b-2a6aa09bd35a427f9dd782ec8f34684d"] > .blk_container_cells_wrap > .blk_container_cells { display: flex; flex-flow: wrap; }.blk[data-id="b-7e59bd4771de4c4a91097c8694af5f87"] .blk_divider_self { height: 15px; }.blk[data-id="b-e3a1973647aa450181a4a4f17c92d32d"] .img_container img { width: 347px; }.blk[data-id="b-e3a1973647aa450181a4a4f17c92d32d"] .blk_image_data_wrap { text-align: center; }.blk[data-id="b-685c92b03afd441e8793fbdd051ea150"] .img_container img { width: 347px; }.blk[data-id="b-685c92b03afd441e8793fbdd051ea150"] .blk_image_data_wrap { text-align: center; }.blk[data-id="b-de7ff50b34814fc492a877d38571c847"] .img_container img { width: 347px; }.blk[data-id="b-de7ff50b34814fc492a877d38571c847"] .blk_image_data_wrap { text-align: center; }.blk[data-id="b-acebfd1dd69f477d850ab7d24525c7dc"] .img_container img { width: 347px; }.blk[data-id="b-acebfd1dd69f477d850ab7d24525c7dc"] .blk_image_data_wrap { text-align: center; }.blk_container.v3 .td_container_cell[data-cell_id="c-b7c7ba6abda04489977f891f257e6a32"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-53372be96a814f1b9ecbbf49de222ad4"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-eb29871ace8f41a4a5fbdaa8e69f86a3"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-58ad413bb61f4802b14fba31a0448275"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container[data-id="b-c888ee25f6f24792b4d19bb916b7e33d"] > .blk_container_cells_wrap > .blk_container_cells { display: flex; flex-flow: wrap; }.blk[data-id="b-153a0bc9d32e4ba3a93972203c30de9e"] .img_container img { width: 347px; }.blk[data-id="b-153a0bc9d32e4ba3a93972203c30de9e"] .blk_image_data_wrap { text-align: center; }.blk[data-id="b-07f7fd24a4cd49a68756571005c69953"] .img_container img { width: 347px; }.blk[data-id="b-07f7fd24a4cd49a68756571005c69953"] .blk_image_data_wrap { text-align: center; }.blk[data-id="b-354a4763ff484c648a0eb2ec6665278d"] .img_container img { width: 347px; }.blk[data-id="b-354a4763ff484c648a0eb2ec6665278d"] .blk_image_data_wrap { text-align: center; }.blk[data-id="b-59615514759c4df5b7bd0ad5f8b983ef"] .img_container img { width: 347px; }.blk[data-id="b-59615514759c4df5b7bd0ad5f8b983ef"] .blk_image_data_wrap { text-align: center; }.blk_container.v3 .td_container_cell[data-cell_id="c-9a89139a9c604f1782340e705acda4a2"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-fde6d240880146a1aaad809a4fe085c3"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-c28705ca92d4495eb7bf4d4fab066e29"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-ea187e462bc24a6ca65a38e32534b793"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container[data-id="b-b3a5f1b04af5457b80b700bcbc4c3c76"] > .blk_container_cells_wrap > .blk_container_cells { display: flex; flex-flow: wrap; }.blk[data-id="b-7b128bb6732f450688aec3a59d6efff5"] .img_container img { width: 347px; }.blk[data-id="b-7b128bb6732f450688aec3a59d6efff5"] .blk_image_data_wrap { text-align: center; }.blk[data-id="b-59c404543b8c406586d6c66e1e90c7c6"] .img_container img { width: 347px; }.blk[data-id="b-59c404543b8c406586d6c66e1e90c7c6"] .blk_image_data_wrap { text-align: center; }.blk[data-id="b-c05d795fc8ef45b4833bead8f0023ba5"] .img_container img { width: 347px; }.blk[data-id="b-c05d795fc8ef45b4833bead8f0023ba5"] .blk_image_data_wrap { text-align: center; }.blk[data-id="b-a58ce4eb38e04a75aed0ecf72649488e"] .img_container img { width: 347px; }.blk[data-id="b-a58ce4eb38e04a75aed0ecf72649488e"] .blk_image_data_wrap { text-align: center; }.blk_container.v3 .td_container_cell[data-cell_id="c-9af1fc4d9f5745e1b507863527fbe31d"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-cd73fbdc835a4fbdbde11e92f409af12"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-1be68b0228cf46e7aa38f65c4398e988"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-66ce92683d0f44588f75d76b17fc6987"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container[data-id="b-c9104567641f47e49c42ef9ab6f84d4b"] > .blk_container_cells_wrap > .blk_container_cells { display: flex; flex-flow: wrap; }.blk[data-id="b-73d232b9a60a45468abee2f2ca0a2759"] .blk_divider_self { height: 0px; }.blk[data-id="b-fb3bf0ee073e402a911a795f2804e2c6"] .svg_wrap { width: 70px; }.blk[data-id="b-fb3bf0ee073e402a911a795f2804e2c6"] .blk_image_data_wrap { text-align: center; }.blk[data-id="b-19c7ffce21594628bf60f187e42f812b"] .svg_wrap { width: 70px; }.blk[data-id="b-19c7ffce21594628bf60f187e42f812b"] .blk_image_data_wrap { text-align: center; }.blk_container.v3 .td_container_cell[data-cell_id="c-bd06d6223bc94b37af2966f08db60398"] { width: 31.894%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-72508841b13d4f3cad67ef1644869089"] { width: 31.894%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-da078116a9114bd59be2f564965afd24"] { width: 31.894%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container[data-id="b-ddce295616fd4c008895d71f24aac703"] > .blk_container_cells_wrap > .blk_container_cells { display: flex; flex-flow: wrap; }.blk_container.v3 .td_container_cell[data-cell_id="c-6de8a05ea5734a51a97c033d42e5111c"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container.v3 .td_container_cell[data-cell_id="c-1206d0db48f14ce4a2bd42f3de4bbe7d"] { width: 98.276%; margin-left: 3px; margin-bottom: 11px; padding: 0px; }.blk_container[data-id="b-dbcb228926f54bdbaaa76c771ca15a3b"] > .blk_container_cells_wrap > .blk_container_cells { display: flex; flex-flow: wrap; }}
div.blk_text .blk-data.blk-data--pc { display: block; }
div.blk_text .blk-data.blk-data--mobile370 { display: none; }
@media (max-width: 500px){div.blk_text .blk-data.blk-data--pc { display: none; }div.blk_text .blk-data.blk-data--mobile370 { display: block; }div.blk_text .blk-data [style] { font-size: inherit !important; text-align: inherit !important; line-height: inherit !important; }}
.blk_form .blk_form_wrap.is_popover .btn-new, .user_form_submit .btn-new, .blk_button_data_wrap .btn-new { font-family: "Open Sans", Arial; font-weight: 300; font-style: normal; font-size: 20px; background: rgb(32, 132, 214); border-radius: 5px; border: none; color: rgb(255, 255, 255); padding: 10px 20px; }
body { --scroll-top: 8724; --window-height: 900; }
@-webkit-keyframes spinner { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes spinner { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@-webkit-keyframes control-popup-show-animation { 
  0% { margin-top: 0px; opacity: 0; transform: scale(0.1, 0.1); }
  100% { margin-top: 13px; opacity: 1; transform: scale(1, 1); }
}
@keyframes control-popup-show-animation { 
  0% { margin-top: 0px; opacity: 0; transform: scale(0.1, 0.1); }
  100% { margin-top: 13px; opacity: 1; transform: scale(1, 1); }
}
@-webkit-keyframes control-popup-hide-animation { 
  0% { margin-top: 13px; opacity: 1; }
  100% { margin-top: 0px; opacity: 0; transform: scale(0.1, 0.1); }
}
@keyframes control-popup-hide-animation { 
  0% { margin-top: 13px; opacity: 1; }
  100% { margin-top: 0px; opacity: 0; transform: scale(0.1, 0.1); }
}
@-webkit-keyframes control-popup-show-animation-fullscreen { 
  0% { margin-top: -30px; opacity: 0; }
  100% { margin-top: 0px; opacity: 1; }
}
@keyframes control-popup-show-animation-fullscreen { 
  0% { margin-top: -30px; opacity: 0; }
  100% { margin-top: 0px; opacity: 1; }
}
@-webkit-keyframes control-popup-hide-animation-fullscreen { 
  0% { margin-top: 0px; opacity: 1; }
  100% { margin-top: -30px; opacity: 0; }
}
@keyframes control-popup-hide-animation-fullscreen { 
  0% { margin-top: 0px; opacity: 1; }
  100% { margin-top: -30px; opacity: 0; }
}
#map_aa54e9b72da54ec695de36a413123ee7 { height: 750px; }
@media (max-width: 767px){body { --scroll-top: 13606; --window-height: 900; }#map_aa54e9b72da54ec695de36a413123ee7 { height: 779px; }}
@media (max-width: 479px){body { --scroll-top: 13606; --window-height: 900; }#map_aa54e9b72da54ec695de36a413123ee7 { height: 779px; }}