/*Variables*/
/*COLORS*/
/* base variables */
/* body */
/* base fonts */
/*ANIMATIONS*/
/*MEDIA QUERY*/
/*--------- font-face ---------*/
@font-face {
  font-family: 'CeraCY-Black';
  src: url("../../fonts/CeraCY-Black.eot");
  src: url("../../fonts/CeraCY-Black.eot") format("embedded-opentype"), url("../../fonts/CeraCY-Black.woff") format("woff"), url("../../fonts/CeraCY-Black.ttf") format("truetype"), url("../../fonts/CeraCY-Black.svg#CeraCY-Black") format("svg");
  font-weight: normal; }

@font-face {
  font-family: 'Cera-Bold';
  src: url("../../fonts/Cera-Bold.eot");
  src: url("../../fonts/Cera-Bold.eot") format("embedded-opentype"), url("../../fonts/Cera-Bold.woff") format("woff"), url("../../fonts/Cera-Bold.ttf") format("truetype"), url("../../fonts/Cera-Bold.svg#Cera-Bold") format("svg");
  font-weight: normal; }

@font-face {
  font-family: 'CeraCY-Regular';
  src: url("../../fonts/CeraCY-Regular.eot");
  src: url("../../fonts/CeraCY-Regular.eot") format("embedded-opentype"), url("../../fonts/CeraCY-Regular.woff") format("woff"), url("../../fonts/CeraCY-Regular.ttf") format("truetype"), url("../../fonts/CeraCY-Regular.svg#CeraCY-Regular") format("svg");
  font-weight: normal; }

@font-face {
  font-family: 'CeraProBlackItalic';
  src: url("../../fonts/CeraProBlackItalic.eot");
  src: url("../../fonts/CeraProBlackItalic.eot") format("embedded-opentype"), url("../../fonts/CeraProBlackItalic.woff") format("woff"), url("../../fonts/CeraProBlackItalic.ttf") format("truetype"), url("../../fonts/CeraProBlackItalic.svg#CeraProBlackItalic") format("svg");
  font-weight: normal; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img, iframe {
  border: 0; }

ul, nav {
  list-style: none; }

input:focus, button:focus, a:focus, textarea:focus, select:focus {
  outline: none !important; }

textarea {
  resize: none; }

html, body {
  height: 100%;
  min-height: 100%; }

body {
  font-family: "CeraCY-Regular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: normal;
  background: #ffffff;
  min-width: 320px;
  color: #24252c;
  margin: 0;
  overflow-x: hidden; }

section {
  max-width: 100%; }

a {
  color: #24252c;
  text-decoration: none; }

a:hover, a:active, a:focus {
  text-decoration: none;
  color: #4bbc85; }

a img {
  border: none; }

img {
  max-width: 100%;
  border-style: none; }

noscript div {
  position: relative;
  top: 0;
  background: #fff;
  z-index: 77777;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  padding: 50px;
  border: 3px solid red;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #707070; }

noscript div a {
  text-decoration: underline;
  color: blue; }

input,
textarea,
select {
  vertical-align: middle;
  color: #24252c; }

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type="text"],
input[type="file"],
input[type="password"],
input[type="submit"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

input[type="email"] {
  box-shadow: none;
  -webkit-box-shadow: none; }

input[type="image"] {
  padding: 0;
  border: none; }

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="submit"],
input[type="button"] {
  cursor: pointer; }

input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

button:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

button {
  cursor: pointer; }

p {
  max-width: 100%;
  margin: 0; }

p, span, label, h1, h2, h3, h4, h5, h6, b, strong, i, em {
  max-width: 100%;
  word-wrap: break-word; }

div {
  word-wrap: break-word; }

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

@font-face {
  font-family: "Icons";
  src: url("../../fonts/Icons.eot");
  src: url("../../fonts/Icons.eot?#iefix") format("eot"), url("../../fonts/Icons.woff") format("woff"), url("../../fonts/Icons.ttf") format("truetype"), url("../../fonts/Icons.svg#Icons") format("svg"); }

html {
  -webkit-tap-highlight-color: transparent; }

b,
strong {
  font-weight: normal;
  font-family: 'Cera-Bold','Arial','Helvetica Neue','Helvetica',sans-serif; }

img {
  vertical-align: top; }

.mark-txt {
  color: #1e8449; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important; }

.clearfix:before,
.container:before,
.clearfix:after,
.container:after {
  display: table;
  content: " "; }

.clearfix:after,
.container:after {
  clear: both; }

body:not(.mobile) ::-webkit-scrollbar, body:not(.mobile)::-webkit-scrollbar {
  width: 5px; }

body:not(.mobile) ::-webkit-scrollbar:horizontal, body:not(.mobile)::-webkit-scrollbar:horizontal {
  height: 5px; }

body:not(.mobile) ::-webkit-scrollbar-thumb, body:not(.mobile)::-webkit-scrollbar-thumb {
  width: 5px;
  border-color: transparent;
  background: #4bbc85; }

body:not(.mobile) ::-webkit-scrollbar-thumb:hover, body:not(.mobile)::-webkit-scrollbar-thumb:hover {
  border-width: 1px 1px 1px 2px;
  border-color: transparent;
  background: #4bbc85; }

body:not(.mobile) ::-webkit-scrollbar-track, body:not(.mobile)::-webkit-scrollbar-track {
  border-width: 0; }

body:not(.mobile) ::-webkit-scrollbar-track-piece, body:not(.mobile)::-webkit-scrollbar-track-piece {
  background: #cecece; }

body {
  max-width: 100%; }

body.noscroll {
  overflow: hidden; }

noscript {
  position: fixed;
  top: 0;
  background: #C4C4C4;
  font-size: 14px;
  width: 100%;
  z-index: 9999999;
  text-align: center; }

noscript a {
  color: red;
  text-decoration: underline; }

noscript a:hover {
  text-decoration: none; }

input,
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.hidden {
  display: none; }

@media only screen and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; } }

.visible-xs {
  display: none !important; }
  @media only screen and (max-width: 599px) {
    .visible-xs {
      display: block !important; } }

@media only screen and (max-width: 599px) {
  .hidden-xs {
    display: none !important; } }

.wrapper {
  min-height: 100%;
  position: relative;
  max-width: 100%; }

.container {
  width: 1205px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

[class*="col"] {
  padding-right: 15px;
  padding-left: 15px; }

.flex-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.middle-xs {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

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

.center-xs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

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

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

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

.tt-upp {
  text-transform: uppercase; }

header {
  padding: 30px 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 555;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }
  header.fixed {
    padding: 10px 0;
    background: white;
    -webkit-box-shadow: 0 0px 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 3px 5px rgba(0, 0, 0, 0.1); }

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

.logo {
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #24252c; }
  .logo img {
    margin-bottom: 5px;
    width: 307px;
    height: 40px; }
  .logo span {
    display: block;
    /* padding-left: 15px; */
    padding-left: 3px;
	font-size: 12px;
	text-transform: uppercase; }

.header-right a:not(.btn) {
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.45px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }

.header-right .btn {
  margin-left: 40px; }

.laung-nav {
  margin-left: 30px;
  cursor: pointer;
  position: relative; }

.laung-toggle {
  display: block;
  /* width: 70px; */
  min-width: 130px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #dddddd;
  padding: 0 20px 0 10px;
  position: relative; }
  .laung-toggle:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 2.5px 0 2.5px;
    border-color: #4bbc85 transparent transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 15px;
    z-index: 5;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }

.laung-nav:hover .laung-toggle:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.drop-laung {
  pointer-events: none;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
  z-index: 55;
  opacity: 0;
  left: 0;
  min-width: 70px;
  visibility: hidden;
  text-align: left;
  -webkit-transition: all 1s cubic-bezier(0, 0.38, 0.32, 1.03);
  -o-transition: all 1s cubic-bezier(0, 0.38, 0.32, 1.03);
  transition: all 1s cubic-bezier(0, 0.38, 0.32, 1.03); }

.drop-laung ul {
  min-width: 70px;
  background: white;
  border: 1px solid #dddddd;
  display: block; }

.drop-laung li {
  padding: 5px 15px;
  margin: 0 !important; }

.drop-laung li a {
  color: #2f2b34;
  font-size: 16px; }

.drop-laung li a:hover {
  color: #eb4244; }

.laung-nav:hover .drop-laung {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

.btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #4bbc85;
  font-family: 'CeraCY-Black','Arial','Helvetica Neue','Helvetica',sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }
  .btn:hover {
    color: #fff;
    background: #3a9a6b; }
  .btn--red {
    position: relative;
    width: 370px;
    padding: 0 10px;
    max-width: 100%;
    height: 70px;
    line-height: 70px;
    background: #eb4244;
    font-size: 30px;
    letter-spacing: 2.25px; }
    .btn--red:hover {
      background: #e2181a; }
    .btn--red:before {
      content: '';
      z-index: -1;
      position: absolute;
      height: 10px;
      top: 100%;
      left: 10px;
      right: 10px;
      background: rgba(0, 0, 0, 0.11); }

.first-section {
  max-width: 100%;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#e2e9ef));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e2e9ef 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e2e9ef 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e2e9ef 100%);
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 171px;
  padding-bottom: 100px; }
  .first-section .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.first-left {
  width: 525px;
  max-width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.first-right {
  margin-left: -22px;
  margin-top: -35px;
  width: calc(100% - 526px);
  opacity: 0;
  -webkit-transition: all 0.5s ease 0.2s;
  -o-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s; }
  .first-right img {
    max-width: none; }

.loaded .first-left, .loaded .first-right {
  opacity: 1; }

.first-heading {
  margin-bottom: 55px;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 1.25px;
  font-family: 'CeraCY-Black','Arial','Helvetica Neue','Helvetica',sans-serif; }
  .first-heading p {
    margin-top: 15px;
    letter-spacing: 0.03em;
    font-size: 24px;
    font-family: 'CeraCY-Regular','Arial','Helvetica Neue','Helvetica',sans-serif; }
  .first-heading .red {
    color: #eb4244; }
  .first-heading .green {
    color: #4bbc85; }

.first-left-info {
  width: 420px;
  max-width: 100%;
  margin: 0 auto;
  padding: 56px 0 0;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.03em; }
  .first-left-info p {
    margin-bottom: 20px; }
  .first-left-info b {
    letter-spacing: 0.03em; }
  .first-left-info .small {
    font-size: 14px;
    letter-spacing: 0.35px;
    line-height: 1.2;
    padding-top: 32px; }

.second-section {
  padding: 86px 0 135px;
  overflow: hidden; }
  .second-section .heading-section p {
    letter-spacing: 0.01em; }

.heading-section {
  margin-bottom: 77px;
  font-family: 'CeraCY-Black','Arial','Helvetica Neue','Helvetica',sans-serif;
  font-size: 48px;
  letter-spacing: 2.4px;
  color: #4bbc85;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .heading-section p {
    width: 680px;
    max-width: 100%;
    margin: 25px auto 0;
    display: block;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #24252c;
    font-family: 'CeraCY-Regular','Arial','Helvetica Neue','Helvetica',sans-serif;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.5s ease 0.2s;
    -o-transition: all 0.5s ease 0.2s;
    transition: all 0.5s ease 0.2s; }
  .heading-section.visible {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
    .heading-section.visible p {
      opacity: 1;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }

.our-adv-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px 66px;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .our-adv-row.visible {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .our-adv-row:last-child {
    margin-bottom: 0; }

.our-adv-item {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .our-adv-item img {
    max-width: 60px; }

.our-adv-info {
  width: calc(100% - 85px);
  padding-left: 10px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  line-height: 1.5;
  letter-spacing: 0.45px; }
  .our-adv-info b {
    display: block;
    margin-bottom: 10px;
    font-family: 'CeraCY-Black','Arial','Helvetica Neue','Helvetica',sans-serif;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 1px; }

.third-section {
  padding: 0 0 87px;
  background: #e2e9ef; }

.third-section__heading {
  margin: 86px 0 38px;
  font-size: 60px;
  font-family: 'CeraCY-Black','Arial','Helvetica Neue','Helvetica',sans-serif;
  letter-spacing: 3px;
  color: #4bbc85;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .third-section__heading span {
    color: #eb4244; }
  .third-section__heading.visible {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }

.third-section-list {
  width: 564px;
  margin: 0 auto;
  max-width: 100%; }

.third-section-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  padding-bottom: 40px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.45px;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .third-section-list-item b {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.25; }
  .third-section-list-item span {
    width: 75px;
    position: relative;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 1.5px;
    color: #eb4244;
    font-family: 'CeraProBlackItalic','Arial','Helvetica Neue','Helvetica',sans-serif; }
    .third-section-list-item span:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 15px;
      margin-right: 16px;
      width: 1px;
      background: #eb4244;
      height: 0;
      -webkit-transition: all 0.8s ease;
      -o-transition: all 0.8s ease;
      transition: all 0.8s ease; }
  .third-section-list-item.visible {
    opacity: 1; }
    .third-section-list-item.visible span:after {
      height: 100px; }
  .third-section-list-item:last-of-type span:after {
    content: none; }

.list-info {
  width: 285px;
  font-size: 18px;
  line-height: 1.33333;
  letter-spacing: 0.45px; }
  .list-info b {
    margin-bottom: 9px; }

.list-img {
  margin-left: auto;
  width: calc(100% - 285px - 76px);
  text-align: right;
  padding-right: 30px;
  padding-top: 10px; }
  .list-img img {
    display: inline-block;
    height: 72px;
    width: auto; }

.button-center {
  text-align: center;
  padding-top: 58px;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .button-center.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .button-center span {
    display: block;
    padding: 30px 0 0;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #000; }

.fourth-section {
  padding: 92px 0 99px 0;
  background: #e2e9ef; }
  .fourth-section .heading-section {
    color: #000;
    margin-bottom: 68px; }

.accounts-row {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.account-item {
  position: relative;
  width: calc(25% - 30px);
  margin: 0 15px 62px;
  background: #fff;
  padding: 25px 30px;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .account-item.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .account-item:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 10px;
    right: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0.11); }

.account-item__head {
  margin-bottom: 14px;
  text-align: center;
  font-family: 'CeraCY-Black','Arial','Helvetica Neue','Helvetica',sans-serif;
  color: #24252c;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 2.25px;
  text-transform: uppercase; }
  .account-item__head--bronze {
    background: -webkit-gradient(linear, left top, right top, from(#a3453c), to(#e38842));
    background: -webkit-linear-gradient(left, #a3453c 0%, #e38842 100%);
    background: -o-linear-gradient(left, #a3453c 0%, #e38842 100%);
    background: linear-gradient(to right, #a3453c 0%, #e38842 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .account-item__head--silver {
    background: -webkit-gradient(linear, left top, right top, from(#d1d1d1), to(#717171));
    background: -webkit-linear-gradient(left, #d1d1d1 0%, #717171 100%);
    background: -o-linear-gradient(left, #d1d1d1 0%, #717171 100%);
    background: linear-gradient(to right, #d1d1d1 0%, #717171 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .account-item__head--gold {
    background: -webkit-gradient(linear, left top, right top, from(#ffc829), to(#eb9918));
    background: -webkit-linear-gradient(left, #ffc829 0%, #eb9918 100%);
    background: -o-linear-gradient(left, #ffc829 0%, #eb9918 100%);
    background: linear-gradient(to right, #ffc829 0%, #eb9918 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .account-item__head--premium {
    background: -webkit-gradient(linear, right top, left top, from(#ef4345), to(#00ca3e));
    background: -webkit-linear-gradient(right, #ef4345 0%, #00ca3e 100%);
    background: -o-linear-gradient(right, #ef4345 0%, #00ca3e 100%);
    background: linear-gradient(to left, #ef4345 0%, #00ca3e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.account-item__body ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 21px;
  font-size: 16px;
  line-height: 1.3;
  color: #000; }
  .account-item__body ul li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 8px;
    background: url(/images/promo/toil/check.svg) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }

.fifth-section {
  padding: 92px 0 0; }
  .fifth-section .heading-section {
    margin-bottom: 70px; }
  .fifth-section .container {
    position: relative;
    padding-bottom: 99px; }
    .fifth-section .container img {
      position: absolute;
      bottom: 0;
      right: 5%; }

.fifth-list {
  width: 415px;
  max-width: 100%;
  margin: 0 0 0 88px; }
  .fifth-list b {
    display: block;
    margin-bottom: 23px;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0.6px;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .fifth-list ul li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 23px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.03em;
    color: #000;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .fifth-list ul li:before {
      content: '';
      position: absolute;
      top: 7px;
      left: 3px;
      width: 10px;
      height: 8px;
      background: url(/images/promo/toil/check.svg) 0 0 no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
    .fifth-list ul li:last-child {
      margin-bottom: 0; }
    .fifth-list ul li:nth-child(1) {
      -webkit-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .fifth-list ul li:nth-child(2) {
      -webkit-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .fifth-list ul li:nth-child(3) {
      -webkit-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    .fifth-list ul li:nth-child(4) {
      -webkit-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      transition-delay: 0.4s; }
    .fifth-list ul li:nth-child(5) {
      -webkit-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s; }
    .fifth-list ul li:nth-child(6) {
      -webkit-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      transition-delay: 0.6s; }
    .fifth-list ul li:nth-child(7) {
      -webkit-transition-delay: 0.7s;
      -o-transition-delay: 0.7s;
      transition-delay: 0.7s; }
    .fifth-list ul li:nth-child(8) {
      -webkit-transition-delay: 0.8s;
      -o-transition-delay: 0.8s;
      transition-delay: 0.8s; }
    .fifth-list ul li:nth-child(9) {
      -webkit-transition-delay: 0.9s;
      -o-transition-delay: 0.9s;
      transition-delay: 0.9s; }
    .fifth-list ul li:nth-child(10) {
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    .fifth-list ul li:nth-child(11) {
      -webkit-transition-delay: 1.1s;
      -o-transition-delay: 1.1s;
      transition-delay: 1.1s; }
    .fifth-list ul li:nth-child(12) {
      -webkit-transition-delay: 1.2s;
      -o-transition-delay: 1.2s;
      transition-delay: 1.2s; }
    .fifth-list ul li:nth-child(13) {
      -webkit-transition-delay: 1.3s;
      -o-transition-delay: 1.3s;
      transition-delay: 1.3s; }
    .fifth-list ul li:nth-child(14) {
      -webkit-transition-delay: 1.4s;
      -o-transition-delay: 1.4s;
      transition-delay: 1.4s; }
    .fifth-list ul li:nth-child(15) {
      -webkit-transition-delay: 1.5s;
      -o-transition-delay: 1.5s;
      transition-delay: 1.5s; }
  .fifth-list.visible b, .fifth-list.visible ul li {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }

.sixth-section {
  padding: 90px 0 100px;
  background: #e2e9ef; }
  .sixth-section .flex-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.sixth-left {
  width: 525px;
  max-width: 45%; }
  .sixth-left .heading-section {
    margin-bottom: 40px; }
    .sixth-left .heading-section b {
      display: block;
      margin-top: 23px;
      letter-spacing: 0px;
      margin-bottom: 39px;
      font-size: 24px;
      line-height: 1.2;
      color: #24252c; }
    .sixth-left .heading-section p {
      width: 470px;
      max-width: 100%;
      margin: 0 auto;
      font-size: 18px;
      line-height: 1.3;
      letter-spacing: 0;
      color: #24252c;
      font-family: 'CeraCY-Regular','Arial','Helvetica Neue','Helvetica',sans-serif; }
      .sixth-left .heading-section p span {
        font-family: 'Cera-Bold','Arial','Helvetica Neue','Helvetica',sans-serif; }
  .sixth-left ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .sixth-left ul li {
      margin: 0 24px; }
	  .sixth-left ul li a {
     display: block;
webkit-transition: all 1s cubic-bezier(0, 0.38, 0.32, 1.03);
    -o-transition: all 1s cubic-bezier(0, 0.38, 0.32, 1.03);
    transition: all 1s cubic-bezier(0, 0.38, 0.32, 1.03);	 }
	  .sixth-left ul li a:hover {
      opacity: 0.3; }
      .sixth-left ul li img {
        display: block;
        height: 47px; }

.sixth-right {
  width: 55%;
  padding: 40px 0 0 35px; }

.seventh-section {
  padding: 99px 0 79px; }
  .seventh-section .heading-section {
    margin-bottom: 47px; }
    .seventh-section .heading-section b {
      display: block;
      color: #000;
      font-size: 24px;
      line-height: 1.1;
      font-family: 'Cera-Bold','Arial','Helvetica Neue','Helvetica',sans-serif;
      letter-spacing: 0;
      margin-top: 19px; }
    .seventh-section .heading-section p {
      margin-top: 10px;
      font-family: 'CeraCY-Regular','Arial','Helvetica Neue','Helvetica',sans-serif;
      font-size: 18px;
      line-height: 1.2; }

.social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 47px; }
  .social-list li {
    margin: 0 11px;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .social-list li:nth-child(1) {
      -webkit-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .social-list li:nth-child(2) {
      -webkit-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .social-list li:nth-child(3) {
      -webkit-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    .social-list li a {
      display: block;
      width: 50px;
      height: 50px;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
      .social-list li a:hover {
        opacity: 0.8; }
  .social-list.visible li {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.form {
  width: 370px;
  max-width: 100%;
  margin: 0 auto; }
  .form .input-field, .form .heading-form, .form .capcha, .form .bottom-form, .bottom-form-footer {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .form .input-field.visible, .form .heading-form.visible, .form .capcha.visible, .form .bottom-form.visible, .bottom-form-footer.visible {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }

.heading-form {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 37px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #000;
  text-align: center; }
  .heading-form span {
    display: inline-block;
    position: relative; }
    .heading-form span:before, .heading-form span:after {
      content: '';
      position: absolute;
      top: 50%;
      height: 1px;
      background: #ddd;
      width: 100px; }
    .heading-form span:before {
      right: 100%;
      margin-right: 15px; }
    .heading-form span:after {
      left: 100%;
      margin-left: 15px; }

.capcha {
  margin-bottom: 38px;
  padding-top: 10px; }

.input-field {
  position: relative;
  margin-bottom: 20px; }
  .input-field label:not(.label-check) {
    position: absolute;
    top: 50%;
    right: 100%;
    margin-right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.45px;
    color: #898989;
    white-space: nowrap; }
  .input-field input {
    width: 100%;
    height: 60px;
    padding: 22px 16px;
    border: 1px solid #ddd;
    font-size: 18px;
    font-family: 'CeraCY-Regular','Arial','Helvetica Neue','Helvetica',sans-serif;
    letter-spacing: 0.45px; }
    .input-field input:focus {
      border-color: #4bbc85; }
    .input-field > div {
        width: 100%; }

.intl-tel-input .flag-dropdown {
  left: 0;
  top: 0;
  bottom: 0; }

.intl-tel-input .flag-dropdown .selected-flag {
  height: 100%;
  border-right: 1px solid #ddd;
  padding: 22px 25px 21px 15px; }

.intl-tel-input .flag-dropdown .country-list {
  top: 100%;
  margin-top: -1px;
  width: 370px; }

.intl-tel-input .flag-dropdown .selected-flag .down-arrow {
  left: 25px; }

.input-field .intl-tel-input input {
  padding-left: 70px; }

.check-box {
  position: relative;
  padding-left: 22px;
  padding-bottom: 2px;
  text-align: left; }
  .check-box input {
    width: 0;
    height: 0;
    position: absolute;
    visibility: hidden;
    opacity: 0; }
  .check-box label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 37px;
    font-size: 16px;
    line-height: 1.5;
    color: #000; }
    .check-box label:before {
      content: '';
      position: absolute;
      top: 1px;
      left: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #bdbdbd; }
    .check-box label a {
      text-decoration: underline;
      color: #4bbc85; }
      .check-box label a:hover {
        text-decoration: none; }
  .check-box input:checked + label:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 4px;
    width: 12px;
    height: 10px;
    background: url(/images/promo/toil/check.svg) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }

.bottom-form {
  padding: 10px 0 0;
  text-align: center; }
  .bottom-form .btn {
    display: block;
    font-size: 22px;
    margin: 0 auto 30px; }
  .bottom-form a {
    color: #4bbc85;
    font-size: 16px;
    text-decoration: underline; }
    .bottom-form a:hover {
      text-decoration: none; }

.copy {
  padding: 45px 0 0;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.38px; }

.section-info {
  position: relative;
  background: #e2e9ef;
  padding: 70px 0;
  font-size: 14px;
  line-height: 1.57143;
  letter-spacing: 0.03em;
  color: #676767;
  font-family: 'CeraCY-Regular','Arial','Helvetica Neue','Helvetica',sans-serif; }

.section-info p {
  margin-bottom: 19px;
  letter-spacing: 0.02em; }

.section-info-head {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
  color: #000; }

.close-footer {
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
  color: #000000;
  -webkit-transition: all 0.7s cubic-bezier(0, 0.38, 0.32, 1.03);
  -o-transition: all 0.7s cubic-bezier(0, 0.38, 0.32, 1.03);
  transition: all 0.7s cubic-bezier(0, 0.38, 0.32, 1.03); }

.close-footer img {
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block; }

.close-footer:hover {
  opacity: 0.5; }

  .first-left-info--custom {
  text-align: left;
  font-size: 18px;
  line-height: 24px; }
  .first-left-info--custom b {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px; }
  .first-left-info--custom ul {
    margin-bottom: 20px; }
    .first-left-info--custom ul li {
      margin-bottom: 5px;
      padding-left: 14px;
      position: relative; }
      .first-left-info--custom ul li:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 5px;
        height: 5px;
        margin-top: -3px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #eb4244; }

.first-right--custom {
  text-align: right;
  margin-left: 0; }

.first-left-info--custom--2 {
  width: 460px; }

@media only screen and (max-width: 1120px) {
  .fifth-section .container img {
    right: 0;
    max-width: 480px; } }

@media only screen and (max-width: 1023px) {
  .first-left {
    width: 100%;
    max-width: 100%; }
  .first-right {
    display: none; }
  .accounts-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .account-item {
    width: calc(50% - 30px); }
  .fifth-section .container img {
    display: none; }
  .sixth-left, .sixth-right {
    max-width: 100%;
    width: 100%; }
  .sixth-right {
    padding: 50px 0 0; } }

@media only screen and (max-width: 767px) {
  .laung-nav {
    margin-left: 15px; }
  .header-right .btn {
    margin-left: 20px; }
  .header-right a:not(.btn) {
    font-size: 16px; }
  .header-right .btn {
    font-size: 16px;
    padding: 0 10px; }
  .logo img {
    width: 225px;
    height: 30px; }
  .logo span {
    padding-left: 0;
    font-size: 10px; }
  .first-heading {
    font-size: 38px; }
  .first-heading p {
    font-size: 20px; }
  .btn--red {
    font-size: 18px;
    height: 50px;
    line-height: 50px; }
  .heading-section {
    font-size: 34px; }
  .heading-section p {
    font-size: 18px;
    margin-top: 10px; }
  .second-section {
    padding: 50px 0; }
  .our-adv-item {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px; }
  .our-adv-row {
    margin-bottom: 0; }
  .third-section {
    padding-bottom: 50px; }
  .our-adv-info b {
    font-size: 22px; }
  .third-section__heading {
    font-size: 34px;
    margin-top: 50px; }
  .fourth-section, .sixth-section {
    padding: 50px 0; }
  .seventh-section {
    padding: 50px 0 30px 0; }
  .fifth-section {
    padding: 50px 0 0; }
  .fifth-section .container {
    padding-bottom: 50px; }
  .input-field label:not(.label-check) {
    position: static;
    margin-bottom: 5px; }
  .copy {
    padding-top: 20px; } }

@media only screen and (max-width: 599px) {
  .header-right .btn {
    margin-left: 10px; }
  .header-right a:not(.btn) {
    font-size: 14px; }
  .header-right .btn {
    font-size: 14px; }
  .laung-toggle {
    font-size: 14px;
    display: block; }
  .list-img {
    padding-right: 0; }
  .bottom-form .btn {
    font-size: 16px; }
  header {
    padding: 10px 0;
    display: block; }
  .heading-section {
    margin-bottom: 50px; }
  .first-section {
    padding-top: 150px;
    padding-bottom: 50px; }
  .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 10px; }
    .logo img {
      margin: 0 auto 10px; }
  .header-right {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .third-section-list-item span {
    width: 42px;
    font-size: 50px; }
  .list-info {
    width: calc(100% - 43px - 50px);
    font-size: 16px;
    padding-right: 10px; }
    .list-info b {
      font-size: 20px; }
  .list-img {
    width: 50px; }
  .accounts-row {
    display: block;
    margin: 0; }
  .account-item {
    width: 100%;
    margin: 0 0 30px; }
  .fifth-list {
    margin-left: 0; }
    .fifth-list b {
      font-size: 20px; }
  .fifth-list ul li {
    font-size: 16px; }
  .sixth-left .heading-section b {
    font-size: 20px; } }

.check1-error {
	display: none;
	color: red;
    font-size: 12px;
}

@media only screen and (max-width: 599px) {
	.laung-toggle {
		min-width: 95px;
	}

	.header-right a:not(.btn) {
		font-size: 12px;
	}

	.logo span {
		padding-left: 59px;
		text-align: left;
	}
}

.warning-text, .copy {
	text-align: center;
}
