@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(--primary);
}
._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);
}
@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);
}
@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 - Paragraph - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Blockquote - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
._content-style blockquote {
  position: relative;
  padding: 100px 30px 30px 40px;
  margin-bottom: 30px;
  border-left: 5px solid var(--primary);
  background-color: rgba(0, 0, 0, 0.1);
}
._content-style blockquote:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 35px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: 40%;
  background-color: var(--primary);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/images/static/svg/icon-quote-2-left.svg");
}
._content-style blockquote p {
  margin-bottom: 15px;
  font-size: calc(var(--font-size) + 2px);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Blockquote - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Image - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
._content-style p img {
  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
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.mwPageBlock.Content ul,
._tinyMCE-style ul {
  list-style-type: disc;
}
.mwPageBlock.Content ol,
._tinyMCE-style ol {
  list-style-type: decimal;
}
.mwPageBlock.Content ul ul, .mwPageBlock.Content ul ol, .mwPageBlock.Content ol ul, .mwPageBlock.Content ol ol,
._tinyMCE-style ul ul,
._tinyMCE-style ul ol,
._tinyMCE-style ol ul,
._tinyMCE-style ol ol {
  list-style-type: circle;
}
.mwPageBlock.Content ul ul ul, .mwPageBlock.Content ul ul ol, .mwPageBlock.Content ul ol ul, .mwPageBlock.Content ul ol ol, .mwPageBlock.Content ol ul ul, .mwPageBlock.Content ol ul ol, .mwPageBlock.Content ol ol ul, .mwPageBlock.Content ol ol ol,
._tinyMCE-style ul ul ul,
._tinyMCE-style ul ul ol,
._tinyMCE-style ul ol ul,
._tinyMCE-style ul ol ol,
._tinyMCE-style ol ul ul,
._tinyMCE-style ol ul ol,
._tinyMCE-style ol ol ul,
._tinyMCE-style ol ol ol {
  list-style-type: square;
}
.mwPageBlock.Content ul, .mwPageBlock.Content ol,
._tinyMCE-style ul,
._tinyMCE-style ol {
  padding-left: var(--ul-padding-left);
  margin: 0 0 30px;
}
.mwPageBlock.Content ul li, .mwPageBlock.Content ol li,
._tinyMCE-style ul li,
._tinyMCE-style ol li {
  margin-top: var(--li-margin-top);
  margin-bottom: var(--li-margin-bottom);
}
.mwPageBlock.Content ul li ul, .mwPageBlock.Content ul li ol, .mwPageBlock.Content ol li ul, .mwPageBlock.Content ol li ol,
._tinyMCE-style ul li ul,
._tinyMCE-style ul li ol,
._tinyMCE-style ol li ul,
._tinyMCE-style ol li ol {
  margin-top: var(--nested-ul-margin-top);
  margin-bottom: var(--nested-ul-margin-bottom);
}
.mwPageBlock.Content ul li ul li, .mwPageBlock.Content ul li ol li, .mwPageBlock.Content ol li ul li, .mwPageBlock.Content ol li ol li,
._tinyMCE-style ul li ul li,
._tinyMCE-style ul li ol li,
._tinyMCE-style ol li ul li,
._tinyMCE-style ol li ol li {
  margin-top: var(--nested-li-margin-top);
  margin-bottom: var(--nested-li-margin-bottom);
}
.mwPageBlock.Content dl,
._tinyMCE-style dl {
  margin: 0 0 30px;
}
.mwPageBlock.Content dl dt,
._tinyMCE-style dl dt {
  margin-top: var(--li-margin-top);
}
.mwPageBlock.Content dl dd,
._tinyMCE-style dl dd {
  margin-bottom: var(--li-margin-bottom);
  margin-left: 40px;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | 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(--text-color-3);
}
._content-style .Dialog ::-moz-placeholder {
  opacity: 1;
  color: var(--text-color-3);
}
._content-style .Dialog :-ms-input-placeholder {
  opacity: 1;
  color: var(--text-color-3);
}
._content-style .Dialog ::-ms-input-placeholder {
  opacity: 1;
  color: var(--text-color-3);
}
._content-style .Dialog ::placeholder {
  opacity: 1;
  color: var(--text-color-3);
}
._content-style .Dialog hr {
  margin: 35px 0;
  border-color: var(--form-border-color);
}
._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;
}
@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 {
  height: auto;
  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-inner-shadow), var(--form-outer-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: none;
  background-color: transparent;
}
._content-style .mwInput.text, ._content-style .mwInput.button, ._content-style .mwInput.file, ._content-style .mwInput.select {
  height: var(--form-input-height);
}
._content-style .mwInput input,
._content-style .mwInput button,
._content-style .mwInput select,
._content-style .mwInput option,
._content-style .mwInput optgroup,
._content-style .mwInput fieldset,
._content-style .mwInput output, ._content-style .mwInput.button input {
  height: 100%;
}
._content-style .mwInput label,
._content-style .mwInput textarea {
  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 {
  width: 100%;
}
._content-style .mwInput.select .dropdown {
  width: calc(var(--form-input-height) - 2px);
  height: calc(var(--form-input-height) - 2px);
  line-height: calc(var(--form-input-height) - 2px);
  border: 0;
  color: var(--white);
  background-color: var(--primary);
}
._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 {
  min-width: auto !important;
  height: calc(var(--form-input-height) - 2px);
  line-height: calc(var(--form-input-height) - 2px);
  padding: 0 var(--form-input-padding);
}

._content-style .mwInput.multiple select {
  padding: 8px;
}
._content-style .mwInput.multiple select option {
  padding: 5px;
}
._content-style .mwInput.multiple select option:first-of-type {
  border-radius: 2px 2px 0 0;
}
._content-style .mwInput.multiple select option:last-of-type {
  border-radius: 0 0 2px 2px;
}

._content-style .mwInput.checkbox {
  display: block;
  width: auto;
  border: none;
  background: none;
  box-shadow: none;
}
._content-style .mwInput.checkbox:before {
  display: none;
}
._content-style .mwInput.checkbox .icon {
  display: flex;
  align-items: flex-start;
  padding: 0;
  height: auto;
  white-space: normal;
  line-height: var(--form-checkbox-width);
}
._content-style .mwInput.checkbox .icon:before {
  content: "";
  position: relative;
  flex: 0 0 auto;
  width: var(--form-checkbox-width);
  height: var(--form-checkbox-width);
  margin: 0 15px 0 0 !important;
  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-inner-shadow);
  transition: var(--transition-200);
}
._content-style .mwInput.checkbox.checked .icon:before {
  border-color: var(--gray-6);
  background-color: var(--gray-6);
  background-image: url(/images/static/svg/icon-checkmark-1-white.svg);
  box-shadow: none;
}

._content-style .mwRadios::after {
  display: table;
  clear: both;
  content: "";
}
._content-style .mwRadios .mwInput.checkbox .icon:before {
  border-radius: 50%;
  background-size: var(--form-radio-icon-size);
}
._content-style .mwRadios .mwInput.checkbox.checked .icon:before {
  background-image: url(/images/static/svg/icon-circle-1-white.svg);
}
._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 .fill {
  height: calc(var(--form-input-height) - 2px);
  line-height: calc(var(--form-input-height) - 2px);
  background-color: var(--primary-3);
}
._content-style .mwInput.file .fileName {
  height: calc(var(--form-input-height) - 2px);
  line-height: calc(var(--form-input-height) - 2px);
  padding: 0 var(--form-input-padding);
}
._content-style .mwInput.file .num {
  height: calc(var(--form-input-height) - 2px);
  line-height: calc(var(--form-input-height) - 2px);
  right: var(--form-input-height);
  padding: 0 var(--form-input-padding);
  color: var(--form-text-color);
}
._content-style .mwInput.file .upload {
  width: calc(var(--form-input-height) - 2px);
  height: calc(var(--form-input-height) - 2px);
  line-height: calc(var(--form-input-height) - 2px);
  color: var(--white);
  border: 0;
  background-color: var(--primary);
}
._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.button {
  display: inline-block;
  border-width: var(--btn-border-width);
  border-style: var(--btn-border-style);
  border-radius: var(--btn-border-radius);
  box-shadow: none;
  border-color: var(--primary);
  background: var(--primary);
}
._content-style .mwInput.button input, ._content-style .mwInput.button button {
  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);
}
._content-style .mwInput.button:hover {
  border-color: var(--primary-6);
  background-color: var(--primary-6);
}
._content-style .mwInput.button:hover input, ._content-style .mwInput.button:hover button {
  color: var(--white);
}

._content-style .mwCaptcha {
  display: block;
  padding: 20px 20px 15px;
  margin: 0;
  text-align: center;
  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;
}

.input-inline,
._content-style .Dialog .input-inline {
  display: flex;
}
.input-inline label,
._content-style .Dialog .input-inline label {
  flex: 0 0 auto;
  padding: 0 20px;
  height: var(--form-input-height);
  line-height: var(--form-input-height);
  font-weight: var(--font-weight-bold);
  color: var(--white);
  text-align: center;
  border: 1px solid var(--primary);
  border-right: none;
  border-radius: var(--form-border-radius) 0 0 var(--form-border-radius);
  background-color: var(--primary);
}
.input-inline label + .mwInput.text,
._content-style .Dialog .input-inline label + .mwInput.text {
  border-left: none;
  border-right-width: 1px;
  border-radius: 0 var(--form-border-radius) var(--form-border-radius) 0;
}
.input-inline .mwInput.text,
._content-style .Dialog .input-inline .mwInput.text {
  z-index: 1;
  flex: 1 1 auto;
  border-right: none;
  border-radius: var(--form-border-radius) 0 0 var(--form-border-radius);
}
.input-inline .mwInput.button,
._content-style .Dialog .input-inline .mwInput.button {
  flex: 0 0 auto;
  border-radius: 0 var(--form-border-radius) var(--form-border-radius) 0;
}

.nested-form:not(tbody) {
  padding: 30px 30px 35px;
  border-radius: var(--border-radius);
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .nested-form:not(tbody) {
    padding: 20px 15px 25px;
  }
}
.nested-form:not(tbody) table {
  margin-bottom: 0;
}

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

._content-style .mwInput:not(.button).hover {
  background-color: var(--form-bg-hover);
}
._content-style .mwInput:not(.button).focus {
  background-color: var(--form-bg-hover);
  box-shadow: var(--form-inner-shadow-focus), var(--form-outer-shadow-focus);
}
._content-style .mwInput.checkbox.hover {
  background-color: transparent;
}
._content-style .mwInput.checkbox.focus {
  background-color: transparent;
  box-shadow: none;
}
._content-style .mwInput.checkbox.focus .icon:before {
  box-shadow: var(--form-outer-shadow-focus);
}
._content-style .mwInput.button.focus {
  box-shadow: var(--form-inner-shadow-focus), var(--form-outer-shadow-focus);
}

._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(--danger);
}
._content-style .mwInput.error.checkbox .icon:before {
  border-color: var(--danger);
}
._content-style .mwInput.error.focus {
  box-shadow: var(--form-error-inner-shadow-focus), var(--form-error-outer-shadow-focus);
}
._content-style .mwInput.error.focus.checkbox {
  box-shadow: none;
}
._content-style .mwInput.error.focus.checkbox .icon:before {
  box-shadow: var(--form-error-outer-shadow-focus);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Form - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Vendor Override - Slick - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.slick-slider {
  --slider-nav-size: 36px;
  --slider-nav-size-mobile: 20px;
}

.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: var(--slider-nav-size);
}
@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) + 15px) * -1);
  }
}
.slick-slider .slick-next {
  right: var(--slider-nav-size);
}
@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) + 15px) * -1);
  }
}
.slick-slider .slick-prev svg,
.slick-slider .slick-next svg {
  display: block;
  width: var(--slider-nav-size);
  height: var(--slider-nav-size);
  transition: var(--transition-200);
}
@media (max-width: 767px) {
  .slick-slider .slick-prev svg,
.slick-slider .slick-next svg {
    display: none;
    width: var(--slider-nav-size-mobile);
    height: var(--slider-nav-size-mobile);
  }
}
.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;
  }
}
@media (min-width: 768px) {
  .slick-slider .slick-prev:hover svg {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
@media (min-width: 768px) {
  .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 {
  margin-bottom: 30px;
}
.slick-slider .slick-dots {
  position: absolute;
  bottom: -30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.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 {
  opacity: 0.2;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: var(--gray-6);
}
.slick-slider .slick-dots.dot-style-morse-code li.slick-active button {
  opacity: 1;
  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
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Vendor Override - Magnific Popup - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.mfp-wrap *:focus-visible {
  outline: #6f0 solid 3px;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Vendor Override - Magnific Popup - 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: 95px;
}
.heading-style-1.has-v-line-above .heading-deco {
  position: absolute;
  top: 0;
  width: 2px;
  height: 80px;
}
.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 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Button - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.mwBtnLeft {
  text-align: left;
}

.mwBtnRight {
  text-align: right;
}

.mwBtnCenter {
  text-align: center;
}

.btn {
  margin-bottom: 30px;
}
.btn > a,
.btn > button,
.btn > span {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
.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 {
  font-size: var(--btn-md-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(--white);
  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;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: var(--primary);
  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 {
  height: 100%;
}
.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
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Burger - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.burger span {
  display: block;
}
.burger .burger-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}

.burger .burger-lines {
  position: relative;
  overflow: hidden;
  width: 30px;
  height: 30px;
}
.burger .burger-lines > span {
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  border-radius: 0;
  background-color: var(--primary);
  transition: var(--transition-200);
}
.burger .burger-lines > span:nth-of-type(1) {
  top: 4px;
}
.burger .burger-lines > span:nth-of-type(2) {
  top: 14px;
}
.burger .burger-lines > span:nth-of-type(3) {
  bottom: 4px;
}

.burger .burger-slashes {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
.burger .burger-slashes > span {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 40px;
  height: 2px;
  border-radius: 0;
  background-color: var(--primary);
  transition: var(--transition-200);
}
.burger .burger-slashes > span:nth-of-type(1) {
  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 .burger-slashes > span:nth-of-type(2) {
  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 .burger-text {
  position: relative;
  overflow: hidden;
  color: var(--primary);
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
}
.burger .burger-text > span {
  transition: var(--transition-200);
}
.burger .burger-text > span:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.burger .burger-text > span:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.burger:hover .burger-lines > span {
  background-color: var(--secondary);
}
.burger:hover .burger-slashes > span {
  background-color: var(--secondary);
}
.burger:hover .burger-text {
  color: var(--secondary);
}
.burger.active .burger-lines > span {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.burger.active .burger-slashes > span:nth-of-type(1) {
  opacity: 1;
  -webkit-transform: translate(0, 0) rotate(45deg);
          transform: translate(0, 0) rotate(45deg);
}
.burger.active .burger-slashes > span:nth-of-type(2) {
  opacity: 1;
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
}
.burger.active .burger-text > span:nth-of-type(1) {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.burger.active .burger-text > span:nth-of-type(2) {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Burger Default - 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 - 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 {
  aspect-ratio: 1/1;
  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 {
    aspect-ratio: 11/16;
  }
}
@media (max-width: 991px) {
  .content-area-intro-box .content-area-masonry-gallery.has-1-img .content-area-masonry-gallery-img {
    aspect-ratio: 16/9;
  }
}
.content-area-intro-box .content-area-masonry-gallery.has-2-img .content-area-masonry-gallery-img {
  aspect-ratio: 2/1;
  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 {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 991px) {
  .content-area-intro-box .content-area-masonry-gallery.has-2-img .content-area-masonry-gallery-img {
    aspect-ratio: 16/9;
  }
}
.content-area-intro-box .content-area-masonry-gallery.has-3-img .content-area-masonry-gallery-img:nth-child(3n+1) {
  aspect-ratio: 16/9;
  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) {
    aspect-ratio: 4/3;
  }
}
.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) {
  aspect-ratio: 1/1;
}
@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) {
    aspect-ratio: 3/4;
  }
}
@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) {
    aspect-ratio: 16/9;
  }
}
.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
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | 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%;
  /* Due to side-by-side layout, use padding instead of aspect-ratio */
  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
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Alert - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.alert-style-1 {
  margin-bottom: 30px;
  font-size: 14px;
}
.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 {
  font-size: 22px;
  margin-bottom: 15px;
}
.alert-style-1 p {
  margin-bottom: 15px;
}
.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;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 70PX;
  height: 100%;
  font-size: 25px;
  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-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.is-info {
  background-color: var(--info);
}
.alert-style-1.is-info h1, .alert-style-1.is-info h2, .alert-style-1.is-info h3, .alert-style-1.is-info h4, .alert-style-1.is-info h5, .alert-style-1.is-info h6, .alert-style-1.is-info .h1, .alert-style-1.is-info .h2, .alert-style-1.is-info .h3, .alert-style-1.is-info .h4, .alert-style-1.is-info .h5, .alert-style-1.is-info .h6, .alert-style-1.is-info p {
  color: var(--white);
}
.alert-style-1.is-info a {
  color: var(--white);
}
.alert-style-1.is-info a:hover {
  color: var(--black);
}
.alert-style-1.is-info .alert-icon {
  color: var(--white);
}
.alert-style-1.is-success {
  background-color: var(--success);
}
.alert-style-1.is-success h1, .alert-style-1.is-success h2, .alert-style-1.is-success h3, .alert-style-1.is-success h4, .alert-style-1.is-success h5, .alert-style-1.is-success h6, .alert-style-1.is-success .h1, .alert-style-1.is-success .h2, .alert-style-1.is-success .h3, .alert-style-1.is-success .h4, .alert-style-1.is-success .h5, .alert-style-1.is-success .h6, .alert-style-1.is-success p {
  color: var(--white);
}
.alert-style-1.is-success a {
  color: var(--white);
}
.alert-style-1.is-success a:hover {
  color: var(--black);
}
.alert-style-1.is-success .alert-icon {
  color: var(--white);
}
.alert-style-1.is-warning {
  background-color: var(--warning);
}
.alert-style-1.is-warning h1, .alert-style-1.is-warning h2, .alert-style-1.is-warning h3, .alert-style-1.is-warning h4, .alert-style-1.is-warning h5, .alert-style-1.is-warning h6, .alert-style-1.is-warning .h1, .alert-style-1.is-warning .h2, .alert-style-1.is-warning .h3, .alert-style-1.is-warning .h4, .alert-style-1.is-warning .h5, .alert-style-1.is-warning .h6, .alert-style-1.is-warning p {
  color: var(--text-color);
}
.alert-style-1.is-warning a {
  color: var(--text-color);
}
.alert-style-1.is-warning a:hover {
  color: var(--info);
}
.alert-style-1.is-warning .alert-icon {
  color: var(--white);
}
.alert-style-1.is-error, .alert-style-1.is-danger {
  background-color: var(--danger);
}
.alert-style-1.is-error h1, .alert-style-1.is-error h2, .alert-style-1.is-error h3, .alert-style-1.is-error h4, .alert-style-1.is-error h5, .alert-style-1.is-error h6, .alert-style-1.is-error .h1, .alert-style-1.is-error .h2, .alert-style-1.is-error .h3, .alert-style-1.is-error .h4, .alert-style-1.is-error .h5, .alert-style-1.is-error .h6, .alert-style-1.is-error p, .alert-style-1.is-danger h1, .alert-style-1.is-danger h2, .alert-style-1.is-danger h3, .alert-style-1.is-danger h4, .alert-style-1.is-danger h5, .alert-style-1.is-danger h6, .alert-style-1.is-danger .h1, .alert-style-1.is-danger .h2, .alert-style-1.is-danger .h3, .alert-style-1.is-danger .h4, .alert-style-1.is-danger .h5, .alert-style-1.is-danger .h6, .alert-style-1.is-danger p {
  color: var(--white);
}
.alert-style-1.is-error a, .alert-style-1.is-danger a {
  color: var(--white);
}
.alert-style-1.is-error a:hover, .alert-style-1.is-danger a:hover {
  color: var(--black);
}
.alert-style-1.is-error .alert-icon, .alert-style-1.is-danger .alert-icon {
  color: var(--white);
}
.alert-style-1.is-white {
  background-color: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.alert-style-1.is-white a {
  color: var(--text-color);
}
.alert-style-1.is-white a:hover {
  color: var(--primary);
}
.alert-style-1.is-white .alert-icon {
  color: var(--text-color);
}
.alert-style-1.is-light {
  background-color: var(--light);
}
.alert-style-1.is-light a {
  color: var(--text-color);
}
.alert-style-1.is-light a:hover {
  color: var(--primary);
}
.alert-style-1.is-light .alert-icon {
  color: var(--text-color);
}
.alert-style-1.is-gray {
  background-color: var(--gray);
}
.alert-style-1.is-gray h1, .alert-style-1.is-gray h2, .alert-style-1.is-gray h3, .alert-style-1.is-gray h4, .alert-style-1.is-gray h5, .alert-style-1.is-gray h6, .alert-style-1.is-gray .h1, .alert-style-1.is-gray .h2, .alert-style-1.is-gray .h3, .alert-style-1.is-gray .h4, .alert-style-1.is-gray .h5, .alert-style-1.is-gray .h6, .alert-style-1.is-gray p {
  color: var(--dark);
}
.alert-style-1.is-gray a {
  color: var(--dark);
}
.alert-style-1.is-gray a:hover {
  color: var(--white);
}
.alert-style-1.is-gray .alert-icon {
  color: var(--dark);
}
.alert-style-1.is-dark {
  background-color: var(--dark);
}
.alert-style-1.is-dark h1, .alert-style-1.is-dark h2, .alert-style-1.is-dark h3, .alert-style-1.is-dark h4, .alert-style-1.is-dark h5, .alert-style-1.is-dark h6, .alert-style-1.is-dark .h1, .alert-style-1.is-dark .h2, .alert-style-1.is-dark .h3, .alert-style-1.is-dark .h4, .alert-style-1.is-dark .h5, .alert-style-1.is-dark .h6, .alert-style-1.is-dark p {
  color: var(--white);
}
.alert-style-1.is-dark a {
  color: var(--white);
}
.alert-style-1.is-dark a:hover {
  color: var(--primary);
}
.alert-style-1.is-dark .alert-icon {
  color: var(--white);
  background-color: rgba(255, 255, 255, 0.2);
}
.alert-style-1.is-dark .alert-close {
  color: var(--white);
}

.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: 12px;
  font-weight: var(--font-weight-medium);
  border-radius: 50px;
  background-color: var(--gray-2);
}
.badge i {
  margin-right: 2px;
}

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

.badge.badge-default {
  color: var(--text-color);
  background-color: var(--gray-2);
}
.badge.badge-transparent {
  color: var(--text-color);
  background-color: transparent;
}
.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-gray {
  color: var(--white);
  background-color: var(--gray);
}
.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 {
  color: var(--white);
  background-color: var(--type-image);
}
.badge.badge-video {
  color: var(--white);
  background-color: var(--type-video);
}
.badge.badge-doc {
  color: var(--white);
  background-color: var(--type-doc);
}
.badge.badge-unknown {
  color: var(--white);
  background-color: var(--type-unknown);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Badge - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Google Translate - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.google-translate {
  overflow: hidden;
  position: relative;
}
.google-translate:focus-within {
  outline: #6f0 solid 3px;
}
.google-translate :focus {
  outline: none;
}
.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
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Megamenu - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.megamenu-style-1 {
  --megamenu-style-1-menu-width: 220px;
  /* calc(((1366px - 80px) * 0.6) / 3 - 30px) */
  --megamenu-style-1-intro-width: 320px;
  /* calc(((1366px - 80px) * 0.4 ) - 60px) */
}

.megamenu-style-1 ul.megamenu-level-1 {
  display: flex;
  align-items: center;
}
.megamenu-style-1 ul.megamenu-level-1 > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 0 20px;
  color: var(--text-color);
}
@media (max-width: 1659px) {
  .megamenu-style-1 ul.megamenu-level-1 > li > a {
    padding: 0 15px;
  }
}
.megamenu-style-1 ul.megamenu-level-1 > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: var(--secondary);
  transition: height var(--transition-200);
}
.megamenu-style-1 ul.megamenu-level-1 > li:hover > a:after, .megamenu-style-1 ul.megamenu-level-1 > li.active > a:after {
  height: 5px;
}

.megamenu-style-1 .megamenu-panel {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transition: var(--transition-300);
}
.megamenu-style-1 .megamenu-panel h1, .megamenu-style-1 .megamenu-panel h2, .megamenu-style-1 .megamenu-panel h3, .megamenu-style-1 .megamenu-panel h4, .megamenu-style-1 .megamenu-panel h5, .megamenu-style-1 .megamenu-panel h6, .megamenu-style-1 .megamenu-panel p, .megamenu-style-1 .megamenu-panel ul, .megamenu-style-1 .megamenu-panel ol, .megamenu-style-1 .megamenu-panel table, .megamenu-style-1 .megamenu-panel .btn {
  margin-bottom: 15px;
}
.megamenu-style-1 .megamenu-panel-wrap {
  border-top: 1px solid var(--gray);
  background-color: var(--white);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
}
.megamenu-style-1 .megamenu-menu {
  width: var(--megamenu-style-1-menu-width);
}
.megamenu-style-1 .megamenu-intro {
  width: var(--megamenu-style-1-intro-width);
}
.megamenu-style-1 li.active .megamenu-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.megamenu-style-1 li:not(.has-1-menu.no-intro) .megamenu-panel {
  width: 100%;
  text-align: center;
}
.megamenu-style-1 li:not(.has-1-menu.no-intro) .megamenu-panel-wrap {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 60px;
  padding: 30px 30px 15px;
  text-align: left;
}
.megamenu-style-1 li:not(.has-1-menu.no-intro) .megamenu-menus {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
}
.megamenu-style-1 li.has-1-menu.no-intro {
  position: relative;
}
.megamenu-style-1 li.has-1-menu.no-intro .megamenu-panel-wrap {
  padding: 10px 0;
}
.megamenu-style-1 li.has-1-menu.no-intro:nth-last-of-type(-n+2) .megamenu-panel {
  left: auto;
  right: 0;
}

.megamenu-style-1 .megamenu-menu a {
  display: block;
  font-size: 16px;
  color: var(--text-color);
}
.megamenu-style-1 li:not(.has-1-menu.no-intro) .megamenu-menu li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.megamenu-style-1 li:not(.has-1-menu.no-intro) .megamenu-menu li:not(:last-of-type) {
  border-bottom: 1px solid var(--border-color-dark);
}
.megamenu-style-1 li:not(.has-1-menu.no-intro) .megamenu-menu ul ul {
  display: none;
}
.megamenu-style-1 li:not(.has-1-menu.no-intro) .megamenu-menu li:hover > a,
.megamenu-style-1 li:not(.has-1-menu.no-intro) .megamenu-menu li.active > a {
  color: var(--primary);
}
.megamenu-style-1 li.has-1-menu.no-intro .megamenu-menu ul {
  margin-bottom: 0;
}
.megamenu-style-1 li.has-1-menu.no-intro .megamenu-menu li {
  position: relative;
}
.megamenu-style-1 li.has-1-menu.no-intro .megamenu-menu a {
  padding: 10px 20px;
}
.megamenu-style-1 li.has-1-menu.no-intro .megamenu-menu li.has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.megamenu-style-1 li.has-1-menu.no-intro .megamenu-menu li.has-children > a:after {
  content: "\F0DA";
  font-family: var(--font-family-icon);
  font-weight: 900;
}
.megamenu-style-1 li.has-1-menu.no-intro .megamenu-menu ul ul {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: var(--megamenu-style-1-menu-width);
  background-color: var(--white);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
}
.megamenu-style-1 li.has-1-menu.no-intro .megamenu-menu li:hover > a,
.megamenu-style-1 li.has-1-menu.no-intro .megamenu-menu li.active > a {
  color: var(--text-color);
  background-color: rgba(0, 0, 0, 0.1);
}
.megamenu-style-1 li.has-1-menu.no-intro .megamenu-menu li.has-children.active > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.megamenu-style-1 li.has-1-menu.no-intro:nth-last-of-type(-n+3) .megamenu-menu ul ul {
  left: auto;
  right: 100%;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Megamenu - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Sidebar - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.sidebar-default .sidebar-open-btn {
  display: none;
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 30px;
  text-align: left;
  font-weight: var(--font-weight-bold);
  border-radius: var(--border-radius);
  background-color: var(--gray-4);
}
.sidebar-default .sidebar-open-btn i {
  margin-right: 10px;
}
.sidebar-default .sidebar-close-btn {
  display: none;
  position: fixed;
  top: 15px;
  right: 15px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--dark);
  font-size: 18px;
  border-radius: 50%;
  background-color: var(--white);
}
.sidebar-default .sidebar-close-btn:hover {
  color: var(--white);
  background-color: var(--primary);
}
.sidebar-default .sidebar-side {
  z-index: 1;
}
.sidebar-default .sidebar-side .sidebar-inner[class*=_bg-] {
  padding: 30px 30px 1px;
}

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

@media (min-width: 992px) {
  .sidebar-default.is-left.has-border .sidebar-side {
    border-right: 1px solid var(--border-color-dark);
  }
}
@media (min-width: 992px) {
  .sidebar-default.is-right.has-border .sidebar-side {
    border-left: 1px solid var(--border-color-dark);
  }
}

.sidebar-default._js-coll-sidebar.active {
  position: relative;
  z-index: 510;
}
@media (max-width: 991px) {
  .sidebar-default._js-coll-sidebar .sidebar-open-btn {
    display: block;
  }
  .sidebar-default._js-coll-sidebar .sidebar-close-btn {
    display: flex;
  }
  .sidebar-default._js-coll-sidebar .sidebar-side .sidebar-inner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 70px 30px 20px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .sidebar-default._js-coll-sidebar .sidebar-side .sidebar-inner:not([class*=_bg-]) {
    background-color: var(--gray-2);
  }
}

@media (min-width: 992px) {
  .sidebar-default.is-sticky .sidebar-side-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--header-sticky-height) + 15px);
  }
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Sidebar - Style 1 - 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;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 575px) {
  .cta-style-1.is-md .cta-img {
    aspect-ratio: 4/3;
  }
}
.cta-style-1.is-sm .cta-img {
  height: 450px;
}
@media (max-width: 991px) {
  .cta-style-1.is-sm .cta-img {
    height: auto;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 575px) {
  .cta-style-1.is-sm .cta-img {
    aspect-ratio: 4/3;
  }
}
.cta-style-1.is-lg .cta-img {
  height: 650px;
}
@media (max-width: 991px) {
  .cta-style-1.is-lg .cta-img {
    height: auto;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 575px) {
  .cta-style-1.is-lg .cta-img {
    aspect-ratio: 4/3;
  }
}

.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
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Filter List - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.filter-list-style-1 {
  list-style-type: none;
  padding: 5px 0;
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: var(--shadow-1);
}
.filter-list-style-1 li {
  position: relative;
  padding: 0 25px;
  margin: 0;
}
.filter-list-style-1 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);
}
.filter-list-style-1 li button {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  color: var(--text-color);
  font-size: 14px;
  font-weight: var(--font-weight-bold);
  text-transform: capitalize;
}
.filter-list-style-1 li button i {
  font-size: 12px;
  margin-right: 10px;
}
.filter-list-style-1 li button:hover {
  color: var(--primary-5);
}
.filter-list-style-1 li + li button {
  border-top: 1px solid var(--border-color-dark);
}
.filter-list-style-1 li:hover:after {
  background-color: var(--primary);
}
.filter-list-style-1 li.active {
  background-color: var(--gray-2);
}
.filter-list-style-1 li.active:after {
  background-color: var(--primary);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Filter List - Style 1 - 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
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | SNS Link - Default - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.sns-link-default ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sns-link-default ul li a {
  color: var(--sns-color);
}
.sns-link-default ul li a:hover {
  color: var(--sns-color-hover);
}

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

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

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

.sns-link-default.small ul {
  -webkit-column-gap: var(--sns-margin-sm);
     -moz-column-gap: var(--sns-margin-sm);
          column-gap: var(--sns-margin-sm);
  row-gap: 5px;
}
.sns-link-default.small ul li {
  font-size: var(--sns-font-size-sm);
}

.sns-link-default.medium ul {
  -webkit-column-gap: var(--sns-margin-md);
     -moz-column-gap: var(--sns-margin-md);
          column-gap: var(--sns-margin-md);
  row-gap: 5px;
}
.sns-link-default.medium ul li {
  font-size: var(--sns-font-size-md);
}

.sns-link-default.large ul {
  -webkit-column-gap: var(--sns-margin-lg);
     -moz-column-gap: var(--sns-margin-lg);
          column-gap: var(--sns-margin-lg);
  row-gap: 5px;
}
.sns-link-default.large ul li {
  font-size: var(--sns-font-size-lg);
}

.sns-link-default.huge ul {
  -webkit-column-gap: var(--sns-margin-hudge);
     -moz-column-gap: var(--sns-margin-hudge);
          column-gap: var(--sns-margin-hudge);
  row-gap: 5px;
}
.sns-link-default.huge ul li {
  font-size: var(--sns-font-size-huge);
}

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

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

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

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

.sns-link-circle.small ul {
  -webkit-column-gap: var(--sns-circle-margin-sm);
     -moz-column-gap: var(--sns-circle-margin-sm);
          column-gap: var(--sns-circle-margin-sm);
  row-gap: 5px;
}
.sns-link-circle.small ul a {
  width: var(--sns-circle-size-sm);
  height: var(--sns-circle-size-sm);
  font-size: var(--sns-circle-font-size-sm);
}

.sns-link-circle.medium ul {
  -webkit-column-gap: var(--sns-circle-margin-md);
     -moz-column-gap: var(--sns-circle-margin-md);
          column-gap: var(--sns-circle-margin-md);
  row-gap: 5px;
}
.sns-link-circle.medium ul a {
  width: var(--sns-circle-size-md);
  height: var(--sns-circle-size-md);
  font-size: var(--sns-circle-font-size-md);
}

.sns-link-circle.large ul {
  -webkit-column-gap: var(--sns-circle-margin-lg);
     -moz-column-gap: var(--sns-circle-margin-lg);
          column-gap: var(--sns-circle-margin-lg);
  row-gap: 5px;
}
.sns-link-circle.large ul a {
  width: var(--sns-circle-size-lg);
  height: var(--sns-circle-size-lg);
  font-size: var(--sns-circle-font-size-lg);
}

.sns-link-circle.huge ul {
  -webkit-column-gap: var(--sns-circle-margin-huge);
     -moz-column-gap: var(--sns-circle-margin-huge);
          column-gap: var(--sns-circle-margin-huge);
  row-gap: 5px;
}
.sns-link-circle.huge ul a {
  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 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sns-link-square ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sns-square-color);
  line-height: 1;
  text-decoration: none;
  border-radius: var(--border-radius);
  background-color: var(--sns-square-bg);
}
.sns-link-square ul li a:hover {
  color: var(--sns-square-color-hover);
  background-color: var(--sns-square-bg-hover);
}

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

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

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

.sns-link-square.small ul {
  -webkit-column-gap: var(--sns-square-margin-sm);
     -moz-column-gap: var(--sns-square-margin-sm);
          column-gap: var(--sns-square-margin-sm);
  row-gap: 5px;
}
.sns-link-square.small ul a {
  width: var(--sns-square-size-sm);
  height: var(--sns-square-size-sm);
  font-size: var(--sns-square-font-size-sm);
}

.sns-link-square.medium ul {
  -webkit-column-gap: var(--sns-square-margin-md);
     -moz-column-gap: var(--sns-square-margin-md);
          column-gap: var(--sns-square-margin-md);
  row-gap: 5px;
}
.sns-link-square.medium ul a {
  width: var(--sns-square-size-md);
  height: var(--sns-square-size-md);
  font-size: var(--sns-square-font-size-md);
}

.sns-link-square.large ul {
  -webkit-column-gap: var(--sns-square-margin-lg);
     -moz-column-gap: var(--sns-square-margin-lg);
          column-gap: var(--sns-square-margin-lg);
  row-gap: 5px;
}
.sns-link-square.large ul a {
  width: var(--sns-square-size-lg);
  height: var(--sns-square-size-lg);
  font-size: var(--sns-square-font-size-lg);
}

.sns-link-square.huge ul {
  -webkit-column-gap: var(--sns-square-margin-huge);
     -moz-column-gap: var(--sns-square-margin-huge);
          column-gap: var(--sns-square-margin-huge);
  row-gap: 5px;
}
.sns-link-square.huge ul a {
  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
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Accordion - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.accordion-style-1 .accordion-header {
  font-size: 18px;
  margin-top: -1px;
  margin-bottom: 0;
}
.accordion-style-1 .accordion-header button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  width: 100%;
  padding: 20px 0;
  font-weight: var(--font-weight-bold);
  text-align: left;
  white-space: pre-line;
  border-top: 1px solid var(--gray-4);
  border-bottom: 1px solid var(--gray-4);
}
.accordion-style-1 .accordion-header i {
  font-size: 18px;
  transition: var(--transition-500);
}
.accordion-style-1 .accordion-panel {
  display: none;
}
.accordion-style-1 .accordion-panel-inner {
  padding-top: 20px;
  padding-bottom: 1px;
}
.accordion-style-1.active .accordion-header i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion-style-1.active .accordion-header i.fa-plus {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Accordion - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Accordion - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.accordion-style-2 {
  margin-bottom: 10px;
}
.accordion-style-2 .accordion-wrap {
  border-radius: var(--border-radius);
}
.accordion-style-2 .accordion-header {
  margin-bottom: 0;
  font-size: 18px;
}
.accordion-style-2 .accordion-header button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  width: 100%;
  padding: 20px 20px 20px 30px;
  font-weight: var(--font-weight-bold);
  text-align: left;
  white-space: pre-line;
}
.accordion-style-2 .accordion-header i {
  font-size: 18px;
  transition: var(--transition-500);
}
.accordion-style-2 .accordion-panel {
  display: none;
  border-top: 1px solid var(--border-color-dark);
}
.accordion-style-2 .accordion-panel-inner {
  padding: 30px 30px 5px;
}
.accordion-style-2.active .accordion-header i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion-style-2.active .accordion-header i.fa-plus {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Accordion - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Tabs - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.tabs-style-1 {
  margin-bottom: 30px;
}
.tabs-style-1 .tabs-navs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.tabs-style-1 .tabs-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  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-nav-icon {
  font-size: 14px;
}
.tabs-style-1 .tabs-panel {
  display: none;
}
.tabs-style-1 .tabs-panel.active {
  display: block;
}

@media (max-width: 991px) {
  .tabs-style-1.is-vertical .tabs-navs {
    flex-direction: column;
  }
}
.tabs-style-1.is-vertical .tabs-panels {
  padding-top: 30px;
}

.tabs-style-1.is-horizontal .tabs-wrap {
  display: flex;
  flex-wrap: wrap;
}
.tabs-style-1.is-horizontal .tabs-navs {
  flex-direction: column;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
}
@media (max-width: 991px) {
  .tabs-style-1.is-horizontal .tabs-navs {
    flex: 0 0 auto;
    max-width: none;
  }
}
.tabs-style-1.is-horizontal .tabs-panels {
  flex: 0 0 80%;
  max-width: 80%;
  width: 100%;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .tabs-style-1.is-horizontal .tabs-panels {
    flex: 0 0 auto;
    max-width: none;
    padding-left: 0;
    padding-top: 25px;
  }
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Tabs - Style 1 - 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-navs {
  display: flex;
  flex-wrap: wrap;
}
.tabs-style-2 .tabs-nav {
  overflow: hidden;
  position: relative;
  text-align: left;
  font-weight: var(--font-weight-bold);
}
.tabs-style-2 .tabs-nav span {
  display: block;
  position: relative;
  white-space: pre-line;
}
.tabs-style-2 .tabs-panel {
  display: none;
  padding: 30px 30px 1px;
}
.tabs-style-2 .tabs-panel.active {
  display: block;
}

.tabs-style-2.is-vertical .tabs-navs {
  border-bottom: 1px solid var(--border-color-dark);
}
@media (max-width: 991px) {
  .tabs-style-2.is-vertical .tabs-navs {
    flex-direction: column;
    border-bottom: 0;
  }
}
.tabs-style-2.is-vertical .tabs-nav {
  padding: 25px 0;
}
@media (max-width: 991px) {
  .tabs-style-2.is-vertical .tabs-nav {
    padding: 0 30px;
  }
}
.tabs-style-2.is-vertical .tabs-nav span {
  padding: 0 30px;
  border-right: 1px solid var(--border-color-dark);
}
@media (max-width: 991px) {
  .tabs-style-2.is-vertical .tabs-nav span {
    padding: 15px 0;
    border-right: 0;
    border-bottom: 1px solid var(--border-color-dark);
  }
}
.tabs-style-2.is-vertical .tabs-nav:hover, .tabs-style-2.is-vertical .tabs-nav.active {
  color: var(--white);
  background-color: var(--primary);
}

.tabs-style-2.is-horizontal .tabs-wrap {
  display: flex;
  flex-wrap: wrap;
}
.tabs-style-2.is-horizontal .tabs-navs {
  flex-direction: column;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  border-right: 1px solid var(--border-color-dark);
}
@media (max-width: 991px) {
  .tabs-style-2.is-horizontal .tabs-navs {
    flex: 0 0 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:hover, .tabs-style-2.is-horizontal .tabs-nav.active {
  color: var(--white);
  background-color: var(--primary);
}
.tabs-style-2.is-horizontal .tabs-panels {
  flex: 0 0 80%;
  max-width: 80%;
  width: 100%;
}
@media (max-width: 991px) {
  .tabs-style-2.is-horizontal .tabs-panels {
    flex: 0 0 auto;
    max-width: none;
  }
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Tabs - Style 2 - 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-navs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .tabs-style-3 .tabs-navs {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row;
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .tabs-style-3 .tabs-navs {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tabs-style-3 .tabs-nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  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(--primary);
    color: var(--white);
  }
}
.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.active {
  color: var(--primary);
}
@media (max-width: 991px) {
  .tabs-style-3 .tabs-nav:hover, .tabs-style-3 .tabs-nav.active {
    color: var(--white);
    background-color: var(--primary-6);
  }
}
@media (max-width: 991px) {
  .tabs-style-3 .tabs-nav:hover img, .tabs-style-3 .tabs-nav.active img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
.tabs-style-3 .tabs-panel {
  display: none;
}
.tabs-style-3 .tabs-panel.active {
  display: block;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Tabs - Icon - 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
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Icon Block - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.icon-blocks-style-1 .icon-blocks-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .icon-blocks-style-1 .icon-blocks-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .icon-blocks-style-1 .icon-blocks-wrap {
    grid-template-columns: 1fr;
  }
}
.icon-blocks-style-1 .icon-blocks-item:nth-of-type(even) .icon-blocks-item-wrap {
  background-color: var(--light);
}
@media (max-width: 992px) and (min-width: 576px) {
  .icon-blocks-style-1 .icon-blocks-item:nth-of-type(3) .icon-blocks-item-wrap {
    background-color: var(--light);
  }
  .icon-blocks-style-1 .icon-blocks-item:nth-of-type(4) .icon-blocks-item-wrap {
    background-color: var(--white);
  }
}
.icon-blocks-style-1 .icon-blocks-item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
  padding: 30px 30px 1px;
  color: inherit;
  text-align: center;
  text-decoration: none;
  background-color: var(--white);
}
.icon-blocks-style-1 .icon-blocks-item-img {
  width: auto;
  height: 65px;
  margin-bottom: 20px;
  transition: var(--transition-200);
}
.icon-blocks-style-1 .icon-blocks-item-title {
  margin-bottom: 10px;
  font-size: 22px;
  word-break: break-all;
  transition: var(--transition-200);
}
.icon-blocks-style-1 .icon-blocks-item-des {
  font-size: 16px;
  transition: var(--transition-200);
}
@media (min-width: 992px) {
  .icon-blocks-style-1 .icon-blocks-item-des {
    opacity: 0;
  }
}
.icon-blocks-style-1 .icon-blocks-item-wrap:hover .icon-blocks-item-img,
.icon-blocks-style-1 .icon-blocks-item-wrap:hover .icon-blocks-item-title,
.icon-blocks-style-1 .icon-blocks-item-wrap:hover .icon-blocks-item-des, .icon-blocks-style-1 .icon-blocks-item-wrap:focus-within .icon-blocks-item-img,
.icon-blocks-style-1 .icon-blocks-item-wrap:focus-within .icon-blocks-item-title,
.icon-blocks-style-1 .icon-blocks-item-wrap:focus-within .icon-blocks-item-des {
  opacity: 1;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Icon Block - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Count Up - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.count-up-style-1 {
  text-align: center;
}
.count-up-style-1 .count-up-icon {
  width: auto;
  height: 80px;
  margin-bottom: 35px;
}
.count-up-style-1 .count-up-number {
  display: block;
  margin-bottom: 15px;
  color: var(--primary);
  font-size: 38px;
  line-height: 1;
}
.count-up-style-1 .count-up-label {
  display: block;
  white-space: pre-line;
  color: var(--text-color);
  font-size: 18px;
}

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

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Card - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Card - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.content-card-style-2 {
  margin-bottom: 30px;
}
.content-card-style-2 .content-card-wrap {
  padding: 30px 30px 1px;
  margin-bottom: 30px;
  border-radius: var(--border-radius);
  background-color: var(--light);
}
.content-card-style-2 .content-card-title {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--gray);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Card - Style 2 - 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%;
  /* Due to side-by-side layout, use padding instead of aspect-ratio */
  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;
}
@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;
  aspect-ratio: 5/4;
  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 {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 350px;
  padding: 80px 30px 50px;
  border-radius: var(--border-radius);
}
.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;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  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
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Item Card - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.item-card-style-1 {
  margin-bottom: 30px;
}
.item-card-style-1 a {
  text-decoration: none;
}
.item-card-style-1 p {
  margin-bottom: 20px;
}
.item-card-style-1 .badge-type {
  text-transform: capitalize;
}
.item-card-style-1 .item-card-wrap {
  height: 100%;
  overflow: hidden;
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: var(--shadow-1);
  transition: box-shadow var(--transition-200);
}
.item-card-style-1 .item-card-wrap:hover {
  box-shadow: var(--shadow-1-hover);
}
.item-card-style-1 .item-card-img {
  overflow: hidden;
  position: relative;
  height: 100%;
  padding-bottom: 56%;
  /* Due to side-by-side layout, use padding instead of aspect-ratio */
  background-color: var(--light);
}
.item-card-style-1 .item-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-card-style-1 .item-card-body {
  padding: 25px 25px 5px;
}
.item-card-style-1 .item-card-footer {
  padding: 10px 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background-color: var(--light);
}
.item-card-style-1 .item-card-title {
  margin-bottom: 10px;
  word-break: break-word;
  font-size: 18px;
}
.item-card-style-1 .item-card-metas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.item-card-style-1 .item-card-des {
  font-size: 16px;
}
.item-card-style-1 .item-card-btn {
  font-size: 14px;
  font-weight: var(--font-weight-bold);
  line-height: 1;
}
.item-card-style-1 .item-card-btn i {
  font-size: 12px;
  margin-left: 5px;
}

@media (min-width: 576px) {
  .item-card-style-1 .item-card-wrap {
    display: flex;
    flex-direction: column;
  }
  .item-card-style-1 .item-card-inner {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
  }
  .item-card-style-1 .item-card-header {
    width: 100%;
    max-width: 36%;
    flex: 0 0 36%;
  }
  .item-card-style-1 .item-card-body {
    flex: 1;
  }
}

.item-card-style-1[data-type=doc] .item-card-header, .item-card-style-1[data-type=document] .item-card-header, .item-card-style-1[data-type=video] .item-card-header, .item-card-style-1[data-type=unknown] .item-card-header {
  display: none;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Item Card - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Page Banner - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.page-banner-style-1 .page-banner-wrap {
  position: relative;
}
.page-banner-style-1 .page-banner-inner {
  display: flex;
  position: relative;
  padding: 80px 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.3);
}
.page-banner-style-1 .page-banner-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-banner-style-1 .page-banner-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-banner-style-1 .page-banner-title {
  color: var(--white);
  font-size: 60px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page-banner-style-1 .page-banner-title {
    font-size: calc(60px * 0.85);
  }
}
.page-banner-style-1 .page-banner-des {
  color: var(--white);
  font-size: 20px;
  max-width: 670px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .page-banner-style-1 .page-banner-des {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .page-banner-style-1 .page-banner-des {
    font-size: 16px;
  }
}
.page-banner-style-1 .page-banner-des:empty {
  display: none;
}
.page-banner-style-1 .page-banner-des p {
  margin-bottom: 0;
}
.page-banner-style-1 .page-banner-des p + p {
  margin-top: 15px;
}

.page-banner-style-1.is-text-center .page-banner-inner {
  align-items: center;
  text-align: center;
}
.page-banner-style-1.is-text-center .page-banner-des {
  margin-left: auto;
  margin-right: auto;
}
.page-banner-style-1.is-text-left .page-banner-inner {
  align-items: center;
  text-align: left;
}
.page-banner-style-1.is-text-right .page-banner-inner {
  align-items: center;
  text-align: right;
}
.page-banner-style-1.is-text-right .page-banner-des {
  margin-left: auto;
}
.page-banner-style-1.is-text-top-center .page-banner-inner {
  align-items: flex-start;
  text-align: center;
}
.page-banner-style-1.is-text-top-center .page-banner-des {
  margin-left: auto;
  margin-right: auto;
}
.page-banner-style-1.is-text-top-left .page-banner-inner {
  align-items: flex-start;
  text-align: left;
}
.page-banner-style-1.is-text-top-right .page-banner-inner {
  align-items: flex-start;
  text-align: right;
}
.page-banner-style-1.is-text-top-right .page-banner-des {
  margin-left: auto;
}
.page-banner-style-1.is-text-bottom-center .page-banner-inner {
  align-items: flex-end;
  text-align: center;
}
.page-banner-style-1.is-text-bottom-center .page-banner-des {
  margin-left: auto;
  margin-right: auto;
}
.page-banner-style-1.is-text-bottom-left .page-banner-inner {
  align-items: flex-end;
  text-align: left;
}
.page-banner-style-1.is-text-bottom-right .page-banner-inner {
  align-items: flex-end;
  text-align: right;
}
.page-banner-style-1.is-text-bottom-right .page-banner-des {
  margin-left: auto;
}

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

.page-banner-style-1.is-md .page-banner-inner {
  min-height: 480px;
}
.page-banner-style-1.is-sm .page-banner-inner {
  min-height: 320px;
}
.page-banner-style-1.is-lg .page-banner-inner {
  min-height: 650px;
}
.page-banner-style-1.is-fullscreen .page-banner-inner {
  height: calc(100vh - var(--header-height));
  height: calc((var(--vh, 1vh) * 100) - var(--header-height));
  min-height: 500px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Page Banner - Style 1  - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Page Banner - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.page-banner-style-2 .page-banner-wrap {
  display: flex;
  align-items: flex-end;
  position: relative;
  text-align: center;
}
.page-banner-style-2 .page-banner-img {
  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;
  padding: 40px 15px;
}
@media (max-width: 991px) {
  .page-banner-style-2 .page-banner-inner {
    padding: 30px 15px;
  }
}
.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;
}
.page-banner-style-2 .page-banner-des {
  position: relative;
  max-width: 670px;
  margin: 30px auto 0;
  font-size: 18px;
}
@media (max-width: 991px) {
  .page-banner-style-2 .page-banner-des {
    font-size: 16px;
  }
}
.page-banner-style-2 .page-banner-des:empty {
  display: none;
}
.page-banner-style-2 .page-banner-des p {
  margin-bottom: 0;
}
.page-banner-style-2 .page-banner-des p + p {
  margin-top: 15px;
}

.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: 500px;
}
.page-banner-style-2.is-sm .page-banner-wrap {
  min-height: 350px;
}
.page-banner-style-2.is-lg .page-banner-wrap {
  min-height: 650px;
}
.page-banner-style-2.is-fullscreen .page-banner-wrap {
  height: calc(100vh - var(--header-height));
  height: calc((var(--vh, 1vh) * 100) - var(--header-height));
  min-height: 500px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Page Banner - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Page Banner - Style 3 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.page-banner-style-3 .page-banner-top {
  position: relative;
}
.page-banner-style-3 .page-banner-bottom {
  position: relative;
}
.page-banner-style-3 .page-banner-top-inner {
  display: flex;
  align-items: center;
  position: relative;
  padding: 80px 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.page-banner-style-3 .page-banner-bottom-inner {
  padding: 60px 80px 30px;
}
@media (max-width: 991px) {
  .page-banner-style-3 .page-banner-bottom-inner {
    padding: 30px 30px 1px;
  }
}
.page-banner-style-3 .page-banner-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 150px);
  background-color: var(--primary-1);
}
.page-banner-style-3 .page-banner-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-banner-style-3 .page-banner-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.page-banner-style-3 .page-banner-title {
  color: var(--white);
  font-size: 60px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page-banner-style-3 .page-banner-title {
    font-size: calc(60px * 0.85);
  }
}
.page-banner-style-3 .page-banner-des {
  color: var(--white);
  font-size: 20px;
  max-width: 670px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .page-banner-style-3 .page-banner-des {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .page-banner-style-3 .page-banner-des {
    font-size: 16px;
  }
}
.page-banner-style-3 .page-banner-des:empty {
  display: none;
}
.page-banner-style-3 .page-banner-des p {
  margin-bottom: 0;
}
.page-banner-style-3 .page-banner-des p + p {
  margin-top: 15px;
}

.page-banner-style-3.is-text-center .page-banner-top-inner {
  text-align: center;
}
.page-banner-style-3.is-text-center .page-banner-des {
  margin-left: auto;
  margin-right: auto;
}
.page-banner-style-3.is-text-left .page-banner-top-inner {
  text-align: left;
}
.page-banner-style-3.is-text-right .page-banner-top-inner {
  text-align: right;
}
.page-banner-style-3.is-text-right .page-banner-des {
  margin-left: auto;
}

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

.page-banner-style-3.is-md .page-banner-top-inner {
  min-height: 400px;
}
.page-banner-style-3.is-sm .page-banner-top-inner {
  min-height: 300px;
}
.page-banner-style-3.is-lg .page-banner-top-inner {
  min-height: 500px;
}
.page-banner-style-3.is-fullscreen .page-banner-top-inner {
  height: calc(100vh - var(--header-height));
  height: calc((var(--vh, 1vh) * 100) - var(--header-height));
  min-height: 500px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Page Banner - Style 3 - 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);
  }
}
.gallery-style-1 .gallery-item-img {
  display: block;
  overflow: hidden;
  position: relative;
  aspect-ratio: 5/4;
  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-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  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: 22px;
  color: var(--white);
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.gallery-style-1 .gallery-item-title {
  color: var(--white);
}
.gallery-style-1 .gallery-item-img:hover .gallery-item-overlay, .gallery-style-1 .gallery-item-img:focus-within .gallery-item-overlay {
  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;
  }
}
@media (max-width: 575px) {
  .gallery-style-2 .gallery-item:nth-child(5n+1) {
    grid-row: span 1;
    grid-column: span 4;
  }
}
.gallery-style-2 .gallery-item:nth-child(5n+1) .gallery-item-img {
  aspect-ratio: 4/3;
}
.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;
  }
}
@media (max-width: 575px) {
  .gallery-style-2 .gallery-item:nth-child(5n+2) {
    grid-row: span 1;
    grid-column: span 4;
  }
}
.gallery-style-2 .gallery-item:nth-child(5n+3) {
  grid-column: span 2;
}
@media (max-width: 575px) {
  .gallery-style-2 .gallery-item:nth-child(5n+3) {
    grid-row: span 1;
    grid-column: span 4;
  }
}
@media (max-width: 991px) {
  .gallery-style-2 .gallery-item:nth-child(5n+4) {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .gallery-style-2 .gallery-item:nth-child(5n+4) {
    grid-row: span 1;
    grid-column: span 4;
  }
}
.gallery-style-2 .gallery-item:nth-child(5n+5) {
  grid-column: span 2;
}
@media (max-width: 575px) {
  .gallery-style-2 .gallery-item:nth-child(5n+5) {
    grid-row: span 1;
    grid-column: span 4;
  }
}
.gallery-style-2 .gallery-item-img {
  display: block;
  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-img:hover .gallery-item-backdrop, .gallery-style-2 .gallery-item-img:focus-within .gallery-item-backdrop {
  width: 100%;
  height: 100%;
}
.gallery-style-2 .gallery-item-img:hover .gallery-item-title, .gallery-style-2 .gallery-item-img:focus-within .gallery-item-title {
  opacity: 1;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Gallery - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Carousel - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.carousel-style-1 .carousel-wrap {
  opacity: 0;
  transition: opacity var(--transition-500);
}
.carousel-style-1 .carousel-wrap.slick-initialized {
  opacity: 1;
}
.carousel-style-1 .carousel-item {
  position: relative;
  margin: 15px;
}
.carousel-style-1 .carousel-item-img {
  display: block;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
  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
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Carousel - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.carousel-style-2 .carousel-wrap {
  opacity: 0;
  transition: opacity var(--transition-500);
}
.carousel-style-2 .carousel-wrap.slick-initialized {
  opacity: 1;
}
.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;
  aspect-ratio: 4/3;
  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
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team Card - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.team-card-style-1 .team-card-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  margin-bottom: 15px;
  border-radius: var(--border-radius);
  background-color: var(--gray-1);
}
.team-card-style-1 .team-card-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-card-style-1 .team-card-name {
  margin-bottom: 5px;
  font-size: 20px;
}
.team-card-style-1 .team-card-open-btn:hover {
  color: var(--primary);
}
.team-card-style-1 .team-card-title {
  font-size: 16px;
  white-space: pre-line;
}

.team-card-style-1 .team-card-dialog {
  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-card-style-1 .team-card-dialog {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 70px 30px 10px;
  }
}
.team-card-style-1 .team-card-dialog-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .team-card-style-1 .team-card-dialog-img {
    position: relative;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
    padding-bottom: 125%;
    margin-bottom: 30px;
  }
}
.team-card-style-1 .team-card-dialog-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-card-style-1 .team-card-dialog-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-card-style-1 .team-card-dialog-right {
    padding: 40px 40px 10px;
  }
}
@media (max-width: 767px) {
  .team-card-style-1 .team-card-dialog-right {
    position: unset;
    top: unset;
    right: unset;
    width: unset;
    height: unset;
    padding: unset;
    overflow-x: unset;
    overflow-y: unset;
  }
}
.team-card-style-1 .team-card-dialog-right-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
@media (max-width: 767px) {
  .team-card-style-1 .team-card-dialog-right-inner {
    display: unset;
    flex-direction: unset;
    justify-content: unset;
    min-height: unset;
  }
}
.team-card-style-1 .team-card-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);
}
.team-card-style-1 .team-card-dialog-close-btn:hover {
  color: var(--white);
  background-color: var(--primary);
}
.team-card-style-1 .team-card-dialog-name {
  margin-bottom: 5px;
}
.team-card-style-1 .team-card-dialog-contact {
  margin-bottom: 30px;
}

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

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team Card - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team List - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.team-list-style-1 .team-list-item-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  margin-bottom: 15px;
  border-radius: var(--border-radius);
  background-color: var(--gray-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: 5px;
  font-size: 20px;
}
.team-list-style-1 .team-list-item-open-btn:hover {
  color: var(--primary);
}
.team-list-style-1 .team-list-item-job {
  font-size: 14px;
}

.team-list-style-1 .team-list-dialog {
  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-dialog {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 70px 30px 10px;
  }
}
.team-list-style-1 .team-list-dialog-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .team-list-style-1 .team-list-dialog-img {
    position: relative;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
    padding-bottom: 125%;
    margin-bottom: 30px;
  }
}
.team-list-style-1 .team-list-dialog-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-dialog-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-dialog-right {
    padding: 40px 40px 10px;
  }
}
@media (max-width: 767px) {
  .team-list-style-1 .team-list-dialog-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-dialog-right-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
@media (max-width: 767px) {
  .team-list-style-1 .team-list-dialog-right-inner {
    display: unset;
    flex-direction: unset;
    justify-content: unset;
    min-height: unset;
  }
}
.team-list-style-1 .team-list-dialog-name {
  margin-bottom: 5px;
}
.team-list-style-1 .team-list-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);
}
.team-list-style-1 .team-list-dialog-close-btn:hover {
  color: var(--white);
  background-color: var(--primary);
}

.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 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.team-list-style-2 .team-list-item {
  margin-bottom: 30px;
}
.team-list-style-2 .team-list-item-wrap {
  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;
  aspect-ratio: 3/4;
  background-color: var(--gray-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: 5px;
  font-size: 18px;
}
.team-list-style-2 .team-list-item-open-btn:hover {
  color: var(--primary);
}
.team-list-style-2 .team-list-item-job {
  margin-bottom: 0;
  font-size: 14px;
}

.team-list-style-2 .team-list-dialog {
  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-dialog {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 70px 30px 10px;
  }
}
.team-list-style-2 .team-list-dialog-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .team-list-style-2 .team-list-dialog-img {
    position: relative;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
    padding-bottom: 125%;
    margin-bottom: 30px;
  }
}
.team-list-style-2 .team-list-dialog-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-dialog-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-dialog-right {
    padding: 40px 40px 10px;
  }
}
@media (max-width: 767px) {
  .team-list-style-2 .team-list-dialog-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-dialog-right-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
@media (max-width: 767px) {
  .team-list-style-2 .team-list-dialog-right-inner {
    display: unset;
    flex-direction: unset;
    justify-content: unset;
    min-height: unset;
  }
}
.team-list-style-2 .team-list-dialog-name {
  margin-bottom: 5px;
}
.team-list-style-2 .team-list-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);
}
.team-list-style-2 .team-list-dialog-close-btn:hover {
  color: var(--white);
  background-color: var(--primary);
}

.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 3 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.team-list-style-3 .team-list-item {
  margin-bottom: 30px;
}
.team-list-style-3 .team-list-item-wrap {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
}
.team-list-style-3 .team-list-item-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  background-color: var(--gray-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 {
  margin-bottom: 5px;
  font-size: 18px;
}
.team-list-style-3 .team-list-item-open-btn {
  color: var(--white);
}
.team-list-style-3 .team-list-item-open-btn:hover {
  color: var(--primary);
}
.team-list-style-3 .team-list-item-job {
  color: var(--white);
  font-size: 14px;
}

.team-list-style-3 .team-list-dialog {
  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-dialog {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 70px 30px 10px;
  }
}
.team-list-style-3 .team-list-dialog-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .team-list-style-3 .team-list-dialog-img {
    position: relative;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
    padding-bottom: 125%;
    margin-bottom: 30px;
  }
}
.team-list-style-3 .team-list-dialog-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-dialog-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-dialog-right {
    padding: 40px 40px 10px;
  }
}
@media (max-width: 767px) {
  .team-list-style-3 .team-list-dialog-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-dialog-right-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
@media (max-width: 767px) {
  .team-list-style-3 .team-list-dialog-right-inner {
    display: unset;
    flex-direction: unset;
    justify-content: unset;
    min-height: unset;
  }
}
.team-list-style-3 .team-list-dialog-name {
  margin-bottom: 5px;
}
.team-list-style-3 .team-list-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);
}
.team-list-style-3 .team-list-dialog-close-btn:hover {
  color: var(--white);
  background-color: var(--primary);
}

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

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team List - Style 3 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team Carousel - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.team-carousel-style-1 .slick-track {
  display: flex;
}
.team-carousel-style-1 .team-carousel-items {
  opacity: 0;
  transition: opacity var(--transition-500);
}
.team-carousel-style-1 .team-carousel-items.slick-initialized {
  opacity: 1;
}
.team-carousel-style-1 .team-carousel-item {
  height: auto;
  margin: 0 15px;
}
.team-carousel-style-1 .team-carousel-item-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  margin-bottom: 15px;
  border-radius: var(--border-radius);
  background-color: var(--gray-1);
}
.team-carousel-style-1 .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-1 .team-carousel-item-name {
  margin-bottom: 5px;
  font-size: 20px;
}
.team-carousel-style-1 .team-carousel-item-open-btn:hover {
  color: var(--primary);
}
.team-carousel-style-1 .team-carousel-item-job {
  font-size: 14px;
}

.team-carousel-style-1 .team-carousel-dialog {
  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-1 .team-carousel-dialog {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 70px 30px 10px;
  }
}
.team-carousel-style-1 .team-carousel-dialog-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .team-carousel-style-1 .team-carousel-dialog-img {
    position: relative;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
    padding-bottom: 125%;
    margin-bottom: 30px;
  }
}
.team-carousel-style-1 .team-carousel-dialog-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-1 .team-carousel-dialog-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-1 .team-carousel-dialog-right {
    padding: 40px 40px 10px;
  }
}
@media (max-width: 767px) {
  .team-carousel-style-1 .team-carousel-dialog-right {
    position: unset;
    top: unset;
    right: unset;
    width: unset;
    height: unset;
    padding: unset;
    overflow-x: unset;
    overflow-y: unset;
  }
}
.team-carousel-style-1 .team-carousel-dialog-right-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
@media (max-width: 767px) {
  .team-carousel-style-1 .team-carousel-dialog-right-inner {
    display: unset;
    flex-direction: unset;
    justify-content: unset;
    min-height: unset;
  }
}
.team-carousel-style-1 .team-carousel-dialog-name {
  margin-bottom: 5px;
}
.team-carousel-style-1 .team-carousel-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);
}
.team-carousel-style-1 .team-carousel-dialog-close-btn:hover {
  color: var(--white);
  background-color: var(--primary);
}

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

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team Carousel - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team Carousel - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.team-carousel-style-2 .slick-track {
  display: flex;
}
.team-carousel-style-2 .team-carousel-items {
  opacity: 0;
  transition: opacity var(--transition-500);
}
.team-carousel-style-2 .team-carousel-items.slick-initialized {
  opacity: 1;
}
.team-carousel-style-2 .team-carousel-item {
  overflow: hidden;
  height: auto;
  margin: 15px;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-carousel);
  transition: var(--transition-200);
}
.team-carousel-style-2 .team-carousel-item-bottom {
  padding: 20px;
  background-color: var(--white);
}
.team-carousel-style-2 .team-carousel-item-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  background-color: var(--primary-1);
}
.team-carousel-style-2 .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-2 .team-carousel-item-name {
  margin-bottom: 5px;
  font-size: 18px;
}
.team-carousel-style-2 .team-carousel-item-open-btn:hover {
  color: var(--primary);
}
.team-carousel-style-2 .team-carousel-item-job {
  margin-bottom: 0;
  font-size: 14px;
}

.team-carousel-style-2 .team-carousel-dialog {
  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-2 .team-carousel-dialog {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 70px 30px 10px;
  }
}
.team-carousel-style-2 .team-carousel-dialog-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .team-carousel-style-2 .team-carousel-dialog-img {
    position: relative;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
    padding-bottom: 125%;
    margin-bottom: 30px;
  }
}
.team-carousel-style-2 .team-carousel-dialog-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-2 .team-carousel-dialog-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-2 .team-carousel-dialog-right {
    padding: 40px 40px 10px;
  }
}
@media (max-width: 767px) {
  .team-carousel-style-2 .team-carousel-dialog-right {
    position: unset;
    top: unset;
    right: unset;
    width: unset;
    height: unset;
    padding: unset;
    overflow-x: unset;
    overflow-y: unset;
  }
}
.team-carousel-style-2 .team-carousel-dialog-right-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
@media (max-width: 767px) {
  .team-carousel-style-2 .team-carousel-dialog-right-inner {
    display: unset;
    flex-direction: unset;
    justify-content: unset;
    min-height: unset;
  }
}
.team-carousel-style-2 .team-carousel-dialog-name {
  margin-bottom: 5px;
}
.team-carousel-style-2 .team-carousel-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);
}
.team-carousel-style-2 .team-carousel-dialog-close-btn:hover {
  color: var(--white);
  background-color: var(--primary);
}

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

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team Carousel - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team Carousel - Style 3 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.team-carousel-style-3 .slick-track {
  display: flex;
}
.team-carousel-style-3 .team-carousel-items {
  opacity: 0;
  transition: opacity var(--transition-500);
}
.team-carousel-style-3 .team-carousel-items.slick-initialized {
  opacity: 1;
}
.team-carousel-style-3 .team-carousel-item {
  position: relative;
  overflow: hidden;
  height: auto;
  margin: 0 15px;
  border-radius: var(--border-radius);
}
.team-carousel-style-3 .team-carousel-item-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  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: 80px 30px 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
}
.team-carousel-style-3 .team-carousel-item-name {
  margin-bottom: 5px;
  font-size: 18px;
}
.team-carousel-style-3 .team-carousel-item-open-btn {
  color: var(--white);
}
.team-carousel-style-3 .team-carousel-item-open-btn:hover {
  color: var(--primary);
}
.team-carousel-style-3 .team-carousel-item-job {
  color: var(--white);
  font-size: 14px;
}

.team-carousel-style-3 .team-carousel-dialog {
  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-dialog {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 70px 30px 10px;
  }
}
.team-carousel-style-3 .team-carousel-dialog-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .team-carousel-style-3 .team-carousel-dialog-img {
    position: relative;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
    padding-bottom: 125%;
    margin-bottom: 30px;
  }
}
.team-carousel-style-3 .team-carousel-dialog-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-dialog-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-dialog-right {
    padding: 40px 40px 10px;
  }
}
@media (max-width: 767px) {
  .team-carousel-style-3 .team-carousel-dialog-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-dialog-right-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
@media (max-width: 767px) {
  .team-carousel-style-3 .team-carousel-dialog-right-inner {
    display: unset;
    flex-direction: unset;
    justify-content: unset;
    min-height: unset;
  }
}
.team-carousel-style-3 .team-carousel-dialog-name {
  margin-bottom: 5px;
}
.team-carousel-style-3 .team-carousel-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);
}
.team-carousel-style-3 .team-carousel-dialog-close-btn:hover {
  color: var(--white);
  background-color: var(--primary);
}

.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 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Testimonials Carousel - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.testimonials-carousel-style-1 {
  margin-bottom: 30px;
  color: var(--primary);
}
.testimonials-carousel-style-1 .testimonials-carousel-wrap {
  opacity: 0;
  transition: opacity var(--transition-500);
}
.testimonials-carousel-style-1 .testimonials-carousel-wrap.slick-initialized {
  opacity: 1;
}
.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-wrap {
  opacity: 0;
  transition: opacity var(--transition-500);
}
.testimonials-carousel-style-2 .testimonials-carousel-wrap.slick-initialized {
  opacity: 1;
}
.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%;
  aspect-ratio: 5/4;
  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
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Logo Carousel - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.logo-carousel-style-1 .slick-track {
  display: flex;
}
.logo-carousel-style-1 .logo-carousel-wrap {
  opacity: 0;
  transition: opacity var(--transition-500);
}
.logo-carousel-style-1 .logo-carousel-wrap.slick-initialized {
  opacity: 1;
}
.logo-carousel-style-1 .logo-carousel-item {
  position: relative;
  height: auto;
  margin: 10px 10px 15px;
}
.logo-carousel-style-1 .logo-carousel-item-wrap {
  padding: 30px;
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: var(--shadow-carousel);
  transition: var(--transition-200);
}
@media (max-width: 575px) {
  .logo-carousel-style-1 .logo-carousel-item-wrap {
    padding: 15px;
  }
}
.logo-carousel-style-1 .logo-carousel-item-wrap:hover {
  box-shadow: var(--shadow-carousel-hover);
}
.logo-carousel-style-1 .logo-carousel-item-img {
  display: block;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
}
.logo-carousel-style-1 .logo-carousel-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: var(--transition-200);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Logo Carousel - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Slider - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.slider-style-1 .slider-wrap {
  opacity: 0;
  transition: opacity var(--transition-500);
}
.slider-style-1 .slider-wrap.slick-initialized {
  opacity: 1;
}
.slider-style-1 .slider-item {
  position: relative;
}
.slider-style-1 .slider-item-img {
  overflow: hidden;
  position: relative;
  background-color: var(--primary-1);
}
@media (min-width: 992px) {
  .slider-style-1 .slider-item-img:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  }
}
.slider-style-1 .slider-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .slider-style-1 .slider-item-text-area {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .slider-style-1 .slider-item-text-area .content-area-wrap {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .slider-style-1 .slider-item-text-area .container {
    max-width: none;
    padding: 0;
  }
}
.slider-style-1 .slider-item-inner {
  padding: 50px 50px 20px;
  border-top: 10px solid rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .slider-style-1 .slider-item-inner {
    padding: 30px 30px 1px;
  }
}

.slider-style-1.is-md .slider-item-img {
  height: 550px;
}
@media (max-width: 991px) {
  .slider-style-1.is-md .slider-item-img {
    height: auto;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 575px) {
  .slider-style-1.is-md .slider-item-img {
    aspect-ratio: 4/3;
  }
}
.slider-style-1.is-sm .slider-item-img {
  height: 450px;
}
@media (max-width: 991px) {
  .slider-style-1.is-sm .slider-item-img {
    height: auto;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 575px) {
  .slider-style-1.is-sm .slider-item-img {
    aspect-ratio: 4/3;
  }
}
.slider-style-1.is-lg .slider-item-img {
  height: 650px;
}
@media (max-width: 991px) {
  .slider-style-1.is-lg .slider-item-img {
    height: auto;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 575px) {
  .slider-style-1.is-lg .slider-item-img {
    aspect-ratio: 4/3;
  }
}
.slider-style-1.is-fullscreen .slider-item-img {
  height: calc(100vh - var(--header-height));
  height: calc((var(--vh, 1vh) * 100) - var(--header-height));
}
@media (max-width: 991px) {
  .slider-style-1.is-fullscreen .slider-item-img {
    height: auto;
    aspect-ratio: 16/9;
  }
}

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

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

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Slider - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Slider - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.slider-style-2 .slider-wrap {
  opacity: 0;
  transition: opacity var(--transition-500);
}
.slider-style-2 .slider-wrap.slick-initialized {
  opacity: 1;
}
.slider-style-2 .slider-item {
  position: relative;
}
.slider-style-2 .slider-item-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.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;
  padding: 100px 0 70px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
}
.slider-style-2 .slider-item-title {
  color: var(--white);
  font-size: 70px;
}
@media (max-width: 991px) {
  .slider-style-2 .slider-item-title {
    font-size: 55px;
  }
}

.slider-style-2.is-md .slider-item-content {
  min-height: 550px;
}
@media (max-width: 575px) {
  .slider-style-2.is-md .slider-item-content {
    min-height: 380px;
  }
}
.slider-style-2.is-sm .slider-item-content {
  min-height: 450px;
}
@media (max-width: 575px) {
  .slider-style-2.is-sm .slider-item-content {
    min-height: 380px;
  }
}
.slider-style-2.is-lg .slider-item-content {
  min-height: 650px;
}
@media (max-width: 575px) {
  .slider-style-2.is-lg .slider-item-content {
    min-height: 380px;
  }
}
.slider-style-2.is-fullscreen .slider-item-content {
  height: calc(100vh - var(--header-height));
  height: calc((var(--vh, 1vh) * 100) - var(--header-height));
  min-height: 500px;
}

.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 {
  margin-bottom: 0;
}
.slider-style-2 .slick-dots {
  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 .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
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post List - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.posts-list .row > div[style]:not([class]),
.posts-list .row > .blogs_posts_list_ajax_position,
.posts-list .row > .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 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);
  transition: var(--transition-200);
}
@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%;
  /* Due to side-by-side layout, use padding instead of aspect-ratio */
  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;
  font-size: 20px;
}
.posts-list-style-1-landscape .posts-list-item-date {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
}
.posts-list-style-1-landscape .posts-list-item-date i {
  margin-right: 5px;
}
.posts-list-style-1-landscape .posts-list-item-des {
  font-size: 16px;
}
.posts-list-style-1-landscape .posts-list-item-btn {
  display: block;
  margin-top: auto;
}
.posts-list-style-1-landscape.hide-date .posts-list-item-date {
  display: none;
}
.posts-list-style-1-landscape.hide-btn .posts-list-item-btn {
  display: none;
}
.posts-list-style-1-landscape.hide-thumb .posts-list-item-header {
  display: none;
}
@media (min-width: 576px) {
  .posts-list-style-1-landscape.hide-thumb .posts-list-item-body {
    width: 100%;
    flex: 0 0 auto;
    max-width: none;
  }
}
.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 - 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);
  transition: var(--transition-200);
}
.posts-list-style-1-portrait .posts-list-item-img {
  display: block;
  overflow: hidden;
  position: relative;
  aspect-ratio: 5/4;
  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;
  font-size: 20px;
}
.posts-list-style-1-portrait .posts-list-item-date {
  margin-bottom: 15px;
  font-size: 14px;
}
.posts-list-style-1-portrait .posts-list-item-date i {
  margin-right: 5px;
}
.posts-list-style-1-portrait .posts-list-item-des {
  font-size: 16px;
}
.posts-list-style-1-portrait .posts-list-item-btn {
  margin-top: auto;
}
.posts-list-style-1-portrait.hide-date .posts-list-item-date {
  display: none;
}
.posts-list-style-1-portrait.hide-btn .posts-list-item-btn {
  display: none;
}
.posts-list-style-1-portrait.hide-thumb .posts-list-item-header {
  display: none;
}
.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 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%;
  /* Due to side-by-side layout, use padding instead of aspect-ratio */
  background-color: var(--gray-2);
}
@media (max-width: 767px) {
  .posts-list-style-2 .posts-list-item-img {
    height: auto;
    padding-bottom: 56%;
    /* Due to side-by-side layout, use padding instead of aspect-ratio */
  }
}
.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;
  font-size: 20px;
  transition: var(--transition-200);
}
.posts-list-style-2 .posts-list-item-date {
  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-des {
  font-size: 16px;
}
.posts-list-style-2 .posts-list-item-btn {
  margin-top: auto;
}
.posts-list-style-2.hide-date .posts-list-item-date {
  display: none;
}
.posts-list-style-2.hide-btn .posts-list-item-btn {
  display: none;
}
.posts-list-style-2.hide-thumb .posts-list-item-header {
  display: none;
}
.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 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post Carousel - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.posts-carousel .row > div[style]:not([class]),
.posts-carousel .row > .blogs_posts_list_ajax_position,
.posts-carousel .row > .blogs-show-more {
  display: none !important;
}
.posts-carousel .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-carousel .posts-carousel-load-btn {
  display: none;
  text-align: center;
}
.posts-carousel .posts-carousel-loader {
  text-align: center;
}
.posts-carousel .blogs-post-crop-icon {
  display: none !important;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post Carousel - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Posts Carousel - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.posts-carousel-style-1 .slick-track {
  display: flex;
}
.posts-carousel-style-1 .posts-carousel-wrap {
  opacity: 0;
  transition: opacity var(--transition-500);
}
.posts-carousel-style-1 .posts-carousel-wrap.slick-initialized {
  opacity: 1;
}
.posts-carousel-style-1 .posts-carousel-item {
  height: auto;
  margin: 15px;
}
.posts-carousel-style-1 .posts-carousel-item-wrap {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: var(--shadow-1);
  transition: var(--transition-200);
}
.posts-carousel-style-1 .posts-carousel-item-img {
  display: block;
  overflow: hidden;
  position: relative;
  aspect-ratio: 5/4;
  background-color: var(--gray-2);
}
.posts-carousel-style-1 .posts-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);
}
.posts-carousel-style-1 .posts-carousel-item-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 1px;
}
.posts-carousel-style-1 .posts-carousel-item-title {
  margin-bottom: 15px;
  font-size: 20px;
}
.posts-carousel-style-1 .posts-carousel-item-date {
  display: none;
  margin-bottom: 15px;
  font-size: 14px;
}
.posts-carousel-style-1 .posts-carousel-item-date i {
  margin-right: 5px;
}
.posts-carousel-style-1 .posts-carousel-item-des {
  font-size: 16px;
}
.posts-carousel-style-1 .posts-carousel-item-btn {
  display: none;
  margin-top: auto;
}
.posts-carousel-style-1.show-date .posts-carousel-item-date {
  display: block;
}
.posts-carousel-style-1.show-btn .posts-carousel-item-btn {
  display: block;
}
.posts-carousel-style-1 .posts-carousel-item-wrap:hover {
  box-shadow: 0 7px 8px rgba(0, 0, 0, 0.15);
}
.posts-carousel-style-1 .posts-carousel-item-wrap:hover .posts-carousel-item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Posts Carousel - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post Details - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.post-details-style-1 .post-details-header-inner {
  padding-top: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 670px;
}
.post-details-style-1 .post-details-title {
  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
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events Details - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.eshop-events-details-style-1 {
  font-size: 16px;
  margin-bottom: 30px;
}
.eshop-events-details-style-1 .events-details-header .content-card-wrap {
  padding-top: 0;
}
.eshop-events-details-style-1 .events-details-subheader {
  padding: 0 30px 1px;
  margin-bottom: 30px;
}
.eshop-events-details-style-1 .events-details-release {
  display: inline-block;
  padding: 15px 30px;
  margin-bottom: 30px;
  line-height: 1.2;
  text-align: center;
  color: var(--white);
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  background-color: var(--primary);
}
.eshop-events-details-style-1 .events-details-release span {
  display: block;
}
.eshop-events-details-style-1 .events-details-release span:first-of-type {
  font-size: 18px;
}
.eshop-events-details-style-1 .events-details-release span:last-of-type {
  font-size: 30px;
}

.eshop-events-details-style-1 .events-details-banner, .eshop-events-details-style-1 .events-details-banner-mobile {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border-radius: var(--border-radius);
  background-color: var(--gray-2);
}
.eshop-events-details-style-1 .events-details-banner img, .eshop-events-details-style-1 .events-details-banner-mobile 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 .events-details-banner {
  padding-bottom: 56%;
}
@media (max-width: 991px) {
  .eshop-events-details-style-1 .events-details-banner {
    display: none;
  }
}
.eshop-events-details-style-1 .events-details-banner-mobile {
  display: none;
  margin-bottom: 10px;
  padding-bottom: 60%;
}
@media (max-width: 991px) {
  .eshop-events-details-style-1 .events-details-banner-mobile {
    display: block;
  }
}
.eshop-events-details-style-1 .gallery-item-img {
  border-radius: var(--border-radius);
}

.eshop-events-details-style-1 .events-details-rsvp {
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid var(--gray);
}
.eshop-events-details-style-1 .events-details-price {
  margin-bottom: 15px;
}
.eshop-events-details-style-1 .events-details-cart-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.eshop-events-details-style-1 .events-details-qty {
  display: flex;
  align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  margin-bottom: 0;
}
.eshop-events-details-style-1 .events-details-qty .mwInput {
  max-width: 80px;
}
.eshop-events-details-style-1 .events-details-qty .mwInput input {
  text-align: center;
}
.eshop-events-details-style-1 .events-details-qty-inc, .eshop-events-details-style-1 .events-details-qty-dec {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--white);
  border-radius: 50%;
  background-color: var(--primary);
}
.eshop-events-details-style-1 .events-details-qty-inc:hover, .eshop-events-details-style-1 .events-details-qty-dec:hover {
  background-color: var(--primary-6);
}
.eshop-events-details-style-1 .events-details-btn-rsvp {
  margin-bottom: 0;
}

.eshop-events-details-style-1 .events-details-meta {
  margin-bottom: 10px;
}
.eshop-events-details-style-1 .events-details-meta p, .eshop-events-details-style-1 .events-details-meta ul, .eshop-events-details-style-1 .events-details-meta ol, .eshop-events-details-style-1 .events-details-meta table, .eshop-events-details-style-1 .events-details-meta .btn {
  margin-bottom: 10px;
}
.eshop-events-details-style-1 .events-details-meta-title {
  margin-bottom: 5px;
}
.eshop-events-details-style-1 .events-details-meta-inner {
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events Details - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events Checkout - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.eshop-events-checkout-style-1 {
  font-size: 16px;
  margin-bottom: 30px;
}
.eshop-events-checkout-style-1 .events-checkout-header .content-card-wrap {
  padding-top: 0;
}
.eshop-events-checkout-style-1 .events-checkout-header-sub {
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid var(--gray);
}
.eshop-events-checkout-style-1 .events-checkout-release {
  display: inline-block;
  padding: 15px 30px;
  margin-bottom: 30px;
  line-height: 1.2;
  text-align: center;
  color: var(--white);
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  background-color: var(--primary);
}
.eshop-events-checkout-style-1 .events-checkout-release span {
  display: block;
}
.eshop-events-checkout-style-1 .events-checkout-release span:first-of-type {
  font-size: 18px;
}
.eshop-events-checkout-style-1 .events-checkout-release span:last-of-type {
  font-size: 30px;
}

.eshop-events-checkout-style-1 .events-checkout-banner, .eshop-events-checkout-style-1 .events-checkout-banner-mobile {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border-radius: var(--border-radius);
  background-color: var(--gray-2);
}
.eshop-events-checkout-style-1 .events-checkout-banner img, .eshop-events-checkout-style-1 .events-checkout-banner-mobile img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.eshop-events-checkout-style-1 .events-checkout-banner {
  padding-bottom: 56%;
}
@media (max-width: 991px) {
  .eshop-events-checkout-style-1 .events-checkout-banner {
    display: none;
  }
}
.eshop-events-checkout-style-1 .events-checkout-banner-mobile {
  display: none;
  margin-bottom: 10px;
  padding-bottom: 60%;
}
@media (max-width: 991px) {
  .eshop-events-checkout-style-1 .events-checkout-banner-mobile {
    display: block;
  }
}

.eshop-events-checkout-style-1 .events-checkout-meta {
  margin-bottom: 10px;
}
.eshop-events-checkout-style-1 .events-checkout-meta p, .eshop-events-checkout-style-1 .events-checkout-meta ul, .eshop-events-checkout-style-1 .events-checkout-meta ol, .eshop-events-checkout-style-1 .events-checkout-meta table, .eshop-events-checkout-style-1 .events-checkout-meta .btn {
  margin-bottom: 10px;
}
.eshop-events-checkout-style-1 .events-checkout-meta-title {
  margin-bottom: 5px;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events Checkout - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.eshop-events-style-1 .events-item {
  margin-bottom: 30px;
}
.eshop-events-style-1 .events-item-wrap {
  display: flex;
  height: 100%;
  border-radius: var(--border-radius);
  background-color: var(--light);
}
.eshop-events-style-1 .events-item-left,
.eshop-events-style-1 .events-item-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 25px;
}
.eshop-events-style-1 .events-item-left {
  color: var(--white);
  border-radius: var(--border-radius) 0 0 var(--border-radius);
  background-color: var(--primary);
}
.eshop-events-style-1 .events-item-right {
  gap: 5px;
}
.eshop-events-style-1 .events-item-right > * {
  margin-bottom: 0;
}
.eshop-events-style-1 .events-item-release {
  line-height: 1.2;
  text-align: center;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
}
.eshop-events-style-1 .events-item-release span {
  display: block;
}
.eshop-events-style-1 .events-item-release span:first-of-type {
  font-size: 18px;
}
.eshop-events-style-1 .events-item-release span:last-of-type {
  font-size: 30px;
}
.eshop-events-style-1 .events-item-title a {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.eshop-events-style-1 .events-item-title a:hover {
  -webkit-text-decoration-color: var(--primary);
          text-decoration-color: var(--primary);
}
.eshop-events-style-1 .events-item-datetime {
  font-size: 14px;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events - Calendar - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.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 .mwCalendar-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-header button {
  font-size: 18px;
}
.eshop-events-calendar-style-1 .mwCalendar-header button:hover {
  color: var(--primary);
}
.eshop-events-calendar-style-1 .mwCalendar-currentMonth {
  margin-bottom: 0;
  font-size: 18px;
  color: var(--text-color);
  font-weight: var(--font-weight-bold);
}
.eshop-events-calendar-style-1 .mwCalendar-weeksList {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  list-style: none;
  padding: 0 10px;
  margin-bottom: 0;
  line-height: 1;
}
.eshop-events-calendar-style-1 .mwCalendar-weeksList li {
  padding: 8px 0;
  text-align: center;
  margin: 0;
}
.eshop-events-calendar-style-1 .mwCalendar-weeksList abbr {
  cursor: text;
  font-size: 16px;
  text-decoration: none;
}
.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 {
  width: auto;
  height: auto;
  padding: 8px 0;
  text-align: center;
  border: none;
  border-radius: var(--border-radius);
}
.eshop-events-calendar-style-1 .mwCalendar-day time {
  display: block;
  font-size: 16px;
  line-height: 1;
}
.eshop-events-calendar-style-1 .mwCalendar-day.prevMonth time, .eshop-events-calendar-style-1 .mwCalendar-day.nextMonth time {
  display: none;
}
.eshop-events-calendar-style-1 .mwCalendar-day.weekend {
  color: inherit;
}
.eshop-events-calendar-style-1 .mwCalendar-day.today {
  background-color: var(--light);
}
.eshop-events-calendar-style-1 .mwCalendar-day.today time {
  font-weight: var(--font-weight-bold);
}
.eshop-events-calendar-style-1 .mwCalendar-day.event {
  background-color: var(--primary);
}
.eshop-events-calendar-style-1 .mwCalendar-day.event time {
  color: var(--white);
  font-weight: var(--font-weight-bold);
}

.eshop-events-calendar-style-1 .mwCalendar-search {
  display: flex;
  margin-bottom: 30px;
}
.eshop-events-calendar-style-1 .mwCalendar-search .mwInput {
  z-index: 1;
  flex: 1 1 auto;
  border-right-width: 0;
  border-radius: var(--form-border-radius) 0 0 var(--form-border-radius);
}
.eshop-events-calendar-style-1 .mwCalendar-search .btn {
  flex: 0 0 auto;
  margin-bottom: 0;
}
.eshop-events-calendar-style-1 .mwCalendar-search button {
  height: var(--form-input-height);
  padding: 0 var(--btn-sm-padding-x);
  border-radius: 0 var(--form-border-radius) var(--form-border-radius) 0;
}
.eshop-events-calendar-style-1 .mwCalendar-list ul {
  margin-bottom: 30px;
}
.eshop-events-calendar-style-1 .mwCalendar-list li {
  margin-bottom: var(--li-margin-bottom);
}
.eshop-events-calendar-style-1 .mwCalendar-list-title {
  margin-bottom: 15px;
  font-size: 22px;
  color: var(--text-color);
  font-weight: var(--font-weight-bold);
}

.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 {
  overflow: hidden;
  height: 100%;
  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;
  aspect-ratio: 5/3;
}
.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 {
  padding: 20px 20px 5px;
}
.eshop-events-calendar-style-1 .events-item-release {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 20px;
  color: var(--white);
  text-align: center;
  border-radius: 0 0 var(--border-radius) 0;
  background-color: var(--primary);
}
.eshop-events-calendar-style-1 .events-item-release span {
  display: block;
  line-height: 1;
}
.eshop-events-calendar-style-1 .events-item-release span:first-of-type {
  font-size: 18px;
}
.eshop-events-calendar-style-1 .events-item-release span:last-of-type {
  font-size: 30px;
}
.eshop-events-calendar-style-1 .events-item-title {
  margin-bottom: 15px;
}
.eshop-events-calendar-style-1 .events-item-title a {
  text-decoration: none;
}
.eshop-events-calendar-style-1 .events-item-des {
  font-size: 16px;
}
.eshop-events-calendar-style-1 .events-item-btn {
  margin-bottom: 15px;
}

.eshop-events-calendar-style-1.is-show-thumb-0 .events-item-header {
  padding: 0 20px;
}
.eshop-events-calendar-style-1.is-show-thumb-0 .events-item-img {
  display: none;
}
.eshop-events-calendar-style-1.is-show-thumb-0 .events-item-release {
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
  padding: 10px 20px;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events - Calendar - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events - Calendar - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.eshop-events-calendar-style-2 .eshop-events-top {
  margin-bottom: 90px;
}

.eshop-events-calendar-style-2 .mwCalendar-search {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.eshop-events-calendar-style-2 .mwCalendar-search .mwInput {
  z-index: 1;
  flex: 1 1 auto;
  height: 48px;
  border-right-width: 0;
  border-radius: var(--form-border-radius) 0 0 var(--form-border-radius);
}
.eshop-events-calendar-style-2 .mwCalendar-search .mwInput + .btn {
  margin-right: 10px;
}
.eshop-events-calendar-style-2 .mwCalendar-search .mwInput + .btn button {
  border-radius: 0 var(--form-border-radius) var(--form-border-radius) 0;
}
.eshop-events-calendar-style-2 .mwCalendar-search .btn {
  flex: 0 0 auto;
  margin-bottom: 0;
}
.eshop-events-calendar-style-2 .mwCalendar-search button {
  height: 48px;
  padding: 0 var(--btn-sm-padding-x);
}
.eshop-events-calendar-style-2 .mwCalendar-list-title {
  margin-bottom: 15px;
  font-size: 22px;
  color: var(--text-color);
  font-weight: var(--font-weight-bold);
}

.eshop-events-calendar-style-2 .mwCalendar {
  margin-bottom: 30px;
}
.eshop-events-calendar-style-2 .mwCalendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  border-radius: var(--border-radius);
  background-color: var(--light);
}
.eshop-events-calendar-style-2 .mwCalendar-header button {
  font-size: 18px;
}
.eshop-events-calendar-style-2 .mwCalendar-header button:hover {
  color: var(--primary);
}
.eshop-events-calendar-style-2 .mwCalendar-currentMonth {
  margin-bottom: 0;
  font-size: 30px;
  color: var(--text-color);
  font-weight: var(--font-weight-bold);
}
@media (max-width: 991px) {
  .eshop-events-calendar-style-2 .mwCalendar-currentMonth {
    font-size: 20px;
  }
}
.eshop-events-calendar-style-2 .mwCalendar-weeksList {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  list-style: none;
  padding: 30px 0;
  margin-bottom: 0;
  line-height: 1;
}
.eshop-events-calendar-style-2 .mwCalendar-weeksList li {
  padding: 0;
  margin: 0;
}
.eshop-events-calendar-style-2 .mwCalendar-weeksList abbr {
  cursor: auto;
  font-size: 18px;
  text-decoration: none;
  font-weight: var(--font-weight-semi-bold);
}
@media (max-width: 991px) {
  .eshop-events-calendar-style-2 .mwCalendar-weeksList abbr:first-of-type {
    display: none;
  }
}
.eshop-events-calendar-style-2 .mwCalendar-weeksList abbr:last-of-type {
  display: none;
  text-align: center;
}
@media (max-width: 991px) {
  .eshop-events-calendar-style-2 .mwCalendar-weeksList abbr:last-of-type {
    display: block;
  }
}
.eshop-events-calendar-style-2 .mwCalendar-daysList {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}
.eshop-events-calendar-style-2 .mwCalendar-day {
  width: auto;
  height: auto;
  min-height: 160px;
  padding: 15px 10px;
  border: 0;
  border-radius: var(--border-radius);
  background-color: var(--light);
  transition: var(--transition-200);
}
@media (max-width: 991px) {
  .eshop-events-calendar-style-2 .mwCalendar-day {
    min-height: 0;
    padding: 8px 0;
    text-align: center;
  }
}
.eshop-events-calendar-style-2 .mwCalendar-day:hover {
  background-color: var(--primary-1);
}
.eshop-events-calendar-style-2 .mwCalendar-date {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1;
  font-weight: var(--font-weight-normal);
}
@media (max-width: 991px) {
  .eshop-events-calendar-style-2 .mwCalendar-date {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .eshop-events-calendar-style-2 .mwCalendar-itemsList {
    display: none;
  }
}
.eshop-events-calendar-style-2 .mwCalendar-item {
  position: relative;
  margin-bottom: 8px;
  padding-left: 10px;
}
@media (max-width: 1199px) {
  .eshop-events-calendar-style-2 .mwCalendar-item {
    padding-left: 0;
  }
}
.eshop-events-calendar-style-2 .mwCalendar-item:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--secondary);
}
@media (max-width: 1199px) {
  .eshop-events-calendar-style-2 .mwCalendar-item:before {
    display: none;
  }
}
.eshop-events-calendar-style-2 .mwCalendar-item-title {
  margin-bottom: 2px;
  font-size: 13px;
  line-height: 1.1;
  font-weight: var(--font-weight-normal);
}
.eshop-events-calendar-style-2 .mwCalendar-item-title a {
  color: var(--black);
  text-decoration: none;
}
.eshop-events-calendar-style-2 .mwCalendar-item-title a:hover {
  color: var(--black);
  text-decoration: underline;
}
.eshop-events-calendar-style-2 .mwCalendar-item-dateTime {
  margin-bottom: 0;
  font-size: 11px;
}
.eshop-events-calendar-style-2 .mwCalendar-day.prevMonth, .eshop-events-calendar-style-2 .mwCalendar-day.nextMonth {
  background-color: transparent;
}
.eshop-events-calendar-style-2 .mwCalendar-day.prevMonth > *, .eshop-events-calendar-style-2 .mwCalendar-day.nextMonth > * {
  display: none;
}
.eshop-events-calendar-style-2 .mwCalendar-day.weekend {
  color: inherit;
}
.eshop-events-calendar-style-2 .mwCalendar-day.today .mwCalendar-date {
  color: var(--primary);
  font-weight: var(--font-weight-bold);
}
.eshop-events-calendar-style-2 .mwCalendar-day.event {
  background-color: var(--primary-1);
}
.eshop-events-calendar-style-2 .mwCalendar-day.event:hover {
  background-color: var(--primary-2);
}

.eshop-events-calendar-style-2 .events-item {
  margin-bottom: 30px;
}
.eshop-events-calendar-style-2 .events-item:hover .events-item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.eshop-events-calendar-style-2 .events-item-wrap {
  overflow: hidden;
  height: 100%;
  border-radius: var(--border-radius);
  background-color: var(--white);
}
.eshop-events-calendar-style-2 .events-item-header {
  position: relative;
}
.eshop-events-calendar-style-2 .events-item-img {
  overflow: hidden;
  position: relative;
  aspect-ratio: 5/3;
}
.eshop-events-calendar-style-2 .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-2 .events-item-body {
  padding: 20px 20px 5px;
}
.eshop-events-calendar-style-2 .events-item-release {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 20px;
  color: var(--white);
  text-align: center;
  border-radius: 0 0 var(--border-radius) 0;
  background-color: var(--primary);
}
.eshop-events-calendar-style-2 .events-item-release span {
  display: block;
  line-height: 1;
}
.eshop-events-calendar-style-2 .events-item-release span:first-of-type {
  font-size: 18px;
}
.eshop-events-calendar-style-2 .events-item-release span:last-of-type {
  font-size: 30px;
}
.eshop-events-calendar-style-2 .events-item-title {
  margin-bottom: 15px;
}
.eshop-events-calendar-style-2 .events-item-title a {
  text-decoration: none;
}
.eshop-events-calendar-style-2 .events-item-des {
  font-size: 16px;
}
.eshop-events-calendar-style-2 .events-item-btn {
  margin-bottom: 15px;
}

.eshop-events-calendar-style-2.is-show-thumb-0 .events-item-header {
  padding: 0 20px;
}
.eshop-events-calendar-style-2.is-show-thumb-0 .events-item-img {
  display: none;
}
.eshop-events-calendar-style-2.is-show-thumb-0 .events-item-release {
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
  padding: 10px 20px;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events - Calendar - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events - Calendar - Style 3 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.eshop-events-calendar-style-3 .events-item {
  margin-bottom: 30px;
}
.eshop-events-calendar-style-3 .events-item:hover .events-item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.eshop-events-calendar-style-3 .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-3 .events-item-header {
  position: relative;
}
.eshop-events-calendar-style-3 .events-item-img {
  overflow: hidden;
  position: relative;
  padding-bottom: 75%;
  background-color: var(--gray-2);
}
.eshop-events-calendar-style-3 .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-3 .events-item-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  padding: 25px 25px 5px;
}
.eshop-events-calendar-style-3 .events-item-body p {
  margin-bottom: 20px;
}
.eshop-events-calendar-style-3 .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-3 .events-item-release span {
  display: block;
}
.eshop-events-calendar-style-3 .events-item-release span:nth-child(1) {
  line-height: 1;
  font-size: 30px;
  font-weight: var(--font-weight-bold);
}
.eshop-events-calendar-style-3 .events-item-title {
  margin-bottom: 15px;
}
.eshop-events-calendar-style-3 .events-item-item-des {
  font-size: var(--font-size-sm);
}
.eshop-events-calendar-style-3 .events-item-btn {
  margin-top: auto;
  margin-bottom: 20px;
}

.eshop-events-calendar-style-3 .mwCalendar {
  overflow: hidden;
  margin-bottom: 30px;
}
.eshop-events-calendar-style-3 .calendar-header {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .eshop-events-calendar-style-3 .calendar-header {
    justify-content: space-between;
  }
}
.eshop-events-calendar-style-3 .mwCalendar-previous,
.eshop-events-calendar-style-3 .mwCalendar-next {
  font-size: 18px;
  color: var(--gray-4);
}
.eshop-events-calendar-style-3 .mwCalendar-previous:hover,
.eshop-events-calendar-style-3 .mwCalendar-next:hover {
  color: var(--primary);
}
.eshop-events-calendar-style-3 .calendar-current-month {
  padding: 0 30px;
  margin-bottom: 0;
  font-size: 28px;
  color: var(--text-color);
}
@media (max-width: 991px) {
  .eshop-events-calendar-style-3 .calendar-current-month {
    font-size: 20px;
  }
}
.eshop-events-calendar-style-3 .calendar-weeks {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .eshop-events-calendar-style-3 .calendar-weeks {
    gap: 5px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .eshop-events-calendar-style-3 .calendar-week {
    text-align: center;
  }
}
.eshop-events-calendar-style-3 .calendar-week h3 {
  margin-bottom: 0;
  font-size: inherit;
  color: var(--text-color);
  font-family: inherit;
  font-weight: var(--font-weight-normal);
}
@media (max-width: 991px) {
  .eshop-events-calendar-style-3 .calendar-week h3 > span:first-of-type {
    display: none;
  }
}
.eshop-events-calendar-style-3 .calendar-week h3 > span:last-of-type {
  display: none;
}
@media (max-width: 991px) {
  .eshop-events-calendar-style-3 .calendar-week h3 > span:last-of-type {
    display: block;
  }
}
.eshop-events-calendar-style-3 .mwCalendar-daysList {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}
@media (max-width: 991px) {
  .eshop-events-calendar-style-3 .mwCalendar-daysList {
    gap: 5px;
  }
}
.eshop-events-calendar-style-3 .mwCalendar-day {
  position: relative;
  width: auto;
  height: auto;
  min-height: 180px;
  padding: 15px;
  border-top: 2px solid var(--border-color-dark);
  border-right: 0 solid var(--border-color-dark);
  border-bottom: 0 solid var(--border-color-dark);
  border-left: 0 solid var(--border-color-dark);
  background: transparent;
  transition: var(--transition-200);
}
@media (max-width: 991px) {
  .eshop-events-calendar-style-3 .mwCalendar-day {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 0;
    padding: 0;
  }
}
.eshop-events-calendar-style-3 .mwCalendar-day:hover {
  border-top-color: var(--blue);
}
.eshop-events-calendar-style-3 .calendar-date {
  margin-bottom: 10px;
  color: var(--text-color);
  font-size: 24px;
}
@media (max-width: 991px) {
  .eshop-events-calendar-style-3 .calendar-date {
    margin-bottom: 0;
    font-size: 16px;
  }
}
.eshop-events-calendar-style-3 .mwCalendar-itemsList {
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .eshop-events-calendar-style-3 .mwCalendar-itemsList {
    display: none;
  }
}
.eshop-events-calendar-style-3 .mwCalendar-item {
  position: relative;
  margin-bottom: 8px;
  padding-left: 10px;
}
@media (max-width: 1199px) {
  .eshop-events-calendar-style-3 .mwCalendar-item {
    padding-left: 0;
  }
}
.eshop-events-calendar-style-3 .mwCalendar-item:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--blue);
}
@media (max-width: 1199px) {
  .eshop-events-calendar-style-3 .mwCalendar-item:before {
    display: none;
  }
}
.eshop-events-calendar-style-3 .calendar-item-title {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.1;
  font-weight: var(--font-weight-normal);
}
.eshop-events-calendar-style-3 .calendar-item-title a {
  color: var(--black);
}
.eshop-events-calendar-style-3 .calendar-item-title a:hover {
  color: var(--black);
  text-decoration: underline;
}
.eshop-events-calendar-style-3 .calendar-item-content {
  margin-bottom: 0;
  font-size: 11px;
}
.eshop-events-calendar-style-3 .mwCalendar-day.today .calendar-date {
  color: var(--primary);
}
.eshop-events-calendar-style-3 .mwCalendar-day.weekend {
  color: inherit;
  background-color: transparent;
}
.eshop-events-calendar-style-3 .mwCalendar-day.event {
  background-color: var(--primary-1);
}
.eshop-events-calendar-style-3 .mwCalendar-day.prevMonth .calendar-date, .eshop-events-calendar-style-3 .mwCalendar-day.nextMonth .calendar-date {
  color: var(--gray-4);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events - Calendar - Style 3 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events - Calendar - Style 4 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.eshop-events-calendar-style-4 .eshop-events-wrap {
  border-top: 1px solid var(--border-color-dark);
}
.eshop-events-calendar-style-4 .eshop-events-left {
  border-right: 1px solid var(--border-color-dark);
}
@media (max-width: 991px) {
  .eshop-events-calendar-style-4 .eshop-events-left {
    border-right: none;
  }
}

@media (max-width: 991px) {
  .eshop-events-calendar-style-4 .events-item:first-of-type {
    border-top: 1px solid var(--border-color-dark);
  }
}
.eshop-events-calendar-style-4 .events-item:not(:last-of-type) {
  border-bottom: 1px solid var(--border-color-dark);
}
.eshop-events-calendar-style-4 .events-item-wrap {
  display: block;
  padding: 30px 60px 0;
}
.eshop-events-calendar-style-4 .events-item-wrap::after {
  display: table;
  clear: both;
  content: "";
}
@media (max-width: 991px) {
  .eshop-events-calendar-style-4 .events-item-wrap {
    padding: 30px 30px 0;
  }
}
@media (max-width: 575px) {
  .eshop-events-calendar-style-4 .events-item-wrap {
    padding: 30px 15px 0;
  }
}
.eshop-events-calendar-style-4 .events-item-wrap:hover .events-item-title {
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}
.eshop-events-calendar-style-4 .events-item-release {
  margin-bottom: 20px;
  font-size: 14px;
  color: var(--primary);
}
.eshop-events-calendar-style-4 .events-item-title {
  color: var(--text-color);
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: var(--transition-200);
}

.eshop-events-calendar-style-4 .mwCalendar {
  padding: 30px 15px 0;
  margin-bottom: 30px;
}
.eshop-events-calendar-style-4 .calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.eshop-events-calendar-style-4 .mwCalendar-previous:hover, .eshop-events-calendar-style-4 .mwCalendar-next:hover {
  color: var(--primary);
}
.eshop-events-calendar-style-4 .calendar-current-month {
  margin-bottom: 0;
  font-size: 18px;
  color: var(--text-color);
}
.eshop-events-calendar-style-4 .calendar-weeks {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  margin-bottom: 30px;
}
.eshop-events-calendar-style-4 .calendar-week {
  text-align: center;
}
.eshop-events-calendar-style-4 .calendar-week h3 {
  margin-bottom: 0;
  font-size: 16px;
  color: var(--text-color-2);
  font-family: inherit;
  font-weight: var(--font-weight-normal);
}
.eshop-events-calendar-style-4 .mwCalendar-daysList {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}
.eshop-events-calendar-style-4 .mwCalendar-day {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  min-height: 40px;
  padding: 0;
  text-align: center;
  border: none;
  background: transparent;
}
@media (max-width: 575px) {
  .eshop-events-calendar-style-4 .mwCalendar-day {
    min-height: 30px;
  }
}
.eshop-events-calendar-style-4 .calendar-date {
  position: relative;
  margin-bottom: 0;
  font-size: 16px;
  color: var(--text-color);
  font-family: inherit;
  font-weight: var(--font-weight-normal);
}
.eshop-events-calendar-style-4 .mwCalendar-day.today .calendar-date {
  color: var(--primary);
  font-weight: var(--font-weight-bold);
}
.eshop-events-calendar-style-4 .mwCalendar-day.event:before {
  content: "";
  position: absolute;
  top: 0;
  aspect-ratio: 1;
  height: 100%;
  border-radius: 50%;
  background-color: var(--primary);
}
.eshop-events-calendar-style-4 .mwCalendar-day.event .calendar-date {
  color: var(--white);
  font-weight: var(--font-weight-normal);
}
.eshop-events-calendar-style-4 .mwCalendar-day.weekend {
  border: 0;
  color: inherit;
  background-color: transparent;
}
.eshop-events-calendar-style-4 .mwCalendar-day.prevMonth .calendar-date, .eshop-events-calendar-style-4 .mwCalendar-day.nextMonth .calendar-date {
  visibility: hidden;
  color: var(--text-color-2);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events - Calendar - Style 4 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Mobile Menu - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.mobile-menu {
  pointer-events: none;
  visibility: hidden;
}
.mobile-menu .mobile-menu-backdrop {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.mobile-menu .mobile-menu-wrap {
  z-index: 1010;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 480px;
  padding: 15px;
  transition: var(--transition-400);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.mobile-menu .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);
  background-color: var(--white);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .mobile-menu .mobile-menu-inner {
    padding: 80px 0 30px;
  }
}
.mobile-menu .mobile-menu-close-btn {
  position: absolute;
  top: 25px;
  right: 30px;
}
.mobile-menu .mobile-menu-header {
  padding: 0 50px;
}
@media (max-width: 575px) {
  .mobile-menu .mobile-menu-header {
    padding: 0 30px;
  }
}
.mobile-menu .mobile-menu-body {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 50px;
}
@media (max-width: 575px) {
  .mobile-menu .mobile-menu-body {
    padding: 0 30px;
  }
}
.mobile-menu .mobile-menu-footer {
  padding: 15px 50px 0;
}
@media (max-width: 575px) {
  .mobile-menu .mobile-menu-footer {
    padding: 0 30px;
  }
}
.mobile-menu.active {
  pointer-events: auto;
  visibility: visible;
}
.mobile-menu.active .mobile-menu-wrap {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mobile-menu .mobile-menu-nav ul li {
  margin: 0 0 10px 0;
}
.mobile-menu .mobile-menu-nav ul li:last-of-type {
  margin-bottom: 0;
}
.mobile-menu .mobile-menu-nav ul li a {
  width: 100%;
  color: var(--primary);
  font-size: 22px;
  font-weight: var(--font-weight-bold);
  text-decoration: none;
}
.mobile-menu .mobile-menu-nav ul li a:hover {
  color: var(--primary-6);
}
.mobile-menu .mobile-menu-nav ul li a > i {
  font-size: 16px;
  transition: var(--transition-200);
}
.mobile-menu .mobile-menu-nav ul li.has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu .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 .mobile-menu-nav ul li ul li a {
  color: var(--primary-6);
  font-size: 16px;
  font-weight: var(--font-weight-normal);
}
.mobile-menu .mobile-menu-nav ul li ul li a:hover {
  color: var(--primary-7);
}
.mobile-menu .mobile-menu-nav ul li ul li a > i {
  font-size: 14px;
}
.mobile-menu .mobile-menu-nav ul li.active > a {
  color: var(--primary-6);
}
.mobile-menu .mobile-menu-nav ul li.active > a i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mobile-menu .mobile-menu-btns ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}
.mobile-menu .mobile-menu-btns ul li {
  flex: 1;
}
.mobile-menu .mobile-menu-btns ul li a {
  display: block;
}
.mobile-menu .btn {
  margin-bottom: 0;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Mobile Menu - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Donation Form - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.donation-form-style-1 .donation-form-amounts-btns {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.donation-form-style-1 .donation-form-amounts-btns .button {
  padding: 0 10px;
  margin-bottom: 10px;
}
.donation-form-style-1 .donation-form-amounts-btns .button span {
  display: block;
  text-align: center;
  font-weight: var(--font-weight-semi-bold);
  transition: var(--transition-200);
}

.donation-form-style-1 .donation-form-amounts-btns .button span {
  color: var(--white);
  background-color: var(--primary);
}
.donation-form-style-1 .donation-form-amounts-btns .button:hover span, .donation-form-style-1 .donation-form-amounts-btns .button.selected span {
  color: var(--white);
  background-color: var(--secondary);
}
.donation-form-style-1 .donation-form-amounts-btns .button.border span {
  color: var(--primary);
  border: 1px solid var(--primary);
  background-color: transparent;
}
.donation-form-style-1 .donation-form-amounts-btns .button.border:hover span, .donation-form-style-1 .donation-form-amounts-btns .button.border.selected span {
  color: var(--white);
  border-color: var(--primary);
  background-color: var(--primary);
}

.donation-form-style-1 .donation-form-amounts-btns .button.round span {
  overflow: hidden;
  border-radius: 200px;
}
.donation-form-style-1 .donation-form-amounts-btns .button.square span {
  overflow: hidden;
  border-radius: var(--border-radius);
}

.donation-form-style-1 .donation-form-amounts-btns .button {
  width: 100%;
}
.donation-form-style-1 .donation-form-amounts-btns .button.small {
  flex: 0 0 16.666666%;
  max-width: 16.666666%;
}
@media (max-width: 767px) {
  .donation-form-style-1 .donation-form-amounts-btns .button.small {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 575px) {
  .donation-form-style-1 .donation-form-amounts-btns .button.small {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.donation-form-style-1 .donation-form-amounts-btns .button.small span {
  padding: 18px;
}
.donation-form-style-1 .donation-form-amounts-btns .button.medium {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
@media (max-width: 575px) {
  .donation-form-style-1 .donation-form-amounts-btns .button.medium {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.donation-form-style-1 .donation-form-amounts-btns .button.medium span {
  font-size: 20px;
  padding: 30px;
}
.donation-form-style-1 .donation-form-amounts-btns .button.large {
  flex: 0 0 50%;
  max-width: 50%;
}
.donation-form-style-1 .donation-form-amounts-btns .button.large span {
  font-size: 30px;
  padding: 60px;
}

.donation-form-style-1 .donation-form-recurring table {
  margin-bottom: 0;
}

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

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Donation Form - 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 a {
  position: relative;
  display: block;
  padding: 2px 0 0 32px;
}
.resources-list-style-1 .resources-list-item a > i {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--primary);
  font-size: 30px;
}
.resources-list-style-1 .resources-list-item a > span {
  display: block;
  word-break: break-all;
  color: var(--text-color);
  text-decoration: underline;
  transition: var(--transition-200);
}
.resources-list-style-1 .resources-list-item a:hover > span {
  color: var(--primary);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resources List - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resources List - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resources List - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resource Link - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.resource-link-style-1 {
  margin-bottom: 30px;
}
.resource-link-style-1 a {
  position: relative;
  display: block;
  padding: 2px 0 0 32px;
}
.resource-link-style-1 a > i {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--primary);
  font-size: 30px;
}
.resource-link-style-1 a > span {
  display: block;
  word-break: break-all;
  color: var(--text-color);
  text-decoration: underline;
  transition: var(--transition-200);
}
.resource-link-style-1 a:hover > span {
  color: var(--primary);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resource Link - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resource Link - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resource Link - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Video Player - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.video-player-style-1 {
  margin-bottom: 30px;
}
.video-player-style-1 .video-player-wrap {
  overflow: hidden;
  position: relative;
  border-radius: var(--border-radius);
}
.video-player-style-1 video,
.video-player-style-1 .video-player-inner,
.video-player-style-1 .video-player-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-player-style-1 video {
  opacity: 0;
  -o-object-fit: cover;
     object-fit: cover;
  outline-offset: -3px;
  border-radius: var(--border-radius);
}
.video-player-style-1 .video-player-poster {
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.video-player-style-1 .video-player-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  transition: var(--transition-200);
}
.video-player-style-1 .video-player-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: var(--dark);
  font-size: 18px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
}
.video-player-style-1 .video-player-btn:hover {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0.8);
}
.video-player-style-1:hover .video-player-poster {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.video-player-style-1.active 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
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Video Banner - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.video-banner-style-1 .video-banner-wrap {
  position: relative;
  overflow: hidden;
}
.video-banner-style-1 .video-banner-play-btn {
  z-index: 1;
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
}
.video-banner-style-1 .video-banner-play-btn svg {
  width: 16px;
  height: auto;
}
.video-banner-style-1 .video-banner-play-btn path {
  fill: var(--dark);
}
.video-banner-style-1 .video-banner-play-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.video-banner-style-1 .video-banner-play-btn:hover path {
  fill: var(--white);
}
.video-banner-style-1 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.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);
  line-height: 1;
  font-size: 70px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .video-banner-style-1 .video-banner-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .video-banner-style-1 .video-banner-title {
    font-size: 36px;
  }
}
.video-banner-style-1 .video-banner-caption {
  display: block;
  margin-bottom: 15px;
  font-size: 30px;
}
@media (max-width: 991px) {
  .video-banner-style-1 .video-banner-caption {
    font-size: 18px;
  }
}
.video-banner-style-1 .video-banner-des {
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .video-banner-style-1 .video-banner-des {
    max-width: 495px;
  }
}
@media (max-width: 575px) {
  .video-banner-style-1 .video-banner-des {
    max-width: 375px;
  }
}
.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(--header-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-medium .video-banner-inner {
  min-height: 480px;
}
@media (max-width: 991px) {
  .video-banner-style-1.is-medium .video-banner-inner {
    height: auto;
  }
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Video Banner - 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;
  aspect-ratio: 16/9;
  border-radius: var(--border-radius);
}
.youtube-player-style-1 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;
  position: relative;
  aspect-ratio: 16/9;
  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-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: var(--dark);
  font-size: 18px;
  text-decoration: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
}
.youtube-player-style-2 .youtube-player-btn:hover {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0.8);
}
.youtube-player-style-2 .youtube-player-wrap:hover .youtube-player-poster {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Youtube Player - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Search Results Default - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.search-results-default .search-no-result {
  display: none;
}

.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 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Account Hub - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.account-hub .content-card-footer {
  position: relative;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Account Hub - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Header - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.header-style-1 {
  --header-style-1-main-height: 100px;
  --header-style-1-main-height-mobile: 80px;
  --header-style-1-utility-bar-height: 40px;
}

.header-style-1 {
  z-index: 500;
  position: relative;
}
.header-style-1 a {
  text-decoration: none;
}

.header-style-1 .header-main,
.header-style-1 .header-main-wrap {
  height: var(--header-style-1-main-height);
}
@media (max-width: 767px) {
  .header-style-1 .header-main,
.header-style-1 .header-main-wrap {
    height: var(--header-style-1-main-height-mobile);
  }
}
.header-style-1 .header-main-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 80px;
  background-color: var(--white);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1439px) {
  .header-style-1 .header-main-wrap {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .header-style-1 .header-main-wrap {
    padding: 0 15px;
  }
}
.header-style-1 .header-main-left {
  flex: 0 0 auto;
}
.header-style-1 .header-main-right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-style-1 .header-logo img {
  width: 100%;
  height: auto;
  max-width: 240px;
  max-height: calc(var(--header-style-1-main-height) * 0.75);
}
@media (max-width: 767px) {
  .header-style-1 .header-logo img {
    max-width: 180px;
    max-height: calc(var(--header-style-1-main-height-mobile) * 0.75);
  }
}

@media (max-width: 1365px) {
  .header-style-1 .header-menu {
    display: none;
  }
}
.header-style-1 .header-menu li, .header-style-1 .header-menu a {
  position: relative;
}
.header-style-1 .header-menu nav > ul {
  display: flex;
  align-items: center;
}
.header-style-1 .header-menu nav > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--header-style-1-main-height);
  padding: 0 20px;
  color: var(--text-color);
}
@media (max-width: 1659px) {
  .header-style-1 .header-menu nav > ul > li > a {
    padding: 0 15px;
  }
}
.header-style-1 .header-menu nav > ul > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: var(--secondary);
  transition: height var(--transition-200);
}
.header-style-1 .header-menu nav > ul > li.has-children > a {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.header-style-1 .header-menu nav > ul > li.has-children > a:after {
  content: "\F0D7";
  font-family: var(--font-family-icon);
  font-weight: 900;
}
.header-style-1 .header-menu ul ul {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0;
  background-color: var(--secondary);
  transition: var(--transition-200);
}
.header-style-1 .header-menu ul ul li a {
  display: block;
  min-width: 260px;
  padding: 10px 20px;
  color: var(--white);
  font-size: 16px;
}
.header-style-1 .header-menu ul ul li.has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.header-style-1 .header-menu ul ul li.has-children > a:after {
  content: "\F0DA";
  font-family: var(--font-family-icon);
  font-weight: 900;
}
.header-style-1 .header-menu ul ul ul {
  top: 0;
  left: 100%;
}
.header-style-1 .header-menu nav > ul > li:hover > a:before,
.header-style-1 .header-menu nav > ul > li.active > a:before {
  height: 5px;
}
.header-style-1 .header-menu ul ul li:hover > a,
.header-style-1 .header-menu ul ul li.active > a {
  background-color: rgba(0, 0, 0, 0.2);
}
.header-style-1 .header-menu li.has-children.active > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (max-width: 1365px) {
  .header-style-1 .megamenu {
    display: none;
  }
}
.header-style-1 ul.megamenu-level-1 > li > a {
  height: var(--header-style-1-main-height);
}

.header-style-1 .search-btn {
  color: var(--white);
  font-size: 16px;
}
.header-style-1 .search-btn:hover, .header-style-1 .search-btn.active {
  color: var(--primary-6);
}
.header-style-1 .search-dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-style-1 .search-dialog-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.header-style-1 .search-dialog-close-btn {
  position: fixed;
  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);
}
.header-style-1 .search-dialog-close-btn:hover {
  color: var(--white);
  background-color: var(--primary);
}
.header-style-1 .search-dialog-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-1 .search-dialog-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-1 .search-dialog-form ::-webkit-input-placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: var(--gray-5);
}
.header-style-1 .search-dialog-form ::-moz-placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: var(--gray-5);
}
.header-style-1 .search-dialog-form :-ms-input-placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: var(--gray-5);
}
.header-style-1 .search-dialog-form ::-ms-input-placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: var(--gray-5);
}
.header-style-1 .search-dialog-form ::placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: var(--gray-5);
}
.header-style-1 .search-dialog-form input {
  flex: 1 1 auto;
  height: var(--form-input-height);
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
}
.header-style-1 .search-dialog-form button {
  flex: 0 0 auto;
  height: var(--form-input-height);
  color: var(--text-color);
}
.header-style-1 .search-dialog-form button:hover {
  color: var(--primary);
}

.header-style-1 .burger {
  display: none;
}
@media (max-width: 1365px) {
  .header-style-1 .burger {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-style-1 .burger-text {
    display: none;
  }
}

.header-style-1 .header-btns ul {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header-style-1 .header-btns {
    display: none;
  }
}
.header-style-1 .header-btns .btn {
  margin-bottom: 0;
}
.header-style-1 .header-btns .btn > a,
.header-style-1 .header-btns .btn > button,
.header-style-1 .header-btns .btn > span {
  border-radius: 0;
}

.header-style-1 .header-utility {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-style-1-utility-bar-height);
  padding: 0 80px;
  background-color: var(--secondary);
}
@media (max-width: 1439px) {
  .header-style-1 .header-utility {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .header-style-1 .header-utility {
    height: 5px;
  }
}
.header-style-1 .header-utility a {
  color: var(--white);
}
.header-style-1 .header-utility a:hover {
  color: var(--primary-6);
}
.header-style-1 .header-utility-left {
  flex: 0 1 auto;
}
@media (max-width: 575px) {
  .header-style-1 .header-utility-left {
    display: none;
  }
}
.header-style-1 .header-utility-right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 575px) {
  .header-style-1 .header-utility-right {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-style-1 .header-utility-menu {
    display: none;
  }
}
.header-style-1 .header-utility-menu ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-style-1 .header-utility-menu ul li a {
  font-size: 14px;
}
.header-style-1 .header-utility-menu ul li ul {
  display: none;
}
.header-style-1 .google-translate {
  color: white;
  font-size: 14px;
  transition: var(--transition-200);
}
.header-style-1 .google-translate:hover {
  color: var(--primary-6);
}

.header-style-1 .alert {
  position: relative;
  display: none;
  margin-bottom: 0;
}
.header-style-1 .alert.is-top .alert, .header-style-1 .alert.is-bottom .alert {
  border: none;
}
.header-style-1 .alert.is-float-left, .header-style-1 .alert.is-float-right {
  position: absolute;
  top: calc(100% + 15px);
  max-width: 480px;
}
.header-style-1 .alert.is-float-left {
  left: 15px;
}
.header-style-1 .alert.is-float-right {
  right: 15px;
}
.header-style-1 .alert.active {
  display: block;
}

.header-style-1.is-stuck .header-main-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.liveEdBlock .header-style-1 .burger {
  display: block;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Header - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Footer - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.footer-style-1 {
  font-size: 16px;
}
@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 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 li {
  margin-bottom: 20px;
}
.footer-style-1 .Menu a {
  text-decoration: none;
}

.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
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Back to Top Button - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
#back-to-top-btn {
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  bottom: 0;
  right: 10%;
}

#back-to-top-btn > span:first-of-type {
  overflow: hidden;
}

#back-to-top-btn > span:first-of-type span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 16px;
  color: var(--white);
  border-radius: 3px 3px 0 0;
  background-color: var(--primary);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: var(--transition-200);
}

#back-to-top-btn > span:last-of-type {
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 100%;
  padding: 5px 10px;
  font-size: 12px;
  color: var(--white);
  white-space: nowrap;
  border-radius: 3px;
  background-color: var(--dark);
  -webkit-transform: translate(-50%, -20px);
  transform: translate(-50%, -20px);
  transition: var(--transition-200);
}

#back-to-top-btn > span:last-of-type: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(--dark);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#back-to-top-btn.active {
  visibility: visible;
  pointer-events: auto;
}

#back-to-top-btn.active > span:first-of-type span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#back-to-top-btn.active:hover > span:first-of-type span {
  color: var(--white);
  background-color: var(--primary-6);
}

#back-to-top-btn.active:hover > span:last-of-type {
  opacity: 1;
  -webkit-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}

.is-focus-keyboard #back-to-top-btn.active:focus {
  outline: var(--outline);
}

.is-focus-keyboard #back-to-top-btn.active:focus > span:first-of-type span {
  color: var(--white);
  background-color: var(--primary-6);
}

.is-focus-keyboard #back-to-top-btn.active:focus > span:last-of-type {
  opacity: 1;
  -webkit-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Back to Top Button - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/