/*!
Theme Name: Sandbox - Modern & Multipurpose React Nextjs Template
Theme URI:	https://sandbox-nextjs-theta.vercel.app
Version:	3.4.1
Author:		Ui Lib
Author URI:	https://ui-lib.com
*/
@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700";

:root,
[data-bs-theme="light"] {
  --bs-gray-100: #fefefe;
  --bs-gray-200: #f6f7f9;
  --bs-gray-300: #cacaca;
  --bs-gray-400: #aab0bc;
  --bs-gray-500: #959ca9;
  --bs-gray-600: #60697b;
  --bs-gray-700: #2f353a;
  --bs-gray-800: #21262c;
  --bs-gray-900: #1e2228;
  --bs-blue: #3f78e0;
  --bs-sky: #5eb9f0;
  --bs-purple: #747ed1;
  --bs-grape: #605dba;
  --bs-violet: #a07cc5;
  --bs-pink: #d16b86;
  --bs-fuchsia: #e668b3;
  --bs-red: #e2626b;
  --bs-orange: #f78b77;
  --bs-yellow: #fab758;
  --bs-green: #45c4a0;
  --bs-leaf: #7cb798;
  --bs-aqua: #54a8c7;
  --bs-navy: #343f52;
  --bs-ash: #9499a3;
  --bs-white: #fff;
  --bs-light: #fefefe;
  --bs-gray: #f6f7f9;
  --bs-dark: #262b32;
  --bs-primary: #3f78e0;
  --bs-secondary: #aab0bc;
  --bs-success: #45c4a0;
  --bs-info: #54a8c7;
  --bs-warning: #fab758;
  --bs-danger: #e2626b;
  --bs-blue-rgb: 63, 120, 224;
  --bs-sky-rgb: 94, 185, 240;
  --bs-purple-rgb: 116, 126, 209;
  --bs-grape-rgb: 96, 93, 186;
  --bs-violet-rgb: 160, 124, 197;
  --bs-pink-rgb: 209, 107, 134;
  --bs-fuchsia-rgb: 230, 104, 179;
  --bs-red-rgb: 226, 98, 107;
  --bs-orange-rgb: 247, 139, 119;
  --bs-yellow-rgb: 250, 183, 88;
  --bs-green-rgb: 69, 196, 160;
  --bs-leaf-rgb: 124, 183, 152;
  --bs-aqua-rgb: 84, 168, 199;
  --bs-navy-rgb: 52, 63, 82;
  --bs-ash-rgb: 148, 153, 163;
  --bs-light-rgb: 254, 254, 254;
  --bs-gray-rgb: 246, 247, 249;
  --bs-dark-rgb: 38, 43, 50;
  --bs-primary-rgb: 63, 120, 224;
  --bs-secondary-rgb: 170, 176, 188;
  --bs-success-rgb: 69, 196, 160;
  --bs-info-rgb: 84, 168, 199;
  --bs-warning-rgb: 250, 183, 88;
  --bs-danger-rgb: 226, 98, 107;
  --bs-primary-text-emphasis: #2c549d;
  --bs-secondary-text-emphasis: #777b84;
  --bs-success-text-emphasis: #308970;
  --bs-info-text-emphasis: #3b768b;
  --bs-warning-text-emphasis: #af803e;
  --bs-danger-text-emphasis: #9e454b;
  --bs-light-text-emphasis: #b2b2b2;
  --bs-dark-text-emphasis: #1b1e23;
  --bs-primary-bg-subtle: #edf2fc;
  --bs-secondary-bg-subtle: #f7f7f9;
  --bs-success-bg-subtle: #edf9f6;
  --bs-info-bg-subtle: #eff7fa;
  --bs-warning-bg-subtle: #fff8ee;
  --bs-danger-bg-subtle: #fcf0f1;
  --bs-light-bg-subtle: #fbfbfc;
  --bs-dark-bg-subtle: #eaebec;
  --bs-soft-primary: #edf2fc;
  --bs-soft-blue: #edf2fc;
  --bs-soft-sky: #f0f8fe;
  --bs-soft-purple: #f2f3fb;
  --bs-soft-grape: #f0f0f8;
  --bs-soft-violet: #f6f3f9;
  --bs-soft-pink: #fbf1f4;
  --bs-soft-fuchsia: #fdf1f8;
  --bs-soft-red: #fcf0f1;
  --bs-soft-orange: #fef4f2;
  --bs-soft-yellow: #fff8ee;
  --bs-soft-green: #edf9f6;
  --bs-soft-leaf: #f3f8f5;
  --bs-soft-aqua: #eff7fa;
  --bs-soft-navy: #ecedef;
  --bs-soft-ash: #f5f5f6;
  --bs-soft-gray: rgba(164, 174, 198, 0.2);
  --bs-pale-primary: #e0e9fa;
  --bs-pale-blue: #e0e9fa;
  --bs-pale-sky: #e5f4fd;
  --bs-pale-purple: #e9eaf8;
  --bs-pale-grape: #e6e5f4;
  --bs-pale-violet: #f0eaf6;
  --bs-pale-pink: #f8e7ec;
  --bs-pale-fuchsia: #fbe7f3;
  --bs-pale-red: #fae6e7;
  --bs-pale-orange: #feece9;
  --bs-pale-yellow: #fef3e4;
  --bs-pale-green: #e1f6f0;
  --bs-pale-leaf: #eaf3ef;
  --bs-pale-aqua: #e4f1f6;
  --bs-pale-navy: #dfe0e3;
  --bs-pale-dark: #dcddde;
  --bs-pale-ash: rgba(164, 174, 198, 0.2);
  --bs-bullet-soft-primary: #dce7f9;
  --bs-bullet-soft-blue: #dce7f9;
  --bs-bullet-soft-sky: #e2f2fc;
  --bs-bullet-soft-purple: #e6e8f7;
  --bs-bullet-soft-grape: #e2e2f3;
  --bs-bullet-soft-violet: #eee7f5;
  --bs-bullet-soft-pink: #f7e4e9;
  --bs-bullet-soft-fuchsia: #fbe4f1;
  --bs-bullet-soft-red: #fae3e4;
  --bs-bullet-soft-orange: #feeae7;
  --bs-bullet-soft-yellow: #feeed9;
  --bs-bullet-soft-green: #def4ee;
  --bs-bullet-soft-leaf: #e7f2ec;
  --bs-bullet-soft-aqua: #e0eff5;
  --bs-bullet-soft-navy: #dadce0;
  --bs-bullet-soft-ash: #ecedee;
  --bs-icon-fill-primary: #8caeec;
  --bs-icon-fill-blue: #8caeec;
  --bs-icon-fill-sky: #9ed5f6;
  --bs-icon-fill-purple: #acb2e3;
  --bs-icon-fill-grape: #a09ed6;
  --bs-icon-fill-violet: #c6b0dc;
  --bs-icon-fill-pink: #e3a6b6;
  --bs-icon-fill-fuchsia: #f0a4d1;
  --bs-icon-fill-red: #eea1a6;
  --bs-icon-fill-orange: #fab9ad;
  --bs-icon-fill-yellow: #fcd49b;
  --bs-icon-fill-green: #8fdcc6;
  --bs-icon-fill-leaf: #b0d4c1;
  --bs-icon-fill-aqua: #98cbdd;
  --bs-icon-fill-navy: #858c97;
  --bs-icon-fill-ash: #bfc2c8;
  --bs-icon-solid-fill-primary: #b2c9f3;
  --bs-icon-solid-fill-blue: #b2c9f3;
  --bs-icon-solid-fill-sky: #bfe3f9;
  --bs-icon-solid-fill-purple: #c7cbed;
  --bs-icon-solid-fill-grape: #bfbee3;
  --bs-icon-solid-fill-violet: #d9cbe8;
  --bs-icon-solid-fill-pink: #edc4cf;
  --bs-icon-solid-fill-fuchsia: #f5c3e1;
  --bs-icon-solid-fill-red: #f3c0c4;
  --bs-icon-solid-fill-orange: #fcd1c9;
  --bs-icon-solid-fill-yellow: #fde2bc;
  --bs-icon-solid-fill-green: #b5e7d9;
  --bs-icon-solid-fill-leaf: #cbe2d6;
  --bs-icon-solid-fill-aqua: #bbdce9;
  --bs-icon-solid-fill-navy: #aeb2ba;
  --bs-icon-solid-fill-ash: #d4d6da;
  --bs-border-soft-primary: #c5d7f6;
  --bs-border-soft-blue: #c5d7f6;
  --bs-border-soft-sky: #cfeafb;
  --bs-border-soft-purple: #d5d8f1;
  --bs-border-soft-grape: #cfceea;
  --bs-border-soft-violet: #e3d8ee;
  --bs-border-soft-pink: #f1d3db;
  --bs-border-soft-fuchsia: #f8d2e8;
  --bs-border-soft-red: #f6d0d3;
  --bs-border-soft-orange: #fddcd6;
  --bs-border-soft-yellow: #fee9cd;
  --bs-border-soft-green: #c7ede3;
  --bs-border-soft-leaf: #d8e9e0;
  --bs-border-soft-aqua: #cce5ee;
  --bs-border-soft-navy: #c2c5cb;
  --bs-border-soft-ash: #dfe0e3;
  --bs-border-subtle-primary: #c5d7f6;
  --bs-border-subtle-secondary: #e6e7eb;
  --bs-border-subtle-success: #c7ede3;
  --bs-border-subtle-info: #cce5ee;
  --bs-border-subtle-warning: #fee9cd;
  --bs-border-subtle-danger: #f6d0d3;
  --bs-border-subtle-light: #f6f7f9;
  --bs-border-subtle-dark: #bebfc2;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Manrope", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.15),
    hsla(0, 0%, 100%, 0)
  );
  --bs-root-font-size: 20px;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1.1rem;
  --bs-body-font-weight: 500;
  --bs-body-line-height: 1.7;
  --bs-body-color: #60697b;
  --bs-body-color-rgb: 96, 105, 123;
  --bs-body-bg: #fefefe;
  --bs-body-bg-rgb: 254, 254, 254;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(96, 105, 123, 0.75);
  --bs-secondary-color-rgb: 96, 105, 123;
  --bs-secondary-bg: #f6f7f9;
  --bs-secondary-bg-rgb: 246, 247, 249;
  --bs-tertiary-color: rgba(96, 105, 123, 0.5);
  --bs-tertiary-color-rgb: 96, 105, 123;
  --bs-tertiary-bg: #fefefe;
  --bs-tertiary-bg-rgb: 254, 254, 254;
  --bs-heading-color: #343f52;
  --bs-link-color: #3f78e0;
  --bs-link-color-rgb: 63, 120, 224;
  --bs-link-decoration: none;
  --bs-link-hover-color: #3f78e0;
  --bs-link-hover-color-rgb: 63, 120, 224;
  --bs-code-color: #60697b;
  --bs-highlight-bg: #fef1de;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #cacaca;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.4rem;
  --bs-border-radius-sm: 0.2rem;
  --bs-border-radius-lg: 0.4rem;
  --bs-border-radius-xl: 0.8rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
  --bs-box-shadow-sm: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.02);
  --bs-box-shadow-lg: 0rem 0.25rem 1.75rem rgba(30, 34, 40, 0.07);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(63, 120, 224, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

.price-c-f {
    color: #ffffff !important;
}



.elementor-heading-title {
    font-weight: 600;
    line-height: 53px;
    color: #906126;
}

.free-heading-title {
    font-weight: 600;
    line-height: 53px;
    color: #005648;
}

.premium-heading-title {
    font-weight: 600;
    line-height: 53px;
    color: #0075d6;
}

.custom-heading-title {
    font-weight: 600;
    line-height: 53px;
    color: var(--GN500,#00AA5B);
}  

.text-red {
    --bs-text-opacity: 1;
    color: #e2626b!important;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 0.75rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-5 {
  margin-top: 1.25rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.mt-7 {
  margin-top: 1.75rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.mt-9 {
  margin-top: 2.25rem !important;
}
.mt-10 {
  margin-top: 2.5rem !important;
}
.mt-11 {
  margin-top: 3rem !important;
}
.mt-12 {
  margin-top: 3.5rem !important;
}
.mt-13 {
  margin-top: 4rem !important;
}
.mt-14 {
  margin-top: 4.5rem !important;
}
.mt-15 {
  margin-top: 5rem !important;
}
.mt-16 {
  margin-top: 6rem !important;
}
.mt-17 {
  margin-top: 7rem !important;
}
.mt-18 {
  margin-top: 8rem !important;
}
.mt-19 {
  margin-top: 9rem !important;
}
.mt-20 {
  margin-top: 10rem !important;
}
.mt-21 {
  margin-top: 12.5rem !important;
}
.mt-22 {
  margin-top: 15rem !important;
}
.mt-23 {
  margin-top: 17.5rem !important;
}
.mt-24 {
  margin-top: 20rem !important;
}
.mt-25 {
  margin-top: 22.5rem !important;
}
.mt-auto {
  margin-top: auto !important;
}



.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mb-5 {
  margin-bottom: 1.25rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.mb-7 {
  margin-bottom: 1.75rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.mb-9 {
  margin-bottom: 2.25rem !important;
}
.mb-10 {
  margin-bottom: 2.5rem !important;
}
.mb-11 {
  margin-bottom: 3rem !important;
}
.mb-12 {
  margin-bottom: 3.5rem !important;
}
.mb-13 {
  margin-bottom: 4rem !important;
}
.mb-14 {
  margin-bottom: 4.5rem !important;
}
.mb-15 {
  margin-bottom: 5rem !important;
}
.mb-16 {
  margin-bottom: 6rem !important;
}
.mb-17 {
  margin-bottom: 7rem !important;
}
.mb-18 {
  margin-bottom: 8rem !important;
}
.mb-19 {
  margin-bottom: 9rem !important;
}
.mb-20 {
  margin-bottom: 10rem !important;
}
.mb-21 {
  margin-bottom: 12.5rem !important;
}
.mb-22 {
  margin-bottom: 15rem !important;
}
.mb-23 {
  margin-bottom: 17.5rem !important;
}
.mb-24 {
  margin-bottom: 20rem !important;
}
.mb-25 {
  margin-bottom: 22.5rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}


.icon-list {
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
}
.icon-svg,
.icon-svg.icon-svg-lg {
  width: 3rem;
  height: 3rem;
}
.icon-svg.icon-svg-md {
  width: 2.6rem;
  height: 2.6rem;
}
.icon-svg.icon-svg-sm {
  width: 2.2rem;
  height: 2.2rem;
}
.icon-svg.icon-svg-xs {
  width: 1.8rem;
  height: 1.8rem;
}
.svg-bg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 3rem;
  height: 3rem;
}
.svg-bg .icon-svg {
  width: 1.3rem;
  height: 1.3rem;
}
.svg-bg.svg-bg-lg {
  width: 4rem;
  height: 4rem;
}
.svg-bg.svg-bg-lg .icon-svg {
  width: 1.5rem;
  height: 1.5rem;
}


.text-primary {
  --bs-text-opacity: 1;
  color: #3f78e0 !important;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}


.text-line.text-primary:before {
  background-color: #3f78e0;
}
.text-line.text-muted:before {
  background-color: #aab0bc;
}
.text-primary {
  color: var(--bs-primary) !important;
}

.text-primary .lineal-fill {
  fill: var(--bs-icon-fill-primary);
}

.solid.text-primary .fill-primary,
.solid.text-primary .fill-secondary {
  fill: var(--bs-primary);
}

.solid-mono.text-primary .fill-primary {
  fill: var(--bs-primary);
}
.solid-mono.text-primary .fill-secondary {
  fill: var(--bs-icon-solid-fill-primary);
}

.bg-dot,
.bg-line {
  opacity: 0.5;
}
.bg-dot {
  background-size: 0.75rem 0.75rem;
}
.bg-dot.blue {
  background-image: radial-gradient(var(--bs-blue) 2px, transparent 2.5px);
}
.bg-dot.sky {
  background-image: radial-gradient(var(--bs-sky) 2px, transparent 2.5px);
}
.bg-dot.purple {
  background-image: radial-gradient(var(--bs-purple) 2px, transparent 2.5px);
}
.bg-dot.grape {
  background-image: radial-gradient(var(--bs-grape) 2px, transparent 2.5px);
}
.bg-dot.violet {
  background-image: radial-gradient(var(--bs-violet) 2px, transparent 2.5px);
}
.bg-dot.pink {
  background-image: radial-gradient(var(--bs-pink) 2px, transparent 2.5px);
}
.bg-dot.fuchsia {
  background-image: radial-gradient(var(--bs-fuchsia) 2px, transparent 2.5px);
}
.bg-dot.red {
  background-image: radial-gradient(var(--bs-red) 2px, transparent 2.5px);
}
.bg-dot.orange {
  background-image: radial-gradient(var(--bs-orange) 2px, transparent 2.5px);
}
.bg-dot.yellow {
  background-image: radial-gradient(var(--bs-yellow) 2px, transparent 2.5px);
}
.bg-dot.green {
  background-image: radial-gradient(var(--bs-green) 2px, transparent 2.5px);
}
.bg-dot.leaf {
  background-image: radial-gradient(var(--bs-leaf) 2px, transparent 2.5px);
}
.bg-dot.aqua {
  background-image: radial-gradient(var(--bs-aqua) 2px, transparent 2.5px);
}
.bg-dot.navy {
  background-image: radial-gradient(var(--bs-navy) 2px, transparent 2.5px);
}
.bg-dot.ash {
  background-image: radial-gradient(var(--bs-ash) 2px, transparent 2.5px);
}
.bg-dot.white {
  background-image: radial-gradient(var(--bs-white) 2px, transparent 2.5px);
}
.bg-dot.light {
  background-image: radial-gradient(var(--bs-light) 2px, transparent 2.5px);
}
.bg-dot.gray {
  background-image: radial-gradient(var(--bs-gray) 2px, transparent 2.5px);
}
.bg-dot.dark {
  background-image: radial-gradient(var(--bs-dark) 2px, transparent 2.5px);
}
.bg-dot.primary {
  background-image: radial-gradient(var(--bs-primary) 2px, transparent 2.5px);
}
.bg-line.blue {
  background: repeating-linear-gradient(
    -55deg,
    rgba(var(--bs-white-rgb), 0) 0.8px,
    var(--bs-blue) 1.6px,
    var(--bs-blue) 3px,
    rgba(var(--bs-white-rgb), 0) 3.8px,
    rgba(var(--bs-white-rgb), 0) 10px
  );
}
.bg-line.sky {
  background: repeating-linear-gradient(
    -55deg,
    rgba(var(--bs-white-rgb), 0) 0.8px,
    var(--bs-sky) 1.6px,
    var(--bs-sky) 3px,
    rgba(var(--bs-white-rgb), 0) 3.8px,
    rgba(var(--bs-white-rgb), 0) 10px
  );
}
.bg-line.purple {
  background: repeating-linear-gradient(
    -55deg,
    rgba(var(--bs-white-rgb), 0) 0.8px,
    var(--bs-purple) 1.6px,
    var(--bs-purple) 3px,
    rgba(var(--bs-white-rgb), 0) 3.8px,
    rgba(var(--bs-white-rgb), 0) 10px
  );
}
.bg-line.grape {
  background: repeating-linear-gradient(
    -55deg,
    rgba(var(--bs-white-rgb), 0) 0.8px,
    var(--bs-grape) 1.6px,
    var(--bs-grape) 3px,
    rgba(var(--bs-white-rgb), 0) 3.8px,
    rgba(var(--bs-white-rgb), 0) 10px
  );
}
.bg-line.violet {
  background: repeating-linear-gradient(
    -55deg,
    rgba(var(--bs-white-rgb), 0) 0.8px,
    var(--bs-violet) 1.6px,
    var(--bs-violet) 3px,
    rgba(var(--bs-white-rgb), 0) 3.8px,
    rgba(var(--bs-white-rgb), 0) 10px
  );
}
.bg-line.pink {
  background: repeating-linear-gradient(
    -55deg,
    rgba(var(--bs-white-rgb), 0) 0.8px,
    var(--bs-pink) 1.6px,
    var(--bs-pink) 3px,
    rgba(var(--bs-white-rgb), 0) 3.8px,
    rgba(var(--bs-white-rgb), 0) 10px
  );
}
.bg-line.fuchsia {
  background: repeating-linear-gradient(
    -55deg,
    rgba(var(--bs-white-rgb), 0) 0.8px,
    var(--bs-fuchsia) 1.6px,
    var(--bs-fuchsia) 3px,
    rgba(var(--bs-white-rgb), 0) 3.8px,
    rgba(var(--bs-white-rgb), 0) 10px
  );
}
.bg-line.red {
  background: repeating-linear-gradient(
    -55deg,
    rgba(var(--bs-white-rgb), 0) 0.8px,
    var(--bs-red) 1.6px,
    var(--bs-red) 3px,
    rgba(var(--bs-white-rgb), 0) 3.8px,
    rgba(var(--bs-white-rgb), 0) 10px
  );
}
.bg-line.orange {
  background: repeating-linear-gradient(
    -55deg,
    rgba(var(--bs-white-rgb), 0) 0.8px,
    var(--bs-orange) 1.6px,
    var(--bs-orange) 3px,
    rgba(var(--bs-white-rgb), 0) 3.8px,
    rgba(var(--bs-white-rgb), 0) 10px
  );
}
.bg-line.yellow {
  background: repeating-linear-gradient(
    -55deg,
    rgba(var(--bs-white-rgb), 0) 0.8px,
    var(--bs-yellow) 1.6px,
    var(--bs-yellow) 3px,
    rgba(var(--bs-white-rgb), 0) 3.8px,
    rgba(var(--bs-white-rgb), 0) 10px
  );
}
.bg-line.green {
  background: repeating-linear-gradient(
    -55deg,
    rgba(var(--bs-white-rgb), 0) 0.8px,
    var(--bs-green) 1.6px,
    var(--bs-green) 3px,
    rgba(var(--bs-white-rgb), 0) 3.8px,
    rgba(var(--bs-white-rgb), 0) 10px
  );
}
.bg-line.leaf {
  background: repeating-linear-gradient(
    -55deg,
    rgba(var(--bs-white-rgb), 0) 0.8px,
    var(--bs-leaf) 1.6px,
    var(--bs-leaf) 3px,
    rgba(var(--bs-white-rgb), 0) 3.8px,
    rgba(var(--bs-white-rgb), 0) 10px
  );
}
.bg-line.aqua {
  background: repeating-linear-gradient(
    -55deg,
    rgba(var(--bs-white-rgb), 0) 0.8px,
    var(--bs-aqua) 1.6px,
    var(--bs-aqua) 3px,
    rgba(var(--bs-white-rgb), 0) 3.8px,
    rgba(var(--bs-white-rgb), 0) 10px
  );
}
.bg-line.navy {
  background: repeating-linear-gradient(
    -55deg,
    rgba(var(--bs-white-rgb), 0) 0.8px,
    var(--bs-navy) 1.6px,
    var(--bs-navy) 3px,
    rgba(var(--bs-white-rgb), 0) 3.8px,
    rgba(var(--bs-white-rgb), 0) 10px
  );
}
.bg-line.ash {
  background: repeating-linear-gradient(
    -55deg,
    rgba(var(--bs-white-rgb), 0) 0.8px,
    var(--bs-ash) 1.6px,
    var(--bs-ash) 3px,
    rgba(var(--bs-white-rgb), 0) 3.8px,
    rgba(var(--bs-white-rgb), 0) 10px
  );
}
.bg-line.white {
  background: repeating-linear-gradient(
    -55deg,
    rgba(var(--bs-white-rgb), 0) 0.8px,
    var(--bs-white) 1.6px,
    var(--bs-white) 3px,
    rgba(var(--bs-white-rgb), 0) 3.8px,
    rgba(var(--bs-white-rgb), 0) 10px
  );
}
.bg-line.light {
  background: repeating-linear-gradient(
    -55deg,
    rgba(var(--bs-white-rgb), 0) 0.8px,
    var(--bs-light) 1.6px,
    var(--bs-light) 3px,
    rgba(var(--bs-white-rgb), 0) 3.8px,
    rgba(var(--bs-white-rgb), 0) 10px
  );
}
.bg-line.gray {
  background: repeating-linear-gradient(
    -55deg,
    rgba(var(--bs-white-rgb), 0) 0.8px,
    var(--bs-gray) 1.6px,
    var(--bs-gray) 3px,
    rgba(var(--bs-white-rgb), 0) 3.8px,
    rgba(var(--bs-white-rgb), 0) 10px
  );
}
.bg-line.dark {
  background: repeating-linear-gradient(
    -55deg,
    rgba(var(--bs-white-rgb), 0) 0.8px,
    var(--bs-dark) 1.6px,
    var(--bs-dark) 3px,
    rgba(var(--bs-white-rgb), 0) 3.8px,
    rgba(var(--bs-white-rgb), 0) 10px
  );
}
.bg-line.primary {
  background: repeating-linear-gradient(
    -55deg,
    rgba(var(--bs-white-rgb), 0) 0.8px,
    var(--bs-primary) 1.6px,
    var(--bs-primary) 3px,
    rgba(var(--bs-white-rgb), 0) 3.8px,
    rgba(var(--bs-white-rgb), 0) 10px
  );
}


.pricing-wrapper > .row [class*="col"] {
  z-index: 1;
}
.pricing-wrapper > .row [class*="col"].popular {
  z-index: 3 !important;
}
.pricing-wrapper > .row [class*="col"] .pricing.card .card-body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}
.pricing-wrapper > .row [class*="col"] .pricing.card .card-body .icon {
  margin-bottom: 0.75rem;
}
.pricing-wrapper > .row [class*="col"] .pricing.card .card-body .card-title {
  margin: 0 0 0.5rem;
  padding: 0;
}
.pricing-wrapper > .row [class*="col"] .pricing.card .prices {
  padding: 0;
  margin: 0;
  line-height: 1;
  background: none;
  font-weight: 500;
  position: relative;
  height: 2.3rem;
}
.pricing-wrapper > .row [class*="col"] .pricing.card .prices .price-value {
  font-size: calc(1.365rem + 1.38vw);
}
@media (min-width: 1200px) {
  .pricing-wrapper > .row [class*="col"] .pricing.card .prices .price-value {
    font-size: 2.4rem;
  }
}
.pricing-wrapper > .row [class*="col"] .pricing.card .prices .price-currency {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  padding-right: 0.2rem;
  padding-top: 0.4rem;
}
.pricing-wrapper > .row [class*="col"] .pricing.card .prices .price-duration {
  font-size: 0.8rem;
  font-weight: 500;
  color: #60697b;
  margin-top: auto;
  margin-bottom: 0.25rem;
}
.pricing-wrapper
  > .row
  [class*="col"]
  .pricing.card
  .prices
  .price-duration:before {
  content: "/";
  padding: 0;
}
.pricing-wrapper > .row [class*="col"] .pricing.card .prices .price {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.pricing-wrapper > .row [class*="col"] .pricing.card .prices .price-hidden {
  display: none;
}
.pricing-wrapper > .row [class*="col"] .pricing.card .prices .price-show {
  animation: priceShow 0.6s forwards;
}
.pricing-wrapper > .row [class*="col"] .pricing.card .prices .price-hide {
  animation: priceFade 0.6s forwards;
}
.pricing-switcher-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pricing-switcher-wrapper p:last-child {
  position: relative;
}
.pricing-switcher-wrapper p:last-child .badge {
  position: absolute;
  top: -1rem;
  right: -2rem;
}
.pricing-switchers {
  width: 2rem;
  height: 1rem;
  clear: both;
  text-align: center;
  position: relative;
  background-color: rgba(30, 34, 40, 0.07);
  border-radius: 1.5rem;
  border: 0.2rem solid transparent;
  box-sizing: content-box;
}
.pricing-switchers .pricing-switcher {
  cursor: pointer;
  width: 100%;
  float: left;
  height: 1rem;
  line-height: 1rem;
  position: relative;
  z-index: 888;
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
}
.pricing-switchers
  .pricing-switcher:first-child.pricing-switcher-active
  ~ .switcher-button {
  left: 0;
}
.pricing-switchers
  .pricing-switcher:nth-child(2).pricing-switcher-active
  ~ .switcher-button {
  left: 50%;
}
.pricing-switchers .switcher-button {
  height: 1rem;
  width: 1rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 555;
  margin: 0;
  border: none;
  transition: 0.3s ease-in-out;
  border-radius: 100%;
}
.pricing-switchers .pricing-switcher.pricing-switcher-active {
  color: var(--bs-white);
}
.switcher-dark .pricing-switchers {
  background-color: rgba(var(--bs-white-rgb), 0.06);
}
@media (min-width: 992px) {
  .pricing-wrapper .popular .pricing.card {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: -1rem;
  }
  .process-wrapper.line [class*="col-"] {
    position: relative;
  }
  .process-wrapper.line [class*="col-"]:after {
    width: 100%;
    position: absolute;
    content: "";
    height: 1px;
    background: none;
    border-top: 1px solid rgba(164, 174, 198, 0.2);
    top: 1.5rem;
    z-index: 1;
    left: 3rem;
  }
  .process-wrapper.line [class*="col-"]:last-child:after {
    display: none;
  }
  .process-wrapper.line.text-center [class*="col-"]:after,
  .process-wrapper.line.text-center [class*="col-"]:before {
    width: 50%;
    position: absolute;
    content: "";
    height: 1px;
    background: rgba(164, 174, 198, 0.2);
    border: 0;
    top: 1.5rem;
    z-index: 1;
    left: 0;
  }
  .process-wrapper.line.text-center [class*="col-"]:after {
    right: 0;
    left: auto;
  }
  .process-wrapper.line.text-center [class*="col-"]:first-child:before,
  .process-wrapper.line.text-center [class*="col-"]:last-child:after {
    display: none;
  }
  .process-wrapper.arrow [class*="col-"] {
    position: relative;
  }
  .process-wrapper.arrow [class*="col-"]:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 108.15 19.5'%3E%3Cpath fill='%23ar(--bs-primary)' d='M2.38,13.63A107.77,107.77,0,0,1,41.56,3.28C54.29,2.51,67,4.2,79.4,6.9c7.73,1.68,15.38,3.73,23,5.86a1.56,1.56,0,0,0,.83-3C89.85,6,76.35,2.5,62.54.87A111,111,0,0,0,24,2.73,119,119,0,0,0,.8,10.93c-1.81.85-.23,3.54,1.58,2.7Z'/%3E%3Cpath fill='%23ar(--bs-primary)' d='M95.51,19.27A60.35,60.35,0,0,1,107,12.41a1.58,1.58,0,0,0,1.12-1.29,1.53,1.53,0,0,0-.75-1.56,20.31,20.31,0,0,1-9-8.65,1.56,1.56,0,0,0-2.7,1.57c2.34,4,5.79,7.86,10.12,9.78l.37-2.86a62.69,62.69,0,0,0-12.25,7.18,1.6,1.6,0,0,0-.56,2.14,1.56,1.56,0,0,0,2.13.55Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 70% 70%;
    position: absolute;
    width: 6rem;
    height: 1rem;
    top: 0.8rem;
    left: -3rem;
    z-index: 1;
    opacity: 0.15;
  }
  .process-wrapper.arrow [class*="col-"]:nth-child(odd):before {
    transform: scaleY(-1);
  }
  .process-wrapper.arrow [class*="col-"]:first-child:before {
    display: none;
  }
}


.icon-list {
  padding-left: 0;
  list-style: none;
}
.icon-list li {
  position: relative;
  padding-left: 1.25rem;
}

.icon-list.bullet-soft-primary i {
  color: var(--bs-primary);
}
.icon-list.bullet-soft-primary.bullet-bg i {
  background-color: var(--bs-bullet-soft-primary);
}
.icon-list.bullet-bg i[class*="bullet-soft-primary"] {
  background-color: var(--bs-bullet-soft-primary) !important;
  color: var(--bs-primary) !important;
}
.icon-list.bullet-soft-blue i {
  color: var(--bs-blue);
}
.icon-list.bullet-soft-blue.bullet-bg i {
  background-color: var(--bs-bullet-soft-blue);
}
.icon-list.bullet-bg i[class*="bullet-soft-blue"] {
  background-color: var(--bs-bullet-soft-blue) !important;
  color: var(--bs-blue) !important;
}
.icon-list.bullet-soft-sky i {
  color: var(--bs-sky);
}
.icon-list.bullet-soft-sky.bullet-bg i {
  background-color: var(--bs-bullet-soft-sky);.uil-check:before
}
.icon-list.bullet-bg i[class*="bullet-soft-sky"] {
  background-color: var(--bs-bullet-soft-sky) !important;
  color: var(--bs-sky) !important;
}
.icon-list.bullet-soft-purple i {
  color: var(--bs-purple);
}
.icon-list.bullet-soft-purple.bullet-bg i {
  background-color: var(--bs-bullet-soft-purple);
}
.icon-list.bullet-bg i[class*="bullet-soft-purple"] {
  background-color: var(--bs-bullet-soft-purple) !important;
  color: var(--bs-purple) !important;
}
.icon-list.bullet-soft-grape i {
  color: var(--bs-grape);
}
.icon-list.bullet-soft-grape.bullet-bg i {
  background-color: var(--bs-bullet-soft-grape);
}
.icon-list.bullet-bg i[class*="bullet-soft-grape"] {
  background-color: var(--bs-bullet-soft-grape) !important;
  color: var(--bs-grape) !important;
}
.icon-list.bullet-soft-violet i {
  color: var(--bs-violet);
}
.icon-list.bullet-soft-violet.bullet-bg i {
  background-color: var(--bs-bullet-soft-violet);
}
.icon-list.bullet-bg i[class*="bullet-soft-violet"] {
  background-color: var(--bs-bullet-soft-violet) !important;
  color: var(--bs-violet) !important;
}
.icon-list.bullet-soft-pink i {
  color: var(--bs-pink);
}
.icon-list.bullet-soft-pink.bullet-bg i {
  background-color: var(--bs-bullet-soft-pink);
}
.icon-list.bullet-bg i[class*="bullet-soft-pink"] {
  background-color: var(--bs-bullet-soft-pink) !important;
  color: var(--bs-pink) !important;
}
.icon-list.bullet-soft-fuchsia i {
  color: var(--bs-fuchsia);
}
.icon-list.bullet-soft-fuchsia.bullet-bg i {
  background-color: var(--bs-bullet-soft-fuchsia);
}
.icon-list.bullet-bg i[class*="bullet-soft-fuchsia"] {
  background-color: var(--bs-bullet-soft-fuchsia) !important;
  color: var(--bs-fuchsia) !important;
}
.icon-list.bullet-soft-red i {
  color: var(--bs-red);
}
.icon-list.bullet-soft-red.bullet-bg i {
  background-color: var(--bs-bullet-soft-red);
}
.icon-list.bullet-bg i[class*="bullet-soft-red"] {
  background-color: var(--bs-bullet-soft-red) !important;
  color: var(--bs-red) !important;
}
.icon-list.bullet-soft-orange i {
  color: var(--bs-orange);
}
.icon-list.bullet-soft-orange.bullet-bg i {
  background-color: var(--bs-bullet-soft-orange);
}
.icon-list.bullet-bg i[class*="bullet-soft-orange"] {
  background-color: var(--bs-bullet-soft-orange) !important;
  color: var(--bs-orange) !important;
}
.icon-list.bullet-soft-yellow i {
  color: var(--bs-yellow);
}
.icon-list.bullet-soft-yellow.bullet-bg i {
  background-color: var(--bs-bullet-soft-yellow);
}
.icon-list.bullet-bg i[class*="bullet-soft-yellow"] {
  background-color: var(--bs-bullet-soft-yellow) !important;
  color: var(--bs-yellow) !important;
}
.icon-list.bullet-soft-green i {
  color: var(--bs-green);
}
.icon-list.bullet-soft-green.bullet-bg i {
  background-color: var(--bs-bullet-soft-green);
}
.icon-list.bullet-bg i[class*="bullet-soft-green"] {
  background-color: var(--bs-bullet-soft-green) !important;
  color: var(--bs-green) !important;
}
.icon-list.bullet-soft-leaf i {
  color: var(--bs-leaf);
}
.icon-list.bullet-soft-leaf.bullet-bg i {
  background-color: var(--bs-bullet-soft-leaf);
}
.icon-list.bullet-bg i[class*="bullet-soft-leaf"] {
  background-color: var(--bs-bullet-soft-leaf) !important;
  color: var(--bs-leaf) !important;
}
.icon-list.bullet-soft-aqua i {
  color: var(--bs-aqua);
}
.icon-list.bullet-soft-aqua.bullet-bg i {
  background-color: var(--bs-bullet-soft-aqua);
}
.icon-list.bullet-bg i[class*="bullet-soft-aqua"] {
  background-color: var(--bs-bullet-soft-aqua) !important;
  color: var(--bs-aqua) !important;
}
.icon-list.bullet-soft-navy i {
  color: var(--bs-navy);
}
.icon-list.bullet-soft-navy.bullet-bg i {
  background-color: var(--bs-bullet-soft-navy);
}
.icon-list.bullet-bg i[class*="bullet-soft-navy"] {
  background-color: var(--bs-bullet-soft-navy) !important;
  color: var(--bs-navy) !important;
}
.icon-list.bullet-soft-ash i {
  color: var(--bs-ash);
}
.icon-list.bullet-soft-ash.bullet-bg i {
  background-color: var(--bs-bullet-soft-ash);
}
.icon-list.bullet-bg i[class*="bullet-soft-ash"] {
  background-color: var(--bs-bullet-soft-ash) !important;
  color: var(--bs-ash) !important;
}
.icon-list.bullet-blue i {
  color: var(--bs-blue);
}
.icon-list.bullet-blue.bullet-bg i {
  background-color: var(--bs-blue);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*="bullet-blue"] {
  background-color: var(--bs-blue) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-sky i {
  color: var(--bs-sky);
}
.icon-list.bullet-sky.bullet-bg i {
  background-color: var(--bs-sky);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*="bullet-sky"] {
  background-color: var(--bs-sky) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-purple i {
  color: var(--bs-purple);
}
.icon-list.bullet-purple.bullet-bg i {
  background-color: var(--bs-purple);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*="bullet-purple"] {
  background-color: var(--bs-purple) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-grape i {
  color: var(--bs-grape);
}
.icon-list.bullet-grape.bullet-bg i {
  background-color: var(--bs-grape);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*="bullet-grape"] {
  background-color: var(--bs-grape) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-violet i {
  color: var(--bs-violet);
}
.icon-list.bullet-violet.bullet-bg i {
  background-color: var(--bs-violet);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*="bullet-violet"] {
  background-color: var(--bs-violet) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-pink i {
  color: var(--bs-pink);
}
.icon-list.bullet-pink.bullet-bg i {
  background-color: var(--bs-pink);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*="bullet-pink"] {
  background-color: var(--bs-pink) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-fuchsia i {
  color: var(--bs-fuchsia);
}
.icon-list.bullet-fuchsia.bullet-bg i {
  background-color: var(--bs-fuchsia);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*="bullet-fuchsia"] {
  background-color: var(--bs-fuchsia) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-red i {
  color: var(--bs-red);
}
.icon-list.bullet-red.bullet-bg i {
  background-color: var(--bs-red);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*="bullet-red"] {
  background-color: var(--bs-red) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-orange i {
  color: var(--bs-orange);
}
.icon-list.bullet-orange.bullet-bg i {
  background-color: var(--bs-orange);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*="bullet-orange"] {
  background-color: var(--bs-orange) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-yellow i {
  color: var(--bs-yellow);
}
.icon-list.bullet-yellow.bullet-bg i {
  background-color: var(--bs-yellow);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*="bullet-yellow"] {
  background-color: var(--bs-yellow) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-green i {
  color: var(--bs-green);
}
.icon-list.bullet-green.bullet-bg i {
  background-color: var(--bs-green);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*="bullet-green"] {
  background-color: var(--bs-green) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-leaf i {
  color: var(--bs-leaf);
}
.icon-list.bullet-leaf.bullet-bg i {
  background-color: var(--bs-leaf);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*="bullet-leaf"] {
  background-color: var(--bs-leaf) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-aqua i {
  color: var(--bs-aqua);
}
.icon-list.bullet-aqua.bullet-bg i {
  background-color: var(--bs-aqua);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*="bullet-aqua"] {
  background-color: var(--bs-aqua) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-navy i {
  color: var(--bs-navy);
}
.icon-list.bullet-navy.bullet-bg i {
  background-color: var(--bs-navy);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*="bullet-navy"] {
  background-color: var(--bs-navy) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-ash i {
  color: var(--bs-ash);
}
.icon-list.bullet-ash.bullet-bg i {
  background-color: var(--bs-ash);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*="bullet-ash"] {
  background-color: var(--bs-ash) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-white i {
  color: var(--bs-white);
}
.icon-list.bullet-white.bullet-bg i {
  background-color: var(--bs-white);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*="bullet-white"] {
  background-color: var(--bs-white) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-light i {
  color: var(--bs-light);
}
.icon-list.bullet-light.bullet-bg i {
  background-color: var(--bs-light);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*="bullet-light"] {
  background-color: var(--bs-light) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-gray i {
  color: var(--bs-gray);
}
.icon-list.bullet-gray.bullet-bg i {
  background-color: var(--bs-gray);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*="bullet-gray"] {
  background-color: var(--bs-gray) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-dark i {
  color: var(--bs-dark);
}
.icon-list.bullet-dark.bullet-bg i {
  background-color: var(--bs-dark);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*="bullet-dark"] {
  background-color: var(--bs-dark) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-primary i {
  color: var(--bs-primary);
}
.icon-list.bullet-primary.bullet-bg i {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.icon-list.bullet-bg i[class*="bullet-primary"] {
  background-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}
.icon-list.bullet-bg i.bullet-white,
.icon-list.bullet-white i {
  color: var(--bs-primary) !important;
}
.icon-list i {
  position: absolute;
  top: -0.2rem;
  left: 0;
  font-size: 1rem;
}
.icon-list.bullet-bg i {
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  top: 0.2rem;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  display: table;
}
.icon-list.bullet-bg i:before {
  vertical-align: middle;
  display: table-cell;
}
.icon-list:not(.row) li + li,
.unordered-list li + li,
.widget .list-unstyled:not(.tag-list) li + li {
  margin-top: 0.35rem;
}



[class*=" icn-"],
[class^="icn-"] {
  font-family: Custom !important;
}
.icn-caret-right:before {
  content: "";
}
.icn-comment-line:before {
  content: "";
}
.icn-external:before {
  content: "";
}
.icn-flower:before {
  content: "";
}
.icn-terminal:before {
  content: "";
}
.uil-plus-0:before {
  content: "";
}
.uil-plus-3:before {
  content: "";
}
.uil-plus-6:before {
  content: "";
}
.uil-plus-10:before {
  content: "";
}
.uil-plus-12:before {
  content: "";
}
.uil-plus-13:before {
  content: "";
}
.uil-plus-16:before {
  content: "";
}
.uil-plus-17:before {
  content: "";
}
.uil-plus-18:before {
  content: "";
}
.uil-plus-21:before {
  content: "";
}
.uil-500px:before {
  content: "";
}
.uil-abacus:before {
  content: "";
}
.uil-accessible-icon-alt:before {
  content: "";
}
.uil-adjust-alt:before {
  content: "";
}
.uil-adjust-circle:before {
  content: "";
}
.uil-adjust-half:before {
  content: "";
}
.uil-adjust:before {
  content: "";
}
.uil-adobe-alt:before {
  content: "";
}
.uil-airplay:before {
  content: "";
}
.uil-adobe:before {
  content: "";
}
.uil-align-alt:before {
  content: "";
}
.uil-align-center-alt:before {
  content: "";
}
.uil-align-center-v:before {
  content: "";
}
.uil-align-center:before {
  content: "";
}
.uil-align-center-h:before {
  content: "";
}
.uil-align-justify:before {
  content: "";
}
.uil-align-left:before {
  content: "";
}
.uil-align-left-justify:before {
  content: "";
}
.uil-align-center-justify:before {
  content: "";
}
.uil-align-letter-right:before {
  content: "";
}
.uil-align-right-justify:before {
  content: "";
}
.uil-align-right:before {
  content: "";
}
.uil-align:before {
  content: "";
}
.uil-amazon:before {
  content: "";
}
.uil-ambulance:before {
  content: "";
}
.uil-analysis:before {
  content: "";
}
.uil-analytics:before {
  content: "";
}
.uil-anchor:before {
  content: "";
}
.uil-android-alt:before {
  content: "";
}
.uil-android-phone-slash:before {
  content: "";
}
.uil-android:before {
  content: "";
}
.uil-angle-double-down:before {
  content: "";
}
.uil-angle-double-left:before {
  content: "";
}
.uil-angle-double-right:before {
  content: "";
}
.uil-angle-double-up:before {
  content: "";
}
.uil-angle-down:before {
  content: "";
}
.uil-angle-left-b:before {
  content: "";
}
.uil-angle-left:before {
  content: "";
}
.uil-angle-right-b:before {
  content: "";
}
.uil-angle-right:before {
  content: "";
}
.uil-angle-up:before {
  content: "";
}
.uil-angry:before {
  content: "";
}
.uil-ankh:before {
  content: "";
}
.uil-annoyed-alt:before {
  content: "";
}
.uil-annoyed:before {
  content: "";
}
.uil-apple-alt:before {
  content: "";
}
.uil-apple:before {
  content: "";
}
.uil-apps:before {
  content: "";
}
.uil-archive-alt:before {
  content: "";
}
.uil-archive:before {
  content: "";
}
.uil-archway:before {
  content: "";
}
.uil-arrow-break:before {
  content: "";
}
.uil-arrow-circle-down:before {
  content: "";
}
.uil-arrow-circle-left:before {
  content: "";
}
.uil-arrow-circle-right:before {
  content: "";
}
.uil-arrow-circle-up:before {
  content: "";
}
.uil-arrow-compress-h:before {
  content: "";
}
.uil-arrow-down-left:before {
  content: "";
}
.uil-arrow-down-right:before {
  content: "";
}
.uil-arrow-down:before {
  content: "";
}
.uil-arrow-from-right:before {
  content: "";
}
.uil-arrow-from-top:before {
  content: "";
}
.uil-arrow-growth:before {
  content: "";
}
.uil-arrow-left:before {
  content: "";
}
.uil-arrow-random:before {
  content: "";
}
.uil-arrow-resize-diagonal:before {
  content: "";
}
.uil-arrow-right:before {
  content: "";
}
.uil-arrow-to-bottom:before {
  content: "";
}
.uil-arrow-to-right:before {
  content: "";
}
.uil-arrow-up-left:before {
  content: "";
}
.uil-arrow-up-right:before {
  content: "";
}
.uil-arrow-up:before {
  content: "";
}
.uil-arrow:before {
  content: "";
}
.uil-arrows-h-alt:before {
  content: "";
}
.uil-arrows-h:before {
  content: "";
}
.uil-arrows-left-down:before {
  content: "";
}
.uil-arrows-maximize:before {
  content: "";
}
.uil-arrows-merge:before {
  content: "";
}
.uil-arrows-resize-h:before {
  content: "";
}
.uil-arrows-resize-v:before {
  content: "";
}
.uil-arrows-resize:before {
  content: "";
}
.uil-arrows-shrink-h:before {
  content: "";
}
.uil-arrows-right-down:before {
  content: "";
}
.uil-arrows-shrink-v:before {
  content: "";
}
.uil-arrows-up-right:before {
  content: "";
}
.uil-arrows-v-alt:before {
  content: "";
}
.uil-arrows-v:before {
  content: "";
}
.uil-assistive-listening-systems:before {
  content: "";
}
.uil-asterisk:before {
  content: "";
}
.uil-at:before {
  content: "";
}
.uil-atom:before {
  content: "";
}
.uil-auto-flash:before {
  content: "";
}
.uil-award-alt:before {
  content: "";
}
.uil-award:before {
  content: "";
}
.uil-baby-carriage:before {
  content: "";
}
.uil-backpack:before {
  content: "";
}
.uil-backspace:before {
  content: "";
}
.uil-backward:before {
  content: "";
}
.uil-bag-alt:before {
  content: "";
}
.uil-bag-slash:before {
  content: "";
}
.uil-bag:before {
  content: "";
}
.uil-balance-scale:before {
  content: "";
}
.uil-ban:before {
  content: "";
}
.uil-band-aid:before {
  content: "";
}
.uil-bars:before {
  content: "";
}
.uil-baseball-ball:before {
  content: "";
}
.uil-basketball-hoop:before {
  content: "";
}
.uil-basketball:before {
  content: "";
}
.uil-bath:before {
  content: "";
}
.uil-battery-bolt:before {
  content: "";
}
.uil-battery-empty:before {
  content: "";
}
.uil-bed-double:before {
  content: "";
}
.uil-bed:before {
  content: "";
}
.uil-behance-alt:before {
  content: "";
}
.uil-behance:before {
  content: "";
}
.uil-bell-school:before {
  content: "";
}
.uil-bell-slash:before {
  content: "";
}
.uil-bell:before {
  content: "";
}
.uil-bill:before {
  content: "";
}
.uil-bing:before {
  content: "";
}
.uil-bitcoin-alt:before {
  content: "";
}
.uil-bitcoin-circle:before {
  content: "";
}
.uil-bitcoin-sign:before {
  content: "";
}
.uil-bitcoin:before {
  content: "";
}
.uil-black-berry:before {
  content: "";
}
.uil-blogger-alt:before {
  content: "";
}
.uil-blogger:before {
  content: "";
}
.uil-bluetooth-b:before {
  content: "";
}
.uil-bold:before {
  content: "";
}
.uil-bolt-alt:before {
  content: "";
}
.uil-bolt-slash:before {
  content: "";
}
.uil-bolt:before {
  content: "";
}
.uil-book-alt:before {
  content: "";
}
.uil-book-medical:before {
  content: "";
}
.uil-book-open:before {
  content: "";
}
.uil-book-reader:before {
  content: "";
}
.uil-book:before {
  content: "";
}
.uil-bookmark-full:before {
  content: "";
}
.uil-bookmark:before {
  content: "";
}
.uil-books:before {
  content: "";
}
.uil-boombox:before {
  content: "";
}
.uil-border-alt:before {
  content: "";
}
.uil-border-bottom:before {
  content: "";
}
.uil-border-clear:before {
  content: "";
}
.uil-border-horizontal:before {
  content: "";
}
.uil-border-inner:before {
  content: "";
}
.uil-border-left:before {
  content: "";
}
.uil-border-out:before {
  content: "";
}
.uil-border-right:before {
  content: "";
}
.uil-border-top:before {
  content: "";
}
.uil-border-vertical:before {
  content: "";
}
.uil-bowling-ball:before {
  content: "";
}
.uil-box:before {
  content: "";
}
.uil-brackets-curly:before {
  content: "";
}
.uil-brain:before {
  content: "";
}
.uil-briefcase-alt:before {
  content: "";
}
.uil-briefcase:before {
  content: "";
}
.uil-bright:before {
  content: "";
}
.uil-brightness-empty:before {
  content: "";
}
.uil-brightness-half:before {
  content: "";
}
.uil-brightness-low:before {
  content: "";
}
.uil-brightness-minus:before {
  content: "";
}
.uil-brightness-plus:before {
  content: "";
}
.uil-brightness:before {
  content: "";
}
.uil-bring-bottom:before {
  content: "";
}
.uil-bring-front:before {
  content: "";
}
.uil-browser:before {
  content: "";
}
.uil-brush-alt:before {
  content: "";
}
.uil-bug:before {
  content: "";
}
.uil-building:before {
  content: "";
}
.uil-bus-alt:before {
  content: "";
}
.uil-bus-school:before {
  content: "";
}
.uil-bus:before {
  content: "";
}
.uil-bullseye:before {
  content: "";
}
.uil-calculator-alt:before {
  content: "";
}
.uil-calendar-slash:before {
  content: "";
}
.uil-calendar-alt:before {
  content: "";
}
.uil-calender:before {
  content: "";
}
.uil-calculator:before {
  content: "";
}
.uil-calling:before {
  content: "";
}
.uil-camera-plus:before {
  content: "";
}
.uil-camera-change:before {
  content: "";
}
.uil-capsule:before {
  content: "";
}
.uil-capture:before {
  content: "";
}
.uil-cancel:before {
  content: "";
}
.uil-car-sideview:before {
  content: "";
}
.uil-car-slash:before {
  content: "";
}
.uil-camera:before {
  content: "";
}
.uil-camera-slash:before {
  content: "";
}
.uil-car-wash:before {
  content: "";
}
.uil-car:before {
  content: "";
}
.uil-card-atm:before {
  content: "";
}
.uil-caret-right:before {
  content: "";
}
.uil-cell:before {
  content: "";
}
.uil-celsius:before {
  content: "";
}
.uil-channel-add:before {
  content: "";
}
.uil-channel:before {
  content: "";
}
.uil-chart-down:before {
  content: "";
}
.uil-chart-bar:before {
  content: "";
}
.uil-chart-growth-alt:before {
  content: "";
}
.uil-chart-bar-alt:before {
  content: "";
}
.uil-chart-line:before {
  content: "";
}
.uil-chart-growth:before {
  content: "";
}
.uil-chart-pie-alt:before {
  content: "";
}
.uil-chart:before {
  content: "";
}
.uil-chart-pie:before {
  content: "";
}
.uil-chat-bubble-user:before {
  content: "";
}
.uil-chat:before {
  content: "";
}
.uil-chat-info:before {
  content: "";
}
.uil-check-circle:before {
  content: "";
}
.uil-check-square:before {
  content: "";
}
.uil-check:before {
  content: "";
}
.uil-circle-layer:before {
  content: "";
}
.uil-circle:before {
  content: "";
}
.uil-clapper-board:before {
  content: "";
}
.uil-circuit:before {
  content: "";
}
.uil-clinic-medical:before {
  content: "";
}
.uil-clipboard-blank:before {
  content: "";
}
.uil-clipboard-alt:before {
  content: "";
}
.uil-clock-eight:before {
  content: "";
}
.uil-clipboard-notes:before {
  content: "";
}
.uil-clock-five:before {
  content: "";
}
.uil-clipboard:before {
  content: "";
}
.uil-clock-nine:before {
  content: "";
}
.uil-clock-seven:before {
  content: "";
}
.uil-clock-ten:before {
  content: "";
}
.uil-clock-three:before {
  content: "";
}
.uil-clock-two:before {
  content: "";
}
.uil-clock:before {
  content: "";
}
.uil-closed-captioning-slash:before {
  content: "";
}
.uil-closed-captioning:before {
  content: "";
}
.uil-cloud-block:before {
  content: "";
}
.uil-cloud-bookmark:before {
  content: "";
}
.uil-cloud-check:before {
  content: "";
}
.uil-cloud-computing:before {
  content: "";
}
.uil-cloud-data-connection:before {
  content: "";
}
.uil-cloud-database-tree:before {
  content: "";
}
.uil-cloud-download:before {
  content: "";
}
.uil-cloud-drizzle:before {
  content: "";
}
.uil-cloud-exclamation:before {
  content: "";
}
.uil-cloud-hail:before {
  content: "";
}
.uil-cloud-heart:before {
  content: "";
}
.uil-cloud-info:before {
  content: "";
}
.uil-cloud-lock:before {
  content: "";
}
.uil-cloud-meatball:before {
  content: "";
}
.uil-cloud-moon-hail:before {
  content: "";
}
.uil-cloud-moon-meatball:before {
  content: "";
}
.uil-cloud-moon-rain:before {
  content: "";
}
.uil-cloud-moon-showers:before {
  content: "";
}
.uil-cloud-moon:before {
  content: "";
}
.uil-cloud-question:before {
  content: "";
}
.uil-cloud-rain-sun:before {
  content: "";
}
.uil-cloud-rain:before {
  content: "";
}
.uil-cloud-redo:before {
  content: "";
}
.uil-cloud-share:before {
  content: "";
}
.uil-cloud-shield:before {
  content: "";
}
.uil-cloud-showers-alt:before {
  content: "";
}
.uil-cloud-showers-heavy:before {
  content: "";
}
.uil-cloud-showers:before {
  content: "";
}
.uil-cloud-slash:before {
  content: "";
}
.uil-cloud-sun-hail:before {
  content: "";
}
.uil-cloud-sun-meatball:before {
  content: "";
}
.uil-cloud-sun-rain-alt:before {
  content: "";
}
.uil-cloud-sun-rain:before {
  content: "";
}
.uil-cloud-sun-tear:before {
  content: "";
}
.uil-cloud-sun:before {
  content: "";
}
.uil-cloud-times:before {
  content: "";
}
.uil-cloud-unlock:before {
  content: "";
}
.uil-cloud-upload:before {
  content: "";
}
.uil-cloud-wifi:before {
  content: "";
}
.uil-cloud-wind:before {
  content: "";
}
.uil-cloud:before {
  content: "";
}
.uil-clouds:before {
  content: "";
}
.uil-club:before {
  content: "";
}
.uil-code-branch:before {
  content: "";
}
.uil-coffee:before {
  content: "";
}
.uil-cog:before {
  content: "";
}
.uil-coins:before {
  content: "";
}
.uil-columns:before {
  content: "";
}
.uil-comment-add:before {
  content: "";
}
.uil-comment-alt-block:before {
  content: "";
}
.uil-comment-alt-chart-lines:before {
  content: "";
}
.uil-comment-alt-check:before {
  content: "";
}
.uil-comment-alt-dots:before {
  content: "";
}
.uil-comment-alt-download:before {
  content: "";
}
.uil-comment-alt-edit:before {
  content: "";
}
.uil-comment-alt-exclamation:before {
  content: "";
}
.uil-comment-alt-heart:before {
  content: "";
}
.uil-comment-alt-image:before {
  content: "";
}
.uil-comment-alt-info:before {
  content: "";
}
.uil-comment-alt-lines:before {
  content: "";
}
.uil-comment-alt-lock:before {
  content: "";
}
.uil-comment-alt-medical:before {
  content: "";
}
.uil-comment-alt-message:before {
  content: "";
}
.uil-comment-alt-notes:before {
  content: "";
}
.uil-comment-alt-plus:before {
  content: "";
}
.uil-comment-alt-question:before {
  content: "";
}
.uil-comment-alt-redo:before {
  content: "";
}
.uil-comment-alt-search:before {
  content: "";
}
.uil-comment-alt-share:before {
  content: "";
}
.uil-comment-alt-shield:before {
  content: "";
}
.uil-comment-alt-slash:before {
  content: "";
}
.uil-comment-alt-upload:before {
  content: "";
}
.uil-comment-alt-verify:before {
  content: "";
}
.uil-comment-alt:before {
  content: "";
}
.uil-comment-block:before {
  content: "";
}
.uil-comment-chart-line:before {
  content: "";
}
.uil-comment-check:before {
  content: "";
}
.uil-comment-dots:before {
  content: "";
}
.uil-comment-download:before {
  content: "";
}
.uil-comment-edit:before {
  content: "";
}
.uil-comment-exclamation:before {
  content: "";
}
.uil-comment-heart:before {
  content: "";
}
.uil-comment-image:before {
  content: "";
}
.uil-comment-info-alt:before {
  content: "";
}
.uil-comment-info:before {
  content: "";
}
.uil-comment-lines:before {
  content: "";
}
.uil-comment-lock:before {
  content: "";
}
.uil-comment-medical:before {
  content: "";
}
.uil-comment-message:before {
  content: "";
}
.uil-comment-notes:before {
  content: "";
}
.uil-comment-plus:before {
  content: "";
}
.uil-comment-question:before {
  content: "";
}
.uil-comment-redo:before {
  content: "";
}
.uil-comment-search:before {
  content: "";
}
.uil-comment-share:before {
  content: "";
}
.uil-comment-shield:before {
  content: "";
}
.uil-comment-slash:before {
  content: "";
}
.uil-comment-upload:before {
  content: "";
}
.uil-comment-verify:before {
  content: "";
}
.uil-comment:before {
  content: "";
}
.uil-comments-alt:before {
  content: "";
}
.uil-comments:before {
  content: "";
}
.uil-compact-disc:before {
  content: "";
}
.uil-comparison:before {
  content: "";
}
.uil-compass:before {
  content: "";
}
.uil-compress-alt-left:before {
  content: "";
}
.uil-compress-alt:before {
  content: "";
}
.uil-compress-arrows:before {
  content: "";
}
.uil-compress-lines:before {
  content: "";
}
.uil-compress-point:before {
  content: "";
}
.uil-compress-v:before {
  content: "";
}
.uil-compress:before {
  content: "";
}
.uil-confused:before {
  content: "";
}
.uil-constructor:before {
  content: "";
}
.uil-copy-alt:before {
  content: "";
}
.uil-copy-landscape:before {
  content: "";
}
.uil-copy:before {
  content: "";
}
.uil-copyright:before {
  content: "";
}
.uil-corner-down-left:before {
  content: "";
}
.uil-corner-down-right-alt:before {
  content: "";
}
.uil-corner-down-right:before {
  content: "";
}
.uil-corner-left-down:before {
  content: "";
}
.uil-corner-right-down:before {
  content: "";
}
.uil-corner-up-left-alt:before {
  content: "";
}
.uil-corner-up-left:before {
  content: "";
}
.uil-corner-up-right-alt:before {
  content: "";
}
.uil-corner-up-right:before {
  content: "";
}
.uil-coronavirus:before {
  content: "";
}
.uil-create-dashboard:before {
  content: "";
}
.uil-creative-commons-pd:before {
  content: "";
}
.uil-credit-card-search:before {
  content: "";
}
.uil-credit-card:before {
  content: "";
}
.uil-crockery:before {
  content: "";
}
.uil-crop-alt-rotate-left:before {
  content: "";
}
.uil-crop-alt-rotate-right:before {
  content: "";
}
.uil-crop-alt:before {
  content: "";
}
.uil-crosshair-alt:before {
  content: "";
}
.uil-crosshair:before {
  content: "";
}
.uil-crosshairs:before {
  content: "";
}
.uil-css3-simple:before {
  content: "";
}
.uil-cube:before {
  content: "";
}
.uil-dashboard:before {
  content: "";
}
.uil-data-sharing:before {
  content: "";
}
.uil-database-alt:before {
  content: "";
}
.uil-database:before {
  content: "";
}
.uil-desert:before {
  content: "";
}
.uil-desktop-alt-slash:before {
  content: "";
}
.uil-desktop-alt:before {
  content: "";
}
.uil-desktop-cloud-alt:before {
  content: "";
}
.uil-desktop-slash:before {
  content: "";
}
.uil-dialpad-alt:before {
  content: "";
}
.uil-desktop:before {
  content: "";
}
.uil-dialpad:before {
  content: "";
}
.uil-diamond:before {
  content: "";
}
.uil-diary-alt:before {
  content: "";
}
.uil-diary:before {
  content: "";
}
.uil-dice-five:before {
  content: "";
}
.uil-dice-four:before {
  content: "";
}
.uil-dice-one:before {
  content: "";
}
.uil-dice-six:before {
  content: "";
}
.uil-dice-three:before {
  content: "";
}
.uil-dice-two:before {
  content: "";
}
.uil-direction:before {
  content: "";
}
.uil-directions:before {
  content: "";
}
.uil-discord:before {
  content: "";
}
.uil-dizzy-meh:before {
  content: "";
}
.uil-dna:before {
  content: "";
}
.uil-docker:before {
  content: "";
}
.uil-document-info:before {
  content: "";
}
.uil-document-layout-center:before {
  content: "";
}
.uil-document-layout-left:before {
  content: "";
}
.uil-document-layout-right:before {
  content: "";
}
.uil-dollar-alt:before {
  content: "";
}
.uil-dollar-sign-alt:before {
  content: "";
}
.uil-dollar-sign:before {
  content: "";
}
.uil-download-alt:before {
  content: "";
}
.uil-draggabledots:before {
  content: "";
}
.uil-dribbble:before {
  content: "";
}
.uil-drill:before {
  content: "";
}
.uil-dropbox:before {
  content: "";
}
.uil-dumbbell:before {
  content: "";
}
.uil-ear:before {
  content: "";
}
.uil-edit-alt:before {
  content: "";
}
.uil-edit:before {
  content: "";
}
.uil-elipsis-double-v-alt:before {
  content: "";
}
.uil-ellipsis-h:before {
  content: "";
}
.uil-ellipsis-v:before {
  content: "";
}
.uil-emoji:before {
  content: "";
}
.uil-english-to-chinese:before {
  content: "";
}
.uil-enter:before {
  content: "";
}
.uil-envelope-add:before {
  content: "";
}
.uil-envelope-alt:before {
  content: "";
}
.uil-envelope-block:before {
  content: "";
}
.uil-envelope-bookmark:before {
  content: "";
}
.uil-envelope-check:before {
  content: "";
}
.uil-envelope-download-alt:before {
  content: "";
}
.uil-envelope-download:before {
  content: "";
}
.uil-envelope-edit:before {
  content: "";
}
.uil-envelope-exclamation:before {
  content: "";
}
.uil-envelope-info:before {
  content: "";
}
.uil-envelope-heart:before {
  content: "";
}
.uil-envelope-lock:before {
  content: "";
}
.uil-envelope-minus:before {
  content: "";
}
.uil-envelope-open:before {
  content: "";
}
.uil-envelope-question:before {
  content: "";
}
.uil-envelope-receive:before {
  content: "";
}
.uil-envelope-redo:before {
  content: "";
}
.uil-envelope-search:before {
  content: "";
}
.uil-envelope-send:before {
  content: "";
}
.uil-envelope-share:before {
  content: "";
}
.uil-envelope-shield:before {
  content: "";
}
.uil-envelope-star:before {
  content: "";
}
.uil-envelope-times:before {
  content: "";
}
.uil-envelope-upload-alt:before {
  content: "";
}
.uil-envelope-upload:before {
  content: "";
}
.uil-envelope:before {
  content: "";
}
.uil-envelopes:before {
  content: "";
}
.uil-equal-circle:before {
  content: "";
}
.uil-estate:before {
  content: "";
}
.uil-euro-circle:before {
  content: "";
}
.uil-euro:before {
  content: "";
}
.uil-exchange-alt:before {
  content: "";
}
.uil-exchange:before {
  content: "";
}
.uil-exclamation-circle:before {
  content: "";
}
.uil-exclamation-octagon:before {
  content: "";
}
.uil-exclamation-triangle:before {
  content: "";
}
.uil-exclamation:before {
  content: "";
}
.uil-exclude:before {
  content: "";
}
.uil-exit:before {
  content: "";
}
.uil-expand-alt:before {
  content: "";
}
.uil-expand-arrows-alt:before {
  content: "";
}
.uil-expand-arrows:before {
  content: "";
}
.uil-expand-from-corner:before {
  content: "";
}
.uil-expand-left:before {
  content: "";
}
.uil-expand-right:before {
  content: "";
}
.uil-export:before {
  content: "";
}
.uil-exposure-alt:before {
  content: "";
}
.uil-exposure-increase:before {
  content: "";
}
.uil-external-link-alt:before {
  content: "";
}
.uil-eye-slash:before {
  content: "";
}
.uil-eye:before {
  content: "";
}
.uil-facebook-f:before {
  content: "";
}
.uil-facebook-messenger-alt:before {
  content: "";
}
.uil-facebook-messenger:before {
  content: "";
}
.uil-facebook:before {
  content: "";
}
.uil-fahrenheit:before {
  content: "";
}
.uil-fast-mail-alt:before {
  content: "";
}
.uil-fast-mail:before {
  content: "";
}
.uil-favorite:before {
  content: "";
}
.uil-feedback:before {
  content: "";
}
.uil-fidget-spinner:before {
  content: "";
}
.uil-file-alt:before {
  content: "";
}
.uil-file-blank:before {
  content: "";
}
.uil-file-block-alt:before {
  content: "";
}
.uil-file-bookmark-alt:before {
  content: "";
}
.uil-file-check-alt:before {
  content: "";
}
.uil-file-check:before {
  content: "";
}
.uil-file-contract-dollar:before {
  content: "";
}
.uil-file-contract:before {
  content: "";
}
.uil-file-copy-alt:before {
  content: "";
}
.uil-file-download-alt:before {
  content: "";
}
.uil-file-download:before {
  content: "";
}
.uil-file-edit-alt:before {
  content: "";
}
.uil-file-exclamation-alt:before {
  content: "";
}
.uil-file-exclamation:before {
  content: "";
}
.uil-file-export:before {
  content: "";
}
.uil-file-graph:before {
  content: "";
}
.uil-file-heart:before {
  content: "";
}
.uil-file-import:before {
  content: "";
}
.uil-file-info-alt:before {
  content: "";
}
.uil-file-landscape-alt:before {
  content: "";
}
.uil-file-landscape:before {
  content: "";
}
.uil-file-lanscape-slash:before {
  content: "";
}
.uil-file-medical-alt:before {
  content: "";
}
.uil-file-medical:before {
  content: "";
}
.uil-file-minus-alt:before {
  content: "";
}
.uil-file-lock-alt:before {
  content: "";
}
.uil-file-minus:before {
  content: "";
}
.uil-file-network:before {
  content: "";
}
.uil-file-plus-alt:before {
  content: "";
}
.uil-file-plus:before {
  content: "";
}
.uil-file-question:before {
  content: "";
}
.uil-file-redo-alt:before {
  content: "";
}
.uil-file-question-alt:before {
  content: "";
}
.uil-file-slash:before {
  content: "";
}
.uil-file-times-alt:before {
  content: "";
}
.uil-file-shield-alt:before {
  content: "";
}
.uil-file-times:before {
  content: "";
}
.uil-file-share-alt:before {
  content: "";
}
.uil-file-search-alt:before {
  content: "";
}
.uil-file:before {
  content: "";
}
.uil-file-upload:before {
  content: "";
}
.uil-filter:before {
  content: "";
}
.uil-filter-slash:before {
  content: "";
}
.uil-files-landscapes:before {
  content: "";
}
.uil-film:before {
  content: "";
}
.uil-flask:before {
  content: "";
}
.uil-flask-potion:before {
  content: "";
}
.uil-files-landscapes-alt:before {
  content: "";
}
.uil-flip-h-alt:before {
  content: "";
}
.uil-flip-h:before {
  content: "";
}
.uil-flip-v-alt:before {
  content: "";
}
.uil-file-upload-alt:before {
  content: "";
}
.uil-fire:before {
  content: "";
}
.uil-flower:before {
  content: "";
}
.uil-focus-add:before {
  content: "";
}
.uil-flip-v:before {
  content: "";
}
.uil-focus:before {
  content: "";
}
.uil-folder-check:before {
  content: "";
}
.uil-folder-download:before {
  content: "";
}
.uil-folder-exclamation:before {
  content: "";
}
.uil-folder-heart:before {
  content: "";
}
.uil-folder-info:before {
  content: "";
}
.uil-folder-lock:before {
  content: "";
}
.uil-folder-medical:before {
  content: "";
}
.uil-folder-minus:before {
  content: "";
}
.uil-folder-network:before {
  content: "";
}
.uil-folder-open:before {
  content: "";
}
.uil-folder-plus:before {
  content: "";
}
.uil-folder-question:before {
  content: "";
}
.uil-folder-slash:before {
  content: "";
}
.uil-folder-times:before {
  content: "";
}
.uil-folder-upload:before {
  content: "";
}
.uil-folder:before {
  content: "";
}
.uil-font:before {
  content: "";
}
.uil-football-american:before {
  content: "";
}
.uil-football-ball:before {
  content: "";
}
.uil-football:before {
  content: "";
}
.uil-forecastcloud-moon-tear:before {
  content: "";
}
.uil-forwaded-call:before {
  content: "";
}
.uil-forward:before {
  content: "";
}
.uil-frown:before {
  content: "";
}
.uil-game-structure:before {
  content: "";
}
.uil-gift:before {
  content: "";
}
.uil-github-alt:before {
  content: "";
}
.uil-github:before {
  content: "";
}
.uil-gitlab:before {
  content: "";
}
.uil-glass-martini-alt-slash:before {
  content: "";
}
.uil-focus-target:before {
  content: "";
}
.uil-glass-martini-alt:before {
  content: "";
}
.uil-glass-martini:before {
  content: "";
}
.uil-glass-tea:before {
  content: "";
}
.uil-glass:before {
  content: "";
}
.uil-globe:before {
  content: "";
}
.uil-gold:before {
  content: "";
}
.uil-golf-ball:before {
  content: "";
}
.uil-google-drive-alt:before {
  content: "";
}
.uil-google-drive:before {
  content: "";
}
.uil-google-hangouts-alt:before {
  content: "";
}
.uil-google-hangouts:before {
  content: "";
}
.uil-google-play:before {
  content: "";
}
.uil-google:before {
  content: "";
}
.uil-graduation-cap:before {
  content: "";
}
.uil-graph-bar:before {
  content: "";
}
.uil-grid:before {
  content: "";
}
.uil-grids:before {
  content: "";
}
.uil-grin-tongue-wink-alt:before {
  content: "";
}
.uil-grin:before {
  content: "";
}
.uil-grin-tongue-wink:before {
  content: "";
}
.uil-grip-horizontal-line:before {
  content: "";
}
.uil-hard-hat:before {
  content: "";
}
.uil-hdd:before {
  content: "";
}
.uil-head-side-mask:before {
  content: "";
}
.uil-head-side-cough:before {
  content: "";
}
.uil-head-side:before {
  content: "";
}
.uil-headphone-slash:before {
  content: "";
}
.uil-headphones-alt:before {
  content: "";
}
.uil-heart-alt:before {
  content: "";
}
.uil-headphones:before {
  content: "";
}
.uil-heart-break:before {
  content: "";
}
.uil-heart-medical:before {
  content: "";
}
.uil-heart-rate:before {
  content: "";
}
.uil-heart-sign:before {
  content: "";
}
.uil-heart:before {
  content: "";
}
.uil-heartbeat:before {
  content: "";
}
.uil-hindi-to-chinese:before {
  content: "";
}
.uil-hipchat:before {
  content: "";
}
.uil-history-alt:before {
  content: "";
}
.uil-history:before {
  content: "";
}
.uil-home-alt:before {
  content: "";
}
.uil-home:before {
  content: "";
}
.uil-horizontal-align-center:before {
  content: "";
}
.uil-horizontal-align-left:before {
  content: "";
}
.uil-horizontal-align-right:before {
  content: "";
}
.uil-horizontal-distribution-center:before {
  content: "";
}
.uil-horizontal-distribution-right:before {
  content: "";
}
.uil-hospital-square-sign:before {
  content: "";
}
.uil-hospital-symbol:before {
  content: "";
}
.uil-horizontal-distribution-left:before {
  content: "";
}
.uil-hospital:before {
  content: "";
}
.uil-house-user:before {
  content: "";
}
.uil-hourglass:before {
  content: "";
}
.uil-html3-alt:before {
  content: "";
}
.uil-html5-alt:before {
  content: "";
}
.uil-html3:before {
  content: "";
}
.uil-html5:before {
  content: "";
}
.uil-hunting:before {
  content: "";
}
.uil-icons:before {
  content: "";
}
.uil-illustration:before {
  content: "";
}
.uil-image-alt-slash:before {
  content: "";
}
.uil-image-block:before {
  content: "";
}
.uil-image-broken:before {
  content: "";
}
.uil-image-check:before {
  content: "";
}
.uil-image-download:before {
  content: "";
}
.uil-image-edit:before {
  content: "";
}
.uil-image-lock:before {
  content: "";
}
.uil-image-minus:before {
  content: "";
}
.uil-image-plus:before {
  content: "";
}
.uil-image-question:before {
  content: "";
}
.uil-image-redo:before {
  content: "";
}
.uil-image-resize-landscape:before {
  content: "";
}
.uil-image-resize-square:before {
  content: "";
}
.uil-image-search:before {
  content: "";
}
.uil-image-share:before {
  content: "";
}
.uil-image-shield:before {
  content: "";
}
.uil-image-slash:before {
  content: "";
}
.uil-image-times:before {
  content: "";
}
.uil-image-upload:before {
  content: "";
}
.uil-image-v:before {
  content: "";
}
.uil-image:before {
  content: "";
}
.uil-images:before {
  content: "";
}
.uil-import:before {
  content: "";
}
.uil-inbox:before {
  content: "";
}
.uil-incoming-call:before {
  content: "";
}
.uil-info-circle:before {
  content: "";
}
.uil-instagram-alt:before {
  content: "";
}
.uil-info:before {
  content: "";
}
.uil-instagram:before {
  content: "";
}
.uil-intercom-alt:before {
  content: "";
}
.uil-intercom:before {
  content: "";
}
.uil-invoice:before {
  content: "";
}
.uil-italic:before {
  content: "";
}
.uil-jackhammer:before {
  content: "";
}
.uil-java-script:before {
  content: "";
}
.uil-kayak:before {
  content: "";
}
.uil-key-skeleton-alt:before {
  content: "";
}
.uil-key-skeleton:before {
  content: "";
}
.uil-keyboard-alt:before {
  content: "";
}
.uil-keyboard-hide:before {
  content: "";
}
.uil-keyboard-show:before {
  content: "";
}
.uil-keyboard:before {
  content: "";
}
.uil-keyhole-circle:before {
  content: "";
}
.uil-keyhole-square-full:before {
  content: "";
}
.uil-keyhole-square:before {
  content: "";
}
.uil-kid:before {
  content: "";
}
.uil-label-alt:before {
  content: "";
}
.uil-label:before {
  content: "";
}
.uil-lamp:before {
  content: "";
}
.uil-language:before {
  content: "";
}
.uil-laptop-cloud:before {
  content: "";
}
.uil-laptop-connection:before {
  content: "";
}
.uil-laptop:before {
  content: "";
}
.uil-laughing:before {
  content: "";
}
.uil-layer-group-slash:before {
  content: "";
}
.uil-layer-group:before {
  content: "";
}
.uil-layers-alt:before {
  content: "";
}
.uil-layers-slash:before {
  content: "";
}
.uil-layers:before {
  content: "";
}
.uil-left-arrow-from-left:before {
  content: "";
}
.uil-left-arrow-to-left:before {
  content: "";
}
.uil-left-indent-alt:before {
  content: "";
}
.uil-left-indent:before {
  content: "";
}
.uil-left-to-right-text-direction:before {
  content: "";
}
.uil-letter-chinese-a:before {
  content: "";
}
.uil-letter-english-a:before {
  content: "";
}
.uil-letter-hindi-a:before {
  content: "";
}
.uil-letter-japanese-a:before {
  content: "";
}
.uil-life-ring:before {
  content: "";
}
.uil-lightbulb-alt:before {
  content: "";
}
.uil-lightbulb:before {
  content: "";
}
.uil-line-alt:before {
  content: "";
}
.uil-line-spacing:before {
  content: "";
}
.uil-link-add:before {
  content: "";
}
.uil-link-alt:before {
  content: "";
}
.uil-link-broken:before {
  content: "";
}
.uil-link-h:before {
  content: "";
}
.uil-link:before {
  content: "";
}
.uil-linux:before {
  content: "";
}
.uil-line:before {
  content: "";
}
.uil-linkedin-alt:before {
  content: "";
}
.uil-linkedin:before {
  content: "";
}
.uil-list-ol:before {
  content: "";
}
.uil-list-ui-alt:before {
  content: "";
}
.uil-list-ol-alt:before {
  content: "";
}
.uil-location-arrow-alt:before {
  content: "";
}
.uil-lira-sign:before {
  content: "";
}
.uil-location-point:before {
  content: "";
}
.uil-location-pin-alt:before {
  content: "";
}
.uil-location-arrow:before {
  content: "";
}
.uil-lottiefiles-alt:before {
  content: "";
}
.uil-mailbox:before {
  content: "";
}
.uil-lock:before {
  content: "";
}
.uil-map-marker-minus:before {
  content: "";
}
.uil-map-marker-info:before {
  content: "";
}
.uil-map-marker-edit:before {
  content: "";
}
.uil-map-marker-alt:before {
  content: "";
}
.uil-map-marker-shield:before {
  content: "";
}
.uil-map-marker-slash:before {
  content: "";
}
.uil-map-marker:before {
  content: "";
}
.uil-map-marker-question:before {
  content: "";
}
.uil-map-pin-alt:before {
  content: "";
}
.uil-map:before {
  content: "";
}
.uil-map-pin:before {
  content: "";
}
.uil-map-marker-plus:before {
  content: "";
}
.uil-mars:before {
  content: "";
}
.uil-lock-open-alt:before {
  content: "";
}
.uil-lock-slash:before {
  content: "";
}
.uil-master-card:before {
  content: "";
}
.uil-luggage-cart:before {
  content: "";
}
.uil-lottiefiles:before {
  content: "";
}
.uil-medical-square-full:before {
  content: "";
}
.uil-lock-alt:before {
  content: "";
}
.uil-medical-square:before {
  content: "";
}
.uil-medical-drip:before {
  content: "";
}
.uil-medkit:before {
  content: "";
}
.uil-medium-m:before {
  content: "";
}
.uil-megaphone:before {
  content: "";
}
.uil-meeting-board:before {
  content: "";
}
.uil-meh-alt:before {
  content: "";
}
.uil-meh-closed-eye:before {
  content: "";
}
.uil-medal:before {
  content: "";
}
.uil-maximize-left:before {
  content: "";
}
.uil-meh:before {
  content: "";
}
.uil-list-ul:before {
  content: "";
}
.uil-metro:before {
  content: "";
}
.uil-message:before {
  content: "";
}
.uil-microphone-slash:before {
  content: "";
}
.uil-mailbox-alt:before {
  content: "";
}
.uil-microscope:before {
  content: "";
}
.uil-microphone:before {
  content: "";
}
.uil-microsoft:before {
  content: "";
}
.uil-minus-path:before {
  content: "";
}
.uil-minus-square-full:before {
  content: "";
}
.uil-minus-circle:before {
  content: "";
}
.uil-minus:before {
  content: "";
}
.uil-missed-call:before {
  content: "";
}
.uil-mobile-android-alt:before {
  content: "";
}
.uil-mobile-android:before {
  content: "";
}
.uil-mobile-vibrate:before {
  content: "";
}
.uil-modem:before {
  content: "";
}
.uil-minus-square:before {
  content: "";
}
.uil-money-bill-slash:before {
  content: "";
}
.uil-money-bill-stack:before {
  content: "";
}
.uil-money-bill:before {
  content: "";
}
.uil-lock-access:before {
  content: "";
}
.uil-money-insert:before {
  content: "";
}
.uil-money-stack:before {
  content: "";
}
.uil-money-withdraw:before {
  content: "";
}
.uil-money-withdrawal:before {
  content: "";
}
.uil-moneybag-alt:before {
  content: "";
}
.uil-moneybag:before {
  content: "";
}
.uil-monitor-heart-rate:before {
  content: "";
}
.uil-monitor:before {
  content: "";
}
.uil-moon-eclipse:before {
  content: "";
}
.uil-moon:before {
  content: "";
}
.uil-moonset:before {
  content: "";
}
.uil-mountains-sun:before {
  content: "";
}
.uil-mountains:before {
  content: "";
}
.uil-mouse-alt-2:before {
  content: "";
}
.uil-mouse-alt:before {
  content: "";
}
.uil-mouse:before {
  content: "";
}
.uil-multiply:before {
  content: "";
}
.uil-music-note:before {
  content: "";
}
.uil-music-tune-slash:before {
  content: "";
}
.uil-music:before {
  content: "";
}
.uil-n-a:before {
  content: "";
}
.uil-navigator:before {
  content: "";
}
.uil-nerd:before {
  content: "";
}
.uil-newspaper:before {
  content: "";
}
.uil-no-entry:before {
  content: "";
}
.uil-ninja:before {
  content: "";
}
.uil-notebooks:before {
  content: "";
}
.uil-notes:before {
  content: "";
}
.uil-object-group:before {
  content: "";
}
.uil-object-ungroup:before {
  content: "";
}
.uil-octagon:before {
  content: "";
}
.uil-okta:before {
  content: "";
}
.uil-opera-alt:before {
  content: "";
}
.uil-opera:before {
  content: "";
}
.uil-outgoing-call:before {
  content: "";
}
.uil-padlock:before {
  content: "";
}
.uil-package:before {
  content: "";
}
.uil-pagelines:before {
  content: "";
}
.uil-paint-tool:before {
  content: "";
}
.uil-pagerduty:before {
  content: "";
}
.uil-palette:before {
  content: "";
}
.uil-panel-add:before {
  content: "";
}
.uil-panorama-h-alt:before {
  content: "";
}
.uil-panorama-h:before {
  content: "";
}
.uil-panorama-v:before {
  content: "";
}
.uil-paperclip:before {
  content: "";
}
.uil-parcel:before {
  content: "";
}
.uil-paragraph:before {
  content: "";
}
.uil-parking-circle:before {
  content: "";
}
.uil-parking-square:before {
  content: "";
}
.uil-pathfinder-unite:before {
  content: "";
}
.uil-pathfinder:before {
  content: "";
}
.uil-pause-circle:before {
  content: "";
}
.uil-pause:before {
  content: "";
}
.uil-paypal:before {
  content: "";
}
.uil-pen:before {
  content: "";
}
.uil-pentagon:before {
  content: "";
}
.uil-percentage:before {
  content: "";
}
.uil-phone-pause:before {
  content: "";
}
.uil-phone-alt:before {
  content: "";
}
.uil-phone-slash:before {
  content: "";
}
.uil-phone-times:before {
  content: "";
}
.uil-phone-volume:before {
  content: "";
}
.uil-phone:before {
  content: "";
}
.uil-picture:before {
  content: "";
}
.uil-pizza-slice:before {
  content: "";
}
.uil-plane-arrival:before {
  content: "";
}
.uil-plane-departure:before {
  content: "";
}
.uil-plane-fly:before {
  content: "";
}
.uil-plane:before {
  content: "";
}
.uil-play-circle:before {
  content: "";
}
.uil-play:before {
  content: "";
}
.uil-plug:before {
  content: "";
}
.uil-plus-circle:before {
  content: "";
}
.uil-plus-square:before {
  content: "";
}
.uil-plus:before {
  content: "";
}
.uil-podium:before {
  content: "";
}
.uil-polygon:before {
  content: "";
}
.uil-post-stamp:before {
  content: "";
}
.uil-postcard:before {
  content: "";
}
.uil-pound-circle:before {
  content: "";
}
.uil-pound:before {
  content: "";
}
.uil-power:before {
  content: "";
}
.uil-prescription-bottle:before {
  content: "";
}
.uil-presentation-check:before {
  content: "";
}
.uil-presentation-edit:before {
  content: "";
}
.uil-presentation-line:before {
  content: "";
}
.uil-presentation-lines-alt:before {
  content: "";
}
.uil-presentation-minus:before {
  content: "";
}
.uil-presentation-play:before {
  content: "";
}
.uil-presentation-plus:before {
  content: "";
}
.uil-presentation-times:before {
  content: "";
}
.uil-presentation:before {
  content: "";
}
.uil-previous:before {
  content: "";
}
.uil-pricetag-alt:before {
  content: "";
}
.uil-print-slash:before {
  content: "";
}
.uil-print:before {
  content: "";
}
.uil-process:before {
  content: "";
}
.uil-processor:before {
  content: "";
}
.uil-programming-language:before {
  content: "";
}
.uil-pump:before {
  content: "";
}
.uil-puzzle-piece:before {
  content: "";
}
.uil-qrcode-scan:before {
  content: "";
}
.uil-question-circle:before {
  content: "";
}
.uil-question:before {
  content: "";
}
.uil-raindrops-alt:before {
  content: "";
}
.uil-rainbow:before {
  content: "";
}
.uil-raindrops:before {
  content: "";
}
.uil-react:before {
  content: "";
}
.uil-receipt-alt:before {
  content: "";
}
.uil-receipt:before {
  content: "";
}
.uil-record-audio:before {
  content: "";
}
.uil-reddit-alien-alt:before {
  content: "";
}
.uil-redo:before {
  content: "";
}
.uil-refresh:before {
  content: "";
}
.uil-registered:before {
  content: "";
}
.uil-repeat:before {
  content: "";
}
.uil-restaurant:before {
  content: "";
}
.uil-right-indent-alt:before {
  content: "";
}
.uil-right-to-left-text-direction:before {
  content: "";
}
.uil-robot:before {
  content: "";
}
.uil-rope-way:before {
  content: "";
}
.uil-rocket:before {
  content: "";
}
.uil-rotate-360:before {
  content: "";
}
.uil-rss-alt:before {
  content: "";
}
.uil-rss-interface:before {
  content: "";
}
.uil-rss:before {
  content: "";
}
.uil-ruler-combined:before {
  content: "";
}
.uil-ruler:before {
  content: "";
}
.uil-rupee-sign:before {
  content: "";
}
.uil-sad-cry:before {
  content: "";
}
.uil-sad-crying:before {
  content: "";
}
.uil-sad-dizzy:before {
  content: "";
}
.uil-sad-squint:before {
  content: "";
}
.uil-sad:before {
  content: "";
}
.uil-sanitizer-alt:before {
  content: "";
}
.uil-sanitizer:before {
  content: "";
}
.uil-save:before {
  content: "";
}
.uil-scaling-left:before {
  content: "";
}
.uil-scaling-right:before {
  content: "";
}
.uil-scenery:before {
  content: "";
}
.uil-screw:before {
  content: "";
}
.uil-scroll-h:before {
  content: "";
}
.uil-scroll:before {
  content: "";
}
.uil-schedule:before {
  content: "";
}
.uil-search-alt:before {
  content: "";
}
.uil-search-minus:before {
  content: "";
}
.uil-search:before {
  content: "";
}
.uil-selfie:before {
  content: "";
}
.uil-server-alt:before {
  content: "";
}
.uil-search-plus:before {
  content: "";
}
.uil-server-connection:before {
  content: "";
}
.uil-server-network:before {
  content: "";
}
.uil-server-network-alt:before {
  content: "";
}
.uil-servers:before {
  content: "";
}
.uil-servicemark:before {
  content: "";
}
.uil-server:before {
  content: "";
}
.uil-setting:before {
  content: "";
}
.uil-share-alt:before {
  content: "";
}
.uil-share:before {
  content: "";
}
.uil-shield-check:before {
  content: "";
}
.uil-shield-exclamation:before {
  content: "";
}
.uil-shield-plus:before {
  content: "";
}
.uil-shield-question:before {
  content: "";
}
.uil-shield:before {
  content: "";
}
.uil-ship:before {
  content: "";
}
.uil-shop:before {
  content: "";
}
.uil-shield-slash:before {
  content: "";
}
.uil-shopping-bag:before {
  content: "";
}
.uil-shopping-basket:before {
  content: "";
}
.uil-shopping-cart-alt:before {
  content: "";
}
.uil-shopping-cart:before {
  content: "";
}
.uil-shovel:before {
  content: "";
}
.uil-shrink:before {
  content: "";
}
.uil-shuffle:before {
  content: "";
}
.uil-shutter:before {
  content: "";
}
.uil-sick:before {
  content: "";
}
.uil-sigma:before {
  content: "";
}
.uil-sign-alt:before {
  content: "";
}
.uil-sign-in-alt:before {
  content: "";
}
.uil-sign-left:before {
  content: "";
}
.uil-sign-out-alt:before {
  content: "";
}
.uil-sign-right:before {
  content: "";
}
.uil-signal-alt:before {
  content: "";
}
.uil-signal:before {
  content: "";
}
.uil-signin:before {
  content: "";
}
.uil-signout:before {
  content: "";
}
.uil-silence:before {
  content: "";
}
.uil-signal-alt-3:before {
  content: "";
}
.uil-silent-squint:before {
  content: "";
}
.uil-sim-card:before {
  content: "";
}
.uil-skip-forward-alt:before {
  content: "";
}
.uil-sitemap:before {
  content: "";
}
.uil-skype-alt:before {
  content: "";
}
.uil-skype:before {
  content: "";
}
.uil-skip-forward:before {
  content: "";
}
.uil-skip-forward-circle:before {
  content: "";
}
.uil-shutter-alt:before {
  content: "";
}
.uil-sliders-v:before {
  content: "";
}
.uil-slider-h-range:before {
  content: "";
}
.uil-slider-h:before {
  content: "";
}
.uil-sliders-v-alt:before {
  content: "";
}
.uil-slack-alt:before {
  content: "";
}
.uil-slack:before {
  content: "";
}
.uil-smile-beam:before {
  content: "";
}
.uil-smile-dizzy:before {
  content: "";
}
.uil-smile-squint-wink-alt:before {
  content: "";
}
.uil-smile-squint-wink:before {
  content: "";
}
.uil-smile-wink-alt:before {
  content: "";
}
.uil-smile-wink:before {
  content: "";
}
.uil-smile:before {
  content: "";
}
.uil-snapchat-ghost:before {
  content: "";
}
.uil-snowflake:before {
  content: "";
}
.uil-sperms:before {
  content: "";
}
.uil-snow-flake:before {
  content: "";
}
.uil-space-key:before {
  content: "";
}
.uil-spade:before {
  content: "";
}
.uil-star:before {
  content: "";
}
.uil-sorting:before {
  content: "";
}
.uil-squint:before {
  content: "";
}
.uil-step-backward-alt:before {
  content: "";
}
.uil-snapchat-square:before {
  content: "";
}
.uil-square:before {
  content: "";
}
.uil-square-shape:before {
  content: "";
}
.uil-spinner:before {
  content: "";
}
.uil-square-full:before {
  content: "";
}
.uil-spin:before {
  content: "";
}
.uil-stop-circle:before {
  content: "";
}
.uil-stopwatch-slash:before {
  content: "";
}
.uil-step-forward:before {
  content: "";
}
.uil-step-backward:before {
  content: "";
}
.uil-store-alt:before {
  content: "";
}
.uil-snapchat-alt:before {
  content: "";
}
.uil-sort:before {
  content: "";
}
.uil-sort-amount-down:before {
  content: "";
}
.uil-social-distancing:before {
  content: "";
}
.uil-subway:before {
  content: "";
}
.uil-subway-alt:before {
  content: "";
}
.uil-stopwatch:before {
  content: "";
}
.uil-subject:before {
  content: "";
}
.uil-step-backward-circle:before {
  content: "";
}
.uil-stretcher:before {
  content: "";
}
.uil-store:before {
  content: "";
}
.uil-streering:before {
  content: "";
}
.uil-sync:before {
  content: "";
}
.uil-sync-slash:before {
  content: "";
}
.uil-sync-exclamation:before {
  content: "";
}
.uil-table-tennis:before {
  content: "";
}
.uil-stethoscope:before {
  content: "";
}
.uil-swimmer:before {
  content: "";
}
.uil-snowflake-alt:before {
  content: "";
}
.uil-tablet:before {
  content: "";
}
.uil-syringe:before {
  content: "";
}
.uil-table:before {
  content: "";
}
.uil-tag-alt:before {
  content: "";
}
.uil-store-slash:before {
  content: "";
}
.uil-tape:before {
  content: "";
}
.uil-tachometer-fast:before {
  content: "";
}
.uil-tag:before {
  content: "";
}
.uil-tachometer-fast-alt:before {
  content: "";
}
.uil-swatchbook:before {
  content: "";
}
.uil-swiggy:before {
  content: "";
}
.uil-surprise:before {
  content: "";
}
.uil-sunset:before {
  content: "";
}
.uil-telegram:before {
  content: "";
}
.uil-telegram-alt:before {
  content: "";
}
.uil-tear:before {
  content: "";
}
.uil-tablets:before {
  content: "";
}
.uil-taxi:before {
  content: "";
}
.uil-temperature-empty:before {
  content: "";
}
.uil-temperature-minus:before {
  content: "";
}
.uil-temperature-half:before {
  content: "";
}
.uil-temperature-plus:before {
  content: "";
}
.uil-temperature-quarter:before {
  content: "";
}
.uil-sort-amount-up:before {
  content: "";
}
.uil-telescope:before {
  content: "";
}
.uil-temperature:before {
  content: "";
}
.uil-sun:before {
  content: "";
}
.uil-suitcase:before {
  content: "";
}
.uil-temperature-three-quarter:before {
  content: "";
}
.uil-text-strike-through:before {
  content: "";
}
.uil-text:before {
  content: "";
}
.uil-stethoscope-alt:before {
  content: "";
}
.uil-text-size:before {
  content: "";
}
.uil-th-slash:before {
  content: "";
}
.uil-th-large:before {
  content: "";
}
.uil-thermometer:before {
  content: "";
}
.uil-th:before {
  content: "";
}
.uil-star-half-alt:before {
  content: "";
}
.uil-thunderstorm-moon:before {
  content: "";
}
.uil-thunderstorm:before {
  content: "";
}
.uil-thumbs-up:before {
  content: "";
}
.uil-thumbs-down:before {
  content: "";
}
.uil-times-circle:before {
  content: "";
}
.uil-toggle-off:before {
  content: "";
}
.uil-thunderstorm-sun:before {
  content: "";
}
.uil-spinner-alt:before {
  content: "";
}
.uil-times:before {
  content: "";
}
.uil-times-square:before {
  content: "";
}
.uil-toggle-on:before {
  content: "";
}
.uil-suitcase-alt:before {
  content: "";
}
.uil-tennis-ball:before {
  content: "";
}
.uil-text-fields:before {
  content: "";
}
.uil-ticket:before {
  content: "";
}
.uil-toilet-paper:before {
  content: "";
}
.uil-top-arrow-from-top:before {
  content: "";
}
.uil-top-arrow-to-top:before {
  content: "";
}
.uil-tornado:before {
  content: "";
}
.uil-trademark-circle:before {
  content: "";
}
.uil-trademark:before {
  content: "";
}
.uil-traffic-barrier:before {
  content: "";
}
.uil-traffic-light:before {
  content: "";
}
.uil-transaction:before {
  content: "";
}
.uil-trash-alt:before {
  content: "";
}
.uil-trash:before {
  content: "";
}
.uil-trees:before {
  content: "";
}
.uil-triangle:before {
  content: "";
}
.uil-trophy:before {
  content: "";
}
.uil-trowel:before {
  content: "";
}
.uil-truck-loading:before {
  content: "";
}
.uil-truck:before {
  content: "";
}
.uil-tumblr-alt:before {
  content: "";
}
.uil-tumblr-square:before {
  content: "";
}
.uil-tumblr:before {
  content: "";
}
.uil-tv-retro-slash:before {
  content: "";
}
.uil-tv-retro:before {
  content: "";
}
.uil-twitter-alt:before {
  content: "";
}
.uil-twitter:before {
  content: "";
}
.uil-umbrella:before {
  content: "";
}
.uil-unamused:before {
  content: "";
}
.uil-underline:before {
  content: "";
}
.uil-university:before {
  content: "";
}
.uil-unlock-alt:before {
  content: "";
}
.uil-unlock:before {
  content: "";
}
.uil-upload-alt:before {
  content: "";
}
.uil-upload:before {
  content: "";
}
.uil-usd-circle:before {
  content: "";
}
.uil-usd-square:before {
  content: "";
}
.uil-user-arrows:before {
  content: "";
}
.uil-user-check:before {
  content: "";
}
.uil-user-circle:before {
  content: "";
}
.uil-user-exclamation:before {
  content: "";
}
.uil-user-location:before {
  content: "";
}
.uil-user-md:before {
  content: "";
}
.uil-user-minus:before {
  content: "";
}
.uil-user-nurse:before {
  content: "";
}
.uil-user-plus:before {
  content: "";
}
.uil-user-square:before {
  content: "";
}
.uil-user-times:before {
  content: "";
}
.uil-user:before {
  content: "";
}
.uil-users-alt:before {
  content: "";
}
.uil-utensils-alt:before {
  content: "";
}
.uil-utensils:before {
  content: "";
}
.uil-vector-square-alt:before {
  content: "";
}
.uil-vector-square:before {
  content: "";
}
.uil-venus:before {
  content: "";
}
.uil-vertical-align-bottom:before {
  content: "";
}
.uil-vertical-align-center:before {
  content: "";
}
.uil-vertical-align-top:before {
  content: "";
}
.uil-vertical-distribute-bottom:before {
  content: "";
}
.uil-vertical-distribution-center:before {
  content: "";
}
.uil-vertical-distribution-top:before {
  content: "";
}
.uil-video-question:before {
  content: "";
}
.uil-video-slash:before {
  content: "";
}
.uil-video:before {
  content: "";
}
.uil-virus-slash:before {
  content: "";
}
.uil-visual-studio:before {
  content: "";
}
.uil-vk-alt:before {
  content: "";
}
.uil-vk:before {
  content: "";
}
.uil-voicemail-rectangle:before {
  content: "";
}
.uil-voicemail:before {
  content: "";
}
.uil-volume-down:before {
  content: "";
}
.uil-volleyball:before {
  content: "";
}
.uil-volume-mute:before {
  content: "";
}
.uil-volume-off:before {
  content: "";
}
.uil-volume-up:before {
  content: "";
}
.uil-volume:before {
  content: "";
}
.uil-vuejs-alt:before {
  content: "";
}
.uil-vuejs:before {
  content: "";
}
.uil-wall:before {
  content: "";
}
.uil-wallet:before {
  content: "";
}
.uil-watch-alt:before {
  content: "";
}
.uil-watch:before {
  content: "";
}
.uil-water-drop-slash:before {
  content: "";
}
.uil-water-glass:before {
  content: "";
}
.uil-water:before {
  content: "";
}
.uil-web-grid-alt:before {
  content: "";
}
.uil-web-grid:before {
  content: "";
}
.uil-web-section:before {
  content: "";
}
.uil-webcam:before {
  content: "";
}
.uil-web-section-alt:before {
  content: "";
}
.uil-whatsapp-alt:before {
  content: "";
}
.uil-whatsapp:before {
  content: "";
}
.uil-weight:before {
  content: "";
}
.uil-wheel-barrow:before {
  content: "";
}
.uil-wheelchair-alt:before {
  content: "";
}
.uil-wheelchair:before {
  content: "";
}
.uil-wifi-router:before {
  content: "";
}
.uil-wind-moon:before {
  content: "";
}
.uil-wifi:before {
  content: "";
}
.uil-wifi-slash:before {
  content: "";
}
.uil-wind-sun:before {
  content: "";
}
.uil-wind:before {
  content: "";
}
.uil-window-grid:before {
  content: "";
}
.uil-window-maximize:before {
  content: "";
}
.uil-window-section:before {
  content: "";
}
.uil-window:before {
  content: "";
}
.uil-windows:before {
  content: "";
}
.uil-windsock:before {
  content: "";
}
.uil-windy:before {
  content: "";
}
.uil-wordpress-simple:before {
  content: "";
}
.uil-wordpress:before {
  content: "";
}
.uil-wrap-text:before {
  content: "";
}
.uil-wrench:before {
  content: "";
}
.uil-x-add:before {
  content: "";
}
.uil-x:before {
  content: "";
}
.uil-yen-circle:before {
  content: "";
}
.uil-yen:before {
  content: "";
}
.uil-yin-yang:before {
  content: "";
}
.uil-youtube:before {
  content: "";
}
.uil-tiktok:before {
  content: "";
}
.uil-x-twitter:before {
  content: "";
}


.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 0.75rem !important;
}
.pe-4 {
  padding-right: 1rem !important;
}
.pe-5 {
  padding-right: 1.25rem !important;
}
.pe-6 {
  padding-right: 1.5rem !important;
}
.pe-7 {
  padding-right: 1.75rem !important;
}
.pe-8 {
  padding-right: 2rem !important;
}
.pe-9 {
  padding-right: 2.25rem !important;
}
.pe-10 {
  padding-right: 2.5rem !important;
}
.pe-11 {
  padding-right: 3rem !important;
}
.pe-12 {
  padding-right: 3.5rem !important;
}
.pe-13 {
  padding-right: 4rem !important;
}
.pe-14 {
  padding-right: 4.5rem !important;
}
.pe-15 {
  padding-right: 5rem !important;
}
.pe-16 {
  padding-right: 6rem !important;
}
.pe-17 {
  padding-right: 7rem !important;
}
.pe-18 {
  padding-right: 8rem !important;
}
.pe-19 {
  padding-right: 9rem !important;
}
.pe-20 {
  padding-right: 10rem !important;
}
.pe-21 {
  padding-right: 12.5rem !important;
}
.pe-22 {
  padding-right: 15rem !important;
}
.pe-23 {
  padding-right: 17.5rem !important;
}
.pe-24 {
  padding-right: 20rem !important;
}
.pe-25 {
  padding-right: 22.5rem !important;
}


 .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 0.75rem !important;
  }
  .mt-md-4 {
    margin-top: 1rem !important;
  }
  .mt-md-5 {
    margin-top: 1.25rem !important;
  }
  .mt-md-6 {
    margin-top: 1.5rem !important;
  }
  .mt-md-7 {
    margin-top: 1.75rem !important;
  }
  .mt-md-8 {
    margin-top: 2rem !important;
  }
  .mt-md-9 {
    margin-top: 2.25rem !important;
  }
  .mt-md-10 {
    margin-top: 2.5rem !important;
  }
  .mt-md-11 {
    margin-top: 3rem !important;
  }
  .mt-md-12 {
    margin-top: 3.5rem !important;
  }
  .mt-md-13 {
    margin-top: 4rem !important;
  }
  .mt-md-14 {
    margin-top: 4.5rem !important;
  }
  .mt-md-15 {
    margin-top: 5rem !important;
  }
  .mt-md-16 {
    margin-top: 6rem !important;
  }
  .mt-md-17 {
    margin-top: 7rem !important;
  }
  .mt-md-18 {
    margin-top: 8rem !important;
  }
  .mt-md-19 {
    margin-top: 9rem !important;
  }
  .mt-md-20 {
    margin-top: 10rem !important;
  }
  .mt-md-21 {
    margin-top: 12.5rem !important;
  }
  .mt-md-22 {
    margin-top: 15rem !important;
  }
  .mt-md-23 {
    margin-top: 17.5rem !important;
  }
  .mt-md-24 {
    margin-top: 20rem !important;
  }
  .mt-md-25 {
    margin-top: 22.5rem !important;
  }
  .mt-md-auto {gy-6
    margin-top: auto !important;
  }

.icon-list:not(.row) li+li, .unordered-list li+li, .widget .list-unstyled:not(.tag-list) li+li {
    margin-top: 0.35rem;
}

.icon-list.bullet-bg li {
    padding-left: 2.5rem;
}

.icon-list li {
    position: relative;
    padding-left: 1.25rem;
}


.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 0.75rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 0.75rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 1.25rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 1.25rem;
}
.g-6,
.gx-6 {
  --bs-gutter-x: 1.5rem;
}
.g-6,
.gy-6 {
  --bs-gutter-y: 1.5rem;
}
.g-7,
.gx-7 {
  --bs-gutter-x: 1.75rem;
}
.g-7,
.gy-7 {
  --bs-gutter-y: 1.75rem;
}
.g-8,
.gx-8 {
  --bs-gutter-x: 2rem;
}
.g-8,
.gy-8 {
  --bs-gutter-y: 2rem;
}
.g-9,
.gx-9 {
  --bs-gutter-x: 2.25rem;
}
.g-9,
.gy-9 {
  --bs-gutter-y: 2.25rem;
}
.g-10,
.gx-10 {
  --bs-gutter-x: 2.5rem;
}
.g-10,
.gy-10 {
  --bs-gutter-y: 2.5rem;
}
.g-11,
.gx-11 {
  --bs-gutter-x: 3rem;
}
.g-11,
.gy-11 {
  --bs-gutter-y: 3rem;
}
.g-12,
.gx-12 {
  --bs-gutter-x: 3.5rem;
}
.g-12,
.gy-12 {
  --bs-gutter-y: 3.5rem;
}
.g-13,
.gx-13 {
  --bs-gutter-x: 4rem;
}
.g-13,
.gy-13 {
  --bs-gutter-y: 4rem;
}
.g-14,
.gx-14 {
  --bs-gutter-x: 4.5rem;
}
.g-14,
.gy-14 {
  --bs-gutter-y: 4.5rem;
}
.g-15,
.gx-15 {
  --bs-gutter-x: 5rem;
}
.g-15,
.gy-15 {
  --bs-gutter-y: 5rem;
}
.g-16,
.gx-16 {
  --bs-gutter-x: 6rem;
}
.g-16,
.gy-16 {
  --bs-gutter-y: 6rem;
}
.g-17,
.gx-17 {
  --bs-gutter-x: 7rem;
}
.g-17,
.gy-17 {
  --bs-gutter-y: 7rem;
}
.g-18,
.gx-18 {
  --bs-gutter-x: 8rem;
}
.g-18,
.gy-18 {
  --bs-gutter-y: 8rem;
}
.g-19,
.gx-19 {
  --bs-gutter-x: 9rem;
}
.g-19,
.gy-19 {
  --bs-gutter-y: 9rem;
}
.g-20,
.gx-20 {
  --bs-gutter-x: 10rem;
}
.g-20,
.gy-20 {
  --bs-gutter-y: 10rem;
}
.g-21,
.gx-21 {
  --bs-gutter-x: 12.5rem;
}
.g-21,
.gy-21 {
  --bs-gutter-y: 12.5rem;
}
.g-22,
.gx-22 {
  --bs-gutter-x: 15rem;
}
.g-22,
.gy-22 {
  --bs-gutter-y: 15rem;
}
.g-23,.btn-primary {
    color: #fff;
.gx-23 {
  --bs-gutter-x: 17.5rem;.btn-primary {
    color: #fff;
}
.g-23,
.gy-23 {
  --bs-gutter-y: 17.5rem;
}
.g-24,
.gx-24 {
  --bs-gutter-x: 20rem;
}
.g-24,
.gy-24 {
  --bs-gutter-y: 20rem;
}
.g-25,
.gx-25 {
  --bs-gutter-x: 22.5rem;
}
.g-25,
.gy-25 {
  --bs-gutter-y: 22.5rem;
}




