body {
  background-color: #f3f3f3;
  font-family: 'Open Sans', sans-serif;
  color: #626262;
  font-size: 16px;
  line-height: 140%;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fd6703;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
}

.section {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 80px;
}

.container {
  width: 100%;
  max-width: 1440px;
  padding-right: 40px;
  padding-left: 40px;
}

.bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background-image: url('../images/bg-top.svg'), url('../images/bg-bottom.svg');
  background-position: 0% 0%, 100% 100%;
  background-size: 500px, 750px;
  background-repeat: no-repeat, no-repeat;
}

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

.ad-b-l {
  display: none;
  width: 30%;
  max-width: 300px;
}

.ad-b-r {
  display: none;
  width: 30%;
  max-width: 300px;
}

.content-row {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

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

.content-b {
  margin-top: 20px;
}

.content-section-b {
  margin-top: 80px;
}

.subtitle {
  font-size: 32px;
  line-height: 120%;
}

.ad-b02 {
  margin-top: 60px;
}

.ad-b03 {
  display: none;
  margin-top: 60px;
}

.langauges-button-link {
  padding: 5px 15px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #fd6703;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #626262;
  font-size: 14px;
  line-height: 140%;
  text-decoration: none;
}

.langauges-button-link:hover {
  background-color: #fd6703;
  color: #fff;
}

.langauges-button-link-b {
  margin-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.langauges-button-link-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.display-inline {
  display: inline-block;
}

.sign-box {
  padding: 10px;
  border-radius: 5px;
  background-color: #fd6703;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.15);
}

.sign-area {
  min-height: 350px;
  border-radius: 5px;
  background-color: #fff;
}

.bg-img-dot-01 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 15%;
  margin-left: 10%;
}

.bg-img-dot-02 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 3%;
  margin-right: 5%;
}

.sign-button-b {
  margin-top: 10px;
}

.sign-button-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sign-button-l {
  width: 60%;
  padding-right: 10px;
}

.sign-button-r {
  width: 40%;
  padding-left: 10px;
}

.tetx-white {
  color: #fff;
}

.font-14 {
  font-size: 14px;
}

.button-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
  margin-right: -5px;
  margin-left: -5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-link-b {
  margin-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.button-link {
  padding: 5px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fd6703;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #626262;
  font-size: 14px;
  text-decoration: none;
}

.button-link:hover {
  border-color: #fff;
  background-color: #fd6703;
  color: #fff;
}

.sign-button-r-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sign-area-b {
  position: relative;
}

.aign-here-alert {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fd6703;
  font-size: 14px;
  text-decoration: none;
}

.aign-here-alert:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.aign-here-alert-text {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.show-m {
  display: none;
}

html.w-mod-js *[data-ix="fade-from-left"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="fade-from-right"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

html.w-mod-js *[data-ix="fade-from-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

@media screen and (min-width: 1280px) {
  .bg {
    background-size: auto, 900px;
  }

  .ad-b-l {
    display: block;
    width: 25%;
  }

  .ad-b-r {
    display: block;
    width: 25%;
  }

  .content-row {
    width: 50%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .sign-button-l {
    width: 53%;
  }

  .sign-button-r {
    width: 47%;
  }

  .show-m {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .bg {
    background-size: 350px, 500px;
  }

  .ad-b-l {
    display: none;
  }

  .ad-b-r {
    display: none;
  }

  .content-row {
    padding-right: 0px;
    padding-left: 0px;
  }

  .bg-img-dot-01 {
    margin-bottom: 3%;
    margin-left: 5%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }

  .section {
    padding-top: 80px;
  }

  .container {
    padding-right: 5%;
    padding-left: 5%;
  }

  .bg {
    background-size: 250px, 400px;
  }

  .content-section-b {
    margin-top: 40px;
  }

  .subtitle {
    font-size: 28px;
  }

  .ad-b02 {
    display: none;
  }

  .ad-b03 {
    display: block;
    margin-top: 30px;
  }

  .langauges-button-link {
    font-size: 12px;
  }

  .langauges-button-link-b {
    margin-top: 8px;
  }

  .langauges-button-link-row {
    margin-top: -8px;
  }

  .sign-area {
    min-height: 250px;
  }

  .bg-img-dot-01 {
    width: 75px;
  }

  .bg-img-dot-02 {
    width: 30px;
  }

  .sign-button-l {
    width: 100%;
    padding-right: 0px;
  }

  .sign-button-r {
    width: 100%;
    padding-left: 0px;
  }

  .button-row {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .button-link {
    font-size: 12px;
    line-height: 120%;
  }

  .sign-button-r-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sign-area-b {
    margin-top: 10px;
  }

  .hidden-m {
    display: none;
  }

  .show-m {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
  }

  .bg {
    background-size: 150px, 220px;
  }

  .content-b {
    margin-top: 15px;
  }

  .subtitle {
    font-size: 24px;
  }

  .bg-img-dot-01 {
    margin-bottom: 5%;
  }
}

@font-face {
  font-family: 'Open Sans';
  src: url('../images/') format('truetype');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}