/*=========== 
|   reset    |
=============*/
::selection {
  background: #420561;
  color: #fff;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -webkit-crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: crisp-edges;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
  outline: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: .2s ease;
  cursor: pointer;
}

a:hover, a:active, a:focus {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
a,
label {
  margin: 0;
  padding: 0;
}

li {
  position: relative;
  list-style-type: none;
}

/*================ 
|   typography    |
=================*/
html,
body {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
a {
  line-height: 1.2;
}

h1 {
  font-size: 54px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

@media (max-width: 1366px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
}

p, li, label {
  font-size: 14px;
  font-weight: 400;
}

/*================ 
|     uniques    |
=================*/
body {
  position: relative;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  color: #210330;
}

.maskLoader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url("../images/spin.svg");
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: wait;
}

#wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page_wrap {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
}

.wrapper-home .page_wrap {
  margin-top: 50px;
}

@media (max-width: 1024px) {
  .wrapper-home .page_wrap {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  .wrapper-home .page_wrap {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .page_wrap {
    margin-top: 40px;
  }
}

.legal_wrap {
  position: relative;
}

.legal_wrap .overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
}

.eula {
  overflow: auto;
  overflow-y: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 1001;
  width: 90%;
  max-width: 1200px;
  height: 90vh;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .eula {
    box-shadow: none;
  }
}

.eula::-webkit-scrollbar {
  width: 6px;
}

.eula::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.eula::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 6px;
  transition: .2s ease;
}

.eula::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.eula embed {
  width: 100%;
  height: 6500px;
}

.eula .close {
  position: sticky;
  top: 20px;
  right: 20px;
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  width: 30px;
  height: 30px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #210330;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
}

.eula .close::after {
  position: relative;
  color: #210330;
}

.eula .close::after:before {
  content: "close";
  font-family: 'Material Icons';
  z-index: 1;
}

/*================ 
|   components    |
=================*/
button, input, optgroup, select, textarea {
  font: inherit;
  color: inherit;
}

button {
  position: relative;
  top: 0;
  position: relative;
  overflow: hidden;
  padding: 10px 20px;
  border: 0;
  outline: 0;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transition: .2s ease;
  text-align: center;
  cursor: pointer;
  display: block;
  background-color: #420561;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #420561;
  font-weight: 700;
  color: #fff;
  transition: .2s ease-in-out;
}

@media (max-width: 768px) {
  button {
    font-size: 13px;
  }
}

button span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

button span i {
  margin-inline-end: 10px;
}

button:hover {
  background: #ff981a;
  box-shadow: none;
  color: #fff;
}

.featured button, button.featured, button.download_btn {
  background: #ff981a;
  box-shadow: inset 0 0 0 2px #ff981a;
  color: #420561;
}

.featured button:hover, button.featured:hover, button.download_btn:hover {
  top: -3px;
  background: #420561;
  color: #fff;
}

button.download_btn:hover i {
  transition: .2s ease;
  animation: db 1s;
}

@keyframes db {
  0% {
  }
  50% {
    transform: translateY(10%);
  }
  100% {
  }
}

button.cancel_button {
  font-size: 13px;
}

.logo {
  width: 100px;
  transition: .2s ease;
}

header .logo,
footer .logo {
  cursor: pointer;
}

.scroll .logo {
  width: 80px;
}

@media (max-width: 768px) {
  .logo {
    width: 80px;
  }
}

.brandName, .ProductName {
  white-space: nowrap;
}

.close:before {
  content: "close";
  font-family: 'Material Icons';
  z-index: 1;
}

.container {
  position: relative;
  margin: auto;
  padding: 0;
}

@media (max-width: 1920px) {
  .container {
    width: 100%;
    height: 100%;
    max-width: 1400px;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .container {
    width: 100%;
  }
}

.quote {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .quote {
    text-align: start;
  }
}

.quote:before, .quote:after {
  height: 60px;
  opacity: .5;
  font-size: 500%;
  font-style: initial;
}

@media (max-width: 768px) {
  .quote:before, .quote:after {
    line-height: 1;
  }
}

.quote:before {
  content: open-quote;
}

@media (max-width: 768px) {
  .quote:before {
    align-self: flex-start;
  }
}

.quote:after {
  content: close-quote;
}

@media (max-width: 768px) {
  .quote:after {
    align-self: flex-end;
    margin-bottom: -40px;
  }
}

input:focus,
select:focus,
textarea:focus {
  border: inherit;
  outline: 0;
  outline-style: none;
  outline-color: none;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  border: inherit;
  outline: 0;
  outline-style: none;
  outline-color: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input:not([type="checkbox"]),
select,
textarea {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 44px;
  padding: 0 10px;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(34, 34, 34, 0.2);
  background: #fff;
  transition: .3s ease;
  font-size: 14px;
  color: #555;
}

input:not([type="checkbox"]):focus,
select:focus,
textarea:focus {
  border: inherit;
  outline: 0;
  outline-style: none;
  outline-color: none;
  -webkit-box-shadow: none;
  box-shadow: inset 0 0 0 2px #420561;
}

@media (max-width: 768px) {
  input:not([type="checkbox"]),
  select,
  textarea {
    height: 44px;
  }
}

input[type="checkbox"] {
  position: relative;
  background: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  margin: 0;
  padding: 0;
  height: 16px;
  border: 0;
  outline: 0;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(34, 34, 34, 0.2);
  transition: .3s ease;
  cursor: pointer;
}

input[type="checkbox"]:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: 'check';
  font-family: 'Material Icons';
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  width: 16px;
  height: 16px;
  opacity: 0;
}

input[type="checkbox"]:checked {
  box-shadow: none;
  background: #ff981a;
}

input[type="checkbox"]:checked:after {
  opacity: 1;
}

input[type="checkbox"]:hover input[type=checkbox]:after {
  opacity: .5;
}

select {
  cursor: pointer;
}

option:disabled {
  color: rgba(33, 3, 48, 0.5);
}

.select_wrap {
  position: relative;
  cursor: pointer;
}

.select_wrap:before {
  content: "expand_more";
  font-family: 'Material Icons';
  z-index: 1;
}

.select_wrap:before {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 3;
  font-size: 20px;
  cursor: pointer;
  z-index: 999;
}

.input-error {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  color: #cc0700;
}

form .input-error {
  position: absolute;
  z-index: 2;
  right: 6px;
  bottom: -3px;
}

form {
  position: relative;
}

form label {
  display: block;
  font-size: 13px;
}

form .textarea_wrap {
  height: 80px;
}

form textarea {
  height: 100%;
  padding: 10px;
}

form .general-error {
  position: relative;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

form button,
form button[disabled] {
  position: relative;
  overflow: hidden;
  padding: 10px 20px;
  border: 0;
  outline: 0;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transition: .2s ease;
  text-align: center;
  cursor: pointer;
  margin-inline-start: auto;
  padding: 10px 40px;
  border: 0;
  outline: 0;
  transition: .2s ease;
}

@media (max-width: 768px) {
  form button,
  form button[disabled] {
    font-size: 13px;
  }
}

form button span,
form button[disabled] span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

form button span i,
form button[disabled] span i {
  margin-inline-end: 10px;
}

@media (max-width: 768px) {
  form button,
  form button[disabled] {
    width: 100%;
  }
}

form .term_wrap {
  margin: 20px 0;
}

form .term_wrap label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

form .term_wrap .terms-text {
  position: relative;
  margin-inline-start: 10px;
  font-size: 10px;
}

form .term_wrap .input-error {
  position: relative;
  right: initial;
  bottom: initial;
}

form p {
  font-size: 12px;
  font-weight: 400;
}

.form_group {
  position: relative;
  margin-bottom: 20px;
}

.form_group label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  z-index: 1;
  font-size: 14px;
  line-height: 1;
  color: #555;
  transition: 0.2s ease-in-out, 0.2s opacity cubic-bezier(1, 0, 1, 1);
  user-select: none;
  cursor: text;
}

.form_group label small {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .form_group label small {
    font-size: 70%;
  }
}

.form_group input {
  position: relative;
  background: transparent;
}

.form_group input:focus + label, .form_group input:not(:placeholder-shown) + label {
  top: -8px;
  left: 4px;
  z-index: 3;
  transform: none;
  padding: 0 4px 1px;
  font-size: 12px;
  background: #fff;
  color: #420561;
  opacity: 1;
}

.form_group input::placeholder {
  color: transparent;
}

.form_group.select_wrap select {
  z-index: 2;
}

.form_group.select_wrap label {
  cursor: pointer;
}

.form_group.field-card label {
  left: 50px;
}

.g-recaptcha {
  margin-bottom: 20px;
}

.form-title {
  margin-bottom: 16px;
}

.support_page .btn_wrap,
.registration_page .btn_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.support_page button,
.registration_page button {
  margin-inline-start: auto;
}

.support_page .links_wrap,
.registration_page .links_wrap {
  margin-top: 20px;
  text-align: center;
}

.support_page .links_wrap p,
.registration_page .links_wrap p {
  margin-bottom: 10px;
}

.support_page .links_wrap p a,
.support_page .links_wrap p span,
.registration_page .links_wrap p a,
.registration_page .links_wrap p span {
  cursor: pointer;
  text-decoration: underline;
  color: #ff981a;
}

.support_page .links_wrap p a:hover,
.support_page .links_wrap p span:hover,
.registration_page .links_wrap p a:hover,
.registration_page .links_wrap p span:hover {
  color: #b36200;
}

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

.phone-wrap .prefix_wrap {
  width: 80px;
  margin-right: 5px;
}

.phone-wrap .prefix_wrap label {
  margin-left: 10px;
  color: #210330;
  cursor: pointer;
}

.phone-wrap .prefix_wrap .btn {
  display: block;
  height: 100%;
  padding: 0;
  border: 0;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
  line-height: 1;
}

.phone-wrap .ui-select-container {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 44px;
  padding: 0 10px;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(34, 34, 34, 0.2);
  background: #fff;
  transition: .3s ease;
  font-size: 14px;
  color: #555;
  width: 80px;
  z-index: 9;
  padding: 0 10px;
}

.phone-wrap .ui-select-container:focus {
  border: inherit;
  outline: 0;
  outline-style: none;
  outline-color: none;
  -webkit-box-shadow: none;
  box-shadow: inset 0 0 0 2px #420561;
}

@media (max-width: 768px) {
  .phone-wrap .ui-select-container {
    height: 44px;
  }
}

.phone-wrap .ui-select-container input {
  height: 100%;
  border: 0;
  box-shadow: none;
  background-color: transparent;
}

.phone-wrap .ui-select-container input:focus {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}

.phone-wrap .ui-select-choices {
  min-width: 300px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.phone-wrap .ui-select-match {
  padding: 0;
}

.phone-wrap .ui-select-match::placeholder {
  color: #210330;
}

.phone-wrap .ui-select-match-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  height: 44px;
  padding: 0;
  background-image: url(../images/arrow-down.svg);
  background-size: 13px;
  background-position-x: calc(100% - 0px);
  background-position-y: 50%;
  background-repeat: no-repeat;
}

.phone-wrap .ui-select-match-text + i {
  display: none;
}

.phone-wrap .ui-select-match-text span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 44px;
}

@media (max-width: 768px) {
  .phone-wrap .ui-select-match-text span {
    height: 44px;
  }
}

.phone-wrap .btn-default-focus {
  outline: 0;
  border: 0;
  box-shadow: none;
  background-color: transparent;
}

.phone-wrap .select_wrap:before {
  z-index: 1 !important;
  content: '';
}

.phone-wrap .form_group {
  width: 100%;
  height: 100%;
  padding: 0;
}

.phone-wrap .form_group input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 44px;
  padding: 0 10px;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(34, 34, 34, 0.2);
  background: #fff;
  transition: .3s ease;
  font-size: 14px;
  color: #555;
  background-color: transparent;
}

.phone-wrap .form_group input:focus {
  border: inherit;
  outline: 0;
  outline-style: none;
  outline-color: none;
  -webkit-box-shadow: none;
  box-shadow: inset 0 0 0 2px #420561;
}

@media (max-width: 768px) {
  .phone-wrap .form_group input {
    height: 44px;
  }
}

.form-signin .input-error {
  position: relative;
  right: initial;
  bottom: initial;
  margin-bottom: 20px;
}

.form-billing p {
  margin-top: 20px;
}

.cc-input_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

.cvv-info {
  position: absolute;
  top: 8px;
  right: 2px;
  z-index: 3;
  cursor: pointer;
}

.cvv-info:before {
  content: 'help_outline';
  font-family: 'Material Icons';
  color: #ff981a;
  z-index: 1;
}

.cvv-info:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: '';
  z-index: 4;
  width: 300px;
  height: 100px;
  background: rgba(255, 255, 255, 0.95);
  background-image: url(https://ver.ibraincollege.com/../images/verification/cvvex.png);
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 2px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  transition: .2s ease;
  opacity: 0;
  visibility: hidden;
}

.cvv-info:hover:after {
  opacity: 1;
  visibility: visible;
}

.field-card {
  flex: 1 1 100%;
}

.field-card:before {
  content: "lock";
  font-family: 'Material Icons';
  z-index: 1;
}

.field-card:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}

.field-card #frmCCNum {
  padding-left: 48px;
  background-image: url(../images/card-blank.png);
  background-size: 32px;
  background-position: 8px center;
  background-repeat: no-repeat;
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  .field-card #frmCCNum {
    background-size: 21.33333px;
  }
}

.field-card #frmCCNum.valid.amex {
  background-image: url(../images/card-amex.png);
}

.field-card #frmCCNum.valid.dankort {
  background-image: url(../images/card-dk.png);
}

.field-card #frmCCNum.valid.diners_club_carte_blanche {
  background-image: url(../images/card-diners.png);
}

.field-card #frmCCNum.valid.diners_club_international {
  background-image: url(../images/card-blank.png);
}

.field-card #frmCCNum.valid.discover {
  background-image: url(../images/card-discover.png);
}

.field-card #frmCCNum.valid.jcb {
  background-image: url(../images/card-jcb.png);
}

.field-card #frmCCNum.valid.maestro {
  background-image: url(../images/card-maestro.png);
}

.field-card #frmCCNum.valid.mastercard {
  background-image: url(../images/card-mastercard.png);
}

.field-card #frmCCNum.valid.visa {
  background-image: url(../images/card-visa.png);
}

.field-card #frmCCNum.valid.visa_electron {
  background-image: url(../images/card-visa_electron.png);
}

.field-cvv {
  flex: 1 4 100%;
  margin-inline-start: 5px;
}

.expiry_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.expiry_wrap > * {
  flex: 1 1 100%;
}

.expiry_wrap .expiry {
  margin-right: 5px;
}

.small-print {
  font-size: 12px;
  color: #ccc;
}

.reg-select {
  flex: 1;
  padding: 10px;
  background: rgba(0, 0, 0, 0.01);
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
}

.reg-select.active {
  box-shadow: none;
  background: #fff;
  font-weight: 700;
  color: #ff981a;
  cursor: unset;
}

.search_wrap {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
}

.search_wrap .search-submit {
  position: absolute;
  top: 0;
  right: 2px;
  width: 30px;
  height: 100%;
  background: transparent;
  box-shadow: none;
}

.search_wrap .search-submit:hover {
  box-shadow: none;
}

.search_wrap .search-submit:hover i {
  color: #000;
}

.search_wrap .search-submit i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
  color: #888;
}

@media (max-width: 768px) {
  .search_wrap .search-submit i {
    right: 10px;
  }
}

.alert-message,
.registration-error {
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 10px;
  padding: 5px;
  background: rgba(0, 204, 92, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 204, 92, 0.5);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  text-align: start;
  color: #00662e;
  color: #00cc5c;
}

.alert-message.alert-danger,
.registration-error.alert-danger {
  background: rgba(204, 7, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(204, 7, 0, 0.5);
  color: #660400;
}

.registration-error {
  background: rgba(204, 7, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(204, 7, 0, 0.5);
  color: #660400;
}

header {
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 0 10px;
  background: #fff;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
}

.wrapper-home header {
  position: fixed;
}

.wrapper-home header.header-up {
  transform: translateY(-80px);
  opacity: 0;
  transition: transform .5s ease-in-out, opacity 1s ease-in-out;
}

@media (max-width: 768px) {
  .wrapper-home header.header-up {
    transform: translateY(0);
    opacity: 1;
  }
}

.wrapper-home header.header-down {
  transition: .3s ease-in-out;
}

@media (max-width: 1024px) {
  header {
    padding: 5px 0 0;
  }
}

@media (max-width: 768px) {
  header {
    position: fixed;
    padding: 5px 0;
  }
}

header .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
}

@media (max-width: 1024px) {
  header .container {
    flex-direction: column;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  header .container {
    flex-direction: row;
    width: 100%;
  }
}

header .menu_wrap {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 768px) {
  header .menu_wrap {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  header .menu_wrap {
    position: absolute;
    top: 36px;
    left: -100%;
    height: 100vh;
    background: #fff;
    box-shadow: 0 -1px 0 0 #9ed0ff;
    transition: .2s ease-in;
  }
  header .menu_wrap.active {
    left: 0;
  }
}

header .user-menu {
  margin-left: auto;
}

header .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  white-space: nowrap;
}

@media (max-width: 768px) {
  header .menu {
    flex-direction: column;
    margin: 0 20px;
  }
  header .menu:first-child {
    padding-bottom: 20px;
    border-bottom: 1px solid #d1e9ff;
  }
}

header li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px;
  font-weight: 500;
  transition: .1s ease;
}

@media (max-width: 1024px) {
  header li {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  header li {
    margin-top: 30px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
  }
}

header li.tel {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 10px;
}

@media (max-width: 768px) {
  header li.tel {
    padding: 0;
  }
}

header li.tel div {
  line-height: 1.5;
}

@media (max-width: 768px) {
  header li.tel div {
    line-height: initial;
  }
}

header li.tel a:hover {
  color: #ff981a;
}

@media (max-width: 768px) {
  header li.tel a {
    color: #0586ff;
  }
}

header li.nav-link {
  cursor: pointer;
  position: relative;
}

header li.nav-link:before, header li.nav-link:after {
  content: "";
  display: block;
  position: absolute;
}

header li.nav-link:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 3px;
  background: #ff981a;
  transition: .5s ease;
  opacity: 0;
}

header li.nav-link:hover {
  color: #ff981a;
  opacity: .8;
}

header li.nav-link:hover:after {
  width: 100%;
  opacity: .8;
}

header li.active {
  font-weight: 900;
  color: #ff981a;
  cursor: default;
}

@media (max-width: 768px) {
  header li.active {
    color: #0586ff;
  }
}

header li.active:after {
  width: 100%;
  opacity: 1;
}

@media (max-width: 768px) {
  header li.active:after {
    opacity: 0;
  }
}

header li.active:hover {
  color: #ff981a;
}

@media (max-width: 768px) {
  header li.active:hover {
    color: #0586ff;
  }
}

header li.active:hover:after {
  opacity: 1;
}

@media (max-width: 768px) {
  header li.active:hover:after {
    opacity: 0;
  }
}

@media (max-width: 768px) {
  header .button_wrap:not(li) {
    margin-inline-start: auto;
    margin-inline-end: 5px;
  }
}

header .logo_wrap {
  margin-inline-end: 30px;
}

@media (max-width: 1024px) {
  header .logo_wrap {
    margin: auto;
  }
}

@media (max-width: 768px) {
  header .logo_wrap {
    margin-inline-start: 0;
  }
}

footer .logo_wrap {
  max-width: 300px;
}

.menu-toggle {
  width: 20px;
  height: 12px;
  margin: 0 10px;
}

.menu-toggle > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.menu-toggle span {
  position: relative;
  width: 100%;
  height: 2px;
  background: #210330;
  border-radius: 2px;
  transition: .2s ease-in-out;
}

.menu-toggle.menu-open {
  height: 20px;
}

.menu-toggle.menu-open span:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}

.menu-toggle.menu-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.menu-open span:nth-child(3) {
  top: -9px;
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .cancel_button {
    padding: 8px;
    font-size: 12px;
    white-space: nowrap;
  }
}

footer {
  padding: 40px;
  background: #fff;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  footer {
    padding: 20px;
  }
}

footer .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  footer .container {
    flex-direction: column;
  }
}

footer .container > p {
  padding: 20px 0;
  flex: 100%;
  font-size: 13px;
}

footer .row {
  margin-bottom: 20px;
}

footer .row:last-of-type {
  margin-bottom: 0;
}

footer .col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-inline-end: 40px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .col {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
}

footer .col:first-of-type {
  border-inline-end: 1px solid #d1e9ff;
}

@media (max-width: 768px) {
  footer .col:first-of-type {
    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #d1e9ff;
  }
}

footer .col:last-of-type {
  margin-inline-end: 0;
}

footer p {
  margin-bottom: 10px;
  font-size: 13px;
}

footer ul {
  width: fit-content;
}

@media (max-width: 768px) {
  footer ul {
    margin: 0;
  }
}

footer ul.flex_wrap li {
  flex: 0 1 auto;
  margin-inline-end: 10px;
  margin-bottom: 0;
  padding-inline-end: 10px;
  border-inline-end: 1px solid #ff981a;
  text-align: center;
}

footer ul.flex_wrap li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

@media (max-width: 768px) {
  footer ul.flex_wrap li {
    margin: 0 0 20px 0;
    padding: 0;
    border: 0;
    text-align: left;
  }
}

footer ul.contact {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  footer ul.contact {
    order: 2;
    width: 100%;
    margin: 20px 0 0;
    padding-top: 20px;
    border-top: 1px solid #d1e9ff;
  }
}

footer ul.contact a {
  white-space: nowrap;
}

footer li {
  margin-bottom: 10px;
  font-size: 13px;
  cursor: pointer;
}

footer li:hover a {
  text-decoration: underline;
  color: #ff981a;
}

footer .contact_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  footer .contact_wrap .terms-links_wrap {
    order: 1;
  }
}

footer .logo {
  margin-bottom: 20px;
}

.footer_title {
  margin-bottom: 10px;
  font-weight: bold;
}

.company {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: unset;
  font-size: 12px;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.page {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.page .container {
  max-width: 100%;
}

@media (max-width: 768px) {
  .page .container {
    margin: 0;
  }
}

.page .banner {
  position: relative;
  height: 20vh;
  padding: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.page .banner:before, .page .banner:after {
  content: "";
  display: block;
  position: absolute;
}

.page .banner:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .2s ease;
}

.page .banner:after {
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
}

@media (max-width: 1024px) {
  .page .banner {
    height: 10vh;
    background-position-x: left;
  }
}

.page .banner a {
  color: #ff981a;
  text-decoration: none;
}

.page .banner a:hover {
  color: #ff981a;
  text-decoration: underline;
}

.page .banner .page_title {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 2.5vh;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1024px) {
  .page .banner .page_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .page .banner .page_title h2 {
    font-size: 20px;
  }
}

.page .banner + .content_wrap {
  margin-top: -5vh;
}

@media (max-width: 1024px) {
  .page .banner + .content_wrap {
    margin-top: 0;
    padding: 20px 20px 0;
  }
}

@media (max-width: 768px) {
  .page .banner + .content_wrap {
    padding: 0;
  }
}

.page .content_wrap {
  max-width: 1200px;
  margin: 30px auto 0;
  padding-bottom: 1px;
}

@media (max-width: 768px) {
  .page .content_wrap {
    margin-top: 0;
  }
}

.page section {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .page section {
    width: 100%;
    padding: 0 10px;
    border-radius: 0;
  }
}

.page section.flex_wrap {
  padding: 0;
}

.page section.flex_wrap.panel {
  padding: 20px;
}

@media (max-width: 768px) {
  .page section.flex_wrap.panel {
    padding: 10px;
  }
}

.page section.flex_wrap .content {
  margin-inline-end: 20px;
}

.page section.flex_wrap .content:last-child {
  margin: 0;
}

@media (max-width: 768px) {
  .page section.flex_wrap .content {
    margin: 0 0 10px 0;
  }
}

.page p, .page li {
  line-height: 1.5;
}

.page p a, .page li a {
  text-decoration: none;
  color: #0586ff;
}

.page p a:hover, .page li a:hover {
  text-decoration: underline;
  color: #006cd1;
}

.page article {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d1e9ff;
}

@media (max-width: 768px) {
  .page article {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.page article:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.page .form_wrap {
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  overflow: hidden;
  height: fit-content;
  background: #fff;
}

@media (max-width: 768px) {
  .page .form_wrap {
    order: -1;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 0 40px 0;
  }
}

.page .form_title {
  margin-bottom: 30px;
}

.page .form_title > * {
  font-weight: 500;
}

.page .text p {
  margin-bottom: 5px;
  line-height: 1.2;
}

.page .text p:last-child {
  margin-bottom: 0;
}

.page .section_title {
  margin: 40px auto 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .page .section_title {
    margin: 20px 0;
  }
}

.page .section_title h5 {
  margin-bottom: 10px;
}

.page .content_title {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .page .content_title {
    margin: 10px;
  }
}

.page .activation_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0;
}

@media (max-width: 767px) {
  .page .activation_wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}

.page .key_wrap {
  position: relative;
  margin-inline-start: 20px;
  box-shadow: 0 0 0 1px #d1e9ff;
  border-radius: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 767px) {
  .page .key_wrap {
    width: 100%;
    margin: 10px 0 0;
    font-size: 12px;
  }
}

.page #userKey {
  z-index: 2;
  min-width: 200px;
  padding: 10px 15px;
  background: black;
  border-radius: 4px 0 0 4px;
}

@media (max-width: 767px) {
  .page #userKey {
    width: 100%;
  }
}

.page .copy-key {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 2;
  margin-inline-start: auto;
  padding: 10px;
  border-inline-start: 1px solid #d1e9ff;
  background: #fff;
  box-shadow: none;
  border-radius: 0 4px 4px 0;
  color: #0586ff;
  cursor: pointer;
  transition: .2s ease;
}

.page .copy-key:hover {
  background: #ebf5ff;
}

.page .copy-key i {
  margin-inline-end: 5px;
  font-size: 120%;
}

.page .text-copied {
  position: absolute;
  right: 0;
  z-index: 1;
  background: #210330;
  color: #fff;
  padding: 2px 5px;
  font-size: 12px;
  border-radius: 5px;
  opacity: 0;
}

.page .text-copied.active {
  top: -26px;
  opacity: 1;
  animation: copied 3s ease;
}

@keyframes copied {
  0% {
    top: 0;
    opacity: 0;
  }
  20%, 90% {
    top: -26px;
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}

.page .tel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

.page .tel > span {
  margin-bottom: 10px;
}

.page .tel a {
  white-space: nowrap;
}

.support_page .form_wrap,
.registration_page .form_wrap {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.support_page .form,
.registration_page .form {
  padding: 20px;
}

/*=-=-=-=--=-=-=-=-=
| registration page |
-=-=-=-=-=-=-=-=-=-*/
.registration_page .banner {
  background-image: url(../images/banner_register2.jpg);
}

.registration_page .ssl_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  border-top: 1px solid #d1e9ff;
  text-align: center;
}

.registration_page .ssl_wrap p {
  font-size: 12px;
}

.registration_page .ssl {
  width: 200px;
  margin: 10px 0;
}

.registration_page h4 {
  line-height: 1.5;
  font-weight: 600;
}

.registration_page h4 b {
  font-style: italic;
}

.registration_page form button {
  margin: auto;
}

.signup-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 10px 0;
}

.signup-list li:last-child {
  margin-bottom: 0;
}

.signup-list .icon {
  width: 40px;
  margin: 0 10px 0 0;
  filter: hue-rotate(200deg);
}

/*===============
|  dashboard page  |
=================*/
.dashboard_page .panel {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .dashboard_page .panel {
    margin-bottom: 10px;
  }
}

.dashboard_page .panel:last-child {
  margin-bottom: 0;
}

.dashboard_page .panel h4 {
  font-weight: 600;
}

.dashboard_page .card {
  padding: 20px;
}

.dashboard_page .card p {
  line-height: 1.5;
}

@media (max-width: 768px) {
  .dashboard_page .content_title {
    margin-left: 0;
  }
}

.dashboard_page .download .prod_image {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  margin-inline-end: 50px;
}

@media (max-width: 767px) {
  .dashboard_page .download .prod_image {
    order: 2;
    width: 60%;
    min-width: 60%;
    max-width: 60%;
    margin: 20px auto 0;
  }
}

@media (max-width: 767px) {
  .dashboard_page .download .text {
    order: 1;
  }
}

.dashboard_page .download .download_text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d1e9ff;
}

@media (max-width: 767px) {
  .dashboard_page .download .download_text {
    flex-direction: column;
    text-align: center;
  }
}

.dashboard_page .download .download_text .title {
  margin-inline-end: 30px;
}

@media (max-width: 767px) {
  .dashboard_page .download .download_text .title {
    margin: 0;
  }
}

.dashboard_page .download .download_text .ProductName {
  color: #ff981a;
}

@media (max-width: 767px) {
  .dashboard_page .download .download_text .download_btn {
    margin: 20px auto 0;
  }
}

.dashboard_page .download .download_text .mobile-text {
  margin-top: 20px;
}

.dashboard_page .download .instructions {
  margin: 20px 0 40px;
  line-height: 1.2;
}

.dashboard_page .download .instructions .col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}

.dashboard_page .download .instructions .col:before, .dashboard_page .download .instructions .col:after {
  content: "";
  display: block;
  position: absolute;
}

.dashboard_page .download .instructions .col:last-child {
  margin: 0;
}

.dashboard_page .download .instructions .col:before {
  position: relative;
  width: 40px;
  margin-inline-end: 10px;
  font-family: 'Material Icons';
  font-size: 40px;
}

.dashboard_page .download .instructions .col:nth-child(1):before {
  content: 'cloud_download';
}

.dashboard_page .download .instructions .col:nth-child(2):before {
  content: 'folder_open';
}

.dashboard_page .download .instructions .col:nth-child(3):before {
  content: 'settings';
}

.dashboard_page .error {
  color: #cc0700;
}

.dashboard_page #countdown {
  margin-bottom: 20px;
  color: #cc0700;
}

.dashboard_page .get-more {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .dashboard_page .get-more {
    margin-top: 30px;
  }
}

.dashboard_page .get-more button {
  margin-inline-start: 30px;
}

@media (max-width: 767px) {
  .dashboard_page .get-more button {
    margin: 20px 0 0;
  }
}

.dashboard_page .cc-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.dashboard_page .cc-details #accountCCCard {
  width: 45px;
  height: 30px;
  margin-inline-end: 10px;
  box-shadow: 0 0 0 1px #d1e9ff;
  background-color: black;
  border-radius: 4px;
  background-image: url(../images/card-blank.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.dashboard_page .cc-details #accountCCCard.amex {
  background-image: url(../images/card-amex.jpg);
}

.dashboard_page .cc-details #accountCCCard.dankort {
  background-image: url(../images/card-dk.jpg);
}

.dashboard_page .cc-details #accountCCCard.diners_club_carte_blanche {
  background-image: url(../images/card-diners.jpg);
}

.dashboard_page .cc-details #accountCCCard.diners_club_international {
  background-image: url(../images/card-diners.jpg);
}

.dashboard_page .cc-details #accountCCCard.discover {
  background-image: url(../images/card-discover.jpg);
}

.dashboard_page .cc-details #accountCCCard.jcb {
  background-image: url(../images/card-jcb.jpg);
}

.dashboard_page .cc-details #accountCCCard.maestro {
  background-image: url(../images/card-maestro.jpg);
}

.dashboard_page .cc-details #accountCCCard.mastercard {
  background-image: url(../images/card-mastercard.jpg);
}

.dashboard_page .cc-details #accountCCCard.visa {
  background-image: url(../images/card-visa.jpg);
}

.dashboard_page .cc-details #accountCCCard.visa_electron {
  background-image: url(../images/card-visaelectron.jpg);
}

.dashboard_page .billing-details {
  margin-top: 20px;
}

.dashboard_page .cancel_button {
  margin: 30px 0;
}

.dashboard_page .form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 100;
  max-width: 400px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.dashboard_page .form .close {
  position: absolute;
  right: 2px;
  top: 2px;
  font-size: 16px;
  opacity: 0.5;
  cursor: pointer;
}

.dashboard_page .form .close:hover {
  opacity: 1;
}

/*===============
|  prices page  |
=================*/
.pricing_page .banner {
  background-image: url(../images/banner_pricing2.jpg);
}

.pricing_page .content_wrap {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.prices {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  padding: 20px;
}

@media (max-width: 768px) {
  .prices {
    display: flex;
    flex-direction: column;
  }
}

.price-box {
  position: relative;
  max-width: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.price-box:last-child {
  margin: 0;
}

@media (max-width: 768px) {
  .price-box {
    max-width: 100%;
    margin: 0 0 20px;
  }
  .price-box:last-child {
    margin-bottom: 0;
  }
}

.price-box .content {
  position: relative;
}

.price-box .offer {
  display: none;
  position: absolute;
  top: 45%;
  right: -30%;
  transform-origin: top right;
  transform: rotate(45deg);
  width: 100%;
  padding: 5px;
  background: #ff981a;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.price-box .price-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d1e9ff;
  font-weight: 400;
  text-align: center;
}

.price-box .price-title span {
  font-size: 150%;
  font-weight: 700;
}

.price-box.featured {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 152, 26, 0.5);
}

.price-box.featured .offer {
  display: block;
}

.price-box.featured .price-title {
  text-align: start;
}

.price-box.featured .price-title span {
  color: #ff981a;
}

.price-box .price-num {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: flex-start;
  font-size: 18px;
  line-height: 1;
}

.price-box .symbol {
  margin-top: 6px;
  font-weight: 700;
}

.price-box .symbol label {
  font-size: inherit;
  font-weight: 700;
}

.price-box .amount_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
}

.price-box .amount {
  font-size: 300%;
  font-weight: 700;
  letter-spacing: -2px;
}

.price-box .text {
  display: none;
}

.price-box p {
  font-size: 12px;
  line-height: 1 !important;
  text-align: center;
}

.price-box button {
  margin: 20px auto;
  font-size: 13px;
}

/*===============
|  products page  |
=================*/
.products_page .banner {
  background-image: url(../images/banner_products2.jpg);
}

.prod_wrap {
  flex-wrap: wrap;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .prod_wrap {
    flex-direction: column;
  }
}

.prod_wrap .col {
  width: 33%;
  min-width: 33%;
  max-width: 33%;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 768px) {
  .prod_wrap .col {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .prod_wrap .col {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

.prod_wrap .col button {
  margin-top: 20px;
}

.faq-cat-links {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: auto;
}

.faq-cat-links .col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex: 0 1 auto;
  padding: 10px;
  margin-inline-end: 20px;
  padding: 20px 10px;
  box-shadow: inset 0 -1px 0px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: .2s ease;
  cursor: pointer;
}

.faq-cat-links .col:last-child {
  margin: 0;
}

.faq-cat-links .col:hover {
  box-shadow: inset 0 -1px 0px 2px #420561;
}

@media (max-width: 768px) {
  .faq-cat-links .col {
    width: 70%;
    margin: 0 auto 20px;
  }
  .faq-cat-links .col:last-child {
    margin: 0 auto;
  }
}

.faq-cat-links .col i {
  margin-inline-end: 5px;
}

.faq-cat-links .text {
  margin-top: 20px;
  text-align: center;
}

.banner .faq-cat-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px auto;
}

.banner .faq-cat-links .col {
  background: transparent;
  box-shadow: 0 0 0 1px #ff981a;
  color: #ff981a;
}

.banner .faq-cat-links .col:hover {
  background: #ff981a;
  color: #210330;
}

.banner .text {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  text-align: center;
  color: #fff;
}

.banner .text a {
  color: #ff981a;
}

/*=-=-=-=--=-=-
| support page |
-=-=-=-=-=-=-=-*/
.page.support_page {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: auto;
}

.page.support_page .banner {
  background-image: url(../images/banner_support2.jpg);
}

.page.support_page .panel {
  padding: 20px;
}

.page.support_page .cols_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.page.support_page .col {
  -webkit-box-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

@media (max-width: 768px) {
  .page.support_page .icons_wrap .flex_wrap {
    flex-direction: row;
  }
}

.page.support_page .icons_wrap .icon {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  margin-inline-end: 10px;
}

.page.support_page .content_title {
  text-align: center;
}

.page.support_page .contact {
  flex-direction: column;
}

.page.support_page .contact ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .page.support_page .contact ul {
    flex-direction: column;
    width: fit-content;
    margin: 0 auto;
  }
}

.page.support_page .contact li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-direction: column;
  text-align: center;
}

@media (max-width: 768px) {
  .page.support_page .contact li {
    flex-direction: row;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b83df5;
    text-align: left;
  }
}

.page.support_page .contact li:last-child {
  margin: 0;
}

@media (max-width: 768px) {
  .page.support_page .contact li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
  }
}

.page.support_page .contact li:last-child {
  margin-bottom: 0;
}

.page.support_page .contact li figure {
  width: 30px;
  height: 30px;
  margin: 0 auto 10px;
}

@media (max-width: 768px) {
  .page.support_page .contact li figure {
    margin: 0;
    margin-inline-end: 20px;
  }
}

.page.support_page .contact li figure:before {
  font-size: 30px;
  line-height: 1;
  color: #420561;
}

.page.support_page .contact li:nth-child(1) figure:before {
  content: "mail_outline";
  font-family: 'Material Icons';
  z-index: 1;
}

.page.support_page .contact li:nth-child(2) figure:before {
  content: "phone";
  font-family: 'Material Icons';
  z-index: 1;
}

.page.support_page .contact li:nth-child(3) figure:before {
  content: "chat_bubble_outline";
  font-family: 'Material Icons';
  z-index: 1;
}

/*=-=-=-=--=-=-
| faq page |
-=-=-=-=-=-=-=-*/
.page.faq_page .banner {
  height: auto;
  background-image: url(../images/banner_faq.jpg);
  background-position-x: left;
}

.page.faq_page .banner + .content_wrap {
  margin-top: 0;
  padding-top: 30px;
}

@media (max-width: 768px) {
  .page.faq_page .banner + .content_wrap {
    padding-top: 0;
  }
}

.page.faq_page .banner .page_title {
  position: relative;
  top: initial;
  left: initial;
  transform: none;
}

.page.faq_page .panel {
  padding: 20px;
}

@media (max-width: 768px) {
  .page.faq_page .panel {
    padding: 0;
  }
}

.questions_wrap article:last-of-type .faq_wrap:last-child {
  border: 0;
}

.questions_wrap .list_wrap {
  margin-bottom: 20px;
}

.questions_wrap .list_wrap:last-of-type {
  margin-bottom: 0;
}

.questions_wrap h6 {
  margin: 20px 0 10px;
}

.questions_wrap ul {
  counter-reset: counter;
}

.questions_wrap li {
  margin-bottom: 10px;
}

.questions_wrap li:before {
  margin-right: 5px;
  counter-increment: counter;
  content: counter(counter) ".";
  text-align: right;
}

.questions_wrap li:last-of-type {
  margin-bottom: 0;
}

.questions_wrap .screenshot {
  overflow: hidden;
  max-width: 800px;
  margin-top: 20px;
  border-radius: 6px;
}

.faq_wrap {
  position: relative;
  border-bottom: 2px solid rgba(33, 3, 48, 0.2);
  transition: .2s ease;
}

@media (max-width: 767px) {
  .faq_wrap {
    width: 100%;
    max-width: 100%;
  }
}

.faq_wrap .question {
  padding: 20px 0;
  cursor: pointer;
}

.faq_wrap .question:before {
  content: "expand_more";
  font-family: 'Material Icons';
  z-index: 1;
}

.faq_wrap .question:hover {
  color: #420561;
}

.faq_wrap .question:before {
  position: absolute;
  right: 10px;
  font-size: 150%;
  font-weight: 100;
  transition: .1s ease;
}

@media (max-width: 768px) {
  .faq_wrap .question {
    width: 80%;
    padding: 10px;
  }
}

.faq_wrap .answer {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: opacity .1s ease;
}

.faq_wrap .answer p {
  margin-bottom: 10px;
}

.faq_wrap.active {
  border: 0;
  background: rgba(33, 3, 48, 0.05);
}

.faq_wrap.active .question {
  margin-left: 20px;
  padding-bottom: 10px;
  font-weight: bold;
  cursor: default;
}

@media (max-width: 768px) {
  .faq_wrap.active .question {
    margin-left: 10px;
  }
}

.faq_wrap.active .question:hover {
  color: #210330;
}

.faq_wrap.active .question:before {
  content: 'expand_less';
}

.faq_wrap.active .question > p {
  font-weight: 700;
}

.faq_wrap.active .answer {
  height: auto;
  margin: 0;
  padding: 0 20px 20px;
  opacity: 1;
}

.active .list_title {
  margin: 20px 0;
}

section.search-results_wrap {
  margin-bottom: 20px;
  padding: 20px;
}

section.search-results_wrap article.no-results {
  margin: 0;
  padding: 0;
  border: 0;
}

section.search-results_wrap article.no-results b {
  color: #cc0700;
}

section.search-results_wrap article.results-outcome {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

section.search-results_wrap article.results-outcome b {
  font-style: italic;
  color: #420561;
}

.search-result:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.search-result .question {
  margin-bottom: 20px;
}

.search-result .question p {
  font-weight: 700;
}

/*============== 
|   helpers    |
===============*/
.flex_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex_wrap > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 768px) {
  .flex_wrap {
    flex-direction: column;
  }
}

.row {
  width: 100%;
  margin: 0;
}

.card {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}

/*================ 
|   overrides    |
=================*/
.clear {
  clear: both;
}

.hide {
  display: none !important;
}

.hide-desktop {
  display: none;
}

@media (max-width: 768px) {
  .hide-desktop {
    display: block;
  }
}

@media (max-width: 1024px) {
  .hide-tablet-h {
    display: none;
  }
}

@media (max-width: 768px) {
  .hide-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-tablet {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

/*================ 
|   overrides    |
=================*/
.clear {
  clear: both;
}

.hide {
  display: none !important;
}

.hide-desktop {
  display: none;
}

@media (max-width: 768px) {
  .hide-desktop {
    display: block;
  }
}

@media (max-width: 1024px) {
  .hide-tablet-h {
    display: none;
  }
}

@media (max-width: 768px) {
  .hide-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-tablet {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
