<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.three-column-module .three-block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.three-column-module .three-block .three-block-inner {
  width: calc(33.33% - 14px);
  margin-right: 20px;
  border: 1px solid #dae0e8;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  position:relative;
}
.three-column-module .three-block .three-block-inner:nth-child(3n) {
  margin-right: 0px;
}
.three-column-module .three-block .three-block-inner .image-box {
  padding: 35% 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
.three-column-module .three-column-text {
  padding: 30px 20px;
}
.three-column-module .three-column-text .content p {
  margin: 0;
  color: #455065;
}
.three-column-module .main-text {
  text-align: center;
  margin: 0px 0px 50px 0px;
}
.three-column-module .three-column-text h4 a {
  color: #455065;
}
{#.hover_box .three-block-inner-hover {
  background-color: #0f3181;
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .5s ease-in-out;
  width: 100%;
  backface-visibility: hidden;
  transform: rotateY(180deg);
}#}
.three-block-box-inner-outer {
  transform-style: preserve-3d;
  transition: all .5s ease-in-out;
  height:100%;
}
/* .three-column-module .three-block .three-block-inner:hover .three-block-inner-hover {
left: 0px;
} */
.three-column-module .three-block .hover_box:hover .three-block-box-inner-outer {
  transform: rotateY(180deg);
}
.three-block-inner-hover .three-column-text {
  padding: 50px 35px;
}
.three-block-inner-hover .three-column-text h4, .three-block-inner-hover .three-column-text .content p {
  color: #fff;
}
.three-block-inner-hover .three-column-text .bottom-cta a.cta_button {
  width: 100%;
  box-sizing: border-box !important;
  margin-top: 55px;
}
.three-column-module .three-block.left-content {
  justify-content: flex-start;
}
.three-column-module .three-block.center-content {
  justify-content: center;
}
.three-column-module .three-block.right-content {
  justify-content: flex-end;
}
.three-block-box-inner-outer .bottom-cta {
  position: absolute;
  bottom: 24px;
  left: 0;
  padding: 0 24px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.three-column-module .three-block.center-content .bottom-cta {
  left:0px;
  right:0px;
}
.three-column-module .three-block.center-content .three-column-text {
  text-align: center;
}
.three-column-text h4:hover a {
  color: #0f3181;
}
.three-block-box-inner-outer .bottom-cta a {
  background: #0064e6;
  border-radius: 7px;
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 18px;
  padding: 15px 30px;
  text-align: center;
  min-width: 200px !important;
}

@media (max-width:980px){
  .three-column-module .three-block .three-block-inner {
    width: calc(50% - 10px);
  }
  .three-column-module .three-block .three-block-inner:nth-child(3n) {
    margin-right: 20px;
  }
  .three-column-module .three-block .three-block-inner:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width:767px){
  .three-column-module-new .main-text {
    margin: 0 0 40px !important;
  }
  .three-column-module .three-block .three-block-inner {
    width: 100%;
    margin-right: 0px;
  }
  .three-column-module .three-block .three-block-inner:nth-child(3n) {
    margin-right: 0;
  }
  body .three-column-module-new .main-text h2 {
    line-height: normal !important;
    margin: 0 0 20px;
    font-size: 28px !important;
  }
  .three-column-module-new .three-block {
    margin: 0 !important;
  }
  .three-column-module-new .three-block .three-block-inner {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 0 20px !important;
  }
  .three-block-box-inner-outer .bottom-cta {
    position: unset !important;
    padding: 0 !important;
  }
  .three-column-module-new .three-block-box-inner-outer {
    padding-bottom: 24px !important;
  }
  .three-block-box-inner-outer .bottom-cta a {
    font-size: 15px !important;
    padding: 15px 20px !important;
  }
  .three-column-module-new .three-block-inner .content {
    margin: 0 0 30px;
  }
}

.three-column-module-new .main-text h2 {
  font-size: 60px;
  font-weight: 500;
  line-height: 66px !important;
  letter-spacing: -0.02em;
  color: #0064E6;
  font-family: 'Magdalena Alt';
}
.three-column-module-new .main-text h2 span {
  font-family: 'Picadilly';
  font-weight: 400;
}
.three-column-module-new .main-text {
  margin: 0 0 60px 0;
}
.three-column-module-new .three-block {
  margin: 0 -20px;
}
.three-column-module-new .three-block .three-block-inner {
  width: 33.33%;
  padding: 0 20px;
  margin: 0;
  border: none;
}
.three-column-module-new .three-block-inner .three-block-box-inner-outer {
  background: #CDF0FF;
  padding: 24px;
  border-radius: 20px;
}
.three-column-module-new .three-block-inner .three-column-text h4 {
  margin: 0 0 20px;
  text-align: center;
}
.three-column-module-new .three-block-inner .three-column-text {
  padding: 20px 0 0;
}
.three-column-module-new .three-block-inner .three-column-text h4 a {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: -0.02em;
  color: #0064E6;
  display: inline-block;
  font-family: 'Picadilly';
}
.three-column-module-new .three-block-inner .three-column-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #455065;
  display: inline-block;
}
.three-column-module-new .three-block-inner .three-column-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.three-column-module-new .three-block-inner .three-column-text ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #455065;
  position: relative;
  padding: 0 0 0 27px;
}
.three-column-module-new .three-block-inner .three-column-text ul li::before {
  content: "";
  background-color: #455065;
  left: 12px;
  top: 10px;
  width: 3px;
  height: 3px;
  position: absolute;
  border-radius: 50%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .three-column-module-new .main-text h2 {
    font-size: 40px;
    line-height: normal !important;
  }
  .three-column-module-new .main-text {
    margin: 0 0 35px;
  }
  .three-column-module .three-block .three-block-inner:nth-child(3n) {
    margin: 0;
  }
  .three-column-module-new .three-block {
    margin: 0 -10px;
  }
  .three-column-module-new .three-block .three-block-inner {
    padding: 0 10px;
  }
  .three-column-module-new .three-block-inner .three-block-box-inner-outer {
    padding: 20px;
  }
  .three-block-box-inner-outer .bottom-cta {
    padding: 0 20px !important;
  }
  .three-block-box-inner-outer .bottom-cta a {
    min-width: auto !important;
  }
  .three-column-module-new .three-block-inner .three-column-text ul {
    margin: 0 0 40px;
  }
}</pre></body></html>