@charset "UTF-8";
/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* Add your custom styles here */
.site {
  background-color: #faf2e7;
}
.site-main {
  position: relative;
  padding-top: 155px;
}
.site-main h1,
.site-main h2,
.site-main h3,
.site-main h4,
.site-main p,
.site-main a,
.site-main li,
.site-main ol {
  color: #128690;
  font-family: Arial, Helvetica, sans-serif;
}
.site .clos-header-top {
  position: fixed;
  top: 0;
}
.site .clos-header-top .hfe-nav-menu__layout-horizontal {
  left: 0 !important;
  width: 100vw !important;
}
@media screen and (max-width: 1024px) {
  .site .clos-book {
    display: inline-block;
    width: 100%;
  }
}
.site .clos-book svg {
  width: 100%;
}
.site .clos-footer .elementor-icon-box-title {
  margin: 1rem 0;
}
.site .clos-footer a {
  color: #128690;
}
.site .clos-footer .elementor-icon-box-wrapper {
  display: flex;
  gap: 1rem;
  flex-flow: row nowrap;
}
@media screen and (max-width: 1024px) {
  .site .clos-menu-logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
  }
}
.site .clos-box h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 25px;
}
.site .clos-box ol {
  padding-left: 17px;
}
.site .clos-box ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.site .clos-box ul li {
  padding-left: 12px;
  text-indent: -13px;
}
.site .clos-box ul li:before {
  content: "– ";
}
.site .clos-style-text ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.site .clos-style-text ul li {
  padding-left: 20px;
  text-indent: -20px;
}
.site .clos-style-text ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #128690;
  margin-right: 10px;
  display: inline-block;
}
.site .clos-style-text ol {
  padding: 0 0 0 30px;
  margin: 0;
}
.site .clos-plan-title {
  margin-top: 1rem;
}
.site .clos-plan-title span {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #128690;
  padding: 1rem 3rem;
  display: inline-block;
}
.site .clos-full-image img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */