/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Slick Slider + global wrapper styles */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0);
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: rgba(0, 0, 0, 0);
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: rgba(0, 0, 0, 0);
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

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

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* Body reset */
body {
  font-size: 0;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

body.hidden {
  overflow: hidden;
}

/* Image reset */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Wrapper */
.wrapper {
  padding: 0 15px;
  max-width: 1920px;
  margin: 0 auto;
}

@media screen and (min-width: 1536px) {
  .wrapper {
    padding: 0 48px;
  }
}

@media screen and (min-width: 1920px) {
  .wrapper {
    padding: 0 240px;
  }
}

/* Header styles */

.header {
  padding: 15px 0;
  background: #dcedf0;
}

@media screen and (min-width: 1024px) {
  .header {
    padding: 30px 0;
  }
}

.header .layout {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

@media screen and (min-width: 1024px) {
  .header .layout {
    gap: 45px;
    align-items: center;
  }
}

.header .layout .logo {
  display: inline-block;
  flex-shrink: 0;
}

.header .layout .slide {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 78px);
  max-width: 375px;
  height: 100vh;
  background: #dcedf0;
  padding: 15px;
  border-right: 2px solid #1d1d1b;
  transform: translateX(calc(-100% - 2px));
  overflow-y: auto;
  z-index: 100;
  transition: transform 0.3s ease-in-out;
}

.header .layout .slide.open {
  transform: translateX(0);
}

@media screen and (min-width: 1024px) {
  .header .layout .slide {
    position: static;
    width: 100%;
    max-width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    border-right: none;
    transform: translateX(0);
    overflow-y: visible;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
}

@media screen and (min-width: 1366px) {
  .header .layout .slide {
    flex-direction: row;
    justify-content: flex-end;
  }
}

.header .layout .slide .nav {
  margin: 0 0 45px;
}

@media screen and (min-width: 1024px) {
  .header .layout .slide .nav {
    margin: 0;
  }
}

.header .layout .slide .nav .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media screen and (min-width: 1024px) {
  .header .layout .slide .nav .menu {
    flex-direction: row;
    gap: 30px;
    align-items: center;
  }
}

.header .layout .slide .nav .menu li a {
  text-decoration: none;
  color: #1d1d1b;
  font-family: "Bebas Neue";
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 1200px) {
  .header .layout .slide .nav .menu li a {
    font-size: 32px;
  }
}

.header .layout .slide .nav .menu li:hover a,
.header .layout .slide .nav .menu li:focus a,
.header .layout .slide .nav .menu li.current-menu-item a {
  color: #417a85;
}

.header .layout .slide .nav .menu li.custom a {
  color: #1d1d1b !important;
}

.header .layout .slide .nav .menu li.button a {
  color: #fff;
  font-size: 18px;
  background: #417a85;
  border: 1px solid #417a85;
  padding: 10px 25px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

@media screen and (min-width: 1200px) {
  .header .layout .slide .nav .menu li.button a {
    font-size: 24px;
  }
}

.header .layout .slide .nav .menu li.button a::before {
  content: "";
  display: block;
  width: 14.313px;
  height: 16px;
  background-image: url(../../dist/images/form.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.header .layout .slide .nav .menu li.button:hover a,
.header .layout .slide .nav .menu li.button:focus a,
.header .layout .slide .nav .menu li.button.current-menu-item a {
  color: #fff;
  background: #3a6d77;
}

.header .layout .slide .sm_wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
}

.header .layout .slide .sm_wrapper .txt {
  color: #417a85;
  font-family: "Bebas Neue";
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}

@media screen and (min-width: 1200px) {
  .header .layout .slide .sm_wrapper .txt {
    font-size: 32px;
  }
}

.header .layout .slide .sm_wrapper .sm {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 15px;
}

.header .layout .slide .sm_wrapper .sm li a {
  text-decoration: none;
  color: #417a85;
  font-size: 24px;
  line-height: 1;
  transition: color 0.3s ease-in-out;
}

@media screen and (min-width: 1200px) {
  .header .layout .slide .sm_wrapper .sm li a {
    font-size: 32px;
  }
}

.header .layout .slide .sm_wrapper .sm li a:hover,
.header .layout .slide .sm_wrapper .sm li a:focus {
  color: #3a6d77;
}

.header .layout .toggle {
  width: 48px;
  height: 24px;
  margin: 0 0 3px 0;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .header .layout .toggle {
    display: none;
  }
}

.header .layout .toggle span {
  width: 100%;
  height: 0;
  border-bottom: 5px solid #1d1d1b;
  position: absolute;
}

.header .layout .toggle span:nth-of-type(1) {
  top: 0;
  transform: translateZ(0);
  transition: all 0.3s ease-in-out;
}

.header .layout .toggle span:nth-of-type(2) {
  opacity: 1;
  top: 50%;
  transition: all 0.1s ease-in-out;
}

.header .layout .toggle span:nth-of-type(3) {
  top: 100%;
  transform: translateZ(0);
  transition: all 0.3s ease-in-out;
}

.header .layout .toggle.open span:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg) translateZ(0);
}

.header .layout .toggle.open span:nth-of-type(2) {
  opacity: 0;
}

.header .layout .toggle.open span:nth-of-type(3) {
  top: 50%;
  transform: rotate(135deg) translateZ(0);
}

/* Contents & Home Section */

.contents p,
.contents ul,
.contents ol {
  margin: 0 0 15px;
  font-size: 12px;
  line-height: 17px;
}

@media screen and (min-width: 1024px) {
  .contents p,
  .contents ul,
  .contents ol {
    font-size: 16px;
    line-height: 21px;
  }
}

.contents p strong,
.contents ul strong,
.contents ol strong {
  font-weight: 700;
}

.contents p a,
.contents ul a,
.contents ol a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.contents ul,
.contents ol {
  margin: 0 0 0 17px;
  padding: 0;
  list-style-position: outside;
  display: grid;
  gap: 5px;
}

.contents ul ul,
.contents ul ol,
.contents ol ul,
.contents ol ol {
  margin: 5px 0 0 17px;
}

.contents *:last-child {
  margin-bottom: 0 !important;
}

/* Type 1 Contents */
.contents.type_1:has(p+h1) p:first-of-type,
.contents.type_1:has(p+h2) p:first-of-type {
  margin: 0 0 7.5px;
  font-family: "Square Peg";
  font-size: 18px;
  line-height: 23px;
}

@media screen and (min-width: 1200px) {
  .contents.type_1:has(p+h1) p:first-of-type,
  .contents.type_1:has(p+h2) p:first-of-type {
    font-size: 2.5vw;
    line-height: calc(2.5vw + 5px);
  }
}

@media screen and (min-width: 1920px) {
  .contents.type_1:has(p+h1) p:first-of-type,
  .contents.type_1:has(p+h2) p:first-of-type {
    font-size: 48px;
    line-height: 53px;
  }
}

.contents.type_1 h1,
.contents.type_1 h2 {
  margin: 0 0 15px;
  font-family: "Bebas Neue";
  font-size: 33px;
  line-height: 38px;
  font-weight: 400;
}

@media screen and (min-width: 1200px) {
  .contents.type_1 h1,
  .contents.type_1 h2 {
    font-size: 4.58vw;
    line-height: calc(4.58vw + 5px);
  }
}

@media screen and (min-width: 1920px) {
  .contents.type_1 h1,
  .contents.type_1 h2 {
    font-size: 88px;
    line-height: 93px;
  }
}

.contents.type_1:has(h1) h2,
.contents.type_1:has(h2) h3 {
  margin: 0 0 15px;
  font-family: "Bebas Neue";
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}

@media screen and (min-width: 1200px) {
  .contents.type_1:has(h1) h2,
  .contents.type_1:has(h2) h3 {
    font-size: 2.5vw;
    line-height: calc(2.5vw + 5px);
  }
}

@media screen and (min-width: 1920px) {
  .contents.type_1:has(h1) h2,
  .contents.type_1:has(h2) h3 {
    font-size: 48px;
    line-height: 53px;
  }
}

/* Type 2 Contents */
.contents.type_2 h2,
.contents.type_2 h3 {
  margin: 0 0 15px;
  font-family: "Bebas Neue";
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}

@media screen and (min-width: 1200px) {
  .contents.type_2 h2,
  .contents.type_2 h3 {
    font-size: 2.5vw;
    line-height: calc(2.5vw + 5px);
  }
}

@media screen and (min-width: 1920px) {
  .contents.type_2 h2,
  .contents.type_2 h3 {
    font-size: 48px;
    line-height: 53px;
  }
}

/* Theme 1 */
.contents.theme_1:has(p+h1) p:first-of-type,
.contents.theme_1:has(p+h2) p:first-of-type {
  color: #417a85;
}

.contents.theme_1 h1,
.contents.theme_1 h2 {
  color: #1d1d1b;
}

.contents.theme_1 p,
.contents.theme_1 ul,
.contents.theme_1 ol {
  color: #828282;
}

.contents.theme_1 p a:hover,
.contents.theme_1 p a:focus,
.contents.theme_1 ul a:hover,
.contents.theme_1 ul a:focus,
.contents.theme_1 ol a:hover,
.contents.theme_1 ol a:focus {
  color: #417a85;
}

.contents.theme_1 ul li::marker {
  color: #417a85;
}

/* Theme 2 */
.contents.theme_2:has(p+h1) p:first-of-type,
.contents.theme_2:has(p+h2) p:first-of-type {
  color: #fff;
}

.contents.theme_2 h1,
.contents.theme_2 h2 {
  color: #fff;
}

.contents.theme_2 p,
.contents.theme_2 ul,
.contents.theme_2 ol {
  color: #fff;
}

.contents.theme_2 p a:hover,
.contents.theme_2 p a:focus,
.contents.theme_2 ul a:hover,
.contents.theme_2 ul a:focus,
.contents.theme_2 ol a:hover,
.contents.theme_2 ol a:focus {
  color: #fff;
}

.contents.theme_2 ul li::marker {
  color: #fff;
}

/* Home Section 1 */
.home_1 {
  background: #dcedf0;
  padding: 30px 0;
}

@media screen and (min-width: 1024px) {
  .home_1 {
    padding: 45px 0 60px;
  }
}

.home_1 .contents {
  margin: 0 auto 30px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .home_1 .contents {
    max-width: 800px;
  }
}

.home_1 .contents h1 {
  margin: 0;
}
/* Home Sections */

/* Home 1 - Offer Buttons */
.home_1 .offer {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.home_1 .offer li a {
  text-decoration: none;
  color: #417a85;
  font-family: "Bebas Neue";
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  border: 1px solid #417a85;
  padding: 10px 25px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 1200px) {
  .home_1 .offer li a {
    font-size: 24px;
  }
}

.home_1 .offer li a img {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.home_1 .offer li a:hover,
.home_1 .offer li a:focus {
  color: #fff;
  background: #417a85;
}

/* Home 2 */
.home_2 {
  position: relative;
  margin: 0 0 45px;
}

@media screen and (min-width: 1024px) {
  .home_2 {
    margin: 0 0 60px;
  }
}

.home_2::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: #dcedf0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.home_2 .layout {
  display: grid;
  gap: 30px;
}

@media screen and (min-width: 1024px) {
  .home_2 .layout {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
}

.home_2 .layout .col_1,
.home_2 .layout .col_3 {
  width: 0;
  min-width: 100%;
  overflow: hidden;
}

.home_2 .layout .col_1 .slider .slide .image,
.home_2 .layout .col_3 .slider .slide .image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 150% 0 0;
  border-radius: 200px;
}

.home_2 .layout .col_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .home_2 .layout .col_2 {
    display: contents;
  }
}

.home_2 .layout .col_2 .image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 150% 0 0;
}

.home_2 .layout .col_2 img {
  width: 37.5%;
  height: auto;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 1024px) {
  .home_2 .layout .col_2 img {
    width: 18.5vw;
  }
}

@media screen and (min-width: 1920px) {
  .home_2 .layout .col_2 img {
    width: 267px;
  }
}

/* Home 3 */
.home_3 {
  margin: 0 0 45px;
}

@media screen and (min-width: 1024px) {
  .home_3 {
    margin: 0 0 60px;
  }
}

@media screen and (min-width: 1024px) {
  .home_3 .layout {
    display: grid;
    grid-template-columns: 1fr 1fr 350px;
    gap: 45px;
    align-items: center;
  }
}

.home_3 .layout .col_1 {
  margin: 0 0 15px;
}

@media screen and (min-width: 1024px) {
  .home_3 .layout .col_1 {
    margin: 0;
  }
}

.home_3 .layout .col_2 {
  margin: 0 0 30px;
}

@media screen and (min-width: 1024px) {
  .home_3 .layout .col_2 {
    margin: 0;
  }
}

.home_3 .layout .btn_wrapper {
  display: inline-block;
  position: relative;
  padding: 63px 0 0;
}

.home_3 .layout .btn_wrapper .btn {
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 350px;
  color: #417a85;
  font-family: "Bebas Neue";
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  background: #dcedf0;
  padding: 10px 25px;
  border-radius: 50px;
  transition: background 0.3s ease-in-out;
}

@media screen and (min-width: 1200px) {
  .home_3 .layout .btn_wrapper .btn {
    font-size: 24px;
  }
}

.home_3 .layout .btn_wrapper .btn svg {
  fill: #417a85;
}

.home_3 .layout .btn_wrapper .btn:hover,
.home_3 .layout .btn_wrapper .btn:focus {
  background: #c6d5d8;
}

.home_3 .layout .btn_wrapper img {
  position: absolute;
  top: 0;
  right: 30px;
}

/* Home 4 */
.home_4 {
  margin: 0 0 45px;
}

@media screen and (min-width: 1024px) {
  .home_4 {
    margin: 0 0 60px;
  }
}

.home_4 .layout {
  display: grid;
  gap: 30px;
}

@media screen and (min-width: 1024px) {
  .home_4 .layout {
    grid-template-columns: 3fr 2fr;
    gap: 45px;
    align-items: center;
  }
}

.home_4 .layout .col_1 {
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  gap: 15px;
  align-items: center;
}

.home_4 .layout .col_1 .image_1 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100% 0 0;
  border-radius: 75px;
}

@media screen and (min-width: 1024px) {
  .home_4 .layout .col_1 .image_1 {
    border-radius: 200px;
  }
}

.home_4 .layout .col_1 .image_2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 166.6666666667% 0 0;
  border-radius: 200px;
}

.home_4 .layout .col_2 .contents {
  margin: 0 0 30px;
}

.home_4 .layout .col_2 .btn_wrapper {
  display: inline-flex;
  align-items: center;
}

.home_4 .layout .col_2 .btn_wrapper .btn {
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #417a85;
  font-family: "Bebas Neue";
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  background: #dcedf0;
  padding: 10px 25px;
  border-radius: 50px 0 0 50px;
  transition: background 0.3s ease-in-out;
}

@media screen and (min-width: 1200px) {
  .home_4 .layout .col_2 .btn_wrapper .btn {
    font-size: 24px;
  }
}

.home_4 .layout .col_2 .btn_wrapper .btn:hover,
.home_4 .layout .col_2 .btn_wrapper .btn:focus {
  background: #c6d5d8;
}

.home_4 .layout .col_2 .btn_wrapper img {
  margin-left: -15px;
}

/* Reviews Module */
.reviews_module {
  margin: 0 0 45px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .reviews_module {
    margin: 0 0 60px;
  }
}

.reviews_module .contents {
  margin: 0 0 30px;
  display: inline-flex;
  flex-direction: column;
  gap: 15px;
}

@media screen and (min-width: 1024px) {
  .reviews_module .contents {
    gap: 0;
    margin: 0 0 45px;
  }
}

.reviews_module .contents::after {
  align-self: flex-end;
}

@media screen and (min-width: 1024px) {
  .reviews_module .contents::after {
    margin: 0 -85px 0 0;
  }
}

/* Home 6 */
.home_6 {
  background: #dcedf0;
  padding: 45px 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .home_6 {
    padding: 60px 0;
  }
}

/* Row 1 */
.home_6 .row_1 {
  margin: 0 0 30px;
}

@media screen and (min-width: 1024px) {
  .home_6 .row_1 {
    margin: 0 0 45px;
  }
}

.home_6 .row_1 .contents {
  display: inline-flex;
  flex-direction: column;
  gap: 15px;
}

.home_6 .row_1 .contents::before {
  align-self: flex-end;
  margin: 0 0 -53px;
}

@media screen and (min-width: 1024px) {
  .home_6 .row_1 .contents::before {
    margin: 0 -85px -53px 0;
  }
}

@media screen and (min-width: 1200px) {
  .home_6 .row_1 .contents::before {
    margin: 0 -85px calc(-2.5vw - 5px - 30px) 0;
  }
}

@media screen and (min-width: 1920px) {
  .home_6 .row_1 .contents::before {
    margin: 0 -85px -83px 0;
  }
}

/* Rows 2–4 */
.home_6 .row_2,
.home_6 .row_3,
.home_6 .row_4 {
  margin: 0 0 30px;
}

@media screen and (min-width: 1024px) {
  .home_6 .row_2,
  .home_6 .row_3,
  .home_6 .row_4 {
    margin: 0 0 45px;
  }
}

.home_6 .row_2 .contents,
.home_6 .row_3 .contents,
.home_6 .row_4 .contents {
  margin: 0 0 15px;
}

@media screen and (min-width: 1024px) {
  .home_6 .row_2 .contents,
  .home_6 .row_3 .contents,
  .home_6 .row_4 .contents {
    margin: 0 0 30px;
  }
}

/* Buttons in Rows 2–4 */
.home_6 .row_2 .btn_wrapper,
.home_6 .row_3 .btn_wrapper,
.home_6 .row_4 .btn_wrapper {
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .home_6 .row_2 .btn_wrapper,
  .home_6 .row_3 .btn_wrapper,
  .home_6 .row_4 .btn_wrapper {
    justify-content: flex-end;
  }
}

.home_6 .row_2 .btn_wrapper .btn,
.home_6 .row_3 .btn_wrapper .btn,
.home_6 .row_4 .btn_wrapper .btn {
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #417a85;
  font-family: "Bebas Neue";
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  background: #fff;
  padding: 10px 25px;
  border-radius: 50px;
  transition: background 0.3s ease-in-out;
}

@media screen and (min-width: 1200px) {
  .home_6 .row_2 .btn_wrapper .btn,
  .home_6 .row_3 .btn_wrapper .btn,
  .home_6 .row_4 .btn_wrapper .btn {
    font-size: 24px;
  }
}

.home_6 .row_2 .btn_wrapper .btn svg,
.home_6 .row_3 .btn_wrapper .btn svg,
.home_6 .row_4 .btn_wrapper .btn svg {
  fill: #417a85;
}

.home_6 .row_2 .btn_wrapper .btn:hover,
.home_6 .row_2 .btn_wrapper .btn:focus,
.home_6 .row_3 .btn_wrapper .btn:hover,
.home_6 .row_3 .btn_wrapper .btn:focus,
.home_6 .row_4 .btn_wrapper .btn:hover,
.home_6 .row_4 .btn_wrapper .btn:focus {
  background: #c6d5d8;
}

/* Instagram grid - row 3 */
.home_6 .row_3 .instagram #sbi_images {
  display: grid !important;
  grid-column-gap: 15px !important;
}

@media screen and (min-width: 768px) {
  .home_6 .row_3 .instagram #sbi_images {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

.home_6 .row_3 .instagram #sbi_images .sbi_item a {
  display: block !important;
  cursor: pointer !important;
  position: relative !important;
}

.home_6 .row_3 .instagram #sbi_images .sbi_item a img {
  pointer-events: none !important;
}

.home_6 .row_3 .instagram #sbi_images .sbi_item a::after {
  content: "" !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.5) !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease-in-out !important;
  pointer-events: none !important;
  position: absolute !important;
}

.home_6 .row_3 .instagram #sbi_images .sbi_item a:hover::after,
.home_6 .row_3 .instagram #sbi_images .sbi_item a:focus::after {
  opacity: 1 !important;
}

/* YouTube grid - row 4 */
.home_6 .row_4 {
  margin: 0;
}

.home_6 .row_4 .youtube .sb_youtube {
  all: initial !important;
}

.home_6 .row_4 .youtube .sb_youtube .sby_items_wrap {
  all: initial !important;
  display: grid !important;
  grid-column-gap: 15px !important;
}

@media screen and (min-width: 768px) {
  .home_6 .row_4 .youtube .sb_youtube .sby_items_wrap {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

.home_6 .row_4 .youtube .sb_youtube .sby_items_wrap .sby_item {
  all: initial !important;
}

.home_6 .row_4 .youtube .sb_youtube .sby_items_wrap .sby_item .sby_inner_item {
  all: initial !important;
}

.home_6 .row_4 .youtube .sb_youtube .sby_items_wrap .sby_item .sby_inner_item .sby_video_thumbnail_wrap {
  all: initial !important;
}

.home_6 .row_4 .youtube .sb_youtube .sby_items_wrap .sby_item .sby_inner_item .sby_video_thumbnail_wrap .sby_video_thumbnail .sby_thumbnail_hover {
  background: rgba(0, 0, 0, 0.5) !important;
  transition: opacity 0.3s ease-in-out !important;
}

.home_6 .row_4 .youtube .sb_youtube .sby_items_wrap .sby_item .sby_inner_item .sby_video_thumbnail_wrap .sby_video_thumbnail .sby_thumbnail_hover .sby_thumbnail_hover_inner {
  padding: 15px !important;
}

.home_6 .row_4 .youtube .sb_youtube .sby_items_wrap .sby_item .sby_inner_item .sby_video_thumbnail_wrap .sby_video_thumbnail .sby_thumbnail_hover .sby_thumbnail_hover_inner .sby_video_title {
  font-family: "Roboto" !important;
}

.home_6 .row_4 .youtube .sb_youtube .sby_items_wrap .sby_item .sby_inner_item .sby_video_thumbnail_wrap .sby_video_thumbnail .sby_play_btn {
  opacity: 1 !important;
}
/* Contact Module */
.contact_module {
  padding: 45px 0 0;
}

@media screen and (min-width: 1024px) {
  .contact_module {
    padding: 60px 0 0;
  }
}

/* Layout */
.contact_module .layout {
  display: grid;
  gap: 30px;
}

@media screen and (min-width: 1024px) {
  .contact_module .layout {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px;
    align-items: center;
  }
}

@media screen and (min-width: 1366px) {
  .contact_module .layout {
    grid-template-columns: 2fr 1fr 2fr;
  }
}

/* Column 1 */
.contact_module .layout .col_1 .contents {
  text-align: center;
  margin: 0 0 30px;
}

.contact_module .layout .col_1 .contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

@media screen and (min-width: 1366px) {
  .contact_module .layout .col_1 .contact {
    gap: 30px;
  }
}

.contact_module .layout .col_1 .contact .item {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Bebas Neue";
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  transition: color 0.3s ease-in-out;
}

@media screen and (min-width: 1200px) {
  .contact_module .layout .col_1 .contact .item {
    font-size: 24px;
  }
}

.contact_module .layout .col_1 .contact .item:hover,
.contact_module .layout .col_1 .contact .item:focus {
  color: #c6d5d8 !important;
}

/* Column 2 - image */
.contact_module .layout .col_2 {
  height: 100%;
}

.contact_module .layout .col_2 .image {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  object-fit: cover;
  padding: 166.6667% 0 0;
  border-radius: 200px;
  height: 100%;
}

/* Column 3 - form */
@media screen and (min-width: 1024px) {
  .contact_module .layout .col_3 {
    grid-column: 1 / span 2;
  }
}

@media screen and (min-width: 1366px) {
  .contact_module .layout .col_3 {
    grid-column: auto;
  }
}

.contact_module .layout .col_3 .form {
  background: #dcedf0;
  padding: 15px;
  border-radius: 25px;
}

@media screen and (min-width: 1024px) {
  .contact_module .layout .col_3 .form {
    padding: 30px;
    border-radius: 50px;
  }
}

@media screen and (min-width: 1366px) {
  .contact_module .layout .col_3 .form {
    padding: 45px;
  }
}

@media screen and (min-width: 1536px) {
  .contact_module .layout .col_3 .form {
    padding: 60px;
    border-radius: 100px;
  }
}

/* Form fields and blocks */
.contact_module .layout .col_3 .form form br {
  display: none;
}

.contact_module .layout .col_3 .form form .block_1 {
  display: grid;
  gap: 15px;
  margin: 0 0 15px;
}

@media screen and (min-width: 1024px) {
  .contact_module .layout .col_3 .form form .block_1 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.contact_module .layout .col_3 .form form .block_1 .field input[type=text],
.contact_module .layout .col_3 .form form .block_1 .field input[type=email],
.contact_module .layout .col_3 .form form .block_1 .field textarea {
  display: block;
  width: 100%;
  outline: none;
  border: none;
  background: #fff;
  padding: 10px 15px;
  color: #417a85;
  font-size: 16px;
  line-height: 21px;
  border-radius: 40px;
  transition: all 0.3s ease-in-out;
}

/* Placeholder styles */
.contact_module .layout .col_3 .form form .block_1 .field input[type=text]::placeholder,
.contact_module .layout .col_3 .form form .block_1 .field input[type=email]::placeholder,
.contact_module .layout .col_3 .form form .block_1 .field textarea::placeholder {
  color: #417a85;
  transition: color 0.3s ease-in-out;
}

.contact_module .layout .col_3 .form form .block_1 .field input:focus,
.contact_module .layout .col_3 .form form .block_1 .field textarea:focus {
  background: #417a85;
  color: #fff;
}

.contact_module .layout .col_3 .form form .block_1 .field textarea {
  resize: none;
  height: 167px;
}

/* Accepts / checkboxes */
.contact_module .layout .col_3 .form form .block_2 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media screen and (min-width: 1024px) {
  .contact_module .layout .col_3 .form form .block_2 {
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
  }
}

.contact_module .layout .col_3 .form form .block_2 .accepts .accept {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}

/* Buttons in block_2 */
.contact_module .layout .col_3 .form form .block_2 .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #417a85;
  font-family: "Bebas Neue";
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  background: rgba(0, 0, 0, 0);
  padding: 10px 25px;
  border: 1px solid #417a85;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 1200px) {
  .contact_module .layout .col_3 .form form .block_2 .btn {
    font-size: 24px;
  }
}

.contact_module .layout .col_3 .form form .block_2 .btn svg {
  fill: #417a85;
  transition: fill 0.3s ease-in-out;
}

.contact_module .layout .col_3 .form form .block_2 .btn:hover,
.contact_module .layout .col_3 .form form .block_2 .btn:focus {
  color: #fff;
  background: #417a85;
}

.contact_module .layout .col_3 .form form .block_2 .btn:hover svg,
.contact_module .layout .col_3 .form form .block_2 .btn:focus svg {
  fill: #fff;
}

/* Themes */
.contact_module.theme_1 {
  background: #417a85;
}

.contact_module.theme_1 .layout .col_1 .contact .item {
  color: #fff;
}

.contact_module.theme_2 .layout .col_1 .contact .item {
  color: #417a85;
}

/* Footer */
.footer {
  background: #417a85;
  padding: 45px 0;
}

@media screen and (min-width: 1024px) {
  .footer {
    padding: 60px 0;
  }
}
/* Footer */
.footer .layout {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media screen and (min-width: 1024px) {
  .footer .layout {
    flex-direction: row;
    gap: 45px;
    justify-content: space-between;
  }
}

/* Footer Column 1 */
.footer .layout .col_1 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media screen and (min-width: 768px) {
  .footer .layout .col_1 {
    flex-direction: row;
    gap: 30px;
    align-items: center;
  }
}

/* Social Wrapper */
.footer .layout .col_1 .sm_wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
}

.footer .layout .col_1 .sm_wrapper .txt {
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}

@media screen and (min-width: 1200px) {
  .footer .layout .col_1 .sm_wrapper .txt {
    font-size: 24px;
  }
}

.footer .layout .col_1 .sm_wrapper .sm {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer .layout .col_1 .sm_wrapper .sm li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  transition: color 0.3s ease-in-out;
}

@media screen and (min-width: 1200px) {
  .footer .layout .col_1 .sm_wrapper .sm li a {
    font-size: 24px;
  }
}

.footer .layout .col_1 .sm_wrapper .sm li a:hover,
.footer .layout .col_1 .sm_wrapper .sm li a:focus {
  color: #c6d5d8;
}

/* Footer navigation menu */
.footer .layout .col_1 .nav .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 30px;
}

.footer .layout .col_1 .nav .menu li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  transition: color 0.3s ease-in-out;
}

.footer .layout .col_1 .nav .menu li:hover a,
.footer .layout .col_1 .nav .menu li:focus a,
.footer .layout .col_1 .nav .menu li.current-menu-item a {
  color: #c6d5d8;
}

/* Footer Column 2 */
.footer .layout .col_2 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media screen and (min-width: 768px) {
  .footer .layout .col_2 {
    flex-direction: row;
    gap: 30px;
    align-items: center;
  }
}

.footer .layout .col_2 .txt p {
  margin: 0 0 15px;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
}

.footer .layout .col_2 .txt p a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease-in-out;
}

.footer .layout .col_2 .txt p a:hover,
.footer .layout .col_2 .txt p a:focus {
  color: #c6d5d8;
}

.footer .layout .col_2 .txt *:last-child {
  margin-bottom: 0 !important;
}

.footer .layout .col_2 .txt_2 p {
  display: flex;
  align-items: center;
}

.footer .layout .col_2 .txt_2 p img {
  margin-left: 7.5px;
}

/* Banner */
.banner {
  background: #dcedf0;
  padding: 15px 0 30px;
  margin: 0 0 45px;
}

@media screen and (min-width: 1024px) {
  .banner {
    padding: 0 0 60px;
    margin: 0 0 60px;
  }
}

.banner .txt {
  text-align: center;
}

.banner .txt p:nth-of-type(1) {
  margin: 0 0 15px;
  color: rgba(29, 29, 27, 0.5);
  font-size: 12px;
  line-height: 17px;
}

.banner .txt p:nth-of-type(1) a {
  text-decoration: none;
  color: inherit;
  font-weight: 600;
}

.banner .txt p:nth-of-type(1) i {
  margin: 0 7.5px;
}

.banner .txt h1 {
  margin: 0;
  font-family: "Bebas Neue";
  font-size: 33px;
  line-height: 38px;
  font-weight: 400;
}

@media screen and (min-width: 1200px) {
  .banner .txt h1 {
    font-size: 4.58vw;
    line-height: calc(4.58vw + 5px);
  }
}

@media screen and (min-width: 1920px) {
  .banner .txt h1 {
    font-size: 88px;
    line-height: 93px;
  }
}

/* About Section 1 */
.about_1 {
  padding: 0 0 45px;
  border-bottom: 2px solid #dcedf0;
}

@media screen and (min-width: 1024px) {
  .about_1 {
    padding: 0 0 60px;
  }
}

.about_1 .layout {
  display: grid;
  gap: 30px;
}

@media screen and (min-width: 1024px) {
  .about_1 .layout {
    grid-template-columns: 2fr 3fr;
    gap: 45px;
    align-items: center;
  }
}

.about_1 .layout .col_1 .contents {
  margin: 0 0 30px;
}

.about_1 .layout .col_1 .contents h2 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

@media screen and (min-width: 1024px) {
  .about_1 .layout .col_1 .contents h2 {
    flex-direction: row;
    align-items: flex-end;
  }
}

/* About button */
.about_1 .layout .col_1 .btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #417a85;
  font-family: "Bebas Neue";
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  background: #dcedf0;
  padding: 10px 25px;
  border-radius: 50px;
  transition: background 0.3s ease-in-out;
}

@media screen and (min-width: 1200px) {
  .about_1 .layout .col_1 .btn {
    font-size: 24px;
  }
}

.about_1 .layout .col_1 .btn svg {
  fill: #417a85;
}

.about_1 .layout .col_1 .btn:hover,
.about_1 .layout .col_1 .btn:focus {
  background: #c6d5d8;
}

/* About images */
.about_1 .layout .col_2 {
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  gap: 15px;
  align-items: center;
}

.about_1 .layout .col_2 .image_1 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100% 0 0;
  border-radius: 75px;
}

@media screen and (min-width: 1024px) {
  .about_1 .layout .col_2 .image_1 {
    border-radius: 200px;
  }
}

.about_1 .layout .col_2 .image_2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 166.6667% 0 0;
  border-radius: 200px;
}

.about_2 {
  padding: 45px 0;
  border-bottom: 2px solid #dcedf0;
}
@media screen and (min-width: 1024px) {
  .about_2 {
    padding: 60px 0;
  }
}

.about_2 .row_1 {
  margin: 0 0 30px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .about_2 .row_1 {
    margin: 0 0 45px;
  }
}

.about_2 .row_1 .contents h2 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 1024px) {
  .about_2 .row_1 .contents h2 {
    flex-direction: row;
    align-items: flex-start;
  }
}

.about_2 .row_2 {
  margin: 0 0 30px;
}
@media screen and (min-width: 1024px) {
  .about_2 .row_2 {
    margin: 0 0 45px;
  }
}

.about_2 .row_2 .layout {
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  .about_2 .row_2 .layout {
    grid-template-columns: 2fr 1fr;
    gap: 45px;
    align-items: center;
  }
}

.about_2 .row_2 .layout .col_1 {
  display: grid;
  gap: 30px;
}

.about_2 .row_2 .layout .col_1 .block_1 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 1024px) {
  .about_2 .row_2 .layout .col_1 .block_1 {
    flex-direction: row;
    gap: 30px;
  }
}

.about_2 .row_2 .layout .col_1 .block_1 .contents:nth-of-type(1) {
  flex-shrink: 0;
}

.about_2 .row_2 .layout .col_1 .block_3 {
  background: #dcedf0;
  padding: 15px;
  border-radius: 35px;
}
@media screen and (min-width: 1024px) {
  .about_2 .row_2 .layout .col_1 .block_3 {
    padding: 30px;
    border-radius: 70px;
  }
}

.about_2 .row_2 .layout .col_1 .block_3 .txt {
  text-align: center;
}

.about_2 .row_2 .layout .col_1 .block_3 .txt p:nth-of-type(1) {
  margin: 0 0 15px;
  color: #417a85;
  font-family: "Square Peg";
  font-size: 18px;
  line-height: 23px;
}
@media screen and (min-width: 1024px) {
  .about_2 .row_2 .layout .col_1 .block_3 .txt p:nth-of-type(1) {
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .about_2 .row_2 .layout .col_1 .block_3 .txt p:nth-of-type(1) {
    font-size: 3vw;
    line-height: calc(3vw + 5px);
  }
}
@media screen and (min-width: 1920px) {
  .about_2 .row_2 .layout .col_1 .block_3 .txt p:nth-of-type(1) {
    font-size: 58px;
    line-height: 63px;
  }
}

.about_2 .row_2 .layout .col_1 .block_3 .txt p:nth-of-type(2) {
  margin: 0;
  color: #417a85;
  text-align: center;
  font-size: 12px;
  line-height: 17px;
}

.about_2 .row_2 .layout .col_2 {
  height: 100%;
}

.about_2 .row_2 .layout .col_2 .image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 150% 0 0;
  border-radius: 200px;
  position: relative;
  height: 100%;
  object-fit: cover;
}
.about_2 .row_2 .layout .col_2 .image img {
  width: 34.33%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .about_2 .row_2 .layout .col_2 .image img {
    width: 8.33vw;
  }
}
@media screen and (min-width: 1920px) {
  .about_2 .row_2 .layout .col_2 .image img {
    width: 160px;
  }
}

.about_2 .row_3 .layout {
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  .about_2 .row_3 .layout {
    grid-template-columns: 1fr 2fr;
    gap: 45px;
    align-items: center;
  }
}

.about_2 .row_3 .layout .col_1 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 1024px) {
  .about_2 .row_3 .layout .col_1 {
    flex-direction: row;
    gap: 30px;
    order: 2;
  }
}
.about_2 .row_3 .layout .col_1 .contents:nth-of-type(1) {
  flex-shrink: 0;
}

.about_2 .row_3 .layout .col_2 {
  height: 100%;
}

.about_2 .row_3 .layout .col_2 .image_wrapper {
  position: relative;
  height: 100%;
  padding-left: 45px;
}
@media screen and (min-width: 1920px) {
  .about_2 .row_3 .layout .col_2 .image_wrapper {
    padding-left: 0;
  }
}
.about_2 .row_3 .layout .col_2 .image_wrapper .image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 75% 0 0;
  border-radius: 200px;
  height: 100%;
  object-fit: cover;
}
.about_2 .row_3 .layout .col_2 .image_wrapper img {
  width: 28.82%;
  height: auto;
  position: absolute;
  top: 30px;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .about_2 .row_3 .layout .col_2 .image_wrapper img {
    width: 6.98vw;
  }
}
@media screen and (min-width: 1920px) {
  .about_2 .row_3 .layout .col_2 .image_wrapper img {
    width: 134px;
    left: -45px;
  }
}

/* about_3 */
.about_3 {
  padding: 45px 0;
  border-bottom: 2px solid #dcedf0;
  margin: 0 0 45px;
}
@media screen and (min-width: 1024px) {
  .about_3 {
    padding: 60px 0;
    margin: 0 0 60px;
  }
}

.about_3 .row_2 .slider {
  margin: 0 -7.5px;
}
.about_3 .row_2 .slider .slide {
  margin: 0 7.5px;
  outline: none;
}
.about_3 .row_2 .slider .slide .image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 142.5% 0 0;
  border-radius: 200px;
}

.offer_1 {
  margin: 0 0 45px;
}
@media screen and (min-width: 1024px) {
  .offer_1 {
    margin: 0 0 60px;
  }
}

.offer_1 .offer_wrapper {
  display: grid;
  gap: 45px;
}
@media screen and (min-width: 1024px) {
  .offer_1 .offer_wrapper {
    gap: 60px;
  }
}

.offer_1 .offer_wrapper .logo {
  width: 137.5px;
  margin: 0 auto;
}

.offer_1 .offer_wrapper .offer {
  display: flex;
  flex-direction: column;
  margin: -7.5px;
}
@media screen and (min-width: 1024px) {
  .offer_1 .offer_wrapper .offer {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.offer_1 .offer_wrapper .offer .item_wrapper {
  padding: 7.5px;
}
@media screen and (min-width: 1024px) {
  .offer_1 .offer_wrapper .offer .item_wrapper {
    flex: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.offer_1 .offer_wrapper .offer .item_wrapper .item {
  background: #f1f8f9;
  padding: 15px;
  border-radius: 35px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .offer_1 .offer_wrapper .offer .item_wrapper .item {
    padding: 30px;
    border-radius: 70px;
    gap: 25px;
    height: 100%;
  }
}

.offer_1 .offer_wrapper .offer .item_wrapper .item .languages p {
  margin: 0;
  display: inline-flex;
  gap: 7.5px;
}
@media screen and (min-width: 1024px) {
  .offer_1 .offer_wrapper .offer .item_wrapper .item .languages p {
    gap: 15px;
  }
}
.offer_1 .offer_wrapper .offer .item_wrapper .item .languages p img {
  border-radius: 50%;
}

.offer_1 .offer_wrapper .offer .item_wrapper .item .price {
  color: #417a85;
  font-family: "Bebas Neue";
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .offer_1 .offer_wrapper .offer .item_wrapper .item .price {
    font-size: 24px;
    line-height: 29px;
  }
}

.offer_1 .offer_wrapper .offer.offer__3 .item_wrapper:nth-of-type(1),
.offer_1 .offer_wrapper .offer.offer__3 .item_wrapper:nth-of-type(2),
.offer_1 .offer_wrapper .offer.offer__4 .item_wrapper:nth-of-type(1),
.offer_1 .offer_wrapper .offer.offer__4 .item_wrapper:nth-of-type(2) {
  flex: 50%;
  max-width: 50%;
}

.offer_1 .offer_wrapper .info {
  color: #828282;
  text-align: center;
  font-size: 16px;
}

.contact_1 {
  margin: 0 0 45px;
}
@media screen and (min-width: 1024px) {
  .contact_1 {
    margin: 0 0 60px;
  }
}

.contact_1 .col_1 .contents_wrapper {
  position: relative;
  margin: 0 0 15px;
}

.contact_1 .col_1 .contents_wrapper svg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .contact_1 .col_1 .contents_wrapper svg {
    width: calc(100% + 60px);
  }
}
@media screen and (min-width: 1536px) {
  .contact_1 .col_1 .contents_wrapper svg {
    width: calc(100% + 90px);
    margin-left: -30px;
  }
}

.contact_1 .col_1 .contents_wrapper .contents {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.contact_2 .map iframe {
  width: 100%;
  height: 500px;
}

.posts {
  display: grid;
  grid-row-gap: 30px;
  grid-column-gap: 15px;
}
@media screen and (min-width: 768px) {
  .posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .posts {
    grid-template-columns: repeat(3, 1fr);
  }
}

.posts .post {
  text-decoration: none;
}

.posts .post .image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 3/2;
  border-radius: 100px;
  overflow: hidden;
  margin: 0 0 15px;
  position: relative;
}

.posts .post .image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  transition: opacity .3s ease-in-out;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}

.posts .post h2,
.posts .post h3 {
  margin: 0;
  color: #417a85;
  font-family: "Bebas Neue";
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
  transition: color .3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .posts .post h2,
  .posts .post h3 {
    font-size: 24px;
    line-height: 29px;
  }
}

.posts .post:hover .image::after,
.posts .post:active .image::after {
  opacity: 1;
}

.posts .post:hover h2,
.posts .post:hover h3,
.posts .post:active h2,
.posts .post:active h3 {
  color: #1d1d1b;
}

.blog_1 {
  margin: 0 0 45px;
}
@media screen and (min-width: 1024px) {
  .blog_1 {
    margin: 0 0 60px;
  }
}

.blog_1 .pagination {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 45px 0 0;
}

.blog_1 .pagination .page-numbers {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7.5px;
  width: 30px;
  height: 30px;
  border: 1px solid #417a85;
  border-radius: 50%;
  color: #417a85;
  font-family: "Bebas Neue";
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .blog_1 .pagination .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

.blog_1 .pagination .page-numbers.current {
  background: #417a85;
  color: #fff;
}

.blog_1 .pagination .page-numbers.prev,
.blog_1 .pagination .page-numbers.next {
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
}

.single_1 {
  margin: 0 0 45px;
}
@media screen and (min-width: 1024px) {
  .single_1 {
    margin: 0 0 60px;
  }
}

.single_1 .inner {
  max-width: 875px;
  margin: 0 auto;
}

.single_1 .inner .module_1 {
  margin: 0 0 15px;
  text-align: center;
}

.single_1 .inner .module_2 {
  margin: 0 0 30px;
  text-align: center;
}

.single_1 .inner .module_2 .date {
  color: #828282;
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 7.5px;
}

.single_1 .inner .module_3 {
  margin: 0 0 30px;
}

.single_1 .inner .module_3 .image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 3/2;
  border-radius: 100px;
}

.single_1 .inner .module_4 {
  margin: 0 0 30px;
}

.single_1 .inner .module_5 .share {
  background: #417a85;
  padding: 15px;
  border-radius: 75px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.single_1 .inner .module_5 .share .txt {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}

.single_2 {
  padding: 45px 0 0;
  border-top: 2px solid #dcedf0;
  margin: 0 0 45px;
}
@media screen and (min-width: 1024px) {
  .single_2 {
    padding: 60px 0 0;
    margin: 0 0 60px;
  }
}

.single_2 .row_1 {
  margin: 0 0 30px;
}

.single_2 .row_1 .contents {
  text-align: center;
}

.form_1 {
  margin: 0 0 45px;
}
@media screen and (min-width: 1024px) {
  .form_1 {
    margin: 0 0 60px;
  }
}

.form_1 .inner {
  max-width: 975px;
  margin: 0 auto;
}

.form_1 .inner .form {
  background: #dcedf0;
  padding: 15px;
  border-radius: 25px;
}
@media screen and (min-width: 1024px) {
  .form_1 .inner .form {
    padding: 30px;
    border-radius: 50px;
  }
}
@media screen and (min-width: 1366px) {
  .form_1 .inner .form {
    padding: 45px;
  }
}
@media screen and (min-width: 1536px) {
  .form_1 .inner .form {
    padding: 60px;
    border-radius: 100px;
  }
}

.form_1 .inner .form form br {
  display: none;
}

.form_1 .inner .form form .block_1 {
  display: grid;
  gap: 15px;
  margin: 0 0 15px;
}

.form_1 .inner .form form .block_1 .field .label {
  color: #417a85;
  font-size: 16px;
  line-height: 1;
  display: block;
  margin: 0 0 7.5px;
}

.form_1 .inner .form form .block_1 .field input[type=text],
.form_1 .inner .form form .block_1 .field input[type=email],
.form_1 .inner .form form .block_1 .field select {
  display: block;
  width: 100%;
  outline: none;
  border: none;
  background-color: #fff;
  padding: 10px 15px;
  color: #417a85;
  font-size: 16px;
  line-height: 21px;
  border-radius: 40px;
  transition: all .3s ease-in-out;
}

.form_1 .inner .form form .block_1 .field input[type=text]::-moz-placeholder,
.form_1 .inner .form form .block_1 .field input[type=email]::-moz-placeholder,
.form_1 .inner .form form .block_1 .field select::-moz-placeholder {
  color: #417a85;
  -moz-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.form_1 .inner .form form .block_1 .field input[type=text]::placeholder,
.form_1 .inner .form form .block_1 .field input[type=email]::placeholder,
.form_1 .inner .form form .block_1 .field select::placeholder {
  color: #417a85;
  transition: color .3s ease-in-out;
}

.form_1 .inner .form form .block_1 .field input[type=text]:focus,
.form_1 .inner .form form .block_1 .field input[type=email]:focus,
.form_1 .inner .form form .block_1 .field select:focus {
  background-color: #417a85;
  color: #fff;
}

.form_1 .inner .form form .block_1 .field input[type=text]:focus::-moz-placeholder,
.form_1 .inner .form form .block_1 .field input[type=email]:focus::-moz-placeholder,
.form_1 .inner .form form .block_1 .field select:focus::-moz-placeholder {
  color: #fff;
}

.form_1 .inner .form form .block_1 .field input[type=text]:focus::placeholder,
.form_1 .inner .form form .block_1 .field input[type=email]:focus::placeholder,
.form_1 .inner .form form .block_1 .field select:focus::placeholder {
  color: #fff;
}

.form_1 .inner .form form .block_1 .field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../../dist/images/select.svg);
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: auto;
}

.form_1 .inner .form form .block_1 .field select option {
  color: #fff;
  font-size: 16px;
}

.form_1 .inner .form form .block_1 .field select:focus {
  background-image: url(../../dist/images/select_focus.svg);
}

.form_1 .inner .form form .block_1 .field.not-valid .label {
  color: red;
}

.form_1 .inner .form form .block_1 .field.not-valid:focus {
  background: #fff;
}

/* Block 2 - Accepts & Buttons */
.form_1 .inner .form form .block_2 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 1024px) {
  .form_1 .inner .form form .block_2 {
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
  }
}

.form_1 .inner .form form .block_2 .accepts .accept {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}

.form_1 .inner .form form .block_2 .accepts .accept .wpcf7-list-item-label {
  position: relative;
  display: block;
  margin: 3px 0 0;
}

.form_1 .inner .form form .block_2 .accepts .accept .wpcf7-list-item-label::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  background: #417a85;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.form_1 .inner .form form .block_2 .accepts .accept .wpcf7-list-item-label::after {
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  opacity: 0;
  cursor: pointer;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.form_1 .inner .form form .block_2 .accepts .accept input {
  display: none;
}

.form_1 .inner .form form .block_2 .accepts .accept input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.form_1 .inner .form form .block_2 .accepts .accept .txt {
  display: inline-block;
  color: #417a85;
  font-size: 12px;
  line-height: 17px;
  transition: color .3s ease-in-out;
}

.form_1 .inner .form form .block_2 .accepts .accept .txt a {
  text-decoration: none;
  color: inherit;
}

.form_1 .inner .form form .block_2 .accepts .accept .txt a:hover,
.form_1 .inner .form form .block_2 .accepts .accept .txt a:focus {
  text-decoration: underline;
}

.form_1 .inner .form form .block_2 .accepts .accept.not-valid .txt {
  color: red;
}

.form_1 .inner .form form .block_2 .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #417a85;
  font-family: "Bebas Neue";
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  background: rgba(0,0,0,0);
  padding: 10px 25px;
  border: 1px solid #417a85;
  border-radius: 50px;
  cursor: pointer;
  transition: all .3s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .form_1 .inner .form form .block_2 .btn {
    font-size: 24px;
  }
}

.form_1 .inner .form form .block_2 .btn svg {
  fill: #417a85;
  transition: fill .3s ease-in-out;
}

.form_1 .inner .form form .block_2 .btn:hover,
.form_1 .inner .form form .block_2 .btn:focus {
  color: #fff;
  background: #417a85;
}

.form_1 .inner .form form .block_2 .btn:hover svg,
.form_1 .inner .form form .block_2 .btn:focus svg {
  fill: #fff;
}

.form_1 .inner .form form .block_2 .btn:disabled {
  cursor: not-allowed;
}

.form_1 .inner .form form .block_2 .btn:disabled:hover,
.form_1 .inner .form form .block_2 .btn:disabled:focus {
  background: none;
  color: #417a85;
}

.form_1 .inner .form form .block_2 .btn:disabled:hover svg,
.form_1 .inner .form form .block_2 .btn:disabled:focus svg {
  stroke: #417a85;
}

.form_1 .inner .form form .wpcf7-not-valid-tip {
  display: none;
}

.form_1 .inner .form form div.wpcf7-response-output {
  width: 100%;
  margin: 30px 0 0;
  padding: 0;
  border: none;
  text-align: left;
  color: #417a85;
  font-size: 10px;
  line-height: 15px;
}
