@charset "UTF-8";
/*
  0 - Helpers
  1 - Base
  2 - Vendors
  3 - Components
  4 - Layouts
  5 - Templates
 */
/* 0 */
.hidden {
  display: none;
}

/* 1 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Notera";
  src: url("../fonts/Notera.otf") format("opentype");
  src: url("../fonts/Notera.eot");
  src: url("../fonts/Notera.eot?#iefix") format("embedded-opentype"), url("../fonts/Notera.woff") format("woff"), url("../fonts/Notera.ttf") format("truetype"), url("../fonts/Notera.svg#Notera") format("svg");
  font-weight: normal;
  font-style: normal;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  word-break: break-word;
  overflow-x: hidden;
}

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

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

strong {
  font-weight: 700;
}

.grecaptcha-badge {
  display: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-fluid {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-full > .vc_row {
  margin: 0;
}

.container-full .vc_column_container > .vc_column-inner {
  padding: 0;
}

.vc_section {
  margin: 0;
  padding: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}

/* 2 */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 !important;
  outline: none;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
  -o-transition-duration: 0.22s;
  transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0 !important;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0 !important;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* 3 */
html body .btn a {
  display: inline-block !important;
  text-decoration: none !important;
  font-weight: inherit !important;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
}
html body .btn a::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #000;
  width: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease-in-out;
}
@media (hover: hover) {
  html body .btn a:hover::before {
    width: 100%;
  }
}
html body .btn a,
html body .btn a strong {
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 21.84px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
html body .btn.btn-xs a {
  padding: 10px 55px;
}
html body .btn.btn-rounded a {
  border-radius: 50px;
}
html body .btn.btn-linear-gradient__primary a {
  background: linear-gradient(to right, #f19481, #f1ad9e);
}
html body .btn.btn-linear-gradient__primary a,
html body .btn.btn-linear-gradient__primary a strong {
  color: #FFF;
}
html body .btn.btn-outline__primary a {
  border: 2px solid #f19481;
}
html body .btn.btn-outline__primary a::before {
  background: linear-gradient(to right, #f19481, #f1ad9e);
}
@media (hover: hover) {
  html body .btn.btn-outline__primary a:hover {
    color: #FFF;
  }
}
html body .btn.btn-outline__gray a {
  border: 2px solid #d8d8d8;
}
html body .btn.btn-outline__gray a {
  color: #000;
}
html body .btn.btn-outline__gray a::before {
  background: #d8d8d8;
}
@media (hover: hover) {
  html body .btn.btn-outline__gray a:hover {
    color: #FFF;
  }
}

.bubbles {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}
.bubbles > * {
  display: inline-block;
  border-radius: 100%;
  background-color: #f19481;
}
.bubbles > *:not(:last-child) {
  margin-right: 5px;
}
.bubbles > *:nth-child(1) {
  width: 9px;
  height: 9px;
}
.bubbles > *:nth-child(2) {
  width: 5px;
  height: 5px;
}
.bubbles > *:nth-child(3) {
  width: 3px;
  height: 3px;
}

.bubbles-ul {
  list-style: none;
  margin-top: 35px;
  padding: 0;
}
.bubbles-ul li,
.bubbles-ul p,
.bubbles-ul h1,
.bubbles-ul h2,
.bubbles-ul h3,
.bubbles-ul h4,
.bubbles-ul h5,
.bubbles-ul h6 {
  margin: 0;
  /*!*/
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 22.1px;
  color: #222222;
  text-align: left;
}
.bubbles-ul h3 {
  /*!*/
  font-size: 17px;
  letter-spacing: 1.02px;
  line-height: 24.05px;
  color: #000;
  font-weight: 700;
}
.bubbles-ul li {
  display: flex;
  align-items: center;
}
.bubbles-ul li .bubbles {
  margin-right: 10px;
}
.bubbles-ul li:not(:last-child) {
  margin-bottom: 20px;
}

html body .heading {
  margin-bottom: 50px;
}
html body .heading p {
  text-align: center;
  font-style: italic;
  font-size: 15px;
  letter-spacing: 1.2px;
  line-height: 23.4px;
  font-weight: 300;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
html body .heading .wpb_content_element {
  margin-bottom: 0;
}
html body .heading__two-line {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
html body .heading__two-line::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #f19481;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  z-index: -5;
}
@media only screen and (max-width: 767px) {
  html body .heading__two-line::before {
    display: none;
  }
}
html body .heading__two-line h1, html body .heading__two-line h2, html body .heading__two-line h3,
html body .heading__two-line h4, html body .heading__two-line h5, html body .heading__two-line h6,
html body .heading__two-line p {
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 2.24px;
  line-height: 43.68px;
  color: #000;
  text-align: center;
  display: inline-block;
  background-color: #FFF;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  max-width: 100%;
  font-style: normal;
  z-index: -2;
}
@media only screen and (max-width: 767px) {
  html body .heading__two-line h1, html body .heading__two-line h2, html body .heading__two-line h3,
  html body .heading__two-line h4, html body .heading__two-line h5, html body .heading__two-line h6,
  html body .heading__two-line p {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  html body .heading__two-line h1::after, html body .heading__two-line h2::after, html body .heading__two-line h3::after,
  html body .heading__two-line h4::after, html body .heading__two-line h5::after, html body .heading__two-line h6::after,
  html body .heading__two-line p::after {
    content: "";
    display: block;
    position: inherit;
    background-color: #f19481;
    height: 4px;
    width: 25px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
html body .circle-heading h1, html body .circle-heading h2, html body .circle-heading h3,
html body .circle-heading h4, html body .circle-heading h5, html body .circle-heading h6 {
  margin: 0;
  font-size: 37px;
  letter-spacing: 5.18px;
  line-height: 57.72px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}
html body .circle-heading h1::before, html body .circle-heading h2::before, html body .circle-heading h3::before,
html body .circle-heading h4::before, html body .circle-heading h5::before, html body .circle-heading h6::before {
  /*!*/
  content: "";
  display: block;
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  background-color: #f19481;
  top: 0;
  left: -32.5px;
  bottom: 0;
  margin: auto;
  z-index: -1;
  /*!*/
}
@media only screen and (max-width: 767px) {
  html body .circle-heading h1::before, html body .circle-heading h2::before, html body .circle-heading h3::before,
  html body .circle-heading h4::before, html body .circle-heading h5::before, html body .circle-heading h6::before {
    display: none;
  }
}
html body .heading__bottom-border h1, html body .heading__bottom-border h2, html body .heading__bottom-border h3,
html body .heading__bottom-border h4, html body .heading__bottom-border h5, html body .heading__bottom-border h6 {
  margin: 0;
  display: inline;
  border-bottom: 1px solid #f19481;
}
html body .heading__has-subtitle__notera p {
  font-family: "Notera", "Roboto", sans-serif !important;
  /*!*/
  font-size: 41px !important;
  letter-spacing: 0px !important;
  line-height: 54.12px !important;
  color: #010101 !important;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: left !important;
}

.heading-h2__first-style h2 {
  color: #000;
  /*!*/
  font-size: 20px;
  letter-spacing: 1.2px;
  line-height: 26px;
  display: inline;
  text-decoration: underline #000;
  font-weight: 700;
}

.heading__bubbles {
  margin-bottom: 35px;
}
.heading__bubbles h1, .heading__bubbles h2, .heading__bubbles h3,
.heading__bubbles h4, .heading__bubbles h5, .heading__bubbles h6 {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  color: #000;
  /*!*/
  font-size: 21px;
  letter-spacing: 0.42px;
  line-height: 32.76px;
  font-weight: 700;
  text-transform: uppercase;
}
.heading__bubbles h1 .bubbles, .heading__bubbles h2 .bubbles, .heading__bubbles h3 .bubbles,
.heading__bubbles h4 .bubbles, .heading__bubbles h5 .bubbles, .heading__bubbles h6 .bubbles {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}
.heading__bubbles h1 .bubbles > *:nth-child(2), .heading__bubbles h2 .bubbles > *:nth-child(2), .heading__bubbles h3 .bubbles > *:nth-child(2),
.heading__bubbles h4 .bubbles > *:nth-child(2), .heading__bubbles h5 .bubbles > *:nth-child(2), .heading__bubbles h6 .bubbles > *:nth-child(2) {
  margin-left: 5px;
  margin-right: 5px;
}
.heading__bubbles.heading__bubbles--subtitle__first-style p {
  color: #000;
  /*!*/
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 23.4px;
  font-style: italic;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 0;
}

.blocks-container .wpb_content_element {
  margin-bottom: 0;
}
.blocks-container p,
.blocks-container h1,
.blocks-container h2,
.blocks-container h3,
.blocks-container h4,
.blocks-container h5,
.blocks-container h6 {
  margin: 0;
}
.blocks-container .block-container > div > div > div {
  position: relative;
}
.blocks-container .wpb_single_image {
  position: relative;
}
.blocks-container .wpb_single_image::before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.blocks-container .block-container__text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  opacity: 0;
  padding-right: 25px;
  padding-left: 25px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.3s ease-in-out;
}
.blocks-container .block-container__text p,
.blocks-container .block-container__text a {
  text-align: center;
}
.blocks-container .block-container__text > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.blocks-container .block-container__text > div > * {
  transform: translate3d(0, 100%, 0);
}
.blocks-container .block-container__text > div > *:first-child {
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 39px;
  font-weight: 700;
  color: #383838;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
  transition: transform 0.35s;
}
@media only screen and (max-width: 479px) {
  .blocks-container .block-container__text > div > *:first-child {
    font-size: 15px;
    letter-spacing: 0.6px;
    line-height: 23.4px;
  }
}
.blocks-container .block-container__text > div > *:not(:first-child):not(:last-child) {
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 18.2px;
  font-weight: 300;
  color: #010101;
  margin-top: 30px;
  margin-bottom: 20px;
  transition: transform 0.35s;
}
@media only screen and (max-width: 479px) {
  .blocks-container .block-container__text > div > *:not(:first-child):not(:last-child) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 399px) {
  .blocks-container .block-container__text > div > *:not(:first-child):not(:last-child) {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.blocks-container .block-container__text > div > *:last-child {
  font-size: 16px;
  letter-spacing: 0.64px;
  line-height: 24.96px;
  font-weight: 900;
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, transform 0.35s;
}
@media only screen and (max-width: 479px) {
  .blocks-container .block-container__text > div > *:last-child {
    font-size: 11px;
    letter-spacing: 0.44px;
    line-height: 17.16px;
  }
}
.blocks-container .block-container__text > div > *:last-child:hover {
  border-color: #f19481;
  color: #f19481;
}
.blocks-container.blocks-container__3 > div > div > div > * {
  flex: 33.3333333333%;
}
@media only screen and (max-width: 1247px) {
  .blocks-container.blocks-container__3 > div > div > div > * {
    flex: 100%;
  }
}
.blocks-container > div > div > div {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -20px;
}
.blocks-container > div > div > div > * {
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 20px;
}
.blocks-container > div > div > div > *:hover .wpb_single_image::before,
.blocks-container > div > div > div > *:hover .block-container__text {
  opacity: 1;
}
.blocks-container > div > div > div > *:hover .block-container__title {
  opacity: 0;
}
.blocks-container > div > div > div > *:hover .block-container__text > div > * {
  transform: translate3d(0, 0, 0);
}
.blocks-container .block-container__title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.blocks-container .block-container__title h1, .blocks-container .block-container__title h2, .blocks-container .block-container__title h3,
.blocks-container .block-container__title h4, .blocks-container .block-container__title h5, .blocks-container .block-container__title h6,
.blocks-container .block-container__title p  {
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 39px;
  font-weight: 700;
  color: #121212;
  text-transform: initial;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .blocks-container .block-container__title h1, .blocks-container .block-container__title h2, .blocks-container .block-container__title h3,
  .blocks-container .block-container__title h4, .blocks-container .block-container__title h5, .blocks-container .block-container__title h6,
  .blocks-container .block-container__title p  {
    font-size: 17px;
    letter-spacing: 0.68px;
    line-height: 26.52px;
  }
}

.posts {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -30px;
}
.posts h1, .posts h2, .posts h3,
.posts h4, .posts h5, .posts h6,
.posts p {
  margin: 0;
}
.posts .posts__post {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
  flex: 25%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1247px) {
  .posts .posts__post {
    flex: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .posts .posts__post {
    flex: 100%;
  }
}
.posts .posts__post .posts__post--thumbnail {
  position: relative;
}
.posts .posts__post .posts__post--thumbnail img {
  box-shadow: 4px 6px 4.65px 0.35px rgba(0, 0, 0, 0.08);
}
.posts .posts__post .posts__post--thumbnail:hover::before, .posts .posts__post .posts__post--thumbnail:hover::after,
.posts .posts__post .posts__post--thumbnail:hover .posts__post--thumbnail__inner::before,
.posts .posts__post .posts__post--thumbnail:hover .posts__post--thumbnail__inner::after {
  opacity: 1;
}
.posts .posts__post .posts__post--thumbnail::before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.posts .posts__post .posts__post--thumbnail::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(241, 148, 129, 0.5);
  width: 55px;
  height: 55px;
  border-radius: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.posts .posts__post .posts__post--thumbnail .posts__post--thumbnail__inner {
  position: relative;
}
.posts .posts__post .posts__post--thumbnail .posts__post--thumbnail__inner::before, .posts .posts__post .posts__post--thumbnail .posts__post--thumbnail__inner::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #FFF;
  width: 17px;
  height: 1px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.posts .posts__post .posts__post--thumbnail .posts__post--thumbnail__inner::before {
  transform: rotate(90deg);
}
.posts .posts__post .posts__post--content {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.posts .posts__post .posts__post--content .posts__post--content__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.posts .posts__post .posts__post--content .posts__post--content__header .posts__post--content__header--category {
  font-size: 13px;
  letter-spacing: 1.04px;
  line-height: 20.28px;
  font-weight: 700;
}
.posts .posts__post .posts__post--content .posts__post--content__header .posts__post--content__header--category::after {
  content: "";
  display: inline-block;
  position: inherit;
  width: 40px;
  height: 1px;
  background-color: #c1c1c1;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
}
.posts .posts__post .posts__post--content .posts__post--content__header .posts__post--content__header--date {
  color: #838383;
  font-size: 13px;
  letter-spacing: 1.04px;
  line-height: 20.28px;
}
.posts .posts__post .posts__post--content .posts__post--content__title {
  font-size: 20px;
  letter-spacing: 1.6px;
  line-height: 31.2px;
  font-weight: 700;
  margin-top: 18px;
  margin-bottom: 18px;
}
.posts .posts__post .posts__post--content .posts__post--content__excerpt {
  font-size: 13px;
  letter-spacing: 1.04px;
  line-height: 20.28px;
  color: #474747;
  margin-bottom: 35px;
}
.posts .posts__post .posts__post--content .posts__post--content__footer {
  margin-top: auto;
}
.posts .posts__post .posts__post--content .posts__post--content__footer span {
  border-radius: 50px;
  background-color: #000;
  padding: 5px 25px;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}
.posts .posts__post .posts__post--content .posts__post--content__footer span::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #f19481;
  width: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease-in-out;
}
.posts .posts__post .posts__post--content .posts__post--content__footer span:hover::before {
  width: 100%;
}
.posts .posts__post .posts__post--content .posts__post--content__footer span strong {
  font-size: 13px;
  letter-spacing: 1.04px;
  line-height: 20.28px;
  font-weight: 400;
  color: #FFF;
  position: relative;
  z-index: 1;
}

.form-control {
  width: 100%;
  max-width: 100%;
  resize: none;
  border: none;
  background: transparent;
  /*!*/
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 21.84px;
  color: #4b4b4b;
  font-weight: 400;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
.form-control::placeholder {
  /*!*/
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 21.84px;
  color: #4b4b4b;
  font-weight: 400;
}
.form-control.form-control__second-style {
  background: #f7f7f7;
  border: 1px solid #ececec;
  border-radius: 50px;
  /*!*/
  font-size: 13px;
  letter-spacing: 0.26px;
  line-height: 20.28px;
  color: #696969;
  font-weight: 400;
  padding: 10px 20px;
}
.form-control.form-control__second-style::placeholder {
  /*!*/
  font-size: 13px;
  letter-spacing: 0.26px;
  line-height: 20.28px;
  color: #696969;
  font-weight: 400;
}

.file-upload {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.file-upload > span {
  color: #696969;
  /*!*/
  font-size: 13px;
  letter-spacing: 0.26px;
  line-height: 20.28px;
  font-weight: 400;
}
.file-upload .file-upload__text {
  margin-left: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 130px;
}
.file-upload input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  text-indent: -1000px;
  z-index: -1000;
}
.file-upload .file-upload__input {
  cursor: pointer;
  /*!*/
  font-size: 11px;
  letter-spacing: 0.22px;
  line-height: 17.16px;
  font-weight: 400;
  margin-left: 10px;
  color: #FFF;
  text-transform: uppercase;
  padding: 8px 20px;
  background-color: #8a8a8a;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
}
.file-upload .file-upload__input strong {
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.file-upload .file-upload__input::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #000;
  width: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease-in-out;
}
.file-upload .file-upload__input:hover::before {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .two-inputs {
    display: flex;
  }
  .two-inputs > * {
    width: 100%;
  }
  .contact-form .two-inputs > *:first-child {
    padding-right: 15px;
  }
  .contact-form .two-inputs > *:last-child {
    padding-left: 15px;
  }
}
.wpcf7-not-valid-tip {
  margin-top: 5px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  padding: 15px;
  color: #3d3d3d;
  /*!*/
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 22.75px;
  font-weight: 400;
  text-align: justify;
  border: 2px solid #f19481;
}

.comment-form p {
  margin: 0;
}
.comment-form .comment-form__submit {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  outline: none;
  padding: 10px 35px;
  background-color: #202020;
  cursor: pointer;
  display: inline-flex;
  position: relative;
}
.comment-form .comment-form__submit::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f19481;
  width: 0;
  height: 100%;
  transition: width 0.3s ease-in-out;
}
.comment-form .comment-form__submit:hover::before {
  width: 100%;
}
.comment-form .comment-form__submit span {
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 21.84px;
  font-weight: 400;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.comment-form .two-inputs {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .comment-form .two-inputs {
    margin: 0;
    display: block;
  }
}
.comment-form .two-inputs > * {
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .comment-form .two-inputs > * {
    margin-left: 0;
    margin-right: 0;
    margin-top: 25px;
  }
}
.comment-form .comment-form__footer {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .comment-form .comment-form__footer {
    margin-top: 25px;
  }
}

.form-group--rgpd {
  margin-bottom: 25px;
}
.form-group--rgpd .wpcf7-list-item {
  margin-left: 0;
}
.form-group--rgpd label {
  display: flex;
  align-items: center;
}
.form-group--rgpd label input {
  margin-right: 15px;
}
.form-group--rgpd label .wpcf7-list-item-label {
  color: #696969;
  /*!*/
  font-size: 13px;
  letter-spacing: 0.26px;
  line-height: 20.28px;
  font-weight: 400;
}

.contact-form button[type=submit] {
  background: linear-gradient(to right, #f19481, #f1ad9e);
  color: #FFF;
  border-radius: 50px;
  padding: 10px 55px;
  position: relative;
  display: inline-block !important;
  text-decoration: none !important;
  font-weight: inherit !important;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
  border: none;
  cursor: pointer;
}
.contact-form button[type=submit] span {
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 21.84px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.contact-form button[type=submit]:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #000;
  width: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease-in-out;
}
.contact-form button[type=submit]:hover:before {
  width: 100%;
}

.back-to-top {
  position: fixed;
  cursor: pointer;
  right: 0;
  transform: translate(100%, 0%);
  bottom: 15px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #f19481;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-in-out, right 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.back-to-top svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 0;
  transition: top 0.3s ease-in-out;
}
.back-to-top svg path,
.back-to-top svg polygon {
  fill: #FFF;
}
.back-to-top.is-hover {
  background-color: #000;
}
.back-to-top.is-hover svg {
  top: -3px;
}

.search-container {
  display: none;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
  background-color: #FFF;
}
.search-container p {
  margin: 0;
}
.search-container form {
  width: 100%;
  display: flex;
  align-items: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.search-container .search__input {
  position: relative;
  flex: 1;
}
.search-container .search__input .search__input--input {
  -webkit-appearance: none;
  background: #FFF;
  outline: none;
  border: 1px solid #eeeeee;
  border-radius: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 100%;
  width: 100%;
  box-shadow: 0px 3px 4.65px 0.35px rgba(0, 0, 0, 0.08);
  color: #4b4b4b;
  padding-left: 60px;
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 20.28px;
  font-family: "Roboto", sans-serif;
}
.search-container .search__input .search__input--input::placeholder {
  color: #4b4b4b;
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 20.28px;
  font-family: "Roboto", sans-serif;
}
.search-container .search__input .search__input--icon__search {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  width: 23px;
  height: 23px;
}
.search-container .search__input .search__input--icon__search path {
  fill: #f19481;
}
.search-container .search__input .search__input--right {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 479px) {
  .search-container .search__input .search__input--right {
    display: none;
  }
}
.search-container .search__input .search__input--right p {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 20.28px;
  margin-right: 35px;
}
.search-container .search__input .search__input--right svg {
  width: 15px;
  height: 15px;
}
.search-container .search__close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: relative;
  margin-left: 25px;
}
.search-container .search__close::before, .search-container .search__close::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #222220;
}
.search-container .search__close::before {
  transform: rotate(45deg);
}
.search-container .search__close::after {
  transform: rotate(-45deg);
}

.breadcrumb {
  margin-bottom: 35px;
}
.breadcrumb ol, .breadcrumb li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb > .container-fluid {
  display: flex;
}
.breadcrumb > .container-fluid::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 15px;
  border-left: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin-right: 15px;
}
.breadcrumb #crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-top: 3px;
}
.breadcrumb .breadcrumb-delimiter {
  margin-right: 20px;
  margin-left: 20px;
  font-size: 12px;
  letter-spacing: 0.48px;
  line-height: 18.72px;
  color: #adadad;
  vertical-align: middle;
}
.breadcrumb a {
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.48px;
  line-height: 18.72px;
  color: #adadad;
  transition: color 0.3s ease-in-out;
}
.breadcrumb a:hover,
.breadcrumb .current a {
  color: #000;
}

.buttons-container {
  margin-top: 15px;
}
.buttons-container .btn a {
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #000;
}
.buttons-container .btn > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -30px;
}
.buttons-container .btn > div > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
  max-width: 300px;
}
@media only screen and (max-width: 1247px) {
  .buttons-container {
    margin-top: 0;
  }
  .buttons-container .btn > div {
    margin-top: -15px;
  }
  .buttons-container .btn > div > * {
    margin-top: 15px;
  }
}

.vertical-accordion {
  margin-top: 100px;
}
@media only screen and (max-width: 1247px) {
  .vertical-accordion {
    margin-top: 35px;
  }
}
.vertical-accordion .vc_tta-panels,
.vertical-accordion .vc_tta-tabs-list a {
  background: transparent !important;
  border: none !important;
  position: relative;
}
.vertical-accordion .vc_tta-tabs-list .vc_active span,
.vertical-accordion .vc_tta-tabs-list .vc_tta-tab:hover span {
  color: #000;
}
.vertical-accordion .vc_tta-tabs-list span {
  font-size: 19px;
  letter-spacing: 0.38px;
  line-height: 29.64px;
  color: #bdbdbd;
  font-weight: 700;
  transition: color 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .vertical-accordion .vc_tta-panel {
    position: relative;
    margin: 0 !important;
  }
  .vertical-accordion .vc_tta-panel::before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #c3c3c3;
    top: 0;
    left: -1px;
    bottom: 0;
  }
  .vertical-accordion .vc_tta-panel-body {
    padding: 0 0 0 40px !important;
  }
  .vertical-accordion .vc_tta-tabs-list {
    position: relative;
    padding-right: 40px !important;
    max-width: 400px;
  }
  .vertical-accordion .vc_tta-tabs-list::after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #c3c3c3;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.vertical-accordion .vc_tta-panel-body h2 {
  margin: 0;
  display: inline;
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 31.2px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  color: #000;
}
.vertical-accordion .vc_tta-panel-body h3 {
  display: flex;
  align-items: center;
  font-size: 17px;
  letter-spacing: 1.02px;
  line-height: 26.52px;
  font-weight: 700;
  color: #000;
}
.vertical-accordion .vc_tta-panel-body h3 .bubbles {
  margin-right: 15px;
}
.vertical-accordion.vertical-accordion__first-style .wpb_column p:first-of-type {
  margin-top: 0;
}
.vertical-accordion.vertical-accordion__first-style .vc_tta-tabs-container {
  overflow: visible !important;
}
.vertical-accordion.vertical-accordion__first-style .vc_tta-tabs-list {
  position: relative;
  overflow: visible !important;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.vertical-accordion.vertical-accordion__first-style .vc_tta-tabs-list::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #f6f6f6;
  width: 100vw;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
}
.vertical-accordion.vertical-accordion__first-style .vc_tta-tabs-list::after {
  display: none !important;
}
.vertical-accordion.vertical-accordion__first-style .vc_tta-panel::before {
  display: none !important;
}
.vertical-accordion.vertical-accordion__first-style .vc_tta-panel-body {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.notation-plugin {
  margin-top: 120px;
}
.notation-plugin p {
  margin: 0;
}
.notation-plugin .notation-plugin__header .notation-plugin__header--title {
  font-weight: 700;
  margin-bottom: 8px;
}
.notation-plugin .notation-plugin__stars {
  margin-top: 8px;
  margin-bottom: 20px;
}
.notation-plugin .notation-plugin__stars > *:not(:last-child) {
  padding-right: 5px;
}
.notation-plugin .notation-plugin__footer {
  display: flex;
  flex-wrap: wrap;
}
.notation-plugin .notation-plugin__footer .divider {
  margin-left: 20px;
  margin-right: 20px;
}

.add-parallax__first-style {
  position: relative;
}
.add-parallax__first-style .parallax__first-style {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-color: rgba(241, 148, 129, 0.1);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  transform: translate(0, 30%);
}
.add-parallax__first-style.parallax__first-style--left .parallax__first-style {
  left: 0;
  right: inherit;
  transform: translate(-50%, 0);
}
.add-parallax__first-style.parallax__first-style--vertical-center .parallax__first-style {
  top: 0;
  bottom: 0;
  margin: auto;
}

.owl-carousel .owl-nav button {
  outline: none !important;
  margin: 0 !important;
}

.default-carousel .wpb_button, .default-carousel .wpb_content_element, .default-carousel ul.wpb_thumbnails-fluid > li {
  margin: 0;
}
.default-carousel .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  pointer-events: none;
}
.default-carousel .owl-nav button {
  position: absolute;
  pointer-events: auto;
  top: 0;
  bottom: 0;
  margin: auto !important;
  width: 40px;
  height: 70px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.default-carousel .owl-nav button.owl-prev {
  left: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.default-carousel .owl-nav button.owl-prev svg {
  margin-top: -10px;
  margin-left: -10px;
}
.default-carousel .owl-nav button.owl-next {
  right: 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.default-carousel .owl-nav button.owl-next svg {
  margin-top: -10px;
  margin-right: -10px;
}
.default-carousel .owl-nav svg {
  height: 9px;
}

.google-maps__extra {
  margin-left: 0;
  margin-right: 0;
  /*!*/
}
.google-maps__extra > div > div > div {
  height: 100%;
}
.google-maps__extra > div > div > div > div {
  height: 100%;
}
.google-maps__extra > div > div > div > div > div {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .google-maps__extra > div:last-child {
    padding-left: 15px;
  }
}

.google-maps__map {
  /*!*/
}
@media only screen and (max-width: 767px) {
  .google-maps__map {
    height: 400px;
    margin-bottom: 35px;
  }
}
.google-maps__map .infowindow {
  padding: 5px;
}
.google-maps__map .infowindow p,
.google-maps__map .infowindow h1,
.google-maps__map .infowindow h2,
.google-maps__map .infowindow h3,
.google-maps__map .infowindow h4,
.google-maps__map .infowindow h5,
.google-maps__map .infowindow h6 {
  margin: 0;
}
.google-maps__map .infowindow p {
  color: #000;
  font-size: 13px;
  letter-spacing: 0.26px;
  line-height: 20.28px;
  font-weight: 400;
  margin-top: 3px;
}
.google-maps__map .infowindow .br {
  height: 10px;
}
.google-maps__map .infowindow .infowindow__title {
  text-transform: uppercase;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.26px;
  line-height: 20.28px;
  font-weight: 700;
  display: inline;
  text-decoration: underline #000;
  margin: 0;
}

.pagination {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.pagination p,
.pagination h1,
.pagination h2,
.pagination h3,
.pagination h4,
.pagination h5,
.pagination h6 {
  margin: 0;
}
.pagination > * {
  display: inline-flex;
}
.pagination .prev,
.pagination .next {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 13px;
  letter-spacing: 1.04px;
  line-height: 20.28px;
  font-weight: 400;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
}
.pagination .prev svg,
.pagination .next svg {
  height: 11px;
}
.pagination .prev svg path,
.pagination .prev svg polygon,
.pagination .next svg path,
.pagination .next svg polygon {
  transition: fill 0.3s ease-in-out;
}
.pagination .prev:hover,
.pagination .next:hover {
  color: #f19481;
}
.pagination .prev:hover svg path,
.pagination .prev:hover svg polygon,
.pagination .next:hover svg path,
.pagination .next:hover svg polygon {
  fill: #f19481;
}
.pagination .prev.disabled,
.pagination .next.disabled {
  color: #c3bfbf;
}
.pagination .prev.disabled svg path,
.pagination .prev.disabled svg polygon,
.pagination .next.disabled svg path,
.pagination .next.disabled svg polygon {
  fill: #c3bfbf;
}
.pagination .prev svg {
  margin-right: 15px;
}
.pagination .next svg {
  margin-left: 15px;
}
.pagination .pagination__numbers {
  display: flex;
}
.pagination .pagination__numbers > *:not(:last-child) {
  margin-right: 10px;
}
.pagination .pagination__numbers .page-numbers {
  color: #000;
  font-size: 13px;
  letter-spacing: 1.04px;
  line-height: 20.28px;
  font-weight: 700;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  text-indent: 2px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.pagination .pagination__numbers .page-numbers.current, .pagination .pagination__numbers .page-numbers:hover {
  background-color: #000;
  color: #FFF;
}
.pagination .pagination__square {
  display: flex;
  flex-wrap: wrap;
  width: 24px;
  margin-top: -1px;
}
.pagination .pagination__square:hover > * {
  background-color: #f19481;
}
.pagination .pagination__square > * {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #000;
  margin-top: 1px;
  margin-left: 1px;
  transition: background-color 0.3s ease-in-out;
}

.price-table thead tr > th {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
.price-table thead tr > th strong {
  text-transform: uppercase;
  color: #000;
  /*!*/
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 28.08px;
  font-weight: 700;
  text-decoration: underline;
  display: inline;
  margin: 0;
  word-break: initial;
}
.price-table thead tr > th small {
  color: #000;
  /*!*/
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 21.84px;
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
}
.price-table thead tr > th:first-child {
  padding-right: 30px;
  border-right: 1px solid #8a8a8a;
}
.price-table thead tr > th:last-child {
  padding-left: 30px;
  padding-right: 30px;
}
.price-table tbody tr > td {
  border: 1px solid #8a8a8a;
  text-align: left;
  color: #000;
  /*!*/
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 23.4px;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
}
.price-table tbody tr > td:first-child {
  padding-right: 30px;
  border-left: none;
}
.price-table tbody tr > td:last-child {
  padding-left: 30px;
  padding-right: 30px;
  border-right: none;
}
.price-table tbody tr:last-child td {
  border-bottom: none;
}

/*
  Anchor block
 */
.anchor-block {
  margin-top: 145px;
  min-width: 0;
}
@media only screen and (max-width: 1247px) {
  .anchor-block {
    margin-top: 35px;
  }
}

/**
  === FIRST STYLE ===
 */
/*
  Anchor blocks container
 */
.anchor-block__blocks {
  min-width: 0;
  display: grid;
  grid-template-columns: 1.2fr 3fr;
  /*
    Anchor links - Left side
   */
  /*
    Anchor text - Right side
   */
  /**
    === SECOND STYLE ===
   */
}
@media only screen and (max-width: 767px) {
  .anchor-block__blocks {
    display: block;
  }
  .anchor-block__blocks > * {
    padding: 0 !important;
  }
}
.anchor-block__blocks > * {
  min-width: 0;
  width: 100%;
  position: relative;
}
.anchor-block__blocks > *:first-child {
  grid-row: 1;
  grid-column: 1;
  padding-right: 25px;
}
.anchor-block__blocks > *:first-child::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #c3c3c3;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
}
.anchor-block__blocks > *:last-child {
  grid-row: 1;
  grid-column: 2;
  padding-left: 25px;
}
.anchor-block__blocks > *:last-child::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #c3c3c3;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .anchor-block__blocks .anchor-block__links {
    display: none;
  }
}
.anchor-block__blocks .anchor-block__links > div {
  position: sticky;
  top: 150px;
}
.anchor-block__blocks .anchor-block__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.anchor-block__blocks .anchor-block__links li {
  text-align: left;
  display: block !important;
  margin-bottom: 0 !important;
}
.anchor-block__blocks .anchor-block__links li::before {
  display: none !important;
}
.anchor-block__blocks .anchor-block__links li:not(:first-child) {
  margin-top: 35px;
}
.anchor-block__blocks .anchor-block__links li a {
  /*!*/
  font-size: 19px;
  letter-spacing: 0.38px;
  line-height: 29.64px;
  color: #bdbdbd;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.3s ease-in-out;
}
.anchor-block__blocks .anchor-block__links li a:hover, .anchor-block__blocks .anchor-block__links li a.is-active {
  color: #000;
}
.anchor-block__blocks .anchor-block__links li ul {
  margin-left: 30px;
}
.anchor-block__blocks .anchor-block__links li ul a {
  font-weight: 400;
}
.anchor-block__blocks .anchor-block__links li ul > li {
  margin-top: 25px !important;
}
.anchor-block__blocks .anchor-block__anchors h1, .anchor-block__blocks .anchor-block__anchors h2, .anchor-block__blocks .anchor-block__anchors h3,
.anchor-block__blocks .anchor-block__anchors h4, .anchor-block__blocks .anchor-block__anchors h5, .anchor-block__blocks .anchor-block__anchors h6 {
  margin-top: 0;
}
.anchor-block__blocks .anchor-block__anchors h2.h3 {
  display: block;
  font-size: 1.17em;
}
.anchor-block__blocks .anchor-block__anchors h2:not(.h3) {
  /*!*/
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 31.2px;
  font-weight: 700;
  color: #000;
  display: inline;
  text-decoration: underline;
}
.anchor-block__blocks .anchor-block__anchors .vc_row > div p:first-of-type {
  margin-top: 0;
}
.anchor-block__blocks.anchor-block__blocks--second-style > div {
  padding-top: 35px;
  padding-bottom: 35px;
}
.anchor-block__blocks.anchor-block__blocks--second-style > div:first-child::after {
  display: none;
}
.anchor-block__blocks.anchor-block__blocks--second-style > div:last-child::before {
  display: none;
}
.anchor-block__blocks.anchor-block__blocks--second-style .anchor-block__links::before {
  /*!*/
  content: "";
  display: block;
  position: absolute;
  background-color: #f6f6f6;
  width: 100vw;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/******** BANNER COOKIES *************/
.modal-cookie {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 999999;
}

.container-cookies-popup {
  background-color: #FFF;
  padding: 30px;
  max-width: 420px;
  width: 75%;
  border-top: 4px solid #000;
  position: fixed;
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal-overlay {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 999999;
}

#cookie-notice {
  background-color: #FFF;
  border: 4px solid #f19481;
  padding: 15px 0;
  display: none;
  text-align: left !important;
  position: fixed;
  width: calc(100% - 30px);
  max-width: 530px;
  bottom: 15px;
  left: 15px;
  z-index: 9999999;
  box-sizing: border-box;
}

#cookie-notice .container {
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cookie-notice p {
  padding-bottom: 0;
  letter-spacing: 0.5px;
}

.cookie-notice-h2 {
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  font-weight: bold !important;
  color: #000000 !important;
  padding-bottom: 7px !important;
}

.cookie-notice-divider {
  display: block;
  background-color: #000;
  width: 29px;
  height: 2px;
  margin-top: 5px;
}

.cookie-notice-paragraph {
  color: #000 !important;
  font-size: 13px !important;
  padding-bottom: 12px !important;
}

.cookie-notice-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
}

.cookie-notice-close i {
  color: #f19481;
  font-size: 18px;
}

.cookie-notice-h2-regular {
  margin: 0;
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300 !important;
  color: #000000 !important;
}

.cookie-notice-h2-regular a {
  font-weight: bold !important;
  color: #f19481 !important;
  letter-spacing: 0.5px !important;
  font-size: 13px !important;
  line-height: 13px;
  border: 2px solid #f19481;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 5px;
  margin-top: 10px;
  text-decoration: none;
}

.cookie-notice-h2-regular a:hover {
  text-decoration: underline;
}

.modal-cookie-paragraph {
  color: #000;
  font-size: 12px;
  font-weight: bold;
}

.modal-cookie-paragraph-bold {
  color: #000;
  font-size: 13px;
  font-weight: 300 !important;
}

.modal-cookie-paragraph-label {
  color: #f19481;
  font-size: 13px;
  font-weight: bold;
}

.modal-cookie-button-div {
  text-align: right;
  margin-top: 20px;
}

.modal-cookie-button {
  text-transform: uppercase;
  padding: 10px 15px;
  color: #FFF !important;
  font-size: 12px;
  text-decoration: none !important;
  border-radius: 0;
  background-color: #f19481;
  border: 1px solid #f19481;
}

.modal-cookie-button:hover {
  background-color: #FFF;
  color: #f19481 !important;
}

.cookies-popup--radiogroup {
  padding: 16px 0 25px;
}

.cookies-popup--content label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 22px;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.cookies-popup--content label span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 4px;
  background-color: white;
  border: 1px solid #bbbdbe;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.cookies-popup--content input[type=radio]:checked + label span:before {
  content: "";
  background-color: #f19481;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.cookies-popup--content input {
  margin: 0;
}

.cookies-popup--radiogroup > div {
  display: block;
  vertical-align: middle;
  margin-bottom: 5px;
}

.cookies-popup--radiogroup input[type=radio] {
  display: none;
}

.container-cookies-popup p {
  padding-bottom: 0;
  line-height: 18px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

@media (max-width: 920px) {
  #cookie-notice .container h2:last-child {
    letter-spacing: 0px !important;
  }
}
@media (max-width: 767px) {
  #cookie-notice {
    width: calc(100% - 20px);
    left: 10px;
    bottom: 10px;
  }
  .cookie-notice-close {
    top: 5px;
    right: 10px;
  }
}
.cookie-notice-close {
  width: 20px;
  height: 20px;
  display: block;
}
.cookie-notice-close::before, .cookie-notice-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #f19481;
}
.cookie-notice-close::before {
  transform: rotate(45deg);
}
.cookie-notice-close::after {
  transform: rotate(-45deg);
}

/**
*   === BEFORE AFTER CAROUSEL ===
*/
.before-after-carousel {
  max-width: 700px;
  width: 100%;
  margin-bottom: 35px !important;
}
.before-after-carousel .wpb_content_element {
  margin-bottom: 0;
}
.before-after-carousel .owl-dots {
  position: relative;
  z-index: 2;
}
.before-after-carousel .owl-dots button {
  outline: none !important;
  cursor: pointer;
  padding: 0 !important;
}
.before-after-carousel .owl-dots .owl-dot span {
  background: #ececec;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  transition: background 0.3s ease;
}
.before-after-carousel .owl-dots .owl-dot.active span, .before-after-carousel .owl-dots .owl-dot:hover span {
  background: #b4b4b4;
}
.before-after-carousel .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
@media (hover: hover) {
  .before-after-carousel .owl-nav {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
}
.before-after-carousel .owl-nav button {
  pointer-events: auto;
  outline: none !important;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 100% !important;
  padding: 0 !important;
  background-color: #FFF !important;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 6.93px 2.07px rgba(58, 58, 58, 0.19);
}
.before-after-carousel .owl-nav button svg {
  min-width: 15px;
  min-height: 15px;
  width: 15px;
  height: 15px;
  margin-top: 4px;
}
.before-after-carousel .owl-nav button svg path,
.before-after-carousel .owl-nav button svg polygon {
  fill: #e49a87;
}
.before-after-carousel .owl-nav button.owl-next svg {
  margin-left: 3px;
}
@media (hover: hover) {
  .before-after-carousel:hover .owl-nav {
    opacity: 1;
  }
}

/* 4 */
.top-header {
  background-color: #000;
  position: relative;
  z-index: 1;
}
.top-header a {
  color: #FFF;
}
.top-header svg {
  width: 18px;
  height: 18px;
}
.top-header svg:hover path {
  fill: #f19481;
}
.top-header svg path {
  fill: #FFF;
  transition: fill 0.3s ease-in-out;
}
.top-header .custom-container {
  padding-left: 30px;
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .top-header .custom-container {
    padding-left: 15px;
  }
}
.top-header .top-header__left,
.top-header .top-header__right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top-header .top-header__left p,
.top-header .top-header__right p {
  margin: 0;
}
.top-header .top-header__left a {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 1.36px;
  line-height: 26.52px;
  transition: color 0.3s ease-in-out;
  display: flex;
}
.top-header .top-header__left a:not(:last-child) {
  margin-right: 25px;
}
.top-header .top-header__left a:last-child {
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .top-header .top-header__left a:last-child {
    display: none;
  }
}
.top-header .top-header__left a:hover {
  color: #f19481;
}
.top-header .top-header__right > *:not(:last-child) {
  margin-right: 30px;
}
.top-header .top-header__right > *:not(:last-child) a {
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 24.96px;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}
.top-header .top-header__right > *:not(:last-child) a:hover {
  color: #f19481;
}
@media only screen and (max-width: 767px) {
  .top-header .top-header__right > *:not(:last-child) {
    display: none;
  }
}
.top-header .top-header__right > *:last-child {
  position: relative;
  background: linear-gradient(to right, #f19481, #f1ad9e);
}
.top-header .top-header__right > *:last-child::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #000;
  width: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease-in-out;
}
@media (hover: hover) {
  .top-header .top-header__right > *:last-child:hover::before {
    width: 100%;
  }
}
.top-header .top-header__right > *:last-child a {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 23.4px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  height: 37px;
  display: inline-flex;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
}

.header {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.header ul,
.header li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .custom-container {
  padding-left: 30px;
  padding-right: 20px;
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .header .custom-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header .header__left .header__left--logo {
  display: flex;
}
.header .header__left .header__left--logo svg {
  width: 460px;
  height: 65px;
}
@media (max-width: 1675px) {
  .header .header__left .header__left--logo svg {
    width: 400px;
    height: 58px;
  }
}
@media (max-width: 1450px) {
  .header .header__left .header__left--logo svg {
    width: 350px;
    height: 49px;
  }
}
@media (max-width: 1400px) {
  .header .header__left .header__left--logo svg {
    width: 300px;
    height: 42px;
  }
}
@media (max-width: 1250px) {
  .header .header__left .header__left--logo svg {
    width: 250px;
    height: 35px;
  }
}
.header .header__right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header .header__right .header__right--menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header .header__right .header__right--menu > *:not(:last-child) {
  margin-right: 45px;
}
@media (max-width: 1800px) {
  .header .header__right .header__right--menu > *:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 1400px) {
  .header .header__right .header__right--menu > *:not(:last-child) {
    margin-right: 10px;
  }
}
.header .header__right .header__right--menu > *.current-menu-item > a, .header .header__right .header__right--menu > *.current-page-ancestor > a, .header .header__right .header__right--menu > *:hover > a {
  color: #f19481;
}
.header .header__right .header__right--menu > *.current-menu-item > a::after, .header .header__right .header__right--menu > *.current-page-ancestor > a::after, .header .header__right .header__right--menu > *:hover > a::after {
  width: 100%;
}
.header .header__right .header__right--menu a {
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 24.96px;
  font-weight: 500;
  color: #303030;
  transition: color 0.3s ease-in-out;
  display: inline-block;
}
@media (max-width: 1675px) {
  .header .header__right .header__right--menu a {
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 21.84px;
  }
}
@media (max-width: 1400px) {
  .header .header__right .header__right--menu a {
    font-size: 13px;
    letter-spacing: 0.26px;
    line-height: 20.28px;
  }
}
.header .header__right .header__right--menu a::after {
  content: "";
  display: block;
  position: inherit;
  width: 0;
  height: 1px;
  background-color: #f19481;
  margin-left: auto;
  margin-right: auto;
  transition: width 0.3s ease-in-out;
}
.header .header__right .header__right--menu > li.menu-item-has-children {
  margin-top: 25px;
  padding-bottom: 25px;
}
.header .header__right .header__right--menu > li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header .header__right .header__right--menu > li.menu-item-has-children .sub-menu {
  position: absolute;
  margin-top: 25px;
  z-index: 1003;
  background-color: #FFF;
  box-shadow: 3px 4px 5.46px 0.54px rgba(0, 0, 0, 0.14);
  border: 1px solid #f3f3f3;
  padding: 25px 40px 25px 25px;
  max-width: 270px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.4s ease-in-out;
}
.header .header__right .header__right--menu > li.menu-item-has-children .sub-menu a {
  /*!*/
  font-size: 13px;
  letter-spacing: 0.26px;
  line-height: 20.28px;
  font-weight: 500;
  display: inline;
  border-bottom: 1px solid transparent;
  transition: border-bottom-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.header .header__right .header__right--menu > li.menu-item-has-children .sub-menu > li:not(:last-child) {
  margin-bottom: 7px;
}
.header .header__right .header__right--menu > li.menu-item-has-children .sub-menu > li:hover a, .header .header__right .header__right--menu > li.menu-item-has-children .sub-menu > li.current-menu-item a, .header .header__right .header__right--menu > li.menu-item-has-children .sub-menu > li.current-page-ancestor a {
  color: #f19481;
  border-bottom-color: #f19481;
}
.header .header__right .header__right--search {
  display: flex;
  margin-left: 30px;
}
@media (max-width: 1250px) {
  .header .header__right .header__right--search {
    margin-left: 15px;
  }
}
.header .header__right .header__right--search:hover svg path {
  fill: #f19481;
}
.header .header__right .header__right--search svg {
  width: 25px;
  height: 25px;
}
.header .header__right .header__right--search svg path {
  transition: fill 0.3s ease-in-out;
}
.header .header__left {
  position: relative;
}
.header .parallax {
  width: 220px;
  height: 220px;
  border-radius: 100%;
  border: 15px solid rgba(241, 148, 129, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(65%, -50%);
  z-index: -1;
}
@media (max-width: 1300px) {
  .header.is-sticky {
    display: block !important;
  }
}
@media (min-width: 1301px) {
  .header.is-sticky {
    position: fixed;
    background-color: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    transform: translateY(-101%);
    transition: transform 0.3s ease-in-out;
  }
  .header.is-sticky .parallax {
    opacity: 0 !important;
  }
}
@media (max-width: 1300px) {
  .header.cloned-header {
    display: none;
  }
}

.footer {
  margin-top: 100px;
}
.footer.not-found-page__foter {
  margin-top: 0;
}
.footer ul, .footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer::before {
  content: "";
  display: block;
  position: inherit;
  background-color: #000;
  width: 100%;
  height: 3px;
  margin-bottom: 25px;
}
.footer .footer__top .footer__top--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .footer .footer__top .footer__top--top {
    flex-direction: column;
    align-items: inherit;
  }
  .footer .footer__top .footer__top--top .footer__top--top__logo {
    margin-bottom: 20px;
  }
}
.footer .footer__top .footer__top--top .footer__top--top__logo svg {
  width: 400px;
}
@media (max-width: 470px) {
  .footer .footer__top .footer__top--top .footer__top--top__logo svg {
    width: 300px;
  }
}
@media (max-width: 370px) {
  .footer .footer__top .footer__top--top .footer__top--top__logo svg {
    width: 280px;
  }
}
.footer .footer__top .footer__top--bottom {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1150px) {
  .footer .footer__top .footer__top--bottom {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer__top .footer__top--bottom {
    margin-top: 30px;
  }
}
.footer .footer__top .footer__top--bottom p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 21.84px;
}
.footer .footer__top .footer__top--bottom strong {
  text-decoration: underline;
}
.footer .footer__top .footer__top--bottom a > strong {
  text-decoration: none;
}
.footer .footer__top .footer__top--bottom span {
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 21.84px;
  margin-left: 15px;
  margin-right: 15px;
}
.footer .footer__top .footer__top--bottom a {
  transition: color 0.3s ease-in-out;
}
.footer .footer__top .footer__top--bottom a:hover {
  color: #f19481;
}
.footer .footer__top .footer__top--bottom .footer__top--bottom__mail {
  color: #f19481;
  transition: color 0.3s ease-in-out;
}
.footer .footer__top .footer__top--bottom .footer__top--bottom__mail:hover {
  color: #000;
}
.footer .footer__top .footer__top--bottom > *:not(:last-child) {
  margin-right: 240px;
  position: relative;
}
@media only screen and (max-width: 1247px) {
  .footer .footer__top .footer__top--bottom > *:not(:last-child) {
    margin-right: 120px;
  }
}
@media (max-width: 1150px) {
  .footer .footer__top .footer__top--bottom > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.footer .footer__top .footer__top--bottom > *:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  top: 0;
  right: -120px;
  bottom: 0;
}
@media only screen and (max-width: 1247px) {
  .footer .footer__top .footer__top--bottom > *:not(:last-child)::after {
    right: -60px;
  }
}
@media (max-width: 1150px) {
  .footer .footer__top .footer__top--bottom > *:not(:last-child)::after {
    display: none;
  }
}
.footer .footer__bottom {
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-top: 20px;
}
.footer .footer__bottom .footer__bottom--menu {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
}
@media only screen and (max-width: 767px) {
  .footer .footer__bottom .footer__bottom--menu {
    flex-direction: column;
  }
}
.footer .footer__bottom .footer__bottom--menu a {
  color: #FFF;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 21.84px;
  display: inline-block;
  transition: color 0.3s ease-in-out;
}
.footer .footer__bottom .footer__bottom--menu a::after {
  content: "";
  display: block;
  position: inherit;
  width: 0;
  height: 1px;
  background-color: #f19481;
  margin-left: auto;
  margin-right: auto;
  transition: width 0.3s ease-in-out;
}
.footer .footer__bottom .footer__bottom--menu > li {
  margin-top: 10px;
}
.footer .footer__bottom .footer__bottom--menu > li:not(:last-child) {
  margin-right: 35px;
}
.footer .footer__bottom .footer__bottom--menu > li.current-menu-item > a, .footer .footer__bottom .footer__bottom--menu > li.current-page-ancestor > a {
  color: #f19481;
}
.footer .footer__bottom .footer__bottom--menu > li.current-menu-item > a::after, .footer .footer__bottom .footer__bottom--menu > li.current-page-ancestor > a::after {
  width: 100%;
}
@media (hover: hover) {
  .footer .footer__bottom .footer__bottom--menu > li:hover > a {
    color: #f19481;
  }
  .footer .footer__bottom .footer__bottom--menu > li:hover > a::after {
    width: 100%;
  }
}
.footer .footer__copyright {
  display: flex;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .footer .footer__copyright {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer .footer__copyright > * {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin-top: -15px;
  }
  .footer .footer__copyright > * > * {
    margin-top: 5px !important;
  }
}
.footer .footer__copyright p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 21.84px;
  text-align: center;
}
.footer .footer__copyright span {
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 21.84px;
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .footer .footer__copyright span {
    display: none;
  }
}
.footer .footer__copyright a {
  color: #f19481;
  text-decoration: underline #f19481;
  transition: color 0.3s ease-in-out, text-decoration-color 0.3s ease-in-out;
}
.footer .footer__copyright a:hover {
  color: #000;
  text-decoration-color: #000;
}
.footer .footer__copyright > * {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.header__right--menu__responsive,
.header__right .hamburger {
  display: none;
}

@media (max-width: 1300px) {
  .anchor-block__blocks .anchor-block__links > div {
    top: 50px;
  }
  .header__right--menu {
    display: none !important;
  }
  .header__right--menu__responsive,
  .header__right .hamburger {
    display: block;
  }
  .header .custom-container {
    flex-direction: column;
    align-items: inherit;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 767px) {
  .header .custom-container {
    padding-right: 15px;
  }
}
@media (max-width: 1300px) {
  .header .custom-container .header__left {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .header .custom-container .header__left .header__left--logo svg {
    width: 300px;
    height: 42px;
  }
}
@media (max-width: 1300px) and (max-width: 350px) {
  .header .custom-container .header__left .header__left--logo svg {
    width: 250px;
    height: 35px;
  }
}
@media (max-width: 1300px) {
  .header .custom-container .header__right {
    margin-top: 35px;
  }
  .header .custom-container .header__right .hamburger {
    height: 20px;
  }
  .header .custom-container .header__right .hamburger .hamburger-box {
    width: 30px;
    height: 20px;
  }
  .header .custom-container .header__right .hamburger .hamburger-box .hamburger-inner::before {
    top: -7px;
  }
  .header .custom-container .header__right .hamburger .hamburger-box .hamburger-inner::after {
    bottom: -7px;
  }
  .header .custom-container .header__right .hamburger .hamburger-box .hamburger-inner::before, .header .custom-container .header__right .hamburger .hamburger-box .hamburger-inner::after, .header .custom-container .header__right .hamburger .hamburger-box .hamburger-inner {
    width: 30px;
    height: 2px;
  }
  .header__right--menu__responsive {
    display: none;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #FFF;
    box-shadow: 0px 6px 6.37px 0.63px rgba(0, 0, 0, 0.14);
    z-index: 1001;
    border-top: 1px solid #f2f2f2;
    padding: 25px 30px;
  }
  .header__right--menu__responsive ul, .header__right--menu__responsive li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 767px) {
  .header__right--menu__responsive {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1300px) {
  .header__right--menu__responsive > li a {
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 21.84px;
    font-weight: 500;
  }
  .header__right--menu__responsive > li .sub-menu {
    margin-left: 20px;
    margin-top: 15px;
    display: none;
  }
  .header__right--menu__responsive > li .sub-menu > li:not(:first-child) {
    margin-top: 8px;
  }
  .header__right--menu__responsive > li .sub-menu > li a {
    color: #4b4b4b;
    font-size: 13px;
    letter-spacing: 0.26px;
    line-height: 20.28px;
  }
  .header__right--menu__responsive > li:not(:last-child) {
    margin-bottom: 15px;
  }
  .header__right--menu__responsive li svg {
    display: none;
    width: 15px;
    height: 15px;
    transition: transform 0.3s ease-in-out;
  }
  .header__right--menu__responsive li > a > span {
    display: inline-block;
    transition: color 0.3s ease-in-out;
  }
  .header__right--menu__responsive li > a > span::after {
    content: "";
    display: block;
    position: inherit;
    width: 0;
    height: 1px;
    background-color: #f19481;
    margin-left: auto;
    margin-right: auto;
    transition: width 0.3s ease-in-out;
  }
  .header__right--menu__responsive li.is-active > a > span, .header__right--menu__responsive li.current-menu-item > a > span {
    color: #f19481;
  }
  .header__right--menu__responsive li.is-active > a > span::after, .header__right--menu__responsive li.current-menu-item > a > span::after {
    width: 100%;
  }
  .header__right--menu__responsive li.menu-item-has-children > a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .header__right--menu__responsive li.menu-item-has-children > a svg {
    display: block;
  }
  .header__right--menu__responsive li.menu-item-has-children.is-active > a svg {
    transform: rotate(90deg);
  }
  .header {
    overflow: hidden;
  }
  .header .parallax {
    transform: translate(30%, -70%);
  }
}
/* 5 */
.home .home-hero {
  margin: 0;
  background: #f9f1ef;
  background-image: url("../img/home-hero-background.png"), linear-gradient(to right, #f9f1ef, #FFF);
  background-size: contain;
  background-repeat: no-repeat;
  height: 920px;
  display: flex;
  align-items: center;
  background-position: 90%;
}
@media (max-width: 1700px) {
  .home .home-hero {
    background-position: 100%;
  }
}
@media (max-width: 1500px) {
  .home .home-hero {
    height: 700px;
  }
}
@media (max-width: 1150px) {
  .home .home-hero {
    background-image: none;
    height: inherit;
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.home .home-hero > * {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin-left: 150px;
}
@media (max-width: 1700px) {
  .home .home-hero > * {
    margin-left: 50px;
  }
}
@media (max-width: 1400px) {
  .home .home-hero > * {
    max-width: 700px;
  }
}
@media (max-width: 1150px) {
  .home .home-hero > * {
    margin-left: 30px;
    margin-right: 30px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .home .home-hero > * {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.home .home-hero .wpb_content_element {
  margin: 0;
}
.home .home-hero .btn {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .home .home-hero .btn {
    text-align: center;
    margin-top: 35px;
  }
}
.home .home-hero .vc_column-inner {
  padding: 0;
}
.home .home-hero h1, .home .home-hero h2, .home .home-hero h3,
.home .home-hero h4, .home .home-hero h5, .home .home-hero h6,
.home .home-hero p,
.home .home-hero blockquote {
  margin: 0;
}
.home .home-hero h1 {
  font-size: 43px;
  letter-spacing: 0.86px;
  line-height: 67.08px;
  font-weight: 400;
  position: relative;
  margin-bottom: 35px;
  margin-left: 42.5px;
}
@media (max-width: 1400px) {
  .home .home-hero h1 {
    font-size: 35px;
    letter-spacing: 0.7px;
    line-height: 54.6px;
  }
}
@media (max-width: 1150px) {
  .home .home-hero h1 {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home .home-hero h1 {
    font-size: 23px;
    letter-spacing: 0.46px;
    line-height: 35.88px;
  }
}
.home .home-hero h1::before {
  content: "";
  display: block;
  position: absolute;
  width: 85px;
  height: 85px;
  background-color: #f19481;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  left: -42.5px;
  margin: auto;
  z-index: -1;
}
@media (max-width: 1150px) {
  .home .home-hero h1::before {
    width: 60px;
    height: 60px;
    left: -30px;
  }
}
.home .home-hero p {
  color: #444444;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 28.08px;
}
@media (max-width: 1400px) {
  .home .home-hero p {
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 24.96px;
  }
}
.home .home-hero blockquote {
  margin-top: 15px;
  margin-bottom: 15px;
}
.home .home-hero blockquote p {
  color: #444444;
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 24.96px;
  font-weight: 300;
  font-style: italic;
}
@media (max-width: 1400px) {
  .home .home-hero blockquote p {
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 23.4px;
  }
}
.home .home-hero .blockquote__author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home .home-hero .blockquote__author p {
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 24.96px;
  font-weight: 500;
  font-style: italic;
  margin-left: 10px;
}
@media (max-width: 1400px) {
  .home .home-hero .blockquote__author p {
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 23.4px;
  }
}
.home .home-specialities {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .home .home-specialities {
    margin-top: 50px;
  }
}
.home .home-doctor {
  margin-top: 130px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .home .home-doctor {
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .home .home-doctor > *:last-child {
    margin-top: 30px;
  }
}
.home .home-doctor h1, .home .home-doctor h2, .home .home-doctor h3,
.home .home-doctor h4, .home .home-doctor h5, .home .home-doctor h6,
.home .home-doctor p,
.home .home-doctor .wpb_content_element {
  margin: 0;
}
.home .home-doctor h1, .home .home-doctor h2, .home .home-doctor h3,
.home .home-doctor h4, .home .home-doctor h5, .home .home-doctor h6 {
  font-size: 32px;
  letter-spacing: 2.56px;
  line-height: 49.92px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 3px solid #f19481;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.home .home-doctor p {
  font-size: 15px;
  letter-spacing: 1.2px;
  line-height: 26px;
  color: #010101;
  font-weight: 300;
  text-align: justify;
}
.home .home-doctor .home-doctor__buttons > div > div > div {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 25px;
}
@media only screen and (max-width: 399px) {
  .home .home-doctor .home-doctor__buttons > div > div > div {
    justify-content: center;
  }
}
.home .home-doctor .home-doctor__buttons > div > div > div > * {
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 20px;
}
.home .home-doctor .home-doctor__buttons p {
  margin: 0;
}
.home .home-doctor figure {
  position: relative;
}
.home .home-doctor figure .parallax1 {
  width: 85px;
  height: 85px;
  border-radius: 100%;
  border: 15px solid rgba(241, 148, 129, 0.4);
  position: absolute;
  top: 0;
  right: 20%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
  .home .home-doctor figure .parallax1 {
    right: 5%;
  }
}
.home .home-doctor figure .parallax1::after {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background-color: rgba(241, 148, 129, 0.4);
  bottom: 0;
  right: 0;
  transform: translate(100%, 100%);
}
.home .home-doctor figure .parallax2 {
  width: 220px;
  height: 220px;
  border-radius: 100%;
  background-color: rgba(241, 148, 129, 0.3);
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .home .home-doctor figure .parallax2 {
    display: none;
  }
}
.home .home-news {
  margin-top: 180px;
}
@media only screen and (max-width: 767px) {
  .home .home-news {
    margin-top: 50px;
  }
}
.home .home-testimony {
  margin-top: 140px;
}
@media only screen and (max-width: 767px) {
  .home .home-testimony {
    margin-top: 50px;
  }
}
.home .comment-form-container {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .home .comment-form-container {
    margin-top: 50px;
  }
}

.internal-page p,
.internal-page ul > li {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 22.1px;
  color: #222222;
  text-align: justify;
}
.internal-page p > a,
.internal-page ul > li > a {
  color: #f19481;
  display: inline;
  font-weight: 700;
  text-decoration: underline #f19481;
  transition: color 0.3s ease-in-out, text-decoration-color 0.3s ease-in-out;
}
.internal-page p > a:hover,
.internal-page ul > li > a:hover {
  color: #000;
  text-decoration-color: #000;
}
.internal-page .internal-page__hero {
  display: flex;
  align-items: center;
  margin-bottom: 65px;
  /*!*/
}
@media only screen and (max-width: 1247px) {
  .internal-page .internal-page__hero {
    margin-bottom: 35px;
  }
}
.internal-page .internal-page__hero .internal-page__hero--text {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .internal-page .internal-page__hero .internal-page__hero--text {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1247px) {
  .internal-page .internal-page__hero {
    display: grid;
  }
  .internal-page .internal-page__hero > * {
    grid-column: 1;
  }
  .internal-page .internal-page__hero > *:first-child {
    grid-row: 2;
  }
  .internal-page .internal-page__hero > *:last-child {
    grid-row: 1;
  }
  .internal-page .internal-page__hero .internal-page__hero--text,
  .internal-page .internal-page__hero > div:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .internal-page .internal-page__hero .internal-page__hero--text h1, .internal-page .internal-page__hero .internal-page__hero--text h2, .internal-page .internal-page__hero .internal-page__hero--text h3,
  .internal-page .internal-page__hero .internal-page__hero--text h4, .internal-page .internal-page__hero .internal-page__hero--text h5, .internal-page .internal-page__hero .internal-page__hero--text h6 {
    /*!*/
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 39px;
  }
}
.internal-page .comment-form-container {
  margin-top: 100px;
}
.internal-page .internal-page__buttons .wpb_content_element {
  margin-bottom: 10px;
}
.internal-page .internal-page__buttons > div > div > div {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
}
@media only screen and (max-width: 399px) {
  .internal-page .internal-page__buttons > div > div > div {
    justify-content: center;
  }
}
.internal-page .internal-page__buttons > div > div > div > * {
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 10px;
}
.internal-page .internal-page__buttons p {
  margin: 0;
}
.internal-page .internal-page__block {
  margin-top: 150px;
}
@media only screen and (max-width: 1247px) {
  .internal-page .internal-page__block {
    margin-top: 35px;
  }
}
.internal-page ul:not(.bubbles-ul):not(.vc_tta-tabs-list) {
  list-style: none;
}
.internal-page ul:not(.bubbles-ul):not(.vc_tta-tabs-list) li {
  /*!*/
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 22.1px;
  color: #222222;
  text-align: left;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.internal-page ul:not(.bubbles-ul):not(.vc_tta-tabs-list) li::before {
  /*!*/
  content: "";
  display: block;
  position: inherit;
  border-radius: 100%;
  background-color: #f19481;
  min-width: 10px;
  min-height: 10px;
  margin-left: -10px;
  margin-top: 3px;
  margin-right: 20px;
}
.internal-page ul:not(.bubbles-ul):not(.vc_tta-tabs-list) li:not(:last-child) {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .category-page > .container {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.category-page .category-page__header p {
  color: #696969;
  font-size: 16px;
  letter-spacing: 1.28px;
  line-height: 24.96px;
  font-weight: 300;
  font-style: italic;
}
.category-page .category-page__inner {
  display: grid;
  grid-template-columns: 3fr 1fr;
  margin-top: 65px;
}
@media only screen and (max-width: 1247px) {
  .category-page .category-page__inner {
    grid-template-columns: 3fr 1.5fr;
  }
}
@media only screen and (max-width: 767px) {
  .category-page .category-page__inner {
    display: block;
  }
  .category-page .category-page__inner > *:last-child {
    margin-top: 35px;
  }
}
.category-page .category-page__inner > *:first-child {
  grid-row: 1;
  grid-column: 1;
  padding-right: 120px;
}
@media only screen and (max-width: 1247px) {
  .category-page .category-page__inner > *:first-child {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .category-page .category-page__inner > *:first-child {
    padding-right: 0;
  }
}
.category-page .category-page__inner > *:last-child {
  grid-row: 1;
  grid-column: 2;
}
.category-page .category-page__inner .posts__post {
  flex: 50%;
}
@media only screen and (max-width: 1023px) {
  .category-page .category-page__inner .posts__post {
    flex: 100%;
  }
}
.category-page .category-page__inner--categories {
  background-color: #FFF;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 50px;
  position: relative;
}
.category-page .category-page__inner--categories .category-page__inner--categories__parallax {
  width: 200px;
  height: 200px;
  background-color: rgba(241, 148, 129, 0.3);
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  z-index: -1;
}
@media (max-width: 1650px) {
  .category-page .category-page__inner--categories .category-page__inner--categories__parallax {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 1023px) {
  .category-page .category-page__inner--categories {
    padding: 15px 30px;
  }
}
.category-page .category-page__inner--categories p,
.category-page .category-page__inner--categories h1,
.category-page .category-page__inner--categories h2,
.category-page .category-page__inner--categories h3,
.category-page .category-page__inner--categories h4,
.category-page .category-page__inner--categories h5,
.category-page .category-page__inner--categories h6 {
  margin: 0;
}
.category-page .category-page__inner--categories .category-page__inner--categories__title {
  display: flex;
  align-items: center;
}
.category-page .category-page__inner--categories .category-page__inner--categories__title .bubbles {
  margin-right: 10px;
}
.category-page .category-page__inner--categories .category-page__inner--categories__title p {
  text-transform: uppercase;
  color: #1e1e1e;
  font-size: 18px;
  letter-spacing: 1.44px;
  line-height: 28.08px;
  font-weight: 700;
}
.category-page .category-page__inner--categories .category-page__inner--categories__list {
  display: flex;
  flex-direction: column;
  margin-top: 45px;
}
.category-page .category-page__inner--categories .category-page__inner--categories__list > a {
  color: #1e1e1e;
  font-size: 15px;
  letter-spacing: 1.2px;
  line-height: 23.4px;
  font-weight: 400;
  display: inline;
  text-decoration: underline transparent;
  transition: color 0.3s ease-in-out, text-decoration-color 0.3s ease-in-out;
}
.category-page .category-page__inner--categories .category-page__inner--categories__list > a.is-active, .category-page .category-page__inner--categories .category-page__inner--categories__list > a:hover {
  color: #f19481;
  text-decoration-color: #f19481;
}
.category-page .category-page__inner--categories .category-page__inner--categories__list > a:not(:first-child) {
  margin-top: 15px;
}
.category-page .pagination {
  margin-top: 100px;
}
.category-page .comment-form-container {
  margin-top: 100px;
}

.single-page .single-page__inner--posts__header .single-page__inner--posts__header--category-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-page .single-page__inner--posts__header .single-page__inner--posts__header--category-date p {
  margin: 0;
}
.single-page .single-page__inner--posts__header .single-page__inner--posts__header--category-date .single-page__inner--posts__header--category-date__category {
  /*!*/
  font-size: 13px;
  letter-spacing: 1.04px;
  line-height: 20.28px;
  font-weight: 700;
}
.single-page .single-page__inner--posts__header .single-page__inner--posts__header--category-date .single-page__inner--posts__header--category-date__category::after {
  /*!*/
  content: "";
  display: inline-block;
  position: inherit;
  width: 40px;
  height: 1px;
  background-color: #c1c1c1;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
}
.single-page .single-page__inner--posts__header .single-page__inner--posts__header--category-date .single-page__inner--posts__header--category-date__date {
  color: #838383;
  /*!*/
  font-size: 13px;
  letter-spacing: 1.04px;
  line-height: 20.28px;
}
.single-page .single-page__inner--posts__header .single-page__inner--posts__header--title {
  color: #000;
  /*!*/
  font-size: 34px;
  letter-spacing: 2.72px;
  line-height: 53.04px;
  font-weight: 700;
}
.single-page .single-page__inner--posts__content h1 {
  font-size: 30px;
  letter-spacing: 0.315px;
}
.single-page .single-page__inner--posts__content h2 {
  font-size: 27px;
  letter-spacing: 0.312px;
}
.single-page .single-page__inner--posts__content h3 {
  font-size: 24px;
  letter-spacing: 0.309px;
}
.single-page .single-page__inner--posts__content h4 {
  font-size: 21px;
  letter-spacing: 0.306px;
}
.single-page .single-page__inner--posts__content h5 {
  font-size: 18px;
  letter-spacing: 0.303px;
}
.single-page .single-page__inner--posts__content h6 {
  font-size: 15px;
  letter-spacing: 0.3px;
}
.single-page .single-page__inner--posts__content p {
  color: #3d3d3d;
  /*!*/
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 22.75px;
  font-weight: 400;
  text-align: justify;
}
.single-page .single-page__inner--posts__content p > a {
  font-weight: 700;
  display: inline;
  text-decoration: underline #3d3d3d;
  transition: color 0.3s ease-in-out, text-decoration-color 0.3s ease-in-out;
}
.single-page .single-page__inner--posts__content p > a:hover {
  color: #f19481;
  text-decoration-color: #f19481;
}
.single-page .single-page__inner--posts__content p > strong {
  font-weight: 700;
}
.single-page .single-page__inner--posts__content ul:not(.bubbles-ul):not(.vc_tta-tabs-list) {
  list-style: none;
}
.single-page .single-page__inner--posts__content ul:not(.bubbles-ul):not(.vc_tta-tabs-list) li {
  color: #3d3d3d;
  /*!*/
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 22.75px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.single-page .single-page__inner--posts__content ul:not(.bubbles-ul):not(.vc_tta-tabs-list) li::before {
  /*!*/
  content: "";
  display: block;
  position: inherit;
  border-radius: 100%;
  background-color: #f19481;
  min-width: 10px;
  min-height: 10px;
  margin-left: -10px;
  margin-top: 3px;
  margin-right: 20px;
}
.single-page .single-page__inner--posts__content ul:not(.bubbles-ul):not(.vc_tta-tabs-list) li:not(:last-child) {
  margin-bottom: 10px;
}
.single-page .single-page__inner--posts__footer {
  text-align: right;
  margin-top: 50px;
}
.single-page .single-page__inner--posts__footer svg {
  height: 18px;
}
.single-page .single-page__inner--posts__footer svg path,
.single-page .single-page__inner--posts__footer svg polygon {
  fill: #3d3d3d;
  transition: fill 0.3s ease-in-out;
}
.single-page .single-page__inner--posts__footer > a:not(:last-child) {
  margin-right: 15px;
}
.single-page .single-page__inner--posts__footer > a:hover svg path,
.single-page .single-page__inner--posts__footer > a:hover svg polygon {
  fill: #f19481;
}
.single-page .single-page__inner {
  display: grid;
  grid-template-columns: 3fr 1fr;
  margin-top: 65px;
}
@media only screen and (max-width: 1247px) {
  .single-page .single-page__inner {
    grid-template-columns: 3fr 1.5fr;
  }
}
@media only screen and (max-width: 767px) {
  .single-page .single-page__inner {
    display: block;
  }
  .single-page .single-page__inner > *:last-child {
    margin-top: 35px;
  }
}
.single-page .single-page__inner > *:first-child {
  grid-row: 1;
  grid-column: 1;
  padding-right: 120px;
}
@media only screen and (max-width: 1247px) {
  .single-page .single-page__inner > *:first-child {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .single-page .single-page__inner > *:first-child {
    padding-right: 0;
  }
}
.single-page .single-page__inner > *:last-child {
  grid-row: 1;
  grid-column: 2;
}
.single-page .single-page__inner .posts__post {
  flex: 50%;
}
@media only screen and (max-width: 1023px) {
  .single-page .single-page__inner .posts__post {
    flex: 100%;
  }
}
.single-page .single-page__inner--categories {
  background-color: #FFF;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 50px;
  position: relative;
}
.single-page .single-page__inner--categories .single-page__inner--categories__parallax {
  width: 200px;
  height: 200px;
  background-color: rgba(241, 148, 129, 0.3);
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  z-index: -1;
}
@media (max-width: 1650px) {
  .single-page .single-page__inner--categories .single-page__inner--categories__parallax {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 1023px) {
  .single-page .single-page__inner--categories {
    padding: 15px 30px;
  }
}
.single-page .single-page__inner--categories p,
.single-page .single-page__inner--categories h1,
.single-page .single-page__inner--categories h2,
.single-page .single-page__inner--categories h3,
.single-page .single-page__inner--categories h4,
.single-page .single-page__inner--categories h5,
.single-page .single-page__inner--categories h6 {
  margin: 0;
}
.single-page .single-page__inner--categories .single-page__inner--categories__title {
  display: flex;
  align-items: center;
}
.single-page .single-page__inner--categories .single-page__inner--categories__title .bubbles {
  margin-right: 10px;
}
.single-page .single-page__inner--categories .single-page__inner--categories__title p {
  text-transform: uppercase;
  color: #1e1e1e;
  font-size: 18px;
  letter-spacing: 1.44px;
  line-height: 28.08px;
  font-weight: 700;
}
.single-page .single-page__inner--categories .single-page__inner--categories__list {
  display: flex;
  flex-direction: column;
  margin-top: 45px;
}
.single-page .single-page__inner--categories .single-page__inner--categories__list > a {
  color: #1e1e1e;
  font-size: 15px;
  letter-spacing: 1.2px;
  line-height: 23.4px;
  font-weight: 400;
  display: inline;
  text-decoration: underline transparent;
  transition: color 0.3s ease-in-out, text-decoration-color 0.3s ease-in-out;
}
.single-page .single-page__inner--categories .single-page__inner--categories__list > a.is-active, .single-page .single-page__inner--categories .single-page__inner--categories__list > a:hover {
  color: #f19481;
  text-decoration-color: #f19481;
}
.single-page .single-page__inner--categories .single-page__inner--categories__list > a:not(:first-child) {
  margin-top: 15px;
}
.single-page .pagination {
  margin-top: 100px;
}
.single-page .comment-form-container {
  margin-top: 100px;
}
.single-page blockquote {
  margin-bottom: 60px;
  margin-left: 40px;
  margin-right: 15px;
}
.single-page blockquote p {
  color: #f19481 !important;
  background-color: #FFF;
  position: relative;
}
.single-page blockquote p::before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: rgba(241, 148, 129, 0.5);
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}
.single-page blockquote p::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 5px solid rgba(241, 148, 129, 0.4);
  left: 0;
  bottom: 0;
  transform: translate(-120%);
}

/**
*   === CONTACT PAGE ===
*/
.contact-page #map {
  margin-top: 80px;
  /*!*/
}
@media only screen and (max-width: 1247px) {
  .contact-page #map {
    margin-top: 35px;
  }
}

/*
* === CONTACT FORM ===
*/
.contact-form > .form-group:not(:first-child) {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .contact-form > .form-group .two-inputs > *:last-child {
    display: block;
    margin-top: 25px;
  }
}
.contact-form .file-upload {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .contact-form .btn {
    text-align: right;
  }
}

/*
* === MAKE AN APPOINTMENT INFORMATIONS ===
 */
.make-an-appointment__informations h1, .make-an-appointment__informations h2, .make-an-appointment__informations h3,
.make-an-appointment__informations h4, .make-an-appointment__informations h5, .make-an-appointment__informations h6,
.make-an-appointment__informations p {
  margin: 0;
}
.make-an-appointment__informations .make-an-appointment__information--picto {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  border: 2px solid #f19481;
  display: flex;
  align-items: center;
  justify-content: center;
}
.make-an-appointment__informations .make-an-appointment__information--picto svg {
  width: 30px;
  height: 30px;
}
.make-an-appointment__informations .make-an-appointment__information--picto svg path,
.make-an-appointment__informations .make-an-appointment__information--picto svg polygon {
  fill: #f19481;
}
.make-an-appointment__informations > div > div > div {
  display: flex;
  flex-wrap: wrap;
  margin-top: -35px;
}
.make-an-appointment__informations .make-an-appointment__information {
  flex: 33.3333333333%;
  /*!*/
  /*!*/
  margin-top: 35px;
}
@media only screen and (max-width: 1247px) {
  .make-an-appointment__informations .make-an-appointment__information {
    flex: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .make-an-appointment__informations .make-an-appointment__information {
    flex: 100%;
  }
}
.make-an-appointment__informations .make-an-appointment__information > div > div > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.make-an-appointment__informations .make-an-appointment__information > div > div > div > .wpb_text_column > div > * {
  text-align: center;
}
.make-an-appointment__informations .make-an-appointment__information > div > div > div > .wpb_text_column > div > * p,
.make-an-appointment__informations .make-an-appointment__information > div > div > div > .wpb_text_column > div > * a {
  text-align: center;
}
.make-an-appointment__informations .make-an-appointment__information > div > div > div > .wpb_text_column > div > *:first-child,
.make-an-appointment__informations .make-an-appointment__information > div > div > div > .wpb_text_column > div > *:first-child p,
.make-an-appointment__informations .make-an-appointment__information > div > div > div > .wpb_text_column > div > *:first-child a {
  color: #000;
  /*!*/
  font-size: 17px;
  letter-spacing: 0.34px;
  line-height: 24.05px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 20px;
}
.make-an-appointment__informations .make-an-appointment__information > div > div > div > .wpb_text_column > div > *:not(:first-child):not(:last-child),
.make-an-appointment__informations .make-an-appointment__information > div > div > div > .wpb_text_column > div > *:not(:first-child):not(:last-child) p,
.make-an-appointment__informations .make-an-appointment__information > div > div > div > .wpb_text_column > div > *:not(:first-child):not(:last-child) a {
  color: #000;
  /*!*/
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 22.1px;
  font-weight: 400;
  margin-top: 5px;
}
.make-an-appointment__informations .make-an-appointment__information > div > div > div > .wpb_text_column > div > *:last-child {
  margin-top: 25px;
}
.make-an-appointment__informations .make-an-appointment__information > div > div > div > .wpb_text_column > div > *:last-child,
.make-an-appointment__informations .make-an-appointment__information > div > div > div > .wpb_text_column > div > *:last-child p,
.make-an-appointment__informations .make-an-appointment__information > div > div > div > .wpb_text_column > div > *:last-child a {
  color: #000;
  /*!*/
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 23.4px;
  font-weight: 700;
}
.make-an-appointment__informations .make-an-appointment__information > div > div > div > .wpb_text_column > div > * a {
  text-decoration: none;
  color: inherit;
}
.make-an-appointment__informations .make-an-appointment__information > div > div > div > .wpb_text_column > div > * a:hover {
  color: #f19481;
}

div.wpcf7-mail-sent-ok {
  border-color: #f19481 !important;
  text-align: center;
}

.not-found-page {
  position: relative;
  padding-top: 65px;
  padding-bottom: 100px;
  /*!*/
  /*!*/
  /**
  *   === MAIN TEXTS ===
  */
}
@media only screen and (min-width: 768px) {
  .not-found-page .not-found-page__background {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .not-found-page .not-found-page__background p {
    color: rgba(241, 148, 129, 0.1);
    /*!*/
    font-size: 370px;
    letter-spacing: 14.8px;
    line-height: 577.2px;
    font-weight: 700;
    margin: auto;
    width: max-content;
    height: max-content;
    z-index: -1;
  }
}
@media only screen and (max-width: 767px) {
  .not-found-page .not-found-page__background {
    display: none;
  }
}
.not-found-page .not-found-page__texts {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /*!*/
}
@media only screen and (min-width: 768px) {
  .not-found-page .not-found-page__texts {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.not-found-page h1, .not-found-page h2, .not-found-page h3,
.not-found-page h4, .not-found-page h5, .not-found-page h6,
.not-found-page p {
  margin: 0;
}
.not-found-page .not-found-page__title {
  text-transform: uppercase;
  color: #000;
  /*!*/
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 39px;
  font-weight: 700;
  border-bottom: 4px solid #f19481;
  text-align: center;
  display: inline-block;
}
.not-found-page .not-found-page__text {
  color: #000;
  /*!*/
  font-size: 13px;
  letter-spacing: 0.52px;
  line-height: 20.28px;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

/**
*   === PARALLAXS ===
*/
/*!*/
@media only screen and (min-width: 768px) {
  .not-found-page__parallax--container-first-and-second {
    position: absolute;
    left: 0;
    transform: translate(-15%);
  }
  .not-found-page__parallax--container-first-and-second .not-found-page__parallax--first {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    border: 7px solid rgba(241, 148, 129, 0.2);
  }
  .not-found-page__parallax--container-first-and-second .not-found-page__parallax--second {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    border: 7px solid rgba(241, 148, 129, 0.2);
    position: absolute;
    right: 8px;
    transform: translate(100%, -100%);
  }
  .not-found-page__parallax--third {
    width: 175px;
    height: 175px;
    border-radius: 100%;
    background-color: rgba(241, 148, 129, 0.3);
    position: absolute;
    right: 0;
    bottom: 20%;
    transform: translate(20%);
  }
}
.search-page__count {
  color: #000;
  /*!*/
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 23.4px;
  font-weight: 400;
  margin-top: 35px !important;
}

.search-page__posts {
  padding-bottom: 15px;
}
.search-page__posts h1, .search-page__posts h2, .search-page__posts h3,
.search-page__posts h4, .search-page__posts h5, .search-page__posts h6,
.search-page__posts p {
  margin: 0;
}
.search-page__posts .search-page__post--result {
  display: block;
  padding: 20px 35px;
  border-radius: 30px;
  border: 1px solid #c2c2c2;
  box-shadow: 0px 7px 9.46px 1.54px rgba(0, 0, 0, 0.14);
}
.search-page__posts .search-page__post--result:first-child {
  margin-top: 60px;
}
.search-page__posts .search-page__post--result:not(:first-child) {
  margin-top: 30px;
}
.search-page__posts .search-page__post--result .search-page__post--result__title {
  color: #000;
  /*!*/
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 28.08px;
  font-weight: 700;
  margin-bottom: 15px;
}
.search-page__posts .search-page__post--result:hover .search-page__post--result__link span {
  text-decoration-color: #f19481;
  color: #f19481;
}
.search-page__posts .search-page__post--result:hover .search-page__post--result__link svg path,
.search-page__posts .search-page__post--result:hover .search-page__post--result__link svg polygon {
  fill: #f19481;
}
.search-page__posts .search-page__post--result .search-page__post--result__link {
  display: flex;
  align-items: center;
}
.search-page__posts .search-page__post--result .search-page__post--result__link span {
  display: inline;
  color: #4b4b4b;
  font-weight: 400;
  /*!*/
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 21.84px;
  text-decoration: underline;
  transition: color 0.3s ease-in-out, text-decoration-color 0.3s ease-in-out;
}
.search-page__posts .search-page__post--result .search-page__post--result__link svg {
  min-width: 15px;
  width: 15px;
  min-height: 15px;
  height: 15px;
  margin-right: 10px;
}
.search-page__posts .search-page__post--result .search-page__post--result__link svg path,
.search-page__posts .search-page__post--result .search-page__post--result__link svg polygon {
  fill: #4b4b4b;
  transition: fill 0.3s ease-in-out;
}

.privacy-policy table,
.privacy-policy th,
.privacy-policy td {
  border: 1px solid #f19481;
  padding: 5px 10px;
}
.privacy-policy table {
  border-collapse: collapse;
}
.privacy-policy table td {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 22.1px;
  color: #222222;
  text-align: left;
}
.privacy-policy table td a {
  color: #f19481;
  display: inline;
  font-weight: 700;
  text-decoration: underline #f19481;
  transition: color 0.3s ease-in-out, text-decoration-color 0.3s ease-in-out;
}
.privacy-policy table td a:hover {
  color: #000;
  text-decoration-color: #000;
}

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