@charset "UTF-8";
:root{
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", 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));
}
*,
*::before,
*::after{
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference){:root{
    scroll-behavior: smooth;
  }}
body{
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr{
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]){
  height: 1px;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
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.325rem + 0.9vw);
}
@media (min-width: 1200px){h2, .h2{
    font-size: 2rem;
  }}
h3, .h3{
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px){h3, .h3{
    font-size: 1.75rem;
  }}
h4, .h4{
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px){h4, .h4{
    font-size: 1.5rem;
  }}
h5, .h5{
  font-size: 1.25rem;
}
h6, .h6{
  font-size: 1rem;
}
p{
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title]{
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          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: 0.5rem;
  margin-left: 0;
}
blockquote{
  margin: 0 0 1rem;
}
b,
strong{
  font-weight: bolder;
}
small, .small{
  font-size: 0.875em;
}
mark, .mark{
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup{
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub{
  bottom: -0.25em;
}
sup{
  top: -0.5em;
}
a{
  color: #0d6efd;
  text-decoration: underline;
}
a:hover{
  color: #0a58ca;
}
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;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
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: #d63384;
  word-wrap: break-word;
}
a > code{
  color: inherit;
}
kbd{
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd{
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure{
  margin: 0 0 1rem;
}
img,
svg{
  vertical-align: middle;
}
table{
  caption-side: bottom;
  border-collapse: collapse;
}
caption{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  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]::-webkit-calendar-picker-indicator{
  display: none;
}
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]{
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration{
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper{
  padding: 0;
}
::file-selector-button{
  font: inherit;
}
::-webkit-file-upload-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;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm{
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px){.container-sm, .container{
    max-width: 540px;
  }}
@media (min-width: 768px){.container-md, .container-sm, .container{
    max-width: 720px;
  }}
@media (min-width: 992px){.container-lg, .container-md, .container-sm, .container{
    max-width: 960px;
  }}
@media (min-width: 1200px){.container-xl, .container-lg, .container-md, .container-sm, .container{
    max-width: 1140px;
  }}
@media (min-width: 1400px){.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container{
    max-width: 1140.00001px;
  }}
.row{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > *{
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.col{
  flex: 1 0 0%;
}
.col-3{
  flex: 0 0 auto;
  width: 25%;
}
.col-6{
  flex: 0 0 auto;
  width: 50%;
}
.col-12{
  flex: 0 0 auto;
  width: 100%;
}
.g-3,
.gx-3{
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3{
  --bs-gutter-y: 1rem;
}
@media (min-width: 992px){.col-lg{
    flex: 1 0 0%;
  }.col-lg-4{
    flex: 0 0 auto;
    width: 33.3333333333%;
  }.col-lg-8{
    flex: 0 0 auto;
    width: 66.6666666667%;
  }.g-lg-4,
  .gx-lg-4{
    --bs-gutter-x: 1.5rem;
  }.g-lg-4,
  .gy-lg-4{
    --bs-gutter-y: 1.5rem;
  }}
.table-active{
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-success{
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}
.table-warning{
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}
.btn{
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  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: #212529;
}
.btn-check:focus + .btn, .btn:focus{
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn{
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary{
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover{
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus{
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle{
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled{
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-secondary{
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover{
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus{
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle{
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled{
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-success{
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover{
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus{
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle{
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled{
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-warning{
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover{
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus{
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle{
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled{
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-success{
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover{
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus{
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show{
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus{
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled{
  color: #198754;
  background-color: transparent;
}
.btn-outline-warning{
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover{
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus{
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show{
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus{
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled{
  color: #ffc107;
  background-color: transparent;
}
.collapse:not(.show){
  display: none;
}
.collapsing{
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce){.collapsing{
    transition: none;
  }}
.dropup,
.dropend,
.dropdown,
.dropstart{
  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{
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper]{
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.dropdown-menu-start{
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper]{
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}
.dropdown-menu-end{
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper]{
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}
@media (min-width: 576px){.dropdown-menu-sm-start{
    --bs-position: start;
  }.dropdown-menu-sm-start[data-bs-popper]{
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }.dropdown-menu-sm-end{
    --bs-position: end;
  }.dropdown-menu-sm-end[data-bs-popper]{
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }}
@media (min-width: 768px){.dropdown-menu-md-start{
    --bs-position: start;
  }.dropdown-menu-md-start[data-bs-popper]{
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }.dropdown-menu-md-end{
    --bs-position: end;
  }.dropdown-menu-md-end[data-bs-popper]{
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }}
@media (min-width: 992px){.dropdown-menu-lg-start{
    --bs-position: start;
  }.dropdown-menu-lg-start[data-bs-popper]{
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }.dropdown-menu-lg-end{
    --bs-position: end;
  }.dropdown-menu-lg-end[data-bs-popper]{
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }}
@media (min-width: 1200px){.dropdown-menu-xl-start{
    --bs-position: start;
  }.dropdown-menu-xl-start[data-bs-popper]{
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }.dropdown-menu-xl-end{
    --bs-position: end;
  }.dropdown-menu-xl-end[data-bs-popper]{
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }}
@media (min-width: 1400px){.dropdown-menu-xxl-start{
    --bs-position: start;
  }.dropdown-menu-xxl-start[data-bs-popper]{
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }.dropdown-menu-xxl-end{
    --bs-position: end;
  }.dropdown-menu-xxl-end[data-bs-popper]{
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }}
.dropdown-divider{
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item{
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus{
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active{
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled{
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show{
  display: block;
}
.dropdown-header{
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text{
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}
.dropdown-menu-dark{
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item{
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus{
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active{
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled{
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider{
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text{
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header{
  color: #adb5bd;
}
.dropdown-toggle-split{
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after{
  margin-left: 0;
}
.nav{
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-collapse{
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
@media (min-width: 576px){.navbar-expand-sm{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }.navbar-expand-sm .navbar-collapse{
    display: flex !important;
    flex-basis: auto;
  }}
@media (min-width: 768px){.navbar-expand-md{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }.navbar-expand-md .navbar-collapse{
    display: flex !important;
    flex-basis: auto;
  }}
@media (min-width: 992px){.navbar-expand-lg{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }.navbar-expand-lg .navbar-collapse{
    display: flex !important;
    flex-basis: auto;
  }}
@media (min-width: 1200px){.navbar-expand-xl{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }.navbar-expand-xl .navbar-collapse{
    display: flex !important;
    flex-basis: auto;
  }}
@media (min-width: 1400px){.navbar-expand-xxl{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }.navbar-expand-xxl .navbar-collapse{
    display: flex !important;
    flex-basis: auto;
  }}
.navbar-expand{
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-collapse{
  display: flex !important;
  flex-basis: auto;
}
.card-img-overlay{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.alert-success{
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-warning{
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
@keyframes progress-bar-stripes{
  0% {
    background-position-x: 1rem;
  }
}
.progress-bar-animated{
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce){.progress-bar-animated{
    animation: none;
  }}
.list-group-item-success{
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-warning{
  color: #664d03;
  background-color: #fff3cd;
}
.modal{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog{
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.show .modal-dialog{
  transform: none;
}
.modal.modal-static .modal-dialog{
  transform: scale(1.02);
}
.modal-dialog-scrollable{
  height: calc(100% - 1rem);
}
.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% - 1rem);
}
.modal-content{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.show{
  opacity: 0.5;
}
.modal-header{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-title{
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body{
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer{
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > *{
  margin: 0.25rem;
}
@media (min-width: 576px){.modal-dialog{
    max-width: 500px;
    margin: 1.75rem auto;
  }.modal-dialog-scrollable{
    height: calc(100% - 3.5rem);
  }.modal-dialog-centered{
    min-height: calc(100% - 3.5rem);
  }.modal-sm{
    max-width: 300px;
  }}
@media (min-width: 992px){.modal-lg,
  .modal-xl{
    max-width: 800px;
  }}
@media (min-width: 1200px){.modal-xl{
    max-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{
  border-radius: 0;
}
.modal-fullscreen .modal-body{
  overflow-y: auto;
}
.modal-fullscreen .modal-footer{
  border-radius: 0;
}
@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{
    border-radius: 0;
  }.modal-fullscreen-sm-down .modal-body{
    overflow-y: auto;
  }.modal-fullscreen-sm-down .modal-footer{
    border-radius: 0;
  }}
@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{
    border-radius: 0;
  }.modal-fullscreen-md-down .modal-body{
    overflow-y: auto;
  }.modal-fullscreen-md-down .modal-footer{
    border-radius: 0;
  }}
@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{
    border-radius: 0;
  }.modal-fullscreen-lg-down .modal-body{
    overflow-y: auto;
  }.modal-fullscreen-lg-down .modal-footer{
    border-radius: 0;
  }}
@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{
    border-radius: 0;
  }.modal-fullscreen-xl-down .modal-body{
    overflow-y: auto;
  }.modal-fullscreen-xl-down .modal-footer{
    border-radius: 0;
  }}
@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{
    border-radius: 0;
  }.modal-fullscreen-xxl-down .modal-body{
    overflow-y: auto;
  }.modal-fullscreen-xxl-down .modal-footer{
    border-radius: 0;
  }}
@keyframes spinner-border{
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
@keyframes spinner-grow{
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.link-success{
  color: #198754;
}
.link-success:hover, .link-success:focus{
  color: #146c43;
}
.link-warning{
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus{
  color: #ffcd39;
}
.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;
}
@media (min-width: 576px){.sticky-sm-top{
    position: sticky;
    top: 0;
    z-index: 1020;
  }}
@media (min-width: 768px){.sticky-md-top{
    position: sticky;
    top: 0;
    z-index: 1020;
  }}
@media (min-width: 992px){.sticky-lg-top{
    position: sticky;
    top: 0;
    z-index: 1020;
  }}
@media (min-width: 1200px){.sticky-xl-top{
    position: sticky;
    top: 0;
    z-index: 1020;
  }}
@media (min-width: 1400px){.sticky-xxl-top{
    position: sticky;
    top: 0;
    z-index: 1020;
  }}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within){
  position: absolute !important;
  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;
}
.overflow-hidden{
  overflow: hidden !important;
}
.overflow-visible{
  overflow: visible !important;
}
.d-flex{
  display: flex !important;
}
.d-inline-flex{
  display: inline-flex !important;
}
.d-none{
  display: none !important;
}
.position-fixed{
  position: fixed !important;
}
.position-sticky{
  position: sticky !important;
}
.border-success{
  border-color: #198754 !important;
}
.border-warning{
  border-color: #ffc107 !important;
}
.w-100{
  width: 100% !important;
}
.flex-column{
  flex-direction: column !important;
}
.justify-content-end{
  justify-content: flex-end !important;
}
.align-items-center{
  align-items: center !important;
}
.text-end{
  text-align: right !important;
}
.text-center{
  text-align: center !important;
}
.text-success{
  color: #198754 !important;
}
.text-warning{
  color: #ffc107 !important;
}
.bg-success{
  background-color: #198754 !important;
}
.bg-warning{
  background-color: #ffc107 !important;
}
.visible{
  visibility: visible !important;
}
.invisible{
  visibility: hidden !important;
}
@media (min-width: 992px){.d-lg-block{
    display: block !important;
  }.d-lg-none{
    display: none !important;
  }.flex-lg-row{
    flex-direction: row !important;
  }.justify-content-lg-between{
    justify-content: space-between !important;
  }}
.select2-dropdown{
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-container--open .select2-dropdown{
  left: 0;
}
.select2-container--open .select2-dropdown--above{
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below{
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown{
  display: block;
  padding: 4px;
}
.select2-search--dropdown.select2-search--hide{
  display: none;
}
.select2-hidden-accessible{
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.slick-slider{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list{
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus{
  outline: none;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
  transform: translate3d(0, 0, 0);
}
.slick-track{
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after{
  content: "";
  display: table;
}
.slick-track:after{
  clear: both;
}
.slick-loading .slick-track{
  visibility: hidden;
}
.slick-slide{
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide{
  float: right;
}
.slick-slide img{
  display: block;
}
.slick-slide.slick-loading img{
  display: none;
}
.slick-initialized .slick-slide{
  display: block;
}
.slick-loading .slick-slide{
  visibility: hidden;
}
.slick-vertical .slick-slide{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden{
  display: none;
}
.slick-loading .slick-list{
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
@font-face{
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next{
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before{
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev{
  left: -25px;
}
[dir=rtl] .slick-prev{
  left: auto;
  right: -25px;
}
.slick-prev:before{
  content: "←";
}
[dir=rtl] .slick-prev:before{
  content: "→";
}
.slick-next{
  right: -25px;
}
[dir=rtl] .slick-next{
  left: -25px;
  right: auto;
}
.slick-next:before{
  content: "→";
}
[dir=rtl] .slick-next:before{
  content: "←";
}
.slick-dotted.slick-slider{
  margin-bottom: 30px;
}
.slick-dots{
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li{
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button{
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus{
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before{
  opacity: 1;
}
.slick-dots li button:before{
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
  color: black;
  opacity: 0.75;
}
*, *::before, *::after{
  box-sizing: border-box;
}
:root,
*{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none !important;
}
body{
  font-size: var(--body-font-size-mobile);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height-mobile);
  overflow-x: hidden;
  position: relative;
}
@media (min-width: 992px){body{
    font-size: var(--body-font-size-desktop);
    line-height: var(--body-line-height-desktop);
    overflow-anchor: none;
  }}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6{
  font-weight: var(--heading-font-weight);
  margin-top: 0;
  text-transform: var(--heading-text-transform);
}
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6{
  margin-bottom: 30px;
}
h1,
.h1{
  font-size: var(--h1-font-size-mobile-xs);
  line-height: var(--h1-line-height-mobile);
  margin-bottom: 30px;
}
@media (min-width: 576px){h1,
  .h1{
    font-size: var(--h1-font-size-mobile-sm);
    line-height: var(--h1-line-height-mobile);
  }}
@media (min-width: 768px){h1,
  .h1{
    font-size: var(--h1-font-size-desktop);
    line-height: var(--h1-line-height-desktop);
  }}
h2,
.h2{
  font-size: var(--h2-font-size-mobile);
  line-height: var(--h2-line-height-mobile);
}
@media (min-width: 992px){h2,
  .h2{
    font-size: var(--h2-font-size-desktop);
    line-height: var(--h2-line-height-desktop);
  }}
h3,
.h3{
  font-size: var(--h3-font-size-mobile);
  line-height: var(--h3-line-height-mobile);
}
@media (min-width: 992px){h3,
  .h3{
    font-size: var(--h3-font-size-desktop);
    line-height: var(--h3-line-height-desktop);
  }}
h4,
.h4{
  font-size: var(--h4-font-size-mobile);
  line-height: var(--h4-line-height-mobile);
}
@media (min-width: 992px){h4,
  .h4{
    font-size: var(--h4-font-size-desktop);
    line-height: var(--h4-line-height-desktop);
  }}
h5,
.h5{
  font-size: var(--h5-font-size-mobile);
  line-height: var(--h5-line-height-mobile);
}
@media (min-width: 992px){h5,
  .h5{
    font-size: var(--h5-font-size-desktop);
    line-height: var(--h5-line-height-desktop);
  }}
h6,
.h6{
  font-size: var(--h6-font-size-mobile);
  line-height: var(--h6-line-height-mobile);
}
@media (min-width: 992px){h6,
  .h6{
    font-size: var(--h6-font-size-desktop);
    line-height: var(--h6-line-height-desktop);
  }}
a{
  text-decoration: none;
}
img{
  height: auto;
  max-width: 100%;
}
.nav-bar{
  background: transparent !important;
  border: 0 none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media (min-width: 992px){.nav-bar{
    position: relative;
    z-index: 3;
  }}
.nav-bar .nav{
  display: block;
  height: 85vh;
  left: -115%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0 0 10vh;
  position: absolute;
  top: 95px;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 425px){.nav-bar .nav{
    top: var(--mobile-header-height);
  }}
@media (min-width: 992px){.nav-bar .nav{
    height: auto;
    left: 0;
    overflow: visible;
    padding-bottom: 0;
    position: relative;
    top: 0;
  }}
.main-navigation{
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  width: 100%;
}
.main-navigation,
.main-navigation li{
  list-style: none;
  position: relative;
  z-index: 1;
}
.main-navigation > li{
  position: relative;
}
.main-navigation > li > a{
  padding: 14px 15px 10px;
}
.main-navigation > li.has-dropdown > a{
  padding-right: 55px;
}
@media (min-width: 992px){.main-navigation > li.has-dropdown > a{
    padding-right: 30px;
  }}
.main-navigation > li.has-dropdown > ul{
  display: none;
  margin: 0;
  padding-left: 0;
}
@media (min-width: 992px){.main-navigation > li.has-dropdown > ul{
    margin-left: 0;
    padding-left: 0;
    position: absolute;
    top: 100%;
  }}
.main-navigation > li.has-dropdown > ul > li > a{
  padding: 10px 55px 10px 35px;
}
@media (min-width: 992px){.main-navigation > li.has-dropdown > ul > li > a{
    display: block;
    font-weight: var(--nav-link-font-weight);
    padding: 10px 15px;
    white-space: nowrap;
  }}
@media (min-width: 992px){.main-navigation > li.has-dropdown > ul > li.has-dropdown{
    align-items: center;
    display: inline-flex;
    width: 100%;
  }}
@media (min-width: 992px){.main-navigation > li.has-dropdown > ul > li.has-dropdown > a{
    min-width: 100%;
    padding-right: 25px;
  }}
.main-navigation > li.has-dropdown > ul > li.has-dropdown:after{
  content: "\e933";
  font-family: "ryno-theme-icons";
  font-size: 17px;
  font-weight: 400;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  z-index: 3;
  width: 55px;
}
@media (min-width: 992px){.main-navigation > li.has-dropdown > ul > li.has-dropdown:after{
    content: "\e914";
    position: relative;
    right: 15px;
    text-align: left;
    top: 0;
    width: auto;
  }}
.main-navigation > li.has-dropdown > ul > li.has-dropdown:hover ul{
  display: block;
}
.main-navigation > li.has-dropdown > ul > li.has-dropdown > ul{
  padding-left: 0;
}
@media (min-width: 992px){.main-navigation > li.has-dropdown > ul > li.has-dropdown > ul{
    display: none;
    left: 100%;
    margin-left: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
  }}
.main-navigation > li.has-dropdown > ul > li.has-dropdown > ul > li > a{
  font-size: var(--nav-link-font-size);
  font-weight: var(--nav-link-font-weight);
  padding: 10px 15px 10px 55px;
}
@media (min-width: 992px){.main-navigation > li.has-dropdown > ul > li.has-dropdown > ul > li > a{
    padding: 10px 15px;
  }}
.main-navigation > li.has-dropdown.active-child-menu > ul{
  display: block;
}
.main-navigation > li.has-dropdown:after{
  align-items: center;
  content: "\e918";
  display: flex;
  font-family: "ryno-theme-icons";
  font-size: 17px;
  height: 55px;
  justify-content: center;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0;
  width: 55px;
  z-index: 3;
}
@media (min-width: 992px){.main-navigation > li.has-dropdown:after{
    content: var(--nav-dropdown-icon-desktop);
    font-size: 15px;
    font-weight: bold;
    height: 100%;
    justify-content: flex-end;
    right: 15px;
    text-align: left;
    top: 0;
    width: auto;
  }}
.main-navigation > li.has-dropdown svg{
  position: absolute;
  right: 0;
  text-align: right;
  top: 7px;
  width: 40px;
  z-index: 10;
}
@media (min-width: 992px){.main-navigation > li.has-dropdown svg{
    display: none;
  }}
.main-navigation > li.has-dropdown.active-child-menu:after{
  content: "\e933";
}
@media (min-width: 992px){.main-navigation > li:hover > ul{
    display: block;
  }}
.main-navigation a{
  border-bottom: 1px solid #d8d8d8;
  display: inline-block;
  font-family: var(--nav-link-font-family);
  font-size: var(--nav-link-font-size);
  font-weight: var(--nav-link-font-weight);
  position: relative;
  text-transform: var(--nav-link-text-transform);
  width: 100%;
}
@media (min-width: 992px){.main-navigation a{
    border: 0 none;
    white-space: nowrap;
    width: 100%;
  }}
.main-navigation a:hover{
  text-decoration: none;
}
.nav-bar .menu-active{
  left: 0;
  transition: all 0.3s ease;
}
.hamburger{
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-transform: none;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  transition-timing-function: linear;
}
.hamburger:hover{
  opacity: 1;
}
.hamburger-box{
  display: inline-block;
  height: 32px;
  position: relative;
  top: 3px;
  width: 40px;
}
@media only screen and (min-width: 425px){.hamburger-box{
    height: 50px;
    width: 50px;
  }}
.hamburger-inner{
  display: block;
  margin-top: -2px;
  top: 50%;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
  border-radius: 10px;
  height: 5px;
  position: absolute;
  transition-duration: 0.15s;
  transition-property: transform;
  transition-timing-function: ease;
  max-width: 35px;
  width: 100%;
}
@media only screen and (min-width: 425px){.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
    height: 6px;
    max-width: 50px;
  }}
.hamburger-inner::before, .hamburger-inner::after{
  content: " ";
  display: block;
}
.hamburger-inner::before{
  top: -12px;
}
@media only screen and (min-width: 425px){.hamburger-inner::before{
    top: -19px;
  }}
.hamburger-inner::after{
  bottom: -12px;
}
@media only screen and (min-width: 425px){.hamburger-inner::after{
    bottom: -19px;
  }}
.hamburger.hamburger--squeeze .hamburger-inner{
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger.hamburger--squeeze .hamburger-inner::before{
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger.hamburger--squeeze .hamburger-inner::after{
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger.hamburger--squeeze.is-active .hamburger-inner{
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger.hamburger--squeeze.is-active .hamburger-inner::before{
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger.hamburger--squeeze.is-active .hamburger-inner::after{
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
form input.cf-text,
form .cf-textarea,
form select{
  border: 1px solid #ccc;
  box-shadow: none;
}
form select{
  background-color: #fff;
}
form textarea{
  resize: none;
}
form input[type=text],
form input[type=password],
form input[type=date],
form input[type=datetime],
form input[type=datetime-local],
form input[type=month],
form input[type=week],
form input[type=email],
form input[type=number],
form input[type=search],
form input[type=tel],
form input[type=time],
form input[type=url],
form input[type=color],
form textarea{
  margin: 0;
}
form p{
  margin-bottom: 0;
}
form:-moz-placeholder{
  color: #ccc;
  opacity: 1;
}
form::-moz-placeholder{
  color: #ccc;
  opacity: 1;
}
form:-ms-input-placeholder{
  color: #ccc;
  opacity: 1;
}
form::-webkit-input-placeholder{
  color: #ccc;
  opacity: 1;
}
.btn{
  background: #1eb9ec;
  border: 3px solid #1eb9ec;
  border-radius: 6px;
  box-shadow: 3px 3px 0px #098ab4;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 5px 0;
  padding: 14px 20px;
  position: relative;
  text-transform: none;
  transition: all 0.3s ease;
  white-space: normal;
}
.btn:before{
  border: 2px solid #098AB4;
  border-radius: 4px;
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
}
.btn:after{
  background-image: url(../theme-img/icon-btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 11px;
  margin-left: -15px;
  opacity: 0;
  position: relative;
  transition: 300ms all;
  width: 15px;
}
.btn.btn-secondary{
  background: #ef4075;
  border: 3px solid #ef4075;
  box-shadow: 3px 3px 0px #bf2b58;
}
.btn.btn-secondary:before{
  border: 2px solid #bf2b58;
}
@media (min-width: 992px){.btn:hover{
    background: #1eb9ec;
    border: 3px solid #1eb9ec;
  }.btn:hover:after{
    margin-left: 7px;
    opacity: 1;
  }.btn.btn-secondary:hover{
    background: #ef4075;
    border: 3px solid #ef4075;
  }}
.ryno-button, .home .btn, .header .btn, .footer .btn{
  min-width: 260px;
}
.top-bar{
  background: #EF4075;
  color: #FFF;
  padding: 3px;
}
.top-bar .text-end{
  font-size: 15px;
}
.top-bar .social-icons{
  display: flex;
  gap: 12px;
}
.top-bar .social-icons__icon{
  align-items: center;
  background: #EF4075;
  border: 2.5px solid #f1b5a2;
  border-radius: 50%;
  display: flex;
  font-size: 15px;
  height: 27px;
  justify-content: center;
  line-height: 1;
  transition: 300ms all;
  width: 27px;
}
.top-bar .social-icons__icon a{
  align-items: center;
  border-radius: 50%;
  color: #FFF;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.top-bar .social-icons__icon a:hover{
  background: #f1b5a2;
  color: #EF4075;
}
.header{
  padding: 17px 0 0;
  position: relative;
  z-index: 2;
}
.header .btn-primary{
  margin-bottom: 11px;
}
.header .header-two__center img{
  max-height: 124px;
}
.header .header__phone{
  margin-top: 4px;
  margin-bottom: 12px;
}
.header .header__phone--link{
  color: #FFF;
  font-size: 31px;
  font-weight: 900;
}
.header .phone-icon{
  background-image: url(../theme-img/icon-phone.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 30px;
  margin-right: 4px;
  vertical-align: sub;
  width: 30px;
}
@media (min-width: 992px){.header{
    margin-top: 0;
  }}
@media (min-width: 992px){.header--sticky{
    position: sticky;
    top: 0;
    z-index: 50;
  }}
.mobile-sticky-header{
  position: sticky;
  top: 0;
  transition: transform 0.3s;
  z-index: 50;
}
.hide-mobile-header{
  transform: translate3d(0, -100%, 0);
}
.mobile-header{
  border-top: 8px solid #EF4075;
  height: 95px;
  position: relative;
  transition: all 0.3s ease;
  z-index: 51;
}
@media only screen and (min-width: 425px){.mobile-header{
    height: var(--mobile-header-height);
    padding: 0 36px;
  }}
.mobile-header__logo{
  padding-bottom: 10px;
  padding-top: 10px;
}
.mobile-header__logo img{
  max-height: 80px;
  width: auto;
}
.mobile-header__phone .ri, .mobile-header__specials-icon .ri{
  font-size: 32px;
}
@media only screen and (min-width: 425px){.mobile-header__phone .ri, .mobile-header__specials-icon .ri{
    font-size: 50px;
  }}
.mobile-nav-buttons{
  padding: 10px 0;
}
.mobile-nav--two{
  text-align: center;
}
.mobile-nav--two .mobile-cta__button{
  display: inline-block;
  padding: 12px 10px;
  text-align: center;
  width: 228px;
}
.mobile-nav--two .mobile-cta__button + .mobile-cta__button{
  margin-top: 10px;
}
@media only screen and (min-width: 461px){.mobile-nav--two .mobile-cta__button + .mobile-cta__button{
    margin-top: 0;
  }}
.footer{
  padding: 100px 0 58px;
}
.footer .btn{
  color: #FFF;
}
.footer .btn + .btn{
  margin-top: 17px;
}
@media (max-width: 991.98px){.footer{
    padding: 90px 0 78px;
  }}
.footer-inner-box{
  background: #FFF;
  border-radius: 12px;
  box-shadow: 0px 3px 38px rgba(0, 0, 0, 0.1607843137);
  max-width: 356px;
  text-align: center;
}
@media (max-width: 991.98px){.footer-box--1{
    order: 3;
  }.footer-box--1 .footer-inner-box{
    margin-left: auto;
    margin-right: auto;
    max-width: 313px;
  }}
.footer-box--2{
  text-align: center;
}
.footer-box--2 img{
  margin-bottom: 23px;
  max-height: 123px;
}
.footer-box--2 p{
  margin-bottom: 6px;
}
.footer-box--2 .google-link{
  border-bottom: 3px solid #1EB9EC;
  color: #1EB9EC;
  font-weight: 900;
}
.footer-box--2 .phone-icon{
  background-image: url(../theme-img/icon-phone.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 30px;
  margin-right: 4px;
  vertical-align: sub;
  width: 30px;
}
.footer-box--2 .phone{
  margin-top: 25px;
}
.footer-box--2 .phone a, .footer-box--2 .phone a span{
  color: #ef4075;
  font-size: 31px;
  font-weight: 900;
}
@media (max-width: 991.98px){.footer-box--2{
    margin-bottom: 30px;
    order: 1;
  }}
.footer-box--3{
  text-align: right;
}
@media (max-width: 991.98px){.footer-box--3{
    margin-bottom: 14px;
    order: 2;
    text-align: center;
  }}
.copyright{
  padding: 20px 0;
}
.copyright p{
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}
.copyright p a{
  font-weight: bold;
  text-decoration: none;
}
.copyright p a:hover{
  text-decoration: underline;
}
mark, .mark{
  padding: 3px;
}
blockquote{
  border-left: 15px solid transparent;
  padding: 1.25rem;
}
.front-section{
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.front-section hr{
  background: #EF4075;
  height: 11px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 32px;
  max-width: 180px;
  opacity: 1;
}
.front-section .slick-dots{
  bottom: -65px;
}
.front-section .slick-dots li{
  background: #EF4075;
  border: 2px solid #EF4075;
  border-radius: 50%;
  height: 24px;
  margin: 0 4px;
  opacity: 0.5;
  width: 24px;
}
.front-section .slick-dots li.slick-active{
  opacity: 1;
}
.front-section .slick-dots li button:before{
  color: transparent;
}
.ryno-mtt__line, .ryno-mtt__bio, .ryno-mtt__collapse-container{
  display: none;
}
.ryno-mtt__collapse-container{
  align-items: center;
  left: 50%;
  position: absolute;
  top: calc(100% + 23px);
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
}
.ryno-mtt__collapse-container:hover{
  cursor: pointer;
}
.ryno-mtt__collapse-container::before{
  display: inline-block;
  line-height: 1;
  margin-bottom: 9px;
}
.ryno-mtt__collapse-svg-container{
  display: flex;
  height: 21px;
  transition: 0.3s all ease-in-out;
  width: 23px;
}
.ryno-mtt__collapse-svg-container svg{
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}
.ryno-mtt--expanded .ryno-mtt__collapse-svg-container{
  transform: rotateX(180deg);
}