/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=M+PLUS+Rounded+1c:wght@300;400;500;700&display=swap");
@font-face {
  font-family: 'North Avellion DEMO';
  src: url("../fonts/NorthAvellionDEMO/NorthAvellionDEMO.ttf") format("truetype"), url("../fonts/NorthAvellionDEMO/NorthAvellionDEMO.woff2") format("woff2"), url("../fonts/NorthAvellionDEMO/NorthAvellionDEMO.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  color: #6096c4;
  text-decoration: none; }
  a:hover {
    opacity: 0.8; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0;
  padding: 0; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #e5e5e5;
  --blue-light: #D5F2F7;
  --primary: #2689B1;
  --second: #2DC0D6;
  --third: #25B494;
  --text-body: #05173f;
  --shadow: 0 0 8px 8px rgba(255, 255, 255, 0.4);
  --radius: 5px; }

/* Base Setting
---------------------------------------- */
html {
  scroll-behavior: smooth; }

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: "dnp-shuei-mgothic-std", "Kosugi Maru", sans-serif;
  overflow-wrap: break-word;
  font-weight: 300;
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.875;
  position: relative;
  width: 100%;
  background: var(--white);
  letter-spacing: 0.75px; }

a {
  transition: all 0.3s;
  color: var(--primary);
  outline: none !important; }
  a:hover {
    opacity: 1;
    color: var(--second); }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "dnp-shuei-mgothic-std", "Kosugi Maru", sans-serif;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 1px; }

h1 {
  font-size: 2.25rem;
  line-height: 1.3; }
  @media (min-width: 48em) {
    h1 {
      font-size: 2.875rem; } }

h2 {
  font-size: 2.25rem;
  line-height: 1.15; }
  @media (min-width: 48em) {
    h2 {
      font-size: 2.5rem; } }

h3 {
  font-size: 1.875rem;
  line-height: 1.16; }
  @media (min-width: 48em) {
    h3 {
      font-size: 2rem; } }

h4 {
  font-size: 1.625rem;
  line-height: 1.16; }
  @media (min-width: 48em) {
    h4 {
      font-size: 1.875rem; } }

h5 {
  font-size: 1.25rem;
  line-height: 1.2; }
  @media (min-width: 48em) {
    h5 {
      font-size: 1.5rem; } }

h6 {
  font-size: 1.125rem;
  line-height: 1.3; }
  @media (min-width: 48em) {
    h6 {
      font-size: 1.25rem; } }

img {
  max-width: 100%;
  vertical-align: bottom; }

.container, .container-fluid, .header__container {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 35px;
  position: relative; }

.breadcrumb, .pagination ul, .header__nav ul, .overview__list ul {
  margin: 0;
  padding: 0;
  list-style: none; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="phone"],
input[type="search"],
textarea,
select {
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  padding: 15px 24px;
  outline: none !important; }

.btn,
button,
input[type="button"],
input[type="submit"] {
  transition: all 0.3s;
  padding: 4px 25px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  background: url("../images/arrow-btn.png") no-repeat calc(100% - 20px) 50%/6px var(--white);
  color: var(--second);
  font-size: 15px;
  border: 1px solid var(--second);
  border-radius: 100px;
  box-shadow: 0 0 8px 8px rgba(255, 255, 255, 0.4); }
  @media only screen and (min-width: 768px) {
    .btn,
    button,
    input[type="button"],
    input[type="submit"] {
      max-width: 230px; } }
  @media only screen and (min-width: 992px) {
    .btn,
    button,
    input[type="button"],
    input[type="submit"] {
      font-size: 20px;
      border-width: 2px;
      padding: 10px 25px;
      background-position: calc(100% - 40px) 50%;
      background-size: 11px;
      max-width: 380px; } }
  .btn:hover,
  button:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover {
    opacity: 0.8;
    color: var(--second); }

.btn--left {
  background-position: 20px 50%;
  background-image: url("../images/arrow-left-blue.png"); }
  @media only screen and (min-width: 992px) {
    .btn--left {
      background-position: 40px 50%; } }

.container-fluid {
  max-width: 1920px; }
  @media (min-width: 48em) {
    .container-fluid {
      padding: 0 64px; } }

.hamburger {
  position: relative;
  width: 55px;
  height: 55px;
  line-height: 1;
  cursor: pointer;
  display: block;
  right: 0;
  z-index: 99;
  align-self: flex-end;
  opacity: 1;
  background: var(--primary); }
  .hamburger span {
    width: 29px;
    height: 2px;
    background: var(--white);
    backface-visibility: hidden;
    position: absolute;
    display: block;
    margin: auto;
    transition: 0.3s all ease;
    transform: rotate(0deg);
    border-radius: 5px;
    top: calc(50% - 1.5px);
    left: calc(50% - 14.5px); }
    .hamburger span::before, .hamburger span::after {
      content: "";
      transform-origin: center center;
      width: 20px;
      height: 2px;
      background: var(--black);
      backface-visibility: hidden;
      position: absolute;
      left: 5px;
      top: 10px;
      transition: 0.3s all ease;
      border-radius: 5px;
      opacity: 1; }
    .hamburger span::after {
      top: -10px; }
  .hamburger.active span {
    transform: rotate(225deg); }
    .hamburger.active span::before, .hamburger.active span::after {
      transform: rotate(-90deg);
      top: 0;
      left: 0;
      width: 29px; }
    .hamburger.active span::after {
      opacity: 0; }

@media screen and (min-width: 1024px) {
  .pcbr {
    display: block; }
  .spbr {
    display: none; } }

@media screen and (max-width: 1024px) {
  .pcbr {
    display: none; }
  .spbr {
    display: block; } }

.section__heading {
  text-align: center;
  margin: 0 0 26px; }
  @media only screen and (min-width: 768px) {
    .section__heading {
      margin-bottom: 6.3%; } }
  .section__heading h3 {
    color: var(--second);
    font-size: 10px;
    line-height: 1.3;
    font-weight: 300;
    letter-spacing: 3px;
    margin: 0 0 6px;
    text-shadow: -1px 1px 1px #fff, 1px 1px 1px #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, -2px 2px 1px #fff, 2px 2px 1px #fff, 2px -2px 0 #fff, -2px -2px 0 #fff; }
    @media only screen and (min-width: 768px) {
      .section__heading h3 {
        font-size: 18px;
        margin: 0 0 1%; } }
  .section__heading h2 {
    color: var(--text-body);
    font-size: 21px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 14px;
    text-shadow: -1px 1px 2px #fff, 1px 2px 2px #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, -2px 2px 2px #fff, 2px 2px 2px #fff, 2px -2px 0 #fff, -2px -2px 0 #fff; }
    @media only screen and (min-width: 768px) {
      .section__heading h2 {
        font-size: 30px;
        letter-spacing: 3px;
        margin: 0 0 2.4%; } }
    @media only screen and (min-width: 992px) {
      .section__heading h2 {
        font-size: 40px; } }
  .section__heading p {
    color: var(--text-body);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 300;
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .section__heading p {
        font-size: 20px; } }
  .section__heading--2 {
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .section__heading--2 {
        text-align: left; } }
    .section__heading--2 h2 {
      color: var(--text-body);
      font-size: 21px;
      line-height: 1.3;
      font-weight: 700;
      letter-spacing: 1px;
      margin: 0;
      text-shadow: -1px 1px 2px #fff, 1px 2px 2px #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, -2px 2px 2px #fff, 2px 2px 2px #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
      position: relative;
      z-index: 1; }
      @media only screen and (min-width: 768px) {
        .section__heading--2 h2 {
          font-size: 30px;
          letter-spacing: 3px; } }
      @media only screen and (min-width: 992px) {
        .section__heading--2 h2 {
          font-size: 42px;
          line-height: 60px; } }
    .section__heading--2 h3 {
      font-family: "North Avellion DEMO", sans-serif;
      color: var(--primary);
      font-weight: 400;
      font-size: 40px;
      margin: -12px 0 0;
      letter-spacing: 3px; }
      @media only screen and (min-width: 768px) {
        .section__heading--2 h3 {
          font-size: 80px;
          margin: -31px 0 0;
          letter-spacing: 6px; } }

.slick-slider .slick-arrow {
  min-width: auto;
  box-shadow: 0 0 8px 8px rgba(255, 255, 255, 0.4);
  background-position: 50% 50%;
  background-color: var(--white);
  background-repeat: no-repeat;
  background-size: 6px 10px;
  width: 30px;
  height: 30px;
  border: 1px solid #25B494;
  z-index: 9; }
  @media only screen and (min-width: 992px) {
    .slick-slider .slick-arrow {
      width: 60px;
      height: 60px;
      background-size: 11px 18px;
      border-width: 2px; } }
  .slick-slider .slick-arrow::before {
    display: none; }
  .slick-slider .slick-arrow.slick-prev {
    left: -24px;
    background-image: url("../images/arrow-left-primary.png"); }
    @media only screen and (min-width: 1400px) {
      .slick-slider .slick-arrow.slick-prev {
        left: -60px; } }
  .slick-slider .slick-arrow.slick-next {
    right: -24px;
    background-image: url("../images/arrow-right-primary.png"); }
    @media only screen and (min-width: 1400px) {
      .slick-slider .slick-arrow.slick-next {
        right: -60px; } }

.breadcrumb {
  display: flex;
  font-size: 12px;
  line-height: 15px;
  padding: 12px 0 0px; }
  @media only screen and (min-width: 768px) {
    .breadcrumb {
      font-size: 16px;
      line-height: 1.875;
      padding: 23px 0 11px; } }
  .breadcrumb li + li::before {
    content: '>';
    margin: 0 12px; }
    @media only screen and (min-width: 768px) {
      .breadcrumb li + li::before {
        margin: 0 20px; } }
  .breadcrumb li a {
    color: var(--text-body); }

.pagination {
  margin-top: 40px;
  line-height: 1;
  font-size: 14px; }
  @media only screen and (min-width: 768px) {
    .pagination {
      font-size: 18px; } }
  .pagination ul {
    display: flex;
    justify-content: center; }
    .pagination ul li {
      margin: 0 5px; }
      .pagination ul li a,
      .pagination ul li span {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        color: var(--text-body); }
      .pagination ul li span {
        background: #fff; }
      .pagination ul li.page-prev a, .pagination ul li.page-next a {
        background: #96DFEA; }

body.admin-bar #wpadminbar {
  position: fixed;
  top: 0; }

body.admin-bar .header {
  top: 46px; }
  @media screen and (min-width: 783px) {
    body.admin-bar .header {
      top: 32px; } }

body.shown-nav .header__nav {
  top: 100%;
  visibility: visible;
  opacity: 1; }

.header {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
  transition: all 0.3s;
  background: transparent; }
  @media only screen and (min-width: 768px) {
    .header {
      padding: 30px 0; } }
  @media only screen and (min-width: 1200px) {
    .header {
      padding: 59px 0; } }
  .header.sticky {
    background: var(--white);
    box-shadow: 0 3px 8px 0px #dfdfdf; }
    @media only screen and (min-width: 768px) {
      .header.sticky {
        padding: 20px 0; } }
  .header__container {
    max-width: 1566px;
    padding: 0; }
  .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px; }
  .header__logo {
    position: relative;
    z-index: 9;
    transition: all 0.3s;
    max-width: 65%; }
    @media only screen and (min-width: 768px) {
      .header__logo {
        padding-right: 25px; } }
    .header__logo img {
      max-height: 34px;
      display: block;
      transition: 0.3s all; }
  @media only screen and (max-width: 767px) {
    .header__nav {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: calc(100% + 50px);
      left: 0;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s;
      width: 100%;
      text-align: center;
      z-index: 5;
      background: rgba(255, 255, 255, 0.9);
      padding: 50px 20px; } }
  .header__nav ul {
    border-bottom: 1px dotted #DDD; }
    @media only screen and (min-width: 768px) {
      .header__nav ul {
        display: flex;
        align-items: center;
        border-right: 1px dashed #C0C0C0;
        border-bottom: 0; } }
    @media only screen and (max-width: 767px) {
      .header__nav ul {
        width: 100%; } }
    .header__nav ul li {
      text-transform: uppercase;
      border-top: 1px dotted #DDD;
      padding: 19px 22px; }
      @media only screen and (min-width: 768px) {
        .header__nav ul li {
          border-left: 1px dashed #C0C0C0;
          padding: 0 10px;
          border-top: 0; } }
      @media only screen and (min-width: 992px) {
        .header__nav ul li {
          padding: 0 25px; } }
      .header__nav ul li a {
        color: var(--white);
        position: relative;
        overflow: hidden;
        font-weight: 500;
        display: block;
        background-color: var(--primary);
        font-size: 14px;
        line-height: 1.5;
        padding: 8px 25px 8px 10px;
        border-radius: 25px; }
        @media only screen and (min-width: 768px) {
          .header__nav ul li a {
            padding: 2px 10px;
            white-space: nowrap; } }
        @media only screen and (min-width: 992px) {
          .header__nav ul li a {
            font-size: 16px; } }
        @media only screen and (max-width: 767px) {
          .header__nav ul li a {
            background-image: url("../images/arrow-right.png");
            background-position: calc(100% - 16px) 50%;
            background-size: 6px auto;
            background-repeat: no-repeat; } }
        .header__nav ul li a span {
          display: block;
          color: var(--primary);
          font-size: 10px;
          letter-spacing: 1px; }
          @media only screen and (min-width: 768px) {
            .header__nav ul li a span {
              display: none; } }
      .header__nav ul li:nth-child(n + 2) a {
        background-color: var(--second); }
      .header__nav ul li:nth-child(n + 3) a {
        background-color: var(--third); }
  .header .hamburger {
    border: none;
    right: -15px; }
    .header .hamburger span {
      background: var(--white); }
      .header .hamburger span::after, .header .hamburger span::before {
        background: var(--white); }
    @media only screen and (min-width: 768px) {
      .header .hamburger {
        display: none; } }

.footer {
  color: var(--white);
  padding-top: 12px;
  position: relative;
  background: #51A1C1;
  margin-top: 12vw;
  font-size: 14px;
  line-height: 22px; }
  @media only screen and (min-width: 768px) {
    .footer {
      font-size: 16px;
      line-height: 30px;
      margin-top: 7vw;
      padding-top: 10px; } }
  .footer::before {
    content: '';
    background: url("../images/footer-bg-mb.png") no-repeat 50% 0/cover;
    position: absolute;
    bottom: calc(100% - 1px);
    width: 100%;
    height: 12vw; }
    @media only screen and (min-width: 768px) {
      .footer::before {
        background-image: url("../images/footer-bg.png");
        bottom: 100%;
        height: 7vw; } }
  .footer__top {
    position: relative; }
    @media only screen and (min-width: 768px) {
      .footer__top {
        display: flex;
        margin: 0 -15px;
        padding: 30px 0; } }
    .footer__top--left {
      margin-bottom: 26px; }
      @media only screen and (min-width: 768px) {
        .footer__top--left {
          width: 49%;
          padding: 0 15px; } }
      .footer__top--left a img {
        max-width: 71%; }
        @media only screen and (min-width: 768px) {
          .footer__top--left a img {
            max-width: 100%; } }
    @media only screen and (min-width: 768px) {
      .footer__top--right {
        width: 51%;
        padding: 0 15px; } }
    .footer__top--address {
      margin-bottom: 22px; }
      @media only screen and (min-width: 768px) {
        .footer__top--address {
          margin-bottom: 31px; } }
      .footer__top--address p {
        margin: 0; }
      @media only screen and (min-width: 768px) {
        .footer__top--address br {
          display: none; } }
    .footer__top--hotline {
      font-size: 15px;
      display: flex;
      align-items: center; }
      @media only screen and (min-width: 768px) {
        .footer__top--hotline {
          font-size: 22px; } }
      @media only screen and (min-width: 992px) {
        .footer__top--hotline {
          font-size: 28px; } }
      .footer__top--hotline p {
        margin: 0; }
      .footer__top--hotline a {
        display: inline-flex;
        align-items: center;
        color: var(--white);
        letter-spacing: 2px; }
        @media only screen and (min-width: 992px) {
          .footer__top--hotline a {
            letter-spacing: 4px; } }
        .footer__top--hotline a img {
          height: 30px;
          margin-right: 14px; }
          @media only screen and (min-width: 768px) {
            .footer__top--hotline a img {
              height: 40px; } }
          @media only screen and (min-width: 992px) {
            .footer__top--hotline a img {
              height: 60px; } }
      .footer__top--hotline span {
        font-size: 11px;
        display: inline-block;
        margin-left: 13px;
        margin-top: 6px; }
        @media only screen and (min-width: 992px) {
          .footer__top--hotline span {
            font-size: 14px;
            margin-left: 19px;
            margin-top: 10px; } }
    .footer__top .back-to-top {
      position: absolute;
      top: -15vw;
      right: -17px;
      z-index: 9; }
      @media only screen and (min-width: 768px) {
        .footer__top .back-to-top {
          right: 10px;
          top: -9vw; } }
      @media only screen and (min-width: 1200px) {
        .footer__top .back-to-top {
          right: 0;
          top: -7.5vw; } }
      @media only screen and (min-width: 1600px) {
        .footer__top .back-to-top {
          right: -12.5%; } }
      .footer__top .back-to-top img {
        height: 41px; }
        @media only screen and (min-width: 768px) {
          .footer__top .back-to-top img {
            height: 60px; } }
        @media only screen and (min-width: 992px) {
          .footer__top .back-to-top img {
            height: 82px; } }
  .footer__bottom {
    text-align: center;
    font-size: 10px;
    padding: 25px 0 15px; }
    @media only screen and (min-width: 768px) {
      .footer__bottom {
        font-size: 14px;
        padding: 18px 0 52px; } }
    .footer__bottom p {
      margin: 0; }

/** Pages */
.banner-page__inner {
  padding: 21px 0 20px 0; }
  @media only screen and (min-width: 768px) {
    .banner-page__inner {
      padding: 40px 20px 30px; } }
  @media only screen and (min-width: 992px) {
    .banner-page__inner {
      padding: 40px 40px 30px 30px; } }
  @media only screen and (min-width: 1400px) {
    .banner-page__inner {
      padding: 61px 90px 40px 42px; } }
  @media only screen and (max-width: 767px) {
    .banner-page__inner .container {
      padding: 0 18px; } }

.banner-page picture img {
  width: 100%; }

.about-section {
  padding: 7px 0 12px; }
  @media only screen and (min-width: 768px) {
    .about-section {
      padding: 53px 0 43px; } }
  @media only screen and (max-width: 767px) {
    .about-section .container {
      padding: 0 18px; } }
  .about-section__inner {
    position: relative; }
    @media only screen and (min-width: 992px) {
      .about-section__inner {
        display: flex;
        align-items: center; } }
    .about-section__inner::before {
      content: '';
      width: 100px;
      height: 87px;
      background: url("../images/circle-1.png") no-repeat 50% 50%/100%;
      position: absolute;
      left: 0;
      top: -11%; }
      @media only screen and (min-width: 992px) {
        .about-section__inner::before {
          width: 200px;
          height: 173px;
          left: 1%;
          top: -32%; } }
    @media only screen and (min-width: 992px) {
      .about-section__inner figure {
        order: 2;
        width: 60%; } }
    .about-section__inner figure img {
      width: 100%; }
  .about-section__content {
    font-size: 14px;
    line-height: 22.5px;
    background: var(--white);
    z-index: 1;
    border-radius: 20px;
    box-shadow: var(--shadow);
    text-align: center;
    margin-top: 14px; }
    @media only screen and (min-width: 992px) {
      .about-section__content {
        order: 1;
        width: 51%;
        margin-top: 0;
        margin-right: -11%;
        font-size: 20px;
        line-height: 40px;
        padding: 6.5% 1% 4% 5.5%;
        text-align: left; } }
    .about-section__content p {
      margin: 0; }

.interview-section {
  padding: 13px 18px; }
  @media only screen and (min-width: 768px) {
    .interview-section {
      padding: 52px 20px; } }
  .interview-section__background {
    background: url("../images/section-bg-1-sm.png") no-repeat 0 0/100% auto, url("../images/section-bg-1-sm.png") no-repeat 0 calc(100% - 27px)/100% auto;
    max-width: 1536px;
    margin: 0 auto;
    padding: 38px 0 0; }
    @media only screen and (min-width: 768px) {
      .interview-section__background {
        background: url("../images/section-bg-1.png") no-repeat 50% 50%/100% 100%;
        padding: 6.4% 0 6.5%; } }
    @media only screen and (max-width: 767px) {
      .interview-section__background .container {
        padding: 0 6%; } }
  .interview-section__button {
    margin-top: -3px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .interview-section__button {
        margin-top: 6.7%; } }

.column__item {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .column__item {
      padding: 0 15px; } }
  @media only screen and (min-width: 992px) {
    .column__item {
      padding: 0 30px; } }
  .column__item figure img {
    width: 100%;
    border-radius: 10px; }
    @media only screen and (min-width: 992px) {
      .column__item figure img {
        border-radius: 20px; } }
  .column__item--content {
    pointer-events: none;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: var(--white);
    font-size: 12px;
    line-height: 20px;
    padding: 12% 6%; }
    @media only screen and (min-width: 768px) {
      .column__item--content {
        font-size: 16px;
        line-height: 30px;
        width: calc(100% - 30px);
        left: 15px;
        padding: 30px 58px 20px 58px; } }
    @media only screen and (min-width: 992px) {
      .column__item--content {
        width: calc(100% - 60px);
        left: 30px; } }
    .column__item--content h3 {
      font-size: 15px;
      font-weight: 700;
      line-height: 1.2;
      margin: 0;
      color: var(--white);
      margin: 0 0 4%; }
      @media only screen and (min-width: 768px) {
        .column__item--content h3 {
          font-size: 26px;
          margin: 0 0 9%; } }
    .column__item--content p {
      margin: 0; }

.column-section {
  padding: 27px 18px 39px; }
  @media only screen and (min-width: 768px) {
    .column-section {
      padding: 47px 0 100px; } }
  .column-section__background {
    background: url("../images/section-bg-2-sm.png") no-repeat 50% 50%/100% 100%;
    max-width: 1536px;
    margin: 0 auto;
    padding: 37px 0 39px; }
    @media only screen and (min-width: 768px) {
      .column-section__background {
        background-image: url("../images/section-bg-2.png");
        padding: 6.2% 0 6.4%; } }
    @media only screen and (max-width: 767px) {
      .column-section__background .container {
        padding: 0 7.5%; } }

.profile {
  background: var(--blue-light);
  padding: 28px 0; }
  @media only screen and (min-width: 768px) {
    .profile {
      padding: 5.2% 0 4.2%; } }
  .profile__image {
    background: var(--white);
    border-radius: 10px;
    box-shadow: var(--shadow);
    margin-bottom: 28px;
    align-items: flex-start; }
    @media only screen and (min-width: 768px) {
      .profile__image {
        display: flex;
        margin-top: 40px;
        border-radius: 20px;
        margin-bottom: 60px; } }
    .profile__image figure {
      position: relative; }
      @media only screen and (min-width: 768px) {
        .profile__image figure {
          width: 50%;
          margin-top: -40px; } }
      .profile__image figure img {
        width: 100%;
        border-radius: 10px 10px 0 0; }
        @media only screen and (min-width: 768px) {
          .profile__image figure img {
            border-radius: 20px 20px 0 20px; } }
      .profile__image figure figcaption {
        position: absolute;
        top: 0;
        left: 35px;
        width: calc(100% - 70px);
        z-index: 1;
        font-size: 13px;
        color: var(--white);
        font-weight: 300;
        line-height: 1.2;
        background: rgba(45, 192, 214, 0.6);
        border-radius: 0 0 10px 10px;
        padding: 8px;
        text-align: center; }
        @media only screen and (min-width: 768px) {
          .profile__image figure figcaption {
            font-size: 20px;
            text-align: left;
            width: 100%;
            left: 0;
            bottom: 0;
            top: auto;
            border-radius: 0 0 0 20px;
            padding: 15px 10%; } }
        @media only screen and (min-width: 992px) {
          .profile__image figure figcaption {
            font-size: 24px; } }
    @media only screen and (min-width: 768px) {
      .profile__image--content {
        width: 50%; } }
    .profile__image--content h3 {
      font-size: 13px;
      line-height: 1.2;
      color: var(--white);
      font-weight: 300;
      background: var(--second);
      margin: 0;
      text-align: center;
      padding: 7px 10px; }
      @media only screen and (min-width: 768px) {
        .profile__image--content h3 {
          font-size: 20px;
          border-radius: 0 20px 0 0;
          text-align: left;
          padding: 16px 16px 16px 10.3%; } }
      @media only screen and (min-width: 992px) {
        .profile__image--content h3 {
          font-size: 24px; } }
    .profile__image--content p {
      padding: 16px 10px;
      margin: 0;
      font-size: 15px;
      line-height: 25px;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .profile__image--content p {
          font-size: 16px;
          line-height: 30px;
          text-align: left;
          padding: 5% 10%; } }
      @media only screen and (min-width: 992px) {
        .profile__image--content p {
          font-size: 20px;
          line-height: 40px; } }
      @media only screen and (min-width: 1200px) {
        .profile__image--content p {
          font-size: 26px;
          line-height: 50px;
          padding: 7.6% 10.2%; } }
  .profile__content {
    box-shadow: var(--shadow);
    background: var(--white);
    border: 10px;
    padding: 29px 22px 25px;
    border-radius: 10px; }
    @media only screen and (min-width: 768px) {
      .profile__content {
        border-radius: 20px;
        padding: 4.6% 5.1% 4.3%; } }
    .profile__content h3 {
      font-size: 13px;
      line-height: 1.2;
      color: var(--primary);
      margin: 0 0 14px; }
      @media only screen and (min-width: 768px) {
        .profile__content h3 {
          letter-spacing: 6px;
          font-size: 26px;
          margin: 0 0 2.5%; } }
    .profile__content p {
      font-size: 13px;
      line-height: 20px;
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .profile__content p {
          font-size: 18px;
          line-height: 36px; } }

.cards {
  padding: 30px 0 30px; }
  @media only screen and (min-width: 768px) {
    .cards {
      padding: 80px 0 77px; } }
  @media only screen and (min-width: 768px) {
    .cards__item {
      display: flex; } }
  .cards__item + .cards__item {
    margin-top: 30px; }
    @media only screen and (min-width: 768px) {
      .cards__item + .cards__item {
        margin-top: 57px; } }
  @media only screen and (min-width: 768px) {
    .cards__item--content {
      width: 50%;
      padding-right: 6.5%; } }
  .cards__item--heading {
    background: #EAF8FB;
    border-radius: 10px;
    padding: 5px 10px;
    margin-bottom: 16px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .cards__item--heading {
        border-radius: 20px;
        text-align: left;
        padding: 18px 32px 15px;
        margin-bottom: 43px; } }
    .cards__item--heading h3 {
      font-size: 10px;
      font-weight: 300;
      color: var(--primary);
      line-height: 1.2;
      margin: 0 0 3px; }
      @media only screen and (min-width: 768px) {
        .cards__item--heading h3 {
          font-size: 18px;
          margin: 0 0 7px; } }
    .cards__item--heading h2 {
      font-size: 19px;
      color: var(--text-body);
      line-height: 1.2;
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .cards__item--heading h2 {
          font-size: 32px; } }
  .cards__item--body {
    font-size: 13px;
    line-height: 20px; }
    @media only screen and (min-width: 768px) {
      .cards__item--body {
        font-size: 16px;
        line-height: 30px; } }
  @media only screen and (min-width: 768px) {
    .cards__item figure {
      width: 50%; } }
  .cards__item figure img {
    width: 100%;
    border-radius: 10px; }
    @media only screen and (min-width: 768px) {
      .cards__item figure img {
        border-radius: 20px; } }
  @media only screen and (min-width: 768px) {
    .cards__item:nth-child(even) figure {
      order: -1; } }
  @media only screen and (min-width: 768px) {
    .cards__item:nth-child(even) .cards__item--content {
      padding-left: 6.5%;
      padding-right: 0; } }

.points {
  padding: 27px 0;
  background: #D5F2F7; }
  @media only screen and (min-width: 768px) {
    .points {
      padding: 90px 0 99px; } }
  @media only screen and (min-width: 768px) {
    .points__inner {
      display: flex; } }
  @media only screen and (min-width: 768px) {
    .points__heading {
      width: 35.6%; } }
  .points__list {
    margin-top: 11px; }
    @media only screen and (min-width: 768px) {
      .points__list {
        width: 64.4%;
        padding-top: 10px;
        margin-top: 0; } }
  .points__item {
    box-shadow: var(--shadow);
    background: var(--white);
    border-radius: 10px;
    padding: 22px 20px 17px; }
    @media only screen and (min-width: 768px) {
      .points__item {
        border-radius: 20px;
        padding: 5.3% 8% 4.1%; } }
    .points__item + .points__item {
      margin-top: 25px; }
      @media only screen and (min-width: 768px) {
        .points__item + .points__item {
          margin-top: 40px; } }
    .points__item--heading {
      display: flex;
      align-items: center;
      margin-bottom: 11px; }
      .points__item--heading figure {
        margin-right: 7px; }
        @media only screen and (min-width: 768px) {
          .points__item--heading figure {
            margin-right: 17px; } }
        .points__item--heading figure img {
          width: 35px; }
          @media only screen and (min-width: 768px) {
            .points__item--heading figure img {
              width: 70px; } }
      .points__item--heading h3 {
        font-size: 14px;
        line-height: 1.2;
        margin: 0;
        color: var(--text-body); }
        @media only screen and (min-width: 768px) {
          .points__item--heading h3 {
            font-size: 26px; } }
    .points__item p {
      font-size: 12px;
      line-height: 18px;
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .points__item p {
          font-size: 18px;
          line-height: 36px; } }

.overview {
  padding: 29px 0 30px;
  background: #EAF8FB; }
  @media only screen and (min-width: 768px) {
    .overview {
      padding: 92px 0 100px; } }
  .overview__inner {
    margin-top: 11px;
    background: var(--white);
    border-radius: 10px;
    box-shadow: var(--shadow); }
    @media only screen and (min-width: 768px) {
      .overview__inner {
        display: flex;
        margin-top: 5.7%;
        border-radius: 20px; } }
  @media only screen and (min-width: 768px) {
    .overview__image {
      width: 46.5%;
      margin-top: -15%; } }
  @media only screen and (min-width: 768px) {
    .overview__image figure {
      width: 75%;
      margin-left: auto;
      margin-bottom: 5.9%; } }
  .overview__image figure img {
    width: 100%;
    border-radius: 10px 10px 0 0; }
    @media only screen and (min-width: 768px) {
      .overview__image figure img {
        border-radius: 20px 20px 0 20px; } }
  .overview__image p {
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    padding: 17px 20px; }
    @media only screen and (min-width: 768px) {
      .overview__image p {
        font-size: 16px;
        line-height: 30px;
        padding: 0 10% 0 0; } }
  .overview__list {
    padding: 5px 20px 15px; }
    @media only screen and (min-width: 768px) {
      .overview__list {
        order: -1;
        width: 53.5%;
        padding: 4% 3% 4% 5%; } }
    .overview__list ul {
      font-size: 12px;
      line-height: 20px; }
      @media only screen and (min-width: 768px) {
        .overview__list ul {
          font-size: 18px;
          line-height: 40px; } }
      @media only screen and (min-width: 768px) {
        .overview__list ul li {
          display: flex; } }
      .overview__list ul li label {
        margin: 0;
        font-weight: 700; }
        @media only screen and (min-width: 768px) {
          .overview__list ul li label {
            width: 21.6%; } }
      .overview__list ul li p {
        margin: 0; }
        @media only screen and (min-width: 768px) {
          .overview__list ul li p {
            width: 78.4%; } }
      .overview__list ul li a {
        color: var(--text-body); }

.repo__button {
  padding: 8.1% 0 10%;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .repo__button {
      padding: 4.2% 0 5.2%; } }

.interview {
  padding: 28px 0 39px;
  background: #D5F2F7;
  margin-bottom: 22.5%; }
  @media only screen and (min-width: 768px) {
    .interview {
      padding: 5.2% 0 4.8%;
      margin-bottom: 140px; } }
  @media only screen and (min-width: 1200px) {
    .interview {
      margin-bottom: 233px; } }
  @media only screen and (min-width: 768px) {
    .interview__list {
      display: flex;
      flex-wrap: wrap;
      gap: 30px; } }
  @media only screen and (min-width: 1200px) {
    .interview__list {
      gap: 60px 45px; } }
  .interview__item {
    padding-left: 10px;
    position: relative;
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      .interview__item {
        width: calc(33.33% - 20px);
        margin-bottom: 0; } }
    @media only screen and (min-width: 1200px) {
      .interview__item {
        width: calc(33.33% - 30px); } }
    .interview__item figure{overflow: hidden;border-radius: 10px;}
    .interview__item figure img {
      width: 100%;transition: all 0.5s ease;}
    .interview__item figure:hover img{
        transform: scale(1.1);
    }
      @media only screen and (min-width: 992px) {
        .interview__item figure {
          border-radius: 20px; } }
    .interview__item--number {
      position: absolute;
      top: 0;
      left: 10px;
      width: 22%;
      height: 22%;
      background: #d5f2f7;
      display: flex;
      align-items: center;
      justify-content: center;
      text-transform: uppercase;
      border-radius: 10px;
      text-align: center;
      pointer-events: none; }
      @media only screen and (min-width: 992px) {
        .interview__item--number {
          border-radius: 20px; } }
      .interview__item--number h4 {
        font-size: 14px;
        line-height: 1;
        color: var(--second);
        font-weight: 300;
        margin: 0; }
        @media only screen and (min-width: 992px) {
          .interview__item--number h4 {
            font-size: 18px; } }
        .interview__item--number h4 span {
          font-weight: 700;
          color: var(--text-body);
          font-size: 22px;
          display: block;
          margin-top: 4px; }
          @media only screen and (min-width: 992px) {
            .interview__item--number h4 span {
              font-size: 34px; } }
    .interview__item h3 {
      position: absolute;
      bottom: 29px;
      left: 0;
      font-size: 13px;
      font-weight: 300;
      color: var(--white);
      background: rgba(45, 192, 214, 0.85);
      margin: 0;
      padding: 10px 20px;
      width: 100%;
      max-width: 78%;
      border-radius: 0 10px 10px 0;
      pointer-events: none; }
      @media only screen and (min-width: 992px) {
        .interview__item h3 {
          font-size: 16px;
          padding: 13px 20px; } }
      .interview__item h3::before {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        border-top: 5px solid #2DC0D6;
        border-right: 5px solid #2DC0D6;
        border-left: 5px solid transparent;
        border-bottom: 5px solid transparent; }

/*# sourceMappingURL=styles.css.map */