html, body {
  background: #fff;
}

html {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  padding: 0;
  color: #0F0F0D;
  font-size: 16px;
  line-height: 22px;
}


.jo1n a {
  color: #0F0F0D;
  text-decoration: underline;
}
.jo1n a:hover {
  color: #0F0F0D;
  text-decoration: none;
}



.jo1n header,
.jo1n footer,
.jo1n section {
  /*padding-left: 166px;*/
  /*padding-right: 166px;*/
  padding-left: 5%;
  padding-right: 5%;
}

.jo1n header > div,
.jo1n footer > div,
.jo1n section > div {
  position: relative;
  max-width: 1108px;
  margin: 0 auto;
}

.jo1n section {
  position: relative;
}

.jo1n header {
  position: relative;
  overflow: hidden;
  padding-top: 56px;
  padding-bottom: 60px;
  background: linear-gradient(180deg, rgba(253, 203, 0, 0) 0%, #FDCB00 100%), #FFFFFF;
}

.jo1n header > div {
}

.jo1n header .container {
  position: relative;
  float: right;
  width: 50%;
  overflow: hidden;
}

.jo1n header .logo {
  position: relative;
  display: block;
  float: right;
}

.jo1n header h1 {
  position: relative;
  clear: right;
  margin: 0;
  padding: 0;
  font-family: Promt, sans-serif;
  font-weight: bold;
  font-size: 64px;
  line-height: 72px;
}


.jo1n header .object {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  margin: 24px 0 0 -52px;
}

.jo1n header .object img {
  position: relative;
  display: block;
}
/*header .object img {*/
/*  position: absolute;*/

/*}*/
/*header .object .bagel {*/
/*  left: -52px;*/
/*  width: 376px;*/
/*}*/
/*header .object .calculator {*/

/*}*/



.jo1n section.announcement {
  padding-top: 40px;
  padding-bottom: 30px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

.jo1n section.announcement ul {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style-type: none;
}


.jo1n section.announcement li {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 340px;
  height: 340px;
  padding: 0 10px;
  border-radius: 50%;
  background: #FFCD00 url("../images/circle.svg") no-repeat left top;
  background-size: 100%;
}

.jo1n section.announcement li h2 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 25% 0 0;
  text-align: center;
  font-family: 'Prompt', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.jo1n section.announcement li div {
  position: relative;
  flex-direction: column;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}


.jo1n section.logo {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}
.jo1n section.logo svg {
  vertical-align: top;
}

.jo1n section.documents > div {
  position: relative;
  margin: 0 auto 75px;
  max-width: 540px;
  min-height: 312px;
  padding: 40px 80px 40px 20px;
  background: #FFCD00;
  box-sizing: border-box;
  box-shadow: 0px 4px 60px rgba(255, 205, 0, 0.3), 0px 2px 12px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  z-index: 1;
}

.jo1n section.documents h2 {
  position: relative;
  margin: 0 0 28px;
  padding: 0 0 0 14px;
  font-size: 22px;
  line-height: 36px;
  font-weight: normal;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.jo1n section.documents ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.jo1n section.documents li {
  position: relative;
  margin: 0 0 12px;
  padding: 0 0 0 28px;
  background: transparent url("../images/li.svg") no-repeat 5px 6px;
}

.jo1n section.documents .girl {
  position: absolute;
  bottom: -4px;
  right: 2px;
  z-index: -1;
}

.jo1n section.instruction {

}
.jo1n section.instruction .head {
  position: relative;
  display: block;
  max-width: 70%;
  margin: 0 auto 76px;
}

.jo1n section.instruction p {
  margin: 0 0 20px;
}

.jo1n section.instruction ul {
  position: relative;
  margin: 0 0 50px;
  padding: 0;
  list-style-type: none;
  column-count: 2;
}

.jo1n section.instruction li {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 0 34px;
}

.jo1n section.instruction li .icon {
  position: absolute;
  top: 0px;
  left: 0px;
}

.jo1n section.instruction > div {
  z-index: 1;
}

.jo1n section.instruction .bg {
  position: absolute;
  bottom: -24px;
  right: -5%;
  z-index: -1;
  max-width: 70%;
}


.jo1n footer {
  margin-top: 80px;
  padding-bottom: 20px;
  text-align: center;
  font-family: Prompt, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  background: #fff;
}

.jo1n footer svg {
  vertical-align: middle;
}

.jo1n .emphasis {
  position: relative;
  display: inline-block;
  padding: 2px 8px;
  background-color: #0F0F0D;
  color: #FFCD00;
}



@media (min-width: 1200px) and (max-width: 1439.98px) {
  .jo1n header,
  .jo1n footer,
  .jo1n section {
    /*padding-left: 120px;*/
    /*padding-right: 120px;*/
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {

  .jo1n header,
  .jo1n footer,
  .jo1n section {
    /*padding-left: 60px;*/
    /*padding-right: 60px;*/
  }
  .jo1n section.announcement li {
    width: 297px;
    height: 297px;
  }

  .jo1n section.announcement li h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .jo1n section.announcement li div {
    font-size: 16px;
    line-height: 24px;
  }

}

@media (max-width: 991.98px) {
  body {
    font-size: 14px;
    line-height: 16px;
  }

  .jo1n header,
  .jo1n footer,
  .jo1n section {
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
  }


  .jo1n header {
    padding-top: 16px;
  }

  .jo1n header .container {
    overflow: visible;
    float: none;
    width: auto;
  }
  .jo1n header .logo {
    float: none;
    max-width: 100%;
    left: -6px;
    margin-left: -5%;
  }

  .jo1n header h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .jo1n header .object {
    float: right;
    width: auto;
    max-width: 100%;
    margin: 40px 0 0;
  }

  .jo1n section.announcement ul {
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
  }

  .jo1n section.announcement li {
    margin-bottom: 40px;
  }

  .jo1n section.instruction .head {
    margin-bottom: 50px;
  }

  .jo1n section.instruction ul {
    column-count: 1;
    /*margin-bottom: 0;*/
  }

  .jo1n section.instruction .bg {
    /*right: 0px;*/
  }

  .jo1n section.documents li {
    background-position: 5px 1px;
  }

  .jo1n footer {
    margin-top: 40px;
  }
}
