/*general*/
body {
  background: #f8f8f8 !important;
}

.container {
  max-width: 1360px !important;
}

h1 {
  font-family: "Inter", serif !important;
  color: #3D3D52 !important;
  font-weight: 700 !important;
  line-height: 50px !important; /*  : Decrease line-heigh */
}
h1.content-title {
  font-weight: 600 !important;
}

h2 {
  font-family: "Inter", serif !important;
  color: #727383;
  font-size: 42px;
  line-height: 59px;
  font-weight: 700;
}

h3 {
  font-family: "Inter", serif !important;
  color: #FCFEFE !important;
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
}

h4 {
  font-family: "Inter", serif !important;
  color: #3D3D52;
  font-size: 42px;
  line-height: 46px;
  font-weight: 700;
}

h5 {
  font-family: "Barlow", sans-serif !important;
  color: #3D3D52;
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
}

h6 {
  color: #d0d2da !important;
  font-family: "Barlow", sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
}

p {
  color: black;
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

p.nav_title {
  color: #3d3d52;
  font-family: Barlow, sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
p.nav_title img {
  width: 30px;
}
p.nav_title.white {
  color: #fff;
  font-family: "Barlow", sans-serif !important;
  font-size: 17px;
  font-weight: 500;
}

p.icon_title {
  font-family: "Barlow", sans-serif;
  margin-bottom: 20px;
  font-size: 19px !important;
  color: black;
  font-weight: 500;
  text-align: center;
}
p.icon_title img {
  position: relative;
  top: 5px;
  margin-right: 10px;
}

.section_title {
  margin-bottom: 20px;
  font-family: "Barlow", sans-serif !important;
  color: #3d3d52 !important;
  font-size: 36px !important;
  font-weight: 300 !important;
  letter-spacing: -1px !important;
}

.section_excerpt {
  font-size: 22px;
}

/*header_main*/
.header_main {
  padding: 50px 0 50px 35px;
  border-bottom: 1px solid #ccc;
}
.modal-open .header_main:not(.not-sticky) {
  position: relative;
  margin-bottom: -65px;
}
.header_main ul li a:hover {
  text-decoration: none;
}
.header_main ul li a img {
  margin-right: 4.4px;
}

.qbutton {
  border: 1px solid;
}

html, body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

/*# sourceMappingURL=main_general.css.map */
