.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-fcab90f2-cc52-49bb-9dde-7128ef6b7c63 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(50, 137, 233, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-fcab90f2-cc52-49bb-9dde-7128ef6b7c63 {
  padding-top: 60px;
padding-bottom: 60px;
}
}@media (max-width: 767px){#s-fcab90f2-cc52-49bb-9dde-7128ef6b7c63 {
  padding-top: 25px;
padding-bottom: 25px;
}
}







#s-fcab90f2-cc52-49bb-9dde-7128ef6b7c63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fcab90f2-cc52-49bb-9dde-7128ef6b7c63.shg-box.shg-c {
  justify-content: center;
}

#s-47f02e95-ebb4-4cbd-9fa4-c522ed1697e7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(50, 137, 233, 1);
}
@media (min-width: 1200px){#s-47f02e95-ebb4-4cbd-9fa4-c522ed1697e7 {
  min-height: 150px;
}
}







#s-47f02e95-ebb4-4cbd-9fa4-c522ed1697e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-47f02e95-ebb4-4cbd-9fa4-c522ed1697e7.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-5d5cd160-c13c-4035-8a92-e88ad228a06b {
  padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-5d5cd160-c13c-4035-8a92-e88ad228a06b {
  padding-top: 2%;
padding-bottom: 2%;
}
}
#s-5d5cd160-c13c-4035-8a92-e88ad228a06b .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Jockey One";
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 2px;
  
}


@media (min-width: 1200px){#s-5d5cd160-c13c-4035-8a92-e88ad228a06b .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Jockey One";
  font-style:  normal ;
  font-size: 72px;
  
  letter-spacing: 2px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5d5cd160-c13c-4035-8a92-e88ad228a06b .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Jockey One";
  font-style:  normal ;
  font-size: 42px;
  
  letter-spacing: 2px;
  
}


}@media (max-width: 767px){#s-5d5cd160-c13c-4035-8a92-e88ad228a06b .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Jockey One";
  font-style:  normal ;
  font-size: 42px;
  
  letter-spacing: 2px;
  
}


}
#s-e7e5b6ca-a796-4533-841d-dc2f94a843ba {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
background-color: rgba(2, 12, 14, 1);
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-3fb82989-689f-4c75-9e07-796ecac77906 {
  margin-top: 2%;
margin-left: 8%;
margin-bottom: 2%;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-3fb82989-689f-4c75-9e07-796ecac77906"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fb82989-689f-4c75-9e07-796ecac77906"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3fb82989-689f-4c75-9e07-796ecac77906"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fb82989-689f-4c75-9e07-796ecac77906"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7229ca83-5dbd-4488-a21d-b1356c023fa9 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
min-height: 50px;
}








#s-7229ca83-5dbd-4488-a21d-b1356c023fa9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7229ca83-5dbd-4488-a21d-b1356c023fa9.shg-box.shg-c {
  justify-content: center;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: -moz-max-content;
  max-width: max-content;
}

.shg-product-image-wrapper {
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-20510818-2c90-483c-9e4c-073813f317d2 {
  padding-left: 10%;
padding-right: 10%;
text-align: center;
}


.shg-c#s-20510818-2c90-483c-9e4c-073813f317d2 {
  max-width:  100%;
}

.shg-c#s-20510818-2c90-483c-9e4c-073813f317d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20510818-2c90-483c-9e4c-073813f317d2 .shg-image-zoom,
.shg-c#s-20510818-2c90-483c-9e4c-073813f317d2 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-20510818-2c90-483c-9e4c-073813f317d2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-20510818-2c90-483c-9e4c-073813f317d2 .shg-image-zoom {
  width:  585; 
  height:  100%; 
}





@media (min-width: 1200px){
.shg-c#s-20510818-2c90-483c-9e4c-073813f317d2 {
  max-width:  100%;
}

.shg-c#s-20510818-2c90-483c-9e4c-073813f317d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20510818-2c90-483c-9e4c-073813f317d2 .shg-image-zoom,
.shg-c#s-20510818-2c90-483c-9e4c-073813f317d2 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-20510818-2c90-483c-9e4c-073813f317d2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-20510818-2c90-483c-9e4c-073813f317d2 .shg-image-zoom {
  width:  585; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-20510818-2c90-483c-9e4c-073813f317d2 {
  max-width:  100%;
}

.shg-c#s-20510818-2c90-483c-9e4c-073813f317d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20510818-2c90-483c-9e4c-073813f317d2 .shg-image-zoom,
.shg-c#s-20510818-2c90-483c-9e4c-073813f317d2 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-20510818-2c90-483c-9e4c-073813f317d2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-20510818-2c90-483c-9e4c-073813f317d2 .shg-image-zoom {
  width:  585; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-20510818-2c90-483c-9e4c-073813f317d2 {
  max-width:  100%;
}

.shg-c#s-20510818-2c90-483c-9e4c-073813f317d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20510818-2c90-483c-9e4c-073813f317d2 .shg-image-zoom,
.shg-c#s-20510818-2c90-483c-9e4c-073813f317d2 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-20510818-2c90-483c-9e4c-073813f317d2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-20510818-2c90-483c-9e4c-073813f317d2 .shg-image-zoom {
  width:  585; 
  height:  100%; 
}





}@media (max-width: 767px){
.shg-c#s-20510818-2c90-483c-9e4c-073813f317d2 {
  max-width:  100%;
}

.shg-c#s-20510818-2c90-483c-9e4c-073813f317d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20510818-2c90-483c-9e4c-073813f317d2 .shg-image-zoom,
.shg-c#s-20510818-2c90-483c-9e4c-073813f317d2 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-20510818-2c90-483c-9e4c-073813f317d2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-20510818-2c90-483c-9e4c-073813f317d2 .shg-image-zoom {
  width:  585; 
  height:  100%; 
}





}
.shg-gallery-root {}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}
#s-01d89a8f-c7af-4edb-a752-789503a24fca {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
padding-top: 20px;
padding-bottom: 20px;
padding-right: 0%;
max-width: 100%;
text-align: center;
}

#s-01d89a8f-c7af-4edb-a752-789503a24fca .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 33.333333333333336%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-01d89a8f-c7af-4edb-a752-789503a24fca .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-01d89a8f-c7af-4edb-a752-789503a24fca .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-01d89a8f-c7af-4edb-a752-789503a24fca .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-01d89a8f-c7af-4edb-a752-789503a24fca .shg-gallery-scroll-button {
  color: #FFF;
}

#s-01d89a8f-c7af-4edb-a752-789503a24fca .shg-gallery-dot {
  background-color: #FFF;
}

.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-cc2e10f7-711d-4045-b159-dd56777374b5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-cc2e10f7-711d-4045-b159-dd56777374b5 {
  padding-top: 5px;
padding-bottom: 5px;
}
}
#s-cc2e10f7-711d-4045-b159-dd56777374b5 .shg-product-title-component h1 span {
  color: rgba(255, 255, 255, 1);
  
  font-family: Jockey One;
  
  font-size: 64px;
  
  
  
}
@media (max-width: 767px){#s-cc2e10f7-711d-4045-b159-dd56777374b5 .shg-product-title-component h1 span {
  color: rgba(255, 255, 255, 1);
  
  font-family: Jockey One;
  
  font-size: 64px;
  line-height: 1em;
  
  
}
}
#s-dfea8665-5050-404b-9c53-5b521e23b939 {
  margin-top: 0em;
margin-bottom: 0em;
text-align: center;
}

#s-dfea8665-5050-404b-9c53-5b521e23b939 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 36px;
  
  font-family: Jockey One;
  font-style:  normal ;
}

#s-dfea8665-5050-404b-9c53-5b521e23b939 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  font-family: Jockey One;
  font-style:  normal ;
  font-size: 36px;
}

#s-dfea8665-5050-404b-9c53-5b521e23b939 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-81f63340-bf99-423e-8170-d4a974363643 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmE3ZDE2MTItMDQwOC00OWY1LTgxYWUtZmE1NThjYjM5YTJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZDdiMzQxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjc4ZDE4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiYTdkMTYxMi0wNDA4LTQ5ZjUtODFhZS1mYTU1OGNiMzlhMmEpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 2em;
margin-bottom: 1em;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(233, 163, 50, 1);
border-style: none;
border-radius: 6px;
cursor: pointer;
text-align: center;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#d7b341"}, {"id"=>2, "pos"=>1, "color"=>"#b78d18"}];
hover-type: gradient;
}
#s-81f63340-bf99-423e-8170-d4a974363643:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmQ2NWMwNGQtYzkyMy00YjBiLWFjYzAtNjljZGU5ZDZiYTgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWNiNjM1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2E5YzIyO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2ZDY1YzA0ZC1jOTIzLTRiMGItYWNjMC02OWNkZTlkNmJhODEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(50, 137, 233, 1) !important;
border-radius: 6px !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ecb635"}, {"id"=>2, "pos"=>1, "color"=>"#ca9c22"}] !important;
hover-type: gradient !important;}#s-81f63340-bf99-423e-8170-d4a974363643:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWZkMDg5MDQtZmMwYi00NTIwLTg4MzYtYzAzNGI0ZTQ5Mzg0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWNiNjM1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2E5YzIyO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZmQwODkwNC1mYzBiLTQ1MjAtODgzNi1jMDM0YjRlNDkzODQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(50, 137, 233, 1) !important;
border-radius: 6px !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ecb635"}, {"id"=>2, "pos"=>1, "color"=>"#ca9c22"}] !important;
hover-type: gradient !important;}@media (max-width: 767px){#s-81f63340-bf99-423e-8170-d4a974363643 {
  margin-top: 1em;
margin-bottom: 1em;
}
#s-81f63340-bf99-423e-8170-d4a974363643:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzQ5NTA0ODYtOWUzOS00ZmJlLTg4ZDYtYzY4ZjU5ZGJiYjdiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWNiNjM1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2E5YzIyO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzNDk1MDQ4Ni05ZTM5LTRmYmUtODhkNi1jNjhmNTlkYmJiN2IpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(50, 137, 233, 1) !important;
border-radius: 6px !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ecb635"}, {"id"=>2, "pos"=>1, "color"=>"#ca9c22"}] !important;
hover-type: gradient !important;}}

  #s-81f63340-bf99-423e-8170-d4a974363643-atc-btn-wrapper {
    text-align: center;
  }


#s-81f63340-bf99-423e-8170-d4a974363643 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81f63340-bf99-423e-8170-d4a974363643.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81f63340-bf99-423e-8170-d4a974363643.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  font-family: Jockey One;
  display:  block ;
}

#s-81f63340-bf99-423e-8170-d4a974363643.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-81f63340-bf99-423e-8170-d4a974363643-atc-btn-wrapper {
    text-align: center;
  }


#s-81f63340-bf99-423e-8170-d4a974363643 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81f63340-bf99-423e-8170-d4a974363643.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81f63340-bf99-423e-8170-d4a974363643.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  font-family: Jockey One;
  display:  block ;
}

#s-81f63340-bf99-423e-8170-d4a974363643.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-81f63340-bf99-423e-8170-d4a974363643-atc-btn-wrapper {
    text-align: center;
  }


#s-81f63340-bf99-423e-8170-d4a974363643 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81f63340-bf99-423e-8170-d4a974363643.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81f63340-bf99-423e-8170-d4a974363643.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  font-family: Jockey One;
  display:  block ;
}

#s-81f63340-bf99-423e-8170-d4a974363643.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-81f63340-bf99-423e-8170-d4a974363643-atc-btn-wrapper {
    text-align: center;
  }


#s-81f63340-bf99-423e-8170-d4a974363643 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81f63340-bf99-423e-8170-d4a974363643.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81f63340-bf99-423e-8170-d4a974363643.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  font-family: Jockey One;
  display:  block ;
}

#s-81f63340-bf99-423e-8170-d4a974363643.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-81f63340-bf99-423e-8170-d4a974363643-atc-btn-wrapper {
    text-align: center;
  }


#s-81f63340-bf99-423e-8170-d4a974363643 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81f63340-bf99-423e-8170-d4a974363643.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81f63340-bf99-423e-8170-d4a974363643.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  font-family: Jockey One;
  display:  block ;
}

#s-81f63340-bf99-423e-8170-d4a974363643.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
.shg-product-description {
  overflow-wrap: break-word;
}

.shg-product-description img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-product-description img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-product-description-content *:first-child {
  margin-top: 0;
}

.shg-default-product-description-content {
  text-align: left;
}

.shg-default-product-description-content p,
.shg-default-product-description-content h1,
.shg-default-product-description-content h2,
.shg-default-product-description-content h3,
.shg-default-product-description-content h4,
.shg-default-product-description-content h5,
.shg-default-product-description-content h6,
.shg-default-product-description-content address,
.shg-default-product-description-content pre,
.shg-default-product-description-content div,
.shg-default-product-description-content ol,
.shg-default-product-description-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-product-description-content h1,
.shg-default-product-description-content h2,
.shg-default-product-description-content h3,
.shg-default-product-description-content h4,
.shg-default-product-description-content h5,
.shg-default-product-description-content h6 {
  
  
  
}

.shg-default-product-description-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-product-description-content strong,
.shg-default-product-description-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-product-description-content em {
  font-weight: inherit;
}

.shg-default-product-description-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-product-description-content ::-moz-selection, .shg-default-product-description-content *::-moz-selection {
  background: #accef7;
}
.shg-default-product-description-content ::selection,
.shg-default-product-description-content *::selection {
  background: #accef7;
}

.shg-default-product-description-content p {
  font-size: 1em;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

.shg-default-product-description-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-product-description-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-product-description-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-product-description-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-product-description-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-product-description-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-product-description-content ul {
  list-style: disc;
}

.shg-default-product-description-content ol {
  list-style: decimal;
}

.shg-default-product-description-content ul,
.shg-default-product-description-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-product-description-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-product-description-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-product-description-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-product-description-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

#s-96d23a2c-bd14-4359-b01d-cada71209f15 {
  margin-top: 4%;
margin-bottom: 4%;
padding-top: 2em;
padding-left: 5%;
padding-bottom: 2em;
padding-right: 5%;
}

#s-e7035cb3-c54e-43b3-acab-de94d60cce39 {
  box-shadow:1px 1px 9px 2px rgba(50, 137, 233, 1);
padding-top: 2%;
padding-bottom: 2%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(50, 137, 233, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(2, 12, 14, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e7035cb3-c54e-43b3-acab-de94d60cce39 {
  padding-top: 60px;
padding-bottom: 60px;
}
}@media (max-width: 767px){#s-e7035cb3-c54e-43b3-acab-de94d60cce39 {
  padding-top: 60px;
padding-bottom: 60px;
}
}







#s-e7035cb3-c54e-43b3-acab-de94d60cce39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e7035cb3-c54e-43b3-acab-de94d60cce39.shg-box.shg-c {
  justify-content: center;
}

#s-6e873e63-5a33-4bfc-8009-1103646a76fb {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-6e873e63-5a33-4bfc-8009-1103646a76fb {
  margin-left: 15%;
margin-right: 15%;
}
}
@media (min-width: 0px) {
[id="s-6e873e63-5a33-4bfc-8009-1103646a76fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e873e63-5a33-4bfc-8009-1103646a76fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-6e873e63-5a33-4bfc-8009-1103646a76fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-6e873e63-5a33-4bfc-8009-1103646a76fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-1948bb0d-04e5-4c8e-bc10-fa27ba5fa2c6 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(2, 12, 14, 1);
}
@media (max-width: 767px){#s-1948bb0d-04e5-4c8e-bc10-fa27ba5fa2c6 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
}







#s-1948bb0d-04e5-4c8e-bc10-fa27ba5fa2c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1948bb0d-04e5-4c8e-bc10-fa27ba5fa2c6.shg-box.shg-c {
  justify-content: center;
}

#s-74c6d077-b58f-4e62-aa36-0d3ce9e70084 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-74c6d077-b58f-4e62-aa36-0d3ce9e70084 .shogun-icon-wrapper {
  text-align: center;
}


#s-74c6d077-b58f-4e62-aa36-0d3ce9e70084 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(50, 137, 233, 1);
}

#s-b24ca8bd-b69f-4be0-b761-094bcaef4932 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b24ca8bd-b69f-4be0-b761-094bcaef4932 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Jockey One";
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 1px;
  text-align: center;
}



.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-d6f87253-04fb-43be-a465-53aeedcc283c {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(2, 12, 14, 1);
}
@media (max-width: 767px){#s-d6f87253-04fb-43be-a465-53aeedcc283c {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
}







#s-d6f87253-04fb-43be-a465-53aeedcc283c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6f87253-04fb-43be-a465-53aeedcc283c.shg-box.shg-c {
  justify-content: center;
}

#s-3d93c5a6-34ee-4570-b0ea-ef801b6dea3c {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-3d93c5a6-34ee-4570-b0ea-ef801b6dea3c .shogun-icon-wrapper {
  text-align: center;
}


#s-3d93c5a6-34ee-4570-b0ea-ef801b6dea3c .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(50, 137, 233, 1);
}

#s-4c3728f1-e248-4376-95cd-179fe4f1d644 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4c3728f1-e248-4376-95cd-179fe4f1d644 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Jockey One";
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-b9a3ec14-da6a-4e0e-8a9f-0570fd7a8f2b {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(2, 12, 14, 1);
}
@media (max-width: 767px){#s-b9a3ec14-da6a-4e0e-8a9f-0570fd7a8f2b {
  padding-top: 10px;
padding-bottom: 10px;
}
}







#s-b9a3ec14-da6a-4e0e-8a9f-0570fd7a8f2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b9a3ec14-da6a-4e0e-8a9f-0570fd7a8f2b.shg-box.shg-c {
  justify-content: center;
}

#s-61448d6e-1b51-4747-969f-0dc4dfb87d15 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-61448d6e-1b51-4747-969f-0dc4dfb87d15 .shogun-icon-wrapper {
  text-align: center;
}


#s-61448d6e-1b51-4747-969f-0dc4dfb87d15 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(50, 137, 233, 1);
}

#s-f85dced8-66af-46bc-8b74-efd31205f00b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f85dced8-66af-46bc-8b74-efd31205f00b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Jockey One";
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-3aba1732-9f62-412e-a6a8-611728441a97 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 3%;
padding-bottom: 3%;
min-height: 50px;
background-color: rgba(2, 12, 14, 1);
}








#s-3aba1732-9f62-412e-a6a8-611728441a97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3aba1732-9f62-412e-a6a8-611728441a97.shg-box.shg-c {
  justify-content: center;
}

#s-1c5cccde-fbc1-4306-b954-9dba13012bd2 {
  margin-left: 12%;
margin-right: 12%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1c5cccde-fbc1-4306-b954-9dba13012bd2 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-1c5cccde-fbc1-4306-b954-9dba13012bd2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c5cccde-fbc1-4306-b954-9dba13012bd2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1c5cccde-fbc1-4306-b954-9dba13012bd2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c5cccde-fbc1-4306-b954-9dba13012bd2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-44e9dc0b-665a-495d-8c09-7ef97c18f211 {
  padding-top: 0%;
padding-bottom: 2%;
text-align: center;
}

#s-44e9dc0b-665a-495d-8c09-7ef97c18f211 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Jockey One";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-44e9dc0b-665a-495d-8c09-7ef97c18f211 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Jockey One";
  font-style:  normal ;
  font-size: 42px;
  
  letter-spacing: 2px;
  
}


}@media (max-width: 767px){#s-44e9dc0b-665a-495d-8c09-7ef97c18f211 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Jockey One";
  font-style:  normal ;
  font-size: 42px;
  
  letter-spacing: 2px;
  
}


}
#s-d9c99b13-1921-414c-8619-6a5776f7d9a5 {
  padding-top: 0%;
padding-bottom: 2%;
text-align: center;
}

#s-d9c99b13-1921-414c-8619-6a5776f7d9a5 .shogun-heading-component h4 {
  color: rgba(50, 137, 233, 1);
  font-weight:  normal ;
  font-family: "Jockey One";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-d9c99b13-1921-414c-8619-6a5776f7d9a5 .shogun-heading-component h4 {
  color: rgba(50, 137, 233, 1);
  font-weight:  normal ;
  font-family: "Jockey One";
  font-style:  normal ;
  font-size: 42px;
  
  letter-spacing: 2px;
  
}


}@media (max-width: 767px){#s-d9c99b13-1921-414c-8619-6a5776f7d9a5 .shogun-heading-component h4 {
  color: rgba(50, 137, 233, 1);
  font-weight:  normal ;
  font-family: "Jockey One";
  font-style:  normal ;
  font-size: 42px;
  
  letter-spacing: 2px;
  
}


}
#s-12909fb5-dfd9-4aca-81b0-af21c91a92a7 {
  margin-left: 12%;
margin-right: 12%;
padding-left: 0%;
padding-right: 0%;
min-height: 400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-12909fb5-dfd9-4aca-81b0-af21c91a92a7 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-12909fb5-dfd9-4aca-81b0-af21c91a92a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12909fb5-dfd9-4aca-81b0-af21c91a92a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-12909fb5-dfd9-4aca-81b0-af21c91a92a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-12909fb5-dfd9-4aca-81b0-af21c91a92a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-2bf88f44-7af8-4718-8dc4-b47fa9743df4 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}








#s-2bf88f44-7af8-4718-8dc4-b47fa9743df4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2bf88f44-7af8-4718-8dc4-b47fa9743df4.shg-box.shg-c {
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-24e805d5-b357-41f2-8557-e08f8744abb4 {
  margin-left: auto;
margin-right: auto;
height: 400px;
max-width: 100%;
text-align: center;
}

#s-24e805d5-b357-41f2-8557-e08f8744abb4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-24e805d5-b357-41f2-8557-e08f8744abb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-24e805d5-b357-41f2-8557-e08f8744abb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-24e805d5-b357-41f2-8557-e08f8744abb4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-24e805d5-b357-41f2-8557-e08f8744abb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-24e805d5-b357-41f2-8557-e08f8744abb4 img.shogun-image {
  width: 100%;
  height: 400px;
  
  max-width: 100%;

      
    max-width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-24e805d5-b357-41f2-8557-e08f8744abb4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-24e805d5-b357-41f2-8557-e08f8744abb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24e805d5-b357-41f2-8557-e08f8744abb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24e805d5-b357-41f2-8557-e08f8744abb4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-24e805d5-b357-41f2-8557-e08f8744abb4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-24e805d5-b357-41f2-8557-e08f8744abb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-24e805d5-b357-41f2-8557-e08f8744abb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-24e805d5-b357-41f2-8557-e08f8744abb4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-24e805d5-b357-41f2-8557-e08f8744abb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-24e805d5-b357-41f2-8557-e08f8744abb4 img.shogun-image {
  width: 100%;
  height: 400px;
  
  max-width: 100%;

      
    max-width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-24e805d5-b357-41f2-8557-e08f8744abb4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-24e805d5-b357-41f2-8557-e08f8744abb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24e805d5-b357-41f2-8557-e08f8744abb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24e805d5-b357-41f2-8557-e08f8744abb4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-24e805d5-b357-41f2-8557-e08f8744abb4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-24e805d5-b357-41f2-8557-e08f8744abb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-24e805d5-b357-41f2-8557-e08f8744abb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-24e805d5-b357-41f2-8557-e08f8744abb4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-24e805d5-b357-41f2-8557-e08f8744abb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-24e805d5-b357-41f2-8557-e08f8744abb4 img.shogun-image {
  width: 100%;
  height: 400px;
  
  max-width: 100%;

      
    max-width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-24e805d5-b357-41f2-8557-e08f8744abb4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-24e805d5-b357-41f2-8557-e08f8744abb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24e805d5-b357-41f2-8557-e08f8744abb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24e805d5-b357-41f2-8557-e08f8744abb4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-24e805d5-b357-41f2-8557-e08f8744abb4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-24e805d5-b357-41f2-8557-e08f8744abb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-24e805d5-b357-41f2-8557-e08f8744abb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-24e805d5-b357-41f2-8557-e08f8744abb4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-24e805d5-b357-41f2-8557-e08f8744abb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-24e805d5-b357-41f2-8557-e08f8744abb4 img.shogun-image {
  width: 100%;
  height: 400px;
  
  max-width: 100%;

      
    max-width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-24e805d5-b357-41f2-8557-e08f8744abb4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-24e805d5-b357-41f2-8557-e08f8744abb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24e805d5-b357-41f2-8557-e08f8744abb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24e805d5-b357-41f2-8557-e08f8744abb4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-24e805d5-b357-41f2-8557-e08f8744abb4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-24e805d5-b357-41f2-8557-e08f8744abb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-24e805d5-b357-41f2-8557-e08f8744abb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-24e805d5-b357-41f2-8557-e08f8744abb4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-24e805d5-b357-41f2-8557-e08f8744abb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-24e805d5-b357-41f2-8557-e08f8744abb4 img.shogun-image {
  width: 100%;
  height: 400px;
  
  max-width: 100%;

      
    max-width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-24e805d5-b357-41f2-8557-e08f8744abb4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-24e805d5-b357-41f2-8557-e08f8744abb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24e805d5-b357-41f2-8557-e08f8744abb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24e805d5-b357-41f2-8557-e08f8744abb4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f5fe1be9-3c49-4277-a3da-525840db39a3 {
  margin-left: auto;
margin-right: auto;
}








#s-f5fe1be9-3c49-4277-a3da-525840db39a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f5fe1be9-3c49-4277-a3da-525840db39a3.shg-box.shg-c {
  justify-content: center;
}

#s-47e4c199-c127-4849-b1b8-f3b260061c32 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-47e4c199-c127-4849-b1b8-f3b260061c32 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
