:root {
  --white:white;
  --black:#1F303E;
  --text:#658499;
  --btn: #B3FCFF;
  --btn-color: #1F303E;
  --hbg: #83fbff;
  --lite:#F2F7F7;
}

.text-dark {
  color: #555E7A !important;
}

.text-text {
  color: #696969 !important;
}

.text-lite {
  color: #E6E8EE !important;
}

.text-black {
  color: #2B2E36 !important;
}

.text-blue {
  color: #4D61AA !important;
}

.text-red {
  color: #FB3449 !important;
}

.bg-blue {
  background-color: #4D61AA !important;
}

.bg-black {
  background-color: #2B2E36 !important;
}

body {
  margin: 0;
  line-height: 1.2;
  font-weight: normal;
  color: #2B2E36;
  font-family: 'Open Sans';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-ExtraBold.ttf") format("ttf"), url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-stretch: normal;
  font-weight: 800;
}

@font-face {
  font-family: 'Old Standard';
  src: url("../fonts/old-standard-tt.bold.ttf") format("ttf"), url("../fonts//old-standard-tt.bold.ttf") format("truetype");
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-SemiBold.ttf") format("ttf"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-stretch: normal;
  font-weight: 600;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-SemiBoldItalic.ttf") format("ttf"), url("../fonts//OpenSans-SemiBoldItalic.ttf") format("truetype");
  font-style: italic;
  font-stretch: normal;
  font-weight: 600;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Medium.ttf") format("ttf"), url("../fonts/OpenSans-Medium.ttf") format("truetype");
  font-style: normal;
  font-stretch: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'Old Standard';
  src: url("../fonts/old-standard-tt.regular.ttf") format("ttf"), url("../fonts/old-standard-tt.regular.ttf") format("truetype");
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Regular.ttf") format("ttf"), url("../fonts//OpenSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Italic.ttf") format("ttf"), url("../fonts//OpenSans-Italic.ttf") format("truetype");
  font-style: italic;
  font-stretch: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Light.ttf") format("ttf"), url("../fonts//OpenSans-Light.ttf") format("truetype");
  font-style: normal;
  font-stretch: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-LightItalic.ttf") format("ttf"), url("../fonts//OpenSans-LightItalic.ttf") format("truetype");
  font-style: italic;
  font-stretch: normal;
  font-weight: 300;
}

html {
  scroll-behavior: smooth;
}

h1, .h1 {
  font-weight: 700;
  margin-bottom: 26px;
  line-height: 1.2;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 12px;
  font-family: 'Old Standard';
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 42px;
    line-height: 1.09;
    margin-bottom: 16px;
  }
}

@media (min-width: 768px) {
  h1.fs56, .h1.fs56 {
    font-size: 52px;
    line-height: 1.1;
  }
}

h2, .h2 {
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 26px;
  line-height: 1.24;
  font-family: 'Open Sans';
}

@media (min-width: 768px) {
  h2, .h2 {
    font-size: 42px;
  }
}

h3, .h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.18;
  font-family: 'Open Sans';
}

@media (min-width: 768px) {
  h3, .h3 {
    font-size: 34px;
  }
}

h4, .h4 {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  h4, .h4 {
    font-size: 32px;
    line-height: 1.25;
  }
}

@media (min-width: 1201px) {
  h4, .h4 {
    font-size: 32px;
  }
}

body {
  margin: 0;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 480px) {
  .container.nophn-pad {
    padding-left: 0;
    padding-right: 0;
  }
}

.banner {
  margin-top: 76px;
}

.banner figure {
  width: 100%;
  padding: 0;
  margin: 0;
}

@media (min-width: 481px) {
  .banner figure:nth-child(2) {
    display: none;
  }
}

@media (max-width: 480px) {
  .banner figure:nth-child(1) {
    display: none;
  }
}

.banner figure img {
  width: 100%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  background-color: #F1DDCC;
  -webkit-box-shadow: 0px 4px 8px rgba(19, 19, 19, 0.17);
          box-shadow: 0px 4px 8px rgba(19, 19, 19, 0.17);
}

@media (max-width: 767px) {
  header > div > div {
    max-width: 200px;
    margin: 0 auto;
  }
}

header > div > div img {
  max-width: 100%;
}

.section {
  position: relative;
  text-align: center;
  padding: 42px 0 74px;
}

@media (min-width: 768px) {
  .section {
    padding: 72px 0 104px;
  }
}

.section h1 {
  font-size: 42px;
  font-weight: 400;
  margin: 0 0 16px;
  line-height: 1.34;
}

@media (min-width: 768px) {
  .section h1 {
    font-size: 73px;
  }
}

.section p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.42;
  color: #2B2E36;
  margin: 0;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .section p {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
  }
}

@media (min-width: 768px) {
  .section p {
    font-size: 20px;
  }
}

.footer {
  position: relative;
  background-color: #F1DDCC;
  padding: 8px 10px;
  text-align: center;
  margin-top: auto;
}

.footer p {
  font-weight: 400;
  font-size: 10px;
  margin: 0;
  line-height: 1.4;
}

.all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
/*# sourceMappingURL=style.css.map */