html {
  width: 100%;
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
}

@media screen and (max-width: 300px) {
  body {
    width: 300px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 30px 0 10px 0;
  color: #525252;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 2.8em;
}

h2 {
  font-size: 2.4em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

table {
  border-collapse: collapse;
  border-color: #cccccc;
}

table tr th {
  background-color: #525252;
  border-color: #adadad;
  color: #ffffff;
}

table tr td {
  border-color: #adadad;
}

img {
  border: 0;
}

hr {
  background-color: #adadad;
  border: 0;
  height: 1px;
}

iframe {
  border: 0;
}

.hide_meta {
  display: none;
}

.top_notice {
  width: 100%;
  height: auto;
  padding: 5px 0;
  margin: 0 auto;
  position: relative;
  display: none;
  clear: both;
}

.jump_anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.red_notice {
  width: calc(100% - 20px);
  height: auto;
  padding: 8px 10px;
  margin: 10px auto;
  position: relative;
  display: table;
  clear: both;
  font-size: 0.9em;
  border-radius: 5px;
  background-color: red;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

*:focus {
  outline: none;
}

.gen_btn {
  width: auto;
  height: auto;
  padding: 10px 35px;
  background-color: #252525;
  color: #ffffff;
  font-size: 1em;
  font-weight: 500;
  background-color: #ff7728;
  text-transform: uppercase;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  border: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}

.gen_btn:hover {
  background-color: #ec5700;
}

.forgot_login_btn {
  background-color: #ffffff;
  border: 1px solid #ff7728;
  color: #ff7728;
}

.forgot_login_btn:hover {
  background-color: #ff7728;
  color: #ffffff;
  border-color: #ff7728;
}

.gen_btn_right {
  float: right;
}

.gen_btn.disabled {
  background-color: #ccc; /* Grey out the button */
  cursor: not-allowed; /* Show a not-allowed cursor */
}

.price-table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* HEADER TOP */
.header {
  width: calc(100% - 10%);
  height: auto;
  padding: 0 5%;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  background-color: #f6f6f6;
  background-image: url("../admin454/uploads/site_settings/header_watermark.webp");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: right top;
  z-index: 1001;
}

@media only screen and (max-width: 1200px) {
  .header {
    width: calc(100% - 6%);
    padding: 0 3%;
    background-size: 50% auto;
  }
}

@media only screen and (max-width: 1080px) {
  .header {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
}

@media only screen and (max-width: 560px) {
  .header {
    background-image: none;
  }
}

.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  z-index: 1002;
}

.header_no_slider {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.header.sticky + .content {
  padding-top: 130px;
}

@media only screen and (max-width: 1080px) {
  .header.sticky + .content {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .header.sticky + .content {
    padding-top: 110px;
  }
}

@media only screen and (max-width: 560px) {
  .header.sticky + .content {
    padding-top: 100px;
  }
}

.is-active {
  color: #2b3752 !important;
}

@media screen and (max-width: 1080px) {
  .is-active {
    color: #c4c4c4 !important;
  }
}

.link_no_click {
  pointer-events: none;
}

@media screen and (max-width: 1080px) {
  .link_no_click {
    pointer-events: all;
  }
}

.logo {
  width: 100px;
  height: auto;
  padding: 10px 0;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

.logo_main {
  width: auto;
  height: 110px;
  display: table;
}

@media only screen and (max-width: 1080px) {
  .logo_main {
    height: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .logo_main {
    height: 90px;
  }
}

@media only screen and (max-width: 560px) {
  .logo_main {
    height: 80px;
  }
}

.logo_main.sticky {
  display: none;
}

.logo_sticky {
  width: auto;
  height: 60px;
  display: none;
}

.logo_sticky.sticky {
  display: table;
}

.quick_links {
  width: calc(100% - 100px);
  height: 110px;
  padding: 0 0 0 40px;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .quick_links {
    height: auto;
    padding: 0 0 0 20px;
  }
}

.quick_links.sticky {
  height: auto;
}

.contacts {
  width: 100%;
  height: calc(50% - 1px);
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 25px;
  justify-content: right;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
  .contacts {
    display: none;
  }
}

.contacts.sticky {
  display: none;
}

.contact_holder {
  color: #545454;
  font-size: 14px;
  font-weight: 500;
}

.contact_holder a,
.contact_holder a:visited {
  text-decoration: none;
  color: #545454;
  transition: all 0.3s ease-in-out;
}

.contact_holder a:hover,
.contact_holder a:visited:hover {
  color: #2b3752;
}

.contact_holder i {
  color: #2b3752;
}

@media only screen and (max-width: 1080px) {
  .socials {
    display: none;
  }
}

.socials i {
  margin: 0 3px;
  transition: all 0.3s ease-in-out;
}

.socials i:hover {
  color: #1b2233;
}

.header_button a,
.header_button a:visited {
  text-decoration: none;
  padding: 10px 20px;
  color: #ffffff !important;
  font-size: 14px;
  text-transform: uppercase;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    filter 0.2s ease;
  background-color: #ff7728;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.header_button a:hover,
.header_button a:visited:hover {
  background-color: #ec5700;
  transform: translateY(-1px);
  filter: saturate(1.1);
}

.header_button a::after,
.header_button a:visited::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.35) 50%,
    transparent 100%
  );
  opacity: 0;
  transform: translateX(-120%);
  transition:
    transform 0.4s ease,
    opacity 0.2s ease;
}

.header_button a:hover::after,
.header_button a:visited:hover::after {
  opacity: 1;
  transform: translateX(120%);
}

.header_button i {
  color: #ffffff;
}

.navigation_bar {
  width: 100%;
  height: 50%;
  padding: 0;
  margin: 0;
  position: relative;
  right: -12px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media only screen and (max-width: 1080px) {
  .navigation_bar {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .navigation_bar {
    height: auto;
  }
}

.navigation_bar.sticky {
  height: auto;
}

.show_mobile {
  display: none;
}

@media only screen and (max-width: 1080px) {
  .show_mobile {
    display: block !important;
  }
}

/* SLIDER IMAGES */
.slider {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  display: table;
  position: relative;
  clear: both;
  z-index: 1;
}

.slider_holder {
  width: 100%;
  height: 100%;
  padding: 0;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.slider_holder::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-repeat: inherit;
  background-position: inherit;
  background-size: inherit;
  transform: scale(1);
  transform-origin: center;
  animation: slider-bg-zoom 24s ease-in-out infinite;
  z-index: 0;
}

.slider_holder > * {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .slider_holder::before {
    animation: none;
  }
}

@keyframes slider-bg-zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}

.bxslider {
  width: 100%;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .bxslider {
    padding-bottom: 60% !important;
  }
}

@media screen and (max-width: 560px) {
  .bxslider {
    padding-bottom: 70% !important;
  }
}

.slider_info {
  width: calc(80% - 80px);
  height: auto;
  padding: 0;
  margin: 40px;
  position: absolute;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .slider_info {
    width: calc(100% - 40px);
    margin: 20px 20px;
  }
}

.slider_title {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 10px 0;
  position: relative;
  clear: both;
  font-size: 2.8em;
  font-weight: 800;
  line-height: 1.1em;
  color: #ffffff;
  text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
  .slider_title {
    font-size: 2.4em;
  }
}

@media only screen and (max-width: 1080px) {
  .slider_title {
    font-size: 2em;
  }
}

@media only screen and (max-width: 767px) {
  .slider_title {
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 560px) {
  .slider_title {
    font-size: 1.6em;
  }
}

@media only screen and (max-width: 440px) {
  .slider_title {
    font-size: 1.5em;
  }
}

.slider_info_left .slider_title {
  text-align: left;
  opacity: 0;
  transform: translateX(-100%);
  animation: animateSliderTitleLeft 1s ease-in-out 0s 1 forwards;
}

@keyframes animateSliderTitleLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.slider_info_right .slider_title {
  text-align: right;
  opacity: 0;
  transform: translateX(100%);
  animation: animateSliderTitleRight 1s ease-in-out 0s 1 forwards;
}

@keyframes animateSliderTitleRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.slider_description {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 10px 0;
  position: relative;
  clear: both;
  color: #ffffff;
  font-size: 1em;
  line-height: 1.2em;
}

@media only screen and (max-width: 1080px) {
  .slider_description {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 767px) {
  @media only screen and (max-width: 1080px) {
    .slider_description {
      display: none;
    }
  }
}

.slider_info_left .slider_description {
  text-align: left;
  opacity: 0;
  transform: translateX(-100%);
  animation: animateSliderDescriptionLeft 1s ease-in-out 0.4s 1 forwards;
}

@keyframes animateSliderDescriptionLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.slider_info_right .slider_description {
  text-align: right;
  opacity: 0;
  transform: translateX(100%);
  animation: animateSliderDescriptionRight 1s ease-in-out 0.4s 1 forwards;
}

@keyframes animateSliderDescriptionRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.slider_buttons {
  width: auto;
  height: auto;
  padding: 0;
  margin: 8px 0;
  position: relative;
  clear: both;
  display: table;
  opacity: 0;
  filter: blur(15px);
  animation: animateSliderButtons 1s ease-in-out 0.8s 1 forwards;
}

@keyframes animateSliderButtons {
  0% {
    opacity: 0;
    filter: blur(15px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.slider_info_left .slider_buttons {
  float: left;
}

.slider_info_right .slider_buttons {
  float: right;
}

.slider_buttons a,
.slider_buttons a:visited {
  width: auto;
  height: auto;
  padding: 10px 25px;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  background-color: #ff7728;
  text-transform: uppercase;
  border: 0;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    filter 0.2s ease;
  display: table;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .slider_buttons a,
  .slider_buttons a:visited {
    padding: 8px 20px;
    font-size: 0.9em;
  }
}

.slider_buttons a:hover,
.slider_buttons a:visited:hover {
  background-color: #ec5700;
  transform: translateY(-1px);
  filter: saturate(1.1);
}

.slider_buttons a::after,
.slider_buttons a:visited::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.35) 50%,
    transparent 100%
  );
  opacity: 0;
  transform: translateX(-120%);
  transition:
    transform 0.4s ease,
    opacity 0.2s ease;
}

.slider_buttons a:hover::after,
.slider_buttons a:visited:hover::after {
  opacity: 1;
  transform: translateX(120%);
}

.slider_filter {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

/* TOP INSERT */
.top_insert {
  width: calc(100% - 20%);
  height: auto;
  padding: 40px 5%;
  margin: -50px 5% 0 5%;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  background-color: #000000;
  z-index: 2;
}

@media only screen and (max-width: 1200px) {
  .top_insert {
    width: calc(100% - 16%);
    padding: 40px 5%;
    margin: -50px 3% 0 3%;
  }
}

@media only screen and (max-width: 1080px) {
  .top_insert {
    width: calc(100% - 40px);
    padding: 40px 20px;
    margin: 10px auto 0 auto;
  }
}

.top_insert_header_title {
  width: 100%;
  height: auto;
  padding: 0 0 10px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  font-size: 2.6em;
  line-height: 1em;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 1080px) {
  .top_insert_header_title {
    font-size: 2.4em;
  }
}

@media only screen and (max-width: 767px) {
  .top_insert_header_title {
    font-size: 2.2em;
  }
}

@media only screen and (max-width: 560px) {
  .top_insert_header_title {
    font-size: 1.8em;
  }
}

.top_insert_description {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}

@media only screen and (max-width: 1080px) {
  .top_insert_description {
    font-size: 0.9em;
  }
}

.top_insert_icon_boxes {
  width: 100%;
  height: auto;
  padding: 10px 0 0 0;
  margin: 20px auto 0 auto;
  position: relative;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.top_insert_icon_box {
  flex: 0 1 calc(25% - 20px);
  max-width: calc(25% - 20px);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_insert_icon_box {
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media screen and (max-width: 560px) {
  .top_insert_icon_box {
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media screen and (max-width: 30px) {
  .top_insert_icon_box {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.top_insert_icon_box_icon {
  width: 70px;
  height: 70px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon_box_title {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 10px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 500;
  color: #ffffff;
}

/* MAIN CONTENT */
.content {
  width: 1000px;
  height: auto;
  padding: 70px 0 40px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
}

@media only screen and (max-width: 1080px) {
  .content {
    width: calc(100% - 40px);
    padding: 70px 20px 40px 20px;
  }
}

.content_h2_header {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 2.6em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #545454;
}

@media only screen and (max-width: 1080px) {
  .content_h2_header {
    font-size: 2.4em;
  }
}

@media only screen and (max-width: 767px) {
  .content_h2_header {
    font-size: 2em;
  }
}

.content_h2_header_left {
  margin: 0;
  text-align: left;
}

.content_h2_header_center {
  margin: 0;
  text-align: center;
}

.content_h2_sub_header {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.6em;
  line-height: 1em;
  font-weight: 500;
  color: #2b3752;
}

@media only screen and (max-width: 1080px) {
  .content_h2_sub_header {
    font-size: 1.4em;
  }
}

@media only screen and (max-width: 767px) {
  .content_h2_sub_header {
    font-size: 1.2em;
  }
}

.content_h2_sub_header_left {
  margin: 0;
  text-align: left;
}

.content_h2_sub_header_center {
  margin: 0;
  text-align: center;
}

.content p {
  text-align: justify;
  line-height: 1.4em;
}

@media only screen and (max-width: 560px) {
  .content p {
    text-align: left;
  }
}

.content img {
  max-width: 100%;
  height: auto !important;
}

.content ol li,
.content ul li {
  padding: 0;
  margin: 4px 0;
  line-height: 1.2em;
}

/* PAGE IMAGES */
.page_images {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px 0;
  position: relative;
  clear: both;
  column-count: 3;
  column-gap: 12px;
}

@media screen and (max-width: 767px) {
  .page_images {
    column-count: 2;
  }
}

@media screen and (max-width: 440px) {
  .page_images {
    column-count: 1;
  }
}

.page_images_item {
  break-inside: avoid;
  margin: 0 0 12px 0;
  position: relative;
  display: block;
  border-radius: 5px;
}

.page_image_link {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  text-decoration: none;
  display: block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.page_image_full {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.page_image_link:hover .page_image_full {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page_images_item_2 {
  column-span: all;
}

@media screen and (max-width: 767px) {
  .page_images_item_2 {
    column-span: none;
  }
}

.page_images_item_3 {
  column-span: all;
}

@media screen and (max-width: 767px) {
  .page_images_item_3 {
    column-span: none;
  }
}

.page_image_title {
  width: calc(100% - 20px);
  height: auto;
  padding: 0 10px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  display: table;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 2;
}

.page_image_link:hover .page_image_title {
  opacity: 0;
  transform: translateY(-60%);
}

.page_image_filter {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.2) 45%,
    rgba(0, 0, 0, 0.6) 100%
  );
  transition: opacity 0.35s ease;
  z-index: 1;
}

.page_image_link:hover .page_image_filter {
  opacity: 0;
}

/* PAGE BUTTONS */
.page_buttons {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
}

.pg_btn {
  min-width: 220px;
  height: auto;
  padding: 10px;
  margin: 5px;
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: #ff7728;
  border-radius: 4px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  font-size: 1em;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease,
    filter 0.2s ease;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .pg_btn {
    min-width: 180px;
    font-size: 0.9em;
  }
}

@media screen and (max-width: 560px) {
  .pg_btn {
    min-width: 0;
    display: table;
    font-size: 1em;
    width: calc(100% - 20px - 10px);
  }
}

.pg_btn:hover {
  background-color: #ec5700;
  transform: translateY(-1px);
  filter: saturate(1.1);
}

.pg_btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.35) 50%,
    transparent 100%
  );
  opacity: 0;
  transform: translateX(-120%);
  transition:
    transform 0.4s ease,
    opacity 0.2s ease;
}

.pg_btn:hover::after {
  opacity: 1;
  transform: translateX(120%);
}

/* INSERTS */
.inserts {
  width: calc(100% - 10%);
  height: auto;
  padding: 60px 5%;
  margin: 10px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
}

@media only screen and (max-width: 1200px) {
  .inserts {
    width: calc(100% - 6%);
    padding: 60px 3%;
  }
}

@media only screen and (max-width: 1080px) {
  .inserts {
    width: calc(100% - 40px);
    padding: 60px 20px;
  }
}

.insert_header {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 10px auto;
  position: relative;
  clear: both;
  display: table;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 3.2em;
  font-weight: 800;
  text-align: center;
  line-height: 1em;
}

@media screen and (max-width: 1200px) {
  .insert_header {
    font-size: 3em;
  }
}

@media screen and (max-width: 1080px) {
  .insert_header {
    font-size: 2.8em;
  }
}

@media screen and (max-width: 767px) {
  .insert_header {
    font-size: 2.4em;
  }
}

@media screen and (max-width: 560px) {
  .insert_header {
    font-size: 2em;
  }
}

@media screen and (max-width: 440px) {
  .insert_header {
    font-size: 1.8em;
  }
}

.insert_description {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 10px auto;
  position: relative;
  display: table;
  clear: both;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1em;
  text-align: center;
  line-height: 1.4em;
}

@media screen and (max-width: 1080px) {
  .insert_description {
    font-size: 1em;
  }
}

@media screen and (max-width: 560px) {
  .insert_description {
    font-size: 0.9em;
  }
}

.insert_button {
  width: auto;
  height: auto;
  padding: 0;
  margin: 20px auto;
  position: relative;
  display: table;
  clear: both;
}

.insert_button a,
.insert_button a:visited {
  width: auto;
  height: auto;
  padding: 10px 25px;
  margin: 0 auto;
  position: relative;
  display: table;
  clear: both;
  background-color: #ff7728;
  border-radius: 4px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease,
    filter 0.2s ease;
  overflow: hidden;
}

@media screen and (max-width: 560px) {
  .insert_button a,
  .insert_button a:visited {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}

.insert_button a:hover,
.insert_button a:visited:hover {
  background-color: #ec5700;
  transform: translateY(-1px);
  filter: saturate(1.1);
}

.insert_button a::after,
.insert_button a:visited::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.35) 50%,
    transparent 100%
  );
  opacity: 0;
  transform: translateX(-120%);
  transition:
    transform 0.4s ease,
    opacity 0.2s ease;
}

.insert_button a:hover::after,
.insert_button a:visited:hover::after {
  opacity: 1;
  transform: translateX(120%);
}

/* LOGO SLIDER */
.logo_slider {
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin: 10px auto 0 auto;
  position: relative;
  background-color: #ffffff;
  display: table;
  clear: both;
  overflow: hidden;
}

/* MAP */
.mapouter {
  width: calc(100% - 10px);
  height: auto;
  padding: 0;
  margin: 30px auto 0 auto;
  position: relative;
  clear: both;
  overflow: hidden;
  border: 5px solid #ff7728;
  border-radius: 5px;
}

.gmap_canvas {
  background: none !important;
  overflow: hidden;
  width: 100%;
}

#gmap_canvas {
  padding: 0;
  margin: 0;
  display: table;
}

/* CTA */
.cta {
  width: calc(100% - 10%);
  height: auto;
  padding: 60px 5%;
  margin: 10px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  background-color: #000000;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media only screen and (max-width: 1200px) {
  .cta {
    width: calc(100% - 6%);
    padding: 60px 3%;
  }
}

@media only screen and (max-width: 1080px) {
  .cta {
    width: calc(100% - 40px);
    padding: 60px 20px;
  }
}

.cta_left {
  width: 50%;
  height: auto;
  padding: 0 20px 0 0;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .cta_left {
    width: 100%;
    padding: 0 0 20px 0;
    display: table;
    position: relative;
    clear: both;
  }
}

.cta_title {
  width: 100%;
  height: auto;
  padding: 0 0 10px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 2.6em;
  line-height: 1em;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
}

@media only screen and (max-width: 1080px) {
  .cta_title {
    font-size: 2.4em;
  }
}

@media only screen and (max-width: 767px) {
  .cta_title {
    font-size: 2.2em;
    text-align: center;
  }
}

.cta_description {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 500;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .cta_description {
    font-size: 0.9em;
    text-align: center;
  }
}

.cta_right {
  width: 50%;
  height: auto;
  padding: 0 0 0 20px;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .cta_right {
    width: 100%;
    padding: 0;
    display: table;
    position: relative;
    clear: both;
  }
}

.login_form {
  padding: 0;
  margin: 0;
}

.login_form input[type="text"],
.login_form input[type="email"],
.login_form input[type="password"] {
  width: calc(100% - 20px);
  height: 25px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 4px;
  margin: 0 0 15px 0;
  color: #ffffff;
  font-weight: 500;
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s ease-in-out;
}

.login_form input[type="text"]:hover,
.login_form input[type="email"]:hover,
.login_form input[type="password"]:hover,
.login_form input[type="text"]:focus,
.login_form input[type="email"]:focus,
.login_form input[type="password"]:focus {
  background-color: rgba(0, 0, 0, 0.9);
}

.login_btn {
  width: auto;
  height: auto;
  padding: 10px 25px;
  margin: 0;
  background-color: #ff7728;
  border: 0;
  color: #ffffff;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  float: right;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.login_btn:hover {
  background-color: #ec5700;
}

/* PHOTO GALLERY */
.portfolio {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
}

.album_gallery,
.photo_gallery {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(100px, auto);
  gap: 10px;
  grid-auto-flow: dense;
}

@media screen and (max-width: 767px) {
  .album_gallery,
  .photo_gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 440px) {
  .album_gallery,
  .photo_gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}

.album_header_name {
  width: calc(100% - 22px);
  height: auto;
  padding: 10px 10px;
  margin: 0 auto 15px auto;
  position: relative;
  clear: both;
  color: #545454;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #545454;
  text-align: center;
  font-size: 1em;
  text-transform: uppercase;
  font-family: "Font Awesome 6 Pro", "Noto Sans", sans-serif;
  line-height: 1em;
}

@media screen and (max-width: 767px) {
  .album_header_name {
    font-size: 1em;
  }
}

.album_header_name a,
.album_header_name a:visited {
  color: #545454;
  text-decoration: none;
}

.album_header_name a:hover,
.album_header_name a:visited:hover {
  color: #000000;
  text-decoration: none;
}

.album_holder {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  position: relative;
  background-attachment: scroll;
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-size: cover !important;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  border-radius: 4px;
}

.album_holder_1 {
  grid-column: span 1;
  grid-row: span 1;
}

.album_holder_2 {
  grid-column: span 2;
  grid-row: span 2;
}

@media screen and (max-width: 560px) {
  .album_holder_2 {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.album_holder_3 {
  grid-column: span 3;
  grid-row: span 3;
}

@media screen and (max-width: 767px) {
  .album_holder_3 {
    grid-column: span 2;
    grid-row: span 2;
  }
}

@media screen and (max-width: 560px) {
  .album_holder_3 {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.album_title {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #ffffff;
  font-family: "Noto Sans", sans-serif;
  height: 20px;
  left: 0;
  margin: 0 auto;
  padding: 5px 10px;
  font-size: 0.9em;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  width: calc(100% - 20px);
}

.album_holder:hover .album_title {
  height: calc(100% - 10px);
  border-radius: 4px 4px 0 0;
}

.album_icon {
  color: #ff7728;
  display: none;
  font-size: 50px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out;
  width: 100%;
  z-index: 3;
  font-family: "Font Awesome 6 Pro", sans-serif;
}

.album_holder:hover .album_icon {
  display: table;
  opacity: 1;
}

.album_button {
  clear: both;
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 20px 0;
  position: relative;
  text-align: center;
  width: auto;
}

.album_button a,
.album_button a:visited {
  border: 1px solid #afb374;
  color: #afb374;
  font-family: "Font Awesome 6 Pro", "Noto Sans", sans-serif;
  font-size: 1.2em;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.album_button a:hover,
.album_button a:visited:hover {
  border: 1px solid #4e502e;
  color: #4e502e;
}

/* VIDEO GALLERY */
.video_gallery {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
  background-color: #ffffff;
  clear: both;
}

@media screen and (max-width: 1080px) {
  .video_gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 560px) {
  .video_gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}

.video_gallery_holder {
  width: 100%;
  height: auto;
  padding-bottom: 56%;
  margin: 0;
  position: relative;
  display: table;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.video_icon {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}

.video_icon i {
  text-align: center;
  font-size: 5vw;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 1080px) {
  .video_icon i {
    font-size: 7vw;
  }
}

@media screen and (max-width: 560px) {
  .video_icon i {
    font-size: 14vw;
  }
}

.video_gallery_holder:hover i {
  color: #ff0000;
}

/* CONTACTS PAGE */
.contacts_page {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 50px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
}

.contacts_page_left {
  width: 50%;
  height: auto;
  padding: 0 20px 0 0;
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .contacts_page_left {
    width: 100%;
    padding: 0 0 20px 0;
    display: table;
    position: relative;
    clear: both;
  }
}

.contacts_page_right {
  width: 50%;
  height: auto;
  padding: 0 0 0 20px;
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .contacts_page_right {
    width: 100%;
    padding: 0;
    display: table;
    position: relative;
    clear: both;
  }
}

/* **************************** */

/* CONTACT DETAILS BLOCKS */
.contact_blocks {
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
}

.contact_block_holder {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 25px 0;
  position: relative;
  clear: both;
  float: none;
}

.contact_block_icon {
  width: 40px;
  height: auto;
  padding: 0 0 0 10px;
  display: table-cell;
  vertical-align: middle;
  font-family: "Font Awesome 6 Pro", sans-serif;
}

.contact_block_icon i {
  font-size: 40px;
  color: #ff7728;
}

.contact_block_info {
  width: calc(100% - 40px);
  height: auto;
  padding: 0 0 0 10px;
  display: table-cell;
  vertical-align: middle;
}

.contact_block_title {
  width: 100%;
  height: auto;
  padding: 0 0 6px 0;
  margin: 0;
  clear: both;
  display: table;
  font-size: 1.2em;
  font-weight: 700;
  color: #252525;
  line-height: 1em;
}

.contact_block_description {
  width: 100%;
  height: auto;
  padding: 0 0 6px 0;
  margin: 0;
  clear: both;
  display: table;
  font-size: 1em;
  font-weight: 500;
  color: #525252;
  line-height: 1.2em;
}

.contact_block_content {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1em;
  font-weight: 400;
  color: #000000;
}

.contact_block_content a,
.contact_block_content a:visited {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.contact_block_content a:hover,
.contact_block_content a:visited:hover {
  color: #000000;
  text-decoration: underline;
}

/* CONTENT BOXES */
.content_boxes {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
}

.content_box_holder {
  width: calc(100% - 30px - 2px);
  height: auto;
  padding: 15px;
  margin: 10px auto;
  position: relative;
  clear: both;
  display: table;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.content_box_photo {
  width: 260px;
  height: 260px;
  padding: 0;
  margin: 0;
  position: relative;
  clear: none;
  float: left;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover !important;
}

@media screen and (max-width: 767px) {
  .content_box_photo {
    width: 230px;
    height: 230px;
  }
}

@media screen and (max-width: 560px) {
  .content_box_photo {
    display: none;
  }
}

.content_box_photo_top {
  display: block;
}

.content_box_photo_bottom {
  display: none;
}

@media screen and (max-width: 560px) {
  .content_box_photo_bottom {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 50%;
    margin: 10px auto 0 auto;
  }
}

@media screen and (max-width: 560px) {
  .content_box_photo_top {
    display: none;
  }
}

.content_box_info {
  width: calc(100% - 25px - 260px);
  height: 260px;
  padding: 0 10px 0 15px;
  margin: 0;
  position: relative;
  clear: none;
  float: right;
  overflow-x: hidden;
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
  .content_box_info {
    width: calc(100% - 25px - 230px);
    height: 230px;
  }
}

@media screen and (max-width: 560px) {
  .content_box_info {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0;
  }
}

/* width */
.content_box_info::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.content_box_info::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.content_box_info::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.content_box_info::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.content_box_info_full {
  width: calc(100% - 10px);
  height: auto;
  overflow: auto;
  padding: 0 10px 0 0;
}

.content_box_main_title {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 5px 0;
  position: relative;
  clear: both;
  font-size: 1.6em;
  text-transform: uppercase;
  color: #646464;
  line-height: 1.1em;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 1080px) {
  .content_box_main_title {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .content_box_main_title {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 560px) {
  .content_box_main_title {
    font-size: 1.3em;
    text-align: center;
  }
}

.content_box_sub_title {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 5px 0;
  position: relative;
  clear: both;
  font-size: 1.2em;
  color: #6d6d6d;
  line-height: 1.1em;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 1080px) {
  .content_box_sub_title {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 767px) {
  .content_box_sub_title {
    font-size: 1em;
  }
}

@media screen and (max-width: 560px) {
  .content_box_sub_title {
    font-size: 1em;
    text-align: center;
  }
}

.content_box_content {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
}

.content_box_content p {
  text-align: justify;
  line-height: 1.4em;
  font-size: 0.9em;
  padding: 0;
  margin: 0 0 5px 0;
}

/* FOOTER */
.footer {
  width: calc(100% - 10%);
  height: auto;
  padding-top: 60px;
  padding-right: 5%;
  padding-left: 5%;
  margin: 10px auto 0 auto;
  position: relative;
  display: table;
  clear: both;
  overflow: hidden;
  background-color: #0e0e0e;
}

@media only screen and (max-width: 1200px) {
  .footer {
    width: calc(100% - 6%);
    padding-right: 3%;
    padding-left: 3%;
  }
}

@media screen and (max-width: 1080px) {
  .footer {
    width: calc(100% - 40px);
    padding-right: 20px;
    padding-left: 20px;
  }
}

.footer_nowapp {
  padding: 60px 5% !important;
}

@media screen and (max-width: 1080px) {
  .footer_nowapp {
    padding: 60px 20px !important;
  }
}

.footer_socials {
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 0 0 30px 0;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  font-family: "Font Awesome 5 Pro", sans-serif;
}

.footer_socials i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0 2px;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .footer_socials i {
    width: 30px;
    height: 30px;
    margin: 0 1px;
    line-height: 30px;
    font-size: 14px;
  }
}

.footer_socials i:hover {
  background-color: #ff7728;
  border: 1px solid #ff7728;
  color: #0e0e0e;
}

.footer_socials a {
  text-decoration: none;
}

.footer_addresses {
  width: 100%;
  height: auto;
  padding: 0 0 30px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
}

@media only screen and (max-width: 767px) {
  .footer_addresses {
    padding: 0;
  }
}

.footer_address_holder {
  width: 50%;
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  font-size: 1em;
  line-height: 1.2em;
}

@media only screen and (max-width: 767px) {
  .footer_address_holder {
    width: 100%;
    display: table;
    padding: 0 0 10px 0;
    position: relative;
    clear: both;
    font-size: 0.9em;
    text-align: center;
  }
}

.footer_address_header {
  font-size: 1.2em;
  font-weight: 700;
  padding: 0 0 6px 0;
  font-family: "Montserrat", serif;
}

.footer_address_holder img {
  width: auto;
  height: 180px;
  display: table;
  text-align: right;
  float: right;
}

@media only screen and (max-width: 767px) {
  .footer_address_holder img {
    width: 60%;
    height: auto;
    padding: 0 0 20px 0;
    margin: 0 auto;
    display: table;
    text-align: center;
    float: none;
  }
}

@media only screen and (max-width: 560px) {
  .footer_address_holder img {
    width: 70%;
  }
}

.footer_address_info {
  width: 100%;
  height: auto;
  padding: 0 0 20px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.3em;
}

.privacy_policy {
  width: 100%;
  height: auto;
  padding: 0 0 30px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  text-align: center;
  display: table;
  color: #e9e9e9;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1em;
}

@media screen and (max-width: 560px) {
  .privacy_policy {
    font-size: 1em;
  }
}

.privacy_policy a,
.privacy_policy a:visited {
  color: #e9e9e9;
  text-decoration: none;
  padding: 0 15px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 560px) {
  .privacy_policy a,
  .privacy_policy a:visited {
    width: 100%;
    padding: 5px 0;
    clear: both;
    display: table;
  }
}

.privacy_policy a:hover,
.privacy_policy a:visited:hover {
  color: #ffffff;
}

.credentials {
  clear: both;
  color: #ffffff;
  display: table;
  font-size: 0.9em;
  font-weight: 500;
  height: auto;
  margin: 0 auto;
  padding: 0 0 5px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.credits {
  clear: both;
  color: #ffffff;
  display: table;
  font-size: 0.9em;
  font-weight: 500;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.credits a,
.credits a:visited {
  color: #c4c4d4;
  text-decoration: none;
}

.credits a:hover,
.credits a:visited:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* WHATSAPP BUTTON */
.whatsapp_button {
  width: auto;
  padding: 0;
  margin: 0;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background-image: url("../images/wa_bg_filter.png");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 1005;
}

.whatsapp_button i {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.whatsapp_popup {
  width: auto;
  white-space: nowrap;
  height: auto;
  padding: 5px 10px;
  margin: 0 0 5px 0;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 5;
  background-color: #ffffff;
  border: 2px solid #525252;
  border-radius: 6px 6px 0 6px;
  text-align: center;
  font-weight: 500;
  font-size: 0.9em;
  color: #525252;
  opacity: 0;
  animation: animateWhatsappPopup 1.5s ease-in-out 5s 1 forwards;
}

@keyframes animateWhatsappPopup {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.whatsapp_link:hover i {
  transform: scale(1.1, 1.1);
}

/* FORM STYLING */
.grecaptcha-badge {
  display: none !important;
}

fieldset {
  width: calc(100% - 34px);
  height: auto;
  padding: 15px;
  margin: 20px auto;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  position: relative;
  clear: both;
  display: table;
}

.form_group {
  clear: both;
  display: table;
  height: auto;
  margin: 0 0 15px 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.form_group_full {
  clear: both;
  display: table;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.form_group_left {
  clear: none;
  display: table;
  float: left;
  height: auto;
  margin: 0 1% 0 0;
  padding: 0;
  position: relative;
  width: 49%;
}

@media screen and (max-width: 560px) {
  .form_group_left {
    clear: both;
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }
}

.form_group_right {
  clear: none;
  display: table;
  float: right;
  height: auto;
  margin: 0 0 0 1%;
  padding: 0;
  position: relative;
  width: 49%;
}

@media screen and (max-width: 560px) {
  .form_group_right {
    clear: both;
    float: none;
    margin: 0;
    width: 100%;
  }
}

.form_group_1_3 {
  clear: none;
  display: table;
  float: left;
  height: auto;
  margin: 0 1% 0 0;
  padding: 0;
  position: relative;
  width: calc(100% / 3 - 1%);
}

@media screen and (max-width: 560px) {
  .form_group_1_3 {
    margin: 0 0 15px 0;
    width: 100%;
  }
}

.form_group_2_3 {
  clear: none;
  display: table;
  float: left;
  height: auto;
  margin: 0 1% 0 1%;
  padding: 0;
  position: relative;
  width: calc(100% / 3 - 2%);
}

@media screen and (max-width: 560px) {
  .form_group_2_3 {
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
  }
}

.form_group_3_3 {
  clear: none;
  display: table;
  float: right;
  height: auto;
  margin: 0 0 0 1%;
  padding: 0;
  position: relative;
  width: calc(100% / 3 - 1%);
}

@media screen and (max-width: 560px) {
  .form_group_3_3 {
    margin: 0 0 15px 0;
    width: 100%;
  }
}

.form_label {
  clear: both;
  display: table;
  height: auto;
  margin: 0;
  padding: 0 0 2px 0;
  position: relative;
  width: 100%;
}

.form_label label {
  color: #4d4d4d;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  font-weight: 600;
}

.form_field {
  clear: both;
  display: table;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.form_field input[type="text"],
.form_field input[type="number"],
.form_field input[type="email"],
.form_field input[type="password"] {
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  font-family: "Montserrat", sans-serif;
  height: 25px;
  margin: 0;
  color: #000000;
  outline: none;
  padding: 10px 20px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: calc(100% - 40px - 2px);
}

.form_field input[type="text"]:hover,
.form_field input[type="text"]:focus,
.form_field input[type="number"]:hover,
.form_field input[type="number"]:focus,
.form_field input[type="email"]:hover,
.form_field input[type="email"]:focus,
.form_field input[type="password"]:hover,
.form_field input[type="password"]:focus {
  background-color: #f2f2f2;
  border: 1px solid #c4c4c4;
}

.form_field select {
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  font-family: "Montserrat", sans-serif;
  height: 47px;
  margin: 0;
  outline: none;
  padding: 10px 20px;
  color: #000000;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: 100%;
}

.form_field select:hover,
.form_field select:focus {
  background-color: #f2f2f2;
  border: 1px solid #c4c4c4;
}

.form_field textarea {
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  font-family: "Montserrat", sans-serif;
  height: 125px;
  margin: 0;
  outline: none;
  padding: 10px 20px;
  color: #000000;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: calc(100% - 40px - 2px);
}

.form_field textarea:hover,
.form_field textarea:focus {
  background-color: #f2f2f2;
  border: 1px solid #c4c4c4;
}

.form_oneliner_label {
  display: table-cell;
  height: auto;
  padding: 0 2% 0 0;
  vertical-align: middle;
  width: 48%;
}

.form_oneliner_field {
  display: table-cell;
  height: auto;
  padding: 0 0 0 2%;
  vertical-align: middle;
  width: 48%;
}

.form_note {
  clear: both;
  color: #525252;
  display: table;
  font-size: 0.9em;
  height: auto;
  margin: 2px 0 0 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.red_asterisk {
  color: red;
  font-size: 0.8em;
  vertical-align: super;
}

.red_asterisk:before {
  color: red;
  content: "\f069";
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-size: 0.6em;
  vertical-align: super;
}

.hfield {
  display: none !important;
}

.forgot_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 560px) {
  .forgot_actions {
    flex-direction: column;
    align-items: stretch;
  }
}

@media only screen and (max-width: 560px) {
  .forgot_actions .forgot_login_btn {
    order: 2;
  }
}

.account_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 560px) {
  .account_actions {
    flex-direction: column;
    align-items: stretch;
  }
}

@media only screen and (max-width: 560px) {
  .account_actions .account_forgot_btn {
    order: 2;
  }
}

.account_forgot_btn {
  background-color: #ffffff;
  border: 1px solid #ff7728;
  color: #ff7728;
}

.account_forgot_btn:hover {
  background-color: #ff7728;
  color: #ffffff;
  border-color: #ff7728;
}

.profile_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 560px) {
  .profile_actions {
    flex-direction: column;
    align-items: stretch;
  }
}

@media only screen and (max-width: 560px) {
  .profile_actions .profile_back_btn {
    order: 2;
  }
}

.profile_back_btn {
  background-color: #ffffff;
  border: 1px solid #ff7728;
  color: #ff7728;
}

.profile_back_btn:hover {
  background-color: #ff7728;
  color: #ffffff;
  border-color: #ff7728;
}

.account_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 30px 0 20px 0;
  padding: 10px 14px;
  background-color: #f2f2f2;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
}

.account_nav_form {
  margin: 0;
}

.account_nav_link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #525252;
  text-decoration: none;
  font-weight: 600;
  padding: 6px 8px;
  border-radius: 4px;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
  background: none;
  border: 0;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
}

.account_nav_link:hover {
  color: #000000;
}

.account_nav_link_active,
.account_nav_link_active:hover {
  color: #8a8a8a;
  cursor: default;
  pointer-events: none;
}

@media only screen and (max-width: 560px) {
  .account_nav {
    flex-direction: column;
    align-items: stretch;
    padding: 5px 0;
    gap: 2px 0;
  }

  .account_nav_link {
    align-items: left;
    gap: 4px;
    padding: 4px 10px;
  }
}

/* FONTAWESOME ICONS */
/* Search and filter layout */
.fa_filter_bar {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 20px auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
}

#fa-search {
  width: calc(100% - 200px);
  height: 20px;
  padding: 10px;
  margin: 0 5px 0 0;
  position: relative;
  clear: none;
  float: left;
  display: table;
  border: 2px solid #cccccc;
  border-radius: 4px;
  font-family: "Montserrat", serif;
  font-size: 1em;
}

@media only screen and (max-width: 560px) {
  #fa-search {
    width: calc(100% - 24px);
    margin: 0 0 5px 0;
    clear: both;
    float: none;
  }
}

#style-filter {
  width: 166px;
  height: 44px;
  padding: 10px;
  margin: 0;
  position: relative;
  clear: none;
  float: right;
  border: 2px solid #cccccc;
  border-radius: 4px;
  font-size: 1em;
  font-family: "Montserrat", serif;
}

@media only screen and (max-width: 560px) {
  #style-filter {
    width: 100%;
    clear: both;
    float: none;
  }
}

.icons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 15px;
}

.icon-item {
  text-align: center;
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: 0.2s;
  background-color: #efefef;
}

.icon-item:hover {
  background: #e4e4e4;
  transform: scale(1.05);
}

.icon-name {
  font-size: 12px;
  margin-top: 6px;
  color: #000000;
}

.icon-tags {
  margin-top: 6px;
}

.tag {
  display: inline-block;
  background: #ffffff;
  border-radius: 5px;
  font-size: 9px;
  color: #000000;
  padding: 2px 4px;
  font-weight: 500;
  margin: 2px;
}

.copy-toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 8px 14px;
  border-radius: 8px;
  display: none;
}

#loadMore {
  margin: 30px auto;
  display: block;
  background: #4b80b6;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 1em;
  font-weight: 500;
  font-family: "Montserrat", serif;
}

#loadMore:hover {
  background: #365de0;
}

/* ADMIN DIV TOOLTIPS */
.admin-div:hover {
  filter: grayscale(100%);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
}

.admin-div:hover::before {
  position: absolute;
  background: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  z-index: 50000;
}

.admin-div:hover::before {
  opacity: 1;
}

.admin-tooltip {
  width: calc(100% - 20px);
  height: auto;
  padding: 5px 10px;
  background-color: #00000050;
  color: #ffffff;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-family: "Noto Sans", sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  z-index: 50001;
}

/* PRELOADER */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#preloader img {
  width: 180px;
  height: auto;
  animation: pulse 1.2s infinite ease-in-out;
}

@media screen and (max-width: 1080px) {
  #preloader img {
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  #preloader img {
    width: 140px;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}

.dash {
  margin: 20px 0;
}

.dash_header {
  font-size: 1.2em;
  font-weight: 700;
  margin: 0 0 12px 0;
  color: #1f1f1f;
}

.dash_tags {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}

.tag_card {
  display: block;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 14px 16px;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
  text-decoration: none;
  color: inherit;
}

.tag_card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
  border-color: #cfcfcf;
}

.tag_title {
  font-size: 1.05em;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: #1a1a1a;
}

.tag_meta {
  font-size: 0.9em;
  color: #4f4f4f;
  margin: 0 0 6px 0;
}

.tag_label {
  font-weight: 600;
  color: #2f2f2f;
}

.tag_due_date {
  font-weight: 600;
}

.tag_due .tag_due_date {
  color: #c1121f;
}

.tag_detail {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 14px 16px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin: 12px 0;
}

.tag_detail_header {
  font-size: 1.15em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: #46557a;
}

.tag_detail_row {
  font-size: 0.92em;
  color: #4f4f4f;
  margin: 0 0 6px 0;
  display: flex;
  gap: 8px;
  align-items: baseline;
}

.tag_detail_desc {
  margin-top: 6px;
  font-size: 0.92em;
  color: #3f3f3f;
  line-height: 1.5;
}

.tag_notes {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 14px 16px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin: 12px 0;
}

.tag_note {
  padding: 10px 0 10px 10px;
  border-top: 1px solid #e9e9e9;
  border-left: 3px solid #efefef;
}

.tag_note:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.tag_note_header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 4px 0;
  cursor: pointer;
  list-style: none;
}

.tag_note_title {
  font-weight: 700;
  color: #1f1f1f;
  font-size: 1em;
  flex: 1 1 auto;
}

.tag_note_date {
  font-size: 0.85em;
  color: #6a6a6a;
  white-space: nowrap;
}

.tag_note_toggle {
  color: #6a6a6a;
  transition: transform 0.2s ease;
}

.tag_note[open] .tag_note_toggle {
  transform: rotate(180deg);
}

.tag_note_header::-webkit-details-marker {
  display: none;
}

.tag_note_content {
  font-size: 0.9em;
  color: #3f3f3f;
  line-height: 1.5;
  margin-top: 4px;
}

.tag_images {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 14px 16px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin: 12px 0;
}

.tag_images_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.tag_image_card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.tag_image_link {
  display: flex;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  overflow: hidden;
  background: #f7f7f7;
  width: 100%;
  aspect-ratio: 12 / 9;
}

.tag_image_thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 1 1 auto;
}

.tag_image_desc {
  font-size: 0.85em;
  color: #3f3f3f;
  line-height: 1.4;
  text-align: center;
}

.tag_detail_value {
  color: #3a3a3a;
}

.tag_detail_separator {
  margin: 0 6px;
  color: #9a9a9a;
}

.tag_desc_details {
  margin-top: 6px;
}

.tag_desc_summary {
  font-size: 0.9em;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.tag_desc_summary::-webkit-details-marker {
  display: none;
}

.tag_desc_icon {
  font-size: 0.9em;
  color: #6a6a6a;
  transition: transform 0.2s ease;
}

.tag_desc_details[open] .tag_desc_icon {
  transform: rotate(180deg);
}

@media only screen and (max-width: 560px) {
  .tag_note_header {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    align-items: center;
    row-gap: 4px;
  }
  .tag_note_title {
    grid-column: 1;
    grid-row: 1;
  }
  .tag_note_date {
    grid-column: 1;
    grid-row: 2;
  }
  .tag_note_toggle {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: end;
  }
}
