/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/styles.css ***!
  \********************************************************************************************************************************************************************************************************/
/* @import url('https://edyou.com/wp-content/plugins/anywhere-elementor-pro-2/includes/assets/css/ae-pro.min.css?ver=2.26.2'); */
/* @import url('https://edyou.com/wp-content/plugins/anywhere-elementor-pro-2/includes/assets/lib/vegas/vegas.min.css?ver=2.4.0'); */
/* @import url('https://edyou.com/wp-content/plugins/metform/public/assets/css/text-editor.css?ver=3.8.3'); */
/* @import '../node_modules/bootstrap/dist/css/bootstrap.min.css'; */
/*! elementor - v3.19.0 - 07-02-2024 */
.elementor-widget-divider {
    --divider-border-style: none;
    --divider-border-width: 1px;
    --divider-color: #0c0d0e;
    --divider-icon-size: 20px;
    --divider-element-spacing: 10px;
    --divider-pattern-height: 24px;
    --divider-pattern-size: 20px;
    --divider-pattern-url: none;
    --divider-pattern-repeat: repeat-x
}
.elementor-widget-divider .elementor-divider {
    display: flex
}
.elementor-widget-divider .elementor-divider__text {
    font-size: 15px;
    line-height: 1;
    max-width: 95%;
}
.elementor-widget-divider .elementor-divider__element {
    margin: 0 var(--divider-element-spacing);
    flex-shrink: 0;
}
.elementor-widget-divider .elementor-icon {
    font-size: var(--divider-icon-size);
}
.elementor-widget-divider .elementor-divider-separator {
    display: flex;
    margin: 0;
    direction: ltr
}
.elementor-widget-divider--view-line_icon .elementor-divider-separator,
.elementor-widget-divider--view-line_text .elementor-divider-separator {
    align-items: center
}
.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,
.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,
.elementor-widget-divider--view-line_text .elementor-divider-separator:after,
.elementor-widget-divider--view-line_text .elementor-divider-separator:before {
    display: block;
    content: "";
    border-block-end: 0;
    flex-grow: 1;
    border-block-start: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}
.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
    flex-grow: 0;
    flex-shrink: 100;
}
.elementor-widget-divider--element-align-left .elementor-divider-separator:before {
    content: none
}
.elementor-widget-divider--element-align-left .elementor-divider__element {
    margin-left: 0
}
.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
    flex-grow: 0;
    flex-shrink: 100;
}
.elementor-widget-divider--element-align-right .elementor-divider-separator:after {
    content: none;
}
.elementor-widget-divider--element-align-right .elementor-divider__element {
    margin-right: 0;
}
.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
    flex-grow: 0;
    flex-shrink: 100;
}
.elementor-widget-divider--element-align-start .elementor-divider-separator:before {
    content: none;
}
.elementor-widget-divider--element-align-start .elementor-divider__element {
    margin-inline-start: 0;
}
.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
    flex-grow: 0;
    flex-shrink: 100;
}
.elementor-widget-divider--element-align-end .elementor-divider-separator:after {
    content: none
}
.elementor-widget-divider--element-align-end .elementor-divider__element {
    margin-inline-end: 0
}
.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
    border-block-start: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}
.elementor-widget-divider--separator-type-pattern {
    --divider-border-style: none
}
.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,
.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,
.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,
.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator {
    width: 100%;
    min-height: var(--divider-pattern-height);
    mask-size: var(--divider-pattern-size) 100%;
    mask-repeat: var(--divider-pattern-repeat);
    background-color: var(--divider-color);
    mask-image: var(--divider-pattern-url)
}
.elementor-widget-divider--no-spacing {
    --divider-pattern-size: auto
}
.elementor-widget-divider--bg-round {
    --divider-pattern-repeat: round
}
.rtl .elementor-widget-divider .elementor-divider__text {
    direction: rtl
}
.e-con-inner>.elementor-widget-divider,
.e-con>.elementor-widget-divider {
    width: var(--container-widget-width, 100%);
    --flex-grow: var(--container-widget-flex-grow)
}
.image-container {
    position: relative;
    width: 500px;
    height: 500px;
    /*overflow: hidden;*/
}
.slide-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 2s, transform 2s;
}
.slide-image img {
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(250, 250, 250, 0.2)))
}
.slide-image p {
    text-align: center;
}
.fade-in {
    opacity: 1;
    transform: translateX(0);
}
.fade-out {
    opacity: 0;
    transform: translateX(-100%);
}
/* body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
}*/
/* #image1:after {
	content: "";
	position: absolute;
	background-image: url("/wp-content/uploads/2023/08/cab-eddie.png");
display: block;
	width: inherit;
	height: 40%;
	bottom: -41%;
	transform: scaleY(-1);
	-webkit-mask-image:-webkit-gradient(linear, left 50%, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,.5)));
} */
/*! elementor - v3.19.0 - 07-02-2024 */
.elementor-image-gallery .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    margin: 0 auto
}
.elementor-image-gallery .gallery-item img {
    margin: 0 auto
}
.elementor-image-gallery .gallery-item .gallery-caption {
    margin: 0
}
.elementor-image-gallery figure img {
    display: block
}
.elementor-image-gallery figure figcaption {
    width: 100%
}
.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
    padding: 0
}
@media (min-width:768px) {
    .elementor-image-gallery .gallery-columns-2 .gallery-item {
        max-width: 50%
    }

    .elementor-image-gallery .gallery-columns-3 .gallery-item {
        max-width: 33.33%
    }

    .elementor-image-gallery .gallery-columns-4 .gallery-item {
        max-width: 25%
    }

    .elementor-image-gallery .gallery-columns-5 .gallery-item {
        max-width: 20%
    }

    .elementor-image-gallery .gallery-columns-6 .gallery-item {
        max-width: 16.666%
    }

    .elementor-image-gallery .gallery-columns-7 .gallery-item {
        max-width: 14.28%
    }

    .elementor-image-gallery .gallery-columns-8 .gallery-item {
        max-width: 12.5%
    }

    .elementor-image-gallery .gallery-columns-9 .gallery-item {
        max-width: 11.11%
    }

    .elementor-image-gallery .gallery-columns-10 .gallery-item {
        max-width: 10%
    }
}
@media (min-width:480px) and (max-width:767px) {

    .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
        max-width: 50%
    }
}
@media (max-width:479px) {

    .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
        max-width: 100%
    }
}
/*! elementor - v3.19.0 - 07-02-2024 */
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container {
    line-height: 1;
    font-size: 0;
}
.elementor-grid-item{
    padding-left: 10px;
}
.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
    display: inline-grid
}
.elementor-widget-social-icons .elementor-grid {
    grid-column-gap: var(--grid-column-gap, 5px);
    grid-row-gap: var(--grid-row-gap, 5px);
    grid-template-columns: var(--grid-template-columns);
    justify-content: var(--justify-content, center);
    justify-items: var(--justify-content, center);
}
.elementor-icon{
    margin: 10px;
}
.elementor-icon.elementor-social-icon {
    font-size: var(--icon-size, 25px);
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
    height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
    /* margin: 50px; */
}
.elementor-social-icon {
    --e-social-icon-icon-color: #fff;
    display: inline-flex;
    background-color: #69727d;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.elementor-social-icon i {
    color: var(--e-social-icon-icon-color)
}
.elementor-social-icon svg {
    fill: var(--e-social-icon-icon-color)
}
.elementor-social-icon:last-child {
    margin: 0
}
.elementor-social-icon:hover {
    opacity: .9;
    color: #fff
}
.elementor-social-icon-android {
    background-color: #a4c639
}
.elementor-social-icon-apple {
    background-color: #999
}
.elementor-social-icon-behance {
    background-color: #1769ff
}
.elementor-social-icon-bitbucket {
    background-color: #205081
}
.elementor-social-icon-codepen {
    background-color: #000
}
.elementor-social-icon-delicious {
    background-color: #39f
}
.elementor-social-icon-deviantart {
    background-color: #05cc47
}
.elementor-social-icon-digg {
    background-color: #005be2
}
.elementor-social-icon-dribbble {
    background-color: #ea4c89
}
.elementor-social-icon-elementor {
    background-color: #d30c5c
}
.elementor-social-icon-envelope {
    background-color: #ea4335
}
.elementor-social-icon-facebook,
.elementor-social-icon-facebook-f {
    background-color: #3b5998
}
.elementor-social-icon-flickr {
    background-color: #0063dc
}
.elementor-social-icon-foursquare {
    background-color: #2d5be3
}
.elementor-social-icon-free-code-camp,
.elementor-social-icon-freecodecamp {
    background-color: #006400
}
.elementor-social-icon-github {
    background-color: #333
}
.elementor-social-icon-gitlab {
    background-color: #e24329
}
.elementor-social-icon-globe {
    background-color: #69727d
}
.elementor-social-icon-google-plus,
.elementor-social-icon-google-plus-g {
    background-color: #dd4b39
}
.elementor-social-icon-houzz {
    background-color: #7ac142
}
.elementor-social-icon-instagram {
    background-color: #262626
}
.elementor-social-icon-jsfiddle {
    background-color: #487aa2
}
.elementor-social-icon-link {
    background-color: #818a91
}
.elementor-social-icon-linkedin,
.elementor-social-icon-linkedin-in {
    background-color: #0077b5
}
.elementor-social-icon-medium {
    background-color: #00ab6b
}
.elementor-social-icon-meetup {
    background-color: #ec1c40
}
.elementor-social-icon-mixcloud {
    background-color: #273a4b
}
.elementor-social-icon-odnoklassniki {
    background-color: #f4731c
}
.elementor-social-icon-pinterest {
    background-color: #bd081c
}
.elementor-social-icon-product-hunt {
    background-color: #da552f
}
.elementor-social-icon-reddit {
    background-color: #ff4500
}
.elementor-social-icon-rss {
    background-color: #f26522
}
.elementor-social-icon-shopping-cart {
    background-color: #4caf50
}
.elementor-social-icon-skype {
    background-color: #00aff0
}
.elementor-social-icon-slideshare {
    background-color: #0077b5
}
.elementor-social-icon-snapchat {
    background-color: #fffc00
}
.elementor-social-icon-soundcloud {
    background-color: #f80
}
.elementor-social-icon-spotify {
    background-color: #2ebd59
}
.elementor-social-icon-stack-overflow {
    background-color: #fe7a15
}
.elementor-social-icon-steam {
    background-color: #00adee
}
.elementor-social-icon-stumbleupon {
    background-color: #eb4924
}
.elementor-social-icon-telegram {
    background-color: #2ca5e0
}
.elementor-social-icon-thumb-tack {
    background-color: #1aa1d8
}
.elementor-social-icon-tripadvisor {
    background-color: #589442
}
.elementor-social-icon-tumblr {
    background-color: #35465c
}
.elementor-social-icon-twitch {
    background-color: #6441a5
}
.elementor-social-icon-twitter {
    background-color: #1da1f2
}
.elementor-social-icon-viber {
    background-color: #665cac
}
.elementor-social-icon-vimeo {
    background-color: #1ab7ea
}
.elementor-social-icon-vk {
    background-color: #45668e
}
.elementor-social-icon-weibo {
    background-color: #dd2430
}
.elementor-social-icon-weixin {
    background-color: #31a918
}
.elementor-social-icon-whatsapp {
    background-color: #25d366
}
.elementor-social-icon-wordpress {
    background-color: #21759b
}
.elementor-social-icon-xing {
    background-color: #026466
}
.elementor-social-icon-yelp {
    background-color: #af0606
}
.elementor-social-icon-youtube {
    background-color: #cd201f
}
.elementor-social-icon-500px {
    background-color: #0099e5
}
.elementor-shape-rounded .elementor-icon.elementor-social-icon {
    border-radius: 10%
}
.elementor-shape-circle .elementor-icon.elementor-social-icon {
    border-radius: 50%
}
.elementor-21477 .elementor-element.elementor-element-a98c644 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --background-transition: 0.3s;
    --margin-block-start: 6rem;
    --margin-block-end: 0rem;
    --margin-inline-start: 0rem;
    --margin-inline-end: 0rem
  }
body.elementor-page-21477:not(.elementor-motion-effects-element-type-background),
  body.elementor-page-21477>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #e7f9ff
  }
@media(max-width:1024px) {
    .elementor-21477 .elementor-element.elementor-element-6ff1770 .elementor-heading-title {
      font-size: 2.5rem
    }
  }
@media(max-width:767px) {
    .elementor-21477 .elementor-element.elementor-element-a98c644 {
      --padding-block-start: 1rem;
      --padding-block-end: 1rem;
      --padding-inline-start: 1rem;
      --padding-inline-end: 1rem
    }
  
    .elementor-21477 .elementor-element.elementor-element-6ff1770 .elementor-heading-title {
      letter-spacing: -2px
    }
  }
.elementor-21477 .elementor-element.elementor-element-a98c644 h2,
  .elementor-21477 .elementor-element.elementor-element-a98c644 h3 {
    color: #13487c !important
  }
/* @import './assets/css/tems-privacy-21477-singlepage.css; */
/* @import './assets/css/navigation-bar.css'; */
/* @import './assets/css/welcome.css'; */
.tg-dialog-btn {
    padding: 5px 10px;
    border: none !important;
    background: none !important;
    color: #2A7CC7 !important;
    border-radius: 4px;
    font-weight: 500;
    font-size: .82rem;
    white-space: nowrap;
  }
.tg-dialog-body {
    padding: 10px !important;
    color: #3C403D;
    font-size: 14px;
    margin-left: 10px !important;
    font-family: DM Sans;
    font-weight: 400 !important;
    line-height: 27px;
    letter-spacing: 0.20px;
    word-wrap: break-word;
    /* font-weight: 400; */
  }
.tg-dialog-close-btn {
    width: 12px;
    height: 12px;
    margin-left: 10px;
    opacity: .4;
    cursor: pointer;
    margin-top: -20px !important;
    white-space: nowrap;
  }
.ppp{
    z-index: 2147483647 !important;
  }
img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
.lg\:visible {
  visibility: visible !important;
}
.order-1 {
  order: 0 !important;
}
.mx-2 {
  margin-right: none !important;
}
.ml-2, .mx-2 {
  margin-left: none !important;
}
@media (min-width: 1280px) {
  .xl\:mr-\[24px\] {
      margin-right: 24px !important;
  }
}
@media (min-width: 1280px) {
  .xl\:mx-\[14px\] {
      margin-left: 14px !important;
      margin-right: 14px !important;
  }
}
@media (min-width: 1024px) {
  .lg\:my-\[18px\] {
      /* margin-bottom: 18px !important; */
      margin-top: 18px !important;
  }
}
.lg\:my-\[18px\] {
  /* margin-bottom: 18px !important; */
  margin-top: 18px !important;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
  /* display: block !important;  */

}
/* =========== */
._slide__content-button-link_186yt_807 {
    background-color: #eee6da;
    border-radius: .25rem;
    border: none;;
    color: #62554a;
    display:block !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1.125rem;
    text-align: center;
 width: 80%;
    z-index: 2;
}
._home-tout__item-button-link_dbuct_439 {
    background-color: #eee6da;
    border-radius: .25rem;
    border: none;
    color: #62554a;
    display: block !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1;
    /* padding: .9375rem; */
    text-align: center;
    width: 80%;
    z-index: 2;
}
.currentColor{
  background-color: #62554A;
}

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