/* ======= Reboot ======= */
*,
*::before,
*::after {
  box-sizing: border-box; /* 1 */
}

html {
  font-family: sans-serif; /* 2 */
  line-height: 1.15; /* 3 */
  -webkit-text-size-adjust: 100%; /* 4 */
  -ms-text-size-adjust: 100%; /* 4 */
  -ms-overflow-style: scrollbar; /* 5 */
  -webkit-tap-highlight-color: transparent; /* 6 */
}

/* IE10+ doesn't honor `<meta name="viewport">` in some cases. */
@-ms-viewport {
  width: device-width;
}
/* stylelint-disable selector-list-comma-newline-after
Shim for "new" HTML5 structural elements to display correctly (IE10, older browsers) */
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0; /* 1 */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  text-align: left; /* 3 */
  background-color: #fff; /* 2 */
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] { /* 4 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted; /* 2 */
  text-decoration: underline dotted; /* 2 */
  cursor: help; /* 3 */
  border-bottom: 0; /* 1 */
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; /* Undo browser default */
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic; /* Add the correct font style in Android 4.3- */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

small {
  font-size: 80%; /* Add the correct font size in all browsers */
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Links
*/
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; /* Remove the gray background on active links in IE 10. */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+. */
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace; /* Correct the inheritance and scaling of font size in all browsers. */
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers. */
}

pre {
  /* Remove browser default top margin */
  margin-top: 0;
  /* Reset browser default of `1em` to use `rem`s */
  margin-bottom: 1rem;
  /* Don't allow content to break outside */
  overflow: auto;
  /* We have @viewport set which causes scrollbars to overlap content in IE11 and Edge, so we force a non-overlapping, non-auto-hiding scrollbar to counteract. */
  -ms-overflow-style: scrollbar;
}

figure {
  /* Apply a consistent margin strategy (matches our type styles). */
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none; /* Remove the border on images inside links in IE 10-. */
}

svg:not(:root) {
  overflow: hidden; /* Hide the overflow in IE */
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse; /* Prevent double borders */
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  /* Matches default `<td>` alignment by inheriting from the `<body>`, or the closest parent with a set `text-align`. */
  text-align: inherit;
}

label {
  /* Allow labels to use `margin` for spacing. */
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0; /* Remove the margin in Firefox and Safari */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible; /* Show the overflow in Edge */
}

button,
select {
  text-transform: none; /* Remove the inheritance of text transform in Firefox */
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box; /* 1. Add the correct box sizing in IE 10- */
  padding: 0; /* 2. Remove the padding in IE 10- */
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
  appearance: listbox;
}

textarea {
  overflow: auto; /* Remove the default vertical scrollbar in IE. */
  /* Textareas should really only resize vertically so they don't break their (horizontal) containers. */
  resize: vertical;
}

fieldset {
  min-width: 0;
  /* Reset the default outline behavior of fieldsets so they don't affect page layout. */
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%; /* 1 */
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline; /* Add the correct vertical alignment in Chrome, Firefox, and Opera. */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

template {
  display: none; /* Add the correct display in IE */
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Regular-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Bold-Italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/*!
*  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face {
  font-display: swap;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  src: url(/webcard/static/fonts/fontawesome-webfont.8b43027f.eot);
  src: url(/webcard/static/fonts/fontawesome-webfont.8b43027f.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/webcard/static/fonts/fontawesome-webfont.20fd1704.woff2) format("woff2"), url(/webcard/static/fonts/fontawesome-webfont.f691f37e.woff) format("woff"), url(/webcard/static/fonts/fontawesome-webfont.1e59d233.ttf) format("truetype"), url(/webcard/static/images/fontawesome-webfont.c1e38fd9.svg#fontawesomeregular) format("svg");
}
.fa {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  text-align: center;
  width: 1.28571429em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.14285714em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2.14285714em;
  position: absolute;
  text-align: center;
  top: 0.14285714em;
  width: 2.14285714em;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s linear infinite;
}

.fa-pulse {
  animation: fa-spin 1s steps(8) infinite;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scaleY(-1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}

.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}

.fa-krw:before,
.fa-won:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0";
}

.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-television:before,
.fa-tv:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-address-card:before,
.fa-vcard:before {
  content: "\f2bb";
}

.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}

.slick-list,
.slick-slider {
  display: block;
  position: relative;
}

.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}

.slick-track {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

:root {
  --primary:#2b6cff;
  --primary-2:#4f8bff;
  --accent:#00c2a8;
  --muted:#6b7280;
  --bg:#f7fbff;
  --container:1200px;
  --radius:14px;
}

/* Global resets for the landing */
/*body {
	background:var(--bg);
	font-family:Inter, 'DM Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
	color:#111827;
}*/
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

/* small helpers */
.muted {
  color: var(--muted);
}

p {
  margin-top: 0;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  display: block;
  border-top: 1px solid #e1e1e1;
  margin: 50px 0;
  width: 100%;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

ol {
  padding: 0;
}

ol li {
  list-style-position: inside;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0.75rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1.5rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #363636;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1.5rem;
  overflow: auto;
}

figure {
  margin: 0 0 1.5rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

.see-more {
  display: flex;
  align-items: center;
  margin-top: 4px;
  gap: 5px;
  font-size: 14.5px;
  color: var(--primary);
}

.background {
  background-image: url("/images/background.jpg");
  background-color: #001435;
}

img,
.background-image-holder {
  image-rendering: -webkit-optimize-contrast;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  color: #363636;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #7a7c7b;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=radio]:disabled,
input[type=checkbox]:disabled {
  cursor: false;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

body {
  margin: 0;
  font-family: "Inter";
  font-weight: 400;
  color: #363636;
  background-color: #fff;
  text-transform: none;
  font-style: normal;
  text-align: inherit;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;
}

.link-text {
  color: #0d6efd;
  text-decoration: underline;
}

@keyframes zoominout {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes move_horizontal {
  0% {
    transform: scale(1.3) translateX(0%);
  }
  50% {
    transform: scale(1.3) translateX(5%);
  }
  100% {
    transform: scale(1.3) translateX(0%);
  }
}
@keyframes move_vertical {
  0% {
    transform: scale(1.3) translateY(0%);
  }
  50% {
    transform: scale(1.3) translateY(5%);
  }
  100% {
    transform: scale(1.3) translateY(0%);
  }
}
/* layout */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

.d-inline-block {
  display: inline-block !important;
}

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
:root {
  --primary:#2b6cff;
  --primary-2:#4f8bff;
  --accent:#00c2a8;
  --muted:#6b7280;
  --bg:#f7fbff;
  --container:1200px;
  --radius:14px;
}

.validation_messages {
  margin-top: 20px;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.country-area-dropdown {
  position: relative;
  display: inline-block;
}

.country-area-dropdown .dropdown-btn {
  display: flex;
  width: 100%;
  padding: 0.6rem 0.8rem;
  background-color: #f3f4f6;
  border: 1px solid rgb(209, 213, 219);
  border-radius: 6px;
  gap: 6px;
  cursor: pointer;
  height: 42.19px;
  white-space: nowrap;
}

.country-area-dropdown .dropdown-btn span {
  width: 100%;
  gap: 5px;
  display: inline-flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  font-size: 14px;
}

.country-area-dropdown .dropdown-btn span.dropdown-arrow-icon {
  justify-content: flex-end;
}

.country-area-dropdown .dropdown-btn:focus {
  outline: none;
}

.country-area-dropdown .dropdown-menu {
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
  width: 260px;
  z-index: 10;
  font-size: 14px;
}

.country-area-dropdown .dropdown-menu .country-search-input {
  width: 100%;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #e3e3e3;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease;
  /*&:focus {
  	border-color: #007bff;
  	box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  }*/
}

.country-area-dropdown .dropdown-menu li {
  padding: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.country-area-dropdown .dropdown-menu li:hover {
  cursor: pointer;
}

.country-area-dropdown .dropdown-menu li.highlighted {
  background-color: #f0f0f0;
}

.country-area-dropdown .dropdown-menu img {
  margin-right: 5px;
}

.ui-input .prompt {
  padding: 0.6rem 0.8rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.3s;
  font-family: "Inter", sans-serif;
  width: 100%;
}

.autocomplete-suggestions {
  display: block !important;
  position: absolute !important;
  z-index: 1000 !important;
  width: 100% !important;
  background: white !important;
  border-top: none !important;
  border-right: 1px solid rgb(221, 221, 221) !important;
  border-bottom: 1px solid rgb(221, 221, 221) !important;
  border-left: 1px solid rgb(221, 221, 221) !important;
  border-image: initial !important;
  max-height: 300px !important;
  overflow-y: auto !important;
  max-width: 420px;
}

.autocomplete-suggestions .result {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
}

.autocomplete-suggestions .result .title {
  font-weight: bold;
  font-size: 14px;
}

.autocomplete-suggestions .result .description {
  color: #666;
  font-size: 0.9em;
}

.autocomplete-suggestions.selected {
  background-color: #f5f5f5;
}

.autocomplete-unit-selector {
  color: rgb(33, 133, 208);
  text-decoration: underline;
  display: flex;
  gap: 5px;
  justify-content: start;
  align-items: center;
  margin-top: 4px;
}

.autocomplete-unit-selector .arrow-icon {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

.loading-spinner {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #2185d0;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 0.6s linear infinite;
  margin-left: 5px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --primary:#2b6cff;
  --primary-2:#4f8bff;
  --accent:#00c2a8;
  --muted:#6b7280;
  --bg:#f7fbff;
  --container:1200px;
  --radius:14px;
}

.btn,
.btn:active,
.btn:focus,
.btn:hover {
  box-shadow: none;
}

a:active, a:focus, a:hover {
  text-decoration: none;
  outline: 0 !important;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.base-btn {
  display: inline-block;
  background-color: #00388d !important;
  font-family: "DM Sans", sans-serif;
  padding: 20px 40px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 8px;
  z-index: 9;
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 0;
  overflow: hidden;
}

.base-btn:hover {
  color: #fff;
}

.container-custom {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  .container-custom {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-custom {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-custom {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-custom {
    max-width: 1280px;
  }
}
@media (min-width: 1400px) {
  .container-custom {
    max-width: 1600px;
  }
}
:root {
  --primary:#2b6cff;
  --primary-2:#4f8bff;
  --accent:#00c2a8;
  --muted:#6b7280;
  --bg:#f7fbff;
  --container:1200px;
  --radius:14px;
}

.card {
  display: flex;
  position: relative;
  z-index: 4;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(71, 103, 136, 0.04) 0px 4px 5px 0px, rgba(71, 103, 136, 0.03) 0px 8px 15px 0px, rgba(71, 103, 136, 0.08) 0px 30px 50px 0px;
  border-radius: 16px;
}

.card .content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  min-height: 600px;
}

.card .content h3 {
  text-align: left;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 15px;
}

.card .content h4 {
  color: #0057db;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0px;
  text-align: left;
}

.card .content .save-percent {
  min-height: 25px;
  text-align: left;
  color: rgb(71, 103, 136);
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
}

.card .content .price {
  display: flex;
  align-items: flex-end;
  width: 100%;
  min-height: 52px;
  margin-bottom: 20px;
  gap: 5px;
}

.card .content .price h3 {
  font-size: 38px;
  color: #000000;
  display: block;
  font-weight: 700;
  line-height: 46px;
  margin: 0;
}

.card .content .price .tooltip-wrapper {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  margin: 0;
  outline: none;
}

.card .content .price .tooltip-wrapper .fee-container {
  position: relative;
  margin: 0;
}

.card .content .price .tooltip-wrapper .fee-container .fee {
  display: inline-flex;
  text-underline-offset: 4px;
  margin-left: 4px;
  color: rgb(11, 53, 88);
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
}

.card .content .price .discount-tag {
  display: none;
}

.card .content span {
  font-size: 38px;
  color: #0057db;
  display: block;
  margin: 14px;
  font-weight: 600;
}

.card .content button,
.card .content .btn {
  margin-bottom: 10px;
}

.card .content .pricing-disclaimer {
  text-align: left;
  margin-bottom: 20px;
}

.card .content .title-benefits {
  text-align: left;
  margin: 10px 0 15px 0;
  font-size: 14.5px;
}

.card .content .benefits {
  min-height: 265px;
}

.card .content ul {
  position: relative;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: left;
}

.card .content ul li {
  position: relative;
  font-weight: 400;
  list-style: none;
  display: block;
  padding-left: 20px;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-bottom: 0px !important;
}

.card .content ul li::before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3E%3Cpath stroke='%230B3558' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M11.667 3.5 5.25 9.917 2.333 7'/%3E%3C/svg%3E");
  height: 14px;
  left: -2px;
  margin-top: 2px;
  position: absolute;
  width: 14px;
}

.card .content ul li > ul {
  margin-top: 10px;
}

.hde-cta {
  padding: 90px 0;
  background: radial-gradient(circle at 10% 20%, rgba(43, 108, 255, 0.08), transparent), radial-gradient(circle at 80% 10%, rgba(15, 23, 42, 0.1), transparent);
}

.cta-shell {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  background: #030711;
  border-radius: 36px;
  padding: 48px;
  box-shadow: 0 30px 90px rgba(3, 7, 17, 0.45);
  color: white;
}

.cta-copy h3 {
  font-size: 42px;
  margin-top: 8px;
  margin-bottom: 18px;
  line-height: 40px;
}

.cta-copy p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0;
}

.cta-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.cta-list li {
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 600;
  font-size: 14px;
}

.cta-card {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 28px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cta-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.7);
}

.cta-card-header strong {
  font-size: 16px;
  color: #2ee88d;
}

.cta-card-body ul {
  margin: 12px 0 0;
  padding-left: 20px;
  line-height: 1.6;
}

.cta-card-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .cta-shell {
    padding: 32px;
  }
  .cta-copy h3 {
    font-size: 27px;
    line-height: 29px;
  }
}
.faq {
  padding: 4rem 0;
  background-image: linear-gradient(180deg, #f6f9ff, #e9f0ff);
}

.faq-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.faq .title {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-primary);
}

.faq .faq-inner {
  display: flex;
  gap: 30px;
}

@media (max-width: 992px) {
  .faq .faq-inner {
    flex-direction: column;
  }
}
.faq .list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 900px;
  margin: 0 auto;
}

.faq .list .item {
  border: 1px solid var(--color-border);
  border-radius: 0;
  border-bottom: 1px solid #a5a5a5;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq .list .item .question {
  padding: 0px 1px 15px;
  background-color: var(--color-light);
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq .list .item .question::after {
  content: "+";
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.faq .list .item .question.active::after {
  transform: rotate(45deg);
}

.faq .list .item .answer {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq .list .item .answer-content {
  padding: 0px 1px 15px;
  color: #4a4a4a;
  font-size: 14.5px;
}

.faq .list .item .answer.active {
  padding: 5px 0;
  max-height: 500px;
}

@media (max-width: 768px) {
  .faq {
    padding: 3rem 0;
  }
  .faq .item .title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .faq .item .list .question {
    padding: 1.25rem;
  }
}
.help-card {
  border-radius: 12px;
  background-color: rgb(220, 232, 255);
  display: flex;
  margin-top: 0;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.help-card .help-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
  gap: 5px;
  font-size: 14.5px;
  color: var(--primary);
}

:root {
  --primary:#2b6cff;
  --primary-2:#4f8bff;
  --accent:#00c2a8;
  --muted:#6b7280;
  --bg:#f7fbff;
  --container:1200px;
  --radius:14px;
}

.form-intro {
  margin: 1rem 0px;
  color: rgb(85, 85, 85);
  line-height: 1.5;
  font-size: 15px;
}

.register-form {
  border-radius: 0;
  box-shadow: none;
  padding: 0 10px 0;
  margin-bottom: 10px;
}

.register-form h2, .register-form h3 {
  margin-top: 0;
  color: #333;
  margin-bottom: 4px;
  font-size: 18px;
  font-family: "Inter", sans-serif;
}

.register-form .text-info {
  font-size: 14px;
  color: rgb(85, 85, 85);
  line-height: 1.5;
  margin-bottom: 30px;
}

.register-form .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.register-form .form-group {
  display: flex;
  flex-direction: column;
}

.register-form .form-group label {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.register-form .form-group input,
.register-form .form-group select {
  padding: 0.6rem 0.8rem;
  background-color: #f9fafb;
  border: 1px solid rgb(209, 213, 219);
  border-radius: 6px;
}

.register-form input[readonly] {
  border: 1px solid #ccc;
  cursor: not-allowed;
  pointer-events: none;
  background-color: #e9ecef;
  font-style: italic;
  color: #6c757d;
}

.register-form .form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 1rem;
}

.register-form .form-actions.justify-start {
  justify-content: flex-start;
}

.register-form .form-actions .prev-btn {
  padding: 0.3rem 1.4rem;
  background-color: #ffffff;
  color: rgb(17, 17, 17);
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #c5c5c5;
  font-size: 14px;
}

.register-form .form-actions .prev-btn:focus {
  outline: none;
  border: 1px solid #c5c5c5;
}

.register-form .form-actions .next-btn,
.register-form .form-actions .submit-btn {
  margin-top: 0;
  padding: 0.7rem 1.4rem;
  background-color: #000f42;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #000f42;
  font-size: 14px;
}

.register-form .form-actions .next-btn:focus,
.register-form .form-actions .submit-btn:focus {
  outline: none;
  border: 1px solid #000f42;
}

.register-form .form-actions .next-btn:hover,
.register-form .form-actions .submit-btn:hover {
  background-color: #000b30;
}

.register-form .terms-checkbox {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.register-form .user-section {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background-color: #fafafa;
}

.register-form .user-section .user-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.register-form .user-section .user-header h4 {
  margin: 0;
  color: #333;
  font-size: 18px;
  font-weight: 600;
}

.register-form .user-section .user-header .remove-user-btn {
  background-color: #dc3545;
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.register-form .user-section .user-header .remove-user-btn:hover {
  background-color: #c82333;
}

.register-form .add-user-container {
  text-align: left;
  margin: 2rem 0 1rem;
}

.register-form .add-user-container .add-user-btn {
  background-color: #28a745;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: background-color 0.2s;
}

.register-form .add-user-container .add-user-btn .plus-icon {
  font-size: 18px;
  font-weight: bold;
}

.register-form .add-user-container .add-user-btn:hover {
  background-color: #218838;
}

.register-form.success-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  height: 300px;
  padding: 0;
  margin: 0;
}

.register-form.success-form h5 {
  font-size: 25px;
  margin-bottom: 5px;
}

.register-form.success-form p {
  font-size: 16px;
  text-align: center;
}

.register-form.success-form .back-home-link {
  margin-top: 15px;
  font-size: 14px;
  color: #0057db;
  text-decoration: underline;
}

.is-invalid {
  border-color: #dc3545 !important;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.invalid-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.form-spinner {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #ececec;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spinner 0.6s linear infinite;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner-loader {
  animation: rotate 2s linear infinite;
  width: 1.2em;
  height: 1.2em;
  margin-right: 5px;
  vertical-align: middle;
}

.spinner-loader .path {
  stroke: #015cd3; /* Color celeste */
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.sms-verification-group {
  width: 100%;
  /* Estilo para los diferentes botones */
  /* Estilos para mensajes */
}

@media (min-width: 767px) {
  .sms-verification-group.verify-code-mode .code-entry-section {
    margin-top: 29px;
  }
}
.sms-verification-group .code-entry-section {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
}

.sms-verification-group .input-code {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: none !important;
  flex: 1 1 0%;
  width: 100%;
  transition: all 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.sms-verification-group .input-code:disabled {
  background-color: #efefef;
}

.sms-verification-group .btn-send-input {
  margin: 0;
  overflow: hidden;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  background-color: #f3f4f6;
  border: 1px solid rgb(209, 213, 219);
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 42.19px;
  width: 120px;
  transition: all 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.sms-verification-group .btn-send-input:disabled {
  background-color: #efefef;
}

.sms-verification-group.send-code-mode .code-entry-section.is-verified {
  flex-basis: 100%;
}

.sms-verification-group.send-code-mode .code-entry-section.is-verified .input-code {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  border-right: 1px solid rgb(209, 213, 219) !important;
}

.sms-verification-group.send-code-mode .code-entry-section.is-verified .btn-send-input {
  opacity: 0;
  overflow: hidden;
  flex-shrink: 10;
  width: 0px;
  padding: 0;
  color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.sms-verification-group .btn-cooldown {
  background-color: #ccc; /* Color gris para deshabilitado */
  cursor: not-allowed;
}

.sms-verification-group .error {
  color: #dc3545;
  font-size: 14px;
  margin-top: 0.25rem;
}

.sms-verification-group .success {
  color: #2196f3;
  font-size: 14px;
  margin-top: 0.25rem;
}

.verification-check {
  margin-right: 5px;
  background-color: #28a745;
  color: white;
  border-color: #28a745;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  padding: 2px;
  vertical-align: bottom;
}

.terms-title {
  font-size: 20px;
}

.terms-form {
  gap: 15px 1.5rem;
  margin-top: 0;
  padding-top: 15px;
}

.legal-text {
  margin-top: 2rem;
  font-size: 0.9rem;
  color: #555;
  line-height: 1.6;
}

.legal-text h3 {
  font-size: 19.2px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 2px solid #444;
  padding-bottom: 3px;
  display: inline-block;
}

.legal-text h4 {
  font-size: 15px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}

.legal-text h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.legal-text h6 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.legal-text p {
  margin-bottom: 1rem;
}

.legal-text a {
  color: #007bff;
  text-decoration: none;
}

.legal-text a:hover {
  text-decoration: underline;
}

.legal-text ul {
  margin-bottom: 1rem;
}

.legal-text li {
  margin-bottom: 0.5rem;
}

.legal-text ol {
  margin-bottom: 1rem;
}

.legal-text .last-update {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 2rem;
}

.legal-text .last-update .text-muted {
  display: block;
  color: #777;
}

.form-wrapper {
  max-width: 960px;
  margin: 2rem auto;
  background-color: #fff;
  padding: 2rem;
  border-radius: 12px;
  margin-bottom: 140px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.stepper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  font-family: "DM Sans";
  font-weight: 600;
}

.stepper div,
.stepper h1,
.stepper h2 {
  flex: 1;
  text-align: center;
  padding: 0.6rem;
  border-bottom: 3px solid #ccc;
  font-weight: bold;
  color: #888;
  font-size: 24px;
}

.stepper .active {
  border-color: #0d6efd;
  color: #0d6efd;
}

.not-found-text {
  text-align: center;
  margin: 180px;
}

:root {
  --primary:#2b6cff;
  --primary-2:#4f8bff;
  --accent:#00c2a8;
  --muted:#6b7280;
  --bg:#f7fbff;
  --container:1200px;
  --radius:14px;
}

.mega-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 25px);
  width: calc(var(--container) + 40px);
  max-width: 980px;
  background: linear-gradient(180deg, #ffffff, #e5edff);
  border-radius: 12px;
  padding: 22px;
  box-shadow: 0 30px 60px rgba(2, 6, 23, 0.6);
  display: none;
  z-index: 1200;
}

.mega-inner {
  display: flex;
  gap: 28px;
  align-items: flex-start;
}

.mega-left {
  width: 240px;
  padding-right: 0;
}

.mega-left ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 !important;
  text-align: left;
  gap: 15px;
  padding: 0 !important;
  list-style: none !important;
}

.mega-left ul li:hover, .mega-left ul li.active {
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.7));
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.08);
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
}

.mega-left ul li:hover strong, .mega-left ul li:hover a, .mega-left ul li.active strong, .mega-left ul li.active a {
  color: var(--primary);
}

.mega-left ul li .industries-subcategories {
  display: none;
  opacity: 0;
  transition: opacity 0.25s;
  pointer-events: none;
}

.mega-left ul li .industries-subcategories.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.mega-left ul li a {
  color: #303030;
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.mega-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  /**/
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.7));
  border-radius: 12px;
  padding: 14px;
}

.mega-item {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  text-decoration: none;
  color: #fff;
}

.mega-item .icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(213, 213, 213, 0.26);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 15px;
}

.mega-item .meta {
  text-align: left;
}

.mega-item .meta strong {
  display: block;
  color: var(--primary);
}

.mega-card {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.7));
  border-radius: 12px;
  color: var(--primary);
}

.mega-card .image img {
  width: 220px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
}

.mega-card .content {
  text-align: left;
}

.mega-card .content h4 {
  margin: 0;
  color: var(--primary);
  font-size: 16px;
}

.mega-card .content .muted {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}

.testimonials-grid {
  display: flex;
  gap: 24px;
  justify-content: center;
}

@media (max-width: 992px) {
  .testimonials-grid {
    flex-direction: column;
  }
}
.testimonials-grid .testimonial .testimonial-wrapp {
  padding: 35px;
  justify-content: left !important;
}

.testimonials-grid .testimonial .testimonial-wrapp .testimonial-image img {
  width: 64px;
  height: 64px;
  border-radius: 100%;
}

.testimonials-grid .testimonial .testimonial-wrapp .testimonial-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.testimonials-grid .testimonial .testimonial-wrapp .testimonial-content div p {
  text-align: left;
}

.testimonial-metrics {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 18px 0 42px;
}

.testimonial-metrics div {
  background: white;
  padding: 14px 20px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  min-width: 200px;
}

.testimonial-metrics strong {
  display: block;
  font-size: 28px;
  color: #2b6cff;
}

.testimonial-metrics span {
  color: #475467;
  font-size: 14px;
}

.quote {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 26px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.plan-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 34px 28px;
  box-shadow: 0 25px 80px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.08);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.plan-card.highlighted {
  background: linear-gradient(150deg, #111c44, #1d3b7a);
  color: white;
  border-color: transparent;
}

.plan-badge {
  position: absolute;
  top: -12px;
  right: 24px;
  background: #ffb703;
  color: #111c44;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.plan-card h3 {
  margin: 0;
  font-size: 28px;
}

.plan-tag {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  color: #667085;
  margin-bottom: 8px;
}

.plan-card.highlighted .plan-tag,
.plan-card.highlighted .plan-summary,
.plan-card.highlighted .plan-benefits li,
.plan-card.highlighted small {
  color: rgba(255, 255, 255, 0.8);
}

.plan-price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.plan-price .price {
  font-size: 40px;
  font-weight: 700;
}

.plan-price .period {
  color: #475467;
}

.plan-card.highlighted .period {
  color: rgba(255, 255, 255, 0.7);
}

.plan-summary {
  margin: 12px 0 0;
  color: #475467;
}

.plan-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  font-size: 14px;
}

.plan-benefits li {
  position: relative;
  padding-left: 22px;
  color: #1d2939;
}

.plan-benefits li a {
  text-decoration: underline;
  color: #4a87ff;
  cursor: pointer;
}

.plan-benefits li > ul {
  padding-left: 0;
  margin-top: 10px;
}

.plan-benefits li::marker {
  content: "";
}

.plan-benefits li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2b6cff;
  position: absolute;
  left: 0;
  top: 6px;
}

.plan-card.highlighted .plan-benefits li::before {
  background: #ffb703;
}

.plan-footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.plan-footer a {
  justify-content: center;
}

.plan-footer small {
  color: #98a2b3;
}

.billing-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(43, 108, 255, 0.2);
  border-radius: 999px;
  padding: 6px 12px;
  background: white;
  margin: 16px auto 50px;
}

.billing-option {
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  color: #475467;
}

.billing-option.active {
  background: linear-gradient(90deg, var(--primary), var(--primary-2));
  color: white;
}

.help-section {
  padding: 80px 0 0;
  background-color: #c3d7fd;
  overflow: hidden;
}

.help-content p {
  font-size: 18px;
  line-height: 1.6;
  color: var(--text);
  margin: 0 0 32px;
}

.help-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.help-card {
  background: white;
  padding: 18px 22px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  flex: 1;
  min-width: 220px;
}

.help-card span {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  color: #98a2b3;
}

.help-card a {
  display: block;
  margin: 8px 0;
  font-weight: 700;
  color: var(--primary);
  text-decoration: none;
}

.help-card a:hover {
  text-decoration: underline;
}

.help-card small,
.help-card p {
  margin: 0;
  color: #475467;
}

.support-meta {
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 16px;
  border-radius: 12px;
  min-width: 220px;
}

.support-meta span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #475467;
}

.support-meta strong {
  display: block;
  font-size: 20px;
  color: #111827;
}

@media (max-width: 980px) {
  .help-section {
    padding: 60px 0;
  }
  .help-content {
    text-align: center;
  }
  .help-content h2 {
    font-size: 36px;
  }
  .help-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .help-image {
    margin: 0 auto;
    max-width: 400px;
  }
}
.footer {
  background-color: #001354;
  color: #fff;
  padding: 60px 0 30px;
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer .footer-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2.5rem;
  max-width: 78rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (max-width: 900px) {
  .footer .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.footer .footer-logo img {
  width: 180px;
  height: auto;
  margin-bottom: 1rem;
}

.footer .footer-about p {
  color: #ccc;
  max-width: 30rem;
}

.footer .footer-links h3,
.footer .footer-contact h3 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  padding-bottom: 0.4rem;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul li {
  margin-bottom: 0.5rem;
}

.footer .footer-links ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.2s;
}

.footer .footer-links ul li a:hover {
  color: #7a8197;
}

.footer .footer-contact p {
  margin: 0.25rem 0;
}

.footer .footer-contact p a {
  color: #ccc;
  text-decoration: none;
}

.footer .footer-contact p a:hover {
  color: #7a8197;
}

.footer .social-icons {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
  list-style: none;
  padding: 0;
}

.footer .social-icons a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  transition: background 0.3s;
}

.footer .social-icons a svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.footer .social-icons a:hover {
  background: rgba(255, 255, 255, 0.15);
}

.footer .social-icons a:hover svg {
  fill: #7a8197;
}

@media (max-width: 992px) {
  .footer .social-icons {
    justify-content: center;
  }
}
.footer .footer-bottom {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.85rem;
  color: #aaa;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 1rem;
}

@media (max-width: 600px) {
  .footer .footer-container {
    text-align: center;
  }
  .footer .footer-about p {
    margin: 1rem auto;
  }
}
:root {
  --primary:#2b6cff;
  --primary-2:#4f8bff;
  --accent:#00c2a8;
  --muted:#6b7280;
  --bg:#f7fbff;
  --container:1200px;
  --radius:14px;
}

/* Terminos y condiciones */
.legal-page {
  margin-top: 0;
  padding: 60px 0;
  background-color: #f0f7ff;
  font-family: "Outfit", sans-serif;
}

.legal-page .legal-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.legal-page .legal-content h1 {
  color: #333333;
  margin-bottom: 30px;
  text-align: center;
}

.legal-page .legal-content .title {
  margin-bottom: 2px;
}

.legal-page .legal-content .subtitle.last-update {
  font-style: italic;
  margin-top: 0;
  margin-bottom: 30px;
  color: #7f7f7f;
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  text-transform: none;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
}

.legal-page .legal-content h2 {
  color: #0057db;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.legal-page .legal-content .legal-intro {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
}

.legal-page .legal-content .legal-intro strong {
  font-weight: 600;
  color: #000000;
}

.legal-page .legal-content .legal-intro b {
  font-weight: 600;
  color: #000000;
}

.legal-page .legal-content .legal-section {
  margin-bottom: 30px;
}

.legal-page .legal-content .legal-section:last-child {
  margin-bottom: 0;
}

.legal-page .legal-content .legal-section ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}

.legal-page .legal-content .legal-section ul li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.legal-page .legal-content .legal-section .contact-info {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0;
}

.legal-page .legal-content .legal-section .contact-info li {
  margin-bottom: 4px;
}

.legal-page .legal-content .legal-section .contact-info li:last-child {
  margin-bottom: 0;
}

.legal-page .legal-content .legal-section .contact-info a {
  color: #0057db;
  text-decoration: none;
}

.legal-page .legal-content .legal-section .contact-info a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .legal-page {
    margin-top: 96px;
  }
}
.plans {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 0;
  text-align: center;
  padding-bottom: 76px;
  background: radial-gradient(circle at 50% 50%, #e8efff 0%, #d4e2ff 20%, rgba(195, 215, 253, 0.2117647059) 30%, #ffffff 100%);
}

.plans .content-row {
  gap: 60px 0;
}

.plans .headline {
  width: 100%;
  margin-bottom: 24px;
}

.plans .headline h2 {
  color: #000000;
  font-weight: 600;
  font-family: "DM Sans";
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  margin-bottom: 0;
  text-align: center;
}

.plans .content {
  box-sizing: border-box;
  max-width: 100%;
  flex-basis: 50%;
  margin-bottom: 50px;
}

.plans .content p {
  color: #000000;
  text-align: center;
  font-size: 18px;
}

.plans .btn-cta {
  text-align: center;
}

@media (max-width: 768px) {
  .plans .headline h2 {
    font-size: 32px;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.business-applications {
  max-width: 100%;
  background-color: rgb(236, 236, 236);
  background-size: auto;
  padding: 0;
}

.business-applications .inner {
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 78rem;
}

.business-applications .inner h2 {
  font-family: "DM Sans";
  color: #000;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  text-align: inherit;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .business-applications .inner {
    padding-bottom: 40px;
  }
  .business-applications .inner h2 {
    font-size: 35px;
  }
}
.testimonials .inner .headline {
  margin-bottom: 24px;
}

.testimonials .inner .headline h2 {
  font-family: "DM Sans";
  color: #000;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  margin-bottom: 0;
}

.testimonials .inner .content {
  box-sizing: border-box;
  max-width: 100%;
  flex-basis: 50%;
  margin-bottom: 40px;
}

.testimonials .inner .content p {
  color: #363636;
  text-align: center;
  font-size: 18px;
}

@media (max-width: 768px) {
  .testimonials .inner .content {
    flex-basis: initial;
  }
  .testimonials .inner .content p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .testimonials .inner .headline h2 {
    font-size: 32px;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.next-steps h2 {
  font-family: "DM Sans", sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  text-align: inherit;
  margin-bottom: 0;
}

.next-steps h3 {
  font-family: "DM Sans";
  color: #000;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  text-align: inherit;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .next-steps .inner .ed-element .inner .ed-element h2 {
    font-size: 32px;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
:root {
  --primary:#2b6cff;
  --primary-2:#4f8bff;
  --accent:#00c2a8;
  --muted:#6b7280;
  --bg:#f7fbff;
  --container:1200px;
  --radius:14px;
}

body.white-gradient,
.white-gradient {
  background-image: linear-gradient(180deg, #ffffff, #e5edff);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #ffffff;
  color: #333333;
}

.banner-title {
  margin-bottom: 24px;
}

.banner-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 4rem 0;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.banner-content h1 {
  font-size: 90px;
  line-height: 1;
  letter-spacing: 0.5px;
}

/* Hero Section */
.banner-section {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 137px;
}

.banner-section .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner-section .video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-section .banner-content {
  padding: 4rem 0;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.banner-section .banner-content h1 {
  font-size: 90px;
  line-height: 1;
  letter-spacing: 0.5px;
}

.banner-section .banner-content .content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.banner-section .banner-content .content-wrapper .logo-section {
  margin-bottom: 2rem;
  text-align: center;
}

.banner-section .banner-content .content-wrapper .banner-title {
  font-family: "Outfit", sans-serif;
  color: #ffffff;
  width: 100%;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0px;
  font-weight: 300;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  position: relative;
  padding: 20px;
  background: #083b66;
  display: inline-block;
  margin-bottom: 20px;
}

.banner-section .banner-content .content-wrapper .banner-text {
  background: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.5;
  color: #333333;
  font-family: "Outfit", sans-serif;
  padding: 25px;
}

.banner-section .banner-content .content-wrapper .banner-text .services-list {
  font-size: 18px;
  margin: 1.5rem 0;
}

.banner-section .banner-content .content-wrapper .banner-text .services-list li {
  margin-bottom: 0.5rem;
}

.banner-section .banner-content .content-wrapper .button-section .cta-button {
  display: inline-block;
  border-width: 0px;
  border-style: solid;
  border-radius: 0px;
  max-width: 100%;
  box-shadow: none;
  transform: none;
  transition: all 0.3s ease-in-out;
  background: #4067a0;
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
  font-family: "Outfit", sans-serif;
  letter-spacing: 0px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  line-height: 1.5;
  text-decoration: none;
  margin-top: 2rem;
}

.banner-section .banner-content .content-wrapper .button-section .cta-button:hover {
  color: #ffffff;
  text-decoration: none;
}

.banner-section .banner-content .content-wrapper .button-section .cta-button:active {
  color: #ffffff;
  text-decoration: none;
}

.banner-section .banner-content .content-wrapper .button-section .cta-button:focus {
  color: #ffffff;
  text-decoration: none;
}

.banner-section .scroll-indicator {
  text-align: center;
  margin-top: 2rem;
}

.banner-section .scroll-indicator svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

@media (max-width: 991px) {
  .banner-section {
    margin-top: 96px;
  }
}
@media (max-width: 768px) {
  .banner-content {
    padding: 20px 0 40px 0;
  }
  .banner-content .inner .banner-title h1 {
    font-size: 45px;
    margin-top: 16px;
  }
  .banner-section {
    /*.video-background {
    	max-height: 635px;
    }*/
  }
  .banner-section .banner-content .content-wrapper .logo-section img {
    max-width: 100%;
    width: 100%;
  }
  .banner-section .banner-content .content-wrapper .banner-title {
    font-size: 20px;
  }
  .banner-section .banner-content .content-wrapper .banner-text {
    display: none;
  }
  .banner-section .banner-content .content-wrapper .button-section .cta-button {
    margin-top: 0;
  }
}
.features-crm .inner .headline {
  margin-bottom: 24px;
}

.features-crm .inner .headline h2 {
  font-family: "DM Sans";
  color: #000000;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  margin-bottom: 0;
}

.features-crm .inner .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
}

.features-crm .inner .content .description-crm {
  color: #000000;
  text-align: center;
  font-size: 16px;
  max-width: 750px;
}

@media (max-width: 768px) {
  .features-crm .inner .headline h2 {
    font-size: 32px;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
/* Services Section */
.services-section {
  background-color: #f0f7ff;
}

.services-section .section-title {
  text-align: center;
  margin-bottom: 3rem;
}

.services-section .section-title h2 {
  font-size: 2rem;
  font-family: "Outfit", sans-serif;
  color: #00388d;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.services-section .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  position: relative;
  z-index: 2;
}

.services-section .services-grid .service-box {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.services-section .services-grid .service-box .service-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.services-section .services-grid .service-box .service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-section .services-grid .service-box .service-title {
  font-family: "Outfit", sans-serif;
  color: #00388d;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding: 1.5rem 1.5rem 1rem;
  margin: 0;
  line-height: 1.2;
}

.services-section .services-grid .service-box .service-description {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #333333;
  text-align: center;
  padding: 0 1.5rem;
  margin: 0;
  flex: 1;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .services-section .services-grid .service-box .services-section .section-title {
    margin-bottom: 2rem;
  }
  .services-section .services-grid .service-box .services-section .section-title h2 {
    font-size: 26px;
    line-height: 28px;
  }
  .services-section .services-grid .service-box .services-grid {
    grid-template-columns: 1fr;
  }
}
/* Our Work Section */
.our-work-section {
  position: relative;
  padding: 6rem 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  background-image: url("/images/our-work.jpg");
  color: #ffffff;
}

.our-work-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #003892, #00388d);
  opacity: 0.8;
  z-index: 1;
  pointer-events: none;
}

.our-work-section .cta-box {
  text-align: center;
}

.our-work-section .cta-box .cta-title {
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 100;
  position: relative;
}

.our-work-section .cta-box .phone-numbers {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.our-work-section .cta-box .phone-numbers .phone-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.6rem 1.6rem;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.our-work-section .cta-box .phone-numbers .phone-link:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  text-decoration: none;
}

.our-work-section .cta-box .phone-numbers .phone-link:focus {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  text-decoration: none;
}

.our-work-section .cta-box .phone-numbers .phone-link:active {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  text-decoration: none;
}

.our-work-section .cta-box .phone-numbers .phone-link .icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

@media (max-width: 768px) {
  .cta-section .cta-box .cta-title {
    font-size: 21px;
    line-height: 25px;
  }
  .cta-section .cta-box .phone-numbers {
    flex-direction: column;
    gap: 1rem;
  }
  .cta-section .cta-box .phone-numbers .phone-link {
    font-size: 16px;
    gap: 14px;
  }
  .cta-section .cta-box .phone-numbers .phone-link .icon {
    width: 18px;
    height: 18px;
  }
}
.about-us-section {
  padding: 80px 0;
}

.about-us-section .image-wrapper {
  position: relative;
  overflow: hidden;
}

.about-us-section .image-wrapper .about-us-img {
  max-width: 100%;
  border-top-right-radius: 25px;
  display: flex;
  align-items: end;
  justify-content: end;
  height: 600px;
  object-fit: cover;
  margin-left: auto;
  position: relative;
}

.about-us-section .image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 90px;
  width: 60px;
  height: 120px;
  background-color: rgba(0, 73, 183, 0.81);
  border-radius: 2px;
  z-index: 1;
  pointer-events: none;
}

.about-us-section .content-description {
  max-width: 480px;
  height: 100%;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-us-section .content-description .about-us-history {
  padding-left: 40px;
  margin-bottom: auto;
}

.about-us-section .content-description .about-us-history .section-title {
  margin-bottom: 30px;
}

.about-us-section .content-description .about-us-history .section-title h2 {
  font-size: 16px;
  line-height: 16px;
  color: #0d6efd;
}

.about-us-section .content-description .about-us-history .section-title h3 {
  text-transform: lowercase;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.about-us-section .content-description .about-us-history .section-title h3 .blue-text {
  color: #0d6efd;
}

.about-us-section .content-description .about-us-history p {
  font-weight: 100;
  font-size: 16.5px;
}

.about-us-section .content-description .blue-box {
  background-color: #0d6efd;
  color: white;
  padding: 30px 30px 20px;
  border-top-right-radius: 15px;
}

.about-us-section .content-description .blue-box p {
  font-weight: 100;
  font-size: 16px;
}

@media (max-width: 1200px) {
  .about-us-section .image-wrapper::before {
    left: 0px;
  }
}
@media (max-width: 991px) {
  .about-us-section .image-wrapper .about-us-img {
    margin-left: initial;
    border: none;
    border-radius: 0;
    width: 100%;
    height: 350px;
    margin-bottom: 50px;
  }
  .about-us-section .image-wrapper::before {
    display: none;
  }
  .about-us-section .content-description {
    max-width: initial;
    height: initial;
    min-height: initial;
  }
  .about-us-section .content-description .about-us-history {
    margin-bottom: 20px;
  }
}
.demo-form {
  position: relative;
  background-image: url(/images/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

form {
  max-width: 900px;
  margin: 40px auto;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  margin-bottom: 6px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.form-group input, .form-group select {
  padding: 7px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 0.3s;
  font-family: "Inter", sans-serif;
}

.form-group input:focus, .form-group select:focus {
  color: rgba(0, 0, 0, 0.95);
  border-color: #85b7d9;
  border-radius: 0.28571429rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.35) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.35) inset;
  outline: 0;
}

.submit-btn {
  min-width: 100px;
  margin-top: 25px;
  background-color: #457b9d;
  color: #fff;
  padding: 12px 22px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.submit-btn:hover {
  background-color: #1d3557;
}

:root {
  --primary:#2b6cff;
  --primary-2:#4f8bff;
  --accent:#00c2a8;
  --muted:#6b7280;
  --bg:#f7fbff;
  --container:1200px;
  --radius:14px;
}

.status.success {
  padding: 8px 24px;
  border-radius: 999px;
  background: rgba(0, 200, 83, 0.18);
  color: #2ee88d;
  font-size: 13px;
  font-weight: 600;
}

.integration-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.integration-tags span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
}

.hero-sla-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 13px;
}

.hero-sla-pill .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2ee88d;
  display: inline-block;
}

@media (max-width: 992px) {
  .hero {
    padding: 100px 0 60px;
  }
  .hero .hero-inner {
    flex-direction: column;
  }
  .hero .left h1 {
    font-size: 42px;
  }
}
@media (max-width: 576px) {
  .hero .left h1 {
    font-size: 34px;
  }
}
.r-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(43, 108, 255, 0.12);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.r-btn.primary {
  background: linear-gradient(90deg, var(--primary), var(--primary-2));
  color: white;
}

.r-btn.primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(43, 108, 255, 0.16);
}

.r-btn.ghost {
  border: 1px solid rgba(43, 108, 255, 0.12);
  background: white;
  color: var(--primary);
}

.plan-toggle {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 12px;
  background: transparent;
  border: 1px solid rgba(43, 108, 255, 0.12);
  border-radius: 8px;
  color: var(--primary);
  cursor: pointer;
  font-weight: 600;
}

.plan-details {
  margin-top: 12px;
  display: none;
  padding-top: 8px;
  border-top: 1px dashed rgba(0, 0, 0, 0.06);
  color: var(--muted);
}

.plan-details.active {
  display: block;
}

.muted {
  color: var(--muted);
}

/* ======= Reboot ======= */
*,
*::before,
*::after {
  box-sizing: border-box; /* 1 */
}

html {
  font-family: sans-serif; /* 2 */
  line-height: 1.15; /* 3 */
  -webkit-text-size-adjust: 100%; /* 4 */
  -ms-text-size-adjust: 100%; /* 4 */
  -ms-overflow-style: scrollbar; /* 5 */
  -webkit-tap-highlight-color: transparent; /* 6 */
}

/* IE10+ doesn't honor `<meta name="viewport">` in some cases. */
@-ms-viewport {
  width: device-width;
}
/* stylelint-disable selector-list-comma-newline-after
Shim for "new" HTML5 structural elements to display correctly (IE10, older browsers) */
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0; /* 1 */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  text-align: left; /* 3 */
  background-color: #fff; /* 2 */
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] { /* 4 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted; /* 2 */
  text-decoration: underline dotted; /* 2 */
  cursor: help; /* 3 */
  border-bottom: 0; /* 1 */
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; /* Undo browser default */
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic; /* Add the correct font style in Android 4.3- */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

small {
  font-size: 80%; /* Add the correct font size in all browsers */
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Links
*/
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; /* Remove the gray background on active links in IE 10. */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+. */
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace; /* Correct the inheritance and scaling of font size in all browsers. */
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers. */
}

pre {
  /* Remove browser default top margin */
  margin-top: 0;
  /* Reset browser default of `1em` to use `rem`s */
  margin-bottom: 1rem;
  /* Don't allow content to break outside */
  overflow: auto;
  /* We have @viewport set which causes scrollbars to overlap content in IE11 and Edge, so we force a non-overlapping, non-auto-hiding scrollbar to counteract. */
  -ms-overflow-style: scrollbar;
}

figure {
  /* Apply a consistent margin strategy (matches our type styles). */
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none; /* Remove the border on images inside links in IE 10-. */
}

svg:not(:root) {
  overflow: hidden; /* Hide the overflow in IE */
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse; /* Prevent double borders */
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  /* Matches default `<td>` alignment by inheriting from the `<body>`, or the closest parent with a set `text-align`. */
  text-align: inherit;
}

label {
  /* Allow labels to use `margin` for spacing. */
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0; /* Remove the margin in Firefox and Safari */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible; /* Show the overflow in Edge */
}

button,
select {
  text-transform: none; /* Remove the inheritance of text transform in Firefox */
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box; /* 1. Add the correct box sizing in IE 10- */
  padding: 0; /* 2. Remove the padding in IE 10- */
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
  appearance: listbox;
}

textarea {
  overflow: auto; /* Remove the default vertical scrollbar in IE. */
  /* Textareas should really only resize vertically so they don't break their (horizontal) containers. */
  resize: vertical;
}

fieldset {
  min-width: 0;
  /* Reset the default outline behavior of fieldsets so they don't affect page layout. */
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%; /* 1 */
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline; /* Add the correct vertical alignment in Chrome, Firefox, and Opera. */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

template {
  display: none; /* Add the correct display in IE */
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Regular-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Bold-Italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-display: swap;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  src: url(/webcard/static/fonts/fontawesome-webfont.8b43027f.eot);
  src: url(/webcard/static/fonts/fontawesome-webfont.8b43027f.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/webcard/static/fonts/fontawesome-webfont.20fd1704.woff2) format("woff2"), url(/webcard/static/fonts/fontawesome-webfont.f691f37e.woff) format("woff"), url(/webcard/static/fonts/fontawesome-webfont.1e59d233.ttf) format("truetype"), url(/webcard/static/images/fontawesome-webfont.c1e38fd9.svg#fontawesomeregular) format("svg");
}
.fa {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  text-align: center;
  width: 1.28571429em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.14285714em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2.14285714em;
  position: absolute;
  text-align: center;
  top: 0.14285714em;
  width: 2.14285714em;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s linear infinite;
}

.fa-pulse {
  animation: fa-spin 1s steps(8) infinite;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scaleY(-1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}

.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}

.fa-krw:before,
.fa-won:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0";
}

.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-television:before,
.fa-tv:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-address-card:before,
.fa-vcard:before {
  content: "\f2bb";
}

.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}

.slick-list,
.slick-slider {
  display: block;
  position: relative;
}

.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}

.slick-track {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

:root {
  --primary:#2b6cff;
  --primary-2:#4f8bff;
  --accent:#00c2a8;
  --muted:#6b7280;
  --bg:#f7fbff;
  --container:1200px;
  --radius:14px;
}

/* Global resets */
/*body {
    background:var(--bg);
    font-family:Inter, 'DM Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
    color:#111827;
}*/
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

/* small helpers */
.muted {
  color: var(--muted);
}

p {
  margin-top: 0;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  display: block;
  border-top: 1px solid #e1e1e1;
  margin: 50px 0;
  width: 100%;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

ol {
  padding: 0;
}

ol li {
  list-style-position: inside;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0.75rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1.5rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #363636;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1.5rem;
  overflow: auto;
}

figure {
  margin: 0 0 1.5rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

.see-more {
  display: flex;
  align-items: center;
  margin-top: 4px;
  gap: 5px;
  font-size: 14.5px;
  color: var(--primary);
}

.background {
  background-image: url("/images/background.jpg");
  background-color: #001435;
}

img,
.background-image-holder {
  image-rendering: -webkit-optimize-contrast;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  color: #363636;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #7a7c7b;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=radio]:disabled,
input[type=checkbox]:disabled {
  cursor: false;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

body {
  margin: 0;
  font-family: "Inter";
  font-weight: 400;
  color: #363636;
  background-color: #fff;
  text-transform: none;
  font-style: normal;
  text-align: inherit;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;
}

.link-text {
  color: #0d6efd;
  text-decoration: underline;
}

@keyframes zoominout {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes move_horizontal {
  0% {
    transform: scale(1.3) translateX(0%);
  }
  50% {
    transform: scale(1.3) translateX(5%);
  }
  100% {
    transform: scale(1.3) translateX(0%);
  }
}
@keyframes move_vertical {
  0% {
    transform: scale(1.3) translateY(0%);
  }
  50% {
    transform: scale(1.3) translateY(5%);
  }
  100% {
    transform: scale(1.3) translateY(0%);
  }
}
/* layout */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

.d-inline-block {
  display: inline-block !important;
}

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.badge {
  border-color: rgb(211, 211, 211);
  padding: 4px 12px;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  display: inline-flex;
  background-color: rgba(185, 185, 185, 0.33);
  font-size: 15px;
}

@media (max-width: 768px) {
  .badge {
    font-size: 13px;
  }
}
.badge.badge-white {
  border-color: rgb(255, 255, 255);
  color: #ffffff;
  flex-basis: auto;
}

.badge.badge-white a {
  color: #ffffff;
}

.section {
  padding: 3rem 1.5rem 5rem;
}

.section .section-text {
  border-color: rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
  text-align: center;
}

.section .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important;
  max-width: 78rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.section .inner .headline {
  margin-bottom: 24px;
}

.section .inner .headline h1,
.section .inner .headline h2,
.section .inner .headline h3,
.section .inner .headline h4,
.section .inner .headline h5,
.section .inner .headline h6 {
  font-family: "DM Sans";
  color: #000000;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  margin-bottom: 0;
}

.section .inner .content {
  box-sizing: border-box;
  max-width: 100%;
  margin-bottom: 20px;
}

.section .inner .content p {
  color: #000000;
  text-align: center;
  font-size: 16px;
}

:root {
  --primary:#2b6cff;
  --primary-2:#4f8bff;
  --accent:#00c2a8;
  --muted:#6b7280;
  --bg:#f7fbff;
  --container:1200px;
  --radius:14px;
}

.validation_messages {
  margin-top: 20px;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.country-area-dropdown {
  position: relative;
  display: inline-block;
}

.country-area-dropdown .dropdown-btn {
  display: flex;
  width: 100%;
  padding: 0.6rem 0.8rem;
  background-color: #f3f4f6;
  border: 1px solid rgb(209, 213, 219);
  border-radius: 6px;
  gap: 6px;
  cursor: pointer;
  height: 42.19px;
  white-space: nowrap;
}

.country-area-dropdown .dropdown-btn span {
  width: 100%;
  gap: 5px;
  display: inline-flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  font-size: 14px;
}

.country-area-dropdown .dropdown-btn span.dropdown-arrow-icon {
  justify-content: flex-end;
}

.country-area-dropdown .dropdown-btn:focus {
  outline: none;
}

.country-area-dropdown .dropdown-menu {
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
  width: 260px;
  z-index: 10;
  font-size: 14px;
}

.country-area-dropdown .dropdown-menu .country-search-input {
  width: 100%;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #e3e3e3;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease;
  /*&:focus {
      border-color: #007bff;
      box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  }*/
}

.country-area-dropdown .dropdown-menu li {
  padding: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.country-area-dropdown .dropdown-menu li:hover {
  cursor: pointer;
}

.country-area-dropdown .dropdown-menu li.highlighted {
  background-color: #f0f0f0;
}

.country-area-dropdown .dropdown-menu img {
  margin-right: 5px;
}

.ui-input .prompt {
  padding: 0.6rem 0.8rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.3s;
  font-family: "Inter", sans-serif;
  width: 100%;
}

.autocomplete-suggestions {
  display: block !important;
  position: absolute !important;
  z-index: 1000 !important;
  width: 100% !important;
  background: white !important;
  border-top: none !important;
  border-right: 1px solid rgb(221, 221, 221) !important;
  border-bottom: 1px solid rgb(221, 221, 221) !important;
  border-left: 1px solid rgb(221, 221, 221) !important;
  border-image: initial !important;
  max-height: 300px !important;
  overflow-y: auto !important;
  max-width: 420px;
}

.autocomplete-suggestions .result {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
}

.autocomplete-suggestions .result .title {
  font-weight: bold;
  font-size: 14px;
}

.autocomplete-suggestions .result .description {
  color: #666;
  font-size: 0.9em;
}

.autocomplete-suggestions.selected {
  background-color: #f5f5f5;
}

.autocomplete-unit-selector {
  color: rgb(33, 133, 208);
  text-decoration: underline;
  display: flex;
  gap: 5px;
  justify-content: start;
  align-items: center;
  margin-top: 4px;
}

.autocomplete-unit-selector .arrow-icon {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

.loading-spinner {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #2185d0;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 0.6s linear infinite;
  margin-left: 5px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --primary:#2b6cff;
  --primary-2:#4f8bff;
  --accent:#00c2a8;
  --muted:#6b7280;
  --bg:#f7fbff;
  --container:1200px;
  --radius:14px;
}

.btn,
.btn:active,
.btn:focus,
.btn:hover {
  box-shadow: none;
}

a:active, a:focus, a:hover {
  text-decoration: none;
  outline: 0 !important;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.base-btn {
  display: inline-block;
  background-color: #00388d !important;
  font-family: "DM Sans", sans-serif;
  padding: 20px 40px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 8px;
  z-index: 9;
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 0;
  overflow: hidden;
}

.base-btn:hover {
  color: #fff;
}

.r-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(43, 108, 255, 0.12);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.r-btn.primary {
  background: linear-gradient(90deg, var(--primary), var(--primary-2));
  color: white;
}

.r-btn.primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(43, 108, 255, 0.16);
}

.r-btn.ghost {
  border: 1px solid rgba(43, 108, 255, 0.12);
  background: white;
  color: var(--primary);
}

.container-custom {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  .container-custom {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-custom {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-custom {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-custom {
    max-width: 1280px;
  }
}
@media (min-width: 1400px) {
  .container-custom {
    max-width: 1600px;
  }
}
:root {
  --primary:#2b6cff;
  --primary-2:#4f8bff;
  --accent:#00c2a8;
  --muted:#6b7280;
  --bg:#f7fbff;
  --container:1200px;
  --radius:14px;
}

.card {
  display: flex;
  position: relative;
  z-index: 4;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(71, 103, 136, 0.04) 0px 4px 5px 0px, rgba(71, 103, 136, 0.03) 0px 8px 15px 0px, rgba(71, 103, 136, 0.08) 0px 30px 50px 0px;
  border-radius: 16px;
}

.card .content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  min-height: 600px;
}

.card .content h3 {
  text-align: left;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 15px;
}

.card .content h4 {
  color: #0057db;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0px;
  text-align: left;
}

.card .content .save-percent {
  min-height: 25px;
  text-align: left;
  color: rgb(71, 103, 136);
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
}

.card .content .price {
  display: flex;
  align-items: flex-end;
  width: 100%;
  min-height: 52px;
  margin-bottom: 20px;
  gap: 5px;
}

.card .content .price h3 {
  font-size: 38px;
  color: #000000;
  display: block;
  font-weight: 700;
  line-height: 46px;
  margin: 0;
}

.card .content .price .tooltip-wrapper {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  margin: 0;
  outline: none;
}

.card .content .price .tooltip-wrapper .fee-container {
  position: relative;
  margin: 0;
}

.card .content .price .tooltip-wrapper .fee-container .fee {
  display: inline-flex;
  text-underline-offset: 4px;
  margin-left: 4px;
  color: rgb(11, 53, 88);
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
}

.card .content .price .discount-tag {
  display: none;
}

.card .content span {
  font-size: 38px;
  color: #0057db;
  display: block;
  margin: 14px;
  font-weight: 600;
}

.card .content button,
.card .content .btn {
  margin-bottom: 10px;
}

.card .content .pricing-disclaimer {
  text-align: left;
  margin-bottom: 20px;
}

.card .content .title-benefits {
  text-align: left;
  margin: 10px 0 15px 0;
  font-size: 14.5px;
}

.card .content .benefits {
  min-height: 265px;
}

.card .content ul {
  position: relative;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: left;
}

.card .content ul li {
  position: relative;
  font-weight: 400;
  list-style: none;
  display: block;
  padding-left: 20px;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-bottom: 0px !important;
}

.card .content ul li::before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3E%3Cpath stroke='%230B3558' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M11.667 3.5 5.25 9.917 2.333 7'/%3E%3C/svg%3E");
  height: 14px;
  left: -2px;
  margin-top: 2px;
  position: absolute;
  width: 14px;
}

.card .content ul li > ul {
  margin-top: 10px;
}

.hde-cta {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.hde-cta .cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hde-cta .cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(2px);
}

.hde-cta .cta-bg .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
  backdrop-filter: blur(2px);
}

.hde-cta .box {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin: 0 auto;
  padding: 60px;
  border-radius: 24px;
  background: rgba(229, 237, 255, 0.7411764706);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 24px -1px rgba(0, 0, 0, 0.1), 0 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.hde-cta .box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
  pointer-events: none;
}

.hde-cta .box .content {
  position: relative;
  z-index: 100;
  text-align: center;
}

.hde-cta .box .content h3 {
  font-size: 28px;
  line-height: 1;
  color: #111827;
  margin: 0 0 12px;
}

.hde-cta .box .content p {
  font-size: 17px;
  line-height: 1.6;
  color: #4B5563;
  margin: 0 0 25px;
}

.hde-cta .box .cta-actions .r-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.2s;
}

.hde-cta .box .cta-actions .r-btn svg {
  transition: transform 0.2s;
}

.hde-cta .box .cta-actions .r-btn:hover {
  gap: 12px;
}

.hde-cta .box .cta-actions .r-btn:hover svg {
  transform: translateX(4px);
}

@media (max-width: 768px) {
  .hde-cta {
    padding: 40px 20px;
    margin: 40px 0;
  }
  .hde-cta .box {
    padding: 40px 24px;
    border-radius: 16px;
  }
  .hde-cta .content h3 {
    font-size: 28px;
  }
  .hde-cta .content p {
    font-size: 16px;
  }
}
/*Hero*/
.hero-section {
  margin-top: 142px;
  position: relative;
  height: 90vh;
  background: url("/images/hero.jpg") no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #4279d1, rgba(0, 0, 0, 0.08));
}

.hero-content {
  position: relative;
  text-align: left;
  color: white;
  max-width: 800px;
  padding: 0 20px;
}

.hero-content h1 {
  font-size: 3.8rem;
  margin-bottom: 1rem;
  line-height: 60px;
  font-weight: 600;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.hero-btn {
  background-color: #ffffff;
  font-weight: 600;
  color: #4279d1;
  border: none;
  padding: 1rem 2rem;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
}

.hero-btn:hover {
  background-color: #e9e9e9;
  text-decoration: none;
  color: #4279d1;
}

@media (max-width: 991px) {
  .hero-section {
    margin-top: 102px;
  }
}
@media (max-width: 767px) {
  .hero-section {
    margin-top: 184px;
  }
  .hero-content h1 {
    font-size: 2rem;
  }
}
.hero {
  background: radial-gradient(circle at 55% 30%, rgb(0, 123, 255) 0%, rgb(0, 42, 128) 40%, rgb(0, 8, 20) 85%, rgb(0, 0, 0) 100%);
  padding: 140px 0 120px;
  color: white;
}

.hero .hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  color: white;
}

.hero .hero-inner .muted {
  color: white;
}

.hero .left,
.hero .right {
  flex: 1;
  width: 100%;
}

.hero .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.hero .left h1 {
  font-size: 56px;
  line-height: 1.05;
  margin: 0 0 18px;
  font-weight: 700;
  color: white;
}

@media (max-width: 768px) {
  .hero .left h1 {
    font-size: 32px;
  }
}
.hero .left p.lead {
  /*font-size: 20px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 28px;
  max-width: 640px;*/
  font-size: 18px;
  color: var(--muted);
  margin: 0 0 24px;
  max-width: 620px;
  color: white;
  text-align: center;
}

.hero .left .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.hero .left .hero-eyebrow .hero-sla {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero .left .hero-stats {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  margin: 34px 0 26px;
}

@media (max-width: 768px) {
  .hero .left .hero-stats {
    display: none;
  }
}
.hero .left .hero-stats .stat {
  min-width: 150px;
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero .left .hero-stats .stat-value {
  font-size: 28px;
  font-weight: 700;
  display: block;
}

.hero .left .hero-stats .stat-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.hero .left .hero-trust {
  margin-top: 22px;
}

.hero .left .hero-trust p {
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.hero .left .ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .hero .left .ctas {
    justify-content: center;
  }
}
.hero .left .hero-logos {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.hero .left .hero-logos img {
  height: 34px;
  width: 34px;
  border-radius: 6px;
  object-fit: cover;
  filter: grayscale(20%);
  opacity: 0.9;
}

.hero .right {
  flex: 1;
  display: flex;
  justify-content: center;
}

.hero .right .screenshot {
  width: 100%;
  max-width: 1024px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
  overflow: hidden;
}

.hero .right .hero-dashboard {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero .right .hero-dashboard .hero-card {
  background: rgba(8, 15, 34, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  box-shadow: 0 20px 50px rgba(0, 8, 20, 0.35);
}

@media (max-width: 992px) {
  .hero .right .hero-dashboard .hero-card {
    align-items: flex-end;
    gap: 10px;
  }
}
.hero .right .hero-dashboard .hero-card.center {
  padding: 0;
  overflow: hidden;
  background: rgba(3, 7, 17, 0.9);
}

.hero .right .hero-dashboard .hero-card.center img {
  width: 100%;
  display: block;
}

@media (max-width: 992px) {
  .hero {
    flex-direction: column;
    padding: 90px 0 48px 0;
  }
  .hero .left h1 {
    font-size: 42px;
  }
}
@media (max-width: 576px) {
  .hero .left h1 {
    font-size: 34px;
    text-align: center;
  }
}
/*Intro Banner*/
.parallax-intro h2 {
  color: white;
  font-size: 44.8px;
  text-align: center;
}

.parallax-intro p {
  color: white;
  font-size: 20.8px;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .parallax-intro h2 {
    font-size: 1.5rem;
  }
  .parallax-intro p {
    font-size: 1.1rem;
  }
}
.faq {
  padding: 4rem 0;
  background-image: linear-gradient(180deg, #f6f9ff, #e9f0ff);
}

.faq-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.faq .title {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-primary);
}

@media (max-width: 768px) {
  .faq .title {
    font-size: 36px;
    line-height: 1;
  }
}
.faq .faq-inner {
  display: flex;
  gap: 30px;
}

@media (max-width: 992px) {
  .faq .faq-inner {
    flex-direction: column;
  }
}
.faq .list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 900px;
  margin: 0 auto;
}

.faq .list .item {
  border: 1px solid var(--color-border);
  border-radius: 0;
  border-bottom: 1px solid #a5a5a5;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq .list .item .question {
  padding: 0px 1px 15px;
  background-color: var(--color-light);
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq .list .item .question::after {
  content: "+";
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.faq .list .item .question.active::after {
  transform: rotate(45deg);
}

.faq .list .item .answer {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq .list .item .answer-content {
  padding: 0px 1px 15px;
  color: #4a4a4a;
  font-size: 14.5px;
}

.faq .list .item .answer.active {
  padding: 5px 0;
  max-height: 500px;
}

@media (max-width: 768px) {
  .faq {
    padding: 3rem 0;
  }
  .faq .item .title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .faq .item .list .question {
    padding: 1.25rem;
  }
}
.help-card {
  border-radius: 12px;
  background-color: rgb(220, 232, 255);
  display: flex;
  margin-top: 0;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.help-card .help-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
  gap: 5px;
  font-size: 14.5px;
  color: var(--primary);
}

:root {
  --primary:#2b6cff;
  --primary-2:#4f8bff;
  --accent:#00c2a8;
  --muted:#6b7280;
  --bg:#f7fbff;
  --container:1200px;
  --radius:14px;
}

.form-intro {
  margin: 1rem 0px;
  color: rgb(85, 85, 85);
  line-height: 1.5;
  font-size: 15px;
}

.register-form {
  border-radius: 0;
  box-shadow: none;
  padding: 0 10px 0;
  margin-bottom: 10px;
}

.register-form h2, .register-form h3 {
  margin-top: 0;
  color: #333;
  margin-bottom: 4px;
  font-size: 18px;
  font-family: "Inter", sans-serif;
}

.register-form .text-info {
  font-size: 14px;
  color: rgb(85, 85, 85);
  line-height: 1.5;
  margin-bottom: 30px;
}

.register-form .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.register-form .form-group {
  display: flex;
  flex-direction: column;
}

.register-form .form-group label {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.register-form .form-group input,
.register-form .form-group select {
  padding: 0.6rem 0.8rem;
  background-color: #f9fafb;
  border: 1px solid rgb(209, 213, 219);
  border-radius: 6px;
}

.register-form input[readonly] {
  border: 1px solid #ccc;
  cursor: not-allowed;
  pointer-events: none;
  background-color: #e9ecef;
  font-style: italic;
  color: #6c757d;
}

.register-form .form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 1rem;
}

.register-form .form-actions.justify-start {
  justify-content: flex-start;
}

.register-form .form-actions .prev-btn {
  padding: 0.3rem 1.4rem;
  background-color: #ffffff;
  color: rgb(17, 17, 17);
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #c5c5c5;
  font-size: 14px;
}

.register-form .form-actions .prev-btn:focus {
  outline: none;
  border: 1px solid #c5c5c5;
}

.register-form .form-actions .next-btn,
.register-form .form-actions .submit-btn {
  margin-top: 0;
  padding: 0.7rem 1.4rem;
  background-color: #000f42;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #000f42;
  font-size: 14px;
}

.register-form .form-actions .next-btn:focus,
.register-form .form-actions .submit-btn:focus {
  outline: none;
  border: 1px solid #000f42;
}

.register-form .form-actions .next-btn:hover,
.register-form .form-actions .submit-btn:hover {
  background-color: #000b30;
}

.register-form .terms-checkbox {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.register-form .user-section {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background-color: #fafafa;
}

.register-form .user-section .user-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.register-form .user-section .user-header h4 {
  margin: 0;
  color: #333;
  font-size: 18px;
  font-weight: 600;
}

.register-form .user-section .user-header .remove-user-btn {
  background-color: #dc3545;
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.register-form .user-section .user-header .remove-user-btn:hover {
  background-color: #c82333;
}

.register-form .add-user-container {
  text-align: left;
  margin: 2rem 0 1rem;
}

.register-form .add-user-container .add-user-btn {
  background-color: #28a745;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: background-color 0.2s;
}

.register-form .add-user-container .add-user-btn .plus-icon {
  font-size: 18px;
  font-weight: bold;
}

.register-form .add-user-container .add-user-btn:hover {
  background-color: #218838;
}

.register-form.success-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  height: 300px;
  padding: 0;
  margin: 0;
}

.register-form.success-form h5 {
  font-size: 25px;
  margin-bottom: 5px;
}

.register-form.success-form p {
  font-size: 16px;
  text-align: center;
}

.register-form.success-form .back-home-link {
  margin-top: 15px;
  font-size: 14px;
  color: #0057db;
  text-decoration: underline;
}

.is-invalid {
  border-color: #dc3545 !important;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.invalid-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.form-spinner {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #ececec;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spinner 0.6s linear infinite;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner-loader {
  animation: rotate 2s linear infinite;
  width: 1.2em;
  height: 1.2em;
  margin-right: 5px;
  vertical-align: middle;
}

.spinner-loader .path {
  stroke: #015cd3; /* Color celeste */
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.sms-verification-group {
  width: 100%;
  /* Estilo para los diferentes botones */
  /* Estilos para mensajes */
}

@media (min-width: 767px) {
  .sms-verification-group.verify-code-mode .code-entry-section {
    margin-top: 29px;
  }
}
.sms-verification-group .code-entry-section {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
}

.sms-verification-group .input-code {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: none !important;
  flex: 1 1 0%;
  width: 100%;
  transition: all 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.sms-verification-group .input-code:disabled {
  background-color: #efefef;
}

.sms-verification-group .btn-send-input {
  margin: 0;
  overflow: hidden;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  background-color: #f3f4f6;
  border: 1px solid rgb(209, 213, 219);
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 42.19px;
  width: 120px;
  transition: all 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.sms-verification-group .btn-send-input:disabled {
  background-color: #efefef;
}

.sms-verification-group.send-code-mode .code-entry-section.is-verified {
  flex-basis: 100%;
}

.sms-verification-group.send-code-mode .code-entry-section.is-verified .input-code {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  border-right: 1px solid rgb(209, 213, 219) !important;
}

.sms-verification-group.send-code-mode .code-entry-section.is-verified .btn-send-input {
  opacity: 0;
  overflow: hidden;
  flex-shrink: 10;
  width: 0px;
  padding: 0;
  color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.sms-verification-group .btn-cooldown {
  background-color: #ccc; /* Color gris para deshabilitado */
  cursor: not-allowed;
}

.sms-verification-group .error {
  color: #dc3545;
  font-size: 14px;
  margin-top: 0.25rem;
}

.sms-verification-group .success {
  color: #2196f3;
  font-size: 14px;
  margin-top: 0.25rem;
}

.verification-check {
  margin-right: 5px;
  background-color: #28a745;
  color: white;
  border-color: #28a745;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  padding: 2px;
  vertical-align: bottom;
}

.terms-title {
  font-size: 20px;
}

.terms-form {
  gap: 15px 1.5rem;
  margin-top: 0;
  padding-top: 15px;
}

.legal-text {
  margin-top: 2rem;
  font-size: 0.9rem;
  color: #555;
  line-height: 1.6;
}

.legal-text h3 {
  font-size: 19.2px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 2px solid #444;
  padding-bottom: 3px;
  display: inline-block;
}

.legal-text h4 {
  font-size: 15px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}

.legal-text h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.legal-text h6 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.legal-text p {
  margin-bottom: 1rem;
}

.legal-text a {
  color: #007bff;
  text-decoration: none;
}

.legal-text a:hover {
  text-decoration: underline;
}

.legal-text ul {
  margin-bottom: 1rem;
}

.legal-text li {
  margin-bottom: 0.5rem;
}

.legal-text ol {
  margin-bottom: 1rem;
}

.legal-text .last-update {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 2rem;
}

.legal-text .last-update .text-muted {
  display: block;
  color: #777;
}

.form-wrapper {
  max-width: 960px;
  margin: 2rem auto;
  background-color: #fff;
  padding: 2rem;
  border-radius: 12px;
  margin-bottom: 140px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.stepper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  font-family: "DM Sans";
  font-weight: 600;
}

.stepper div,
.stepper h1,
.stepper h2 {
  flex: 1;
  text-align: center;
  padding: 0.6rem;
  border-bottom: 3px solid #ccc;
  font-weight: bold;
  color: #888;
  font-size: 24px;
}

.stepper .active {
  border-color: #0d6efd;
  color: #0d6efd;
}

.not-found-text {
  text-align: center;
  margin: 180px;
}

:root {
  --primary:#2b6cff;
  --primary-2:#4f8bff;
  --accent:#00c2a8;
  --muted:#6b7280;
  --bg:#f7fbff;
  --container:1200px;
  --radius:14px;
}

.hde-logo img {
  height: 45px;
  margin: 0;
}

.absolute-menu .hde-logo img {
  height: 45px;
  margin: 20px 0;
}

.menu-app {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0);
  position: relative;
}

.menu-app.absolute-menu {
  position: absolute;
  left: 0;
  right: 0;
}

.menu-app.dark-theme .hde-menu .menu-item > span {
  cursor: pointer;
  color: #ffffff;
}

.menu-app.dark-theme .hde-menu .menu-item > a {
  color: #ffffff;
}

.menu-app.blue-theme {
  background-color: #001435;
}

.menu-app.blue-theme .contact-button .button {
  background-color: #ffffff;
  color: #000000;
  font-weight: 600;
}

.menu-app .inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

@media (max-width: 768px) {
  .menu-app .inner {
    padding: 0 20px;
  }
}
.menu-app .hde-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 50px;
  margin-right: 50px;
}

.menu-app .hde-menu ul li:hover a {
  color: #2b6cff;
  text-decoration: none !important;
}

.menu-app .hde-menu ul li a.active {
  color: #000000;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-actions .nav-demo {
  padding: 10px 18px;
}

.nav-actions .nav-link {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-weight: 600;
}

.nav-actions .nav-link:hover {
  color: #ffffff;
}

.mega-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 25px);
  width: calc(var(--container) + 40px);
  max-width: 980px;
  background: linear-gradient(180deg, #ffffff, #e5edff);
  border-radius: 12px;
  padding: 22px;
  box-shadow: 0 30px 60px rgba(2, 6, 23, 0.6);
  display: none;
  z-index: 1200;
}

.mega-inner {
  display: flex;
  gap: 28px;
  align-items: flex-start;
}

.mega-left {
  width: 240px;
  padding-right: 0;
}

.mega-left ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 !important;
  text-align: left;
  gap: 15px;
  padding: 0 !important;
  list-style: none !important;
}

.mega-left ul li:hover, .mega-left ul li.active {
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.7));
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.08);
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
}

.mega-left ul li:hover strong, .mega-left ul li:hover a, .mega-left ul li.active strong, .mega-left ul li.active a {
  color: var(--primary);
}

.mega-left ul li .industries-subcategories {
  display: none;
  opacity: 0;
  transition: opacity 0.25s;
  pointer-events: none;
}

.mega-left ul li .industries-subcategories.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.mega-left ul li a {
  color: #303030;
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.mega-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.mega-right .mega-panels {
  width: 100%;
  margin-top: 10px;
}

.mega-right .industries-subcategories {
  display: none;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.mega-right .industries-subcategories.active {
  display: grid;
  opacity: 1;
  pointer-events: auto;
}

.mega-right .industry-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95);
  color: #0f172a;
  text-decoration: none;
  border: 1px solid rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mega-right .industry-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.mega-right .industry-link .industry-link__media {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  background: rgba(226, 232, 240, 0.6);
}

.mega-right .industry-link .industry-link__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mega-right .industry-link .meta {
  text-align: left;
}

.mega-right .industry-link .meta strong {
  display: block;
  color: #0f172a;
}

.mega-right .industry-link .meta .muted {
  display: block;
  font-size: 0.85rem;
  color: #475467;
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  /**/
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.7));
  border-radius: 12px;
  padding: 14px;
}

.mega-item {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  text-decoration: none;
  color: #fff;
}

.mega-item .icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(213, 213, 213, 0.26);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 15px;
}

.mega-item .meta {
  text-align: left;
}

.mega-item .meta strong {
  display: block;
  color: var(--primary);
}

.mega-card {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.7));
  border-radius: 12px;
  color: var(--primary);
}

.mega-card .image img {
  width: 220px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
}

.mega-card .content {
  text-align: left;
}

.mega-card .content h4 {
  margin: 0;
  color: var(--primary);
  font-size: 16px;
}

.mega-card .content .muted {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}

.hde-menu {
  position: relative;
}

.hde-menu .menu-level-0 {
  list-style: none;
  display: flex;
  gap: 18px;
  margin: 0;
  padding: 0;
  align-items: center;
}

.hde-menu .menu-level-0 .menu-item a {
  color: var(--primary);
}

.hde-menu .menu-level-0 li {
  position: relative;
}

.hde-menu .menu-level-0 li a {
  text-decoration: none;
  padding: 8px 10px;
  display: inline-block;
}

.hde-menu .menu-level-0 li:hover > .submenu {
  display: block;
}

.hde-menu .menu-level-0 li.open > .submenu {
  display: block;
}

.hde-menu .menu-level-0 .submenu {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  background: white;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(2, 6, 23, 0.08);
  padding: 12px;
  display: none;
  min-width: 220px;
}

.hde-menu .menu-level-0 .submenu a {
  display: block;
  padding: 8px 10px;
  color: var(--muted);
}

.hde-menu .menu-level-0 .submenu a:hover {
  background: rgba(17, 75, 255, 0.04);
  color: var(--primary);
}

.hde-menu .menu-level-0 > li.mega-trigger {
  position: static;
}

.hde-menu .menu-level-0 > li.mega-trigger::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 20px;
  display: none;
}

.hde-menu .menu-level-0 > li.mega-trigger:hover ~ li .mega-menu {
  display: none;
}

.hde-menu .menu-level-0 > li.mega-trigger:hover::after {
  display: block;
}

.hde-menu .menu-level-0 > li.mega-trigger:hover > .mega-menu {
  display: block;
}

.hde-menu .menu-level-0 > li.mega-trigger.open > .mega-menu {
  display: block;
}

.hde-menu .menu-level-0 li:hover ~ li .mega-menu {
  display: none !important;
}

.hde-menu .menu-level-0:hover > li > .mega-menu {
  display: none !important;
}

.hde-menu .menu-level-0 > li:hover > .mega-menu {
  display: block !important;
  z-index: 1300;
}

.mega-menu:hover,
.mega-menu:focus-within {
  display: block;
}

@media (max-width: 980px) {
  .mega-menu {
    position: static;
    left: 0;
    transform: none;
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    margin-top: 8px;
  }
  .mega-inner {
    flex-direction: column;
  }
  .mega-left {
    width: 100%;
  }
  .mega-right {
    width: 100%;
  }
  .mega-card .image img {
    width: 120px;
    height: 80px;
  }
}
.mobile-menu-toggle {
  display: none;
}

@media (max-width: 991px) {
  .menu-app {
    position: relative;
  }
  .menu-app .inner {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    padding: 0 125px;
  }
  .menu-app .hde-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
  }
  .menu-app .hde-logo img {
    height: 42px;
    margin: 20px 0px;
    width: auto;
  }
  .menu-app .hde-menu {
    display: none;
    width: 100%;
  }
  .menu-app .hde-menu.mobile-active {
    display: block;
  }
  .menu-app .hde-menu .menu-level-0 {
    flex-direction: column;
    margin: 0;
    gap: 0;
  }
  .menu-app .hde-menu .menu-level-0 .menu-item {
    width: 100%;
    margin: 0;
  }
  .menu-app .hde-menu .menu-level-0 .menu-item a, .menu-app .hde-menu .menu-level-0 .menu-item span {
    display: block;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
  }
  .menu-app .hde-menu .menu-level-0 .menu-item a:hover, .menu-app .hde-menu .menu-level-0 .menu-item span:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }
  .menu-app .hde-menu .menu-level-0 .menu-item.first a {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .menu-app .contact-button {
    display: none;
  }
  .menu-app .contact-button.mobile-active {
    display: block;
    margin-top: 1rem;
    text-align: center;
  }
  .menu-app .contact-button.mobile-active .r-btn {
    display: block;
    width: 100%;
    padding: 12px;
  }
  .menu-app .mobile-menu-toggle {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
  }
  .menu-app .mobile-menu-toggle .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
  }
  .menu-app .mobile-menu-toggle .hamburger span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease;
  }
  .menu-app .mobile-menu-toggle.active .hamburger span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .menu-app .mobile-menu-toggle.active .hamburger span:nth-child(2) {
    opacity: 0;
  }
  .menu-app .mobile-menu-toggle.active .hamburger span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
  }
  .nav-actions {
    display: none;
    width: 100%;
    justify-content: space-between;
    margin-top: 12px;
  }
  .nav-actions .nav-demo,
  .nav-actions .nav-link {
    flex: 1;
    text-align: center;
  }
  .nav-actions .nav-demo {
    justify-content: center;
  }
  .menu-app.dark-theme .hde-menu .menu-level-0 .menu-item a, .menu-app.dark-theme .hde-menu .menu-level-0 .menu-item span {
    color: #ffffff;
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
  .menu-app.dark-theme .hde-menu .menu-level-0 .menu-item a:hover, .menu-app.dark-theme .hde-menu .menu-level-0 .menu-item span:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  body.mobile-menu-open {
    overflow: hidden;
  }
  body.mobile-menu-open::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
  }
  body.mobile-menu-open .menu-app {
    z-index: 10000;
    height: 100%;
  }
}
.mega-left .industries-categories .category-item {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 10px 12px;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.mega-left .industries-categories .category-item strong {
  color: #0f172a;
}

.mega-left .industries-categories .category-item.active, .mega-left .industries-categories .category-item:hover {
  background: rgba(99, 102, 241, 0.15);
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08);
}

.mega-left .industries-categories .category-item.active strong, .mega-left .industries-categories .category-item:hover strong {
  color: var(--primary);
}

.mega-right .mega-panels {
  width: 100%;
  margin-top: 12px;
}

.mega-right .industries-subcategories {
  display: none;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.mega-right .industries-subcategories.active {
  display: grid;
  opacity: 1;
  pointer-events: auto;
}

.mega-right .industry-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95);
  color: #0f172a;
  text-decoration: none;
  border: 1px solid rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mega-right .industry-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.mega-right .industry-link .industry-link__media {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  background: rgba(226, 232, 240, 0.6);
}

.mega-right .industry-link .industry-link__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mega-right .industry-link .meta {
  text-align: left;
}

.mega-right .industry-link .meta strong {
  display: block;
  color: #0f172a;
}

.mega-right .industry-link .meta .muted {
  display: block;
  font-size: 0.85rem;
  color: #475467;
}

@media (max-width: 768px) {
  .menu-app .inner {
    padding: 0 25px;
    width: 100%;
  }
  .menu-app .hde-logo img {
    height: 35px;
    margin: 20px 0px;
  }
  .menu-app .hde-menu .menu-level-0 .menu-item a, .menu-app .hde-menu .menu-level-0 .menu-item span {
    font-size: 0.9rem;
    padding: 10px 12px;
  }
}
@media (max-width: 480px) {
  .menu-app .inner {
    padding: 0 25px;
    width: 100%;
  }
  .menu-app .hde-logo img {
    height: 35px;
    margin: 20px 0px;
  }
  .menu-app .hde-menu .menu-level-0 .menu-item a, .menu-app .hde-menu .menu-level-0 .menu-item span {
    font-size: 0.85rem;
    padding: 8px 10px;
  }
  .menu-app .contact-button.mobile-active .r-btn {
    font-size: 0.9rem;
    padding: 10px;
  }
  .nav-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.testimonials-grid {
  display: flex;
  gap: 24px;
  justify-content: center;
}

@media (max-width: 992px) {
  .testimonials-grid {
    flex-direction: column;
  }
}
.testimonials-grid .testimonial .testimonial-wrapp {
  padding: 35px;
  justify-content: left !important;
}

.testimonials-grid .testimonial .testimonial-wrapp .testimonial-image img {
  width: 64px;
  height: 64px;
  border-radius: 100%;
}

.testimonials-grid .testimonial .testimonial-wrapp .testimonial-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.testimonials-grid .testimonial .testimonial-wrapp .testimonial-content div p {
  text-align: left;
}

.plans .card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 48px 24px 32px;
  height: 100%;
  transition: all 0.3s ease;
}

.plans .card.popular {
  border: 2px solid var(--primary, #3B82F6);
  box-shadow: 0 12px 24px -4px rgba(59, 130, 246, 0.12), 0 4px 8px -2px rgba(59, 130, 246, 0.08);
}

.plans .card.popular::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: var(--primary, #3B82F6);
  border-radius: 24px 24px 0 0;
}

.plans .card.popular .content {
  margin-bottom: 0;
}

.plans .popular-tag {
  position: absolute;
  top: -12px;
  right: 24px;
  background: var(--primary, #3B82F6);
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
  z-index: 1;
}

.plans .popular-tag::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(45deg, #60A5FA, #3B82F6);
  border-radius: 22px;
  z-index: -1;
}

@media (max-width: 1200px) {
  .plans .card.popular {
    transform: translateY(-4px);
  }
}
@media (max-width: 768px) {
  .plans .card.popular {
    transform: none;
    margin: 24px 0;
  }
  .plans .popular-tag {
    right: 16px;
  }
}
.plans-details {
  padding: 100px 0;
  background: linear-gradient(180deg, #f6f7ff 0%, #ffffff 100%);
}

.plans-details .section-text {
  max-width: 720px;
  margin: 0 auto;
}

.plans-details .section-text h2 {
  font-size: clamp(2.25rem, 3vw, 3rem);
  line-height: 1.1;
}

.plans-details .section-text p {
  color: #475467;
  font-size: 1rem;
}

.plans-details__table-wrapper {
  margin-top: 36px;
  padding-bottom: 12px;
}

.plans-details__table {
  width: 100%;
  min-width: 960px;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border-radius: 32px;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.08), 0 18px 40px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.plans-details__table thead th {
  background: linear-gradient(135deg, #f8fbff 0%, #eef4ff 100%);
  padding: 32px 28px;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
}

.plans-details__table thead th:not(:first-child) {
  text-align: center;
}

.plans-details__table tbody th,
.plans-details__table tbody td {
  padding: 22px 24px;
  border-top: 1px solid #eef2ff;
  text-align: left;
  background: #ffffff;
}

.plans-details__table tbody td {
  text-align: center;
}

.plans-details__mobile {
  display: none;
  margin-top: 32px;
}

.plans-details__mobile-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px 24px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.plans-details__mobile-card h3 {
  margin: 6px 0;
  font-size: 1.35rem;
  color: #0f172a;
}

.plans-details__mobile-card .plans-details__plan-price {
  justify-content: flex-start;
}

.plans-details__mobile-group {
  padding-top: 16px;
  border-top: 1px solid #edf2ff;
}

.plans-details__mobile-group:not(:last-child) {
  padding-bottom: 12px;
}

.plans-details__mobile-group-header {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1e1b4b;
  margin-bottom: 14px;
}

.plans-details__mobile-feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.plans-details__mobile-feature {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}

.plans-details__mobile-status {
  flex-shrink: 0;
}

.plans-details__mobile-status .plans-details__status {
  width: 28px;
  height: 28px;
}

.plans-details__mobile-status .plans-details__status-text {
  font-size: 0.78rem;
  padding: 4px 10px;
}

.plans-details__lead-title {
  font-size: 1rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 4px;
}

.plans-details__lead-copy {
  color: #64748b;
  margin: 0;
  font-size: 0.9375rem;
}

.plans-details__plan-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  background: #e0e7ff;
  color: #3730a3;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.plans-details__plan-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  margin: 6px 0;
}

.plans-details__plan-price .price {
  font-size: 2rem;
  font-weight: 700;
  color: #111827;
}

.plans-details__plan-price .period {
  color: #475467;
  font-size: 0.9375rem;
}

.plans-details__plan-summary {
  color: #475467;
  font-size: 0.95rem;
  margin: 0;
}

.plans-details__group-row th {
  border-top: none;
  background: #f8fafc;
  padding: 28px 32px 12px;
}

.plans-details__group-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0f172a;
}

.plans-details__group-icon {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef2ff;
  color: #4c1d95;
}

.plans-details__group-icon svg {
  width: 22px;
  height: 22px;
}

.plans-details__group-icon[data-variant=channels] {
  background: #e0f2fe;
  color: #0369a1;
}

.plans-details__group-icon[data-variant=automation] {
  background: #fef3c7;
  color: #b45309;
}

.plans-details__group-icon[data-variant=success] {
  background: #dcfce7;
  color: #166534;
}

.plans-details__feature-title {
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
}

.plans-details__feature-note {
  margin: 4px 0 0;
  color: #64748b;
  font-size: 0.9rem;
}

.plans-details__feature-row {
  transition: background 0.2s ease;
}

.plans-details__feature-row:hover td,
.plans-details__feature-row:hover th {
  background: #f9fbff;
}

.plans-details__status {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1.5px solid #dbeafe;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #94a3b8;
  background: #f8fafc;
}

.plans-details__status svg {
  display: block;
  color: #ffffff;
}

.plans-details__status.is-yes {
  background: linear-gradient(135deg, #2563eb 0%, #4f46e5 100%);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.35);
}

.plans-details__status.is-no {
  border-style: dashed;
}

.plans-details__status-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: #fef3c7;
  color: #92400e;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 1200px) {
  .plans-details__table {
    min-width: 840px;
  }
}
@media (max-width: 768px) {
  .plans-details {
    padding: 72px 0;
  }
  .plans-details__table-wrapper {
    display: none;
  }
  .plans-details__mobile {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .plans-details .section-text h2 {
    font-size: 2rem;
  }
}
@media (max-width: 520px) {
  .plans-details__mobile-card {
    padding: 22px 20px;
  }
}
.plan-addon {
  margin: 48px auto 0;
  padding: 32px 40px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  background: linear-gradient(135deg, #f8fbff 0%, #eef2ff 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  box-shadow: 0 25px 80px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.plan-addon__content {
  flex: 1.4;
}

.plan-addon__content .plan-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(43, 108, 255, 0.12);
  color: #1d4ed8;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.plan-addon__content h3 {
  margin: 0 0 10px;
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
}

.plan-addon__content .plan-summary {
  margin: 0 0 18px;
  color: #475467;
  font-size: 1rem;
}

.plan-addon__content .plan-benefits {
  margin: 0;
  padding-left: 20px;
  color: #111827;
  font-size: 0.95rem;
  line-height: 1.6;
}

.plan-addon__content .plan-benefits li {
  margin-bottom: 6px;
}

.plan-addon__cta {
  flex: 0.8;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.plan-addon__cta .plan-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0;
}

.plan-addon__cta .plan-price .price {
  font-size: 2.25rem;
  font-weight: 700;
  color: #111827;
}

.plan-addon__cta .plan-price .period {
  color: #475467;
  font-size: 1rem;
}

.plan-addon__cta .r-btn {
  width: 100%;
  justify-content: center;
  text-align: center;
}

.plan-addon__cta small {
  color: #475467;
}

@media (max-width: 992px) {
  .plan-addon {
    flex-direction: column;
    align-items: stretch;
    text-align: left;
  }
  .plan-addon__cta {
    width: 100%;
    align-items: stretch;
  }
}
.help-section {
  padding: 80px 0 0;
  background-color: #c3d7fd;
  overflow: hidden;
}

.help-inner {
  display: flex;
  align-items: flex-end;
  gap: 60px;
  justify-content: center;
}

.help-inner .help-image {
  flex: 1;
  position: relative;
}

.help-inner .help-image figure {
  margin: 0;
  position: relative;
}

.help-inner .help-image figure img {
  width: 100%;
  height: auto;
  max-width: 520px;
  border-radius: 10px;
  display: block;
}

.help-inner .help-image figure figcaption {
  position: absolute;
  left: 20px;
  bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 992px) {
  .help-inner .help-image figure figcaption {
    bottom: 0;
  }
}
.help-title h2 {
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 6px;
  color: var(--heading);
}

.help-title h3 {
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 24px;
  color: var(--heading);
}

.help-title p {
  font-size: 18px;
  line-height: 1.6;
  color: var(--text);
  margin: 0 0 32px;
}

@media (max-width: 980px) {
  .help-title {
    text-align: center;
  }
  .help-title h2 {
    font-size: 36px;
  }
  .help-title h3 {
    font-size: 20px;
  }
}
.help-content {
  flex: 1;
  max-width: 560px;
  margin-bottom: 60px;
}

.help-content h2 {
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 24px;
  color: var(--heading);
}

.help-content p {
  font-size: 18px;
  line-height: 1.6;
  color: var(--text);
  margin: 0 0 32px;
}

.help-actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.help-actions .phone-number {
  font-size: 16px;
  color: var(--text);
}

.help-actions .phone-number a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
}

.help-actions .phone-number a:hover {
  text-decoration: underline;
}

.help-image {
  flex: 1;
  position: relative;
}

.help-image figure {
  margin: 0;
  position: relative;
}

.help-image figure img {
  width: 100%;
  height: auto;
  max-width: 520px;
  border-radius: 10px;
  display: block;
}

.help-image figure figcaption {
  position: absolute;
  left: 20px;
  top: initial;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.help-image figure figcaption .name {
  font-weight: 600;
  color: var(--heading);
}

.help-image figure figcaption .role {
  font-size: 14px;
  color: var(--text);
}

@media (max-width: 980px) {
  .help-section {
    padding: 60px 0;
  }
  .help-inner {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .help-content {
    text-align: center;
  }
  .help-content h2 {
    font-size: 36px;
  }
  .help-content p {
    margin-bottom: 0;
  }
  .help-actions {
    align-items: center;
  }
  .help-image {
    margin: 0 auto;
    max-width: 400px;
  }
}
.assistant-table {
  padding: 96px 0;
  background: radial-gradient(circle at top, #f0f5ff 0%, #fff 60%);
}

.assistant-table .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.assistant-table__intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.assistant-table__intro .subtitle {
  color: #1d4ed8;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.assistant-table__headline h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 20px;
  color: #0f172a;
  line-height: 1;
}

.assistant-table__headline p {
  color: #475467;
  font-size: 1rem;
}

.assistant-table__note {
  background: rgba(15, 23, 42, 0.05);
  border-radius: 16px;
  padding: 14px 18px;
  margin-top: 16px;
  font-size: 0.95rem;
  color: #0f172a;
}

.assistant-table__addon-pill {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: center;
  justify-content: center;
  margin: 24px auto 0;
  padding: 18px 26px;
  border-radius: 999px;
  background: linear-gradient(120deg, #e0e7ff, #f8fafc);
  border: 1px solid rgba(59, 130, 246, 0.2);
  max-width: 620px;
  color: #0f172a;
  font-weight: 600;
}

.assistant-table__addon-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1d4ed8;
}

.assistant-table__addon-price {
  font-size: 1.5rem;
  color: #0f172a;
}

.assistant-table__addon-price small {
  font-size: 0.85rem;
  color: #475467;
}

.assistant-table__addon-copy {
  font-size: 0.95rem;
  color: #475467;
  font-weight: 500;
}

.assistant-table__table-wrapper {
  overflow-x: auto;
  border-radius: 32px;
  box-shadow: 0 35px 90px rgba(15, 23, 42, 0.08);
}

.assistant-table__table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: #fff;
}

.assistant-table__table thead {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 80%);
}

.assistant-table__table thead th {
  color: #f8fafc;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  padding: 28px 24px;
  text-align: left;
}

.assistant-table__table thead th span {
  display: block;
  font-size: 0.75rem;
  text-transform: none;
  letter-spacing: normal;
  color: rgba(248, 250, 252, 0.7);
  margin-top: 4px;
}

.assistant-table__table tbody tr:nth-child(2) td,
.assistant-table__table tbody tr:nth-child(2) th {
  border-top: 1px solid #e2e8f0;
}

.assistant-table__table tbody tr:not(:last-child) td, .assistant-table__table tbody tr:not(:last-child) th {
  border-bottom: 1px solid #e2e8f0;
}

.assistant-table__table tbody th,
.assistant-table__table tbody td {
  padding: 24px;
  font-size: 1rem;
  color: #0f172a;
  background: linear-gradient(90deg, rgba(240, 249, 255, 0.9), rgba(255, 255, 255, 0));
}

.assistant-table__table tbody td {
  text-align: center;
  font-weight: 600;
}

.assistant-table__plan {
  display: flex;
  align-items: center;
  gap: 18px;
}

.assistant-table__plan p {
  margin: 2px 0 0;
  color: #64748b;
  font-size: 0.9rem;
}

.assistant-table__plan-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #cffafe, #29b6f6);
  color: #0f172a;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.6);
}

.assistant-table__plan-icon svg {
  width: 30px;
  height: 30px;
}

@media (max-width: 768px) {
  .assistant-table__plan-icon {
    width: 90px;
  }
}
.assistant-table__plan-name {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.assistant-table__cards {
  display: none;
}

.assistant-table__card {
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.assistant-table__card header {
  display: flex;
  gap: 16px;
  align-items: center;
}

.assistant-table__card dl {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
}

.assistant-table__card dl div {
  background: #f8fafc;
  border-radius: 16px;
  padding: 14px;
}

.assistant-table__card dl dt {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #64748b;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.assistant-table__card dl dd {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
}

.assistant-table__card-description {
  color: #475467;
  font-size: 0.9rem;
  margin: 0;
}

@media (max-width: 1024px) {
  .assistant-table__table-wrapper {
    border-radius: 24px;
  }
}
@media (max-width: 768px) {
  .assistant-table {
    padding: 72px 0;
  }
  .assistant-table__table-wrapper {
    display: none;
  }
  .assistant-table__cards {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
}
@media (max-width: 480px) {
  .assistant-table__card {
    padding: 20px;
  }
  .assistant-table__card dl {
    grid-template-columns: 1fr;
  }
}
.floating-chat {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.floating-chat__toggle {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, #4f46e5, #3b82f6);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 40px rgba(37, 99, 235, 0.35);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-chat__toggle:hover {
  transform: translateY(-2px);
  box-shadow: 0 25px 45px rgba(37, 99, 235, 0.45);
}

.floating-chat__icon {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.floating-chat__icon svg {
  width: 28px;
  height: 28px;
}

.floating-chat__icon--close {
  opacity: 0;
  transform: scale(0.7);
}

.floating-chat__dock {
  position: absolute;
  bottom: 72px;
  right: 4px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.floating-chat__dock[data-open=true] {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.floating-chat__link {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.9);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-chat__link:hover {
  transform: translateX(-4px);
  box-shadow: 0 15px 30px rgba(15, 23, 42, 0.45);
}

.floating-chat__link svg {
  width: 24px;
  height: 24px;
}

.floating-chat__link--instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.floating-chat__link--messenger {
  background: linear-gradient(135deg, #0099ff, #0066ff);
}

.floating-chat__link--whatsapp {
  background: linear-gradient(135deg, #25d366, #1ebe5d);
}

.floating-chat .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.floating-chat--open .floating-chat__toggle {
  transform: rotate(45deg);
}

@media (max-width: 640px) {
  .floating-chat {
    right: 18px;
    bottom: 18px;
  }
  .floating-chat__toggle {
    width: 54px;
    height: 54px;
  }
  .floating-chat__link {
    width: 48px;
    height: 48px;
  }
  .floating-chat__dock {
    bottom: 64px;
    right: 0;
  }
}
[data-chat][data-expanded=true] .floating-chat__dock {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

[data-chat][data-expanded=true] .floating-chat__icon--bubble {
  opacity: 0;
  transform: scale(0.6);
}

[data-chat][data-expanded=true] .floating-chat__icon--close {
  opacity: 1;
  transform: scale(1);
}

.features .journey-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  width: 100%;
  margin-top: 28px;
}

.features .journey-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.05);
}

.features .journey-card h4 {
  margin: 0 0 12px;
  font-size: 20px;
}

.features .journey-card p {
  margin: 0 0 16px;
  color: #475467;
}

.features .journey-card ul {
  padding-left: 18px;
  margin: 0;
  color: #1d2939;
  line-height: 1.6;
}

.features .journey-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(43, 108, 255, 0.12);
  color: var(--primary);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.features .feature-metrics {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.features .metric-card {
  flex: 1;
  min-width: 220px;
  background: #0f172a;
  color: #ffffff;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.3);
}

.features .metric-card strong {
  font-size: 32px;
  display: block;
  margin-bottom: 6px;
}

.features .metric-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.features .metric-label {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.7);
}

.features .integrations-panel {
  margin-top: 64px;
  width: 100%;
  background: linear-gradient(120deg, #051937, #002459, #001024);
  border-radius: 32px;
  padding: 42px;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .features .integrations-panel {
    flex-direction: column;
  }
}
.features .integrations-panel .panel-copy {
  flex: 2;
  min-width: 280px;
}

@media (max-width: 767px) {
  .features .integrations-panel .panel-copy {
    min-width: 0;
  }
}
.features .integrations-panel h3 {
  margin-top: 0;
  font-size: 32px;
}

.features .integrations-panel .panel-data {
  flex: 1;
  min-width: 240px;
  display: grid;
  gap: 16px;
}

@media (max-width: 767px) {
  .features .integrations-panel .panel-data {
    min-width: initial;
  }
}
.features .pill-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.features .pill-list li {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 600;
}

.features .mini-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.features .mini-card strong {
  display: block;
  font-size: 20px;
  margin-top: 6px;
}

.features .mini-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 768px) {
  .features .features .inner .headline h2 {
    font-size: 32px;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.footer {
  background-color: #001354;
  color: #fff;
  padding: 60px 0 30px;
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer .footer-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2.5rem;
  max-width: 78rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (max-width: 900px) {
  .footer .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.footer .footer-logo img {
  width: 180px;
  height: auto;
  margin-bottom: 1rem;
}

.footer .footer-about p {
  color: #ccc;
  max-width: 30rem;
}

.footer .footer-links h3,
.footer .footer-contact h3 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  padding-bottom: 0.4rem;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul li {
  margin-bottom: 0.5rem;
}

.footer .footer-links ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.2s;
}

.footer .footer-links ul li a:hover {
  color: #7a8197;
}

.footer .footer-contact p {
  margin: 0.25rem 0;
}

.footer .footer-contact p a {
  color: #ccc;
  text-decoration: none;
}

.footer .footer-contact p a:hover {
  color: #7a8197;
}

.footer .social-icons {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
  list-style: none;
  padding: 0;
}

.footer .social-icons a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  transition: background 0.3s;
}

.footer .social-icons a svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.footer .social-icons a:hover {
  background: rgba(255, 255, 255, 0.15);
}

.footer .social-icons a:hover svg {
  fill: #7a8197;
}

@media (max-width: 992px) {
  .footer .social-icons {
    justify-content: center;
  }
}
.footer .footer-bottom {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.85rem;
  color: #aaa;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 1rem;
}

@media (max-width: 600px) {
  .footer .footer-container {
    text-align: center;
  }
  .footer .footer-about p {
    margin: 1rem auto;
  }
}
:root {
  --primary:#2b6cff;
  --primary-2:#4f8bff;
  --accent:#00c2a8;
  --muted:#6b7280;
  --bg:#f7fbff;
  --container:1200px;
  --radius:14px;
}

/* Terminos y condiciones */
.legal-page {
  margin-top: 0;
  padding: 60px 0;
  background-color: #f0f7ff;
  font-family: "Outfit", sans-serif;
}

.legal-page .legal-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.legal-page .legal-content h1 {
  color: #333333;
  margin-bottom: 30px;
  text-align: center;
}

.legal-page .legal-content .title {
  margin-bottom: 2px;
}

.legal-page .legal-content .subtitle.last-update {
  font-style: italic;
  margin-top: 0;
  margin-bottom: 30px;
  color: #7f7f7f;
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  text-transform: none;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
}

.legal-page .legal-content h2 {
  color: #0057db;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.legal-page .legal-content .legal-intro {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
}

.legal-page .legal-content .legal-intro strong {
  font-weight: 600;
  color: #000000;
}

.legal-page .legal-content .legal-intro b {
  font-weight: 600;
  color: #000000;
}

.legal-page .legal-content .legal-section {
  margin-bottom: 30px;
}

.legal-page .legal-content .legal-section:last-child {
  margin-bottom: 0;
}

.legal-page .legal-content .legal-section ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}

.legal-page .legal-content .legal-section ul li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.legal-page .legal-content .legal-section .contact-info {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0;
}

.legal-page .legal-content .legal-section .contact-info li {
  margin-bottom: 4px;
}

.legal-page .legal-content .legal-section .contact-info li:last-child {
  margin-bottom: 0;
}

.legal-page .legal-content .legal-section .contact-info a {
  color: #0057db;
  text-decoration: none;
}

.legal-page .legal-content .legal-section .contact-info a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .legal-page {
    margin-top: 96px;
  }
}
.plans {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 0;
  text-align: center;
  padding-bottom: 76px;
  background: radial-gradient(circle at 50% 50%, #e8efff 0%, #d4e2ff 20%, rgba(195, 215, 253, 0.2117647059) 30%, #ffffff 100%);
}

.plans .content-row {
  gap: 60px 0;
}

.plans .headline {
  width: 100%;
  margin-bottom: 24px;
}

.plans .headline h2 {
  color: #000000;
  font-weight: 600;
  font-family: "DM Sans";
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  margin-bottom: 0;
  text-align: center;
}

.plans .content {
  box-sizing: border-box;
  max-width: 100%;
  flex-basis: 50%;
  margin-bottom: 50px;
}

.plans .content p {
  color: #000000;
  text-align: center;
  font-size: 18px;
}

.plans .btn-cta {
  text-align: center;
}

@media (max-width: 768px) {
  .plans .headline h2 {
    font-size: 32px;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.business-applications {
  max-width: 100%;
  background-color: rgb(236, 236, 236);
  background-size: auto;
  padding: 0;
}

.business-applications .inner {
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 78rem;
}

.business-applications .inner h2 {
  font-family: "DM Sans";
  color: #000;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  text-align: inherit;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .business-applications .inner {
    padding-bottom: 40px;
  }
  .business-applications .inner h2 {
    font-size: 35px;
  }
}
.testimonials .inner .headline {
  margin-bottom: 24px;
}

.testimonials .inner .headline h2 {
  font-family: "DM Sans";
  color: #000;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  margin-bottom: 0;
}

.testimonials .inner .content {
  box-sizing: border-box;
  max-width: 100%;
  flex-basis: 50%;
  margin-bottom: 40px;
}

.testimonials .inner .content p {
  color: #363636;
  text-align: center;
  font-size: 18px;
}

@media (max-width: 768px) {
  .testimonials .inner .content {
    flex-basis: initial;
  }
  .testimonials .inner .content p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .testimonials .inner .headline h2 {
    font-size: 32px;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.next-steps h2 {
  font-family: "DM Sans", sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  text-align: inherit;
  margin-bottom: 0;
}

.next-steps h3 {
  font-family: "DM Sans";
  color: #000;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  text-align: inherit;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .next-steps .inner .ed-element .inner .ed-element h2 {
    font-size: 32px;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.pricing {
  padding: 56px 0;
  background: linear-gradient(180deg, #ffffff, #f6f9ff);
}

.pricing .cards {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: flex-start;
}

@media (max-width: 992px) {
  .pricing .cards {
    flex-direction: column;
  }
}
.pricing .card {
  background: white;
  padding: 22px;
  border-radius: 12px;
  min-width: 260px;
  box-shadow: 0 12px 30px rgba(8, 20, 60, 0.06);
  transition: transform 0.18s ease;
}

.pricing .card:hover {
  transform: translateY(-8px);
}

.pricing .plan-toggle {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 12px;
  background: transparent;
  border: 1px solid rgba(43, 108, 255, 0.12);
  border-radius: 8px;
  color: var(--primary);
  cursor: pointer;
  font-weight: 600;
}

.pricing .plan-details {
  margin-top: 12px;
  display: none;
  padding-top: 8px;
  border-top: 1px dashed rgba(0, 0, 0, 0.06);
  color: var(--muted);
}

.pricing .plan-details.active {
  display: block;
}

:root {
  --primary:#2b6cff;
  --primary-2:#4f8bff;
  --accent:#00c2a8;
  --muted:#6b7280;
  --bg:#f7fbff;
  --container:1200px;
  --radius:14px;
}

body.white-gradient,
.white-gradient {
  background-image: linear-gradient(180deg, #ffffff, #e5edff);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #ffffff;
  color: #333333;
}

.banner-title {
  margin-bottom: 24px;
}

.banner-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 4rem 0;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.banner-content h1 {
  font-size: 90px;
  line-height: 1;
  letter-spacing: 0.5px;
}

/* Hero Section */
.banner-section {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 137px;
}

.banner-section .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner-section .video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-section .banner-content {
  padding: 4rem 0;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.banner-section .banner-content h1 {
  font-size: 90px;
  line-height: 1;
  letter-spacing: 0.5px;
}

.banner-section .banner-content .content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.banner-section .banner-content .content-wrapper .logo-section {
  margin-bottom: 2rem;
  text-align: center;
}

.banner-section .banner-content .content-wrapper .banner-title {
  font-family: "Outfit", sans-serif;
  color: #ffffff;
  width: 100%;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0px;
  font-weight: 300;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  position: relative;
  padding: 20px;
  background: #083b66;
  display: inline-block;
  margin-bottom: 20px;
}

.banner-section .banner-content .content-wrapper .banner-text {
  background: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.5;
  color: #333333;
  font-family: "Outfit", sans-serif;
  padding: 25px;
}

.banner-section .banner-content .content-wrapper .banner-text .services-list {
  font-size: 18px;
  margin: 1.5rem 0;
}

.banner-section .banner-content .content-wrapper .banner-text .services-list li {
  margin-bottom: 0.5rem;
}

.banner-section .banner-content .content-wrapper .button-section .cta-button {
  display: inline-block;
  border-width: 0px;
  border-style: solid;
  border-radius: 0px;
  max-width: 100%;
  box-shadow: none;
  transform: none;
  transition: all 0.3s ease-in-out;
  background: #4067a0;
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
  font-family: "Outfit", sans-serif;
  letter-spacing: 0px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  line-height: 1.5;
  text-decoration: none;
  margin-top: 2rem;
}

.banner-section .banner-content .content-wrapper .button-section .cta-button:hover {
  color: #ffffff;
  text-decoration: none;
}

.banner-section .banner-content .content-wrapper .button-section .cta-button:active {
  color: #ffffff;
  text-decoration: none;
}

.banner-section .banner-content .content-wrapper .button-section .cta-button:focus {
  color: #ffffff;
  text-decoration: none;
}

.banner-section .scroll-indicator {
  text-align: center;
  margin-top: 2rem;
}

.banner-section .scroll-indicator svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

.preview-demo {
  opacity: 1;
  visibility: visible;
  box-sizing: border-box;
  flex: 0 0 100%;
  text-align: center;
  margin-top: 60px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.preview-demo img {
  box-shadow: rgba(244, 155, 142, 0.2) 0px 20px 80px 0px;
  border-radius: 24px;
  width: 100%;
}

.intro-crm {
  width: 100%;
}

.intro-crm .crm-card {
  box-sizing: border-box;
  margin: auto;
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: center;
  max-width: 900px;
  gap: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.intro-crm .crm-card .content {
  width: 50%;
  padding: 2.5rem;
  background: #f3f3f3;
  border-width: 1px;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  box-shadow: none;
}

.intro-crm .crm-card .content .inner .headline {
  margin-bottom: 28px;
}

.intro-crm .crm-card .content .inner .headline h3 {
  font-family: "DM Sans";
  color: #000;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  text-align: inherit;
  margin-bottom: 0;
}

.intro-crm .crm-card .preview {
  width: 50%;
  background: #001435;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 3rem;
}

.intro-crm .crm-card .preview .inner {
  width: 100%;
  max-width: 320px;
}

.intro-crm .crm-card .preview .inner .device-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 18px;
  color: #ffffff;
}

@media (max-width: 768px) {
  .intro-crm .crm-card {
    flex-direction: column;
  }
  .intro-crm .crm-card .content {
    width: 100%;
  }
  .intro-crm .crm-card .preview {
    width: 100%;
    display: none;
  }
}
.try-demo {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 8.25rem 1.5rem;
  justify-content: center;
  background-image: url(https://cdn1.site-media.eu/images/1920/15163926/DEGRADADOSYPALETADECOLORS-06-v5piXUrPZG66MyiUwwWhzw.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.try-demo .inner .headline {
  width: 100%;
  margin-bottom: 24px;
}

.try-demo .inner .headline h2 {
  color: #ffffff;
  font-weight: 600;
  font-family: "DM Sans";
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  margin-bottom: 0;
  text-align: center;
}

.try-demo .inner .content {
  box-sizing: border-box;
  max-width: 100%;
  flex-basis: 50%;
  margin-bottom: 40px;
}

.try-demo .inner .content p {
  color: #ffffff;
  text-align: center;
  font-size: 18px;
}

.try-demo .inner .btn-cta {
  text-align: center;
}

.features {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 0;
  justify-content: center;
}

.features .highlights {
  justify-content: center;
  gap: 20px;
  align-items: stretch;
  display: flex;
}

.features .highlights .meta-verified-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border: 1px solid #1c73e8;
  background: #eef4ff;
  border-radius: 12px;
}

.features .highlights .meta-verified-card .subtitle {
  margin: 0;
  line-height: 0.8;
}

.features .highlights .dedicated-agent-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border: 1px solid #0f9d58;
  background: #f0fff7;
  border-radius: 12px;
}

.features .highlights .dedicated-agent-card .subtitle {
  margin: 0;
  line-height: 0.8;
}

.features .highlights .dedicated-agent-card .crm-logo {
  width: 90px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #0f9d58;
  color: #ffffff;
  font-weight: 700;
  font-size: 17px;
}

.features .inner .headline {
  margin-bottom: 24px;
}

.features .inner .headline h2 {
  font-family: "DM Sans";
  color: #000000;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  margin-bottom: 0;
}

.features .inner .content {
  box-sizing: border-box;
  max-width: 100%;
  margin-bottom: 20px;
}

.features .inner .content p {
  color: #000000;
  text-align: center;
  font-size: 16px;
}

@media (max-width: 768px) {
  .features .inner .headline h2 {
    font-size: 32px;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.features .services-grid {
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  width: 100%;
}

.features .services-grid .service-box {
  background: rgba(0, 0, 0, 0);
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
}

.features .services-grid .service-box .icon {
  margin: auto;
  width: 100%;
  height: 20px;
  flex: initial;
  display: flex;
  justify-content: center;
}

.features .services-grid .service-box .box-inner {
  padding-top: 2rem;
  padding-bottom: 0;
}

.features .services-grid .service-box .box-inner .title {
  text-align: center;
  margin-bottom: 15px;
}

.features .services-grid .service-box .box-inner .title h4 {
  font-size: 16px;
  font-family: "Inter", sans-serif;
}

.features .services-grid .service-box .box-inner .content {
  margin-bottom: 0;
}

.features .services-grid .service-box .box-inner .content p {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  text-align: left;
}

@media (max-width: 768px) {
  .features .services-grid {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .demo-preview-btn {
    display: none;
  }
}
@media (max-width: 991px) {
  .banner-section {
    margin-top: 96px;
  }
}
@media (max-width: 768px) {
  .banner-content {
    padding: 20px 0 40px 0;
  }
  .banner-content .inner .banner-title h1 {
    font-size: 45px;
    margin-top: 16px;
  }
  .banner-section {
    /*.video-background {
        max-height: 635px;
    }*/
  }
  .banner-section .banner-content .content-wrapper .logo-section img {
    max-width: 100%;
    width: 100%;
  }
  .banner-section .banner-content .content-wrapper .banner-title {
    font-size: 20px;
  }
  .banner-section .banner-content .content-wrapper .banner-text {
    display: none;
  }
  .banner-section .banner-content .content-wrapper .button-section .cta-button {
    margin-top: 0;
  }
}
.features-crm .inner .headline {
  margin-bottom: 24px;
}

.features-crm .inner .headline h2 {
  font-family: "DM Sans";
  color: #000000;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  margin-bottom: 0;
}

.features-crm .inner .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
}

.features-crm .inner .content .description-crm {
  color: #000000;
  text-align: center;
  font-size: 16px;
  max-width: 750px;
}

@media (max-width: 768px) {
  .features-crm .inner .headline h2 {
    font-size: 32px;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
/* Services Section */
.services-section {
  background-color: #f0f7ff;
}

.services-section .section-title {
  text-align: center;
  margin-bottom: 3rem;
}

.services-section .section-title h2 {
  font-size: 2rem;
  font-family: "Outfit", sans-serif;
  color: #00388d;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.services-section .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  position: relative;
  z-index: 2;
}

.services-section .services-grid .service-box {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.services-section .services-grid .service-box .service-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.services-section .services-grid .service-box .service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-section .services-grid .service-box .service-title {
  font-family: "Outfit", sans-serif;
  color: #00388d;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding: 1.5rem 1.5rem 1rem;
  margin: 0;
  line-height: 1.2;
}

.services-section .services-grid .service-box .service-description {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #333333;
  text-align: center;
  padding: 0 1.5rem;
  margin: 0;
  flex: 1;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .services-section .services-grid .service-box .services-section .section-title {
    margin-bottom: 2rem;
  }
  .services-section .services-grid .service-box .services-section .section-title h2 {
    font-size: 26px;
    line-height: 28px;
  }
  .services-section .services-grid .service-box .services-grid {
    grid-template-columns: 1fr;
  }
}
/* Our Work Section */
.our-work-section {
  position: relative;
  padding: 6rem 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  background-image: url("/images/our-work.jpg");
  color: #ffffff;
}

.our-work-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #003892, #00388d);
  opacity: 0.8;
  z-index: 1;
  pointer-events: none;
}

.our-work-section .cta-box {
  text-align: center;
}

.our-work-section .cta-box .cta-title {
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 100;
  position: relative;
}

.our-work-section .cta-box .phone-numbers {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.our-work-section .cta-box .phone-numbers .phone-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.6rem 1.6rem;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.our-work-section .cta-box .phone-numbers .phone-link:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  text-decoration: none;
}

.our-work-section .cta-box .phone-numbers .phone-link:focus {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  text-decoration: none;
}

.our-work-section .cta-box .phone-numbers .phone-link:active {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  text-decoration: none;
}

.our-work-section .cta-box .phone-numbers .phone-link .icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

@media (max-width: 768px) {
  .cta-section .cta-box .cta-title {
    font-size: 21px;
    line-height: 25px;
  }
  .cta-section .cta-box .phone-numbers {
    flex-direction: column;
    gap: 1rem;
  }
  .cta-section .cta-box .phone-numbers .phone-link {
    font-size: 16px;
    gap: 14px;
  }
  .cta-section .cta-box .phone-numbers .phone-link .icon {
    width: 18px;
    height: 18px;
  }
}
.about-us-section {
  padding: 80px 0;
}

.about-us-section .image-wrapper {
  position: relative;
  overflow: hidden;
}

.about-us-section .image-wrapper .about-us-img {
  max-width: 100%;
  border-top-right-radius: 25px;
  display: flex;
  align-items: end;
  justify-content: end;
  height: 600px;
  object-fit: cover;
  margin-left: auto;
  position: relative;
}

.about-us-section .image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 90px;
  width: 60px;
  height: 120px;
  background-color: rgba(0, 73, 183, 0.81);
  border-radius: 2px;
  z-index: 1;
  pointer-events: none;
}

.about-us-section .content-description {
  max-width: 480px;
  height: 100%;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-us-section .content-description .about-us-history {
  padding-left: 40px;
  margin-bottom: auto;
}

.about-us-section .content-description .about-us-history .section-title {
  margin-bottom: 30px;
}

.about-us-section .content-description .about-us-history .section-title h2 {
  font-size: 16px;
  line-height: 16px;
  color: #0d6efd;
}

.about-us-section .content-description .about-us-history .section-title h3 {
  text-transform: lowercase;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.about-us-section .content-description .about-us-history .section-title h3 .blue-text {
  color: #0d6efd;
}

.about-us-section .content-description .about-us-history p {
  font-weight: 100;
  font-size: 16.5px;
}

.about-us-section .content-description .blue-box {
  background-color: #0d6efd;
  color: white;
  padding: 30px 30px 20px;
  border-top-right-radius: 15px;
}

.about-us-section .content-description .blue-box p {
  font-weight: 100;
  font-size: 16px;
}

@media (max-width: 1200px) {
  .about-us-section .image-wrapper::before {
    left: 0px;
  }
}
@media (max-width: 991px) {
  .about-us-section .image-wrapper .about-us-img {
    margin-left: initial;
    border: none;
    border-radius: 0;
    width: 100%;
    height: 350px;
    margin-bottom: 50px;
  }
  .about-us-section .image-wrapper::before {
    display: none;
  }
  .about-us-section .content-description {
    max-width: initial;
    height: initial;
    min-height: initial;
  }
  .about-us-section .content-description .about-us-history {
    margin-bottom: 20px;
  }
}
.demo-form {
  position: relative;
  background-image: url(/images/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

form {
  max-width: 900px;
  margin: 40px auto;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  margin-bottom: 6px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.form-group input, .form-group select {
  padding: 7px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 0.3s;
  font-family: "Inter", sans-serif;
}

.form-group input:focus, .form-group select:focus {
  color: rgba(0, 0, 0, 0.95);
  border-color: #85b7d9;
  border-radius: 0.28571429rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.35) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.35) inset;
  outline: 0;
}

.submit-btn {
  min-width: 100px;
  margin-top: 25px;
  background-color: #457b9d;
  color: #fff;
  padding: 12px 22px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.submit-btn:hover {
  background-color: #1d3557;
}
