@charset "UTF-8";
/*!
 |-----------------------------------------------------------------------------------------------------------
 |
 |
 |
 | Skin CSS
 |
 |
 |
 |-----------------------------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Heading - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
._content-style h1, ._content-style h2, ._content-style h3, ._content-style h4, ._content-style h5, ._content-style h6,
._content-style .h1, ._content-style .h2, ._content-style .h3, ._content-style .h4, ._content-style .h5, ._content-style .h6 {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: var(--heading-line-height);
  text-transform: var(--heading-text-transform);
}
._content-style h1 a, ._content-style h2 a, ._content-style h3 a, ._content-style h4 a, ._content-style h5 a, ._content-style h6 a,
._content-style .h1 a, ._content-style .h2 a, ._content-style .h3 a, ._content-style .h4 a, ._content-style .h5 a, ._content-style .h6 a {
  color: var(--heading-color);
}
._content-style h1 a:hover, ._content-style h2 a:hover, ._content-style h3 a:hover, ._content-style h4 a:hover, ._content-style h5 a:hover, ._content-style h6 a:hover,
._content-style .h1 a:hover, ._content-style .h2 a:hover, ._content-style .h3 a:hover, ._content-style .h4 a:hover, ._content-style .h5 a:hover, ._content-style .h6 a:hover {
  color: var(--secondary);
}
._content-style h1 .tagline, ._content-style h2 .tagline, ._content-style h3 .tagline, ._content-style h4 .tagline, ._content-style h5 .tagline, ._content-style h6 .tagline,
._content-style .h1 .tagline, ._content-style .h2 .tagline, ._content-style .h3 .tagline, ._content-style .h4 .tagline, ._content-style .h5 .tagline, ._content-style .h6 .tagline {
  display: block;
  margin-bottom: 10px;
  font-size: 0.6em;
  color: var(--heading-color);
  font-weight: var(--font-weight-bold);
}

._content-style h1 {
  color: var(--h1-color);
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  font-family: var(--h1-font-family);
}
@media (max-width: 991px) {
  ._content-style h1 {
    font-size: var(--h1-font-size-mobile);
  }
}
._content-style h2 {
  color: var(--h2-color);
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  font-family: var(--h2-font-family);
}
@media (max-width: 991px) {
  ._content-style h2 {
    font-size: var(--h2-font-size-mobile);
  }
}
._content-style h3 {
  color: var(--h3-color);
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  font-family: var(--h3-font-family);
}
@media (max-width: 991px) {
  ._content-style h3 {
    font-size: var(--h3-font-size-mobile);
  }
}
._content-style h4 {
  color: var(--h4-color);
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  font-family: var(--h4-font-family);
}
@media (max-width: 991px) {
  ._content-style h4 {
    font-size: var(--h4-font-size-mobile);
  }
}
._content-style h5 {
  color: var(--h5-color);
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  font-family: var(--h5-font-family);
}
@media (max-width: 991px) {
  ._content-style h5 {
    font-size: var(--h5-font-size-mobile);
  }
}
._content-style h6 {
  color: var(--h6-color);
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  font-family: var(--h6-font-family);
  line-height: 1.45;
}
@media (max-width: 991px) {
  ._content-style h6 {
    font-size: var(--h6-font-size-mobile);
  }
}

._content-style .h1 {
  color: var(--h1-color);
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  font-family: var(--h1-font-family);
}
@media (max-width: 991px) {
  ._content-style .h1 {
    font-size: var(--h1-font-size-mobile);
  }
}
._content-style .h2 {
  color: var(--h2-color);
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  font-family: var(--h2-font-family);
}
@media (max-width: 991px) {
  ._content-style .h2 {
    font-size: var(--h2-font-size-mobile);
  }
}
._content-style .h3 {
  color: var(--h3-color);
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  font-family: var(--h3-font-family);
}
@media (max-width: 991px) {
  ._content-style .h3 {
    font-size: var(--h3-font-size-mobile);
  }
}
._content-style .h4 {
  color: var(--h4-color);
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  font-family: var(--h4-font-family);
}
@media (max-width: 991px) {
  ._content-style .h4 {
    font-size: var(--h4-font-size-mobile);
  }
}
._content-style .h5 {
  color: var(--h5-color);
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  font-family: var(--h5-font-family);
}
@media (max-width: 991px) {
  ._content-style .h5 {
    font-size: var(--h5-font-size-mobile);
  }
}
._content-style .h6 {
  color: var(--h6-color);
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  font-family: var(--h6-font-family);
  line-height: 1.45;
}
@media (max-width: 991px) {
  ._content-style .h6 {
    font-size: var(--h6-font-size-mobile);
  }
}
._content-style .paragraph {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: var(--line-height);
  text-transform: none;
  color: var(--text-color);
  font-size: var(--font-size);
  font-weight: var(--font-weight-normal);
  font-family: var(--font-family-sans-serif);
}
@media (max-width: 991px) {
  ._content-style .paragraph {
    font-size: var(--font-size);
  }
}
._content-style .paragraph a {
  color: var(--link-color);
}
._content-style .paragraph a:hover {
  color: var(--link-color-hover);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Heading - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Paragraph - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
._content-style p {
  margin-top: 0;
  margin-bottom: 30px;
}
._content-style p a {
  word-break: break-all;
}
._content-style .mwPageBlock.Embed .Container p {
  margin-top: 0;
  margin-bottom: 30px;
}
._content-style .mwPageBlock.Content a {
  text-decoration: underline;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Paragraph - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Blockquote - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
._content-style blockquote {
  font-size: 12px;
  font-style: italic;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Blockquote - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Image - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
._content-style p img {
  max-width: 100%;
  height: auto;
}
._content-style .mwPageBlock.File img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Image - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - SVG - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
._content-style svg {
  overflow: hidden;
  vertical-align: middle;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - SVG - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - List - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
._content-style ul, ._content-style ol {
  padding-left: var(--ul-padding-left);
  margin: 0 0 30px;
}
._content-style ul li, ._content-style ol li {
  margin-top: var(--li-margin-top);
  margin-bottom: var(--li-margin-bottom);
}
._content-style ul li ul, ._content-style ul li ol, ._content-style ol li ul, ._content-style ol li ol {
  margin-top: var(--nested-ul-margin-top);
  margin-bottom: var(--nested-ul-margin-bottom);
}
._content-style ul li ul li, ._content-style ul li ol li, ._content-style ol li ul li, ._content-style ol li ol li {
  margin-top: var(--nested-li-margin-top);
  margin-bottom: var(--nested-li-margin-bottom);
}
._content-style ul {
  list-style-type: disc;
}
._content-style ol {
  list-style-type: decimal;
}
._content-style ul ul, ._content-style ul ol, ._content-style ol ul, ._content-style ol ol {
  list-style-type: circle;
}
._content-style ul ul ul, ._content-style ul ul ol, ._content-style ul ol ul, ._content-style ul ol ol, ._content-style ol ul ul, ._content-style ol ul ol, ._content-style ol ol ul, ._content-style ol ol ol {
  list-style-type: square;
}
._content-style dl {
  margin: 0 0 30px;
}
._content-style dl dt {
  margin-top: var(--li-margin-top);
}
._content-style dl dd {
  margin-bottom: var(--li-margin-bottom);
  margin-left: 40px;
}

._content-style ul[style="list-style-type: square;"] {
  list-style-type: none !important;
  padding-left: 0;
}
._content-style ul[style="list-style-type: square;"] li {
  position: relative;
  padding-left: 30px;
}
._content-style ul[style="list-style-type: square;"] li:before {
  content: "\F00C";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--primary);
  font-family: var(--font-family-icon);
  font-weight: 900;
}

._content-style ul.list-unstyled,
._content-style ol.list-unstyled {
  list-style-type: none;
  padding-left: 0;
}
._content-style ul.list-unstyled ul, ._content-style ul.list-unstyled ol,
._content-style ol.list-unstyled ul,
._content-style ol.list-unstyled ol {
  list-style-type: none;
}
._content-style ul.list-unstyled ul ul, ._content-style ul.list-unstyled ul ol, ._content-style ul.list-unstyled ol ul, ._content-style ul.list-unstyled ol ol,
._content-style ol.list-unstyled ul ul,
._content-style ol.list-unstyled ul ol,
._content-style ol.list-unstyled ol ul,
._content-style ol.list-unstyled ol ol {
  list-style-type: none;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - List - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Table - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
._content-style table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  ._content-style table:not(.Dialog) {
    overflow: auto;
    display: block;
    max-width: 100%;
  }
}
._content-style table:not(.Dialog) th, ._content-style table:not(.Dialog) td {
  padding: 20px;
  text-align: inherit;
  vertical-align: top;
  border-top: 1px solid var(--table-border-color);
}
._content-style table:not(.Dialog) thead th {
  vertical-align: bottom;
}
._content-style table:not(.Dialog) tbody tr:nth-of-type(odd) {
  background-color: var(--table-accent-bg);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Table - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Form - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
._content-style .Dialog {
  width: 100%;
  table-layout: fixed;
}
._content-style .Dialog ::-webkit-input-placeholder {
  opacity: 1;
  color: var(--form-placeholder-color);
}
._content-style .Dialog ::-moz-placeholder {
  opacity: 1;
  color: var(--form-placeholder-color);
}
._content-style .Dialog :-ms-input-placeholder {
  opacity: 1;
  color: var(--form-placeholder-color);
}
._content-style .Dialog ::-ms-input-placeholder {
  opacity: 1;
  color: var(--form-placeholder-color);
}
._content-style .Dialog ::placeholder {
  opacity: 1;
  color: var(--form-placeholder-color);
}
._content-style .Dialog hr {
  margin: 35px 0;
  border-color: var(--border-color-dark);
}
._content-style .Dialog label {
  display: block;
  padding-bottom: var(--form-gutter);
}
._content-style .Dialog .asterisk {
  color: var(--danger);
}
._content-style .Dialog th, ._content-style .Dialog td {
  padding: var(--form-gutter) 0;
}
._content-style .Dialog th + td {
  padding-left: 15px;
}
._content-style .Dialog.wide {
  table-layout: auto;
}
@media (max-width: 575px) {
  ._content-style .Dialog.wide th + td {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  ._content-style .Dialog.wide th, ._content-style .Dialog.wide td {
    display: block;
  }
}

._content-style .mwInput {
  padding: 0;
  margin: 0;
  font-size: var(--form-font-size);
  font-family: var(--form-font-family);
  line-height: var(--form-line-height);
  color: var(--form-text-color);
  border: 1px solid var(--form-border-color);
  border-radius: var(--form-border-radius);
  background-color: var(--form-bg);
  box-shadow: var(--form-shadow);
  transition: var(--transition-200);
}
._content-style .mwInput input,
._content-style .mwInput textarea,
._content-style .mwInput button,
._content-style .mwInput select,
._content-style .mwInput option,
._content-style .mwInput optgroup,
._content-style .mwInput fieldset,
._content-style .mwInput label,
._content-style .mwInput output {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  background-color: transparent;
}
._content-style .mwInput.checkbox {
  height: auto;
}
._content-style .mwInput.text, ._content-style .mwInput.file {
  height: var(--form-input-height);
}
._content-style .mwInput.select:not([size]), ._content-style .mwInput.select[size="1"] {
  height: var(--form-input-height);
}
._content-style .mwInput input,
._content-style .mwInput button,
._content-style .mwInput select,
._content-style .mwInput optgroup,
._content-style .mwInput fieldset,
._content-style .mwInput output,
._content-style .mwInput textarea {
  height: 100%;
}
._content-style .mwInput label {
  height: auto;
}
._content-style .mwInput *,
._content-style .mwInput div {
  line-height: var(--form-line-height);
}

._content-style .mwInput.text input {
  width: 100%;
  padding: 0 var(--form-input-padding);
  line-height: var(--form-line-height);
}

._content-style .mwInput.select select {
  z-index: 1;
  width: 100%;
}
._content-style .mwInput.select .dropdown {
  width: var(--form-input-height);
  height: var(--form-input-height);
  line-height: var(--form-input-height);
  border: 0;
  color: var(--form-subcontrol-color);
  background-color: var(--form-subcontrol-bg);
}
._content-style .mwInput.select .dropdown:before {
  display: none;
}
._content-style .mwInput.select .dropdown:after {
  content: "\F078";
  font-family: var(--font-family-icon);
  font-weight: 900;
}
._content-style .mwInput.select .value {
  height: 100%;
  min-width: auto !important;
  line-height: var(--form-input-height);
  padding: 0 var(--form-input-padding);
}
._content-style .mwInput.select:not(.checkList) {
  display: flex;
  flex-wrap: nowrap;
}
._content-style .mwInput.select:not(.checkList) .dropdown {
  order: 2;
  flex: 0 0 auto;
  position: relative;
  top: auto;
  right: auto;
}
._content-style .mwInput.select:not(.checkList) .value {
  order: 1;
  flex: 1;
  overflow: hidden;
}

._content-style .mwInput.multiple select {
  padding: 8px;
  outline: 0;
}
._content-style .mwInput.multiple option {
  padding: 5px;
}

._content-style .mwInput.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  border: 0;
  background: none;
  box-shadow: none;
}
._content-style .mwInput.checkbox:before {
  content: "";
  position: relative;
  left: auto;
  top: auto;
  flex: 0 0 auto;
  width: var(--form-checkbox-size);
  height: var(--form-checkbox-size);
  margin: 0;
  border: 1px solid var(--form-border-color);
  border-radius: var(--form-border-radius);
  background-position: center;
  background-repeat: no-repeat;
  background-size: var(--form-checkbox-icon-size);
  background-image: none;
  background-color: var(--form-bg);
  box-shadow: var(--form-checkbox-shadow);
  transition: var(--transition-200);
}
._content-style .mwInput.checkbox .icon {
  padding: 0;
  height: auto;
  white-space: normal;
  line-height: var(--form-checkbox-size);
}
._content-style .mwInput.checkbox .icon:before {
  display: none;
}

._content-style .mwRadios::after {
  display: table;
  clear: both;
  content: "";
}
._content-style .mwRadios .mwInput.checkbox:before {
  border-radius: 50%;
}
._content-style .mwRadios .mwInput.checkbox + .mwInput.checkbox {
  margin-top: var(--form-gutter);
}

._content-style .mwInput.textarea textarea {
  display: block;
  min-height: 100px;
  padding: var(--form-input-padding);
  resize: vertical;
}

._content-style .mwInput.file {
  padding: 0;
}
._content-style .mwInput.file input {
  height: 100%;
}
._content-style .mwInput.file .fill {
  height: var(--form-input-height);
  line-height: var(--form-input-height);
  background-color: var(--light);
}
._content-style .mwInput.file .fileName {
  height: var(--form-input-height);
  line-height: var(--form-input-height);
  padding: 0 var(--form-input-padding);
}
._content-style .mwInput.file .num {
  height: var(--form-input-height);
  line-height: var(--form-input-height);
  right: var(--form-input-height);
  padding: 0 var(--form-input-padding);
  color: var(--form-text-color);
}
._content-style .mwInput.file .upload {
  width: var(--form-input-height);
  height: var(--form-input-height);
  line-height: var(--form-input-height);
  color: var(--form-subcontrol-color);
  border: 0;
  background-color: var(--form-subcontrol-bg);
}
._content-style .mwInput.file .upload > div {
  display: none;
}
._content-style .mwInput.file .upload:before {
  display: none;
}
._content-style .mwInput.file .upload:after {
  content: "\F093";
  font-family: var(--font-family-icon);
  font-weight: 900;
}

._content-style .mwInput.file .fileFace {
  height: 100%;
  border-top: 0;
}
._content-style .mwInput.file .fileFace:has(+ .subcontrol) {
  width: calc(100% - var(--form-input-height));
}
._content-style .mwInput.file .fileFace .num {
  right: 0;
}

._content-style .mwInput.button {
  box-shadow: none;
}
._content-style div.mwInput.button {
  display: inline-block;
  height: var(--form-input-height);
  border: 0;
  background: none;
}
._content-style div.mwInput.button input, ._content-style div.mwInput.button button {
  height: 100%;
  font-size: var(--btn-md-font-size);
  font-weight: var(--btn-font-weight);
  font-family: var(--btn-font-family);
  letter-spacing: var(--btn-letter-spacing);
  text-transform: var(--btn-text-transform);
  transition: var(--transition-200);
  padding: 0 var(--btn-md-padding-x);
  color: var(--white);
  border: 1px solid var(--primary);
  background-color: var(--primary);
}

._content-style .mwInput.checkList .face {
  height: 100%;
  padding: 0;
}
._content-style .mwInput.checkList .subInput {
  padding: 0;
}
._content-style .mwInput.checkList .subInput input {
  position: relative;
  height: 100%;
  padding: 0 var(--form-input-padding);
  line-height: var(--form-line-height);
}
._content-style .mwInput.checkList.multiline .subInput input {
  padding: 0;
}

._content-style .mwCaptcha {
  display: block;
  padding: 20px 20px 15px;
  margin: 0;
  text-align: center;
  border-radius: var(--border-radius);
  background-color: #f5f5f5;
  background-image: url("/images/static/pattern/pattern-2.png");
  background-repeat: repeat;
}
@media (max-width: 575px) {
  ._content-style .mwCaptcha {
    padding: 20px 0 15px;
  }
}
@media (max-width: 359px) {
  ._content-style .mwCaptcha {
    overflow: hidden;
    width: 290px;
    padding: 0;
    text-align: left;
    background-color: transparent;
    background-image: none;
  }
}
._content-style .mwCaptcha script {
  display: inline;
}
@media (max-width: 359px) {
  ._content-style .mwCaptcha .g-recaptcha {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
._content-style .captchaLeft .mwCaptcha {
  padding: 0;
  text-align: left;
  background: none;
}

.mwInputOverlay.list {
  background: rgba(0, 0, 0, 0.2);
}
.mwInputOverlay.list .body.oneline {
  border: 0;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-1);
}
.mwInputOverlay.list .subInput .badges {
  display: none;
}

._content-style .mwInput.hover {
  color: var(--form-text-color-hover);
  background-color: var(--form-bg-hover);
}
._content-style .mwInput.focus {
  border-color: var(--form-border-color-focus);
  box-shadow: var(--form-shadow-focus);
}
._content-style .mwInput.checkbox.hover {
  background-color: transparent;
}
._content-style .mwInput.checkbox.hover:before {
  background-color: var(--form-bg-hover);
}
._content-style .mwInput.checkbox.focus {
  box-shadow: none;
}
._content-style .mwInput.checkbox.focus:before {
  border-color: var(--form-border-color-focus);
  box-shadow: var(--form-checkbox-shadow-focus);
}
._content-style .mwInput.checkbox.checked:before {
  background-color: var(--primary);
  background-image: url(/images/static/svg/icon-checkmark-1-white.svg);
}
._content-style .mwInput.select.hover .dropdown {
  color: var(--form-subcontrol-color-hover);
  background-color: var(--form-subcontrol-bg-hover);
}
._content-style .mwInput.file.hover .upload {
  color: var(--form-subcontrol-color-hover);
  background-color: var(--form-subcontrol-bg-hover);
}
._content-style .mwInput.multiple option:checked {
  background-color: rgba(0, 0, 0, 0.16);
}
._content-style .mwInput.button:hover input, ._content-style .mwInput.button:hover button {
  color: var(--white);
  border-color: var(--primary-6);
  background-color: var(--primary-6);
}
._content-style .mwInput.button.focus {
  box-shadow: none;
}
.is-focus-keyboard ._content-style .mwInput.button.focus {
  outline: var(--outline);
}

._content-style .mwFormStatus {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: var(--border-radius);
}
._content-style .mwFormStatus:empty {
  display: none;
}
._content-style .mwFormStatus > .status {
  font-size: 16px;
  padding: 5px 20px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
._content-style .mwFormStatus > .status:first-of-type {
  padding-top: 15px;
}
._content-style .mwFormStatus > .status:last-of-type {
  padding-bottom: 15px;
}
._content-style .mwFormStatus > .status:not(:first-of-type):before {
  content: "\F06A";
  margin-right: 10px;
  font-family: var(--font-family-icon);
  font-weight: 900;
}
._content-style .mwFormStatus > .status .status {
  font-size: 16px;
  text-transform: uppercase;
}
.liveEdBlock ._content-style .mwFormStatus > .status .status {
  padding: 0;
  text-align: left;
}
._content-style .mwFormStatus > .status.error {
  color: var(--white);
  background-color: var(--danger);
}
._content-style .mwFormStatus > .status.error .status {
  color: var(--white);
}

._content-style .Dialog .alert {
  margin: var(--form-gutter) 0;
}

._content-style .mwInput.Disabled, ._content-style .mwInput.Disabled * {
  cursor: not-allowed;
}
._content-style .mwInput [disabled],
._content-style .mwInput input[disabled],
._content-style .mwInput textarea[readonly] {
  cursor: not-allowed;
}

._content-style .mwInput [readonly],
._content-style .mwInput input[readonly],
._content-style .mwInput textarea[readonly] {
  cursor: not-allowed;
}

._content-style .mwInput.error {
  border-color: var(--form-border-color-error);
  box-shadow: var(--form-shadow-error);
}
._content-style .mwInput.error.focus {
  border-color: var(--form-border-color-error-focus);
  box-shadow: var(--form-shadow-error-focus);
}
._content-style .mwInput.error.checkbox {
  box-shadow: none;
}
._content-style .mwInput.error.checkbox:before {
  border-color: var(--form-border-color-error);
  box-shadow: var(--form-shadow-error);
}
._content-style .mwInput.error.checkbox.focus {
  box-shadow: none;
}
._content-style .mwInput.error.checkbox.focus:before {
  border-color: var(--form-border-color-error-focus);
  box-shadow: var(--form-shadow-error-focus);
}

.input-inline,
._content-style .Dialog .input-inline {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  border: 1px solid var(--form-border-color);
  border-radius: var(--form-border-radius);
  box-shadow: var(--form-shadow);
  transition: var(--transition-200);
}
.input-inline:focus-within,
._content-style .Dialog .input-inline:focus-within {
  border-color: var(--form-border-color-focus);
  box-shadow: var(--form-shadow-focus);
}
.input-inline label,
.input-inline .suffix,
._content-style .Dialog .input-inline label,
._content-style .Dialog .input-inline .suffix {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: var(--form-input-height);
  color: var(--white);
  font-weight: var(--font-weight-bold);
  border-radius: 0;
  background-color: var(--primary);
}
.input-inline .mwInput,
._content-style .Dialog .input-inline .mwInput {
  flex: 1 1 auto;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.input-inline .mwInput.button,
._content-style .Dialog .input-inline .mwInput.button {
  flex: 0 0 auto;
}
.input-inline .btn,
._content-style .Dialog .input-inline .btn {
  flex: 0 0 auto;
  margin-bottom: 0;
}
.input-inline .btn > a,
.input-inline .btn > button,
.input-inline .btn > span,
._content-style .Dialog .input-inline .btn > a,
._content-style .Dialog .input-inline .btn > button,
._content-style .Dialog .input-inline .btn > span {
  height: var(--form-input-height);
  padding: 0 15px;
  border-radius: 0;
}

.input-inline.is-outline label, .input-inline.is-outline .suffix,
._content-style .Dialog .input-inline.is-outline label,
._content-style .Dialog .input-inline.is-outline .suffix {
  color: var(--text-color);
  background-color: var(--form-bg);
}
.input-inline.is-outline label,
._content-style .Dialog .input-inline.is-outline label {
  padding-right: 5px;
}
.input-inline.is-outline .suffix,
.input-inline.is-outline .mwInput + label,
._content-style .Dialog .input-inline.is-outline .suffix,
._content-style .Dialog .input-inline.is-outline .mwInput + label {
  font-size: var(--form-font-size);
  padding: 0 20px;
  position: relative;
}
.input-inline.is-outline .suffix:before,
.input-inline.is-outline .mwInput + label:before,
._content-style .Dialog .input-inline.is-outline .suffix:before,
._content-style .Dialog .input-inline.is-outline .mwInput + label:before {
  content: "";
  position: absolute;
  top: calc((var(--form-input-height) - var(--form-input-height) * 0.6) / 2);
  left: 0;
  width: 1px;
  height: calc(var(--form-input-height) * 0.6);
  background-color: var(--border-color-dark);
}

.input-range {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
}
@media (max-width: 575px) {
  .input-range {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
.input-range:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background-color: var(--border-color-dark);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
  .input-range:before {
    width: 10px;
  }
}
.input-range .mwInput {
  flex: 1;
}
.input-range .mwInput:after {
  content: "\F073";
  position: absolute;
  top: 50%;
  left: 8px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: var(--font-family-icon);
  font-weight: 900;
}
.input-range .mwInput input[type=text] {
  padding-left: 26px;
}

.nested-form:not(tbody) {
  padding: 22px 30px 15px;
  border-radius: var(--border-radius);
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .nested-form:not(tbody) {
    padding: 7px 15px 1px;
  }
}
.nested-form:not(tbody) table {
  margin-bottom: 0;
}
.nested-form:not(tbody).is-outline {
  border: 1px solid var(--border-color-dark);
  background-color: transparent;
}

tbody.nested-form {
  border: 30px solid transparent;
  background-color: rgba(0, 0, 0, 0.1);
}

.checkbox-btn {
  position: relative;
}
.checkbox-btn .mwInput.checkbox {
  padding: 10px 12px;
  border-radius: var(--form-border-radius);
  background-color: rgba(0, 0, 0, 0.1);
}
.checkbox-btn .mwInput.checkbox.hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.checkbox-btn .mwInput.checkbox.focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.is-focus-keyboard .checkbox-btn .mwInput.checkbox.focus {
  outline: var(--outline);
}
.checkbox-btn .mwInput.checkbox.checked {
  font-weight: 600;
  color: var(--white);
  background-color: var(--primary);
}
.checkbox-btn .mwInput.checkbox.checked:before {
  background-color: var(--primary-5);
}

.checkbox-badge {
  position: relative;
}
.checkbox-badge .mwInput.checkbox {
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid var(--form-border-color);
  border-radius: var(--form-border-radius);
  background-color: rgba(0, 0, 0, 0.07);
}
.checkbox-badge .mwInput.checkbox:before {
  display: none;
}
.checkbox-badge .mwInput.checkbox .icon {
  line-height: var(--line-height);
}
.checkbox-badge .mwInput.checkbox.hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.checkbox-badge .mwInput.checkbox.focus {
  border-color: var(--form-border-color-focus);
  box-shadow: var(--form-shadow-focus);
}
.checkbox-badge .mwInput.checkbox.checked {
  color: var(--white);
  background-color: var(--primary);
}

.checkbox-toggle {
  --checkbox-toggle-width: 52px;
}

.checkbox-toggle .mwInput.checkbox {
  display: block;
  border-radius: calc(var(--checkbox-toggle-width) / 2);
}
.checkbox-toggle .mwInput.checkbox:before {
  display: none;
}
.checkbox-toggle .mwInput.checkbox .icon {
  position: relative;
  padding-left: calc(var(--checkbox-toggle-width) + 15px);
  transition: var(--transition-200);
}
.checkbox-toggle .mwInput.checkbox .icon:before {
  display: block;
  top: 0;
  left: 0;
  margin: 0 !important;
  height: calc(var(--checkbox-toggle-width) / 2);
  width: var(--checkbox-toggle-width);
  border-radius: calc(var(--checkbox-toggle-width) / 2);
  background-color: rgba(0, 0, 0, 0.1);
  background-image: none;
  transition: var(--transition-200);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
.checkbox-toggle .mwInput.checkbox .icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: calc(var(--checkbox-toggle-width) / 2);
  width: calc(var(--checkbox-toggle-width) / 2);
  border-radius: 50%;
  background: var(--linear-gradient-white);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: var(--transition-200);
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}
.is-focus-keyboard .checkbox-toggle .mwInput.checkbox.focus {
  outline: var(--outline);
}
.checkbox-toggle .mwInput.checkbox.checked {
  color: var(--primary);
}
.checkbox-toggle .mwInput.checkbox.checked .icon:before {
  background-color: var(--primary);
}
.checkbox-toggle .mwInput.checkbox.checked .icon:after {
  left: calc(var(--checkbox-toggle-width) / 2);
}

.checkbox-toggle.is-reverse .mwInput.checkbox .icon {
  padding-left: 0;
  padding-right: calc(var(--checkbox-toggle-width) + 15px);
}
.checkbox-toggle.is-reverse .mwInput.checkbox .icon:before {
  left: auto;
  right: 0;
}
.checkbox-toggle.is-reverse .mwInput.checkbox .icon:after {
  left: auto;
  right: calc(var(--checkbox-toggle-width) / 2);
}
.checkbox-toggle.is-reverse .mwInput.checkbox.checked .icon:after {
  right: 0;
}

.checkbox-dropdown {
  position: relative;
}
.checkbox-dropdown .dropdown-open-btn {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: var(--form-input-height);
  text-align: left;
  color: var(--form-text-color);
  font-size: var(--form-font-size);
  font-family: var(--form-font-family);
  line-height: var(--form-line-height);
  border: 1px solid var(--form-border-color);
  border-radius: var(--form-border-radius);
  background-color: var(--form-bg);
  box-shadow: var(--form-shadow);
}
.checkbox-dropdown .dropdown-open-btn > span {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 var(--form-input-padding);
}
.checkbox-dropdown .dropdown-open-btn > i {
  flex: 0 0 auto;
  text-align: center;
  width: var(--form-input-height);
  height: var(--form-input-height);
  color: var(--form-subcontrol-color);
  line-height: var(--form-input-height);
  background-color: var(--form-subcontrol-bg);
}
.checkbox-dropdown .dropdown-open-btn:hover {
  background-color: var(--form-bg-hover);
}
.checkbox-dropdown .dropdown-open-btn:focus {
  border-color: var(--form-border-color-focus);
  box-shadow: var(--form-shadow-focus);
}
.is-focus-keyboard .checkbox-dropdown .dropdown-open-btn:focus {
  outline: none;
}
.checkbox-dropdown .dropdown-dialog {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  min-width: 100%;
  border: 1px solid var(--border-color-dark);
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: var(--shadow-1);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: var(--transition-200);
}
.checkbox-dropdown .dropdown-dialog .dropdown-label {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 15px 10px;
}
.checkbox-dropdown .dropdown-subheader {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
  padding: 0 15px;
}
.checkbox-dropdown .dropdown-search {
  flex: 1;
  position: relative;
}
.checkbox-dropdown .dropdown-search > i {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 14px;
  color: var(--gray);
}
.checkbox-dropdown .dropdown-search input {
  width: 100%;
  height: 30px;
  padding: 0 10px 0 28px;
  margin: 0;
  font-size: 14px;
  border: 1px solid var(--border-color-dark);
  border-radius: 4px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.checkbox-dropdown .dropdown-search button {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: var(--danger);
}
.checkbox-dropdown .dropdown-search button i {
  display: block;
}
.checkbox-dropdown .dropdown-reset-btn {
  display: none;
  font-size: 12px;
  color: var(--gray-6);
}
.checkbox-dropdown .dropdown-reset-btn:hover {
  color: var(--dark);
}
.checkbox-dropdown .dropdown-close-btn {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 36px;
  height: 36px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.3);
  border-radius: var(--border-radius);
}
.checkbox-dropdown .dropdown-close-btn:hover {
  color: rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.1);
}
.checkbox-dropdown .dropdown-no-result {
  font-size: 14px;
  margin-bottom: 5px;
  display: none;
}
.checkbox-dropdown .dropdown-list {
  overflow-y: scroll;
  max-height: 260px;
  padding: 15px 15px 10px 15px;
}
.checkbox-dropdown .mwInput.checkbox {
  font-size: 14px;
  margin-bottom: 5px;
}
.checkbox-dropdown .mwInput.checkbox:hover {
  color: var(--primary);
}

.checkbox-dropdown.active .dropdown-dialog {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.mwInput.checkbox.checkbox-color {
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  background-image: none;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2), inset 0 0 0 4px var(--white);
}
.mwInput.checkbox.checkbox-color:before {
  display: none;
}
.mwInput.checkbox.checkbox-color .icon {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.mwInput.checkbox.checkbox-color.hover {
  box-shadow: inset 0 0 0 2px var(--primary), inset 0 0 0 4px var(--white);
}
.mwInput.checkbox.checkbox-color.focus {
  box-shadow: inset 0 0 0 2px var(--primary), inset 0 0 0 4px var(--white);
}
.mwInput.checkbox.checkbox-color.checked {
  background-image: url(/images/static/svg/icon-checkmark-1-green.svg);
  box-shadow: inset 0 0 0 2px black, inset 0 0 0 4px var(--white);
}

.radio-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 5px;
  border-radius: calc(var(--border-radius) + 5px);
  background-color: rgba(0, 0, 0, 0.1);
}
.radio-btns .mwInput.checkbox {
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px 20px;
  background-color: transparent;
}
@media (max-width: 575px) {
  .radio-btns .mwInput.checkbox {
    flex: 0 0 auto;
    width: 100%;
  }
}
.radio-btns .mwInput.checkbox:before {
  display: inline-block;
  width: auto;
  height: auto;
  border: 0;
  opacity: 0;
  content: "\F00C";
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  background-color: transparent;
  box-shadow: none;
  font-family: var(--font-family-icon);
  font-weight: 900;
}
.radio-btns .mwInput.checkbox .icon {
  display: inline-block;
  font-weight: var(--font-weight-bold);
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  transition: var(--transition-200);
}
.radio-btns .mwInput.checkbox.hover {
  background-color: rgba(0, 0, 0, 0.16);
}
.radio-btns .mwInput.checkbox.hover:before {
  background-color: transparent;
}
.radio-btns .mwInput.checkbox.focus:before {
  box-shadow: none;
}
.radio-btns .mwInput.checkbox.checked {
  color: var(--white);
  background-color: var(--primary);
}
.radio-btns .mwInput.checkbox.checked:before {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  background-color: transparent;
  background-image: none;
}
.radio-btns .mwInput.checkbox.checked .icon {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.is-focus-keyboard .radio-btns:focus-within {
  outline: var(--outline);
}

.radio-btns.is-outline {
  gap: 0;
  padding: 0;
  border: 1px solid var(--border-color-dark);
  border-radius: var(--border-radius);
  background-color: var(--white);
}
.radio-btns.is-outline .mwInput.checkbox {
  border-radius: var(--border-radius);
  box-shadow: inset 0 0 0 1px transparent, 0 0 0 1px transparent;
}
.radio-btns.is-outline .mwInput.checkbox.hover {
  background-color: transparent;
}
.radio-btns.is-outline .mwInput.checkbox.checked {
  color: var(--text-color);
  background-color: var(--primary-1);
  box-shadow: inset 0 0 0 1px var(--primary), 0 0 0 1px var(--primary);
}

.radio-btns.is-simple {
  overflow: hidden;
  gap: 0;
  padding: 0;
  border: 2px solid var(--primary);
  border-radius: var(--border-radius);
  background-color: var(--white);
}
.radio-btns.is-simple .mwInput.checkbox {
  color: var(--primary);
  border-radius: 0;
}
.radio-btns.is-simple .mwInput.checkbox.hover {
  color: var(--primary-6);
  background-color: var(--primary-1);
}
.radio-btns.is-simple .mwInput.checkbox.checked, .radio-btns.is-simple .mwInput.checkbox.checked.hover {
  color: var(--white);
  background-color: var(--primary);
}

.radio-btns.is-lg .mwInput.checkbox {
  padding: 20px;
  font-size: 18px;
}

.radio-btns .mwInput.checkbox.is-icon-heart:before {
  content: "\F004";
  color: var(--danger);
}

._content-style .fancy-label {
  position: relative;
}
._content-style .fancy-label label {
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: calc((var(--form-input-height) - 20px) / 2);
  left: 10px;
  max-width: calc(100% - var(--form-input-padding) * 2);
  padding: 0 7px;
  font-size: 16px;
  color: var(--gray-6);
  line-height: 20px;
  white-space: nowrap;
  border-radius: 3px;
  background-color: var(--form-bg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  transition: var(--transition-200);
}
._content-style .fancy-label.active label {
  top: -10px;
  left: 12px;
  color: var(--primary);
  font-size: 13px;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Form - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Vendor Override - Slick - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.slick-slider .slick-prev,
.slick-slider .slick-next {
  z-index: 1;
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slick-slider .slick-prev {
  left: 36px;
}
@media (max-width: 767px) {
  .slick-slider .slick-prev {
    left: 5px;
  }
}
.content-area .slick-slider .slick-prev {
  left: calc((var(--content-area-p-x) + 10px) * -1);
}
@media (max-width: 991px) {
  .content-area .slick-slider .slick-prev {
    left: calc((var(--content-area-p-x-tablet) + 10px) * -1);
  }
}
@media (max-width: 767px) {
  .content-area .slick-slider .slick-prev {
    left: calc((var(--content-area-p-x-phone) + 10px) * -1);
  }
}
.slick-slider .slick-next {
  right: 36px;
}
@media (max-width: 767px) {
  .slick-slider .slick-next {
    right: 5px;
  }
}
.content-area .slick-slider .slick-next {
  right: calc((var(--content-area-p-x) + 10px) * -1);
}
@media (max-width: 991px) {
  .content-area .slick-slider .slick-next {
    right: calc((var(--content-area-p-x-tablet) + 10px) * -1);
  }
}
@media (max-width: 767px) {
  .content-area .slick-slider .slick-next {
    right: calc((var(--content-area-p-x-phone) + 10px) * -1);
  }
}
.slick-slider .slick-prev svg,
.slick-slider .slick-next svg {
  display: block;
  width: 36px;
  height: 36px;
  transition: var(--transition-200);
}
@media (max-width: 767px) {
  .slick-slider .slick-prev svg,
.slick-slider .slick-next svg {
    display: none;
    width: 20px;
    height: 20px;
  }
}
.slick-slider .slick-prev svg.svg-arrow-mobile,
.slick-slider .slick-next svg.svg-arrow-mobile {
  display: none;
}
@media (max-width: 767px) {
  .slick-slider .slick-prev svg.svg-arrow-mobile,
.slick-slider .slick-next svg.svg-arrow-mobile {
    display: block;
  }
}
.slick-slider .slick-prev:hover svg {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.slick-slider .slick-next:hover svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.slick-slider .slick-prev.slick-disabled,
.slick-slider .slick-next.slick-disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

.slick-slider.slick-dotted {
  padding-bottom: 35px;
}
.slick-slider .slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}
.slick-slider .slick-dots ul, .slick-slider .slick-dots ol {
  list-style-type: none;
}
.slick-slider .slick-dots ul ul, .slick-slider .slick-dots ul ol, .slick-slider .slick-dots ol ul, .slick-slider .slick-dots ol ol {
  list-style-type: none;
}
.slick-slider .slick-dots li {
  margin-bottom: 0;
}
.slick-slider .slick-dots button {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: transparent;
}
.slick-slider .slick-dots.dot-style-minimal {
  gap: 25px;
}
.slick-slider .slick-dots.dot-style-minimal button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid var(--gray-6);
}
.slick-slider .slick-dots.dot-style-minimal button:hover,
.slick-slider .slick-dots.dot-style-minimal li.slick-active button {
  background-color: var(--gray-6);
}
.slick-slider .slick-dots.dot-style-outer-circle {
  gap: 15px;
}
.slick-slider .slick-dots.dot-style-outer-circle button {
  width: 16px;
  height: 16px;
  padding: 4px;
  border-radius: 50%;
  border: 1px solid transparent;
}
.slick-slider .slick-dots.dot-style-outer-circle button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  border-radius: 50%;
  background-color: var(--gray-6);
  transition: var(--transition-200);
}
.slick-slider .slick-dots.dot-style-outer-circle button:hover,
.slick-slider .slick-dots.dot-style-outer-circle li.slick-active button {
  border-color: var(--gray-6);
}
.slick-slider .slick-dots.dot-style-outer-circle button:hover:before,
.slick-slider .slick-dots.dot-style-outer-circle li.slick-active button:before {
  opacity: 1;
}
.slick-slider .slick-dots.dot-style-morse-code {
  gap: 10px;
}
.slick-slider .slick-dots.dot-style-morse-code button {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: var(--gray-6);
}
.slick-slider .slick-dots.dot-style-morse-code li.slick-active button {
  width: 60px;
}
.slick-slider .slick-dots.dot-style-dash {
  gap: 2px;
}
.slick-slider .slick-dots.dot-style-dash button {
  opacity: 0.2;
  width: 50px;
  height: 4px;
  background-color: var(--gray-6);
}
.slick-slider .slick-dots.dot-style-dash button:hover,
.slick-slider .slick-dots.dot-style-dash li.slick-active button {
  opacity: 1;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Vendor Override - Slick - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Heading - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.heading-style-1 .heading-inner {
  position: relative;
  margin-bottom: 30px;
}
.heading-style-1 .heading-text {
  position: relative;
  margin-bottom: 0;
}

.heading-style-1.has-v-line-side .heading-deco {
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
}
.heading-style-1.has-v-line-side._text-left .heading-inner {
  padding-left: 30px;
}
.heading-style-1.has-v-line-side._text-left .heading-deco {
  left: 0;
}
.heading-style-1.has-v-line-side._text-center .heading-inner {
  display: inline-block;
  padding-left: 30px;
}
.heading-style-1.has-v-line-side._text-center .heading-deco {
  left: 0;
}
.heading-style-1.has-v-line-side._text-right .heading-inner {
  padding-right: 30px;
}
.heading-style-1.has-v-line-side._text-right .heading-deco {
  right: 0;
}

.heading-style-1.has-v-line-above .heading-inner {
  padding-top: 15px;
}
.heading-style-1.has-v-line-above .heading-deco {
  position: absolute;
  bottom: 100%;
  width: 2px;
}
.content-area.is-sm .heading-style-1.has-v-line-above .heading-deco {
  height: var(--content-area-sm-p-t);
}
@media (max-width: 991px) {
  .content-area.is-sm .heading-style-1.has-v-line-above .heading-deco {
    height: var(--content-area-sm-p-t-tablet);
  }
}
@media (max-width: 767px) {
  .content-area.is-sm .heading-style-1.has-v-line-above .heading-deco {
    height: var(--content-area-sm-p-t-phone);
  }
}
.content-area.is-md .heading-style-1.has-v-line-above .heading-deco {
  height: var(--content-area-md-p-t);
}
@media (max-width: 991px) {
  .content-area.is-md .heading-style-1.has-v-line-above .heading-deco {
    height: var(--content-area-md-p-t-tablet);
  }
}
@media (max-width: 767px) {
  .content-area.is-md .heading-style-1.has-v-line-above .heading-deco {
    height: var(--content-area-md-p-t-phone);
  }
}
.content-area.is-lg .heading-style-1.has-v-line-above .heading-deco {
  height: var(--content-area-lg-p-t);
}
@media (max-width: 991px) {
  .content-area.is-lg .heading-style-1.has-v-line-above .heading-deco {
    height: var(--content-area-lg-p-t-tablet);
  }
}
@media (max-width: 767px) {
  .content-area.is-lg .heading-style-1.has-v-line-above .heading-deco {
    height: var(--content-area-lg-p-t-phone);
  }
}
.content-area.is-xl .heading-style-1.has-v-line-above .heading-deco {
  height: var(--content-area-lg-p-t);
}
@media (max-width: 991px) {
  .content-area.is-xl .heading-style-1.has-v-line-above .heading-deco {
    height: var(--content-area-lg-p-t-tablet);
  }
}
@media (max-width: 767px) {
  .content-area.is-xl .heading-style-1.has-v-line-above .heading-deco {
    height: var(--content-area-lg-p-t-phone);
  }
}
.heading-style-1.has-v-line-above._text-left .heading-deco {
  left: 0;
}
.heading-style-1.has-v-line-above._text-center .heading-deco {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.heading-style-1.has-v-line-above._text-right .heading-deco {
  right: 0;
}

.heading-style-1.has-v-line-below .heading-inner {
  padding-bottom: 95px;
}
.heading-style-1.has-v-line-below .heading-deco {
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 80px;
}
.heading-style-1.has-v-line-below._text-left .heading-deco {
  left: 0;
}
.heading-style-1.has-v-line-below._text-center .heading-deco {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.heading-style-1.has-v-line-below._text-right .heading-deco {
  right: 0;
}

.heading-style-1.has-h-line-above .heading-inner {
  padding-top: 30px;
}
.heading-style-1.has-h-line-above .heading-deco {
  position: absolute;
  top: 0;
  width: 80px;
  height: 2px;
}
.heading-style-1.has-h-line-above._text-left .heading-deco {
  left: 0;
}
.heading-style-1.has-h-line-above._text-center .heading-deco {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.heading-style-1.has-h-line-above._text-right .heading-deco {
  right: 0;
}

.heading-style-1.has-h-line-below .heading-inner {
  padding-bottom: 30px;
}
.heading-style-1.has-h-line-below .heading-deco {
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 2px;
}
.heading-style-1.has-h-line-below._text-left .heading-deco {
  left: 0;
}
.heading-style-1.has-h-line-below._text-center .heading-deco {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.heading-style-1.has-h-line-below._text-right .heading-deco {
  right: 0;
}

.heading-style-1.has-btn .heading-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.heading-style-1.has-icon .heading-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .heading-style-1.has-icon .heading-inner {
    flex-wrap: wrap;
  }
}
.heading-style-1.has-icon .heading-icon {
  margin-right: 30px;
}
@media (max-width: 575px) {
  .heading-style-1.has-icon .heading-icon {
    width: 100%;
    margin-bottom: 15px;
  }
}
.heading-style-1.has-icon .heading-icon img {
  width: auto;
}
.heading-style-1.has-icon .heading-icon img.is-sm {
  height: 35px;
}
.heading-style-1.has-icon .heading-icon img.is-md {
  height: 60px;
}
.heading-style-1.has-icon .heading-icon img.is-lg {
  height: 80px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Heading - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Button - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.mwBtnLeft {
  text-align: left;
}

.mwBtnRight {
  text-align: right;
}

.mwBtnCenter {
  text-align: center;
}

.btn {
  margin-bottom: 30px;
}
.btn > a:hover,
.btn > button:hover,
.btn > span:hover {
  text-decoration: none;
}
.btn > a.disabled, .btn > a:disabled,
.btn > button.disabled,
.btn > button:disabled,
.btn > span.disabled,
.btn > span:disabled {
  cursor: not-allowed;
}

.btn > a,
.btn > button,
.btn > span {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  font-family: var(--btn-font-family);
  border-width: var(--btn-border-width);
  border-style: var(--btn-border-style);
  border-radius: var(--btn-border-radius);
  text-transform: var(--btn-text-transform);
  letter-spacing: var(--btn-letter-spacing);
  padding: var(--btn-md-padding-y) var(--btn-md-padding-x);
  transition: var(--transition-200);
  color: var(--white);
  border-color: var(--primary);
  background: var(--primary);
}
.btn > a:hover,
.btn > button:hover,
.btn > span:hover {
  color: var(--white);
  border-color: var(--primary-6);
  background: var(--primary-6);
}

.btn > a.small,
.btn > button.small,
.btn > span.small {
  padding: var(--btn-sm-padding-y) var(--btn-sm-padding-x);
  font-size: var(--btn-sm-font-size);
}
.btn > a.medium,
.btn > button.medium,
.btn > span.medium {
  padding: var(--btn-md-padding-y) var(--btn-md-padding-x);
  font-size: var(--btn-md-font-size);
}
.btn > a.large,
.btn > button.large,
.btn > span.large {
  padding: var(--btn-lg-padding-y) var(--btn-lg-padding-x);
  font-size: var(--btn-lg-font-size);
}

.btn.is-primary > a,
.btn.is-primary > button,
.btn.is-primary > span {
  color: var(--white);
  border-color: var(--primary);
  background: var(--primary);
}
.btn.is-primary > a:hover,
.btn.is-primary > button:hover,
.btn.is-primary > span:hover {
  color: var(--white);
  border-color: var(--primary-6);
  background: var(--primary-6);
}

.btn.is-secondary > a,
.btn.is-secondary > button,
.btn.is-secondary > span {
  color: var(--black);
  border-color: var(--secondary);
  background: var(--secondary);
}
.btn.is-secondary > a:hover,
.btn.is-secondary > button:hover,
.btn.is-secondary > span:hover {
  color: var(--white);
  border-color: var(--secondary-6);
  background: var(--secondary-6);
}

.btn.is-third > a,
.btn.is-third > button,
.btn.is-third > span {
  color: var(--white);
  border-color: var(--third);
  background: var(--third);
}
.btn.is-third > a:hover,
.btn.is-third > button:hover,
.btn.is-third > span:hover {
  color: var(--white);
  border-color: var(--third-6);
  background: var(--third-6);
}

.btn.is-fourth > a,
.btn.is-fourth > button,
.btn.is-fourth > span {
  color: var(--white);
  border-color: var(--fourth);
  background: var(--fourth);
}
.btn.is-fourth > a:hover,
.btn.is-fourth > button:hover,
.btn.is-fourth > span:hover {
  color: var(--white);
  border-color: var(--fourth-6);
  background: var(--fourth-6);
}

.btn.is-primary-light > a,
.btn.is-primary-light > button,
.btn.is-primary-light > span {
  color: var(--text-color);
  border-color: var(--primary-1);
  background: var(--primary-1);
}
.btn.is-primary-light > a:hover,
.btn.is-primary-light > button:hover,
.btn.is-primary-light > span:hover {
  color: var(--white);
  border-color: var(--primary);
  background: var(--primary);
}

.btn.is-secondary-light > a,
.btn.is-secondary-light > button,
.btn.is-secondary-light > span {
  color: var(--text-color);
  border-color: var(--secondary-1);
  background: var(--secondary-1);
}
.btn.is-secondary-light > a:hover,
.btn.is-secondary-light > button:hover,
.btn.is-secondary-light > span:hover {
  color: var(--white);
  border-color: var(--secondary);
  background: var(--secondary);
}

.btn.is-third-light > a,
.btn.is-third-light > button,
.btn.is-third-light > span {
  color: var(--text-color);
  border-color: var(--third-1);
  background: var(--third-1);
}
.btn.is-third-light > a:hover,
.btn.is-third-light > button:hover,
.btn.is-third-light > span:hover {
  color: var(--white);
  border-color: var(--third);
  background: var(--third);
}

.btn.is-fourth-light > a,
.btn.is-fourth-light > button,
.btn.is-fourth-light > span {
  color: var(--text-color);
  border-color: var(--fourth-1);
  background: var(--fourth-1);
}
.btn.is-fourth-light > a:hover,
.btn.is-fourth-light > button:hover,
.btn.is-fourth-light > span:hover {
  color: var(--white);
  border-color: var(--fourth);
  background: var(--fourth);
}

.btn.is-white > a,
.btn.is-white > button,
.btn.is-white > span {
  color: var(--primary);
  border-color: var(--white);
  background: var(--white);
}
.btn.is-white > a:hover,
.btn.is-white > button:hover,
.btn.is-white > span:hover {
  color: var(--primary-6);
  border-color: var(--white);
  background: var(--white);
}

.btn.is-light > a,
.btn.is-light > button,
.btn.is-light > span {
  color: var(--text-color);
  border-color: var(--light);
  background: var(--light);
}
.btn.is-light > a:hover,
.btn.is-light > button:hover,
.btn.is-light > span:hover {
  color: var(--white);
  border-color: var(--primary);
  background: var(--primary);
}

.btn.is-gray > a,
.btn.is-gray > button,
.btn.is-gray > span {
  color: var(--dark);
  border-color: var(--gray);
  background: var(--gray);
}
.btn.is-gray > a:hover,
.btn.is-gray > button:hover,
.btn.is-gray > span:hover {
  color: var(--white);
  border-color: var(--primary);
  background: var(--primary);
}

.btn.is-dark > a,
.btn.is-dark > button,
.btn.is-dark > span {
  color: var(--white);
  border-color: var(--dark);
  background: var(--dark);
}
.btn.is-dark > a:hover,
.btn.is-dark > button:hover,
.btn.is-dark > span:hover {
  color: var(--white);
  border-color: var(--primary);
  background: var(--primary);
}

.btn.is-rounded > a,
.btn.is-rounded > button,
.btn.is-rounded > span {
  border-radius: var(--btn-border-radius-rounded);
}

.btn.is-outline > a,
.btn.is-outline > button,
.btn.is-outline > span {
  overflow: hidden;
  position: relative;
  vertical-align: top;
  color: var(--primary);
  border-color: var(--primary);
  background: transparent;
}
.btn.is-outline > a:before,
.btn.is-outline > button:before,
.btn.is-outline > span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: var(--transition-200);
}
.btn.is-outline > a > span,
.btn.is-outline > button > span,
.btn.is-outline > span > span {
  position: relative;
}
.btn.is-outline > a:hover,
.btn.is-outline > button:hover,
.btn.is-outline > span:hover {
  color: var(--white);
  border-color: var(--primary);
  background: transparent;
}
.btn.is-outline > a:hover:before,
.btn.is-outline > button:hover:before,
.btn.is-outline > span:hover:before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.btn.is-outline.is-border-medium > a,
.btn.is-outline.is-border-medium > button,
.btn.is-outline.is-border-medium > span {
  border-width: 2px;
}
.btn.is-outline.is-border-thick > a,
.btn.is-outline.is-border-thick > button,
.btn.is-outline.is-border-thick > span {
  border-width: 3px;
}
.btn.is-outline.is-primary > a,
.btn.is-outline.is-primary > button,
.btn.is-outline.is-primary > span {
  color: var(--primary);
  border-color: var(--primary);
  background: transparent;
}
.btn.is-outline.is-primary > a:before,
.btn.is-outline.is-primary > button:before,
.btn.is-outline.is-primary > span:before {
  background: var(--primary);
}
.btn.is-outline.is-primary > a:hover,
.btn.is-outline.is-primary > button:hover,
.btn.is-outline.is-primary > span:hover {
  color: var(--white);
  border-color: var(--primary);
}
.btn.is-outline.is-secondary > a,
.btn.is-outline.is-secondary > button,
.btn.is-outline.is-secondary > span {
  color: var(--secondary);
  border-color: var(--secondary);
  background: transparent;
}
.btn.is-outline.is-secondary > a:before,
.btn.is-outline.is-secondary > button:before,
.btn.is-outline.is-secondary > span:before {
  background: var(--secondary);
}
.btn.is-outline.is-secondary > a:hover,
.btn.is-outline.is-secondary > button:hover,
.btn.is-outline.is-secondary > span:hover {
  color: var(--white);
  border-color: var(--secondary);
}
.btn.is-outline.is-third > a,
.btn.is-outline.is-third > button,
.btn.is-outline.is-third > span {
  color: var(--third);
  border-color: var(--third);
  background: transparent;
}
.btn.is-outline.is-third > a:before,
.btn.is-outline.is-third > button:before,
.btn.is-outline.is-third > span:before {
  background: var(--third);
}
.btn.is-outline.is-third > a:hover,
.btn.is-outline.is-third > button:hover,
.btn.is-outline.is-third > span:hover {
  color: var(--white);
  border-color: var(--third);
}
.btn.is-outline.is-fourth > a,
.btn.is-outline.is-fourth > button,
.btn.is-outline.is-fourth > span {
  color: var(--fourth);
  border-color: var(--fourth);
  background: transparent;
}
.btn.is-outline.is-fourth > a:before,
.btn.is-outline.is-fourth > button:before,
.btn.is-outline.is-fourth > span:before {
  background: var(--fourth);
}
.btn.is-outline.is-fourth > a:hover,
.btn.is-outline.is-fourth > button:hover,
.btn.is-outline.is-fourth > span:hover {
  color: var(--white);
  border-color: var(--fourth);
}
.btn.is-outline.is-primary-light > a,
.btn.is-outline.is-primary-light > button,
.btn.is-outline.is-primary-light > span {
  color: var(--primary-1);
  border-color: var(--primary-1);
  background: transparent;
}
.btn.is-outline.is-primary-light > a:before,
.btn.is-outline.is-primary-light > button:before,
.btn.is-outline.is-primary-light > span:before {
  background: var(--primary-1);
}
.btn.is-outline.is-primary-light > a:hover,
.btn.is-outline.is-primary-light > button:hover,
.btn.is-outline.is-primary-light > span:hover {
  color: var(--text-color);
  border-color: var(--primary-1);
}
.btn.is-outline.is-secondary-light > a,
.btn.is-outline.is-secondary-light > button,
.btn.is-outline.is-secondary-light > span {
  color: var(--secondary-1);
  border-color: var(--secondary-1);
  background: transparent;
}
.btn.is-outline.is-secondary-light > a:before,
.btn.is-outline.is-secondary-light > button:before,
.btn.is-outline.is-secondary-light > span:before {
  background: var(--secondary-1);
}
.btn.is-outline.is-secondary-light > a:hover,
.btn.is-outline.is-secondary-light > button:hover,
.btn.is-outline.is-secondary-light > span:hover {
  color: var(--text-color);
  border-color: var(--secondary-1);
}
.btn.is-outline.is-third-light > a,
.btn.is-outline.is-third-light > button,
.btn.is-outline.is-third-light > span {
  color: var(--third-1);
  border-color: var(--third-1);
  background: transparent;
}
.btn.is-outline.is-third-light > a:before,
.btn.is-outline.is-third-light > button:before,
.btn.is-outline.is-third-light > span:before {
  background: var(--third-1);
}
.btn.is-outline.is-third-light > a:hover,
.btn.is-outline.is-third-light > button:hover,
.btn.is-outline.is-third-light > span:hover {
  color: var(--text-color);
  border-color: var(--third-1);
}
.btn.is-outline.is-fourth-light > a,
.btn.is-outline.is-fourth-light > button,
.btn.is-outline.is-fourth-light > span {
  color: var(--fourth-1);
  border-color: var(--fourth-1);
  background: transparent;
}
.btn.is-outline.is-fourth-light > a:before,
.btn.is-outline.is-fourth-light > button:before,
.btn.is-outline.is-fourth-light > span:before {
  background: var(--fourth-1);
}
.btn.is-outline.is-fourth-light > a:hover,
.btn.is-outline.is-fourth-light > button:hover,
.btn.is-outline.is-fourth-light > span:hover {
  color: var(--text-color);
  border-color: var(--fourth-1);
}
.btn.is-outline.is-white > a,
.btn.is-outline.is-white > button,
.btn.is-outline.is-white > span {
  color: var(--white);
  border-color: var(--white);
  background: transparent;
}
.btn.is-outline.is-white > a:before,
.btn.is-outline.is-white > button:before,
.btn.is-outline.is-white > span:before {
  background: var(--white);
}
.btn.is-outline.is-white > a:hover,
.btn.is-outline.is-white > button:hover,
.btn.is-outline.is-white > span:hover {
  color: var(--text-color);
  border-color: var(--white);
}
.btn.is-outline.is-light > a,
.btn.is-outline.is-light > button,
.btn.is-outline.is-light > span {
  color: var(--light);
  border-color: var(--light);
  background: transparent;
}
.btn.is-outline.is-light > a:before,
.btn.is-outline.is-light > button:before,
.btn.is-outline.is-light > span:before {
  background: var(--light);
}
.btn.is-outline.is-light > a:hover,
.btn.is-outline.is-light > button:hover,
.btn.is-outline.is-light > span:hover {
  color: var(--text-color);
  border-color: var(--light);
}
.btn.is-outline.is-gray > a,
.btn.is-outline.is-gray > button,
.btn.is-outline.is-gray > span {
  color: var(--gray);
  border-color: var(--gray);
  background: transparent;
}
.btn.is-outline.is-gray > a:before,
.btn.is-outline.is-gray > button:before,
.btn.is-outline.is-gray > span:before {
  background: var(--gray);
}
.btn.is-outline.is-gray > a:hover,
.btn.is-outline.is-gray > button:hover,
.btn.is-outline.is-gray > span:hover {
  color: var(--dark);
  border-color: var(--gray);
}
.btn.is-outline.is-dark > a,
.btn.is-outline.is-dark > button,
.btn.is-outline.is-dark > span {
  color: var(--dark);
  border-color: var(--dark);
  background: transparent;
}
.btn.is-outline.is-dark > a:before,
.btn.is-outline.is-dark > button:before,
.btn.is-outline.is-dark > span:before {
  background: var(--dark);
}
.btn.is-outline.is-dark > a:hover,
.btn.is-outline.is-dark > button:hover,
.btn.is-outline.is-dark > span:hover {
  color: var(--white);
  border-color: var(--dark);
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Button - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Area - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.content-area {
  position: relative;
  width: 100%;
}
.content-area > .content-area-wrap {
  position: relative;
  padding-left: var(--content-area-p-x);
  padding-right: var(--content-area-p-x);
}
.content-area > .content-area-wrap::after {
  display: table;
  clear: both;
  content: "";
}
@media (max-width: 991px) {
  .content-area > .content-area-wrap {
    padding-left: var(--content-area-p-x-tablet);
    padding-right: var(--content-area-p-x-tablet);
  }
}
@media (max-width: 767px) {
  .content-area > .content-area-wrap {
    padding-left: var(--content-area-p-x-phone);
    padding-right: var(--content-area-p-x-phone);
  }
}

.content-area.is-sm > .content-area-wrap {
  padding-top: var(--content-area-sm-p-t);
  padding-bottom: var(--content-area-sm-p-b);
}
@media (max-width: 991px) {
  .content-area.is-sm > .content-area-wrap {
    padding-top: var(--content-area-sm-p-t-tablet);
    padding-bottom: var(--content-area-sm-p-b-tablet);
  }
}
@media (max-width: 767px) {
  .content-area.is-sm > .content-area-wrap {
    padding-top: var(--content-area-sm-p-t-phone);
    padding-bottom: var(--content-area-sm-p-b-phone);
  }
}
.content-area.is-md > .content-area-wrap {
  padding-top: var(--content-area-md-p-t);
  padding-bottom: var(--content-area-md-p-b);
}
@media (max-width: 991px) {
  .content-area.is-md > .content-area-wrap {
    padding-top: var(--content-area-md-p-t-tablet);
    padding-bottom: var(--content-area-md-p-b-tablet);
  }
}
@media (max-width: 767px) {
  .content-area.is-md > .content-area-wrap {
    padding-top: var(--content-area-md-p-t-phone);
    padding-bottom: var(--content-area-md-p-b-phone);
  }
}
.content-area.is-lg > .content-area-wrap {
  padding-top: var(--content-area-lg-p-t);
  padding-bottom: var(--content-area-lg-p-b);
}
@media (max-width: 991px) {
  .content-area.is-lg > .content-area-wrap {
    padding-top: var(--content-area-lg-p-t-tablet);
    padding-bottom: var(--content-area-lg-p-b-tablet);
  }
}
@media (max-width: 767px) {
  .content-area.is-lg > .content-area-wrap {
    padding-top: var(--content-area-lg-p-t-phone);
    padding-bottom: var(--content-area-lg-p-b-phone);
  }
}
.content-area.is-xl > .content-area-wrap {
  padding-top: var(--content-area-xl-p-t);
  padding-bottom: var(--content-area-xl-p-b);
}
@media (max-width: 991px) {
  .content-area.is-xl > .content-area-wrap {
    padding-top: var(--content-area-xl-p-t-tablet);
    padding-bottom: var(--content-area-xl-p-b-tablet);
  }
}
@media (max-width: 767px) {
  .content-area.is-xl > .content-area-wrap {
    padding-top: var(--content-area-xl-p-t-phone);
    padding-bottom: var(--content-area-xl-p-b-phone);
  }
}

.content-area.is-offset-top-sm.is-sm > .content-area-wrap, .content-area.is-offset-top-sm.is-md > .content-area-wrap, .content-area.is-offset-top-sm.is-lg > .content-area-wrap, .content-area.is-offset-top-sm.is-xl > .content-area-wrap,
.content-area.is-offset-top-md.is-sm > .content-area-wrap,
.content-area.is-offset-top-md.is-md > .content-area-wrap,
.content-area.is-offset-top-md.is-lg > .content-area-wrap,
.content-area.is-offset-top-md.is-xl > .content-area-wrap,
.content-area.is-offset-top-lg.is-sm > .content-area-wrap,
.content-area.is-offset-top-lg.is-md > .content-area-wrap,
.content-area.is-offset-top-lg.is-lg > .content-area-wrap,
.content-area.is-offset-top-lg.is-xl > .content-area-wrap {
  padding-top: 0;
}

.content-area.is-offset-top-sm {
  margin-top: -30px;
}

.content-area.is-offset-top-md {
  margin-top: -60px;
}

.content-area.is-offset-top-lg {
  margin-top: -90px;
}

.content-area-with-bg-img {
  overflow: hidden;
}
.content-area-with-bg-img .content-area-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.45;
}
.content-area-with-bg-img.is-bg-img-center > .content-area-bg-img {
  -o-object-position: center;
     object-position: center;
}
.content-area-with-bg-img.is-bg-img-top > .content-area-bg-img {
  -o-object-position: center top;
     object-position: center top;
}
.content-area-with-bg-img.is-bg-img-bottom > .content-area-bg-img {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.content-area .content-area.is-sm > .content-area-wrap {
  padding: 15px 0 0;
}
.content-area .content-area.is-md > .content-area-wrap {
  padding: 30px 15px 0;
}
.content-area .content-area.is-lg > .content-area-wrap {
  padding: 45px 30px 15px;
}
.content-area .content-area.is-xl > .content-area-wrap {
  padding: 60px 45px 30px;
}

.content-area.is-fullwidth > .content-area-wrap {
  padding-left: 0;
  padding-right: 0;
}
.content-area.is-fullwidth > .content-area-wrap .container {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
.content-area.is-fullwidth > .content-area-wrap .container .row {
  margin-right: 0;
  margin-left: 0;
}
.content-area.is-fullwidth > .content-area-wrap .container .row .col,
.content-area.is-fullwidth > .content-area-wrap .container .row [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Area - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Area - Intro Box - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.content-area-intro-box.is-sm > .content-area-wrap, .content-area-intro-box.is-md > .content-area-wrap, .content-area-intro-box.is-lg > .content-area-wrap, .content-area-intro-box.is-xl > .content-area-wrap {
  padding-top: 0;
}
.content-area-intro-box .content-area-box {
  padding: 30px 30px 0;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .content-area-intro-box .content-area-box {
    padding: 10px 10px 0;
  }
}
@media (max-width: 991px) {
  .content-area-intro-box .content-area-box-left {
    order: 1;
  }
}
@media (max-width: 991px) {
  .content-area-intro-box .content-area-box-right {
    order: 0;
  }
}
.content-area-intro-box .content-area-box-inner {
  padding: 30px 0 30px 30px;
}
@media (max-width: 991px) {
  .content-area-intro-box .content-area-box-inner {
    padding: 0 15px;
  }
}
.content-area-intro-box .content-area-masonry-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin-bottom: 30px;
}
.content-area-intro-box .content-area-masonry-gallery.has-1-img .content-area-masonry-gallery-img {
  padding-bottom: 100%;
  grid-column: span 2;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .content-area-intro-box .content-area-masonry-gallery.has-1-img .content-area-masonry-gallery-img {
    padding-bottom: 145%;
  }
}
@media (max-width: 991px) {
  .content-area-intro-box .content-area-masonry-gallery.has-1-img .content-area-masonry-gallery-img {
    padding-bottom: 75%;
  }
}
.content-area-intro-box .content-area-masonry-gallery.has-2-img .content-area-masonry-gallery-img {
  padding-bottom: 50%;
  grid-column: span 2;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .content-area-intro-box .content-area-masonry-gallery.has-2-img .content-area-masonry-gallery-img {
    padding-bottom: 75%;
  }
}
@media (max-width: 991px) {
  .content-area-intro-box .content-area-masonry-gallery.has-2-img .content-area-masonry-gallery-img {
    padding-bottom: 56%;
  }
}
.content-area-intro-box .content-area-masonry-gallery.has-3-img .content-area-masonry-gallery-img:nth-child(3n+1) {
  padding-bottom: 56%;
  grid-column: 1/span 2;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .content-area-intro-box .content-area-masonry-gallery.has-3-img .content-area-masonry-gallery-img:nth-child(3n+1) {
    padding-bottom: 75%;
  }
}
.content-area-intro-box .content-area-masonry-gallery.has-3-img .content-area-masonry-gallery-img:nth-child(3n+2), .content-area-intro-box .content-area-masonry-gallery.has-3-img .content-area-masonry-gallery-img:nth-child(3n+3) {
  padding-bottom: 100%;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .content-area-intro-box .content-area-masonry-gallery.has-3-img .content-area-masonry-gallery-img:nth-child(3n+2), .content-area-intro-box .content-area-masonry-gallery.has-3-img .content-area-masonry-gallery-img:nth-child(3n+3) {
    padding-bottom: 133%;
  }
}
@media (max-width: 991px) {
  .content-area-intro-box .content-area-masonry-gallery.has-3-img .content-area-masonry-gallery-img:nth-child(3n+2), .content-area-intro-box .content-area-masonry-gallery.has-3-img .content-area-masonry-gallery-img:nth-child(3n+3) {
    padding-bottom: 56%;
  }
}
.content-area-intro-box .content-area-masonry-gallery-img {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: var(--primary-1);
}
.content-area-intro-box .content-area-masonry-gallery-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Area - Intro Box - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Alert - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.alert-style-1 {
  overflow: auto;
  margin-bottom: 30px;
  font-size: 14px;
  text-align: left;
  border: none;
  background-color: var(--gray-4);
}
.alert-style-1 h1, .alert-style-1 h2, .alert-style-1 h3, .alert-style-1 h4, .alert-style-1 h5, .alert-style-1 h6, .alert-style-1 p, .alert-style-1 ul, .alert-style-1 ol, .alert-style-1 dl, .alert-style-1 table {
  color: var(--text-color);
}
.alert-style-1 h1, .alert-style-1 h2, .alert-style-1 h3, .alert-style-1 h4, .alert-style-1 h5, .alert-style-1 h6,
.alert-style-1 .h1, .alert-style-1 .h2, .alert-style-1 .h3, .alert-style-1 .h4, .alert-style-1 .h5, .alert-style-1 .h6 {
  margin-bottom: 15px;
}
.alert-style-1 p {
  margin-bottom: 15px;
}
.alert-style-1 a {
  text-decoration: underline;
}
.alert-style-1 a:hover {
  text-decoration: underline;
}
.alert-style-1 .alert-wrap {
  position: relative;
}
.alert-style-1 .alert-content {
  padding: 20px 30px 8px;
  margin-left: 70px;
}
@media (max-width: 575px) {
  .alert-style-1 .alert-content {
    padding: 15px 15px 1px;
    margin-left: 0;
  }
}
.alert-style-1 .alert-icon {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 70PX;
  height: 100%;
  font-size: 28px;
  text-align: center;
  color: var(--text-color);
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 575px) {
  .alert-style-1 .alert-icon {
    display: none;
  }
}
.alert-style-1 .alert-icon:before {
  flex: 1 0 auto;
  display: block;
}
.alert-style-1 .alert-close {
  opacity: 0.5;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
}
.alert-style-1 .alert-close:hover {
  opacity: 1;
}

.alert-style-1.alert-info {
  background-color: var(--info);
}
.alert-style-1.alert-info h1, .alert-style-1.alert-info h2, .alert-style-1.alert-info h3, .alert-style-1.alert-info h4, .alert-style-1.alert-info h5, .alert-style-1.alert-info h6, .alert-style-1.alert-info p, .alert-style-1.alert-info ul, .alert-style-1.alert-info ol, .alert-style-1.alert-info dl, .alert-style-1.alert-info table {
  color: var(--white);
}
.alert-style-1.alert-info a {
  color: var(--white);
}
.alert-style-1.alert-info a:hover {
  color: var(--black);
}
.alert-style-1.alert-info .alert-icon {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0.2);
}
.alert-style-1.alert-success {
  background-color: var(--success);
}
.alert-style-1.alert-success h1, .alert-style-1.alert-success h2, .alert-style-1.alert-success h3, .alert-style-1.alert-success h4, .alert-style-1.alert-success h5, .alert-style-1.alert-success h6, .alert-style-1.alert-success p, .alert-style-1.alert-success ul, .alert-style-1.alert-success ol, .alert-style-1.alert-success dl, .alert-style-1.alert-success table {
  color: var(--white);
}
.alert-style-1.alert-success a {
  color: var(--white);
}
.alert-style-1.alert-success a:hover {
  color: var(--black);
}
.alert-style-1.alert-success .alert-icon {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0.2);
}
.alert-style-1.alert-warning {
  background-color: var(--warning);
}
.alert-style-1.alert-warning h1, .alert-style-1.alert-warning h2, .alert-style-1.alert-warning h3, .alert-style-1.alert-warning h4, .alert-style-1.alert-warning h5, .alert-style-1.alert-warning h6, .alert-style-1.alert-warning p, .alert-style-1.alert-warning ul, .alert-style-1.alert-warning ol, .alert-style-1.alert-warning dl, .alert-style-1.alert-warning table {
  color: var(--text-color);
}
.alert-style-1.alert-warning a {
  color: var(--text-color);
}
.alert-style-1.alert-warning a:hover {
  color: var(--black);
}
.alert-style-1.alert-warning .alert-icon {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0.2);
}
.alert-style-1.alert-error, .alert-style-1.alert-danger {
  background-color: var(--danger);
}
.alert-style-1.alert-error h1, .alert-style-1.alert-error h2, .alert-style-1.alert-error h3, .alert-style-1.alert-error h4, .alert-style-1.alert-error h5, .alert-style-1.alert-error h6, .alert-style-1.alert-error p, .alert-style-1.alert-error ul, .alert-style-1.alert-error ol, .alert-style-1.alert-error dl, .alert-style-1.alert-error table, .alert-style-1.alert-danger h1, .alert-style-1.alert-danger h2, .alert-style-1.alert-danger h3, .alert-style-1.alert-danger h4, .alert-style-1.alert-danger h5, .alert-style-1.alert-danger h6, .alert-style-1.alert-danger p, .alert-style-1.alert-danger ul, .alert-style-1.alert-danger ol, .alert-style-1.alert-danger dl, .alert-style-1.alert-danger table {
  color: var(--white);
}
.alert-style-1.alert-error a, .alert-style-1.alert-danger a {
  color: var(--white);
}
.alert-style-1.alert-error a:hover, .alert-style-1.alert-danger a:hover {
  color: var(--black);
}
.alert-style-1.alert-error .alert-icon, .alert-style-1.alert-danger .alert-icon {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0.2);
}
.alert-style-1.alert-white {
  background-color: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.alert-style-1.alert-white h1, .alert-style-1.alert-white h2, .alert-style-1.alert-white h3, .alert-style-1.alert-white h4, .alert-style-1.alert-white h5, .alert-style-1.alert-white h6, .alert-style-1.alert-white p, .alert-style-1.alert-white ul, .alert-style-1.alert-white ol, .alert-style-1.alert-white dl, .alert-style-1.alert-white table {
  color: var(--text-color);
}
.alert-style-1.alert-white a {
  color: var(--text-color);
}
.alert-style-1.alert-white a:hover {
  color: var(--black);
}
.alert-style-1.alert-white .alert-icon {
  color: var(--text-color);
  background-color: rgba(0, 0, 0, 0.2);
}
.alert-style-1.alert-light {
  background-color: var(--light);
}
.alert-style-1.alert-light h1, .alert-style-1.alert-light h2, .alert-style-1.alert-light h3, .alert-style-1.alert-light h4, .alert-style-1.alert-light h5, .alert-style-1.alert-light h6, .alert-style-1.alert-light p, .alert-style-1.alert-light ul, .alert-style-1.alert-light ol, .alert-style-1.alert-light dl, .alert-style-1.alert-light table {
  color: var(--text-color);
}
.alert-style-1.alert-light a {
  color: var(--text-color);
}
.alert-style-1.alert-light a:hover {
  color: var(--black);
}
.alert-style-1.alert-light .alert-icon {
  color: var(--text-color);
  background-color: rgba(0, 0, 0, 0.2);
}
.alert-style-1.alert-gray {
  background-color: var(--gray);
}
.alert-style-1.alert-gray h1, .alert-style-1.alert-gray h2, .alert-style-1.alert-gray h3, .alert-style-1.alert-gray h4, .alert-style-1.alert-gray h5, .alert-style-1.alert-gray h6, .alert-style-1.alert-gray p, .alert-style-1.alert-gray ul, .alert-style-1.alert-gray ol, .alert-style-1.alert-gray dl, .alert-style-1.alert-gray table {
  color: var(--dark);
}
.alert-style-1.alert-gray a {
  color: var(--dark);
}
.alert-style-1.alert-gray a:hover {
  color: var(--white);
}
.alert-style-1.alert-gray .alert-icon {
  color: var(--dark);
  background-color: rgba(0, 0, 0, 0.2);
}
.alert-style-1.alert-dark {
  background-color: var(--dark);
}
.alert-style-1.alert-dark h1, .alert-style-1.alert-dark h2, .alert-style-1.alert-dark h3, .alert-style-1.alert-dark h4, .alert-style-1.alert-dark h5, .alert-style-1.alert-dark h6, .alert-style-1.alert-dark p, .alert-style-1.alert-dark ul, .alert-style-1.alert-dark ol, .alert-style-1.alert-dark dl, .alert-style-1.alert-dark table {
  color: var(--white);
}
.alert-style-1.alert-dark a {
  color: var(--white);
}
.alert-style-1.alert-dark a:hover {
  color: var(--white);
}
.alert-style-1.alert-dark .alert-icon {
  color: var(--white);
  background-color: rgba(255, 255, 255, 0.2);
}
.alert-style-1.alert-dark .alert-close {
  color: var(--white);
}

.alert-style-1.is-small {
  max-width: 480px;
}

.alert-style-1.is-temp-hide {
  display: none;
}
.liveEdBlock .alert-style-1.is-temp-hide {
  display: block;
}
.alert-style-1.is-temp-hide .alert-wrap:after {
  content: "This alert is currently hidden from the public.";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--white);
  font-size: 25px;
  font-weight: var(--font-weight-bold);
  background-color: rgba(0, 0, 0, 0.75);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Alert - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Badge - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.badge {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 10px;
  color: var(--text-color);
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: var(--font-weight-semi-bold);
  border-radius: 50px;
  background-color: var(--gray-2);
}
.badge i {
  margin-right: 5px;
}

.badge.badge-sm {
  padding: 1px 6px;
  font-size: 8px;
}
.badge.badge-md {
  padding: 3px 8px;
  font-size: 10px;
}
.badge.badge-lg {
  padding: 5px 12px;
  font-size: 12px;
}

.badge.badge-default {
  color: var(--text-color);
  background-color: var(--gray-2);
}
.badge.badge-primary {
  color: var(--white);
  background-color: var(--primary);
}
.badge.badge-secondary {
  color: var(--white);
  background-color: var(--secondary);
}
.badge.badge-third {
  color: var(--white);
  background-color: var(--third);
}
.badge.badge-fourth {
  color: var(--white);
  background-color: var(--fourth);
}
.badge.badge-white {
  color: var(--text-color);
  background-color: var(--white);
}
.badge.badge-light {
  color: var(--text-color);
  background-color: var(--gray-2);
}
.badge.badge-dark {
  color: var(--white);
  background-color: var(--dark);
}
.badge.badge-info {
  color: var(--white);
  background-color: var(--info);
}
.badge.badge-success {
  color: var(--white);
  background-color: var(--success);
}
.badge.badge-warning {
  color: var(--white);
  background-color: var(--warning);
}
.badge.badge-error, .badge.badge-danger {
  color: var(--white);
  background-color: var(--danger);
}
.badge.badge-page {
  color: var(--white);
  background-color: var(--type-page);
}
.badge.badge-post {
  color: var(--white);
  background-color: var(--type-post);
}
.badge.badge-event {
  color: var(--white);
  background-color: var(--type-event);
}
.badge.badge-form {
  color: var(--white);
  background-color: var(--type-form);
}
.badge.badge-gallery {
  color: var(--white);
  background-color: var(--type-gallery);
}
.badge.badge-image, .badge.badge-Image {
  color: var(--white);
  background-color: var(--type-image);
}
.badge.badge-video, .badge.badge-Video {
  color: var(--white);
  background-color: var(--type-video);
}
.badge.badge-doc, .badge.badge-Doc {
  color: var(--white);
  background-color: var(--type-doc);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Badge - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Burger Default - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.burger-default {
  display: flex;
  align-items: center;
  position: relative;
}
.burger-default span {
  display: block;
  transition: var(--transition-360);
}

.burger-default .burger-lines {
  position: relative;
  overflow: hidden;
  width: 30px;
  height: 30px;
}
.burger-default .burger-line {
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  border-radius: 0;
  background-color: var(--primary);
}
.burger-default .burger-line:nth-of-type(1), .burger-default .burger-line:nth-of-type(4) {
  top: 4px;
}
.burger-default .burger-line:nth-of-type(2), .burger-default .burger-line:nth-of-type(5) {
  top: 14px;
}
.burger-default .burger-line:nth-of-type(3), .burger-default .burger-line:nth-of-type(6) {
  bottom: 4px;
}
.burger-default .burger-line:nth-of-type(1), .burger-default .burger-line:nth-of-type(2), .burger-default .burger-line:nth-of-type(3) {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.burger-default .burger-line:nth-of-type(4), .burger-default .burger-line:nth-of-type(5), .burger-default .burger-line:nth-of-type(6) {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.burger-default .burger-line:nth-of-type(1) {
  transition-delay: 0ms;
}
.burger-default .burger-line:nth-of-type(2) {
  transition-delay: 100ms;
}
.burger-default .burger-line:nth-of-type(3) {
  transition-delay: 200ms;
}
.burger-default .burger-line:nth-of-type(4) {
  transition-delay: 50ms;
}
.burger-default .burger-line:nth-of-type(5) {
  transition-delay: 150ms;
}
.burger-default .burger-line:nth-of-type(6) {
  transition-delay: 250ms;
}

.burger-default .burger-slashes {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
.burger-default .burger-slash {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 40px;
  height: 2px;
  border-radius: 0;
  background-color: var(--primary);
}
.burger-default .burger-slash:nth-of-type(1), .burger-default .burger-slash:nth-of-type(3) {
  left: 1px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: translate(30px, 30px) rotate(45deg);
          transform: translate(30px, 30px) rotate(45deg);
}
.burger-default .burger-slash:nth-of-type(2), .burger-default .burger-slash:nth-of-type(4) {
  right: 1px;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: translate(-30px, 30px) rotate(-45deg);
          transform: translate(-30px, 30px) rotate(-45deg);
}

.burger-default .burger-text {
  position: relative;
  overflow: hidden;
  margin-left: 6px;
  color: var(--primary);
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
}
.burger-default .burger-text-open {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.burger-default .burger-text-close {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.burger-default.burger-hover:hover .burger-line {
  background-color: var(--secondary);
}
.burger-default.burger-hover:hover .burger-slash {
  background-color: var(--secondary);
}
.burger-default.burger-hover:hover .burger-text {
  color: var(--secondary);
}
.burger-default.burger-hover:not(.active):hover .burger-line:nth-of-type(1), .burger-default.burger-hover:not(.active):hover .burger-line:nth-of-type(2), .burger-default.burger-hover:not(.active):hover .burger-line:nth-of-type(3) {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.burger-default.burger-hover:not(.active):hover .burger-line:nth-of-type(4), .burger-default.burger-hover:not(.active):hover .burger-line:nth-of-type(5), .burger-default.burger-hover:not(.active):hover .burger-line:nth-of-type(6) {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.burger-default.active .burger-line {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.burger-default.active .burger-slash:nth-of-type(1) {
  opacity: 1;
  -webkit-transform: translate(0, 0) rotate(45deg);
          transform: translate(0, 0) rotate(45deg);
}
.burger-default.active .burger-slash:nth-of-type(2) {
  opacity: 1;
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
}
.burger-default.active .burger-text-open {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.burger-default.active .burger-text-close {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.burger-default.active.burger-hover:hover .burger-slash:nth-of-type(1) {
  opacity: 0;
  -webkit-transform: translate(-30px, -30px) rotate(45deg);
          transform: translate(-30px, -30px) rotate(45deg);
}
.burger-default.active.burger-hover:hover .burger-slash:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translate(30px, -30px) rotate(-45deg);
          transform: translate(30px, -30px) rotate(-45deg);
}
.burger-default.active.burger-hover:hover .burger-slash:nth-of-type(3) {
  opacity: 1;
  -webkit-transform: translate(0, 0) rotate(45deg);
          transform: translate(0, 0) rotate(45deg);
}
.burger-default.active.burger-hover:hover .burger-slash:nth-of-type(4) {
  opacity: 1;
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Burger Default - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Accordion - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.accordion-style-2 {
  margin-bottom: 10px;
}
.accordion-style-2 .accordion-wrap {
  overflow: hidden;
  border-radius: var(--border-radius);
}
.accordion-style-2 .accordion-btn {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px 15px 30px;
}
.accordion-style-2 .accordion-title {
  margin-bottom: 0;
  margin-right: 30px;
  white-space: pre-line;
}
.accordion-style-2 .accordion-icon i {
  font-size: 18px;
  transition: var(--transition-500);
}
.accordion-style-2 .accordion-content {
  display: none;
  border-top: 1px solid var(--border-color-dark);
}
.accordion-style-2 .accordion-inner {
  padding: 30px 30px 5px;
}
.accordion-style-2.active .accordion-icon i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Accordion - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Accordion - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.accordion-style-1 {
  margin-top: -1px;
}
.accordion-style-1 .accordion-header {
  margin: 0;
  border-top: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
}
.accordion-style-1 .accordion-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 20px;
  text-align: left;
  transition: var(--transition-200);
}
.accordion-style-1 .accordion-icon {
  position: relative;
  width: 20px;
  height: 20px;
}
.accordion-style-1 .accordion-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--primary);
  transition: var(--transition-200);
}
.accordion-style-1 .accordion-icon span:nth-of-type(1) {
  width: 20px;
  height: 1px;
}
.accordion-style-1 .accordion-icon span:nth-of-type(2) {
  width: 1px;
  height: 20px;
}
.accordion-style-1 .accordion-content {
  display: none;
}
.accordion-style-1 .accordion-inner {
  padding: 60px 60px 30px;
}
@media (max-width: 767px) {
  .accordion-style-1 .accordion-inner {
    padding: 30px 30px 1px;
  }
}
.accordion-style-1:hover .accordion-btn {
  color: var(--primary);
}
.accordion-style-1:hover .accordion-icon span {
  background-color: var(--primary);
}
.accordion-style-1.active .accordion-btn {
  color: var(--primary);
}
.accordion-style-1.active .accordion-icon span {
  background-color: var(--secondary);
}
.accordion-style-1.active .accordion-icon span:nth-of-type(2) {
  height: 0;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Accordion - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Tabs - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.tabs-style-1 {
  margin-bottom: 30px;
}
.tabs-style-1 .tabs-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  text-align: left;
  white-space: pre-line;
  font-weight: var(--font-weight-bold);
  border-radius: var(--border-radius);
  background-color: var(--gray-2);
}
.tabs-style-1 .tabs-nav:hover, .tabs-style-1 .tabs-nav.active {
  color: var(--white);
  background-color: var(--primary);
}
.tabs-style-1 .tabs-pane {
  display: none;
}
.tabs-style-1 .tabs-pane.active {
  display: block;
}

.tabs-style-1.is-horizontal .tabs-wrap {
  display: flex;
  flex-wrap: wrap;
}
.tabs-style-1.is-horizontal .tabs-navs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 0 0 20%;
  width: 100%;
  max-width: 20%;
}
@media (max-width: 991px) {
  .tabs-style-1.is-horizontal .tabs-navs {
    flex: 0 0 100%;
    width: auto;
    max-width: none;
  }
}
.tabs-style-1.is-horizontal .tabs-nav {
  margin-bottom: 5px;
}
.tabs-style-1.is-horizontal .tabs-nav-icon {
  font-size: 14px;
  margin-left: 15px;
}
.tabs-style-1.is-horizontal .tabs-panes {
  flex: 0 0 80%;
  width: 100%;
  max-width: 80%;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .tabs-style-1.is-horizontal .tabs-panes {
    flex: 0 0 100%;
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-top: 25px;
  }
}

.tabs-style-1.is-vertical .tabs-navs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.tabs-style-1.is-vertical .tabs-nav {
  flex: 0 0 auto;
  max-width: 300px;
  margin-right: 5px;
}
.tabs-style-1.is-vertical .tabs-nav-icon {
  font-size: 14px;
  margin-left: 30px;
}
.tabs-style-1.is-vertical .tabs-panes {
  padding-top: 30px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Tabs - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Tabs - Icon - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.tabs-style-3 {
  margin-bottom: 30px;
}
.tabs-style-3 .tabs-header {
  position: relative;
  margin-bottom: 30px;
}
.tabs-style-3 .tabs-nav-indicator {
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: var(--border-color-dark);
}
@media (max-width: 991px) {
  .tabs-style-3 .tabs-nav-indicator {
    display: none;
  }
}
.tabs-style-3 .tabs-nav-indicator span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: var(--primary);
  transition: var(--transition-360);
}
.tabs-style-3 .tabs-close-btn {
  display: none;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 520;
}
.tabs-style-3 .tabs-close-btn.mobile-active {
  display: block;
}
.tabs-style-3 .tabs-navs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 15px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .tabs-style-3 .tabs-navs {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row;
  }
}
@media (max-width: 575px) {
  .tabs-style-3 .tabs-navs {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tabs-style-3 .tabs-nav {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: pre-line;
  font-weight: var(--font-weight-bold);
  transition: var(--transition-200);
}
@media (max-width: 991px) {
  .tabs-style-3 .tabs-nav {
    padding: 30px;
    border-radius: var(--border-radius);
    background-color: var(--gray-2);
  }
}
.tabs-style-3 .tabs-nav img {
  width: auto;
  height: 60px;
  margin-bottom: 15px;
  transition: var(--transition-200);
}
.tabs-style-3 .tabs-nav:hover, .tabs-style-3 .tabs-nav.desktop-active {
  color: var(--primary);
}
@media (max-width: 991px) {
  .tabs-style-3 .tabs-nav:hover, .tabs-style-3 .tabs-nav.desktop-active {
    color: var(--white);
    background-color: var(--primary);
  }
}
@media (max-width: 991px) {
  .tabs-style-3 .tabs-nav:hover img, .tabs-style-3 .tabs-nav.desktop-active img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
.tabs-style-3 .tabs-pane {
  display: none;
}
@media (max-width: 991px) {
  .tabs-style-3 .tabs-pane {
    z-index: 510;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 80px 30px 30px;
    background: var(--white);
  }
}
.tabs-style-3 .tabs-pane.desktop-active {
  display: block;
}
@media (max-width: 991px) {
  .tabs-style-3 .tabs-pane.desktop-active {
    display: none;
  }
}
.tabs-style-3 .tabs-pane.mobile-active {
  display: none;
}
@media (max-width: 991px) {
  .tabs-style-3 .tabs-pane.mobile-active {
    display: block;
  }
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Tabs - Icon - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Tabs - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.tabs-style-2 {
  margin-bottom: 30px;
}
.tabs-style-2 .tabs-wrap {
  overflow: hidden;
  border-radius: var(--border-radius);
  background-color: var(--gray-1);
}
.tabs-style-2 .tabs-nav {
  overflow: hidden;
  position: relative;
  text-align: left;
  white-space: pre-line;
  font-weight: var(--font-weight-bold);
}
.tabs-style-2 .tabs-nav span {
  display: block;
  position: relative;
}
.tabs-style-2 .tabs-pane {
  display: none;
  padding: 30px 30px 1px;
}
.tabs-style-2 .tabs-pane:first-of-type {
  display: block;
}

.tabs-style-2.is-horizontal .tabs-wrap {
  display: flex;
  flex-wrap: wrap;
}
.tabs-style-2.is-horizontal .tabs-navs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 0 0 20%;
  width: 100%;
  max-width: 20%;
  border-right: 1px solid var(--border-color-dark);
}
@media (max-width: 991px) {
  .tabs-style-2.is-horizontal .tabs-navs {
    flex: 0 0 100%;
    width: auto;
    max-width: none;
    border-right: none;
  }
}
.tabs-style-2.is-horizontal .tabs-nav {
  padding: 0 30px;
}
.tabs-style-2.is-horizontal .tabs-nav span {
  padding: 15px 0;
  border-bottom: 1px solid var(--border-color-dark);
}
.tabs-style-2.is-horizontal .tabs-nav:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 1px);
  background-color: var(--primary);
  transition: var(--transition-200);
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tabs-style-2.is-horizontal .tabs-nav:hover, .tabs-style-2.is-horizontal .tabs-nav.active {
  color: var(--white);
}
.tabs-style-2.is-horizontal .tabs-nav:hover:before, .tabs-style-2.is-horizontal .tabs-nav.active:before {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.tabs-style-2.is-horizontal .tabs-panes {
  flex: 0 0 80%;
  width: 100%;
  max-width: 80%;
}
@media (max-width: 991px) {
  .tabs-style-2.is-horizontal .tabs-panes {
    flex: 0 0 100%;
    width: auto;
    max-width: none;
  }
}

.tabs-style-2.is-vertical .tabs-navs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  border-bottom: 1px solid var(--border-color-dark);
}
.tabs-style-2.is-vertical .tabs-nav {
  flex: 0 0 auto;
  padding: 25px 0;
}
.tabs-style-2.is-vertical .tabs-nav span {
  padding: 0 30px;
  border-right: 1px solid var(--border-color-dark);
}
.tabs-style-2.is-vertical .tabs-nav:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 1px);
  height: 100%;
  background-color: var(--primary);
  transition: var(--transition-200);
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.tabs-style-2.is-vertical .tabs-nav:hover, .tabs-style-2.is-vertical .tabs-nav.active {
  color: var(--white);
}
.tabs-style-2.is-vertical .tabs-nav:hover:before, .tabs-style-2.is-vertical .tabs-nav.active:before {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Tabs - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Tabs - Line Divided - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.tabs-line-divided {
  margin-bottom: 30px;
}
.tabs-line-divided .tabs-nav {
  white-space: pre-line;
  font-weight: var(--font-weight-bold);
}
.tabs-line-divided .tabs-pane {
  display: none;
}
.tabs-line-divided .tabs-pane:first-of-type {
  display: block;
}

.tabs-line-divided.is-vertical .tabs-navs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 45px;
  border-bottom: 1px solid var(--border-color-dark);
}
.tabs-line-divided.is-vertical .tabs-nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 60px;
  margin-bottom: 20px;
}
.tabs-line-divided.is-vertical .tabs-nav:before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 6px;
  background-color: var(--primary);
  transition: var(--transition-200);
}
.tabs-line-divided.is-vertical .tabs-nav:not(:last-of-type):after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 1px;
  height: 100%;
  background-color: var(--border-color-dark);
}
.tabs-line-divided.is-vertical .tabs-nav:hover:before, .tabs-line-divided.is-vertical .tabs-nav.active:before {
  opacity: 1;
}
/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Tabs - Line Divided - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Tabs - Resources - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.tabs-resources .tabs-wrap {
  overflow: hidden;
  border-radius: var(--border-radius);
}
.tabs-resources .tabs-nav {
  overflow: hidden;
  position: relative;
  text-align: center;
  white-space: pre-line;
  font-weight: var(--font-weight-bold);
}
.tabs-resources .tabs-nav span {
  display: block;
  position: relative;
}
.tabs-resources .tabs-pane {
  display: none;
}
.tabs-resources .tabs-pane:first-of-type {
  display: block;
}

.tabs-resources.is-vertical .tabs-navs {
  border-bottom: 1px solid var(--border-color-dark);
}
@media (max-width: 767px) {
  .tabs-resources.is-vertical .tabs-navs {
    border-bottom: none;
  }
}
.tabs-resources.is-vertical .tabs-navs-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  max-width: 1110px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .tabs-resources.is-vertical .tabs-navs-inner {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid var(--border-color-dark);
  }
}
@media (max-width: 575px) {
  .tabs-resources.is-vertical .tabs-navs-inner {
    grid-template-columns: 1fr;
  }
}
.tabs-resources.is-vertical .tabs-nav {
  padding: 20px;
}
@media (max-width: 767px) {
  .tabs-resources.is-vertical .tabs-nav:nth-of-type(-n+2) {
    border-bottom: 1px solid var(--border-color-dark);
  }
  .tabs-resources.is-vertical .tabs-nav:nth-of-type(odd) {
    border-right: 1px solid var(--border-color-dark);
  }
}
@media (max-width: 575px) {
  .tabs-resources.is-vertical .tabs-nav {
    border-bottom: 1px solid var(--border-color-dark);
  }
  .tabs-resources.is-vertical .tabs-nav:nth-of-type(odd) {
    border-right: 0;
  }
  .tabs-resources.is-vertical .tabs-nav:last-of-type {
    border-bottom: 0;
  }
}
.tabs-resources.is-vertical .tabs-nav:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  transition: var(--transition-200);
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.tabs-resources.is-vertical .tabs-nav:hover, .tabs-resources.is-vertical .tabs-nav.active {
  color: var(--white);
}
.tabs-resources.is-vertical .tabs-nav:hover:before, .tabs-resources.is-vertical .tabs-nav.active:before {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Tabs - Resources - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Modal Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.modal-style-1 .modal-container {
  z-index: 510;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 60px 15px;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-style-1 .modal-dialog {
  position: relative;
  width: 100%;
  min-height: 100px;
  margin: 0 auto;
}
.modal-style-1 .modal-inner {
  overflow: hidden;
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: var(--shadow-2);
}
.modal-style-1 .modal-close-btn {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -12px;
  right: -12px;
  width: 30px;
  height: 30px;
  color: var(--white);
  border-radius: 50%;
  background: var(--dark);
  box-shadow: var(--shadow-2);
}
.modal-style-1 .modal-close-btn:hover {
  background: var(--primary);
}

.modal-style-1.is-sm .modal-dialog {
  max-width: 570px;
}

.modal-style-1.is-md .modal-dialog {
  max-width: 770px;
}

.modal-style-1.is-lg .modal-dialog {
  max-width: 970px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Modal Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Popup - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.popup-style-1 .popup-container {
  z-index: 510;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 60px 15px;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup-style-1 .popup-dialog {
  position: relative;
  width: 100%;
  min-height: 100px;
  margin: 0 auto;
}
.popup-style-1 .popup-inner {
  overflow: hidden;
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: var(--shadow-2);
}
.popup-style-1 .popup-close-btn {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -12px;
  right: -12px;
  width: 30px;
  height: 30px;
  color: var(--white);
  border-radius: 50%;
  background: var(--dark);
  box-shadow: var(--shadow-2);
}
.popup-style-1 .popup-close-btn:hover {
  background: var(--primary);
}

.popup-style-1.is-sm .popup-dialog {
  max-width: 570px;
}

.popup-style-1.is-md .popup-dialog {
  max-width: 770px;
}

.popup-style-1.is-lg .popup-dialog {
  max-width: 970px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Popup - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resources List - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.resources-list-style-1 .resources-list-item {
  margin-bottom: 30px;
}
.resources-list-style-1 .resources-list-item-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.resources-list-style-1 .resources-list-item-icon {
  color: var(--primary);
  font-size: 30px;
}
.resources-list-style-1 .resources-list-item-name {
  color: var(--text-color);
  text-decoration: underline;
  transition: var(--transition-200);
}
.resources-list-style-1 .resources-list-item-wrap:hover .resources-list-item-name {
  color: var(--primary);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resources List - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resources List - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.resources-list-style-2 .resources-list-filters ul {
  padding: 5px 0;
  border-radius: var(--border-radius);
  background-color: var(--white);
}
.resources-list-style-2 .resources-list-filters ul li {
  position: relative;
  padding: 0 25px;
  margin: 0;
}
.resources-list-style-2 .resources-list-filters ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 30px;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: background-color var(--transition-200);
}
.resources-list-style-2 .resources-list-filters ul li a {
  display: flex;
  align-items: center;
  padding: 15px 0;
  color: var(--text-color);
  font-size: 14px;
  font-weight: var(--font-weight-bold);
}
.resources-list-style-2 .resources-list-filters ul li a i {
  font-size: 12px;
  margin-right: 10px;
}
.resources-list-style-2 .resources-list-filters ul li a:hover {
  color: var(--primary-5);
}
.resources-list-style-2 .resources-list-filters ul li + li a {
  border-top: 1px solid var(--border-color-dark);
}
.resources-list-style-2 .resources-list-filters ul li:hover:after {
  background-color: var(--primary);
}
.resources-list-style-2 .resources-list-filters ul li.active {
  background-color: var(--gray-2);
}
.resources-list-style-2 .resources-list-filters ul li.active + li a, .resources-list-style-2 .resources-list-filters ul li.active a {
  border-top-color: transparent;
}
.resources-list-style-2 .resources-list-filters ul li.active:after {
  background-color: var(--primary);
}

.resources-list-style-2 .resources-list-item {
  margin-bottom: 30px;
}
.resources-list-style-2 .resources-list-item-wrap {
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: var(--border-radius);
  background-color: var(--white);
}
.resources-list-style-2 .resources-list-item-img {
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
  padding-bottom: 80%;
  background-color: var(--gray-2);
}
.resources-list-style-2 .resources-list-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.resources-list-style-2 .resources-list-item-img img[src*=".32x.png"] {
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  -o-object-fit: unset;
     object-fit: unset;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.resources-list-style-2 .resources-list-item-body {
  display: flex;
  flex-direction: column;
  padding: 25px;
}
.resources-list-style-2 .resources-list-item-title {
  margin-bottom: 10px;
  word-break: break-word;
}
.resources-list-style-2 .resources-list-item-metas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px;
}
.resources-list-style-2 .resources-list-item-metas > span {
  margin: 0 10px 5px 0;
  font-size: 12px;
  color: var(--text-color-3);
}
.resources-list-style-2 .resources-list-item-metas > span i {
  margin-right: 5px;
}
.resources-list-style-2 .resources-list-item-metas .badge {
  margin: 0 10px 5px 0;
}
.resources-list-style-2 .resources-list-item-des {
  margin-bottom: 20px;
  font-size: 14px;
  color: var(--text-color-3);
}
.resources-list-style-2 .resources-list-item-btn {
  margin-top: auto;
  font-size: 14px;
  font-weight: var(--font-weight-bold);
}
.resources-list-style-2 .resources-list-item-btn i {
  font-size: 12px;
  margin-left: 5px;
}

@media (min-width: 576px) {
  .resources-list-style-2 .resources-list-item-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 576px) {
  .resources-list-style-2 .resources-list-item-header {
    width: 100%;
    max-width: 38.2%;
    flex: 0 0 38.2%;
  }
}
@media (min-width: 576px) {
  .resources-list-style-2 .resources-list-item-header + .resources-list-item-body {
    width: 100%;
    flex: 0 0 61.8%;
    max-width: 61.8%;
  }
}
@media (min-width: 576px) {
  .resources-list-style-2 .resources-list-item-body {
    flex: 1;
  }
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resources List - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resource Link - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.resource-link-style-1 {
  margin-bottom: 30px;
}
.resource-link-style-1 .resource-link-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.resource-link-style-1 .resource-link-icon {
  color: var(--primary);
  font-size: 30px;
}
.resource-link-style-1 .resource-link-name {
  color: var(--text-color);
  text-decoration: underline;
  transition: var(--transition-200);
}
.resource-link-style-1 .resource-link-wrap:hover .resource-link-name {
  color: var(--primary);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resource Link - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Video Player - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.video-player-style-1 {
  cursor: pointer;
  margin-bottom: 30px;
}
.video-player-style-1 .video-player-wrap {
  overflow: hidden;
  position: relative;
  border-radius: var(--border-radius);
}
.video-player-style-1 .video-player-video {
  opacity: 0;
  display: block;
  width: 100%;
  transition: var(--transition-200);
}
.video-player-style-1 .video-player-poster,
.video-player-style-1 .video-player-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: var(--transition-200);
}
.video-player-style-1 .video-player-poster {
  -o-object-fit: cover;
     object-fit: cover;
}
.video-player-style-1 .video-player-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.video-player-style-1 .video-player-icon {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: var(--transition-200);
}
.video-player-style-1:hover .video-player-poster {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.video-player-style-1:hover .video-player-icon {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  color: white;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.video-player-style-1.active .video-player-video {
  opacity: 1;
}
.video-player-style-1.active .video-player-poster,
.video-player-style-1.active .video-player-inner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Video Player - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Youtube Player - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.youtube-player-style-1 {
  margin-bottom: 30px;
}
.youtube-player-style-1 .youtube-player-wrap {
  overflow: hidden;
  display: block;
  position: relative;
  padding-bottom: 56%;
  border-radius: var(--border-radius);
}
.youtube-player-style-1 .youtube-player-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Youtube Player - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Youtube Player - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.youtube-player-style-2 {
  margin-bottom: 30px;
}
.youtube-player-style-2 .youtube-player-wrap {
  overflow: hidden;
  display: block;
  position: relative;
  padding-bottom: 56%;
  border-radius: var(--border-radius);
}
.youtube-player-style-2 .youtube-player-poster,
.youtube-player-style-2 .youtube-player-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube-player-style-2 .youtube-player-poster {
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.youtube-player-style-2 .youtube-player-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.youtube-player-style-2 .youtube-player-icon {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: var(--transition-200);
}
.youtube-player-style-2 .youtube-player-wrap:hover .youtube-player-poster {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.youtube-player-style-2 .youtube-player-wrap:hover .youtube-player-icon {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  color: white;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Youtube Player - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Video Banner - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.video-banner-style-1 .video-banner-wrap {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.video-banner-style-1 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575px) {
  .video-banner-style-1 video {
    display: none;
  }
}
.video-banner-style-1 .video-banner-inner {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.25);
}
.video-banner-style-1 .video-banner-title {
  color: var(--white);
}
.video-banner-style-1 .video-banner-caption {
  display: block;
}
.video-banner-style-1 .video-banner-des {
  margin-left: auto;
  margin-right: auto;
  color: var(--white);
}
.video-banner-style-1 .video-banner-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.video-banner-style-1 .video-banner-btns .btn {
  flex: 0 0 auto;
  margin-bottom: 10px;
}

.video-banner-style-1.is-large .video-banner-inner {
  height: calc((var(--vh, 1vh) * 100) - var(--dynamic-header-wrap-height));
  min-height: 600px;
  max-height: 1200px;
}
@media (max-width: 991px) {
  .video-banner-style-1.is-large .video-banner-inner {
    height: auto;
  }
}
.video-banner-style-1.is-large .video-banner-title {
  line-height: 1;
  font-size: 80px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .video-banner-style-1.is-large .video-banner-title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .video-banner-style-1.is-large .video-banner-title {
    font-size: 40px;
  }
}
.video-banner-style-1.is-large .video-banner-caption {
  margin-bottom: 15px;
  font-size: 30px;
}
@media (max-width: 991px) {
  .video-banner-style-1.is-large .video-banner-caption {
    font-size: 18px;
  }
}
.video-banner-style-1.is-large .video-banner-des {
  max-width: 620px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .video-banner-style-1.is-large .video-banner-des {
    max-width: 495px;
  }
}
@media (max-width: 575px) {
  .video-banner-style-1.is-large .video-banner-des {
    max-width: 375px;
  }
}
.video-banner-style-1.is-medium .video-banner-inner {
  height: 480px;
}
.video-banner-style-1.is-medium .video-banner-title {
  line-height: 1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.video-banner-style-1.is-medium .video-banner-caption {
  margin-bottom: 15px;
}
.video-banner-style-1.is-medium .video-banner-des {
  max-width: 495px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .video-banner-style-1.is-medium .video-banner-des {
    max-width: 375px;
  }
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Video Banner - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Icon Block - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.icon-blocks-style-1 .icon-blocks-item-wrap {
  display: block;
  overflow: hidden;
  height: 100%;
  padding: 30px 30px 0;
  text-align: center;
}
.icon-blocks-style-1 .icon-blocks-item-wrap::after {
  display: table;
  clear: both;
  content: "";
}
.icon-blocks-style-1 .icon-blocks-item-img {
  width: auto;
  height: 65px;
  margin-bottom: 20px;
  transition: var(--transition-300);
}
.icon-blocks-style-1 .icon-blocks-item-title {
  margin-bottom: 10px;
  font-size: 25px;
  word-break: break-all;
}
@media (max-width: 991px) {
  .icon-blocks-style-1 .icon-blocks-item-title {
    font-size: calc(25px * 0.85);
  }
}
.icon-blocks-style-1 .icon-blocks-item-title > span {
  display: block;
  transition: var(--transition-300);
}
.icon-blocks-style-1 .icon-blocks-item-des {
  transition: var(--transition-300);
}
.icon-blocks-style-1 .icon-blocks-item:nth-of-type(even) .icon-blocks-item-wrap:not(:hover) {
  background-color: var(--light);
}
@media (max-width: 991px) and (min-width: 576px) {
  .icon-blocks-style-1 .icon-blocks-item:nth-of-type(1) {
    order: 0;
  }
  .icon-blocks-style-1 .icon-blocks-item:nth-of-type(2) {
    order: 1;
  }
  .icon-blocks-style-1 .icon-blocks-item:nth-of-type(3) {
    order: 3;
  }
  .icon-blocks-style-1 .icon-blocks-item:nth-of-type(4) {
    order: 2;
  }
  .icon-blocks-style-1 .icon-blocks-item:nth-of-type(5) {
    order: 4;
  }
  .icon-blocks-style-1 .icon-blocks-item:nth-of-type(6) {
    order: 5;
  }
}
.icon-blocks-style-1 .icon-blocks-item-wrap:not(:hover) {
  background-color: var(--white);
}
.icon-blocks-style-1 .icon-blocks-item-wrap:not(:hover) .icon-blocks-item-title {
  color: var(--primary);
}
.icon-blocks-style-1.has-6-item .icon-blocks-item-title {
  font-size: 20px;
}
@media (max-width: 991px) {
  .icon-blocks-style-1.has-6-item .icon-blocks-item-title {
    font-size: calc(20px * 0.85);
  }
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Icon Block - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Count Up - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.count-up-style-1 .count-up-icon {
  width: auto;
  height: 80px;
  margin-bottom: 35px;
}
.count-up-style-1 .count-up-top {
  margin-bottom: 10px;
  line-height: 1;
  color: var(--secondary);
  font-weight: var(--font-weight-bold);
}
.count-up-style-1 .count-up-label {
  color: var(--primary);
  white-space: pre-line;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Count Up - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Count Up - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.count-up-style-2 .count-up-wrap {
  display: flex;
  align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.count-up-style-2 .count-up-top {
  line-height: 1;
}
.count-up-style-2 .count-up-icon {
  width: 70px;
  height: auto;
  margin-bottom: 30px;
}
.count-up-style-2 .count-up-label {
  display: block;
}
.count-up-style-2 .count-up-label-1 {
  margin-bottom: 10px;
}
.count-up-style-2 .count-up-label-2 {
  font-size: 18px;
  font-weight: var(--font-weight-normal);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Count Up - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Card Default - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.content-card-default {
  margin-bottom: 30px;
}
.content-card-default .content-card-wrap {
  overflow: hidden;
  border: 1px solid var(--border-color-dark);
  border-radius: var(--border-radius);
  background-color: var(--white);
}
.content-card-default .content-card-header {
  padding: 15px 30px;
  border-bottom: 1px solid var(--border-color-dark);
  background-color: var(--gray-2);
  word-break: break-word;
}
@media (max-width: 575px) {
  .content-card-default .content-card-header {
    padding: 15px;
  }
}
.content-card-default .content-card-header h1, .content-card-default .content-card-header h2, .content-card-default .content-card-header h3, .content-card-default .content-card-header h4, .content-card-default .content-card-header h5, .content-card-default .content-card-header h6, .content-card-default .content-card-header p, .content-card-default .content-card-header ul, .content-card-default .content-card-header ol, .content-card-default .content-card-header dl, .content-card-default .content-card-header table, .content-card-default .content-card-header .btn {
  margin-bottom: 0;
}
.content-card-default .content-card-body {
  padding: 30px 30px 1px;
  word-break: break-word;
}
@media (max-width: 575px) {
  .content-card-default .content-card-body {
    padding: 15px 15px 1px;
  }
}
.content-card-default .content-card-footer {
  padding: 15px 30px 5px;
  border-top: 1px solid var(--border-color-dark);
  background-color: var(--gray-2);
}
@media (max-width: 575px) {
  .content-card-default .content-card-footer {
    padding: 15px 15px 5px;
  }
}
.content-card-default .content-card-footer h1, .content-card-default .content-card-footer h2, .content-card-default .content-card-footer h3, .content-card-default .content-card-footer h4, .content-card-default .content-card-footer h5, .content-card-default .content-card-footer h6, .content-card-default .content-card-footer p, .content-card-default .content-card-footer ul, .content-card-default .content-card-footer ol, .content-card-default .content-card-footer dl, .content-card-default .content-card-footer table, .content-card-default .content-card-footer .btn {
  margin-bottom: 10px;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Card Default - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image Card - Style 1 Landscape - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.img-card-style-1-landscape {
  margin-bottom: 30px;
}
.img-card-style-1-landscape h1, .img-card-style-1-landscape h2, .img-card-style-1-landscape h3, .img-card-style-1-landscape h4, .img-card-style-1-landscape h5, .img-card-style-1-landscape h6, .img-card-style-1-landscape p, .img-card-style-1-landscape ul, .img-card-style-1-landscape ol, .img-card-style-1-landscape table {
  margin-bottom: 15px;
}
.img-card-style-1-landscape .img-card-wrap {
  overflow: hidden;
  display: block;
  height: 100%;
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: var(--shadow-1);
  transition: var(--transition-200);
}
@media (min-width: 576px) {
  .img-card-style-1-landscape .img-card-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
.img-card-style-1-landscape .img-card-wrap:hover {
  box-shadow: var(--shadow-1-hover);
}
.img-card-style-1-landscape .img-card-wrap:hover .img-card-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (min-width: 576px) {
  .img-card-style-1-landscape .img-card-header {
    width: 100%;
    max-width: 38.2%;
    flex: 1 1 38.2%;
  }
}
.img-card-style-1-landscape .img-card-body {
  padding: 30px 30px 1px;
}
@media (min-width: 576px) {
  .img-card-style-1-landscape .img-card-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 0 0 61.8%;
    max-width: 61.8%;
  }
}
.img-card-style-1-landscape .img-card-img {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  background-color: var(--primary-1);
}
@media (min-width: 576px) {
  .img-card-style-1-landscape .img-card-img {
    height: 100%;
  }
}
.img-card-style-1-landscape .img-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.img-card-style-1-landscape .img-card-title {
  margin-bottom: 15px;
}
.img-card-style-1-landscape .img-card-des {
  color: var(--text-color);
}
@media (min-width: 576px) {
  .img-card-style-1-landscape .img-card-btn {
    margin-top: auto;
  }
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image Card - Style 1 Landscape - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image Card - Style 1 Portrait - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.img-card-style-1-portrait {
  margin-bottom: 30px;
}
.img-card-style-1-portrait h1, .img-card-style-1-portrait h2, .img-card-style-1-portrait h3, .img-card-style-1-portrait h4, .img-card-style-1-portrait h5, .img-card-style-1-portrait h6, .img-card-style-1-portrait p, .img-card-style-1-portrait ul, .img-card-style-1-portrait ol, .img-card-style-1-portrait table {
  margin-bottom: 15px;
}
.img-card-style-1-portrait .img-card-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: var(--shadow-1);
  transition: var(--transition-200);
}
.img-card-style-1-portrait .img-card-wrap:hover {
  box-shadow: var(--shadow-1-hover);
}
.img-card-style-1-portrait .img-card-wrap:hover .img-card-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.img-card-style-1-portrait .img-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 1px;
}
.img-card-style-1-portrait .img-card-img {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  background-color: var(--primary-1);
}
.img-card-style-1-portrait .img-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.img-card-style-1-portrait .img-card-title {
  margin-bottom: 15px;
}
.img-card-style-1-portrait .img-card-des {
  color: var(--text-color);
}
.img-card-style-1-portrait .img-card-btn {
  margin-top: auto;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image Card - Style 1 Portrait - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image Card - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.img-card-style-2 {
  margin-bottom: 30px;
}
.img-card-style-2 .img-card-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 350px;
  padding: 80px 30px 50px;
}
.img-card-style-2 .img-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-card-style-2 .img-card-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  opacity: 0.9;
  transition: var(--transition-300);
}
.img-card-style-2 .img-card-inner {
  position: relative;
  max-width: 350px;
  text-align: center;
  background-color: transparent;
}
.img-card-style-2 .img-card-title > span {
  display: block;
  transition: var(--transition-300);
}
.img-card-style-2 .img-card-des,
.img-card-style-2 .img-card-btn {
  transition: var(--transition-300);
}

.is-touch-device .img-card-style-2 .img-card-bg {
  opacity: 0.7;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image Card - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image Card - Style 3 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.img-card-style-3 {
  margin-bottom: 30px;
}
.img-card-style-3 .img-card-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-card-style-3 .img-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-card-style-3 .img-card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 200px;
  padding-right: 100px;
}
.img-card-style-3 .img-card-title {
  color: var(--white);
  padding-left: 30px;
}
.img-card-style-3 .img-card-des {
  padding: 18px 30px 1px;
}
.img-card-style-3 .img-card-des p {
  margin-bottom: 18px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image Card - Style 3 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Page Banner - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.page-banner-style-2 .page-banner-wrap {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.page-banner-style-2 .page-banner-img {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-1);
}
.page-banner-style-2 .page-banner-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-banner-style-2 .container {
  position: relative;
}
.page-banner-style-2 .page-banner-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 10px;
  justify-content: space-between;
  padding: 30px 40px;
}
@media (max-width: 991px) {
  .page-banner-style-2 .page-banner-inner {
    padding: 30px;
  }
}
.page-banner-style-2 .page-banner-inner-bg {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.page-banner-style-2 .page-banner-title {
  position: relative;
  margin-bottom: 0;
  max-width: 710px;
}
@media (max-width: 575px) {
  .page-banner-style-2 .page-banner-title {
    font-size: 28px;
  }
}
.page-banner-style-2 .page-banner-alt {
  position: relative;
  font-style: italic;
  font-size: 12px;
  max-width: 470px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page-banner-style-2 .page-banner-alt {
    text-align: right;
  }
}

.page-banner-style-2.is-img-center .page-banner-img img {
  -o-object-position: center;
     object-position: center;
}
.page-banner-style-2.is-img-top .page-banner-img img {
  -o-object-position: center top;
     object-position: center top;
}
.page-banner-style-2.is-img-bottom .page-banner-img img {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.page-banner-style-2.is-md .page-banner-wrap {
  min-height: 430px;
}
@media (max-width: 767px) {
  .page-banner-style-2.is-md .page-banner-wrap {
    min-height: 0;
    padding-top: 250px;
  }
}
.page-banner-style-2.is-sm .page-banner-wrap {
  min-height: 350px;
}
@media (max-width: 767px) {
  .page-banner-style-2.is-sm .page-banner-wrap {
    min-height: 0;
    padding-top: 250px;
  }
}
.page-banner-style-2.is-lg .page-banner-wrap {
  min-height: 650px;
}
@media (max-width: 767px) {
  .page-banner-style-2.is-lg .page-banner-wrap {
    min-height: 0;
    padding-top: 250px;
  }
}
.page-banner-style-2.is-fullscreen .page-banner-wrap {
  height: calc(100vh - var(--dynamic-header-wrap-height));
  height: calc((var(--vh, 1vh) * 100) - var(--dynamic-header-wrap-height));
  min-height: 500px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Page Banner - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image and Content - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.img-content-style-1 .img-content-wrap {
  display: flex;
  flex-wrap: wrap;
}
.img-content-style-1 .img-content-img-area {
  flex: 0 0 50%;
  width: 100%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .img-content-style-1 .img-content-img-area {
    flex: 0 0 auto;
    max-width: none;
  }
}
.img-content-style-1 .img-content-content-area {
  display: flex;
  align-items: center;
  flex: 0 0 50%;
  width: 100%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .img-content-style-1 .img-content-content-area {
    flex: 0 0 auto;
    max-width: none;
  }
}
.img-content-style-1 .img-content-img {
  display: block;
  position: relative;
  height: 100%;
  padding-bottom: 56%;
  overflow: hidden;
  background-color: var(--primary-1);
}
.img-content-style-1 .img-content-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-content-style-1 .img-content-content {
  width: 100%;
}
@media (min-width: 576px) {
  .img-content-style-1 .img-content-content {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .img-content-style-1 .img-content-content {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .img-content-style-1 .img-content-content {
    max-width: calc(960px / 2);
  }
}
@media (min-width: 1200px) {
  .img-content-style-1 .img-content-content {
    max-width: calc(1140px / 2);
  }
}
@media (min-width: 1366px) {
  .img-content-style-1 .img-content-content {
    max-width: calc(1320px / 2);
  }
}

.img-content-style-1.is-layout-img-content .img-content-content-area {
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .img-content-style-1.is-layout-img-content .img-content-content-area {
    justify-content: center;
  }
}
.img-content-style-1.is-layout-img-content .img-content-content {
  padding: 80px 15px 50px 80px;
}
@media (max-width: 1199px) {
  .img-content-style-1.is-layout-img-content .img-content-content {
    padding: 60px 15px 30px 60px;
  }
}
@media (max-width: 991px) {
  .img-content-style-1.is-layout-img-content .img-content-content {
    padding: 60px 15px 30px 15px;
  }
}
.img-content-style-1.is-layout-content-img .img-content-img-area {
  order: 2;
}
@media (max-width: 991px) {
  .img-content-style-1.is-layout-content-img .img-content-img-area {
    order: 1;
  }
}
.img-content-style-1.is-layout-content-img .img-content-content-area {
  order: 1;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .img-content-style-1.is-layout-content-img .img-content-content-area {
    order: 2;
    justify-content: center;
  }
}
.img-content-style-1.is-layout-content-img .img-content-content {
  padding: 80px 80px 50px 15px;
}
@media (max-width: 1199px) {
  .img-content-style-1.is-layout-content-img .img-content-content {
    padding: 60px 60px 30px 15px;
  }
}
@media (max-width: 991px) {
  .img-content-style-1.is-layout-content-img .img-content-content {
    padding: 60px 15px 30px 15px;
  }
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image and Content - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Gallery - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.gallery-style-1 {
  margin-bottom: 30px;
}
.gallery-style-1 .gallery-wrap {
  display: grid;
}
.gallery-style-1 .gallery-wrap.is-2-col {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-style-1 .gallery-wrap.is-3-col {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-style-1 .gallery-wrap.is-4-col {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .gallery-style-1 .gallery-wrap.is-3-col, .gallery-style-1 .gallery-wrap.is-4-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .gallery-style-1 .gallery-wrap.is-2-col, .gallery-style-1 .gallery-wrap.is-3-col, .gallery-style-1 .gallery-wrap.is-4-col {
    grid-template-columns: 1fr;
  }
}
.gallery-style-1 .gallery-item-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
}
.gallery-style-1 .gallery-item-img {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  background-color: var(--primary-1);
}
.gallery-style-1 .gallery-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.gallery-style-1 .gallery-item-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  opacity: 0;
  text-align: center;
  transition: var(--transition-360);
  background-color: rgba(0, 0, 0, 0.7);
}
.gallery-style-1 .gallery-item-icon {
  font-size: 40px;
  color: var(--white);
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.gallery-style-1 .gallery-item-title {
  margin-bottom: 0;
  color: var(--white);
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.gallery-style-1 .gallery-item-wrap:hover .gallery-item-inner {
  opacity: 1;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Gallery - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Gallery - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.gallery-style-2 .gallery-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(0, 1fr);
  gap: 5px;
}
.gallery-style-2 .gallery-wrap._gap-5 {
  padding: 5px 0;
}
.gallery-style-2 .gallery-wrap._gap-10 {
  padding: 10px 0;
}
.gallery-style-2 .gallery-wrap._gap-30 {
  padding: 30px 0;
}
.gallery-style-2 .gallery-item::after {
  display: table;
  clear: both;
  content: "";
}
@media (max-width: 991px) {
  .gallery-style-2 .gallery-item:nth-child(5n+1) {
    grid-column: span 2;
  }
}
.gallery-style-2 .gallery-item:nth-child(5n+1) .gallery-item-img {
  padding-bottom: 75%;
}
.gallery-style-2 .gallery-item:nth-child(5n+2) {
  grid-row: span 2;
}
@media (max-width: 991px) {
  .gallery-style-2 .gallery-item:nth-child(5n+2) {
    grid-column: span 2;
  }
}
.gallery-style-2 .gallery-item:nth-child(5n+3) {
  grid-column: span 2;
}
@media (max-width: 991px) {
  .gallery-style-2 .gallery-item:nth-child(5n+4) {
    grid-column: span 2;
  }
}
.gallery-style-2 .gallery-item:nth-child(5n+5) {
  grid-column: span 2;
}
.gallery-style-2 .gallery-item-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.gallery-style-2 .gallery-item-img {
  overflow: hidden;
  position: relative;
  height: 100%;
  background-color: var(--primary-1);
}
.gallery-style-2 .gallery-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-style-2 .gallery-item-backdrop {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  transition: var(--transition-360);
  background-color: rgba(0, 0, 0, 0.7);
}
.gallery-style-2 .gallery-item-title {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 30px;
  margin-bottom: 0;
  color: var(--white);
  text-align: center;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  transition: var(--transition-360);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gallery-style-2 .gallery-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  color: var(--white);
  font-size: 22px;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.gallery-style-2 .gallery-item-wrap:hover .gallery-item-backdrop {
  width: 100%;
  height: 100%;
}
.gallery-style-2 .gallery-item-wrap:hover .gallery-item-title {
  opacity: 1;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Gallery - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Slider - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.slider-style-2 .slider-item {
  position: relative;
}
.slider-style-2 .slider-item-img {
  overflow: hidden;
}
@media (min-width: 768px) {
  .slider-style-2 .slider-item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .slider-style-2 .slider-item-img {
    height: 380px;
  }
}
@media (max-width: 575px) {
  .slider-style-2 .slider-item-img {
    height: 270px;
  }
}
.slider-style-2 .slider-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-style-2 .slider-item-content {
  position: relative;
  display: flex;
  align-items: center;
  height: 750px;
  padding-top: 60px;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 47%);
}
@media (max-width: 767px) {
  .slider-style-2 .slider-item-content {
    height: auto;
    padding: 60px 0 30px;
    background-image: none;
  }
}
.slider-style-2 .slider-item-title {
  font-size: 52px;
  max-width: 700px;
  color: var(--black);
}
@media (min-width: 768px) {
  .slider-style-2 .slider-item-title {
    margin-left: auto;
    text-align: right;
    color: var(--white);
  }
}
@media (max-width: 991px) {
  .slider-style-2 .slider-item-title {
    font-size: 28px;
  }
}
.slider-style-2 .slider-item-des {
  max-width: 700px;
}
@media (min-width: 768px) {
  .slider-style-2 .slider-item-des {
    margin-left: auto;
    text-align: right;
  }
}
.slider-style-2 .slider-item-des a {
  display: inline-block;
  padding: var(--btn-md-padding-y) var(--btn-md-padding-x);
  color: var(--white);
  font-size: var(--btn-md-font-size);
  font-weight: var(--btn-font-weight);
  border: 1px solid var(--white);
  background-color: transparent;
}
@media (max-width: 767px) {
  .slider-style-2 .slider-item-des a {
    padding: 10px 18px;
    border-color: var(--primary);
    background-color: var(--primary);
  }
}
.slider-style-2 .slider-item-des a:hover {
  color: var(--black);
  border-color: var(--secondary);
  background-color: var(--secondary);
}

.slider-style-2.is-img-center .slider-item-img img {
  -o-object-position: center;
     object-position: center;
}
.slider-style-2.is-img-top .slider-item-img img {
  -o-object-position: center top;
     object-position: center top;
}
.slider-style-2.is-img-bottom .slider-item-img img {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.slider-style-2 .slick-slider.slick-dotted {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .slider-style-2 .slick-dots.dot-style-morse-code {
    flex-direction: column;
    top: 50%;
    left: auto;
    right: 25px;
    bottom: auto;
    width: auto;
    height: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .slider-style-2 .slick-dots.dot-style-morse-code li.slick-active button {
    width: 6px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .slider-style-2 .slick-dots {
    top: 397px;
    bottom: auto;
  }
}
@media (max-width: 575px) {
  .slider-style-2 .slick-dots {
    top: 287px;
  }
}

.slider-style-2 .slider-item-img {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: ease-in-out 600ms;
  transition-delay: 600ms;
}
.slider-style-2 .slider-item-title,
.slider-style-2 .slider-item-des,
.slider-style-2 .slider-item-btn {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: ease-in-out 360ms;
}
.slider-style-2 .slick-current .slider-item-img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition-delay: 100ms;
}
.slider-style-2 .slick-current .slider-item-title,
.slider-style-2 .slick-current .slider-item-des,
.slider-style-2 .slick-current .slider-item-btn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.slider-style-2 .slick-current .slider-item-title {
  transition-delay: 300ms;
}
.slider-style-2 .slick-current .slider-item-des {
  transition-delay: 500ms;
}
.slider-style-2 .slick-current .slider-item-btn {
  transition-delay: 700ms;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Slider - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Carousel - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.carousel-style-2 .carousel-item {
  position: relative;
  opacity: 0.3;
  margin: 0 30px;
  transition: opacity ease-in-out 1s;
}
@media (max-width: 991px) {
  .carousel-style-2 .carousel-item {
    margin: 0 25px;
  }
}
@media (max-width: 575px) {
  .carousel-style-2 .carousel-item {
    margin: 0 15px;
  }
}
.carousel-style-2 .carousel-item.slick-current {
  opacity: 1;
}
.carousel-style-2 .carousel-item-img {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 75%;
  border-radius: var(--border-radius);
  background-color: var(--primary-1);
}
.carousel-style-2 .carousel-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.carousel-style-2 .carousel-item-popup-mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel-style-2 .slick-slider .slick-prev {
  left: calc(25% - 18px);
}
@media (max-width: 991px) {
  .carousel-style-2 .slick-slider .slick-prev {
    left: 64px;
  }
}
@media (max-width: 767px) {
  .carousel-style-2 .slick-slider .slick-prev {
    left: 70px;
  }
}
@media (max-width: 575px) {
  .carousel-style-2 .slick-slider .slick-prev {
    left: 30px;
  }
}
.carousel-style-2 .slick-slider .slick-next {
  right: calc(25% - 18px);
}
@media (max-width: 991px) {
  .carousel-style-2 .slick-slider .slick-next {
    right: 64px;
  }
}
@media (max-width: 767px) {
  .carousel-style-2 .slick-slider .slick-next {
    right: 70px;
  }
}
@media (max-width: 575px) {
  .carousel-style-2 .slick-slider .slick-next {
    right: 30px;
  }
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Carousel - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Carousel - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.carousel-style-1 .carousel-item {
  position: relative;
  margin: 15px;
}
.carousel-style-1 .carousel-item-img {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 75%;
  border-radius: var(--border-radius);
  background-color: var(--primary-1);
}
.carousel-style-1 .carousel-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.carousel-style-1 .carousel-item-popup-mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Carousel - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post List - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.posts-list .row > div[style]:not([class]),
.posts-list .row > .blogs_posts_list_ajax_position {
  display: none !important;
}
.posts-list .blogs-show-more {
  display: none !important;
}
.posts-list .posts-no-result {
  max-width: 300px;
  padding: 30px 50px;
  margin: 0 auto;
  font-size: 22px;
  text-align: center;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}
.posts-list .posts-list-load-btn {
  display: none;
  text-align: center;
}
.posts-list .posts-list-loader {
  text-align: center;
}
.posts-list .blogs-post-crop-icon {
  display: none !important;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post List - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Posts List - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.posts-list-style-2 .posts-list-item {
  margin-bottom: 30px;
}
.posts-list-style-2 .posts-list-item-wrap {
  display: flex;
  gap: 30px;
  color: var(--text-color);
}
@media (max-width: 767px) {
  .posts-list-style-2 .posts-list-item-wrap {
    flex-wrap: wrap;
  }
}
.posts-list-style-2 .posts-list-item-header {
  flex: 0 0 auto;
  width: 190px;
}
@media (max-width: 767px) {
  .posts-list-style-2 .posts-list-item-header {
    width: 100%;
  }
}
.posts-list-style-2 .posts-list-item-body {
  flex: 1 1 auto;
  padding: 15px 0 0;
  border-bottom: 1px solid var(--border-color-dark);
}
@media (max-width: 767px) {
  .posts-list-style-2 .posts-list-item-body {
    padding: 0;
  }
}
.posts-list-style-2 .posts-list-item-img {
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
  padding-bottom: 80%;
  background-color: var(--gray-2);
}
@media (max-width: 767px) {
  .posts-list-style-2 .posts-list-item-img {
    height: auto;
    padding-bottom: 56%;
  }
}
.posts-list-style-2 .posts-list-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.posts-list-style-2 .posts-list-item-title {
  margin-bottom: 15px;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: var(--transition-200);
}
.posts-list-style-2 .posts-list-item-des {
  font-size: 16px;
}
.posts-list-style-2 .posts-list-item-date {
  display: none;
  margin-bottom: 15px;
  font-size: 14px;
}
.posts-list-style-2 .posts-list-item-date i {
  margin-right: 5px;
}
.posts-list-style-2 .posts-list-item-btn {
  display: none;
  margin-top: auto;
}
.posts-list-style-2.show-date .posts-list-item-date {
  display: block;
}
.posts-list-style-2.show-btn .posts-list-item-btn {
  display: block;
}
.posts-list-style-2 .posts-list-item-wrap:hover .posts-list-item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.posts-list-style-2 .posts-list-item-wrap:hover .posts-list-item-title {
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Posts List - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Posts List - Style 1 Portrait - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.posts-list-style-1-portrait .posts-list-item {
  margin-bottom: 30px;
}
.posts-list-style-1-portrait .posts-list-item-wrap {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  color: var(--text-color);
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: var(--shadow-1);
}
.posts-list-style-1-portrait .posts-list-item-img {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  background-color: var(--gray-2);
}
.posts-list-style-1-portrait .posts-list-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.posts-list-style-1-portrait .posts-list-item-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 1px;
}
.posts-list-style-1-portrait .posts-list-item-title {
  margin-bottom: 15px;
}
.posts-list-style-1-portrait .posts-list-item-des {
  font-size: 14px;
}
.posts-list-style-1-portrait .posts-list-item-date {
  display: none;
  margin-bottom: 15px;
  font-size: 12px;
}
.posts-list-style-1-portrait .posts-list-item-date i {
  margin-right: 5px;
}
.posts-list-style-1-portrait .posts-list-item-btn {
  display: none;
  margin-top: auto;
}
.posts-list-style-1-portrait.show-date .posts-list-item-date {
  display: block;
}
.posts-list-style-1-portrait.show-btn .posts-list-item-btn {
  display: block;
}
.posts-list-style-1-portrait .posts-list-item-wrap:hover {
  box-shadow: var(--shadow-1-hover);
}
.posts-list-style-1-portrait .posts-list-item-wrap:hover .posts-list-item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Posts List - Style 1 Portrait - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Posts List - Style 1 Landscape - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.posts-list-style-1-landscape .posts-list-item {
  margin-bottom: 30px;
}
.posts-list-style-1-landscape .posts-list-item-wrap {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  color: var(--text-color);
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: var(--shadow-1);
}
@media (min-width: 576px) {
  .posts-list-style-1-landscape .posts-list-item-wrap {
    flex-direction: row;
  }
}
@media (min-width: 576px) {
  .posts-list-style-1-landscape .posts-list-item-header {
    width: 100%;
    max-width: 38.2%;
    flex: 1 1 38.2%;
  }
}
.posts-list-style-1-landscape .posts-list-item-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 1px;
}
@media (min-width: 576px) {
  .posts-list-style-1-landscape .posts-list-item-body {
    width: 100%;
    flex: 0 0 61.8%;
    max-width: 61.8%;
  }
}
.posts-list-style-1-landscape .posts-list-item-img {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  background-color: var(--gray-2);
}
@media (min-width: 576px) {
  .posts-list-style-1-landscape .posts-list-item-img {
    height: 100%;
  }
}
.posts-list-style-1-landscape .posts-list-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.posts-list-style-1-landscape .posts-list-item-title {
  margin-bottom: 15px;
  color: var(--text-color);
}
.posts-list-style-1-landscape .posts-list-item-des {
  font-size: 14px;
}
.posts-list-style-1-landscape .posts-list-item-date {
  display: none;
  margin-bottom: 15px;
  font-size: 12px;
}
.posts-list-style-1-landscape .posts-list-item-date i {
  margin-right: 5px;
}
.posts-list-style-1-landscape .posts-list-item-btn {
  display: none;
  margin-top: auto;
}
.posts-list-style-1-landscape.show-date .posts-list-item-date {
  display: block;
}
.posts-list-style-1-landscape.show-btn .posts-list-item-btn {
  display: block;
}
.posts-list-style-1-landscape .posts-list-item-wrap:hover {
  box-shadow: var(--shadow-1-hover);
}
.posts-list-style-1-landscape .posts-list-item-wrap:hover .posts-list-item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Posts List - Style 1 Landscape - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Posts List - Resources - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.posts-list-resources .posts-list-item-header {
  margin-bottom: 30px;
}
.posts-list-resources .posts-list-item-img {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 130%;
  background-color: var(--gray-2);
}
@media (max-width: 575px) {
  .posts-list-resources .posts-list-item-img {
    padding-bottom: 75%;
  }
}
.posts-list-resources .posts-list-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.posts-list-resources .posts-list-item-title a:hover {
  text-decoration: underline;
}
.posts-list-resources .posts-list-item-wrap:hover .posts-list-item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Posts List - Resources - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Categories List One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.categoriesListOne ul {
  overflow: hidden;
  padding: 5px 0;
  border-radius: var(--border-radius);
  background-color: rgba(0, 0, 0, 0.1);
}
.categoriesListOne ul li {
  position: relative;
  padding: 0 25px;
  margin: 0;
}
.categoriesListOne ul li a {
  position: relative;
  display: block;
  padding: 15px 0 15px 22px;
  color: var(--text-color);
  font-size: 14px;
  font-weight: var(--font-weight-bold);
}
.categoriesListOne ul li a i {
  position: absolute;
  top: 19px;
  left: 0;
  font-size: 12px;
  color: var(--text-color-3);
  margin-right: 10px;
}
.categoriesListOne ul li a:hover {
  color: var(--primary-5);
}
.categoriesListOne ul li + li a {
  border-top: 1px solid var(--border-color-dark);
}
.categoriesListOne ul li:before {
  display: none;
}
.categoriesListOne ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 30px;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: background-color var(--transition-200);
}
.categoriesListOne ul li:hover:after {
  background-color: var(--primary);
}
.categoriesListOne ul li.selected:after {
  background-color: var(--primary);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Categories List One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resource Library - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.res-lib .posts-list-item-img {
  padding-bottom: 56%;
}
@media (min-width: 576px) {
  .res-lib .posts-list-item-wrap {
    flex-direction: row;
  }
}
@media (min-width: 576px) {
  .res-lib .posts-list-item-header {
    max-width: none;
    flex: 0 0 auto;
  }
}
@media (min-width: 576px) {
  .res-lib .posts-list-item-body {
    max-width: none;
    flex: 0 0 auto;
  }
}
.res-lib .res-lib-filters .Dialog {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.res-lib .res-lib-filters .filters-left {
  flex: 1 0 auto;
}
.res-lib .res-lib-filters .filters-right {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.res-lib .res-lib-current-res .badge:not(.selected) {
  display: none;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resource Library - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resource Library Details - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.res-lib-details .post-details-header {
  color: var(--white);
  background-color: var(--dark);
}
.res-lib-details .post-details-header-inner {
  padding-top: 280px;
  padding-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .res-lib-details .post-details-header-inner {
    padding-top: 150px;
  }
}
.res-lib-details .post-details-title {
  color: var(--white);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resource Library Details - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post Details - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.post-details-style-1 .post-details-header-inner {
  padding-top: 250px;
  margin-left: auto;
  margin-right: auto;
  max-width: 670px;
}
@media (max-width: 767px) {
  .post-details-style-1 .post-details-header-inner {
    padding-top: 150px;
  }
}
.post-details-style-1 .post-details-subheading {
  font-weight: var(--font-weight-light);
}
.post-details-style-1 .post-details-title,
.post-details-style-1 .post-details-subheading {
  color: var(--text-color);
}

.post-details-style-1 .post-details-subheader-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0 40px;
  max-width: 670px;
  border-bottom: 1px solid var(--border-color-dark);
}
.post-details-style-1 .post-details-metas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.post-details-style-1 .post-details-meta-divider {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--text-color);
}
.post-details-style-1 .post-details-author {
  display: flex;
  align-items: center;
}
.post-details-style-1 .post-details-author-avatar {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  margin-right: 10px;
  border-radius: 50%;
  font-size: 35px;
  color: var(--white);
  font-weight: var(--font-weight-thin);
  background-color: var(--primary);
}
.post-details-style-1 .post-details-author-text {
  flex: 1 1 auto;
}
.post-details-style-1 .post-details-author-name {
  word-break: break-all;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: var(--font-weight-bold);
}
.post-details-style-1 .post-details-author-date {
  font-size: 14px;
}
.post-details-style-1 .post-details-author-date i {
  margin-right: 5px;
}
.post-details-style-1 .post-details-date i {
  margin-right: 10px;
}

.post-details-style-1 .post-details-body-inner {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 670px;
}

.post-details-style-1 .post-details-banner {
  margin-left: auto;
  margin-right: auto;
  max-width: 870px;
}
.post-details-style-1 .post-details-banner-img {
  width: 100%;
  border-radius: var(--border-radius);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
}
.post-details-style-1.no-header-img .post-details-header {
  background-color: var(--primary-1);
}
.post-details-style-1.no-header-img .post-details-header-inner {
  padding-bottom: 60px;
}
.post-details-style-1.has-single-img .post-details-header {
  position: relative;
}
.post-details-style-1.has-single-img .post-details-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  background-color: var(--primary-1);
  z-index: -1;
}
.post-details-style-1.has-single-img .post-details-header-inner {
  padding-bottom: 30px;
}
.post-details-style-1.has-img-gallery .post-details-header {
  background-color: var(--primary-1);
}
.post-details-style-1.has-img-gallery .post-details-header-inner {
  padding-bottom: 60px;
}
.post-details-style-1.has-img-gallery .post-details-subheader-inner {
  border-bottom: 0;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post Details - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team List - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.team-list-style-2 .team-list-item {
  margin-bottom: 30px;
}
.team-list-style-2 .team-list-item-wrap {
  cursor: pointer;
  overflow: hidden;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-1);
  transition: var(--transition-200);
}
.team-list-style-2 .team-list-item-bottom {
  padding: 20px;
  background-color: var(--white);
}
.team-list-style-2 .team-list-item-img {
  position: relative;
  overflow: hidden;
  padding-bottom: 125%;
  background-color: var(--primary-1);
}
.team-list-style-2 .team-list-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: var(--transition-200);
}
.team-list-style-2 .team-list-item-name {
  margin-bottom: 10px;
}
.team-list-style-2 .team-list-item-job {
  margin-bottom: 0;
  font-size: 14px;
}

.team-list-style-2 .team-list-pane {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 510;
  background-color: var(--gray-2);
}
@media (max-width: 767px) {
  .team-list-style-2 .team-list-pane {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 70px 30px 10px;
  }
}
.team-list-style-2 .team-list-pane-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .team-list-style-2 .team-list-pane-img {
    position: relative;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
    padding-bottom: 125%;
    margin-bottom: 30px;
  }
}
.team-list-style-2 .team-list-pane-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: var(--transition-200);
}
.team-list-style-2 .team-list-pane-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 80px 80px 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .team-list-style-2 .team-list-pane-right {
    padding: 40px 40px 10px;
  }
}
@media (max-width: 767px) {
  .team-list-style-2 .team-list-pane-right {
    position: unset;
    top: unset;
    right: unset;
    width: unset;
    height: unset;
    padding: unset;
    overflow-x: unset;
    overflow-y: unset;
  }
}
.team-list-style-2 .team-list-pane-right-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
@media (max-width: 767px) {
  .team-list-style-2 .team-list-pane-right-inner {
    display: unset;
    flex-direction: unset;
    justify-content: unset;
    min-height: unset;
  }
}
.team-list-style-2 .team-list-pane-name {
  margin-bottom: 5px;
}
.team-list-style-2 .team-list-pane-close-btn {
  position: fixed;
  top: 20px;
  right: 30px;
}

.team-list-style-2 .team-list-item-wrap:hover {
  box-shadow: var(--shadow-1-hover);
}
.team-list-style-2 .team-list-item-wrap:hover .team-list-item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team List - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team List - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.team-list-style-1 .team-list-item {
  margin-bottom: 30px;
}
.team-list-style-1 .team-list-item-wrap {
  cursor: pointer;
}
.team-list-style-1 .team-list-item-img {
  position: relative;
  overflow: hidden;
  padding-bottom: 125%;
  margin-bottom: 30px;
  border-radius: var(--border-radius);
  background-color: var(--primary-1);
}
.team-list-style-1 .team-list-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: var(--transition-200);
}
.team-list-style-1 .team-list-item-name {
  margin-bottom: 10px;
}
.team-list-style-1 .team-list-item-job {
  margin-bottom: 0;
  font-size: 14px;
}

.team-list-style-1 .team-list-pane {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 510;
  background-color: var(--gray-2);
}
@media (max-width: 767px) {
  .team-list-style-1 .team-list-pane {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 70px 30px 10px;
  }
}
.team-list-style-1 .team-list-pane-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .team-list-style-1 .team-list-pane-img {
    position: relative;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
    padding-bottom: 125%;
    margin-bottom: 30px;
  }
}
.team-list-style-1 .team-list-pane-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: var(--transition-200);
}
.team-list-style-1 .team-list-pane-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 80px 80px 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .team-list-style-1 .team-list-pane-right {
    padding: 40px 40px 10px;
  }
}
@media (max-width: 767px) {
  .team-list-style-1 .team-list-pane-right {
    position: unset;
    top: unset;
    right: unset;
    width: unset;
    height: unset;
    padding: unset;
    overflow-x: unset;
    overflow-y: unset;
  }
}
.team-list-style-1 .team-list-pane-right-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
@media (max-width: 767px) {
  .team-list-style-1 .team-list-pane-right-inner {
    display: unset;
    flex-direction: unset;
    justify-content: unset;
    min-height: unset;
  }
}
.team-list-style-1 .team-list-pane-name {
  margin-bottom: 5px;
}
.team-list-style-1 .team-list-pane-close-btn {
  position: fixed;
  top: 20px;
  right: 30px;
}

.team-list-style-1 .team-list-item:hover .team-list-item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team List - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team List - Style 3 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.team-list-style-3 .team-list-item {
  margin-bottom: 30px;
}
.team-list-style-3 .team-list-item-wrap {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: var(--border-radius);
}
.team-list-style-3 .team-list-item-img {
  position: relative;
  overflow: hidden;
  padding-bottom: 125%;
  background-color: var(--primary-1);
}
.team-list-style-3 .team-list-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: var(--transition-200);
}
.team-list-style-3 .team-list-item-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 80px 30px 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
}
.team-list-style-3 .team-list-item-name {
  color: var(--white);
  margin-bottom: 10px;
}
.team-list-style-3 .team-list-item-job {
  color: var(--white);
  font-size: 14px;
}

.team-list-style-3 .team-list-pane {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 510;
  background-color: var(--gray-2);
}
@media (max-width: 767px) {
  .team-list-style-3 .team-list-pane {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 70px 30px 10px;
  }
}
.team-list-style-3 .team-list-pane-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .team-list-style-3 .team-list-pane-img {
    position: relative;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
    padding-bottom: 125%;
    margin-bottom: 30px;
  }
}
.team-list-style-3 .team-list-pane-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: var(--transition-200);
}
.team-list-style-3 .team-list-pane-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 80px 80px 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .team-list-style-3 .team-list-pane-right {
    padding: 40px 40px 10px;
  }
}
@media (max-width: 767px) {
  .team-list-style-3 .team-list-pane-right {
    position: unset;
    top: unset;
    right: unset;
    width: unset;
    height: unset;
    padding: unset;
    overflow-x: unset;
    overflow-y: unset;
  }
}
.team-list-style-3 .team-list-pane-right-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
@media (max-width: 767px) {
  .team-list-style-3 .team-list-pane-right-inner {
    display: unset;
    flex-direction: unset;
    justify-content: unset;
    min-height: unset;
  }
}
.team-list-style-3 .team-list-pane-name {
  margin-bottom: 5px;
}
.team-list-style-3 .team-list-pane-close-btn {
  position: fixed;
  top: 20px;
  right: 30px;
}

.team-list-style-3 .team-list-item:hover .team-list-item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team List - Style 3 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team Carousel - Style 3 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.team-carousel-style-3.is-popup .team-carousel-item {
  cursor: pointer;
}
.team-carousel-style-3 .team-carousel-item {
  position: relative;
  overflow: hidden;
  margin: 6px;
  border-radius: var(--border-radius);
}
.team-carousel-style-3 .team-carousel-item-img {
  position: relative;
  overflow: hidden;
  padding-bottom: 170%;
  background-color: var(--primary-1);
}
.team-carousel-style-3 .team-carousel-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: var(--transition-200);
}
.team-carousel-style-3 .team-carousel-item-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 30px 30px 10px;
  background-color: rgba(0, 94, 255, 0.56);
  transition: var(--transition-200);
}
.team-carousel-style-3 .team-carousel-item-name {
  color: var(--white);
  margin-bottom: 10px;
}
.team-carousel-style-3 .team-carousel-item-job {
  color: var(--white);
  font-size: 18px;
}

.team-carousel-style-3 .team-carousel-pane {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 510;
  background-color: var(--gray-2);
}
@media (max-width: 767px) {
  .team-carousel-style-3 .team-carousel-pane {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 70px 30px 10px;
  }
}
.team-carousel-style-3 .team-carousel-pane-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .team-carousel-style-3 .team-carousel-pane-img {
    position: relative;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
    padding-bottom: 125%;
    margin-bottom: 30px;
  }
}
.team-carousel-style-3 .team-carousel-pane-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: var(--transition-200);
}
.team-carousel-style-3 .team-carousel-pane-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 80px 80px 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .team-carousel-style-3 .team-carousel-pane-right {
    padding: 40px 40px 10px;
  }
}
@media (max-width: 767px) {
  .team-carousel-style-3 .team-carousel-pane-right {
    position: unset;
    top: unset;
    right: unset;
    width: unset;
    height: unset;
    padding: unset;
    overflow-x: unset;
    overflow-y: unset;
  }
}
.team-carousel-style-3 .team-carousel-pane-right-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
@media (max-width: 767px) {
  .team-carousel-style-3 .team-carousel-pane-right-inner {
    display: unset;
    flex-direction: unset;
    justify-content: unset;
    min-height: unset;
  }
}
.team-carousel-style-3 .team-carousel-pane-name {
  margin-bottom: 5px;
}
.team-carousel-style-3 .team-carousel-pane-close-btn {
  position: fixed;
  top: 20px;
  right: 30px;
}

.team-carousel-style-3 .team-carousel-item:hover .team-carousel-item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.team-carousel-style-3 .team-carousel-item:hover .team-carousel-item-bottom {
  background-color: var(--primary);
}

.team-carousel-style-3 .slick-prev,
.team-carousel-style-3 .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: var(--black);
}
.team-carousel-style-3 .slick-prev {
  left: 0;
}
@media (max-width: 767px) {
  .team-carousel-style-3 .slick-prev {
    left: 0;
  }
}
.content-area .team-carousel-style-3 .slick-prev {
  left: 0;
}
@media (max-width: 991px) {
  .content-area .team-carousel-style-3 .slick-prev {
    left: 0;
  }
}
@media (max-width: 767px) {
  .content-area .team-carousel-style-3 .slick-prev {
    left: 0;
  }
}
.team-carousel-style-3 .slick-next {
  right: 0;
}
@media (max-width: 767px) {
  .team-carousel-style-3 .slick-next {
    right: 0;
  }
}
.content-area .team-carousel-style-3 .slick-next {
  right: 0;
}
@media (max-width: 991px) {
  .content-area .team-carousel-style-3 .slick-next {
    right: 0;
  }
}
@media (max-width: 767px) {
  .content-area .team-carousel-style-3 .slick-next {
    right: 0;
  }
}
.team-carousel-style-3 .slick-prev svg,
.team-carousel-style-3 .slick-next svg {
  display: block;
  width: 20px;
  height: 20px;
  transition: var(--transition-200);
}
.team-carousel-style-3 .slick-prev:hover,
.team-carousel-style-3 .slick-next:hover {
  background-color: var(--secondary);
}
.team-carousel-style-3 .slick-prev:hover svg,
.team-carousel-style-3 .slick-next:hover svg {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (max-width: 575px) {
  .team-carousel-style-3 .slick-slider.slick-dotted {
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .team-carousel-style-3 .slick-dots {
    display: none !important;
  }
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team Carousel - Style 3 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Testimonials Carousel - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.testimonials-carousel-style-1 {
  margin-bottom: 30px;
  color: var(--primary);
}
.testimonials-carousel-style-1 .testimonials-carousel-item {
  margin: 0 30px;
}
.testimonials-carousel-style-1 .testimonials-carousel-item-top,
.testimonials-carousel-style-1 .testimonials-carousel-item-bottom {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.testimonials-carousel-style-1 .testimonials-carousel-item-top {
  position: relative;
  padding: 15px 60px 15px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .testimonials-carousel-style-1 .testimonials-carousel-item-top {
    padding: 15px 40px 15px;
  }
}
@media (max-width: 575px) {
  .testimonials-carousel-style-1 .testimonials-carousel-item-top {
    padding: 15px 0 15px;
  }
}
.testimonials-carousel-style-1 .testimonials-carousel-quote-left,
.testimonials-carousel-style-1 .testimonials-carousel-quote-right {
  position: absolute;
}
@media (max-width: 991px) {
  .testimonials-carousel-style-1 .testimonials-carousel-quote-left,
.testimonials-carousel-style-1 .testimonials-carousel-quote-right {
    opacity: 0.3;
  }
}
.testimonials-carousel-style-1 .testimonials-carousel-quote-left svg,
.testimonials-carousel-style-1 .testimonials-carousel-quote-right svg {
  width: 40px;
  height: auto;
}
.testimonials-carousel-style-1 .testimonials-carousel-quote-left {
  top: 0;
  left: 0;
}
.testimonials-carousel-style-1 .testimonials-carousel-quote-right {
  bottom: 0;
  right: 0;
}
.testimonials-carousel-style-1 .testimonials-carousel-des {
  position: relative;
  font-size: 26px;
  font-style: italic;
}
@media (max-width: 991px) {
  .testimonials-carousel-style-1 .testimonials-carousel-des {
    font-size: 20px;
  }
}
.testimonials-carousel-style-1 .testimonials-carousel-des p:last-of-type {
  margin-bottom: 0;
}
.testimonials-carousel-style-1 .testimonials-carousel-name {
  font-size: 20px;
  font-weight: var(--font-weight-bold);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Testimonials Carousel - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Testimonials Carousel - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.testimonials-carousel-style-2 {
  margin-bottom: 30px;
}
.testimonials-carousel-style-2 .testimonials-carousel-item {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 15px 60px;
}
.testimonials-carousel-style-2 .testimonials-carousel-item-left {
  z-index: 1;
  flex: 0 0 50%;
  width: 100%;
  max-width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .testimonials-carousel-style-2 .testimonials-carousel-item-left {
    flex: 0 0 auto;
    max-width: none;
    margin-bottom: 0;
  }
}
.testimonials-carousel-style-2 .testimonials-carousel-item-right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 50%;
  width: 100%;
  max-width: 50%;
  padding: 80px 60px 50px;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .testimonials-carousel-style-2 .testimonials-carousel-item-right {
    padding: 60px 40px 30px;
  }
}
@media (max-width: 767px) {
  .testimonials-carousel-style-2 .testimonials-carousel-item-right {
    flex: 0 0 auto;
    max-width: none;
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .testimonials-carousel-style-2 .testimonials-carousel-item-right {
    padding: 30px 30px 0;
  }
}
.testimonials-carousel-style-2 .testimonials-carousel-item-right:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 65px;
  height: 100%;
  background-color: inherit;
}
@media (max-width: 767px) {
  .testimonials-carousel-style-2 .testimonials-carousel-item-right:before {
    display: none;
  }
}
.testimonials-carousel-style-2 .testimonials-carousel-item-right:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 10%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 0 40px;
  border-color: var(--light) transparent transparent transparent;
}
.testimonials-carousel-style-2 .testimonials-carousel-img {
  overflow: hidden;
  position: relative;
  height: 100%;
  padding-bottom: 80%;
  background-color: var(--gray-2);
}
.testimonials-carousel-style-2 .testimonials-carousel-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: var(--transition-200);
}
.testimonials-carousel-style-2 .testimonials-carousel-des {
  margin-bottom: 30px;
  font-size: 22px;
  font-style: italic;
  font-family: var(--font-family-serif);
}
@media (max-width: 1199px) {
  .testimonials-carousel-style-2 .testimonials-carousel-des {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.testimonials-carousel-style-2 .testimonials-carousel-name {
  text-align: right;
}
.testimonials-carousel-style-2 .testimonials-carousel-item:hover .testimonials-carousel-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.testimonials-carousel-style-2.is-bg-primary .testimonials-carousel-item-right {
  background-color: var(--primary);
}
.testimonials-carousel-style-2.is-bg-primary .testimonials-carousel-item-right:after {
  border-top-color: var(--primary);
}
.testimonials-carousel-style-2.is-bg-secondary .testimonials-carousel-item-right {
  background-color: var(--secondary);
}
.testimonials-carousel-style-2.is-bg-secondary .testimonials-carousel-item-right:after {
  border-top-color: var(--secondary);
}
.testimonials-carousel-style-2.is-bg-third .testimonials-carousel-item-right {
  background-color: var(--third);
}
.testimonials-carousel-style-2.is-bg-third .testimonials-carousel-item-right:after {
  border-top-color: var(--third);
}
.testimonials-carousel-style-2.is-bg-fourth .testimonials-carousel-item-right {
  background-color: var(--fourth);
}
.testimonials-carousel-style-2.is-bg-fourth .testimonials-carousel-item-right:after {
  border-top-color: var(--fourth);
}
.testimonials-carousel-style-2.is-bg-primary-light .testimonials-carousel-item-right {
  background-color: var(--primary-1);
}
.testimonials-carousel-style-2.is-bg-primary-light .testimonials-carousel-item-right:after {
  border-top-color: var(--primary-1);
}
.testimonials-carousel-style-2.is-bg-secondary-light .testimonials-carousel-item-right {
  background-color: var(--secondary-1);
}
.testimonials-carousel-style-2.is-bg-secondary-light .testimonials-carousel-item-right:after {
  border-top-color: var(--secondary-1);
}
.testimonials-carousel-style-2.is-bg-third-light .testimonials-carousel-item-right {
  background-color: var(--third-1);
}
.testimonials-carousel-style-2.is-bg-third-light .testimonials-carousel-item-right:after {
  border-top-color: var(--third-1);
}
.testimonials-carousel-style-2.is-bg-fourth-light .testimonials-carousel-item-right {
  background-color: var(--fourth-1);
}
.testimonials-carousel-style-2.is-bg-fourth-light .testimonials-carousel-item-right:after {
  border-top-color: var(--fourth-1);
}
.testimonials-carousel-style-2.is-bg-white .testimonials-carousel-item-right {
  background-color: var(--white);
}
.testimonials-carousel-style-2.is-bg-white .testimonials-carousel-item-right:after {
  border-top-color: var(--white);
}
.testimonials-carousel-style-2.is-bg-light .testimonials-carousel-item-right {
  background-color: var(--light);
}
.testimonials-carousel-style-2.is-bg-light .testimonials-carousel-item-right:after {
  border-top-color: var(--light);
}
.testimonials-carousel-style-2.is-bg-dark .testimonials-carousel-item-right {
  background-color: var(--dark);
}
.testimonials-carousel-style-2.is-bg-dark .testimonials-carousel-item-right:after {
  border-top-color: var(--dark);
}
.testimonials-carousel-style-2.is-text-primary {
  color: var(--primary);
}
.testimonials-carousel-style-2.is-text-secondary {
  color: var(--secondary);
}
.testimonials-carousel-style-2.is-text-third {
  color: var(--third);
}
.testimonials-carousel-style-2.is-text-fourth {
  color: var(--fourth);
}
.testimonials-carousel-style-2.is-text-primary-light {
  color: var(--primary-1);
}
.testimonials-carousel-style-2.is-text-secondary-light {
  color: var(--secondary-1);
}
.testimonials-carousel-style-2.is-text-third-light {
  color: var(--third-1);
}
.testimonials-carousel-style-2.is-text-fourth-light {
  color: var(--fourth-1);
}
.testimonials-carousel-style-2.is-text-white {
  color: var(--white);
}
.testimonials-carousel-style-2.is-text-light {
  color: var(--light);
}
.testimonials-carousel-style-2.is-text-dark {
  color: var(--dark);
}

.testimonials-carousel-style-2 .testimonials-carousel-img {
  opacity: 0;
  transition: ease-in-out 600ms;
  transition-delay: 600ms;
}
.testimonials-carousel-style-2 .testimonials-carousel-item-right {
  opacity: 0;
  transition: ease-in-out 360ms;
}
.testimonials-carousel-style-2 .testimonials-carousel-des,
.testimonials-carousel-style-2 .testimonials-carousel-name {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: ease-in-out 360ms;
}
.testimonials-carousel-style-2 .slick-current .testimonials-carousel-img {
  opacity: 1;
  transition-delay: 100ms;
}
.testimonials-carousel-style-2 .slick-current .testimonials-carousel-item-right {
  opacity: 1;
  transition-delay: 300ms;
}
.testimonials-carousel-style-2 .slick-current .testimonials-carousel-des,
.testimonials-carousel-style-2 .slick-current .testimonials-carousel-name {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.testimonials-carousel-style-2 .slick-current .testimonials-carousel-des {
  transition-delay: 300ms;
}
.testimonials-carousel-style-2 .slick-current .testimonials-carousel-name {
  transition-delay: 500ms;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Testimonials Carousel - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Sidebar - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.sidebar .sidebar-open-btn {
  display: none;
}
.sidebar .sidebar-close-btn {
  display: none;
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 26px;
  line-height: 1;
}
@media (max-width: 575px) {
  .sidebar .sidebar-close-btn {
    right: 15px;
  }
}
.sidebar .sidebar-side {
  z-index: 1;
}

.sidebar-right .sidebar-side {
  order: 2;
}
@media (max-width: 991px) {
  .sidebar-right .sidebar-side {
    order: 1;
  }
}
.sidebar-right .sidebar-main {
  order: 1;
}
@media (max-width: 991px) {
  .sidebar-right .sidebar-main {
    order: 2;
  }
}

.sidebar.sidebar-left.has-border .sidebar-side {
  border-right: 1px solid var(--border-color-dark);
}
@media (max-width: 991px) {
  .sidebar.sidebar-left.has-border .sidebar-side {
    border-right: 0;
  }
}

.sidebar.sidebar-right.has-border .sidebar-side {
  border-left: 1px solid var(--border-color-dark);
}
@media (max-width: 991px) {
  .sidebar.sidebar-right.has-border .sidebar-side {
    border-left: 0;
  }
}

@media (max-width: 991px) {
  .sidebar.is-mobile.active {
    position: relative;
    z-index: 510;
  }
  .sidebar.is-mobile .sidebar-side {
    order: -1;
    z-index: 1;
    margin-bottom: 30px;
  }
  .sidebar.is-mobile .sidebar-side .sidebar-inner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 30px 20px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .sidebar.is-mobile .sidebar-side .sidebar-inner:not([class*=_bg-]) {
    background-color: var(--gray-2);
  }
  .sidebar.is-mobile .sidebar-open-btn {
    display: block;
    width: 100%;
    padding: 15px 20px;
    text-align: right;
    font-weight: var(--font-weight-bold);
    border-radius: var(--border-radius);
    background-color: var(--gray-4);
  }
  .sidebar.is-mobile .sidebar-open-btn i {
    margin-left: 10px;
  }
  .sidebar.is-mobile .sidebar-close-btn {
    display: block;
  }
}
@media (max-width: 575px) {
  .sidebar.is-mobile .sidebar-side .sidebar-inner {
    padding: 50px 15px 20px;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Sidebar - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Sidebar Anchor Menu - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.sidebar-anchor-menu ul {
  list-style-type: none;
  padding-left: 0;
  border-left: 2px solid var(--gray);
}
.sidebar-anchor-menu ul li a {
  position: relative;
  display: block;
  padding-left: 18px;
  color: var(--text-color);
  font-weight: var(--font-weight-bold);
}
.sidebar-anchor-menu ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 2px;
  height: 100%;
  background-color: transparent;
  transition: var(--transition-200);
}
.sidebar-anchor-menu ul li a:hover, .sidebar-anchor-menu ul li a.active {
  color: var(--primary);
}
.sidebar-anchor-menu ul li a:hover:before, .sidebar-anchor-menu ul li a.active:before {
  background-color: var(--primary);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Sidebar Anchor Menu - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | CTA - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.cta-style-1 .cta-wrap {
  position: relative;
}
.cta-style-1 .cta-img {
  overflow: hidden;
  position: relative;
  background-color: var(--primary-1);
}
.cta-style-1 .cta-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .cta-style-1 .cta-text-area {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cta-style-1 .cta-text-area {
    border-top: 10px solid rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 991px) {
  .cta-style-1 .cta-text-area .content-area-wrap {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cta-style-1 .cta-text-area .container {
    max-width: none;
  }
}
.cta-style-1 .cta-inner {
  padding: 50px 50px 20px;
  border-top: 10px solid rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .cta-style-1 .cta-inner {
    padding: 30px 15px 1px;
    border-top: none;
  }
}

.cta-style-1.is-md .cta-img {
  height: 550px;
}
@media (max-width: 991px) {
  .cta-style-1.is-md .cta-img {
    height: auto;
    padding-bottom: 56%;
  }
}
@media (max-width: 575px) {
  .cta-style-1.is-md .cta-img {
    padding-bottom: 75%;
  }
}
.cta-style-1.is-sm .cta-img {
  height: 450px;
}
@media (max-width: 991px) {
  .cta-style-1.is-sm .cta-img {
    height: auto;
    padding-bottom: 56%;
  }
}
@media (max-width: 575px) {
  .cta-style-1.is-sm .cta-img {
    padding-bottom: 75%;
  }
}
.cta-style-1.is-lg .cta-img {
  height: 650px;
}
@media (max-width: 991px) {
  .cta-style-1.is-lg .cta-img {
    height: auto;
    padding-bottom: 56%;
  }
}
@media (max-width: 575px) {
  .cta-style-1.is-lg .cta-img {
    padding-bottom: 75%;
  }
}
.cta-style-1.is-fullscreen .cta-img {
  height: calc(100vh - var(--dynamic-header-wrap-height));
  height: calc((var(--vh, 1vh) * 100) - var(--dynamic-header-wrap-height));
}
@media (max-width: 767px) {
  .cta-style-1.is-fullscreen .cta-img {
    height: calc(100vh - var(--dynamic-header-wrap-height));
    height: calc((var(--vh, 1vh) * 100) - var(--dynamic-header-wrap-height));
  }
}

.cta-style-1.is-img-center .cta-img img {
  -o-object-position: center;
     object-position: center;
}
.cta-style-1.is-img-top .cta-img img {
  -o-object-position: center top;
     object-position: center top;
}
.cta-style-1.is-img-bottom .cta-img img {
  -o-object-position: center bottom;
     object-position: center bottom;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | CTA - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | CTA - Event - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.cta-event {
  background-attachment: fixed;
}
.cta-event .cta-wrap {
  padding-top: 268px;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .cta-event .cta-wrap {
    padding-top: 150px;
  }
}
.cta-event .cta-top {
  display: flex;
  align-items: flex-end;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 15px;
}
@media (max-width: 767px) {
  .cta-event .cta-top {
    flex-wrap: wrap;
  }
}
.cta-event .cta-thumb {
  flex: 0 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 212px;
  height: 212px;
  padding: 15px;
  background-color: var(--white);
}
.cta-event .cta-thumb img {
  -o-object-fit: contain;
     object-fit: contain;
}
.cta-event .cta-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding: 40px 30px 10px;
  background-color: rgba(0, 94, 255, 0.9);
}
.cta-event .cta-bottom-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.cta-event .cta-location-date a {
  color: var(--white);
}
.cta-event .btn > a {
  color: var(--text-color);
}
.cta-event .btn > a:hover {
  color: var(--white);
  border-color: var(--secondary);
  background-color: var(--secondary);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | CTA - Event - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | CTA - 2 Column - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.cta-2-col .cta-item {
  position: relative;
}
.cta-2-col .cta-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cta-2-col .cta-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-2-col .cta-body {
  position: relative;
  text-align: center;
  padding: 150px 30px 120px;
  background-color: rgba(0, 0, 0, 0.5);
}
.cta-2-col .cta-body-inner {
  max-width: 470px;
  margin: 0 auto;
}
.cta-2-col .cta-alt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: auto;
  padding: 15px 30px;
  font-style: italic;
  font-size: 12px;
  max-width: 470px;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 575px) {
  .cta-2-col .cta-alt {
    width: 100%;
  }
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | CTA - 2 Column - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | CTA - 2 Column - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.cta-fullwidth .cta-wrap {
  position: relative;
}
.cta-fullwidth .cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-fullwidth .content-area {
  background-color: rgba(0, 0, 0, 0.5);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | CTA - 2 Column - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | SNS Link - Default - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.sns-link-default .sns-link-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sns-link-default .sns-link-item {
  color: var(--sns-color);
  text-decoration: none;
}
.sns-link-default .sns-link-item:hover {
  color: var(--sns-color-hover);
  text-decoration: none;
}

.sns-link-default.left .sns-link-wrap {
  justify-content: flex-start;
}

.sns-link-default.center .sns-link-wrap {
  justify-content: center;
}

.sns-link-default.right .sns-link-wrap {
  justify-content: flex-end;
}

.sns-link-default.small .sns-link-wrap {
  gap: var(--sns-margin-sm);
}
.sns-link-default.small .sns-link-item {
  font-size: var(--sns-font-size-sm);
}

.sns-link-default.medium .sns-link-wrap {
  gap: var(--sns-margin-md);
}
.sns-link-default.medium .sns-link-item {
  font-size: var(--sns-font-size-md);
}

.sns-link-default.large .sns-link-wrap {
  gap: var(--sns-margin-lg);
}
.sns-link-default.large .sns-link-item {
  font-size: var(--sns-font-size-lg);
}

.sns-link-default.huge .sns-link-wrap {
  gap: var(--sns-margin-hudge);
}
.sns-link-default.huge .sns-link-item {
  font-size: var(--sns-font-size-huge);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | SNS Link Default - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | SNS Link - Circle - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.sns-link-circle .sns-link-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sns-link-circle .sns-link-item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sns-circle-color);
  line-height: 1;
  border-radius: 50%;
  background-color: var(--sns-circle-bg);
  text-decoration: none;
}
.sns-link-circle .sns-link-item:hover {
  color: var(--sns-circle-color-hover);
  text-decoration: none;
  background-color: var(--sns-circle-bg-hover);
}

.sns-link-circle.left .sns-link-wrap {
  justify-content: flex-start;
}

.sns-link-circle.center .sns-link-wrap {
  justify-content: center;
}

.sns-link-circle.right .sns-link-wrap {
  justify-content: flex-end;
}

.sns-link-circle.small .sns-link-wrap {
  gap: var(--sns-circle-margin-sm);
}
.sns-link-circle.small .sns-link-item {
  width: var(--sns-circle-size-sm);
  height: var(--sns-circle-size-sm);
  font-size: var(--sns-circle-font-size-sm);
}

.sns-link-circle.medium .sns-link-wrap {
  gap: var(--sns-circle-margin-md);
}
.sns-link-circle.medium .sns-link-item {
  width: var(--sns-circle-size-md);
  height: var(--sns-circle-size-md);
  font-size: var(--sns-circle-font-size-md);
}

.sns-link-circle.large .sns-link-wrap {
  gap: var(--sns-circle-margin-lg);
}
.sns-link-circle.large .sns-link-item {
  width: var(--sns-circle-size-lg);
  height: var(--sns-circle-size-lg);
  font-size: var(--sns-circle-font-size-lg);
}

.sns-link-circle.huge .sns-link-wrap {
  gap: var(--sns-circle-margin-huge);
}
.sns-link-circle.huge .sns-link-item {
  width: var(--sns-circle-size-huge);
  height: var(--sns-circle-size-huge);
  font-size: var(--sns-circle-font-size-huge);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | SNS Link Circle - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | SNS Link - Square - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.sns-link-square .sns-link-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sns-link-square .sns-link-item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sns-square-color);
  line-height: 1;
  border-radius: var(--border-radius);
  background-color: var(--sns-square-bg);
  text-decoration: none;
}
.sns-link-square .sns-link-item:hover {
  color: var(--sns-square-color-hover);
  text-decoration: none;
  background-color: var(--sns-square-bg-hover);
}

.sns-link-square.left .sns-link-wrap {
  justify-content: flex-start;
}

.sns-link-square.center .sns-link-wrap {
  justify-content: center;
}

.sns-link-square.right .sns-link-wrap {
  justify-content: flex-end;
}

.sns-link-square.small .sns-link-wrap {
  gap: var(--sns-square-margin-sm);
}
.sns-link-square.small .sns-link-item {
  width: var(--sns-square-size-sm);
  height: var(--sns-square-size-sm);
  font-size: var(--sns-square-font-size-sm);
}

.sns-link-square.medium .sns-link-wrap {
  gap: var(--sns-square-margin-md);
}
.sns-link-square.medium .sns-link-item {
  width: var(--sns-square-size-md);
  height: var(--sns-square-size-md);
  font-size: var(--sns-square-font-size-md);
}

.sns-link-square.large .sns-link-wrap {
  gap: var(--sns-square-margin-lg);
}
.sns-link-square.large .sns-link-item {
  width: var(--sns-square-size-lg);
  height: var(--sns-square-size-lg);
  font-size: var(--sns-square-font-size-lg);
}

.sns-link-square.huge .sns-link-wrap {
  gap: var(--sns-square-margin-huge);
}
.sns-link-square.huge .sns-link-item {
  width: var(--sns-square-size-huge);
  height: var(--sns-square-size-huge);
  font-size: var(--sns-square-font-size-huge);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | SNS Link Square - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Share Link - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.share-links {
  display: flex;
  align-items: center;
  gap: var(--sns-margin-md);
  line-height: 1;
}

.share-link {
  display: inline-block;
}

.share-link-default {
  font-size: var(--sns-font-size-md);
  color: var(--sns-color);
}
.share-link-default:hover {
  color: var(--sns-color-hover);
}

.share-link-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--sns-circle-size-md);
  height: var(--sns-circle-size-md);
  color: var(--sns-circle-color);
  border-radius: 50%;
  background-color: var(--sns-circle-bg);
  transition: var(--transition-200);
}
.share-link-circle:hover {
  color: var(--sns-circle-color-hover);
  background-color: var(--sns-circle-bg-hover);
}

.share-link-square {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--sns-square-size-md);
  height: var(--sns-square-size-md);
  color: var(--sns-square-color);
  border-radius: var(--border-radius);
  background-color: var(--sns-square-bg);
  transition: var(--transition-200);
}
.share-link-square:hover {
  color: var(--sns-square-color-hover);
  background-color: var(--sns-square-bg-hover);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Share Link - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Mobile Menu - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.mobile-menu-style-1 .mobile-menu-backdrop {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.mobile-menu-style-1 .mobile-menu-wrap {
  z-index: 1010;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 480px;
  padding: 15px;
  transition: var(--transition-400);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.mobile-menu-style-1 .mobile-menu-inner {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  height: 100%;
  padding: 80px 0 30px;
  border-radius: var(--border-radius);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .mobile-menu-style-1 .mobile-menu-inner {
    padding: 80px 0 30px;
  }
}
.mobile-menu-style-1 .mobile-menu-close {
  position: absolute;
  top: 25px;
  right: 30px;
}
.mobile-menu-style-1 .mobile-menu-header {
  padding: 0 50px;
}
@media (max-width: 575px) {
  .mobile-menu-style-1 .mobile-menu-header {
    padding: 0 30px;
  }
}
.mobile-menu-style-1 .mobile-menu-body {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 50px;
}
@media (max-width: 575px) {
  .mobile-menu-style-1 .mobile-menu-body {
    padding: 0 30px;
  }
}
.mobile-menu-style-1 .mobile-menu-footer {
  padding: 15px 50px 0;
}
@media (max-width: 575px) {
  .mobile-menu-style-1 .mobile-menu-footer {
    padding: 0 30px;
  }
}
.mobile-menu-style-1.active .mobile-menu-wrap {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mobile-menu-style-1 .mobile-menu-nav ul {
  list-style-type: none;
  padding-left: 0;
}
.mobile-menu-style-1 .mobile-menu-nav ul ul, .mobile-menu-style-1 .mobile-menu-nav ul ol {
  list-style-type: none;
}
.mobile-menu-style-1 .mobile-menu-nav ul ul ul, .mobile-menu-style-1 .mobile-menu-nav ul ul ol, .mobile-menu-style-1 .mobile-menu-nav ul ol ul, .mobile-menu-style-1 .mobile-menu-nav ul ol ol {
  list-style-type: none;
}
.mobile-menu-style-1 .mobile-menu-nav ul li {
  margin: 0 0 10px 0;
}
.mobile-menu-style-1 .mobile-menu-nav ul li:last-of-type {
  margin-bottom: 0;
}
.mobile-menu-style-1 .mobile-menu-nav ul li a {
  width: 100%;
  color: var(--primary);
  font-size: 22px;
  font-weight: var(--font-weight-bold);
}
.mobile-menu-style-1 .mobile-menu-nav ul li a:hover {
  color: var(--primary-6);
}
.mobile-menu-style-1 .mobile-menu-nav ul li a > i {
  font-size: 16px;
  transition: var(--transition-200);
}
.mobile-menu-style-1 .mobile-menu-nav ul li.has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu-style-1 .mobile-menu-nav ul li ul {
  display: none;
  margin: 15px 0 0;
  padding: 0 0 0 15px;
  border-left: 1px solid var(--primary-6);
}
.mobile-menu-style-1 .mobile-menu-nav ul li ul li a {
  color: var(--primary-6);
  font-size: 16px;
  font-weight: var(--font-weight-normal);
}
.mobile-menu-style-1 .mobile-menu-nav ul li ul li a:hover {
  color: var(--primary-7);
}
.mobile-menu-style-1 .mobile-menu-nav ul li ul li a > i {
  font-size: 14px;
}
.mobile-menu-style-1 .mobile-menu-nav ul li.active > a {
  color: var(--primary-6);
}
.mobile-menu-style-1 .mobile-menu-nav ul li.active > a i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mobile-menu-style-1 .mobile-menu-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
}
.mobile-menu-style-1 .mobile-menu-btn {
  flex: 1 1 auto;
  padding: 0 5px;
}
.mobile-menu-style-1 .mobile-menu-btn .btn {
  margin-bottom: 15px;
}
.mobile-menu-style-1 .mobile-menu-btn a {
  width: 100%;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Mobile Menu - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Google Translate - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.google-translate {
  overflow: hidden;
  position: relative;
}
.google-translate .google-translate-embed {
  opacity: 0;
}
.google-translate .google-translate-label {
  transition: var(--transition-200);
}
.google-translate .goog-te-gadget {
  font-size: 0;
}
.google-translate .goog-te-gadget > span {
  display: none;
}
.google-translate .goog-te-gadget .goog-te-combo {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Google Translate - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Mega Menu - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.mega-menu-style-1 .mega-menu-items {
  display: flex;
  align-items: center;
}
.mega-menu-style-1 .mega-menu-items > li.has-1-col-panel {
  position: relative;
}
.mega-menu-style-1 .mega-menu-items > li > a {
  display: block;
  position: relative;
  padding: 0 20px;
  color: var(--white);
}
@media (max-width: 1659px) {
  .mega-menu-style-1 .mega-menu-items > li > a {
    padding: 0 15px;
  }
}
@media (max-width: 1365px) {
  .mega-menu-style-1 .mega-menu-items > li > a {
    font-size: 14px;
    padding: 0 8px;
  }
}
.mega-menu-style-1 .mega-menu-items > li > a > i {
  margin-left: 8px;
}
.mega-menu-style-1 .mega-menu-items > li > a:hover:before, .mega-menu-style-1 .mega-menu-items > li > a.active:before {
  width: 100%;
}

.mega-menu-style-1 .mwPageBlock.Menu ul li a {
  display: block;
  padding: 10px 20px;
  color: var(--text-color);
  font-size: 16px;
}
.mega-menu-style-1 .mwPageBlock.Menu ul li a:hover {
  color: var(--secondary);
}
.mega-menu-style-1 .mwPageBlock.Menu ul li ul {
  display: none;
}

.mega-menu-style-1 .mega-menu-panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-top: 1px solid var(--border-color-dark);
  background-color: var(--white);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
  transition: none;
}
.mega-menu-style-1 .mega-menu-panel h1, .mega-menu-style-1 .mega-menu-panel h2, .mega-menu-style-1 .mega-menu-panel h3, .mega-menu-style-1 .mega-menu-panel h4, .mega-menu-style-1 .mega-menu-panel h5, .mega-menu-style-1 .mega-menu-panel h6, .mega-menu-style-1 .mega-menu-panel p, .mega-menu-style-1 .mega-menu-panel ul, .mega-menu-style-1 .mega-menu-panel ol, .mega-menu-style-1 .mega-menu-panel dl, .mega-menu-style-1 .mega-menu-panel table, .mega-menu-style-1 .mega-menu-panel .btn {
  margin-bottom: 15px;
}
.mega-menu-style-1 .mega-menu-panel-wrap {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 30px;
  padding: 60px 0 45px;
}
.mega-menu-style-1 .mega-menu-panel.is-fullwidth .mega-menu-panel-wrap {
  width: 100%;
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;
}
.mega-menu-style-1 .mega-menu-panel.is-content-width {
  left: 50%;
  max-width: 1370px;
  padding: 0 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mega-menu-style-1 .mega-menu-panel.has-1-col {
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  padding: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mega-menu-style-1 .mega-menu-panel.has-1-col .mega-menu-panel-wrap {
  padding: 0;
}
.mega-menu-style-1 .mega-menu-panel.has-1-col .mwPageBlock.Menu ul {
  padding: 10px 0;
  margin-bottom: 0;
}
.mega-menu-style-1 .mega-menu-panel.has-1-col .mwPageBlock.Menu ul li {
  position: relative;
  min-width: 260px;
  transition: var(--transition-200);
}
.mega-menu-style-1 .mega-menu-panel.has-1-col .mwPageBlock.Menu ul li:hover {
  background-color: var(--gray-2);
}
.mega-menu-style-1 .mega-menu-panel.has-1-col .mwPageBlock.Menu ul li a {
  display: block;
  padding: 10px 20px;
  color: var(--text-color);
  font-size: 16px;
}
.mega-menu-style-1 .mega-menu-panel.has-1-col .mwPageBlock.Menu ul li.has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mega-menu-style-1 .mega-menu-panel.has-1-col .mwPageBlock.Menu ul li.has-children > a:after {
  content: "\F0DA";
  margin-left: 8px;
  font-family: var(--font-family-icon);
  font-weight: 900;
}
.mega-menu-style-1 .mega-menu-panel.has-1-col .mwPageBlock.Menu ul li ul {
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 100%;
  padding: 0;
  background-color: var(--secondary);
  transition: var(--transition-360);
}
.mega-menu-style-1 .mega-menu-panel.has-1-col .mwPageBlock.Menu ul li ul li:hover {
  background-color: var(--secondary-5);
}
.mega-menu-style-1 .mega-menu-panel.has-1-col .mwPageBlock.Menu ul li ul li a {
  color: var(--white);
}
.mega-menu-style-1 .mega-menu-panel.has-1-col .mwPageBlock.Menu ul li.has-children:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mega-menu-style-1 .mega-menu-items > li.has-1-col-panel:nth-last-child(-n+2) .mega-menu-panel {
  left: auto;
  right: 0;
}
.mega-menu-style-1 .mega-menu-items > li.has-1-col-panel:nth-last-child(-n+2) .mwPageBlock.Menu ul ul {
  left: auto;
  right: 100%;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Mega Menu - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Detailed Map Default - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.detailed-map-default .detailed-map-navs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 30px 15px 25px 15px;
}
@media (max-width: 575px) {
  .detailed-map-default .detailed-map-navs {
    justify-content: flex-start;
  }
}
.detailed-map-default .detailed-map-navs script {
  display: none;
}
.detailed-map-default #map_button_type_showAll,
.detailed-map-default #map_button_type_hideAll,
.detailed-map-default div[id^=map_item_type_],
.detailed-map-default div[id*=" map_item_type_"] {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: var(--primary);
  padding: 0 10px;
  margin-bottom: 5px;
}
.detailed-map-default #map_button_type_showAll:hover,
.detailed-map-default #map_button_type_hideAll:hover,
.detailed-map-default div[id^=map_item_type_]:hover,
.detailed-map-default div[id*=" map_item_type_"]:hover {
  color: var(--secondary);
}
.detailed-map-default .detailed-map-nav-icon {
  width: auto;
  height: 20px;
  margin-right: 5px;
}
@media (max-width: 575px) {
  .detailed-map-default .detailed-map-main > div[id^=google_map_],
.detailed-map-default .detailed-map-main > div[id*=" google_map_"] {
    height: 480px !important;
  }
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Detailed Map One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Animation Wrapper - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.animation-wrapper-default {
  overflow: hidden;
}
.liveEdBlock .animation-wrapper-default {
  padding-top: 22px;
}
.liveEdBlock .animation-wrapper-default .animation-wrapper-wrap {
  position: relative;
  background-color: rgba(46, 183, 160, 0.15);
}
.liveEdBlock .animation-wrapper-default .animation-wrapper-wrap:before {
  content: "ANIMATION: " attr(data-aos);
  position: absolute;
  right: 0;
  bottom: 100%;
  width: auto;
  height: auto;
  padding: 3px 10px;
  font-size: 10px;
  border-radius: 5px 5px 0 0;
  background-color: rgba(46, 183, 160, 0.15);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Animation Wrapper - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.eshop-events-style-1 .events-item {
  margin-bottom: 30px;
}
.eshop-events-style-1 .events-item-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  padding: 30px 30px 1px;
  transition: var(--transition-200);
}
.eshop-events-style-1 .events-item-release {
  color: var(--primary);
}
.eshop-events-style-1 .events-item-wrap:hover .events-item-title a {
  text-decoration: underline;
}
.eshop-events-style-1 .events-item-custom-block .events-item-wrap:hover .events-item-title {
  text-decoration: none;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events - Calendar - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.eshop-events-calendar-style-1 .events-item {
  margin-bottom: 30px;
}
.eshop-events-calendar-style-1 .events-item:hover .events-item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.eshop-events-calendar-style-1 .events-item-wrap {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  color: var(--text-color);
  border-radius: var(--border-radius);
  background-color: var(--white);
}
.eshop-events-calendar-style-1 .events-item-header {
  position: relative;
}
.eshop-events-calendar-style-1 .events-item-img {
  overflow: hidden;
  position: relative;
  padding-bottom: 56%;
  background-color: var(--gray-2);
}
.eshop-events-calendar-style-1 .events-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.eshop-events-calendar-style-1 .events-item-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  padding: 25px 25px 5px;
}
.eshop-events-calendar-style-1 .events-item-body p {
  margin-bottom: 20px;
}
.eshop-events-calendar-style-1 .events-item-release {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 15px;
  color: var(--white);
  font-size: var(--font-size-sm);
  text-align: center;
  background-color: var(--primary);
}
.eshop-events-calendar-style-1 .events-item-release span {
  display: block;
}
.eshop-events-calendar-style-1 .events-item-release span:nth-child(1) {
  line-height: 1;
  font-size: 30px;
  font-weight: var(--font-weight-bold);
}
.eshop-events-calendar-style-1 .events-item-title {
  margin-bottom: 15px;
}
.eshop-events-calendar-style-1 .events-item-item-des {
  font-size: var(--font-size-sm);
}
.eshop-events-calendar-style-1 .events-item-btn {
  margin-top: auto;
  margin-bottom: 20px;
}

.eshop-events-calendar-style-1 .mwCalendar {
  margin-bottom: 30px;
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: var(--shadow-6);
}
.eshop-events-calendar-style-1 .calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid var(--border-color-dark);
}
.eshop-events-calendar-style-1 .mwCalendar-previous:hover,
.eshop-events-calendar-style-1 .mwCalendar-next:hover {
  color: var(--primary);
}
.eshop-events-calendar-style-1 .calendar-current-month {
  margin-bottom: 0;
  font-size: inherit;
  color: var(--text-color);
}
.eshop-events-calendar-style-1 .calendar-weeks {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  padding: 0 10px;
}
.eshop-events-calendar-style-1 .calendar-week {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
}
.eshop-events-calendar-style-1 .calendar-week h3 {
  font-size: 14px;
  margin-bottom: 0;
  color: var(--text-color-2);
  font-family: inherit;
  font-weight: var(--font-weight-normal);
}
.eshop-events-calendar-style-1 .mwCalendar-daysList {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  padding: 0 10px 10px;
}
.eshop-events-calendar-style-1 .mwCalendar-day {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  width: auto;
  height: auto;
  padding: 0;
  text-align: center;
  border: none;
  background: transparent;
}
.eshop-events-calendar-style-1 .calendar-date {
  margin-bottom: 0;
  color: var(--text-color);
  font-size: 16px;
  font-family: inherit;
  font-weight: var(--font-weight-normal);
}
.eshop-events-calendar-style-1 .mwCalendar-day.today .calendar-date {
  color: var(--primary);
  font-weight: var(--font-weight-bold);
}
.eshop-events-calendar-style-1 .mwCalendar-day.weekend {
  border: 0;
  color: inherit;
  background-color: transparent;
}
.eshop-events-calendar-style-1 .mwCalendar-day.prevMonth .calendar-date, .eshop-events-calendar-style-1 .mwCalendar-day.nextMonth .calendar-date {
  visibility: hidden;
  color: var(--text-color-2);
}
.eshop-events-calendar-style-1 .mwCalendar-day.event {
  border-radius: 50%;
  background-color: var(--primary);
}
.eshop-events-calendar-style-1 .mwCalendar-day.event .calendar-date {
  color: var(--white);
  font-weight: var(--font-weight-normal);
}

.eshop-events-calendar-style-1 .calendar-search {
  display: flex;
  margin-bottom: 30px;
}
.eshop-events-calendar-style-1 .calendar-search .mwInput {
  z-index: 1;
  flex: 1 1 auto;
  height: 45px;
  border-right-width: 0;
  border-radius: var(--form-border-radius) 0 0 var(--form-border-radius);
}
.eshop-events-calendar-style-1 .calendar-search button {
  flex: 0 0 auto;
  height: 45px;
  padding: 0 var(--btn-sm-padding-x);
  color: var(--white);
  border-radius: 0 var(--form-border-radius) var(--form-border-radius) 0;
  border-width: var(--btn-border-width);
  border-style: var(--btn-border-style);
  border-color: var(--primary);
  background-color: var(--primary);
}
.eshop-events-calendar-style-1 .calendar-search button:hover {
  color: var(--white);
  border-color: var(--primary-6);
  background-color: var(--primary-6);
}
.eshop-events-calendar-style-1 .calendar-accordions {
  margin-bottom: 30px;
}
.eshop-events-calendar-style-1 .calendar-accordion {
  margin-bottom: 15px;
}
.eshop-events-calendar-style-1 .calendar-accordion .accordion-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 12px 15px;
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: var(--shadow-6);
  transition: var(--transition-360);
}
.eshop-events-calendar-style-1 .calendar-accordion .accordion-icon {
  transition: -webkit-transform var(--transition-360);
  transition: transform var(--transition-360);
  transition: transform var(--transition-360), -webkit-transform var(--transition-360);
}
.eshop-events-calendar-style-1 .calendar-accordion .accordion-content {
  display: none;
}
.eshop-events-calendar-style-1 .calendar-accordion .accordion-inner {
  padding: 10px 0 0;
}
.eshop-events-calendar-style-1 .calendar-accordion .mwInput.checkbox {
  padding-top: 5px;
}
.eshop-events-calendar-style-1 .calendar-accordion:hover .accordion-btn, .eshop-events-calendar-style-1 .calendar-accordion.active .accordion-btn {
  color: var(--white);
  background-color: var(--primary);
}
.eshop-events-calendar-style-1 .calendar-accordion.active .accordion-icon {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events - Calendar - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events Details - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.eshop-events-details-style-1 {
  margin-bottom: 30px;
}

.eshop-events-details-style-1 .eshop-events-details-wrap {
  overflow: hidden;
  position: relative;
  border-radius: var(--border-radius);
  background-color: var(--white);
}
.eshop-events-details-style-1 .eshop-events-details-img {
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
  padding-bottom: 56%;
  background-color: var(--gray-2);
}
.eshop-events-details-style-1 .eshop-events-details-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.eshop-events-details-style-1 .eshop-events-details-release,
.eshop-events-details-style-1 .eshop-events-details-release-mobile {
  display: table;
  padding: 20px;
  margin-bottom: 30px;
  color: var(--white);
  text-align: center;
  background-color: var(--primary);
}
.eshop-events-details-style-1 .eshop-events-details-release span,
.eshop-events-details-style-1 .eshop-events-details-release-mobile span {
  display: block;
}
.eshop-events-details-style-1 .eshop-events-details-release span:nth-child(1),
.eshop-events-details-style-1 .eshop-events-details-release-mobile span:nth-child(1) {
  line-height: 1;
  font-size: 40px;
  font-weight: var(--font-weight-bold);
}
@media (max-width: 991px) {
  .eshop-events-details-style-1 .eshop-events-details-release {
    display: none;
  }
}
.eshop-events-details-style-1 .eshop-events-details-release-mobile {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 992px) {
  .eshop-events-details-style-1 .eshop-events-details-release-mobile {
    display: none;
  }
}
.eshop-events-details-style-1 .eshop-events-details-title {
  margin-bottom: 15px;
}
.eshop-events-details-style-1 .eshop-events-details-host {
  margin-bottom: 0;
  color: var(--text-color-3);
}
.eshop-events-details-style-1 .eshop-events-details-qty {
  display: flex;
  align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  margin-bottom: 30px;
}
.eshop-events-details-style-1 .eshop-events-details-qty .mwInput {
  max-width: 100px;
  display: inline-block;
  vertical-align: middle;
}
.eshop-events-details-style-1 .eshop-events-details-qty .mwInput input {
  text-align: center;
}
.eshop-events-details-style-1 .eshop-events-details-qty-inc,
.eshop-events-details-style-1 .eshop-events-details-qty-dec {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--white);
  font-size: 18px;
  border-radius: 50%;
  background-color: var(--primary);
}
.eshop-events-details-style-1 .eshop-events-details-qty-inc:hover,
.eshop-events-details-style-1 .eshop-events-details-qty-dec:hover {
  background-color: var(--primary-6);
}
.eshop-events-details-style-1 .eshop-events-details-location {
  white-space: pre-line;
}

.eshop-events-details-style-1 .eshop-events-details-header-right {
  height: 100%;
  padding: 0 30px 1px;
  border-left: 1px solid var(--border-color-dark);
  background-color: var(--gray-2);
}
@media (max-width: 991px) {
  .eshop-events-details-style-1 .eshop-events-details-header-right {
    padding: 30px 30px 1px;
    border-left: 0;
  }
}
@media (max-width: 575px) {
  .eshop-events-details-style-1 .eshop-events-details-header-right {
    padding: 30px 15px 1px;
  }
}
.eshop-events-details-style-1 .eshop-events-details-header-top {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .eshop-events-details-style-1 .eshop-events-details-header-top {
    margin-bottom: 30px;
  }
}
.eshop-events-details-style-1 .eshop-events-details-header-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.eshop-events-details-style-1 .eshop-events-details-body {
  border-top: 1px solid var(--border-color-dark);
}
@media (max-width: 991px) {
  .eshop-events-details-style-1 .eshop-events-details-body-main {
    order: 1;
  }
}
.eshop-events-details-style-1 .eshop-events-details-body-side {
  border-left: 1px solid var(--border-color-dark);
}
@media (max-width: 991px) {
  .eshop-events-details-style-1 .eshop-events-details-body-side {
    order: 0;
    border-left: 0;
  }
}
.eshop-events-details-style-1 .eshop-events-details-body-main-inner {
  padding: 40px 40px 30px;
}
@media (max-width: 991px) {
  .eshop-events-details-style-1 .eshop-events-details-body-main-inner {
    padding: 0 30px 1px;
  }
}
@media (max-width: 575px) {
  .eshop-events-details-style-1 .eshop-events-details-body-main-inner {
    padding: 0 15px 1px;
  }
}
.eshop-events-details-style-1 .eshop-events-details-body-side-inner {
  padding: 40px 30px 30px;
}
@media (max-width: 991px) {
  .eshop-events-details-style-1 .eshop-events-details-body-side-inner {
    padding: 30px 30px 1px;
  }
}
@media (max-width: 575px) {
  .eshop-events-details-style-1 .eshop-events-details-body-side-inner {
    padding: 30px 15px 1px;
  }
}

.eshop-events-details-style-1 .tabs-navs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.eshop-events-details-style-1 .tabs-nav {
  flex: 1 0 auto;
  padding: 10px;
  color: var(--text-color);
  text-align: center;
  font-weight: var(--font-weight-bold);
  background-color: var(--gray-2);
}
.eshop-events-details-style-1 .tabs-nav:hover, .eshop-events-details-style-1 .tabs-nav.active {
  color: var(--white);
  background-color: var(--primary);
}

.eshop-events-details-style-1 .eshop-events-details-gallery,
.eshop-events-details-style-1 .eshop-events-details-gallery-wrap,
.eshop-events-details-style-1 .eshop-events-details-gallery-item-img,
.eshop-events-details-style-1 .slick-list,
.eshop-events-details-style-1 .slick-track {
  width: 100%;
  height: 100%;
}
.eshop-events-details-style-1 .eshop-events-details-gallery-item-img {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 56%;
}
@media (max-width: 767px) {
  .eshop-events-details-style-1 .eshop-events-details-gallery-item-img {
    padding-bottom: 75%;
  }
}
.eshop-events-details-style-1 .eshop-events-details-gallery-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}

.eshop-events-details-style-1 .slick-slider .svg-colored {
  stroke: var(--white);
}
.eshop-events-details-style-1 .slick-slider .slick-prev {
  left: 10px;
}
.eshop-events-details-style-1 .slick-slider .slick-prev:hover svg {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.eshop-events-details-style-1 .slick-slider .slick-next {
  right: 10px;
}
.eshop-events-details-style-1 .slick-slider .slick-next:hover svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events Details - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Search Results Default - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.search-results-default .search-results-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.search-results-default .search-results-title {
  font-size: 28px;
  margin-bottom: 10px;
}
.search-results-default .search-results-keyword {
  color: var(--primary);
}
.search-results-default .search-results-total {
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  color: var(--text-color-3);
  margin-bottom: 10px;
}

.search-results-default .search-results-filters ul {
  padding: 5px 0;
  border-radius: var(--border-radius);
  background-color: var(--white);
}
.search-results-default .search-results-filters ul li {
  position: relative;
  padding: 0 25px;
  margin: 0;
}
.search-results-default .search-results-filters ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 30px;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: background-color var(--transition-200);
}
.search-results-default .search-results-filters ul li a {
  display: flex;
  align-items: center;
  padding: 15px 0;
  color: var(--text-color);
  font-size: 14px;
  font-weight: var(--font-weight-bold);
}
.search-results-default .search-results-filters ul li a i {
  font-size: 12px;
  margin-right: 10px;
}
.search-results-default .search-results-filters ul li a:hover {
  color: var(--primary-5);
}
.search-results-default .search-results-filters ul li + li a {
  border-top: 1px solid var(--border-color-dark);
}
.search-results-default .search-results-filters ul li:hover:after {
  background-color: var(--primary);
}
.search-results-default .search-results-filters ul li.active {
  background-color: var(--gray-2);
}
.search-results-default .search-results-filters ul li.active + li a, .search-results-default .search-results-filters ul li.active a {
  border-top-color: transparent;
}
.search-results-default .search-results-filters ul li.active:after {
  background-color: var(--primary);
}

.search-results-default .search-results-item {
  margin-bottom: 30px;
}
.search-results-default .search-results-item-wrap {
  height: 100%;
  overflow: hidden;
  border-radius: var(--border-radius);
  background-color: var(--white);
}
.search-results-default .search-results-item-img {
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
  padding-bottom: 80%;
  background-color: var(--gray-2);
}
.search-results-default .search-results-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.search-results-default .search-results-item-img img[src*=".32x.png"] {
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  -o-object-fit: unset;
     object-fit: unset;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.search-results-default .search-results-item-body {
  display: flex;
  flex-direction: column;
  padding: 25px;
}
.search-results-default .search-results-item-title {
  margin-bottom: 10px;
  word-break: break-word;
}
.search-results-default .search-results-item-metas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px;
}
.search-results-default .search-results-item-metas > span {
  margin: 0 10px 5px 0;
  font-size: 12px;
  color: var(--text-color-3);
}
.search-results-default .search-results-item-metas > span i {
  margin-right: 5px;
}
.search-results-default .search-results-item-metas .badge {
  margin: 0 10px 5px 0;
}
.search-results-default .search-results-item-des {
  margin-bottom: 20px;
  font-size: 14px;
  color: var(--text-color-3);
}
.search-results-default .search-results-item-btn {
  margin-top: auto;
  font-size: 14px;
  font-weight: var(--font-weight-bold);
}
.search-results-default .search-results-item-btn i {
  font-size: 12px;
  margin-left: 5px;
}

@media (min-width: 576px) {
  .search-results-default .search-results-item-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 576px) {
  .search-results-default .search-results-item-header {
    width: 100%;
    max-width: 38.2%;
    flex: 0 0 38.2%;
  }
}
@media (min-width: 576px) {
  .search-results-default .search-results-item-header + .search-results-item-body {
    width: 100%;
    flex: 0 0 61.8%;
    max-width: 61.8%;
  }
}
@media (min-width: 576px) {
  .search-results-default .search-results-item-body {
    flex: 1;
  }
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Search Results - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Donation Form - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.mwPageBlock.SimplePayment form > .mwFormStatus {
  display: none;
}

.donation-form .recurring-count {
  display: none;
}

.donation-form .amounts-btns {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
}
.donation-form .amounts-btn {
  color: var(--text-color);
  border-radius: var(--border-radius);
  background-color: rgba(0, 0, 0, 0.1);
}
.donation-form .amounts-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.donation-form .amounts-btn.selected {
  color: var(--white);
  font-weight: var(--font-weight-bold);
  background-color: var(--primary);
}
.donation-form .amounts-btn.small {
  grid-column: span 3;
  padding: 10px;
}
@media (max-width: 767px) {
  .donation-form .amounts-btn.small {
    grid-column: span 4;
  }
}
@media (max-width: 375px) {
  .donation-form .amounts-btn.small {
    grid-column: span 6;
  }
}
.donation-form .amounts-btn.medium {
  grid-column: span 4;
  padding: 15px;
}
@media (max-width: 375px) {
  .donation-form .amounts-btn.medium {
    grid-column: span 6;
  }
}
.donation-form .amounts-btn.large {
  grid-column: span 6;
  font-size: 18px;
  padding: 20px;
}
.donation-form .amounts-btn.round {
  border-radius: 50px;
}
.donation-form .amounts-btn.border {
  background-color: var(--white);
  box-shadow: inset 0 0 0 1px transparent, 0 0 0 1px var(--border-color-dark), var(--shadow-1);
}
.donation-form .amounts-btn.border:hover {
  background-color: var(--primary-1);
  box-shadow: inset 0 0 0 1px transparent, 0 0 0 1px var(--primary), var(--shadow-1-hover);
}
.donation-form .amounts-btn.border.selected {
  color: var(--text-color);
  background-color: var(--primary-1);
  box-shadow: inset 0 0 0 1px var(--primary), 0 0 0 1px var(--primary), var(--shadow-1);
}
.donation-form .amounts-btn.border.selected:hover {
  box-shadow: inset 0 0 0 1px var(--primary), 0 0 0 1px var(--primary), var(--shadow-1-hover);
}

.donation-form .eCard-btns {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 5px;
}
.donation-form .eCard-btns.active .eCard-btn img {
  opacity: 0.25;
}
.donation-form .eCard-btns.active .eCard-btn:hover img,
.donation-form .eCard-btns.active .eCard-btn:focus-within img {
  opacity: 1;
}
.donation-form .eCard-btns.active .eCard-btn.active img {
  opacity: 1;
}
.donation-form .eCard-btn {
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
  grid-column: span 4;
  border-radius: var(--border-radius);
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .donation-form .eCard-btn {
    grid-column: span 6;
  }
}
.donation-form .eCard-btn img {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.donation-form .eCard-btn.active {
  border: 2px solid var(--primary);
}

.donation-form .eCard-preview-open-btn {
  display: none;
}
.donation-form .eCard-preview-dialog {
  z-index: 510;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 60px 15px;
  background-color: rgba(0, 0, 0, 0.7);
}
.donation-form .eCard-preview-dialog .dialog-close-btn {
  z-index: 1;
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--dark);
  font-size: 18px;
  border-radius: 50%;
  background-color: var(--white);
}
.donation-form .eCard-preview-dialog .dialog-close-btn:hover {
  color: var(--white);
  background-color: var(--primary);
}
.donation-form .eCard-preview-dialog .dialog-inner {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 100px;
  margin: 0 auto;
  max-width: 800px;
  aspect-ratio: 4/3;
  border-radius: 10px;
  background-color: var(--white);
  box-shadow: var(--shadow-2);
}
.donation-form .eCard-preview-dialog .dialog-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.donation-form .eCard-preview-dialog .dialog-body {
  position: relative;
  width: 100%;
  max-width: 60%;
  padding: 40px 30px 10px;
  text-align: center;
  font-family: var(--font-family-serif);
}
.donation-form .eCard-preview-dialog .dialog-title {
  font-size: clamp(0px, 4vw, 32px);
  font-family: var(--font-family-serif);
  margin-bottom: clamp(0px, 3.75vw, 30px);
}
.donation-form .eCard-preview-dialog .dialog-paragraph {
  font-size: clamp(0px, 2.25vw, 18px);
  font-style: italic;
  white-space: pre-line;
  margin-bottom: clamp(0px, 3.75vw, 30px);
}
.donation-form .eCard-preview-dialog[data-color-scheme=light] .dialog-title,
.donation-form .eCard-preview-dialog[data-color-scheme=light] .dialog-paragraph {
  color: var(--dark);
}
.donation-form .eCard-preview-dialog[data-color-scheme=dark] .dialog-title,
.donation-form .eCard-preview-dialog[data-color-scheme=dark] .dialog-paragraph {
  color: var(--white);
}

.donation-form .gateway-btns {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 5px;
}
.donation-form .gateway-btns .mwInput.button {
  grid-column: span 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: auto;
  padding: 10px 15px;
  margin-bottom: 0;
  color: var(--text-color);
  border-color: var(--border-color-dark);
  background-color: rgba(0, 0, 0, 0.1);
}
.donation-form .gateway-btns .mwInput.button:hover, .donation-form .gateway-btns .mwInput.button.selected {
  border-color: var(--border-color-dark);
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .donation-form .gateway-btns .mwInput.button {
    grid-column: span 6;
  }
}
@media (max-width: 375px) {
  .donation-form .gateway-btns .mwInput.button {
    grid-column: span 12;
  }
}
.donation-form .gateway-btns .mwInput.AuthorizeNetCard {
  color: var(--white);
  border-color: var(--info);
  background-color: var(--info);
}
.donation-form .gateway-btns .mwInput.AuthorizeNetCard:hover, .donation-form .gateway-btns .mwInput.AuthorizeNetCard.selected {
  border-color: var(--info-6);
  background-color: var(--info-6);
}
.donation-form .gateway-btns .mwInput.gPay {
  color: var(--white);
  border-color: var(--black);
  background-color: var(--black);
  padding: 12px 15px 8px;
}
.donation-form .gateway-btns .mwInput.gPay svg {
  width: auto;
  height: 20px;
}
.donation-form .gateway-btns .mwInput.gPay:hover, .donation-form .gateway-btns .mwInput.gPay.selected {
  border-color: #3c4043;
  background-color: #3c4043;
}
.donation-form .gateway-btns .mwInput.PayPal_checkout {
  color: var(--white);
  border-color: #ffc439;
  background-color: #ffc439;
  padding: 12px 15px 8px;
}
.donation-form .gateway-btns .mwInput.PayPal_checkout svg {
  width: auto;
  height: 20px;
}
.donation-form .gateway-btns .mwInput.PayPal_checkout:hover, .donation-form .gateway-btns .mwInput.PayPal_checkout.selected {
  border-color: #f2ba36;
  background-color: #f2ba36;
}
.donation-form .mwPayment-billing {
  overflow: visible !important;
}
.donation-form .mwPayment-gateway.gPay, .donation-form .mwPayment-gateway.PayPal_checkout {
  padding-top: 0;
}
.donation-form .mwPayment-gateway.gPay .mwPayment-gateway-wrap, .donation-form .mwPayment-gateway.PayPal_checkout .mwPayment-gateway-wrap {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.donation-form .mwPayment-gateway.PayPal_checkout .mwPayment-gateway-wrap {
  padding-top: 30px;
  padding-bottom: 15px;
}
.donation-form .mwPayment-gateway.gPay .mwPayment-gateway-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}

.donation-form .mwPayment-hint {
  display: none;
}

.donation-form button.mwPayment-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Donation Form - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Donation Form - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.donation-form-style-1 {
  --donation-form-offset: 60px;
}

.donation-form-style-1 {
  font-size: var(--form-font-size);
}
.donation-form-style-1 .alert {
  font-size: var(--form-font-size);
  border-radius: var(--border-radius);
}
.donation-form-style-1 .alert-icon {
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}
.donation-form-style-1 .Dialog {
  margin-bottom: 15px;
}

.donation-form-style-1 .form-banner {
  margin-bottom: calc(var(--donation-form-offset) * -1);
}
.donation-form-style-1 .form-banner .container {
  position: relative;
}
.donation-form-style-1 .form-banner-wrap {
  position: relative;
}
.donation-form-style-1 .banner-inner {
  position: relative;
  padding: 200px 0 80px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.4);
}
.donation-form-style-1 .banner-inner:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
}
.donation-form-style-1 .banner-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.donation-form-style-1 .banner-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.donation-form-style-1 .banner-title {
  color: var(--white);
  font-size: 60px;
  text-align: center;
}
@media (max-width: 991px) {
  .donation-form-style-1 .banner-title {
    font-size: calc(60px * 0.85);
  }
}
.donation-form-style-1 .banner-des {
  color: var(--white);
  font-size: 18px;
  text-align: center;
}
.donation-form-style-1 .banner-des:empty {
  display: none;
}
.donation-form-style-1 .form-banner.is-img-center .banner-img img {
  -o-object-position: center;
     object-position: center;
}
.donation-form-style-1 .form-banner.is-img-top .banner-img img {
  -o-object-position: center top;
     object-position: center top;
}
.donation-form-style-1 .form-banner.is-img-bottom .banner-img img {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.donation-form-style-1 .form-section {
  margin-bottom: 15px;
}
.donation-form-style-1 .section-styled {
  padding: 30px 30px 15px;
  border-radius: calc(var(--border-radius) * 2);
  box-shadow: var(--shadow-1);
  background-color: var(--white);
}
@media (max-width: 575px) {
  .donation-form-style-1 .section-styled {
    padding: 15px 15px 1px;
  }
}
.donation-form-style-1 .section-fundraising::before {
  display: table;
  clear: both;
  content: "";
}
.donation-form-style-1 .section-your-gift {
  overflow: hidden;
  border-radius: calc(var(--border-radius) * 2);
  box-shadow: var(--shadow-1);
  background-color: var(--white);
}
.donation-form-style-1 .section-your-gift .section-wrap {
  padding: 30px 30px 15px;
}
@media (max-width: 575px) {
  .donation-form-style-1 .section-your-gift .section-wrap {
    padding: 15px 15px 1px;
  }
}
.donation-form-style-1 .section-your-gift .recurring-radios {
  margin-bottom: 0;
}
.donation-form-style-1 .section-your-gift .recurring-radios .radio-btns {
  gap: 0;
  padding: 0;
  margin-bottom: 0;
  border-radius: 0;
  background-color: transparent;
}
.donation-form-style-1 .section-your-gift .recurring-radios .mwInput.checkbox {
  height: var(--donation-form-offset);
  padding: 0 15px;
  font-size: 20px;
  border-radius: 0;
  background-color: var(--primary-1);
}
.donation-form-style-1 .section-your-gift .recurring-radios .mwInput.checkbox:hover {
  background-color: var(--primary-2);
}
.donation-form-style-1 .section-your-gift .recurring-radios .mwInput.checkbox.checked {
  color: var(--white);
  background-color: var(--primary);
}

.donation-form-style-1 .fundraising-progress {
  margin-top: 37px;
  margin-bottom: 15px;
  padding: 3px;
  border-radius: 13px;
  box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.08);
  background: linear-gradient(to bottom, #ddd 0%, #fefefe 100%);
  transition: var(--transition-200);
}
.donation-form-style-1 .fundraising-progress-wrap {
  position: relative;
}
.donation-form-style-1 .fundraising-bar {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: inset -5px -5px 10px rgba(0, 0, 0, 0.05);
  background: linear-gradient(to bottom, #fefefe 0%, #eee 100%);
}
.donation-form-style-1 .fundraising-bar-inner {
  position: relative;
  width: 0;
  height: 20px;
  box-shadow: inset 2px -8px 7px rgba(0, 0, 0, 0.25);
  background-color: var(--primary);
}
.donation-form-style-1 .fundraising-bar-inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.donation-form-style-1 .fundraising-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  padding: 8px 15px;
  font-size: 14px;
  color: var(--white);
  line-height: 1;
  border-radius: 50px;
  background-color: var(--primary);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.2), inset 5px -7px 7px var(--primary-5);
  text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.16);
}
.donation-form-style-1 .fundraising-counter:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--primary-5);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.donation-form-style-1 .fundraising-nums {
  display: flex;
  justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding: 0 5px;
}
.donation-form-style-1 .fundraising-goal,
.donation-form-style-1 .fundraising-raised,
.donation-form-style-1 .fundraising-remain {
  margin-bottom: 15px;
  font-size: 16px;
  color: var(--white);
  text-transform: uppercase;
  font-weight: var(--font-weight-normal);
}
.donation-form-style-1 .fundraising-goal span,
.donation-form-style-1 .fundraising-raised span,
.donation-form-style-1 .fundraising-remain span {
  display: block;
  font-size: 26px;
  font-weight: var(--font-weight-bold);
}
.donation-form-style-1 .fundraising-raised {
  text-align: center;
}
.donation-form-style-1 .fundraising-remain {
  text-align: right;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Donation Form - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Header - Style 4 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.header-style-4 {
  --header-style-4-main-height: 150px;
  --header-style-4-main-height-mobile: 150px;
  --header-style-4-utility-bar-height: 40px;
  --header-style-4-menu-height: 150px;
}
.header-style-4.is-scrolled {
  --header-style-4-main-height: 60px;
  --header-style-4-main-height-mobile: 60px;
  --header-style-4-utility-bar-height: 40px;
  --header-style-4-menu-height: 60px;
}

.header-style-4 {
  z-index: 500;
  position: relative;
}
.header-style-4 .header-utility-bar,
.header-style-4 .header-main {
  font-weight: var(--font-weight-semi-bold);
}
.header-style-4 .header-utility-bar a, .header-style-4 .header-utility-bar button,
.header-style-4 .header-main a,
.header-style-4 .header-main button {
  color: var(--white);
}
.header-style-4 .header-utility-bar a:hover, .header-style-4 .header-utility-bar a.active, .header-style-4 .header-utility-bar button:hover, .header-style-4 .header-utility-bar button.active,
.header-style-4 .header-main a:hover,
.header-style-4 .header-main a.active,
.header-style-4 .header-main button:hover,
.header-style-4 .header-main button.active {
  color: var(--primary);
}

.header-style-4 .header-main {
  position: relative;
}
.header-style-4 .header-main-wrap {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
  width: 100%;
  height: var(--header-style-4-main-height);
  transition: var(--transition-200);
}
@media (max-width: 1659px) {
  .header-style-4 .header-main-wrap {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .header-style-4 .header-main-wrap {
    padding: 0 15px;
    height: 60px;
  }
}
.header-style-4 .header-main-left,
.header-style-4 .header-main-right {
  z-index: 2;
  flex: 0 0 auto;
}
.header-style-4 .header-main-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .header-style-4 .header-main-right {
    gap: 15px;
  }
}

.header-style-4 .header-main-overlay,
.header-style-4 .header-main-bg {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: var(--transition-300);
}
.header-style-4 .header-main-overlay {
  height: 130%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 767px) {
  .header-style-4 .header-main-overlay {
    opacity: 0;
  }
}
.header-style-4 .header-main-bg {
  height: 0;
  background-color: var(--white);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .header-style-4 .header-main-bg {
    height: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}

.header-style-4 .header-logo {
  display: flex;
  align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.header-style-4 .header-logo svg {
  width: 165px;
  height: auto;
  transition: var(--transition-200);
}
@media (max-width: 767px) {
  .header-style-4 .header-logo svg {
    width: 121px;
  }
}
.header-style-4 .header-logo .svg-colored {
  fill: var(--black);
  transition: var(--transition-200);
}
.header-style-4 .header-logo span {
  font-size: 18px;
  line-height: 1.2;
  color: var(--black);
  font-weight: var(--font-weight-semi-bold);
  transition: var(--transition-200);
}
@media (max-width: 767px) {
  .header-style-4 .header-logo span {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .header-style-4:not(.is-scrolled) .header-logo {
    padding: 15px;
    background-color: var(--white);
  }
}

@media (max-width: 1199px) {
  .header-style-4 .header-menu {
    display: none;
  }
}
.header-style-4 .header-menu li, .header-style-4 .header-menu a {
  position: relative;
}
.header-style-4 .header-menu ul[id] {
  display: flex;
  align-items: center;
}
.header-style-4 .header-menu ul[id] > li > a {
  display: block;
  height: var(--header-style-4-menu-height);
  line-height: var(--header-style-4-menu-height);
  padding: 0 20px;
}
@media (max-width: 1659px) {
  .header-style-4 .header-menu ul[id] > li > a {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .header-style-4 .header-menu ul[id] > li > a {
    color: var(--text-color);
  }
  .header-style-4 .header-menu ul[id] > li > a:hover {
    color: var(--primary);
  }
}
.header-style-4 .header-menu ul[id] > li > a > span {
  position: relative;
}
.header-style-4 .header-menu ul li ul {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0;
  font-weight: var(--font-weight-normal);
  background-color: var(--primary);
  transition: var(--transition-360);
}
.header-style-4 .header-menu ul li ul li {
  min-width: 260px;
  transition: var(--transition-200);
}
.header-style-4 .header-menu ul li ul li:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.header-style-4 .header-menu ul li ul li a {
  display: block;
  padding: 10px 20px;
  color: var(--white);
  font-size: 16px;
}
.header-style-4 .header-menu ul li ul li a:hover {
  color: var(--white);
}
.header-style-4 .header-menu ul li ul li.has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-style-4 .header-menu ul li ul li.has-children > a:after {
  content: "\F0DA";
  margin-left: 8px;
  font-family: var(--font-family-icon);
  font-weight: 900;
}
.header-style-4 .header-menu ul li ul li ul {
  top: 0;
  left: 100%;
}
.header-style-4 .header-menu li.has-children:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-style-4 .header-utility-bar {
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: var(--black);
}
@media (max-width: 575px) {
  .header-style-4 .header-utility-bar {
    display: none;
  }
}
.header-style-4 .utility-bar-btn a {
  display: block;
  padding: 0 20px;
  font-size: 14px;
  line-height: var(--header-style-4-utility-bar-height);
}
.header-style-4 .utility-bar-btn i {
  margin-right: 10px;
}
.header-style-4 .utility-bar-btn.btn-1 a {
  background-color: var(--primary);
}
.header-style-4 .utility-bar-btn.btn-1 a:hover {
  color: var(--white);
  background-color: var(--primary-6);
}
.header-style-4 .utility-bar-btn.btn-2 a {
  background-color: var(--secondary);
}
.header-style-4 .utility-bar-btn.btn-2 a:hover {
  color: var(--white);
  background-color: var(--secondary-6);
}
.header-style-4 .Gensoclinks a {
  line-height: 1;
  color: var(--gray);
}
.header-style-4 .Gensoclinks a:hover {
  color: var(--primary);
}
.header-style-4 .Gensoclinks .sns-link-wrap {
  padding: 0 20px;
}
@media (max-width: 991px) {
  .header-style-4 .Gensoclinks {
    display: none;
  }
}

.header-style-4 .utility-bar-menu {
  font-size: 12px;
}
@media (max-width: 767px) {
  .header-style-4 .utility-bar-menu {
    display: none;
  }
}
.header-style-4 .utility-bar-menu li, .header-style-4 .utility-bar-menu a {
  position: relative;
}
.header-style-4 .utility-bar-menu ul[id] {
  display: flex;
  align-items: center;
}
.header-style-4 .utility-bar-menu ul[id] > li > a {
  display: block;
  height: var(--header-style-4-utility-bar-height);
  line-height: var(--header-style-4-utility-bar-height);
  padding: 0 20px;
  color: var(--gray);
}
.header-style-4 .utility-bar-menu ul[id] > li > a > span {
  position: relative;
}
.header-style-4 .utility-bar-menu ul[id] > li:hover > a {
  color: var(--white);
  background-color: var(--primary);
}
.header-style-4 .utility-bar-menu ul li ul {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0;
  font-weight: var(--font-weight-normal);
  background-color: var(--primary);
  transition: var(--transition-360);
}
.header-style-4 .utility-bar-menu ul li ul li {
  min-width: 260px;
  transition: var(--transition-200);
}
.header-style-4 .utility-bar-menu ul li ul li:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.header-style-4 .utility-bar-menu ul li ul li a {
  display: block;
  padding: 10px 20px;
  color: var(--white);
}
.header-style-4 .utility-bar-menu ul li ul li a:hover {
  color: var(--white);
}
.header-style-4 .utility-bar-menu ul li ul li.has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-style-4 .utility-bar-menu ul li ul li.has-children > a:after {
  content: "\F0DA";
  margin-left: 8px;
  font-family: var(--font-family-icon);
  font-weight: 900;
}
.header-style-4 .utility-bar-menu ul li ul li ul {
  top: 0;
  left: 100%;
}
.header-style-4 .utility-bar-menu li.has-children:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header-style-4 .utility-bar-menu.has-dropdown-chevron ul[id] > li.has-children > a:after {
  content: "\F078";
  margin-left: 8px;
  font-family: var(--font-family-icon);
  font-weight: 900;
}

@media (max-width: 1199px) {
  .header-style-4 .mega-menu {
    display: none;
  }
}
.header-style-4 .mega-menu .mega-menu-items > li > a {
  height: var(--header-style-4-menu-height);
  line-height: var(--header-style-4-menu-height);
}

.header-style-4 .header-search-btn {
  font-size: 22px;
}
@media (max-width: 767px) {
  .header-style-4 .header-search-btn:not(.active) {
    color: var(--text-color);
  }
  .header-style-4 .header-search-btn:not(.active):hover {
    color: var(--primary);
  }
}
@media (max-width: 575px) {
  .header-style-4 .header-search-btn {
    display: none;
  }
}
.header-style-4 .header-search {
  z-index: 3;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-style-4 .header-search-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.header-style-4 .header-search-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 600px;
  padding: 0 15px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header-style-4 .header-search-form {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.header-style-4 .header-search-form ::-webkit-input-placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: var(--gray-5);
}
.header-style-4 .header-search-form ::-moz-placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: var(--gray-5);
}
.header-style-4 .header-search-form :-ms-input-placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: var(--gray-5);
}
.header-style-4 .header-search-form ::-ms-input-placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: var(--gray-5);
}
.header-style-4 .header-search-form ::placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: var(--gray-5);
}
.header-style-4 .header-search-form input {
  flex: 1 1 auto;
  height: var(--form-input-height);
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
}
.header-style-4 .header-search-form button {
  flex: 0 0 auto;
  height: var(--form-input-height);
  color: var(--text-color);
}
.header-style-4 .header-search-form button:hover {
  color: var(--primary);
}

.header-style-4 .header-burger {
  display: none;
}
@media (max-width: 1199px) {
  .header-style-4 .header-burger {
    display: block;
  }
}
.header-style-4 .header-burger .burger-line,
.header-style-4 .header-burger .burger-slash {
  background-color: var(--white);
}
@media (max-width: 767px) {
  .header-style-4 .header-burger .burger-line,
.header-style-4 .header-burger .burger-slash {
    background-color: var(--black);
  }
}
.header-style-4 .header-burger .burger-text {
  color: var(--white);
}
.header-style-4 .header-burger .burger.burger-hover:hover .burger-line,
.header-style-4 .header-burger .burger.burger-hover:hover .burger-slash {
  background-color: var(--primary);
}
.header-style-4 .header-burger .burger.burger-hover:hover .burger-text {
  color: var(--primary);
}

.header-style-4 .header-btns {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .header-style-4 .header-btns {
    display: none;
  }
}
.header-style-4 .header-btns .btn {
  margin-bottom: 0;
}

.header-style-4 .header-alert-msg {
  position: relative;
  display: none;
}
.header-style-4 .header-alert-msg .alert {
  margin-bottom: 0;
}
.header-style-4 .header-alert-msg.is-top .alert, .header-style-4 .header-alert-msg.is-bottom .alert {
  border: none;
}
.header-style-4 .header-alert-msg.is-float-left, .header-style-4 .header-alert-msg.is-float-right {
  position: absolute;
  top: var(--header-style-4-main-height);
  padding: 15px;
}
@media (max-width: 767px) {
  .header-style-4 .header-alert-msg.is-float-left, .header-style-4 .header-alert-msg.is-float-right {
    top: var(--header-style-4-main-height-mobile);
  }
}
.header-style-4 .header-alert-msg.is-float-left .alert, .header-style-4 .header-alert-msg.is-float-right .alert {
  max-width: 480px;
}
.header-style-4 .header-alert-msg.is-float-left {
  left: 0;
}
.header-style-4 .header-alert-msg.is-float-right {
  right: 0;
}
.header-style-4 .header-alert-msg.active {
  display: block;
}

.header-style-4.is-sticky.is-stuck .header-main-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header-style-4.is-sticky.is-scrolled .header-main-overlay {
  opacity: 0;
}
.header-style-4.is-sticky.is-scrolled .header-main-bg {
  height: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.header-style-4.is-sticky.is-scrolled .header-menu ul[id] > li > a,
.header-style-4.is-sticky.is-scrolled .header-search-btn:not(.active),
.header-style-4.is-sticky.is-scrolled .mega-menu .mega-menu-items > li > a {
  color: var(--text-color);
}
.header-style-4.is-sticky.is-scrolled .header-menu ul[id] > li > a:hover,
.header-style-4.is-sticky.is-scrolled .header-search-btn:not(.active):hover,
.header-style-4.is-sticky.is-scrolled .mega-menu .mega-menu-items > li > a:hover {
  color: var(--primary);
}
.header-style-4.is-sticky.is-scrolled .header-logo svg {
  width: 121px;
}
.header-style-4.is-sticky.is-scrolled .header-logo span {
  color: var(--black);
  font-size: 13px;
}
.header-style-4.is-sticky.is-scrolled .header-burger .burger-line,
.header-style-4.is-sticky.is-scrolled .header-burger .burger-slash {
  background-color: var(--black);
}

.liveEdBlock .header-style-4 .header-main {
  height: 150px;
  background-color: var(--black);
}
.liveEdBlock .header-style-4 .header-burger {
  display: block;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Header - Style 4 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Footer - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.footer-style-1 {
  font-size: 14px;
}
@media (max-width: 767px) {
  .footer-style-1 {
    text-align: center;
  }
}
.footer-style-1 a, .footer-style-1 button {
  color: var(--text-color);
}
.footer-style-1 a:hover, .footer-style-1 button:hover {
  color: var(--primary);
}
.footer-style-1 ul {
  list-style-type: none;
  padding-left: 0;
}
.footer-style-1 ul ul, .footer-style-1 ul ol {
  list-style-type: none;
}
.footer-style-1 ul ul ul, .footer-style-1 ul ul ol, .footer-style-1 ul ol ul, .footer-style-1 ul ol ol {
  list-style-type: none;
}
.footer-style-1 ul li {
  margin: 0 0 5px;
}

.footer-style-1 .footer-main {
  padding: 80px 0 55px;
}
@media (max-width: 575px) {
  .footer-style-1 .footer-main {
    padding: 60px 0 35px;
  }
}
.footer-style-1 .footer-main h1, .footer-style-1 .footer-main h2, .footer-style-1 .footer-main h3, .footer-style-1 .footer-main h4, .footer-style-1 .footer-main h5, .footer-style-1 .footer-main h6, .footer-style-1 .footer-main p, .footer-style-1 .footer-main ul, .footer-style-1 .footer-main ol, .footer-style-1 .footer-main dl {
  margin-bottom: 20px;
}
.footer-style-1 .footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border-color-dark);
}
@media (max-width: 575px) {
  .footer-style-1 .footer-top {
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .footer-style-1 .footer-col {
    margin-bottom: 15px;
  }
}
.footer-style-1 .footer-logo {
  flex: 0 0 auto;
  margin-bottom: 30px;
  min-width: 190px;
}
@media (max-width: 575px) {
  .footer-style-1 .footer-logo {
    margin-bottom: 15px;
  }
}
.footer-style-1 .footer-sns {
  flex: 0 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .footer-style-1 .footer-sns {
    width: 100%;
  }
}
.footer-style-1 .footer-logo img {
  width: 210px;
  height: auto;
  max-width: 100%;
}
.footer-style-1 .footer-col-newsletter .mwFormStatus {
  margin: 0 0 15px 0;
}
.footer-style-1 .footer-col-newsletter .Dialog {
  margin: 0;
}
.footer-style-1 .footer-col-newsletter .mwInput.text {
  height: 50px;
  border-radius: 0;
  border: 1px solid var(--border-color-dark);
  box-shadow: none;
}
.footer-style-1 .footer-col-newsletter .mwInput.text input {
  padding: 0 18px;
  color: var(--text-color);
}
.footer-style-1 .footer-col-newsletter .mwInput.text input::-webkit-input-placeholder {
  color: var(--text-color);
}
.footer-style-1 .footer-col-newsletter .mwInput.text input::-moz-placeholder {
  color: var(--text-color);
}
.footer-style-1 .footer-col-newsletter .mwInput.text input:-ms-input-placeholder {
  color: var(--text-color);
}
.footer-style-1 .footer-col-newsletter .mwInput.text input::-ms-input-placeholder {
  color: var(--text-color);
}
.footer-style-1 .footer-col-newsletter .mwInput.text input::placeholder {
  color: var(--text-color);
}
.footer-style-1 .footer-col-newsletter .mwInput.button {
  height: 50px;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  float: unset !important;
  width: 100%;
  background-color: transparent;
  display: block;
}
.footer-style-1 .footer-col-newsletter .mwInput.button input {
  text-transform: uppercase;
  text-align: center;
  color: unset;
}
.footer-style-1 .mwInput.button {
  border: 1px solid var(--text-color);
}
.footer-style-1 .mwInput.button input {
  color: var(--text-color);
}
.footer-style-1 .mwInput.button:hover {
  background-color: var(--text-color);
}
.footer-style-1 .mwInput.button:hover input {
  color: var(--white);
}
.footer-style-1 .Menu {
  font-size: 16px;
}
.footer-style-1 .Menu li {
  margin-bottom: 20px;
}

.footer-style-1 .footer-copyright {
  background-color: var(--gray-2);
  padding: 21px 0;
}
@media (max-width: 1199px) {
  .footer-style-1 .footer-copyright {
    padding: 15px 0;
  }
}
.footer-style-1 .footer-copyright-left {
  text-align: left;
}
@media (max-width: 767px) {
  .footer-style-1 .footer-copyright-left {
    text-align: center;
  }
}
.footer-style-1 .footer-powered-by-right {
  text-align: right;
}
@media (max-width: 1199px) {
  .footer-style-1 .footer-powered-by-right {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .footer-style-1 .footer-powered-by-right {
    text-align: center;
  }
}
.footer-style-1 .footer-powered-by-right a {
  text-decoration: underline;
}

.footer-style-1._bg-primary .footer-top, .footer-style-1._bg-secondary .footer-top, .footer-style-1._bg-third .footer-top, .footer-style-1._bg-fourth .footer-top, .footer-style-1._bg-dark .footer-top {
  border-bottom: 1px solid var(--white);
}
.footer-style-1._bg-primary .footer-col-newsletter .mwInput.text, .footer-style-1._bg-secondary .footer-col-newsletter .mwInput.text, .footer-style-1._bg-third .footer-col-newsletter .mwInput.text, .footer-style-1._bg-fourth .footer-col-newsletter .mwInput.text, .footer-style-1._bg-light .footer-col-newsletter .mwInput.text, .footer-style-1._bg-dark .footer-col-newsletter .mwInput.text {
  border: 1px solid var(--white);
}
.footer-style-1._bg-primary .footer-col-newsletter .mwInput.button, .footer-style-1._bg-secondary .footer-col-newsletter .mwInput.button, .footer-style-1._bg-third .footer-col-newsletter .mwInput.button, .footer-style-1._bg-fourth .footer-col-newsletter .mwInput.button, .footer-style-1._bg-light .footer-col-newsletter .mwInput.button, .footer-style-1._bg-dark .footer-col-newsletter .mwInput.button {
  border: 1px solid var(--white);
}
.footer-style-1._bg-primary .footer-col-newsletter .mwInput.button input, .footer-style-1._bg-secondary .footer-col-newsletter .mwInput.button input, .footer-style-1._bg-third .footer-col-newsletter .mwInput.button input, .footer-style-1._bg-fourth .footer-col-newsletter .mwInput.button input, .footer-style-1._bg-light .footer-col-newsletter .mwInput.button input, .footer-style-1._bg-dark .footer-col-newsletter .mwInput.button input {
  color: var(--white);
}
.footer-style-1._bg-primary .footer-col-newsletter .mwInput.button:hover, .footer-style-1._bg-secondary .footer-col-newsletter .mwInput.button:hover, .footer-style-1._bg-third .footer-col-newsletter .mwInput.button:hover, .footer-style-1._bg-fourth .footer-col-newsletter .mwInput.button:hover, .footer-style-1._bg-light .footer-col-newsletter .mwInput.button:hover, .footer-style-1._bg-dark .footer-col-newsletter .mwInput.button:hover {
  background-color: var(--white);
}
.footer-style-1._bg-primary .footer-col-newsletter .mwInput.button:hover input, .footer-style-1._bg-secondary .footer-col-newsletter .mwInput.button:hover input, .footer-style-1._bg-third .footer-col-newsletter .mwInput.button:hover input, .footer-style-1._bg-fourth .footer-col-newsletter .mwInput.button:hover input, .footer-style-1._bg-light .footer-col-newsletter .mwInput.button:hover input, .footer-style-1._bg-dark .footer-col-newsletter .mwInput.button:hover input {
  color: var(--text-color);
}
.footer-style-1._bg-primary .footer-copyright, .footer-style-1._bg-secondary .footer-copyright, .footer-style-1._bg-third .footer-copyright, .footer-style-1._bg-fourth .footer-copyright, .footer-style-1._bg-white .footer-copyright, .footer-style-1._bg-light .footer-copyright {
  background-color: rgba(0, 0, 0, 0.2);
}
.footer-style-1._bg-dark .footer-copyright {
  background-color: transparent;
  border-top: 1px solid var(--border-color-light);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Footer - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Footer - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.footer-style-2 a {
  color: var(--text-color);
}
.footer-style-2 a:hover {
  color: var(--secondary);
  text-decoration: underline;
}
.footer-style-2 .footer-top {
  padding: 50px 0 20px;
  font-size: 16px;
  border-bottom: 1px solid var(--border-color-dark);
}
.footer-style-2 .footer-logo {
  display: block;
  margin-bottom: 30px;
}
.footer-style-2 .footer-logo svg {
  max-width: 365px;
}
.footer-style-2 .footer-bottom {
  font-size: 12px;
  padding: 15px 0;
}
.footer-style-2 .footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 15px;
}
.footer-style-2 .footer-bottom-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-style-2 .footer-legal-menu ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}
.footer-style-2 .footer-legal-menu ul ul, .footer-style-2 .footer-legal-menu ul ol {
  list-style-type: none;
}
.footer-style-2 .footer-legal-menu ul ul ul, .footer-style-2 .footer-legal-menu ul ul ol, .footer-style-2 .footer-legal-menu ul ol ul, .footer-style-2 .footer-legal-menu ul ol ol {
  list-style-type: none;
}
.footer-style-2 .footer-legal-menu ul > li {
  margin-bottom: 0;
}
.footer-style-2 .footer-legal-menu ul > li > a {
  display: block;
  padding: 0 5px;
  line-height: 1;
}
@media (max-width: 767px) {
  .footer-style-2 .footer-legal-menu ul > li > a {
    color: var(--text-color);
  }
  .footer-style-2 .footer-legal-menu ul > li > a:hover {
    color: var(--secondary);
    text-decoration: underline;
  }
}
.footer-style-2 .footer-legal-menu ul > li:not(:last-of-type) {
  border-right: 2px solid var(--text-color);
}
.footer-style-2 .footer-legal-menu ul li ul {
  display: none;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Footer - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Tooltip - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.Dialog .has-tooltip {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
.Dialog .has-tooltip .checkbox-toggle {
  flex: 1;
}
.Dialog .tooltip-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: help;
  position: relative;
  font-size: var(--form-checkbox-size);
  color: var(--info-1);
  transition: var(--transition-200);
}
.Dialog .tooltip-icon:after {
  opacity: 0;
  pointer-events: none;
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 4px);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--dark);
  transition: var(--transition-200);
  -webkit-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
}
.Dialog .tooltip-dialog {
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  padding-bottom: 10px;
}
.Dialog .tooltip-inner {
  opacity: 0;
  padding: 20px 25px 15px;
  font-size: 13px;
  color: var(--white);
  border-radius: var(--border-radius);
  background-color: var(--dark);
  transition: var(--transition-200);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.Dialog .tooltip-inner p {
  margin-bottom: 5px;
}
.Dialog .tooltip:hover .tooltip-icon {
  color: var(--info);
}
.Dialog .tooltip:hover .tooltip-icon:after {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.Dialog .tooltip:hover .tooltip-dialog {
  pointer-events: auto;
}
.Dialog .tooltip:hover .tooltip-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.is-focus-keyboard .Dialog .tooltip:focus .tooltip-icon {
  color: var(--info);
}
.is-focus-keyboard .Dialog .tooltip:focus .tooltip-icon:after {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.is-focus-keyboard .Dialog .tooltip:focus .tooltip-dialog {
  pointer-events: auto;
}
.is-focus-keyboard .Dialog .tooltip:focus .tooltip-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Tooltip - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image with Alt Text - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.img-with-alt-text {
  position: relative;
}
.img-with-alt-text .img-with-alt-text-alt {
  padding: 15px 30px;
  font-size: 12px;
  font-style: italic;
}
@media (min-width: 576px) {
  .img-with-alt-text .img-with-alt-text-alt {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 370px;
    text-align: right;
  }
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image with Alt Text - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Member Benefit - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.member-benefit a {
  color: var(--text-color);
  text-decoration: underline;
}
.member-benefit a:hover {
  color: var(--primary);
}
.member-benefit .member-benefit-img {
  overflow: hidden;
  position: relative;
  padding-bottom: 130%;
}
.member-benefit .member-benefit-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.member-benefit .member-benefit-header {
  margin-bottom: 30px;
}
.member-benefit .member-benefit-num {
  position: absolute;
  font-size: 90px;
  font-weight: var(--font-weight-bold);
  color: var(--light);
  line-height: 1;
  right: 10px;
  bottom: -25px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Member Benefit - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Member Fee - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.member-fee .member-fee-wrap {
  display: flex;
  flex-direction: column;
}
.member-fee .btn {
  margin-top: auto;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Member Fee - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/