@charset "UTF-8";
/*
    =========================

	=========================
	
	[Table of Contents] 

	1. Abstract
		1.1 abstract.scss
		1.2 mixins.scss
		1.3 variable.scss
		
    2. Base
		2.1 base.scss
		2.2 fonts.scss
		2.3 preloader.scss
		2.4 reset.scss
		2.5 shortcode.scss
		
    3. Components
		3.1 accordion.scss
		3.2 alert.scss
		3.3 animation.scss
		3.4 author.scss
		3.5 avatar.scss
		3.6 badge.scss
		3.7 blog-post.scss
		3.8 button.scss
		3.9 card.scss
		3.10 Other scss File
		
    4. Layout
		4.1 Banner
		4.2 Footer
		4.3 Header
		4.4 Theme
		4.5 Other scss File
		
    5. Pages
		5.1 blog-details.scss
		5.2 error-page.scss
		5.3 services.scss
		5.4 shop.scss
		5.5 woocommerce.scss
		
	6. Theme Color
		5.1 skin-1.scss
		5.2 skin-2.scss
		5.3 skin-3.scss
		5.4 skin-4.scss
		5.5 skin-5.scss
		5.6 skin-6.scss
		5.7 skin-7.scss
		5.8 skin-8.scss
*/
@import url(animate.css);
@import url(iconfont.css);
@import url(all.min.css);
@import url(flaticon.css);
:root {
  --radius-xl: 30px;
  --radius-lg: 20px;
  --radius-md: 15px;
  --radius-sm: 10px;
  --radius: 6px;
  --gradient: linear-gradient( to right, rgb(255,64,62) 0%, rgb(255,129,27) 100%);
  --gradient-sec: linear-gradient( to right, rgb(57,26,166) 0%, rgb(6,163,245) 100%);
  --primary-hover: #14daff;
  --font-family-base: Poppins, sans-serif;
  --font-family-title: Poppins, sans-serif;
  --border-radius-base: 20px;
  --border-color: #E1EBF1;
  --headings-font-weight:600;
  --headings-font-weight2:400;
  --headings-font-weight3:300;
  --white:var(--bs-heading-color); }

html[data-theme-color="skin-1"] {
  --bs-body-color:              #566593;
  --bs-heading-color:           #031B4E;
  --bs-heading-color-rgb:       3, 27, 78;
  --bs-primary:                 #30A7B8;
  --bs-secondary:               #031B4E;
  --bs-light:                   #ECF5FB;
  --bs-primary-rgb:             0, 189, 224;
  --bs-secondary-rgb:           3, 27, 78;
  --bs-light-rgb:               236, 245, 251;
  --bs-primary-text-emphasis:   #004c5a;
  --bs-secondary-text-emphasis: #010b1f;
  --bs-light-text-emphasis:     #5e6264;
  --bs-primary-bg-subtle:       #ccf2f9;
  --bs-secondary-bg-subtle:     #ccf2f9;
  --bs-light-bg-subtle:         #fbfdfe;
  --bs-primary-border-subtle:   #ccf2f9;
  --bs-secondary-border-subtle: #cdd1dc;
  --bs-light-border-subtle:     #fbfdfe;
  --bs-primary-btn-hover-bg: #00a1be;
  --bs-primary-btn-hover-border-color: #00a1be;
  --bs-secondary-btn-hover-bg: #031742;
  --bs-secondary-btn-hover-border-color: #031742;
  --bs-light-btn-hover-bg: #c9d0d5;
  --bs-light-btn-hover-border-color: #c9d0d5; }
  html[data-theme-color="skin-1"] .site-header.style-2 .nav > li.menu-item-has-children.active > a:after, html[data-theme-color="skin-1"] .site-header.style-2 .nav > li.menu-item-has-children:hover > a:after,
  html[data-theme-color="skin-1"] .site-header.style-2 .nav > li.sub-menu-down.active > a:after,
  html[data-theme-color="skin-1"] .site-header.style-2 .nav > li.sub-menu-down:hover > a:after {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 0L7.69706 4.30294L12 6L7.69706 7.69706L6 12L4.30294 7.69706L0 6L4.30294 4.30294L6 0Z' fill='%2330A7B8'/></svg>"); }

html[data-theme-color="skin-2"] {
  --bs-body-color:              #566593;
  --bs-heading-color:           #30266D;
  --bs-heading-color-rgb:       48, 38, 109;
  --bs-primary:                 #F9669D;
  --bs-secondary:               #30266D;
  --bs-light:                   #FFF5F9;
  --bs-primary-rgb:             249, 102, 157;
  --bs-secondary-rgb:           48, 38, 109;
  --bs-light-rgb:               255, 245, 249;
  --bs-primary-text-emphasis:   #64293f;
  --bs-secondary-text-emphasis: #130f2c;
  --bs-light-text-emphasis:     #666264;
  --bs-primary-bg-subtle:       #fee0eb;
  --bs-secondary-bg-subtle:     #fee0eb;
  --bs-light-bg-subtle:         #fffdfe;
  --bs-primary-border-subtle:   #fee0eb;
  --bs-secondary-border-subtle: #d6d4e2;
  --bs-light-border-subtle:     #fffdfe;
  --bs-primary-btn-hover-bg: #d45785;
  --bs-primary-btn-hover-border-color: #d45785;
  --bs-secondary-btn-hover-bg: #29205d;
  --bs-secondary-btn-hover-border-color: #29205d;
  --bs-light-btn-hover-bg: #d9d0d4;
  --bs-light-btn-hover-border-color: #d9d0d4; }
  html[data-theme-color="skin-2"] .site-header.style-2 .nav > li.menu-item-has-children.active > a:after, html[data-theme-color="skin-2"] .site-header.style-2 .nav > li.menu-item-has-children:hover > a:after,
  html[data-theme-color="skin-2"] .site-header.style-2 .nav > li.sub-menu-down.active > a:after,
  html[data-theme-color="skin-2"] .site-header.style-2 .nav > li.sub-menu-down:hover > a:after {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 0L7.69706 4.30294L12 6L7.69706 7.69706L6 12L4.30294 7.69706L0 6L4.30294 4.30294L6 0Z' fill='%23F9669D'/></svg>"); }

html[data-theme-color="skin-3"] {
  --bs-body-bg:				  #FFFCF8;
  --bs-body-color:              #566593;
  --bs-heading-color:           #0A3366;
  --bs-heading-color-rgb:       10, 51, 102;
  --bs-primary:                 #F46700;
  --bs-secondary:               #0A3366;
  --bs-light:                   #FDF5E8;
  --bs-primary-rgb:             244, 103, 0;
  --bs-secondary-rgb:           10, 51, 102;
  --bs-light-rgb:               253, 245, 232;
  --bs-primary-text-emphasis:   #622900;
  --bs-secondary-text-emphasis: #041429;
  --bs-light-text-emphasis:     #65625d;
  --bs-primary-bg-subtle:       #fde1cc;
  --bs-secondary-bg-subtle:     #fde1cc;
  --bs-light-bg-subtle:         #fffdfa;
  --bs-primary-border-subtle:   #fde1cc;
  --bs-secondary-border-subtle: #ced6e0;
  --bs-light-border-subtle:     #fffdfa;
  --bs-primary-btn-hover-bg: #cf5800;
  --bs-primary-btn-hover-border-color: #cf5800;
  --bs-secondary-btn-hover-bg: #092b57;
  --bs-secondary-btn-hover-border-color: #092b57;
  --bs-light-btn-hover-bg: #d7d0c5;
  --bs-light-btn-hover-border-color: #d7d0c5; }
  html[data-theme-color="skin-3"] .site-header.style-2 .nav > li.menu-item-has-children.active > a:after, html[data-theme-color="skin-3"] .site-header.style-2 .nav > li.menu-item-has-children:hover > a:after,
  html[data-theme-color="skin-3"] .site-header.style-2 .nav > li.sub-menu-down.active > a:after,
  html[data-theme-color="skin-3"] .site-header.style-2 .nav > li.sub-menu-down:hover > a:after {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 0L7.69706 4.30294L12 6L7.69706 7.69706L6 12L4.30294 7.69706L0 6L4.30294 4.30294L6 0Z' fill='%23F46700'/></svg>"); }

html[data-theme-color="skin-4"] {
  --bs-body-color:              #566593;
  --bs-heading-color:           #082472;
  --bs-heading-color-rgb:       8, 36, 114;
  --bs-primary:                 #0FC175;
  --bs-secondary:               #082472;
  --bs-light:                   #EFFEF8;
  --bs-primary-rgb:             15, 193, 117;
  --bs-secondary-rgb:           8, 36, 114;
  --bs-light-rgb:               239, 254, 248;
  --bs-primary-text-emphasis:   #064d2f;
  --bs-secondary-text-emphasis: #030e2e;
  --bs-light-text-emphasis:     #606663;
  --bs-primary-bg-subtle:       #cff3e3;
  --bs-secondary-bg-subtle:     #cff3e3;
  --bs-light-bg-subtle:         #fcfffe;
  --bs-primary-border-subtle:   #cff3e3;
  --bs-secondary-border-subtle: #ced3e3;
  --bs-light-border-subtle:     #fcfffe;
  --bs-primary-btn-hover-bg: #0da463;
  --bs-primary-btn-hover-border-color: #0da463;
  --bs-secondary-btn-hover-bg: #071f61;
  --bs-secondary-btn-hover-border-color: #071f61;
  --bs-light-btn-hover-bg: #cbd8d3;
  --bs-light-btn-hover-border-color: #cbd8d3; }
  html[data-theme-color="skin-4"] .site-header.style-2 .nav > li.menu-item-has-children.active > a:after, html[data-theme-color="skin-4"] .site-header.style-2 .nav > li.menu-item-has-children:hover > a:after,
  html[data-theme-color="skin-4"] .site-header.style-2 .nav > li.sub-menu-down.active > a:after,
  html[data-theme-color="skin-4"] .site-header.style-2 .nav > li.sub-menu-down:hover > a:after {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 0L7.69706 4.30294L12 6L7.69706 7.69706L6 12L4.30294 7.69706L0 6L4.30294 4.30294L6 0Z' fill='%230FC175'/></svg>"); }

html[data-theme-color="skin-5"] {
  --bs-body-color:              #566593;
  --bs-heading-color:           #121C52;
  --bs-heading-color-rgb:       18, 28, 82;
  --bs-primary:                 #F84365;
  --bs-secondary:               #121C52;
  --bs-light:                   #FFF4F6;
  --bs-primary-rgb:             248, 67, 101;
  --bs-secondary-rgb:           18, 28, 82;
  --bs-light-rgb:               255, 244, 246;
  --bs-primary-text-emphasis:   #631b28;
  --bs-secondary-text-emphasis: #070b21;
  --bs-light-text-emphasis:     #666262;
  --bs-primary-bg-subtle:       #fed9e0;
  --bs-secondary-bg-subtle:     #fed9e0;
  --bs-light-bg-subtle:         #fffdfd;
  --bs-primary-border-subtle:   #fed9e0;
  --bs-secondary-border-subtle: #d0d2dc;
  --bs-light-border-subtle:     #fffdfd;
  --bs-primary-btn-hover-bg: #d33956;
  --bs-primary-btn-hover-border-color: #d33956;
  --bs-secondary-btn-hover-bg: #0f1846;
  --bs-secondary-btn-hover-border-color: #0f1846;
  --bs-light-btn-hover-bg: #d9cfd1;
  --bs-light-btn-hover-border-color: #d9cfd1; }
  html[data-theme-color="skin-5"] .site-header.style-2 .nav > li.menu-item-has-children.active > a:after, html[data-theme-color="skin-5"] .site-header.style-2 .nav > li.menu-item-has-children:hover > a:after,
  html[data-theme-color="skin-5"] .site-header.style-2 .nav > li.sub-menu-down.active > a:after,
  html[data-theme-color="skin-5"] .site-header.style-2 .nav > li.sub-menu-down:hover > a:after {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 0L7.69706 4.30294L12 6L7.69706 7.69706L6 12L4.30294 7.69706L0 6L4.30294 4.30294L6 0Z' fill='%23F84365'/></svg>"); }

html[data-theme-color="skin-6"] {
  --bs-body-color:              #566593;
  --bs-heading-color:           #0A1B4E;
  --bs-heading-color-rgb:       10, 27, 78;
  --bs-primary:                 #3C48D3;
  --bs-secondary:               #0A1B4E;
  --bs-light:                   #F4F5FF;
  --bs-primary-rgb:             60, 72, 211;
  --bs-secondary-rgb:           10, 27, 78;
  --bs-light-rgb:               244, 245, 255;
  --bs-primary-text-emphasis:   #181d54;
  --bs-secondary-text-emphasis: #040b1f;
  --bs-light-text-emphasis:     #626266;
  --bs-primary-bg-subtle:       #d8daf6;
  --bs-secondary-bg-subtle:     #d8daf6;
  --bs-light-bg-subtle:         #fdfdff;
  --bs-primary-border-subtle:   #d8daf6;
  --bs-secondary-border-subtle: #ced1dc;
  --bs-light-border-subtle:     #fdfdff;
  --bs-primary-btn-hover-bg: #333db3;
  --bs-primary-btn-hover-border-color: #333db3;
  --bs-secondary-btn-hover-bg: #091742;
  --bs-secondary-btn-hover-border-color: #091742;
  --bs-light-btn-hover-bg: #cfd0d9;
  --bs-light-btn-hover-border-color: #cfd0d9; }
  html[data-theme-color="skin-6"] .site-header.style-2 .nav > li.menu-item-has-children.active > a:after, html[data-theme-color="skin-6"] .site-header.style-2 .nav > li.menu-item-has-children:hover > a:after,
  html[data-theme-color="skin-6"] .site-header.style-2 .nav > li.sub-menu-down.active > a:after,
  html[data-theme-color="skin-6"] .site-header.style-2 .nav > li.sub-menu-down:hover > a:after {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 0L7.69706 4.30294L12 6L7.69706 7.69706L6 12L4.30294 7.69706L0 6L4.30294 4.30294L6 0Z' fill='%233C48D3'/></svg>"); }

html[data-theme-color="skin-7"] {
  --bs-body-color:              #566593;
  --bs-heading-color:           #043186;
  --bs-heading-color-rgb:       4, 49, 134;
  --bs-primary:                 #F3A952;
  --bs-secondary:               #043186;
  --bs-light:                   #FFF5EA;
  --bs-primary-rgb:             243, 169, 82;
  --bs-secondary-rgb:           4, 49, 134;
  --bs-light-rgb:               255, 245, 234;
  --bs-primary-text-emphasis:   #614421;
  --bs-secondary-text-emphasis: #021436;
  --bs-light-text-emphasis:     #66625e;
  --bs-primary-bg-subtle:       #fdeedc;
  --bs-secondary-bg-subtle:     #fdeedc;
  --bs-light-bg-subtle:         #fffdfb;
  --bs-primary-border-subtle:   #fdeedc;
  --bs-secondary-border-subtle: #cdd6e7;
  --bs-light-border-subtle:     #fffdfb;
  --bs-primary-btn-hover-bg: #cf9046;
  --bs-primary-btn-hover-border-color: #cf9046;
  --bs-secondary-btn-hover-bg: #032a72;
  --bs-secondary-btn-hover-border-color: #032a72;
  --bs-light-btn-hover-bg: #d9d0c7;
  --bs-light-btn-hover-border-color: #d9d0c7; }
  html[data-theme-color="skin-7"] .site-header.style-2 .nav > li.menu-item-has-children.active > a:after, html[data-theme-color="skin-7"] .site-header.style-2 .nav > li.menu-item-has-children:hover > a:after,
  html[data-theme-color="skin-7"] .site-header.style-2 .nav > li.sub-menu-down.active > a:after,
  html[data-theme-color="skin-7"] .site-header.style-2 .nav > li.sub-menu-down:hover > a:after {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 0L7.69706 4.30294L12 6L7.69706 7.69706L6 12L4.30294 7.69706L0 6L4.30294 4.30294L6 0Z' fill='%23F3A952'/></svg>"); }

html[data-theme-color="skin-8"] {
  --bs-body-color:              #566593;
  --bs-heading-color:           #000E44;
  --bs-heading-color-rgb:       0, 14, 68;
  --bs-primary:                 #0AD8C1;
  --bs-secondary:               #000E44;
  --bs-light:                   #F1FFFD;
  --bs-primary-rgb:             10, 216, 193;
  --bs-secondary-rgb:           0, 14, 68;
  --bs-light-rgb:               241, 255, 253;
  --bs-primary-text-emphasis:   #04564d;
  --bs-secondary-text-emphasis: #00061b;
  --bs-light-text-emphasis:     #606665;
  --bs-primary-bg-subtle:       #cef7f3;
  --bs-secondary-bg-subtle:     #cef7f3;
  --bs-light-bg-subtle:         #fcffff;
  --bs-primary-border-subtle:   #cef7f3;
  --bs-secondary-border-subtle: #cccfda;
  --bs-light-border-subtle:     #fcffff;
  --bs-primary-btn-hover-bg: #09b8a4;
  --bs-primary-btn-hover-border-color: #09b8a4;
  --bs-secondary-btn-hover-bg: #000c3a;
  --bs-secondary-btn-hover-border-color: #000c3a;
  --bs-light-btn-hover-bg: #cdd9d7;
  --bs-light-btn-hover-border-color: #cdd9d7; }
  html[data-theme-color="skin-8"] .site-header.style-2 .nav > li.menu-item-has-children.active > a:after, html[data-theme-color="skin-8"] .site-header.style-2 .nav > li.menu-item-has-children:hover > a:after,
  html[data-theme-color="skin-8"] .site-header.style-2 .nav > li.sub-menu-down.active > a:after,
  html[data-theme-color="skin-8"] .site-header.style-2 .nav > li.sub-menu-down:hover > a:after {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 0L7.69706 4.30294L12 6L7.69706 7.69706L6 12L4.30294 7.69706L0 6L4.30294 4.30294L6 0Z' fill='%230AD8C1'/></svg>"); }

/*!
   * Bootstrap  v5.3.3 (https://getbootstrap.com/)
   * Copyright 2011-2024 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root,
[data-bs-theme="light"] {
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #30A7B8;
  --bs-secondary: #031B4E;
  --bs-success: #31A56D;
  --bs-info: #0194D9;
  --bs-warning: #E79600;
  --bs-danger: #D23636;
  --bs-light: #ECF5FB;
  --bs-dark: #444444;
  --bs-primary-rgb: 0, 189, 224;
  --bs-secondary-rgb: 3, 27, 78;
  --bs-success-rgb: 49, 165, 109;
  --bs-info-rgb: 1, 148, 217;
  --bs-warning-rgb: 231, 150, 0;
  --bs-danger-rgb: 210, 54, 54;
  --bs-light-rgb: 236, 245, 251;
  --bs-dark-rgb: 68, 68, 68;
  --bs-primary-text-emphasis: #004c5a;
  --bs-secondary-text-emphasis: #010b1f;
  --bs-success-text-emphasis: #14422c;
  --bs-info-text-emphasis: #003b57;
  --bs-warning-text-emphasis: #5c3c00;
  --bs-danger-text-emphasis: #541616;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #ccf2f9;
  --bs-secondary-bg-subtle: #cdd1dc;
  --bs-success-bg-subtle: #d6ede2;
  --bs-info-bg-subtle: #cceaf7;
  --bs-warning-bg-subtle: #faeacc;
  --bs-danger-bg-subtle: #f6d7d7;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #99e5f3;
  --bs-secondary-border-subtle: #9aa4b8;
  --bs-success-border-subtle: #addbc5;
  --bs-info-border-subtle: #99d4f0;
  --bs-warning-border-subtle: #f5d599;
  --bs-danger-border-subtle: #edafaf;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "Poppins", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.6;
  --bs-body-color: #566593;
  --bs-body-color-rgb: 86, 101, 147;
  --bs-body-bg: #ffffff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(86, 101, 147, 0.75);
  --bs-secondary-color-rgb: 86, 101, 147;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(86, 101, 147, 0.5);
  --bs-tertiary-color-rgb: 86, 101, 147;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: #031B4E;
  --bs-link-color: #30A7B8;
  --bs-link-color-rgb: 0, 189, 224;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0097b3;
  --bs-link-hover-color-rgb: 0, 151, 179;
  --bs-code-color: #d63384;
  --bs-highlight-color: #566593;
  --bs-highlight-bg: #fffdd4;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #E1EBF1;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.75rem;
  --bs-border-radius-lg: 1rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 10px 30px rgba(0, 0, 0, 0.05);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --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(0, 189, 224, 0.25);
  --bs-form-valid-color: #31A56D;
  --bs-form-valid-border-color: #31A56D;
  --bs-form-invalid-color: #D23636;
  --bs-form-invalid-border-color: #D23636; }

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #ffffff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #66d7ec;
  --bs-secondary-text-emphasis: #687695;
  --bs-success-text-emphasis: #83c9a7;
  --bs-info-text-emphasis: #67bfe8;
  --bs-warning-text-emphasis: #f1c066;
  --bs-danger-text-emphasis: #e48686;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #00262d;
  --bs-secondary-bg-subtle: #010510;
  --bs-success-bg-subtle: #0a2116;
  --bs-info-bg-subtle: #001e2b;
  --bs-warning-bg-subtle: #2e1e00;
  --bs-danger-bg-subtle: #2a0b0b;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #007186;
  --bs-secondary-border-subtle: #02102f;
  --bs-success-border-subtle: #1d6341;
  --bs-info-border-subtle: #015982;
  --bs-warning-border-subtle: #8b5a00;
  --bs-danger-border-subtle: #7e2020;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #66d7ec;
  --bs-link-hover-color: #85dff0;
  --bs-link-color-rgb: 102, 215, 236;
  --bs-link-hover-color-rgb: 133, 223, 240;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #656211;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #82b4ae;
  --bs-form-valid-border-color: #82b4ae;
  --bs-form-invalid-color: #f77ca1;
  --bs-form-invalid-border-color: #f77ca1; }

*,
*::before,
*::after {
  box-sizing: border-box; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--bs-heading-color); }

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw); }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 2.5rem; } }

h2, .h2 {
  font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 1.75rem; } }

h3, .h3 {
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 1.5rem; } }

h4, .h4 {
  font-size: 1.25rem; }

h5, .h5 {
  font-size: 1.125rem; }

h6, .h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul {
  padding-left: 2rem; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small, .small {
  font-size: 0.875em; }

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg); }

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline; }
  a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb); }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.75rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

caption {
  padding-top: 15px;
  padding-bottom: 15px;
  color: var(--bs-secondary-color);
  text-align: left; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }
  select:disabled {
    opacity: 1; }

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }
  @media (min-width: 1200px) {
    legend {
      font-size: 1.5rem; } }
  legend + * {
    clear: left; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::file-selector-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

iframe {
  border: 0; }

summary {
  display: list-item;
  cursor: pointer; }

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 5rem; } }

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 4.5rem; } }

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem; } }

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 3.5rem; } }

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem; } }

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-6 {
      font-size: 2.5rem; } }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 0.875em;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }
  .blockquote > :last-child {
    margin-bottom: 0; }

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color); }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1330px; } }

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px; }

.row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 auto;
  width: 8.33333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.66667%; }

.col-3 {
  flex: 0 0 auto;
  width: 25%; }

.col-4 {
  flex: 0 0 auto;
  width: 33.33333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.66667%; }

.col-6 {
  flex: 0 0 auto;
  width: 50%; }

.col-7 {
  flex: 0 0 auto;
  width: 58.33333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.66667%; }

.col-9 {
  flex: 0 0 auto;
  width: 75%; }

.col-10 {
  flex: 0 0 auto;
  width: 83.33333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.66667%; }

.col-12 {
  flex: 0 0 auto;
  width: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.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: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: #566593;
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #566593;
  --bs-table-striped-bg: #F4F6FA;
  --bs-table-active-color: #566593;
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: #566593;
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color); }
  .table > :not(caption) > * > * {
    padding: 15px 25px;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg))); }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom; }

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor; }

.caption-top {
  caption-side: top; }

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem; }

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0; }
  .table-bordered > :not(caption) > * > * {
    border-width: 0 var(--bs-border-width); }

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0; }

.table-borderless > :not(:first-child) {
  border-top-width: 0; }

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg); }

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg); }

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg); }

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg); }

.table-primary {
  --bs-table-color: #000000;
  --bs-table-bg: #ccf2f9;
  --bs-table-border-color: #a3c2c7;
  --bs-table-striped-bg: #c2e6ed;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #b8dae0;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bde0e6;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-secondary {
  --bs-table-color: #000000;
  --bs-table-bg: #cdd1dc;
  --bs-table-border-color: #a4a7b0;
  --bs-table-striped-bg: #c3c7d1;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #b9bcc6;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bec1cc;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-success {
  --bs-table-color: #000000;
  --bs-table-bg: #d6ede2;
  --bs-table-border-color: #abbeb5;
  --bs-table-striped-bg: #cbe1d7;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #c1d5cb;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #c6dbd1;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-info {
  --bs-table-color: #000000;
  --bs-table-bg: #cceaf7;
  --bs-table-border-color: #a3bbc6;
  --bs-table-striped-bg: #c2deeb;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #b8d3de;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bdd8e4;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-warning {
  --bs-table-color: #000000;
  --bs-table-bg: #faeacc;
  --bs-table-border-color: #c8bba3;
  --bs-table-striped-bg: #eedec2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e1d3b8;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e7d8bd;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-danger {
  --bs-table-color: #000000;
  --bs-table-bg: #f6d7d7;
  --bs-table-border-color: #c5acac;
  --bs-table-striped-bg: #eacccc;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #ddc2c2;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e4c7c7;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-light {
  --bs-table-color: #000000;
  --bs-table-bg: #ECF5FB;
  --bs-table-border-color: #bdc4c9;
  --bs-table-striped-bg: #e0e9ee;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #d4dde2;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #dae3e8;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-dark {
  --bs-table-color: #ffffff;
  --bs-table-bg: #444444;
  --bs-table-border-color: dimgray;
  --bs-table-striped-bg: #4d4d4d;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: #575757;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #525252;
  --bs-table-hover-color: #ffffff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

.form-label {
  margin-bottom: 0.5rem; }

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6; }

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem; }

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color); }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #80def0;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 189, 224, 0.25); }
  .form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.6em;
    margin: 0; }
  .form-control::-webkit-datetime-edit {
    display: block;
    padding: 0; }
  .form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1; }
  .form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg); }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.6;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0; }
  .form-control-plaintext:focus {
    outline: 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  min-height: calc(1.6em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm); }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }

.form-control-lg {
  min-height: calc(1.6em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg); }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem; }

textarea.form-control {
  min-height: calc(1.6em + 0.75rem + calc(var(--bs-border-width) * 2)); }

textarea.form-control-sm {
  min-height: calc(1.6em + 0.5rem + calc(var(--bs-border-width) * 2)); }

textarea.form-control-lg {
  min-height: calc(1.6em + 1rem + calc(var(--bs-border-width) * 2)); }

.form-control-color {
  width: 3rem;
  height: calc(1.6em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius); }
  .form-control-color::-webkit-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius); }
  .form-control-color.form-control-sm {
    height: calc(1.6em + 0.5rem + calc(var(--bs-border-width) * 2)); }
  .form-control-color.form-control-lg {
    height: calc(1.6em + 1rem + calc(var(--bs-border-width) * 2)); }

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      transition: none; } }
  .form-select:focus {
    border-color: #80def0;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 189, 224, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
  .form-select:disabled {
    background-color: var(--bs-secondary-bg); }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color); }

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm); }

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg); }

[data-bs-theme="dark"] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"); }

.form-check {
  display: block;
  min-height: 1.6rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em; }

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right; }
  .form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0; }

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.3em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #80def0;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 189, 224, 0.25); }
  .form-check-input:checked {
    background-color: #30A7B8;
    border-color: #30A7B8; }
    .form-check-input:checked[type="checkbox"] {
      --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #30A7B8;
    border-color: #30A7B8;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    cursor: default;
    opacity: 0.5; }

.form-switch {
  padding-left: 2.5em; }
  .form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input {
        transition: none; } }
    .form-switch .form-check-input:focus {
      --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2380def0'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e"); }
  .form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0; }
    .form-switch.form-check-reverse .form-check-input {
      margin-right: -2.5em;
      margin-left: 0; }

.form-check-inline {
  display: inline-block;
  margin-right: 1rem; }

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65; }

[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e"); }

.form-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  appearance: none;
  background-color: transparent; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(0, 189, 224, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(0, 189, 224, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    appearance: none;
    background-color: #30A7B8;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #b3ebf6; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    appearance: none;
    background-color: #30A7B8;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #b3ebf6; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: var(--bs-secondary-color); }
    .form-range:disabled::-moz-range-thumb {
      background-color: var(--bs-secondary-color); }

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-control-plaintext,
  .form-floating > .form-select {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label {
        transition: none; } }
  .form-floating > .form-control,
  .form-floating > .form-control-plaintext {
    padding: 1rem 0.75rem; }
    .form-floating > .form-control::placeholder,
    .form-floating > .form-control-plaintext::placeholder {
      color: transparent; }
    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
    .form-floating > .form-control-plaintext:focus,
    .form-floating > .form-control-plaintext:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-webkit-autofill,
    .form-floating > .form-control-plaintext:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-control-plaintext ~ label,
  .form-floating > .form-select ~ label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
    .form-floating > .form-control:focus ~ label::after,
    .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
    .form-floating > .form-control-plaintext ~ label::after,
    .form-floating > .form-select ~ label::after {
      position: absolute;
      inset: 1rem 0.375rem;
      z-index: -1;
      height: 1.5em;
      content: "";
      background-color: var(--bs-body-bg);
      border-radius: var(--bs-border-radius); }
  .form-floating > .form-control:-webkit-autofill ~ label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control-plaintext ~ label {
    border-width: var(--bs-border-width) 0; }
  .form-floating > :disabled ~ label,
  .form-floating > .form-control:disabled ~ label {
    color: #6c757d; }
    .form-floating > :disabled ~ label::after,
    .form-floating > .form-control:disabled ~ label::after {
      background-color: var(--bs-secondary-bg); }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-select,
  .input-group > .form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus,
  .input-group > .form-floating:focus-within {
    z-index: 5; }
  .input-group .btn {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus {
      z-index: 5; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius); }

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg); }

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm); }

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem; }

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color); }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius); }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2331A56D' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 0rem rgba(var(--bs-success-rgb), 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem); }

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color); }
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2331A56D' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.8em + 0.375rem) calc(0.8em + 0.375rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 0rem rgba(var(--bs-success-rgb), 0.25); }

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.6em + 0.75rem)); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color); }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: var(--bs-form-valid-color); }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0rem rgba(var(--bs-success-rgb), 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: var(--bs-form-valid-color); }

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em; }

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .was-validated
.input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid, .was-validated
.input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3; }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color); }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius); }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23D23636'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23D23636' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 0rem rgba(var(--bs-danger-rgb), 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem); }

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color); }
  .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23D23636'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23D23636' stroke='none'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.8em + 0.375rem) calc(0.8em + 0.375rem); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 0rem rgba(var(--bs-danger-rgb), 0.25); }

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.6em + 0.75rem)); }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color); }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: var(--bs-form-invalid-color); }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0rem rgba(var(--bs-danger-rgb), 0.25); }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: var(--bs-form-invalid-color); }

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em; }

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .was-validated
.input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid, .was-validated
.input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4; }

.btn {
  --bs-btn-padding-x: 25px;
  --bs-btn-padding-y: 14px;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.25;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 15px;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color); }
  .btn-check + .btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color); }
  .btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn-check:focus-visible + .btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn-check:checked + .btn,
  :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color); }
    .btn-check:checked + .btn:focus-visible,
    :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
      box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn-check:checked:focus-visible + .btn {
    box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity); }

.btn-primary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #30A7B8;
  --bs-btn-border-color: #30A7B8;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #26c7e5;
  --bs-btn-hover-border-color: #1ac4e3;
  --bs-btn-focus-shadow-rgb: 0, 161, 190;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #33cae6;
  --bs-btn-active-border-color: #1ac4e3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #30A7B8;
  --bs-btn-disabled-border-color: #30A7B8; }

.btn-secondary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #031B4E;
  --bs-btn-border-color: #031B4E;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #031742;
  --bs-btn-hover-border-color: #02163e;
  --bs-btn-focus-shadow-rgb: 41, 61, 105;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #02163e;
  --bs-btn-active-border-color: #02143b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #031B4E;
  --bs-btn-disabled-border-color: #031B4E; }

.btn-success {
  --bs-btn-color: #000000;
  --bs-btn-bg: #31A56D;
  --bs-btn-border-color: #31A56D;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #50b383;
  --bs-btn-hover-border-color: #46ae7c;
  --bs-btn-focus-shadow-rgb: 42, 140, 93;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #5ab78a;
  --bs-btn-active-border-color: #46ae7c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #31A56D;
  --bs-btn-disabled-border-color: #31A56D; }

.btn-info {
  --bs-btn-color: #000000;
  --bs-btn-bg: #0194D9;
  --bs-btn-border-color: #0194D9;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #27a4df;
  --bs-btn-hover-border-color: #1a9fdd;
  --bs-btn-focus-shadow-rgb: 1, 126, 184;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #34a9e1;
  --bs-btn-active-border-color: #1a9fdd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #0194D9;
  --bs-btn-disabled-border-color: #0194D9; }

.btn-warning {
  --bs-btn-color: #000000;
  --bs-btn-bg: #E79600;
  --bs-btn-border-color: #E79600;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #eba626;
  --bs-btn-hover-border-color: #e9a11a;
  --bs-btn-focus-shadow-rgb: 196, 128, 0;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #ecab33;
  --bs-btn-active-border-color: #e9a11a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #E79600;
  --bs-btn-disabled-border-color: #E79600; }

.btn-danger {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #D23636;
  --bs-btn-border-color: #D23636;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #b32e2e;
  --bs-btn-hover-border-color: #a82b2b;
  --bs-btn-focus-shadow-rgb: 217, 84, 84;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #a82b2b;
  --bs-btn-active-border-color: #9e2929;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #D23636;
  --bs-btn-disabled-border-color: #D23636; }

.btn-light {
  --bs-btn-color: #000000;
  --bs-btn-bg: #ECF5FB;
  --bs-btn-border-color: #ECF5FB;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #c9d0d5;
  --bs-btn-hover-border-color: #bdc4c9;
  --bs-btn-focus-shadow-rgb: 201, 208, 213;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #bdc4c9;
  --bs-btn-active-border-color: #b1b8bc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #ECF5FB;
  --bs-btn-disabled-border-color: #ECF5FB; }

.btn-dark {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #444444;
  --bs-btn-border-color: #444444;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #606060;
  --bs-btn-hover-border-color: #575757;
  --bs-btn-focus-shadow-rgb: 96, 96, 96;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: dimgray;
  --bs-btn-active-border-color: #575757;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #444444;
  --bs-btn-disabled-border-color: #444444; }

.btn-outline-primary, .is-style-outline .wp-block-button__link {
  --bs-btn-color: #30A7B8;
  --bs-btn-border-color: #30A7B8;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #30A7B8;
  --bs-btn-hover-border-color: #30A7B8;
  --bs-btn-focus-shadow-rgb: 0, 189, 224;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #30A7B8;
  --bs-btn-active-border-color: #30A7B8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #30A7B8;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #30A7B8;
  --bs-gradient: none; }

.btn-outline-secondary {
  --bs-btn-color: #031B4E;
  --bs-btn-border-color: #031B4E;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #031B4E;
  --bs-btn-hover-border-color: #031B4E;
  --bs-btn-focus-shadow-rgb: 3, 27, 78;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #031B4E;
  --bs-btn-active-border-color: #031B4E;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #031B4E;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #031B4E;
  --bs-gradient: none; }

.btn-outline-success {
  --bs-btn-color: #31A56D;
  --bs-btn-border-color: #31A56D;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #31A56D;
  --bs-btn-hover-border-color: #31A56D;
  --bs-btn-focus-shadow-rgb: 49, 165, 109;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #31A56D;
  --bs-btn-active-border-color: #31A56D;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #31A56D;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #31A56D;
  --bs-gradient: none; }

.btn-outline-info {
  --bs-btn-color: #0194D9;
  --bs-btn-border-color: #0194D9;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #0194D9;
  --bs-btn-hover-border-color: #0194D9;
  --bs-btn-focus-shadow-rgb: 1, 148, 217;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #0194D9;
  --bs-btn-active-border-color: #0194D9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0194D9;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0194D9;
  --bs-gradient: none; }

.btn-outline-warning {
  --bs-btn-color: #E79600;
  --bs-btn-border-color: #E79600;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #E79600;
  --bs-btn-hover-border-color: #E79600;
  --bs-btn-focus-shadow-rgb: 231, 150, 0;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #E79600;
  --bs-btn-active-border-color: #E79600;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #E79600;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #E79600;
  --bs-gradient: none; }

.btn-outline-danger {
  --bs-btn-color: #D23636;
  --bs-btn-border-color: #D23636;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #D23636;
  --bs-btn-hover-border-color: #D23636;
  --bs-btn-focus-shadow-rgb: 210, 54, 54;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #D23636;
  --bs-btn-active-border-color: #D23636;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #D23636;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #D23636;
  --bs-gradient: none; }

.btn-outline-light {
  --bs-btn-color: #ECF5FB;
  --bs-btn-border-color: #ECF5FB;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #ECF5FB;
  --bs-btn-hover-border-color: #ECF5FB;
  --bs-btn-focus-shadow-rgb: 236, 245, 251;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #ECF5FB;
  --bs-btn-active-border-color: #ECF5FB;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ECF5FB;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ECF5FB;
  --bs-gradient: none; }

.btn-outline-dark {
  --bs-btn-color: #444444;
  --bs-btn-border-color: #444444;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #444444;
  --bs-btn-hover-border-color: #444444;
  --bs-btn-focus-shadow-rgb: 68, 68, 68;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #444444;
  --bs-btn-active-border-color: #444444;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #444444;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #444444;
  --bs-gradient: none; }

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 0, 161, 190;
  text-decoration: underline; }
  .btn-link:focus-visible {
    color: var(--bs-btn-color); }
  .btn-link:hover {
    color: var(--bs-btn-hover-color); }

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 18px;
  --bs-btn-padding-x: 25px;
  --bs-btn-font-size: 1.125rem;
  --bs-btn-border-radius: 15px; }

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 11px;
  --bs-btn-padding-x: 20px;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 10px; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }
  .collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .collapsing.collapse-horizontal {
        transition: none; } }

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #ffffff;
  --bs-dropdown-link-active-bg: #30A7B8;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius); }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer); }

.dropdown-menu-start {
  --bs-position: start; }
  .dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0; }

.dropdown-menu-end {
  --bs-position: end; }
  .dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start; }
    .dropdown-menu-sm-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-sm-end {
    --bs-position: end; }
    .dropdown-menu-sm-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start; }
    .dropdown-menu-md-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-md-end {
    --bs-position: end; }
    .dropdown-menu-md-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start; }
    .dropdown-menu-lg-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-lg-end {
    --bs-position: end; }
    .dropdown-menu-lg-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start; }
    .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xl-end {
    --bs-position: end; }
    .dropdown-menu-xl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start; }
    .dropdown-menu-xxl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xxl-end {
    --bs-position: end; }
    .dropdown-menu-xxl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer); }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer); }

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropend .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-toggle::after {
  vertical-align: 0; }

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer); }

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropstart .dropdown-toggle::after {
  display: none; }

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropstart .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0); }
  .dropdown-item:hover, .dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg); }
  .dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg); }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color); }

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #ffffff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #ffffff;
  --bs-dropdown-link-active-bg: #30A7B8;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
  .btn-group > .btn-check:checked + .btn,
  .btn-group > .btn-check:focus + .btn,
  .btn-group > .btn:hover,
  .btn-group > .btn:focus,
  .btn-group > .btn:active,
  .btn-group > .btn.active,
  .btn-group-vertical > .btn-check:checked + .btn,
  .btn-group-vertical > .btn-check:focus + .btn,
  .btn-group-vertical > .btn:hover,
  .btn-group-vertical > .btn:focus,
  .btn-group-vertical > .btn:active,
  .btn-group-vertical > .btn.active {
    z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group {
  border-radius: 15px; }
  .btn-group > :not(.btn-check:first-child) + .btn,
  .btn-group > .btn-group:not(:first-child) {
    margin-left: calc(var(--bs-border-width) * -1); }
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group > .btn.dropdown-toggle-split:first-child,
  .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .btn-group > .btn:nth-child(n + 3),
  .btn-group > :not(.btn-check) + .btn,
  .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 18.75px;
  padding-left: 18.75px; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropend .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropstart .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 15px;
  padding-left: 15px; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 18.75px;
  padding-left: 18.75px; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: calc(var(--bs-border-width) * -1); }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn ~ .btn,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav {
  --bs-nav-link-padding-x: 1.25rem;
  --bs-nav-link-padding-y: 0.625rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      transition: none; } }
  .nav-link:hover, .nav-link:focus {
    color: var(--bs-nav-link-hover-color); }
  .nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 189, 224, 0.25); }
  .nav-link.disabled, .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color); }
  .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius); }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      isolation: isolate;
      border-color: var(--bs-nav-tabs-link-hover-border-color); }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color); }
  .nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills {
  --bs-nav-pills-border-radius: 10px;
  --bs-nav-pills-link-active-color: #ffffff;
  --bs-nav-pills-link-active-bg: #30A7B8; }
  .nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius); }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg); }

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap); }
  .nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent; }
    .nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
      border-bottom-color: currentcolor; }
  .nav-underline .nav-link.active,
  .nav-underline .show > .nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.425rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2886, 101, 147, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: 15px;
  --bs-navbar-toggler-focus-width: 0rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x); }
  .navbar > .container,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color); }

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.625rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color); }
  .navbar-nav .dropdown-menu {
    position: static; }

.navbar-text {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  color: var(--bs-navbar-color); }
  .navbar-text a,
  .navbar-text a:hover,
  .navbar-text a:focus {
    color: var(--bs-navbar-active-color); }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition); }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width); }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto; }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-md .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; }
    .navbar-expand-xxl .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x); }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none; }
    .navbar-expand .offcanvas .offcanvas-header {
      display: none; }
    .navbar-expand .offcanvas .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; }

.navbar-dark,
.navbar[data-bs-theme="dark"] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #ffffff;
  --bs-navbar-brand-color: #ffffff;
  --bs-navbar-brand-hover-color: #ffffff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

[data-bs-theme="dark"] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius); }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: var(--bs-card-inner-border-radius);
      border-top-right-radius: var(--bs-card-inner-border-radius); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: var(--bs-card-inner-border-radius);
      border-bottom-left-radius: var(--bs-card-inner-border-radius); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color); }

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color); }

.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color); }

.card-text:last-child {
  margin-bottom: 0; }

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x); }

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color); }
  .card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0; }

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color); }
  .card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius); }

.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0; }
  .card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg); }

.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x)); }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius); }

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius); }

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin); }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 25px;
  --bs-accordion-btn-padding-y: 18px;
  --bs-accordion-btn-color: #031B4E;
  --bs-accordion-btn-bg: #fff;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23566593' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 24px;
  --bs-accordion-btn-icon-transform: rotate(90deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23004c5a' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 189, 224, 0.25);
  --bs-accordion-body-padding-x: 25px;
  --bs-accordion-body-padding-y: 25px;
  --bs-accordion-active-color: #031B4E;
  --bs-accordion-active-bg: #ECF5FB; }

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition); }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none; } }
  .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color); }
    .accordion-button:not(.collapsed)::after {
      background-image: var(--bs-accordion-btn-active-icon);
      transform: var(--bs-accordion-btn-icon-transform); }
  .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition); }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow); }

.accordion-header {
  margin-bottom: 0; }

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color); }
  .accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius); }
    .accordion-item:first-of-type > .accordion-header .accordion-button {
      border-top-left-radius: var(--bs-accordion-inner-border-radius);
      border-top-right-radius: var(--bs-accordion-inner-border-radius); }
  .accordion-item:not(:first-of-type) {
    border-top: 0; }
  .accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius); }
    .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
      border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
      border-bottom-left-radius: var(--bs-accordion-inner-border-radius); }
    .accordion-item:last-of-type > .accordion-collapse {
      border-bottom-right-radius: var(--bs-accordion-border-radius);
      border-bottom-left-radius: var(--bs-accordion-border-radius); }

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x); }

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .accordion-flush > .accordion-item:first-child {
    border-top: 0; }
  .accordion-flush > .accordion-item:last-child {
    border-bottom: 0; }
  .accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
    border-radius: 0; }
  .accordion-flush > .accordion-item > .accordion-collapse {
    border-radius: 0; }

[data-bs-theme="dark"] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2366d7ec'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2366d7ec'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius); }

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x); }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; }

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color); }

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(0, 189, 224, 0.25);
  --bs-pagination-active-color: #ffffff;
  --bs-pagination-active-bg: #30A7B8;
  --bs-pagination-active-border-color: #30A7B8;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .page-link {
      transition: none; } }
  .page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color); }
  .page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow); }
  .page-link.active,
  .active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color); }
  .page-link.disabled,
  .disabled > .page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color); }

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1); }

.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius); }

.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius); }

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg); }

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm); }

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #ffffff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius); }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius); }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color); }

.alert-dismissible {
  padding-right: 3rem; }
  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem; }

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis); }

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis); }

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis); }

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis); }

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis); }

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis); }

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis); }

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis); }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 8px; } }

.progress,
.progress-stacked {
  --bs-progress-height: 8px;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: rgba(var(--bs-primary-rgb), 0.1);
  --bs-progress-border-radius: 20px;
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #ffffff;
  --bs-progress-bar-bg: var(--bs-primary);
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius); }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition); }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height); }

.progress-stacked > .progress {
  overflow: visible; }

.progress-stacked > .progress > .progress-bar {
  width: 100%; }

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #ffffff;
  --bs-list-group-active-bg: #30A7B8;
  --bs-list-group-active-border-color: #30A7B8;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius); }

.list-group-numbered {
  list-style-type: none;
  counter-reset: section; }
  .list-group-numbered > .list-group-item::before {
    content: counters(section, ".") ". ";
    counter-increment: section; }

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg); }
  .list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg); }

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg); }
  .list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color); }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: calc(-1 * var(--bs-list-group-border-width));
      border-top-width: var(--bs-list-group-border-width); }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width); }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width); }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis); }

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis); }

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis); }

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis); }

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis); }

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis); }

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis); }

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis); }

.btn-close {
  --bs-btn-close-color: #000000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(0, 189, 224, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity); }
  .btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity); }
  .btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity); }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity); }

.btn-close-white {
  filter: var(--bs-btn-close-white-filter); }

[data-bs-theme="dark"] .btn-close {
  filter: var(--bs-btn-close-white-filter); }

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 20px;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius); }
  .toast.showing {
    opacity: 0; }
  .toast:not(.show) {
    display: none; }

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none; }
  .toast-container > :not(:last-child) {
    margin-bottom: var(--bs-toast-spacing); }

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width)); }
  .toast-header .btn-close {
    margin-right: calc(-.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x); }

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word; }

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.6;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0; }

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg); }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity); }

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius); }
  .modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto; }

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height); }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding); }

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius); }
  .modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * .5); }

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow); }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto; }
  .modal-sm {
    --bs-modal-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px; } }

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header,
  .modal-fullscreen .modal-footer {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-header,
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header,
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header,
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-header,
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; } }

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: var(--bs-tooltip-opacity); }
  .tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height); }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height)); }
  .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-top-color: var(--bs-tooltip-bg); }

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width); }
  .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-right-color: var(--bs-tooltip-bg); }

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height)); }
  .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg); }

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width); }
  .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg); }

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius); }

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: #031B4E;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius); }
  .popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height); }
    .popover .popover-arrow::before, .popover .popover-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid;
      border-width: 0; }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)); }
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0; }
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border); }
  .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg); }

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width); }
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0; }
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border); }
  .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg); }

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)); }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height); }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border); }
  .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg); }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg); }

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width); }
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height); }
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border); }
  .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg); }

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color); }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/; }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/; }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%; }
  .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators [data-bs-target] {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #ffffff;
  text-align: center; }

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100); }

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000000; }

.carousel-dark .carousel-caption {
  color: #000000; }

[data-bs-theme="dark"] .carousel .carousel-control-prev-icon,
[data-bs-theme="dark"] .carousel .carousel-control-next-icon, [data-bs-theme="dark"].carousel .carousel-control-prev-icon,
[data-bs-theme="dark"].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100); }

[data-bs-theme="dark"] .carousel .carousel-indicators [data-bs-target], [data-bs-theme="dark"].carousel .carousel-indicators [data-bs-target] {
  background-color: #000000; }

[data-bs-theme="dark"] .carousel .carousel-caption, [data-bs-theme="dark"].carousel .carousel-caption {
  color: #000000; }

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name); }

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */; } }

.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent; }

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0; }

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s; } }

.offcanvas-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas-xxl, .offcanvas {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.6; }

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition); } }
  @media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
      transition: none; } }

@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-sm.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-sm.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-sm.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
      transform: none; }
    .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
      visibility: visible; } }

@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-sm .offcanvas-header {
      display: none; }
    .offcanvas-sm .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition); } }
  @media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
      transition: none; } }

@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-md.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-md.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-md.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
      transform: none; }
    .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
      visibility: visible; } }

@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-md .offcanvas-header {
      display: none; }
    .offcanvas-md .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition); } }
  @media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
      transition: none; } }

@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-lg.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-lg.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-lg.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
      transform: none; }
    .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
      visibility: visible; } }

@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-lg .offcanvas-header {
      display: none; }
    .offcanvas-lg .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition); } }
  @media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
      transition: none; } }

@media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-xl.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-xl.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-xl.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
      transform: none; }
    .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
      visibility: visible; } }

@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-xl .offcanvas-header {
      display: none; }
    .offcanvas-xl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition); } }
  @media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
      transition: none; } }

@media (max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-xxl.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-xxl.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-xxl.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
      transform: none; }
    .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
      visibility: visible; } }

@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-xxl .offcanvas-header {
      display: none; }
    .offcanvas-xxl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition); }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      transition: none; } }
  .offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%); }
  .offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%); }
  .offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%); }
  .offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%); }
  .offcanvas.showing, .offcanvas.show:not(.hiding) {
    transform: none; }
  .offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
    visibility: visible; }

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000; }
  .offcanvas-backdrop.fade {
    opacity: 0; }
  .offcanvas-backdrop.show {
    opacity: 0.5; }

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x); }
  .offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin: calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto; }

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height); }

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto; }

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5; }
  .placeholder.btn::before {
    display: inline-block;
    content: ""; }

.placeholder-xs {
  min-height: .6em; }

.placeholder-sm {
  min-height: .8em; }

.placeholder-lg {
  min-height: 1.2em; }

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite; }

@keyframes placeholder-glow {
  50% {
    opacity: 0.2; } }

.placeholder-wave {
  mask-image: linear-gradient(130deg, #000000 55%, rgba(0, 0, 0, 0.8) 75%, #000000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite; }

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%; } }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.text-bg-primary {
  color: #000000 !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important; }

.text-bg-secondary {
  color: #ffffff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important; }

.text-bg-success {
  color: #000000 !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important; }

.text-bg-info {
  color: #000000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important; }

.text-bg-warning {
  color: #000000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important; }

.text-bg-danger {
  color: #ffffff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important; }

.text-bg-light {
  color: #000000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important; }

.text-bg-dark {
  color: #ffffff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important; }

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-primary:hover, .link-primary:focus {
    color: RGBA(51, 202, 230, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(51, 202, 230, var(--bs-link-underline-opacity, 1)) !important; }

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-secondary:hover, .link-secondary:focus {
    color: RGBA(2, 22, 62, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(2, 22, 62, var(--bs-link-underline-opacity, 1)) !important; }

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-success:hover, .link-success:focus {
    color: RGBA(90, 183, 138, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(90, 183, 138, var(--bs-link-underline-opacity, 1)) !important; }

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-info:hover, .link-info:focus {
    color: RGBA(52, 169, 225, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(52, 169, 225, var(--bs-link-underline-opacity, 1)) !important; }

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-warning:hover, .link-warning:focus {
    color: RGBA(236, 171, 51, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(236, 171, 51, var(--bs-link-underline-opacity, 1)) !important; }

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-danger:hover, .link-danger:focus {
    color: RGBA(168, 43, 43, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(168, 43, 43, var(--bs-link-underline-opacity, 1)) !important; }

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-light:hover, .link-light:focus {
    color: RGBA(240, 247, 252, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(240, 247, 252, var(--bs-link-underline-opacity, 1)) !important; }

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-dark:hover, .link-dark:focus {
    color: RGBA(54, 54, 54, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(54, 54, 54, var(--bs-link-underline-opacity, 1)) !important; }

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-body-emphasis:hover, .link-body-emphasis:focus {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important; }

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color); }

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden; }
  .icon-link > .bi {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    transition: 0.2s ease-in-out transform; }
    @media (prefers-reduced-motion: reduce) {
      .icon-link > .bi {
        transition: none; } }

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0)); }

.ratio {
  position: relative;
  width: 100%; }
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""; }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ratio-1x1 {
  --bs-aspect-ratio: 100%; }

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020; }

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020; }

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch; }

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch; }

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }
  .visually-hidden:not(caption),
  .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.float-start {
  float: left !important; }

.float-end {
  float: right !important; }

.float-none {
  float: none !important; }

.object-fit-contain {
  object-fit: contain !important; }

.object-fit-cover {
  object-fit: cover !important; }

.object-fit-fill {
  object-fit: fill !important; }

.object-fit-scale {
  object-fit: scale-down !important; }

.object-fit-none {
  object-fit: none !important; }

.opacity-0 {
  opacity: 0 !important; }

.opacity-25 {
  opacity: 0.25 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-75 {
  opacity: 0.75 !important; }

.opacity-100 {
  opacity: 1 !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-visible {
  overflow: visible !important; }

.overflow-scroll {
  overflow: scroll !important; }

.overflow-x-auto {
  overflow-x: auto !important; }

.overflow-x-hidden {
  overflow-x: hidden !important; }

.overflow-x-visible {
  overflow-x: visible !important; }

.overflow-x-scroll {
  overflow-x: scroll !important; }

.overflow-y-auto {
  overflow-y: auto !important; }

.overflow-y-hidden {
  overflow-y: hidden !important; }

.overflow-y-visible {
  overflow-y: visible !important; }

.overflow-y-scroll {
  overflow-y: scroll !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-grid {
  display: grid !important; }

.d-inline-grid {
  display: inline-grid !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.d-none {
  display: none !important; }

.shadow {
  box-shadow: var(--bs-box-shadow) !important; }

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important; }

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important; }

.shadow-none {
  box-shadow: none !important; }

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity)); }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.top-0 {
  top: 0 !important; }

.top-50 {
  top: 50% !important; }

.top-100 {
  top: 100% !important; }

.bottom-0 {
  bottom: 0 !important; }

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

.start-0 {
  left: 0 !important; }

.start-50 {
  left: 50% !important; }

.start-100 {
  left: 100% !important; }

.end-0 {
  right: 0 !important; }

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.translate-middle {
  transform: translate(-50%, -50%) !important; }

.translate-middle-x {
  transform: translateX(-50%) !important; }

.translate-middle-y {
  transform: translateY(-50%) !important; }

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-0 {
  border: 0 !important; }

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-end-0 {
  border-right: 0 !important; }

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-start-0 {
  border-left: 0 !important; }

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important; }

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important; }

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important; }

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important; }

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important; }

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important; }

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important; }

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important; }

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important; }

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important; }

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important; }

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important; }

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important; }

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important; }

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important; }

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important; }

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important; }

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important; }

.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-4 {
  border-width: 4px !important; }

.border-5 {
  border-width: 5px !important; }

.border-opacity-10 {
  --bs-border-opacity: 0.1; }

.border-opacity-25 {
  --bs-border-opacity: 0.25; }

.border-opacity-50 {
  --bs-border-opacity: 0.5; }

.border-opacity-75 {
  --bs-border-opacity: 0.75; }

.border-opacity-100 {
  --bs-border-opacity: 1; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.vw-100 {
  width: 100vw !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mh-100 {
  max-height: 100% !important; }

.vh-100 {
  height: 100vh !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-evenly {
  justify-content: space-evenly !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

.order-first {
  order: -1 !important; }

.order-0 {
  order: 0 !important; }

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !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: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-auto {
  margin-top: auto !important; }

.me-0 {
  margin-right: 0 !important; }

.me-1 {
  margin-right: 0.25rem !important; }

.me-2 {
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 3rem !important; }

.me-auto {
  margin-right: 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: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ms-0 {
  margin-left: 0 !important; }

.ms-1 {
  margin-left: 0.25rem !important; }

.ms-2 {
  margin-left: 0.5rem !important; }

.ms-3 {
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 3rem !important; }

.ms-auto {
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 3rem !important; }

.gap-0 {
  gap: 0 !important; }

.gap-1 {
  gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 3rem !important; }

.row-gap-0 {
  row-gap: 0 !important; }

.row-gap-1 {
  row-gap: 0.25rem !important; }

.row-gap-2 {
  row-gap: 0.5rem !important; }

.row-gap-3 {
  row-gap: 1rem !important; }

.row-gap-4 {
  row-gap: 1.5rem !important; }

.row-gap-5 {
  row-gap: 3rem !important; }

.column-gap-0 {
  column-gap: 0 !important; }

.column-gap-1 {
  column-gap: 0.25rem !important; }

.column-gap-2 {
  column-gap: 0.5rem !important; }

.column-gap-3 {
  column-gap: 1rem !important; }

.column-gap-4 {
  column-gap: 1.5rem !important; }

.column-gap-5 {
  column-gap: 3rem !important; }

.font-monospace {
  font-family: var(--bs-font-monospace) !important; }

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important; }

.fs-2 {
  font-size: calc(1.3rem + 0.6vw) !important; }

.fs-3 {
  font-size: calc(1.275rem + 0.3vw) !important; }

.fs-4 {
  font-size: 1.25rem !important; }

.fs-5 {
  font-size: 1.125rem !important; }

.fs-6 {
  font-size: 1rem !important; }

.fst-italic {
  font-style: italic !important; }

.fst-normal {
  font-style: normal !important; }

.fw-lighter {
  font-weight: lighter !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-medium {
  font-weight: 500 !important; }

.fw-semibold {
  font-weight: 600 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-bolder {
  font-weight: bolder !important; }

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1.6 !important; }

.lh-lg {
  line-height: 2 !important; }

.text-start {
  text-align: left !important; }

.text-end {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-decoration-none {
  text-decoration: none !important; }

.text-decoration-underline {
  text-decoration: underline !important; }

.text-decoration-line-through {
  text-decoration: line-through !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; }

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; }

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; }

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; }

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; }

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; }

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; }

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; }

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; }

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important; }

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important; }

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important; }

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important; }

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important; }

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important; }

.text-opacity-25 {
  --bs-text-opacity: 0.25; }

.text-opacity-50 {
  --bs-text-opacity: 0.5; }

.text-opacity-75 {
  --bs-text-opacity: 0.75; }

.text-opacity-100 {
  --bs-text-opacity: 1; }

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important; }

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important; }

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important; }

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important; }

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important; }

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important; }

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important; }

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important; }

.link-opacity-10 {
  --bs-link-opacity: 0.1; }

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1; }

.link-opacity-25 {
  --bs-link-opacity: 0.25; }

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25; }

.link-opacity-50 {
  --bs-link-opacity: 0.5; }

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5; }

.link-opacity-75 {
  --bs-link-opacity: 0.75; }

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75; }

.link-opacity-100 {
  --bs-link-opacity: 1; }

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1; }

.link-offset-1 {
  text-underline-offset: 0.125em !important; }

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important; }

.link-offset-2 {
  text-underline-offset: 0.25em !important; }

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important; }

.link-offset-3 {
  text-underline-offset: 0.375em !important; }

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important; }

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important; }

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0; }

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0; }

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1; }

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1; }

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25; }

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25; }

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5; }

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5; }

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75; }

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75; }

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1; }

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1; }

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgb(2, 91, 104) !important; }

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; }

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; }

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; }

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; }

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; }

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; }

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; }

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; }

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important; }

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important; }

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important; }

.bg-opacity-10 {
  --bs-bg-opacity: 0.1; }

.bg-opacity-25 {
  --bs-bg-opacity: 0.25; }

.bg-opacity-50 {
  --bs-bg-opacity: 0.5; }

.bg-opacity-75 {
  --bs-bg-opacity: 0.75; }

.bg-opacity-100 {
  --bs-bg-opacity: 1; }

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important; }

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important; }

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important; }

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important; }

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important; }

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important; }

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important; }

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important; }

.bg-gradient {
  background-image: var(--bs-gradient) !important; }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.pe-none {
  pointer-events: none !important; }

.pe-auto {
  pointer-events: auto !important; }

.rounded {
  border-radius: var(--bs-border-radius) !important; }

.rounded-0 {
  border-radius: 0 !important; }

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important; }

.rounded-2 {
  border-radius: var(--bs-border-radius) !important; }

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important; }

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important; }

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important; }

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important; }

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important; }

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important; }

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important; }

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important; }

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important; }

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important; }

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important; }

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important; }

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important; }

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important; }

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important; }

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important; }

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important; }

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important; }

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important; }

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important; }

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important; }

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important; }

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important; }

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important; }

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important; }

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important; }

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important; }

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important; }

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important; }

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important; }

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important; }

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important; }

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important; }

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important; }

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important; }

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.z-n1 {
  z-index: -1 !important; }

.z-0 {
  z-index: 0 !important; }

.z-1 {
  z-index: 1 !important; }

.z-2 {
  z-index: 2 !important; }

.z-3 {
  z-index: 3 !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .object-fit-sm-contain {
    object-fit: contain !important; }
  .object-fit-sm-cover {
    object-fit: cover !important; }
  .object-fit-sm-fill {
    object-fit: fill !important; }
  .object-fit-sm-scale {
    object-fit: scale-down !important; }
  .object-fit-sm-none {
    object-fit: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-inline-grid {
    display: inline-grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !important; }
  .row-gap-sm-0 {
    row-gap: 0 !important; }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important; }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important; }
  .row-gap-sm-3 {
    row-gap: 1rem !important; }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important; }
  .row-gap-sm-5 {
    row-gap: 3rem !important; }
  .column-gap-sm-0 {
    column-gap: 0 !important; }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important; }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important; }
  .column-gap-sm-3 {
    column-gap: 1rem !important; }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important; }
  .column-gap-sm-5 {
    column-gap: 3rem !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .object-fit-md-contain {
    object-fit: contain !important; }
  .object-fit-md-cover {
    object-fit: cover !important; }
  .object-fit-md-fill {
    object-fit: fill !important; }
  .object-fit-md-scale {
    object-fit: scale-down !important; }
  .object-fit-md-none {
    object-fit: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-inline-grid {
    display: inline-grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !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: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !important; }
  .row-gap-md-0 {
    row-gap: 0 !important; }
  .row-gap-md-1 {
    row-gap: 0.25rem !important; }
  .row-gap-md-2 {
    row-gap: 0.5rem !important; }
  .row-gap-md-3 {
    row-gap: 1rem !important; }
  .row-gap-md-4 {
    row-gap: 1.5rem !important; }
  .row-gap-md-5 {
    row-gap: 3rem !important; }
  .column-gap-md-0 {
    column-gap: 0 !important; }
  .column-gap-md-1 {
    column-gap: 0.25rem !important; }
  .column-gap-md-2 {
    column-gap: 0.5rem !important; }
  .column-gap-md-3 {
    column-gap: 1rem !important; }
  .column-gap-md-4 {
    column-gap: 1.5rem !important; }
  .column-gap-md-5 {
    column-gap: 3rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .object-fit-lg-contain {
    object-fit: contain !important; }
  .object-fit-lg-cover {
    object-fit: cover !important; }
  .object-fit-lg-fill {
    object-fit: fill !important; }
  .object-fit-lg-scale {
    object-fit: scale-down !important; }
  .object-fit-lg-none {
    object-fit: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-inline-grid {
    display: inline-grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !important; }
  .row-gap-lg-0 {
    row-gap: 0 !important; }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important; }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important; }
  .row-gap-lg-3 {
    row-gap: 1rem !important; }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important; }
  .row-gap-lg-5 {
    row-gap: 3rem !important; }
  .column-gap-lg-0 {
    column-gap: 0 !important; }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important; }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important; }
  .column-gap-lg-3 {
    column-gap: 1rem !important; }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important; }
  .column-gap-lg-5 {
    column-gap: 3rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .object-fit-xl-contain {
    object-fit: contain !important; }
  .object-fit-xl-cover {
    object-fit: cover !important; }
  .object-fit-xl-fill {
    object-fit: fill !important; }
  .object-fit-xl-scale {
    object-fit: scale-down !important; }
  .object-fit-xl-none {
    object-fit: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-inline-grid {
    display: inline-grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !important; }
  .row-gap-xl-0 {
    row-gap: 0 !important; }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important; }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important; }
  .row-gap-xl-3 {
    row-gap: 1rem !important; }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important; }
  .row-gap-xl-5 {
    row-gap: 3rem !important; }
  .column-gap-xl-0 {
    column-gap: 0 !important; }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important; }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important; }
  .column-gap-xl-3 {
    column-gap: 1rem !important; }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important; }
  .column-gap-xl-5 {
    column-gap: 3rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .object-fit-xxl-contain {
    object-fit: contain !important; }
  .object-fit-xxl-cover {
    object-fit: cover !important; }
  .object-fit-xxl-fill {
    object-fit: fill !important; }
  .object-fit-xxl-scale {
    object-fit: scale-down !important; }
  .object-fit-xxl-none {
    object-fit: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-inline-grid {
    display: inline-grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 0.25rem !important; }
  .gap-xxl-2 {
    gap: 0.5rem !important; }
  .gap-xxl-3 {
    gap: 1rem !important; }
  .gap-xxl-4 {
    gap: 1.5rem !important; }
  .gap-xxl-5 {
    gap: 3rem !important; }
  .row-gap-xxl-0 {
    row-gap: 0 !important; }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important; }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important; }
  .row-gap-xxl-3 {
    row-gap: 1rem !important; }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important; }
  .row-gap-xxl-5 {
    row-gap: 3rem !important; }
  .column-gap-xxl-0 {
    column-gap: 0 !important; }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important; }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important; }
  .column-gap-xxl-3 {
    column-gap: 1rem !important; }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important; }
  .column-gap-xxl-5 {
    column-gap: 3rem !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important; }
  .fs-2 {
    font-size: 1.75rem !important; }
  .fs-3 {
    font-size: 1.5rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-inline-grid {
    display: inline-grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

* {
  outline: none;
  padding: 0; }
  *::after {
    margin: 0;
    padding: 0; }
  *::before {
    margin: 0;
    padding: 0; }

html {
  overflow: unset !important; }

body {
  overflow-x: clip !important;
  overflow-y: scroll !important; }
  body.fixed {
    overflow: hidden !important; }
  @media only screen and (max-width: 575px) {
    body {
      font-size: 14px; } }

h1 a, .h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: var(--bs-heading-color); }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-family-title);
  font-weight: 600;
  color: var(--bs-heading-color);
  line-height: 1.4; }

h1, .h1,
.h1 {
  font-size: 2.5rem;
  line-height: 1.2; }
  @media only screen and (max-width: 1199px) {
    h1, .h1,
    .h1 {
      font-size: 2.2rem; } }
  @media only screen and (max-width: 767px) {
    h1, .h1,
    .h1 {
      font-size: 2rem; } }
  @media only screen and (max-width: 575px) {
    h1, .h1,
    .h1 {
      font-size: 1.7rem; } }

h2, .h2,
.h2 {
  font-size: 1.75rem; }
  @media only screen and (max-width: 1199px) {
    h2, .h2,
    .h2 {
      font-size: 1.70rem; } }
  @media only screen and (max-width: 767px) {
    h2, .h2,
    .h2 {
      font-size: 1.5rem; } }

h3, .h3,
.h3 {
  font-size: 1.5rem; }
  @media only screen and (max-width: 1199px) {
    h3, .h3,
    .h3 {
      font-size: 1.28rem; } }
  @media only screen and (max-width: 767px) {
    h3, .h3,
    .h3 {
      font-size: 1.2rem; } }

h4, .h4,
.h4 {
  font-size: 1.25rem; }
  @media only screen and (max-width: 767px) {
    h4, .h4,
    .h4 {
      font-size: 1.25rem; } }

h5, .h5,
.h5 {
  font-size: 1.125rem; }
  @media only screen and (max-width: 767px) {
    h5, .h5,
    .h5 {
      font-size: 1.125rem; } }

h6, .h6,
.h6 {
  font-size: 1rem; }
  @media only screen and (max-width: 767px) {
    h6, .h6,
    .h6 {
      font-size: 1rem; } }

ul {
  padding: 0;
  margin: 0; }

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

li {
  list-style: none; }

a {
  text-decoration: none;
  outline: none;
  color: var(--bs-primary);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }
  a:hover {
    text-decoration: none;
    outline: none;
    color: var(--bs-primary); }

.radius-xl {
  border-radius: var(--radius-xl); }

.radius-lg {
  border-radius: var(--radius-lg); }

.radius-md {
  border-radius: var(--radius-md); }

.radius-sm {
  border-radius: var(--radius-sm); }

@media only screen and (max-width: 575px) {
  :root {
    --radius-xl: 15px;
    --radius-lg: 10px;
    --radius-md: 8px;
    --radius-sm: 6px; } }


.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  padding-left: 100px;
  padding-right: 100px; }
  @media only screen and (max-width: 1480px) {
    
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
      padding-left: 35px;
      padding-right: 35px; } }
  @media only screen and (max-width: 575px) {
    
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
      padding-left: 15px;
      padding-right: 15px; } }

@media only screen and (max-width: 575px) {
  .container {
    --bs-gutter-x: 30px; } }

.bg-blue {
  background-color: #060340 !important; }

b,
strong,
.strong {
  font-weight: 700; }

.h-0 {
  height: 0; }

#main-wrapper {
  opacity: 0;
  transition: all 0.25s ease-in;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 60px; }
  #main-wrapper.show {
    opacity: 1; }

.content-body {
  margin-left: 65px;
  margin-top: 18px;
  margin-right: 6px;
  margin-bottom: 45px; }

::selection {
  color: #ffffff;
  background: var(--bs-primary); }

.modal-backdrop {
  z-index: 99999; }

.modal {
  z-index: 100000; }

/* Flaticon */
i[class*="flaticon-"] {
  display: inline-flex !important;
  vertical-align: middle; }

@media only screen and (max-width: 991px) {
  .dz-order-1 {
    order: 1;
    margin-top: 20px; } }

.gradient {
  background-image: var(--gradient); }

.gradient-sec {
  background-image: var(--gradient-sec); }

.show-focus-outline .menu-btn:focus,
.show-focus-outline .search-link:focus,
.show-focus-outline .quik-search-remove:focus,
.show-focus-outline button:focus,
.show-focus-outline select:focus,
.show-focus-outline input:focus,
.show-focus-outline a:focus {
  outline: 2px solid red !important; }

@media (max-width: 991px) {
  .show-focus-outline .nav a > i:focus {
    outline: 2px solid red !important; } }

#pointer-dot {
  left: -4px;
  top: -4px;
  width: 12px;
  height: 12px;
  position: fixed;
  border-radius: 10px;
  z-index: 999998;
  pointer-events: none;
  transition: border-color 0.5s;
  background: #333;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2); }
  @media only screen and (max-width: 575px) {
    #pointer-dot {
      display: none; } }

#pointer-ring {
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  display: block;
  border: 1px solid var(--bs-primary) !important;
  position: fixed;
  border-radius: 100px;
  z-index: 999999;
  pointer-events: none;
  transition: width 0.3s, height 0.3s; }
  @media only screen and (max-width: 575px) {
    #pointer-ring {
      display: none; } }

#pointer-ring.active {
  width: 50px;
  height: 50px;
  opacity: 0.5; }

#pointer-ring.active + #pointer-dot {
  opacity: 0; }

.content-inner {
  padding-top: 100px;
  padding-bottom: 70px; }
  @media only screen and (max-width: 1480px) {
    .content-inner {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .content-inner {
      padding-top: 50px;
      padding-bottom: 20px; } }
  @media only screen and (max-width: 575px) {
    .content-inner {
      padding-top: 40px;
      padding-bottom: 20px; } }

.content-inner-1 {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media only screen and (max-width: 1480px) {
    .content-inner-1 {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media only screen and (max-width: 767px) {
    .content-inner-1 {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media only screen and (max-width: 575px) {
    .content-inner-1 {
      padding-top: 40px;
      padding-bottom: 40px; } }

.content-inner-2 {
  padding-top: 100px;
  padding-bottom: 0; }
  @media only screen and (max-width: 1480px) {
    .content-inner-2 {
      padding-top: 70px; } }
  @media only screen and (max-width: 767px) {
    .content-inner-2 {
      padding-top: 50px; } }
  @media only screen and (max-width: 575px) {
    .content-inner-2 {
      padding-top: 40px; } }

.content-inner-3 {
  padding-top: 70px;
  padding-bottom: 40px; }
  @media only screen and (max-width: 991px) {
    .content-inner-3 {
      padding-top: 50px;
      padding-bottom: 20px; } }

.content-inner-4 {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .content-inner-4 {
      padding-top: 30px;
      padding-bottom: 30px; } }

.mfp-bg {
  z-index: 99999; }

.mfp-wrap {
  z-index: 100000; }

.rounded {
  border-radius: var(--border-radius-base) !important; }

.half-shape-top-w {
  position: relative;
  z-index: 2; }
  .half-shape-top-w:after {
    content: "";
    height: 50%;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: -1; }

.half-shape-bottom-w {
  position: relative;
  z-index: 0; }
  .half-shape-bottom-w:after {
    content: "";
    height: 50%;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: -1; }

.row.dz-row-left {
  display: table; }
  .row.dz-row-left > [class*="col-"] {
    float: left; }

.row.dz-row-right {
  display: table; }
  .row.dz-row-right > [class*="col-"] {
    float: right; }

.nav-inline {
  display: inline-flex;
  gap: 20px; }
  .nav-inline li {
    padding: 0.25rem 0 !important; }

.lg-toolbar .lg-icon:hover {
  color: var(--bs-primary); }

.bg-parallax {
  background-attachment: fixed; }

img::selection {
  background: none; }

.text-underline {
  text-decoration: underline !important; }

::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-thumb {
  background-color: rgba(223, 223, 223, 0.9); }

::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0); }

* {
  scrollbar-color: rgba(223, 223, 223, 0.9) rgba(255, 255, 255, 0);
  scrollbar-width: thin; }

@supports (-ms-ime-align: auto) {
  * {
    scrollbar-color: rgba(223, 223, 223, 0.9) rgba(255, 255, 255, 0);
    scrollbar-width: thin; } }

.elements-head {
  margin-bottom: 20px; }
  .elements-head .title {
    font-size: 20px; }

.elements-inner {
  padding-top: 50px;
  padding-bottom: 50px; }

.title-dashed-separator {
  padding-bottom: 12px;
  margin-bottom: 20px;
  font-size: 20px;
  position: relative; }
  .title-dashed-separator::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(var(--bs-body-color-rgb), 0.3) 50%, rgba(255, 255, 255, 0) 0%);
    background-size: 10px 1px;
    background-repeat: repeat-x; }

.background-blend-multiply {
  background-blend-mode: multiply; }

.background-blend-burn {
  background-blend-mode: color-burn; }

.background-blend-luminosity {
  background-blend-mode: luminosity; }

.container-left {
  padding-left: 15px; }
  @media (min-width: 992px) {
    .container-left {
      margin-left: calc((100% - 960px) / 2); } }
  @media (min-width: 1200px) {
    .container-left {
      margin-left: calc((100% - 1140px) / 2); } }
  @media (min-width: 1400px) {
    .container-left {
      margin-left: calc((100% - 1330px) / 2); } }
  @media (min-width: 768px) and (max-width: 991px) {
    .container-left {
      max-width: 720px; } }
  @media only screen and (max-width: 991px) {
    .container-left {
      padding-right: 15px;
      margin-left: auto;
      margin-right: auto; } }

.g-20 {
  --bs-gutter-y: 20px;
  --bs-gutter-x: 20px; }

.counter-reset {
  counter-reset: counter-item; }
  .counter-reset .counter-increment::before {
    content: "0" counter(counter-item);
    counter-increment: counter-item; }
  .counter-reset > *:nth-of-type(n + 10) .counter-increment::before {
    content: counter(counter-item); }

.w-175 {
  width: 175px;
  min-width: 175px; }

.h-175 {
  height: 175px; }

.dz-media.height-lg img, .dz-media.height-md img, .dz-media.height-sm img, .dz-media.height-xs img {
  height: 100%;
  object-fit: cover; }

.height-lg {
  height: 700px; }

.height-md {
  height: 600px; }

.height-sm {
  height: 500px; }

.height-xs {
  height: 290px; }

@media only screen and (max-width: 1199px) {
  .height-lg {
    height: 600px; }
  .height-md {
    height: 500px; }
  .height-sm {
    height: 400px; }
  .height-xs {
    height: 240px; } }

@media only screen and (max-width: 575px) {
  .height-lg {
    height: 450px; }
  .height-md {
    height: 350px; }
  .height-sm {
    height: 250px; }
  .height-xs {
    height: 150px; } }

.max-w600 {
  max-width: 600px; }

.bg-half-bottom {
  position: relative;
  z-index: 1; }
  .bg-half-bottom .container {
    z-index: 1;
    position: relative; }
  .bg-half-bottom::after {
    content: "";
    height: 300px;
    position: absolute;
    background-color: #fff;
    width: 100%;
    z-index: 0;
    bottom: 0; }
    @media only screen and (max-width: 1199px) {
      .bg-half-bottom::after {
        height: 150px; } }
    @media only screen and (max-width: 575px) {
      .bg-half-bottom::after {
        height: 100px; } }
  .bg-half-bottom.bg-half-light::after {
    background-color: var(--bs-light); }
  .bg-half-bottom.bg-half-sm::after {
    height: 200px; }

.bg-bottom-half-white {
  position: relative;
  z-index: 1; }
  .bg-bottom-half-white:after {
    content: "";
    background-color: var(--bs-body-bg);
    height: 300px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1; }
  @media only screen and (max-width: 1199px) {
    .bg-bottom-half-white:after {
      height: 150px; } }

.dz-preloader-1,
.dz-preloader-2,
.dz-preloader-3 {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center; }

.dz-preloader-1 {
  background-color: #fff; }
  .dz-preloader-1 .dz_svg {
    width: 6em;
    height: 6em; }
  .dz-preloader-1 .dz_ring {
    animation: dzRing1 2s linear infinite; }
  .dz-preloader-1 .dz_ring_1 {
    stroke: var(--bs-primary); }
  .dz-preloader-1 .dz_ring_2 {
    animation-name: dzRing2;
    stroke: var(--bs-secondary); }
  .dz-preloader-1 .dz_ring_3 {
    animation-name: dzRing3;
    stroke: #255ff4; }
  .dz-preloader-1 .dz_ring_4 {
    animation-name: dzRing4;
    stroke: #f42582; }

@keyframes dzRing1 {
  from, 4% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -330; }
  12% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -335; }
  32% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -595; }
  40%, 54% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -660; }
  62% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -665; }
  82% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -925; }
  90%, to {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -990; } }

@keyframes dzRing2 {
  from, 12% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -110; }
  20% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -115; }
  40% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -195; }
  48%,
  62% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -220; }
  70% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -225; }
  90% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -305; }
  98%, to {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -330; } }

@keyframes dzRing3 {
  from {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0; }
  8% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5; }
  28% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175; }
  36%, 58% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220; }
  66% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225; }
  86% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395; }
  94%, to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440; } }

@keyframes dzRing4 {
  from, 8% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0; }
  16% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5; }
  36% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175; }
  44%, 50% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220; }
  58% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225; }
  78% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395; }
  86%, to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440; } }

.dz-preloader-2 {
  background-color: var(--bs-light); }
  .dz-preloader-2 .loader {
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-weight: 500;
    color: #131f2b;
    letter-spacing: 3px;
    font-size: 20px; }
    .dz-preloader-2 .loader::before, .dz-preloader-2 .loader::after {
      content: "";
      display: block;
      width: 15px;
      height: 15px;
      background: var(--bs-primary);
      position: absolute;
      animation: load .7s infinite alternate ease-in-out; }
    .dz-preloader-2 .loader::before {
      top: 0; }
    .dz-preloader-2 .loader::after {
      bottom: 0; }

@keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px; }
  50% {
    height: 5px;
    width: 40px; }
  100% {
    left: 235px;
    height: 30px;
    width: 15px; } }

@keyframes dz_glitch {
  0% {
    transform: translate(0); }
  20% {
    transform: translate(-2px, 2px); }
  40% {
    transform: translate(-2px, -2px); }
  60% {
    transform: translate(2px, 2px); }
  80% {
    transform: translate(2px, -2px); }
  to {
    transform: translate(0); } }

.dz-preloader-3 {
  background-color: var(--bs-light); }
  .dz-preloader-3 .preloader-inner {
    display: block;
    --height-of-loader: 4px;
    --loader-color: var(--bs-primary);
    width: 130px;
    height: var(--height-of-loader);
    border-radius: 30px;
    background-color: #fff;
    position: relative; }
    .dz-preloader-3 .preloader-inner::before {
      content: "";
      position: absolute;
      background: var(--loader-color);
      top: 0;
      left: 0;
      width: 0%;
      height: 100%;
      border-radius: 30px;
      animation: dzMoving 1s ease-in-out infinite; }

@keyframes dzMoving {
  50% {
    width: 100%; }
  100% {
    width: 0;
    right: 0;
    left: unset; } }

.font-10 {
  font-size: 10px; }

.font-12 {
  font-size: 12px; }

.font-13 {
  font-size: 13px; }

.font-14 {
  font-size: 14px; }

.font-16 {
  font-size: 16px; }

.font-18 {
  font-size: 18px; }

.font-20 {
  font-size: 20px; }

.font-22 {
  font-size: 22px; }

.font-24 {
  font-size: 24px; }

.font-26 {
  font-size: 26px; }

.font-28 {
  font-size: 28px; }

.font-30 {
  font-size: 30px; }

.font-35 {
  font-size: 35px; }

.font-40 {
  font-size: 40px; }

.font-45 {
  font-size: 45px; }

.font-50 {
  font-size: 50px; }

.font-55 {
  font-size: 55px; }

.font-60 {
  font-size: 60px; }

.font-70 {
  font-size: 70px; }

.font-75 {
  font-size: 75px; }

.font-80 {
  font-size: 80px; }

.font-90 {
  font-size: 90px; }

.font-100 {
  font-size: 100px; }

.p-a0 {
  padding: 0px; }

.p-t0 {
  padding-top: 0px; }

.p-b0 {
  padding-bottom: 0px; }

.p-l0 {
  padding-left: 0px; }

.p-r0 {
  padding-right: 0px; }

.p-lr0 {
  padding-left: 0px;
  padding-right: 0px; }

.p-tb0 {
  padding-bottom: 0px;
  padding-top: 0px; }

.m-a0 {
  margin: 0px; }

.m-t0 {
  margin-top: 0px; }

.m-b0 {
  margin-bottom: 0px; }

.m-l0 {
  margin-left: 0px; }

.m-r0 {
  margin-right: 0px; }

.m-lr0 {
  margin-left: 0px;
  margin-right: 0px; }

.m-tb0 {
  margin-bottom: 0px;
  margin-top: 0px; }

.p-a5 {
  padding: 5px; }

.p-t5 {
  padding-top: 5px; }

.p-b5 {
  padding-bottom: 5px; }

.p-l5 {
  padding-left: 5px; }

.p-r5 {
  padding-right: 5px; }

.p-lr5 {
  padding-left: 5px;
  padding-right: 5px; }

.p-tb5 {
  padding-bottom: 5px;
  padding-top: 5px; }

.m-a5 {
  margin: 5px; }

.m-t5 {
  margin-top: 5px; }

.m-b5 {
  margin-bottom: 5px; }

.m-l5 {
  margin-left: 5px; }

.m-r5 {
  margin-right: 5px; }

.m-lr5 {
  margin-left: 5px;
  margin-right: 5px; }

.m-tb5 {
  margin-bottom: 5px;
  margin-top: 5px; }

.p-a10 {
  padding: 10px; }

.p-t10 {
  padding-top: 10px; }

.p-b10 {
  padding-bottom: 10px; }

.p-l10 {
  padding-left: 10px; }

.p-r10 {
  padding-right: 10px; }

.p-lr10 {
  padding-left: 10px;
  padding-right: 10px; }

.p-tb10 {
  padding-bottom: 10px;
  padding-top: 10px; }

.m-a10 {
  margin: 10px; }

.m-t10 {
  margin-top: 10px; }

.m-b10 {
  margin-bottom: 10px; }

.m-l10 {
  margin-left: 10px; }

.m-r10 {
  margin-right: 10px; }

.m-lr10 {
  margin-left: 10px;
  margin-right: 10px; }

.m-tb10 {
  margin-bottom: 10px;
  margin-top: 10px; }

.p-a15 {
  padding: 15px; }

.p-t15 {
  padding-top: 15px; }

.p-b15 {
  padding-bottom: 15px; }

.p-l15 {
  padding-left: 15px; }

.p-r15 {
  padding-right: 15px; }

.p-lr15 {
  padding-left: 15px;
  padding-right: 15px; }

.p-tb15 {
  padding-bottom: 15px;
  padding-top: 15px; }

.m-a15 {
  margin: 15px; }

.m-t15 {
  margin-top: 15px; }

.m-b15 {
  margin-bottom: 15px; }

.m-l15 {
  margin-left: 15px; }

.m-r15 {
  margin-right: 15px; }

.m-lr15 {
  margin-left: 15px;
  margin-right: 15px; }

.m-tb15 {
  margin-bottom: 15px;
  margin-top: 15px; }

.p-a20 {
  padding: 20px; }

.p-t20 {
  padding-top: 20px; }

.p-b20 {
  padding-bottom: 20px; }

.p-l20 {
  padding-left: 20px; }

.p-r20 {
  padding-right: 20px; }

.p-lr20 {
  padding-left: 20px;
  padding-right: 20px; }

.p-tb20 {
  padding-bottom: 20px;
  padding-top: 20px; }

.m-a20 {
  margin: 20px; }

.m-t20 {
  margin-top: 20px; }

.m-b20 {
  margin-bottom: 20px; }

.m-l20 {
  margin-left: 20px; }

.m-r20 {
  margin-right: 20px; }

.m-lr20 {
  margin-left: 20px;
  margin-right: 20px; }

.m-tb20 {
  margin-bottom: 20px;
  margin-top: 20px; }

.p-a25 {
  padding: 25px; }

.p-t25 {
  padding-top: 25px; }

.p-b25 {
  padding-bottom: 25px; }

.p-l25 {
  padding-left: 25px; }

.p-r25 {
  padding-right: 25px; }

.p-lr25 {
  padding-left: 25px;
  padding-right: 25px; }

.p-tb25 {
  padding-bottom: 25px;
  padding-top: 25px; }

.m-a25 {
  margin: 25px; }

.m-t25 {
  margin-top: 25px; }

.m-b25 {
  margin-bottom: 25px; }

.m-l25 {
  margin-left: 25px; }

.m-r25 {
  margin-right: 25px; }

.m-lr25 {
  margin-left: 25px;
  margin-right: 25px; }

.m-tb25 {
  margin-bottom: 25px;
  margin-top: 25px; }

.p-a30 {
  padding: 30px; }

.p-t30 {
  padding-top: 30px; }

.p-b30 {
  padding-bottom: 30px; }

.p-l30 {
  padding-left: 30px; }

.p-r30 {
  padding-right: 30px; }

.p-lr30 {
  padding-left: 30px;
  padding-right: 30px; }

.p-tb30 {
  padding-bottom: 30px;
  padding-top: 30px; }

.m-a30 {
  margin: 30px; }

.m-t30 {
  margin-top: 30px; }

.m-b30 {
  margin-bottom: 30px; }

.m-l30 {
  margin-left: 30px; }

.m-r30 {
  margin-right: 30px; }

.m-lr30 {
  margin-left: 30px;
  margin-right: 30px; }

.m-tb30 {
  margin-bottom: 30px;
  margin-top: 30px; }

.p-a35 {
  padding: 35px; }

.p-t35 {
  padding-top: 35px; }

.p-b35 {
  padding-bottom: 35px; }

.p-l35 {
  padding-left: 35px; }

.p-r35 {
  padding-right: 35px; }

.p-lr35 {
  padding-left: 35px;
  padding-right: 35px; }

.p-tb35 {
  padding-bottom: 35px;
  padding-top: 35px; }

.m-a35 {
  margin: 35px; }

.m-t35 {
  margin-top: 35px; }

.m-b35 {
  margin-bottom: 35px; }

.m-l35 {
  margin-left: 35px; }

.m-r35 {
  margin-right: 35px; }

.m-lr35 {
  margin-left: 35px;
  margin-right: 35px; }

.m-tb35 {
  margin-bottom: 35px;
  margin-top: 35px; }

.p-a40 {
  padding: 40px; }

.p-t40 {
  padding-top: 40px; }

.p-b40 {
  padding-bottom: 40px; }

.p-l40 {
  padding-left: 40px; }

.p-r40 {
  padding-right: 40px; }

.p-lr40 {
  padding-left: 40px;
  padding-right: 40px; }

.p-tb40 {
  padding-bottom: 40px;
  padding-top: 40px; }

.m-a40 {
  margin: 40px; }

.m-t40 {
  margin-top: 40px; }

.m-b40 {
  margin-bottom: 40px; }

.m-l40 {
  margin-left: 40px; }

.m-r40 {
  margin-right: 40px; }

.m-lr40 {
  margin-left: 40px;
  margin-right: 40px; }

.m-tb40 {
  margin-bottom: 40px;
  margin-top: 40px; }

.p-a45 {
  padding: 45px; }

.p-t45 {
  padding-top: 45px; }

.p-b45 {
  padding-bottom: 45px; }

.p-l45 {
  padding-left: 45px; }

.p-r45 {
  padding-right: 45px; }

.p-lr45 {
  padding-left: 45px;
  padding-right: 45px; }

.p-tb45 {
  padding-bottom: 45px;
  padding-top: 45px; }

.m-a45 {
  margin: 45px; }

.m-t45 {
  margin-top: 45px; }

.m-b45 {
  margin-bottom: 45px; }

.m-l45 {
  margin-left: 45px; }

.m-r45 {
  margin-right: 45px; }

.m-lr45 {
  margin-left: 45px;
  margin-right: 45px; }

.m-tb45 {
  margin-bottom: 45px;
  margin-top: 45px; }

.p-a50 {
  padding: 50px; }

.p-t50 {
  padding-top: 50px; }

.p-b50 {
  padding-bottom: 50px; }

.p-l50 {
  padding-left: 50px; }

.p-r50 {
  padding-right: 50px; }

.p-lr50 {
  padding-left: 50px;
  padding-right: 50px; }

.p-tb50 {
  padding-bottom: 50px;
  padding-top: 50px; }

.m-a50 {
  margin: 50px; }

.m-t50 {
  margin-top: 50px; }

.m-b50 {
  margin-bottom: 50px; }

.m-l50 {
  margin-left: 50px; }

.m-r50 {
  margin-right: 50px; }

.m-lr50 {
  margin-left: 50px;
  margin-right: 50px; }

.m-tb50 {
  margin-bottom: 50px;
  margin-top: 50px; }

.p-a55 {
  padding: 55px; }

.p-t55 {
  padding-top: 55px; }

.p-b55 {
  padding-bottom: 55px; }

.p-l55 {
  padding-left: 55px; }

.p-r55 {
  padding-right: 55px; }

.p-lr55 {
  padding-left: 55px;
  padding-right: 55px; }

.p-tb55 {
  padding-bottom: 55px;
  padding-top: 55px; }

.m-a55 {
  margin: 55px; }

.m-t55 {
  margin-top: 55px; }

.m-b55 {
  margin-bottom: 55px; }

.m-l55 {
  margin-left: 55px; }

.m-r55 {
  margin-right: 55px; }

.m-lr55 {
  margin-left: 55px;
  margin-right: 55px; }

.m-tb55 {
  margin-bottom: 55px;
  margin-top: 55px; }

.p-a60 {
  padding: 60px; }

.p-t60 {
  padding-top: 60px; }

.p-b60 {
  padding-bottom: 60px; }

.p-l60 {
  padding-left: 60px; }

.p-r60 {
  padding-right: 60px; }

.p-lr60 {
  padding-left: 60px;
  padding-right: 60px; }

.p-tb60 {
  padding-bottom: 60px;
  padding-top: 60px; }

.m-a60 {
  margin: 60px; }

.m-t60 {
  margin-top: 60px; }

.m-b60 {
  margin-bottom: 60px; }

.m-l60 {
  margin-left: 60px; }

.m-r60 {
  margin-right: 60px; }

.m-lr60 {
  margin-left: 60px;
  margin-right: 60px; }

.m-tb60 {
  margin-bottom: 60px;
  margin-top: 60px; }

.p-a65 {
  padding: 65px; }

.p-t65 {
  padding-top: 65px; }

.p-b65 {
  padding-bottom: 65px; }

.p-l65 {
  padding-left: 65px; }

.p-r65 {
  padding-right: 65px; }

.p-lr65 {
  padding-left: 65px;
  padding-right: 65px; }

.p-tb65 {
  padding-bottom: 65px;
  padding-top: 65px; }

.m-a65 {
  margin: 65px; }

.m-t65 {
  margin-top: 65px; }

.m-b65 {
  margin-bottom: 65px; }

.m-l65 {
  margin-left: 65px; }

.m-r65 {
  margin-right: 65px; }

.m-lr65 {
  margin-left: 65px;
  margin-right: 65px; }

.m-tb65 {
  margin-bottom: 65px;
  margin-top: 65px; }

.p-a70 {
  padding: 70px; }

.p-t70 {
  padding-top: 70px; }

.p-b70 {
  padding-bottom: 70px; }

.p-l70 {
  padding-left: 70px; }

.p-r70 {
  padding-right: 70px; }

.p-lr70 {
  padding-left: 70px;
  padding-right: 70px; }

.p-tb70 {
  padding-bottom: 70px;
  padding-top: 70px; }

.m-a70 {
  margin: 70px; }

.m-t70 {
  margin-top: 70px; }

.m-b70 {
  margin-bottom: 70px; }

.m-l70 {
  margin-left: 70px; }

.m-r70 {
  margin-right: 70px; }

.m-lr70 {
  margin-left: 70px;
  margin-right: 70px; }

.m-tb70 {
  margin-bottom: 70px;
  margin-top: 70px; }

.p-a75 {
  padding: 75px; }

.p-t75 {
  padding-top: 75px; }

.p-b75 {
  padding-bottom: 75px; }

.p-l75 {
  padding-left: 75px; }

.p-r75 {
  padding-right: 75px; }

.p-lr75 {
  padding-left: 75px;
  padding-right: 75px; }

.p-tb75 {
  padding-bottom: 75px;
  padding-top: 75px; }

.m-a75 {
  margin: 75px; }

.m-t75 {
  margin-top: 75px; }

.m-b75 {
  margin-bottom: 75px; }

.m-l75 {
  margin-left: 75px; }

.m-r75 {
  margin-right: 75px; }

.m-lr75 {
  margin-left: 75px;
  margin-right: 75px; }

.m-tb75 {
  margin-bottom: 75px;
  margin-top: 75px; }

.p-a80 {
  padding: 80px; }

.p-t80 {
  padding-top: 80px; }

.p-b80 {
  padding-bottom: 80px; }

.p-l80 {
  padding-left: 80px; }

.p-r80 {
  padding-right: 80px; }

.p-lr80 {
  padding-left: 80px;
  padding-right: 80px; }

.p-tb80 {
  padding-bottom: 80px;
  padding-top: 80px; }

.m-a80 {
  margin: 80px; }

.m-t80 {
  margin-top: 80px; }

.m-b80 {
  margin-bottom: 80px; }

.m-l80 {
  margin-left: 80px; }

.m-r80 {
  margin-right: 80px; }

.m-lr80 {
  margin-left: 80px;
  margin-right: 80px; }

.m-tb80 {
  margin-bottom: 80px;
  margin-top: 80px; }

.p-a85 {
  padding: 85px; }

.p-t85 {
  padding-top: 85px; }

.p-b85 {
  padding-bottom: 85px; }

.p-l85 {
  padding-left: 85px; }

.p-r85 {
  padding-right: 85px; }

.p-lr85 {
  padding-left: 85px;
  padding-right: 85px; }

.p-tb85 {
  padding-bottom: 85px;
  padding-top: 85px; }

.m-a85 {
  margin: 85px; }

.m-t85 {
  margin-top: 85px; }

.m-b85 {
  margin-bottom: 85px; }

.m-l85 {
  margin-left: 85px; }

.m-r85 {
  margin-right: 85px; }

.m-lr85 {
  margin-left: 85px;
  margin-right: 85px; }

.m-tb85 {
  margin-bottom: 85px;
  margin-top: 85px; }

.p-a90 {
  padding: 90px; }

.p-t90 {
  padding-top: 90px; }

.p-b90 {
  padding-bottom: 90px; }

.p-l90 {
  padding-left: 90px; }

.p-r90 {
  padding-right: 90px; }

.p-lr90 {
  padding-left: 90px;
  padding-right: 90px; }

.p-tb90 {
  padding-bottom: 90px;
  padding-top: 90px; }

.m-a90 {
  margin: 90px; }

.m-t90 {
  margin-top: 90px; }

.m-b90 {
  margin-bottom: 90px; }

.m-l90 {
  margin-left: 90px; }

.m-r90 {
  margin-right: 90px; }

.m-lr90 {
  margin-left: 90px;
  margin-right: 90px; }

.m-tb90 {
  margin-bottom: 90px;
  margin-top: 90px; }

.p-a95 {
  padding: 95px; }

.p-t95 {
  padding-top: 95px; }

.p-b95 {
  padding-bottom: 95px; }

.p-l95 {
  padding-left: 95px; }

.p-r95 {
  padding-right: 95px; }

.p-lr95 {
  padding-left: 95px;
  padding-right: 95px; }

.p-tb95 {
  padding-bottom: 95px;
  padding-top: 95px; }

.m-a95 {
  margin: 95px; }

.m-t95 {
  margin-top: 95px; }

.m-b95 {
  margin-bottom: 95px; }

.m-l95 {
  margin-left: 95px; }

.m-r95 {
  margin-right: 95px; }

.m-lr95 {
  margin-left: 95px;
  margin-right: 95px; }

.m-tb95 {
  margin-bottom: 95px;
  margin-top: 95px; }

.p-a100 {
  padding: 100px; }

.p-t100 {
  padding-top: 100px; }

.p-b100 {
  padding-bottom: 100px; }

.p-l100 {
  padding-left: 100px; }

.p-r100 {
  padding-right: 100px; }

.p-lr100 {
  padding-left: 100px;
  padding-right: 100px; }

.p-tb100 {
  padding-bottom: 100px;
  padding-top: 100px; }

.m-a100 {
  margin: 100px; }

.m-t100 {
  margin-top: 100px; }

.m-b100 {
  margin-bottom: 100px; }

.m-l100 {
  margin-left: 100px; }

.m-r100 {
  margin-right: 100px; }

.m-lr100 {
  margin-left: 100px;
  margin-right: 100px; }

.m-tb100 {
  margin-bottom: 100px;
  margin-top: 100px; }

@media only screen and (max-width: 1200px) {
  .m-lg-t0 {
    margin-top: 0px; }
  .m-lg-b0 {
    margin-bottom: 0px; }
  .m-lg-t5 {
    margin-top: 5px; }
  .m-lg-b5 {
    margin-bottom: 5px; }
  .m-lg-t10 {
    margin-top: 10px; }
  .m-lg-b10 {
    margin-bottom: 10px; }
  .m-lg-t15 {
    margin-top: 15px; }
  .m-lg-b15 {
    margin-bottom: 15px; }
  .m-lg-t20 {
    margin-top: 20px; }
  .m-lg-b20 {
    margin-bottom: 20px; }
  .m-lg-t25 {
    margin-top: 25px; }
  .m-lg-b25 {
    margin-bottom: 25px; }
  .m-lg-t30 {
    margin-top: 30px; }
  .m-lg-b30 {
    margin-bottom: 30px; }
  .m-lg-t35 {
    margin-top: 35px; }
  .m-lg-b35 {
    margin-bottom: 35px; }
  .m-lg-t40 {
    margin-top: 40px; }
  .m-lg-b40 {
    margin-bottom: 40px; }
  .m-lg-t45 {
    margin-top: 45px; }
  .m-lg-b45 {
    margin-bottom: 45px; }
  .m-lg-t50 {
    margin-top: 50px; }
  .m-lg-b50 {
    margin-bottom: 50px; }
  .m-lg-t55 {
    margin-top: 55px; }
  .m-lg-b55 {
    margin-bottom: 55px; }
  .m-lg-t60 {
    margin-top: 60px; }
  .m-lg-b60 {
    margin-bottom: 60px; }
  .m-lg-t65 {
    margin-top: 65px; }
  .m-lg-b65 {
    margin-bottom: 65px; }
  .m-lg-t70 {
    margin-top: 70px; }
  .m-lg-b70 {
    margin-bottom: 70px; }
  .m-lg-t75 {
    margin-top: 75px; }
  .m-lg-b75 {
    margin-bottom: 75px; }
  .m-lg-t80 {
    margin-top: 80px; }
  .m-lg-b80 {
    margin-bottom: 80px; }
  .m-lg-t85 {
    margin-top: 85px; }
  .m-lg-b85 {
    margin-bottom: 85px; }
  .m-lg-t90 {
    margin-top: 90px; }
  .m-lg-b90 {
    margin-bottom: 90px; }
  .m-lg-t95 {
    margin-top: 95px; }
  .m-lg-b95 {
    margin-bottom: 95px; }
  .m-lg-t100 {
    margin-top: 100px; }
  .m-lg-b100 {
    margin-bottom: 100px; }
  .m-lg-r0 {
    margin-right: 0; }
  .m-lg-l0 {
    margin-left: 0; } }

@media only screen and (max-width: 991px) {
  .m-md-t0 {
    margin-top: 0px; }
  .m-md-b0 {
    margin-bottom: 0px; }
  .m-md-t5 {
    margin-top: 5px; }
  .m-md-b5 {
    margin-bottom: 5px; }
  .m-md-t10 {
    margin-top: 10px; }
  .m-md-b10 {
    margin-bottom: 10px; }
  .m-md-t15 {
    margin-top: 15px; }
  .m-md-b15 {
    margin-bottom: 15px; }
  .m-md-t20 {
    margin-top: 20px; }
  .m-md-b20 {
    margin-bottom: 20px; }
  .m-md-t25 {
    margin-top: 25px; }
  .m-md-b25 {
    margin-bottom: 25px; }
  .m-md-t30 {
    margin-top: 30px; }
  .m-md-b30 {
    margin-bottom: 30px; }
  .m-md-t35 {
    margin-top: 35px; }
  .m-md-b35 {
    margin-bottom: 35px; }
  .m-md-t40 {
    margin-top: 40px; }
  .m-md-b40 {
    margin-bottom: 40px; }
  .m-md-t45 {
    margin-top: 45px; }
  .m-md-b45 {
    margin-bottom: 45px; }
  .m-md-t50 {
    margin-top: 50px; }
  .m-md-b50 {
    margin-bottom: 50px; }
  .m-md-t55 {
    margin-top: 55px; }
  .m-md-b55 {
    margin-bottom: 55px; }
  .m-md-t60 {
    margin-top: 60px; }
  .m-md-b60 {
    margin-bottom: 60px; }
  .m-md-t65 {
    margin-top: 65px; }
  .m-md-b65 {
    margin-bottom: 65px; }
  .m-md-t70 {
    margin-top: 70px; }
  .m-md-b70 {
    margin-bottom: 70px; }
  .m-md-t75 {
    margin-top: 75px; }
  .m-md-b75 {
    margin-bottom: 75px; }
  .m-md-t80 {
    margin-top: 80px; }
  .m-md-b80 {
    margin-bottom: 80px; }
  .m-md-t85 {
    margin-top: 85px; }
  .m-md-b85 {
    margin-bottom: 85px; }
  .m-md-t90 {
    margin-top: 90px; }
  .m-md-b90 {
    margin-bottom: 90px; }
  .m-md-t95 {
    margin-top: 95px; }
  .m-md-b95 {
    margin-bottom: 95px; }
  .m-md-t100 {
    margin-top: 100px; }
  .m-md-b100 {
    margin-bottom: 100px; }
  .m-md-r0 {
    margin-right: 0; }
  .m-md-l0 {
    margin-left: 0; } }

@media only screen and (max-width: 767px) {
  .m-sm-t0 {
    margin-top: 0px; }
  .m-sm-b0 {
    margin-bottom: 0px; }
  .m-sm-t5 {
    margin-top: 5px; }
  .m-sm-b5 {
    margin-bottom: 5px; }
  .m-sm-t10 {
    margin-top: 10px; }
  .m-sm-b10 {
    margin-bottom: 10px; }
  .m-sm-t15 {
    margin-top: 15px; }
  .m-sm-b15 {
    margin-bottom: 15px; }
  .m-sm-t20 {
    margin-top: 20px; }
  .m-sm-b20 {
    margin-bottom: 20px; }
  .m-sm-t25 {
    margin-top: 25px; }
  .m-sm-b25 {
    margin-bottom: 25px; }
  .m-sm-t30 {
    margin-top: 30px; }
  .m-sm-b30 {
    margin-bottom: 30px; }
  .m-sm-t35 {
    margin-top: 35px; }
  .m-sm-b35 {
    margin-bottom: 35px; }
  .m-sm-t40 {
    margin-top: 40px; }
  .m-sm-b40 {
    margin-bottom: 40px; }
  .m-sm-t45 {
    margin-top: 45px; }
  .m-sm-b45 {
    margin-bottom: 45px; }
  .m-sm-t50 {
    margin-top: 50px; }
  .m-sm-b50 {
    margin-bottom: 50px; }
  .m-sm-t55 {
    margin-top: 55px; }
  .m-sm-b55 {
    margin-bottom: 55px; }
  .m-sm-t60 {
    margin-top: 60px; }
  .m-sm-b60 {
    margin-bottom: 60px; }
  .m-sm-t65 {
    margin-top: 65px; }
  .m-sm-b65 {
    margin-bottom: 65px; }
  .m-sm-t70 {
    margin-top: 70px; }
  .m-sm-b70 {
    margin-bottom: 70px; }
  .m-sm-t75 {
    margin-top: 75px; }
  .m-sm-b75 {
    margin-bottom: 75px; }
  .m-sm-t80 {
    margin-top: 80px; }
  .m-sm-b80 {
    margin-bottom: 80px; }
  .m-sm-t85 {
    margin-top: 85px; }
  .m-sm-b85 {
    margin-bottom: 85px; }
  .m-sm-t90 {
    margin-top: 90px; }
  .m-sm-b90 {
    margin-bottom: 90px; }
  .m-sm-t95 {
    margin-top: 95px; }
  .m-sm-b95 {
    margin-bottom: 95px; }
  .m-sm-t100 {
    margin-top: 100px; }
  .m-sm-b100 {
    margin-bottom: 100px; } }

@media only screen and (max-width: 576px) {
  .m-xs-t0 {
    margin-top: 0px; }
  .m-xs-b0 {
    margin-bottom: 0px; }
  .p-xs-b0 {
    padding-bottom: 0px; }
  .m-xs-t5 {
    margin-top: 5px; }
  .m-xs-b5 {
    margin-bottom: 5px; }
  .p-xs-b5 {
    padding-bottom: 5px; }
  .m-xs-t10 {
    margin-top: 10px; }
  .m-xs-b10 {
    margin-bottom: 10px; }
  .p-xs-b10 {
    padding-bottom: 10px; }
  .m-xs-t15 {
    margin-top: 15px; }
  .m-xs-b15 {
    margin-bottom: 15px; }
  .p-xs-b15 {
    padding-bottom: 15px; }
  .m-xs-t20 {
    margin-top: 20px; }
  .m-xs-b20 {
    margin-bottom: 20px; }
  .p-xs-b20 {
    padding-bottom: 20px; }
  .m-xs-t25 {
    margin-top: 25px; }
  .m-xs-b25 {
    margin-bottom: 25px; }
  .p-xs-b25 {
    padding-bottom: 25px; }
  .m-xs-t30 {
    margin-top: 30px; }
  .m-xs-b30 {
    margin-bottom: 30px; }
  .p-xs-b30 {
    padding-bottom: 30px; }
  .m-xs-t35 {
    margin-top: 35px; }
  .m-xs-b35 {
    margin-bottom: 35px; }
  .p-xs-b35 {
    padding-bottom: 35px; }
  .m-xs-t40 {
    margin-top: 40px; }
  .m-xs-b40 {
    margin-bottom: 40px; }
  .p-xs-b40 {
    padding-bottom: 40px; }
  .m-xs-t45 {
    margin-top: 45px; }
  .m-xs-b45 {
    margin-bottom: 45px; }
  .p-xs-b45 {
    padding-bottom: 45px; }
  .m-xs-t50 {
    margin-top: 50px; }
  .m-xs-b50 {
    margin-bottom: 50px; }
  .p-xs-b50 {
    padding-bottom: 50px; }
  .m-xs-t55 {
    margin-top: 55px; }
  .m-xs-b55 {
    margin-bottom: 55px; }
  .p-xs-b55 {
    padding-bottom: 55px; }
  .m-xs-t60 {
    margin-top: 60px; }
  .m-xs-b60 {
    margin-bottom: 60px; }
  .p-xs-b60 {
    padding-bottom: 60px; }
  .m-xs-t65 {
    margin-top: 65px; }
  .m-xs-b65 {
    margin-bottom: 65px; }
  .p-xs-b65 {
    padding-bottom: 65px; }
  .m-xs-t70 {
    margin-top: 70px; }
  .m-xs-b70 {
    margin-bottom: 70px; }
  .p-xs-b70 {
    padding-bottom: 70px; }
  .m-xs-t75 {
    margin-top: 75px; }
  .m-xs-b75 {
    margin-bottom: 75px; }
  .p-xs-b75 {
    padding-bottom: 75px; }
  .m-xs-t80 {
    margin-top: 80px; }
  .m-xs-b80 {
    margin-bottom: 80px; }
  .p-xs-b80 {
    padding-bottom: 80px; }
  .m-xs-t85 {
    margin-top: 85px; }
  .m-xs-b85 {
    margin-bottom: 85px; }
  .p-xs-b85 {
    padding-bottom: 85px; }
  .m-xs-t90 {
    margin-top: 90px; }
  .m-xs-b90 {
    margin-bottom: 90px; }
  .p-xs-b90 {
    padding-bottom: 90px; }
  .m-xs-t95 {
    margin-top: 95px; }
  .m-xs-b95 {
    margin-bottom: 95px; }
  .p-xs-b95 {
    padding-bottom: 95px; }
  .m-xs-t100 {
    margin-top: 100px; }
  .m-xs-b100 {
    margin-bottom: 100px; }
  .p-xs-b100 {
    padding-bottom: 100px; } }

.max-w50 {
  max-width: 50px; }

.max-w60 {
  max-width: 60px; }

.max-w80 {
  max-width: 80px; }

.max-w100 {
  max-width: 100px; }

.max-w200 {
  max-width: 200px; }

.max-w300 {
  max-width: 300px; }

.max-w400 {
  max-width: 400px; }

.max-w500 {
  max-width: 500px; }

.max-w600 {
  max-width: 600px; }

.max-w700 {
  max-width: 700px; }

.max-w800 {
  max-width: 800px; }

.max-w900 {
  max-width: 900px; }

.max-w1000 {
  max-width: 1000px; }

.bg-img-fix {
  background-attachment: fixed;
  background-size: cover; }

.full-img {
  width: 100%; }

.sticky-sm-top,
.sticky-lg-top,
.sticky-xl-top,
.sticky-md-top,
.sticky-top {
  top: 120px;
  z-index: 1; }

.page-title {
  padding: 65px 0px 45px;
  position: relative;
  background: var(--bs-light);
  background-size: cover;
  background-position: center; }
  .page-title p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #7272A8;
    text-transform: capitalize; }
    @media only screen and (max-width: 575px) {
      .page-title p {
        font-size: 16px; } }
  .page-title h3, .page-title .h3 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: capitalize; }
    @media only screen and (max-width: 575px) {
      .page-title h3, .page-title .h3 {
        font-size: 28px; } }

.img-cover {
  height: 100%;
  width: 100%;
  object-fit: cover; }

section {
  position: relative; }

@media (min-width: 1200px) {
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.875rem; } }

.rounded-xl {
  border-radius: 50% !important;
  overflow: hidden; }

.rounded-lg {
  border-radius: 20px !important;
  overflow: hidden; }

.rounded-md {
  border-radius: 20px !important;
  overflow: hidden; }

.rounded-sm {
  border-radius: 4px !important;
  overflow: hidden; }

.z-index-unset {
  z-index: unset; }

.text-maroon {
  color: #9e0168; }

.text-orange {
  color: #F46700; }

.text-yellow {
  color: #FDF42A; }

.text-skyblue {
  color: #2E8278; }

.text-red {
  color: #f22462; }

.text-green {
  color: #2E8278; }

.text-blue {
  color: #131045; }

.bg-maroon {
  background-color: #9e0168; }

.bg-orange {
  background-color: #F46700; }

.bg-yellow {
  background-color: #FDF42A; }

.bg-skyblue {
  background-color: #00aeff; }

.bg-red {
  background-color: #f22462; }

.bg-green {
  background-color: #2E8278; }

.bg-blue {
  background-color: #131045; }

.scale8 {
  transform: scale(1.85);
  -moz-transform: scale(1.85);
  -webkit-transform: scale(1.85);
  -ms-transform: scale(1.85);
  -o-transform: scale(1.85); }

.scale7 {
  transform: scale(1.7);
  -moz-transform: scale(1.7);
  -webkit-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -o-transform: scale(1.7); }

.scale5 {
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5); }

.scale3 {
  transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3); }

.scale2 {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2); }

.scale08 {
  transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8); }

.scale05 {
  transform: scale(0.5);
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5); }

.tl {
  transform-origin: left;
  -moz-transform-origin: left;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left; }

.shadow-none {
  box-shadow: unset; }

.flex-1 {
  flex: 1; }

.text-justify {
  text-align: justify; }

/*==== Shortcode Css ====*/
.sort-title {
  margin-bottom: 40px; }

.sort-title h4:after, .sort-title .h4:after {
  left: -160px; }

.sort-title.text-white h4:after, .sort-title.text-white .h4:after,
.sort-title.text-white h4:before,
.sort-title.text-white .h4:before {
  background: #fff; }

.sort-title h4:after, .sort-title .h4:after,
.sort-title h4:before,
.sort-title .h4:before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  right: -160px;
  top: 50%;
  width: 150px;
  opacity: 0.15; }

.sort-title h4, .sort-title .h4 {
  display: inline-block;
  margin: 0;
  position: relative; }

@media only screen and (max-width: 767px) {
  .sort-title h4:after, .sort-title .h4:after,
  .sort-title h4:before,
  .sort-title .h4:before {
    content: none; } }

.bg-light-dark {
  background-color: var(--light-dark); }

.hero-banner {
  position: relative; }
  .hero-banner.style-1 {
   /* height: 900px;*/
    background-size: cover;
    background-position: center;
    overflow: hidden; }
    .hero-banner.style-1 > * {
      /*height: 100%;*/ }
    .hero-banner.style-1 .inner-wrapper {
      height: 100%; }
    .hero-banner.style-1 .title {
      font-size: 80px;
      font-weight: bold;
      margin-bottom: 10px; }
    .hero-banner.style-1 .text-vertical {
      font-weight: bold;
      font-size: 16px;
      writing-mode: tb;
      transform: rotate(-180deg) translateY(50%);
      position: absolute;
      left: 50px;
      top: 50%; }
    .hero-banner.style-1 .text {
      font-size: 20px;
      max-width: 500px;
      font-weight: 300;
      margin-bottom: 35px; }
    .hero-banner.style-1 .hero-content {
      margin-left: -50px; }
    .hero-banner.style-1 .circle-wrapper {
      width: 100%;
      aspect-ratio: 1 / 1;
      position: relative;
      z-index: 1;
      bottom: -200px; }
      .hero-banner.style-1 .circle-wrapper .circle1,
      .hero-banner.style-1 .circle-wrapper .circle2,
      .hero-banner.style-1 .circle-wrapper .circle3 {
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        aspect-ratio: 1 / 1;
        border: 2px solid rgba(255, 255, 255, 0.6); }
      .hero-banner.style-1 .circle-wrapper .circle1 {
        background-color: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
        width: 70%; }
      .hero-banner.style-1 .circle-wrapper .circle2 {
        background-color: #fff;
        opacity: 0.6;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
        width: 84%;
        backdrop-filter: blur(20px); }
      .hero-banner.style-1 .circle-wrapper .circle3 {
        width: 100%; }
    .hero-banner.style-1 .hero-thumbnail {
      position: relative;
      width: 865px; }
      .hero-banner.style-1 .hero-thumbnail .thumbnail {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2; }
    .hero-banner.style-1 .item1 {
      width: 90px;
      height: 90px;
      border-radius: 25px;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
      position: absolute;
      right: 55px;
      top: 120px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #fff; }
    .hero-banner.style-1 .item2 {
      position: absolute;
      left: -80px;
      top: 78%;
      z-index: 3; }
    .hero-banner.style-1 .item3 {
      position: absolute;
      top: 170px;
      left: 50px;
      z-index: 4; }
    .hero-banner.style-1 .item4 {
      position: absolute;
      right: -30px;
      bottom: 60px;
      z-index: 3; }
    .hero-banner.style-1 .item5 {
      position: absolute;
      left: 50px;
      bottom: 50px;
      z-index: 3; }
    @media only screen and (max-width: 1680px) {
      .hero-banner.style-1 {
        height: 850px; }
        .hero-banner.style-1 .hero-thumbnail {
          width: 750px; } }
    @media only screen and (max-width: 1480px) {
      .hero-banner.style-1 {
        height: 700px; }
        .hero-banner.style-1 .title {
          font-size: 60px; }
          .hero-banner.style-1 .title img {
            display: none; }
        .hero-banner.style-1 .hero-content {
          margin-left: 0; }
        .hero-banner.style-1 .text-vertical {
          left: 30px; }
        .hero-banner.style-1 .item3 {
          top: 150px;
          left: 20px; }
        .hero-banner.style-1 .item4 {
          right: 30px; }
        .hero-banner.style-1 .item1 {
          right: 70px;
          top: 80px;
          padding: 18px;
          width: 60px;
          height: 60px;
          border-radius: 12px; } }
    @media only screen and (max-width: 1380px) {
      .hero-banner.style-1 .hero-content {
        margin-left: -50px; }
      .hero-banner.style-1 .hero-thumbnail {
        margin-left: -40px; } }
    @media only screen and (max-width: 1280px) {
      .hero-banner.style-1 .text-vertical {
        display: none; }
      .hero-banner.style-1 .item4 {
        display: none; } }
    @media only screen and (max-width: 1199px) {
      .hero-banner.style-1 {
        height: 206px; }
        .hero-banner.style-1 .hero-content {
          margin-left: 0; }
        .hero-banner.style-1 .title {
          font-size: 48px; }
        .hero-banner.style-1 .item5,
        .hero-banner.style-1 .item3,
        .hero-banner.style-1 .item2,
        .hero-banner.style-1 .item1 {
          display: none; }
        .hero-banner.style-1 .hero-thumbnail {
          width: 550px; } }
    @media only screen and (max-width: 991px) {
      /*.hero-banner.style-1 {*/
      /*  height: auto;*/
      /*  padding-top: 50px; }*/
        .hero-banner.style-1 .hero-thumbnail {
          margin-left: auto;
          margin-right: auto;
          margin-top: 30px; } }
    @media only screen and (max-width: 575px) {
      .hero-banner.style-1 .hero-thumbnail {
        width: 100%; }
      .hero-banner.style-1 .title {
        font-size: 36px; }
      .hero-banner.style-1 .text {
        font-size: 16px;
        margin-bottom: 20px; }
      .hero-banner.style-1 .btn-icon {
        padding: 14px 18px;
        border-radius: 10px;
        font-size: 16px;
        margin-right: 5px; }
        .hero-banner.style-1 .btn-icon .right-icon,
        .hero-banner.style-1 .btn-icon .left-icon {
          display: none; }
      .hero-banner.style-1 .circle-wrapper {
        bottom: -100px; } }
  .hero-banner.style-2 {
    height: 1040px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    background: linear-gradient(to right, #fff3f8 0%, rgba(255, 243, 248, 0) 50%, #fff3f8 100%);
    z-index: 1; }
    .hero-banner.style-2 > * {
      height: 100%; }
    .hero-banner.style-2 .inner-wrapper {
      height: 100%; }
    .hero-banner.style-2::after {
      content: "";
      background-image: url(../images/pattern.webp);
      height: 100%;
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      z-index: -1; }
    .hero-banner.style-2 .title {
      font-size: 80px;
      font-weight: 600;
      margin-bottom: 30px; }
    .hero-banner.style-2 .banner-shape {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: auto;
      z-index: 2; }
    .hero-banner.style-2 .banner-shape4,
    .hero-banner.style-2 .banner-shape5,
    .hero-banner.style-2 .banner-shape6 {
      width: 300px;
      aspect-ratio: 1 / 1;
      border-radius: 50%;
      height: auto;
      position: absolute;
      background-color: var(--bs-primary);
      filter: blur(100px);
      z-index: -1;
      opacity: 0.2; }
    .hero-banner.style-2 .banner-shape4 {
      top: 0;
      left: 0; }
    .hero-banner.style-2 .banner-shape5 {
      top: 0;
      right: 0; }
    .hero-banner.style-2 .banner-shape6 {
      bottom: -150px;
      left: 30px; }
    .hero-banner.style-2 .circle-wrapper {
      width: 85%;
      aspect-ratio: 1 / 1;
      position: absolute;
      z-index: -1;
      bottom: -10%;
      left: -35px;
      border-radius: 50%;
      background-image: linear-gradient(to bottom, rgba(var(--bs-primary-rgb), 0.15) 0%, rgba(255, 243, 248, 0) 80%);
      backdrop-filter: blur(20px); }
    .hero-banner.style-2 .hero-thumbnail {
      position: relative;
      width: 850px;
      height: 850px;
      padding-left: 30px; }
    .hero-banner.style-2 .smile {
      position: relative; }
      .hero-banner.style-2 .smile svg {
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%); }
    .hero-banner.style-2 .item1,
    .hero-banner.style-2 .item2,
    .hero-banner.style-2 .item3,
    .hero-banner.style-2 .item4,
    .hero-banner.style-2 .item5,
    .hero-banner.style-2 .item6 {
      position: absolute; }
    .hero-banner.style-2 .item1 {
      bottom: 100px;
      left: 70px; }
    .hero-banner.style-2 .item2 {
      top: 200px;
      left: 70px; }
    .hero-banner.style-2 .item3 {
      left: -60px;
      top: 40%; }
    .hero-banner.style-2 .item4 {
      right: 200px;
      top: 30%;
      width: 110px;
      height: 110px; }
      .hero-banner.style-2 .item4 img {
        border-radius: 50%;
        border: 4px solid #fff;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .hero-banner.style-2 .item5 {
      left: 50px;
      top: 15%;
      width: 148px;
      height: 148px; }
      .hero-banner.style-2 .item5 img {
        border-radius: 50%;
        border: 4px solid #fff;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .hero-banner.style-2 .item6 {
      right: 16%;
      bottom: 130px;
      width: 260px; }
    .hero-banner.style-2 .hero-content {
      position: relative;
      z-index: 1; }
    @media only screen and (max-width: 1680px) {
      .hero-banner.style-2 .hero-thumbnail {
        padding-left: 0; }
      .hero-banner.style-2 .item2 {
        width: 80px; }
      .hero-banner.style-2 .item1 {
        width: 80px; }
      .hero-banner.style-2 .item3 {
        left: -35px;
        top: 45%;
        width: 80px; }
      .hero-banner.style-2 .item4 {
        right: 245px;
        top: 30%;
        width: 80px;
        height: 80px; }
      .hero-banner.style-2 .item5 {
        top: 25%;
        width: 100px;
        height: 100px; } }
    @media only screen and (max-width: 1480px) {
      .hero-banner.style-2 {
        height: 980px; }
        .hero-banner.style-2 .title {
          font-size: 60px; }
        .hero-banner.style-2 .hero-thumbnail {
          width: 750px;
          height: 750px; }
        .hero-banner.style-2 .item6 {
          bottom: 80px;
          width: 250px; }
        .hero-banner.style-2 .item2 {
          display: none; } }
    @media only screen and (max-width: 1380px) {
      .hero-banner.style-2 .smile svg {
        bottom: -20px;
        height: 35px; }
      .hero-banner.style-2 .hero-thumbnail {
        margin-left: -50px; }
      .hero-banner.style-2 .info-widget.style-12 {
        margin-right: 20px; } }
    @media only screen and (max-width: 1199px) {
      .hero-banner.style-2 {
        height: 800px; }
        .hero-banner.style-2 .hero-content {
          margin-left: 0; }
        .hero-banner.style-2 .smile svg {
          bottom: -15px;
          height: 25px; }
        .hero-banner.style-2 .title {
          font-size: 48px; }
        .hero-banner.style-2 .content-bx.style-2 {
          margin-bottom: 25px; }
        .hero-banner.style-2 .inner-wrapper {
          padding-top: 30px; }
        .hero-banner.style-2 .hero-thumbnail {
          width: 650px;
          height: 650px;
          margin-left: -20px; }
          .hero-banner.style-2 .hero-thumbnail > img {
            width: 75%; }
        .hero-banner.style-2 .item1 {
          display: none; }
        .hero-banner.style-2 .item4 {
          right: 165px;
          width: 60px;
          height: 60px; }
          .hero-banner.style-2 .item4 img {
            border: 3px solid #fff; }
        .hero-banner.style-2 .item6 {
          display: none; }
        .hero-banner.style-2 .item3 {
          width: 60px; }
        .hero-banner.style-2 .item5 {
          width: 80px;
          height: 80px; }
          .hero-banner.style-2 .item5 img {
            border: 3px solid #fff; } }
    @media only screen and (max-width: 991px) {
      .hero-banner.style-2 {
        height: auto; }
        .hero-banner.style-2 .banner-shape {
          bottom: -1px; }
        .hero-banner.style-2 .inner-wrapper {
          padding-top: 135px; }
        .hero-banner.style-2 .hero-thumbnail {
          width: 100%;
          height: auto;
          margin-left: auto;
          margin-right: auto;
          text-align: center;
          margin-top: 30px; }
          .hero-banner.style-2 .hero-thumbnail > img {
            width: 65%; }
        .hero-banner.style-2 .circle-wrapper {
          left: 50%;
          transform: translateX(-50%); }
        .hero-banner.style-2 .item5 {
          top: 38%; }
        .hero-banner.style-2 .item4 {
          right: 110px; }
        .hero-banner.style-2 .item3 {
          left: 25px;
          top: 65%; }
        .hero-banner.style-2 .banner-shape4,
        .hero-banner.style-2 .banner-shape5,
        .hero-banner.style-2 .banner-shape6 {
          width: 200px; } }
    @media only screen and (max-width: 767px) {
      .hero-banner.style-2 .title {
        font-size: 42px; }
      .hero-banner.style-2 .item4 {
        right: 60px; }
      .hero-banner.style-2 .item5 {
        top: 28%; }
      .hero-banner.style-2 .item3 {
        left: 5px;
        top: 64%; } }
    @media only screen and (max-width: 575px) {
      .hero-banner.style-2 .title {
        font-size: 36px;
        margin-bottom: 20px; }
      .hero-banner.style-2 .inner-wrapper {
        padding-top: 100px; }
      .hero-banner.style-2 .smile svg {
        height: 20px; }
      .hero-banner.style-2 .content-bx.style-2 {
        margin-bottom: 20px; }
      .hero-banner.style-2 .hero-thumbnail > img {
        width: 80%; }
      .hero-banner.style-2 .circle-wrapper {
        width: 100%; }
      .hero-banner.style-2 .item3 {
        left: -20px;
        top: 60%; }
      .hero-banner.style-2 .item4 {
        right: 10px; }
      .hero-banner.style-2 .item5 {
        top: 20%;
        left: 15px; } }
  .hero-banner.style-3 {
    height: 980px;
    background-color: var(--bs-light);
    overflow: hidden;
    z-index: 1; }
    .hero-banner.style-3:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: -1;
      background-image: url(../images/bg.png);
      background-repeat: no-repeat;
      background-position: right -13px bottom; }
    .hero-banner.style-3 > * {
      height: 100%; }
    .hero-banner.style-3 .inner-wrapper {
      height: 100%; }
    .hero-banner.style-3 .title {
      font-size: 85px;
      font-weight: 600;
      margin-bottom: 30px; }
    .hero-banner.style-3 .hero-content {
      margin-right: -30px; }
    .hero-banner.style-3 .banner-shape {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: auto;
      z-index: 2; }
    .hero-banner.style-3 .banner-shape2,
    .hero-banner.style-3 .banner-shape3 {
      position: absolute;
      top: 0;
      height: 160px;
      z-index: 1;
      -webkit-filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.01));
      filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.01)); }
    .hero-banner.style-3 .banner-shape2 {
      left: 0; }
    .hero-banner.style-3 .banner-shape3 {
      right: 0;
      transform: rotateY(180deg); }
    .hero-banner.style-3 .banner-shape4,
    .hero-banner.style-3 .banner-shape5,
    .hero-banner.style-3 .banner-shape6 {
      width: 250px;
      aspect-ratio: 1 / 1;
      border-radius: 50%;
      height: auto;
      position: absolute;
      background-color: var(--bs-primary);
      filter: blur(100px);
      z-index: -1;
      opacity: 0.3; }
    .hero-banner.style-3 .banner-shape4 {
      top: 10%;
      left: -100px;
      opacity: 0.2; }
    .hero-banner.style-3 .banner-shape5 {
      bottom: -100px;
      right: -100px; }
    .hero-banner.style-3 .banner-shape6 {
      bottom: -150px;
      left: 30%;
      opacity: 0.2; }
    .hero-banner.style-3 .hero-thumbnail {
      position: relative;
      width: 750px;
      margin-left: 50px; }
    .hero-banner.style-3 .item1 {
      position: absolute;
      right: 35px;
      top: 50%;
      writing-mode: tb;
      transform: rotate(-180deg) translateY(50%); }
      .hero-banner.style-3 .item1 > * {
        padding: 15px 5px; }
    .hero-banner.style-3 .item2 {
      top: 15%;
      left: 7%;
      position: absolute; }
    .hero-banner.style-3 .item3 {
      position: absolute;
      bottom: 6%;
      left: 42%; }
      .hero-banner.style-3 .item3 img {
        border-radius: 0 0 65% 0;
        width: 115px;
        height: 115px;
        object-fit: cover; }
    .hero-banner.style-3 .item4 {
      bottom: 50px;
      left: 80px;
      position: absolute; }
      .hero-banner.style-3 .item4 img {
        border-radius: 0 50px 50px 0;
        height: 200px;
        width: 120px;
        object-fit: cover; }
      @media only screen and (max-width: 1680px) {
        .hero-banner.style-3 .item4 img {
          border-radius: 0 25px 25px 0;
          height: 150px;
          width: 80px; } }
    .hero-banner.style-3 .shape1,
    .hero-banner.style-3 .shape2 {
      position: absolute;
      animation: identifier 20s linear infinite; }
    .hero-banner.style-3 .shape1 {
      top: 18%;
      right: 38%;
      width: 60px; }
    .hero-banner.style-3 .shape2 {
      width: 30px;
      top: 48%;
      right: 8%; }

@keyframes identifier {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }
    .hero-banner.style-3 .vertical-info {
      height: calc(100% - 80px); }
    .hero-banner.style-3 .item5 {
      position: absolute;
      bottom: 80px;
      right: 20px; }
    @media only screen and (max-width: 1680px) {
      .hero-banner.style-3 .hero-thumbnail {
        margin-left: 0; }
      .hero-banner.style-3 .item2 {
        top: 12%; }
      .hero-banner.style-3 .item5 {
        right: -40px; } }
    @media only screen and (max-width: 1480px) {
      .hero-banner.style-3 {
        height: 920px; }
        .hero-banner.style-3 .title {
          font-size: 60px; }
        .hero-banner.style-3 .hero-content {
          margin-right: 0;
          margin-left: 40px; }
        .hero-banner.style-3 .hero-thumbnail {
          width: 650px; } }
    @media only screen and (max-width: 1380px) {
      .hero-banner.style-3 {
        height: 820px; }
        .hero-banner.style-3 .hero-content {
          margin-left: 30px; }
        .hero-banner.style-3 .hero-thumbnail {
          width: 580px; }
        .hero-banner.style-3 .item3 img {
          width: 95px;
          height: 95px; }
        .hero-banner.style-3 .item4 img {
          border-radius: 0 20px 20px 0;
          height: 120px;
          width: 65px; } }
    @media only screen and (max-width: 1199px) {
      .hero-banner.style-3 {
        height: 650px;
        padding-top: 80px; }
        .hero-banner.style-3 .title {
          font-size: 48px; }
        .hero-banner.style-3 .hero-thumbnail {
          width: 420px; }
        .hero-banner.style-3 .hero-content {
          margin-left: 0; }
        .hero-banner.style-3 .item1,
        .hero-banner.style-3 .item2,
        .hero-banner.style-3 .item4,
        .hero-banner.style-3 .avatar-group {
          display: none; } }
    @media only screen and (max-width: 991px) {
      .hero-banner.style-3 {
        height: 550px; }
        .hero-banner.style-3 .item3 {
          display: none; }
        .hero-banner.style-3 .hero-thumbnail {
          width: 350px;
          margin-left: -30px; }
        .hero-banner.style-3 .shape1 {
          width: 30px; }
        .hero-banner.style-3 .shape2 {
          width: 20px; }
        .hero-banner.style-3 .title {
          font-size: 38px;
          margin-bottom: 15px; }
        .hero-banner.style-3 .content-bx.style-2 {
          margin-bottom: 25px;
          font-size: 14px; }
        .hero-banner.style-3 .item5 {
          bottom: 35px; } }
    @media only screen and (max-width: 767px) {
      .hero-banner.style-3 {
        height: auto;
        padding-top: 120px; }
        .hero-banner.style-3 .hero-content {
          margin-bottom: 30px; }
        .hero-banner.style-3 .hero-thumbnail {
          margin-left: auto;
          margin-right: auto; } }
    @media only screen and (max-width: 575px) {
      .hero-banner.style-3 {
        padding-top: 100px; }
        .hero-banner.style-3 .title {
          font-size: 32px; }
        .hero-banner.style-3 .content-bx.style-2 {
          margin-bottom: 20px; }
        .hero-banner.style-3 .hero-thumbnail {
          width: 260px; }
        .hero-banner.style-3 .shape1 {
          top: 10%;
          right: 80%;
          width: 20px; }
        .hero-banner.style-3 .item5 {
          bottom: 20px;
          right: -30px; } }

.move-1 {
  -webkit-animation: move1 10s infinite;
  animation: move1 10s infinite; }

@-webkit-keyframes move1 {
  0% {
    -webkit-transform: rotate(-1deg) translate(-1px, -1px);
    transform: rotate(-1deg) translate(-1px, -1px); }
  50% {
    -webkit-transform: rotate(1deg) translate(1px, 1px);
    transform: rotate(1deg) translate(1px, 1px); }
  100% {
    -webkit-transform: rotate(-1deg) translate(-1px, -1px);
    transform: rotate(-1deg) translate(-1px, -1px); } }

@keyframes move1 {
  0% {
    -webkit-transform: rotate(-1deg) translate(-1px, -1px);
    transform: rotate(-1deg) translate(-1px, -1px); }
  50% {
    -webkit-transform: rotate(1deg) translate(1px, 1px);
    transform: rotate(1deg) translate(1px, 1px); }
  100% {
    -webkit-transform: rotate(-1deg) translate(-1px, -1px);
    transform: rotate(-1deg) translate(-1px, -1px); } }

.move-2 {
  -webkit-animation: move2 10s infinite;
  animation: move2 10s infinite; }

@-webkit-keyframes move2 {
  0% {
    -webkit-transform: rotate(1deg) translate(1px, 1px);
    transform: rotate(1deg) translate(1px, 1px); }
  50% {
    -webkit-transform: rotate(-1deg) translate(-1px, -1px);
    transform: rotate(-1deg) translate(-1px, -1px); }
  100% {
    -webkit-transform: rotate(1deg) translate(1px, 1px);
    transform: rotate(1deg) translate(1px, 1px); } }

.move-3 {
  -webkit-animation: move3 5s infinite;
  animation: move3 5s infinite; }

@-webkit-keyframes move3 {
  0% {
    transform: translate(0, 0); }
  20% {
    transform: translate(5px, 0); }
  40% {
    transform: translate(5px, 5px); }
  65% {
    transform: translate(0, 5px); }
  65% {
    transform: translate(5px, 0); }
  100% {
    transform: translate(0, 0); } }

.move-4 {
  -webkit-animation: move4 5s infinite;
  animation: move4 5s infinite; }

@-webkit-keyframes move4 {
  0% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px); }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px); }
  100% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px); } }

.word-rotate-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  background: transparent;
  border-radius: 100%;
  animation: identifier 20s linear infinite;
  text-align: center;
  padding: 15px;
  position: relative; }
  .word-rotate-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
    border: 25px solid transparent;
    background: rgba(255, 255, 255, 0.7);
    filter: drop-shadow(0px 0px 100px rgba(0, 0, 0, 0.15));
    backdrop-filter: blur(17px); }
  .word-rotate-box .text__char {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    height: calc(160px / 2);
    width: 160px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    transform-origin: bottom center;
    transform: rotate(var(--char-rotate));
    color: #000; }
  .word-rotate-box i {
    display: block;
    margin: 0;
    animation: identifier 20s linear infinite;
    animation-direction: reverse;
    transition: all 0.3s;
    color: #000;
    font-size: 24px; }

@keyframes identifier {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }
  @media only screen and (max-width: 1199px) {
    .word-rotate-box {
      width: 150px;
      height: 150px; }
      .word-rotate-box .text__char {
        font-size: 13px;
        height: calc(130px / 2);
        width: 130px; }
      .word-rotate-box i {
        font-size: 18px; } }
  @media only screen and (max-width: 991px) {
    .word-rotate-box {
      width: 120px;
      height: 120px; }
      .word-rotate-box .text__char {
        font-size: 12px;
        height: calc(110px / 2);
        width: 110px;
        top: 5px;
        left: 5px; }
      .word-rotate-box i {
        font-size: 16px; } }

.dz-media2 img {
  border-radius: 50%;
  height: 135px;
  width: 135px;
  object-fit: cover; }

.dz-media2:before, .dz-media2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  left: 0;
  top: 0; }

.dz-media2:before {
  opacity: 0.6;
  transform: scale(1.25); }

.dz-media2:after {
  opacity: 0.4;
  transform: scale(1.58); }

@media only screen and (max-width: 1680px) {
  .dz-media2 img {
    height: 100px;
    width: 100px; } }

@media only screen and (max-width: 1380px) {
  .dz-media2 img {
    height: 75px;
    width: 75px; } }

.vertical-info {
  width: 80px;
  min-width: 80px;
  height: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 75px 15px; }
  .vertical-info > * {
    writing-mode: tb-rl; }
  .vertical-info.left {
    left: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .vertical-info.right {
    right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .vertical-info .social-list {
    display: flex;
    gap: 30px; }
    .vertical-info .social-list li a {
      font-size: 14px;
      text-transform: uppercase;
      color: var(--bs-secondary);
      letter-spacing: 1px; }
  @media only screen and (max-width: 1199px) {
    .vertical-info {
      display: none; } }

.info-widget.style-1 {
  border-radius: 60px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 15px 25px 15px 15px; }
  .info-widget.style-1 .number {
    font-weight: 700;
    font-size: 18px;
    display: block;
    line-height: 1.2; }
  .info-widget.style-1 span {
    font-size: 14px;
    line-height: 1.3;
    display: block; }

.info-widget.style-2 {
  width: 220px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  background-color: #fff;
  padding: 20px; }
  .info-widget.style-2 .widget-content {
    display: flex;
    align-items: center;
    gap: 10px; }
  .info-widget.style-2 #progressChart {
    min-height: 180px !important;
    height: 180px !important; }

.info-widget.style-3 {
  width: 275px;
  box-shadow: 0 0 50px rgba(var(--bs-secondary-rgb), 0.1);
  border-radius: 25px;
  background-color: #fff;
  padding: 20px; }
  .info-widget.style-3 .widget-head {
    display: flex;
    gap: 12px;
    margin-bottom: 12px; }
  .info-widget.style-3 .widget-media {
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50%; }
  .info-widget.style-3 .title {
    margin-bottom: 0;
    font-size: 16px; }
  .info-widget.style-3 p {
    font-size: 13px;
    margin-bottom: 0; }
  .info-widget.style-3 .sub-title {
    font-size: 14px; }
  @media only screen and (max-width: 1480px) {
    .info-widget.style-3 {
      width: 245px; }
      .info-widget.style-3 .title {
        font-size: 14px; } }

.info-widget.style-4 {
  background-size: cover;
  padding: 60px 0 0 60px; }
  .info-widget.style-4 .widget-media {
    width: 60px;
    height: 60px;
    padding: 10px;
    background-color: #fff;
    border-radius: 15px 15px 0 15px;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: -20px 10px 50px rgba(var(--bs-secondary-rgb), 0.1); }
    .info-widget.style-4 .widget-media img {
      border-radius: 10px; }
    .info-widget.style-4 .widget-media::before, .info-widget.style-4 .widget-media::after {
      content: "";
      position: absolute;
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M0 0V50H50C22.3858 50 0 27.6142 0 0Z' fill='white'/></svg>");
      background-size: 100%;
      height: 20px;
      width: 20px; }
    .info-widget.style-4 .widget-media::before {
      bottom: 0;
      right: -20px; }
    .info-widget.style-4 .widget-media::after {
      bottom: -20px;
      right: 0;
      transform: rotate(180deg); }
  .info-widget.style-4 .widget-content {
    background-color: #fff;
    border-radius: 0 15px 15px 15px;
    padding: 15px 18px 12px;
    box-shadow: 0 20px 50px rgba(var(--bs-secondary-rgb), 0.1); }
    .info-widget.style-4 .widget-content .title {
      font-size: 14px;
      color: #566593;
      font-weight: 400;
      margin-bottom: 0; }
    .info-widget.style-4 .widget-content a {
      font-size: 18px;
      color: var(--bs-primary);
      font-weight: 500;
      display: block; }
    .info-widget.style-4 .widget-content .text {
      background-color: var(--bs-secondary);
      color: #fff;
      display: table;
      padding: 5px 12px;
      border-radius: 10px 10px 0 0;
      font-size: 14px;
      font-weight: 500;
      margin-top: 5px;
      margin-bottom: -12px; }

.info-widget.style-5 {
  display: inline-flex;
  align-items: center;
  gap: 15px; }
  .info-widget.style-5 .widget-media {
    width: 35px;
    height: 35px; }
    .info-widget.style-5 .widget-media i {
      font-size: 35px; }
  .info-widget.style-5 .widget-content .title {
    font-size: 14px;
    color: #566593;
    font-weight: 400;
    margin-bottom: 0px; }
  .info-widget.style-5 .widget-content a {
    font-size: 18px;
    font-weight: 600;
    color: var(--bs-primary); }

.info-widget.style-6 {
  width: 270px;
  border-radius: 30px;
  padding: 30px 30px 25px;
  position: relative;
  margin: 30px 30px 0 0; }
  .info-widget.style-6 .title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px; }
  .info-widget.style-6 ul li {
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    padding: 6px 0; }
  .info-widget.style-6 .info-icon {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    position: absolute;
    right: -30px;
    top: -30px;
    padding: 10px; }
  @media only screen and (max-width: 767px) {
    .info-widget.style-6 {
      width: 225px;
      padding: 20px 20px 15px;
      margin: 20px 20px 0 0; }
      .info-widget.style-6 ul li {
        font-size: 12px;
        padding: 5px 0; }
      .info-widget.style-6 .title {
        font-size: 16px;
        margin-bottom: 10px; }
      .info-widget.style-6 .info-icon {
        width: 50px;
        height: 50px;
        right: -20px;
        top: -20px; } }
  @media only screen and (max-width: 575px) {
    .info-widget.style-6 {
      width: 95%; } }

.info-widget.style-7 {
  display: flex;
  position: relative;
  overflow: hidden; }
  .info-widget.style-7 .widget-media {
    border: 2px solid #fff;
    border-radius: 25px;
    overflow: hidden;
    width: 205px;
    position: relative; }
    .info-widget.style-7 .widget-media img {
      width: 100%; }
  .info-widget.style-7 .widget-content {
    writing-mode: tb;
    transform: rotate(-180deg);
    border-radius: 0 25px 25px 0;
    color: #fff;
    text-align: center;
    padding: 15px 15px 15px 40px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: -30px; }
  @media only screen and (max-width: 1480px) {
    .info-widget.style-7 .widget-media {
      width: 185px; }
    .info-widget.style-7 .widget-content {
      padding: 10px 10px 10px 40px;
      font-size: 14px; } }
  @media only screen and (max-width: 575px) {
    .info-widget.style-7 .widget-media {
      width: 100%; } }

.info-widget.style-8 {
  border-radius: 10px;
  padding: 25px; }
  .info-widget.style-8 .content-bx .title {
    font-weight: 300;
    opacity: 0.7; }
  .info-widget.style-8 .row > *:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, white 50%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.5; }
  @media only screen and (max-width: 575px) {
    .info-widget.style-8 {
      padding: 25px 15px; } }

.info-widget.style-9 {
  border-radius: var(--radius-md);
  padding: 50px 60px;
  position: relative;
  box-shadow: 0 0 60px rgba(var(--bs-secondary-rgb), 0.05); }
  .info-widget.style-9 .title {
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px; }
    .info-widget.style-9 .title:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 50%, rgba(255, 255, 255, 0) 0%);
      background-size: 10px 1px;
      background-repeat: repeat-x; }
  .info-widget.style-9 ul li {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    color: var(--bs-secondary); }
    .info-widget.style-9 ul li:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .info-widget.style-9.widget-sm {
    padding: 30px 30px 25px; }
    .info-widget.style-9.widget-sm .title {
      font-size: 18px;
      margin: 0;
      font-weight: 700; }
      .info-widget.style-9.widget-sm .title:after {
        content: none; }
    .info-widget.style-9.widget-sm ul li {
      font-size: 15px;
      font-weight: 500; }
    @media only screen and (max-width: 575px) {
      .info-widget.style-9.widget-sm {
        padding: 20px 20px 15px; }
        .info-widget.style-9.widget-sm ul li {
          font-size: 14px; } }
  @media only screen and (max-width: 1199px) {
    .info-widget.style-9 {
      padding: 30px 40px; }
      .info-widget.style-9 .title {
        font-size: 20px;
        margin-bottom: 15px; }
      .info-widget.style-9 ul li {
        font-size: 15px; } }
  @media only screen and (max-width: 767px) {
    .info-widget.style-9 {
      padding: 20px 30px; }
      .info-widget.style-9 .title {
        font-size: 18px;
        margin-bottom: 10px; }
      .info-widget.style-9 ul li {
        font-size: 14px;
        padding: 8px 0; } }

.info-widget.style-10 {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  padding: 12px 20px;
  box-shadow: 0 20px 50px rgba(var(--bs-secondary-rgb), 0.1);
  backdrop-filter: blur(5px); }
  .info-widget.style-10 .content-text {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2; }
  .info-widget.style-10 .title {
    font-size: 18px; }
  @media only screen and (max-width: 1199px) {
    .info-widget.style-10 {
      padding: 10px 15px;
      gap: 12px; }
      .info-widget.style-10 .title {
        font-size: 16px; }
      .info-widget.style-10 .content-text {
        font-size: 45px; } }

.info-widget.style-11 {
  border-radius: var(--radius-lg);
  padding: 20px 25px 25px; }
  .info-widget.style-11 .title {
    font-size: 20px;
    font-weight: 300;
    opacity: 0.8; }
  .info-widget.style-11 .content-text {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2; }
  @media only screen and (max-width: 1480px) {
    .info-widget.style-11 .content-text {
      font-size: 45px; } }
  @media only screen and (max-width: 575px) {
    .info-widget.style-11 {
      padding: 15px; }
      .info-widget.style-11 .content-text {
        font-size: 28px; }
      .info-widget.style-11 .title {
        font-size: 13px; } }

.info-widget.style-12 {
  border-radius: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 10px 50px 10px 15px;
  min-height: 70px; }
  .info-widget.style-12 span {
    font-size: 16px;
    line-height: 1.3;
    display: block;
    color: var(--bs-secondary); }
  .info-widget.style-12 .font-20 {
    font-size: 20px;
    font-weight: 500; }
    @media only screen and (max-width: 1480px) {
      .info-widget.style-12 .font-20 {
        font-size: 16px; } }
    @media only screen and (max-width: 575px) {
      .info-widget.style-12 .font-20 {
        font-size: 12px; } }
  .info-widget.style-12 .avatar-group {
    padding-right: 25px;
    margin-right: 25px;
    border-right: 1px solid rgba(var(--bs-secondary-rgb), 0.1); }
  @media only screen and (max-width: 1199px) {
    .info-widget.style-12 {
      padding: 10px 30px 10px 15px;
      min-height: 62px; }
      .info-widget.style-12 .avatar-group {
        padding-right: 10px;
        margin-right: 10px; }
      .info-widget.style-12 span {
        font-size: 14px; }
      .info-widget.style-12.m-r40 {
        margin-right: 20px; } }
  @media only screen and (max-width: 575px) {
    .info-widget.style-12 {
      padding: 8px 15px 8px 10px;
      min-height: 55px; }
      .info-widget.style-12.m-r40 {
        margin-right: 10px; }
      .info-widget.style-12 span {
        font-size: 12px; }
      .info-widget.style-12 .avatar-group .avatar {
        width: 32px; } }

.info-widget.style-13 {
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 20px 20px 15px; }
  .info-widget.style-13 .name {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0; }
  .info-widget.style-13 .position {
    font-size: 15px; }

.info-widget.style-14 {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .info-widget.style-14 .info-widget-profile {
    display: flex;
    align-items: center;
    gap: 12px; }
    .info-widget.style-14 .info-widget-profile .widget-media {
      width: 60px;
      min-width: 60px;
      height: 60px; }
      .info-widget.style-14 .info-widget-profile .widget-media img {
        border-radius: 50%;
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .info-widget.style-14 .info-widget-profile .widget-content .title {
      font-size: 18px; }
    .info-widget.style-14 .info-widget-profile .widget-content .text {
      color: var(--bs-primary);
      font-size: 14px;
      font-weight: 500; }
  .info-widget.style-14 .btn-square svg {
    fill: none !important; }

.info-widget.style-15 {
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: 25px 40px;
  min-height: 175px; }
  .info-widget.style-15 .overlay-primary-middle:before {
    opacity: 0.8; }
  .info-widget.style-15 ul.list-check-try li {
    padding: 3px 0px 3px 30px;
    font-weight: 400; }
    .info-widget.style-15 ul.list-check-try li:before {
      top: 5px; }
  .info-widget.style-15 .row > * {
    position: relative; }
    .info-widget.style-15 .row > *:not(:last-child):after {
      content: "";
      width: 1px;
      height: 100%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, white 50%, rgba(0, 0, 0, 0) 100%);
      opacity: 0.3;
      position: absolute;
      right: 0;
      top: 0; }
  @media only screen and (max-width: 575px) {
    .info-widget.style-15 {
      padding: 25px; }
      .info-widget.style-15 .row > *:after {
        content: none !important; } }

.info-widget.style-16 {
  background-color: #fff;
  border-radius: var(--radius-lg);
  padding: 25px 30px;
  box-shadow: 0 0 50px rgba(var(--bs-secondary-rgb), 0.05); }
  .info-widget.style-16 .icon-bx-wraper.style-1 p {
    font-size: 14px;
    font-weight: 400;
    color: var(--bs-body); }
  .info-widget.style-16 .row > * {
    position: relative; }
    .info-widget.style-16 .row > *:not(:last-child):after {
      content: "";
      height: 100%;
      position: absolute;
      right: 10px;
      top: 0;
      width: 1px;
      background-color: #000;
      opacity: 0.1; }
  @media only screen and (max-width: 1380px) {
    .info-widget.style-16 {
      padding: 15px 15px; } }
  @media only screen and (max-width: 1199px) {
    .info-widget.style-16 .row > *:not(:last-child):after {
      content: none; } }

.call-widget {
  position: absolute;
  bottom: 10px;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(60px);
  height: 35px;
  border-radius: 30px;
  left: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 20px; }
  .call-widget .active {
    background-color: #FF4747;
    width: 30px;
    height: 30px;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; }

.widget-rating1 {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: #fff;
  box-shadow: 0 0 25px rgba(var(--bs-secondary-rgb), 0.05);
  padding: 5px 12px;
  border-radius: 50px;
  align-items: center;
  color: var(--bs-secondary);
  font-size: 13px;
  font-weight: 500; }
  .widget-rating1 img {
    width: 18px; }
  .widget-rating1 .star-list {
    gap: 3px; }
    .widget-rating1 .star-list li {
      color: #FFCD37;
      line-height: 1.2;
      font-size: 15px; }
  .widget-rating1 .rating {
    font-weight: bold; }
  @media only screen and (max-width: 575px) {
    .widget-rating1 {
      padding: 5px 10px;
      font-size: 12px; }
      .widget-rating1 .star-list li {
        font-size: 12px; } }

.widget-rating2 {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background-color: #fff;
  box-shadow: 0 0 25px rgba(var(--bs-secondary-rgb), 0.05);
  padding: 12px 20px;
  border-radius: 15px;
  color: var(--bs-secondary);
  font-size: 14px;
  font-weight: 500; }
  .widget-rating2 img {
    width: 48px;
    min-width: 48px; }
  .widget-rating2 .star-list {
    gap: 4px; }
    .widget-rating2 .star-list li {
      color: #FFCD37;
      line-height: 1.2;
      font-size: 16px; }
  .widget-rating2 .rating {
    font-weight: bold; }
  @media only screen and (max-width: 1480px) {
    .widget-rating2 {
      gap: 12px;
      padding: 12px 15px; }
      .widget-rating2 img {
        width: 35px;
        min-width: 35px; } }

.widget-rating3 {
  display: flex;
  align-items: center;
  gap: 6px;
  align-items: center;
  color: var(--bs-secondary);
  font-size: 14px;
  font-weight: 500; }
  .widget-rating3.large {
    font-size: 18px; }
    .widget-rating3.large .text {
      font-size: inherit; }
    .widget-rating3.large .star-list li {
      font-size: 18px; }
    @media only screen and (max-width: 767px) {
      .widget-rating3.large {
        font-size: 14px; }
        .widget-rating3.large .star-list li {
          font-size: 14px; } }
  .widget-rating3 .star-list {
    gap: 3px; }
    .widget-rating3 .star-list li {
      color: #FFCD37;
      line-height: 1.2;
      font-size: 15px; }
  .widget-rating3 .rating {
    font-weight: bold; }
  .widget-rating3 .text {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0; }
  @media only screen and (max-width: 575px) {
    .widget-rating3 {
      font-size: 12px; }
      .widget-rating3 .star-list li {
        font-size: 12px; } }

.avatar-group {
  display: flex; }
  .avatar-group .avatar:not(:first-child) {
    margin-left: -12px; }

.avatar {
  width: 55px;
  aspect-ratio: 1 / 1; }
  @media only screen and (max-width: 1199px) {
    .avatar {
      width: 48px; } }

.avatar-sm {
  width: 40px;
  aspect-ratio: 1 / 1; }
  @media only screen and (max-width: 1199px) {
    .avatar-sm {
      width: 35px; } }

.avatar-md {
  width: 48px;
  aspect-ratio: 1 / 1; }
  @media only screen and (max-width: 1199px) {
    .avatar-md {
      width: 42px; } }

.avatar-lg {
  width: 60px;
  aspect-ratio: 1 / 1; }
  @media only screen and (max-width: 1199px) {
    .avatar-lg {
      width: 50px; } }

.star-list {
  display: flex;
  gap: 5px; }
  .star-list li {
    color: #FF8717;
    font-size: 16px; }
  @media only screen and (max-width: 1480px) {
    .star-list li {
      font-size: 14px; } }

.section-head {
  margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .section-head {
      margin-bottom: 20px; } }
  .section-head h2, .section-head .h2 {
    font-size: 2.625rem;
    font-weight: 500;
    line-height: 1.3; }
    @media only screen and (max-width: 1480px) {
      .section-head h2, .section-head .h2 {
        font-size: 2.25rem; } }
    @media only screen and (max-width: 767px) {
      .section-head h2, .section-head .h2 {
        font-size: 1.625rem; } }
  .section-head h3, .section-head .h3 {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.2; }
    @media only screen and (max-width: 1200px) {
      .section-head h3, .section-head .h3 {
        font-size: 2.15rem; } }
    @media only screen and (max-width: 991px) {
      .section-head h3, .section-head .h3 {
        font-size: 1.75rem; } }
  .section-head h4, .section-head .h4 {
    font-size: 2rem; }
    @media only screen and (max-width: 575px) {
      .section-head h4, .section-head .h4 {
        font-size: 1.5rem; } }
  .section-head p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400; }
    @media only screen and (max-width: 767px) {
      .section-head p {
        font-size: 14px; } }
  .section-head .font-20 {
    font-size: 20px;
    font-weight: 600; }
    @media only screen and (max-width: 1199px) {
      .section-head .font-20 {
        font-size: 18px; } }
  .section-head .font-24 {
    font-size: 24px;
    font-weight: 600; }
    @media only screen and (max-width: 1199px) {
      .section-head .font-24 {
        font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .section-head .font-24 {
        font-size: 18px; } }
  .section-head .font-28 {
    font-size: 28px;
    font-weight: 600; }
    @media only screen and (max-width: 1199px) {
      .section-head .font-28 {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .section-head .font-28 {
        font-size: 20px; } }
  .section-head.text-center p {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto; }
  .section-head.m-b30 {
    margin-bottom: 30px; }
    @media only screen and (max-width: 575px) {
      .section-head.m-b30 {
        margin-bottom: 20px; } }

.section-head.style-1 .title {
  font-size: 45px;
  font-weight: 700;
  text-transform: capitalize; }

.section-head.style-1 p {
  font-size: 18px;
  font-weight: 300; }

.section-head.style-1 .small {
  font-size: 16px;
  font-weight: 400; }

.section-head.style-1 .font-20 {
  font-size: 20px;
  font-weight: 400; }
  @media only screen and (max-width: 1199px) {
    .section-head.style-1 .font-20 {
      font-size: 18px; } }

@media only screen and (max-width: 1480px) {
  .section-head.style-1 .title {
    font-size: 38px; } }

@media only screen and (max-width: 1199px) {
  .section-head.style-1 p {
    font-size: 16px; } }

@media only screen and (max-width: 991px) {
  .section-head.style-1 .title {
    font-size: 32px; } }

@media only screen and (max-width: 575px) {
  .section-head.style-1 .title {
    font-size: 28px; } }

.section-head.style-2 .title {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize; }

.section-head.style-2 p {
  font-size: 18px;
  font-weight: 300; }

.section-head.style-2 .sub-title {
  background-image: linear-gradient(45deg, rgba(var(--bs-primary-rgb), 0.2), transparent);
  display: inline-block;
  padding: 5px 15px;
  border-radius: 50px;
  color: var(--bs-primary);
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px; }

@media only screen and (max-width: 1480px) {
  .section-head.style-2 .title {
    font-size: 38px; } }

@media only screen and (max-width: 1199px) {
  .section-head.style-2 p {
    font-size: 16px; } }

@media only screen and (max-width: 991px) {
  .section-head.style-2 .title {
    font-size: 32px; } }

@media only screen and (max-width: 575px) {
  .section-head.style-2 .title {
    font-size: 28px; }
  .section-head.style-2 p {
    font-size: 14px; } }

.section-head.style-3 .title {
  font-size: 55px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.2; }

.section-head.style-3 p {
  font-size: 18px;
  font-weight: 300; }

.section-head.style-3 .sub-title {
  background-image: linear-gradient(45deg, rgba(var(--bs-primary-rgb), 0.2), transparent);
  display: inline-block;
  padding: 5px 15px;
  border-radius: 50px;
  color: var(--bs-primary);
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px; }

.section-head.style-3.text-center p {
  max-width: 850px; }

@media only screen and (max-width: 1480px) {
  .section-head.style-3 .title {
    font-size: 45px; } }

@media only screen and (max-width: 1199px) {
  .section-head.style-3 .title {
    font-size: 42px; }
  .section-head.style-3 p {
    font-size: 16px; } }

@media only screen and (max-width: 991px) {
  .section-head.style-3 .title {
    font-size: 32px; } }

@media only screen and (max-width: 575px) {
  .section-head.style-3 .title {
    font-size: 28px; }
  .section-head.style-3 p {
    font-size: 14px; } }

.dzSubscribe.style-1 .input-group .form-control {
  height: 60px;
  border-radius: 18px !important;
  background: #fff;
  border: 1px solid #DAE2F2;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
  font-size: 16px;
  padding: 15px 185px 15px 30px;
  z-index: 0; }
  .dzSubscribe.style-1 .input-group .form-control::placeholder {
    color: var(--bs-body-color); }
  .dzSubscribe.style-1 .input-group .form-control:focus {
    border-color: var(--bs-primary); }
  .dzSubscribe.style-1 .input-group .form-control.form-btn-square {
    padding-right: 60px;
    padding-left: 25px; }

.dzSubscribe.style-1 .input-group .input-group-addon {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1; }
  .dzSubscribe.style-1 .input-group .input-group-addon .btn.btn-sm, .dzSubscribe.style-1 .input-group .input-group-addon .btn-group-sm > .btn {
    height: 48px;
    width: 48px;
    min-width: 48px;
    padding: 0;
    font-size: 18px; }
  .dzSubscribe.style-1 .input-group .input-group-addon i {
    color: #fff; }
  .dzSubscribe.style-1 .input-group .input-group-addon .btn-icon {
    display: none; }

@media only screen and (max-width: 767px) {
  .dzSubscribe.style-1 .input-group .input-group-addon .btn-text {
    display: none; }
  .dzSubscribe.style-1 .input-group .input-group-addon .btn-icon {
    display: block; }
  .dzSubscribe.style-1 .input-group .input-group-addon .btn.btn-sm, .dzSubscribe.style-1 .input-group .input-group-addon .btn-group-sm > .btn {
    padding: 10px;
    min-width: 50px;
    height: 50px; }
  .dzSubscribe.style-1 .input-group .form-control {
    padding: 15px 80px 15px 20px; } }

.dzSubscribe.style-2 .input-group .form-control {
  height: 60px;
  background: transparent;
  border-bottom: 2px solid #DAE2F2;
  font-size: 16px;
  padding: 15px 60px 15px 0;
  z-index: 0; }
  .dzSubscribe.style-2 .input-group .form-control::placeholder {
    color: var(--bs-body-color); }
  .dzSubscribe.style-2 .input-group .form-control:focus {
    border-color: var(--bs-primary); }
  .dzSubscribe.style-2 .input-group .form-control.form-btn-square {
    padding-right: 60px;
    padding-left: 25px; }

.dzSubscribe.style-2 .input-group .input-group-addon {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1; }
  .dzSubscribe.style-2 .input-group .input-group-addon .btn-icon {
    display: none; }

.dzSubscribe.style-3 .input-group .form-control {
  height: 60px;
  border-radius: 15px !important;
  background: #fff;
  border: 2px solid var(--bs-primary);
  font-size: 18px;
  padding: 15px 20px;
  z-index: 0;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }
  .dzSubscribe.style-3 .input-group .form-control::placeholder {
    color: var(--bs-body-color); }
  .dzSubscribe.style-3 .input-group .form-control:focus {
    border-color: var(--bs-primary); }

.dzSubscribe.style-3 .input-group .input-group-addon .btn {
  height: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 18px; }

.dzSubscribe.style-3 .input-group .input-group-addon .btn-icon {
  display: none; }

@media only screen and (max-width: 1199px) {
  .dzSubscribe.style-3 .input-group .form-control {
    font-size: 16px; }
  .dzSubscribe.style-3 .input-group .input-group-addon .btn {
    font-size: 16px; } }

@media only screen and (max-width: 575px) {
  .dzSubscribe.style-3 .input-group .input-group-addon .btn-text {
    display: none; }
  .dzSubscribe.style-3 .input-group .input-group-addon .btn-icon {
    display: inline-flex; } }

.dz-accordion .accordion-button {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  padding-right: calc(var(--bs-accordion-btn-padding-x) - 5px);
  color: var(--bs-secondary); }
  .dz-accordion .accordion-button::after {
    background-image: none;
    content: "\e844";
    font-family: 'feather';
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    height: 20px; }
  @media only screen and (max-width: 1199px) {
    .dz-accordion .accordion-button {
      font-size: 16px; } }

.dz-accordion.style-1 .accordion-item {
  background-color: transparent;
  border: 0; }
  .dz-accordion.style-1 .accordion-item:not(:last-child) {
    margin-bottom: 12px; }
  .dz-accordion.style-1 .accordion-item .accordion-button {
    border-radius: 6px;
    background-color: var(--bs-light); }
    .dz-accordion.style-1 .accordion-item .accordion-button:not(.no-shadow) {
      box-shadow: 2px 2px 0 rgba(var(--bs-primary-rgb), 0.2); }
  .dz-accordion.style-1 .accordion-item .accordion-body {
    border: 1px solid #E1EBF1;
    background-color: #fff;
    border-radius: 6px; }
    .dz-accordion.style-1 .accordion-item .accordion-body p:last-child {
      margin-bottom: 0; }
  .dz-accordion.style-1 .accordion-item .accordion-collapse::before {
    content: "";
    display: block;
    height: 8px; }

@media only screen and (min-width: 767px) {
  .dz-accordion.style-1.accordion-lg {
    --bs-accordion-btn-padding-x: 30px;
    --bs-accordion-btn-padding-y: 23px;
    --bs-accordion-body-padding-x: 30px;
    --bs-accordion-body-padding-y: 30px; } }

.dz-accordion.style-2 {
  counter-reset: accordion-item; }
  .dz-accordion.style-2 .accordion-item {
    border: 0;
    padding-bottom: 12px;
    position: relative; }
    .dz-accordion.style-2 .accordion-item .accordion-button {
      background-color: var(--bs-secondary);
      color: #fff;
      font-size: 20px;
      font-weight: 400;
      border-radius: 15px !important;
      transition: all 0.25s;
      padding: 34px 30px;
      line-height: 1.7; }
      .dz-accordion.style-2 .accordion-item .accordion-button::after {
        display: none; }
      .dz-accordion.style-2 .accordion-item .accordion-button::before {
        content: "0" counter(accordion-item);
        counter-increment: accordion-item;
        background-image: none !important;
        font-size: 60px;
        font-weight: 700;
        color: #fff;
        opacity: 0.1;
        position: absolute;
        right: 20px;
        top: 15px;
        line-height: 1.15; }
    .dz-accordion.style-2 .accordion-item:nth-of-type(n + 10) .accordion-button::before {
      content: counter(accordion-item); }
    .dz-accordion.style-2 .accordion-item .accordion-body {
      border: 2px solid var(--bs-primary);
      border-radius: 15px;
      padding: 20px 20px 20px 30px;
      background-color: #fff; }
      .dz-accordion.style-2 .accordion-item .accordion-body p:last-child {
        margin-bottom: 0; }
    .dz-accordion.style-2 .accordion-item .title {
      font-size: 20px;
      font-weight: 500; }
    .dz-accordion.style-2 .accordion-item .accordion-header .accordion-button:not(.collapsed) {
      padding: 0px 30px;
      height: 0;
      overflow: hidden;
      box-shadow: none;
      opacity: 0; }
    @media only screen and (max-width: 1199px) {
      .dz-accordion.style-2 .accordion-item .accordion-button {
        font-size: 18px;
        padding: 20px 25px; }
        .dz-accordion.style-2 .accordion-item .accordion-button::before {
          font-size: 40px; }
      .dz-accordion.style-2 .accordion-item .accordion-body {
        padding: 20px 20px 20px 20px; }
        .dz-accordion.style-2 .accordion-item .accordion-body p {
          font-size: 15px; }
      .dz-accordion.style-2 .accordion-item .title {
        font-size: 18px; } }

.dz-accordion.style-3 .accordion-item {
  background-color: transparent;
  border: 0; }
  .dz-accordion.style-3 .accordion-item:last-child {
    border-radius: 0; }
  .dz-accordion.style-3 .accordion-item .accordion-button {
    background-color: transparent;
    padding: 23px 0px 23px 0px;
    color: var(--bs-secondary);
    box-shadow: none;
    border-radius: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .dz-accordion.style-3 .accordion-item .accordion-button.collapsed::after {
      opacity: 0.3; }
    .dz-accordion.style-3 .accordion-item .accordion-button:not(.collapsed)::after {
      color: var(--bs-primary); }
  .dz-accordion.style-3 .accordion-item .accordion-body {
    padding: 15px 0px 25px 0px; }
    .dz-accordion.style-3 .accordion-item .accordion-body p:last-child {
      margin-bottom: 0; }
  .dz-accordion.style-3 .accordion-item .accordion-collapse {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .dz-accordion.style-3 .accordion-item .accordion-collapse::before {
      content: "";
      display: block;
      height: 8px; }
  @media only screen and (max-width: 575px) {
    .dz-accordion.style-3 .accordion-item .accordion-button {
      padding: 18px 0px 18px 0px; } }

.dz-accordion.style-4 .accordion-item {
  background-color: transparent;
  border: 0; }
  .dz-accordion.style-4 .accordion-item:not(:last-child) {
    margin-bottom: 12px; }
  .dz-accordion.style-4 .accordion-item .accordion-button {
    border-radius: 6px;
    box-shadow: none; }
    .dz-accordion.style-4 .accordion-item .accordion-button:not(.collapsed) {
      background-color: var(--bs-primary);
      color: #fff; }
  .dz-accordion.style-4 .accordion-item .accordion-body {
    background-color: #fff;
    border-radius: 6px;
    padding: 25px 30px; }
    .dz-accordion.style-4 .accordion-item .accordion-body p:last-child {
      margin-bottom: 0; }
  .dz-accordion.style-4 .accordion-item .accordion-collapse::before {
    content: "";
    display: block;
    height: 8px; }

@media only screen and (max-width: 575px) {
  .accordion {
    --bs-accordion-body-padding-x: 20px;
    --bs-accordion-body-padding-y: 20px;
    --bs-accordion-btn-padding-x: 20px;
    --bs-accordion-btn-padding-y: 15px; } }

.dzAccordion .dz-button {
  background-color: var(--bs-secondary);
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  border-radius: 15px !important;
  padding: 30px;
  line-height: 1.7;
  width: 100%;
  text-align: left; }

.dzAccordion .dz-item {
  padding-bottom: 12px;
  position: relative; }

.dzAccordion .dz-collapse {
  border: 2px solid var(--bs-primary);
  border-radius: 15px;
  padding: 20px 20px 20px 30px; }
  .dzAccordion .dz-collapse p:last-child {
    margin-bottom: 0; }

.list-hover1 > li > a {
  position: relative; }
  .list-hover1 > li > a > span {
    position: relative; }
    .list-hover1 > li > a > span:after {
      content: "";
      position: absolute;
      right: -1px;
      bottom: 0;
      height: 1px;
      width: 0;
      background-color: var(--bs-primary);
      transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear; }
  .list-hover1 > li > a:hover > span:after, .list-hover1 > li > a.active > span:after {
    width: 100%;
    transform-origin: right;
    -moz-transform-origin: right;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    right: auto;
    left: 0; }

.list-hover2 > li > a {
  position: relative; }
  .list-hover2 > li > a > span:not(.badge) {
    position: relative; }
    .list-hover2 > li > a > span:not(.badge):after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -1px;
      height: 1px;
      width: 100%;
      background-color: var(--bs-primary);
      transition: all 0.15s linear;
      -webkit-transition: all 0.15s linear;
      -moz-transition: all 0.15s linear;
      -o-transition: all 0.15s linear;
      transform: translateY(-5px);
      opacity: 0; }
  .list-hover2 > li > a:hover > span:after, .list-hover2 > li > a.active > span:after {
    opacity: 1;
    transform: translateY(0); }

.list-hover4 > li > a {
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .list-hover4 > li > a::after {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    display: inline;
    -webkit-transition: top 400ms cubic-bezier(0.5, -0.5, 0.25, 1.5);
    transition: top 400ms cubic-bezier(0.5, -0.5, 0.25, 1.5); }
  .list-hover4 > li > a > span:not(.badge) {
    display: block;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.5, -0.5, 0.25, 1.5);
    transition: -webkit-transform 400ms cubic-bezier(0.5, -0.5, 0.25, 1.5);
    transition: transform 400ms cubic-bezier(0.5, -0.5, 0.25, 1.5);
    transition: transform 400ms cubic-bezier(0.5, -0.5, 0.25, 1.5), -webkit-transform 400ms cubic-bezier(0.5, -0.5, 0.25, 1.5); }
  .list-hover4 > li > a:hover::after, .list-hover4 > li > a.active::after {
    top: 5px; }
  .list-hover4 > li > a:hover > span, .list-hover4 > li > a.active > span {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px); }

.list-hover5 > li > a {
  position: relative; }
  .list-hover5 > li > a > span:not(.badge) {
    overflow: hidden;
    padding-bottom: 0;
    position: relative;
    display: inline-flex; }
    .list-hover5 > li > a > span:not(.badge)::after {
      content: "";
      top: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      background: var(--bs-primary);
      margin: auto;
      height: 2px;
      width: 100%;
      position: absolute;
      transform: translate3d(-100%, 0, 0); }
  .list-hover5 > li > a:hover > span::after, .list-hover5 > li > a.active > span::after {
    animation: listHover5 0.8s linear forwards;
    animation-timing-function: linear;
    animation-timing-function: cubic-bezier(0.65, 0.05, 0.35, 1); }

.testimonial-1 {
  display: flex;
  background-color: #fff;
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
  border: 1px solid var(--bs-light); }
  .swiper-slide .testimonial-1 {
    border: 0; }
  .testimonial-1 .dz-media {
    min-width: 210px;
    width: 210px; }
    .testimonial-1 .dz-media .media-inner {
      position: relative; }
      .testimonial-1 .dz-media .media-inner .video-bx1 {
        bottom: 10px;
        right: 8px;
        left: 8px;
        position: absolute; }
  .testimonial-1 .testimonial-detail {
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1; }
    .testimonial-1 .testimonial-detail .testimonial-text {
      position: relative;
      z-index: 1; }
    .testimonial-1 .testimonial-detail .title {
      font-size: 20px; }
    .testimonial-1 .testimonial-detail p {
      color: var(--bs-secondary);
      line-height: 1.7; }
      .testimonial-1 .testimonial-detail p:last-child {
        margin-bottom: 0; }
    .testimonial-1 .testimonial-detail::after {
      content: "";
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 137 97' fill='none'><path d='M30.3827 96.853C13.6299 96.853 0.0022583 83.2254 0.0022583 66.4724C0.0022583 50.3111 12.685 37.0558 28.6205 36.14C28.8964 33.1611 28.6894 25.0522 20.9192 13.7722C20.3318 12.9213 20.4384 11.7737 21.1679 11.0442C24.3476 7.86449 26.3127 5.86192 27.688 4.46131C29.4881 2.63001 30.3097 1.79388 31.5116 0.702599C31.9192 0.332703 32.4334 0.146683 32.9499 0.146683C33.4515 0.146683 33.9511 0.322197 34.3546 0.671341C47.8945 12.4531 62.9354 36.7965 60.7592 66.6272C59.484 84.1409 46.7092 96.853 30.3827 96.853ZM32.9707 5.21182C32.3876 5.78657 31.7227 6.46387 30.7423 7.4612C29.5508 8.67557 27.916 10.3397 25.4367 12.8273C34.8668 27.3581 33.0856 37.7078 32.306 39.1921C31.9359 39.8966 31.177 40.3711 30.3827 40.3711C15.9921 40.3711 4.28351 52.0797 4.28351 66.4724C4.28351 80.8632 15.9921 92.5718 30.3827 92.5718C44.4014 92.5718 55.3805 81.53 56.4904 66.3179C58.9362 32.7659 38.9955 10.9814 32.9707 5.21182Z' fill='black'/>\a 			<path d='M136.787 66.6272C135.507 84.1388 122.731 96.853 106.408 96.853C89.6555 96.853 76.0257 83.2254 76.0257 66.4724C76.0257 50.3111 88.7106 37.0558 104.648 36.14C104.924 33.1632 104.715 25.0586 96.9428 13.7722C96.3554 12.9213 96.462 11.7737 97.1915 11.0442C100.359 7.87711 102.319 5.87863 103.695 4.48016C105.503 2.63644 106.329 1.79604 107.537 0.700668C107.945 0.332703 108.461 0.146683 108.975 0.146683C109.477 0.146683 109.977 0.322197 110.38 0.673477C123.92 12.4553 138.961 36.7984 136.787 66.6272ZM108.996 5.21182C108.409 5.79086 107.738 6.47222 106.749 7.47981C105.558 8.69248 103.929 10.3521 101.46 12.8273C110.89 27.3602 109.111 37.7078 108.334 39.1921C107.964 39.8944 107.203 40.3711 106.408 40.3711C92.0155 40.3711 80.3069 52.0797 80.3069 66.4724C80.3069 80.8632 92.0155 92.5718 106.408 92.5718C120.425 92.5718 131.406 81.53 132.518 66.3157C134.962 32.7681 115.021 10.9814 108.996 5.21182Z' fill='black'/></svg>");
      width: 135px;
      height: 100px;
      background-repeat: no-repeat;
      background-size: 100%;
      position: absolute;
      right: 30px;
      bottom: 35px;
      z-index: -1;
      opacity: 0.05; }
  .testimonial-1 .testimonial-info {
    background-color: var(--bs-light);
    padding: 12px;
    text-align: center; }
    .testimonial-1 .testimonial-info .testimonial-name {
      font-size: 18px;
      margin-bottom: 0px; }
    .testimonial-1 .testimonial-info .testimonial-position {
      font-size: 14px;
      color: var(--bs-primary); }
  @media only screen and (max-width: 767px) {
    .testimonial-1 .testimonial-detail {
      padding: 20px 20px; }
      .testimonial-1 .testimonial-detail p {
        font-size: 14px; }
      .testimonial-1 .testimonial-detail .title {
        font-size: 18px; }
      .testimonial-1 .testimonial-detail::after {
        width: 85px;
        height: 60px; }
    .testimonial-1 .testimonial-info {
      padding: 10px; }
      .testimonial-1 .testimonial-info .testimonial-name {
        font-size: 16px; }
    .testimonial-1 .dz-media {
      min-width: 200px;
      width: 200px; }
    .testimonial-1 .video-bx1 span {
      font-size: 13px; } }
  @media only screen and (max-width: 575px) {
    .testimonial-1 {
      flex-direction: column; }
      .testimonial-1 .video-bx1 {
        display: none; }
      .testimonial-1 .dz-media img {
        width: 70px;
        border-radius: 8px; }
      .testimonial-1 .testimonial-info {
        padding: 15px;
        text-align: left;
        background-color: transparent; }
      .testimonial-1 .dz-media {
        min-width: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 20px 20px 0; } }

.testimonial-2 {
  display: flex;
  position: relative;
  z-index: 1;
  gap: 20px;
  height: 100%; }
  .testimonial-2 .dz-media {
    border-radius: 50%;
    width: 60px;
    height: 60px; }
  .testimonial-2 .testimonial-media {
    width: 50%;
    height: 440px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0px 15px rgba(var(--bs-secondary-rgb), 0.05);
    position: relative;
    flex: 1; }
    .testimonial-2 .testimonial-media .video-bx1 {
      position: absolute;
      bottom: 20px;
      left: 20px;
      right: 20px; }
    .testimonial-2 .testimonial-media img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .testimonial-2 .testimonial-detail {
    padding: 35px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    width: 50%;
    background: #fff;
    border: 2px solid var(--bs-primary);
    border-radius: 15px;
    box-shadow: 0 0px 15px rgba(var(--bs-secondary-rgb), 0.05);
    flex: 1; }
    .testimonial-2 .testimonial-detail .testimonial-text {
      position: relative;
      z-index: 1; }
    .testimonial-2 .testimonial-detail .title {
      font-size: 18px;
      margin-bottom: 0; }
    .testimonial-2 .testimonial-detail p {
      line-height: 1.8;
      font-size: 18px; }
      .testimonial-2 .testimonial-detail p:last-child {
        margin-bottom: 0; }
    .testimonial-2 .testimonial-detail::after {
      content: "\f105";
      font-family: 'flaticon';
      position: absolute;
      right: 25px;
      bottom: 30px;
      z-index: -1;
      font-weight: 500;
      font-size: 65px;
      line-height: 65px;
      color: var(--bs-primary); }
    .testimonial-2 .testimonial-detail .star-list li {
      color: #FFCD37; }
  .testimonial-2 .testimonial-contant {
    margin-bottom: 30px; }
  .testimonial-2 .testimonial-head {
    display: flex;
    gap: 15px;
    margin-bottom: 12px; }
  .testimonial-2 .testimonial-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto; }
    .testimonial-2 .testimonial-info .testimonial-name {
      font-size: 18px;
      margin-bottom: 0px; }
    .testimonial-2 .testimonial-info .testimonial-position {
      font-size: 14px; }
  @media only screen and (max-width: 991px) {
    .testimonial-2 .testimonial-detail {
      padding: 30px 25px 25px; }
      .testimonial-2 .testimonial-detail p {
        font-size: 16px; }
      .testimonial-2 .testimonial-detail::after {
        bottom: 30px;
        font-size: 45px;
        line-height: 45px; }
      .testimonial-2 .testimonial-detail .title {
        font-size: 16px; }
    .testimonial-2 .testimonial-info .testimonial-name {
      font-size: 16px; }
    .testimonial-2 .testimonial-info .testimonial-position {
      font-size: 13px; }
    .testimonial-2 .dz-media {
      width: 52px;
      height: 52px; }
    .testimonial-2 .testimonial-media {
      height: 380px; } }
  @media only screen and (max-width: 767px) {
    .testimonial-2 {
      gap: 10px; }
      .testimonial-2 .testimonial-detail {
        padding: 20px; }
        .testimonial-2 .testimonial-detail p {
          font-size: 15px; }
        .testimonial-2 .testimonial-detail::after {
          bottom: 25px;
          font-size: 40px;
          right: 15px; }
      .testimonial-2 .testimonial-media {
        width: 45%; }
        .testimonial-2 .testimonial-media .video-bx1 {
          bottom: 12px;
          left: 12px;
          right: 12px; }
      .testimonial-2 .testimonial-info {
        gap: 10px; } }
  @media only screen and (max-width: 575px) {
    .testimonial-2 {
      flex-direction: column; }
      .testimonial-2 .testimonial-detail,
      .testimonial-2 .testimonial-media {
        width: 100%; } }

.image-slider__pagination {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  max-width: 340px; }
  .image-slider__pagination .swiper-pagination {
    position: relative;
    width: 200px;
    margin: 0 15px;
    height: 3px;
    background: rgba(var(--bs-primary-rgb), 0.2); }
    .image-slider__pagination .swiper-pagination .swiper-pagination-progressbar-fill {
      background: var(--bs-primary); }
  .image-slider__pagination .image-slider__current,
  .image-slider__pagination .image-slider__total {
    font-size: 18px;
    color: var(--bs-secondary);
    font-weight: 500;
    width: 25px;
    text-align: center; }

.testimonial-wrapper2 {
  margin-right: -20px; }
  .testimonial-wrapper2 .swiper-slide {
    padding: 10px; }
  @media only screen and (max-width: 575px) {
    .testimonial-wrapper2 {
      margin-right: 0; } }

.testimonial-3 {
  display: flex;
  position: relative;
  z-index: 1;
  gap: 20px;
  height: 100%; }
  .testimonial-3 .testimonial-media {
    width: 420px;
    min-width: 420px;
    height: 415px;
    border-radius: 15px;
    position: relative; }
    .testimonial-3 .testimonial-media img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      border-radius: 15px 15px 150px 15px; }
    .testimonial-3 .testimonial-media .item1 {
      position: absolute;
      bottom: 10%;
      left: -13%; }
      .testimonial-3 .testimonial-media .item1 .info-widget {
        width: 230px;
        background-color: #fff;
        border-radius: 15px;
        padding: 18px 25px;
        box-shadow: 0 20px 50px rgba(var(--bs-secondary-rgb), 0.1); }
        .testimonial-3 .testimonial-media .item1 .info-widget .star-list {
          gap: 3px;
          margin-bottom: 3px; }
          .testimonial-3 .testimonial-media .item1 .info-widget .star-list li i {
            color: #FFBE17;
            font-size: 20px; }
        .testimonial-3 .testimonial-media .item1 .info-widget .title {
          font-size: 18px; }
  .testimonial-3 .testimonial-detail {
    padding: 30px 50px 30px 0px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    width: 100%;
    background: transparent;
    border-radius: 15px; }
    .testimonial-3 .testimonial-detail .testimonial-text {
      position: relative;
      z-index: 1; }
    .testimonial-3 .testimonial-detail .title {
      font-size: 18px;
      margin-bottom: 0; }
    .testimonial-3 .testimonial-detail p {
      line-height: 1.7;
      font-size: 24px;
      color: var(--bs-secondary);
      margin-top: 50px; }
      .testimonial-3 .testimonial-detail p:last-child {
        margin-bottom: 0; }
    .testimonial-3 .testimonial-detail::after {
      content: "\f106";
      font-family: 'flaticon';
      position: absolute;
      left: 0;
      top: 0;
      font-weight: 500;
      font-size: 65px;
      line-height: 65px;
      color: var(--bs-primary); }
    .testimonial-3 .testimonial-detail .star-list li {
      color: #FFCD37; }
  .testimonial-3 .testimonial-contant {
    margin-bottom: 35px; }
  .testimonial-3 .testimonial-head {
    display: flex;
    gap: 15px;
    margin-bottom: 12px; }
  .testimonial-3 .testimonial-info {
    display: flex;
    align-items: center;
    gap: 12px; }
    .testimonial-3 .testimonial-info .testimonial-name {
      font-size: 24px;
      margin-bottom: 3px; }
    .testimonial-3 .testimonial-info .testimonial-position {
      font-size: 16px; }
  @media only screen and (max-width: 1199px) {
    .testimonial-3 .testimonial-media {
      width: 320px;
      min-width: 320px;
      height: 315px; }
    .testimonial-3 .testimonial-detail p {
      font-size: 18px; }
    .testimonial-3 .testimonial-info .testimonial-name {
      font-size: 18px; }
    .testimonial-3 .testimonial-info .testimonial-position {
      font-size: 14px; } }
  @media only screen and (max-width: 991px) {
    .testimonial-3 .testimonial-detail {
      padding: 40px 30px 20px 0px; }
      .testimonial-3 .testimonial-detail::after {
        font-size: 50px;
        line-height: 50px; }
      .testimonial-3 .testimonial-detail p {
        font-size: 16px;
        margin-top: 20px; }
    .testimonial-3 .testimonial-media {
      width: 250px;
      min-width: 250px;
      height: 255px; }
      .testimonial-3 .testimonial-media img {
        border-radius: 15px 15px 100px 15px; }
      .testimonial-3 .testimonial-media .item1 .info-widget .title {
        font-size: 14px; }
      .testimonial-3 .testimonial-media .item1 .info-widget .star-list li i {
        font-size: 15px; }
      .testimonial-3 .testimonial-media .item1 .info-widget {
        width: 180px;
        padding: 15px 20px; }
    .testimonial-3 .testimonial-contant {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .testimonial-3 .testimonial-media {
      width: 215px;
      min-width: 215px;
      height: 225px; }
      .testimonial-3 .testimonial-media .item1 {
        bottom: 10px;
        left: 10px;
        right: 10px; }
        .testimonial-3 .testimonial-media .item1 .info-widget {
          width: 100%;
          padding: 10px 15px 12px; }
          .testimonial-3 .testimonial-media .item1 .info-widget .star-list li i {
            font-size: 12px; }
          .testimonial-3 .testimonial-media .item1 .info-widget .title {
            font-size: 13px; }
      .testimonial-3 .testimonial-media img {
        border-radius: 15px; }
    .testimonial-3 .testimonial-detail {
      padding: 40px 0px 15px 0px; }
      .testimonial-3 .testimonial-detail::after {
        font-size: 40px;
        line-height: 40px; }
      .testimonial-3 .testimonial-detail p {
        font-size: 15px;
        margin-top: 10px; }
    .testimonial-3 .testimonial-info .testimonial-name {
      font-size: 15px; }
    .testimonial-3 .testimonial-info .testimonial-position {
      font-size: 13px; }
    .testimonial-3 .testimonial-contant {
      margin-bottom: 15px; } }
  @media only screen and (max-width: 767px) {
    .testimonial-3 {
      flex-direction: column-reverse; }
      .testimonial-3 .testimonial-media {
        width: 100%;
        min-width: 100%;
        height: 300px; }
        .testimonial-3 .testimonial-media .item1 .info-widget {
          box-shadow: none; } }

.testimonial-wrapper3 {
  margin-right: -20px; }
  .testimonial-wrapper3 .swiper-slide {
    padding: 10px; }
  .testimonial-wrapper3 .swiper-pagination {
    position: absolute;
    left: 10px;
    width: auto;
    bottom: 10px; }
  @media only screen and (max-width: 991px) {
    .testimonial-wrapper3 .swiper-slide {
      padding: 0; }
    .testimonial-wrapper3 .swiper-pagination {
      position: static; } }
  @media only screen and (max-width: 575px) {
    .testimonial-wrapper3 {
      margin-right: 0; } }

.testimonial-4 p {
  font-size: 20px;
  line-height: 1.7;
  color: var(--bs-secondary); }

.testimonial-4 .quote {
  font-size: 18px;
  color: var(--bs-secondary);
  font-weight: 600;
  margin-bottom: 35px;
  display: block; }

.testimonial-4 .dz-media {
  width: 80px;
  height: 80px;
  border-radius: 50%; }

.testimonial-4 .testimonial-detail {
  display: flex;
  align-items: center;
  gap: 15px; }

.testimonial-4 .testimonial-name {
  font-size: 20px;
  margin-bottom: 5px; }

.testimonial-4 .testimonial-position {
  font-size: 16px;
  color: var(--bs-primary); }

.testimonial-4 .title-head {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px; }
  .testimonial-4 .title-head .quote-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px rgba(var(--bs-primary-rgb), 0.3); }
  .testimonial-4 .title-head .title {
    margin-bottom: 0;
    font-size: 28px; }

@media only screen and (max-width: 1199px) {
  .testimonial-4 p {
    font-size: 16px; }
  .testimonial-4 .quote {
    font-size: 14px;
    margin-bottom: 25px; }
  .testimonial-4 .dz-media {
    width: 60px;
    height: 60px; }
  .testimonial-4 .title-head {
    margin-bottom: 15px; }
    .testimonial-4 .title-head .title {
      font-size: 20px; }
    .testimonial-4 .title-head .quote-icon {
      width: 40px;
      height: 40px; }
      .testimonial-4 .title-head .quote-icon img {
        width: 20px; }
  .testimonial-4 .testimonial-name {
    font-size: 16px;
    margin-bottom: 0; }
  .testimonial-4 .testimonial-position {
    font-size: 14px; } }

.testimonial-5 {
  background-color: #fff;
  padding: 20px;
  border-radius: var(--radius-md);
  box-shadow: 0 0 20px rgba(var(--bs-secondary-rgb), 0.02);
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }
  .testimonial-5:hover {
    transform: translateY(-5px); }
  @media only screen and (max-width: 575px) {
    .testimonial-5 {
      padding: 15px; } }
  .testimonial-5 .video-btn {
    position: absolute;
    text-align: center;
    display: inline-block;
    height: 80px;
    width: 80px;
    min-width: 80px;
    line-height: 80px;
    font-size: 30px;
    background-color: #fff;
    color: var(--bs-secondary);
    border-radius: 50%;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .testimonial-5 .video-btn:before, .testimonial-5 .video-btn:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      background-color: rgba(255, 255, 255, 0.2);
      z-index: -1;
      -moz-transition: all 0.5;
      -o-transition: all 0.5;
      -webkit-transition: all 0.5;
      -ms-transition: all 0.5;
      transition: all 0.5;
      border-radius: 50%; }
    .testimonial-5 .video-btn:before {
      animation: animationSignal1;
      animation-iteration-count: infinite;
      animation-duration: 3s;
      -webkit-animation: animationSignal1;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-duration: 3s;
      transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1); }
    .testimonial-5 .video-btn:after {
      animation: animationSignal2;
      animation-iteration-count: infinite;
      animation-duration: 3s;
      -webkit-animation: animationSignal2;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-duration: 3s;
      transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1); }
    @media only screen and (max-width: 991px) {
      .testimonial-5 .video-btn {
        height: 60px;
        width: 60px;
        min-width: 60px;
        line-height: 60px;
        font-size: 20px; } }
  .testimonial-5 .testimonial-media {
    margin-bottom: 20px;
    height: 280px;
    position: relative; }
    .testimonial-5 .testimonial-media img {
      border-radius: var(--radius-md);
      object-fit: cover;
      height: 100%;
      width: 100%; }
    @media only screen and (max-width: 991px) {
      .testimonial-5 .testimonial-media {
        height: 215px; } }
    @media only screen and (max-width: 575px) {
      .testimonial-5 .testimonial-media {
        margin-bottom: 15px; } }
  .testimonial-5 .testimonial-detail {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    padding-right: 100px; }
    .testimonial-5 .testimonial-detail .dz-media {
      width: 60px;
      min-width: 60px;
      height: 60px;
      border-radius: 50%; }
      .testimonial-5 .testimonial-detail .dz-media img {
        border-radius: 50%; }
      @media only screen and (max-width: 575px) {
        .testimonial-5 .testimonial-detail .dz-media {
          width: 50px;
          min-width: 50px;
          height: 50px; } }
    .testimonial-5 .testimonial-detail .testimonial-name {
      margin-bottom: 0;
      font-size: 18px; }
    .testimonial-5 .testimonial-detail .testimonial-position {
      font-size: 14px; }
    .testimonial-5 .testimonial-detail::after {
      content: "\f105";
      font-family: 'flaticon';
      position: absolute;
      right: 15px;
      top: 0;
      font-weight: 500;
      font-size: 65px;
      line-height: 65px;
      color: var(--bs-primary); }
    @media only screen and (max-width: 991px) {
      .testimonial-5 .testimonial-detail {
        padding-right: 70px; }
        .testimonial-5 .testimonial-detail .testimonial-name {
          font-size: 16px; }
        .testimonial-5 .testimonial-detail::after {
          right: 0;
          top: -3px;
          font-size: 48px;
          line-height: 48px; } }
    @media only screen and (max-width: 575px) {
      .testimonial-5 .testimonial-detail {
        gap: 10px; } }

.testimonial-6 {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 110px 60px 50px 60px;
  width: 100%;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .testimonial-6 .title {
    font-size: 18px;
    margin-bottom: 0; }
  .testimonial-6 p {
    line-height: 1.7;
    font-size: 20px;
    color: var(--bs-secondary); }
    .testimonial-6 p:last-child {
      margin-bottom: 0; }
  .testimonial-6::after {
    content: "\f106";
    font-family: 'flaticon';
    position: absolute;
    left: 60px;
    top: 30px;
    font-weight: 500;
    font-size: 65px;
    line-height: 65px;
    color: var(--bs-primary); }
  .testimonial-6 .testimonial-text {
    margin-bottom: 30px; }
  .testimonial-6 .testimonial-name {
    font-size: 20px;
    margin-bottom: 3px; }
  .testimonial-6 .testimonial-position {
    font-size: 16px; }
  @media only screen and (max-width: 1199px) {
    .testimonial-6 {
      padding: 90px 35px 35px 35px; }
      .testimonial-6 p {
        font-size: 18px; }
      .testimonial-6::after {
        left: 35px;
        top: 25px;
        font-size: 50px;
        line-height: 50px; }
      .testimonial-6 .testimonial-text {
        margin-bottom: 20px; }
      .testimonial-6 .testimonial-name {
        font-size: 18px; } }
  @media only screen and (max-width: 575px) {
    .testimonial-6 {
      padding: 75px 25px 25px 25px; }
      .testimonial-6 p {
        font-size: 16px; }
      .testimonial-6::after {
        left: 25px;
        top: 18px;
        font-size: 45px;
        line-height: 45px; }
      .testimonial-6 .testimonial-name {
        font-size: 16px; } }

.twentytwenty-box {
  position: relative;
  border-radius: 40px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .twentytwenty-box {
      border-radius: 20px; } }
  @media only screen and (max-width: 575px) {
    .twentytwenty-box {
      border-radius: 15px; } }

.twentytwenty-wrapper {
  width: 100%;
  overflow: hidden; }
  .twentytwenty-wrapper .twentytwenty-overlay {
    display: none; }
  .twentytwenty-wrapper .twentytwenty-container img {
    width: 100%; }
  .twentytwenty-wrapper .twentytwenty-container::before, .twentytwenty-wrapper .twentytwenty-container::after {
    content: "BEFORE";
    position: absolute;
    top: 50%;
    left: 30px;
    z-index: 99;
    padding: 34px 8px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 24px;
    border-radius: 8px;
    writing-mode: tb-rl;
    transform: translateY(-50%) rotate(180deg);
    height: 135px;
    text-align: center;
    width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px; }
  .twentytwenty-wrapper .twentytwenty-container::after {
    content: "AFTER";
    right: 30px;
    left: auto; }
  @media only screen and (max-width: 767px) {
    .twentytwenty-wrapper .twentytwenty-container::before, .twentytwenty-wrapper .twentytwenty-container::after {
      font-size: 18px;
      height: 95px;
      width: 40px; }
    .twentytwenty-wrapper .twentytwenty-container::before {
      left: 20px; }
    .twentytwenty-wrapper .twentytwenty-container::after {
      right: 20px; } }
  @media only screen and (max-width: 575px) {
    .twentytwenty-wrapper .twentytwenty-container::before, .twentytwenty-wrapper .twentytwenty-container::after {
      font-size: 15px;
      height: 80px;
      width: 32px; }
    .twentytwenty-wrapper .twentytwenty-container::before {
      left: 10px; }
    .twentytwenty-wrapper .twentytwenty-container::after {
      right: 10px; } }
  .twentytwenty-wrapper .twentytwenty-handle {
    height: 90px;
    width: 90px;
    border: 0;
    transform: translate(-50%, -50%);
    margin: 0;
    box-shadow: none; }
    .twentytwenty-wrapper .twentytwenty-handle:after {
      content: none; }
    .twentytwenty-wrapper .twentytwenty-handle:before {
      content: "";
      top: -100%;
      width: 6px;
      margin: 0 0 0 -3px;
      transform: translateY(-50%);
      box-shadow: none; }
    .twentytwenty-wrapper .twentytwenty-handle .twentytwenty-left-arrow,
    .twentytwenty-wrapper .twentytwenty-handle .twentytwenty-right-arrow {
      border: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: auto;
      height: auto; }
      .twentytwenty-wrapper .twentytwenty-handle .twentytwenty-left-arrow:before,
      .twentytwenty-wrapper .twentytwenty-handle .twentytwenty-right-arrow:before {
        content: "";
        font-family: "Font Awesome 6 Free";
        color: #fff;
        font-weight: 900;
        font-size: 24px; }
    .twentytwenty-wrapper .twentytwenty-handle .twentytwenty-left-arrow {
      left: 0;
      margin: 0 0 0 12px; }
      .twentytwenty-wrapper .twentytwenty-handle .twentytwenty-left-arrow:before {
        content: "\f0d9";
        font-size: 55px; }
    .twentytwenty-wrapper .twentytwenty-handle .twentytwenty-right-arrow {
      right: 0;
      margin: 0 12px 0 0; }
      .twentytwenty-wrapper .twentytwenty-handle .twentytwenty-right-arrow:before {
        content: "\f0da";
        font-size: 55px; }
    @media only screen and (max-width: 767px) {
      .twentytwenty-wrapper .twentytwenty-handle {
        height: 65px;
        width: 65px; }
        .twentytwenty-wrapper .twentytwenty-handle .twentytwenty-left-arrow {
          margin: 0 0 0 10px; }
          .twentytwenty-wrapper .twentytwenty-handle .twentytwenty-left-arrow::before {
            font-size: 40px; }
        .twentytwenty-wrapper .twentytwenty-handle .twentytwenty-right-arrow {
          margin: 0 10px 0 0; }
          .twentytwenty-wrapper .twentytwenty-handle .twentytwenty-right-arrow::before {
            font-size: 40px; }
        .twentytwenty-wrapper .twentytwenty-handle::before {
          width: 4px;
          margin: 0 0 0 -2px; } }

.twentytwenty-sm {
  border-radius: 25px; }
  .twentytwenty-sm .twentytwenty-wrapper .twentytwenty-container::before, .twentytwenty-sm .twentytwenty-wrapper .twentytwenty-container::after {
    font-size: 18px;
    height: 105px;
    width: 45px; }
  .twentytwenty-sm .twentytwenty-wrapper .twentytwenty-handle {
    width: 80px; }
    .twentytwenty-sm .twentytwenty-wrapper .twentytwenty-handle::before {
      width: 4px;
      margin: 0 0 0 -2px; }
    .twentytwenty-sm .twentytwenty-wrapper .twentytwenty-handle .twentytwenty-right-arrow:before {
      font-size: 45px; }
    .twentytwenty-sm .twentytwenty-wrapper .twentytwenty-handle .twentytwenty-left-arrow:before {
      font-size: 45px; }

.twentytwenty-center {
  margin-top: 70px;
  margin-bottom: -280px;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 991px) {
    .twentytwenty-center {
      margin-top: 30px;
      margin-bottom: -100px; } }

.twentytwenty-top-spacing {
  padding-top: 350px; }
  @media only screen and (max-width: 991px) {
    .twentytwenty-top-spacing {
      padding-top: 120px; } }

.dz-marquee {
  overflow: hidden; }
  .dz-marquee.style-1 {
    position: relative;
    background: var(--bs-secondary);
    padding: 30px; }
    .dz-marquee.style-1 .marquee-list {
      margin-bottom: 0;
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
      animation: ticker 0s linear infinite 0s normal;
      animation-duration: 0s;
      animation-duration: 15s; }
      .dz-marquee.style-1 .marquee-list .item {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        color: #ffffff;
        font-size: 30px;
        font-weight: 400;
        display: flex;
        justify-content: center;
        margin: 0;
        position: relative;
        text-transform: capitalize; }
        .dz-marquee.style-1 .marquee-list .item:after {
          content: "";
          background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="30" viewBox="0 0 31 30" fill="none"><path d="M15.5918 0L17.7131 12.8787L30.5918 15L17.7131 17.1213L15.5918 30L13.4705 17.1213L0.591797 15L13.4705 12.8787L15.5918 0Z" fill="white"/></svg>');
          height: 30px;
          width: 30px;
          background-position: center;
          background-repeat: no-repeat;
          margin: 0 50px;
          background-size: 100%; }
    @media only screen and (max-width: 1480px) {
      .dz-marquee.style-1 {
        padding: 20px; }
        .dz-marquee.style-1 .marquee-list .item {
          font-size: 24px; }
          .dz-marquee.style-1 .marquee-list .item:after {
            height: 20px;
            width: 20px;
            margin: 0 25px; } }
    @media only screen and (max-width: 767px) {
      .dz-marquee.style-1 .marquee-list .item {
        font-size: 20px; }
        .dz-marquee.style-1 .marquee-list .item:after {
          height: 18px;
          width: 18px;
          margin: 0 20px; } }
    @media only screen and (max-width: 575px) {
      .dz-marquee.style-1 {
        padding: 15px; }
        .dz-marquee.style-1 .marquee-list .item {
          font-size: 16px; }
          .dz-marquee.style-1 .marquee-list .item::after {
            height: 15px;
            width: 15px;
            margin: 0 15px; } }
    .dz-marquee.style-1:hover .marquee-list {
      animation-play-state: paused; }
  .dz-marquee.style-2 {
    position: relative;
    z-index: 1;
    background-color: transparent;
    padding: 15px 0; }
    .dz-marquee.style-2 .marquee-list {
      margin-bottom: 0;
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
      animation: ticker 0s linear infinite 0s normal;
      animation-duration: 0s;
      animation-duration: 32.9528s; }
      .dz-marquee.style-2 .marquee-list .item {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        font-size: 80px;
        line-height: 1.2;
        font-weight: 700;
        justify-content: center; }
        .dz-marquee.style-2 .marquee-list .item:after {
          content: "";
          background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="30" viewBox="0 0 31 30" fill="none"><path d="M15.5918 0L17.7131 12.8787L30.5918 15L17.7131 17.1213L15.5918 30L13.4705 17.1213L0.591797 15L13.4705 12.8787L15.5918 0Z" fill="%230A3366"/></svg>');
          height: 60px;
          width: 60px;
          background-position: center;
          background-repeat: no-repeat;
          margin: 0 30px;
          background-size: 100%; }
      .dz-marquee.style-2 .marquee-list .text-outline {
        -webkit-text-stroke: 2px var(--bs-secondary);
        color: transparent;
        font-weight: 800; }
    @media only screen and (max-width: 1480px) {
      .dz-marquee.style-2 .marquee-list .item {
        font-size: 60px; }
        .dz-marquee.style-2 .marquee-list .item:after {
          height: 40px;
          width: 40px;
          margin: 0 25px; } }
    @media only screen and (max-width: 991px) {
      .dz-marquee.style-2 .marquee-list .item {
        font-size: 40px; }
        .dz-marquee.style-2 .marquee-list .item:after {
          height: 30px;
          width: 30px; } }
    @media only screen and (max-width: 767px) {
      .dz-marquee.style-2 .marquee-list .item {
        font-size: 25px; }
        .dz-marquee.style-2 .marquee-list .item:after {
          height: 18px;
          width: 18px;
          margin: 0 15px; }
      .dz-marquee.style-2 .marquee-list .text-outline {
        -webkit-text-stroke: 1px var(--bs-secondary);
        font-weight: 700;
        letter-spacing: 2px; } }
    .dz-marquee.style-2:hover .marquee-list {
      animation-play-state: paused; }

@keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

.pricingtable-features {
  margin: 0;
  padding: 0;
  list-style: none; }
  .pricingtable-features li {
    padding: 12px; }
    .pricingtable-features li i {
      margin: 0 3px; }

.dz-pricingtable {
  padding: 70px 0 70px; }
  @media only screen and (max-width: 991px) {
    .dz-pricingtable {
      padding: 40px 0 40px; }
      .dz-pricingtable .pricingtable-wraper {
        justify-content: center; } }
  @media only screen and (max-width: 767px) {
    .dz-pricingtable {
      padding: 40px 0 10px; } }

.pricingtable-wrapper {
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }
  .pricingtable-wrapper.style-1 {
    position: relative;
    z-index: 1;
    border-radius: 15px;
    background: #fff;
    height: 100%; }
    .pricingtable-wrapper.style-1 .left-box {
      width: 50%;
      padding: 30px; }
    .pricingtable-wrapper.style-1 .right-box {
      padding: 30px;
      position: relative;
      z-index: 1;
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      width: calc(50% + 30px);
      display: flex;
      flex-direction: column; }
    .pricingtable-wrapper.style-1 .pricingtable-inner {
      display: flex;
      text-align: left;
      height: 100%; }
      .pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-title {
        margin-bottom: 15px; }
        .pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-title .title {
          font-size: 18px;
          font-weight: 600;
          padding-bottom: 10px;
          position: relative;
          margin-bottom: 12px; }
          .pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-title .title::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 1px;
            background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 50%, rgba(255, 255, 255, 0) 0%);
            background-size: 10px 1px;
            background-repeat: repeat-x; }
        .pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-title .text {
          margin-bottom: 0;
          color: var(--bs-heading-color); }
      .pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-bx {
        font-size: 50px;
        font-weight: 600;
        margin: 0;
        line-height: 1.2; }
        .pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-bx small, .pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-bx .small {
          font-size: 16px;
          font-weight: 500;
          color: var(--bs-primary);
          margin-left: 5px;
          transform: translateY(-2px);
          display: inline-block; }
      .pricingtable-wrapper.style-1 .pricingtable-inner p {
        font-size: 14px;
        font-weight: 300; }
      .pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-list .list-title {
        font-size: 18px;
        margin-bottom: 10px; }
      .pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-list .pricingtable-features {
        text-align: left;
        list-style: none; }
        .pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-list .pricingtable-features li {
          padding: 6px 6px 6px 30px;
          font-size: 14px;
          font-weight: 500;
          position: relative; }
          .pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-list .pricingtable-features li:after {
            content: "\f00c";
            font-family: 'Font Awesome 6 Free';
            font-weight: 700;
            font-size: 10px;
            width: 18px;
            height: 18px;
            background: #C6CBD0;
            display: block;
            position: absolute;
            left: 0;
            color: #fff;
            border-radius: 35px;
            text-align: center;
            top: 8px;
            line-height: 18px; }
          .pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-list .pricingtable-features li.active {
            color: var(--bs-primary); }
            .pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-list .pricingtable-features li.active:after {
              background-color: var(--bs-primary); }
    @media only screen and (max-width: 767px) {
      .pricingtable-wrapper.style-1 .left-box,
      .pricingtable-wrapper.style-1 .right-box {
        padding: 20px; } }
    @media only screen and (max-width: 575px) {
      .pricingtable-wrapper.style-1 .pricingtable-inner {
        flex-direction: column; }
      .pricingtable-wrapper.style-1 .left-box,
      .pricingtable-wrapper.style-1 .right-box {
        width: 100%; }
      .pricingtable-wrapper.style-1 .right-box {
        border-left: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1); } }
  .pricingtable-wrapper.style-2 {
    padding: 30px;
    position: relative;
    z-index: 1;
    border-radius: 15px;
    background: var(--bs-light);
    height: 100%; }
    .pricingtable-wrapper.style-2:hover {
      transform: translateY(-10px); }
    .pricingtable-wrapper.style-2 .pricingtable-info {
      display: flex;
      flex-direction: column;
      flex: 1; }
    .pricingtable-wrapper.style-2 .vertical-text {
      font-size: 16px;
      line-height: 1.6;
      border-radius: 0px 10px 10px 0px;
      background: var(--bs-primary);
      padding: 15px 5px;
      position: absolute;
      top: 20px;
      writing-mode: tb-rl;
      z-index: 1;
      left: 0;
      color: #fff;
      font-weight: 500; }
    .pricingtable-wrapper.style-2 .dz-media {
      /* width: 280px; */
      /* min-width: 280px; */
      z-index: 1;
      display: flex;
      align-self: flex-end;
      margin-bottom: -30px;
      margin-right: 30px;
      }
    .pricingtable-wrapper.style-2 .pricingtable-bx {
      font-size: 45px;
      font-weight: 600;
      margin: -10px 0 10px;
      color: var(--bs-heading-color);
      line-height: 1.4; }
      .pricingtable-wrapper.style-2 .pricingtable-bx small, .pricingtable-wrapper.style-2 .pricingtable-bx .small {
        font-size: 15px;
        font-weight: 500;
        color: var(--bs-body-color);
        margin-left: 5px;
        transform: translateY(-2px);
        display: inline-block; }
    .pricingtable-wrapper.style-2 .pricingtable-title .title {
      font-size: 18px;
      font-weight: 600;
      padding-bottom: 10px;
      position: relative;
      margin-bottom: 12px; }
      .pricingtable-wrapper.style-2 .pricingtable-title .title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 50%, rgba(255, 255, 255, 0) 0%);
        background-size: 10px 1px;
        background-repeat: repeat-x; }
    .pricingtable-wrapper.style-2 .pricingtable-title .text {
      margin-bottom: 0;
      color: var(--bs-heading-color); }
    .pricingtable-wrapper.style-2 p {
      font-size: 14px;
      font-weight: 300; }
    .pricingtable-wrapper.style-2 .pricingtable-list .list-title {
      font-size: 18px;
      font-weight: 700;
      margin: 0;
      color: var(--bs-heading-color); }
    .pricingtable-wrapper.style-2 .pricingtable-features {
      text-align: left;
      list-style: none;
      margin-bottom: 20px; }
      .pricingtable-wrapper.style-2 .pricingtable-features li {
        padding: 3px 0 3px 30px;
        font-size: 15px;
        font-weight: 500;
        position: relative;
        color: var(--bs-body-color); }
        .pricingtable-wrapper.style-2 .pricingtable-features li:before {
          content: "\f109";
          font-family: flaticon;
          color: var(--bs-primary);
          font-size: 16px;
          position: absolute;
          left: 0;
          top: 4px;
          font-weight: 600; }
    .pricingtable-wrapper.style-2 .pricingtable-button {
      margin-top: auto; }
    .pricingtable-wrapper.style-2 .pricingtable-inner {
      display: flex;
      height: 100%; }
    @media only screen and (max-width: 1380px) {
      .pricingtable-wrapper.style-2 .dz-media {
        width: 240px;
        min-width: 240px; } }
    @media only screen and (max-width: 767px) {
      .pricingtable-wrapper.style-2 {
        padding: 60px 30px 30px; }
        .pricingtable-wrapper.style-2 .dz-media {
          display: none; }
        .pricingtable-wrapper.style-2 .vertical-text {
          font-size: 14px;
          border-radius: 0px 0 10px 10px;
          padding: 8px 15px;
          top: 0;
          writing-mode: unset;
          left: 30px; } }
  .pricingtable-wrapper.style-3 {
    border: 1px solid rgba(var(--bs-secondary-rgb), 0.05);
    border-radius: var(--radius-xl);
    margin-left: 0 !important;
    transition: 0.5s; }
    .pricingtable-wrapper.style-3:hover, .pricingtable-wrapper.style-3.active {
      background-color: rgba(var(--bs-primary-rgb), 0.04); }
    .pricingtable-wrapper.style-3 .pricing-content-box {
      padding: 35px 30px;
      border-bottom: 1px solid rgba(var(--bs-secondary-rgb), 0.05);
      text-align: center;
      min-height: 185px; }
      @media only screen and (max-width: 575px) {
        .pricingtable-wrapper.style-3 .pricing-content-box {
          min-height: auto;
          padding: 25px; } }
      .pricingtable-wrapper.style-3 .pricing-content-box .pricingtable-price .pricingtable-bx {
        font-size: 40px;
        margin-bottom: 25px;
        line-height: 1; }
        .pricingtable-wrapper.style-3 .pricing-content-box .pricingtable-price .pricingtable-bx small, .pricingtable-wrapper.style-3 .pricing-content-box .pricingtable-price .pricingtable-bx .small {
          font-size: 14px;
          font-weight: 500;
          color: var(--bs-body-color);
          margin-left: 5px;
          transform: translateY(-2px);
          display: inline-block; }
      .pricingtable-wrapper.style-3 .pricing-content-box .pricingtable-button .btn {
        font-size: 14px;
        padding: 15px 25px;
        font-weight: 500; }
    .pricingtable-wrapper.style-3 .pricingtable-list .pricingtable-features {
      text-align: center; }
      .pricingtable-wrapper.style-3 .pricingtable-list .pricingtable-features li {
        border-bottom: 1px solid rgba(var(--bs-secondary-rgb), 0.05);
        padding: 25px 30px; }
        @media only screen and (max-width: 575px) {
          .pricingtable-wrapper.style-3 .pricingtable-list .pricingtable-features li {
            padding: 20px 25px; } }
        .pricingtable-wrapper.style-3 .pricingtable-list .pricingtable-features li:last-child {
          border: none; }
        .pricingtable-wrapper.style-3 .pricingtable-list .pricingtable-features li.disable svg,
        .pricingtable-wrapper.style-3 .pricingtable-list .pricingtable-features li.disable img {
          opacity: 0.1; }
    .pricingtable-wrapper.style-3.pricingtable-detail {
      background-color: var(--bs-secondary); }
      .pricingtable-wrapper.style-3.pricingtable-detail .pricing-content-box {
        text-align: start;
        border-bottom: 1px solid rgba(var(--bs-primary-rgb), 0.07); }
        .pricingtable-wrapper.style-3.pricingtable-detail .pricing-content-box .pricingtable-price .pricingtable-bx {
          font-size: 24px;
          color: #fff;
          font-weight: 600;
          display: flex;
          align-items: center;
          gap: 10px;
          margin-bottom: 20px; }
        .pricingtable-wrapper.style-3.pricingtable-detail .pricing-content-box .pricingtable-price .badge {
          color: var(--bs-primary);
          font-size: 12px;
          background-color: rgba(var(--bs-primary-rgb), 0.1);
          border-radius: 50px;
          padding: 7px 12px;
          font-weight: 500; }
        .pricingtable-wrapper.style-3.pricingtable-detail .pricing-content-box .pricingtable-price .text {
          font-size: 14px;
          margin-bottom: 0;
          color: #fff;
          opacity: 0.5;
          font-weight: 300; }
      .pricingtable-wrapper.style-3.pricingtable-detail .pricingtable-list .pricingtable-features {
        text-align: start; }
        .pricingtable-wrapper.style-3.pricingtable-detail .pricingtable-list .pricingtable-features li {
          color: #fff;
          border-bottom: 1px solid rgba(var(--bs-primary-rgb), 0.07); }

.pricingtable-content-wrapper .pricingtable-wrapper {
  margin-left: -30px; }

.pricingtable-content-wrapper .content-bx {
  margin: 0 30px 0 70px; }

@media only screen and (max-width: 1380px) {
  .pricingtable-content-wrapper .content-bx {
    margin: 0 30px 0 0; } }

@media only screen and (max-width: 991px) {
  .pricingtable-content-wrapper .pricingtable-wrapper {
    margin-left: 0; }
  .pricingtable-content-wrapper .content-bx {
    margin: 0; } }

.toggle-tabs1 {
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  background-color: var(--bs-primary);
  display: flex;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  width: 200px;
  background-size: 200%;
  padding: 4px;
  position: relative;
  z-index: 1;
  border-radius: 10px; }
  @media only screen and (max-width: 767px) {
    .toggle-tabs1 {
      height: 42px;
      width: 180px; } }
  .toggle-tabs1:after {
    content: "";
    width: calc(50% - 4px);
    display: block;
    height: 42px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    left: 4px;
    right: auto;
    z-index: -1;
    -webkit-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }
    @media only screen and (max-width: 767px) {
      .toggle-tabs1:after {
        height: 34px; } }
  .toggle-tabs1 .monthly {
    color: #000; }
  .toggle-tabs1.monthly:after {
    left: 4px; }
  .toggle-tabs1.monthly .monthly {
    color: #000; }
  .toggle-tabs1.yearly:after {
    left: 50%; }
  .toggle-tabs1.yearly .yearly {
    color: #000; }
  .toggle-tabs1.yearly .monthly {
    color: #fff; }
  .toggle-tabs1 span {
    font-size: 14px;
    font-weight: 600;
    width: 50%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    height: 42px;
    line-height: 42px;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .toggle-tabs1 span {
        height: 34px;
        line-height: 34px;
        font-size: 13px; } }

.toggle-tabs2 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer; }
  .toggle-tabs2 span {
    font-size: 14px; }
  .toggle-tabs2 .toggle {
    position: relative;
    height: 20px;
    width: 44px;
    border-radius: 30px;
    background-color: var(--bs-light); }
    .toggle-tabs2 .toggle::after {
      content: "";
      position: absolute;
      border-radius: 30px;
      background-color: var(--bs-primary);
      height: 14px;
      width: 14px;
      top: 3px;
      left: 4px;
      -webkit-transition: all 0.2s;
      -ms-transition: all 0.2s;
      transition: all 0.2s; }
  .toggle-tabs2.monthly .monthly {
    color: var(--bs-primary); }
  .toggle-tabs2.yearly .yearly {
    color: var(--bs-primary); }
  .toggle-tabs2.yearly .toggle::after {
    left: 27px; }

.clients-logo1 {
  height: 50px;
  opacity: 0.5;
  background-blend-mode: luminosity;
  filter: grayscale(1);
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px; }

.clients-logo2 {
  border-radius: 20px;
  text-align: center;
  padding: 30px;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px; }
  .clients-logo2.light img {
    filter: brightness(0) invert(1);
    opacity: 0.6; }
  @media only screen and (max-width: 991px) {
    .clients-logo2 {
      border-radius: 10px;
      padding: 25px;
      min-height: 90px; } }
  .clients-logo2:hover {
    background-color: var(--bs-light); }
    .clients-logo2:hover.light {
      background-color: rgba(255, 255, 255, 0.1); }
    .clients-logo2:hover.hover-white {
      background-color: #fff; }

.tempus-dominus-widget {
  padding: 1rem 0.5rem 0.5rem 0.5rem;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
  border-radius: 8px; }
  .tempus-dominus-widget .date-container-days .day {
    border-radius: 0.475rem !important; }
  .tempus-dominus-widget .picker-switch {
    font-weight: 600; }
  .tempus-dominus-widget .date-container-days div:not(.no-highlight) {
    font-size: 15px; }
  .tempus-dominus-widget button {
    border-radius: 0.475rem !important; }
  .tempus-dominus-widget .toggleMeridiem {
    border: 0;
    padding: 8px !important; }
  .tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active {
    background-color: var(--bs-primary); }
  .tempus-dominus-widget.light .date-container-days div:not(.no-highlight).today::before {
    border-bottom-color: var(--bs-primary); }
  .tempus-dominus-widget.light .date-container-days .dow {
    font-size: 13px;
    color: #444444; }
  .tempus-dominus-widget.light button {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary); }
  .tempus-dominus-widget.light .date-container-days div.range-end:not(.no-highlight),
  .tempus-dominus-widget.light .date-container-days div.range-in:not(.no-highlight),
  .tempus-dominus-widget.light .date-container-days div.range-start:not(.no-highlight),
  .tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active,
  .tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active,
  .tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active,
  .tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active,
  .tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active,
  .tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active,
  .tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active,
  .tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active {
    background-color: var(--bs-primary); }

.separator.no-highlight {
  background: transparent; }

.icon-bx-xl {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  width: 150px;
  height: 150px;
  line-height: 150px; }
  .icon-bx-xl.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
  .icon-bx-xl i {
    font-size: 80px;
    vertical-align: middle; }
  .icon-bx-xl img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 80px; }

.icon-bx-lg {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  width: 120px;
  height: 120px;
  line-height: 120px; }
  .icon-bx-lg.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
  .icon-bx-lg i {
    font-size: 50px;
    vertical-align: middle; }
  .icon-bx-lg img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 55px; }

.icon-bx-md {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  width: 100px;
  height: 100px;
  line-height: 100px; }
  .icon-bx-md.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
  .icon-bx-md i {
    font-size: 35px;
    vertical-align: middle; }
  .icon-bx-md img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 40px; }

.icon-bx-sm {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  width: 60px;
  height: 60px;
  min-width: 60px;
  line-height: 60px; }
  .icon-bx-sm.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
  .icon-bx-sm i {
    font-size: 26px;
    vertical-align: middle; }
  .icon-bx-sm img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 26px; }

.icon-bx-xs {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  width: 60px;
  height: 60px;
  line-height: 60px; }
  .icon-bx-xs.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
  .icon-bx-xs i {
    font-size: 30px;
    vertical-align: middle; }
  .icon-bx-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 20px; }

.icon-xl {
  display: inline-block;
  text-align: center;
  width: 100px; }
  .icon-xl i {
    vertical-align: middle;
    font-size: 80px; }
  .icon-xl img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 80px; }

.icon-lg {
  display: inline-block;
  text-align: center;
  line-height: 1; }
  .icon-lg i {
    vertical-align: middle;
    font-size: 60px; }
  .icon-lg img {
    vertical-align: middle;
    max-width: 100%;
    min-width: 65px;
    width: 65px; }

.icon-md {
  display: inline-block;
  text-align: center; }
  .icon-md i {
    vertical-align: middle;
    font-size: 45px; }
  .icon-md img {
    vertical-align: middle;
    max-width: 100%;
    min-width: 45px;
    width: 45px; }

.icon-sm {
  display: inline-block;
  text-align: center;
  width: 40px; }
  .icon-sm i {
    vertical-align: middle;
    font-size: 30px; }
  .icon-sm img {
    vertical-align: middle;
    max-width: 100%;
    min-width: 30px;
    width: 30px; }

.icon-xs {
  display: inline-block;
  text-align: center;
  width: 30px; }
  .icon-xs i {
    vertical-align: middle;
    font-size: 20px; }
  .icon-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 20px; }

.icon-bx-wraper {
  position: relative; }
  .icon-bx-wraper .dz-title {
    margin-top: 0; }
  .icon-bx-wraper .after-titile-line {
    margin-bottom: 10px; }
  .icon-bx-wraper p:last-child {
    margin: 0; }
  .icon-bx-wraper.center {
    text-align: center; }
  .icon-bx-wraper.left .icon-bx-xl,
  .icon-bx-wraper.left .icon-bx-lg,
  .icon-bx-wraper.left .icon-bx-md,
  .icon-bx-wraper.left .icon-bx-sm,
  .icon-bx-wraper.left .icon-bx-xs {
    float: left;
    margin-right: 20px; }
  .icon-bx-wraper.left .icon-xl,
  .icon-bx-wraper.left .icon-lg,
  .icon-bx-wraper.left .icon-md,
  .icon-bx-wraper.left .icon-sm,
  .icon-bx-wraper.left .icon-xs {
    float: left;
    margin-right: 10px; }
  .icon-bx-wraper.right {
    text-align: right; }
    .icon-bx-wraper.right .icon-bx-xl,
    .icon-bx-wraper.right .icon-bx-lg,
    .icon-bx-wraper.right .icon-bx-md,
    .icon-bx-wraper.right .icon-bx-sm,
    .icon-bx-wraper.right .icon-bx-xs {
      float: right;
      margin-left: 20px; }
    .icon-bx-wraper.right .icon-xl,
    .icon-bx-wraper.right .icon-lg,
    .icon-bx-wraper.right .icon-md,
    .icon-bx-wraper.right .icon-sm,
    .icon-bx-wraper.right .icon-xs {
      float: right;
      margin-left: 10px; }
  .icon-bx-wraper.bx-style-1, .icon-bx-wraper.bx-style-2 {
    border-width: 1px;
    border-style: solid;
    border-color: #ebedf2; }
  .icon-bx-wraper.bx-style-2.center [class*="icon-bx-"] {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .icon-bx-wraper.bx-style-2.center .icon-bx-xl {
    margin-left: -75px; }
  .icon-bx-wraper.bx-style-2.center .icon-bx-lg {
    margin-left: -60px; }
  .icon-bx-wraper.bx-style-2.center .icon-bx-md {
    margin-left: -50px; }
  .icon-bx-wraper.bx-style-2.center .icon-bx-sm {
    margin-left: -40px; }
  .icon-bx-wraper.bx-style-2.center .icon-bx-xs {
    margin-left: -20px; }
  .icon-bx-wraper.bx-style-2.left [class*="icon-bx-"] {
    position: absolute;
    top: auto;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .icon-bx-wraper.bx-style-2.right [class*="icon-bx-"] {
    position: absolute;
    top: auto;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%); }

.icon-content {
  overflow: hidden; }

[class*="icon-bx-"][class*="bg-"] a,
[class*="icon-bx-"][class*="bg-"] span {
  color: #ffffff; }

[class*="icon-bx-"].bg-white a {
  color: inherit; }

[class*="icon-bx-"][class*="border-"] {
  display: table;
  line-height: normal;
  margin-left: auto;
  margin-right: auto; }

[class*="icon-bx-"][class*="border-"] .icon-cell {
  display: table-cell;
  vertical-align: middle; }

.dz-box,
.dz-info,
.dz-title,
.dz-title-inner {
  position: relative; }

.dz-title-inner {
  display: inline-block; }

.dz-box[class*="border-"],
.dz-info[class*="border-"] {
  border-color: #eee; }

.left-border,
.right-border {
  position: relative; }
  .left-border:before,
  .right-border:before {
    content: "";
    position: absolute;
    top: 5px;
    width: 1px;
    height: 90%;
    background: #CCC; }

.right-border:before {
  right: 0; }

.dz-media,
.dz-post-media {
  position: relative;
  overflow: hidden; }
  .dz-media img,
  .dz-post-media img {
    max-width: 100%;
    height: auto;
    width: 100%; }

.icon-bx-wraper .icon-bx {
  position: relative;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }

.icon-bx-wraper.style-1 {
  display: flex;
  gap: 15px;
  text-align: left; }
  .icon-bx-wraper.style-1 .icon-bx {
    width: 60px;
    min-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    color: var(--bs-primary);
    font-size: 24px;
    justify-content: center;
    background-color: var(--bs-light);
    border-radius: 50%; }
    .icon-bx-wraper.style-1 .icon-bx i {
      display: flex; }
    .icon-bx-wraper.style-1 .icon-bx[class*="bg-"] {
      color: #fff; }
  .icon-bx-wraper.style-1 p {
    font-size: 15px;
    font-weight: 300;
    color: var(--bs-body); }
  .icon-bx-wraper.style-1 .dz-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px; }
  .bg-primary .icon-bx-wraper.style-1 .icon-bx,
  .bg-dark .icon-bx-wraper.style-1 .icon-bx,
  .bg-secondary .icon-bx-wraper.style-1 .icon-bx {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff; }
  .bg-primary .icon-bx-wraper.style-1 .dz-title,
  .bg-dark .icon-bx-wraper.style-1 .dz-title,
  .bg-secondary .icon-bx-wraper.style-1 .dz-title {
    color: #fff; }
  .bg-primary .icon-bx-wraper.style-1 a,
  .bg-primary .icon-bx-wraper.style-1 p,
  .bg-dark .icon-bx-wraper.style-1 a,
  .bg-dark .icon-bx-wraper.style-1 p,
  .bg-secondary .icon-bx-wraper.style-1 a,
  .bg-secondary .icon-bx-wraper.style-1 p {
    color: #fff;
    opacity: 0.7; }
  .icon-bx-wraper.style-1:hover .icon-bx {
    color: #fff;
    background-color: var(--bs-primary); }
    .icon-bx-wraper.style-1:hover .icon-bx i {
      animation: shake 1s; }
  .bg-primary .icon-bx-wraper.style-1:hover .icon-bx,
  .bg-dark .icon-bx-wraper.style-1:hover .icon-bx,
  .bg-secondary .icon-bx-wraper.style-1:hover .icon-bx {
    color: #fff;
    background-color: var(--bs-primary); }
  @media only screen and (max-width: 991px) {
    .icon-bx-wraper.style-1 .dz-title {
      font-size: 16px; }
    .icon-bx-wraper.style-1 .icon-bx {
      width: 50px;
      min-width: 50px;
      height: 50px;
      font-size: 18px; } }

.icon-bx-wraper.style-2 {
  display: flex;
  gap: 15px;
  align-items: center; }
  .icon-bx-wraper.style-2 .icon-bx {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    color: var(--bs-primary);
    font-size: 24px;
    justify-content: center;
    background-color: rgba(var(--bs-light-rgb), 0.5);
    border-radius: 50%; }
    .icon-bx-wraper.style-2 .icon-bx i {
      display: flex; }
    .icon-bx-wraper.style-2 .icon-bx::before, .icon-bx-wraper.style-2 .icon-bx::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      border-radius: 50%;
      background-color: var(--bs-primary);
      z-index: 0;
      transform: scale(0);
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
    .icon-bx-wraper.style-2 .icon-bx::before {
      opacity: 0.1; }
    .icon-bx-wraper.style-2 .icon-bx::after {
      opacity: 0.05; }
  .icon-bx-wraper.style-2 p {
    font-size: 15px;
    font-weight: 300; }
  .icon-bx-wraper.style-2 .dz-title {
    font-size: 20px;
    font-weight: 500; }
  .icon-bx-wraper.style-2 .icon-content > *:last-child {
    margin-bottom: 0; }
  .icon-bx-wraper.style-2.active .icon-bx, .icon-bx-wraper.style-2:hover .icon-bx {
    color: #fff;
    background-color: var(--bs-primary); }
    .icon-bx-wraper.style-2.active .icon-bx::before, .icon-bx-wraper.style-2:hover .icon-bx::before {
      transform: scale(1.3); }
    .icon-bx-wraper.style-2.active .icon-bx::after, .icon-bx-wraper.style-2:hover .icon-bx::after {
      transform: scale(1.6); }

.icon-bx-wraper.style-3 {
  border-radius: 25px;
  padding: 30px;
  z-index: 1;
  filter: drop-shadow(0 20px 50px rgba(var(--bs-secondary-rgb), 0.02));
  height: 100%;
  display: flex;
  flex-direction: column; }
  .icon-bx-wraper.style-3 .icon-bx {
   /* width: 60px;
    height: 60px;
    display: block;
    margin-bottom: 30px; */
    display: flex;
      
  }
    .icon-bx-wraper.style-3 .icon-bx svg {
         width: 2.6rem;
      height: 100%; }
  .icon-bx-wraper.style-3 .icon-bg {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 140px;
    opacity: 0.025; }
    .icon-bx-wraper.style-3 .icon-bg svg {
      width: 100%;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
      .icon-bx-wraper.style-3 .icon-bg svg path {
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s; }
  .icon-bx-wraper.style-3 .icon-cell {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
  .icon-bx-wraper.style-3 p {
    font-size: 15px;
    font-weight: 300;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
  .icon-bx-wraper.style-3 .dz-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    margin-left: 28px;
    transition: all 0.5s; }
  .icon-bx-wraper.style-3 .icon-bx-head {
    margin-bottom: auto; }
  .icon-bx-wraper.style-3 .icon-bx-footer {
    position: relative;
    padding-top: 20px;
    margin-top: 20px;
    margin-right: 50px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
    .icon-bx-wraper.style-3 .icon-bx-footer::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background-image: linear-gradient(to right, rgba(var(--bs-body-color-rgb), 0.3) 50%, rgba(255, 255, 255, 0) 0%);
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s;
      background-size: 10px 1px;
      background-repeat: repeat-x; }
  .icon-bx-wraper.style-3 .text-badge {
    font-size: 14px;
    color: var(--bs-secondary);
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.2;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
    .icon-bx-wraper.style-3 .text-badge i {
      font-size: 10px;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
  .icon-bx-wraper.style-3:after {
    content: "";
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    mask-image: url(../images/bg02.svg);
    mask-position: right bottom;
    border-radius: 25px 25px 0 25px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
  .icon-bx-wraper.style-3 .btn-square {
    box-shadow: 0 20px 50px rgba(var(--bs-secondary-rgb), 0.1);
    position: absolute;
    right: -80px;
    bottom: -30px;
    font-size: 20px; }
    .icon-bx-wraper.style-3 .btn-square i {
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
  .icon-bx-wraper.style-3.active:after,
  .icon-bx-wraper.style-3:focus-within .icon-bx-wraper.style-3:hover:after {
    background: var(--bs-primary); }
  .icon-bx-wraper.style-3.active .icon-cell,
  .icon-bx-wraper.style-3:focus-within .icon-bx-wraper.style-3:hover .icon-cell {
    --bs-primary: #fff; }
  .icon-bx-wraper.style-3.active .icon-bg,
  .icon-bx-wraper.style-3:focus-within .icon-bx-wraper.style-3:hover .icon-bg {
    opacity: 0.08; }
    .icon-bx-wraper.style-3.active .icon-bg svg path,
    .icon-bx-wraper.style-3:focus-within .icon-bx-wraper.style-3:hover .icon-bg svg path {
      fill: #fff; }
  .icon-bx-wraper.style-3.active .text-badge,
  .icon-bx-wraper.style-3:focus-within .icon-bx-wraper.style-3:hover .text-badge {
    color: #fff; }
    .icon-bx-wraper.style-3.active .text-badge i,
    .icon-bx-wraper.style-3:focus-within .icon-bx-wraper.style-3:hover .text-badge i {
      color: var(--bs-secondary) !important; }
  .icon-bx-wraper.style-3.active p,
  .icon-bx-wraper.style-3:focus-within .icon-bx-wraper.style-3:hover p {
    color: #fff;
    opacity: 0.7; }
  .icon-bx-wraper.style-3.active .dz-title,
  .icon-bx-wraper.style-3:focus-within .icon-bx-wraper.style-3:hover .dz-title {
    color: #fff; }
  .icon-bx-wraper.style-3.active .icon-bx-footer::before,
  .icon-bx-wraper.style-3:focus-within .icon-bx-wraper.style-3:hover .icon-bx-footer::before {
    background-image: linear-gradient(to right, rgba(var(--bs-white-rgb), 0.5) 50%, rgba(255, 255, 255, 0) 0%); }
  .icon-bx-wraper.style-3.active .btn-square i,
  .icon-bx-wraper.style-3:focus-within .icon-bx-wraper.style-3:hover .btn-square i {
    -webkit-animation: toTopRight 0.8s forwards;
    -moz-animation: toTopRight 0.8s forwards;
    animation: toTopRight 0.8s forwards; }

.icon-bx-wraper.style-4 {
  border-radius: 20px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(30px); }
  .icon-bx-wraper.style-4 .icon-bx {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px; }
  .icon-bx-wraper.style-4 .dz-title {
    font-size: 18px; }
  .icon-bx-wraper.style-4 p {
    font-size: 15px;
    font-weight: 200; }
  .icon-bx-wraper.style-4.text-white p {
    opacity: 0.7; }
  .icon-bx-wraper.style-4.text-white .dz-title {
    color: #fff; }
  .icon-bx-wraper.style-4.text-center .icon-bx {
    margin-right: auto;
    margin-left: auto; }

.icon-bx-wraper.style-5 {
  display: flex;
  align-items: center;
  gap: 14px; }
  .icon-bx-wraper.style-5 .dz-title {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-bottom: 0px; }
  .icon-bx-wraper.style-5 p {
    color: var(--bs-secondary);
    font-weight: 600;
    font-size: 16px; }
  .icon-bx-wraper.style-5 .icon-bx {
    height: 45px;
    width: 45px;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center; }

.icon-bx-wraper.style-6 {
  border-radius: 20px;
  padding: 30px 120px 25px 30px;
  z-index: 1;
  filter: drop-shadow(0 10px 30px rgba(var(--bs-primary-rgb), 0.1));
  min-height: 200px;
  height: 100%; }
  .icon-bx-wraper.style-6 * {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
  .icon-bx-wraper.style-6::before {
    font-size: 80px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--bs-secondary);
    opacity: 0.1;
    position: absolute;
    right: 25px;
    top: 20px;
    z-index: 2;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
  .icon-bx-wraper.style-6:after {
    content: "";
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    mask-image: url(../images/bg01.svg);
    mask-position: right bottom;
    border-radius: 20px 20px 0 20px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
  .icon-bx-wraper.style-6 .icon-bx {
    width: 90px;
    height: 90px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
    .icon-bx-wraper.style-6 .icon-bx i {
      font-size: 60px;
      color: var(--bs-primary); }
    .icon-bx-wraper.style-6 .icon-bx svg {
      width: 100%;
      height: 100%; }
  .icon-bx-wraper.style-6 p {
    font-size: 16px; }
  .icon-bx-wraper.style-6 .dz-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px; }
    .icon-bx-wraper.style-6 .dz-title:after {
      content: "";
      width: 100%;
      height: 1px;
      background: linear-gradient(to right, var(--bs-secondary) 0, rgba(0, 0, 0, 0) 100%);
      position: absolute;
      opacity: 0.3;
      left: 0;
      bottom: 0;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
  .icon-bx-wraper.style-6 .icon-content {
    position: relative;
    z-index: 1; }
  .icon-bx-wraper.style-6 .bg {
    mask-image: url(../images/bg01.svg);
    -webkit-mask-image: url(../images/bg01.svg);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    mask-position: right bottom;
    z-index: 0;
    border-radius: 20px;
    opacity: 0;
    background: var(--bs-secondary);
    background-blend-mode: color-burn;
    background-position: center;
    background-size: cover; }
  @media only screen and (max-width: 1480px) {
    .icon-bx-wraper.style-6::before {
      font-size: 65px; } }
  @media only screen and (max-width: 991px) {
    .icon-bx-wraper.style-6 {
      padding: 25px 105px 20px 25px; }
      .icon-bx-wraper.style-6 .dz-title {
        font-size: 18px;
        margin-bottom: 12px;
        padding-bottom: 12px; }
      .icon-bx-wraper.style-6 p {
        font-size: 14px; }
      .icon-bx-wraper.style-6::before {
        font-size: 50px; } }
  .icon-bx-wraper.style-6.active:after, .icon-bx-wraper.style-6:hover:after {
    background: var(--bs-secondary); }
  .icon-bx-wraper.style-6.active::before, .icon-bx-wraper.style-6:hover::before {
    color: #fff; }
  .icon-bx-wraper.style-6.active .bg, .icon-bx-wraper.style-6:hover .bg {
    opacity: 1; }
  .icon-bx-wraper.style-6.active .dz-title:after, .icon-bx-wraper.style-6:hover .dz-title:after {
    background: linear-gradient(to right, #fff 0, rgba(0, 0, 0, 0) 100%); }
  .icon-bx-wraper.style-6.active .dz-title,
  .icon-bx-wraper.style-6.active p,
  .icon-bx-wraper.style-6.active a, .icon-bx-wraper.style-6:hover .dz-title,
  .icon-bx-wraper.style-6:hover p,
  .icon-bx-wraper.style-6:hover a {
    color: #fff; }
  .icon-bx-wraper.style-6.active .icon-bx, .icon-bx-wraper.style-6:hover .icon-bx {
    background: var(--bs-secondary); }
    .icon-bx-wraper.style-6.active .icon-bx i, .icon-bx-wraper.style-6:hover .icon-bx i {
      color: #fff; }

.icon-bx-wraper.style-7 {
  border-radius: 10px;
  z-index: 1;
  filter: drop-shadow(0 10px 30px rgba(var(--bs-primary-rgb), 0.1));
  min-height: 200px;
  height: 100%;
  display: flex;
  flex-direction: column; }
  .icon-bx-wraper.style-7 * {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
  .icon-bx-wraper.style-7:after {
    content: "";
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    mask-image: url(../images/bg03.svg);
    mask-position: top right;
    border-radius: 15px 0 15px 15px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
  .icon-bx-wraper.style-7 .icon-bx {
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
    .icon-bx-wraper.style-7 .icon-bx i {
      font-size: 38px;
      color: var(--bs-primary); }
    .icon-bx-wraper.style-7 .icon-bx svg {
      width: 100%;
      height: 100%; }
  .icon-bx-wraper.style-7 p {
    font-size: 15px; }
  .icon-bx-wraper.style-7 .dz-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 25px;
    margin-right: 55px; }
    .icon-bx-wraper.style-7 .dz-title:after {
      content: "";
      width: 100%;
      height: 1px;
      background: linear-gradient(to right, var(--bs-secondary) 0, rgba(0, 0, 0, 0) 100%);
      position: absolute;
      opacity: 0.3;
      left: 0;
      bottom: 0;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
  .icon-bx-wraper.style-7 .icon-content {
    position: relative;
    z-index: 1;
    padding: 30px; }
  .icon-bx-wraper.style-7 .bg {
    mask-image: url(../images/bg03.svg);
    -webkit-mask-image: url(../images/bg03.svg);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    mask-position: top right;
    z-index: 0;
    border-radius: 15px;
    background-size: cover;
    background-position: center;
    opacity: 0;
    background-blend-mode: color-burn;
    background: var(--bs-secondary); }
  .icon-bx-wraper.style-7 .dz-media {
    height: 210px;
    margin-top: auto; }
    .icon-bx-wraper.style-7 .dz-media img {
      height: 100%;
      object-fit: cover;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
  .icon-bx-wraper.style-7 .icon-footer {
    padding: 15px 30px;
    text-align: center;
    position: relative;
    z-index: 1; }
  @media only screen and (max-width: 991px) {
    .icon-bx-wraper.style-7 .dz-title {
      font-size: 18px; }
    .icon-bx-wraper.style-7 p {
      font-size: 14px; } }
  @media only screen and (max-width: 575px) {
    .icon-bx-wraper.style-7 .icon-content {
      padding: 25px; } }
  .icon-bx-wraper.style-7.active:after, .icon-bx-wraper.style-7:hover:after {
    background: var(--bs-secondary); }
  .icon-bx-wraper.style-7.active .bg, .icon-bx-wraper.style-7:hover .bg {
    opacity: 1; }
  .icon-bx-wraper.style-7.active .dz-title:after, .icon-bx-wraper.style-7:hover .dz-title:after {
    background: linear-gradient(to right, #fff 0, rgba(0, 0, 0, 0) 100%); }
  .icon-bx-wraper.style-7.active .dz-title,
  .icon-bx-wraper.style-7.active p,
  .icon-bx-wraper.style-7.active a, .icon-bx-wraper.style-7:hover .dz-title,
  .icon-bx-wraper.style-7:hover p,
  .icon-bx-wraper.style-7:hover a {
    color: #fff; }
  .icon-bx-wraper.style-7.active .icon-bx, .icon-bx-wraper.style-7:hover .icon-bx {
    background: var(--bs-primary); }
    .icon-bx-wraper.style-7.active .icon-bx i, .icon-bx-wraper.style-7:hover .icon-bx i {
      color: #fff; }
    .icon-bx-wraper.style-7.active .icon-bx svg, .icon-bx-wraper.style-7:hover .icon-bx svg {
      --bs-primary: #fff; }
  .icon-bx-wraper.style-7.active .dz-media img, .icon-bx-wraper.style-7:hover .dz-media img {
    transform: scale(1.15); }

.icon-bx-wraper.style-8 {
  background-color: var(--bs-light);
  padding: 20px 25px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  gap: 15px;
  height: 100%;
  min-height: 120px; }
  .icon-bx-wraper.style-8 .icon-bx {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background-color: #fff;
    font-size: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-primary); }
  .icon-bx-wraper.style-8 .icon-content .dz-title {
    font-size: 18px;
    color: var(--bs-secondary);
    margin-bottom: 5px; }
  .icon-bx-wraper.style-8 .icon-content p {
    font-size: 15px; }
  .icon-bx-wraper.style-8.active .icon-bx, .icon-bx-wraper.style-8:hover .icon-bx {
    background-color: var(--bs-primary);
    color: #fff; }

.icon-bx-wraper.style-9 {
  padding: 20px 25px;
  background-color: #fff;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  gap: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }
  .icon-bx-wraper.style-9 .icon-bx {
    width: 70px;
    min-width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 65px; }
  .icon-bx-wraper.style-9 .dz-title {
    font-size: 20px;
    margin-bottom: 5px; }
  .icon-bx-wraper.style-9.active, .icon-bx-wraper.style-9:hover {
    transform: translateY(-5px); }
  @media only screen and (max-width: 1199px) {
    .icon-bx-wraper.style-9 {
      gap: 20px; }
      .icon-bx-wraper.style-9 p {
        font-size: 14px; }
      .icon-bx-wraper.style-9 .dz-title {
        font-size: 18px; }
      .icon-bx-wraper.style-9 .icon-bx {
        width: 60px;
        min-width: 60px;
        height: 60px;
        font-size: 50px; } }
  @media only screen and (max-width: 575px) {
    .icon-bx-wraper.style-9 {
      margin-left: 0;
      margin-right: 0; } }

.icon-bx-wraper.style-10 {
  background-color: rgba(var(--bs-primary-rgb), 0.05);
  border-radius: var(--radius-md);
  padding: 0 25px 25px;
  position: relative;
  margin-top: 40px;
  height: calc(100% - 40px);
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }
  .icon-bx-wraper.style-10:after {
    content: "";
    width: 5px;
    height: calc(100% - 50px);
    position: absolute;
    background-color: var(--bs-primary);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px 0 0 10px;
    opacity: 0.3;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; }
  .icon-bx-wraper.style-10 .icon-bx {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
    transform: translateY(-40px);
    margin-bottom: -20px;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; }
  .icon-bx-wraper.style-10:hover:after, .icon-bx-wraper.style-10.active:after {
    opacity: 1; }
  .icon-bx-wraper.style-10:hover .icon-bx, .icon-bx-wraper.style-10.active .icon-bx {
    background-color: var(--bs-primary) !important; }

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg); }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    transform: translate(3px, 2px) rotate(0deg); }
  40% {
    transform: translate(1px, -1px) rotate(1deg); }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    transform: translate(3px, 1px) rotate(-1deg); }
  80% {
    transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    transform: translate(1px, 2px) rotate(0deg); }
  100% {
    transform: translate(1px, -2px) rotate(-1deg); } }

.dz-team {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  position: relative; }
  .dz-team * {
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; }
  .dz-team .dz-name a {
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; }
  .dz-team .dz-content {
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    position: relative; }
  .dz-team .dz-media img {
    width: 100%; }
  .dz-team .dz-position {
    display: block; }

.dz-team.style-1 {
  border-radius: 25px; }
  .dz-team.style-1 .dz-media {
    border: 4px solid transparent;
    border-radius: 25px;
    background-color: var(--bs-light);
    overflow: hidden;
    position: relative;
    z-index: 2; }
    .dz-team.style-1 .dz-media .btn {
      position: absolute;
      bottom: -60px;
      left: 10px;
      right: 10px; }
  .dz-team.style-1 .dz-name {
    font-size: 18px;
    margin-bottom: 0px; }
  .dz-team.style-1 .dz-position {
    font-size: 13px;
    font-weight: 500;
    color: var(--bs-primary); }
  .dz-team.style-1 .dz-content {
    background-color: var(--bs-light);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 35px 20px 15px 20px;
    margin-top: -20px;
    border-radius: 0 0 25px 25px;
    position: relative;
    z-index: 1; }
  .dz-team.style-1 .btn-square {
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 10px;
    font-size: 20px; }
  .dz-team.style-1 .dz-social {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 12px 15px;
    border-radius: 0 0 25px 25px;
    transform: translateY(-50px);
    background-color: var(--bs-light);
    position: relative;
    z-index: 0; }
  @media only screen and (max-width: 767px) {
    .dz-team.style-1 .dz-media .btn {
      font-size: 14px; }
    .dz-team.style-1 .dz-content {
      padding: 30px 15px 15px 15px; } }
  .dz-team.style-1.active, .dz-team.style-1:hover {
    background-color: var(--bs-light); }
    .dz-team.style-1.active .dz-media, .dz-team.style-1:hover .dz-media {
      background-color: var(--bs-secondary); }
      .dz-team.style-1.active .dz-media .btn, .dz-team.style-1:hover .dz-media .btn {
        bottom: 10px; }
    .dz-team.style-1.active .dz-content, .dz-team.style-1:hover .dz-content {
      background-color: var(--bs-secondary); }
    .dz-team.style-1.active .dz-name a, .dz-team.style-1:hover .dz-name a {
      color: #fff; }
    .dz-team.style-1.active .btn-square, .dz-team.style-1:hover .btn-square {
      background-color: #fff;
      color: var(--bs-secondary);
      border-color: #fff; }
      .dz-team.style-1.active .btn-square i, .dz-team.style-1:hover .btn-square i {
        -webkit-animation: toRightFromLeft 0.3s forwards;
        -moz-animation: toRightFromLeft 0.3s forwards;
        animation: toRightFromLeft 0.3s forwards; }
    .dz-team.style-1.active .dz-social, .dz-team.style-1:hover .dz-social {
      transform: translateY(0px); }
      .dz-team.style-1.active .dz-social a, .dz-team.style-1:hover .dz-social a {
        color: var(--bs-secondary); }

.dz-team.style-2 {
  border-radius: 15px;
  border: 2px solid #fff;
  box-shadow: var(--bs-box-shadow-sm); }
  .dz-team.style-2 .dz-media {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 2;
    border-radius: 0px 0px 15px 15px; }
    .dz-team.style-2 .dz-media::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 30%;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 64.5%); }
  .dz-team.style-2 .btn {
    position: absolute;
    bottom: -60px;
    left: 10px;
    right: 10px;
    z-index: 1;
    opacity: 0; }
  .dz-team.style-2 .dz-name {
    font-size: 20px;
    margin-bottom: 5px; }
  .dz-team.style-2 .dz-position {
    font-size: 14px;
    font-weight: 500;
    color: var(--bs-primary); }
  .dz-team.style-2 .dz-content {
    background-color: #fff;
    padding: 30px 20px 0px 20px;
    text-align: center;
    border-radius: 15px 15px 0px 0px; }
  .dz-team.style-2 .dz-social {
    display: flex;
    justify-content: center;
    transform: translateY(-20px);
    position: relative;
    z-index: 2; }
    .dz-team.style-2 .dz-social a {
      color: var(--bs-secondary);
      height: 40px;
      width: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%; }
      .dz-team.style-2 .dz-social a.facebook:hover {
        color: #0D91F5;
        background-color: #e5f4ff; }
      .dz-team.style-2 .dz-social a.linkedin:hover {
        color: #0B65C3;
        background-color: #e2f0ff; }
      .dz-team.style-2 .dz-social a.instagram:hover {
        color: #B439E7;
        background-color: #f8e8ff; }
      .dz-team.style-2 .dz-social a.x-twitter:hover {
        color: #000000;
        background-color: #ededed; }
      .dz-team.style-2 .dz-social a.youtube:hover {
        color: #ed0000;
        background-color: #ffe8e8; }
  @media only screen and (max-width: 767px) {
    .dz-team.style-2 .btn {
      font-size: 14px; }
    .dz-team.style-2 .dz-content {
      padding: 30px 15px 15px 15px; } }
  .dz-team.style-2.active, .dz-team.style-2:hover {
    border: 2px solid var(--bs-primary); }
    .dz-team.style-2.active .btn, .dz-team.style-2:hover .btn {
      bottom: 70px;
      opacity: 1; }
    .dz-team.style-2.active .dz-name a, .dz-team.style-2:hover .dz-name a {
      color: var(--bs-secondary); }

.dz-team.style-3 {
  border-radius: 15px;
  border: 1px solid rgba(var(--bs-primary-rgb), 0.1);
  background-color: var(--bs-light); }
  .dz-team.style-3 .dz-media {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    min-width: 80px; }
    .dz-team.style-3 .dz-media img {
      height: 100%;
      object-fit: cover; }
  .dz-team.style-3 .dz-footer {
    padding: 12px 20px;
    border-top: 1px solid rgba(var(--bs-primary-rgb), 0.1); }
  .dz-team.style-3 .dz-body {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 20px; }
  .dz-team.style-3 .dz-name {
    font-size: 18px;
    margin-bottom: 3px; }
  .dz-team.style-3 .dz-position {
    font-size: 15px;
    font-weight: 500;
    color: var(--bs-primary); }
  .dz-team.style-3 .dz-social {
    display: flex;
    gap: 20px;
    justify-content: center;
    position: relative; }
  .dz-team.style-3 .dz-social li a {
    color: var(--bs-secondary); }
  .swiper-slide.swiper-slide-thumb-active .dz-team.style-3, .dz-team.style-3.active, .dz-team.style-3:hover {
    background-color: var(--bs-secondary);
    border: 1px solid rgba(var(--bs-secondary-rgb), 0.1); }
    .swiper-slide.swiper-slide-thumb-active .dz-team.style-3 .dz-name a, .dz-team.style-3.active .dz-name a, .dz-team.style-3:hover .dz-name a {
      color: #fff; }
    .swiper-slide.swiper-slide-thumb-active .dz-team.style-3 .dz-position, .dz-team.style-3.active .dz-position, .dz-team.style-3:hover .dz-position {
      color: rgba(255, 255, 255, 0.5); }
    .swiper-slide.swiper-slide-thumb-active .dz-team.style-3 .dz-footer, .dz-team.style-3.active .dz-footer, .dz-team.style-3:hover .dz-footer {
      border-top: 1px solid rgba(var(--bs-white-rgb), 0.2); }
    .swiper-slide.swiper-slide-thumb-active .dz-team.style-3 .dz-social li a, .dz-team.style-3.active .dz-social li a, .dz-team.style-3:hover .dz-social li a {
      color: #fff; }
  @media only screen and (max-width: 1380px) {
    .dz-team.style-3 .dz-media {
      height: 60px;
      width: 60px;
      min-width: 60px; }
    .dz-team.style-3 .dz-name {
      font-size: 16px; }
    .dz-team.style-3 .dz-position {
      font-size: 14px; }
    .dz-team.style-3 .dz-body {
      gap: 12px;
      padding: 15px; }
    .dz-team.style-3 .dz-footer {
      padding: 10px 15px; } }

.dz-team.style-4 {
  width: 500px;
  margin-left: auto;
  margin-right: auto; }
  .dz-team.style-4 .dz-media {
    text-align: right;
    width: 100%;
    margin-left: auto;
    margin-right: 0; }
    .dz-team.style-4 .dz-media img {
      -webkit-mask-image: url(../images/bg05.svg);
      mask-image: url(../images/bg05.svg);
      -webkit-mask-position: center bottom;
      mask-position: center bottom;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-size: 100%;
      mask-size: 100%;
      position: relative;
      z-index: 1;
      padding-left: 35px;
      padding-right: 35px; }
    .dz-team.style-4 .dz-media::before, .dz-team.style-4 .dz-media::after {
      content: "";
      position: absolute;
      bottom: 0;
      aspect-ratio: 1 / 1;
      border-radius: 50%;
      right: 0;
      z-index: -1; }
    .dz-team.style-4 .dz-media::after {
      background-color: var(--bs-light);
      width: 100%; }
    .dz-team.style-4 .dz-media::before {
      background-color: #fff;
      width: calc(100% - 35px);
      z-index: 1; }
  .dz-team.style-4::before {
    content: "";
    position: absolute;
    bottom: 1px;
    right: -5px;
    background-size: 10px 1px;
    background-repeat: repeat-x;
    width: calc(100% + 65px);
    aspect-ratio: 1 / 1;
    z-index: 1;
    border: 2px dashed rgba(var(--bs-primary-rgb), 0.3);
    border-radius: 50%; }
  .dz-team.style-4 .dz-social {
    position: absolute;
    z-index: 1;
    top: 45px;
    left: 75px;
    display: flex;
    flex-direction: column;
    gap: 12px; }
    .dz-team.style-4 .dz-social li:nth-child(2) {
      transform: translateX(-65px) translateY(-25px); }
    .dz-team.style-4 .dz-social li:nth-child(3) {
      transform: translateX(-115px) translateY(-35px); }
    .dz-team.style-4 .dz-social li:nth-child(4) {
      transform: translateX(-150px) translateY(-30px); }
    .dz-team.style-4 .dz-social li:nth-child(5) {
      transform: translateX(-160px) translateY(-25px); }
    .dz-team.style-4 .dz-social li:nth-child(6) {
      transform: translateX(-155px) translateY(-15px); }
    .dz-team.style-4 .dz-social li:nth-child(7) {
      transform: translateX(-145px) translateY(-30px); }
  .dz-team.style-4 .dz-social li a {
    height: 55px;
    width: 55px;
    box-shadow: 0 0 40px rgba(var(--bs-secondary-rgb), 0.07);
    background-color: #fff;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .dz-team.style-4 .dz-social li a:hover {
      color: #fff !important; }
    .dz-team.style-4 .dz-social li a.facebook {
      color: #0D91F5; }
      .dz-team.style-4 .dz-social li a.facebook:hover {
        background-color: #0D91F5; }
    .dz-team.style-4 .dz-social li a.linkedin {
      color: #0B65C3; }
      .dz-team.style-4 .dz-social li a.linkedin:hover {
        background-color: #0B65C3; }
    .dz-team.style-4 .dz-social li a.instagram {
      color: #B439E7; }
      .dz-team.style-4 .dz-social li a.instagram:hover {
        background-color: #B439E7; }
    .dz-team.style-4 .dz-social li a.x-twitter {
      color: #000000; }
      .dz-team.style-4 .dz-social li a.x-twitter:hover {
        background-color: #000000; }
  .dz-team.style-4 .item1,
  .dz-team.style-4 .item2 {
    position: absolute; }
  .dz-team.style-4 .item1 {
    width: 235px;
    box-shadow: 0 0 50px rgba(var(--bs-secondary-rgb), 0.1);
    border-radius: 15px;
    background-color: #fff;
    padding: 15px 25px;
    position: absolute;
    bottom: 160px;
    z-index: 1;
    left: -100px; }
  .dz-team.style-4 .item2 {
    bottom: 40px;
    right: -50px;
    z-index: 1; }
  .dz-team.style-4 .info-widget.style-3 {
    border-radius: 15px; }
  @media only screen and (max-width: 767px) {
    .dz-team.style-4 {
      width: 400px; }
      .dz-team.style-4 .item1,
      .dz-team.style-4 .item2 {
        display: none; }
      .dz-team.style-4::before {
        width: calc(100% + 45px); }
      .dz-team.style-4 .dz-social {
        top: 25px; }
      .dz-team.style-4 .dz-social li a {
        height: 45px;
        width: 45px;
        font-size: 16px; }
      .dz-team.style-4 .dz-social li:nth-child(2) {
        transform: translateX(-55px) translateY(-25px); }
      .dz-team.style-4 .dz-social li:nth-child(3) {
        transform: translateX(-100px) translateY(-35px); }
      .dz-team.style-4 .dz-social li:nth-child(4) {
        transform: translateX(-130px) translateY(-30px); } }
  @media only screen and (max-width: 575px) {
    .dz-team.style-4 {
      width: 280px; }
      .dz-team.style-4::before {
        width: calc(100% + 15px); }
      .dz-team.style-4 .dz-social li a {
        height: 35px;
        width: 35px;
        font-size: 13px; }
      .dz-team.style-4 .dz-social {
        top: 0;
        left: 55px; }
      .dz-team.style-4 .dz-social li:nth-child(2) {
        transform: translateX(-42px) translateY(-15px); }
      .dz-team.style-4 .dz-social li:nth-child(3) {
        transform: translateX(-70px) translateY(-20px); }
      .dz-team.style-4 .dz-social li:nth-child(4) {
        transform: translateX(-80px) translateY(-20px); }
      .dz-team.style-4 .dz-media::after {
        width: 95%; } }

.dz-team.style-5 {
  background-color: var(--bs-light);
  border-radius: var(--radius-md); }
  .dz-team.style-5 .dz-media {
    padding: 15px 35px 0; }
  .dz-team.style-5 .dz-social {
    position: absolute;
    bottom: 0;
    left: 40px;
    display: flex;
    background-color: #fff;
    border-radius: 50px;
    height: 60px;
    padding: 10px 50px;
    right: 40px;
    bottom: 40px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    font-size: 18px; }
    .dz-team.style-5 .dz-social a {
      color: var(--bs-secondary); }
  @media only screen and (max-width: 1199px) {
    .dz-team.style-5 .dz-media {
      padding: 5px 25px 0; }
    .dz-team.style-5 .dz-social {
      left: 20px;
      height: 50px;
      padding: 10px 30px;
      right: 20px;
      bottom: 20px;
      font-size: 15px; } }

.dz-team.style-6 {
  margin-bottom: 30px; }
  .dz-team.style-6 .dz-media {
    position: relative;
    width: 530px;
    z-index: 1;
    padding: 0 40px;
    overflow: unset;
    margin-left: auto;
    margin-right: auto; }
    .dz-team.style-6 .dz-media::after {
      content: "";
      height: 420px;
      width: 100%;
      position: absolute;
      border-radius: 30px;
      background-color: var(--bs-primary);
      box-shadow: 0 0 50px rgba(var(--bs-primary-rgb), 0.3);
      bottom: 0;
      left: 0;
      z-index: -1; }
    @media only screen and (max-width: 1380px) {
      .dz-team.style-6 .dz-media {
        width: 480px;
        padding: 0 25px; } }
    @media only screen and (max-width: 1199px) {
      .dz-team.style-6 .dz-media {
        width: 420px; }
        .dz-team.style-6 .dz-media::after {
          height: 300px; } }
    @media only screen and (max-width: 575px) {
      .dz-team.style-6 .dz-media {
        width: 100%; }
        .dz-team.style-6 .dz-media::after {
          height: 200px;
          border-radius: 15px; } }
  .dz-team.style-6 .dz-social {
    position: absolute;
    left: 50%;
    display: flex;
    background-color: #fff;
    border-radius: 50px;
    height: 60px;
    padding: 10px 50px;
    bottom: -25px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    z-index: 1;
    width: 50%;
    transform: translateX(-50%); }
    .dz-team.style-6 .dz-social a {
      color: var(--bs-secondary); }
    @media only screen and (max-width: 1199px) {
      .dz-team.style-6 .dz-social {
        height: 50px;
        padding: 10px 30px;
        font-size: 15px; } }
    @media only screen and (max-width: 575px) {
      .dz-team.style-6 .dz-social {
        width: 80%; } }
  .dz-team.style-6 .item1 {
    position: absolute;
    left: 0;
    top: 55%;
    z-index: 1; }
    @media only screen and (max-width: 575px) {
      .dz-team.style-6 .item1 {
        display: none; } }

.dz-team.style-7 {
  background-color: #fff;
  border-radius: var(--radius-lg);
  padding: 30px 20px 0; }

.dz-team-swiper1 {
  overflow: unset; }
  .dz-team-swiper1 .swiper-slide:not(.swiper-slide-active) {
    opacity: 0;
    visibility: hidden; }

.dz-team-swiper1 {
  height: 100%;
  padding-bottom: 20px !important; }
  .dz-team-swiper1 .swiper-slide {
    background-color: #fff; }

.dz-team-swiper1-thumb {
  margin: 0 -20px 0 0 !important; }
  @media only screen and (max-width: 575px) {
    .dz-team-swiper1-thumb {
      margin: 0 -15px 0 0 !important; } }

.dz-team-swiper1-thumb .swiper-slide {
  padding-right: 20px;
  margin-bottom: 20px; }

.swiper.dz-team-swiper1-thumb .swiper-wrapper {
  flex-direction: unset; }

.post-video {
  position: relative; }
  .post-video a {
    display: block;
    position: relative; }
  .post-video .post-video-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    border-radius: 4px; }
    .post-video .post-video-icon:hover {
      background: var(--bs-primary);
      color: #fff; }
  @media only screen and (max-width: 575px) {
    .post-video .post-video-icon {
      width: 50px;
      height: 50px;
      font-size: 24px;
      padding-left: 2px; } }

.dz-meta {
  margin-bottom: 10px; }

.dz-meta ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px; }
  .dz-meta ul li {
    display: inline-flex;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    margin-right: 5px;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap; }
    .dz-meta ul li i {
      font-size: 15px;
      margin-right: 2px;
      color: var(--bs-secondary);
      position: relative;
      top: -1px; }

.dz-card .dz-media img {
  width: 100%; }

.dz-card .read-btn {
  display: flex;
  align-items: center;
  gap: 5px; }
  .dz-card .read-btn i {
    font-size: 16px; }

@media only screen and (min-width: 767px) {
  .dz-card.blog-half {
    display: flex; } }

.dz-card.blog-half .dz-media {
  min-width: 320px;
  width: 320px;
  min-height: 250px;
  height: 100%; }

@media only screen and (max-width: 1199px) {
  .dz-card.blog-half .dz-media {
    min-width: 280px;
    width: 280px; } }

@media only screen and (max-width: 767px) {
  .dz-card.blog-half .dz-media {
    min-width: 100%;
    width: 100%; } }

.dz-card.style-1 {
  position: relative;
  z-index: 1;
  padding: 20px;
  filter: drop-shadow(0 0 50px rgba(var(--bs-secondary-rgb), 0.07));
  height: 100%;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }
  .dz-card.style-1::after {
    content: "";
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    mask-image: url(../images/bg02.svg);
    mask-position: right bottom;
    border-radius: 30px 30px 0 30px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
  .dz-card.style-1 .dz-media {
    border-radius: 15px;
    height: auto;
    margin-bottom: 15px; }
    .dz-card.style-1 .dz-media img {
      width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;

      /* object-fit: cover;  */
    }
    .loadmore-content i.feather.icon-arrow-up-right {
      display: inline-block;
      transform: rotate(45deg);
  }
  .loadmore-content .dz-card.style-1 .btn-square{
    height: 28px !important;
    width: 48px !important;
    /* min-width: 48px; */
    border-radius: 28px !important;


  }


    @media only screen and (max-width: 575px) {
      .dz-card.style-1 .dz-media {
        height: auto; } }
  .dz-card.style-1 .btn-square {
    position: absolute;
    right: 0;
    bottom: 0; }
  .dz-card.style-1 p {
    font-size: 15px; }
  .dz-card.style-1 .dz-info {
    padding: 10px; }
    @media only screen and (max-width: 1199px) {
      .dz-card.style-1 .dz-info {
        padding: 0; } }
  .dz-card.style-1 .dz-meta {
    margin-bottom: 0;
    margin-top: 25px;
    margin-right: 35px; }
    .dz-card.style-1 .dz-meta li {
      background-color: var(--bs-primary);
      color: #fff;
      border-radius: 15px;
      font-weight: 500;
      font-size: 13px;
      padding: 5px 15px 5px 23px;
      line-height: 1.4;
      position: relative; }
      .dz-card.style-1 .dz-meta li a {
        color: #fff; }
      .dz-card.style-1 .dz-meta li::after {
        content: "";
        position: absolute;
        height: 6px;
        width: 6px;
        border-radius: 50%;
        background-color: #fff;
        left: 10px; }
    @media only screen and (max-width: 575px) {
      .dz-card.style-1 .dz-meta {
        margin-top: 15px; } }
  .dz-card.style-1 .btn-square {
    height: 48px;
    width: 48px;
    min-width: 48px; }
  .dz-card.style-1.blog-half .dz-media {
    margin-bottom: 0;
    min-width: 320px;
    width: 320px;
    min-height: 250px;
    height: 100%; }
  .dz-card.style-1.blog-half .dz-info {
    padding: 20px;
    align-self: center; }
  @media only screen and (max-width: 1199px) {
    .dz-card.style-1.blog-half .dz-media {
      min-width: 280px;
      width: 280px; } }
  @media only screen and (max-width: 767px) {
    .dz-card.style-1.blog-half .dz-media {
      min-width: 100%;
      width: 100%;
      min-height: 250px;
      height: 250px; }
    .dz-card.style-1.blog-half .dz-info {
      padding: 15px 0 0; } }
  @media only screen and (max-width: 575px) {
    .dz-card.style-1.blog-half .dz-media {
      min-height: 200px;
      height: 200px; } }
  .dz-card.style-1.blog-half-2 {
    padding: 0;
    filter: none; }
    .dz-card.style-1.blog-half-2::after {
      content: none; }
    .dz-card.style-1.blog-half-2 .btn-square {
      position: static; }
    .dz-card.style-1.blog-half-2 .dz-media {
      min-width: 420px;
      width: 420px;
      min-height: 360px;
      border-radius: 30px; }
    .dz-card.style-1.blog-half-2 .info-bottom {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 15px;
      margin-top: -10px; }
    .dz-card.style-1.blog-half-2 .dz-title {
      font-size: 28px; }
    .dz-card.style-1.blog-half-2 .dz-info {
      padding: 35px;
      align-self: center;
      box-shadow: 0 0 40px rgba(var(--bs-secondary-rgb), 0.1);
      border-radius: 15px;
      margin-left: -60px;
      background-color: #fff;
      margin-top: 40px;
      margin-bottom: 40px; }
    @media only screen and (max-width: 1480px) {
      .dz-card.style-1.blog-half-2 .dz-title {
        font-size: 24px; }
      .dz-card.style-1.blog-half-2 .dz-info {
        padding: 25px; }
      .dz-card.style-1.blog-half-2 .dz-media {
        min-width: 350px;
        width: 350px;
        min-height: 280px; } }
    @media only screen and (max-width: 991px) {
      .dz-card.style-1.blog-half-2 .dz-media {
        min-width: 280px;
        width: 280px;
        min-height: 250px; }
      .dz-card.style-1.blog-half-2 .dz-info {
        margin-top: 30px;
        margin-bottom: 30px; } }

        @media only screen and (max-width: 878px){
          .dz-bnr-inr.dz-bnr-inr-md {
          max-height: 170px;
          }
        }

        /* @media only screen and (max-width: 767px) {
          .dz-bnr-inr.dz-bnr-inr-md {
              --dz-banner-height: auto;
              max-height: 156px;
          }
      } */

    @media only screen and (max-width: 767px) {
      .dz-card.style-1.blog-half-2 .dz-media {
        min-width: 100%;
        width: 100%;
        min-height: 320px; }
      .dz-card.style-1.blog-half-2 .dz-info {
        margin-top: -30px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 0; } }

        @media only screen and (max-width: 709px) {
          .dz-bnr-inr.dz-bnr-inr-md {
              --dz-banner-height: auto;
              max-height: 145px;
          }
      }
    @media only screen and (max-width: 575px) {
      .dz-card.style-1.blog-half-2 .dz-media {
        min-height: 250px; }
      .dz-card.style-1.blog-half-2 .dz-title {
        font-size: 20px; }
      .dz-card.style-1.blog-half-2 .dz-info {
        padding: 20px;
        margin-top: -20px;
        margin-left: 0;
        margin-right: 0; } }
  .dz-card.style-1:hover {
    transform: translateY(-8px); }

.dz-card.style-2 {
  position: relative;
  overflow: hidden; }
  .dz-card.style-2.dz-card-overlay {
    border-radius: var(--radius-xl);
    height: 550px;
    background-color: var(--bs-light);
    background-size: cover; }
    .dz-card.style-2.dz-card-overlay:not(.no-image):not(.overlay-none)::after {
      content: "";
      background: linear-gradient(to top, rgba(var(--bs-secondary-rgb), 0.4) 0%, rgba(var(--bs-secondary-rgb), 0));
      position: absolute;
      height: 100%;
      left: 0;
      width: 100%;
      top: 0; }
    .dz-card.style-2.dz-card-overlay .dz-info {
      padding: 70px 30px 30px;
      height: 100%;
      width: 100%;
      display: flex;
      flex-direction: column;
      z-index: 1; }
    .dz-card.style-2.dz-card-overlay .bottom-info {
      display: flex;
      align-items: flex-end;
      gap: 30px;
      flex: 1;
      justify-content: space-between; }
    .dz-card.style-2.dz-card-overlay .dz-title {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 0;
      line-height: 1.6; }
      .dz-card.style-2.dz-card-overlay .dz-title a {
        color: #fff; }
    .dz-card.style-2.dz-card-overlay .post-date {
      padding: 5px 15px;
      position: absolute;
      top: 30px;
      left: 30px;
      z-index: 1;
      color: var(--bs-secondary);
      background-color: #fff;
      font-weight: 500;
      font-size: 12px;
      text-transform: uppercase;
      border-radius: 50px; }
      .dz-card.style-2.dz-card-overlay .post-date::before {
        content: "\f111";
        font-family: 'FontAwesome';
        font-size: 7px;
        transform: translateY(-2px);
        display: inline-block;
        margin-right: 6px; }
    .dz-card.style-2.dz-card-overlay .dz-meta {
      margin-bottom: 5px; }
      .dz-card.style-2.dz-card-overlay .dz-meta ul {
        margin-right: -10px; }
        .dz-card.style-2.dz-card-overlay .dz-meta ul li {
          font-weight: 500;
          font-size: 13px;
          line-height: 28px;
          text-transform: uppercase;
          color: #0D775E;
          line-height: 1.2;
          padding: 0;
          border-radius: 20px; }
          .dz-card.style-2.dz-card-overlay .dz-meta ul li a {
            color: var(--bs-primary); }
    @media only screen and (max-width: 1199px) {
      .dz-card.style-2.dz-card-overlay {
        height: 420px; }
        .dz-card.style-2.dz-card-overlay .dz-info {
          padding: 60px 20px 20px; }
          .dz-card.style-2.dz-card-overlay .dz-info .post-date {
            top: 20px;
            left: 20px; }
          .dz-card.style-2.dz-card-overlay .dz-info .bottom-info {
            gap: 15px; }
          .dz-card.style-2.dz-card-overlay .dz-info .dz-title {
            font-size: 20px; } }
  .dz-card.style-2 .dz-info {
    position: relative; }
  .dz-card.style-2.card-sm {
    height: 265px; }
    .dz-card.style-2.card-sm .dz-info .dz-title {
      font-size: 20px;
      line-height: 1.5; }
  .dz-card.style-2.card-lg .dz-info .dz-title {
    font-size: 30px;
    line-height: 1.6; }
  .dz-card.style-2.overlay-none .dz-info .dz-title a, .dz-card.style-2.no-image .dz-info .dz-title a {
    color: var(--bs-secondary); }
  .dz-card.style-2 .dz-media {
    border-radius: var(--radius-xl); }
    .dz-card.style-2 .dz-media img {
      height: 100%;
      object-fit: cover; }
  .dz-card.style-2 .dz-meta ul li {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    gap: 12px; }
    .dz-card.style-2 .dz-meta ul li:not(:last-child)::after {
      content: "";
      height: 6px;
      width: 6px;
      background-color: var(--bs-primary);
      border-radius: 50%; }
    @media only screen and (max-width: 991px) {
      .dz-card.style-2 .dz-meta ul li {
        font-size: 13px;
        gap: 10px; } }
  .dz-card.style-2.blog-half {
    gap: 30px; }
    .dz-card.style-2.blog-half .dz-media {
      min-width: 420px;
      width: 420px;
      height: 300px; }
    .dz-card.style-2.blog-half .dz-title {
      font-size: 28px; }
    .dz-card.style-2.blog-half .dz-info {
      align-self: center; }
    @media only screen and (max-width: 991px) {
      .dz-card.style-2.blog-half {
        gap: 20px; }
        .dz-card.style-2.blog-half .dz-media {
          min-width: 300px;
          width: 300px;
          height: 215px; }
        .dz-card.style-2.blog-half .dz-title {
          font-size: 22px; } }
    @media only screen and (max-width: 767px) {
      .dz-card.style-2.blog-half .dz-media {
        min-width: 100%;
        width: 100%;
        height: 350px;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 575px) {
      .dz-card.style-2.blog-half .dz-media {
        height: 250px; } }
  .dz-card.style-2 .content-half {
    max-width: 50%; }

.dz-card.style-3 {
  padding: 15px;
  border-radius: var(--radius-lg);
  border: 1px solid transparent;
  transition: 0.3s;
  height: 100%; }
  .dz-card.style-3 .dz-meta {
    margin-bottom: 10px; }
    .dz-card.style-3 .dz-meta li {
      background-color: rgba(var(--bs-primary-rgb), 0.1);
      color: var(--bs-primary);
      border-radius: 15px;
      font-weight: 500;
      font-size: 13px;
      padding: 5px 15px 5px 23px;
      line-height: 1.4;
      position: relative; }
      .dz-card.style-3 .dz-meta li a {
        color: var(--bs-primary); }
      .dz-card.style-3 .dz-meta li::after {
        content: "";
        position: absolute;
        height: 6px;
        width: 6px;
        border-radius: 50%;
        background-color: var(--bs-primary);
        left: 10px; }
  .dz-card.style-3 .dz-title {
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 8px; }
  .dz-card.style-3 .dz-info p {
    font-size: 15px; }
    .dz-card.style-3 .dz-info p:last-child {
      margin-bottom: 0; }
  .dz-card.style-3 .dz-media img {
    border-radius: var(--radius-md);
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .dz-card.style-3.blog-half {
    gap: 30px;
    align-items: center; }
    .dz-card.style-3.blog-half .dz-media {
      min-width: 310px;
      width: 310px;
      min-height: 200px;
      height: 100%; }
  .swiper-slide-thumb-active .dz-card.style-3, .dz-card.style-3:hover, .dz-card.style-3.active {
    border: 1px solid var(--bs-primary); }
  @media only screen and (max-width: 1480px) {
    .dz-card.style-3 .dz-title {
      font-size: 24px; }
    .dz-card.style-3.blog-half .dz-media {
      min-width: 280px;
      width: 280px;
      min-height: 180px; } }
  @media only screen and (max-width: 1199px) {
    .dz-card.style-3.blog-half {
      gap: 15px; }
      .dz-card.style-3.blog-half .dz-media {
        min-width: 235px;
        width: 235px;
        min-height: 150px; }
    .dz-card.style-3 .dz-title {
      font-size: 20px; } }
  @media only screen and (max-width: 767px) {
    .dz-card.style-3.blog-half .dz-media {
      min-width: 100%;
      width: 100%;
      min-height: 100%;
      height: auto; }
    .dz-card.style-3.blog-half .dz-info + .dz-media {
      margin-top: 15px; } }

.dz-card.style-4 {
  position: relative;
  z-index: 1;
  padding: 30px;
  height: 100%;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #fff;
  border-radius: var(--radius-xl); }
  @media only screen and (max-width: 991px) {
    .dz-card.style-4 {
      padding: 20px; } }
  .dz-card.style-4 .dz-media {
    border-radius: 15px;
    height: 250px;
    margin-bottom: 25px; }
    .dz-card.style-4 .dz-media img {
      height: 100%;
      object-fit: cover; }
    @media only screen and (max-width: 575px) {
      .dz-card.style-4 .dz-media {
        height: 200px; } }
  .dz-card.style-4 p {
    font-size: 15px; }
  .dz-card.style-4 .dz-title {
    margin-bottom: 10px; }
  .dz-card.style-4 .dz-info .btn-link {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none; }
  .dz-card.style-4 .dz-meta {
    margin-bottom: 10px; }
    .dz-card.style-4 .dz-meta li {
      background-color: rgba(var(--bs-primary-rgb), 0.1);
      color: var(--bs-primary);
      border-radius: 15px;
      font-weight: 500;
      font-size: 13px;
      padding: 5px 15px 5px 23px;
      line-height: 1.4;
      position: relative; }
      .dz-card.style-4 .dz-meta li a {
        color: var(--bs-primary); }
      .dz-card.style-4 .dz-meta li::after {
        content: "";
        position: absolute;
        height: 6px;
        width: 6px;
        border-radius: 50%;
        background-color: var(--bs-primary);
        left: 10px; }
  .dz-card.style-4.blog-half .dz-media {
    margin-bottom: 0;
    min-width: 320px;
    width: 320px;
    min-height: 250px;
    height: 100%; }
  .dz-card.style-4.blog-half .dz-info {
    padding: 20px 20px 20px 30px;
    align-self: center; }
  .dz-card.style-4.blog-half .dz-title {
    font-size: 30px; }
  @media only screen and (max-width: 1480px) {
    .dz-card.style-4.blog-half .dz-title {
      font-size: 24px; } }
  @media only screen and (max-width: 1199px) {
    .dz-card.style-4.blog-half .dz-media {
      min-width: 280px;
      width: 280px; } }
  @media only screen and (max-width: 767px) {
    .dz-card.style-4.blog-half .dz-media {
      min-width: 100%;
      width: 100%;
      min-height: 250px;
      height: 250px; }
    .dz-card.style-4.blog-half .dz-info {
      padding: 25px 0 0; } }
  @media only screen and (max-width: 575px) {
    .dz-card.style-4.blog-half .dz-media {
      min-height: 200px;
      height: 200px; }
    .dz-card.style-4.blog-half .dz-title {
      font-size: 20px; } }

/* DZ Shine */
.dz-card.style-1 .dz-media::before,
.dz-card.style-2 .dz-media::before,
.dz-card.style-3 .dz-media::before,
.dz-card.style-4 .dz-media::before,
.dz-card.style-5 .dz-media::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 0;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg); }

.dz-card.style-1:hover .dz-media:before,
.dz-card.style-2:hover .dz-media:before,
.dz-card.style-3:hover .dz-media:before,
.dz-card.style-4:hover .dz-media:before,
.dz-card.style-5:hover .dz-media:before {
  -webkit-animation: dzShine .75s;
  animation: dzShine .75s; }

@-webkit-keyframes dzShine {
  100% {
    left: 125%; } }

@keyframes dzShine {
  100% {
    left: 125%; } }

.dz-blog-swiper1-thumb {
  height: 660px; }

.dz-blog-swiper1 .swiper-wrapper .content-media {
  margin-right: 32px; }

@keyframes animationSignal2 {
  0% {
    opacity: .8;
    transform: scale(0.9); }
  100% {
    transform: scale(1.9);
    opacity: 0; } }

@media (min-width: 13800px) {
  .blog-list-view {
    padding-right: 100px; } }

.dz-carticon,
.dz-wishicon {
  padding: 0; }
  .dz-carticon .dz-cart-check,
  .dz-carticon .dz-heart-fill,
  .dz-wishicon .dz-cart-check,
  .dz-wishicon .dz-heart-fill {
    display: none; }

.active.btn.dz-carticon,
.active.btn.dz-wishicon {
  background-color: var(--bs-primary) !important; }
  .active.btn.dz-carticon .dz-cart-out,
  .active.btn.dz-carticon .dz-heart,
  .active.btn.dz-wishicon .dz-cart-out,
  .active.btn.dz-wishicon .dz-heart {
    display: none; }
  .active.btn.dz-carticon .dz-cart-check,
  .active.btn.dz-carticon .dz-heart-fill,
  .active.btn.dz-wishicon .dz-cart-check,
  .active.btn.dz-wishicon .dz-heart-fill {
    display: inline-block; }

.shop-card {
  border-radius: var(--radius-md);
  box-shadow: var(--bs-box-shadow-sm); }
  .shop-card .dz-media {
    border-radius: 15px 15px 0px 0px; }
  .shop-card .shop-meta {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; }
    .shop-card .shop-meta .btn {
      padding: 10px;
      background-color: var(--bs-primary);
      border-color: var(--bs-primary);
      border-radius: 8px;
      min-width: 45px;
      height: 45px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      box-shadow: var(--bs-box-shadow);
      font-size: 16px;
      margin: 0 3px; }
      .shop-card .shop-meta .btn.active {
        color: #fff; }
    .shop-card .shop-meta .quick-view {
      padding-left: 20px;
      padding-right: 20px;
      background-color: var(--bs-secondary);
      border-color: var(--bs-secondary);
      color: #fff; }
    @media only screen and (max-width: 1380px) {
      .shop-card .shop-meta .btn {
        padding: 10px;
        min-width: 45px;
        height: 45px;
        font-size: 16px;
        margin: 0 2px; } }
    @media only screen and (max-width: 991px) {
      .shop-card .shop-meta .quick-view {
        padding-left: 20px;
        padding-right: 20px; } }
    @media only screen and (max-width: 767px) {
      .shop-card .shop-meta .quick-view {
        padding: 10px; } }
  .shop-card:hover .shop-meta {
    bottom: 20px; }
  .shop-card .product-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .shop-card .product-tag .badge {
      padding: 5px 15px;
      background-color: var(--bs-primary);
      color: #fff;
      font-family: var(--font-family-title);
      font-size: 12px;
      min-width: 22px;
      min-height: 22px;
      line-height: 18px;
      text-transform: uppercase;
      text-align: center;
      font-weight: 600;
      border-radius: 30px;
      transition: 0.5s; }
      @media only screen and (max-width: 575px) {
        .shop-card .product-tag .badge {
          padding: 2px 8px;
          font-size: 10px; } }
  .shop-card .dz-content {
    background-color: #fff;
    padding: 20px 25px;
    border-top: 1px solid #EFE9E9;
    border-radius: 0px 0px 15px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px; }
    @media only screen and (max-width: 1380px) {
      .shop-card .dz-content {
        gap: 10px;
        padding: 18px 20px; } }
    .shop-card .dz-content .title {
      font-size: 20px;
      margin-bottom: 5px; }
      @media only screen and (max-width: 767px) {
        .shop-card .dz-content .title {
          font-size: 18px;
          margin-bottom: 3px; } }
    .shop-card .dz-content .btn-square {
      width: 55px;
      height: 55px;
      min-width: 55px;
      background-color: #EFE9E9;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .shop-card .dz-content .btn-square i {
        font-size: 25px;
        color: var(--bs-secondary);
        -webkit-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s; }
      .shop-card .dz-content .btn-square:hover i {
        color: #fff; }
      @media only screen and (max-width: 767px) {
        .shop-card .dz-content .btn-square {
          width: 45px;
          height: 45px;
          min-width: 45px; }
          .shop-card .dz-content .btn-square i {
            font-size: 20px; } }
    .shop-card .dz-content .price {
      color: var(--bs-primary);
      margin-bottom: 0;
      font-weight: 600;
      font-size: 16px; }
      .shop-card .dz-content .price del {
        color: #816E6E;
        font-weight: 400;
        margin-left: 5px; }

