@media (max-width: 1199px) {
  .tcl-flex-tiles__tiles > .row {
    gap: 30px;
  }
}
.tcl-flex-tiles__tile {
  height: 100%;
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), linear-gradient(121.61deg, rgba(28, 142, 178, 0.6) 19.69%, rgba(44, 213, 203, 0.6) 100%);
  border-radius: 24px;
  overflow: hidden;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.tcl-flex-tiles__tile--image {
  padding-bottom: 180px;
}
.tcl-flex-tiles__tile-image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  text-align: right;
}
.tcl-flex-tiles__tile-image img {
  width: 80%;
  max-width: 500px;
}
.tcl-flex-tiles__tile-heading {
  font-family: "Montserrat";
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.19;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 30px;
}
.tcl-flex-tiles__tile-heading u {
  position: relative;
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 1200px) {
  .tcl-flex-tiles__tile-heading u:before {
    content: "";
    position: absolute;
    bottom: 3px;
    height: 15px;
    width: 0;
    left: -6px;
    background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
    z-index: -1;
    -webkit-transition: width 0.7s linear;
    transition: width 0.7s linear;
  }
  .tcl-flex-tiles__tile-heading u[data-animation=true]:before {
    width: calc(100% + 14px);
  }
}
@media (max-width: 1199px) {
  .tcl-flex-tiles__tile-heading u {
    display: inline;
    background-image: linear-gradient(white calc(100% - 15px), rgba(11, 64, 55, 0) 15px), linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position: 0 -3px;
    -webkit-transition: background-size 1s;
    transition: background-size 1s;
  }
  .tcl-flex-tiles__tile-heading u[data-animation=true] {
    background-size: 100% 100%;
  }
}
@media (max-width: 1199px) {
  .tcl-flex-tiles__tile-heading {
    font-size: 26px;
    word-wrap: break-word;
  }
}
.tcl-flex-tiles__tile-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 40px;
  max-width: 500px;
  display: inline-block;
}
.tcl-flex-tiles__tile-button--primary a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 800px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
  color: #ffffff;
  border: 0;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  padding: 10px 30px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(357.24deg, rgba(255, 255, 255, 0.9) 18.87%, rgba(255, 255, 255, 0.32) 96.1%), rgba(255, 255, 255, 0.7);
  color: #4b4b4b;
}
.tcl-flex-tiles__tile-button--primary a:focus {
  outline-offset: 2px;
}
.tcl-flex-tiles__tile-button--primary a:focus:not(:focus-visible) {
  outline: 0;
}
.tcl-flex-tiles__tile-button--primary a:focus-visible {
  outline-offset: 2px;
}
.tcl-flex-tiles__tile-button--primary a img,
.tcl-flex-tiles__tile-button--primary a svg {
  width: auto;
  height: 12px;
  position: relative;
}
.tcl-flex-tiles__tile-button--primary a span {
  position: relative;
}
.tcl-flex-tiles__tile-button--primary a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  background: linear-gradient(137.94deg, rgba(113, 221, 42, 0.14) 8.03%, #71dd2a 47.02%, #71dd2a 93.85%), linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.tcl-flex-tiles__tile-button--primary a:hover {
  color: #ffffff;
}
.tcl-flex-tiles__tile-button--primary a:hover:before {
  opacity: 1;
}
.tcl-flex-tiles__tile-button--primary a:active:before {
  opacity: 1;
}
.tcl-flex-tiles__tile-button--primary a:hover {
  color: #4b4b4b;
}
.tcl-flex-tiles__tile-button--primary a:before {
  background: linear-gradient(357.24deg, rgba(255, 255, 255, 0.9) 18.87%, rgba(255, 255, 255, 0.32) 96.1%), #ffffff;
}
.tcl-flex-tiles__tile-button--primary a:active {
  color: #000000;
}
.tcl-flex-tiles__tile-button--secondary a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 800px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 8px 30px;
  border: 2px solid #fff;
  background: none;
  color: #ffffff;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.tcl-flex-tiles__tile-button--secondary a:focus {
  outline-offset: 2px;
}
.tcl-flex-tiles__tile-button--secondary a:focus:not(:focus-visible) {
  outline: 0;
}
.tcl-flex-tiles__tile-button--secondary a:focus-visible {
  outline-offset: 2px;
}
.tcl-flex-tiles__tile-button--secondary a img,
.tcl-flex-tiles__tile-button--secondary a svg {
  width: auto;
  height: 12px;
  position: relative;
}
.tcl-flex-tiles__tile-button--secondary a span {
  position: relative;
}
.tcl-flex-tiles__tile-button--secondary a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: linear-gradient(357.24deg, rgba(255, 255, 255, 0.45) 18.87%, rgba(255, 255, 255, 0.16) 96.1%), rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s linear, background-color 0.3s linear;
  transition: opacity 0.3s linear, background-color 0.3s linear;
}
.tcl-flex-tiles__tile-button--secondary a:hover {
  color: #4b4b4b;
}
.tcl-flex-tiles__tile-button--secondary a:hover:before {
  opacity: 1;
}
.tcl-flex-tiles__tile-button--secondary a:active {
  color: #000000;
}
.tcl-flex-tiles__tile-button--cta a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 800px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: linear-gradient(359deg, #9650c8 45.46%, rgba(150, 80, 200, 0) 111.16%), rgba(204, 151, 242, 0.8);
  color: #ffffff;
  border: 0;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  padding: 10px 30px;
  position: relative;
  overflow: hidden;
}
.tcl-flex-tiles__tile-button--cta a:focus {
  outline-offset: 2px;
}
.tcl-flex-tiles__tile-button--cta a:focus:not(:focus-visible) {
  outline: 0;
}
.tcl-flex-tiles__tile-button--cta a:focus-visible {
  outline-offset: 2px;
}
.tcl-flex-tiles__tile-button--cta a img,
.tcl-flex-tiles__tile-button--cta a svg {
  width: auto;
  height: 12px;
  position: relative;
}
.tcl-flex-tiles__tile-button--cta a span {
  position: relative;
}
.tcl-flex-tiles__tile-button--cta a:hover {
  text-shadow: -0.15px -0.15px 0 #ffffff, 0.15px 0.15px #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(52, 58, 64, 0.1);
          box-shadow: 0px 5px 10px rgba(52, 58, 64, 0.1);
}
.tcl-flex-tiles__tile-button--cta a:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
}
.tcl-flex-tiles__tile-button--text a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-decoration: underline;
  color: #fff;
  -webkit-transition: text-shadow ease 0.3s;
  transition: text-shadow ease 0.3s;
}
.tcl-flex-tiles__tile-button--text a img,
.tcl-flex-tiles__tile-button--text a svg {
  width: auto;
  height: 12px;
  position: relative;
}
.tcl-flex-tiles__tile-button--text a:hover {
  color: #fff;
  text-shadow: 0px 5px 10px rgba(52, 58, 64, 0.1);
}