@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: Canvas
    Theme URI: http://themes.semicolonweb.com/html/canvas
    Description: The Multi-Purpose Template
    Author: SemiColonWeb
    Author URI: http://themeforest.net/user/semicolonweb
    Version: 7.1.1

    SASS Stylesheet

-----------------------------------------------------------------------------------*/
/*!
 * Bootstrap  v5.3.0 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 0.4rem;
  --bs-border-radius-xxl: 0.5rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

img {
  vertical-align: middle;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

[type=button] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

iframe {
  border: 0;
}

.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.gx-6 {
  --bs-gutter-x: 5rem;
}

@media (min-width: 576px) {
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .was-validated .input-group > .form-select:not(:focus):valid, .input-group > .form-select:not(:focus).is-valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .was-validated .input-group > .form-select:not(:focus):invalid, .input-group > .form-select:not(:focus).is-invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
:not(.btn-check) + .btn:active, .btn:first-child:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

.border-0 {
  border: 0 !important;
}

.w-75 {
  width: 75% !important;
}

.flex-column {
  flex-direction: column !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.align-content-center {
  align-content: center !important;
}

.m-0 {
  margin: 0 !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-3 {
  padding: 1rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.text-start {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
}
:root {
  --cnvs-themecolor:	#1abc9c;
  --cnvs-themecolor-rgb:	26, 188, 156;
  --bs-link-color:	var(--cnvs-themecolor);
  --bs-link-color-rgb:	var(--cnvs-themecolor-rgb);
  --bs-link-hover-color:	var(--cnvs-heading-color);
  --cnvs-white:	#fff;
  --cnvs-black:	#000;
  --cnvs-body-bg:	var(--bs-body-bg);
  --cnvs-body-bg-boxed:	var(--cnvs-contrast-0);
  --cnvs-headings-font-weight:	500;
  --cnvs-before-heading-font:	normal 400 1.0625rem var(--cnvs-secondary-font);
  /* Font Families */
  --cnvs-body-font:	"Inter", sans-serif;
  --cnvs-primary-font:	"Inter", sans-serif;
  --cnvs-secondary-font:	"Playfair Display", serif;
  --cnvs-line-height-base:	1.5;
  --cnvs-line-height-content:	1.65;
  /* Margins */
  --cnvs-margin-base:	3rem;
  --cnvs-margin-sm:	2rem;
  --cnvs-margin-lg:	5rem;
  --cnvs-content-padding:	5rem;
  --cnvs-section-margin:	4rem;
  --cnvs-section-padding:	var(--cnvs-section-margin);
  --cnvs-col-padding:	var(--cnvs-section-padding);
  --cnvs-box-shadow-sm:	0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --cnvs-box-shadow:	0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --cnvs-box-shadow-lg:	0 1rem 3rem rgba(0, 0, 0, 0.175);
  --cnvs-copyrights-font-size: 0.875rem;
  --bs-bg-opacity:	1;
  /* Header Height */
  --cnvs-header-height:	100px;
  --cnvs-header-height-sm:	60px;
  --cnvs-header-height-md:	80px;
  --cnvs-header-height-lg:	120px;
  --cnvs-header-height-shrink:	60px;
  --cnvs-side-header-width:	260px;
  --cnvs-side-header-padding-gutters:	30px;
  --cnvs-side-panel-size:	300px;
  --cnvs-side-panel-padding:	50px 70px 50px 40px;
  --cnvs-side-panel-widget-padding:	40px;
  --cnvs-transitions:	0.5s ease;
  /* Social Colors */
  --cnvs-color-facebook:	#3b5998;
  --cnvs-color-whatsapp:	#25d366;
  --cnvs-color-delicious:	#205cc0;
  --cnvs-color-paypal:	#00588b;
  --cnvs-color-waze:	#05c8f7;
  --cnvs-color-android:	#a4c639;
  --cnvs-color-googledrive:	#1FA463;
  --cnvs-color-wikipedia:	#333;
  --cnvs-color-stumbleupon:	#f74425;
  --cnvs-color-foursquare:	#25a0ca;
  --cnvs-color-call:	#444;
  --cnvs-color-ninetyninedesigns:	#f26739;
  --cnvs-color-forrst:	#5b9a68;
  --cnvs-color-digg:	#191919;
  --cnvs-color-spotify:	#1DB954;
  --cnvs-color-reddit:	#c6c6c6;
  --cnvs-color-blogger:	#fc4f08;
  --cnvs-color-cc:	#688527;
  --cnvs-color-dribbble:	#ea4c89;
  --cnvs-color-evernote:	#5ba525;
  --cnvs-color-flickr:	#ff0084;
  --cnvs-color-google:	#4885ed;
  --cnvs-color-salesforce:	#1798c1;
  --cnvs-color-cloudflare:	#f38020;
  --cnvs-color-linkedin:	#0e76a8;
  --cnvs-color-vk:	#2b587a;
  --cnvs-color-rss:	#ee802f;
  --cnvs-color-skype:	#00aff0;
  --cnvs-color-twitter:	#00acee;
  --cnvs-color-youtube:	#c4302b;
  --cnvs-color-vimeo:	#86c9ef;
  --cnvs-color-slack:	#ECB22E;
  --cnvs-color-yahoo:	#720e9e;
  --cnvs-color-email3:	#6567a5;
  --cnvs-color-macstore:	#333333;
  --cnvs-color-figma:	#ab7c63;
  --cnvs-color-podcast:	#e4b21b;
  --cnvs-color-meetup:	#e51937;
  --cnvs-color-dropbox:	#3d9ae8;
  --cnvs-color-ebay:	#89c507;
  --cnvs-color-github:	#171515;
  --cnvs-color-googleplay:	#3bccff;
  --cnvs-color-itunes:	#222;
  --cnvs-color-periscope:	#52677b;
  --cnvs-color-meta:	#0668E1;
  --cnvs-color-soundcloud:	#ff7700;
  --cnvs-color-tumblr:	#34526f;
  --cnvs-color-wordpress:	#1e8cbe;
  --cnvs-color-yelp:	#c41200;
  --cnvs-color-microsoft:	#f65314;
  --cnvs-color-trello:	#0079bf;
  --cnvs-color-scribd:	#666666;
  --cnvs-color-stripe:	#008cdd;
  --cnvs-color-print:	#111;
  --cnvs-color-btc:	#f2a900;
  --cnvs-color-weibo:	#DF2029;
  --cnvs-color-acrobat:	#d3222a;
  --cnvs-color-drupal:	#27537a;
  --cnvs-color-buffer:	#333333;
  --cnvs-color-pocket:	#ee4056;
  --cnvs-color-bitbucket:	#0e4984;
  --cnvs-color-stackoverflow:	#ef8236;
  --cnvs-color-hackernews:	#ff6600;
  --cnvs-color-xing:	#126567;
  --cnvs-color-instagram:	#8a3ab9;
  --cnvs-color-quora:	#a82400;
  --cnvs-color-openid:	#e16309;
  --cnvs-color-steam:	#111;
  --cnvs-color-amazon:	#e47911;
  --cnvs-color-line:	#00b900;
  --cnvs-color-kickstarter:	#87c442;
  --cnvs-color-appstore:	#000;
  --cnvs-color-pinterest:	#c8232c;
  --cnvs-color-fivehundredpx:	#111;
  --cnvs-color-tiktok:	#000;
  --cnvs-color-airbnb:	#FF5A5F;
  --cnvs-color-gpay:	#6877df;
  --cnvs-color-unsplash:	#111;
  --cnvs-color-snapchat:	#fffc00;
  --cnvs-color-discord:	#7289da;
  --cnvs-color-twitch:	#6441a5;
  --cnvs-font-size-body:	var(--bs-body-font-size);
  --cnvs-font-size-h1:	2.25rem;
  --cnvs-font-size-h2:	1.875rem;
  --cnvs-font-size-h3:	1.5rem;
  --cnvs-font-size-h4:	1.125rem;
  --cnvs-font-size-h5:	0.875rem;
  --cnvs-font-size-h6:	0.75rem;
}

:root {
  --cnvs-contrast-0: #fff;
  --cnvs-contrast-100: #f8f9fa;
  --cnvs-contrast-200: #e9ecef;
  --cnvs-contrast-300: #dee2e6;
  --cnvs-contrast-400: #ced4da;
  --cnvs-contrast-500: #adb5bd;
  --cnvs-contrast-600: #6c757d;
  --cnvs-contrast-700: #495057;
  --cnvs-contrast-800: #343a40;
  --cnvs-contrast-900: #212529;
  --cnvs-contrast-1000: #000;
  --cnvs-invert-contrast-0: #000;
  --cnvs-invert-contrast-100: #212529;
  --cnvs-invert-contrast-200: #343a40;
  --cnvs-invert-contrast-300: #495057;
  --cnvs-invert-contrast-400: #6c757d;
  --cnvs-invert-contrast-500: #adb5bd;
  --cnvs-invert-contrast-600: #ced4da;
  --cnvs-invert-contrast-700: #dee2e6;
  --cnvs-invert-contrast-800: #e9ecef;
  --cnvs-invert-contrast-900: #f8f9fa;
  --cnvs-invert-contrast-1000: #fff;
  --cnvs-link-color:	var(--cnvs-themecolor);
  --cnvs-link-hover-color:	var(--cnvs---cnvs-heading-color);
  --cnvs-contrast-rgb:	0, 0, 0;
  --cnvs-invert-contrast-rgb:	255, 255, 255;
  --cnvs-contrast-bg:	#fff;
  --cnvs-contrast-bg-offset:	#f8f9fa;
  --cnvs-topbar-bg: var(--cnvs-contrast-0);
  --cnvs-topbar-color: var(--cnvs-contrast-700);
  --cnvs-topbar-border-color: rgba(var(--cnvs-contrast-rgb), 0.1);
  --cnvs-topbar-social-icon-color: var(--cnvs-contrast-600);
  --cnvs-header-bg:	var(--cnvs-contrast-0);
  --cnvs-header-sticky-bg:	var(--cnvs-header-bg);
  --cnvs-side-header-bg:	var(--cnvs-contrast-0);
  --cnvs-section-bg:	var(--cnvs-contrast-bg-offset);
  --cnvs-heading-color:	var(--cnvs-contrast-900);
  --cnvs-line-color:	rgba(var(--cnvs-contrast-rgb), .1);
  --cnvs-bg-overlay-bg-opacity:	0.5;
  --cnvs-bg-overlay-bg:	rgba(var(--cnvs-invert-contrast-rgb), var(--cnvs-bg-overlay-bg-opacity));
  --cnvs-footer-bg:	var(--cnvs-contrast-bg-offset);
  color: var(--cnvs-contrast-800);
}

/* ----------------------------------------------------------------

	Layouts.scss

-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Bootstrap Adjustments
-----------------------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
[class*=col-]:not([class*=sticky-]):not([class*=position-]) {
  position: relative;
}

/*	Custom Bootstap Columns */
#wrapper {
  position: relative;
  float: none;
  width: 100%;
  margin: 0 auto;
  background-color: var(--cnvs-body-bg);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.stretched #wrapper {
  width: 100%;
  margin: 0;
  box-shadow: none;
}

/* ----------------------------------------------------------------
	Sections
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Columns & Grids
-----------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------
	typography.scss
-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Basic
-----------------------------------------------------------------*/
ul, li {
  margin: 0;
  padding: 0;
}

::selection {
  background: var(--cnvs-themecolor);
  color: var(--cnvs-body-bg);
  text-shadow: none;
}

::-moz-selection {
  background: var(--cnvs-themecolor);
  color: var(--cnvs-body-bg);
  text-shadow: none;
}

::-webkit-selection {
  background: var(--cnvs-themecolor);
  color: var(--cnvs-body-bg);
  text-shadow: none;
}

:active,
:focus {
  outline: none !important;
}

/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/
body {
  line-height: 1.5;
  font-size: var(--cnvs-font-size-body);
  font-family: var(--cnvs-body-font);
  background: var(--cnvs-body-bg-boxed);
}

a {
  color: var(--cnvs-link-color);
}
a:not(.btn-link):not(.text-decoration-underline) {
  text-decoration: none !important;
}
a:hover {
  color: var(--cnvs-link-hover-color);
}
a img {
  border: none;
}

img {
  max-width: 100%;
}

iframe {
  width: 100%;
  border: 0 !important;
  overflow: hidden !important;
}

/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/
h1, h2, h3, h4 {
  color: var(--cnvs-heading-color);
  font-weight: var(--cnvs-headings-font-weight);
  line-height: var(--cnvs-line-height-base);
  margin: 0 0 30px 0;
  font-family: var(--cnvs-primary-font);
}

h1 {
  font-size: var(--cnvs-font-size-h1);
}

h2 {
  font-size: var(--cnvs-font-size-h2);
}

h3 {
  font-size: var(--cnvs-font-size-h3);
}

h4 {
  font-size: var(--cnvs-font-size-h4);
}

h4 {
  font-weight: 600;
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1rem;
  }
}
h1 > span:not(.nocolor):not(.badge), h2 > span:not(.nocolor):not(.badge) {
  color: var(--cnvs-themecolor);
}

p,
ul {
  margin-bottom: 30px;
}

/*-----------------------------------------------------------------------------------

	Utilities.scss

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Helper Classes
-----------------------------------------------------------------*/

.inline-block {
  float: none !important;
  display: inline-block !important;
}

.mx-auto {
  position: relative !important;
  float: none !important;
}

/* ----------------------------------------------------------------
	Text Contrast Color Utility Classes
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	BG Contrast Color Utility Classes
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Border Contrast Color Utility Classes
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Font Weight Utility Classes
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Letter Spacing Utility Classes
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Text Underline Offset
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Image fit Objects
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Image Object & Background Positions
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Background Sizes
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Image Scale Utility Classes
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Opacity Utility Classes
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Text Sizing Utility
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Text Color Utility Classes
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	BG Color Utility Classes
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Gradient Utility Classes
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Bootstrap Utility Classes: Extended
-----------------------------------------------------------------*/
/*	Gutters */
/* ----------------------------------------------------------------
	col-mb-classes & Bootstrap Utility Classes: Extended
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Height Utility Classes
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Position Utility Classes: Extended
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Lazy Loading
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Borders
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Max-width Utility Classes:
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Text Sizes Utility Classes:
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	X/Y Positioning Classes
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Square Sizes Utility Classes:
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Max-width Utility Classes:
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Shadow
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	translate
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	translate
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------

	topbar.scss

-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Top Bar
-----------------------------------------------------------------*/

/* Top Links
---------------------------------*/

/* Top Social
-----------------------------------------------------------------*/

/* Top Login
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------

	header.scss

-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/
:root {
  --cnvs-header-border-color: rgba(var(--cnvs-contrast-rgb), .1);
  --cnvs-header-transparent-border-color: rgba(var(--cnvs-contrast-rgb), .1);
  --cnvs-header-floating-bg: var(--cnvs-contrast-0);
  --cnvs-primary-menu-color: var(--cnvs-contrast-900);
  --cnvs-primary-menu-submenu-bg: var(--cnvs-contrast-0);
  --cnvs-primary-menu-submenu-color: var(--cnvs-contrast-900);
  --cnvs-primary-menu-submenu-border: 1px solid rgba(var(--cnvs-contrast-rgb), 0.1);
  --cnvs-primary-menu-submenu-hover-bg: rgba(var(--cnvs-contrast-rgb), 0.025);
  --cnvs-header-misc-icons-color: var(--cnvs-primary-menu-color);
  --cnvs-side-panel-bg: var(--cnvs-contrast-100);
}

#header {
  --cnvs-sticky-header-height:	var(--cnvs-header-height);
  --cnvs-header-border-color:	rgba(var(--cnvs-contrast-rgb), .1);
  --cnvs-header-transparent-border-color: rgba(var(--cnvs-contrast-rgb), .1);
  --cnvs-primary-menu-padding-x:	15px;
  /*  Floating Header */
  --cnvs-header-floating-top-offset:	60px;
  --cnvs-header-floating-padding:	30px;
  /*  Side Header */
  --cnvs-side-header-padding-gutters:	30px;
  /*  Primary Menu */
  --cnvs-primary-menu-color:	var(--cnvs-contrast-900);
  --cnvs-primary-menu-hover-color: var(--cnvs-themecolor);
  --cnvs-primary-menu-active-color:	var(--cnvs-primary-menu-hover-color);
  --cnvs-primary-menu-font:	var(--cnvs-primary-font);
  --cnvs-primary-menu-font-weight:	500;
  --cnvs-primary-menu-font-size:	1rem;
  --cnvs-primary-menu-tt:	none;
  --cnvs-primary-menu-ls:	0;
  --cnvs-primary-menu-icon-size:	1rem;
  --cnvs-primary-menu-submenu-padding-x: 15px;
  --cnvs-primary-menu-submenu-padding-y: 10px;
  --cnvs-primary-menu-submenu-top-border: 2px solid var(--cnvs-themecolor);
  --cnvs-primary-menu-submenu-width:	240px;
  --cnvs-primary-menu-submenu-font:	var(--cnvs-body-font);
  --cnvs-primary-menu-submenu-font-size:	0.875rem;
  --cnvs-primary-menu-submenu-font-weight:	400;
  --cnvs-primary-menu-submenu-hover-font-weight: 500;
  --cnvs-primary-menu-submenu-tt:	none;
  --cnvs-primary-menu-submenu-color:	var(--cnvs-contrast-900);
  --cnvs-primary-menu-submenu-spacing:	0;
  --cnvs-primary-menu-submenu-border:	1px solid rgba(var(--cnvs-contrast-rgb), 0.1);
  --cnvs-primary-menu-submenu-hover-bg:	rgba(var(--cnvs-contrast-rgb), 0.025);
  --cnvs-primary-menu-submenu-hover-color: var(--cnvs-primary-menu-active-color);
  --cnvs-primary-menu-submenu-hover-padding-offset: 0.25rem;
  --cnvs-header-misc-icons-size:	1.125rem;
  --cnvs-header-misc-icons-color:	var(--cnvs-primary-menu-color);
  --cnvs-mega-menu-width-sm: 400px;
  --cnvs-mobile-menu-off-canvas-width: 280px;
  --cnvs-top-search-font-size:	2rem;
  --cnvs-top-search-placeholder: var(--cnvs-contrast-600);
  position: relative;
}




.content-wrap {
  position: relative;
  padding: var(--cnvs-content-padding) 0;
  overflow: hidden;
}
.content-wrap .container {
  position: relative;
}
.content-wrap p {
  line-height: var(--cnvs-line-height-content);
}



.portfolio-ajax-opened ~ .portfolio.grid-container .portfolio-item:not(:hover):not(.portfolio-active) {
  opacity: 0.25;
}





/* ----------------------------------------------------------------
	Buttons
-----------------------------------------------------------------*/
.button {
  --cnvs-btn-padding-x: 1.375rem;
  --cnvs-btn-padding-y: 0.5rem;
  --cnvs-btn-fontsize: 1rem;
  --cnvs-btn-color: var(--cnvs-themecolor);
  --cnvs-btn-color-dark: #333;
  --cnvs-btn-color-light: #e9ecef;
  --cnvs-btn-color-hover: var(--cnvs-btn-color-dark);
  --cnvs-btn-lineheight: calc(var(--cnvs-btn-fontsize) * 1.6);
  --cnvs-btn-border-width: 1px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  margin: 5px;
  padding: var(--cnvs-btn-padding-y) var(--cnvs-btn-padding-x);
  font-size: var(--cnvs-btn-fontsize);
  line-height: var(--cnvs-btn-lineheight);
  text-align: center;
  background-color: var(--cnvs-btn-color);
  color: #fff;
  font-weight: 500;
  border: var(--cnvs-btn-border-width) solid transparent;
  transition: all 0.2s ease-in-out;
  /* Buttons - Border
  -----------------------------------------------------------------*/
  /* Buttons - 3D
  -----------------------------------------------------------------*/
  /* Buttons - Icon Reveal
  -----------------------------------------------------------------*/
}
@media (prefers-reduced-motion: reduce) {
  .button {
    transition: none;
  }
}
.button:hover {
  background-color: var(--cnvs-btn-color-dark);
  color: #fff;
}



/* Buttons - States
-----------------------------------------------------------------*/
.button:disabled {
  opacity: 0.65 !important;
  pointer-events: none !important;
}





/* Tab Bordered */

.tab-bordered a.i-bordered:not(.active):not(:hover) {
  background-color: var(--cnvs-tabs-active-bg-color) !important;
}
.canvas-alt-tabs .nav-link:not(.active):not(:hover), .canvas-alt-tabs .nav-link:not(.active):not(:focus) {
  border-color: transparent;
}



/* ----------------------------------------------------------------
	Forms
-----------------------------------------------------------------*/
:root {
  --cnvs-form-processor-bg: #fff;
  --cnvs-input-btn-input-color: var(--bs-body-color);
  --cnvs-input-btn-input-bg: var(--bs-body-bg);
  --cnvs-input-btn-border-color: var(--bs-border-color);
}
input[type=checkbox]:not(:checked) + label.error {
  display: block !important;
}



/* ----------------------------------------------------------------

	footer.scss

-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/

#copyrights {
  padding: calc(var(--cnvs-content-padding) * 0.5) 0;
  background-color: var(--cnvs-contrast-300);
  font-size: var(--cnvs-copyrights-font-size);
  line-height: var(--cnvs-line-height-content);
}





/* ----------------------------------------------------------------
	Page Transitions
-----------------------------------------------------------------*/

/* Magnific Popup SCSS */
:root {
  --cnvs-mfp-overlay-color: #0b0b0b;
  --cnvs-mfp-overlay-opacity: 0.9;
  --cnvs-mfp-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  --cnvs-mfp-popup-padding-left: 8px;
  --cnvs-mfp-popup-padding-left-mobile: 6px;
  --cnvs-mfp-z-index-base: 1040;
  --cnvs-mfp-controls-opacity: 0.65;
  --cnvs-mfp-controls-color: #FFF;
  --cnvs-mfp-inner-close-icon-color: #333;
  --cnvs-mfp-controls-text-color: #CCC;
  --cnvs-mfp-controls-text-color-hover: #FFF;
  --cnvs-mfp-preloader-size: 2rem;
  --cnvs-mfp-close-btn-size: 4rem;
  --cnvs-mfp-close-btn-font-size: 1.5rem;
  --cnvs-mfp-arrow-size: 4rem;
  --cnvs-mfp-title-padding: 1rem;
  --cnvs-mfp-title-border-radius: 0.25rem;
  --cnvs-mfp-link-color: #CCC;
  --cnvs-mfp-iframe-padding-top: 40px;
  --cnvs-mfp-iframe-background: #000;
  --cnvs-mfp-iframe-max-width: 900px;
  --cnvs-mfp-iframe-ratio: 9/16;
  --cnvs-mfp-image-background: #444;
  --cnvs-mfp-caption-title-color: #F3F3F3;
  --cnvs-mfp-caption-subtitle-color: #BDBDBD;
}

/* Main image in popup */

/* The shadow behind the image */

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
}
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --cnvs-animate-duration: 1s;
  --cnvs-animate-delay: 1s;
  --cnvs-animate-repeat: 1;
}


/*-----------------------------------------------------------------------------------

	Shortcodes: carousels.scss

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Owl Carousel CSS
-----------------------------------------------------------------*/
.owl-carousel {
  --cnvs-carousel-animation-transition: 1000ms;
  --cnvs-owl-video-play-icon-size:	64px;
  --cnvs-owl-video-play-icon: url("images/icons/play.png");
  --cnvs-owl-video-play-icon-hover: scale(1.3);
  --cnvs-owl-autoHeight-transition: 500ms ease-in-out;
  --cnvs-owl-nav-hidden: true;
  --cnvs-owl-nav-border: 1px solid rgba(var(--cnvs-contrast-rgb), 0.2);
  --cnvs-owl-nav-background: var(--cnvs-body-bg);
  --cnvs-owl-nav-color: var(--cnvs-contrast-600);
  --cnvs-owl-nav-border-radius: 50%;
  --cnvs-owl-full-nav-size: 28px;
  --cnvs-owl-full-nav-border-radius: 3px;
  --cnvs-owl-full-nav-bgcolor: rgba(var(--cnvs-contrast-rgb), 0.4);
  --cnvs-owl-full-nav-color: var(--cnvs-contrast-100);
  --cnvs-owl-full-nav-hover-bgcolor: var(--cnvs-themecolor);
  --cnvs-owl-full-nav-hover-color: var(--cnvs-body-bg);
  --cnvs-owl-dots-background: var(--cnvs-themecolor);
  --cnvs-owl-dots-opacity: 0.5;
  --cnvs-owl-nav-sizes: 36px;
  --cnvs-owl-dots-gutters: 0.21875rem;
  --cnvs-owl-dots-sizes: 0.625rem;
  --cnvs-owl-nav-bg: var(--cnvs-themecolor);
  --cnvs-owl-nav-margin: calc(var(--cnvs-owl-nav-sizes) / -2);
  --cnvs-owl-nav-with-dots: calc( var(--cnvs-owl-nav-margin) - calc( calc( 30px + var(--cnvs-owl-dots-sizes) ) / 2 ) );
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .owl-height {
    transition: none;
  }
}

.owl-carousel {
  direction: ltr;
  display: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  width: 100%;
  touch-action: manipulation;
}
.owl-carousel .animated {
  -webkit-animation-duration: var(--cnvs-carousel-animation-transition);
  animation-duration: var(--cnvs-carousel-animation-transition);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-carousel .owl-stage {
  position: relative;
}
.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;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  display: block;
  min-height: 100px;
  background: no-repeat center center;
  opacity: 0;
  display: block;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.slider-element .owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
}
.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,
.owl-carousel .owl-dots button {
  cursor: pointer;
  cursor: hand;
  padding: 0;
  border: 0;
  user-select: none;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.mega-menu-content .owl-carousel {
  opacity: 1;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .owl-carousel .owl-item .owl-lazy {
    transition: none;
  }
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #111;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: var(--cnvs-owl-video-play-icon-size);
  width: var(--cnvs-owl-video-play-icon-size);
  left: 50%;
  top: 50%;
  margin-left: calc(var(--cnvs-owl-video-play-icon-size) * -0.5);
  margin-top: calc(var(--cnvs-owl-video-play-icon-size) * -0.5);
  background: var(--cnvs-owl-video-play-icon) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .owl-carousel .owl-video-play-icon {
    transition: none;
  }
}
.owl-carousel .owl-video-play-icon:hover {
  transition: var(--cnvs-owl-video-play-icon-hover);
}
@media (prefers-reduced-motion: reduce) {
  .owl-carousel .owl-video-play-icon:hover {
    transition: none;
  }
}
.owl-carousel .owl-video-play-icon .owl-video-play-icon,
.owl-carousel .owl-video-play-icon .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-play-icon .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  transition: opacity 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .owl-carousel .owl-video-play-icon .owl-video-tn {
    transition: none;
  }
}
.owl-carousel .owl-video-play-icon .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Owl Carousel - Controls
-----------------------------------------------------------------*/
.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  line-height: 1;
}

/* Owl Carousel - Controls - Arrows
-----------------------------------------------------------------*/
.owl-carousel .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  zoom: 1;
  border: var(--cnvs-owl-nav-border);
  color: var(--cnvs-owl-nav-color);
  background-color: var(--cnvs-owl-nav-background);
  border-radius: var(--cnvs-owl-nav-border-radius);
  opacity: 0;
  left: calc(var(--cnvs-owl-nav-sizes) * -1);
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .owl-carousel .owl-nav [class*=owl-] {
    transition: none;
  }
}

.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] {
  margin-top: calc(var(--cnvs-owl-nav-sizes) - 2);
}

.slider-element .owl-nav [class*=owl-],
.owl-carousel-full .owl-nav [class*=owl-] {
  margin-top: -30px;
  left: 0 !important;
  height: calc(var(--cnvs-owl-full-nav-sizes) * 2.143);
  line-height: calc(var(--cnvs-owl-full-nav-sizes) * 2.143);
  border: none;
  color: var(--cnvs-owl-full-nav-color);
  background-color: var(--cnvs-owl-full-nav-bgcolor);
  font-size: var(--cnvs-owl-full-nav-sizes);
  border-radius: 0 var(--cnvs-owl-full-nav-border-radius) var(--cnvs-owl-full-nav-border-radius) 0;
}

.owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] {
  margin-top: -50px;
}

.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: calc(var(--cnvs-owl-nav-sizes) * -1);
}

.slider-element .owl-nav .owl-next,
.owl-carousel-full .owl-nav .owl-next {
  left: auto !important;
  right: 0 !important;
  border-radius: var(--cnvs-owl-full-nav-border-radius) 0 0 var(--cnvs-owl-full-nav-border-radius);
}

.owl-carousel:hover .owl-nav [class*=owl-] {
  opacity: 1;
  left: calc(-0.5 * var(--cnvs-owl-nav-sizes));
}

.owl-carousel:hover .owl-nav .owl-next {
  left: auto;
  right: calc(-0.5 * var(--cnvs-owl-nav-sizes));
}

.owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: var(--cnvs-owl-full-nav-hover-bgcolor) !important;
  color: var(--cnvs-owl-full-nav-hover-color) !important;
  text-decoration: none;
}

.owl-carousel .owl-nav .disabled {
  display: none !important;
}

/* Owl Carousel - Controls - Dots
-----------------------------------------------------------------*/
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  opacity: var(--cnvs-owl-dots-opacity);
  width: var(--cnvs-owl-dots-sizes);
  height: var(--cnvs-owl-dots-sizes);
  margin-top: 30px;
  border-radius: 50%;
  background-color: var(--cnvs-owl-dots-background);
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .owl-carousel .owl-dots .owl-dot {
    transition: none;
  }
}
.owl-carousel .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot:hover {
  opacity: 1;
}

/* Owl Carousel - Controls - Dots - Positions
-----------------------------------------------------------------*/
.owl-carousel[class*=owl-nav-pos-],
.owl-carousel[class*=owl-dots-pos-] .owl-carousel[class*=owl-img-pos-] {
  display: flex;
  flex-direction: column;
}

.owl-carousel.owl-nav-pos-1 .owl-nav,
.owl-carousel.owl-dots-pos-1 .owl-dots,
.owl-carousel.owl-content-pos-1 .owl-stage-outer {
  order: 1;
}

.owl-carousel.owl-nav-pos-2 .owl-nav,
.owl-carousel.owl-dots-pos-2 .owl-dots,
.owl-carousel.owl-content-pos-2 .owl-stage-outer {
  order: 2;
  margin: 20px 0;
}

.owl-carousel.owl-nav-pos-3 .owl-nav,
.owl-carousel.owl-dots-pos-3 .owl-dots,
.owl-carousel.owl-content-pos-3 .owl-stage-outer {
  order: 3;
}

.owl-carousel.owl-dots-pos-2 .owl-dots .owl-dot,
.owl-carousel.owl-dots-pos-3 .owl-dots .owl-dot {
  margin-top: 0;
}

.owl-carousel.owl-nav-pos-left .owl-nav,
.owl-carousel.owl-nav-pos-right .owl-nav,
.owl-carousel.owl-dots-pos-left .owl-dots,
.owl-carousel.owl-dots-pos-right .owl-dots {
  display: flex;
  justify-content: center;
}

.owl-carousel.owl-dots-pos-left .owl-dots,
.owl-carousel.owl-nav-pos-left .owl-nav {
  justify-content: flex-start;
}

.owl-carousel.owl-dots-pos-right .owl-dots,
.owl-carousel.owl-nav-pos-right .owl-nav {
  justify-content: flex-end;
}

.owl-carousel.with-carousel-dots.owl-dots-pos-top .owl-nav [class*=owl-] {
  margin-top: 0;
}

/* Owl Carousel - Controls - Dots - Sizes
-----------------------------------------------------------------*/
.owl-carousel.owl-dots-size-sm {
  --cnvs-owl-dots-sizes: 4px;
  --cnvs-owl-dots-gutters: 2px;
}

.owl-carousel.owl-dots-size-lg {
  --cnvs-owl-dots-sizes: 12px;
  --cnvs-owl-dots-gutters: 5px;
}

.owl-carousel.owl-dots-size-xl {
  --cnvs-owl-dots-sizes: 16px;
  --cnvs-owl-dots-gutters: 6px;
}

.owl-carousel .owl-dots .owl-dot {
  width: var(--cnvs-owl-dots-sizes);
  height: var(--cnvs-owl-dots-sizes);
  background-color: var(--cnvs-owl-nav-bg);
  margin-left: var(--cnvs-owl-dots-gutters);
  margin-right: var(--cnvs-owl-dots-gutters);
  transition: all 0.3s;
}

.owl-carousel.owl-nav-hover-fixed[class*=owl-nav-pos-] .owl-nav .disabled {
  display: inline-block !important;
  pointer-events: none;
  opacity: 0.4 !important;
}

/* Owl Carousel - Controls - Dots - Border
-----------------------------------------------------------------*/
.owl-carousel.owl-dots-border .owl-dots .owl-dot:not(.active) {
  opacity: 1;
  background-color: transparent;
  border: 1px solid var(--cnvs-owl-nav-bg);
}

.owl-carousel.owl-dots-border .owl-dots .owl-dot.active {
  border-color: transparent;
}

/* Owl Carousel - Controls - Dots - square
-----------------------------------------------------------------*/
.owl-carousel.owl-dots-square .owl-dots .owl-dot {
  border-radius: 0;
  --cnvs-owl-dots-sizes: 10px;
}

/* Owl Carousel - Controls - Dots - square
-----------------------------------------------------------------*/
.owl-carousel.owl-dots-rounded .owl-dots .owl-dot {
  --cnvs-owl-dots-sizes: 10px;
  border-radius: 2px;
}

/* Owl Carousel - Controls - Dots - Dashed
-----------------------------------------------------------------*/
.owl-carousel.owl-dots-dashed .owl-dots .owl-dot {
  --cnvs-owl-dots-sizes: 16px;
  opacity: 0.4;
  height: 4px;
  border-radius: 4px;
}

.owl-carousel.owl-dots-dashed .owl-dots .owl-dot.active {
  --cnvs-owl-dots-sizes: 32px;
  opacity: 1;
}

/* Owl Carousel - Controls - Dots - Numbers
-----------------------------------------------------------------*/
.owl-carousel.owl-dots-number .owl-dots {
  --cnvs-owl-dots-sizes: 28px;
  counter-reset: dots;
  --cnvs-owl-nav-bg: #FFF;
}

.owl-carousel.owl-dots-number .owl-dots .owl-dot {
  position: relative;
  width: auto;
  opacity: 0.3;
}

.owl-carousel.owl-dots-number .owl-dots .owl-dot.active {
  opacity: 1;
}

.owl-carousel.owl-dots-number .owl-dots .owl-dot:before {
  display: inline-block;
  counter-increment: dots;
  content: counter(dots, decimal-leading-zero);
}

.owl-carousel.owl-dots-number .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 0px;
  height: 2px;
  background-color: #666;
  top: -5px;
  margin-left: 5px;
  transition: width 0.4s ease-in-out;
}

.owl-carousel.owl-dots-number .owl-dots .owl-dot.active span {
  width: 30px;
}

/* Owl Carousel - Controls - Arrows - Sizes
-----------------------------------------------------------------*/
.owl-carousel .owl-nav [class*=owl-] {
  left: calc(-1 * var(--cnvs-owl-nav-sizes));
  width: var(--cnvs-owl-nav-sizes);
  height: var(--cnvs-owl-nav-sizes);
  line-height: calc(-1 * var(--cnvs-owl-nav-sizes) - 4px);
  font-size: calc(var(--cnvs-owl-nav-sizes) / 2);
  margin-top: var(--cnvs-owl-nav-margin);
}

.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] {
  margin-top: var(--cnvs-owl-nav-with-dots);
}

.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: calc(-1 * var(--cnvs-owl-nav-sizes));
}

.slider-element .owl-nav .owl-next,
.owl-carousel-full .owl-nav .owl-next {
  left: auto !important;
  right: 0 !important;
}

.owl-carousel.owl-nav-hover-fixed .owl-nav [class*=owl-],
.owl-carousel:hover .owl-nav [class*=owl-] {
  opacity: 1;
  left: calc(-1 * var(--cnvs-owl-nav-sizes) / 2);
}

.owl-carousel.owl-nav-hover-fixed .owl-nav .owl-next,
.owl-carousel:hover .owl-nav .owl-next {
  left: auto;
  right: calc(-1 * var(--cnvs-owl-nav-sizes) / 2);
}

.owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: var(--cnvs-owl-nav-bg) !important;
}

.slider-element .owl-nav [class*=owl-],
.owl-carousel-full .owl-nav [class*=owl-] {
  margin-top: -30px;
  height: calc(var(--cnvs-owl-nav-sizes) * 1.6666666667);
  line-height: calc(var(--cnvs-owl-nav-sizes) * 1.6666666667);
  font-size: calc(var(--cnvs-owl-nav-sizes) * 1.6666666667 / 2);
}

.owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] {
  margin-top: calc(var(--cnvs-owl-nav-sizes) * 1.6666666667 / -2 - (30px + var(--cnvs-owl-dots-sizes)) / 2);
}

.owl-carousel.owl-nav-hover-fixed[class*=owl-nav-pos-] .owl-nav [class*=owl-] {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
}

.owl-carousel.owl-nav-hover-fixed[class*=owl-nav-pos-] .owl-nav .owl-prev {
  margin-right: 5px;
}

.owl-carousel.owl-nav-hover-fixed[class*=owl-nav-pos-] .owl-nav .owl-next {
  margin-left: 5px;
}

.owl-carousel.owl-nav-text .owl-nav [class*=owl-] {
  width: auto;
  height: auto;
  line-height: 1.5;
  font-size: 0.925rem;
  border-radius: 3px;
  padding: 4px 8px;
}

.owl-carousel.owl-nav-text .owl-nav [class*=owl-] i {
  position: relative;
  top: 1px;
}





body{background-color: #171717;}



.stretched #wrapper {
    overflow: hidden;
    background: #171717;
}



/* ----------------------------------------------------------------
	Button Fixed
-----------------------------------------------------------------*/


.text-green {
    color: #5da57d !important;
}

section#hero {
    min-height: 73vh;
}

section {
    background: #171717;
}

#header {
    background: #202623;
    background: linear-gradient(90deg, rgba(32, 38, 35, 1) 0, rgb(93 165 125) 50%, rgba(32, 38, 35, 1) 100%);
}


a {
    color: #5da57d !important;
}

a:hover {
    color: #fff !important;
}


#header {
    background: #202623;
    background: linear-gradient(90deg, rgba(32, 38, 35, 1) 0, rgb(93 165 125) 50%, rgba(32, 38, 35, 1) 100%);
}

#hero {
    background: url(../../images/lp-rai-captura-bg-mobile.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: start;
    margin-top: 30px;
}



#hero span {
    background-color: #5da57d;
    padding: 1px 7px;
    color: #fff;
    border-radius: 5px;
}

#hero .text {
    font-size: 20px;
    line-height: 26px !important;
}


h1,
h2,
h3,
h4 {
    font-family: 'Montserrat', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    margin-bottom: 0; color: #ffffff;
}

p {
    font-family: 'Lato', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 25px !important;
    margin-bottom: 0;
    color: #fff;
}

h1 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
}

h2 {
    font-size: 35px;
    color: #fff;
    line-height: 40px;
    font-weight: 700;
}

.titulo-destaque {
    font-weight: 500;
    font-size: 50px;
    line-height: 55px;
}


.paragrafo-destaque {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    max-width: 400px;
    margin: 0 auto;
}


.btn {
    width: 300px;
    padding: 17px 24px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 20px;
    border: none;
    border-radius: 12px;
    color: #fff !important;
    background: #5da47d;
    background: linear-gradient(90deg, rgba(93, 164, 125, 1) 44%, rgba(173, 241, 231, 1) 100%);
}

.btn:hover {
    color: #000;
    background-color: #fff;
    border: none;
}


.autoridade{
    gap:10px;
}




#sorteio h2 {
    font-weight: 500;
}



#sorteio h4 {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 8px;
}






#sorteio h4::after {
    content: '';
    display: inline-block;
    width: 37px;
    height: 37px;
    background-image: url(../../images/lp-rai-vendas-icone-bola.png); /* Caminho para o ícone */
    background-size: contain; /* Ajusta o tamanho do ícone */
    background-repeat: no-repeat; /* Não repete a imagem */
    margin-left: 8px; /* Espaçamento entre o texto e o ícone */
    vertical-align: middle;
}




.mosaico-inner h2 {
    font-size: 37px;
    line-height: 42px;
    font-weight: 500;
}



.mosaico-inner h4{
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 8px;    
}



.mosaico-inner a.btn.btn-primary {
    background: #171717;
}

        /* Estilo para a div mosaico */
        .mosaico {
            background-image: url(../../images/lp-rai-vendas-mosaico-especialistas.jpg);
            background-size: contain; /* Faz com que a imagem cubra todo o elemento */
            background-repeat: no-repeat;
            background-position: center; /* Centraliza a imagem */
            height: 820px; /* Altura fixa igual à da imagem */
            display: flex; /* Ativa o Flexbox */
            justify-content: center; /* Centraliza horizontalmente */
            align-items: center; /* Centraliza verticalmente */
        }

        /* Estilo para a div mosaico-inner */
        .mosaico-inner {
            height: 36%; /* Ocupa 50% da altura da div mosaico */
            display: flex; /* Ativa o Flexbox */
            flex-direction: column; /* Organiza os elementos em coluna */
            justify-content: center; /* Centraliza verticalmente */
            align-items: center; /* Centraliza horizontalmente */
            /* background: linear-gradient(135deg, #4ba774, #39aea8);  Gradiente de verde para azul */
            text-align: center; /* Centraliza o texto */
            border-radius: 6px;
        }



.owl-custom-nav a {
    cursor: pointer;
}

.owl-custom-nav {
    gap: 5px;
}


.owl-carousel {
    direction: ltr;
    display: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    width: 82%;
    touch-action: manipulation;
    margin: 0 auto;
}




#casafolha h2 {
    font-size: 38px;
    font-weight: 600;
}


#aulas h4 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 8px;
}


#oferta ul {
    list-style-type: none;
    padding: 0;
}

#oferta ul li.yes {
    background-image: url(../../images/lp-rai-vendas-price-box-yes.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
background-position: 0 -1px;
    padding-left: 32px;
}

#oferta ul li.no {
    background-image: url(../../images/lp-rai-vendas-price-box-no.png);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 0 0px;
    padding-left: 32px;
}


.oferta-curso-unico h2 {
    color: #999999;
}

#oferta ul li {
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 14px;
    border-bottom: 1px solid #00000036;
    padding-bottom: 8px;
    font-weight: 500;
    font-family: 'Montserrat';
}


.precoM {
    width: 100%;
}


img.selo-oferta {
    position: absolute;
    right: -25px;
    top: 20px;
}


#cursos {
    background: #1b1b1b;
}
#cursos h4 {
    font-size: 36px;
}
#cursos h2 {
    font-size: 12px;
    line-height: 15px;
}
#cursos h3 {
    font-size: 19px;
    font-weight: 500;
    line-height: 23px;
    color: #ffffff;    
}




span.aulas-titulo {
    text-transform: uppercase;
}


p.lesson-title {
    font-size: 15px;
    line-height: 20px !important;
}


.course-section {
    height: 400px;
    overflow-y: auto;
    padding: 0px 20px;
}

.course-item {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    background: #232323;
    padding: 10px;
}

.thumb {
    width: 80px; /* Largura da miniatura */
    height: auto; /* Mantém a proporção */
    margin-right: 15px; /* Espaçamento à direita da imagem */
}

.lesson-title {
    flex-grow: 1; /* Faz o título ocupar o espaço restante */
}


.girando {
    animation: girar 5s linear infinite;
}

@keyframes girar {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



/* Estilizando a barra de rolagem */
.course-section::-webkit-scrollbar {
    width: 10px; /* Largura da barra de rolagem */
}

.course-section::-webkit-scrollbar-track {
    background: #333; /* Cor do fundo da barra de rolagem */
}

.course-section::-webkit-scrollbar-thumb {
    background: #5da57d; /* Cor da parte que pode ser arrastada */
    border-radius: 5px; /* Bordas arredondadas */
}

.course-section::-webkit-scrollbar-thumb:hover {
    background: #777; /* Cor ao passar o mouse */
}




.preco {
    background-color: #5da57d;
    color: #fff;
    padding: 25px 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 1px 2px 1px #000;
    display: flex;
    flex-direction: column;
    align-items: center;
}






.preco h2 {
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 24px;
    border-bottom: 1px solid #00000069;
    color: #000000;
    width: 100%;
    padding-bottom: 13px;
    line-height: 25px;
}







.oferta-curso-unico {
    display: flex;               /* Define como um flex container */
    flex-direction: column;      /* Alinha os filhos em coluna */
    justify-content: space-between; /* Distribui o espaço entre os filhos */
    height: 100%;                /* Para garantir que a coluna preencha o espaço disponível */
}


.oferta-curso-unico .preco {
    background: #ffffff;
    color: #000000;
}


.oferta-curso-unico h2 {
    background: #ffffff;
    color: #999999;
}





#oferta a {
    background: #cf5622;
}

.desconto {
    background: #cf5622;
    border-radius: 5px;
    font-weight: 700;
}

.oferta-curso-unico .desconto {
    background: #ffffff;
    border-radius: 5px;
}


.oferta-curso-unico .preco a {
    background: #d3d3d3 !important;
    color: #000000 !important;
}
.moeda {
    font-size: 18px;
    font-weight: 700;
}

.moeda span {
    font-size: 50px;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: -2px;
}




footer {
    background: #1b1b1b;
    border: none !important;
}
div#copyrights {
    background: #1b1b1b;
}
#copyrights {
    padding: 50px 0;
    font-size: 0.875rem;
    line-height: 1.8;
}
footer p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

p.fone {
    margin: 0 0 6px;
    font-size: 20px;
}

footer h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 40px;
    line-height: 22px;
}

.icon-social {
    margin-right: 15px;
}

.social-icons {
    margin-bottom: 40px;
}


#text-legal {
    background: #111;    
}

#text-legal p {
    font-size: 13px !important;
    line-height: 16px !important;
    }


@media (max-width: 576px) {
    
    
.w-75 {
    width: 100% !important;
}    
    
.oferta-curso-unico {
    display: flex
;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
}    

    #hero {
        height: 770px;
        margin-top: 0;
        padding-top: 25px;
    }
    
    

h2, .titulo-destaque {
        font-size: 30px;
        line-height: 35px;
    }    
    
    
.autoridade {
    gap: 1px;
    flex-direction: column;
}    
 
.autoridade img {
        width: 144px;
        margin: 0 auto !important;
    } 
    
    
#sorteio h2, #sorteio h4 {
    text-align: center;
}  
    
    
.btn {
    margin: 0 auto;
    /* text-align: center; */
    display: block;
}    
    
    
        .mosaico {
            background-image: url(../../images/lp-rai-vendas-mosaico-especialistas-mobile.jpg);
            background-size: contain; /* Faz com que a imagem cubra todo o elemento */
            background-repeat: no-repeat;
            background-position: center; /* Centraliza a imagem */
            height: 640px; /* Altura fixa igual à da imagem */
            display: flex; /* Ativa o Flexbox */
            justify-content: center; /* Centraliza horizontalmente */
            align-items: center; /* Centraliza verticalmente */
        }  
    
    
.mosaico-inner h2 {
    font-size: 31px;
    line-height: 34px;
    font-weight: 500;
}    
   
    
    #especialistas .btn {
        width: 220px;
        margin: 0;
        display: block;
    }   
    
    .btn {
        width: 290px;
    } 
    
    
    
.ofertas {
    flex-direction: column-reverse;
}    
    
    
section#sorteio {
    margin-top: -46px;
}    
    
#sorteio .container {
    padding: 0 15px !important;
}  
    
 
 #cursos h4 {
    font-size: 24px;
    line-height: 28px;
}   
    
#especialistas .full-width {
    padding: 0 22px;
}  
    
.owl-carousel {
    width: 88%;
}    
    
.carousel-content {
    flex-direction: column-reverse;
}    
    
    
    
img.selo-oferta {
    position: absolute;
    right: -57px;
    top: 40px;
}    
    

    #copyrights {
        padding: 20px 20px;
    }
    

}


@media (min-width: 768px) {

    #hero {
        background: url(../../images/lp-rai-captura-hero-bg.jpg) no-repeat;
        background-size: cover;
        height: 1000px;
        align-items: center;
        margin-top: 0;
    }
}

@media (min-width: 1024px) {
    
    #hero {
        height: 550px;
    }
    
    .mosaico {
    height: 590px;
}    
}

@media (min-width: 1400px) {
    .mosaico {
    height: 700px;
}
}



@media (min-width: 1800px) {
    .mosaico {
    height: 820px;
}
}










