body {
  min-width: 320px;
  font-family: Lato, sans-serif;
  color: #192024;
  font-size: 16px;
  line-height: 1.2em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

li {
  text-align: left;
}

strong {
  font-weight: bold;
}

.section-2 {
  display: block;
  color: #fff;
  text-shadow: none;
}

.column-5 {
  width: 35%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-2 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  padding: 15px;
  border-radius: 15px;
  background-color: #000;
}

.intro {
  padding-top: 200px;
  padding-bottom: 45px;
  background-image: url('../images/new-main-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  font-size: 18px;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #233744;
}

.optin-form {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  background-color: transparent;
}

.column-7 {
  display: block;
  width: 65%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 800;
  text-align: center;
  text-transform: none;
  text-shadow: none;
}

.heading-2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 8px;
  padding-top: 0px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  text-shadow: none;
  white-space: normal;
}

.heading-2.uppercase {
  text-transform: uppercase;
}

.container-2 {
  display: block;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.collection-item-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  min-height: 100%;
  margin-bottom: 30px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  text-align: center;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  text-align: left;
}

.container.scrollbar {
  max-width: 1140px;
}

.container.center {
  text-align: center;
}

.container.margin-bottom-15 {
  margin-bottom: 15px;
}

.image-7 {
  margin: 0px auto 20px;
  text-align: center;
}

.about {
  padding-top: 100px;
  padding-bottom: 40px;
  background-image: url('../images/features-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.about-box {
  display: block;
  height: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #101130;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #ffc501;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.testimonials {
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #26154a;
  background-image: url('../images/art-01-know-bg.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 38px;
  text-align: left;
}

.div-block-19 {
  position: absolute;
  left: 0%;
  top: -62px;
  right: 0%;
  bottom: auto;
}

.software {
  background-image: url('../images/software_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.requirement {
  padding-top: 50px;
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 1.4em;
  text-align: justify;
}

.heading-7 {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 900;
}

.boxes {
  position: relative;
  padding: 75px 15px 15px;
  background-color: #4c1f9c;
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.8px;
}

.boxes.b1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 10px 37px 13px rgba(37, 26, 65, 0.1);
}

.skills.steps {
  padding-top: 60px;
  background-image: url('../images/step_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container-3 {
  width: 1140px;
  margin-right: auto;
  margin-bottom: 90px;
  margin-left: auto;
  text-align: center;
}

.container-3.c2 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-3.c2.c3 {
  width: 960px;
}

.text-block-2 {
  padding-right: 10px;
  padding-left: 10px;
  color: #333;
  text-align: justify;
}

.text-block {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 900;
}

.text-block.t1 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}

.div-block-20 {
  position: absolute;
  left: 50%;
  top: -54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 108px;
  height: 108px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #4c1f9c;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.div-block-20.d16 {
  position: static;
  width: auto;
  height: auto;
  padding: 10px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid none none;
  border-top-width: 30px;
  border-radius: 4px;
  background-color: #7136b7;
  background-image: linear-gradient(109deg, #e9d503, #f7c73d);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.image-10 {
  padding: 5px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
}

.heading-9.center {
  text-align: center;
}

.heading-9.tuppercase {
  text-transform: uppercase;
}

.paragraph-23 {
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
}

.div-block-15 {
  width: 533px;
  text-align: right;
}

.div-block-15.d15 {
  width: 100%;
  max-width: 255px;
  text-align: right;
}

.software-2 {
  padding-top: 45px;
  padding-bottom: 55px;
  background-image: url('../images/bg5.jpg');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 400;
}

.software-2.sf {
  padding-top: 20px;
  background-image: none;
  color: #192024;
}

.div-block-23 {
  width: 100%;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 20px;
  line-height: 25px;
}

.div-block-23.d15 {
  margin-right: 10px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.what-is {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #0b0f2f;
  color: #fff;
}

.paragraph-25 {
  margin-bottom: 0rem;
  text-align: justify;
}

.paragraph-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66px;
  min-height: 66px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 50%;
  background-color: #e9d500;
  color: #fff;
  font-size: 30px;
  line-height: 1.7em;
  font-weight: 700;
}

.proslist {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #6a859c;
}

.prosblock.pros1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  min-height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 15px 15px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 3px 15px 0 rgba(93, 92, 92, 0.7);
  color: #454545;
}

.paragraph-27 {
  margin-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #040404;
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 1px;
}

.paragraph-28 {
  margin-bottom: 1rem;
  text-align: center;
}

.requirement-copy {
  padding-top: 50px;
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 1.4em;
  text-align: justify;
}

.accordion-wrapper {
  overflow: visible;
}

.questionitem {
  position: relative;
  display: block;
  overflow: visible;
  height: 47px;
  padding-top: 0px;
  padding-right: 60px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.paragraph-30 {
  position: absolute;
  top: 7px;
  right: 15px;
  display: inline-block;
  width: 17px;
  height: 17px;
  border-style: solid;
  border-width: 3px 3px 0px 0px;
  border-color: #101010;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(-45deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(-45deg);
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.accordion-item {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  background-color: #f1f5f1;
}

.question {
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 0px;
  color: #111a28;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
}

.dropdown-list-2 {
  position: static;
  display: none;
  border-style: none solid;
  border-width: 1px;
  border-color: #000 #ddd #000 #ddd;
  background-color: #fff;
}

.answer {
  display: block;
  overflow: visible;
  height: auto;
  margin-bottom: 0px;
  padding: 5px 15px 15px;
  font-size: 16px;
  text-align: justify;
}

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #233744;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
}

.footer-nav {
  text-align: center;
}

.div-block-25 {
  padding-top: 10px;
  color: #212529;
  font-size: 14px;
  text-align: center;
}

.paragraph-33 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}

.wrapper {
  display: block;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  line-height: 1.4em;
  text-align: left;
}

.footer-link {
  position: static;
  display: inline-block;
  margin-right: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.last-linlk {
  border-right-style: none;
}

.footer-link.footer-last-link {
  display: inline-block;
  border: 1px none #000;
}

.image-13 {
  width: 100%;
  max-width: 145px;
  margin-bottom: 10px;
}

.about-copy {
  padding-top: 100px;
  padding-bottom: 40px;
  color: #fff;
}

.paragraph-37 {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
}

.heading-12 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.heading-12.uppercase {
  text-transform: uppercase;
}

.div-block-26 {
  position: relative;
}

.paragraph-38 {
  margin-bottom: 0px;
  padding-top: 75px;
  color: #131431;
  font-size: 22px;
  line-height: 24px;
}

.paragraph-39 {
  margin-bottom: 15px;
  color: #b7a700;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-40 {
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
}

.div-block-27 {
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 20px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.43);
}

.about-secttion-copy {
  display: block;
  width: 100%;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #101130;
}

.about-white {
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 20px;
  background-color: #fff;
}

.image-7-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 122px;
  height: 122px;
  margin: 10px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-image: linear-gradient(109deg, #e9d503, #f7c73d);
  text-align: center;
}

.heading-30 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #192024;
  font-size: 22px;
  line-height: 31px;
  font-weight: 700;
  text-transform: uppercase;
}

.columns-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.click-button {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  overflow: visible;
  padding: 15px 40px;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#e9d600), to(#f8c740));
  background-image: linear-gradient(90deg, #e9d600, #f8c740);
  -webkit-transition: color 150ms linear;
  transition: color 150ms linear;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 35px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: capitalize;
  text-shadow: 0 -1px 3px rgba(0, 0, 0, 0.5);
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.click-button:hover {
  color: #fff;
}

.click-button.uppercase {
  -webkit-transition: color 150ms linear;
  transition: color 150ms linear;
  text-transform: uppercase;
}

.click-button.uppercase:hover {
  color: #fff;
}

.click-button.small {
  font-size: 24px;
}

.click-button.login-button {
  display: block;
  width: 100%;
  height: 50px;
  padding: 7px 10px 8px;
  border-style: none;
  border-radius: 2px;
  color: #fff;
  font-size: 24px;
  line-height: 18px;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: none;
}

.click-button.login-button:hover {
  background-color: #e0a800;
  background-image: none;
}

.click-button.login-button.contact-button {
  width: 100%;
}

.click-button.article-button {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  background-color: #e9d500;
  background-image: none;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  font-size: 21px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  text-shadow: none;
}

.click-button.article-button:hover {
  background-color: #ff0;
}

.click-button.article-btn {
  display: inline-block;
  padding-right: 30px;
  padding-left: 30px;
  float: none;
  border-radius: 10px;
  background-color: #e9d500;
  background-image: none;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  font-size: 26px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
}

.click-button.article-btn:hover {
  background-color: #ff0;
  color: #000;
}

.click-button.article-btn.au-btn {
  margin-bottom: 50px;
  padding-right: 50px;
  padding-left: 50px;
}

.click-button.article-btn.mtb-40 {
  margin-top: 40px;
  margin-bottom: 40px;
  border-color: rgba(255, 255, 0, 0);
}

.click-button.article-btn.mt-40 {
  margin-top: 40px;
}

.click-button.article-white-btn {
  display: inline-block;
  padding: 18px 50px;
  float: none;
  border-style: none;
  border-radius: 5px;
  background-color: #e9d500;
  background-image: -webkit-gradient(linear, left top, right top, from(#e9d601), to(#f4ca30));
  background-image: linear-gradient(90deg, #e9d601, #f4ca30);
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  color: #fff;
  font-size: 26px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.click-button.article-white-btn:hover {
  background-color: #ff0;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff0), to(#e9d601));
  background-image: linear-gradient(90deg, #ff0, #e9d601);
  color: #fff;
}

.click-button.article-white-btn.small {
  padding: 15px 25px;
  font-size: 20px;
}

.container-4 {
  display: block;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.paragraph-41 {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.about-box-3 {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.heading-33 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #192024;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
}

.paragraph-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #101331;
  color: #fff;
  font-size: 37px;
  line-height: 80px;
  font-weight: 700;
}

.intro-2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/main-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/main-bg.jpg');
  background-position: 0px 0px, 50% 80%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-size: 18px;
}

.heading-34 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 34px;
  line-height: 1.2em;
  font-weight: 800;
  text-align: center;
  text-transform: none;
  text-shadow: none;
}

.container-5 {
  display: block;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.inner-contant {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: transparent;
  line-height: 1.2;
}

.article-text {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  line-height: 1.3em;
}

.div-block-36 {
  height: auto;
}

.div-block-36.form-group {
  line-height: 1.2em;
}

.div-block-37 {
  position: static;
  top: 0px;
  margin-bottom: 10px;
}

.div-block-37.form-group {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.textarea {
  height: auto;
  min-height: 160px;
  background-color: transparent;
}

.textarea.form-control {
  border-style: solid;
  border-radius: 4px;
}

.contact-form-grid-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.contact-form-2 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.heading-38 {
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
}

.read-more-link {
  color: #322580;
}

.paragraph-45 {
  margin-bottom: 22px;
  font-size: 17px;
  line-height: 1.5em;
  text-align: left;
}

.heading-13 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  color: #444;
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
}

.heading-14 {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #111;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
}

.bold-text-9 {
  color: #e9d500;
}

.heading-42 {
  margin-top: 0px;
  text-align: left;
}

.learn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.learn-mobile {
  display: block;
  width: 100%;
  opacity: 0;
}

.learn-content {
  padding-left: 140px;
}

.learn-content-2 {
  padding-right: 20px;
  padding-left: 0px;
}

.learn-mobile-2 {
  display: block;
  width: 100%;
  opacity: 0;
}

.heading-43 {
  margin-top: 0px;
  text-align: left;
}

.learn-content-3 {
  padding-right: 20px;
  padding-left: 0px;
}

.testimonials-2 {
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #1f194b;
  background-image: url('../images/art-02-learn-bg.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
}

.testimonials-3 {
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #0b001e;
  background-image: url('../images/art-02-history-bg.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
}

.security-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.security-icon {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.securitu-content {
  padding-left: 20px;
}

.image-17 {
  max-width: 90px;
  border-radius: 50%;
  background-color: #fff;
}

.faq-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.faq-content {
  margin-left: 30px;
}

.paragraph-47 {
  width: 60px;
  height: 60px;
  margin-top: 5px;
  margin-bottom: 0px;
  background-color: #e9d500;
  box-shadow: 4px 4px 6px 6px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  font-size: 30px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

.heading-45 {
  margin-top: 0px;
  color: #444;
  font-size: 22px;
}

.heading-47 {
  font-size: 32px;
  text-align: left;
}

.heading-47.tuppercase {
  text-transform: uppercase;
}

.separator {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 1px;
  background-color: #d3d3d3;
}

.testimonials-23 {
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #26154a;
  background-image: url('../images/dream_bg.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.heading-15 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
}

.columns-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.collection-item-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  min-height: 100%;
  margin-bottom: 30px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  text-align: center;
}

.columns-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.collection-item-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  min-height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  text-align: center;
}

.div-block-39 {
  max-width: 205px;
}

.article-name {
  padding-top: 10px;
}

.paragraph-50 {
  margin-bottom: 22px;
  font-size: 17px;
  line-height: 1.5em;
  text-align: left;
}

.heading-52 {
  margin-bottom: 20px;
  text-align: left;
}

.learn-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.requirement-0 {
  padding-top: 50px;
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 1.4em;
  text-align: justify;
}

.requirement-0.r1 {
  background-color: #edeff2;
  color: #000;
}

.paragraph-57 {
  margin-bottom: 20px;
  font-weight: 700;
  text-align: justify;
}

.discover {
  padding-top: 15px;
  padding-bottom: 5px;
  background-color: #1d1d1d;
  color: #fff;
  text-align: center;
}

.heading-53 {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-size: 29px;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newsblock {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 300px;
  padding: 60px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.69)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.69));
  text-align: center;
}

.image-29 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-51 {
  position: relative;
  left: 0px;
  z-index: 3;
  padding-left: 11px;
  border-left: 5px solid #e9d600;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  color: #fff;
  font-size: 19px;
  text-align: left;
}

.link-3 {
  position: relative;
  left: 20px;
  z-index: 3;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-3:hover {
  text-decoration: underline;
}

.lightbox-link {
  text-decoration: none;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 445px;
  padding: 20px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.77);
}

.prosblock-2 {
  display: block;
  width: auto;
  height: 100%;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 1px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 4px none rgba(0, 0, 0, 0.09);
  border-left: 6px none #e9d600;
  border-radius: 20px;
  background-color: #fff;
  text-align: left;
}

.proslist-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bottom_stick {
  position: static;
  font-weight: 700;
}

.div-block-73 {
  margin-bottom: 14px;
  padding-right: 10px;
  padding-left: 10px;
}

.free-box {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 271px;
  height: 109px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 11px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 26px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 26px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#cacaca), to(#fff));
  background-image: linear-gradient(0deg, #cacaca, #fff);
  box-shadow: 4px -4px 14px 0 rgba(0, 0, 0, 0.41);
  cursor: wait;
}

.free-num {
  padding-right: 10px;
  padding-left: 10px;
  color: #e2a62b;
  font-size: 65px;
  line-height: 86px;
  font-weight: 700;
  letter-spacing: 8px;
}

.free-text {
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

.heading-17 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
}

.paragraph-62 {
  margin-bottom: 40px;
  text-align: center;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 1px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 4px none rgba(0, 0, 0, 0.09);
  border-left: 6px none #e9d600;
  border-radius: 20px;
  background-color: #fff;
  text-align: left;
}

.body {
  border: 1px solid #e9d600;
}

.heading-19 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
}

.container-7 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.heading-21 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
}

.paragraph-63 {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.click-button-4 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  overflow: visible;
  padding: 25px 50px;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#e9d600), to(#f8c740));
  background-image: linear-gradient(90deg, #e9d600, #f8c740);
  -webkit-transition: color 150ms linear;
  transition: color 150ms linear;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: capitalize;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.click-button-4:hover {
  color: #fff;
}

.click-button-4.uppercase {
  text-transform: uppercase;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding: 16px 16px 1px 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 4px none rgba(0, 0, 0, 0.09);
  border-left: 6px none #e9d600;
  border-radius: 20px;
  background-color: #fff;
  text-align: left;
}

.paragraph-64 {
  color: #040404;
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 1px;
}

.container-10 {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  text-align: left;
}

.div-block-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.div-block-76 {
  width: 100%;
  max-width: 350px;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.paragraph-65 {
  text-align: justify;
}

.div-block-76-copy {
  width: 100%;
  max-width: 350px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container-8 {
  display: block;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.heading-22 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
}

.paragrapph-66 {
  margin-bottom: 22px;
  font-size: 17px;
  line-height: 1.5em;
  text-align: center;
}

.list {
  padding-left: 20px;
  line-height: 1.8em;
  list-style-type: disc;
}

.form-cell {
  width: 50%;
  padding-right: 5px;
  padding-left: 5px;
}

.form-cell.cell-pass {
  width: 60%;
}

.members-form {
  position: relative;
}

.members-form.members-form-upd {
  padding-bottom: 20px;
}

.phone-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-box {
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form-row-nowrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
}

.prefix-cell {
  width: 30%;
  padding-right: 5px;
  padding-left: 5px;
}

.warning-icon {
  display: none;
}

.form-control {
  width: 100%;
  height: 40px;
  margin-bottom: 0px;
  border: 1px none #ccc;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 700;
}

.form-control.input {
  height: 67px;
  margin-bottom: 1rem;
  border-radius: 0px;
  font-size: 24px;
}

.form-control.icon-name {
  padding-left: 40px;
  border-style: solid;
  border-radius: 2px;
  background-image: url('../images/user-icon_1user-icon.png');
  background-position: 8px 50%;
  background-size: 24px 22px;
  background-repeat: no-repeat;
}

.form-control.icon-mail {
  height: 42px;
  padding-left: 45px;
  border-style: solid;
  border-radius: 4px;
  background-image: url('../images/email.png');
  background-position: 8px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.form-control.form-control-bg.email-control {
  height: 50px;
  padding-left: 40px;
  border-style: solid;
  border-color: #eee;
  border-radius: 4px;
  background-color: #eee;
  background-image: url('../images/user-icon_1user-icon.png');
  background-position: 8px 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.form-control.form-control-bg.pass-control {
  height: 50px;
  padding-left: 40px;
  border-style: solid;
  border-color: #eee;
  border-radius: 4px;
  background-color: #eee;
  background-image: url('../images/pass-icon_1pass-icon.png');
  background-position: 8px 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.form-control.email-control {
  height: 42px;
  padding-left: 40px;
  border-style: solid;
  border-radius: 4px;
  background-image: url('../images/user-icon_1user-icon.png');
  background-position: 8px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.form-control.pass-control {
  padding-left: 35px;
  border-style: solid;
  border-radius: 4px;
  background-image: url('../images/pass-icon_1pass-icon.png');
  background-position: 8px 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.form-control.form-control-sq {
  border-radius: 0px;
}

.phone-cell {
  width: 70%;
  padding-right: 5px;
  padding-left: 5px;
}

.form-group {
  position: relative;
  margin-bottom: 8px;
}

.btn {
  padding: 15px 30px;
  border-radius: 8px;
  background-color: #e9d500;
  color: #121230;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #c9b802;
}

.btn.btn-sm {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
  text-transform: none;
}

.btn.btn-sm.btn-100 {
  width: 100%;
  padding: 17px 15px 18px;
  border-radius: 100px;
  background-color: #e9d600;
  background-image: -webkit-gradient(linear, left top, right top, from(#e9d600), to(#f8c740));
  background-image: linear-gradient(90deg, #e9d600, #f8c740);
  color: #fff;
  font-size: 24px;
  line-height: 1.2em;
  text-transform: uppercase;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.btn.btn-sm.btn-100:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(#e2a62b), to(#f8c740));
  background-image: linear-gradient(270deg, #e2a62b, #f8c740);
}

.btn.btn-sm.btn-100.btn-home-design {
  padding: 9px 0px;
  border-radius: 5px;
  font-family: 'Fjalla One', sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 55px;
  font-weight: 400;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.btn.generate-pass {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 0px 10px 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f0ce20;
  background-image: -webkit-gradient(linear, left top, right top, from(#e9d600), to(#f8c740));
  background-image: linear-gradient(90deg, #e9d600, #f8c740);
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.btn.generate-pass:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(#e2a62b), to(#f8c740));
  background-image: linear-gradient(270deg, #e2a62b, #f8c740);
}

.btn.generate-pass.generate-pass-upd {
  border-radius: 4px;
}

.btn.btn-register {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -40px;
  width: 100%;
  border-radius: 4px;
}

.image-30 {
  width: 100%;
  max-width: 236px;
  margin-bottom: 10px;
}

.login-form {
  margin-bottom: 20px;
}

.div-block-53 {
  display: block;
  margin-bottom: 24px;
  padding: 16px 16px 1px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 4px solid rgba(0, 0, 0, 0.09);
  border-left: 6px none #e9d600;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.blog-post-link {
  display: block;
  padding-top: 10px;
  color: #322580;
  font-size: 30px;
  font-weight: 900;
  text-decoration: none;
}

.blog-post-link:hover {
  text-decoration: underline;
}

.algo-video-play-btn {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100px;
  height: 100px;
  margin: auto;
  background-image: url('../images/play-button_1play-button.png');
  background-position: 50% 50%;
  background-size: contain;
}

.algo-video-container {
  position: relative;
  height: 100%;
  min-height: 0%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -o-object-fit: none;
  object-fit: none;
}

.html-embed-5 {
  display: none;
}

.div-block-78 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 166px;
  height: 190px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(109deg, #e9d503, #f7c73d);
}

.paragraph-27-copy {
  margin-top: 0px;
  color: #040404;
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 1px;
}

.software-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.clearfix {
  clear: both;
}

.heading-56 {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  padding-bottom: 15px;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 1px;
}

.image-31 {
  max-width: 45%;
  margin-bottom: 30px;
  margin-left: 15px;
  float: right;
}

.image-31.left {
  margin-right: 70px;
  margin-bottom: 50px;
  margin-left: 70px;
  float: left;
}

.paragraph-67 {
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
}

.button-3 {
  margin-top: 50px;
  padding-top: 17px;
  padding-bottom: 18px;
  border: 1px solid #ffc107;
  border-radius: 5px;
  background-color: #e9d503;
  background-image: linear-gradient(5deg, #e9d503, #f7c73d);
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  color: #000;
  font-size: 35px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.button-3:hover {
  border-color: #d39e00;
  background-color: #e0a800;
  background-image: linear-gradient(5deg, #e9d503, #f7c73d);
  color: #fff;
}

.button-3.uppercase {
  text-transform: uppercase;
}

.div-block-79 {
  text-align: center;
}

.collection-item-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  min-height: 100%;
  margin-bottom: 30px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  text-align: center;
}

.click-button-6 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  overflow: visible;
  padding: 15px 40px;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#e9d600), to(#f8c740));
  background-image: linear-gradient(90deg, #e9d600, #f8c740);
  -webkit-transition: color 150ms linear;
  transition: color 150ms linear;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 35px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: capitalize;
  text-shadow: 0 -1px 3px rgba(0, 0, 0, 0.5);
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.click-button-6:hover {
  color: #fff;
}

.click-button-6.uppercase {
  text-transform: uppercase;
}

.heading-58 {
  margin-bottom: 60px;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 900;
}

.paragraph-22-copy {
  position: static;
  padding-top: 10px;
  padding-left: 10px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
}

.heading-59 {
  margin-top: 0px;
  font-size: 36px;
}

.heading-59.uppercase {
  text-transform: uppercase;
}

.div-block-53-copy {
  display: block;
  margin-bottom: 24px;
  padding: 16px 16px 1px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 4px solid rgba(0, 0, 0, 0.09);
  border-left: 6px none #e9d600;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.click-button-7 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  overflow: visible;
  padding: 25px 50px;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  background-color: transparent;
  background-image: linear-gradient(5deg, #e9d503, #f7c73d);
  -webkit-transition: color 150ms linear;
  transition: color 150ms linear;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: capitalize;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.click-button-7:hover {
  color: #fff;
}

.click-button-7.uppercase {
  -webkit-transition: color 150ms linear;
  transition: color 150ms linear;
  text-transform: uppercase;
}

.click-button-7.uppercase:hover {
  color: #fff;
}

.div-block-81 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-81-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-76-3 {
  width: 100%;
  max-width: 535px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-76-4 {
  width: 100%;
  max-width: 350px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heading-50 {
  margin-top: 0px;
  color: #444;
  font-size: 22px;
  text-align: left;
}

.div-block-76-5 {
  width: 100%;
  max-width: 445px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-76-6 {
  width: 100%;
  max-width: 445px;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heading-52-copy {
  margin-bottom: 20px;
  text-align: left;
}

.software-2-copy {
  padding-top: 45px;
  padding-bottom: 55px;
  background-image: url('../images/bg5.jpg');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 400;
}

.software-2-copy.sf {
  padding-top: 50px;
  background-image: none;
  color: #192024;
}

.b-error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eee;
  color: #333;
  font-size: 18px;
  line-height: 1.3;
}

.h-wap-404 {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.h1-error {
  background-color: transparent;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 400;
}

.button-container {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.footer-link-2 {
  z-index: 3;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.paragraph-68 {
  margin-bottom: 0px;
}

.content {
  margin-top: 20px;
  margin-bottom: 40px;
}

.container-12 {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.body-upd {
  height: 100%;
  background-color: #f3f3f3;
  color: #000;
  font-size: 24px;
  line-height: 1.3;
}

.body-upd.body {
  border-style: none;
}

.main-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-upd {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 18px;
  line-height: 1.2;
}

.top-warning {
  padding: 7px 10px;
  background-color: red;
  color: #fff;
  text-align: center;
}

.countdown {
  font-weight: 700;
}

.lang-link-flag {
  width: 22px;
  height: 18px;
  margin-right: 4px;
}

.header-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lang-box {
  position: static;
  left: auto;
  top: 0px;
  right: 0%;
  bottom: auto;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
}

.lang-item {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: 220px;
}

.logo.w--current {
  width: auto;
  max-width: 220px;
}

.select-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95px;
  padding: 10px 30px 10px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #e9d500;
  color: #000;
}

.lang {
  margin-right: 5px;
  font-size: 14px;
}

.lang-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
}

.select-list {
  right: 0px;
  display: none;
  width: 130px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.icon {
  right: 8px;
  margin-right: 0px;
}

.bottom-head {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
}

.country-flag {
  width: 20px;
  margin-right: 10px;
}

.logo-img {
  max-width: 100%;
}

.content-upd {
  display: block;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-box-2 {
  margin-bottom: 0px;
  padding: 0px 10px 10px;
}

.form-cell-2 {
  width: 50%;
  padding-right: 5px;
  padding-left: 5px;
}

.phone-cell-2 {
  width: 65%;
  padding-right: 5px;
  padding-left: 5px;
}

.prefix-cell-2 {
  width: 35%;
  padding-right: 5px;
  padding-left: 5px;
}

.main-section {
  display: block;
  padding-top: 180px;
  padding-bottom: 80px;
  border: 1px none #000;
  background-image: url('../images/new-main-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.form-container {
  position: relative;
  padding: 0px;
  border-radius: 0px;
  background-color: #000;
}

.form-logo {
  padding: 10px;
  text-align: center;
}

.early-section {
  display: block;
  padding-top: 50px;
  padding-bottom: 40px;
  border: 1px none #000;
  color: #444;
  text-align: left;
}

.form-logo-img {
  height: 75px;
}

.h1-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 69px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.bg-txt {
  position: relative;
  margin-bottom: 20px;
  border: 1px none #000;
  text-align: left;
}

.bg-img {
  position: absolute;
  width: 35%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-img.bg-img-right {
  top: 0px;
  right: 0px;
}

.bg-img.bg-img-left {
  left: 0px;
  top: 0px;
}

.bg-wrap {
  display: block;
  width: 64%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
  text-align: justify;
}

.bg-wrap h2 {
  margin-top: 0px;
  font-size: 40px;
  line-height: 1.3em;
  font-weight: 900;
}

.bg-text-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bg-text-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container-upd {
  position: relative;
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
}

.what-section {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('../images/bg3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  font-size: 19px;
  text-align: center;
}

.h2-about {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.3em;
}

.what-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.what-cell {
  width: 50%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.what-item {
  height: 100%;
  line-height: 1.2em;
}

.what-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82px;
  height: 82px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9d500;
}

.text-center {
  text-align: center;
  text-transform: none;
}

.text-center.mb30 {
  margin-bottom: 30px;
}

.text-center.mt60 {
  margin-top: 60px;
}

.text-center.m40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.trading-section {
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center;
}

.h2-trading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 900;
}

.step-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #0c0f2f;
  color: #fff;
  font-size: 21px;
}

.h2-step {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.3em;
  text-align: center;
}

.step-item {
  padding-top: 10px;
  padding-bottom: 5px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #e9d500;
  text-align: justify;
}

.step-item.step-item-last {
  border-style: none;
  border-color: #000;
}

.h3-step-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #e9d500;
  font-size: 29px;
  line-height: 1.3em;
  text-transform: uppercase;
}

.h3-step-subtitle {
  margin-top: 0px;
  font-size: 29px;
  line-height: 1.3em;
}

.float-box {
  overflow: hidden;
  margin-bottom: 10px;
}

.float-img {
  width: auto;
  max-width: 255px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15px;
  float: right;
}

.float-img.float-img-big {
  max-width: 450px;
  margin-top: 70px;
}

.content-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 20px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-item {
  width: 50%;
  margin-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 21px;
  text-align: justify;
}

.content-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #e9d500;
  font-size: 27px;
  line-height: 1.3em;
}

.content-head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 86px;
  margin-bottom: 10px;
  padding-left: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 86px;
  height: 86px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9d500;
}

.lang-link-txt {
  line-height: 1.1em;
}

.earn-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.h2-earn {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 900;
}

.scam-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #0b0e2a;
  color: #fff;
}

.scam-txt {
  text-align: justify;
}

.scam-txt h2 {
  margin-top: 0px;
  font-size: 40px;
  line-height: 1.3em;
}

.scam-txt h3 {
  margin-top: 20px;
  font-size: 29px;
  line-height: 1.3em;
}

.what-btc-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #0b0e2a;
  color: #fff;
  text-align: center;
}

.btc-rich h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 900;
}

.how-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.how-title {
  text-align: center;
}

.how-title h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1.3em;
}

.how-item {
  margin-bottom: 20px;
  font-size: 21px;
  text-align: justify;
}

.how-head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  margin-bottom: 15px;
  padding-left: 95px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.how-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 86px;
  height: 80px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b0d29;
}

.how-head-rich h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0b0e2a;
  font-size: 27px;
  line-height: 1.2em;
  font-weight: 900;
  text-align: left;
}

.other-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #0b0d29;
  color: #fff;
}

.h2-other {
  margin-top: 0px;
  font-size: 40px;
  line-height: 1.3em;
  text-align: center;
}

.table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.table-item {
  width: 50%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.table-item.table-item-2 {
  border-right-style: none;
  border-bottom-color: #fff;
}

.table-item.table-item-b {
  border-right-color: #000;
  border-bottom-color: #000;
}

.table-th {
  margin-bottom: 0px;
  padding: 8px 10px 10px;
  background-color: #e9d500;
  color: #0b0e2a;
  font-size: 29px;
  font-weight: 700;
}

.table-th.table-th-w {
  background-color: #0b0e2a;
  color: #fff;
}

.table-list {
  margin: 0px 10px;
  padding-top: 10px;
  padding-left: 22px;
  font-size: 21px;
  line-height: 1.15em;
}

.table-list-item {
  margin-bottom: 10px;
}

.pros-cons-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.h2-pros-cons {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.3em;
  font-weight: 900;
}

.features-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('../images/step_bg.png');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.feature-title {
  margin-bottom: 20px;
  text-align: center;
}

.feature-title h2 {
  margin-top: 0px;
  font-size: 40px;
  line-height: 1.3em;
  font-weight: 900;
}

.feature-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-item {
  width: 50%;
  margin-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 21px;
  text-align: justify;
}

.feature-head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 82px;
  margin-bottom: 10px;
  padding-left: 95px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-num {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82px;
  height: 82px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9d500;
  color: #0b0e2a;
  font-size: 29px;
  font-weight: 700;
}

.feature-t {
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.conclusion-section {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: justify;
}

.conclusion-txt h2 {
  margin-top: 0px;
  font-size: 40px;
  line-height: 1.3em;
  font-weight: 900;
}

.footer-upd {
  padding-top: 25px;
  padding-bottom: 40px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  border-top: 1px solid #0f102e;
  background-color: #fff;
  color: #0f102e;
  font-size: 21px;
  line-height: 1.3;
  text-align: center;
}

.footer-nav-list {
  display: block;
  margin-bottom: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.footer-nav-item {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding-left: 0px;
  border-left: 1px solid #fff;
}

.footer-nav-link {
  display: inline;
  color: #0f102e;
  font-weight: 700;
  text-decoration: none;
}

.footer-nav-link:hover {
  text-decoration: underline;
}

.footer-logo {
  max-width: 220px;
  margin-bottom: 20px;
  text-align: center;
}

.footer-logo.w--current {
  max-width: 268px;
}

.footer-img {
  max-width: 100%;
}

.footer-txt {
  color: #000;
  font-size: 16px;
  line-height: 1.2em;
}

.footer-txt a {
  color: #000;
}

.footer-txt a:hover {
  text-decoration: none;
}

.inner-section {
  padding-top: 170px;
  padding-bottom: 60px;
  background-color: #082336;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(0, 0, 0, 0.5)), to(#fff)), url('../images/intro-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 100%, #fff), url('../images/intro-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.h1-inner {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 34px;
  line-height: 1.3em;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-section {
  position: relative;
  padding-top: 200px;
  padding-bottom: 70px;
  color: #fff;
  text-align: center;
}

.blog-bg-img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-rich-title {
  line-height: 1.3;
}

.blog-rich-title h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #e9d600;
  font-size: 28px;
  line-height: 1.3;
  text-shadow: 1px 1px 6px #000;
}

.blog-rich-title p {
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 1.3;
}

.blog-rich-title strong {
  color: #e9d600;
  font-weight: 400;
}

.blog-rich-title h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 900;
}

.flag-icon {
  width: 20px;
  height: 15px;
  margin-right: 5px;
}

.flag-icon.country-flag {
  display: block;
}

.icon-2 {
  right: 8px;
  margin-right: 0px;
}

.footer-note {
  color: #000;
  font-size: 16px;
}

.h2-login {
  margin-top: 0px;
  color: #111;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
}

.login-subtitle {
  margin-bottom: 40px;
  color: #111;
  font-weight: 900;
  text-align: center;
}

.form-section {
  padding-top: 20px;
  padding-bottom: 40px;
  color: #615b85;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
}

.btn-dark {
  padding: 17px 30px;
  border-radius: 8px;
  background-color: #e6ac2f;
  color: #000;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.btn-dark.btn-login {
  width: 100%;
  height: auto;
  min-height: 50px;
  padding: 8px 15px;
  white-space: break-spaces;
}

.txt-p {
  text-align: center;
}

.still-section {
  padding-top: 40px;
  padding-bottom: 35px;
  background-image: url('../images/bg8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
}

.container-14 {
  position: relative;
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.h2-still {
  margin-top: 0px;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
}

.paragraph-15 {
  margin-bottom: 20px;
}

.text-center-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.h2-title {
  margin-top: 0px;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 500;
}

.h2-title.h2-title-sm {
  font-size: 30px;
  font-weight: 700;
}

.float-img-right {
  position: static;
  overflow: visible;
  width: 100%;
  max-width: 400px;
  margin-bottom: 15px;
  margin-left: 20px;
  float: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.float-img-right.float-img-sm {
  max-width: 280px;
}

.float-img-right.float-img-detail {
  max-width: 170px;
}

.float-img-right.mt10 {
  margin-top: 10px;
}

.h3-process {
  margin-top: 0px;
  color: #111;
  font-size: 22px;
  line-height: 1.3;
}

.float-img-2 {
  width: 100%;
  margin-bottom: 20px;
  text-align: justify;
}

.login-pocess-section {
  padding-top: 50px;
  padding-bottom: 40px;
  color: #111;
  font-size: 18px;
  line-height: 1.3;
}

.float-img-left {
  width: 100%;
  max-width: 400px;
  margin-right: 20px;
  margin-bottom: 15px;
  float: left;
}

.float-img-left.float-img-sm {
  max-width: 280px;
}

.float-image {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.register-process-section {
  padding-top: 50px;
  padding-bottom: 40px;
  background-image: url('../images/bg9.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  text-align: justify;
}

.h3-register {
  margin-top: 0px;
  font-size: 22px;
  line-height: 1.3;
}

.text-left {
  text-align: left;
}

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

.detail-item {
  margin-bottom: 15px;
  padding: 20px 10px 5px;
  border-radius: 3px;
  background-color: #f6f6f6;
}

.details-section {
  padding-top: 50px;
  padding-bottom: 40px;
  color: #000;
  font-size: 18px;
  line-height: 1.3;
}

.detail-title {
  margin-top: 0px;
  color: #0d122f;
  font-size: 22px;
  line-height: 1.3;
}

.h3-subtitle {
  margin-top: 0px;
  font-size: 22px;
  line-height: 1.3;
}

.h3-earn {
  font-size: 29px;
  line-height: 1.3;
  font-weight: 900;
}

.legal-p {
  text-align: left;
}

.about-p {
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 300;
  text-align: left;
}

.post-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-item {
  width: 50%;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}

.breadcrumbs {
  margin-bottom: 40px;
  color: #000;
  font-size: 16px;
  text-align: left;
}

.pop-h {
  margin-top: 0px;
  line-height: 1.3;
  text-align: center;
}

.pop-p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}

.published {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding: 15px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.author-ava {
  margin-right: 15px;
  float: left;
  border-radius: 50%;
}

.author-ava.max-width-64 {
  max-height: 64px;
  max-width: 64px;
}

.publish-date {
  color: #888;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.bold {
  font-weight: 700;
}

.author-link {
  color: #000;
  text-decoration: none;
}

.black {
  color: #000;
}

.about-author {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.author-photo {
  max-width: 15.5%;
  margin-right: 15px;
  float: left;
}

.author-name {
  margin-top: 0px;
  margin-bottom: 10px;
}

.author-contacts {
  margin-top: 20px;
}

.social-icon {
  width: 32px;
  height: 32px;
  margin-right: 2px;
}

.social-icon.fb {
  background-color: #4267b2;
  background-image: url('../images/facebook.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.social-icon.in {
  background-color: #007fb4;
  background-image: url('../images/linkedin.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.blog-img-1 {
  margin-top: 30px;
}

.blog-img-1.mt10 {
  margin-top: 10px;
}

.section-wrap {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.p-blog {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 27px;
  text-align: justify;
}

.p-blog:hover {
  text-decoration: none;
}

.p-blog.mb {
  margin-bottom: 40px;
}

.p-blog.mt40 {
  margin-top: 40px;
}

.p-blog.center {
  text-align: center;
}

.p-blog.mb60 {
  margin-bottom: 60px;
}

.australia-section {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.title-a1 {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #28167b;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 900;
}

.title-a1.white {
  color: #fff;
}

.title-a1.mt60 {
  margin-top: 60px;
}

.title-a1.mt50 {
  margin-top: 50px;
}

.small-title {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #111;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 700;
}

.small-title.crypro {
  margin-top: 40px;
  margin-bottom: 20px;
}

.banks-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #1d1f3d;
  color: #fff;
}

.investing-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.blog-intro-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #12122e;
  background-image: url('../images/blog-intro-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.header-white {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 5;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 18px;
  line-height: 1.2;
}

.title-h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 1.2em;
  text-align: center;
}

.title-h1.big {
  font-family: Roboto, sans-serif;
  font-size: 65px;
  line-height: 1.15em;
  font-weight: 700;
}

.header-violet {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 5;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #0b0e2f;
  font-size: 18px;
  line-height: 1.2;
}

.best-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.title-a10 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #222;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 900;
}

.title-a10.mt {
  margin-top: 50px;
}

.title-a10.mt50 {
  margin-top: 50px;
}

.final-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #121734;
  background-image: url('../images/art-10-final-bg.jpg');
  background-position: 0px 0px;
  background-size: auto;
  color: #fff;
}

.way-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.choose-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.blog-img {
  margin-top: 0px;
}

.crypto-item {
  padding-top: 0px;
  padding-bottom: 20px;
}

.sweden-section {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.round-symbol {
  width: 9px;
  height: 9px;
  min-width: 9px;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #333;
}

.view-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #1d1f3d;
  color: #fff;
}

.app-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.italy-section {
  padding-top: 40px;
  padding-bottom: 10px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.process-section {
  padding-top: 10px;
  padding-bottom: 40px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.art-link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #d59728;
  text-decoration: none;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}

.art-link:hover {
  color: #e6ac2f;
  text-decoration: underline;
}

.spain-section {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.like-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #1d1f3d;
  color: #fff;
}

.conc-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.feat-section {
  margin-bottom: 60px;
}

.philip-section {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.join-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #1d1f3d;
  color: #fff;
}

.legal-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.uae-section {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.trends-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #1c1f3e;
  background-image: url('../images/art-15-trends-bg.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
}

.uk-section {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.thoughts-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.involved-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #1d1f3d;
  color: #fff;
}

.africa-section {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.tax-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #1d1f3d;
  color: #fff;
}

.line-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .column-5 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    clear: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .div-block-2 {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .intro {
    padding-bottom: 40px;
  }

  .header {
    padding-top: 20px;
  }

  .optin-form {
    height: 100%;
    margin: 30px 0px 0px;
    background-image: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .column-7 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading {
    margin-top: 0px;
    font-size: 48px;
  }

  .heading-2 {
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    float: none;
    font-size: 20px;
  }

  .container-2 {
    max-width: 720px;
    margin-bottom: 0px;
  }

  .columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .collection-item-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    max-width: 350px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .container {
    width: 95%;
  }

  .image-7 {
    width: 130px;
  }

  .about {
    padding-top: 40px;
  }

  .testimonials {
    padding-bottom: 40px;
  }

  .heading-5 {
    text-align: center;
  }

  .requirement {
    padding-bottom: 10px;
  }

  .requirement.r1 {
    padding-top: 50px;
  }

  .heading-7 {
    margin-top: 0px;
  }

  .skills {
    width: 95%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-bottom: 40px;
  }

  .skills.steps {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
  }

  .container-3 {
    width: 720px;
    margin-bottom: 40px;
  }

  .container-3.c2 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .container-3.c2.c3 {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-10 {
    width: 72px;
  }

  .div-block-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .heading-9 {
    text-align: center;
  }

  .image-4 {
    display: block;
    text-align: left;
  }

  .div-block-15 {
    width: 100%;
    max-width: 210px;
    margin-bottom: 20px;
    text-align: left;
  }

  .div-block-15.d15 {
    display: none;
    width: auto;
    max-width: none;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-23 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .div-block-23.d15 {
    padding-right: 0px;
    float: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .paragraph-25 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .proslist {
    display: block;
  }

  .prosblock {
    margin-bottom: 20px;
  }

  .prosblock.pros1 {
    width: 100%;
    margin-bottom: 0px;
  }

  .paragraph-27 {
    font-size: 22px;
    line-height: 24px;
  }

  .paragraph-28 {
    font-size: 22px;
    line-height: 28px;
  }

  .requirement-copy {
    padding-bottom: 30px;
  }

  .wrapper {
    width: 720px;
    margin-bottom: 0px;
  }

  .about-copy {
    padding-top: 40px;
  }

  .paragraph-37 {
    text-align: center;
  }

  .paragraph-38 {
    font-weight: 700;
  }

  .columns-7 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .click-button {
    position: relative;
    left: auto;
    bottom: auto;
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
    border-style: solid;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#e9d600), to(#f8c740));
    background-image: linear-gradient(90deg, #e9d600, #f8c740);
    font-size: 34px;
  }

  .click-button.uppercase {
    display: block;
    width: auto;
    margin-top: 50px;
  }

  .click-button.small {
    display: block;
    margin-top: 50px;
    font-weight: 900;
    cursor: pointer;
  }

  .click-button.article-btn {
    padding-right: 20px;
    padding-left: 20px;
  }

  .click-button.article-white-btn.small {
    display: inline-block;
    margin-top: 0px;
  }

  .container-4 {
    max-width: 720px;
    margin-bottom: 0px;
  }

  .paragraph-34 {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .intro-2 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(hsla(0, 0%, 100%, 0))), url('../images/pattern.png'), url('../images/main-bg.jpg');
    background-image: linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0)), url('../images/pattern.png'), url('../images/main-bg.jpg');
    background-position: 0px 0px, 0% 0%, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

  .heading-34 {
    margin-top: 20px;
    font-size: 40px;
  }

  .container-5 {
    width: 720px;
    margin-bottom: 0px;
  }

  .paragraph-45 {
    text-align: center;
  }

  .learn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .learn-mobile {
    margin-bottom: 20px;
    opacity: 1;
    text-align: left;
  }

  .learn-content {
    padding-left: 0px;
  }

  .image-16 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .learn-content-2 {
    text-align: center;
  }

  .learn-mobile-2 {
    margin-bottom: 20px;
    opacity: 1;
  }

  .testimonials-2 {
    padding-bottom: 40px;
    background-image: none;
  }

  .testimonials-3 {
    padding-bottom: 40px;
    background-image: none;
  }

  .testimonials-23 {
    padding-bottom: 40px;
    text-align: center;
  }

  .columns-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .collection-item-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .columns-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .collection-item-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 340px;
    margin-right: 10px;
    margin-bottom: 30px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-18 {
    width: 110px;
  }

  .div-block-39 {
    text-align: center;
  }

  .paragraph-50 {
    text-align: center;
  }

  .heading-52 {
    text-align: center;
  }

  .learn-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .requirement-0 {
    padding-bottom: 10px;
  }

  .requirement-0.r1 {
    padding-top: 20px;
  }

  .heading-53 {
    font-size: 22px;
  }

  .newsblock {
    width: 50%;
  }

  .image-29 {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .link-3 {
    font-size: 15px;
  }

  .paragraph-58 {
    font-size: 16px;
  }

  .div-block-60 {
    max-width: 350px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .prosblock-2 {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    padding-right: 0px;
  }

  .div-block-70 {
    margin-bottom: 10px;
  }

  .proslist-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .bottom_stick {
    display: none;
  }

  .div-block-73 {
    height: 75px;
  }

  .heading-17 {
    text-align: center;
  }

  .paragraph-62 {
    text-align: center;
  }

  .heading-19 {
    text-align: center;
  }

  .container-7 {
    width: 720px;
    margin-bottom: 0px;
  }

  .heading-21 {
    text-align: center;
  }

  .paragraph-63 {
    text-align: center;
  }

  .click-button-4 {
    position: relative;
    left: auto;
    bottom: auto;
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px 40px;
    border-style: solid;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#e9d600), to(#f8c740));
    background-image: linear-gradient(90deg, #e9d600, #f8c740);
    font-size: 25px;
  }

  .paragraph-64 {
    font-size: 22px;
    line-height: 24px;
  }

  .container-10 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-75 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-76 {
    width: 100%;
    max-width: 210px;
    margin-right: 20px;
  }

  .paragraph-65 {
    text-align: justify;
  }

  .div-block-76-copy {
    width: 100%;
    max-width: 210px;
    margin-right: 0px;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-77 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container-8 {
    width: 100%;
    margin-bottom: 0px;
  }

  .heading-22 {
    text-align: left;
  }

  .paragrapph-66 {
    text-align: center;
  }

  .form-cell.cell-pass {
    width: 75%;
  }

  .btn.btn-sm.btn-100.btn-home-design {
    font-size: 30px;
  }

  .btn.generate-pass {
    font-size: 14px;
  }

  .blog-post-link {
    line-height: 1.2em;
  }

  .algo-video-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .collection-item-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    max-width: 350px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .click-button-6 {
    position: relative;
    left: auto;
    bottom: auto;
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px;
    border-style: solid;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#e9d600), to(#f8c740));
    background-image: linear-gradient(90deg, #e9d600, #f8c740);
    font-size: 25px;
  }

  .heading-58 {
    margin-top: 0px;
    font-size: 30px;
  }

  .paragraph-22-copy {
    font-size: 40px;
  }

  .div-block-53-copy {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 900;
  }

  .click-button-7 {
    position: relative;
    left: auto;
    bottom: auto;
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
    border-style: solid;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#e9d600), to(#f8c740));
    background-image: linear-gradient(90deg, #e9d600, #f8c740);
    font-size: 34px;
  }

  .click-button-7.uppercase {
    display: block;
    width: 70%;
    margin-top: 50px;
  }

  .div-block-81 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-32 {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .div-block-81-reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-76-3 {
    width: 100%;
    max-width: 330px;
    margin-right: 0px;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-76-4 {
    width: 100%;
    max-width: 210px;
    margin-right: 0px;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-76-5 {
    width: 100%;
    max-width: 270px;
    margin-right: 0px;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-76-6 {
    width: 100%;
    max-width: 270px;
    margin-right: 20px;
  }

  .heading-52-copy {
    margin-bottom: 40px;
    text-align: center;
  }

  .software-2-copy.sf {
    padding-top: 0px;
  }

  .footer-link-2 {
    font-size: 15px;
  }

  .container-12 {
    max-width: 720px;
    margin-bottom: 0px;
  }

  .header-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .lang-box {
    position: static;
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .early-section {
    text-align: center;
  }

  .h1-title {
    font-size: 40px;
  }

  .bg-img.bg-img-right {
    position: static;
    display: block;
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }

  .bg-img.bg-img-left {
    position: static;
    display: block;
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }

  .bg-wrap {
    width: 100%;
    text-align: center;
  }

  .bg-wrap h2 {
    font-size: 30px;
  }

  .container-upd {
    max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .what-list {
    margin-bottom: 20px;
  }

  .float-img.float-img-big {
    max-width: 250px;
  }

  .earn-section {
    text-align: center;
  }

  .scam-txt h2 {
    font-size: 30px;
  }

  .table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .table-item {
    width: 100%;
    margin-bottom: 10px;
    border: 1px none #000;
  }

  .table-tr {
    border: 1px none #000;
  }

  .h2-still {
    font-size: 30px;
  }

  .h2-title {
    font-size: 30px;
  }

  .float-img-right {
    max-width: 300px;
  }

  .float-img-left {
    max-width: 300px;
  }

  .about-p {
    text-align: center;
  }

  .post-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post-item {
    width: 100%;
  }

  .published {
    max-width: 100%;
  }

  .author-photo {
    max-width: 100%;
  }

  .author-bio {
    max-width: 100%;
  }

  .blog-intro-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title-h1 {
    font-size: 40px;
  }

  .title-h1.big {
    font-size: 60px;
  }
}

@media screen and (max-width: 767px) {
  .section-2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .intro {
    padding-top: 120px;
    padding-bottom: 20px;
  }

  .header {
    display: block;
  }

  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-3 {
    margin-right: auto;
    margin-left: auto;
  }

  .heading {
    margin-top: 0px;
    font-size: 28px;
  }

  .heading-2 {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  .container-2 {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .collection-item-2 {
    width: 100%;
  }

  .container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .container.scrollbar {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-7 {
    width: 130px;
  }

  .about {
    padding-bottom: 40px;
  }

  .testimonials {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .heading-5 {
    font-size: 20px;
    text-align: center;
  }

  .requirement {
    padding-top: 40px;
  }

  .heading-7 {
    font-size: 20px;
  }

  .boxes {
    margin-bottom: 80px;
  }

  .boxes.b1 {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .skills {
    padding-bottom: 0px;
  }

  .container-3 {
    width: 100%;
    margin-bottom: 20px;
  }

  .container-3.c2 {
    display: block;
  }

  .container-3.c2.c3 {
    width: 100%;
  }

  .text-block.t1 {
    margin-top: 20px;
    font-size: 22px;
  }

  .image-10 {
    width: 68px;
  }

  .div-block-21 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .heading-9 {
    font-size: 30px;
    line-height: 1.2em;
    text-align: center;
  }

  .paragraph-23 {
    text-align: justify;
  }

  .image-4 {
    width: 80%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .div-block-15 {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .div-block-15.d15 {
    width: 100%;
  }

  .software-2 {
    padding-bottom: 10px;
  }

  .div-block-23.d15 {
    margin-top: 0px;
  }

  .paragraph-26 {
    width: 40px;
    min-height: 40px;
    font-size: 20px;
    line-height: 40px;
  }

  .proslist {
    display: block;
  }

  .prosblock {
    margin-bottom: 20px;
  }

  .prosblock.pros1 {
    margin-bottom: 0px;
  }

  .paragraph-28 {
    text-align: center;
  }

  .requirement-copy {
    padding-top: 40px;
  }

  .questionitem {
    height: 70px;
  }

  .question {
    display: block;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .wrapper {
    width: 95%;
    margin-bottom: 0px;
  }

  .footer-link {
    padding-right: 5px;
    padding-left: 5px;
  }

  .about-copy {
    padding-bottom: 40px;
  }

  .paragraph-37 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-12 {
    font-size: 20px;
  }

  .div-block-27 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .about-white {
    margin-right: 0px;
    margin-left: 0px;
  }

  .click-button {
    position: static;
    display: inline-block;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    padding: 17px 15px 18px;
    font-size: 20px;
  }

  .click-button.uppercase {
    width: auto;
    padding: 15px 40px;
    font-size: 20px;
    line-height: 30px;
  }

  .click-button.small {
    padding: 15px 40px;
    font-size: 18px;
    line-height: 30px;
  }

  .click-button.login-button {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .click-button.article-button {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .click-button.article-btn {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    font-size: 24px;
  }

  .click-button.article-btn.au-btn {
    padding-right: 20px;
    padding-left: 20px;
  }

  .click-button.article-white-btn {
    display: inline-block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 20px;
    float: none;
    font-size: 24px;
  }

  .container-4 {
    width: 95%;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-34 {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }

  .intro-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-34 {
    margin-top: 0px;
    font-size: 32px;
  }

  .container-5 {
    width: 95%;
    margin-bottom: 0px;
  }

  .article-text {
    text-align: left;
  }

  .div-block-36 {
    display: block;
  }

  .contact-form-grid-2 {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .contact-form-2 {
    padding: 20px 20px 40px;
  }

  .heading-13 {
    text-align: center;
  }

  .heading-14 {
    text-align: center;
  }

  .heading-42 {
    font-size: 32px;
    text-align: left;
  }

  .learn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .heading-43 {
    text-align: center;
  }

  .heading-43.bold-text-9 {
    text-align: left;
  }

  .testimonials-2 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .testimonials-3 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .image-17 {
    max-width: 60px;
  }

  .heading-47 {
    font-size: 32px;
    line-height: 1.2em;
  }

  .testimonials-23 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .heading-15 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
  }

  .collection-item-5 {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-18 {
    max-width: 110px;
  }

  .article-name {
    text-align: left;
  }

  .heading-52 {
    font-size: 25px;
  }

  .learn-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-51 {
    text-align: left;
  }

  .requirement-0 {
    padding-top: 40px;
  }

  .news {
    display: block;
  }

  .newsblock {
    width: 100%;
  }

  .div-block-60 {
    margin-right: auto;
    margin-left: auto;
  }

  .prosblock-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .proslist-2 {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }

  .bottom_stick {
    position: relative;
    top: auto;
  }

  .heading-17 {
    text-align: center;
  }

  .paragraph-62 {
    font-size: 18px;
  }

  .heading-19 {
    font-size: 30px;
    text-align: center;
  }

  .container-7 {
    width: 95%;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-21 {
    font-size: 20px;
    text-align: center;
  }

  .click-button-4 {
    position: static;
    display: block;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px;
    font-size: 16px;
  }

  .div-block-74 {
    margin-bottom: 5px;
  }

  .container-10 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .div-block-75 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-76 {
    max-width: none;
    margin-right: 0px;
  }

  .div-block-76-copy {
    max-width: 400px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .container-8 {
    width: 100%;
    margin-bottom: 0px;
  }

  .heading-22 {
    font-size: 20px;
    text-align: center;
  }

  .form-cell {
    width: 100%;
  }

  .form-cell.cell-pass {
    width: 100%;
  }

  .form-control.input {
    height: 40px;
    font-size: 20px;
  }

  .btn.btn-sm.btn-100.btn-home-design {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 20px;
    line-height: 45px;
  }

  .btn.generate-pass {
    font-size: 14px;
  }

  .image-30 {
    max-width: 75%;
  }

  .paragraph-27-copy {
    font-size: 16px;
  }

  .image-31 {
    width: 80%;
    max-width: 100%;
    margin-left: 0px;
    float: none;
  }

  .image-31.left {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .button-3 {
    font-size: 20px;
  }

  .collection-item-3 {
    width: 100%;
    max-width: 100%;
  }

  .click-button-6 {
    position: static;
    display: inline-block;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px;
    font-size: 20px;
  }

  .heading-58 {
    font-size: 25px;
  }

  .paragraph-22-copy {
    font-size: 30px;
  }

  .heading-59 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 30px;
  }

  .click-button-7 {
    position: static;
    display: inline-block;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    padding: 17px 15px 18px;
    font-size: 20px;
  }

  .click-button-7.uppercase {
    width: auto;
    padding: 15px 40px;
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-81 {
    display: block;
  }

  .div-block-81-reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-76-3 {
    max-width: 100%;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .div-block-76-4 {
    max-width: 400px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .heading-50 {
    text-align: center;
  }

  .div-block-76-5 {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .div-block-76-6 {
    max-width: none;
    margin-right: 0px;
  }

  .heading-52-copy {
    font-size: 25px;
  }

  .software-2-copy {
    padding-bottom: 10px;
  }

  .container-12 {
    margin-bottom: 0px;
  }

  .top-warning {
    display: none;
  }

  .logo {
    width: 180px;
  }

  .logo.w--current {
    max-width: 180px;
  }

  .form-cell-2 {
    width: 100%;
  }

  .main-section {
    padding-top: 100px;
  }

  .bg-wrap h2 {
    font-size: 30px;
  }

  .container-upd {
    font-size: 18px;
  }

  .h2-about {
    font-size: 24px;
  }

  .what-cell {
    width: 100%;
  }

  .h2-trading {
    font-size: 28px;
  }

  .h2-step {
    font-size: 28px;
  }

  .step-item {
    text-align: center;
  }

  .float-img {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .float-img.float-img-big {
    display: none;
  }

  .float-img-img.float-step {
    height: 150px;
  }

  .content-item {
    width: 100%;
  }

  .h2-earn {
    font-size: 28px;
  }

  .scam-section {
    text-align: left;
  }

  .scam-txt {
    text-align: center;
  }

  .btc-rich h2 {
    font-size: 30px;
  }

  .how-title h2 {
    font-size: 30px;
  }

  .h2-other {
    font-size: 30px;
  }

  .feature-title h2 {
    font-size: 30px;
  }

  .feature-item {
    width: 100%;
  }

  .conclusion-section {
    text-align: center;
  }

  .inner-section {
    padding-top: 120px;
  }

  .blog-section {
    padding-top: 120px;
    padding-bottom: 30px;
  }

  .blog-rich-title p {
    font-size: 30px;
  }

  .blog-rich-title h1 {
    font-size: 30px;
  }

  .icon-2 {
    display: block;
  }

  .h2-login {
    font-size: 24px;
  }

  .form-section {
    font-size: 20px;
  }

  .still-section {
    font-size: 24px;
  }

  .container-14 {
    position: relative;
  }

  .text-center-2 {
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .float-img-right {
    max-width: 100%;
    margin-left: 0px;
    float: none;
    text-align: center;
  }

  .float-img-right.float-img-sm {
    max-width: 100%;
  }

  .float-img-right.float-img-detail {
    max-width: 100%;
  }

  .float-img-2 {
    text-align: center;
  }

  .float-img-left {
    max-width: 100%;
    margin-right: 0px;
    float: none;
  }

  .float-img-left.float-img-sm {
    max-width: 100%;
  }

  .float-image {
    width: 100%;
    max-height: 255px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .float-image.float-img-containe {
    max-height: 150px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .text-left {
    text-align: center;
  }

  .legal-p {
    text-align: left;
  }

  .pop-h {
    font-size: 30px;
    line-height: 35px;
  }

  .pop-p {
    font-size: 16px;
    line-height: 20px;
  }

  .author-contacts {
    margin-top: 11px;
    text-align: center;
  }

  .section-wrap {
    text-align: left;
  }

  .title-a1 {
    font-size: 27px;
  }

  .blog-intro-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title-h1.big {
    font-size: 40px;
  }

  .title-a10 {
    font-size: 27px;
  }
}

@media screen and (max-width: 479px) {
  .section-2 {
    margin-bottom: 0px;
  }

  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-2 {
    width: 100%;
  }

  .intro {
    padding-bottom: 10px;
  }

  .heading {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 28px;
    line-height: 45px;
    font-weight: 700;
  }

  .heading-2 {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-7 {
    width: 100%;
    max-width: 130px;
  }

  .heading-7 {
    line-height: 30px;
  }

  .image-10 {
    width: 68px;
  }

  .div-block-21 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .heading-9 {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-9.center {
    text-align: center;
  }

  .paragraph-23 {
    text-align: justify;
  }

  .image-4 {
    width: 100%;
    max-width: 100%;
  }

  .div-block-15 {
    width: 100%;
  }

  .software-2.sf {
    padding-top: 20px;
  }

  .paragraph-27 {
    padding-left: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .questionitem {
    height: 100%;
    padding-right: 40px;
    padding-left: 5px;
  }

  .question {
    font-size: 16px;
    line-height: 20px;
    white-space: pre-wrap;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .footer {
    padding-top: 15px;
  }

  .paragraph-37 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: justify;
  }

  .paragraph-38 {
    font-weight: 700;
  }

  .div-block-27 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .about-secttion-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .about-white {
    margin-right: 0px;
    margin-left: 0px;
  }

  .heading-30 {
    font-size: 20px;
  }

  .click-button {
    font-size: 20px;
  }

  .click-button.uppercase {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px 40px;
  }

  .click-button.small {
    margin-right: 0px;
    margin-left: 0px;
  }

  .click-button.article-btn {
    font-size: 20px;
  }

  .click-button.article-btn.mtb-40 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .click-button.article-white-btn {
    font-size: 20px;
  }

  .click-button.article-white-btn.small {
    font-size: 18px;
    line-height: 1.3em;
  }

  .paragraph-34 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .intro-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-34 {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 32px;
    line-height: 45px;
  }

  .heading-43 {
    font-size: 21px;
  }

  .security-block {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .security-icon {
    width: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .heading-45 {
    text-align: left;
  }

  .heading-47 {
    font-size: 32px;
    line-height: 1.2em;
  }

  .heading-15 {
    line-height: 30px;
  }

  .paragraph-52 {
    text-align: left;
  }

  .paragraph-53 {
    text-align: left;
  }

  .paragraph-54 {
    text-align: left;
  }

  .paragraph-55 {
    text-align: left;
  }

  .paragraph-56 {
    text-align: left;
  }

  .div-block-60 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-70 {
    margin-bottom: 10px;
  }

  .heading-17 {
    font-size: 30px;
    line-height: 24px;
  }

  .paragraph-62 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
  }

  .div-block-52 {
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .heading-19 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-7 {
    width: 100%;
  }

  .heading-21 {
    padding-right: 10px;
    padding-left: 10px;
    line-height: 28px;
  }

  .click-button-4 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .paragraph-64 {
    padding-left: 10px;
    font-size: 22px;
    line-height: 24px;
  }

  .div-block-76 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-8 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .form-cell.cell-pass {
    width: 50%;
  }

  .btn.generate-pass {
    font-size: 14px;
  }

  .paragraph-27-copy {
    padding-left: 10px;
    font-size: 16px;
    line-height: 25px;
  }

  .image-31.left {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .click-button-6 {
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px;
    font-size: 20px;
    line-height: 23px;
  }

  .heading-58 {
    font-size: 25px;
  }

  .paragraph-22-copy {
    padding-left: 0px;
  }

  .heading-59 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .click-button-7 {
    font-size: 20px;
  }

  .click-button-7.uppercase {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px 40px;
  }

  .heading-50 {
    font-size: 21px;
  }

  .div-block-76-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .software-2-copy.sf {
    padding-top: 20px;
  }

  .how-head-rich {
    font-size: 18px;
  }

  .how-head-rich h3 {
    font-size: 20px;
  }

  .pop-h {
    font-size: 28px;
  }

  .author-photo {
    max-height: 50%;
    max-width: 50%;
  }

  .section-wrap {
    text-align: left;
  }

  .p-blog {
    font-size: 16px;
    line-height: 25px;
  }

  .australia-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .title-a1 {
    font-size: 26px;
    text-align: center;
  }

  .title-h1 {
    font-size: 32px;
  }

  .title-h1.big {
    font-size: 32px;
  }

  .title-a10 {
    font-size: 26px;
    text-align: center;
  }

  .sweden-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .list-item-text {
    font-size: 16px;
  }

  .italy-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .process-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .spain-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .philip-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .uae-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .uk-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .africa-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

#w-node-fa926113-0967-442d-3904-dd74c7c5450d-95a12c44 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c204ac4c-a8a7-7756-0c61-db1dbe8253fb-dcdcf719 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_2f7098ce-52f0-3483-191b-ebd579c6cdb0-776c4492 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bc670fb8-4883-78b9-f1f8-176182fcb98b-776c4492 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bc670fb8-4883-78b9-f1f8-176182fcb988-776c4492 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_61656e48-21a6-c058-3879-1182c10a572c-776c4492 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3e9554d7-0133-07f7-9f4e-07fc9ff56a68-776c4492 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_52d0efc9-0eb1-2bc0-e3e2-a47cc820044e-acb1284a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b0dae83c-3538-5f03-da90-402bffc42344-ea61c37d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2c5801e0-fc6f-40fb-7896-80465f36df4d-ea61c37d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a2f7c8b5-bb9a-4ac7-d556-fc278c6229a8-ea61c37d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_410055e1-6f7c-5281-3b93-aa9e22627b43-faaf7ee0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_410055e1-6f7c-5281-3b93-aa9e22627b61-faaf7ee0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_410055e1-6f7c-5281-3b93-aa9e22627b43-bd0dd73c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_410055e1-6f7c-5281-3b93-aa9e22627b61-bd0dd73c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-c204ac4c-a8a7-7756-0c61-db1dbe8253f3-dcdcf719 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-c204ac4c-a8a7-7756-0c61-db1dbe8253f7-dcdcf719 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c204ac4c-a8a7-7756-0c61-db1dbe8253f3-dcdcf719 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c204ac4c-a8a7-7756-0c61-db1dbe8253f7-dcdcf719 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}