/* General */
:root {
  --border-radius: 4px;
  --border-radius2x: 8px;
  --default: #777;
  --primary: #476c85;
  --primary-100: rgb(63.9, 97.2, 119.7);
  --primary-200: rgb(56.8, 86.4, 106.4);
  --primary-300: rgb(49.7, 75.6, 93.1);
  --primary--100: rgb(85.72, 119.76, 142.76);
  --primary--200: rgb(100.44, 131.52, 152.52);
  --primary--300: rgb(115.16, 143.28, 162.28);
  --primary-rgba-0: rgba(71, 108, 133, 0);
  --primary-rgba-10: rgba(71, 108, 133, 0.1);
  --primary-rgba-20: rgba(71, 108, 133, 0.2);
  --primary-rgba-30: rgba(71, 108, 133, 0.3);
  --primary-rgba-40: rgba(71, 108, 133, 0.4);
  --primary-rgba-50: rgba(71, 108, 133, 0.5);
  --primary-rgba-60: rgba(71, 108, 133, 0.6);
  --primary-rgba-70: rgba(71, 108, 133, 0.7);
  --primary-rgba-80: rgba(71, 108, 133, 0.8);
  --primary-rgba-90: rgba(71, 108, 133, 0.9);
  --secondary: #478085;
  --secondary-100: rgb(63.9, 115.2, 119.7);
  --secondary-200: rgb(56.8, 102.4, 106.4);
  --secondary-300: rgb(49.7, 89.6, 93.1);
  --secondary--100: rgb(85.72, 138.16, 142.76);
  --secondary--200: rgb(100.44, 148.32, 152.52);
  --secondary--300: rgb(115.16, 158.48, 162.28);
  --secondary-rgba-0: rgba(71, 128, 133, 0);
  --secondary-rgba-10: rgba(71, 128, 133, 0.1);
  --secondary-rgba-20: rgba(71, 128, 133, 0.2);
  --secondary-rgba-30: rgba(71, 128, 133, 0.3);
  --secondary-rgba-40: rgba(71, 128, 133, 0.4);
  --secondary-rgba-50: rgba(71, 128, 133, 0.5);
  --secondary-rgba-60: rgba(71, 128, 133, 0.6);
  --secondary-rgba-70: rgba(71, 128, 133, 0.7);
  --secondary-rgba-80: rgba(71, 128, 133, 0.8);
  --secondary-rgba-90: rgba(71, 128, 133, 0.9);
  --tertiary: #0c5586;
  --tertiary-100: rgb(10.8, 76.5, 120.6);
  --tertiary-200: rgb(9.6, 68, 107.2);
  --tertiary-300: rgb(8.4, 59.5, 93.8);
  --tertiary--100: rgb(31.44, 98.6, 143.68);
  --tertiary--200: rgb(50.88, 112.2, 153.36);
  --tertiary--300: rgb(70.32, 125.8, 163.04);
  --tertiary-rgba-0: rgba(12, 85, 133, 0);
  --tertiary-rgba-10: rgba(12, 85, 133, 0.1);
  --tertiary-rgba-20: rgba(12, 85, 133, 0.2);
  --tertiary-rgba-30: rgba(12, 85, 133, 0.3);
  --tertiary-rgba-40: rgba(12, 85, 133, 0.4);
  --tertiary-rgba-50: rgba(12, 85, 133, 0.5);
  --tertiary-rgba-60: rgba(12, 85, 133, 0.6);
  --tertiary-rgba-70: rgba(12, 85, 133, 0.7);
  --tertiary-rgba-80: rgba(12, 85, 133, 0.8);
  --tertiary-rgba-90: rgba(12, 85, 133, 0.9);
  --quaternary: #657785;
  --quaternary-100: rgb(90.9, 107.1, 119.7);
  --quaternary-200: rgb(80.8, 95.2, 106.4);
  --quaternary-300: rgb(70.7, 83.3, 93.1);
  --quaternary--100: rgb(113.32, 129.88, 142.76);
  --quaternary--200: rgb(125.64, 140.76, 152.52);
  --quaternary--300: rgb(137.96, 151.64, 162.28);
  --quaternary-rgba-0: rgba(101, 119, 133, 0);
  --quaternary-rgba-10: rgba(101, 119, 133, 0.1);
  --quaternary-rgba-20: rgba(101, 119, 133, 0.2);
  --quaternary-rgba-30: rgba(101, 119, 133, 0.3);
  --quaternary-rgba-40: rgba(101, 119, 133, 0.4);
  --quaternary-rgba-50: rgba(101, 119, 133, 0.5);
  --quaternary-rgba-60: rgba(101, 119, 133, 0.6);
  --quaternary-rgba-70: rgba(101, 119, 133, 0.7);
  --quaternary-rgba-80: rgba(101, 119, 133, 0.8);
  --quaternary-rgba-90: rgba(101, 119, 133, 0.9);
  --grey-blue: #476C85;
  --grey-blue-100: rgb(63.9, 97.2, 119.7);
  --grey-blue-200: rgb(56.8, 86.4, 106.4);
  --grey-blue-300: rgb(49.7, 75.6, 93.1);
  --grey-blue--100: rgb(85.72, 119.76, 142.76);
  --grey-blue--200: rgb(100.44, 131.52, 152.52);
  --grey-blue--300: rgb(115.16, 143.28, 162.28);
  --grey-blue-rgba-0: rgba(71, 108, 133, 0);
  --grey-blue-rgba-10: rgba(71, 108, 133, 0.1);
  --grey-blue-rgba-20: rgba(71, 108, 133, 0.2);
  --grey-blue-rgba-30: rgba(71, 108, 133, 0.3);
  --grey-blue-rgba-40: rgba(71, 108, 133, 0.4);
  --grey-blue-rgba-50: rgba(71, 108, 133, 0.5);
  --grey-blue-rgba-60: rgba(71, 108, 133, 0.6);
  --grey-blue-rgba-70: rgba(71, 108, 133, 0.7);
  --grey-blue-rgba-80: rgba(71, 108, 133, 0.8);
  --grey-blue-rgba-90: rgba(71, 108, 133, 0.9);
  --light: #ffffff;
  --light-100: rgb(229.5, 229.5, 229.5);
  --light-200: #cccccc;
  --light-300: rgb(178.5, 178.5, 178.5);
  --light--100: white;
  --light--200: white;
  --light--300: white;
  --light-rgba-0: rgba(255, 255, 255, 0);
  --light-rgba-10: rgba(255, 255, 255, 0.1);
  --light-rgba-20: rgba(255, 255, 255, 0.2);
  --light-rgba-30: rgba(255, 255, 255, 0.3);
  --light-rgba-40: rgba(255, 255, 255, 0.4);
  --light-rgba-50: rgba(255, 255, 255, 0.5);
  --light-rgba-60: rgba(255, 255, 255, 0.6);
  --light-rgba-70: rgba(255, 255, 255, 0.7);
  --light-rgba-80: rgba(255, 255, 255, 0.8);
  --light-rgba-90: rgba(255, 255, 255, 0.9);
  --dark: #212529;
  --dark-100: rgb(29.7, 33.3, 36.9);
  --dark-200: rgb(26.4, 29.6, 32.8);
  --dark-300: rgb(23.1, 25.9, 28.7);
  --dark--100: rgb(50.76, 54.44, 58.12);
  --dark--200: rgb(68.52, 71.88, 75.24);
  --dark--300: rgb(86.28, 89.32, 92.36);
  --dark-rgba-0: rgba(33, 37, 41, 0);
  --dark-rgba-10: rgba(33, 37, 41, 0.1);
  --dark-rgba-20: rgba(33, 37, 41, 0.2);
  --dark-rgba-30: rgba(33, 37, 41, 0.3);
  --dark-rgba-40: rgba(33, 37, 41, 0.4);
  --dark-rgba-50: rgba(33, 37, 41, 0.5);
  --dark-rgba-60: rgba(33, 37, 41, 0.6);
  --dark-rgba-70: rgba(33, 37, 41, 0.7);
  --dark-rgba-80: rgba(33, 37, 41, 0.8);
  --dark-rgba-90: rgba(33, 37, 41, 0.9);
  --bs-danger:#a52b0f;
  --bs-danger-rgb:165, 43, 15;
  --primary-inverse: #FFF;
  --secondary-inverse: #FFF;
  --tertiary-inverse: #FFF;
  --quaternary-inverse: #FFF;
  --dark-inverse: #FFF;
  --light-inverse: #777;
  --grey: #969696;
  --grey-100: #f4f4f4;
  --grey-200: #eaeaea;
  --grey-300: #e5e5e5;
  --grey-400: #e0e0e0;
  --grey-500: #dbdbdb;
  --grey-600: #cecece;
  --grey-700: #c1c1c1;
  --grey-800: #a8a8a8;
  --grey-900: #8e8e8e;
  --grey-1000: #757575;
}

.border-start-1 {
  border-left-width: 1px !important;
  border-left-style: solid !important;
}

.border-start-2 {
  border-left-width: 2px !important;
  border-left-style: solid !important;
}

.border-start-3 {
  border-left-width: 3px !important;
  border-left-style: solid !important;
}

.border-start-4 {
  border-left-width: 4px !important;
  border-left-style: solid !important;
}

.border-start-5 {
  border-left-width: 5px !important;
  border-left-style: solid !important;
}

.border-start-6 {
  border-left-width: 6px !important;
  border-left-style: solid !important;
}

.border-start-7 {
  border-left-width: 7px !important;
  border-left-style: solid !important;
}

.border-start-8 {
  border-left-width: 8px !important;
  border-left-style: solid !important;
}

.border-start-9 {
  border-left-width: 9px !important;
  border-left-style: solid !important;
}

.border-start-10 {
  border-left-width: 10px !important;
  border-left-style: solid !important;
}

.border-start-11 {
  border-left-width: 11px !important;
  border-left-style: solid !important;
}

.border-start-12 {
  border-left-width: 12px !important;
  border-left-style: solid !important;
}

.border-start-13 {
  border-left-width: 13px !important;
  border-left-style: solid !important;
}

.border-start-14 {
  border-left-width: 14px !important;
  border-left-style: solid !important;
}

.border-start-15 {
  border-left-width: 15px !important;
  border-left-style: solid !important;
}

.border-start-16 {
  border-left-width: 16px !important;
  border-left-style: solid !important;
}

.border-start-17 {
  border-left-width: 17px !important;
  border-left-style: solid !important;
}

.border-start-18 {
  border-left-width: 18px !important;
  border-left-style: solid !important;
}

.border-end-1 {
  border-right-width: 1px !important;
  border-right-style: solid !important;
}

.border-end-2 {
  border-right-width: 2px !important;
  border-right-style: solid !important;
}

.border-end-3 {
  border-right-width: 3px !important;
  border-right-style: solid !important;
}

.border-end-4 {
  border-right-width: 4px !important;
  border-right-style: solid !important;
}

.border-end-5 {
  border-right-width: 5px !important;
  border-right-style: solid !important;
}

.border-end-6 {
  border-right-width: 6px !important;
  border-right-style: solid !important;
}

.border-end-7 {
  border-right-width: 7px !important;
  border-right-style: solid !important;
}

.border-end-8 {
  border-right-width: 8px !important;
  border-right-style: solid !important;
}

.border-end-9 {
  border-right-width: 9px !important;
  border-right-style: solid !important;
}

.border-end-10 {
  border-right-width: 10px !important;
  border-right-style: solid !important;
}

.border-end-11 {
  border-right-width: 11px !important;
  border-right-style: solid !important;
}

.border-end-12 {
  border-right-width: 12px !important;
  border-right-style: solid !important;
}

.border-end-13 {
  border-right-width: 13px !important;
  border-right-style: solid !important;
}

.border-end-14 {
  border-right-width: 14px !important;
  border-right-style: solid !important;
}

.border-end-15 {
  border-right-width: 15px !important;
  border-right-style: solid !important;
}

.border-end-16 {
  border-right-width: 16px !important;
  border-right-style: solid !important;
}

.border-end-17 {
  border-right-width: 17px !important;
  border-right-style: solid !important;
}

.border-end-18 {
  border-right-width: 18px !important;
  border-right-style: solid !important;
}

.border-top-1 {
  border-top-width: 1px !important;
  border-top-style: solid !important;
}

.border-top-2 {
  border-top-width: 2px !important;
  border-top-style: solid !important;
}

.border-top-3 {
  border-top-width: 3px !important;
  border-top-style: solid !important;
}

.border-top-4 {
  border-top-width: 4px !important;
  border-top-style: solid !important;
}

.border-top-5 {
  border-top-width: 5px !important;
  border-top-style: solid !important;
}

.border-top-6 {
  border-top-width: 6px !important;
  border-top-style: solid !important;
}

.border-top-7 {
  border-top-width: 7px !important;
  border-top-style: solid !important;
}

.border-top-8 {
  border-top-width: 8px !important;
  border-top-style: solid !important;
}

.border-top-9 {
  border-top-width: 9px !important;
  border-top-style: solid !important;
}

.border-top-10 {
  border-top-width: 10px !important;
  border-top-style: solid !important;
}

.border-top-11 {
  border-top-width: 11px !important;
  border-top-style: solid !important;
}

.border-top-12 {
  border-top-width: 12px !important;
  border-top-style: solid !important;
}

.border-top-13 {
  border-top-width: 13px !important;
  border-top-style: solid !important;
}

.border-top-14 {
  border-top-width: 14px !important;
  border-top-style: solid !important;
}

.border-top-15 {
  border-top-width: 15px !important;
  border-top-style: solid !important;
}

.border-top-16 {
  border-top-width: 16px !important;
  border-top-style: solid !important;
}

.border-top-17 {
  border-top-width: 17px !important;
  border-top-style: solid !important;
}

.border-top-18 {
  border-top-width: 18px !important;
  border-top-style: solid !important;
}

.border-bottom-1 {
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
}

.border-bottom-2 {
  border-bottom-width: 2px !important;
  border-bottom-style: solid !important;
}

.border-bottom-3 {
  border-bottom-width: 3px !important;
  border-bottom-style: solid !important;
}

.border-bottom-4 {
  border-bottom-width: 4px !important;
  border-bottom-style: solid !important;
}

.border-bottom-5 {
  border-bottom-width: 5px !important;
  border-bottom-style: solid !important;
}

.border-bottom-6 {
  border-bottom-width: 6px !important;
  border-bottom-style: solid !important;
}

.border-bottom-7 {
  border-bottom-width: 7px !important;
  border-bottom-style: solid !important;
}

.border-bottom-8 {
  border-bottom-width: 8px !important;
  border-bottom-style: solid !important;
}

.border-bottom-9 {
  border-bottom-width: 9px !important;
  border-bottom-style: solid !important;
}

.border-bottom-10 {
  border-bottom-width: 10px !important;
  border-bottom-style: solid !important;
}

.border-bottom-11 {
  border-bottom-width: 11px !important;
  border-bottom-style: solid !important;
}

.border-bottom-12 {
  border-bottom-width: 12px !important;
  border-bottom-style: solid !important;
}

.border-bottom-13 {
  border-bottom-width: 13px !important;
  border-bottom-style: solid !important;
}

.border-bottom-14 {
  border-bottom-width: 14px !important;
  border-bottom-style: solid !important;
}

.border-bottom-15 {
  border-bottom-width: 15px !important;
  border-bottom-style: solid !important;
}

.border-bottom-16 {
  border-bottom-width: 16px !important;
  border-bottom-style: solid !important;
}

.border-bottom-17 {
  border-bottom-width: 17px !important;
  border-bottom-style: solid !important;
}

.border-bottom-18 {
  border-bottom-width: 18px !important;
  border-bottom-style: solid !important;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.bg-primary-100 {
  background-color: var(--primary-100) !important;
}

.bg-primary-200 {
  background-color: var(--primary-200) !important;
}

.bg-primary-300 {
  background-color: var(--primary-300) !important;
}

.bg-primary--100 {
  background-color: var(--primary--100) !important;
}

.bg-primary--200 {
  background-color: var(--primary--200) !important;
}

.bg-primary--300 {
  background-color: var(--primary--300) !important;
}

.bg-primary-rgba-0 {
  background-color: var(--primary-rgba-0) !important;
}

.bg-primary-rgba-10 {
  background-color: var(--primary-rgba-10) !important;
}

.bg-primary-rgba-20 {
  background-color: var(--primary-rgba-20) !important;
}

.bg-primary-rgba-30 {
  background-color: var(--primary-rgba-30) !important;
}

.bg-primary-rgba-40 {
  background-color: var(--primary-rgba-40) !important;
}

.bg-primary-rgba-50 {
  background-color: var(--primary-rgba-50) !important;
}

.bg-primary-rgba-60 {
  background-color: var(--primary-rgba-60) !important;
}

.bg-primary-rgba-70 {
  background-color: var(--primary-rgba-70) !important;
}

.bg-primary-rgba-80 {
  background-color: var(--primary-rgba-80) !important;
}

.bg-primary-rgba-90 {
  background-color: var(--primary-rgba-90) !important;
}

.bg-primary-rgba-100 {
  background-color: var(--primary-rgba-100) !important;
}

.bg-secondary {
  background-color: var(--secondary) !important;
}

.bg-secondary-100 {
  background-color: var(--secondary-100) !important;
}

.bg-secondary-200 {
  background-color: var(--secondary-200) !important;
}

.bg-secondary-300 {
  background-color: var(--secondary-300) !important;
}

.bg-secondary--100 {
  background-color: var(--secondary--100) !important;
}

.bg-secondary--200 {
  background-color: var(--secondary--200) !important;
}

.bg-secondary--300 {
  background-color: var(--secondary--300) !important;
}

.bg-secondary-rgba-0 {
  background-color: var(--secondary-rgba-0) !important;
}

.bg-secondary-rgba-10 {
  background-color: var(--secondary-rgba-10) !important;
}

.bg-secondary-rgba-20 {
  background-color: var(--secondary-rgba-20) !important;
}

.bg-secondary-rgba-30 {
  background-color: var(--secondary-rgba-30) !important;
}

.bg-secondary-rgba-40 {
  background-color: var(--secondary-rgba-40) !important;
}

.bg-secondary-rgba-50 {
  background-color: var(--secondary-rgba-50) !important;
}

.bg-secondary-rgba-60 {
  background-color: var(--secondary-rgba-60) !important;
}

.bg-secondary-rgba-70 {
  background-color: var(--secondary-rgba-70) !important;
}

.bg-secondary-rgba-80 {
  background-color: var(--secondary-rgba-80) !important;
}

.bg-secondary-rgba-90 {
  background-color: var(--secondary-rgba-90) !important;
}

.bg-secondary-rgba-100 {
  background-color: var(--secondary-rgba-100) !important;
}

.bg-tertiary {
  background-color: var(--tertiary) !important;
}

.bg-tertiary-100 {
  background-color: var(--tertiary-100) !important;
}

.bg-tertiary-200 {
  background-color: var(--tertiary-200) !important;
}

.bg-tertiary-300 {
  background-color: var(--tertiary-300) !important;
}

.bg-tertiary--100 {
  background-color: var(--tertiary--100) !important;
}

.bg-tertiary--200 {
  background-color: var(--tertiary--200) !important;
}

.bg-tertiary--300 {
  background-color: var(--tertiary--300) !important;
}

.bg-tertiary-rgba-0 {
  background-color: var(--tertiary-rgba-0) !important;
}

.bg-tertiary-rgba-10 {
  background-color: var(--tertiary-rgba-10) !important;
}

.bg-tertiary-rgba-20 {
  background-color: var(--tertiary-rgba-20) !important;
}

.bg-tertiary-rgba-30 {
  background-color: var(--tertiary-rgba-30) !important;
}

.bg-tertiary-rgba-40 {
  background-color: var(--tertiary-rgba-40) !important;
}

.bg-tertiary-rgba-50 {
  background-color: var(--tertiary-rgba-50) !important;
}

.bg-tertiary-rgba-60 {
  background-color: var(--tertiary-rgba-60) !important;
}

.bg-tertiary-rgba-70 {
  background-color: var(--tertiary-rgba-70) !important;
}

.bg-tertiary-rgba-80 {
  background-color: var(--tertiary-rgba-80) !important;
}

.bg-tertiary-rgba-90 {
  background-color: var(--tertiary-rgba-90) !important;
}

.bg-tertiary-rgba-100 {
  background-color: var(--tertiary-rgba-100) !important;
}

.bg-quaternary {
  background-color: var(--quaternary) !important;
}

.bg-quaternary-100 {
  background-color: var(--quaternary-100) !important;
}

.bg-quaternary-200 {
  background-color: var(--quaternary-200) !important;
}

.bg-quaternary-300 {
  background-color: var(--quaternary-300) !important;
}

.bg-quaternary--100 {
  background-color: var(--quaternary--100) !important;
}

.bg-quaternary--200 {
  background-color: var(--quaternary--200) !important;
}

.bg-quaternary--300 {
  background-color: var(--quaternary--300) !important;
}

.bg-quaternary-rgba-0 {
  background-color: var(--quaternary-rgba-0) !important;
}

.bg-quaternary-rgba-10 {
  background-color: var(--quaternary-rgba-10) !important;
}

.bg-quaternary-rgba-20 {
  background-color: var(--quaternary-rgba-20) !important;
}

.bg-quaternary-rgba-30 {
  background-color: var(--quaternary-rgba-30) !important;
}

.bg-quaternary-rgba-40 {
  background-color: var(--quaternary-rgba-40) !important;
}

.bg-quaternary-rgba-50 {
  background-color: var(--quaternary-rgba-50) !important;
}

.bg-quaternary-rgba-60 {
  background-color: var(--quaternary-rgba-60) !important;
}

.bg-quaternary-rgba-70 {
  background-color: var(--quaternary-rgba-70) !important;
}

.bg-quaternary-rgba-80 {
  background-color: var(--quaternary-rgba-80) !important;
}

.bg-quaternary-rgba-90 {
  background-color: var(--quaternary-rgba-90) !important;
}

.bg-quaternary-rgba-100 {
  background-color: var(--quaternary-rgba-100) !important;
}

.bg-light {
  background-color: var(--light) !important;
}

.bg-light-100 {
  background-color: var(--light-100) !important;
}

.bg-light-200 {
  background-color: var(--light-200) !important;
}

.bg-light-300 {
  background-color: var(--light-300) !important;
}

.bg-light--100 {
  background-color: var(--light--100) !important;
}

.bg-light--200 {
  background-color: var(--light--200) !important;
}

.bg-light--300 {
  background-color: var(--light--300) !important;
}

.bg-light-rgba-0 {
  background-color: var(--light-rgba-0) !important;
}

.bg-light-rgba-10 {
  background-color: var(--light-rgba-10) !important;
}

.bg-light-rgba-20 {
  background-color: var(--light-rgba-20) !important;
}

.bg-light-rgba-30 {
  background-color: var(--light-rgba-30) !important;
}

.bg-light-rgba-40 {
  background-color: var(--light-rgba-40) !important;
}

.bg-light-rgba-50 {
  background-color: var(--light-rgba-50) !important;
}

.bg-light-rgba-60 {
  background-color: var(--light-rgba-60) !important;
}

.bg-light-rgba-70 {
  background-color: var(--light-rgba-70) !important;
}

.bg-light-rgba-80 {
  background-color: var(--light-rgba-80) !important;
}

.bg-light-rgba-90 {
  background-color: var(--light-rgba-90) !important;
}

.bg-light-rgba-100 {
  background-color: var(--light-rgba-100) !important;
}

.bg-dark {
  background-color: var(--dark) !important;
}

.bg-dark-100 {
  background-color: var(--dark-100) !important;
}

.bg-dark-200 {
  background-color: var(--dark-200) !important;
}

.bg-dark-300 {
  background-color: var(--dark-300) !important;
}

.bg-dark--100 {
  background-color: var(--dark--100) !important;
}

.bg-dark--200 {
  background-color: var(--dark--200) !important;
}

.bg-dark--300 {
  background-color: var(--dark--300) !important;
}

.bg-dark-rgba-0 {
  background-color: var(--dark-rgba-0) !important;
}

.bg-dark-rgba-10 {
  background-color: var(--dark-rgba-10) !important;
}

.bg-dark-rgba-20 {
  background-color: var(--dark-rgba-20) !important;
}

.bg-dark-rgba-30 {
  background-color: var(--dark-rgba-30) !important;
}

.bg-dark-rgba-40 {
  background-color: var(--dark-rgba-40) !important;
}

.bg-dark-rgba-50 {
  background-color: var(--dark-rgba-50) !important;
}

.bg-dark-rgba-60 {
  background-color: var(--dark-rgba-60) !important;
}

.bg-dark-rgba-70 {
  background-color: var(--dark-rgba-70) !important;
}

.bg-dark-rgba-80 {
  background-color: var(--dark-rgba-80) !important;
}

.bg-dark-rgba-90 {
  background-color: var(--dark-rgba-90) !important;
}

.bg-dark-rgba-100 {
  background-color: var(--dark-rgba-100) !important;
}

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

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

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

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

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

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

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

.text-color-secondary {
  color: var(--secondary) !important;
}

.text-color-secondary-100 {
  color: var(--secondary-100) !important;
}

.text-color-secondary-200 {
  color: var(--secondary-200) !important;
}

.text-color-secondary-300 {
  color: var(--secondary-300) !important;
}

.text-color-secondary--100 {
  color: var(--secondary--100) !important;
}

.text-color-secondary--200 {
  color: var(--secondary--200) !important;
}

.text-color-secondary--300 {
  color: var(--secondary--300) !important;
}

.text-color-tertiary {
  color: var(--tertiary) !important;
}

.text-color-tertiary-100 {
  color: var(--tertiary-100) !important;
}

.text-color-tertiary-200 {
  color: var(--tertiary-200) !important;
}

.text-color-tertiary-300 {
  color: var(--tertiary-300) !important;
}

.text-color-tertiary--100 {
  color: var(--tertiary--100) !important;
}

.text-color-tertiary--200 {
  color: var(--tertiary--200) !important;
}

.text-color-tertiary--300 {
  color: var(--tertiary--300) !important;
}

.text-color-quaternary {
  color: var(--quaternary) !important;
}

.text-color-quaternary-100 {
  color: var(--quaternary-100) !important;
}

.text-color-quaternary-200 {
  color: var(--quaternary-200) !important;
}

.text-color-quaternary-300 {
  color: var(--quaternary-300) !important;
}

.text-color-quaternary--100 {
  color: var(--quaternary--100) !important;
}

.text-color-quaternary--200 {
  color: var(--quaternary--200) !important;
}

.text-color-quaternary--300 {
  color: var(--quaternary--300) !important;
}

.text-color-light {
  color: var(--light) !important;
}

.text-color-light-100 {
  color: var(--light-100) !important;
}

.text-color-light-200 {
  color: var(--light-200) !important;
}

.text-color-light-300 {
  color: var(--light-300) !important;
}

.text-color-light--100 {
  color: var(--light--100) !important;
}

.text-color-light--200 {
  color: var(--light--200) !important;
}

.text-color-light--300 {
  color: var(--light--300) !important;
}

.text-color-dark {
  color: var(--dark) !important;
}

.text-color-dark-100 {
  color: var(--dark-100) !important;
}

.text-color-dark-200 {
  color: var(--dark-200) !important;
}

.text-color-dark-300 {
  color: var(--dark-300) !important;
}

.text-color-dark--100 {
  color: var(--dark--100) !important;
}

.text-color-dark--200 {
  color: var(--dark--200) !important;
}

.text-color-dark--300 {
  color: var(--dark--300) !important;
}

#Main {
  padding-bottom: 3rem;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lora", sans-serif;
}

.custom-box-shadow-1 {
  box-shadow: 0px 0px 31px -5px rgba(0, 0, 0, 0.14) !important;
}

.custom-box-shadow-2 {
  box-shadow: 0px 8px 31px -5px rgba(0, 0, 0, 0.07) !important;
}

.custom-container-position-1 {
  position: relative;
  transform: translate3d(-50%, 0, 0);
  left: 50%;
}

.custom-container-style-1 {
  min-width: 85vw;
}

ul.column-count > li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.column-count-2 {
  -moz-column-count: 2;
       column-count: 2;
}

@media (min-width: 576px) {
  .custom-container-style-1 {
    min-width: 540px;
  }
  .column-count-sm-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 768px) {
  .custom-container-style-1 {
    min-width: 720px;
  }
  .column-count-md-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 992px) {
  .custom-container-style-1 {
    min-width: 960px;
  }
  .column-count-lg-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 1200px) {
  .custom-container-style-1 {
    min-width: 1140px;
  }
  .column-count-xl-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 1440px) {
  .custom-container-style-1 {
    min-width: 1440px;
  }
  .column-count-xxl-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.custom-font-secondary {
  font-family: "Lora", sans-serif !important;
}

.custom-font-size-1 {
  font-size: 112px;
  font-size: 7rem;
  line-height: 0.4;
}

.fluid-col-lg-5 .fluid-col {
  left: 50%;
  width: 100vw;
  transform: translate3d(-50%, 0, 0);
}

@media (min-width: 992px) {
  .fluid-col-lg-5 {
    min-height: 0;
  }
  .fluid-col-lg-5 .fluid-col {
    width: calc(44.2vw - 15px);
    left: 15px;
    transform: none;
  }
}
@media (max-width: 991px) {
  .fluid-col-lg-5 {
    min-height: 400px !important;
  }
}
.custom-read-more-link svg {
  transition: ease transform 300ms;
}

.custom-read-more-link:hover svg {
  transform: translate3d(7px, 0, 0);
}

.custom-shape-1 {
  position: absolute;
  top: 25px;
  left: -30px;
  bottom: 25px;
  right: 30px;
  z-index: 0;
}

.custom-stroke-width-1 svg path {
  stroke-width: 1.5 !important;
}

/*
* Header
*/
@media (min-width: 992px) {
  #header .header-top {
    border-bottom-width: 1px;
  }
  #header .header-nav-main nav > ul > li > a {
    font-size: 14px;
    font-weight: 600;
    padding: 0 1.2rem !important;
  }
}
/*
* Cards
*/
.custom-card-style-1 .custom-read-more svg,
.custom-card-style-2 .custom-read-more svg {
  transition: ease transform 300ms;
}

.custom-card-style-1:hover .custom-read-more svg,
.custom-card-style-2:hover .custom-read-more svg {
  transform: translate3d(7px, 0, 0);
}

.custom-card-style-1 {
  transition: ease transform 300ms;
}

.custom-card-style-1 .card-title {
  transition: ease color 300ms;
}

.custom-card-style-1:hover {
  transform: scale(1.03);
}

.custom-card-style-2 .card-img-top {
  padding-left: 35px;
}

.custom-card-style-2 .card-body {
  position: relative;
  background: var(--light);
  margin-top: -70px;
  max-width: 83%;
}

/*
* Owl Carousel
*/
.custom-dots-style-1 .owl-dots {
  margin-top: 0 !important;
}

.custom-dots-style-1 .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid var(--grey-500);
  width: 12px;
  height: 12px;
}

.custom-dots-style-1 .owl-dots .owl-dot:hover span, .custom-dots-style-1 .owl-dots .owl-dot.active span {
  background: var(--grey-500);
}

.custom-dots-style-1.dots-dark .owl-dots .owl-dot span {
  border-color: var(--dark);
}

.custom-dots-style-1.dots-dark .owl-dots .owl-dot:hover span, .custom-dots-style-1.dots-dark .owl-dots .owl-dot.active span {
  background: var(--dark) !important;
}

.custom-dots-style-1.dots-light .owl-dots .owl-dot span {
  border-color: var(--light);
  background: transparent;
}

.custom-dots-style-1.dots-light .owl-dots .owl-dot:hover span, .custom-dots-style-1.dots-light .owl-dots .owl-dot.active span {
  background: #FFF !important;
}

.custom-carousel-style-1 {
  position: relative;
  overflow: hidden;
}

.custom-carousel-style-1:before, .custom-carousel-style-1:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 30%;
  box-shadow: -10px 0px 30px 50px white;
  z-index: 1;
}

.custom-carousel-style-1:before {
  left: 0;
}

.custom-carousel-style-1:after {
  right: 0;
}

.custom-carousel-style-1 .custom-carousel-style-1-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 120px;
  height: 120px;
  border: 3px solid var(--grey-500);
  border-radius: 100%;
}

.custom-carousel-style-1 .custom-carousel-style-1-icon-wrapper:before, .custom-carousel-style-1 .custom-carousel-style-1-icon-wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 85%;
  border-bottom: 2px solid var(--grey-500);
  transform: translate3d(0, -50%, 0);
}

.custom-carousel-style-1 .custom-carousel-style-1-icon-wrapper:before {
  left: calc(100% + 25px);
}

.custom-carousel-style-1 .custom-carousel-style-1-icon-wrapper:after {
  right: calc(100% + 25px);
}

.custom-carousel-style-2 .owl-item:not(.active) {
  opacity: 0;
  transition: ease opacity 300ms;
}

.custom-carousel-style-2 .owl-item.active .custom-card-style-2 .card-body {
  box-shadow: 0px 8px 31px -5px rgba(0, 0, 0, 0.07);
}

.custom-carousel-style-2.owl-grab .owl-item:not(.active) {
  opacity: 1;
}

/*
* Accordion
*/
.custom-accordion-style-1 > .card {
  border: 0 !important;
}

.custom-accordion-style-1 > .card .card-header a {
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 23px 30px;
  background-color: var(--light);
  transition: ease background-color 300ms, ease color 300ms;
}

.custom-accordion-style-1 > .card .card-header a:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 25px;
  font-size: inherit;
  font-weight: inherit;
  transform: translate3d(0, -50%, 0) rotate(45deg);
  transform-origin: 50% 50%;
  transition: ease transform 300ms;
}

.custom-accordion-style-1 > .card .card-header a.collapsed:after {
  transform: translate3d(0, -50%, 0) rotate(0deg);
}

.custom-accordion-style-1 > .card .card-header + .collapse.show,
.custom-accordion-style-1 > .card .card-header + .collapsing {
  border-top: 0;
}

.custom-accordion-style-1 > .card + .card {
  margin-top: 17px;
}

.custom-accordion-style-1.custom-accordion-style-1-grey > .card .card-header a {
  background-color: #f4f4f4;
}

/*
* Contact Form
*/
.custom-form-style-1 .form-control {
  height: calc(1.8em + 1.75rem + 2px);
  padding: 15.6px 20px;
  padding: 0.975rem 1.25rem;
  background: var(--grey-100);
  border-color: var(--grey-100);
  line-height: 1.5 !important;
}

.custom-form-style-1 .form-control:focus {
  border-color: var(--grey-500);
}

.custom-form-style-1 .form-control::-webkit-input-placeholder {
  color: #a9a9a9;
}

.custom-form-style-1 .form-control::-moz-placeholder {
  color: #a9a9a9;
}

.custom-form-style-1 .form-control:-ms-input-placeholder {
  color: #a9a9a9;
}

.custom-form-style-1 select {
  color: #495057;
}

.custom-form-style-1 select option {
  color: #a9a9a9;
}

.custom-form-style-1 select option[selected] {
  color: #a9a9a9;
}

.custom-form-style-1 textarea.form-control {
  height: auto;
}

/*
* Social Icons
*/
.custom-social-icons-style-1 li a {
  font-size: 22.4px;
  font-size: 1.4rem;
  width: auto;
  height: auto;
  line-height: 1.3;
}

.custom-social-icons-style-1 li:hover.social-icons-instagram a {
  background: none !important;
}

.custom-social-icons-style-1 li:hover.social-icons-facebook a {
  background: none !important;
}

.custom-social-icons-style-1 li:hover.social-icons-x a {
  background: none !important;
}

/*
* List
*/
.custom-list-style-1 > li {
  margin-bottom: 17px;
}

.custom-list-style-1 > li > a {
  font-size: 1.1em;
  transition: ease padding 300ms;
}

.custom-list-style-1 > li.active > a, .custom-list-style-1 > li:hover > a {
  position: relative;
  padding-left: 15px;
}

.custom-list-style-1 > li.active > a:before, .custom-list-style-1 > li:hover > a:before {
  content: "\f054";
  position: absolute;
  left: 0;
  top: 50%;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.7em;
  transform: translate3d(0, -50%, 0);
}

.custom-list-style-1 > li:last-child {
  margin-bottom: 0;
}

/*
* Process
*/
@media (min-width: 768px) {
  .custom-process-style-1.process-vertical .process-step:after {
    width: 3px;
    height: calc(100% - 110px);
    top: 97px;
    left: 41px;
  }
  .custom-process-style-1.process-vertical .process-step-circle {
    flex: 0 0 auto;
    width: 85px;
    height: 85px;
  }
  .custom-process-style-1.process-vertical .process-step-circle-content {
    font-size: 1.3em;
  }
}
@media (max-width: 767px) {
  .custom-process-style-1.process-vertical .process-step:after {
    top: 80px;
  }
}
@media (max-width: 575px) {
  .custom-process-style-1.process-vertical .process-step:after {
    top: 93px;
  }
}
/*
* Custom See More Overlay
*/
.custom-seemore-overlay {
  position: relative;
  overflow: hidden;
}

.custom-seemore-overlay .custom-seemore-overlay-button {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 35px 0 5px;
  width: 100%;
  opacity: 1;
  transition: ease opacity 300ms;
  z-index: 1;
}

.custom-seemore-overlay .custom-seemore-overlay-button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #020024;
  background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, #ad9263 100%);
  transition: ease background 300ms;
  z-index: 1;
}

.custom-seemore-overlay.active .custom-seemore-overlay-button {
  opacity: 0;
}

/*
* Footer
*/
#footer p, #footer li, #footer span, #footer a:not(.btn):not(.no-footer-css) {
  color: #999;
}

#footer .footer-copyright p {
  color: #999;
}

/* Skin */
/*
* Accordion
*/
.custom-accordion-style-1 > .card .card-header a:not(.collapsed) {
  color: var(--primary) !important;
}

.custom-accordion-style-1 > .card .card-header a:not(.collapsed):after {
  color: var(--primary);
}

.custom-accordion-style-1 > .card:hover .card-header a {
  color: var(--primary) !important;
}

.custom-accordion-style-1 > .card:hover .card-header a:after {
  color: var(--primary);
}

/*
* Background
*/
.bg-primary-darken {
  background-color: var(--primary-300) !important;
}

/*
* Buttons
*/
.custom-btn-primary-darken {
  color: var(--primary-inverse);
  background-color: var(--primary-300);
}

.custom-btn-primary-darken.active, .custom-btn-primary-darken:focus, .custom-btn-primary-darken:hover {
  color: var(--primary-inverse);
  background-color: var(--primary-300);
}

/*
* Cards
*/
.custom-card-style-1:hover .card-title {
  color: var(--primary) !important;
}

/*
* Social Icons
*/
.social-icons.custom-social-icons-style-1 li a {
  color: var(--primary) !important;
}

/*
* Custom See More Overlay
*/
.custom-seemore-overlay .custom-seemore-overlay-button:before {
  background: var(--primary);
  background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, var(--primary) 100%);
}

#header .header-nav {
  justify-content: center;
}

p {
  color: #525252;
}

.home #hero {
  position: relative;
  height: calc(100vh - 146px);
}

.home #hero .container-overlay {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.home #hero .container-overlay #title-box {
  flex-grow: 1;
  padding-bottom: 165px;
}

.home #top-links {
  margin-top: -165px;
}

.home #googlemaps {
  background-image: url(../../images/map.png);
  background-size: cover;
  background-position: center;
}

#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
  color: #fff;
}

#header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
  color: #c2d5e3;
}

/*xs*/
.header-logo img {
  width: 60px;
  height: auto;
}

#header .header-logo {
  margin: 0.2rem 0;
}

#header.header-effect-shrink .header-container {
  min-height: 60px;
}

#header .header-container.header-container-height-lg {
  height: auto;
}

p.lead {
  font-size: 1rem;
  letter-spacing: normal;
  line-height: normal;
}

.home #hero {
  height: auto;
}

.featured-boxes-style-2 .featured-box {
  margin: 0.2rem 0;
}

@media screen and (min-width: 576px) {
  /*sm*/
}
@media screen and (max-width: 768px) {
  #tax-commissioner .appear-animation,
  #quick-links .featured-boxes-style-2 .appear-animation {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
@media screen and (min-width: 768px) {
  /*md*/
  .header-logo img {
    width: 110px;
    height: auto;
  }
  #header .header-logo {
    margin: 1rem 0;
  }
  .home #hero {
    height: calc(100vh - 146px);
  }
  .featured-boxes-style-2 .featured-box {
    margin: 1rem 0;
  }
}
@media screen and (min-width: 992px) {
  /*lg*/
}
@media screen and (min-width: 1200px) {
  /*xl*/
}
@media screen and (min-width: 1400px) {
  /*xxl*/
}