.sd-block-text a {
  color: inherit;
  text-decoration: underline;
}
.sd-block-text a:hover {
  text-decoration: underline;
}
.sd-block-text p:last-child {
  margin-bottom: 0;
}
.sd-block-text ol {
  margin-left: 20px;
}
.sd-block-text ul {
  margin-left: 0;
  list-style-type: none;
}
.sd-block-text ul li {
  position: relative;
  padding-left: 30px;
  line-height: 36px;
}
.sd-block-text ul li:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='15px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.4 50.4'%3E%3Cpath fill='%235ec5ed' d='M33.53,25.2c0,4.46-3.63,8.09-8.09,8.09s-8.1-3.63-8.1-8.09,3.63-8.09,8.1-8.09,8.09,3.63,8.09,8.09ZM50.4,25.2c0,13.92-11.28,25.2-25.2,25.2S0,39.12,0,25.2,11.28,0,25.2,0s25.2,11.28,25.2,25.2ZM42.45,25.2c0-9.38-7.63-17-17-17S8.43,15.82,8.43,25.2s7.63,17,17.01,17,17-7.63,17-17Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sd-block-text.size-large {
  font-size: 25px;
  line-height: 35px;
}
.sd-block-text.size-large p {
  font-size: 25px;
  line-height: 35px;
}
.sd-block-text.has-icon {
  position: relative;
}
.sd-block-text.has-icon p {
  z-index: 2;
  position: relative;
}
.sd-block-text.has-icon .text-icon {
  position: absolute;
  right: 20px;
  top: -20px;
  z-index: 1;
}
.sd-block-text.has-icon .text-icon svg {
  color: #244b5b;
  width: 250px;
  height: 250px;
}

@media screen and (max-width: 1600px) {
  .sd-block-text ol {
    margin-left: 17px;
  }
  .sd-block-text ul li {
    padding-left: 25px;
    line-height: 30px;
  }
  .sd-block-text.size-large {
    font-size: 21px;
    line-height: 29px;
  }
  .sd-block-text.size-large p {
    font-size: 21px;
    line-height: 29px;
  }
  .sd-block-text.has-icon .text-icon svg {
    width: 208px;
    height: 208px;
  }
}
@media screen and (max-width: 1400px) {
  .sd-block-text ol {
    margin-left: 15px;
  }
  .sd-block-text ul li {
    padding-left: 22px;
    line-height: 26px;
  }
  .sd-block-text.size-large {
    font-size: 18px;
    line-height: 26px;
  }
  .sd-block-text.size-large p {
    font-size: 18px;
    line-height: 26px;
  }
  .sd-block-text.has-icon .text-icon svg {
    width: 183px;
    height: 183px;
  }
}
@media screen and (max-width: 767px) {
  .sd-block-text.mobile_hide-yes {
    display: none;
  }
  .sd-block-text.has-icon .text-icon {
    height: 100px;
    margin: auto;
    bottom: 0;
    top: 0;
  }
  .sd-block-text.has-icon .text-icon svg {
    height: 100px;
    width: 100px;
  }
}

/*# sourceMappingURL=style.css.map */
