/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 22 2026 | 16:48:45 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 22 2026 | 16:43:49 */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  --black: #161616;
  --white: #ffffff;
  --teal: #c3dce3;
  --red: #d43123;
  --blue: #6dc0d0;
  --josefin: "Josefin Sans", sans-serif;
  --fw_thin: 100;
  --fw_extralight: 200;
  --fw_light: 300;
  --fw_regular: 400;
  --fw_medium: 500;
  --fw_semibold: 600;
  --fw_bold: 700;
  --fw_extrabold: 800;
  --fw_black: 900;
  --fw_italic: italic;
  --i_darkpurple: #2A034C;
  --i_purple: #451284;
  --i_green: #00CA9F;
  --i_gray: #81819E;
  --i_black: #000000;
  --i_white: #FFFFFF;
  --twitter: #00aced;
  --facebook: #3b5998;
  --googleplus: #dd4b39;
  --pinterest: #cb2027;
  --linkedin: #007bb6;
  --youtube: #bb0000;
  --vimeo: #aad450;
  --tumblr: #32506d;
  --instagram: #517fa4;
  --flickr: #ff0084;
  --dribbble: #ea4c89;
  --quora: #a82400;
  --foursquare: #0072b1;
  --forrst: #5B9A68;
  --vk: #45668e;
  --wordpress: #21759b;
  --stumbleupon: #EB4823;
  --yahoo: #7B0099;
  --blogger: #fb8f3d;
  --soundcloud: #ff3a00;
  --snapchat: #fffc00;
}
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 21 2026 | 23:25:39 */
html, body {
  font-family: var(--josefin) !important;
}
::selection {
  background: var(--red);
  color: var(--white);
}
::-moz-selection {
  background: var(--red);
  color: var(--white);
}
header#header, footer {
  display: none !important;
}
h1, h2, h3, h4, h5, h6 {
  text-transform: none !important;
}
#home-header {
  background: var(--black) !important;
  position: relative;
}
#home-header .container {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
#home-header .content {
  display: flex !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#home-header .content .post-entry {
  width: 100%;
  display: flex;
}
#home-header .content .post-entry .entry-content-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
  padding-bottom: 0;
}
#header-logo {
  padding-bottom: 50px;
  width: 100%;
  height: 160px;
}
@media only screen and (max-width: 767px) {
  #header-logo {
    height: 110px;
  }
}
#header-logo img {
  width: 130px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #header-logo img {
    width: 100px;
  }
}
#header-logo .image-overlay {
  display: none !important;
}
#header-content {
  margin-top: 0 !important;
  width: 100%;
  height: 100%;
  height: calc(100vh - 260px);
  min-height: 700px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  #header-content {
    height: calc(100vh - 240px);
  }
}
#header-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 22, 22, 0.5);
  visibility: visible;
  z-index: 3;
}
#header-content div, #header-content section {
  position: relative;
  z-index: 5;
  width: 100%;
}
#header-content h1, #header-content h2, #header-content h3, #header-content p, #header-content strong {
  color: var(--white) !important;
}
#header-content a {
  color: #fff !important;
  text-decoration: none !important;
}
#header-content h1 {
  font-size: 24px;
  line-height: 1.25em;
  font-weight: 600 !important;
  margin-bottom: 15px;
}
@media only screen and (max-width: 989px) {
  #header-content h1 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  #header-content h1 {
    font-size: 1.67em;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#header-content .av-subheading {
  margin-bottom: 15px;
}
#header-content .av-subheading p {
  font-size: 42px;
  line-height: 1.3em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 10px;
}
@media only screen and (max-width: 989px) {
  #header-content .av-subheading p {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  #header-content .av-subheading p {
    font-size: 24px;
    text-decoration: none;
  }
}
#header-content h2 {
  line-height: 1.25em;
  font-weight: 600 !important;
  margin-bottom: 15px;
}
@media only screen and (max-width: 989px) {
  #header-content h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  #header-content h2 {
    font-size: 22px;
  }
}
#header-content div.hr {
  margin: 10px 0 !important;
  display: flex;
  justify-content: center;
}
#header-content div.hr .hr-inner {
  border-color: var(--white) !important;
  width: 90%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
  right: 0;
}
@media only screen and (max-width: 989px) {
  #header-content div.hr .hr-inner {
    max-width: 260px;
  }
}
#header-content section p {
  font-size: 24px;
  line-height: 1.25em;
  font-weight: 600 !important;
  margin: 0 !important;
}
@media only screen and (max-width: 989px) {
  #header-content section p {
    font-size: 22px;
  }
}
#header-content section p + p {
  margin-top: 0.85em !important;
  font-size: 22px !important;
}
@media only screen and (max-width: 989px) {
  #header-content section p + p {
    font-size: 20px;
  }
}
#header-content a.button {
  font-size: 18px;
  line-height: 1em;
  margin-top: 10px;
  border-radius: 100px;
  background: var(--black);
  font-weight: 400;
  color: var(--white) !important;
  padding: 18px 36px;
  display: inline-flex;
  transform-origin: center;
  transition: 0.3s ease all;
}
@media only screen and (max-width: 989px) {
  #header-content a.button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #header-content a.button {
    font-size: 16px;
  }
}
#header-content a.button:hover {
  transform: scale(1.08);
  background: var(--red);
}
#header-content .avia-icon-list-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#header-content .avia-icon-list-container .avia-icon-list {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
#header-content .avia-icon-list-container .avia-icon-list .iconlist-timeline {
  display: none !important;
}
#header-content .avia-icon-list-container .avia-icon-list li {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0 !important;
}
#header-content .avia-icon-list-container .avia-icon-list li a.iconlist_icon {
  background: var(--black);
  height: 42px;
  width: 42px;
  line-height: 42px;
  aspect-ratio: 1;
  font-size: 18px;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease all;
}
#header-content .avia-icon-list-container .avia-icon-list li a.iconlist_icon:hover {
  background: var(--blue);
}
#header-content .avia-icon-list-container .avia-icon-list li a.iconlist_icon:hover svg {
  fill: var(--black) !important;
}
#header-content .avia-icon-list-container .avia-icon-list li a.iconlist_icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header-content .avia-icon-list-container .avia-icon-list li a.iconlist_icon svg {
  margin: 0 !important;
}
#header-content .avia-icon-list-container article {
  position: absolute;
  left: -200vw;
  visibility: hidden;
}
