/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}img,embed,iframe,object,video{height:auto;max-width:100%}audio{max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}

@font-face {
  font-family: 'albbweb';
  font-style: normal;
  font-weight: normal;
  src: local(''),
       url('../fonts/alibaba/Alibaba-Regular.woff') format('woff'); 
}

@font-face {
  font-family: 'albbweb';
  font-style: normal;
  font-weight: bold;
  src: local(''),
       url('../fonts/alibaba/Alibaba-Bold.woff') format('woff'); 
}

@font-face {
  font-family: 'albbweb';
  font-style: normal;
  font-weight: 800;
  src: local(''),
       url('../fonts/alibaba/Alibaba-Black.woff') format('woff'); 
}

html, body {
  height: 100%;
  min-height: 100%;
  /*background-color: #EEE;*/
  /*background-color: var(--brand-pri);*/
}

body {
  font-size: 100%;
  font-family: "albbweb", Tahoma, "Ubuntu", Arial;
  overflow-x: hidden;
  line-height: normal;
  word-wrap: break-word;
  background: url(../images/b-bg-5.jpg) no-repeat;
  background-size: cover;
}

a {
  text-decoration: none;
  transition: color .2s ease-in-out;
}

button {
  border: none;
  /*transition: all .2s ease-in-out;*/
}

.hidden {
  display: none !important;
  visibility: hidden; }

input,
select,
textarea,
button {
  font-family: "albbweb", Tahoma, "Ubuntu", Arial; }

/* --- */

:root {
  --brand-pri: #fdb913;
  --brand-sec: #0078dc;
  --brand-sec-dark: #005b99;
  --brand-sec-light: #C9E3F8;
  --brand-ter: #674fbf;
  --red: #c62828;
}

.text-link {
  color: var(--brand-sec);
  cursor: pointer;
  margin: 1em .5em;
  padding: 1em 1em;
  font-size: 1.2rem;
  display: inline-block;
  background-color: transparent;
  transition: all .2s ease-in-out;
}

.text-link:hover {
  color: var(--brand-sec-dark);
}

.text-link:disabled, .text-link:disabled:hover {
  opacity: .3;
  cursor: auto;
  color: var(--brand-sec-dark);
}

.button {
  color: black;
  cursor: pointer;
  margin: 1em .5em;
  padding: 1em 2em;
  font-size: 1rem;
  line-height: 18px;
  font-weight: bold;
  border-radius: 30px;
  display: inline-block;
  border: 2px solid black;
  box-shadow: 0 6px 0 0 black,
              0 10px 2px 0 #00000015;
  transition: all .1s ease-in-out;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .6);
  background-color: var(--brand-pri);
  background: linear-gradient(0deg, rgba(221,160,10,1) 0%, rgba(255,213,110,1) 100%);
}

.button:hover {
  transform: translateY(6px);
  box-shadow: 0 0 0 0 black,
              0 4px 2px 0 #00000015;
}

.button.secondary {
  background: white;
}

.button:disabled, .button:disabled:hover {
  opacity: .3;
  cursor: auto;
  background-color: var(--brand-sec-dark);
}

.button b {
  font-size: .8em;
  font-weight: normal;
}

.button .button-label {
  vertical-align: middle;
  display: inline-block;
}

.button i {
  font-size: 1.5em;
  display: inline-block;
  vertical-align: middle;
}

.button i:nth-child(2) {
  padding-right: 10px;
}

.button i:nth-child(1) {
  padding-left: 10px;
}

.button-wrap {
  margin: 0 -0.5em;
}

@keyframes ticking-left {
  0%   {border-right-color: var(--brand-sec-light);}
  33% {border-right-color: var(--brand-sec);}
  100% {border-right-color: var(--brand-sec-light);}
}

.button-wrap .chev:nth-of-type(1) {animation-delay: -.6s;}
.button-wrap .chev:nth-of-type(2) {animation-delay: -.4s;}
.button-wrap .chev:nth-of-type(3) {animation-delay: -.2s;}


.button-wrap .chev.right {
  animation: ticking-right 2s ease-in-out infinite;
}

@keyframes ticking-right {
  0%   {border-left-color: var(--brand-sec-light);}
  20% {border-left-color: var(--brand-sec);}
  100% {border-left-color: var(--brand-sec-light);}
}

.button-wrap .chev:nth-of-type(4) {animation-delay: -.2s;}
.button-wrap .chev:nth-of-type(5) {animation-delay: -.4s;}
.button-wrap .chev:nth-of-type(6) {animation-delay: -.6s;}


/* --- */

.input {
  outline: 0;
  width: 100%;
  color: black;
  border: none;
  padding: 1em 2em;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  background-color: white;
  border: 1px solid #BEC6CC;
  transition: all .2s ease-in-out;
  font-feature-settings: "ss01";
}

.input.error {
  color: var(--red);
  border-color: var(--red);
}

.error-message {
  display: block;
  font-size: 1em;
  padding: 1em 0 0;
  color: var(--red);
}

/* --- */

.content-box {
  position: relative;
  text-align: center;
}

.content-box h1 {
  font-weight: 800;
}

.content-box h2 {
  font-weight: bold;
  color: #888;
}

.content-box p {
  color: black;
}


/* --- */

header {
  top: 0;
  width: 100%;
  z-index: 40;
  height: 65px;
  position: absolute;
  background-color: #fff;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, .08);
}

header img {
  margin: 5px 20px;
  height: 55px;
}

header img:first-child {
  float: right;
}

header img:last-child {
  float: left;
}

.wrapper {
  width: 100%;
  display: flex;
  direction: rtl;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.content-wrap {
  width: 100%;
}

.content-self {
  z-index: 1;
  margin: auto;
  display: block;
  font-size: 1em;
  max-width: 60em;
  padding: 2em 2em 0;
  text-align: center;
  position: relative;
}

content {
  height: auto;
  padding-top: 60px;
  background-position: top right, top left, bottom left, bottom right;
  background-repeat: no-repeat;
  background-size: 40%;
  /*background-color: var(--brand-pri);*/
}


/* --- */

@media (max-width: 800px) {
  body {
    font-size: 85%;
  }
}

@media (max-width: 620px) {

  body {
    font-size: 60%;
    /*background: white;*/
  }

  header {
    height: 50px;
  }

  header img {
    margin: 2px 20px;
    height: 45px;
  }

  .button {
    font-size: .7rem;
    padding: 1em 1.5em;
    border: 2px solid black;
  }

  .button i {
    padding-right: 3px;
  }

  .button b {
    display: none;
  }

  header img:last-child{
    display: none;
  }

}

