@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,700&amp;#x7c;Trirong:200,200i,300,300i,400,400i);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&amp;#x7c);
@charset "UTF-8";
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.cc-link, .cc-revoke:hover {
  text-decoration: underline;
}

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active, .cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus, .cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  flex: 1 0 auto;
}

.cc-window.cc-banner {
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  display: block;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}

.cc-compliance {
  display: flex;
  align-items: center;
  align-content: space-between;
}

.cc-floating .cc-compliance > .cc-btn {
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke, .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
            This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
            calculation of the height of the owl-item that breaks page layouts
         */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.signature, .signature a {
  background: #000;
  color: #fff;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.signature-social-block {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.signature .copyright, .signature .signature-social-block li {
  display: inline-block;
}

.signature {
  padding-top: 5px;
}

/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

.ql-clipboard p {
  margin: 0;
  padding: 0;
}

.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.ql-editor > * {
  cursor: text;
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}

.ql-editor ul > li::before {
  content: "•";
}

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}

.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before {
  content: "☑";
}

.ql-editor ul[data-checked=false] > li::before {
  content: "☐";
}

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
  background-color: #000;
}

.ql-editor .ql-bg-red {
  background-color: #e60000;
}

.ql-editor .ql-bg-orange {
  background-color: #f90;
}

.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

.ql-editor .ql-bg-green {
  background-color: #008a00;
}

.ql-editor .ql-bg-blue {
  background-color: #06c;
}

.ql-editor .ql-bg-purple {
  background-color: #93f;
}

.ql-editor .ql-color-white {
  color: #fff;
}

.ql-editor .ql-color-red {
  color: #e60000;
}

.ql-editor .ql-color-orange {
  color: #f90;
}

.ql-editor .ql-color-yellow {
  color: #ff0;
}

.ql-editor .ql-color-green {
  color: #008a00;
}

.ql-editor .ql-color-blue {
  color: #06c;
}

.ql-editor .ql-color-purple {
  color: #93f;
}

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
  font-size: 14px;
}

.ql-editor .ql-size-large {
  font-size: 1.5em;
}

.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

.ql-editor .ql-align-center {
  text-align: center;
}

.ql-align-center {
  text-align: center;
}

.ql-editor .ql-align-justify {
  text-align: justify;
}

.ql-size-small {
  font-size: 14px;
}

.ql-editor .ql-align-right {
  text-align: right;
}

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}

.ql-snow * {
  box-sizing: border-box;
}

.ql-snow .ql-hidden {
  display: none;
}

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}

.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}

.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}

.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}

.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}

.ql-snow .ql-empty {
  fill: none;
}

.ql-snow .ql-even {
  fill-rule: evenodd;
}

.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

.ql-snow .ql-transparent {
  opacity: 0.4;
}

.ql-snow .ql-direction svg:last-child {
  display: none;
}

.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

.ql-snow .ql-editor h1 {
  font-size: 2em;
}

.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}

.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}

.ql-snow .ql-editor h4 {
  font-size: 1em;
}

.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}

.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}

.ql-snow .ql-editor a {
  text-decoration: underline;
}

.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

.ql-snow .ql-editor img {
  max-width: 100%;
}

.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}

.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}

.ql-snow .ql-picker.ql-header {
  width: 98px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

.ql-snow .ql-picker.ql-font {
  width: 108px;
}

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}

.ql-snow .ql-picker.ql-size {
  width: 98px;
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
}

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}

.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}

.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}

.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}

.ql-snow .ql-tooltip a {
  line-height: 26px;
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: "Save";
  padding-right: 0px;
}

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}

.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}

.ql-snow a {
  color: #06c;
}

.ql-container.ql-snow {
  border: 1px solid #ccc;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

.signature,
.signature a {
  background: #000;
  color: #fff;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.font-size-h1, .font-size-h2, .font-size-h3, .font-size-h4, .font-size-h5, .font-size-h6 {
  color: #000;
  font-family: Raleway, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
}

.signature-social-block {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.signature .copyright,
.signature .signature-social-block li {
  display: inline-block;
}

.signature {
  padding-top: 5px;
}

/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

.ql-clipboard p {
  margin: 0;
  padding: 0;
}

.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.ql-editor > * {
  cursor: text;
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}

.ql-editor ul > li::before {
  content: "•";
}

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}

.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before {
  content: "☑";
}

.ql-editor ul[data-checked=false] > li::before {
  content: "☐";
}

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
  background-color: #000;
}

.ql-editor .ql-bg-red {
  background-color: #e60000;
}

.ql-editor .ql-bg-orange {
  background-color: #f90;
}

.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

.ql-editor .ql-bg-green {
  background-color: #008a00;
}

.ql-editor .ql-bg-blue {
  background-color: #06c;
}

.ql-editor .ql-bg-purple {
  background-color: #93f;
}

.ql-editor .ql-color-white {
  color: #fff;
}

.ql-editor .ql-color-red {
  color: #e60000;
}

.ql-editor .ql-color-orange {
  color: #f90;
}

.ql-editor .ql-color-yellow {
  color: #ff0;
}

.ql-editor .ql-color-green {
  color: #008a00;
}

.ql-editor .ql-color-blue {
  color: #06c;
}

.ql-editor .ql-color-purple {
  color: #93f;
}

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
  font-size: 14px;
}

.ql-editor .ql-size-large {
  font-size: 1.5em;
}

.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

.ql-editor .ql-align-center {
  text-align: center;
}

.ql-align-center {
  text-align: center;
}

.ql-editor .ql-align-justify {
  text-align: justify;
}

.ql-size-small {
  font-size: 14px;
}

.ql-editor .ql-align-right {
  text-align: right;
}

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}

.ql-snow * {
  box-sizing: border-box;
}

.ql-snow .ql-hidden {
  display: none;
}

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}

.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}

.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}

.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}

.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}

.ql-snow .ql-empty {
  fill: none;
}

.ql-snow .ql-even {
  fill-rule: evenodd;
}

.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

.ql-snow .ql-transparent {
  opacity: 0.4;
}

.ql-snow .ql-direction svg:last-child {
  display: none;
}

.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

.ql-snow .ql-editor h1 {
  font-size: 2em;
}

.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}

.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}

.ql-snow .ql-editor h4 {
  font-size: 1em;
}

.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}

.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}

.ql-snow .ql-editor a {
  text-decoration: underline;
}

.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

.ql-snow .ql-editor img {
  max-width: 100%;
}

.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}

.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}

.ql-snow .ql-picker.ql-header {
  width: 98px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

.ql-snow .ql-picker.ql-font {
  width: 108px;
}

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}

.ql-snow .ql-picker.ql-size {
  width: 98px;
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
}

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}

.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}

.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}

.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}

.ql-snow .ql-tooltip a {
  line-height: 26px;
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: "Save";
  padding-right: 0px;
}

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}

.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}

.ql-snow a {
  color: #06c;
}

.ql-container.ql-snow {
  border: 1px solid #ccc;
}

.fancy-tab .nav-bar {
  border-bottom: 1px solid #5f656c;
}

.fancy-tab .nav-bar .nav-bar-item {
  padding-top: 1rem;
}

.fancy-tab .nav-bar .nav-bar-item.active {
  color: black;
  border-left: 1px solid #5f656c;
  border-right: 1px solid #5f656c;
  border-top: 1px solid #5f656c;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

@media (max-width: 568px) {
  .fs-5 {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 1.75rem;
  }
  h3, .h3 {
    font-size: 1.6rem;
  }
}
main {
  min-height: calc(100vh - 25px);
}

.blogpost .blogposttext em {
  color: #777e87 !important;
  font-size: 1.2rem;
  border-color: #b6babf !important;
  border-left: 1px solid #dadcdf !important;
  padding: 1.25rem !important;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.testimonial-avatar {
  top: 110px;
  z-index: 10000000;
}

.testimonial-quote {
  left: -10px;
}

.flex-1 {
  flex: 1;
}

.offscr {
  position: absolute;
  left: -50000px;
}

.line-height-1-75 {
  line-height: 1.75;
}

.bg-holder.darker-overlay:before {
  background: rgba(0, 0, 0, 0.5);
}

.align-hr-left {
  margin-left: 0;
}

.pngWhite {
  filter: brightness(0) invert(1);
}

.pngRed {
  filter: invert(13%) sepia(92%) saturate(3947%) hue-rotate(359deg) brightness(93%) contrast(125%);
}

.text-red {
  color: #D20000 !important;
}

.checklist-icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -3px;
  margin-right: 4px;
}

.fs--1 {
  font-size: 1rem;
}

body {
  font-size: 1rem;
}

.font-size-h1 {
  font-size: 2.488rem;
  font-weight: 400;
}

.font-size-h2 {
  font-size: 2rem;
  font-weight: 400;
}

.owl-theme .owl-dots {
  bottom: -50px !important;
}

.owl-dots {
  bottom: -50px !important;
}

.font-size-h3 {
  font-size: 1.728rem;
  font-weight: 400;
}

.font-size-h4 {
  font-size: 1.44rem;
  font-weight: 400;
}

.font-size-h5 {
  font-size: 1.2rem;
  font-weight: 400;
}

.font-size-h6 {
  font-size: 0.72888rem;
  font-weight: 400;
}

@media (max-width: 568px) {
  .font-size-h1 {
    font-size: 2rem;
  }
  .font-size-h2 {
    font-size: 1.75rem;
  }
  .font-size-h3 {
    font-size: 1.6rem;
  }
}
.split-content-section {
  position: relative;
  overflow: hidden;
}

.split-image {
  position: relative;
  width: 100%;
}

.split-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 900px;
  margin-right: 0;
  margin-left: auto;
}

@media (max-width: 991.98px) {
  .split-image {
    min-height: 300px !important;
  }
}
.service-always-active {
  border: 1px solid #dadcdf;
}

.counter-multiple-icon {
  width: 2.5rem;
}

@media (min-width: 768px) {
  .counter-multiple-icon {
    width: 3.5rem;
  }
}
.indicator-image {
  max-width: 18px;
  max-height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -3px;
}

.indicator-image {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.feature-item:hover .indicator-image {
  opacity: 1;
}

.testimonial-avatar {
  top: 150px;
  z-index: 10000000;
}

.logos .owl-stage {
  display: flex;
  align-items: center;
}

/* Modern Logos Section Upgrade */
.logos.clients {
  position: relative;
  padding-bottom: 40px; /* Prevent shadow cutoff */
  /* When section has a background image, ADD white card backgrounds */
}
.logos.clients .bg-holder + .container .item {
  background: linear-gradient(145deg, #ffffff, #f8f9fa) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
  padding: 20px !important; /* Add padding when card is present */
  margin: 0 10px !important; /* Add margin when card is present */
}
.logos.clients .bg-holder + .container .item:hover {
  background: linear-gradient(145deg, #ffffff, #f0f2f5) !important;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15) !important;
}
.logos.clients .bg-holder + .container .item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(210, 4, 4, 0.05) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 16px;
  pointer-events: none;
}
.logos.clients .bg-holder + .container .item:hover::before {
  opacity: 1;
}
.logos.clients {
  /* Enhanced logo item styling - default WITHOUT card background */
}
.logos.clients .item {
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 10px 8px; /* Small padding for better spacing without being too cramped */
  border-radius: 16px;
}
.logos.clients .item:hover {
  transform: translateY(-8px) scale(1.05);
}
.logos.clients .item:hover img {
  transform: scale(1.1);
}
.logos.clients .item:hover .text-sm {
  color: #d20000;
  transform: translateY(-2px);
}
.logos.clients .item {
  /* Logo image effects - always colored, no grayscale */
}
.logos.clients .item img {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%; /* Use full available width */
  max-width: 150px; /* Reasonable max size */
  height: auto;
}
.logos.clients .item {
  /* Text styling */
}
.logos.clients .item .text-sm {
  font-size: 0.875rem;
  color: #666;
  transition: all 0.3s ease;
  font-weight: 500;
  letter-spacing: 0.025em;
  margin-top: 10px;
}
.logos.clients {
  /* Container enhancements */
}
.logos.clients .container {
  position: relative;
  z-index: 2;
}
.logos.clients {
  /* Background overlay enhancement */
}
.logos.clients .bg-holder.overlay::before {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.logos.clients {
  /* Responsive grid improvements */
}
@media (min-width: 768px) {
  .logos.clients .d-flex.flex-wrap {
    gap: 2rem !important;
  }
}
.logos.clients {
  /* Floating animation for logos - reduced distance to prevent clipping */
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
}
.logos.clients {
  /* Minimal adjustments to preserve carousel functionality */
}
.logos.clients .owl-carousel .owl-stage-outer {
  /* Small padding for animation space without breaking carousel */
  padding-top: 10px;
  padding-bottom: 10px;
}
.logos.clients .item {
  animation: float 4s ease-in-out infinite;
}
.logos.clients .item:nth-child(odd) {
  animation-delay: 0.5s;
}
.logos.clients .item:nth-child(even) {
  animation-delay: 1s;
}

/* Styles for logosPlain block - non-carousel version */
.logos {
  /* Add padding to prevent shadow cutoff and animation clipping */
}
.logos.py-4, .logos.py-5, .logos.py-6 {
  padding-bottom: 60px !important;
  padding-top: 30px !important; /* Add top padding for float animation */
  overflow: visible !important;
}
.logos {
  /* For non-carousel logo items in grid layout */
}
.logos .col-4, .logos .col-lg-2, .logos .col-md-3, .logos .col-sm-4, .logos .col-6 {
  overflow: visible !important; /* Prevent column clipping */
}
.logos .col-4 .logo-item, .logos .col-lg-2 .logo-item, .logos .col-md-3 .logo-item, .logos .col-sm-4 .logo-item, .logos .col-6 .logo-item {
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 20px;
  margin-bottom: 20px; /* Add vertical spacing */
  border-radius: 16px;
  background: linear-gradient(145deg, #ffffff, #f8f9fa);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  height: calc(100% - 20px); /* Account for margin */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.logos .col-4 .logo-item:hover, .logos .col-lg-2 .logo-item:hover, .logos .col-md-3 .logo-item:hover, .logos .col-sm-4 .logo-item:hover, .logos .col-6 .logo-item:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  background: linear-gradient(145deg, #ffffff, #f0f2f5);
}
.logos .col-4 .logo-item:hover img, .logos .col-lg-2 .logo-item:hover img, .logos .col-md-3 .logo-item:hover img, .logos .col-sm-4 .logo-item:hover img, .logos .col-6 .logo-item:hover img {
  transform: scale(1.1);
}
.logos .col-4 .logo-item:hover .text-sm, .logos .col-lg-2 .logo-item:hover .text-sm, .logos .col-md-3 .logo-item:hover .text-sm, .logos .col-sm-4 .logo-item:hover .text-sm, .logos .col-6 .logo-item:hover .text-sm {
  color: #d20000;
  transform: translateY(-2px);
}
.logos .col-4 .logo-item, .logos .col-lg-2 .logo-item, .logos .col-md-3 .logo-item, .logos .col-sm-4 .logo-item, .logos .col-6 .logo-item {
  /* Logo image effects - always colored */
}
.logos .col-4 .logo-item img, .logos .col-lg-2 .logo-item img, .logos .col-md-3 .logo-item img, .logos .col-sm-4 .logo-item img, .logos .col-6 .logo-item img {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  height: auto;
}
.logos .col-4 .logo-item, .logos .col-lg-2 .logo-item, .logos .col-md-3 .logo-item, .logos .col-sm-4 .logo-item, .logos .col-6 .logo-item {
  /* Text styling */
}
.logos .col-4 .logo-item .text-sm, .logos .col-lg-2 .logo-item .text-sm, .logos .col-md-3 .logo-item .text-sm, .logos .col-sm-4 .logo-item .text-sm, .logos .col-6 .logo-item .text-sm {
  font-size: 0.875rem;
  color: #666;
  transition: all 0.3s ease;
  font-weight: 500;
  letter-spacing: 0.025em;
  margin-top: 10px;
  display: block;
  text-align: center;
}
.logos .col-4 .logo-item, .logos .col-lg-2 .logo-item, .logos .col-md-3 .logo-item, .logos .col-sm-4 .logo-item, .logos .col-6 .logo-item {
  /* Subtle glow effect on hover */
}
.logos .col-4 .logo-item::before, .logos .col-lg-2 .logo-item::before, .logos .col-md-3 .logo-item::before, .logos .col-sm-4 .logo-item::before, .logos .col-6 .logo-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(210, 4, 4, 0.05) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 16px;
  pointer-events: none;
}
.logos .col-4 .logo-item:hover::before, .logos .col-lg-2 .logo-item:hover::before, .logos .col-md-3 .logo-item:hover::before, .logos .col-sm-4 .logo-item:hover::before, .logos .col-6 .logo-item:hover::before {
  opacity: 1;
}
.logos {
  /* Floating animation - reduced distance to match carousel version */
}
@keyframes floatLogos {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
}
.logos .logo-item {
  animation: floatLogos 4s ease-in-out infinite;
}
.logos .logo-item:nth-child(odd) {
  animation-delay: 0.5s;
}
.logos .logo-item:nth-child(even) {
  animation-delay: 1s;
}

.grecaptcha-badge {
  opacity: 0 !important;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 10px 40px;
  font-size: 0.9rem;
  line-height: 1.273;
}

.owl-loaded .owl-dots .owl-dot span:after {
  background-color: black;
}

.owl-loaded .owl-dots .owl-dot.active span {
  background-color: black !important;
}

.owl-theme-white .owl-dots .owl-dot span:after {
  background-color: white !important;
}

.owl-theme-white .owl-dots .owl-dot.active span:after {
  background-color: white !important;
}

.owl-theme.owl-dot-round .owl-dots .owl-dot span {
  border-color: black;
  border: 1px solid;
}

.owl-theme-white.owl-dot-round .owl-dots .owl-dot span {
  border-color: white;
}

.testimonial .owl-dots {
  bottom: -55px;
}

/* Ultrathink Contact Form Styles */
.ultrathink-contact {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0f1419 0%, #1a2332 50%, #0f1419 100%);
  /* Network lines effect */
}
.ultrathink-contact .network-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.1;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 50px 50px;
  animation: networkMove 30s linear infinite;
}
@keyframes networkMove {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50px, 50px);
  }
}
.ultrathink-contact {
  /* Animated Network Canvas */
}
.ultrathink-contact #networkCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.ultrathink-contact .contact-container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 600px;
  padding: 20px;
  margin: 0 auto;
}
.ultrathink-contact .contact-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  padding: 60px 40px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}
.ultrathink-contact .contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  animation: shimmer 3s infinite;
}
@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.ultrathink-contact h1 {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
  background: linear-gradient(135deg, #ffffff 0%, #a8b4c4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: glow 3s ease-in-out infinite;
}
@keyframes glow {
  0%, 100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.1);
  }
}
.ultrathink-contact .subtitle {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.1rem;
  font-weight: 300;
}
.ultrathink-contact .divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #9b2d6b 0%, #d20000 100%) repeat-x;
  margin: 0 auto 40px;
  border-radius: 2px;
  opacity: 0;
  transform: scaleX(0);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.ultrathink-contact .divider.ultrathink-animate {
  opacity: 1;
  transform: scaleX(1);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% {
    transform: scaleX(1);
    opacity: 1;
  }
  50% {
    transform: scaleX(1.2);
    opacity: 0.8;
  }
}
.ultrathink-contact .form-group {
  margin-bottom: 24px;
  position: relative;
}
.ultrathink-contact .form-control {
  width: 100%;
  padding: 16px 20px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
}
.ultrathink-contact .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.ultrathink-contact .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.ultrathink-contact .form-control:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: #667eea;
  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1), 0 4px 12px rgba(102, 126, 234, 0.2);
}
@media (min-width: 769px) {
  .ultrathink-contact .form-control:focus {
    transform: translateY(-2px);
  }
}
.ultrathink-contact .form-control:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
}
.ultrathink-contact textarea.form-control {
  resize: vertical;
  min-height: 120px;
  font-family: inherit;
}
.ultrathink-contact .btn-submit {
  width: 100%;
  padding: 18px 32px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: none;
  border-radius: 12px;
  background: linear-gradient(90deg, #9b2d6b 0%, #d20000 100%) repeat-x;
  color: white;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  margin-top: 32px;
}
.ultrathink-contact .btn-submit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}
.ultrathink-contact .btn-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4), 0 5px 15px rgba(0, 0, 0, 0.3);
}
.ultrathink-contact .btn-submit:hover::before {
  width: 400px;
  height: 400px;
}
.ultrathink-contact .btn-submit:active {
  transform: translateY(-1px);
}
.ultrathink-contact .btn-submit {
  /* Loading state */
}
.ultrathink-contact .btn-submit.loading {
  color: transparent;
}
.ultrathink-contact .btn-submit.loading::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spinner 0.8s linear infinite;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.ultrathink-contact {
  /* Success/Error messages */
}
.ultrathink-contact .form-response {
  margin-top: 20px;
  padding: 12px 16px;
  border-radius: 8px;
  text-align: center;
  display: none;
  animation: slideIn 0.3s ease-out;
}
.ultrathink-contact .form-response.success {
  background: rgba(72, 187, 120, 0.1);
  border: 1px solid rgba(72, 187, 120, 0.3);
  color: #48bb78;
}
.ultrathink-contact .form-response.error {
  background: rgba(245, 101, 101, 0.1);
  border: 1px solid rgba(245, 101, 101, 0.3);
  color: #f56565;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ultrathink-contact {
  /* Responsive design */
}
@media (max-width: 640px) {
  .ultrathink-contact h1 {
    font-size: 2rem;
  }
  .ultrathink-contact .contact-card {
    padding: 40px 24px;
  }
  .ultrathink-contact .form-control {
    padding: 14px 16px;
  }
}
.ultrathink-contact {
  /* Appear Animation Styles */
}
.ultrathink-contact .contact-card[data-zanim-xs] {
  opacity: 0;
  transform: translateY(30px);
}
.ultrathink-contact .contact-card.animate-in {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.ultrathink-contact [data-zanim-xs] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}
.ultrathink-contact .contact-form[data-zanim-xs] {
  opacity: 0;
  transform: translateY(20px) scale(0.98);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.bg-holder-custom {
  background-color: #17191b !important;
}

@media (max-width: 768px) {
  h1, .h1 {
    font-size: 2rem;
  }
}
/* Outlook Integration Block Styles */
.bg-gradient-light, .countup-plain-modern, .outlook-integration-block {
  background: linear-gradient(to bottom, #f8f9fa, #ffffff);
}

.outlook-integration-block .outlook-badge {
  padding: 6px 12px;
  background-color: #d1fae5;
  color: #047857;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 500;
}
.outlook-integration-block .outlook-badge-dot {
  width: 8px;
  height: 8px;
  background-color: #10b981;
  border-radius: 50%;
  margin-right: 8px;
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.outlook-integration-block .outlook-benefits .outlook-benefit-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #d1fae5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outlook-integration-block .outlook-benefits .outlook-benefit-icon img {
  max-width: 24px;
  max-height: 24px;
}
.outlook-integration-block .outlook-benefits .outlook-check-icon {
  width: 20px;
  height: 20px;
  color: #059669;
}
.outlook-integration-block .outlook-compat {
  background-color: #f8f9fa;
}
.outlook-integration-block .outlook-compat-badge {
  padding: 4px 12px;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 50px;
  font-size: 0.875rem;
  color: #495057;
}
.outlook-integration-block .outlook-btn-primary {
  background-color: #10b981;
  border-color: #10b981;
  box-shadow: 0 10px 25px rgba(16, 185, 129, 0.25);
  display: inline-flex;
  align-items: center;
}
.outlook-integration-block .outlook-btn-primary:hover {
  background-color: #059669;
  border-color: #059669;
}
.outlook-integration-block {
  /* Outlook Mockup Styles */
}
.outlook-integration-block .outlook-mockup {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  border: 1px solid #e5e7eb;
}
.outlook-integration-block .outlook-header {
  background-color: #0078d4;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.outlook-integration-block .outlook-close-btn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ef4444;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.outlook-integration-block .outlook-close-btn:hover {
  background-color: #dc2626;
}
.outlook-integration-block .outlook-close-btn svg {
  width: 12px;
  height: 12px;
  color: #ffffff;
}
.outlook-integration-block .outlook-title {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
}
.outlook-integration-block .outlook-toolbar {
  padding: 8px 16px;
  border-bottom: 1px solid #e5e7eb;
  background-color: #f8f9fa;
}
.outlook-integration-block .outlook-toolbar-btn {
  padding: 6px 12px;
  font-size: 0.75rem;
  color: #6b7280;
  cursor: pointer;
  border-radius: 4px;
}
.outlook-integration-block .outlook-toolbar-btn:hover {
  background-color: #e5e7eb;
}
.outlook-integration-block .outlook-toolbar-divider {
  width: 1px;
  height: 24px;
  background-color: #dee2e6;
  margin: 0 8px;
}
.outlook-integration-block .outlook-report-btn {
  padding: 6px 12px;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #374151;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  outline: 2px solid #34d399;
  outline-offset: 2px;
}
.outlook-integration-block .outlook-report-btn:hover {
  background-color: #f9fafb;
}
.outlook-integration-block .outlook-mail-icon {
  width: 16px;
  height: 16px;
  color: #ef4444;
}
.outlook-integration-block .outlook-email-content {
  padding: 24px;
}
.outlook-integration-block .outlook-sender-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffedd5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ea580c;
  font-weight: 700;
}
.outlook-integration-block .outlook-suspicious-badge {
  padding: 2px 8px;
  background-color: #fee2e2;
  color: #dc2626;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 4px;
}
.outlook-integration-block .outlook-email-placeholder .placeholder-line {
  height: 12px;
  background-color: #f3f4f6;
  border-radius: 4px;
  margin-bottom: 8px;
}
.outlook-integration-block .outlook-warning-box {
  padding: 12px;
  background-color: #fefce8;
  border: 1px solid #fde047;
  border-radius: 8px;
  color: #a16207;
}
.outlook-integration-block .outlook-success-notification {
  position: absolute;
  bottom: -32px;
  right: -20px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  padding: 12px;
  border: 1px solid #e5e7eb;
  max-width: 280px;
  z-index: 10;
}
.outlook-integration-block .outlook-success-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #d1fae5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outlook-integration-block .outlook-success-icon svg {
  width: 20px;
  height: 20px;
  color: #059669;
}
.outlook-integration-block .outlook-deco-circle {
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}
.outlook-integration-block .outlook-deco-1 {
  width: 96px;
  height: 96px;
  background-color: #a7f3d0;
  opacity: 0.3;
  top: -24px;
  left: -24px;
}
.outlook-integration-block .outlook-deco-2 {
  width: 128px;
  height: 128px;
  background-color: #bfdbfe;
  opacity: 0.3;
  bottom: -32px;
  left: -32px;
}
@media (max-width: 991.98px) {
  .outlook-integration-block .outlook-success-notification {
    bottom: -8px;
    right: 8px;
  }
  .outlook-integration-block .outlook-deco-circle {
    display: none;
  }
}

.font-weight-300 {
  font-weight: 300 !important;
}

/* Modern Button Styles */
.btn-modern {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1.75rem;
  background: linear-gradient(135deg, #d20000 0%, #a00303 100%);
  color: #fff;
  border: none;
  border-radius: 0.625rem;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 14px 0 rgba(210, 4, 4, 0.3);
}
.btn-modern:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px 0 rgba(210, 4, 4, 0.4);
  color: #fff;
  text-decoration: none;
}
.btn-modern:hover svg {
  transform: translateX(4px);
}
.btn-modern:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(210, 4, 4, 0.3);
}
.btn-modern svg {
  width: 1.125rem;
  height: 1.125rem;
  transition: transform 0.3s ease;
}

.btn-modern-light {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1.75rem;
  background: #fff;
  color: #1e293b;
  border: none;
  border-radius: 0.625rem;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
}
.btn-modern-light:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.15);
  color: #1e293b;
  background: #fff;
  text-decoration: none;
}
.btn-modern-light:hover svg {
  transform: translateX(4px);
}
.btn-modern-light:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.btn-modern-light svg {
  width: 1.125rem;
  height: 1.125rem;
  transition: transform 0.3s ease;
}

.btn-modern-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.775rem 1.75rem;
  margin-top: 4px;
  background: linear-gradient(135deg, #d20000 0%, #a00303 100%);
  color: #fff;
  border: none;
  border-radius: 0.525rem;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 14px 0 rgba(210, 4, 4, 0.3);
}
.btn-modern-outline:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px 0 rgba(210, 4, 4, 0.4);
  color: #fff;
  text-decoration: none;
}
.btn-modern-outline:hover svg {
  transform: translateX(4px);
}
.btn-modern-outline:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(210, 4, 4, 0.3);
}
.btn-modern-outline svg {
  width: 1.125rem;
  height: 1.125rem;
  transition: transform 0.3s ease;
}

.btn-modern-outline-light {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.775rem 1.75rem;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0.525rem;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-modern-outline-light:hover {
  transform: translateY(-2px);
  background: #fff;
  color: #1e293b;
  box-shadow: 0 8px 25px 0 rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
.btn-modern-outline-light:hover svg {
  transform: translateX(4px);
}
.btn-modern-outline-light:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.btn-modern-outline-light svg {
  width: 1.125rem;
  height: 1.125rem;
  transition: transform 0.3s ease;
}

/* Text With Checklist Block - Modern Style */
.checklist-modern .checklist-text-content {
  color: #4b5563;
  line-height: 1.85;
  font-size: 1.05rem;
}
.checklist-modern .checklist-text-content p {
  margin-bottom: 1.25rem;
}
.checklist-modern .checklist-text-content p:last-child {
  margin-bottom: 0;
}
.checklist-modern .checklist-text-content h3, .checklist-modern .checklist-text-content h4, .checklist-modern .checklist-text-content h5 {
  color: #1e293b;
  margin-bottom: 1rem;
}
.checklist-modern .checklist-text-content ul, .checklist-modern .checklist-text-content ol {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}
.checklist-modern .checklist-text-content ul li, .checklist-modern .checklist-text-content ol li {
  margin-bottom: 0.5rem;
}
.checklist-modern .checklist-text-content strong {
  color: #1e293b;
}
.checklist-modern .checklist-wrapper {
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.5rem;
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.checklist-modern .checklist-intro,
.checklist-modern .checklist-outro {
  color: #64748b;
  line-height: 1.7;
}
.checklist-modern .checklist-intro p,
.checklist-modern .checklist-outro p {
  margin: 0;
}
.checklist-modern .checklist-intro {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.checklist-modern .checklist-outro {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.checklist-modern .checklist-items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.checklist-modern .checklist-item {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 0.875rem 1rem;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 0.625rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.checklist-modern .checklist-item:hover {
  background: rgba(0, 0, 0, 0.04);
  transform: translateX(4px);
}
.checklist-modern .checklist-item:hover .checklist-icon-wrapper {
  transform: scale(1.15);
}
.checklist-modern .checklist-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  background: rgba(210, 4, 4, 0.1);
  flex-shrink: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.checklist-modern .checklist-icon-wrapper svg {
  width: 1.125rem;
  height: 1.125rem;
  color: #d20000;
  transition: color 0.3s ease;
}
.checklist-modern .checklist-icon-wrapper .checklist-custom-icon {
  width: 1.125rem;
  height: 1.125rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.checklist-modern .checklist-item-text {
  flex: 1;
  color: #1e293b;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.5;
}
.checklist-modern .checklist-item-text p {
  margin: 0;
}
.checklist-modern .btn-checklist-modern {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #d20000 0%, #a00303 100%);
  color: #fff;
  border: none;
  border-radius: 0.75rem;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 14px 0 rgba(210, 4, 4, 0.3);
}
.checklist-modern .btn-checklist-modern:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px 0 rgba(210, 4, 4, 0.4);
  color: #fff;
}
.checklist-modern .btn-checklist-modern:hover svg {
  transform: translateX(4px);
}
.checklist-modern .btn-checklist-modern svg {
  transition: transform 0.3s ease;
}
@media (max-width: 991.98px) {
  .checklist-modern .checklist-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .checklist-modern .checklist-wrapper {
    padding: 1.5rem;
  }
  .checklist-modern .checklist-item {
    padding: 0.875rem 1rem;
  }
}

/* FAQ Block - Modern Style */
.faq-modern .faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.faq-modern .faq-item {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.faq-modern .faq-item:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 10px 10px -5px rgba(0, 0, 0, 0.02);
  transform: translateY(-2px);
}
.faq-modern .faq-item.active {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-color: #d20000;
}
.faq-modern .faq-item.active .faq-number {
  background: linear-gradient(135deg, #d20000 0%, #a00303 100%);
  color: #fff;
  transform: rotate(-3deg) scale(1.05);
}
.faq-modern .faq-item.active .faq-question {
  color: #d20000;
}
.faq-modern .faq-item.active .faq-icon {
  background: linear-gradient(135deg, #d20000 0%, #a00303 100%);
}
.faq-modern .faq-item.active .faq-icon svg {
  color: #fff;
  transform: rotate(45deg);
}
.faq-modern .faq-item.active .faq-answer {
  max-height: 500px;
  opacity: 1;
}
.faq-modern .faq-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  position: relative;
  background: transparent;
  transition: background 0.3s ease;
}
.faq-modern .faq-header:hover {
  background: rgba(0, 0, 0, 0.01);
}
.faq-modern .faq-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  background: rgba(0, 0, 0, 0.03);
  font-weight: 600;
  font-size: 0.875rem;
  color: #64748b;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  flex-shrink: 0;
}
.faq-modern .faq-question {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 500;
  color: #1e293b;
  margin: 0;
  transition: color 0.3s ease;
}
.faq-modern .faq-icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.03);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  flex-shrink: 0;
}
.faq-modern .faq-icon svg {
  width: 1rem;
  height: 1rem;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #64748b;
}
.faq-modern .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  transition: max-height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s ease;
}
.faq-modern .faq-answer-inner {
  padding: 0 1.5rem 1.5rem 4.5rem;
  color: #64748b;
  line-height: 1.7;
}
.faq-modern .faq-answer-inner p {
  margin: 0 0 1rem 0;
}
.faq-modern .faq-answer-inner p:last-child {
  margin-bottom: 0;
}
.faq-modern .faq-answer-inner ul, .faq-modern .faq-answer-inner ol {
  margin: 0 0 1rem 0;
  padding-left: 1.25rem;
}
.faq-modern .faq-answer-inner ul:last-child, .faq-modern .faq-answer-inner ol:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .faq-modern .faq-answer-inner {
    padding-left: 1.5rem;
  }
  .faq-modern .faq-question {
    font-size: 1rem;
  }
}

/* Accordion With Image Block - Modern Style */
.accordion-with-image .accordion-image-wrapper {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.15);
}
.accordion-with-image .accordion-image-wrapper img {
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
}
.accordion-with-image .accordion-image-wrapper img.switching {
  opacity: 0;
  transform: scale(1.05);
}
.accordion-with-image .accordion-image-wrapper:hover img {
  transform: scale(1.03);
}
.accordion-with-image .modern-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.accordion-with-image .accordion-item-modern {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.accordion-with-image .accordion-item-modern:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 10px 10px -5px rgba(0, 0, 0, 0.02);
  transform: translateY(-2px);
}
.accordion-with-image .accordion-item-modern.active {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-color: #d20000;
}
.accordion-with-image .accordion-item-modern.active .accordion-number {
  background: linear-gradient(135deg, #d20000 0%, #a00303 100%);
  color: #fff;
  transform: rotate(-3deg) scale(1.05);
}
.accordion-with-image .accordion-item-modern.active .accordion-title-modern {
  color: #d20000;
}
.accordion-with-image .accordion-item-modern.active .accordion-icon {
  background: linear-gradient(135deg, #d20000 0%, #a00303 100%);
}
.accordion-with-image .accordion-item-modern.active .accordion-icon svg {
  transform: rotate(180deg);
  color: #fff;
}
.accordion-with-image .accordion-item-modern.active .accordion-content-modern {
  max-height: 500px;
  opacity: 1;
}
.accordion-with-image .accordion-header-modern {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  position: relative;
  background: transparent;
  transition: background 0.3s ease;
}
.accordion-with-image .accordion-header-modern:hover {
  background: rgba(0, 0, 0, 0.01);
}
.accordion-with-image .accordion-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  background: rgba(0, 0, 0, 0.03);
  font-weight: 600;
  font-size: 0.875rem;
  color: #64748b;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  flex-shrink: 0;
}
.accordion-with-image .accordion-title-modern {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 500;
  color: #1e293b;
  margin: 0;
  transition: color 0.3s ease;
}
.accordion-with-image .accordion-icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.03);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  flex-shrink: 0;
}
.accordion-with-image .accordion-icon svg {
  width: 1rem;
  height: 1rem;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #64748b;
}
.accordion-with-image .accordion-content-modern {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  transition: max-height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s ease;
}
.accordion-with-image .accordion-content-inner {
  padding: 0 1.5rem 1.5rem 4.5rem;
  color: #64748b;
  line-height: 1.7;
}
.accordion-with-image .accordion-content-inner p {
  margin: 0;
}
.accordion-with-image .btn-accordion-modern {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #d20000 0%, #a00303 100%);
  color: #fff;
  border: none;
  border-radius: 0.75rem;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 14px 0 rgba(210, 4, 4, 0.3);
}
.accordion-with-image .btn-accordion-modern:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px 0 rgba(210, 4, 4, 0.4);
  color: #fff;
}
.accordion-with-image .btn-accordion-modern:hover svg {
  transform: translateX(4px);
}
.accordion-with-image .btn-accordion-modern svg {
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .accordion-with-image .accordion-content-inner {
    padding-left: 1.5rem;
  }
}

/* CountUp Multiple Block - Modern Style */
.countup-multiple-modern {
  position: relative;
  overflow: hidden;
}
.countup-multiple-modern .countup-container {
  position: relative;
  z-index: 2;
}
.countup-multiple-modern .countup-header {
  margin-bottom: 3rem;
}
.countup-multiple-modern .countup-title {
  font-size: 2.25rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0.75rem;
  letter-spacing: -0.025em;
}
.countup-multiple-modern .countup-subtitle {
  font-size: 1.1rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}
.countup-multiple-modern .countup-divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(135deg, #d20000 0%, #a00303 100%);
  margin: 1.5rem auto 0;
  border-radius: 2px;
}
.countup-multiple-modern .countup-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
.countup-multiple-modern .countup-card {
  background: #fff;
  border-radius: 1.25rem;
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  flex: 1;
  min-width: 200px;
  max-width: 280px;
}
.countup-multiple-modern .countup-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #d20000 0%, #a00303 100%);
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.countup-multiple-modern .countup-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.countup-multiple-modern .countup-card:hover::before {
  transform: scaleX(1);
}
.countup-multiple-modern .countup-card:hover .countup-icon-wrapper {
  transform: scale(1.1) rotate(-5deg);
  background: linear-gradient(135deg, #d20000 0%, #a00303 100%);
}
.countup-multiple-modern .countup-card:hover .countup-icon-wrapper img {
  filter: brightness(0) invert(1);
}
.countup-multiple-modern .countup-card:hover .countup-number {
  color: #d20000;
}
.countup-multiple-modern .countup-icon-wrapper {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(210, 0, 0, 0.08);
  border-radius: 1rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.countup-multiple-modern .countup-icon-wrapper img {
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
  transition: filter 0.4s ease;
}
.countup-multiple-modern .countup-number {
  font-size: 2.75rem;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.1;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
  letter-spacing: -0.025em;
}
.countup-multiple-modern .countup-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
}
.countup-multiple-modern {
  /* With Background Variant */
}
.countup-multiple-modern.with-background .countup-title,
.countup-multiple-modern.with-background .countup-subtitle {
  color: #fff;
}
.countup-multiple-modern.with-background .countup-divider {
  background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.7) 100%);
}
.countup-multiple-modern.with-background .countup-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.countup-multiple-modern.with-background .countup-card::before {
  background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.7) 100%);
}
.countup-multiple-modern.with-background .countup-card:hover {
  background: rgba(255, 255, 255, 0.15);
}
.countup-multiple-modern.with-background .countup-card:hover .countup-icon-wrapper {
  background: #fff;
}
.countup-multiple-modern.with-background .countup-card:hover .countup-icon-wrapper img {
  filter: invert(13%) sepia(92%) saturate(3947%) hue-rotate(359deg) brightness(93%) contrast(125%);
}
.countup-multiple-modern.with-background .countup-card:hover .countup-number {
  color: #fff;
}
.countup-multiple-modern.with-background .countup-icon-wrapper {
  background: rgba(255, 255, 255, 0.15);
}
.countup-multiple-modern.with-background .countup-icon-wrapper img {
  filter: brightness(0) invert(1);
}
.countup-multiple-modern.with-background .countup-number {
  color: #fff;
}
.countup-multiple-modern.with-background .countup-label {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 991.98px) {
  .countup-multiple-modern .countup-card {
    min-width: 160px;
    padding: 1.5rem 1rem;
  }
  .countup-multiple-modern .countup-number {
    font-size: 2.25rem;
  }
}
@media (max-width: 575.98px) {
  .countup-multiple-modern .countup-grid {
    gap: 1rem;
  }
  .countup-multiple-modern .countup-card {
    min-width: calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
  }
}

/* CountUp Plain Block - Modern Style */
.countup-plain-modern {
  position: relative;
  overflow: hidden;
}
.countup-plain-modern .countup-plain-container {
  position: relative;
  z-index: 2;
}
.countup-plain-modern .countup-plain-header {
  margin-bottom: 2.5rem;
}
.countup-plain-modern .countup-plain-title {
  font-size: 2rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0.75rem;
  letter-spacing: -0.025em;
}
.countup-plain-modern .countup-plain-subtitle {
  font-size: 1.05rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}
.countup-plain-modern .countup-plain-divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(135deg, #d20000 0%, #a00303 100%);
  margin: 1.5rem auto 0;
  border-radius: 2px;
}
.countup-plain-modern .countup-plain-card {
  background: #fff;
  border-radius: 1.5rem;
  padding: 2.5rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.countup-plain-modern .countup-plain-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(210, 0, 0, 0.02) 0%, transparent 50%);
  pointer-events: none;
}
.countup-plain-modern .countup-plain-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.15);
}
.countup-plain-modern .countup-plain-card:hover .countup-plain-logo-wrapper {
  transform: scale(1.05);
}
.countup-plain-modern .countup-plain-content {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}
.countup-plain-modern .countup-plain-logo-wrapper {
  flex-shrink: 0;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.countup-plain-modern .countup-plain-logo-wrapper img {
  max-height: 80px;
  width: auto;
}
.countup-plain-modern .countup-plain-stats {
  flex: 1;
  min-width: 250px;
  text-align: center;
}
.countup-plain-modern .countup-plain-text-start,
.countup-plain-modern .countup-plain-text-end {
  font-size: 0.875rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin: 0;
}
.countup-plain-modern .countup-plain-number {
  font-size: 4rem;
  font-weight: 800;
  background: #d20000;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.1;
  margin: 0.5rem 0;
  letter-spacing: -0.025em;
}
.countup-plain-modern {
  /* Dark Background Variant */
}
.countup-plain-modern.dark-variant .countup-plain-card {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  border-color: rgba(255, 255, 255, 0.1);
}
.countup-plain-modern.dark-variant .countup-plain-card::before {
  background: linear-gradient(135deg, rgba(210, 0, 0, 0.1) 0%, transparent 50%);
}
.countup-plain-modern.dark-variant .countup-plain-logo-wrapper img {
  filter: brightness(0) invert(1);
}
.countup-plain-modern.dark-variant .countup-plain-text-start,
.countup-plain-modern.dark-variant .countup-plain-text-end {
  color: rgba(255, 255, 255, 0.7);
}
.countup-plain-modern.dark-variant .countup-plain-number {
  background: #d20000;
  -webkit-background-clip: text;
  background-clip: text;
}
@media (max-width: 767.98px) {
  .countup-plain-modern .countup-plain-card {
    padding: 2rem 1.5rem;
  }
  .countup-plain-modern .countup-plain-content {
    flex-direction: column;
    gap: 1.5rem;
  }
  .countup-plain-modern .countup-plain-number {
    font-size: 3rem;
  }
}

/* Services Block - Modern Style */
.services-modern {
  position: relative;
  overflow: hidden;
}
.services-modern .services-header {
  margin-bottom: 3rem;
}
.services-modern .services-subtitle {
  font-size: 1.1rem;
  color: #64748b;
  max-width: 700px;
  margin: 0 auto;
}
.services-modern .services-divider {
  width: 60px;
  height: 2px;
  background: linear-gradient(135deg, #d20000 0%, #a00303 100%);
  margin: 1.25rem auto 0;
  border-radius: 1px;
}
.services-modern .services-intro {
  color: #64748b;
  line-height: 1.7;
  max-width: 900px;
  margin: 1.5rem auto 0;
}
.services-modern .services-intro p {
  margin: 0;
}
.services-modern .services-grid {
  display: grid;
  gap: 1.5rem;
}
.services-modern .services-grid.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.services-modern .services-grid.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.services-modern .services-grid.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991.98px) {
  .services-modern .services-grid.cols-3, .services-modern .services-grid.cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .services-modern .services-grid.cols-2, .services-modern .services-grid.cols-3, .services-modern .services-grid.cols-4 {
    grid-template-columns: 1fr;
  }
}
.services-modern .service-card {
  background: #fff;
  border-radius: 1.25rem;
  padding: 2rem 1.5rem;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.services-modern .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.services-modern .service-card:hover, .services-modern .service-card.always-active {
  transform: translateY(-6px);
  border-color: rgba(210, 0, 0, 0.2);
}
.services-modern .service-card:hover::before, .services-modern .service-card.always-active::before {
  transform: scaleX(1);
}
.services-modern .service-card:hover .service-icon-wrapper, .services-modern .service-card.always-active .service-icon-wrapper {
  transform: scale(1.1) rotate(-5deg);
  background: #d20000;
}
.services-modern .service-card:hover .service-icon-wrapper i, .services-modern .service-card.always-active .service-icon-wrapper i {
  color: #fff;
}
.services-modern .service-card:hover .service-icon-wrapper svg, .services-modern .service-card.always-active .service-icon-wrapper svg {
  color: #fff;
  height: 2em !important;
  width: 2em !important;
}
.services-modern .service-card:hover .service-card-title, .services-modern .service-card.always-active .service-card-title {
  color: #d20000;
}
.services-modern .service-card.always-active {
  transform: none;
  border-color: rgba(210, 0, 0, 0.15);
}
.services-modern .service-card.always-active::before {
  transform: scaleX(1);
}
.services-modern .service-card.always-active:hover {
  transform: translateY(-6px);
}
.services-modern .service-card.clickable {
  cursor: pointer;
}
.services-modern .service-icon-wrapper {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(210, 0, 0, 0.08);
  border-radius: 1.25rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.services-modern .service-icon-wrapper img {
  width: 3rem;
  height: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
  transition: filter 0.4s ease;
}
.services-modern .service-icon-wrapper img.white-filter {
  filter: brightness(0) invert(1);
}
.services-modern .service-icon-wrapper i {
  font-size: 1.75rem;
  color: #d20000;
  transition: color 0.4s ease;
}
.services-modern .service-card-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0.75rem;
  transition: color 0.3s ease;
  line-height: 1.4;
}
.services-modern .service-card-text {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 1rem;
  flex-grow: 1;
}
.services-modern .service-card-text p {
  margin: 0;
}
.services-modern .service-card-btn-wrapper {
  margin-top: auto;
  padding-top: 0.5rem;
}
.services-modern .service-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: transparent;
  color: #d20000;
  border: 1px solid #d20000;
  border-radius: 0.375rem;
  font-weight: 500;
  font-size: 0.8125rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.services-modern .service-card-btn:hover {
  background: #d20000;
  color: #fff;
  transform: translateY(-1px);
}
.services-modern .service-card-btn:hover svg {
  transform: translateX(3px);
}
.services-modern .service-card-btn svg {
  width: 0.875rem;
  height: 0.875rem;
  transition: transform 0.3s ease;
}
.services-modern {
  /* Carousel Specific Styles */
}
.services-modern .services-carousel-wrapper .owl-stage {
  display: flex;
  align-items: stretch;
}
.services-modern .services-carousel-wrapper .owl-item {
  display: flex;
  height: auto;
}
.services-modern .services-carousel-wrapper .item {
  width: 100%;
  padding: 10px;
}
.services-modern .services-carousel-wrapper .service-card {
  height: 100%;
}
.services-modern {
  /* Bottom CTA */
}
.services-modern .services-cta {
  margin-top: 3rem;
}
@media (max-width: 767.98px) {
  .services-modern .services-header {
    margin-bottom: 2rem;
  }
  .services-modern .services-title {
    font-size: 1.75rem;
  }
  .services-modern .service-card {
    padding: 1.5rem 1.25rem;
  }
  .services-modern .service-icon-wrapper {
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
  }
  .services-modern .service-icon-wrapper img {
    width: 2.25rem;
    height: 2.25rem;
  }
  .services-modern .service-icon-wrapper i {
    font-size: 1.5rem;
  }
}

.hr-short.border-black,
.hr-short.border-dark {
  width: 60px;
  height: 2px;
  background: linear-gradient(135deg, #d20000 0%, #a00303 100%);
  border: none;
  border-radius: 1px;
  opacity: 1;
}

.services-animate .service-card {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 2s ease-out, transform 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.services-animate .service-card.in-view {
  opacity: 1;
  transform: translateY(0);
}
.services-animate .services-grid .service-card:nth-child(1) {
  transition-delay: 0.25s;
}
.services-animate .services-grid .service-card:nth-child(2) {
  transition-delay: 0.5s;
}
.services-animate .services-grid .service-card:nth-child(3) {
  transition-delay: 0.75s;
}
.services-animate .services-grid .service-card:nth-child(4) {
  transition-delay: 1s;
}
.services-animate .services-grid .service-card:nth-child(5) {
  transition-delay: 1.25s;
}
.services-animate .services-grid .service-card:nth-child(6) {
  transition-delay: 1.5s;
}
.services-animate .services-grid .service-card:nth-child(7) {
  transition-delay: 1.75s;
}
.services-animate .services-grid .service-card:nth-child(8) {
  transition-delay: 2s;
}
.services-animate .services-grid .service-card:nth-child(9) {
  transition-delay: 2.25s;
}
.services-animate .services-grid .service-card:nth-child(10) {
  transition-delay: 2.5s;
}
.services-animate .services-grid .service-card:nth-child(11) {
  transition-delay: 2.75s;
}
.services-animate .services-grid .service-card:nth-child(12) {
  transition-delay: 3s;
}
.services-animate .services-carousel-wrapper {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1.8s ease-out forwards;
  animation-delay: 0.6s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.services-animate:not(.animated) .service-card {
  opacity: 1;
  transform: none;
  transition: none;
}
.services-animate:not(.animated) .services-carousel-wrapper {
  opacity: 1;
  transform: none;
  animation: none;
}

.testimonial-animate .testimonial-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 2s ease-out, transform 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.testimonial-animate .testimonial-fade.in-view {
  opacity: 1;
  transform: translateY(0);
}
.testimonial-animate .testimonial-fade:nth-child(2) {
  transition-delay: 0.3s;
}
.testimonial-animate .testimonial-fade:nth-child(3) {
  transition-delay: 0.6s;
}

.testimonial-animate:not(.animated) .testimonial-fade {
  opacity: 1;
  transform: none;
  transition: none;
}

.countup-plain-animate .countup-fade,
.countup-multiple-animate .countup-fade {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.5s ease-out, transform 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.countup-plain-animate .countup-fade.in-view,
.countup-multiple-animate .countup-fade.in-view {
  opacity: 1;
  transform: translateY(0);
}
.countup-plain-animate .countup-plain-card.countup-fade,
.countup-plain-animate .countup-card.countup-fade,
.countup-multiple-animate .countup-plain-card.countup-fade,
.countup-multiple-animate .countup-card.countup-fade {
  transform: translateY(30px) scale(0.98);
}
.countup-plain-animate .countup-plain-card.countup-fade.in-view,
.countup-plain-animate .countup-card.countup-fade.in-view,
.countup-multiple-animate .countup-plain-card.countup-fade.in-view,
.countup-multiple-animate .countup-card.countup-fade.in-view {
  transform: translateY(0) scale(1);
}

.countup-plain-animate:not(.animated) .countup-fade,
.countup-multiple-animate:not(.animated) .countup-fade {
  opacity: 1;
  transform: none;
  transition: none;
}

.tab-accordion-section {
  position: relative;
}

.modern-tab-accordion {
  max-width: 100%;
  margin: 0 auto;
}

.tab-navigation {
  margin-bottom: 2rem;
  position: relative;
}
.tab-navigation::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(210, 4, 4, 0.1), transparent);
}

.tab-nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.5rem;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  position: relative;
}

.tab-accordion-with-bg .tab-nav-wrapper {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.tab-nav-item {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 120px;
  padding: 1rem 1.5rem;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 15px;
  background: transparent;
  overflow: hidden;
}
.tab-nav-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #d20000 0%, #a00303 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 15px;
}
.tab-nav-item:hover:not(.active) {
  background: rgba(0, 0, 0, 0.02);
  transform: translateY(-2px);
}
.tab-nav-item:hover:not(.active) .tab-nav-title {
  color: #d20000;
}
.tab-nav-item.active {
  background: linear-gradient(135deg, #d20000 0%, #a00303 100%);
  color: white;
  box-shadow: 0 8px 25px rgba(210, 4, 4, 0.25);
  transform: translateY(-2px);
}
.tab-nav-item.active .tab-nav-title {
  color: white;
  font-weight: 600;
}
.tab-nav-item.active .tab-nav-indicator {
  opacity: 1;
  transform: scaleX(1);
}

.tab-accordion-with-bg .tab-nav-item:hover:not(.active) {
  background: rgba(255, 255, 255, 0.1);
}
.tab-accordion-with-bg .tab-nav-item:hover:not(.active) .tab-nav-title {
  color: white;
}
.tab-accordion-with-bg .tab-nav-item.active {
  background: rgba(255, 255, 255, 0.95);
}
.tab-accordion-with-bg .tab-nav-item.active .tab-nav-title {
  color: #d20000;
}

.tab-nav-title {
  position: relative;
  z-index: 2;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  transition: all 0.3s ease;
  color: #6c757d;
}

.tab-accordion-with-bg .tab-nav-title {
  color: rgba(255, 255, 255, 0.8);
}

.tab-nav-indicator {
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 10%;
  height: 3px;
  background: white;
  border-radius: 3px;
  opacity: 0;
  transform: scaleX(0);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tab-content-card {
  background: white;
  border-radius: 25px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  min-height: 300px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.tab-content-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #d20000 0%, #a00303 100%);
}
.tab-content-card:hover {
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
}

.tab-accordion-with-bg .tab-content-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.tab-content-panel {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.tab-content-panel.active {
  display: block;
  animation: fadeInUp 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.tab-content-wrapper {
  padding: 2.5rem;
}

.tab-content-title {
  margin: 0 0 1.5rem 0;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  position: relative;
  padding-left: 1.5rem;
}
.tab-content-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 70%;
  background: linear-gradient(135deg, #d20000 0%, #a00303 100%);
  border-radius: 5px;
}

.tab-content-body {
  font-size: 1.05rem;
  line-height: 1.8;
}
.tab-content-body p {
  margin-bottom: 1rem;
}
.tab-content-body p:last-child {
  margin-bottom: 0;
}
.tab-content-body ul, .tab-content-body ol {
  margin: 1rem 0;
  padding-left: 2rem;
}
.tab-content-body li {
  margin-bottom: 0.5rem;
}

@media (max-width: 992px) {
  .tab-nav-wrapper {
    gap: 0.375rem;
  }
  .tab-nav-item {
    min-width: 100px;
    padding: 0.875rem 1rem;
  }
  .tab-content-wrapper {
    padding: 2rem;
  }
  .tab-content-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .tab-navigation {
    margin-bottom: 1.5rem;
  }
  .tab-nav-wrapper {
    padding: 0.375rem;
    gap: 0.25rem;
  }
  .tab-nav-item {
    flex: 1 1 auto;
    min-width: 80px;
    padding: 0.75rem 0.75rem;
  }
  .tab-nav-title {
    font-size: 0.85rem;
  }
  .tab-content-wrapper {
    padding: 1.5rem;
  }
  .tab-content-title {
    font-size: 1.25rem;
    padding-left: 1rem;
  }
  .tab-content-title::before {
    width: 4px;
  }
  .tab-content-body {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .tab-nav-wrapper {
    border-radius: 15px;
    padding: 0.25rem;
  }
  .tab-nav-item {
    border-radius: 10px;
    padding: 0.625rem 0.5rem;
  }
  .tab-content-card {
    border-radius: 20px;
    min-height: 250px;
  }
  .tab-content-wrapper {
    padding: 1.25rem;
  }
  .tab-content-title {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
  .tab-content-body {
    font-size: 0.95rem;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes gradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
/* Modern Blog Cards Styles */
.blog-section,
.blogpost-section {
  position: relative;
}

.blog-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.blog-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
.blog-card:hover .blog-card-overlay {
  opacity: 1;
  background: rgba(210, 4, 4, 0.9);
}
.blog-card:hover .read-more-icon {
  transform: translateX(0);
  opacity: 1;
}
.blog-card:hover .blog-card-image img {
  transform: scale(1.05);
}

.blog-card-image-link {
  display: block;
  text-decoration: none;
}

.blog-card-image {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
}
.blog-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-card-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #d20000 0%, #a00303 100%);
}

.blog-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(210, 4, 4, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.read-more-icon {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d20000;
  transform: translateX(-10px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.blog-card-content {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}
.blog-card-title a {
  color: #1e293b;
  text-decoration: none;
  transition: color 0.3s ease;
}
.blog-card-title a:hover {
  color: #d20000;
}

.blog-card-excerpt {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  flex: 1;
}

.blog-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #d20000 !important;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  margin-bottom: 1.25rem;
  transition: all 0.3s ease;
}
.blog-card-link svg {
  transition: transform 0.3s ease;
}
.blog-card-link:hover {
  gap: 0.75rem;
}
.blog-card-link:hover svg {
  transform: translateX(4px);
}

.blog-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 0.875rem;
  color: #94a3b8;
}

.blog-card-author {
  font-weight: 500;
  color: #475569;
}

.blog-card-date {
  color: #94a3b8;
}

/* Blog Post Page Styles */
.blog-back-navigation {
  margin-bottom: 2rem;
}

.btn-back-to-blog {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.75rem 1.25rem;
  background: #fff;
  color: #475569;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.btn-back-to-blog svg {
  transition: transform 0.3s ease;
}
.btn-back-to-blog:hover {
  transform: translateX(-4px);
  background: linear-gradient(135deg, #d20000 0%, #a00303 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 14px 0 rgba(210, 4, 4, 0.25);
}
.btn-back-to-blog:hover svg {
  transform: translateX(-4px);
}

.blog-post-header {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 2.5rem;
}

.blog-post-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .blog-post-title {
    font-size: 2rem;
  }
}

.blog-post-meta {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1rem;
  color: #64748b;
}

.meta-separator {
  color: #cbd5e1;
}

.blog-post-author {
  font-weight: 600;
  color: #475569;
}

.blog-post-date {
  color: #94a3b8;
}

.blog-post-image-container {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.blog-post-featured-image {
  width: 100%;
  height: auto;
  display: block;
}

.blog-post-content {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #475569;
}
.blog-post-content h1, .blog-post-content h2, .blog-post-content h3, .blog-post-content h4, .blog-post-content h5, .blog-post-content h6 {
  color: #1e293b;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.blog-post-content p {
  margin-bottom: 1.5rem;
}
.blog-post-content a {
  color: #d20000;
  text-decoration: none;
  border-bottom: 1px solid rgba(210, 4, 4, 0.3);
  transition: all 0.3s ease;
}
.blog-post-content a:hover {
  border-bottom-color: #d20000;
}
.blog-post-content ul, .blog-post-content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.blog-post-content li {
  margin-bottom: 0.5rem;
}
.blog-post-content blockquote {
  border-left: 4px solid #d20000;
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: #64748b;
}
.blog-post-content pre {
  background: #f8fafc;
  border-radius: 8px;
  padding: 1.5rem;
  overflow-x: auto;
  margin: 2rem 0;
}
.blog-post-content code {
  background: #f1f5f9;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.875em;
  color: #e11d48;
}
.blog-post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 2rem 0;
}

.related-posts-section {
  padding-top: 3rem;
}

.related-posts-title {
  font-size: 2rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 1rem;
}
