4623 lines
113 KiB
CSS
4623 lines
113 KiB
CSS
:root {
|
|
--direction-multiplier: 1
|
|
}
|
|
|
|
body.rtl,html[dir=rtl] {
|
|
--direction-multiplier: -1
|
|
}
|
|
|
|
.elementor-hidden {
|
|
display: none
|
|
}
|
|
|
|
.elementor-visibility-hidden {
|
|
visibility: hidden
|
|
}
|
|
|
|
.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible {
|
|
height: 1px;
|
|
margin: -1px;
|
|
overflow: hidden;
|
|
padding: 0;
|
|
position: absolute;
|
|
top: -10000em;
|
|
width: 1px;
|
|
clip: rect(0,0,0,0);
|
|
border: 0
|
|
}
|
|
|
|
.elementor-clearfix:after {
|
|
clear: both;
|
|
content: "";
|
|
display: block;
|
|
height: 0;
|
|
width: 0
|
|
}
|
|
|
|
.e-logo-wrapper {
|
|
display: inline-block;
|
|
line-height: 1
|
|
}
|
|
|
|
.e-logo-wrapper i {
|
|
color: var(--e-a-color-circle-logo);
|
|
font-size: 2.5em
|
|
}
|
|
|
|
.elementor *,.elementor :after,.elementor :before {
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.elementor a {
|
|
box-shadow: none;
|
|
text-decoration: none
|
|
}
|
|
|
|
.elementor hr {
|
|
background-color: transparent;
|
|
margin: 0
|
|
}
|
|
|
|
.elementor img {
|
|
border: none;
|
|
border-radius: 0;
|
|
box-shadow: none;
|
|
height: auto;
|
|
max-width: 100%
|
|
}
|
|
|
|
.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
|
|
margin: 0
|
|
}
|
|
|
|
.elementor embed,.elementor iframe,.elementor object,.elementor video {
|
|
border: none;
|
|
line-height: 1;
|
|
margin: 0;
|
|
max-width: 100%;
|
|
width: 100%
|
|
}
|
|
|
|
.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container {
|
|
direction: ltr;
|
|
inset: 0;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
z-index: 0
|
|
}
|
|
|
|
.elementor .elementor-background-video-container {
|
|
pointer-events: none;
|
|
transition: opacity 1s
|
|
}
|
|
|
|
.elementor .elementor-background-video-container.elementor-loading {
|
|
opacity: 0
|
|
}
|
|
|
|
.elementor .elementor-background-video,.elementor .elementor-background-video-embed {
|
|
max-width: none
|
|
}
|
|
|
|
.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted {
|
|
inset-block-start: 50%;
|
|
inset-inline-start: 50%;
|
|
position: absolute;
|
|
transform: translate(-50%,-50%)
|
|
}
|
|
|
|
.elementor .elementor-background-video-hosted {
|
|
-o-object-fit: cover;
|
|
object-fit: cover
|
|
}
|
|
|
|
.elementor .elementor-background-overlay {
|
|
inset: 0;
|
|
position: absolute
|
|
}
|
|
|
|
.elementor .elementor-background-slideshow {
|
|
inset: 0;
|
|
position: absolute;
|
|
z-index: 0
|
|
}
|
|
|
|
.elementor .elementor-background-slideshow__slide__image {
|
|
background-position: 50%;
|
|
background-size: cover;
|
|
height: 100%;
|
|
width: 100%
|
|
}
|
|
|
|
.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute {
|
|
position: absolute
|
|
}
|
|
|
|
.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed {
|
|
position: fixed
|
|
}
|
|
|
|
.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
|
|
max-width: 100%
|
|
}
|
|
|
|
@media (max-width: 840px) {
|
|
.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
|
|
max-width:100%
|
|
}
|
|
}
|
|
|
|
@media (max-width: 480px) {
|
|
.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
|
|
max-width:100%
|
|
}
|
|
}
|
|
|
|
.elementor-element.elementor-absolute,.elementor-element.elementor-fixed {
|
|
z-index: 1
|
|
}
|
|
|
|
.elementor-element {
|
|
--flex-direction: initial;
|
|
--flex-wrap: initial;
|
|
--justify-content: initial;
|
|
--align-items: initial;
|
|
--align-content: initial;
|
|
--gap: initial;
|
|
--flex-basis: initial;
|
|
--flex-grow: initial;
|
|
--flex-shrink: initial;
|
|
--order: initial;
|
|
--align-self: initial;
|
|
align-self: var(--align-self);
|
|
flex-basis: var(--flex-basis);
|
|
flex-grow: var(--flex-grow);
|
|
flex-shrink: var(--flex-shrink);
|
|
order: var(--order)
|
|
}
|
|
|
|
.elementor-element:where(.e-con-full,.elementor-widget) {
|
|
align-content: var(--align-content);
|
|
align-items: var(--align-items);
|
|
flex-direction: var(--flex-direction);
|
|
flex-wrap: var(--flex-wrap);
|
|
gap: var(--row-gap) var(--column-gap);
|
|
justify-content: var(--justify-content)
|
|
}
|
|
|
|
.elementor-invisible {
|
|
visibility: hidden
|
|
}
|
|
|
|
.elementor-custom-embed-play {
|
|
inset-block-start: 50%;
|
|
inset-inline-start: 50%;
|
|
position: absolute;
|
|
transform: translate(calc(-50% * var(--direction-multiplier)),-50%)
|
|
}
|
|
|
|
.elementor-custom-embed-play i {
|
|
color: #fff;
|
|
font-size: 100px;
|
|
text-shadow: 1px 0 6px rgba(0,0,0,.3)
|
|
}
|
|
|
|
.elementor-custom-embed-play svg {
|
|
fill: #fff;
|
|
filter: drop-shadow(1px 0 6px rgba(0,0,0,.3));
|
|
height: 100px;
|
|
width: 100px
|
|
}
|
|
|
|
.elementor-custom-embed-play i,.elementor-custom-embed-play svg {
|
|
opacity: .8;
|
|
transition: all .5s
|
|
}
|
|
|
|
.elementor-custom-embed-play.elementor-playing i {
|
|
font-family: eicons
|
|
}
|
|
|
|
.elementor-custom-embed-play.elementor-playing i:before {
|
|
content: "\e8fb"
|
|
}
|
|
|
|
.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg {
|
|
animation: eicon-spin 2s linear infinite
|
|
}
|
|
|
|
.elementor-tag {
|
|
display: inline-flex
|
|
}
|
|
|
|
.elementor-ken-burns {
|
|
transition-duration: 10s;
|
|
transition-property: transform;
|
|
transition-timing-function: linear
|
|
}
|
|
|
|
.elementor-ken-burns--out {
|
|
transform: scale(1.3)
|
|
}
|
|
|
|
.elementor-ken-burns--active {
|
|
transition-duration: 20s
|
|
}
|
|
|
|
.elementor-ken-burns--active.elementor-ken-burns--out {
|
|
transform: scale(1)
|
|
}
|
|
|
|
.elementor-ken-burns--active.elementor-ken-burns--in {
|
|
transform: scale(1.3)
|
|
}
|
|
|
|
.elementor-align-center {
|
|
text-align: center
|
|
}
|
|
|
|
.elementor-align-right {
|
|
text-align: right
|
|
}
|
|
|
|
.elementor-align-left {
|
|
text-align: left
|
|
}
|
|
|
|
.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button {
|
|
width: auto
|
|
}
|
|
|
|
.elementor-align-justify .elementor-button {
|
|
width: 100%
|
|
}
|
|
|
|
@media (min-width: -1) {
|
|
.elementor-widescreen-align-center {
|
|
text-align:center
|
|
}
|
|
|
|
.elementor-widescreen-align-right {
|
|
text-align: right
|
|
}
|
|
|
|
.elementor-widescreen-align-left {
|
|
text-align: left
|
|
}
|
|
|
|
.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button {
|
|
width: auto
|
|
}
|
|
|
|
.elementor-widescreen-align-justify .elementor-button {
|
|
width: 100%
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1200px) {
|
|
.elementor-laptop-align-center {
|
|
text-align:center
|
|
}
|
|
|
|
.elementor-laptop-align-right {
|
|
text-align: right
|
|
}
|
|
|
|
.elementor-laptop-align-left {
|
|
text-align: left
|
|
}
|
|
|
|
.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button {
|
|
width: auto
|
|
}
|
|
|
|
.elementor-laptop-align-justify .elementor-button {
|
|
width: 100%
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1020px) {
|
|
.elementor-tablet_extra-align-center {
|
|
text-align:center
|
|
}
|
|
|
|
.elementor-tablet_extra-align-right {
|
|
text-align: right
|
|
}
|
|
|
|
.elementor-tablet_extra-align-left {
|
|
text-align: left
|
|
}
|
|
|
|
.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button {
|
|
width: auto
|
|
}
|
|
|
|
.elementor-tablet_extra-align-justify .elementor-button {
|
|
width: 100%
|
|
}
|
|
}
|
|
|
|
@media (max-width: 840px) {
|
|
.elementor-tablet-align-center {
|
|
text-align:center
|
|
}
|
|
|
|
.elementor-tablet-align-right {
|
|
text-align: right
|
|
}
|
|
|
|
.elementor-tablet-align-left {
|
|
text-align: left
|
|
}
|
|
|
|
.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button {
|
|
width: auto
|
|
}
|
|
|
|
.elementor-tablet-align-justify .elementor-button {
|
|
width: 100%
|
|
}
|
|
}
|
|
|
|
@media (max-width: 660px) {
|
|
.elementor-mobile_extra-align-center {
|
|
text-align:center
|
|
}
|
|
|
|
.elementor-mobile_extra-align-right {
|
|
text-align: right
|
|
}
|
|
|
|
.elementor-mobile_extra-align-left {
|
|
text-align: left
|
|
}
|
|
|
|
.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button {
|
|
width: auto
|
|
}
|
|
|
|
.elementor-mobile_extra-align-justify .elementor-button {
|
|
width: 100%
|
|
}
|
|
}
|
|
|
|
@media (max-width: 480px) {
|
|
.elementor-mobile-align-center {
|
|
text-align:center
|
|
}
|
|
|
|
.elementor-mobile-align-right {
|
|
text-align: right
|
|
}
|
|
|
|
.elementor-mobile-align-left {
|
|
text-align: left
|
|
}
|
|
|
|
.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button {
|
|
width: auto
|
|
}
|
|
|
|
.elementor-mobile-align-justify .elementor-button {
|
|
width: 100%
|
|
}
|
|
}
|
|
|
|
:root {
|
|
--page-title-display: block
|
|
}
|
|
|
|
.elementor-page-title,h1.entry-title {
|
|
display: var(--page-title-display)
|
|
}
|
|
|
|
@keyframes eicon-spin {
|
|
0% {
|
|
transform: rotate(0deg)
|
|
}
|
|
|
|
to {
|
|
transform: rotate(359deg)
|
|
}
|
|
}
|
|
|
|
.eicon-animation-spin {
|
|
animation: eicon-spin 2s linear infinite
|
|
}
|
|
|
|
.elementor-section {
|
|
position: relative
|
|
}
|
|
|
|
.elementor-section .elementor-container {
|
|
display: flex;
|
|
margin-inline:auto;position: relative
|
|
}
|
|
|
|
@media (max-width: 840px) {
|
|
.elementor-section .elementor-container {
|
|
flex-wrap:wrap
|
|
}
|
|
}
|
|
|
|
.elementor-section.elementor-section-boxed>.elementor-container {
|
|
max-width: 1140px
|
|
}
|
|
|
|
.elementor-section.elementor-section-stretched {
|
|
position: relative;
|
|
width: 100%
|
|
}
|
|
|
|
.elementor-section.elementor-section-items-top>.elementor-container {
|
|
align-items: flex-start
|
|
}
|
|
|
|
.elementor-section.elementor-section-items-middle>.elementor-container {
|
|
align-items: center
|
|
}
|
|
|
|
.elementor-section.elementor-section-items-bottom>.elementor-container {
|
|
align-items: flex-end
|
|
}
|
|
|
|
@media (min-width: 481px) {
|
|
.elementor-section.elementor-section-height-full {
|
|
height:100vh
|
|
}
|
|
|
|
.elementor-section.elementor-section-height-full>.elementor-container {
|
|
height: 100%
|
|
}
|
|
}
|
|
|
|
.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
|
|
align-items: flex-start
|
|
}
|
|
|
|
.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
|
|
align-items: center
|
|
}
|
|
|
|
.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
|
|
align-items: flex-end
|
|
}
|
|
|
|
.elementor-widget-wrap {
|
|
align-content: flex-start;
|
|
flex-wrap: wrap;
|
|
position: relative;
|
|
width: 100%
|
|
}
|
|
|
|
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
|
|
display: flex
|
|
}
|
|
|
|
.elementor-widget-wrap>.elementor-element {
|
|
width: 100%
|
|
}
|
|
|
|
.elementor-widget-wrap.e-swiper-container {
|
|
width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
|
|
}
|
|
|
|
.elementor-widget {
|
|
position: relative
|
|
}
|
|
|
|
.elementor-widget:not(:last-child) {
|
|
margin-block-end:var(--kit-widget-spacing,20px)}
|
|
|
|
.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial {
|
|
margin-block-end:0
|
|
}
|
|
|
|
.elementor-column {
|
|
display: flex;
|
|
min-height: 1px;
|
|
position: relative
|
|
}
|
|
|
|
.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
|
|
padding: 5px
|
|
}
|
|
|
|
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
|
|
padding: 10px
|
|
}
|
|
|
|
.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
|
|
padding: 15px
|
|
}
|
|
|
|
.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
|
|
padding: 20px
|
|
}
|
|
|
|
.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
|
|
padding: 30px
|
|
}
|
|
|
|
.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
|
|
padding: 0
|
|
}
|
|
|
|
@media (min-width: 481px) {
|
|
.elementor-column.elementor-col-10,.elementor-column[data-col="10"] {
|
|
width:10%
|
|
}
|
|
|
|
.elementor-column.elementor-col-11,.elementor-column[data-col="11"] {
|
|
width: 11.111%
|
|
}
|
|
|
|
.elementor-column.elementor-col-12,.elementor-column[data-col="12"] {
|
|
width: 12.5%
|
|
}
|
|
|
|
.elementor-column.elementor-col-14,.elementor-column[data-col="14"] {
|
|
width: 14.285%
|
|
}
|
|
|
|
.elementor-column.elementor-col-16,.elementor-column[data-col="16"] {
|
|
width: 16.666%
|
|
}
|
|
|
|
.elementor-column.elementor-col-20,.elementor-column[data-col="20"] {
|
|
width: 20%
|
|
}
|
|
|
|
.elementor-column.elementor-col-25,.elementor-column[data-col="25"] {
|
|
width: 25%
|
|
}
|
|
|
|
.elementor-column.elementor-col-30,.elementor-column[data-col="30"] {
|
|
width: 30%
|
|
}
|
|
|
|
.elementor-column.elementor-col-33,.elementor-column[data-col="33"] {
|
|
width: 33.333%
|
|
}
|
|
|
|
.elementor-column.elementor-col-40,.elementor-column[data-col="40"] {
|
|
width: 40%
|
|
}
|
|
|
|
.elementor-column.elementor-col-50,.elementor-column[data-col="50"] {
|
|
width: 50%
|
|
}
|
|
|
|
.elementor-column.elementor-col-60,.elementor-column[data-col="60"] {
|
|
width: 60%
|
|
}
|
|
|
|
.elementor-column.elementor-col-66,.elementor-column[data-col="66"] {
|
|
width: 66.666%
|
|
}
|
|
|
|
.elementor-column.elementor-col-70,.elementor-column[data-col="70"] {
|
|
width: 70%
|
|
}
|
|
|
|
.elementor-column.elementor-col-75,.elementor-column[data-col="75"] {
|
|
width: 75%
|
|
}
|
|
|
|
.elementor-column.elementor-col-80,.elementor-column[data-col="80"] {
|
|
width: 80%
|
|
}
|
|
|
|
.elementor-column.elementor-col-83,.elementor-column[data-col="83"] {
|
|
width: 83.333%
|
|
}
|
|
|
|
.elementor-column.elementor-col-90,.elementor-column[data-col="90"] {
|
|
width: 90%
|
|
}
|
|
|
|
.elementor-column.elementor-col-100,.elementor-column[data-col="100"] {
|
|
width: 100%
|
|
}
|
|
}
|
|
|
|
@media (max-width: 479px) {
|
|
.elementor-column.elementor-xs-10 {
|
|
width:10%
|
|
}
|
|
|
|
.elementor-column.elementor-xs-11 {
|
|
width: 11.111%
|
|
}
|
|
|
|
.elementor-column.elementor-xs-12 {
|
|
width: 12.5%
|
|
}
|
|
|
|
.elementor-column.elementor-xs-14 {
|
|
width: 14.285%
|
|
}
|
|
|
|
.elementor-column.elementor-xs-16 {
|
|
width: 16.666%
|
|
}
|
|
|
|
.elementor-column.elementor-xs-20 {
|
|
width: 20%
|
|
}
|
|
|
|
.elementor-column.elementor-xs-25 {
|
|
width: 25%
|
|
}
|
|
|
|
.elementor-column.elementor-xs-30 {
|
|
width: 30%
|
|
}
|
|
|
|
.elementor-column.elementor-xs-33 {
|
|
width: 33.333%
|
|
}
|
|
|
|
.elementor-column.elementor-xs-40 {
|
|
width: 40%
|
|
}
|
|
|
|
.elementor-column.elementor-xs-50 {
|
|
width: 50%
|
|
}
|
|
|
|
.elementor-column.elementor-xs-60 {
|
|
width: 60%
|
|
}
|
|
|
|
.elementor-column.elementor-xs-66 {
|
|
width: 66.666%
|
|
}
|
|
|
|
.elementor-column.elementor-xs-70 {
|
|
width: 70%
|
|
}
|
|
|
|
.elementor-column.elementor-xs-75 {
|
|
width: 75%
|
|
}
|
|
|
|
.elementor-column.elementor-xs-80 {
|
|
width: 80%
|
|
}
|
|
|
|
.elementor-column.elementor-xs-83 {
|
|
width: 83.333%
|
|
}
|
|
|
|
.elementor-column.elementor-xs-90 {
|
|
width: 90%
|
|
}
|
|
|
|
.elementor-column.elementor-xs-100 {
|
|
width: 100%
|
|
}
|
|
}
|
|
|
|
@media (max-width: 480px) {
|
|
.elementor-column.elementor-sm-10 {
|
|
width:10%
|
|
}
|
|
|
|
.elementor-column.elementor-sm-11 {
|
|
width: 11.111%
|
|
}
|
|
|
|
.elementor-column.elementor-sm-12 {
|
|
width: 12.5%
|
|
}
|
|
|
|
.elementor-column.elementor-sm-14 {
|
|
width: 14.285%
|
|
}
|
|
|
|
.elementor-column.elementor-sm-16 {
|
|
width: 16.666%
|
|
}
|
|
|
|
.elementor-column.elementor-sm-20 {
|
|
width: 20%
|
|
}
|
|
|
|
.elementor-column.elementor-sm-25 {
|
|
width: 25%
|
|
}
|
|
|
|
.elementor-column.elementor-sm-30 {
|
|
width: 30%
|
|
}
|
|
|
|
.elementor-column.elementor-sm-33 {
|
|
width: 33.333%
|
|
}
|
|
|
|
.elementor-column.elementor-sm-40 {
|
|
width: 40%
|
|
}
|
|
|
|
.elementor-column.elementor-sm-50 {
|
|
width: 50%
|
|
}
|
|
|
|
.elementor-column.elementor-sm-60 {
|
|
width: 60%
|
|
}
|
|
|
|
.elementor-column.elementor-sm-66 {
|
|
width: 66.666%
|
|
}
|
|
|
|
.elementor-column.elementor-sm-70 {
|
|
width: 70%
|
|
}
|
|
|
|
.elementor-column.elementor-sm-75 {
|
|
width: 75%
|
|
}
|
|
|
|
.elementor-column.elementor-sm-80 {
|
|
width: 80%
|
|
}
|
|
|
|
.elementor-column.elementor-sm-83 {
|
|
width: 83.333%
|
|
}
|
|
|
|
.elementor-column.elementor-sm-90 {
|
|
width: 90%
|
|
}
|
|
|
|
.elementor-column.elementor-sm-100 {
|
|
width: 100%
|
|
}
|
|
}
|
|
|
|
@media (min-width: 481px) and (max-width:840px) {
|
|
.elementor-column.elementor-md-10 {
|
|
width:10%
|
|
}
|
|
|
|
.elementor-column.elementor-md-11 {
|
|
width: 11.111%
|
|
}
|
|
|
|
.elementor-column.elementor-md-12 {
|
|
width: 12.5%
|
|
}
|
|
|
|
.elementor-column.elementor-md-14 {
|
|
width: 14.285%
|
|
}
|
|
|
|
.elementor-column.elementor-md-16 {
|
|
width: 16.666%
|
|
}
|
|
|
|
.elementor-column.elementor-md-20 {
|
|
width: 20%
|
|
}
|
|
|
|
.elementor-column.elementor-md-25 {
|
|
width: 25%
|
|
}
|
|
|
|
.elementor-column.elementor-md-30 {
|
|
width: 30%
|
|
}
|
|
|
|
.elementor-column.elementor-md-33 {
|
|
width: 33.333%
|
|
}
|
|
|
|
.elementor-column.elementor-md-40 {
|
|
width: 40%
|
|
}
|
|
|
|
.elementor-column.elementor-md-50 {
|
|
width: 50%
|
|
}
|
|
|
|
.elementor-column.elementor-md-60 {
|
|
width: 60%
|
|
}
|
|
|
|
.elementor-column.elementor-md-66 {
|
|
width: 66.666%
|
|
}
|
|
|
|
.elementor-column.elementor-md-70 {
|
|
width: 70%
|
|
}
|
|
|
|
.elementor-column.elementor-md-75 {
|
|
width: 75%
|
|
}
|
|
|
|
.elementor-column.elementor-md-80 {
|
|
width: 80%
|
|
}
|
|
|
|
.elementor-column.elementor-md-83 {
|
|
width: 83.333%
|
|
}
|
|
|
|
.elementor-column.elementor-md-90 {
|
|
width: 90%
|
|
}
|
|
|
|
.elementor-column.elementor-md-100 {
|
|
width: 100%
|
|
}
|
|
}
|
|
|
|
@media (min-width: -1) {
|
|
.elementor-reverse-widescreen>.elementor-container>:first-child {
|
|
order:10
|
|
}
|
|
|
|
.elementor-reverse-widescreen>.elementor-container>:nth-child(2) {
|
|
order: 9
|
|
}
|
|
|
|
.elementor-reverse-widescreen>.elementor-container>:nth-child(3) {
|
|
order: 8
|
|
}
|
|
|
|
.elementor-reverse-widescreen>.elementor-container>:nth-child(4) {
|
|
order: 7
|
|
}
|
|
|
|
.elementor-reverse-widescreen>.elementor-container>:nth-child(5) {
|
|
order: 6
|
|
}
|
|
|
|
.elementor-reverse-widescreen>.elementor-container>:nth-child(6) {
|
|
order: 5
|
|
}
|
|
|
|
.elementor-reverse-widescreen>.elementor-container>:nth-child(7) {
|
|
order: 4
|
|
}
|
|
|
|
.elementor-reverse-widescreen>.elementor-container>:nth-child(8) {
|
|
order: 3
|
|
}
|
|
|
|
.elementor-reverse-widescreen>.elementor-container>:nth-child(9) {
|
|
order: 2
|
|
}
|
|
|
|
.elementor-reverse-widescreen>.elementor-container>:nth-child(10) {
|
|
order: 1
|
|
}
|
|
}
|
|
|
|
@media (min-width: 841px) and (max-width:1200px) {
|
|
.elementor-reverse-laptop>.elementor-container>:first-child {
|
|
order:10
|
|
}
|
|
|
|
.elementor-reverse-laptop>.elementor-container>:nth-child(2) {
|
|
order: 9
|
|
}
|
|
|
|
.elementor-reverse-laptop>.elementor-container>:nth-child(3) {
|
|
order: 8
|
|
}
|
|
|
|
.elementor-reverse-laptop>.elementor-container>:nth-child(4) {
|
|
order: 7
|
|
}
|
|
|
|
.elementor-reverse-laptop>.elementor-container>:nth-child(5) {
|
|
order: 6
|
|
}
|
|
|
|
.elementor-reverse-laptop>.elementor-container>:nth-child(6) {
|
|
order: 5
|
|
}
|
|
|
|
.elementor-reverse-laptop>.elementor-container>:nth-child(7) {
|
|
order: 4
|
|
}
|
|
|
|
.elementor-reverse-laptop>.elementor-container>:nth-child(8) {
|
|
order: 3
|
|
}
|
|
|
|
.elementor-reverse-laptop>.elementor-container>:nth-child(9) {
|
|
order: 2
|
|
}
|
|
|
|
.elementor-reverse-laptop>.elementor-container>:nth-child(10) {
|
|
order: 1
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1021px) and (max-width:1200px) {
|
|
.elementor-reverse-laptop>.elementor-container>:first-child {
|
|
order:10
|
|
}
|
|
|
|
.elementor-reverse-laptop>.elementor-container>:nth-child(2) {
|
|
order: 9
|
|
}
|
|
|
|
.elementor-reverse-laptop>.elementor-container>:nth-child(3) {
|
|
order: 8
|
|
}
|
|
|
|
.elementor-reverse-laptop>.elementor-container>:nth-child(4) {
|
|
order: 7
|
|
}
|
|
|
|
.elementor-reverse-laptop>.elementor-container>:nth-child(5) {
|
|
order: 6
|
|
}
|
|
|
|
.elementor-reverse-laptop>.elementor-container>:nth-child(6) {
|
|
order: 5
|
|
}
|
|
|
|
.elementor-reverse-laptop>.elementor-container>:nth-child(7) {
|
|
order: 4
|
|
}
|
|
|
|
.elementor-reverse-laptop>.elementor-container>:nth-child(8) {
|
|
order: 3
|
|
}
|
|
|
|
.elementor-reverse-laptop>.elementor-container>:nth-child(9) {
|
|
order: 2
|
|
}
|
|
|
|
.elementor-reverse-laptop>.elementor-container>:nth-child(10) {
|
|
order: 1
|
|
}
|
|
}
|
|
|
|
@media (min-width: 841px) and (max-width:1020px) {
|
|
.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9) {
|
|
order:0
|
|
}
|
|
|
|
.elementor-reverse-tablet_extra>.elementor-container>:first-child {
|
|
order: 10
|
|
}
|
|
|
|
.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2) {
|
|
order: 9
|
|
}
|
|
|
|
.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3) {
|
|
order: 8
|
|
}
|
|
|
|
.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4) {
|
|
order: 7
|
|
}
|
|
|
|
.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5) {
|
|
order: 6
|
|
}
|
|
|
|
.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6) {
|
|
order: 5
|
|
}
|
|
|
|
.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7) {
|
|
order: 4
|
|
}
|
|
|
|
.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8) {
|
|
order: 3
|
|
}
|
|
|
|
.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9) {
|
|
order: 2
|
|
}
|
|
|
|
.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10) {
|
|
order: 1
|
|
}
|
|
}
|
|
|
|
@media (min-width: 481px) and (max-width:840px) {
|
|
.elementor-reverse-tablet>.elementor-container>:first-child {
|
|
order:10
|
|
}
|
|
|
|
.elementor-reverse-tablet>.elementor-container>:nth-child(2) {
|
|
order: 9
|
|
}
|
|
|
|
.elementor-reverse-tablet>.elementor-container>:nth-child(3) {
|
|
order: 8
|
|
}
|
|
|
|
.elementor-reverse-tablet>.elementor-container>:nth-child(4) {
|
|
order: 7
|
|
}
|
|
|
|
.elementor-reverse-tablet>.elementor-container>:nth-child(5) {
|
|
order: 6
|
|
}
|
|
|
|
.elementor-reverse-tablet>.elementor-container>:nth-child(6) {
|
|
order: 5
|
|
}
|
|
|
|
.elementor-reverse-tablet>.elementor-container>:nth-child(7) {
|
|
order: 4
|
|
}
|
|
|
|
.elementor-reverse-tablet>.elementor-container>:nth-child(8) {
|
|
order: 3
|
|
}
|
|
|
|
.elementor-reverse-tablet>.elementor-container>:nth-child(9) {
|
|
order: 2
|
|
}
|
|
|
|
.elementor-reverse-tablet>.elementor-container>:nth-child(10) {
|
|
order: 1
|
|
}
|
|
}
|
|
|
|
@media (min-width: 661px) and (max-width:840px) {
|
|
.elementor-reverse-tablet>.elementor-container>:first-child {
|
|
order:10
|
|
}
|
|
|
|
.elementor-reverse-tablet>.elementor-container>:nth-child(2) {
|
|
order: 9
|
|
}
|
|
|
|
.elementor-reverse-tablet>.elementor-container>:nth-child(3) {
|
|
order: 8
|
|
}
|
|
|
|
.elementor-reverse-tablet>.elementor-container>:nth-child(4) {
|
|
order: 7
|
|
}
|
|
|
|
.elementor-reverse-tablet>.elementor-container>:nth-child(5) {
|
|
order: 6
|
|
}
|
|
|
|
.elementor-reverse-tablet>.elementor-container>:nth-child(6) {
|
|
order: 5
|
|
}
|
|
|
|
.elementor-reverse-tablet>.elementor-container>:nth-child(7) {
|
|
order: 4
|
|
}
|
|
|
|
.elementor-reverse-tablet>.elementor-container>:nth-child(8) {
|
|
order: 3
|
|
}
|
|
|
|
.elementor-reverse-tablet>.elementor-container>:nth-child(9) {
|
|
order: 2
|
|
}
|
|
|
|
.elementor-reverse-tablet>.elementor-container>:nth-child(10) {
|
|
order: 1
|
|
}
|
|
}
|
|
|
|
@media (min-width: 481px) and (max-width:660px) {
|
|
.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9) {
|
|
order:0
|
|
}
|
|
|
|
.elementor-reverse-mobile_extra>.elementor-container>:first-child {
|
|
order: 10
|
|
}
|
|
|
|
.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2) {
|
|
order: 9
|
|
}
|
|
|
|
.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3) {
|
|
order: 8
|
|
}
|
|
|
|
.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4) {
|
|
order: 7
|
|
}
|
|
|
|
.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5) {
|
|
order: 6
|
|
}
|
|
|
|
.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6) {
|
|
order: 5
|
|
}
|
|
|
|
.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7) {
|
|
order: 4
|
|
}
|
|
|
|
.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8) {
|
|
order: 3
|
|
}
|
|
|
|
.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9) {
|
|
order: 2
|
|
}
|
|
|
|
.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10) {
|
|
order: 1
|
|
}
|
|
}
|
|
|
|
@media (max-width: 480px) {
|
|
.elementor-reverse-mobile>.elementor-container>:first-child {
|
|
order:10
|
|
}
|
|
|
|
.elementor-reverse-mobile>.elementor-container>:nth-child(2) {
|
|
order: 9
|
|
}
|
|
|
|
.elementor-reverse-mobile>.elementor-container>:nth-child(3) {
|
|
order: 8
|
|
}
|
|
|
|
.elementor-reverse-mobile>.elementor-container>:nth-child(4) {
|
|
order: 7
|
|
}
|
|
|
|
.elementor-reverse-mobile>.elementor-container>:nth-child(5) {
|
|
order: 6
|
|
}
|
|
|
|
.elementor-reverse-mobile>.elementor-container>:nth-child(6) {
|
|
order: 5
|
|
}
|
|
|
|
.elementor-reverse-mobile>.elementor-container>:nth-child(7) {
|
|
order: 4
|
|
}
|
|
|
|
.elementor-reverse-mobile>.elementor-container>:nth-child(8) {
|
|
order: 3
|
|
}
|
|
|
|
.elementor-reverse-mobile>.elementor-container>:nth-child(9) {
|
|
order: 2
|
|
}
|
|
|
|
.elementor-reverse-mobile>.elementor-container>:nth-child(10) {
|
|
order: 1
|
|
}
|
|
|
|
.elementor-column {
|
|
width: 100%
|
|
}
|
|
}
|
|
|
|
.elementor-grid {
|
|
display: grid;
|
|
grid-column-gap: var(--grid-column-gap);
|
|
grid-row-gap: var(--grid-row-gap)
|
|
}
|
|
|
|
.elementor-grid .elementor-grid-item {
|
|
min-width: 0
|
|
}
|
|
|
|
.elementor-grid-0 .elementor-grid {
|
|
display: inline-block;
|
|
margin-block-end:calc(-1 * var(--grid-row-gap));width: 100%;
|
|
word-spacing: var(--grid-column-gap)
|
|
}
|
|
|
|
.elementor-grid-0 .elementor-grid .elementor-grid-item {
|
|
display: inline-block;
|
|
margin-block-end:var(--grid-row-gap);word-break: break-word
|
|
}
|
|
|
|
.elementor-grid-1 .elementor-grid {
|
|
grid-template-columns: repeat(1,1fr)
|
|
}
|
|
|
|
.elementor-grid-2 .elementor-grid {
|
|
grid-template-columns: repeat(2,1fr)
|
|
}
|
|
|
|
.elementor-grid-3 .elementor-grid {
|
|
grid-template-columns: repeat(3,1fr)
|
|
}
|
|
|
|
.elementor-grid-4 .elementor-grid {
|
|
grid-template-columns: repeat(4,1fr)
|
|
}
|
|
|
|
.elementor-grid-5 .elementor-grid {
|
|
grid-template-columns: repeat(5,1fr)
|
|
}
|
|
|
|
.elementor-grid-6 .elementor-grid {
|
|
grid-template-columns: repeat(6,1fr)
|
|
}
|
|
|
|
.elementor-grid-7 .elementor-grid {
|
|
grid-template-columns: repeat(7,1fr)
|
|
}
|
|
|
|
.elementor-grid-8 .elementor-grid {
|
|
grid-template-columns: repeat(8,1fr)
|
|
}
|
|
|
|
.elementor-grid-9 .elementor-grid {
|
|
grid-template-columns: repeat(9,1fr)
|
|
}
|
|
|
|
.elementor-grid-10 .elementor-grid {
|
|
grid-template-columns: repeat(10,1fr)
|
|
}
|
|
|
|
.elementor-grid-11 .elementor-grid {
|
|
grid-template-columns: repeat(11,1fr)
|
|
}
|
|
|
|
.elementor-grid-12 .elementor-grid {
|
|
grid-template-columns: repeat(12,1fr)
|
|
}
|
|
|
|
@media (min-width: -1) {
|
|
.elementor-grid-widescreen-0 .elementor-grid {
|
|
display:inline-block;
|
|
margin-block-end:calc(-1 * var(--grid-row-gap));width: 100%;
|
|
word-spacing: var(--grid-column-gap)
|
|
}
|
|
|
|
.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
|
|
display: inline-block;
|
|
margin-block-end:var(--grid-row-gap);word-break: break-word
|
|
}
|
|
|
|
.elementor-grid-widescreen-1 .elementor-grid {
|
|
grid-template-columns: repeat(1,1fr)
|
|
}
|
|
|
|
.elementor-grid-widescreen-2 .elementor-grid {
|
|
grid-template-columns: repeat(2,1fr)
|
|
}
|
|
|
|
.elementor-grid-widescreen-3 .elementor-grid {
|
|
grid-template-columns: repeat(3,1fr)
|
|
}
|
|
|
|
.elementor-grid-widescreen-4 .elementor-grid {
|
|
grid-template-columns: repeat(4,1fr)
|
|
}
|
|
|
|
.elementor-grid-widescreen-5 .elementor-grid {
|
|
grid-template-columns: repeat(5,1fr)
|
|
}
|
|
|
|
.elementor-grid-widescreen-6 .elementor-grid {
|
|
grid-template-columns: repeat(6,1fr)
|
|
}
|
|
|
|
.elementor-grid-widescreen-7 .elementor-grid {
|
|
grid-template-columns: repeat(7,1fr)
|
|
}
|
|
|
|
.elementor-grid-widescreen-8 .elementor-grid {
|
|
grid-template-columns: repeat(8,1fr)
|
|
}
|
|
|
|
.elementor-grid-widescreen-9 .elementor-grid {
|
|
grid-template-columns: repeat(9,1fr)
|
|
}
|
|
|
|
.elementor-grid-widescreen-10 .elementor-grid {
|
|
grid-template-columns: repeat(10,1fr)
|
|
}
|
|
|
|
.elementor-grid-widescreen-11 .elementor-grid {
|
|
grid-template-columns: repeat(11,1fr)
|
|
}
|
|
|
|
.elementor-grid-widescreen-12 .elementor-grid {
|
|
grid-template-columns: repeat(12,1fr)
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1200px) {
|
|
.elementor-grid-laptop-0 .elementor-grid {
|
|
display:inline-block;
|
|
margin-block-end:calc(-1 * var(--grid-row-gap));width: 100%;
|
|
word-spacing: var(--grid-column-gap)
|
|
}
|
|
|
|
.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
|
|
display: inline-block;
|
|
margin-block-end:var(--grid-row-gap);word-break: break-word
|
|
}
|
|
|
|
.elementor-grid-laptop-1 .elementor-grid {
|
|
grid-template-columns: repeat(1,1fr)
|
|
}
|
|
|
|
.elementor-grid-laptop-2 .elementor-grid {
|
|
grid-template-columns: repeat(2,1fr)
|
|
}
|
|
|
|
.elementor-grid-laptop-3 .elementor-grid {
|
|
grid-template-columns: repeat(3,1fr)
|
|
}
|
|
|
|
.elementor-grid-laptop-4 .elementor-grid {
|
|
grid-template-columns: repeat(4,1fr)
|
|
}
|
|
|
|
.elementor-grid-laptop-5 .elementor-grid {
|
|
grid-template-columns: repeat(5,1fr)
|
|
}
|
|
|
|
.elementor-grid-laptop-6 .elementor-grid {
|
|
grid-template-columns: repeat(6,1fr)
|
|
}
|
|
|
|
.elementor-grid-laptop-7 .elementor-grid {
|
|
grid-template-columns: repeat(7,1fr)
|
|
}
|
|
|
|
.elementor-grid-laptop-8 .elementor-grid {
|
|
grid-template-columns: repeat(8,1fr)
|
|
}
|
|
|
|
.elementor-grid-laptop-9 .elementor-grid {
|
|
grid-template-columns: repeat(9,1fr)
|
|
}
|
|
|
|
.elementor-grid-laptop-10 .elementor-grid {
|
|
grid-template-columns: repeat(10,1fr)
|
|
}
|
|
|
|
.elementor-grid-laptop-11 .elementor-grid {
|
|
grid-template-columns: repeat(11,1fr)
|
|
}
|
|
|
|
.elementor-grid-laptop-12 .elementor-grid {
|
|
grid-template-columns: repeat(12,1fr)
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1020px) {
|
|
.elementor-grid-tablet_extra-0 .elementor-grid {
|
|
display:inline-block;
|
|
margin-block-end:calc(-1 * var(--grid-row-gap));width: 100%;
|
|
word-spacing: var(--grid-column-gap)
|
|
}
|
|
|
|
.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
|
|
display: inline-block;
|
|
margin-block-end:var(--grid-row-gap);word-break: break-word
|
|
}
|
|
|
|
.elementor-grid-tablet_extra-1 .elementor-grid {
|
|
grid-template-columns: repeat(1,1fr)
|
|
}
|
|
|
|
.elementor-grid-tablet_extra-2 .elementor-grid {
|
|
grid-template-columns: repeat(2,1fr)
|
|
}
|
|
|
|
.elementor-grid-tablet_extra-3 .elementor-grid {
|
|
grid-template-columns: repeat(3,1fr)
|
|
}
|
|
|
|
.elementor-grid-tablet_extra-4 .elementor-grid {
|
|
grid-template-columns: repeat(4,1fr)
|
|
}
|
|
|
|
.elementor-grid-tablet_extra-5 .elementor-grid {
|
|
grid-template-columns: repeat(5,1fr)
|
|
}
|
|
|
|
.elementor-grid-tablet_extra-6 .elementor-grid {
|
|
grid-template-columns: repeat(6,1fr)
|
|
}
|
|
|
|
.elementor-grid-tablet_extra-7 .elementor-grid {
|
|
grid-template-columns: repeat(7,1fr)
|
|
}
|
|
|
|
.elementor-grid-tablet_extra-8 .elementor-grid {
|
|
grid-template-columns: repeat(8,1fr)
|
|
}
|
|
|
|
.elementor-grid-tablet_extra-9 .elementor-grid {
|
|
grid-template-columns: repeat(9,1fr)
|
|
}
|
|
|
|
.elementor-grid-tablet_extra-10 .elementor-grid {
|
|
grid-template-columns: repeat(10,1fr)
|
|
}
|
|
|
|
.elementor-grid-tablet_extra-11 .elementor-grid {
|
|
grid-template-columns: repeat(11,1fr)
|
|
}
|
|
|
|
.elementor-grid-tablet_extra-12 .elementor-grid {
|
|
grid-template-columns: repeat(12,1fr)
|
|
}
|
|
}
|
|
|
|
@media (max-width: 840px) {
|
|
.elementor-grid-tablet-0 .elementor-grid {
|
|
display:inline-block;
|
|
margin-block-end:calc(-1 * var(--grid-row-gap));width: 100%;
|
|
word-spacing: var(--grid-column-gap)
|
|
}
|
|
|
|
.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
|
|
display: inline-block;
|
|
margin-block-end:var(--grid-row-gap);word-break: break-word
|
|
}
|
|
|
|
.elementor-grid-tablet-1 .elementor-grid {
|
|
.image-slider .image-item img, .image-item-card img { width: 100%; height: auto; display: block; }
|
|
|
|
/* About page hero: add black overlay over background image */
|
|
.elementor-2259 .elementor-element.elementor-element-830d027 {
|
|
position: relative;
|
|
background-size: cover !important;
|
|
background-position: center center !important;
|
|
background-repeat: no-repeat !important;
|
|
}
|
|
.elementor-2259 .elementor-element.elementor-element-830d027::before {
|
|
content: "";
|
|
position: absolute;
|
|
inset: 0;
|
|
background: rgba(0,0,0,0.55);
|
|
z-index: 1;
|
|
pointer-events: none;
|
|
}
|
|
.elementor-2259 .elementor-element.elementor-element-830d027 .e-con-inner,
|
|
.elementor-2259 .elementor-element.elementor-element-830d027 .elementor-widget-container {
|
|
position: relative;
|
|
z-index: 2;
|
|
}
|
|
grid-template-columns: repeat(1,1fr)
|
|
}
|
|
|
|
.elementor-grid-tablet-2 .elementor-grid {
|
|
grid-template-columns: repeat(2,1fr)
|
|
}
|
|
|
|
.elementor-grid-tablet-3 .elementor-grid {
|
|
grid-template-columns: repeat(3,1fr)
|
|
}
|
|
|
|
.elementor-grid-tablet-4 .elementor-grid {
|
|
grid-template-columns: repeat(4,1fr)
|
|
}
|
|
|
|
.elementor-grid-tablet-5 .elementor-grid {
|
|
grid-template-columns: repeat(5,1fr)
|
|
}
|
|
|
|
.elementor-grid-tablet-6 .elementor-grid {
|
|
grid-template-columns: repeat(6,1fr)
|
|
}
|
|
|
|
.elementor-grid-tablet-7 .elementor-grid {
|
|
grid-template-columns: repeat(7,1fr)
|
|
}
|
|
|
|
.elementor-grid-tablet-8 .elementor-grid {
|
|
grid-template-columns: repeat(8,1fr)
|
|
}
|
|
|
|
.elementor-grid-tablet-9 .elementor-grid {
|
|
grid-template-columns: repeat(9,1fr)
|
|
}
|
|
|
|
.elementor-grid-tablet-10 .elementor-grid {
|
|
grid-template-columns: repeat(10,1fr)
|
|
}
|
|
|
|
.elementor-grid-tablet-11 .elementor-grid {
|
|
grid-template-columns: repeat(11,1fr)
|
|
}
|
|
|
|
.elementor-grid-tablet-12 .elementor-grid {
|
|
grid-template-columns: repeat(12,1fr)
|
|
}
|
|
}
|
|
|
|
@media (max-width: 660px) {
|
|
.elementor-grid-mobile_extra-0 .elementor-grid {
|
|
display:inline-block;
|
|
margin-block-end:calc(-1 * var(--grid-row-gap));width: 100%;
|
|
word-spacing: var(--grid-column-gap)
|
|
}
|
|
|
|
.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
|
|
display: inline-block;
|
|
margin-block-end:var(--grid-row-gap);word-break: break-word
|
|
}
|
|
|
|
.elementor-grid-mobile_extra-1 .elementor-grid {
|
|
grid-template-columns: repeat(1,1fr)
|
|
}
|
|
|
|
.elementor-grid-mobile_extra-2 .elementor-grid {
|
|
grid-template-columns: repeat(2,1fr)
|
|
}
|
|
|
|
.elementor-grid-mobile_extra-3 .elementor-grid {
|
|
grid-template-columns: repeat(3,1fr)
|
|
}
|
|
|
|
.elementor-grid-mobile_extra-4 .elementor-grid {
|
|
grid-template-columns: repeat(4,1fr)
|
|
}
|
|
|
|
.elementor-grid-mobile_extra-5 .elementor-grid {
|
|
grid-template-columns: repeat(5,1fr)
|
|
}
|
|
|
|
.elementor-grid-mobile_extra-6 .elementor-grid {
|
|
grid-template-columns: repeat(6,1fr)
|
|
}
|
|
|
|
.elementor-grid-mobile_extra-7 .elementor-grid {
|
|
grid-template-columns: repeat(7,1fr)
|
|
}
|
|
|
|
.elementor-grid-mobile_extra-8 .elementor-grid {
|
|
grid-template-columns: repeat(8,1fr)
|
|
}
|
|
|
|
.elementor-grid-mobile_extra-9 .elementor-grid {
|
|
grid-template-columns: repeat(9,1fr)
|
|
}
|
|
|
|
.elementor-grid-mobile_extra-10 .elementor-grid {
|
|
grid-template-columns: repeat(10,1fr)
|
|
}
|
|
|
|
.elementor-grid-mobile_extra-11 .elementor-grid {
|
|
grid-template-columns: repeat(11,1fr)
|
|
}
|
|
|
|
.elementor-grid-mobile_extra-12 .elementor-grid {
|
|
grid-template-columns: repeat(12,1fr)
|
|
}
|
|
}
|
|
|
|
@media (max-width: 480px) {
|
|
.elementor-grid-mobile-0 .elementor-grid {
|
|
display:inline-block;
|
|
margin-block-end:calc(-1 * var(--grid-row-gap));width: 100%;
|
|
word-spacing: var(--grid-column-gap)
|
|
}
|
|
|
|
.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
|
|
display: inline-block;
|
|
margin-block-end:var(--grid-row-gap);word-break: break-word
|
|
}
|
|
|
|
.elementor-grid-mobile-1 .elementor-grid {
|
|
grid-template-columns: repeat(1,1fr)
|
|
}
|
|
|
|
.elementor-grid-mobile-2 .elementor-grid {
|
|
grid-template-columns: repeat(2,1fr)
|
|
}
|
|
|
|
.elementor-grid-mobile-3 .elementor-grid {
|
|
grid-template-columns: repeat(3,1fr)
|
|
}
|
|
|
|
.elementor-grid-mobile-4 .elementor-grid {
|
|
grid-template-columns: repeat(4,1fr)
|
|
}
|
|
|
|
.elementor-grid-mobile-5 .elementor-grid {
|
|
grid-template-columns: repeat(5,1fr)
|
|
}
|
|
|
|
.elementor-grid-mobile-6 .elementor-grid {
|
|
grid-template-columns: repeat(6,1fr)
|
|
}
|
|
|
|
.elementor-grid-mobile-7 .elementor-grid {
|
|
grid-template-columns: repeat(7,1fr)
|
|
}
|
|
|
|
.elementor-grid-mobile-8 .elementor-grid {
|
|
grid-template-columns: repeat(8,1fr)
|
|
}
|
|
|
|
.elementor-grid-mobile-9 .elementor-grid {
|
|
grid-template-columns: repeat(9,1fr)
|
|
}
|
|
|
|
.elementor-grid-mobile-10 .elementor-grid {
|
|
grid-template-columns: repeat(10,1fr)
|
|
}
|
|
|
|
.elementor-grid-mobile-11 .elementor-grid {
|
|
grid-template-columns: repeat(11,1fr)
|
|
}
|
|
|
|
.elementor-grid-mobile-12 .elementor-grid {
|
|
grid-template-columns: repeat(12,1fr)
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1201px) {
|
|
#elementor-device-mode:after {
|
|
content:"desktop"
|
|
}
|
|
}
|
|
|
|
@media (min-width: -1) {
|
|
#elementor-device-mode:after {
|
|
content:"widescreen"
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1200px) {
|
|
#elementor-device-mode:after {
|
|
content:"laptop"
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1020px) {
|
|
#elementor-device-mode:after {
|
|
content:"tablet_extra"
|
|
}
|
|
}
|
|
|
|
@media (max-width: 840px) {
|
|
#elementor-device-mode:after {
|
|
content:"tablet"
|
|
}
|
|
}
|
|
|
|
@media (max-width: 660px) {
|
|
#elementor-device-mode:after {
|
|
content:"mobile_extra"
|
|
}
|
|
}
|
|
|
|
@media (max-width: 480px) {
|
|
#elementor-device-mode:after {
|
|
content:"mobile"
|
|
}
|
|
}
|
|
|
|
@media (prefers-reduced-motion:no-preference) {
|
|
html {
|
|
scroll-behavior: smooth
|
|
}
|
|
}
|
|
|
|
.e-con {
|
|
--border-radius: 0;
|
|
--border-top-width: 0px;
|
|
--border-right-width: 0px;
|
|
--border-bottom-width: 0px;
|
|
--border-left-width: 0px;
|
|
--border-style: initial;
|
|
--border-color: initial;
|
|
--container-widget-width: 100%;
|
|
--container-widget-height: initial;
|
|
--container-widget-flex-grow: 0;
|
|
--container-widget-align-self: initial;
|
|
--content-width: min(100%,var(--container-max-width,1140px));
|
|
--width: 100%;
|
|
--min-height: initial;
|
|
--height: auto;
|
|
--text-align: initial;
|
|
--margin-top: 0px;
|
|
--margin-right: 0px;
|
|
--margin-bottom: 0px;
|
|
--margin-left: 0px;
|
|
--padding-top: var(--container-default-padding-top,10px);
|
|
--padding-right: var(--container-default-padding-right,10px);
|
|
--padding-bottom: var(--container-default-padding-bottom,10px);
|
|
--padding-left: var(--container-default-padding-left,10px);
|
|
--position: relative;
|
|
--z-index: revert;
|
|
--overflow: visible;
|
|
--gap: var(--widgets-spacing,20px);
|
|
--row-gap: var(--widgets-spacing-row,20px);
|
|
--column-gap: var(--widgets-spacing-column,20px);
|
|
--overlay-mix-blend-mode: initial;
|
|
--overlay-opacity: 1;
|
|
--overlay-transition: 0.3s;
|
|
--e-con-grid-template-columns: repeat(3,1fr);
|
|
--e-con-grid-template-rows: repeat(2,1fr);
|
|
border-radius: var(--border-radius);
|
|
height: var(--height);
|
|
min-height: var(--min-height);
|
|
min-width: 0;
|
|
overflow: var(--overflow);
|
|
position: var(--position);
|
|
width: var(--width);
|
|
z-index: var(--z-index);
|
|
--flex-wrap-mobile: wrap
|
|
}
|
|
|
|
.e-con:where(:not(.e-div-block-base)) {
|
|
transition: background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)
|
|
}
|
|
|
|
.e-con {
|
|
--margin-block-start: var(--margin-top);
|
|
--margin-block-end: var(--margin-bottom);
|
|
--margin-inline-start: var(--margin-left);
|
|
--margin-inline-end: var(--margin-right);
|
|
--padding-inline-start: var(--padding-left);
|
|
--padding-inline-end: var(--padding-right);
|
|
--padding-block-start: var(--padding-top);
|
|
--padding-block-end: var(--padding-bottom);
|
|
--border-block-start-width: var(--border-top-width);
|
|
--border-block-end-width: var(--border-bottom-width);
|
|
--border-inline-start-width: var(--border-left-width);
|
|
--border-inline-end-width: var(--border-right-width)
|
|
}
|
|
|
|
body.rtl .e-con {
|
|
--padding-inline-start: var(--padding-right);
|
|
--padding-inline-end: var(--padding-left);
|
|
--margin-inline-start: var(--margin-right);
|
|
--margin-inline-end: var(--margin-left);
|
|
--border-inline-start-width: var(--border-right-width);
|
|
--border-inline-end-width: var(--border-left-width)
|
|
}
|
|
|
|
.e-con {
|
|
margin-block-end:var(--margin-block-end);margin-block-start: var(--margin-block-start);
|
|
margin-inline-end:var(--margin-inline-end);margin-inline-start: var(--margin-inline-start);
|
|
padding-inline-end:var(--padding-inline-end);padding-inline-start: var(--padding-inline-start)
|
|
}
|
|
|
|
.e-con.e-flex {
|
|
--flex-direction: column;
|
|
--flex-basis: auto;
|
|
--flex-grow: 0;
|
|
--flex-shrink: 1;
|
|
flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis)
|
|
}
|
|
|
|
.e-con-full,.e-con>.e-con-inner {
|
|
padding-block-end:var(--padding-block-end);padding-block-start: var(--padding-block-start);
|
|
text-align: var(--text-align)
|
|
}
|
|
|
|
.e-con-full.e-flex,.e-con.e-flex>.e-con-inner {
|
|
flex-direction: var(--flex-direction)
|
|
}
|
|
|
|
.e-con,.e-con>.e-con-inner {
|
|
display: var(--display)
|
|
}
|
|
|
|
.e-con.e-grid {
|
|
--grid-justify-content: start;
|
|
--grid-align-content: start;
|
|
--grid-auto-flow: row
|
|
}
|
|
|
|
.e-con.e-grid,.e-con.e-grid>.e-con-inner {
|
|
align-content: var(--grid-align-content);
|
|
align-items: var(--align-items);
|
|
grid-auto-flow: var(--grid-auto-flow);
|
|
grid-template-columns: var(--e-con-grid-template-columns);
|
|
grid-template-rows: var(--e-con-grid-template-rows);
|
|
justify-content: var(--grid-justify-content);
|
|
justify-items: var(--justify-items)
|
|
}
|
|
|
|
.e-con-boxed.e-flex {
|
|
align-content: normal;
|
|
align-items: normal;
|
|
flex-direction: column;
|
|
flex-wrap: nowrap;
|
|
justify-content: normal
|
|
}
|
|
|
|
.e-con-boxed.e-grid {
|
|
grid-template-columns: 1fr;
|
|
grid-template-rows: 1fr;
|
|
justify-items: legacy
|
|
}
|
|
|
|
.e-con-boxed {
|
|
gap: initial;
|
|
text-align: initial
|
|
}
|
|
|
|
.e-con.e-flex>.e-con-inner {
|
|
align-content: var(--align-content);
|
|
align-items: var(--align-items);
|
|
align-self: auto;
|
|
flex-basis: auto;
|
|
flex-grow: 1;
|
|
flex-shrink: 1;
|
|
flex-wrap: var(--flex-wrap);
|
|
justify-content: var(--justify-content)
|
|
}
|
|
|
|
.e-con.e-grid>.e-con-inner {
|
|
align-items: var(--align-items);
|
|
justify-items: var(--justify-items)
|
|
}
|
|
|
|
.e-con>.e-con-inner {
|
|
gap: var(--row-gap) var(--column-gap);
|
|
height: 100%;
|
|
margin: 0 auto;
|
|
max-width: var(--content-width);
|
|
padding-inline-end:0;padding-inline-start:0;width: 100%
|
|
}
|
|
|
|
:is(.elementor-section-wrap,[data-elementor-id])>.e-con {
|
|
--margin-left: auto;
|
|
--margin-right: auto;
|
|
max-width: min(100%,var(--width))
|
|
}
|
|
|
|
:is([data-widget_type="e-component.default"],[data-widget_type="e-component.default"]>.elementor-section-wrap)>.e-con {
|
|
--margin-right: 0px;
|
|
--margin-left: 0px
|
|
}
|
|
|
|
.e-con .elementor-widget.elementor-widget {
|
|
margin-block-end:0}
|
|
|
|
.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before {
|
|
border-block-end-width:var(--border-block-end-width);border-block-start-width: var(--border-block-start-width);
|
|
border-color: var(--border-color);
|
|
border-inline-end-width:var(--border-inline-end-width);border-inline-start-width: var(--border-inline-start-width);
|
|
border-radius: var(--border-radius);
|
|
border-style: var(--border-style);
|
|
content: var(--background-overlay);
|
|
display: block;
|
|
height: max(100% + var(--border-top-width) + var(--border-bottom-width),100%);
|
|
left: calc(0px - var(--border-left-width));
|
|
mix-blend-mode: var(--overlay-mix-blend-mode);
|
|
opacity: var(--overlay-opacity);
|
|
position: absolute;
|
|
top: calc(0px - var(--border-top-width));
|
|
transition: var(--overlay-transition,.3s);
|
|
width: max(100% + var(--border-left-width) + var(--border-right-width),100%)
|
|
}
|
|
|
|
.e-con:before {
|
|
transition: background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)
|
|
}
|
|
|
|
.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container {
|
|
border-block-end-width:var(--border-block-end-width);border-block-start-width: var(--border-block-start-width);
|
|
border-color: var(--border-color);
|
|
border-inline-end-width:var(--border-inline-end-width);border-inline-start-width: var(--border-inline-start-width);
|
|
border-radius: var(--border-radius);
|
|
border-style: var(--border-style);
|
|
height: max(100% + var(--border-top-width) + var(--border-bottom-width),100%);
|
|
left: calc(0px - var(--border-left-width));
|
|
top: calc(0px - var(--border-top-width));
|
|
width: max(100% + var(--border-left-width) + var(--border-right-width),100%)
|
|
}
|
|
|
|
@media (max-width: 480px) {
|
|
:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile {
|
|
display:none
|
|
}
|
|
}
|
|
|
|
:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before {
|
|
z-index: 1
|
|
}
|
|
|
|
:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before {
|
|
z-index: 2
|
|
}
|
|
|
|
.e-con .elementor-widget {
|
|
min-width: 0
|
|
}
|
|
|
|
.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper {
|
|
width: 100%
|
|
}
|
|
|
|
.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container {
|
|
height: 100%
|
|
}
|
|
|
|
.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget {
|
|
max-width: 100%
|
|
}
|
|
|
|
.e-con .elementor-widget:not(:last-child) {
|
|
--kit-widget-spacing: 0px
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.e-con.e-flex {
|
|
--width:100%;
|
|
--flex-wrap: var(--flex-wrap-mobile)
|
|
}
|
|
|
|
.e-con.e-flex .elementor-widget-archive-posts {
|
|
width: 100%
|
|
}
|
|
}
|
|
|
|
.elementor-form-fields-wrapper {
|
|
display: flex;
|
|
flex-wrap: wrap
|
|
}
|
|
|
|
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
|
|
flex-basis: 100%;
|
|
max-width: 100%
|
|
}
|
|
|
|
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
|
|
flex-grow: 1
|
|
}
|
|
|
|
.elementor-field-group {
|
|
align-items: center;
|
|
flex-wrap: wrap
|
|
}
|
|
|
|
.elementor-field-group.elementor-field-type-submit {
|
|
align-items: flex-end
|
|
}
|
|
|
|
.elementor-field-group .elementor-field-textual {
|
|
background-color: transparent;
|
|
border: 1px solid #69727d;
|
|
color: #1f2124;
|
|
flex-grow: 1;
|
|
max-width: 100%;
|
|
vertical-align: middle;
|
|
width: 100%
|
|
}
|
|
|
|
.elementor-field-group .elementor-field-textual:focus {
|
|
box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
|
|
outline: 0
|
|
}
|
|
|
|
.elementor-field-group .elementor-field-textual::-moz-placeholder {
|
|
color: inherit;
|
|
font-family: inherit;
|
|
opacity: .6
|
|
}
|
|
|
|
.elementor-field-group .elementor-field-textual::placeholder {
|
|
color: inherit;
|
|
font-family: inherit;
|
|
opacity: .6
|
|
}
|
|
|
|
.elementor-field-group .elementor-select-wrapper {
|
|
display: flex;
|
|
position: relative;
|
|
width: 100%
|
|
}
|
|
|
|
.elementor-field-group .elementor-select-wrapper select {
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
color: inherit;
|
|
flex-basis: 100%;
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
font-style: inherit;
|
|
font-weight: inherit;
|
|
letter-spacing: inherit;
|
|
line-height: inherit;
|
|
padding-inline-end:20px;text-transform: inherit
|
|
}
|
|
|
|
.elementor-field-group .elementor-select-wrapper:before {
|
|
content: "\e92a";
|
|
font-family: eicons;
|
|
font-size: 15px;
|
|
inset-block-start: 50%;
|
|
inset-inline-end: 10px;
|
|
pointer-events: none;
|
|
position: absolute;
|
|
text-shadow: 0 0 3px rgba(0,0,0,.3);
|
|
transform: translateY(-50%)
|
|
}
|
|
|
|
.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
|
|
content: ""
|
|
}
|
|
|
|
.elementor-field-subgroup {
|
|
display: flex;
|
|
flex-wrap: wrap
|
|
}
|
|
|
|
.elementor-field-subgroup .elementor-field-option label {
|
|
display: inline-block
|
|
}
|
|
|
|
.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
|
|
padding-inline-end:10px}
|
|
|
|
.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
|
|
flex-basis: 100%
|
|
}
|
|
|
|
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
|
|
display: inline
|
|
}
|
|
|
|
.elementor-field-label {
|
|
cursor: pointer
|
|
}
|
|
|
|
.elementor-mark-required .elementor-field-label:after {
|
|
color: red;
|
|
content: "*";
|
|
padding-inline-start:.2em}
|
|
|
|
.elementor-field-textual {
|
|
border-radius: 3px;
|
|
font-size: 15px;
|
|
line-height: 1.4;
|
|
min-height: 40px;
|
|
padding: 5px 14px
|
|
}
|
|
|
|
.elementor-field-textual.elementor-size-xs {
|
|
border-radius: 2px;
|
|
font-size: 13px;
|
|
min-height: 33px;
|
|
padding: 4px 12px
|
|
}
|
|
|
|
.elementor-field-textual.elementor-size-md {
|
|
border-radius: 4px;
|
|
font-size: 16px;
|
|
min-height: 47px;
|
|
padding: 6px 16px
|
|
}
|
|
|
|
.elementor-field-textual.elementor-size-lg {
|
|
border-radius: 5px;
|
|
font-size: 18px;
|
|
min-height: 59px;
|
|
padding: 7px 20px
|
|
}
|
|
|
|
.elementor-field-textual.elementor-size-xl {
|
|
border-radius: 6px;
|
|
font-size: 20px;
|
|
min-height: 72px;
|
|
padding: 8px 24px
|
|
}
|
|
|
|
.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
|
|
flex-basis: 100%
|
|
}
|
|
|
|
.elementor-button-align-stretch .e-form__buttons__wrapper {
|
|
flex-basis: 50%;
|
|
flex-grow: 1
|
|
}
|
|
|
|
.elementor-button-align-stretch .e-form__buttons__wrapper__button {
|
|
flex-basis: 100%
|
|
}
|
|
|
|
.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit {
|
|
justify-content: center
|
|
}
|
|
|
|
.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit {
|
|
justify-content: flex-start
|
|
}
|
|
|
|
.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-button-align-start .e-form__buttons,[dir=rtl] .elementor-button-align-start .elementor-field-type-submit {
|
|
justify-content: flex-end
|
|
}
|
|
|
|
[dir=rtl] .elementor-button-align-end .e-form__buttons,[dir=rtl] .elementor-button-align-end .elementor-field-type-submit {
|
|
justify-content: flex-start
|
|
}
|
|
|
|
.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
|
|
flex-basis: auto
|
|
}
|
|
|
|
.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper {
|
|
flex-grow: 0
|
|
}
|
|
|
|
.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button {
|
|
flex-basis: auto
|
|
}
|
|
|
|
@media screen and (max-width: 840px) {
|
|
.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
|
|
flex-basis:100%
|
|
}
|
|
|
|
.elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
|
|
flex-basis: 50%;
|
|
flex-grow: 1
|
|
}
|
|
|
|
.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
|
|
flex-basis: 100%
|
|
}
|
|
|
|
.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit {
|
|
justify-content: center
|
|
}
|
|
|
|
.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit {
|
|
justify-content: flex-start
|
|
}
|
|
|
|
.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-tablet-button-align-start .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit {
|
|
justify-content: flex-end
|
|
}
|
|
|
|
[dir=rtl] .elementor-tablet-button-align-end .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit {
|
|
justify-content: flex-start
|
|
}
|
|
|
|
.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
|
|
flex-basis: auto
|
|
}
|
|
|
|
.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper {
|
|
flex-grow: 0
|
|
}
|
|
|
|
.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
|
|
flex-basis: auto
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 480px) {
|
|
.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
|
|
flex-basis:100%
|
|
}
|
|
|
|
.elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
|
|
flex-basis: 50%;
|
|
flex-grow: 1
|
|
}
|
|
|
|
.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
|
|
flex-basis: 100%
|
|
}
|
|
|
|
.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit {
|
|
justify-content: center
|
|
}
|
|
|
|
.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit {
|
|
justify-content: flex-start
|
|
}
|
|
|
|
.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-mobile-button-align-start .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit {
|
|
justify-content: flex-end
|
|
}
|
|
|
|
[dir=rtl] .elementor-mobile-button-align-end .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit {
|
|
justify-content: flex-start
|
|
}
|
|
|
|
.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
|
|
flex-basis: auto
|
|
}
|
|
|
|
.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper {
|
|
flex-grow: 0
|
|
}
|
|
|
|
.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
|
|
flex-basis: auto
|
|
}
|
|
}
|
|
|
|
.elementor-error .elementor-field {
|
|
border-color: #d9534f
|
|
}
|
|
|
|
.elementor-error .help-inline {
|
|
color: #d9534f;
|
|
font-size: .9em
|
|
}
|
|
|
|
.elementor-message {
|
|
font-size: 1em;
|
|
line-height: 1;
|
|
margin: 10px 0
|
|
}
|
|
|
|
.elementor-message:before {
|
|
content: "\e90e";
|
|
display: inline-block;
|
|
font-family: eicons;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
margin-inline-end:5px;vertical-align: middle
|
|
}
|
|
|
|
.elementor-message.elementor-message-danger {
|
|
color: #d9534f
|
|
}
|
|
|
|
.elementor-message.elementor-message-danger:before {
|
|
content: "\e87f"
|
|
}
|
|
|
|
.elementor-message.form-message-success {
|
|
color: #5cb85c
|
|
}
|
|
|
|
.elementor-form .elementor-button {
|
|
border: none;
|
|
padding-block-end:0;padding-block-start:0}
|
|
|
|
.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span {
|
|
display: flex;
|
|
flex-direction: row;
|
|
gap: 5px;
|
|
justify-content: center
|
|
}
|
|
|
|
.elementor-form .elementor-button.elementor-size-xs {
|
|
min-height: 33px
|
|
}
|
|
|
|
.elementor-form .elementor-button.elementor-size-sm {
|
|
min-height: 40px
|
|
}
|
|
|
|
.elementor-form .elementor-button.elementor-size-md {
|
|
min-height: 47px
|
|
}
|
|
|
|
.elementor-form .elementor-button.elementor-size-lg {
|
|
min-height: 59px
|
|
}
|
|
|
|
.elementor-form .elementor-button.elementor-size-xl {
|
|
min-height: 72px
|
|
}
|
|
|
|
.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)) {
|
|
transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)
|
|
}
|
|
|
|
.elementor-heading-title {
|
|
line-height: 1;
|
|
margin: 0;
|
|
padding: 0
|
|
}
|
|
|
|
.elementor-button {
|
|
background-color: #69727d;
|
|
border-radius: 3px;
|
|
color: #fff;
|
|
display: inline-block;
|
|
fill: #fff;
|
|
font-size: 15px;
|
|
line-height: 1;
|
|
padding: 12px 24px;
|
|
text-align: center;
|
|
transition: all .3s
|
|
}
|
|
|
|
.elementor-button:focus,.elementor-button:hover,.elementor-button:visited {
|
|
color: #fff
|
|
}
|
|
|
|
.elementor-button-content-wrapper {
|
|
display: flex;
|
|
flex-direction: row;
|
|
gap: 5px;
|
|
justify-content: center
|
|
}
|
|
|
|
.elementor-button-icon {
|
|
align-items: center;
|
|
display: flex
|
|
}
|
|
|
|
.elementor-button-icon svg {
|
|
height: auto;
|
|
width: 1em
|
|
}
|
|
|
|
.elementor-button-icon .e-font-icon-svg {
|
|
height: 1em
|
|
}
|
|
|
|
.elementor-button-text {
|
|
display: inline-block
|
|
}
|
|
|
|
.elementor-button.elementor-size-xs {
|
|
border-radius: 2px;
|
|
font-size: 13px;
|
|
padding: 10px 20px
|
|
}
|
|
|
|
.elementor-button.elementor-size-md {
|
|
border-radius: 4px;
|
|
font-size: 16px;
|
|
padding: 15px 30px
|
|
}
|
|
|
|
.elementor-button.elementor-size-lg {
|
|
border-radius: 5px;
|
|
font-size: 18px;
|
|
padding: 20px 40px
|
|
}
|
|
|
|
.elementor-button.elementor-size-xl {
|
|
border-radius: 6px;
|
|
font-size: 20px;
|
|
padding: 25px 50px
|
|
}
|
|
|
|
.elementor-button span {
|
|
text-decoration: inherit
|
|
}
|
|
|
|
.elementor-element.elementor-button-info .elementor-button {
|
|
background-color: #5bc0de
|
|
}
|
|
|
|
.elementor-element.elementor-button-success .elementor-button {
|
|
background-color: #5cb85c
|
|
}
|
|
|
|
.elementor-element.elementor-button-warning .elementor-button {
|
|
background-color: #f0ad4e
|
|
}
|
|
|
|
.elementor-element.elementor-button-danger .elementor-button {
|
|
background-color: #d9534f
|
|
}
|
|
|
|
.elementor-widget-button .elementor-button .elementor-button-info {
|
|
background-color: #5bc0de
|
|
}
|
|
|
|
.elementor-widget-button .elementor-button .elementor-button-success {
|
|
background-color: #5cb85c
|
|
}
|
|
|
|
.elementor-widget-button .elementor-button .elementor-button-warning {
|
|
background-color: #f0ad4e
|
|
}
|
|
|
|
.elementor-widget-button .elementor-button .elementor-button-danger {
|
|
background-color: #d9534f
|
|
}
|
|
|
|
.elementor-view-stacked .elementor-icon {
|
|
background-color: #69727d;
|
|
color: #fff;
|
|
fill: #fff;
|
|
padding: .5em
|
|
}
|
|
|
|
.elementor-view-framed .elementor-icon {
|
|
background-color: transparent;
|
|
border: 3px solid #69727d;
|
|
color: #69727d;
|
|
padding: .5em
|
|
}
|
|
|
|
.elementor-icon {
|
|
color: #69727d;
|
|
display: inline-block;
|
|
font-size: 50px;
|
|
line-height: 1;
|
|
text-align: center;
|
|
transition: all .3s
|
|
}
|
|
|
|
.elementor-icon:hover {
|
|
color: #69727d
|
|
}
|
|
|
|
.elementor-icon i,.elementor-icon svg {
|
|
display: block;
|
|
height: 1em;
|
|
position: relative;
|
|
width: 1em
|
|
}
|
|
|
|
.elementor-icon i:before,.elementor-icon svg:before {
|
|
left: 50%;
|
|
position: absolute;
|
|
transform: translateX(-50%)
|
|
}
|
|
|
|
.elementor-icon i.fad {
|
|
width: auto
|
|
}
|
|
|
|
.elementor-shape-square .elementor-icon {
|
|
border-radius: 0
|
|
}
|
|
|
|
.elementor-shape-rounded .elementor-icon {
|
|
border-radius: 10%
|
|
}
|
|
|
|
.elementor-shape-circle .elementor-icon {
|
|
border-radius: 50%
|
|
}
|
|
|
|
.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)) {
|
|
transform: perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));
|
|
transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
|
|
}
|
|
|
|
.e-con.e-transform {
|
|
transform: perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));
|
|
transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)
|
|
}
|
|
|
|
.animated {
|
|
animation-duration: 1.25s
|
|
}
|
|
|
|
.animated.animated-slow {
|
|
animation-duration: 2s
|
|
}
|
|
|
|
.animated.animated-fast {
|
|
animation-duration: .75s
|
|
}
|
|
|
|
.animated.infinite {
|
|
animation-iteration-count: infinite
|
|
}
|
|
|
|
.animated.reverse {
|
|
animation-direction: reverse;
|
|
animation-fill-mode: forwards
|
|
}
|
|
|
|
@media (prefers-reduced-motion:reduce) {
|
|
.animated {
|
|
animation: none!important
|
|
}
|
|
|
|
html * {
|
|
transition-delay: 0s!important;
|
|
transition-duration: 0s!important
|
|
}
|
|
}
|
|
|
|
@media (max-width: 480px) {
|
|
.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone {
|
|
display:none
|
|
}
|
|
}
|
|
|
|
@media (min-width: 481px) and (max-width:660px) {
|
|
.elementor .elementor-hidden-mobile_extra {
|
|
display:none
|
|
}
|
|
}
|
|
|
|
@media (min-width: 661px) and (max-width:840px) {
|
|
.elementor .elementor-hidden-tablet {
|
|
display:none
|
|
}
|
|
}
|
|
|
|
@media (min-width: 841px) and (max-width:1020px) {
|
|
.elementor .elementor-hidden-tablet_extra {
|
|
display:none
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1021px) and (max-width:1200px) {
|
|
.elementor .elementor-hidden-laptop {
|
|
display:none
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1201px) and (max-width:99999px) {
|
|
.elementor .elementor-hidden-desktop {
|
|
display:none
|
|
}
|
|
}
|
|
|
|
@media (min-width: -1) {
|
|
.elementor .elementor-hidden-widescreen {
|
|
display:none
|
|
}
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing {
|
|
display: block;
|
|
margin: 0 -10px -20px
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing .team-item-wrapper {
|
|
width: 100%;
|
|
padding: 0 10px;
|
|
margin: 0 0 20px;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing .team-item {
|
|
display: -webkit-box;
|
|
display: -moz-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-flex-direction: row;
|
|
-moz-flex-direction: row;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-flex-wrap: nowrap;
|
|
-moz-flex-wrap: nowrap;
|
|
-ms-flex-wrap: nowrap;
|
|
flex-wrap: nowrap;
|
|
-webkit-justify-content: flex-start;
|
|
-moz-justify-content: flex-start;
|
|
-ms-justify-content: flex-start;
|
|
justify-content: flex-start;
|
|
-webkit-align-items: flex-end;
|
|
-moz-align-items: flex-end;
|
|
-ms-align-items: flex-end;
|
|
align-items: flex-end;
|
|
position: relative
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing .team-item .team-item-media {
|
|
width: 45.6522%;
|
|
position: relative;
|
|
-webkit-flex-shrink: 0;
|
|
-moz-flex-shrink: 0;
|
|
-ms-flex-shrink: 0;
|
|
flex-shrink: 0;
|
|
margin: 0 20px 0 0
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing .team-item .team-item-media img {
|
|
border-radius: var(--logico-radius-large,0)
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing .team-item .team-item-content {
|
|
width: 100%;
|
|
margin: 0 0 -8px
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing .team-item .post-media {
|
|
position: relative;
|
|
height: 0;
|
|
padding: 143.9153% 0 0;
|
|
overflow: hidden
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing .team-item .post-media img {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
max-width: none;
|
|
width: 100%;
|
|
height: 100%;
|
|
-o-object-fit: cover;
|
|
object-fit: cover
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing .team-item .post-title {
|
|
font-size: 25px;
|
|
line-height: 1.6em;
|
|
font-weight: 600;
|
|
letter-spacing: -.03em;
|
|
color: var(--logico-dark-text-color)
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing .team-item .post-title a {
|
|
color: inherit;
|
|
text-decoration: none
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing .team-item .post-title a:hover {
|
|
color: var(--logico-accent-color)
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing .team-item .team-item-position {
|
|
font-size: .8889em;
|
|
line-height: 1.875em;
|
|
color: var(--logico-light-text-color)
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing .team-item .team-item-socials {
|
|
margin: 0;
|
|
overflow: hidden
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing .team-item .team-item-socials .wrapper-socials {
|
|
padding: 23px 0 8px;
|
|
margin: -16px -10px -100%;
|
|
position: relative;
|
|
-webkit-transition: margin 0.5s;
|
|
transition: margin 0.5s;
|
|
white-space: nowrap;
|
|
overflow: hidden
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing .team-item .team-item-socials .wrapper-socials li {
|
|
margin: 16px 10px 0;
|
|
position: relative;
|
|
top: 30px;
|
|
-webkit-transition: top 0.3s 3s;
|
|
transition: top 0.3s 3s;
|
|
padding: 0
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing .team-item .team-item-socials .wrapper-socials li:before {
|
|
content: none;
|
|
display: none
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing .team-item .team-item-socials .wrapper-socials li:nth-child(8n+1) {
|
|
-webkit-transition-delay: 0.4s;
|
|
transition-delay: 0.4s
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing .team-item .team-item-socials .wrapper-socials li:nth-child(8n+2) {
|
|
-webkit-transition-delay: 0.5s;
|
|
transition-delay: 0.5s
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing .team-item .team-item-socials .wrapper-socials li:nth-child(8n+3) {
|
|
-webkit-transition-delay: 0.6s;
|
|
transition-delay: 0.6s
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing .team-item .team-item-socials .wrapper-socials li:nth-child(8n+4) {
|
|
-webkit-transition-delay: 0.7s;
|
|
transition-delay: 0.7s
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing .team-item .team-item-socials .wrapper-socials li:nth-child(8n+5) {
|
|
-webkit-transition-delay: 0.8s;
|
|
transition-delay: 0.8s
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing .team-item .team-item-socials .wrapper-socials li:nth-child(8n+6) {
|
|
-webkit-transition-delay: 0.9s;
|
|
transition-delay: 0.9s
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing .team-item .team-item-socials .wrapper-socials li:nth-child(8n+7) {
|
|
-webkit-transition-delay: 1s;
|
|
transition-delay: 1s
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing .team-item .team-item-socials .wrapper-socials li:nth-child(8n) {
|
|
-webkit-transition-delay: 1.1s;
|
|
transition-delay: 1.1s
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing .team-item:hover .team-item-socials .wrapper-socials {
|
|
margin: -16px -10px 0
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing .team-item:hover .team-item-socials .wrapper-socials li {
|
|
top: 0
|
|
}
|
|
|
|
@media only screen and (min-width: 661px) {
|
|
.team-listing-wrapper.team-grid-listing {
|
|
display:-webkit-box;
|
|
display: -moz-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-flex-direction: row;
|
|
-moz-flex-direction: row;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-flex-wrap: wrap;
|
|
-moz-flex-wrap: wrap;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
-webkit-justify-content: flex-start;
|
|
-moz-justify-content: flex-start;
|
|
-ms-justify-content: flex-start;
|
|
justify-content: flex-start;
|
|
-webkit-align-items: flex-start;
|
|
-moz-align-items: flex-start;
|
|
-ms-align-items: flex-start;
|
|
align-items: flex-start
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing.columns-2 .team-item-wrapper,.team-listing-wrapper.team-grid-listing.columns-3 .team-item-wrapper,.team-listing-wrapper.team-grid-listing.columns-4 .team-item-wrapper,.team-listing-wrapper.team-grid-listing.columns-5 .team-item-wrapper,.team-listing-wrapper.team-grid-listing.columns-6 .team-item-wrapper {
|
|
width: 50%
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 1021px) {
|
|
.team-listing-wrapper.team-grid-listing.columns-3 .team-item-wrapper,.team-listing-wrapper.team-grid-listing.columns-4 .team-item-wrapper,.team-listing-wrapper.team-grid-listing.columns-5 .team-item-wrapper,.team-listing-wrapper.team-grid-listing.columns-6 .team-item-wrapper {
|
|
width:33.3333%
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 1201px) {
|
|
.team-listing-wrapper.team-grid-listing {
|
|
margin:0 -10px -40px
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing .team-item-wrapper {
|
|
margin-bottom: 40px
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing .team-item .team-item-media {
|
|
margin: 0 38px 0 0
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing.columns-4 .team-item-wrapper {
|
|
width: 25%
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing.columns-5 .team-item-wrapper {
|
|
width: 20%
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing.columns-6 .team-item-wrapper {
|
|
width: 16.6667%
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 1380px) {
|
|
.team-listing-wrapper.team-grid-listing {
|
|
margin:0 -22px -78px
|
|
}
|
|
|
|
.team-listing-wrapper.team-grid-listing .team-item-wrapper {
|
|
padding: 0 22px;
|
|
margin-bottom: 78px
|
|
}
|
|
}
|
|
|
|
|
|
:root {
|
|
--we-primary: #c01227;
|
|
--we-primary-light: #e62e45;
|
|
--we-secondary: #222222;
|
|
--we-accent: #f8f9fa;
|
|
--we-text: #333333;
|
|
--we-text-light: #666666;
|
|
--we-white: #ffffff;
|
|
--we-glass: rgba(255, 255, 255, 0.9);
|
|
--we-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
|
|
--we-radius: 24px;
|
|
--we-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
|
|
}
|
|
|
|
.we-section {
|
|
font-family: 'Inter', 'Manrope', sans-serif;
|
|
color: var(--we-text);
|
|
line-height: 1.6;
|
|
overflow: hidden;
|
|
background: var(--we-white);
|
|
clear: both;
|
|
display: block;
|
|
position: relative;
|
|
z-index: 1;
|
|
isolation: isolate;
|
|
}
|
|
|
|
.we-container {
|
|
max-width: 1320px;
|
|
margin: 50px auto auto auto;
|
|
padding: 0px 24px;
|
|
}
|
|
|
|
/* ─── HERO SECTION ─── */
|
|
.we-hero {
|
|
position: relative;
|
|
padding: 120px 0 80px;
|
|
background: radial-gradient(circle at top right, rgba(192, 18, 39, 0.05), transparent 40%),
|
|
radial-gradient(circle at bottom left, rgba(192, 18, 39, 0.03), transparent 30%);
|
|
text-align: center;
|
|
}
|
|
|
|
.we-hero-badge {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: 8px;
|
|
padding: 8px 20px;
|
|
background: rgba(192, 18, 39, 0.1);
|
|
color: var(--we-primary);
|
|
border-radius: 100px;
|
|
font-weight: 700;
|
|
font-size: 14px;
|
|
text-transform: uppercase;
|
|
letter-spacing: 1px;
|
|
margin-bottom: 32px;
|
|
animation: fadeInDown 0.8s ease-out;
|
|
}
|
|
|
|
.we-hero-badge svg {
|
|
width: 18px;
|
|
height: 18px;
|
|
}
|
|
|
|
.we-hero-title {
|
|
font-size: clamp(40px, 6vw, 72px);
|
|
font-weight: 800;
|
|
line-height: 1.1;
|
|
margin-bottom: 24px;
|
|
color: var(--we-secondary);
|
|
animation: fadeInUp 0.8s ease-out 0.2s both;
|
|
}
|
|
|
|
.we-hero-title em {
|
|
font-style: normal;
|
|
color: var(--we-primary);
|
|
position: relative;
|
|
}
|
|
|
|
.we-hero-title em::after {
|
|
content: '';
|
|
position: absolute;
|
|
bottom: 10%;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 8px;
|
|
background: rgba(192, 18, 39, 0.1);
|
|
z-index: -1;
|
|
}
|
|
|
|
.we-hero-sub {
|
|
max-width: 800px;
|
|
margin: 0 auto 48px;
|
|
font-size: 20px;
|
|
color: var(--we-text-light);
|
|
animation: fadeInUp 0.8s ease-out 0.4s both;
|
|
}
|
|
|
|
.we-hero-cta {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: 12px;
|
|
padding: 18px 40px;
|
|
background: var(--we-primary);
|
|
color: var(--we-white);
|
|
border-radius: 100px;
|
|
font-weight: 700;
|
|
text-decoration: none;
|
|
transition: var(--we-transition);
|
|
box-shadow: 0 10px 30px rgba(192, 18, 39, 0.3);
|
|
animation: fadeInUp 0.8s ease-out 0.6s both;
|
|
}
|
|
|
|
.we-hero-cta:hover {
|
|
background: var(--we-primary-light);
|
|
transform: translateY(-5px);
|
|
box-shadow: 0 15px 40px rgba(192, 18, 39, 0.4);
|
|
}
|
|
|
|
.we-hero-cta svg {
|
|
width: 20px;
|
|
height: 20px;
|
|
transition: transform 0.3s ease;
|
|
}
|
|
|
|
.we-hero-cta:hover svg {
|
|
transform: translateX(5px);
|
|
}
|
|
|
|
/* ─── STATS SECTION ─── */
|
|
.we-stats {
|
|
padding: 60px 0;
|
|
background: var(--we-secondary);
|
|
color: var(--we-white);
|
|
margin-top: -40px;
|
|
border-radius: var(--we-radius);
|
|
position: relative;
|
|
z-index: 10;
|
|
box-shadow: var(--we-shadow);
|
|
}
|
|
|
|
.we-stats-grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
|
|
gap: 40px;
|
|
text-align: center;
|
|
}
|
|
|
|
.we-stat-item {
|
|
position: relative;
|
|
}
|
|
|
|
.we-stat-item:not(:last-child)::after {
|
|
content: '';
|
|
position: absolute;
|
|
right: -20px;
|
|
top: 20%;
|
|
height: 60%;
|
|
width: 1px;
|
|
background: rgba(255, 255, 255, 0.1);
|
|
}
|
|
|
|
.we-stat-num {
|
|
font-size: 48px;
|
|
font-weight: 800;
|
|
margin-bottom: 8px;
|
|
color: var(--we-white);
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 4px;
|
|
}
|
|
|
|
.we-stat-num span {
|
|
color: var(--we-primary);
|
|
}
|
|
|
|
.we-stat-label {
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
text-transform: uppercase;
|
|
letter-spacing: 1px;
|
|
color: rgba(255, 255, 255, 0.6);
|
|
}
|
|
|
|
/* ─── INITIATIVES SECTION ─── */
|
|
.we-initiatives {
|
|
padding: 120px 0;
|
|
}
|
|
|
|
.we-section-header {
|
|
text-align: center;
|
|
max-width: 700px;
|
|
margin: 0 auto 80px;
|
|
}
|
|
|
|
.we-eyebrow {
|
|
color: var(--we-primary);
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
letter-spacing: 2px;
|
|
font-size: 14px;
|
|
margin-bottom: 16px;
|
|
display: block;
|
|
}
|
|
|
|
.we-title {
|
|
font-size: 48px;
|
|
font-weight: 800;
|
|
color: var(--we-secondary);
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.we-init-grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
|
gap: 32px;
|
|
}
|
|
|
|
.we-init-card {
|
|
padding: 48px;
|
|
background: var(--we-white);
|
|
border: 1px solid rgba(0, 0, 0, 0.05);
|
|
border-radius: var(--we-radius);
|
|
transition: var(--we-transition);
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.we-init-card:hover {
|
|
transform: translateY(-10px);
|
|
box-shadow: var(--we-shadow);
|
|
border-color: rgba(192, 18, 39, 0.1);
|
|
}
|
|
|
|
.we-init-card::before {
|
|
content: '';
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 4px;
|
|
background: var(--we-primary);
|
|
transform: scaleX(0);
|
|
transform-origin: left;
|
|
transition: transform 0.4s ease;
|
|
}
|
|
|
|
.we-init-card:hover::before {
|
|
transform: scaleX(1);
|
|
}
|
|
|
|
.we-init-icon {
|
|
font-size: 40px;
|
|
margin-bottom: 24px;
|
|
display: block;
|
|
}
|
|
|
|
.we-init-title {
|
|
font-size: 24px;
|
|
font-weight: 700;
|
|
margin-bottom: 16px;
|
|
color: var(--we-secondary);
|
|
}
|
|
|
|
.we-init-desc {
|
|
color: var(--we-text-light);
|
|
font-size: 16px;
|
|
}
|
|
|
|
/* ─── SUCCESS STORIES ─── */
|
|
.we-stories {
|
|
padding: 120px 0;
|
|
background: #f8f9fa;
|
|
border-radius: 60px;
|
|
margin-bottom: 120px;
|
|
}
|
|
|
|
.we-story-grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
|
|
gap: 32px;
|
|
}
|
|
|
|
.we-story-card {
|
|
background: var(--we-white);
|
|
border-radius: var(--we-radius);
|
|
overflow: hidden;
|
|
transition: var(--we-transition);
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.we-story-card:hover {
|
|
transform: translateY(-10px);
|
|
box-shadow: var(--we-shadow);
|
|
}
|
|
|
|
.we-story-img-container {
|
|
position: relative;
|
|
height: 300px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.we-story-img {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: cover;
|
|
transition: transform 0.6s ease;
|
|
}
|
|
|
|
.we-story-card:hover .we-story-img {
|
|
transform: scale(1.1);
|
|
}
|
|
|
|
.we-story-body {
|
|
padding: 40px;
|
|
}
|
|
|
|
.we-story-role {
|
|
font-size: 14px;
|
|
font-weight: 700;
|
|
color: var(--we-primary);
|
|
text-transform: uppercase;
|
|
letter-spacing: 1px;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.we-story-name {
|
|
font-size: 28px;
|
|
font-weight: 800;
|
|
margin-bottom: 12px;
|
|
color: var(--we-secondary);
|
|
}
|
|
|
|
.we-story-location {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 8px;
|
|
color: var(--we-text-light);
|
|
font-size: 14px;
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.we-story-location svg {
|
|
width: 16px;
|
|
height: 16px;
|
|
color: var(--we-primary);
|
|
}
|
|
|
|
.we-story-quote {
|
|
font-size: 17px;
|
|
font-style: italic;
|
|
color: var(--we-text);
|
|
position: relative;
|
|
padding-left: 24px;
|
|
border-left: 3px solid var(--we-primary);
|
|
}
|
|
|
|
/* ─── CALL TO ACTION ─── */
|
|
.we-cta {
|
|
position: relative;
|
|
padding: 100px 0;
|
|
background: var(--we-primary);
|
|
color: var(--we-white);
|
|
border-radius: var(--we-radius);
|
|
text-align: center;
|
|
overflow: hidden;
|
|
margin-bottom: 120px;
|
|
}
|
|
|
|
.we-cta-inner {
|
|
position: relative;
|
|
z-index: 2;
|
|
}
|
|
|
|
.we-cta-title {
|
|
font-size: clamp(32px, 4vw, 56px);
|
|
font-weight: 800;
|
|
margin-bottom: 24px;
|
|
line-height: 1.1;
|
|
}
|
|
|
|
.we-cta-title em {
|
|
font-style: normal;
|
|
opacity: 0.8;
|
|
}
|
|
|
|
.we-cta-sub {
|
|
font-size: 20px;
|
|
max-width: 100%;
|
|
margin: 0 auto 40px;
|
|
opacity: 0.9;
|
|
}
|
|
|
|
.we-cta-btns {
|
|
display: flex;
|
|
gap: 20px;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.btn-we-primary {
|
|
background: var(--we-white);
|
|
color: var(-we-primary);
|
|
padding: 18px 48px;
|
|
border-radius: 100px;
|
|
font-weight: 700;
|
|
text-decoration: none;
|
|
transition: var(--we-transition);
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: 12px;
|
|
}
|
|
|
|
.btn-we-primary:hover {
|
|
transform: translateY(-5px);
|
|
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
.btn-we-outline {
|
|
background: transparent;
|
|
color: var(--we-white);
|
|
border: 2px solid rgba(255, 255, 255, 0.3);
|
|
padding: 18px 48px;
|
|
border-radius: 100px;
|
|
font-weight: 700;
|
|
text-decoration: none;
|
|
transition: var(--we-transition);
|
|
}
|
|
|
|
.btn-we-outline:hover {
|
|
border-color: var(--we-white);
|
|
background: rgba(255, 255, 255, 0.1);
|
|
}
|
|
|
|
/* ─── ANIMATIONS ─── */
|
|
@keyframes fadeInUp {
|
|
from { opacity: 0; transform: translateY(30px); }
|
|
to { opacity: 1; transform: translateY(0); }
|
|
}
|
|
|
|
@keyframes fadeInDown {
|
|
from { opacity: 0; transform: translateY(-30px); }
|
|
to { opacity: 1; transform: translateY(0); }
|
|
}
|
|
|
|
.we-section .reveal {
|
|
opacity: 0;
|
|
transform: translateY(40px);
|
|
transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
|
|
}
|
|
|
|
.we-section .reveal.active {
|
|
opacity: 1;
|
|
transform: translateY(0);
|
|
}
|
|
|
|
/* Responsive Adjustments */
|
|
@media (max-width: 768px) {
|
|
.we-section {
|
|
clear: both;
|
|
margin-top: 80px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.we-hero {
|
|
padding: 96px 0 64px;
|
|
position: relative;
|
|
z-index: 2;
|
|
}
|
|
|
|
.we-container {
|
|
padding: 0 20px;
|
|
}
|
|
|
|
.we-hero-badge {
|
|
margin-bottom: 28px;
|
|
}
|
|
|
|
.we-hero-title {
|
|
font-size: clamp(34px, 10vw, 44px);
|
|
line-height: 1.08;
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.we-hero-sub {
|
|
font-size: 18px;
|
|
line-height: 1.6;
|
|
margin-bottom: 36px;
|
|
}
|
|
|
|
.we-stats { margin-top: 0; border-radius: 0; }
|
|
.we-stat-item:not(:last-child)::after { display: none; }
|
|
.we-title { font-size: 36px; }
|
|
.we-init-card { padding: 32px; }
|
|
.we-story-body { padding: 32px; }
|
|
}
|
|
|
|
|
|
/* additional css for 2 sections */
|
|
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap'); */
|
|
|
|
/* --- DEFAULT ROOT THEME: PREMIUM LIGHT / WHITE --- */
|
|
:root {
|
|
--bg-darker: #f8fafc; /* Clean slate light white background */
|
|
--bg-dark: #f1f5f9; /* Distribution slate grey background */
|
|
--bg-card: rgba(255, 255, 255, 0.75); /* White glassmorphism backdrop */
|
|
--bg-card-hover: rgba(255, 255, 255, 0.95);
|
|
|
|
--primary-raw: 226, 0, 26; /* #e2001a Doormile Red */
|
|
--primary: rgb(var(--primary-raw));
|
|
--primary-glow: #e2001a;
|
|
--primary-glow-rgb: 226, 0, 26;
|
|
|
|
--accent-raw: 13, 148, 136; /* Teal */
|
|
--accent: rgb(var(--accent-raw));
|
|
--accent-glow: #0f766e;
|
|
|
|
--text-primary: #0f172a; /* Slate 900 for high readability */
|
|
--text-secondary: #475569; /* Slate 600 */
|
|
--text-muted: #94a3b8; /* Slate 400 */
|
|
|
|
--border-color: rgba(15, 23, 42, 0.08); /* Light grey outline border */
|
|
--border-glow: rgba(var(--primary-raw), 0.15);
|
|
|
|
--font-heading: 'Outfit', 'Inter', sans-serif;
|
|
--font-body: 'Inter', sans-serif;
|
|
|
|
--transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
--transition-smooth: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
|
|
--transition-spring: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
|
|
|
|
--grid-line-color: rgba(15, 23, 42, 0.02); /* Subtle light grid pattern lines */
|
|
}
|
|
|
|
/* --- BASE STYLES --- */
|
|
|
|
|
|
/* Layout Containers */
|
|
.container {
|
|
max-width: 1320px;
|
|
margin: 0 auto;
|
|
padding: 0 2rem;
|
|
position: relative;
|
|
z-index: 10;
|
|
}
|
|
|
|
section {
|
|
padding: 6rem 0;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
h1, h2, h3 {
|
|
font-family: var(--font-heading);
|
|
font-weight: 700;
|
|
letter-spacing: -0.02em;
|
|
}
|
|
|
|
/* Glassmorphic Panel (Elevated white glass for light theme) */
|
|
.glass-panel {
|
|
background: var(--bg-card);
|
|
backdrop-filter: blur(16px) saturate(180%);
|
|
border: 1px solid var(--border-color);
|
|
border-radius: 16px;
|
|
box-shadow: 0 15px 30px rgba(15, 23, 42, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.6);
|
|
transition: var(--transition-smooth);
|
|
}
|
|
|
|
.glass-panel:hover {
|
|
border-color: rgba(var(--primary-raw), 0.2);
|
|
box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
|
|
}
|
|
|
|
/* --- SECTION 1: THE ROADMAP HERO (EXACTLY #1F1F1F DARK BACKGROUND OVERRIDE) --- */
|
|
.roadmap-hero-section {
|
|
/* Overriding default variables locally to create a gorgeous #1F1F1F dark layout! */
|
|
--bg-darker: #1f1f1f; /* User specified solid charcoal color */
|
|
--bg-dark: #272727;
|
|
--bg-card: rgba(15, 15, 15, 0.6);
|
|
--bg-card-hover: rgba(30, 30, 30, 0.85);
|
|
|
|
--primary-glow: #c01227;
|
|
--text-primary: #f3f4f6;
|
|
--text-secondary: #9ca3af;
|
|
--text-muted: #5e6472;
|
|
--border-color: rgba(255, 255, 255, 0.06);
|
|
--border-glow: rgba(226, 0, 26, 0.25);
|
|
|
|
min-height: 100vh;
|
|
border-radius: 20px;
|
|
padding: 2.5rem 0 4rem 0;
|
|
display: flex;
|
|
align-items: center;
|
|
background-color: var(--bg-darker) !important;
|
|
background-image: radial-gradient(circle at 50% 20%, rgba(226, 0, 26, 0.08) 0%, transparent 60%) !important;
|
|
position: relative;
|
|
}
|
|
|
|
/* Concentric crimson vector curves background */
|
|
.crimson-arc-bg {
|
|
position: absolute;
|
|
top: -240px;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
width: 1400px;
|
|
height: 480px;
|
|
border-radius: 50%;
|
|
border: 1.5px solid rgba(226, 0, 26, 0.05);
|
|
pointer-events: none;
|
|
z-index: 1;
|
|
}
|
|
|
|
.crimson-arc-bg.inner {
|
|
top: -190px;
|
|
width: 1100px;
|
|
height: 380px;
|
|
border: 1px dashed rgba(226, 0, 26, 0.03);
|
|
}
|
|
|
|
/* Screen Header Bar */
|
|
.screen-header-bar {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-bottom: 2.5rem;
|
|
position: relative;
|
|
z-index: 10;
|
|
}
|
|
|
|
.alt-pills {
|
|
display: flex;
|
|
gap: 0.75rem;
|
|
}
|
|
|
|
.alt-pill {
|
|
padding: 0.35rem 0.9rem;
|
|
border-radius: 6px;
|
|
background: rgba(255, 255, 255, 0.02);
|
|
border: 1px solid rgba(255, 255, 255, 0.05);
|
|
font-family: var(--font-heading);
|
|
font-size: 0.75rem;
|
|
font-weight: 600;
|
|
color: #7b808d;
|
|
cursor: pointer;
|
|
transition: var(--transition-fast);
|
|
}
|
|
|
|
.alt-pill.active {
|
|
background: rgba(226, 0, 26, 0.06);
|
|
border-color: rgba(226, 0, 26, 0.2);
|
|
color: var(--primary-glow);
|
|
text-shadow: 0 0 8px rgba(226, 0, 26, 0.2);
|
|
}
|
|
|
|
.alt-pill:hover:not(.active) {
|
|
color: var(--text-primary);
|
|
border-color: rgba(255, 255, 255, 0.15);
|
|
}
|
|
|
|
/* Capsule brand logo on white background */
|
|
.logo-capsule-wrap {
|
|
background: #fff;
|
|
padding: 0.4rem 1.25rem;
|
|
border-radius: 40px;
|
|
display: flex;
|
|
align-items: center;
|
|
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
|
|
}
|
|
|
|
.logo-capsule-bg svg {
|
|
height: 24px;
|
|
width: auto;
|
|
display: block;
|
|
}
|
|
|
|
/* Titles and subtitle layout */
|
|
.vision-tag-top {
|
|
font-family: var(--font-heading);
|
|
font-size: 0.8rem;
|
|
font-weight: 800;
|
|
letter-spacing: 0.25em;
|
|
color: var(--primary-glow);
|
|
margin-bottom: 1.25rem;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.vision-main-title {
|
|
font-size: 3.4rem;
|
|
font-weight: 800;
|
|
letter-spacing: -0.03em;
|
|
line-height: 1.15;
|
|
color: #ffffff;
|
|
margin-bottom: 1rem;
|
|
max-width: 900px;
|
|
}
|
|
|
|
/* .glowing-rose-text {
|
|
background: linear-gradient(135deg, #c01227 0%, var(#c01227) 100%);
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
filter: drop-shadow(0 0 20px rgba(255, 42, 95, 0.45));
|
|
} */
|
|
|
|
.vision-main-subtitle {
|
|
font-size: 1.15rem;
|
|
color: var(--text-secondary);
|
|
margin-bottom: 3.5rem;
|
|
}
|
|
|
|
/* Timeline Horizontal Track overlay */
|
|
.roadmap-track-container {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-bottom: 2.25rem;
|
|
position: relative;
|
|
z-index: 10;
|
|
}
|
|
|
|
.roadmap-track-label {
|
|
font-family: var(--font-heading);
|
|
font-weight: 800;
|
|
font-size: 0.75rem;
|
|
letter-spacing: 0.15em;
|
|
color: var(--text-secondary);
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.timeline-horizontal-wrapper {
|
|
flex: 1;
|
|
margin: 0 2rem;
|
|
position: relative;
|
|
height: 4px;
|
|
}
|
|
|
|
.timeline-horizontal-line {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 2px;
|
|
background: rgba(255, 255, 255, 0.08);
|
|
transform: translateY(-50%);
|
|
border-radius: 1px;
|
|
}
|
|
|
|
.timeline-horizontal-fill {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 0;
|
|
width: 75%;
|
|
height: 2px;
|
|
background: var(--primary-glow);
|
|
box-shadow: 0 0 10px var(--primary-glow);
|
|
transform: translateY(-50%);
|
|
border-radius: 1px;
|
|
}
|
|
|
|
.node-dots-row {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
|
|
.node-dot-item {
|
|
position: absolute;
|
|
width: 10px;
|
|
height: 10px;
|
|
border-radius: 50%;
|
|
background: #1f1f1f;
|
|
border: 2px solid rgba(255, 255, 255, 0.15);
|
|
transform: translate(-50%, -50%);
|
|
top: 50%;
|
|
}
|
|
|
|
.node-dot-item.dot-active {
|
|
background: var(--primary-glow);
|
|
border-color: var(--primary-glow);
|
|
box-shadow: 0 0 10px var(--primary-glow);
|
|
}
|
|
|
|
.node-pulse-inner {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 50%;
|
|
background: rgba(255, 42, 95, 0.3);
|
|
transform: scale(2);
|
|
opacity: 0;
|
|
animation: pulse-ring 2s infinite ease-in-out;
|
|
}
|
|
|
|
.node-dot-item.dot-vision-active {
|
|
width: 16px;
|
|
height: 16px;
|
|
background: #1f1f1f;
|
|
border: 3.5px solid rgba(255, 255, 255, 0.2);
|
|
}
|
|
|
|
.node-pulse-crown {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 50%;
|
|
border: 2px solid var(--primary-glow);
|
|
background: #1f1f1f;
|
|
box-shadow: 0 0 15px var(--primary-glow);
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
|
|
.roadmap-complete-pct {
|
|
font-family: var(--font-heading);
|
|
font-weight: 800;
|
|
font-size: 0.75rem;
|
|
letter-spacing: 0.05em;
|
|
color: var(--primary-glow);
|
|
flex-shrink: 0;
|
|
text-shadow: 0 0 8px rgba(226, 0, 26, 0.3);
|
|
}
|
|
|
|
/* 4-Card side-by-side grid */
|
|
.roadmap-grid-container {
|
|
display: grid;
|
|
grid-template-columns: repeat(4, 1fr);
|
|
gap: 1.25rem;
|
|
margin-bottom: 2.5rem;
|
|
position: relative;
|
|
z-index: 10;
|
|
}
|
|
|
|
.roadmap-col-card {
|
|
background: var(--bg-card);
|
|
backdrop-filter: blur(12px);
|
|
border: 1.5px solid var(--border-color);
|
|
border-radius: 12px;
|
|
padding: 1.5rem;
|
|
display: flex;
|
|
flex-direction: column;
|
|
min-height: 380px;
|
|
transition: var(--transition-smooth);
|
|
cursor: pointer;
|
|
position: relative;
|
|
}
|
|
|
|
.roadmap-col-card:hover {
|
|
transform: translateY(-6px);
|
|
border-color: rgba(226, 0, 26, 0.25);
|
|
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(226, 0, 26, 0.05);
|
|
}
|
|
|
|
.card-top-row {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.year-num {
|
|
font-family: var(--font-heading);
|
|
font-size: 1.6rem;
|
|
font-weight: 800;
|
|
color: #fff;
|
|
line-height: 1;
|
|
}
|
|
|
|
.card-icon-badge {
|
|
width: 24px;
|
|
height: 24px;
|
|
border-radius: 6px;
|
|
background: rgba(226, 0, 26, 0.15);
|
|
border: 1px solid rgba(226, 0, 26, 0.3);
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: var(--primary-glow);
|
|
}
|
|
|
|
.phase-badge-pill {
|
|
align-self: flex-start;
|
|
padding: 0.25rem 0.65rem;
|
|
border-radius: 20px;
|
|
font-family: var(--font-heading);
|
|
font-weight: 800;
|
|
font-size: 0.65rem;
|
|
letter-spacing: 0.04em;
|
|
text-transform: uppercase;
|
|
margin-bottom: 0.85rem;
|
|
}
|
|
|
|
.phase-badge-pill.yellow {
|
|
background: rgba(234, 179, 8, 0.08);
|
|
border: 1px solid rgba(234, 179, 8, 0.2);
|
|
color: #eab308;
|
|
}
|
|
|
|
.phase-badge-pill.green {
|
|
background: rgba(16, 185, 129, 0.08);
|
|
border: 1px solid rgba(16, 185, 129, 0.2);
|
|
color: #10b981;
|
|
}
|
|
|
|
.phase-badge-pill.blue {
|
|
background: rgba(59, 130, 246, 0.08);
|
|
border: 1px solid rgba(59, 130, 246, 0.2);
|
|
color: #3b82f6;
|
|
}
|
|
|
|
.card-heading {
|
|
font-size: 1.1rem;
|
|
font-weight: 800;
|
|
color: #fff;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
.card-text {
|
|
font-size: 0.8rem;
|
|
color: var(--text-secondary);
|
|
line-height: 1.45;
|
|
margin-bottom: 1.5rem;
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.card-pills-stack {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 0.5rem;
|
|
}
|
|
|
|
.card-stat-pill-mini {
|
|
background: rgba(255, 255, 255, 0.02);
|
|
border: 1px solid rgba(255, 255, 255, 0.04);
|
|
padding: 0.45rem 0.75rem;
|
|
border-radius: 6px;
|
|
font-size: 0.78rem;
|
|
font-weight: 500;
|
|
color: #d1d5db;
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 0.5rem;
|
|
transition: var(--transition-fast);
|
|
}
|
|
|
|
.card-stat-pill-mini svg {
|
|
color: var(--primary-glow);
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.card-stat-pill-mini:hover {
|
|
background: rgba(255, 255, 255, 0.05);
|
|
color: #fff;
|
|
}
|
|
|
|
/* Glowing Vision Card 2030 layout styling */
|
|
.glowing-vision-card {
|
|
background: linear-gradient(135deg, #e2001a 0%, #ff2a5f 100%) !important;
|
|
border-color: #c01227 !important;
|
|
box-shadow: 0 20px 40px rgba(226, 0, 26, 0.25), 0 0 25px rgba(226, 0, 26, 0.15);
|
|
}
|
|
|
|
.glowing-vision-card:hover {
|
|
box-shadow: 0 20px 40px rgba(226, 0, 26, 0.45), 0 0 35px rgba(226, 0, 26, 0.25) !important;
|
|
border-color: #fff !important;
|
|
}
|
|
|
|
.glowing-vision-card .year-num,
|
|
.glowing-vision-card .card-heading {
|
|
color: #fff !important;
|
|
}
|
|
|
|
.glowing-vision-card .card-text {
|
|
color: rgba(255, 255, 255, 0.85) !important;
|
|
}
|
|
|
|
.glowing-vision-card .card-icon-badge.translucent-white {
|
|
background: rgba(255, 255, 255, 0.15) !important;
|
|
border-color: rgba(255, 255, 255, 0.3) !important;
|
|
color: #fff !important;
|
|
}
|
|
|
|
.glowing-vision-card .phase-badge-pill.white-pill {
|
|
background: rgba(255, 255, 255, 0.15) !important;
|
|
border: 1px solid rgba(255, 255, 255, 0.3) !important;
|
|
color: #fff !important;
|
|
}
|
|
|
|
.glowing-vision-card .card-stat-pill-mini.translucent-crimson {
|
|
background: rgba(10, 15, 28, 0.35) !important;
|
|
border: 1px solid rgba(255, 255, 255, 0.08) !important;
|
|
color: #fff !important;
|
|
}
|
|
|
|
.glowing-vision-card .card-stat-pill-mini.translucent-crimson svg {
|
|
color: #fff !important;
|
|
}
|
|
|
|
/* Screen Footer Bar */
|
|
.screen-footer-bar {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding-top: 1.5rem;
|
|
border-top: 1px solid rgba(255, 255, 255, 0.05);
|
|
margin-bottom: 2rem;
|
|
position: relative;
|
|
z-index: 10;
|
|
}
|
|
|
|
.footer-msg {
|
|
font-family: var(--font-heading);
|
|
font-weight: 800;
|
|
font-size: 0.75rem;
|
|
letter-spacing: 0.1em;
|
|
color: var(--text-muted);
|
|
}
|
|
|
|
.footer-pills-right {
|
|
display: flex;
|
|
gap: 0.5rem;
|
|
}
|
|
|
|
.footer-pill-black {
|
|
padding: 0.3rem 0.8rem;
|
|
border-radius: 4px;
|
|
background: rgba(255, 255, 255, 0.02);
|
|
border: 1px solid rgba(255, 255, 255, 0.04);
|
|
font-family: var(--font-heading);
|
|
font-weight: 800;
|
|
font-size: 0.7rem;
|
|
letter-spacing: 0.05em;
|
|
color: #7b808d;
|
|
}
|
|
|
|
/* Scroll action anchor */
|
|
.scroll-action-indicator {
|
|
text-align: center;
|
|
margin-top: 0.5rem;
|
|
position: relative;
|
|
z-index: 10;
|
|
}
|
|
|
|
.scroll-arrow-link {
|
|
text-decoration: none;
|
|
font-family: var(--font-heading);
|
|
font-weight: 800;
|
|
font-size: 0.75rem;
|
|
letter-spacing: 0.08em;
|
|
text-transform: uppercase;
|
|
color: var(--text-secondary);
|
|
display: inline-flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
gap: 0.5rem;
|
|
transition: var(--transition-fast);
|
|
}
|
|
|
|
.scroll-arrow-link svg {
|
|
animation: bounce-slow 2s infinite ease-in-out;
|
|
}
|
|
|
|
.scroll-arrow-link:hover {
|
|
color: var(--primary-glow);
|
|
}
|
|
|
|
|
|
/* --- SECTION 2: LIVE AI ROUTING SIMULATOR (LIGHT / WHITE THEME) --- */
|
|
.simulator-section {
|
|
background-color: var(--bg-darker);
|
|
background-image: radial-gradient(circle at 10% 80%, rgba(13, 148, 136, 0.02) 0%, transparent 60%);
|
|
border-top: 1px solid var(--border-color);
|
|
}
|
|
|
|
.section-header {
|
|
text-align: center;
|
|
max-width: 700px;
|
|
margin: 0 auto 5rem;
|
|
}
|
|
|
|
.section-tag {
|
|
font-family: var(--font-heading);
|
|
font-weight: 800;
|
|
font-size: 0.8rem;
|
|
letter-spacing: 0.25em;
|
|
text-transform: uppercase;
|
|
color: var(--primary);
|
|
margin-bottom: 1rem;
|
|
display: inline-block;
|
|
}
|
|
|
|
.section-title {
|
|
font-size: 2.5rem;
|
|
font-weight: 800;
|
|
color: var(--text-primary);
|
|
margin-bottom: 1.25rem;
|
|
}
|
|
|
|
.section-desc {
|
|
color: var(--text-secondary);
|
|
font-size: 1rem;
|
|
}
|
|
|
|
/* Simulator Grid responsive wrapper */
|
|
.simulator-grid {
|
|
display: grid;
|
|
grid-template-columns: 1fr 340px;
|
|
gap: 2rem;
|
|
}
|
|
|
|
.canvas-container {
|
|
position: relative;
|
|
width: 100%;
|
|
aspect-ratio: 16/10;
|
|
border-radius: 12px;
|
|
overflow: hidden;
|
|
border: 1px solid var(--border-color);
|
|
background: #05070c; /* Deep dashboard cockpit background remains dark for optimal simulation glowing contrast! */
|
|
box-shadow: 0 20px 40px rgba(15, 23, 42, 0.15);
|
|
}
|
|
|
|
.simulator-canvas {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
}
|
|
|
|
/* Light theme blur overlay hud styling */
|
|
.simulator-hud {
|
|
position: absolute;
|
|
top: 1.5rem;
|
|
left: 1.5rem;
|
|
padding: 0.75rem 1.25rem;
|
|
background: rgba(255, 255, 255, 0.85);
|
|
backdrop-filter: blur(10px);
|
|
border: 1px solid rgba(15, 23, 42, 0.08);
|
|
border-radius: 8px;
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 1.5rem;
|
|
z-index: 5;
|
|
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
|
|
}
|
|
|
|
.hud-item {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 0.5rem;
|
|
font-family: var(--font-heading);
|
|
font-size: 0.8rem;
|
|
font-weight: 600;
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.05em;
|
|
color: #475569;
|
|
}
|
|
|
|
.hud-item span {
|
|
color: #0f172a;
|
|
font-size: 0.9rem;
|
|
font-weight: 700;
|
|
}
|
|
|
|
/* Cockpit float slider controls */
|
|
.sim-controls-floating {
|
|
position: absolute;
|
|
bottom: 1.5rem;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
padding: 0.6rem 1.5rem;
|
|
background: rgba(255, 255, 255, 0.85);
|
|
backdrop-filter: blur(10px);
|
|
border: 1px solid rgba(226, 0, 26, 0.25);
|
|
box-shadow: 0 4px 20px rgba(226, 0, 26, 0.1);
|
|
border-radius: 30px;
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 1rem;
|
|
z-index: 5;
|
|
}
|
|
|
|
.sim-toggle-btn {
|
|
background: none;
|
|
border: none;
|
|
color: #475569;
|
|
font-family: var(--font-heading);
|
|
font-weight: 600;
|
|
font-size: 0.85rem;
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.05em;
|
|
padding: 0.4rem 1rem;
|
|
border-radius: 20px;
|
|
cursor: pointer;
|
|
transition: var(--transition-fast);
|
|
}
|
|
|
|
.sim-toggle-btn.active {
|
|
background: var(--primary);
|
|
color: #fff;
|
|
box-shadow: 0 2px 10px rgba(226, 0, 26, 0.35);
|
|
}
|
|
|
|
.sim-toggle-btn:hover:not(.active) {
|
|
color: #0f172a;
|
|
}
|
|
|
|
.sim-action-btn {
|
|
background: rgba(0, 0, 0, 0.04);
|
|
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
color: #0f172a;
|
|
padding: 0.4rem;
|
|
border-radius: 50%;
|
|
cursor: pointer;
|
|
transition: var(--transition-fast);
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.sim-action-btn:hover {
|
|
background: rgba(0, 0, 0, 0.08);
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
.footer-divider {
|
|
width: 1px;
|
|
height: 15px;
|
|
background: rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
/* Sidebar Metrics Dashboard styling */
|
|
.simulator-sidebar {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 1.5rem;
|
|
}
|
|
|
|
.sidebar-card {
|
|
padding: 1.75rem;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.sidebar-title {
|
|
font-size: 1.1rem;
|
|
font-weight: 700;
|
|
color: var(--text-primary);
|
|
margin-bottom: 1.5rem;
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 0.5rem;
|
|
padding-bottom: 0.75rem;
|
|
border-bottom: 1px solid var(--border-color);
|
|
}
|
|
|
|
.metrics-list {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 1.25rem;
|
|
}
|
|
|
|
.metric-row {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.metric-row .label {
|
|
font-size: 0.75rem;
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.08em;
|
|
color: var(--text-secondary);
|
|
margin-bottom: 0.25rem;
|
|
}
|
|
|
|
.metric-row .value-group {
|
|
display: flex;
|
|
align-items: baseline;
|
|
gap: 0.75rem;
|
|
}
|
|
|
|
.metric-row .value {
|
|
font-size: 1.75rem;
|
|
font-family: var(--font-heading);
|
|
font-weight: 800;
|
|
color: var(--text-primary);
|
|
}
|
|
|
|
.metric-row .delta {
|
|
font-size: 0.8rem;
|
|
font-weight: 600;
|
|
color: #0d9488; /* Teal positive light mode */
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 0.1rem;
|
|
}
|
|
|
|
.metric-row .delta.negative {
|
|
color: var(--primary-glow);
|
|
}
|
|
|
|
.metric-progress {
|
|
width: 100%;
|
|
height: 6px;
|
|
background: rgba(15, 23, 42, 0.04);
|
|
border-radius: 3px;
|
|
margin-top: 0.5rem;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.metric-progress-bar {
|
|
height: 100%;
|
|
background: var(--primary);
|
|
width: 85%;
|
|
box-shadow: 0 1px 4px rgba(var(--primary-raw), 0.2);
|
|
transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
|
|
}
|
|
|
|
.metric-progress-bar.cyan {
|
|
background: #0d9488; /* Teal carbon saved */
|
|
box-shadow: 0 1px 4px rgba(13, 148, 136, 0.2);
|
|
}
|
|
|
|
.simulator-logs {
|
|
background: rgba(15, 23, 42, 0.02);
|
|
border: 1px solid var(--border-color);
|
|
border-radius: 12px;
|
|
padding: 1.25rem;
|
|
font-family: monospace;
|
|
font-size: 0.8rem;
|
|
height: 160px;
|
|
overflow-y: auto;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 0.5rem;
|
|
margin-top: 1.5rem;
|
|
}
|
|
|
|
.log-entry {
|
|
color: var(--text-secondary);
|
|
display: flex;
|
|
gap: 0.5rem;
|
|
line-height: 1.4;
|
|
}
|
|
|
|
.log-entry span.time {
|
|
color: var(--text-muted);
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.log-entry span.ai {
|
|
color: var(--primary-glow);
|
|
font-weight: bold;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
|
|
/* --- SECTION 3: COMPARISON MATRIX & MOAT (LIGHT / WHITE THEME) --- */
|
|
.comparison-section {
|
|
/* background-color: var(--bg-dark); */
|
|
background-image: radial-gradient(circle at 90% 20%, rgba(var(--primary-raw), 0.015) 0%, transparent 60%);
|
|
border-top: 1px solid var(--border-color);
|
|
}
|
|
|
|
.comparison-layout {
|
|
display: grid;
|
|
grid-template-columns: 1fr 400px;
|
|
gap: 3rem;
|
|
align-items: start;
|
|
}
|
|
|
|
.table-wrapper {
|
|
overflow-x: auto;
|
|
border-radius: 16px;
|
|
border: 1px solid var(--border-color);
|
|
background: var(--bg-card);
|
|
box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
|
|
}
|
|
|
|
.comparison-table {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
text-align: left;
|
|
}
|
|
|
|
.comparison-table th, .comparison-table td {
|
|
padding: 1.2rem 1.5rem;
|
|
border-bottom: 1px solid var(--border-color);
|
|
font-size: 0.9rem;
|
|
color: var(--text-primary);
|
|
}
|
|
|
|
.comparison-table tr:last-child th, .comparison-table tr:last-child td {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.comparison-table th {
|
|
font-family: var(--font-heading);
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
font-size: 0.75rem;
|
|
letter-spacing: 0.1em;
|
|
color: var(--text-secondary);
|
|
background: rgba(15, 23, 42, 0.02);
|
|
}
|
|
|
|
/* Doormile red primary highlight column */
|
|
.col-highlight {
|
|
background: rgba(var(--primary-raw), 0.02);
|
|
border-left: 2px solid var(--primary);
|
|
border-right: 2px solid var(--primary);
|
|
position: relative;
|
|
}
|
|
|
|
th.col-highlight {
|
|
background: var(--primary) !important;
|
|
color: #fff !important;
|
|
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
|
|
border-top: 2px solid var(--primary);
|
|
border-left: 2px solid var(--primary);
|
|
border-right: 2px solid var(--primary);
|
|
text-align: center;
|
|
font-weight: 800;
|
|
}
|
|
|
|
td.col-highlight {
|
|
text-align: center;
|
|
color: var(--primary) !important;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.capability-cell {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 0.75rem;
|
|
font-weight: 600;
|
|
color: var(--text-primary);
|
|
}
|
|
|
|
.capability-cell svg {
|
|
color: var(--text-secondary);
|
|
transition: var(--transition-fast);
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
tr:hover .capability-cell svg {
|
|
color: var(--primary);
|
|
transform: scale(1.15);
|
|
}
|
|
|
|
.yes-badge {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: 0.25rem;
|
|
color: var(--primary);
|
|
font-weight: 700;
|
|
font-size: 0.85rem;
|
|
}
|
|
|
|
.advanced-badge {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: 0.25rem;
|
|
background: rgba(var(--primary-raw), 0.08);
|
|
border: 1px solid var(--primary);
|
|
padding: 0.25rem 0.6rem;
|
|
border-radius: 4px;
|
|
font-size: 0.75rem;
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.05em;
|
|
font-weight: 800;
|
|
color: var(--primary);
|
|
}
|
|
|
|
.no-text {
|
|
color: var(--text-muted);
|
|
}
|
|
|
|
.partial-text {
|
|
color: var(--text-secondary);
|
|
}
|
|
|
|
/* Strategic Moat Panels light mode */
|
|
.moat-panel {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
gap: 1.25rem;
|
|
background: var(--bg-card);
|
|
border: 1px solid var(--border-color);
|
|
border-radius: 16px;
|
|
padding: 2rem;
|
|
box-shadow: 0 15px 30px rgba(15, 23, 42, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.6);
|
|
}
|
|
|
|
.moat-header-section {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 0.75rem;
|
|
margin-bottom: 0.5rem;
|
|
padding-bottom: 0.75rem;
|
|
border-bottom: 1px solid var(--border-color);
|
|
}
|
|
|
|
.moat-header-section svg {
|
|
color: var(--primary);
|
|
}
|
|
|
|
.moat-header-section h3 {
|
|
font-size: 0.95rem;
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.12em;
|
|
color: var(--text-primary);
|
|
}
|
|
|
|
.moat-list {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 0.75rem;
|
|
}
|
|
|
|
.moat-card {
|
|
border: 1px solid var(--border-color);
|
|
background: rgba(15, 23, 42, 0.01);
|
|
border-radius: 8px;
|
|
overflow: hidden;
|
|
transition: var(--transition-smooth);
|
|
cursor: pointer;
|
|
}
|
|
|
|
.moat-card:hover {
|
|
border-color: rgba(15, 23, 42, 0.15);
|
|
background: rgba(15, 23, 42, 0.03);
|
|
}
|
|
|
|
.moat-card.active {
|
|
border-color: var(--primary);
|
|
background: rgba(var(--primary-raw), 0.03);
|
|
box-shadow: 0 4px 15px rgba(var(--primary-raw), 0.05);
|
|
}
|
|
|
|
.moat-card-title {
|
|
padding: 1.25rem;
|
|
font-family: var(--font-heading);
|
|
font-weight: 700;
|
|
font-size: 0.95rem;
|
|
color: var(--text-primary);
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.moat-card-title svg {
|
|
color: var(--text-secondary);
|
|
transition: var(--transition-fast);
|
|
}
|
|
|
|
.moat-card.active .moat-card-title svg {
|
|
color: var(--primary);
|
|
transform: rotate(90deg);
|
|
}
|
|
|
|
.moat-card-content {
|
|
max-height: 0;
|
|
overflow: hidden;
|
|
padding: 0 1.25rem;
|
|
color: var(--text-secondary);
|
|
font-size: 0.85rem;
|
|
transition: max-height var(--transition-smooth), padding var(--transition-smooth);
|
|
}
|
|
|
|
.moat-card.active .moat-card-content {
|
|
max-height: 120px;
|
|
padding: 0 1.25rem 1.25rem 1.25rem;
|
|
}
|
|
|
|
.moat-banner {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
gap: 0.75rem;
|
|
padding: 1rem;
|
|
background: rgba(var(--primary-raw), 0.05);
|
|
border: 1px solid rgba(var(--primary-raw), 0.2);
|
|
border-radius: 8px;
|
|
font-size: 0.8rem;
|
|
color: #991b1b;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.moat-banner svg {
|
|
color: var(--primary);
|
|
flex-shrink: 0;
|
|
margin-top: 0.1rem;
|
|
}
|
|
|
|
|
|
/* --- FOOTER (LIGHT THEME) --- */
|
|
|
|
|
|
|
|
/* --- KEYFRAMES AND SYSTEM ANIMATIONS --- */
|
|
@keyframes pulse-ring {
|
|
0% { transform: scale(1); opacity: 0.4; }
|
|
50% { transform: scale(2.2); opacity: 0; }
|
|
100% { transform: scale(1); opacity: 0; }
|
|
}
|
|
|
|
@keyframes bounce-slow {
|
|
0%, 100% { transform: translateY(0); }
|
|
50% { transform: translateY(5px); }
|
|
}
|
|
|
|
|
|
/* ==========================================================================
|
|
MANDATORY MEDIA QUERIES ("this website use in all device use mediaquery")
|
|
========================================================================== */
|
|
|
|
/* --- 1. WIDESCREEN & DESKTOP (Default layout up to 1320px) --- */
|
|
@media (max-width: 1320px) {
|
|
.container {
|
|
padding: 0 1.5rem;
|
|
}
|
|
}
|
|
|
|
/* --- 2. NOTEBOOKS & SMALL LAPTOPS (1024px to 1200px) --- */
|
|
@media (max-width: 1200px) {
|
|
.roadmap-grid-container {
|
|
gap: 1rem;
|
|
}
|
|
|
|
.roadmap-col-card {
|
|
padding: 1.25rem;
|
|
min-height: 380px;
|
|
}
|
|
|
|
.year-num {
|
|
font-size: 1.4rem;
|
|
}
|
|
|
|
.vision-main-title {
|
|
font-size: 2.8rem;
|
|
}
|
|
|
|
.comparison-layout {
|
|
gap: 2rem;
|
|
grid-template-columns: 1fr 340px;
|
|
}
|
|
}
|
|
|
|
/* --- 3. TABLETS AND IPADS (768px to 1024px) --- */
|
|
@media (max-width: 1024px) {
|
|
section {
|
|
padding: 4.5rem 0;
|
|
}
|
|
|
|
/* Roadmap Hero stack adjustment */
|
|
.roadmap-hero-section {
|
|
padding: 4rem 0;
|
|
}
|
|
|
|
/* 4-column timeline cards collapse to 2x2 grid for tablet readability! */
|
|
.roadmap-grid-container {
|
|
grid-template-columns: repeat(2, 1fr);
|
|
gap: 1.5rem;
|
|
}
|
|
|
|
.roadmap-col-card {
|
|
min-height: auto;
|
|
padding: 1.5rem;
|
|
}
|
|
|
|
/* Simulator sidebar stacks below canvas grid */
|
|
.simulator-grid {
|
|
grid-template-columns: 1fr;
|
|
gap: 1.5rem;
|
|
}
|
|
|
|
.canvas-container {
|
|
aspect-ratio: 16/9;
|
|
}
|
|
|
|
/* Capability matrix layout collapses to single column */
|
|
.comparison-layout {
|
|
grid-template-columns: 1fr;
|
|
gap: 2.5rem;
|
|
}
|
|
}
|
|
|
|
/* --- 4. LARGE PHONES & PORTRAIT TABLETS (480px to 768px) --- */
|
|
@media (max-width: 768px) {
|
|
/* Screen Header pivots vertically to avoid overlap */
|
|
.screen-header-bar {
|
|
flex-direction: column;
|
|
gap: 1.25rem;
|
|
align-items: flex-start;
|
|
margin-bottom: 2rem;
|
|
}
|
|
|
|
.logo-capsule-wrap {
|
|
align-self: flex-end; /* Logo sits right, alt-pills left */
|
|
}
|
|
|
|
.vision-main-title {
|
|
font-size: 2.2rem;
|
|
}
|
|
|
|
.vision-main-subtitle {
|
|
font-size: 1rem;
|
|
margin-bottom: 2.5rem;
|
|
}
|
|
|
|
/* Roadmap tracking line adjustments for tight displays */
|
|
.roadmap-track-container {
|
|
flex-direction: column;
|
|
gap: 1.25rem;
|
|
align-items: flex-start;
|
|
margin-bottom: 2rem;
|
|
}
|
|
|
|
.timeline-horizontal-wrapper {
|
|
width: 100%;
|
|
margin: 0.5rem 0;
|
|
}
|
|
|
|
/* Nodes stay centered above column layouts */
|
|
.node-dots-row {
|
|
display: none; /* Hide top track nodes on pure mobile stacks for design cleanliness */
|
|
}
|
|
|
|
/* Side-by-side cards stack full-width for ultimate mobile legibility! */
|
|
.roadmap-grid-container {
|
|
grid-template-columns: 1fr;
|
|
gap: 1.25rem;
|
|
}
|
|
|
|
/* Capability Matrix table gains responsive horizontal swipe scrolls! */
|
|
.table-wrapper {
|
|
width: 100%;
|
|
overflow-x: auto;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
|
|
.comparison-table {
|
|
min-width: 600px; /* Forces swipe track behavior on narrow screens */
|
|
}
|
|
|
|
}
|
|
|
|
/* --- 5. SMALL SMARTPHONES (Portrait, Up to 480px) --- */
|
|
@media (max-width: 480px) {
|
|
.container {
|
|
padding: 0 1rem;
|
|
}
|
|
|
|
.vision-main-title {
|
|
font-size: 1.8rem;
|
|
}
|
|
|
|
.alt-pills {
|
|
width: 100%;
|
|
flex-direction: column;
|
|
gap: 0.5rem;
|
|
}
|
|
|
|
.alt-pill {
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
|
|
.logo-capsule-wrap {
|
|
align-self: center;
|
|
width: 100%;
|
|
justify-content: center;
|
|
}
|
|
|
|
.roadmap-col-card {
|
|
padding: 1.25rem;
|
|
}
|
|
|
|
.year-num {
|
|
font-size: 1.3rem;
|
|
}
|
|
|
|
.card-heading {
|
|
font-size: 1rem;
|
|
}
|
|
|
|
.card-stat-pill-mini {
|
|
padding: 0.4rem 0.6rem;
|
|
font-size: 0.72rem;
|
|
}
|
|
|
|
.section-title {
|
|
font-size: 1.8rem;
|
|
}
|
|
|
|
.sidebar-card {
|
|
padding: 1.25rem;
|
|
}
|
|
|
|
.metric-row .value {
|
|
font-size: 1.4rem;
|
|
}
|
|
|
|
.moat-panel {
|
|
padding: 1.25rem;
|
|
}
|
|
}
|