@import url("https://use.typekit.net/lap0cmu.css");
.slick-arrow, .mobile-menu, #header .logo img, #header .logo svg, #header, a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* basic 
==================================== */
body {
  overflow-x: hidden;
  font-family: "beaufort-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3;
  color: #123464;
}
@media only screen and (min-width: 992px) {
  body {
    font-size: 19px;
  }
}

input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
  background-color: transparent !important;
}

.form-control {
  color: #EDE4D6;
  padding: 7px 0px;
  height: auto;
  font-size: 16px;
  border: 0;
  border-bottom: 1px solid #EDE4D6;
  border-radius: 0px;
  background: transparent;
}
@media only screen and (min-width: 992px) {
  .form-control {
    font-size: 22px;
  }
}

select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/arrowdown.svg?ver=1) right 0px center no-repeat;
  background-size: 17px;
  padding-right: 40px;
  height: auto !important;
}
select.form-control option {
  color: #123464;
}

textarea.form-control {
  height: 160px;
}

.form-control::placeholder {
  color: #EDE4D6;
}

.form-control:focus {
  color: #EDE4D6;
  border-color: #fff;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}

a {
  color: #123464;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #123464;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1466px;
}
@media only screen and (min-width: 992px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.container.container-sm {
  max-width: 1020px;
}

.wp-block-button {
  padding: 0;
}

.btn,
.wp-block-button__link {
  border-radius: 15px;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 15px;
  border-width: 1px;
  border-radius: 10px;
  line-height: 1;
}
.btn span,
.wp-block-button__link span {
  font-size: 13px;
}
@media only screen and (min-width: 992px) {
  .btn span,
  .wp-block-button__link span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .btn,
  .wp-block-button__link {
    font-size: 24px;
  }
}
.btn.btn-primary,
.wp-block-button__link.btn-primary {
  background: #EDE4D6;
  color: #123464;
  border-color: #EDE4D6;
  position: relative;
}
.btn.btn-primary:hover,
.wp-block-button__link.btn-primary:hover {
  background: #123464;
  color: #EDE4D6;
  background: transparent;
}
.btn.btn-secondary,
.wp-block-button__link.btn-secondary {
  background: #123464;
  color: #EDE4D6;
  border-color: #123464;
  position: relative;
}
.btn.btn-secondary:hover,
.wp-block-button__link.btn-secondary:hover {
  background: #EDE4D6;
  color: #123464;
  background: transparent;
}

b, strong {
  font-weight: 700;
}

/* Header
========================================= */
#header {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 20px 0px;
  text-align: center;
  background: #123464;
}
#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#header .menu {
  display: none;
}
#header .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header .menu ul li a {
  color: #123464;
}
@media only screen and (min-width: 992px) {
  #header .menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
#header .icon {
  margin-right: 10px;
}
@media only screen and (min-width: 992px) {
  #header .icon {
    margin-right: 30px;
  }
}
#header .icon img {
  width: 32px;
}
@media only screen and (min-width: 992px) {
  #header .icon img {
    width: 42px;
  }
}
#header .logo {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  #header .logo {
    width: auto;
    margin-bottom: 0;
  }
}
#header .logo img, #header .logo svg {
  width: 100%;
  max-width: 220px;
}
@media only screen and (min-width: 992px) {
  #header .logo img, #header .logo svg {
    max-width: 348px;
  }
}
#header .toggle {
  text-align: center;
  cursor: pointer;
}
#header .toggle img {
  width: 32px;
}

@media only screen and (min-width: 992px) {
  #header {
    padding: 40px 0;
    text-align: left;
  }
  #header .toggle {
    display: none;
  }
  #header .menu {
    width: calc(100% - 200px);
  }
  #header .menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #header .menu ul li {
    display: inline-block;
    position: relative;
  }
}
.mobile-menu {
  position: fixed;
  width: 100%;
  top: -100%;
  height: calc(100dvh - 72px);
  background: #123464;
  z-index: 9;
  overflow-y: scroll;
  left: 0;
}
.mobile-menu.active {
  top: 72px;
}
.mobile-menu .close-btn {
  opacity: 1;
  text-align: center;
  display: block;
  float: none;
  margin-top: 90px;
  margin-bottom: 20px;
}
.mobile-menu .close-btn img {
  width: 33px;
}
.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu ul li {
  padding: 20px 30px;
  border-bottom: 1px solid #123464;
}
.mobile-menu ul li a {
  position: relative;
  display: block;
  color: #EDE4D6;
  font-size: 22px;
  font-weight: 400;
}
.mobile-menu ul li ul {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}
.mobile-menu ul li ul li {
  border-bottom: 0;
  font-size: 16px;
  padding: 0;
  padding-left: 0px;
  text-transform: none;
}
.mobile-menu ul li ul li a {
  padding-left: 0;
}
.mobile-menu ul li ul li a:before {
  display: none;
}
.mobile-menu .cart {
  padding: 20px 30px;
}
.mobile-menu .cart img, .mobile-menu .cart svg {
  width: 28px;
}

.anchor {
  display: block;
  position: relative;
  visibility: hidden;
  top: -140px;
}
@media only screen and (min-width: 992px) {
  .anchor {
    top: -153px;
  }
}

.section {
  padding: 50px 0;
}
@media only screen and (min-width: 992px) {
  .section {
    padding: 90px 0;
  }
}
.section.section-page h1 {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .section.section-page h1 {
    font-size: 37px;
    margin-bottom: 40px;
  }
}
.section.section-page .link {
  margin-top: 30px;
  text-align: center;
}
.section.section-page p a {
  text-decoration: underline;
}
.section.section-page p a:hover {
  color: #123464;
}
.section.section-intro {
  text-align: center;
  background: #EDE4D6;
  font-size: 18px;
  padding: 130px 0;
  position: relative;
}
.section.section-intro:before {
  width: 2px;
  height: 72px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 30px;
  background: #123464;
}
.section.section-intro:after {
  width: 2px;
  height: 72px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 30px;
  background: #123464;
}
.section.section-intro .container {
  max-width: 1020px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .section.section-intro {
    font-size: 25px;
  }
}
.section.section-register {
  text-align: center;
  background: #123464;
  position: relative;
  color: #EDE4D6;
}
.section.section-register .container {
  position: relative;
  z-index: 2;
}
.section.section-register:before {
  width: 100%;
  height: 150px;
  content: "";
  position: absolute;
  bottom: 0px;
  background: #EDE4D6;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .section.section-register:before {
    height: 350px;
  }
}
.section.section-register h2 {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .section.section-register h2 {
    font-size: 37px;
    margin-bottom: 40px;
  }
}
.section.section-register .form {
  max-width: 550px;
  margin: 0 auto;
}
.section.section-register .form .submit {
  position: relative;
}
.section.section-register .form .submit .btn {
  min-width: 190px;
}
@media only screen and (min-width: 992px) {
  .section.section-register .form .form-group {
    margin-bottom: 40px;
  }
}
.section.section-register .form .checkbox {
  text-align: left;
}
.section.section-register .form .checkbox .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.section.section-register .form .checkbox .wpcf7-list-item {
  margin: 0 15px 0 0;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .section.section-register .form .checkbox .wpcf7-list-item {
    margin-right: 20px;
  }
}
.section.section-register .form .checkbox .wpcf7-list-item label {
  margin-bottom: 0;
}
.section.section-register .form .checkbox .wpcf7-list-item-label {
  padding-left: 30px;
}
.section.section-register .form .checkbox input[type=checkbox] {
  appearance: none;
}
.section.section-register .form .checkbox input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  height: 24px;
  width: 24px;
  border: 1px solid #EDE4D6;
}
.section.section-register .form .checkbox input[type=checkbox]:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  margin-top: -7px;
  left: 9px;
  width: 7px;
  height: 12px;
  border: solid #EDE4D6;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section.section-register .form .checkbox input[type=checkbox]:checked:after {
  display: block;
}
.section.section-register .form .checkbox input[type=radio] {
  appearance: none;
}
.section.section-register .form .checkbox input[type=radio]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  height: 24px;
  width: 24px;
  border: 1px solid #EDE4D6;
  border-radius: 50%;
}
.section.section-register .form .checkbox input[type=radio]:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  margin-top: -6px;
  left: 6px;
  width: 12px;
  height: 12px;
  background: #EDE4D6;
  border-radius: 50%;
}
.section.section-register .form .checkbox input[type=radio]:checked:after {
  display: block;
}
.section.section-register .form .checkbox .wpcf7-not-valid-tip {
  display: block;
  margin-top: 10px;
}
.section.section-register .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  .section.section-register .gallery {
    max-width: 1130px;
    margin: 0 auto;
    margin-top: 80px;
  }
}
.section.section-register .gallery .image {
  width: calc(50% - 5px);
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .section.section-register .gallery .image {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
}
.section.section-register .gallery .image img {
  width: 100%;
}

footer {
  position: relative;
  z-index: 1;
  padding: 40px 0;
  background: #123464;
  color: #EDE4D6;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  footer {
    padding: 100px 0 130px;
  }
}
footer a {
  color: #EDE4D6;
}
footer a:hover {
  color: #EDE4D6;
  text-decoration: underline;
}
footer h2 {
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  footer h2 {
    font-size: 38px;
  }
}
footer ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
footer ul li {
  margin: 0 12px;
}
footer .logo {
  margin-top: 60px;
}
footer .logo img {
  max-width: 140px;
}
@media only screen and (min-width: 992px) {
  footer .logo img {
    max-width: 165px;
  }
}

.slick-arrow {
  position: absolute;
  bottom: 0;
  border: 0;
  font-size: 0;
  width: 40px;
  height: 40px;
  background: #f2f2f2 url(../images/arrowleft.svg) center no-repeat;
  background-size: 18px;
  border-radius: 10px;
  border: 1px solid #a0a0a0;
  outline: 0;
  bottom: 0;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .slick-arrow {
    top: 50%;
    margin-top: -25px;
    bottom: auto;
    width: 50px;
    height: 50px;
  }
}
.slick-arrow:hover {
  opacity: 0.5;
}
.slick-arrow.slick-prev {
  left: 0px;
}
.slick-arrow.slick-next {
  right: 0;
  transform: scaleX(-1);
}

.slick-dots {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (min-width: 992px) {
  .slick-dots {
    margin-top: 20px;
  }
}
.slick-dots li {
  margin: 0 5px;
  display: inline-block;
  opacity: 0.3;
}
@media only screen and (min-width: 992px) {
  .slick-dots li {
    margin: 0 6px;
  }
}
.slick-dots li.slick-active {
  opacity: 1;
}
.slick-dots button {
  border: 0;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  text-indent: -9999px;
  padding: 0;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wpcf7-not-valid-tip {
  font-size: 14px !important;
  margin-top: 5px;
  text-align: center;
}

.wpcf7-spinner {
  background-color: #123464 !important;
  position: absolute !important;
  right: 0;
  top: 10px;
}
@media only screen and (min-width: 992px) {
  .wpcf7-spinner {
    top: 15px;
  }
}

.wpcf7 form .wpcf7-response-output {
  padding: 0 !important;
  border: 0 !important;
  text-align: center;
  font-weight: 600;
}

.grecaptcha-badge {
  display: none !important;
}

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