#cta-699474c2d96d6f103829ff6c .component.cta {
  /* sample */
}
#cta-699474c2d96d6f103829ff6c .cta_wrapper {
  padding: 3.5em 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: url("https://ferret-one.akamaized.net/images/699d1b67a757380568c70c79/original.png?utime=1771903847") no-repeat, linear-gradient(95deg, #A9DFFF 55.69%, #D1E7F3 99.04%);
  background-size: 350px auto, auto;
  background-position: 350px center, 0 0;
}
#cta-699474c2d96d6f103829ff6c .cta_h2 {
  color: #4D4D4D !important;
  font-size: 18px !important;
  margin: 0 0 0.8em;
  padding: 0;
}
@media (min-width: 770px) {
  #cta-699474c2d96d6f103829ff6c .cta_h2 {
    font-size: 32px;
  }
}
#cta-699474c2d96d6f103829ff6c .cta_btn_contact_wrap a {
  color: #ffffff;
  font-size: 18px;
  max-width: 400px;
  width: 80%;
  height: 64px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: linear-gradient(180deg, #FFBE78 0%, #F15E31 100%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  /* hover shine */
}
@media screen and (min-width: 480px) {
  #cta-699474c2d96d6f103829ff6c .cta_btn_contact_wrap a {
    height: 80px;
    font-size: 20px;
  }
}
#cta-699474c2d96d6f103829ff6c .cta_btn_contact_wrap a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
#cta-699474c2d96d6f103829ff6c .cta_btn_contact_wrap a:hover {
  opacity: 0.9;
}
#cta-699474c2d96d6f103829ff6c .cta_btn_contact_wrap a:hover::before {
  animation: shine 0.7s;
}
#cta-699474c2d96d6f103829ff6c .cta_btn_contact_wrap a::after {
  display: none;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
#cta-699474c2d96d6f103829ff6c .cta_btn_2column {
  text-align: center;
  position: relative;
}
#cta-699474c2d96d6f103829ff6c .cta_btn_2column li a {
  font-size: 14px;
  color: #0074C2;
  padding-right: 15px;
  position: relative;
  display: block;
  /* hover slide line */
}
@media (min-width: 770px) {
  #cta-699474c2d96d6f103829ff6c .cta_btn_2column li a {
    font-size: 15px;
  }
}
#cta-699474c2d96d6f103829ff6c .cta_btn_2column li a::before {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #ffffff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
#cta-699474c2d96d6f103829ff6c .cta_btn_2column li a:hover::before {
  transform: scale(1, 1);
}
#cta-699474c2d96d6f103829ff6c .cta_btn_2column li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 1px #0074C2;
  border-right: solid 1px #0074C2;
  position: absolute;
  top: 35%;
  right: 0;
  transform: rotate(-45deg);
}