@media (max-width: 720px) {
  .wz-ad-block {
    width: 100%;
  }
}

.onlyMobile {
  display: none;
}
@media (max-width: 720px) {
  .onlyMobile {
    display: block;
  }
}

@media (max-width: 720px) {
  .desktopOnly {
    display: none;
  }
}

.bold {
  font-weight: bold;
}

.capitalize {
  text-transform: capitalize;
}

.hamburger li {
  width: 25px;
  height: 3px;
  margin: 4px 0;
  background-color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger.opened .line:nth-child(2) {
  opacity: 0;
}

.hamburger.opened .line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.hamburger.opened .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 720px) {
  .wz-ad-block {
    width: 100%;
  }
}

body {
  padding: 0;
  margin: 0;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

input {
  outline: transparent;
}

.button {
  cursor: pointer;
}

.wz-my-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wz-my-3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wz-mb-1 {
  margin-bottom: 10px;
}

.wz-mb-2 {
  margin-bottom: 20px;
}

.wz-mb-3 {
  margin-bottom: 30px;
}

.wz-mt-3 {
  margin-top: 30px;
}

.wz-mb-4 {
  margin-bottom: 40px;
}

h1 {
  font-weight: 700;
  font-size: 44px;
  color: #172053;
  margin-bottom: 40px;
}
@media (max-width: 720px) {
  h1 {
    font-size: 26px;
    margin-bottom: 10px;
    padding: 0 20px;
  }
}

h3 {
  font-weight: 700;
  font-size: 32px;
  color: #172053;
}
@media (max-width: 720px) {
  h3 {
    font-size: 22px;
  }
}

.btn {
  border-radius: 34px;
  position: relative;
  padding: 8px 30px;
  width: auto;
  white-space: nowrap;
  display: inline-block;
  color: #FFFFFF;
  font-size: 28px;
  margin: 10px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn:hover {
  opacity: 0.8;
}
@media (max-width: 720px) {
  .btn {
    font-size: 18px;
    padding: 8px 10px;
    margin: 0 20px 20px;
    box-sizing: border-box;
    display: block;
  }
}

.mainWrap {
  max-width: 1400px;
  display: flex;
  margin: 40px auto;
  flex-wrap: nowrap;
  width: 96%;
}
@media (max-width: 720px) {
  .mainWrap {
    width: 100%;
  }
}
.mainWrap .page {
  width: 70%;
  max-width: 936px;
  min-width: 750px;
  margin-right: 40px;
}
@media (max-width: 1480px) {
  .mainWrap .page {
    margin-right: 20px;
  }
}
@media (max-width: 1200px) {
  .mainWrap .page {
    width: 100%;
    margin-right: 0;
    min-width: 100%;
  }
}
.mainWrap .page .subTitle {
  font-size: 32px;
  display: block;
  margin-bottom: 35px;
}
@media (max-width: 720px) {
  .mainWrap .page .subTitle {
    font-size: 18px;
    margin: 0 20px;
  }
}
.mainWrap .page .continueBtn {
  color: #ffffff;
  padding: 10px 30px;
  background: linear-gradient(180deg, #172053 -10.5%, #2E517D 49.62%, #4583A7 110.29%);
  margin-top: 50px;
}
.mainWrap .page .continueBtn.disabled {
  background: #DCDCDC;
}
.mainWrap .page .colored {
  color: #5F4BBC;
  font-size: 24px;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 720px) {
  .mainWrap .page .colored {
    font-size: 22px;
    margin: 0 20px;
    display: block;
  }
}
.mainWrap .page .colored span {
  font-weight: 700;
}
.mainWrap .page .discoverTitle {
  font-weight: 600;
}
@media (max-width: 720px) {
  .mainWrap .page .discoverTitle {
    margin: 0 20px;
  }
}
.mainWrap .page .discoverMore {
  margin-top: 13px;
  max-height: 600px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (max-width: 720px) {
  .mainWrap .page .discoverMore {
    max-height: 100%;
    margin: 20px 20px 22px;
  }
}
.mainWrap .page .discoverMore li {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
  width: 50%;
  cursor: pointer;
  transition: all 0.5s ease;
}
@media (max-width: 720px) {
  .mainWrap .page .discoverMore li {
    width: 100%;
  }
}
.mainWrap .page .discoverMore li:hover .icon {
  transform: scale(1.07);
}
.mainWrap .page .discoverMore li:hover .title {
  color: #633f89;
}
.mainWrap .page .discoverMore .icon {
  margin-right: 24px;
}
@media (max-width: 720px) {
  .mainWrap .page .discoverMore .icon {
    width: 77px;
  }
  .mainWrap .page .discoverMore .icon img {
    width: 100%;
  }
}
.mainWrap .page .discoverMore .title {
  display: block;
  color: #172053;
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 720px) {
  .mainWrap .page .discoverMore .title {
    font-size: 18px;
  }
}
.mainWrap .page .discoverMore .info {
  display: block;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}
@media (max-width: 720px) {
  .mainWrap .page .discoverMore .info {
    font-size: 14px;
  }
}
.mainWrap .page .readMore {
  font-weight: 700;
}
@media (max-width: 720px) {
  .mainWrap .page .readMore:before, .mainWrap .page .readMore:after {
    display: none;
  }
}
.mainWrap .page .readMore:before {
  content: "";
  width: 15px;
  height: 9px;
  position: absolute;
  left: 20px;
  top: 25px;
}
.mainWrap .page .readMore:after {
  content: "";
  width: 15px;
  height: 9px;
  position: absolute;
  right: 20px;
  top: 25px;
}
.mainWrap .page .boxHeader {
  max-width: 942px;
  display: flex;
  justify-content: space-between;
  padding: 10px 0 10px 23px;
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  margin-bottom: 40px;
  margin-top: 30px;
}
@media (max-width: 720px) {
  .mainWrap .page .boxHeader {
    position: relative;
    width: 100%;
    border-radius: 0;
    background-position: center;
    padding: 20px;
    margin-bottom: 20px;
  }
}
.mainWrap .page .boxHeader .textPart {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.mainWrap .page .boxHeader .title {
  font-size: 44px;
  display: block;
  font-weight: 600;
}
@media (max-width: 720px) {
  .mainWrap .page .boxHeader .title {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 7px;
  }
}
.mainWrap .page .boxHeader ul {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 720px) {
  .mainWrap .page .boxHeader ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
.mainWrap .page .boxHeader ul li {
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 720px) {
  .mainWrap .page .boxHeader ul li {
    display: block;
    font-size: 18px;
  }
  .mainWrap .page .boxHeader ul li:after {
    display: none;
  }
}
.mainWrap .page .boxHeader ul li:after {
  content: "|";
  margin-left: 6px;
  margin-right: 6px;
}
.mainWrap .page .boxHeader ul li:last-child:after {
  display: none;
}
.mainWrap .page .boxHeader .icon {
  max-width: 250px;
  height: 100%;
  margin-right: 10px;
}
.mainWrap .page .boxHeader .icon img {
  width: 100%;
  vertical-align: unset;
}
@media (max-width: 720px) {
  .mainWrap .page .boxHeader .icon {
    width: 130px;
    position: absolute;
    right: 20px;
    top: 70px;
  }
}
@media (max-width: 720px) {
  .mainWrap .page .boxText {
    margin: 0 20px;
  }
}
.mainWrap .page .boxText .colorTitleMedium {
  font-size: 32px;
  color: #172053;
}
@media (max-width: 720px) {
  .mainWrap .page .boxText .colorTitleMedium {
    font-size: 24px;
  }
}
.mainWrap .page .boxText .colorTitleSmall {
  font-size: 28px;
  font-weight: 600;
  color: #5F4BBC;
  display: block;
  line-height: 36px;
  margin: 5px 0 20px;
}
@media (max-width: 720px) {
  .mainWrap .page .boxText .colorTitleSmall {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 15px;
  }
}
.mainWrap .page .boxText p {
  line-height: 36px;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 50px;
}
@media (max-width: 720px) {
  .mainWrap .page .boxText p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.mainWrap .page .readMoreDrop {
  font-size: 24px;
  color: #5F4BBC;
  display: flex;
  align-items: center;
  font-weight: 600;
}
@media (max-width: 720px) {
  .mainWrap .page .readMoreDrop {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.mainWrap .page .readMoreDrop span {
  background: linear-gradient(180deg, #5F4BBC 0%, #905499 100%);
  border-radius: 50px;
  width: 33px;
  height: 33px;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 720px) {
  .mainWrap .page .readMoreDrop span {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
}
.mainWrap .page .readMoreDrop span:before {
  content: "";
  width: 16px;
  height: 9px;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 13px;
}
@media (max-width: 720px) {
  .mainWrap .page .readMoreDrop span:before {
    top: 8px;
    height: 7px;
    width: 13px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.mainWrap .rightRail {
  max-width: 440px;
  min-width: 300px;
  width: 30%;
}
@media (max-width: 1200px) {
  .mainWrap .rightRail {
    display: none;
  }
}

.wz-ad-block-container {
  margin: 40px 0;
  text-align: center;
}

.wz-ad-placement {
  text-align: center;
  margin-bottom: 25px;
}

.ad-label {
  text-align: center;
}
.ad-label span {
  font-size: 9px;
  color: #6c757d;
}

/*# sourceMappingURL=main-include.css.map */
