/*----------------------------------------------
# General Reset
----------------------------------------------*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body:not([class*=elementor-page-]) .site-main, body[class*=elementor-page-] .page-header, body[class*=elementor-page-] .page-comments {
  padding-inline-start: 10px;
  padding-inline-end: 10px;
}

.site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

header .elementor-heading-title {
  padding: 0;
  margin: 0;
  line-height: 1;
}

footer {
  margin-top: auto;
}

template {
  display: none;
}

summary {
  display: list-item;
}

details {
  display: block;
}

code,
kbd,
samp {
  font-family: monospace, monospace; 
  font-size: 1em; 
}

pre {
  font-family: monospace, monospace; 
  font-size: 1em; 
  white-space: pre-wrap;
}

hr {
  box-sizing: content-box; 
  height: 0; 
  overflow: visible; 
}

dl, dt, dd, ol, ul, li {
  margin-block-start: 0;
  margin-block-end: 1em;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

[hidden] {
  display: none;
}

/*----------------------------------------------
# Typography
----------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub { bottom: -0.25em; }
sup { top: -0.5em; }

/*----------------------------------------------
# Links
----------------------------------------------*/
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
  outline: 0;
}

abbr[title] {
  border-block-end: none;
  text-decoration: underline dotted;
  -webkit-text-decoration: underline dotted;
}

/*----------------------------------------------
# Embedded Content
----------------------------------------------*/
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0;
}

figcaption {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

/*----------------------------------------------
# Forms and buttons
----------------------------------------------*/
button, input, select, textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}

label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
  border: none;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

select {
  display: block;
}

button,
input { 
  overflow: visible;
}

button,
select { 
  text-transform: none;
}

button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
  width: auto;
  -webkit-appearance: button;
}

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
select, textarea {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #666;
  border-radius: 3px;
  transition: all 0.3s;
}

[type="button"]:focus,
[type="submit"]:focus,
[type="date"]:focus,
[type="email"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="url"]:focus,
select:focus, textarea:focus, button:focus {
  border-color: inherit;
  outline: none;
}

:focus-visible {
  outline: none;
}

button:focus:not(:focus-visible),
[type=submit]:focus:not(:focus-visible),
[type=button]:focus:not(:focus-visible) {
  outline: none;
}
button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
  text-decoration: none;
  outline: none;
}
button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; 
  padding: 0; 
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button,
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button  {
  height: auto;
  -webkit-appearance: none;
  margin: 0;
}

[type=search] {
  -webkit-appearance: textfield; 
  outline-offset: -2px; 
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; 
}

/*----------------------------------------------
# Tables
----------------------------------------------*/
table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  border-spacing: 0;
  border-collapse: collapse;
}

th, td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
}

table th {
  font-weight: bold;
}

table thead th,
table tfoot th {
  font-size: 1em;
}

@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}

/*----------------------------------------------
# Header Classes
----------------------------------------------*/
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-] > a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: inherit;
  text-transform: inherit;
}

/*----------------------------------------------
# Utility Classes
----------------------------------------------*/
.by_indigocube {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.by_indigocube_text {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-family: "Poppins", Sans-serif;
}

.by_indigocube_light a, .by_indigocube_light a:hover, .by_indigocube_dark a, .by_indigocube_dark a:hover { 
  text-decoration: none; 
  font-weight: 700; 
  font-size: 12px;
  font-family: "Poppins", Sans-serif;  
}

.by_indigocube_light,
.by_indigocube_light a,
.by_indigocube_light a:hover {
  color: #fff;
}

.by_indigocube_dark,
.by_indigocube_dark a,
.by_indigocube_dark a:hover {
  color: #000;
}

.by_indigocube_text svg { 
  width: 14px; 
  height: 14px; 
  margin: 0 5px; 
  vertical-align: middle; 
}

/*----------------------------------------------
# Print Classes
----------------------------------------------*/
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; 
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    -moz-column-break-after: avoid;
         break-after: avoid;
  }
}

/*----------------------------------------------
# Responsive Layouts
----------------------------------------------*/
.site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
  margin-inline-start: auto;
  margin-inline-end: auto;
  width: 100%;
}

@media (max-width: 575px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
    padding-inline-start: 10px;
    padding-inline-end: 10px;
  }
}
@media (min-width: 576px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
    max-width: 500px;
  }
  .site-header.header-full-width .header-inner {
    max-width: 100%;
  }
  .site-footer.footer-full-width .footer-inner {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
    max-width: 600px;
  }
  .site-header.header-full-width {
    max-width: 100%;
  }
  .site-footer.footer-full-width {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
    max-width: 800px;
  }
  .site-header.header-full-width {
    max-width: 100%;
  }
  .site-footer.footer-full-width {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
    max-width: 1140px;
  }
  .site-header.header-full-width {
    max-width: 100%;
  }
  .site-footer.footer-full-width {
    max-width: 100%;
  }
}
.site-header + .elementor {
  min-height: calc(100vh - 320px);
}