/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 08 2025 | 20:38:59 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 08 2024 | 00:08:46 */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  --mont: "Montserrat", sans-serif;
  --thin: 100;
  --extralight: 200;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --extrabold: 800;
  --black: 900;
  --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: Mar 14 2024 | 17:52:51 */
:root {
  --dark: #0e2340;
  --white: #ffffff;
  --green: #D2DE26;
}
.html_header_top.html_header_sticky .notice--active #main {
  padding-top: 139px !important;
}
#bbot-notice {
  height: 50px;
  background: var(--green);
  position: relative;
  z-index: 501;
  display: flex;
  align-items: center;
}
#bbot-notice .bbot-notice-content {
  text-align: center;
  color: var(--dark);
  padding: 0.75rem;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
#bbot-notice .bbot-notice-content a {
  color: var(--dark) !important;
  text-decoration: underline;
}
#bbot-notice .bbot-notice-content a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 989px) {
  #bbot-notice {
    height: auto;
  }
  #bbot-notice .bbot-notice-content {
    font-size: 14px;
    line-height: 16px;
  }
}
