body {
  background-color: #f6faff;
}

.header {
  border-bottom: 0;
  margin-bottom: 0;
}

.fz-13 {
  font-size: 0.8125rem;
}

.large {
  font-size: 1.125rem;
}

.gradient-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#2068FE), to(#1A53CC));
  background: -o-linear-gradient(top, #2068FE 0%, #1A53CC 100%);
  background: linear-gradient(to bottom, #2068FE 0%, #1A53CC 100%);
  border: 0;
  color: #fff;
}

.gradient-btn:hover {
  color: #fff;
}

.download2-text {
  padding: 1.5rem;
  border-radius: 10px;
  background-color: #f6faff;
  border: 1px solid #E1EBFF;
}

.download2-text h4 {
  color: #1842a8;
  font-size: 1.375rem;
}

.download2-text .text-content {
  font-size: .9375rem;
  font-weight: 600;
}

.download2-text .text-content li {
  margin-bottom: 0.5rem;
}

.download-alert {
  padding-left: 50px;
  padding-right: 50px;
}

.download-alert a {
  text-decoration: underline;
}

.download-alert a a:hover {
  text-decoration: none;
}

.download-alert svg {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.download-alert.alert-success {
  background-color: #ecf6f9;
}

.download-alert.alert-danger {
  background-color: #F4F1F6;
}

.download2Bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #2269FF;
  border-radius: 10px;
  color: #fff;
}

@media (max-width: 575px) {
  .download2Bar {
    display: block;
    text-align: center;
  }
}

.download2Bar-text {
  font-size: 1.125rem;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-weight: 600;
}

.download2Bar-premium {
  text-align: left;
  -webkit-column-gap: .5rem;
     -moz-column-gap: .5rem;
          column-gap: .5rem;
  border-radius: 0 10px 10px 0;
}

@media (max-width: 575px) {
  .download2Bar-premium {
    width: 100%;
    border-radius: 0  0 10px  10px;
  }
}

.download1Bar .btn {
  color: #373D70;
}

.download1Bar .btn:hover {
  color: #fff !important;
  background-color: #2269FF !important;
  border-color: #2269FF !important;
}

.download1Bar .icon-btn {
  color: #A4A7BE;
}

.premium1-premium {
  background: -webkit-gradient(linear, left top, left bottom, from(#2068FE), to(#1A53CC));
  background: -o-linear-gradient(top, #2068FE 0%, #1A53CC 100%);
  background: linear-gradient(to bottom, #2068FE 0%, #1A53CC 100%);
  padding: 2rem;
  border-radius: 10px;
  color: #fff;
}

.premium1-premium h3 {
  white-space: nowrap;
}

.premium1-premium ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  white-space: nowrap;
}

.premium1-premium ul li {
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  background: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.75 5.5L6 9.75L14.5 1.25' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 50%;
}

.premium1-free {
  border-radius: 10px;
  position: relative;
}

.premium1-free h3 {
  white-space: nowrap;
}

.premium1-free ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  white-space: nowrap;
}

.premium1-free ul li {
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8333 1.08301L1 11.9163' stroke='%23E21E1E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1.08301L11.8333 11.9163' stroke='%23E21E1E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 50%;
}

.premium1-free .premium1-free-btn {
  background-color: #E5ECFB;
  text-align: left;
}

.premium1-free .premium1-free-btn:hover {
  background-color: #CDD7EE;
}

.premium1-free .state-2 {
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
