@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url('fonts/roboto/roboto-v30-latin-ext_latin-100.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/roboto/roboto-v30-latin-ext_latin-300.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto/roboto-v30-latin-ext_latin-regular.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/roboto/roboto-v30-latin-ext_latin-500.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/roboto/roboto-v30-latin-ext_latin-700.woff') format('woff');
}

/* GENERAL */

body {
    background-color: #FFFFFF;
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin:0;
}

main {
    flex:1;
    width: 100%;
    max-width:1350px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    main > .inner {
        padding-left: 25px;
        padding-right: 25px;
    }
}

h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0;
}
  
h1 {
    font-size: 54px;
    line-height: 62px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    margin: 0 0 44px -3px;
    letter-spacing: 0.01rem;
    word-spacing: 0.025rem;
}
  
  @media screen and (max-width: 1119px) {
    h1 {
      font-size: 48px;
      line-height: 56px;
      margin: -9px 0 28px -2px;
    }
    h2 {
      font-size: 24px;
      line-height: 29px;
      margin: -3px 0 8px -1px;
      margin-left: -1px;
    }
    h3 {
      font-size: 24px;
      line-height: 29px;
      margin: -3px 0 8px -1px;
      margin-left: 0px;
    }
    h4 {
      margin-left: 0px;
    }
    h5 {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
}


/* MESSAGE */

@media screen and (max-width: 768px) {
    div.message {
        width: 100%;
    }

    .icon {
        padding: 12.5px 3px !important;
    }

    .icon img {
        width: 34px;
    }

    div.feedback-error-1 {
        background-size: 30px !important;
        width: 40px !important;
    }
}

.message {
    position: relative;
    text-align: left;
    margin: 30px 0;
    margin-bottom: 18px;
    max-width: 800px;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.message .icon {
    padding: 12.5px;
}

.message .content {
    padding: 21px;
}

.message .content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #000000;
}

.message .content p.title {
    font-weight: 500;
    margin-top: 0;
}

.message .close-button {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.message .close-button img {
    width: 18px;
    height: 18px;
}

.hidden-alert {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.message.notice {
    background-color: #E9F2FB;
}

.message.notice .icon {
    background-color: #1775D3;
}

.message.success {
    background-color: #ECF3E6;
}

.message.success .icon {
    background-color: #3D8608;
}

.message.warning {
    background-color: #FCEFE5;
}

.message.warning .icon {
    background-color: #DD6600;
}

.message.error {
    background-color: #FCE8E9;
}

.message.error .icon {
    background-color: #D01018;
}

.message.full-width {
    width: 100%;
    max-width: 100%;
}

@media screen and (max-width: 1119px) {
    h5 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
  
@media screen and (max-width: 767px) {
    h5 {
        font-size: 18px;
        line-height: 21px;
    }
    
    p {
        font-size: 15px;
        line-height: 24px;
    }
}
  
/* HEADER */
header {
    background-color: #FFFFFF;
    margin-left: 45px;
    margin-right: 45px;
  }
  
  header .inner {
    padding-top: 22px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1350px;
    position: relative;
    border-bottom: 1px solid #DEDEDE;
    height: 140px;
  }
  
  header .inner .logo-caption {
    position: absolute;
    left: 0;
    top: 22px;
    cursor: pointer;
  }
  
  .login-icon {
    height: 15px;
  }
  
  .menu-item-icon img,
  .icon-item img {
    margin-right: 5px;
  }
  
  .logo {
    width: 150px;
  }
  
  .caption {
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0.01rem;
    word-spacing: 0.025rem;
    color: rgba(0, 0, 0, 1);
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    margin-top: 19px;
    max-width: 335px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
  }
  
  @media screen and (max-width: 1119px) {
    .caption-text {
      margin-top: 12px;
      max-width: 210px;
      font-size: 12px;
      line-height: 13px;
      letter-spacing: 0.01rem;
      word-spacing: 0.025rem;
    }
  }
  
  @media screen and (max-width: 768px) {
    header {
      margin-left: 0;
      margin-right: 0;
      padding-left: 25px;
      padding-right: 25px;
      border-bottom: 1px solid #DEDEDE;
    }
    
    header .inner {
      height: 109px;
      border-bottom: none;
      padding-bottom: 22px;
    }
    
    header .inner .service-nav {
      display: none;
    }
    
    header .inner .main-nav {
      display: none;
    }
    
    .logo {
      width: 110px;
    }
  }
  
  .caption-text {
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0.01rem;
    word-spacing: 0.025rem;
    font-style: normal;
    font-weight: 400;
}
  
/* FOOTER */
footer {
    background-color: #FCF8F3;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 30px;
  }
  
  footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eeeeee;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 20px;
    padding-bottom: 25px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1350px;
  }
  
  footer .inner .intro {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.01rem;
    word-spacing: 0.025rem;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    max-width: 340px;
    width: 100%;
  }
  
  footer .inner .copyright {
    font-size: 13px;
    line-height: 17px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.02rem;
    word-spacing: 0.05rem;
    color: rgba(0, 0, 0, 1);
    max-width: none;
    width: auto;
  }
  
  @media screen and (max-width: 1119px) {
    footer .inner {
      align-items: flex-start;
      flex-direction: column-reverse;
      row-gap: 10px;
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 15px;
    }
  }
  