.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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-2e441b8b-1bfd-4dc1-a1e1-29c68adee1f3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 100%;
}








#s-2e441b8b-1bfd-4dc1-a1e1-29c68adee1f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e441b8b-1bfd-4dc1-a1e1-29c68adee1f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-26eb6a48-f288-4ad3-91e1-ae79a6207074 {
  margin-top: -35px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-26eb6a48-f288-4ad3-91e1-ae79a6207074 {
  margin-top: -35px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-26eb6a48-f288-4ad3-91e1-ae79a6207074 {
  margin-top: -40px;
}
}@media (max-width: 767px){#s-26eb6a48-f288-4ad3-91e1-ae79a6207074 {
  margin-top: -40px;
}
}
#s-ea52035a-e88b-4cd9-8fe3-cf6a9e31135a {
  margin-top: 0px;
background-color: rgba(104, 0, 4, 1);
}
@media (max-width: 767px){#s-ea52035a-e88b-4cd9-8fe3-cf6a9e31135a {
  margin-bottom: 0px;
padding-bottom: 0px;
}
}







#s-ea52035a-e88b-4cd9-8fe3-cf6a9e31135a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea52035a-e88b-4cd9-8fe3-cf6a9e31135a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-6a478d73-dfd6-4c31-885f-cc59d3728a3c {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: auto;
padding-top: 10px;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (min-width: 1200px){#s-0040f93a-e3d3-44f7-84d8-03e88b839a85 {
  display: none;
}
#s-0040f93a-e3d3-44f7-84d8-03e88b839a85, #wrap-s-0040f93a-e3d3-44f7-84d8-03e88b839a85 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0040f93a-e3d3-44f7-84d8-03e88b839a85 {
  display: none;
}
#s-0040f93a-e3d3-44f7-84d8-03e88b839a85, #wrap-s-0040f93a-e3d3-44f7-84d8-03e88b839a85 { display: none !important; }}@media (max-width: 767px){#s-0040f93a-e3d3-44f7-84d8-03e88b839a85 {
  display: none;
}
#s-0040f93a-e3d3-44f7-84d8-03e88b839a85, #wrap-s-0040f93a-e3d3-44f7-84d8-03e88b839a85 { display: none !important; }}
#s-f470bd14-628f-45ff-ba91-62712cc8b8eb {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-repeat: repeat;
}
@media (min-width: 768px) and (max-width: 991px){#s-f470bd14-628f-45ff-ba91-62712cc8b8eb {
  display: none;
}
#s-f470bd14-628f-45ff-ba91-62712cc8b8eb, #wrap-s-f470bd14-628f-45ff-ba91-62712cc8b8eb { display: none !important; }}@media (max-width: 767px){#s-f470bd14-628f-45ff-ba91-62712cc8b8eb {
  display: none;
}
#s-f470bd14-628f-45ff-ba91-62712cc8b8eb, #wrap-s-f470bd14-628f-45ff-ba91-62712cc8b8eb { display: none !important; }}







#s-f470bd14-628f-45ff-ba91-62712cc8b8eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f470bd14-628f-45ff-ba91-62712cc8b8eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d9a7c13-71d6-453a-a064-5d28ce7eb21d {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
background-repeat: repeat;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-4d9a7c13-71d6-453a-a064-5d28ce7eb21d {
  
}
}@media (max-width: 767px){#s-4d9a7c13-71d6-453a-a064-5d28ce7eb21d {
  
}
}







#s-4d9a7c13-71d6-453a-a064-5d28ce7eb21d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d9a7c13-71d6-453a-a064-5d28ce7eb21d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-04ab98d9-072f-4699-ba9d-72c1e9a47731 {
  min-height: 50px;
}








#s-04ab98d9-072f-4699-ba9d-72c1e9a47731 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04ab98d9-072f-4699-ba9d-72c1e9a47731.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-a4238233-10f4-4401-a23b-787d753e9697 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4238233-10f4-4401-a23b-787d753e9697 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 33px;
  
  
  
}



#s-999792b8-f0ae-463a-b922-756cda63a956 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-999792b8-f0ae-463a-b922-756cda63a956 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-999792b8-f0ae-463a-b922-756cda63a956.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-3ac8f92f-f9dc-4929-92ef-731d6c298b70 {
  display: none;
}
#s-3ac8f92f-f9dc-4929-92ef-731d6c298b70, #wrap-s-3ac8f92f-f9dc-4929-92ef-731d6c298b70 { display: none !important; }}
#s-fe8a6012-880e-4461-be4a-30d95fd11a65 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1600px;
}








#s-fe8a6012-880e-4461-be4a-30d95fd11a65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe8a6012-880e-4461-be4a-30d95fd11a65.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9e13189-2731-4230-99b7-700f411d6eaa {
  margin-top: 0px;
margin-left: 5%;
margin-right: 5%;
}

.shogun-image-container {
  position: relative;
}

.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-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

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

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

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.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 > div {
  width: 100%;
}

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-c4e97445-460b-48d7-8eac-349db15530b9 {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 2500/1316;
text-align: center;
}
@media (min-width: 1200px){#s-c4e97445-460b-48d7-8eac-349db15530b9 {
  display: none;
}
#s-c4e97445-460b-48d7-8eac-349db15530b9, #wrap-s-c4e97445-460b-48d7-8eac-349db15530b9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c4e97445-460b-48d7-8eac-349db15530b9 {
  display: none;
}
#s-c4e97445-460b-48d7-8eac-349db15530b9, #wrap-s-c4e97445-460b-48d7-8eac-349db15530b9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c4e97445-460b-48d7-8eac-349db15530b9 {
  display: none;
}
#s-c4e97445-460b-48d7-8eac-349db15530b9, #wrap-s-c4e97445-460b-48d7-8eac-349db15530b9 { display: none !important; }}@media (max-width: 767px){#s-c4e97445-460b-48d7-8eac-349db15530b9 {
  display: none;
}
#s-c4e97445-460b-48d7-8eac-349db15530b9, #wrap-s-c4e97445-460b-48d7-8eac-349db15530b9 { display: none !important; }}




  #s-c4e97445-460b-48d7-8eac-349db15530b9 img.shogun-image,
  #s-c4e97445-460b-48d7-8eac-349db15530b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c4e97445-460b-48d7-8eac-349db15530b9 {
    width: 100%;
    height: auto;
  }




#s-c4e97445-460b-48d7-8eac-349db15530b9 .shogun-image-content {
  
    align-items: flex-end;
  
}

@media (min-width: 992px) and (max-width: 1199px){#s-6b8f7f46-97f1-4900-a801-4de71a535272 {
  margin-bottom: -60px;
}
}







#s-6b8f7f46-97f1-4900-a801-4de71a535272 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b8f7f46-97f1-4900-a801-4de71a535272.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ec27f26-24da-4075-aedc-4bb302852689 {
  margin-left: 5%;
margin-right: 5%;
}

#s-69ce1f83-4691-4bfa-95a8-30758a1acdfe {
  
}
@media (min-width: 1200px){#s-69ce1f83-4691-4bfa-95a8-30758a1acdfe {
  
}
}







#s-69ce1f83-4691-4bfa-95a8-30758a1acdfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69ce1f83-4691-4bfa-95a8-30758a1acdfe.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-55fbb3a7-bd8f-4dbd-b264-75d05372dbda {
  margin-top: 50px;
padding-bottom: 24px;
}








#s-55fbb3a7-bd8f-4dbd-b264-75d05372dbda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55fbb3a7-bd8f-4dbd-b264-75d05372dbda.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0513508a-c5ac-486e-bd5e-a430af1297a6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 920px;
text-align: center;
}

#s-0513508a-c5ac-486e-bd5e-a430af1297a6 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-a04feb58-504d-4ba9-a2e7-55d146a7825b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a04feb58-504d-4ba9-a2e7-55d146a7825b {
  margin-bottom: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a04feb58-504d-4ba9-a2e7-55d146a7825b {
  margin-bottom: 80px;
}
}







#s-a04feb58-504d-4ba9-a2e7-55d146a7825b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a04feb58-504d-4ba9-a2e7-55d146a7825b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5dfad388-2c06-4231-8ef3-4229cfc35503 {
  margin-left: auto;
margin-right: auto;
max-width: 920px;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-74c0d978-119a-44b3-9bb2-b5fcc0d80a4b {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
max-width: 960px;
}
@media (min-width: 1200px){#s-74c0d978-119a-44b3-9bb2-b5fcc0d80a4b {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-74c0d978-119a-44b3-9bb2-b5fcc0d80a4b {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-74c0d978-119a-44b3-9bb2-b5fcc0d80a4b {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-74c0d978-119a-44b3-9bb2-b5fcc0d80a4b {
  margin-top: 0px;
}
}
#s-74c0d978-119a-44b3-9bb2-b5fcc0d80a4b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-74c0d978-119a-44b3-9bb2-b5fcc0d80a4b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 0);
  padding: 10px;
}

#s-74c0d978-119a-44b3-9bb2-b5fcc0d80a4b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(195, 168, 116, 1);
}

#s-74c0d978-119a-44b3-9bb2-b5fcc0d80a4b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-74c0d978-119a-44b3-9bb2-b5fcc0d80a4b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(195, 168, 116, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-74c0d978-119a-44b3-9bb2-b5fcc0d80a4b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-54c1517a-1485-43e4-a11d-6501a4714516 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-54c1517a-1485-43e4-a11d-6501a4714516 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-54c1517a-1485-43e4-a11d-6501a4714516 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-54c1517a-1485-43e4-a11d-6501a4714516 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-b5d6df78-54d7-400d-bc6c-5aaacb42009f {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 240px;
}








#s-b5d6df78-54d7-400d-bc6c-5aaacb42009f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5d6df78-54d7-400d-bc6c-5aaacb42009f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

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

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

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

#s-68f9a6c3-f85d-4474-a413-9f67e8d73a46 {
  box-shadow:0px 10px 60px 10px rgba(0, 0, 0, 0.3);
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(195, 168, 116, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-68f9a6c3-f85d-4474-a413-9f67e8d73a46:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-68f9a6c3-f85d-4474-a413-9f67e8d73a46:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-68f9a6c3-f85d-4474-a413-9f67e8d73a46-root {
    text-align: center;
  }


#s-68f9a6c3-f85d-4474-a413-9f67e8d73a46.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-68f9a6c3-f85d-4474-a413-9f67e8d73a46-root {
    text-align: center;
  }


#s-68f9a6c3-f85d-4474-a413-9f67e8d73a46.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68f9a6c3-f85d-4474-a413-9f67e8d73a46-root {
    text-align: center;
  }


#s-68f9a6c3-f85d-4474-a413-9f67e8d73a46.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68f9a6c3-f85d-4474-a413-9f67e8d73a46-root {
    text-align: center;
  }


#s-68f9a6c3-f85d-4474-a413-9f67e8d73a46.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-68f9a6c3-f85d-4474-a413-9f67e8d73a46-root {
    text-align: center;
  }


#s-68f9a6c3-f85d-4474-a413-9f67e8d73a46.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-cbb424ea-8e7b-4cd5-a3ee-093c71b4a299 {
  margin-top: -100px;
margin-right: auto;
}
@media (min-width: 1200px){#s-cbb424ea-8e7b-4cd5-a3ee-093c71b4a299 {
  
}
}







#s-cbb424ea-8e7b-4cd5-a3ee-093c71b4a299 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbb424ea-8e7b-4cd5-a3ee-093c71b4a299.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8aa3651a-7554-4cee-a3f5-294be51f1969 {
  margin-top: 120px;
margin-left: auto;
margin-bottom: 120px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1437px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-8aa3651a-7554-4cee-a3f5-294be51f1969 img.shogun-image,
  #s-8aa3651a-7554-4cee-a3f5-294be51f1969 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8aa3651a-7554-4cee-a3f5-294be51f1969 {
    width: 100%;
    height: auto;
  }



  #s-8aa3651a-7554-4cee-a3f5-294be51f1969 img.shogun-image {
    

    
    
    
  }


#s-8aa3651a-7554-4cee-a3f5-294be51f1969 .shogun-image-content {
  
    align-items: center;
  
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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;
}

#s-f1bc91e0-39cb-4e43-825e-aef51a42ffef {
  min-height: 700px;
}

@media (min-width: 0px) {
[id="s-f1bc91e0-39cb-4e43-825e-aef51a42ffef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f1bc91e0-39cb-4e43-825e-aef51a42ffef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f1bc91e0-39cb-4e43-825e-aef51a42ffef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f1bc91e0-39cb-4e43-825e-aef51a42ffef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f1bc91e0-39cb-4e43-825e-aef51a42ffef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1bc91e0-39cb-4e43-825e-aef51a42ffef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f1bc91e0-39cb-4e43-825e-aef51a42ffef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-9cb137d0-bb7e-4549-b5a7-ba9e1f603861 {
  min-height: 700px;
}








#s-9cb137d0-bb7e-4549-b5a7-ba9e1f603861 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cb137d0-bb7e-4549-b5a7-ba9e1f603861 {
  cursor: pointer;
}#s-9cb137d0-bb7e-4549-b5a7-ba9e1f603861.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6b8e4d7-2736-4209-a5ee-414e0083363a {
  min-height: 700px;
}








#s-a6b8e4d7-2736-4209-a5ee-414e0083363a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6b8e4d7-2736-4209-a5ee-414e0083363a {
  cursor: pointer;
}#s-a6b8e4d7-2736-4209-a5ee-414e0083363a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e330c649-2e1b-4da4-b227-580bd47c9afb {
  min-height: 300px;
}

@media (min-width: 0px) {
[id="s-e330c649-2e1b-4da4-b227-580bd47c9afb"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-e330c649-2e1b-4da4-b227-580bd47c9afb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e330c649-2e1b-4da4-b227-580bd47c9afb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e330c649-2e1b-4da4-b227-580bd47c9afb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e330c649-2e1b-4da4-b227-580bd47c9afb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e330c649-2e1b-4da4-b227-580bd47c9afb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e330c649-2e1b-4da4-b227-580bd47c9afb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e330c649-2e1b-4da4-b227-580bd47c9afb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e330c649-2e1b-4da4-b227-580bd47c9afb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e330c649-2e1b-4da4-b227-580bd47c9afb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

}

#s-50727513-c59e-48a0-9000-f1f44922d865 {
  min-height: 300px;
}








#s-50727513-c59e-48a0-9000-f1f44922d865 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50727513-c59e-48a0-9000-f1f44922d865 {
  cursor: pointer;
}#s-50727513-c59e-48a0-9000-f1f44922d865.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9367c76-1cfd-49f2-bd2b-0b59335974c0 {
  min-height: 300px;
}








#s-f9367c76-1cfd-49f2-bd2b-0b59335974c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9367c76-1cfd-49f2-bd2b-0b59335974c0 {
  cursor: pointer;
}#s-f9367c76-1cfd-49f2-bd2b-0b59335974c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e98e40f-7b7f-4a2c-be9c-dedc954bba19 {
  min-height: 300px;
}








#s-4e98e40f-7b7f-4a2c-be9c-dedc954bba19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e98e40f-7b7f-4a2c-be9c-dedc954bba19 {
  cursor: pointer;
}#s-4e98e40f-7b7f-4a2c-be9c-dedc954bba19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-901ef178-9964-4832-a5de-63b67988cad4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-901ef178-9964-4832-a5de-63b67988cad4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-901ef178-9964-4832-a5de-63b67988cad4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-901ef178-9964-4832-a5de-63b67988cad4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-901ef178-9964-4832-a5de-63b67988cad4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-901ef178-9964-4832-a5de-63b67988cad4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-901ef178-9964-4832-a5de-63b67988cad4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-df31de59-4961-4fc5-890a-4ac37ed6b1e1 {
  min-height: 400px;
}








#s-df31de59-4961-4fc5-890a-4ac37ed6b1e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df31de59-4961-4fc5-890a-4ac37ed6b1e1 {
  cursor: pointer;
}#s-df31de59-4961-4fc5-890a-4ac37ed6b1e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9757a3d-d100-4fe9-a296-0f642f05b0b6 {
  min-height: 400px;
}








#s-f9757a3d-d100-4fe9-a296-0f642f05b0b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9757a3d-d100-4fe9-a296-0f642f05b0b6 {
  cursor: pointer;
}#s-f9757a3d-d100-4fe9-a296-0f642f05b0b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d082492d-2810-4617-bd2b-4dfe00d96ddd {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 800px;
max-width: 100%;
background-position: center center;
}








#s-d082492d-2810-4617-bd2b-4dfe00d96ddd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d082492d-2810-4617-bd2b-4dfe00d96ddd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33a35ef0-aca9-4c5a-82f7-bd99810113b4 {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-33a35ef0-aca9-4c5a-82f7-bd99810113b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33a35ef0-aca9-4c5a-82f7-bd99810113b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-33a35ef0-aca9-4c5a-82f7-bd99810113b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-33a35ef0-aca9-4c5a-82f7-bd99810113b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.0px);
}

}

#s-91ccac70-c07c-497d-838f-2bfb6e2a2017 {
  max-width: 1080px;
aspect-ratio: 1080/1375;
text-align: left;
}





  #s-91ccac70-c07c-497d-838f-2bfb6e2a2017 img.shogun-image,
  #s-91ccac70-c07c-497d-838f-2bfb6e2a2017 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-91ccac70-c07c-497d-838f-2bfb6e2a2017 {
    width: 100%;
    height: auto;
  }



  #s-91ccac70-c07c-497d-838f-2bfb6e2a2017 img.shogun-image {
    

    
    
    
  }


#s-91ccac70-c07c-497d-838f-2bfb6e2a2017 .shogun-image-content {
  
    align-items: center;
  
}

#s-45c2d7ca-981b-4ed1-9285-c09bae43d456 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 880px;
max-width: 600px;
}








#s-45c2d7ca-981b-4ed1-9285-c09bae43d456 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45c2d7ca-981b-4ed1-9285-c09bae43d456.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67d0c4c2-3356-4797-872f-22cf01606125 {
  margin-top: 0px;
margin-bottom: 20px;
min-height: 50px;
}








#s-67d0c4c2-3356-4797-872f-22cf01606125 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67d0c4c2-3356-4797-872f-22cf01606125.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6235912-82af-4e8f-9932-94149cb12fc2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 920px;
text-align: center;
}

#s-c6235912-82af-4e8f-9932-94149cb12fc2 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-f6b80e6f-a14f-47a5-ad8c-9dcacdad0427 {
  margin-left: auto;
margin-right: auto;
max-width: 920px;
}

#s-6a110530-76fc-44c5-897f-83a439f4eb4d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 240px;
}








#s-6a110530-76fc-44c5-897f-83a439f4eb4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a110530-76fc-44c5-897f-83a439f4eb4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89240dbe-ed25-40af-9c21-53c7dd25b2f3 {
  box-shadow:0px 10px 60px 10px rgba(0, 0, 0, 0.3);
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(195, 168, 116, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-89240dbe-ed25-40af-9c21-53c7dd25b2f3:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-89240dbe-ed25-40af-9c21-53c7dd25b2f3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-89240dbe-ed25-40af-9c21-53c7dd25b2f3-root {
    text-align: center;
  }


#s-89240dbe-ed25-40af-9c21-53c7dd25b2f3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-89240dbe-ed25-40af-9c21-53c7dd25b2f3-root {
    text-align: center;
  }


#s-89240dbe-ed25-40af-9c21-53c7dd25b2f3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-89240dbe-ed25-40af-9c21-53c7dd25b2f3-root {
    text-align: center;
  }


#s-89240dbe-ed25-40af-9c21-53c7dd25b2f3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-89240dbe-ed25-40af-9c21-53c7dd25b2f3-root {
    text-align: center;
  }


#s-89240dbe-ed25-40af-9c21-53c7dd25b2f3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-89240dbe-ed25-40af-9c21-53c7dd25b2f3-root {
    text-align: center;
  }


#s-89240dbe-ed25-40af-9c21-53c7dd25b2f3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-5af15e05-bb86-40f0-950e-16ed93ba7cfb {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-5af15e05-bb86-40f0-950e-16ed93ba7cfb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5af15e05-bb86-40f0-950e-16ed93ba7cfb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-5af15e05-bb86-40f0-950e-16ed93ba7cfb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-5af15e05-bb86-40f0-950e-16ed93ba7cfb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.0px);
}

}

#s-3755c0a8-7ec1-463e-8a28-c707049a2f22 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 880px;
max-width: 600px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3755c0a8-7ec1-463e-8a28-c707049a2f22 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-3755c0a8-7ec1-463e-8a28-c707049a2f22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3755c0a8-7ec1-463e-8a28-c707049a2f22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf3db760-6bfc-4954-bebe-5ed11ca7e299 {
  margin-top: 0px;
margin-bottom: 20px;
min-height: 50px;
}








#s-bf3db760-6bfc-4954-bebe-5ed11ca7e299 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf3db760-6bfc-4954-bebe-5ed11ca7e299.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4fefa7b0-fd59-411b-9167-cfaed541c02a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 920px;
text-align: center;
}

#s-4fefa7b0-fd59-411b-9167-cfaed541c02a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-6cf92d27-94c9-4959-b476-85eb8cf4c5bf {
  margin-left: auto;
margin-right: auto;
max-width: 920px;
}

#s-054a6950-7a34-4093-ab4d-447a5f429443 {
  margin-top: 80px;
margin-left: auto;
margin-right: auto;
max-width: 1600px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-054a6950-7a34-4093-ab4d-447a5f429443 img.shogun-image,
  #s-054a6950-7a34-4093-ab4d-447a5f429443 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-054a6950-7a34-4093-ab4d-447a5f429443 {
    width: 100%;
    height: auto;
  }



  #s-054a6950-7a34-4093-ab4d-447a5f429443 img.shogun-image {
    

    
    
    
  }


#s-054a6950-7a34-4093-ab4d-447a5f429443 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-ce90c8aa-f758-42f6-b107-757b09469604"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ce90c8aa-f758-42f6-b107-757b09469604"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ce90c8aa-f758-42f6-b107-757b09469604"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce90c8aa-f758-42f6-b107-757b09469604"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

.shg-image-content-wrapper {
  position: relative;
}

.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-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.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-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.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>div {
  width: 100%;
}

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-3fe35503-1001-4ee0-8d34-54d188da6f9a {
  max-width: 1600px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-3fe35503-1001-4ee0-8d34-54d188da6f9a img.shogun-image,
  #s-3fe35503-1001-4ee0-8d34-54d188da6f9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3fe35503-1001-4ee0-8d34-54d188da6f9a {
    width: 100%;
    height: auto;
  }

  #s-3fe35503-1001-4ee0-8d34-54d188da6f9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shogun-image {
    
    
  }


.s-3fe35503-1001-4ee0-8d34-54d188da6f9a .shogun-image-content {
  
    align-items: center;
  
}

.s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3fe35503-1001-4ee0-8d34-54d188da6f9a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shogun-image-container {
      position: relative;
    }

    .s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fe35503-1001-4ee0-8d34-54d188da6f9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3fe35503-1001-4ee0-8d34-54d188da6f9a img.shogun-image,
  #s-3fe35503-1001-4ee0-8d34-54d188da6f9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3fe35503-1001-4ee0-8d34-54d188da6f9a {
    width: 100%;
    height: auto;
  }

  #s-3fe35503-1001-4ee0-8d34-54d188da6f9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shogun-image {
    
    
  }


.s-3fe35503-1001-4ee0-8d34-54d188da6f9a .shogun-image-content {
  
    align-items: center;
  
}

.s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3fe35503-1001-4ee0-8d34-54d188da6f9a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shogun-image-container {
      position: relative;
    }

    .s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fe35503-1001-4ee0-8d34-54d188da6f9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3fe35503-1001-4ee0-8d34-54d188da6f9a img.shogun-image,
  #s-3fe35503-1001-4ee0-8d34-54d188da6f9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3fe35503-1001-4ee0-8d34-54d188da6f9a {
    width: 100%;
    height: auto;
  }

  #s-3fe35503-1001-4ee0-8d34-54d188da6f9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shogun-image {
    
    
  }


.s-3fe35503-1001-4ee0-8d34-54d188da6f9a .shogun-image-content {
  
    align-items: center;
  
}

.s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3fe35503-1001-4ee0-8d34-54d188da6f9a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shogun-image-container {
      position: relative;
    }

    .s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fe35503-1001-4ee0-8d34-54d188da6f9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3fe35503-1001-4ee0-8d34-54d188da6f9a img.shogun-image,
  #s-3fe35503-1001-4ee0-8d34-54d188da6f9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3fe35503-1001-4ee0-8d34-54d188da6f9a {
    width: 100%;
    height: auto;
  }

  #s-3fe35503-1001-4ee0-8d34-54d188da6f9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shogun-image {
    
    
  }


.s-3fe35503-1001-4ee0-8d34-54d188da6f9a .shogun-image-content {
  
    align-items: center;
  
}

.s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3fe35503-1001-4ee0-8d34-54d188da6f9a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shogun-image-container {
      position: relative;
    }

    .s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fe35503-1001-4ee0-8d34-54d188da6f9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3fe35503-1001-4ee0-8d34-54d188da6f9a img.shogun-image,
  #s-3fe35503-1001-4ee0-8d34-54d188da6f9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3fe35503-1001-4ee0-8d34-54d188da6f9a {
    width: 100%;
    height: auto;
  }

  #s-3fe35503-1001-4ee0-8d34-54d188da6f9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shogun-image {
    
    
  }


.s-3fe35503-1001-4ee0-8d34-54d188da6f9a .shogun-image-content {
  
    align-items: center;
  
}

.s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3fe35503-1001-4ee0-8d34-54d188da6f9a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shogun-image-container {
      position: relative;
    }

    .s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fe35503-1001-4ee0-8d34-54d188da6f9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fe35503-1001-4ee0-8d34-54d188da6f9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3f9049da-d782-407f-85d6-6ea91783476a {
  max-width: 1600px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-3f9049da-d782-407f-85d6-6ea91783476a img.shogun-image,
  #s-3f9049da-d782-407f-85d6-6ea91783476a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f9049da-d782-407f-85d6-6ea91783476a {
    width: 100%;
    height: auto;
  }

  #s-3f9049da-d782-407f-85d6-6ea91783476a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f9049da-d782-407f-85d6-6ea91783476a.shogun-image {
    
    
  }


.s-3f9049da-d782-407f-85d6-6ea91783476a .shogun-image-content {
  
    align-items: center;
  
}

.s-3f9049da-d782-407f-85d6-6ea91783476a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f9049da-d782-407f-85d6-6ea91783476a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f9049da-d782-407f-85d6-6ea91783476a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f9049da-d782-407f-85d6-6ea91783476a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-3f9049da-d782-407f-85d6-6ea91783476a.shogun-image-container {
      position: relative;
    }

    .s-3f9049da-d782-407f-85d6-6ea91783476a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f9049da-d782-407f-85d6-6ea91783476a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f9049da-d782-407f-85d6-6ea91783476a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3f9049da-d782-407f-85d6-6ea91783476a img.shogun-image,
  #s-3f9049da-d782-407f-85d6-6ea91783476a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f9049da-d782-407f-85d6-6ea91783476a {
    width: 100%;
    height: auto;
  }

  #s-3f9049da-d782-407f-85d6-6ea91783476a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f9049da-d782-407f-85d6-6ea91783476a.shogun-image {
    
    
  }


.s-3f9049da-d782-407f-85d6-6ea91783476a .shogun-image-content {
  
    align-items: center;
  
}

.s-3f9049da-d782-407f-85d6-6ea91783476a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f9049da-d782-407f-85d6-6ea91783476a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f9049da-d782-407f-85d6-6ea91783476a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f9049da-d782-407f-85d6-6ea91783476a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-3f9049da-d782-407f-85d6-6ea91783476a.shogun-image-container {
      position: relative;
    }

    .s-3f9049da-d782-407f-85d6-6ea91783476a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f9049da-d782-407f-85d6-6ea91783476a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f9049da-d782-407f-85d6-6ea91783476a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3f9049da-d782-407f-85d6-6ea91783476a img.shogun-image,
  #s-3f9049da-d782-407f-85d6-6ea91783476a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f9049da-d782-407f-85d6-6ea91783476a {
    width: 100%;
    height: auto;
  }

  #s-3f9049da-d782-407f-85d6-6ea91783476a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f9049da-d782-407f-85d6-6ea91783476a.shogun-image {
    
    
  }


.s-3f9049da-d782-407f-85d6-6ea91783476a .shogun-image-content {
  
    align-items: center;
  
}

.s-3f9049da-d782-407f-85d6-6ea91783476a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f9049da-d782-407f-85d6-6ea91783476a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f9049da-d782-407f-85d6-6ea91783476a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f9049da-d782-407f-85d6-6ea91783476a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-3f9049da-d782-407f-85d6-6ea91783476a.shogun-image-container {
      position: relative;
    }

    .s-3f9049da-d782-407f-85d6-6ea91783476a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f9049da-d782-407f-85d6-6ea91783476a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f9049da-d782-407f-85d6-6ea91783476a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3f9049da-d782-407f-85d6-6ea91783476a img.shogun-image,
  #s-3f9049da-d782-407f-85d6-6ea91783476a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f9049da-d782-407f-85d6-6ea91783476a {
    width: 100%;
    height: auto;
  }

  #s-3f9049da-d782-407f-85d6-6ea91783476a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f9049da-d782-407f-85d6-6ea91783476a.shogun-image {
    
    
  }


.s-3f9049da-d782-407f-85d6-6ea91783476a .shogun-image-content {
  
    align-items: center;
  
}

.s-3f9049da-d782-407f-85d6-6ea91783476a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f9049da-d782-407f-85d6-6ea91783476a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f9049da-d782-407f-85d6-6ea91783476a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f9049da-d782-407f-85d6-6ea91783476a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-3f9049da-d782-407f-85d6-6ea91783476a.shogun-image-container {
      position: relative;
    }

    .s-3f9049da-d782-407f-85d6-6ea91783476a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f9049da-d782-407f-85d6-6ea91783476a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f9049da-d782-407f-85d6-6ea91783476a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3f9049da-d782-407f-85d6-6ea91783476a img.shogun-image,
  #s-3f9049da-d782-407f-85d6-6ea91783476a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f9049da-d782-407f-85d6-6ea91783476a {
    width: 100%;
    height: auto;
  }

  #s-3f9049da-d782-407f-85d6-6ea91783476a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f9049da-d782-407f-85d6-6ea91783476a.shogun-image {
    
    
  }


.s-3f9049da-d782-407f-85d6-6ea91783476a .shogun-image-content {
  
    align-items: center;
  
}

.s-3f9049da-d782-407f-85d6-6ea91783476a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f9049da-d782-407f-85d6-6ea91783476a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f9049da-d782-407f-85d6-6ea91783476a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f9049da-d782-407f-85d6-6ea91783476a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-3f9049da-d782-407f-85d6-6ea91783476a.shogun-image-container {
      position: relative;
    }

    .s-3f9049da-d782-407f-85d6-6ea91783476a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f9049da-d782-407f-85d6-6ea91783476a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f9049da-d782-407f-85d6-6ea91783476a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-6b063661-b3ca-4946-82da-0bf4563bde39 {
  max-width: 1600px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-6b063661-b3ca-4946-82da-0bf4563bde39 img.shogun-image,
  #s-6b063661-b3ca-4946-82da-0bf4563bde39 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6b063661-b3ca-4946-82da-0bf4563bde39 {
    width: 100%;
    height: auto;
  }

  #s-6b063661-b3ca-4946-82da-0bf4563bde39 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6b063661-b3ca-4946-82da-0bf4563bde39.shogun-image {
    
    
  }


.s-6b063661-b3ca-4946-82da-0bf4563bde39 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b063661-b3ca-4946-82da-0bf4563bde39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b063661-b3ca-4946-82da-0bf4563bde39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b063661-b3ca-4946-82da-0bf4563bde39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b063661-b3ca-4946-82da-0bf4563bde39 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-6b063661-b3ca-4946-82da-0bf4563bde39.shogun-image-container {
      position: relative;
    }

    .s-6b063661-b3ca-4946-82da-0bf4563bde39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b063661-b3ca-4946-82da-0bf4563bde39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b063661-b3ca-4946-82da-0bf4563bde39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6b063661-b3ca-4946-82da-0bf4563bde39 img.shogun-image,
  #s-6b063661-b3ca-4946-82da-0bf4563bde39 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6b063661-b3ca-4946-82da-0bf4563bde39 {
    width: 100%;
    height: auto;
  }

  #s-6b063661-b3ca-4946-82da-0bf4563bde39 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6b063661-b3ca-4946-82da-0bf4563bde39.shogun-image {
    
    
  }


.s-6b063661-b3ca-4946-82da-0bf4563bde39 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b063661-b3ca-4946-82da-0bf4563bde39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b063661-b3ca-4946-82da-0bf4563bde39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b063661-b3ca-4946-82da-0bf4563bde39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b063661-b3ca-4946-82da-0bf4563bde39 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-6b063661-b3ca-4946-82da-0bf4563bde39.shogun-image-container {
      position: relative;
    }

    .s-6b063661-b3ca-4946-82da-0bf4563bde39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b063661-b3ca-4946-82da-0bf4563bde39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b063661-b3ca-4946-82da-0bf4563bde39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6b063661-b3ca-4946-82da-0bf4563bde39 img.shogun-image,
  #s-6b063661-b3ca-4946-82da-0bf4563bde39 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6b063661-b3ca-4946-82da-0bf4563bde39 {
    width: 100%;
    height: auto;
  }

  #s-6b063661-b3ca-4946-82da-0bf4563bde39 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6b063661-b3ca-4946-82da-0bf4563bde39.shogun-image {
    
    
  }


.s-6b063661-b3ca-4946-82da-0bf4563bde39 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b063661-b3ca-4946-82da-0bf4563bde39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b063661-b3ca-4946-82da-0bf4563bde39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b063661-b3ca-4946-82da-0bf4563bde39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b063661-b3ca-4946-82da-0bf4563bde39 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-6b063661-b3ca-4946-82da-0bf4563bde39.shogun-image-container {
      position: relative;
    }

    .s-6b063661-b3ca-4946-82da-0bf4563bde39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b063661-b3ca-4946-82da-0bf4563bde39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b063661-b3ca-4946-82da-0bf4563bde39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6b063661-b3ca-4946-82da-0bf4563bde39 img.shogun-image,
  #s-6b063661-b3ca-4946-82da-0bf4563bde39 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6b063661-b3ca-4946-82da-0bf4563bde39 {
    width: 100%;
    height: auto;
  }

  #s-6b063661-b3ca-4946-82da-0bf4563bde39 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6b063661-b3ca-4946-82da-0bf4563bde39.shogun-image {
    
    
  }


.s-6b063661-b3ca-4946-82da-0bf4563bde39 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b063661-b3ca-4946-82da-0bf4563bde39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b063661-b3ca-4946-82da-0bf4563bde39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b063661-b3ca-4946-82da-0bf4563bde39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b063661-b3ca-4946-82da-0bf4563bde39 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-6b063661-b3ca-4946-82da-0bf4563bde39.shogun-image-container {
      position: relative;
    }

    .s-6b063661-b3ca-4946-82da-0bf4563bde39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b063661-b3ca-4946-82da-0bf4563bde39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b063661-b3ca-4946-82da-0bf4563bde39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6b063661-b3ca-4946-82da-0bf4563bde39 img.shogun-image,
  #s-6b063661-b3ca-4946-82da-0bf4563bde39 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6b063661-b3ca-4946-82da-0bf4563bde39 {
    width: 100%;
    height: auto;
  }

  #s-6b063661-b3ca-4946-82da-0bf4563bde39 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6b063661-b3ca-4946-82da-0bf4563bde39.shogun-image {
    
    
  }


.s-6b063661-b3ca-4946-82da-0bf4563bde39 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b063661-b3ca-4946-82da-0bf4563bde39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b063661-b3ca-4946-82da-0bf4563bde39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b063661-b3ca-4946-82da-0bf4563bde39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b063661-b3ca-4946-82da-0bf4563bde39 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-6b063661-b3ca-4946-82da-0bf4563bde39.shogun-image-container {
      position: relative;
    }

    .s-6b063661-b3ca-4946-82da-0bf4563bde39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b063661-b3ca-4946-82da-0bf4563bde39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b063661-b3ca-4946-82da-0bf4563bde39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-03aa5ae2-9058-411d-b9cf-6e332e9c712b {
  margin-top: 80px;
min-height: 50px;
}








#s-03aa5ae2-9058-411d-b9cf-6e332e9c712b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03aa5ae2-9058-411d-b9cf-6e332e9c712b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea819371-96d7-4842-b4b1-8b82561f037f {
  margin-top: 0px;
min-height: 50px;
}








#s-ea819371-96d7-4842-b4b1-8b82561f037f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea819371-96d7-4842-b4b1-8b82561f037f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0b51d97-1015-4ddf-b27e-0611281b8e3e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 920px;
text-align: center;
}

#s-b0b51d97-1015-4ddf-b27e-0611281b8e3e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-3c0fe88a-d3ac-4e9f-abb3-d651601a85ed {
  margin-top: 0px;
margin-bottom: 40px;
min-height: 50px;
}








#s-3c0fe88a-d3ac-4e9f-abb3-d651601a85ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c0fe88a-d3ac-4e9f-abb3-d651601a85ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0fc6bcc-7033-4117-9cc4-959c5e1ecd70 {
  margin-left: auto;
margin-right: auto;
max-width: 920px;
}

#s-ee7da0b1-dd4f-454a-9c91-4f8da481fd21 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 300px;
}








#s-ee7da0b1-dd4f-454a-9c91-4f8da481fd21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee7da0b1-dd4f-454a-9c91-4f8da481fd21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0527317d-b6cb-4592-aa8d-9edc5ac9171c {
  box-shadow:0px 10px 60px 10px rgba(0, 0, 0, 0.3);
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(195, 168, 116, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-0527317d-b6cb-4592-aa8d-9edc5ac9171c:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0527317d-b6cb-4592-aa8d-9edc5ac9171c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0527317d-b6cb-4592-aa8d-9edc5ac9171c-root {
    text-align: center;
  }


#s-0527317d-b6cb-4592-aa8d-9edc5ac9171c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0527317d-b6cb-4592-aa8d-9edc5ac9171c-root {
    text-align: center;
  }


#s-0527317d-b6cb-4592-aa8d-9edc5ac9171c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0527317d-b6cb-4592-aa8d-9edc5ac9171c-root {
    text-align: center;
  }


#s-0527317d-b6cb-4592-aa8d-9edc5ac9171c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0527317d-b6cb-4592-aa8d-9edc5ac9171c-root {
    text-align: center;
  }


#s-0527317d-b6cb-4592-aa8d-9edc5ac9171c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0527317d-b6cb-4592-aa8d-9edc5ac9171c-root {
    text-align: center;
  }


#s-0527317d-b6cb-4592-aa8d-9edc5ac9171c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-ec863532-4f28-4d23-a590-984b0fc9e760 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 100px;
min-height: 800px;
max-width: 100%;
background-position: center center;
}








#s-ec863532-4f28-4d23-a590-984b0fc9e760 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec863532-4f28-4d23-a590-984b0fc9e760.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b100a52f-1d76-4818-a2bd-040eaf972393 {
  margin-top: 100px;
margin-bottom: 100px;
min-height: 50px;
}








#s-b100a52f-1d76-4818-a2bd-040eaf972393 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b100a52f-1d76-4818-a2bd-040eaf972393.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-689ccd74-848b-43c0-bcbe-3b0a23b74486 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-689ccd74-848b-43c0-bcbe-3b0a23b74486 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-d1588b03-9c90-45ca-ac4e-9352eb5c365e {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 100px;
padding-bottom: 100px;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-d1588b03-9c90-45ca-ac4e-9352eb5c365e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1588b03-9c90-45ca-ac4e-9352eb5c365e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-d1588b03-9c90-45ca-ac4e-9352eb5c365e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1588b03-9c90-45ca-ac4e-9352eb5c365e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.0px);
}

}

#s-36177556-6a5b-4b1a-be7f-5949a9526d9c {
  margin-right: 0%;
max-width: 1600px;
aspect-ratio: 1/1;
text-align: right;
}





  #s-36177556-6a5b-4b1a-be7f-5949a9526d9c img.shogun-image,
  #s-36177556-6a5b-4b1a-be7f-5949a9526d9c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36177556-6a5b-4b1a-be7f-5949a9526d9c {
    width: 100%;
    height: auto;
  }



  #s-36177556-6a5b-4b1a-be7f-5949a9526d9c img.shogun-image {
    

    
    
    
  }


#s-36177556-6a5b-4b1a-be7f-5949a9526d9c .shogun-image-content {
  
    align-items: center;
  
}

#s-2a2d768d-f386-4d56-99e2-295a5d0dd7a4 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 880px;
max-width: 600px;
}








#s-2a2d768d-f386-4d56-99e2-295a5d0dd7a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a2d768d-f386-4d56-99e2-295a5d0dd7a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec09deb6-981c-4beb-abca-b2cedacc1a17 {
  margin-top: 0px;
margin-bottom: 20px;
min-height: 50px;
}








#s-ec09deb6-981c-4beb-abca-b2cedacc1a17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec09deb6-981c-4beb-abca-b2cedacc1a17.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3228dcf2-2809-4824-ae31-9339071aa1df {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 920px;
text-align: center;
}

#s-3228dcf2-2809-4824-ae31-9339071aa1df .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-3022961a-870d-42cd-96ad-3a16e9f23c12 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 868px;
}

#s-d1c11e49-c45e-453e-a98c-f517eb6c5497 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 240px;
}








#s-d1c11e49-c45e-453e-a98c-f517eb6c5497 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1c11e49-c45e-453e-a98c-f517eb6c5497.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1ba0992-01e1-4797-9202-5672aaaa56f6 {
  box-shadow:0px 10px 60px 10px rgba(0, 0, 0, 0.3);
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(195, 168, 116, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-c1ba0992-01e1-4797-9202-5672aaaa56f6:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c1ba0992-01e1-4797-9202-5672aaaa56f6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c1ba0992-01e1-4797-9202-5672aaaa56f6-root {
    text-align: center;
  }


#s-c1ba0992-01e1-4797-9202-5672aaaa56f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c1ba0992-01e1-4797-9202-5672aaaa56f6-root {
    text-align: center;
  }


#s-c1ba0992-01e1-4797-9202-5672aaaa56f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1ba0992-01e1-4797-9202-5672aaaa56f6-root {
    text-align: center;
  }


#s-c1ba0992-01e1-4797-9202-5672aaaa56f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c1ba0992-01e1-4797-9202-5672aaaa56f6-root {
    text-align: center;
  }


#s-c1ba0992-01e1-4797-9202-5672aaaa56f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c1ba0992-01e1-4797-9202-5672aaaa56f6-root {
    text-align: center;
  }


#s-c1ba0992-01e1-4797-9202-5672aaaa56f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-6f515aae-1a57-4b5b-8612-522d194c9fea {
  margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-bottom: 100px;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-6f515aae-1a57-4b5b-8612-522d194c9fea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f515aae-1a57-4b5b-8612-522d194c9fea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-6f515aae-1a57-4b5b-8612-522d194c9fea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f515aae-1a57-4b5b-8612-522d194c9fea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.0px);
}

}

#s-621fa5c8-6cfb-4b1c-8937-362d44a5edbc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 600px;
}








#s-621fa5c8-6cfb-4b1c-8937-362d44a5edbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-621fa5c8-6cfb-4b1c-8937-362d44a5edbc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d7aaccb-700b-4df7-8d1a-b1859d559824 {
  margin-bottom: 20px;
min-height: 50px;
}








#s-0d7aaccb-700b-4df7-8d1a-b1859d559824 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d7aaccb-700b-4df7-8d1a-b1859d559824.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f732089-6004-4560-aa53-fc70791f6720 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 920px;
text-align: center;
}

#s-6f732089-6004-4560-aa53-fc70791f6720 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-b8ff6d5b-8711-4fe5-a94c-ffd0d8ecc1fb {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 868px;
}

#s-f6eea520-81d2-453c-9cdd-5c45311f40b7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 240px;
}








#s-f6eea520-81d2-453c-9cdd-5c45311f40b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6eea520-81d2-453c-9cdd-5c45311f40b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2bf5c8b-282d-4bcd-bf08-209baebbd950 {
  box-shadow:0px 10px 60px 10px rgba(0, 0, 0, 0.3);
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(195, 168, 116, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-c2bf5c8b-282d-4bcd-bf08-209baebbd950:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c2bf5c8b-282d-4bcd-bf08-209baebbd950:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c2bf5c8b-282d-4bcd-bf08-209baebbd950-root {
    text-align: center;
  }


#s-c2bf5c8b-282d-4bcd-bf08-209baebbd950.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c2bf5c8b-282d-4bcd-bf08-209baebbd950-root {
    text-align: center;
  }


#s-c2bf5c8b-282d-4bcd-bf08-209baebbd950.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c2bf5c8b-282d-4bcd-bf08-209baebbd950-root {
    text-align: center;
  }


#s-c2bf5c8b-282d-4bcd-bf08-209baebbd950.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c2bf5c8b-282d-4bcd-bf08-209baebbd950-root {
    text-align: center;
  }


#s-c2bf5c8b-282d-4bcd-bf08-209baebbd950.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c2bf5c8b-282d-4bcd-bf08-209baebbd950-root {
    text-align: center;
  }


#s-c2bf5c8b-282d-4bcd-bf08-209baebbd950.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-946875f0-adf7-42bc-b2e3-031a1f19f39e {
  margin-left: 0%;
max-width: 1600px;
aspect-ratio: 1/1;
text-align: left;
}





  #s-946875f0-adf7-42bc-b2e3-031a1f19f39e img.shogun-image,
  #s-946875f0-adf7-42bc-b2e3-031a1f19f39e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-946875f0-adf7-42bc-b2e3-031a1f19f39e {
    width: 100%;
    height: auto;
  }



  #s-946875f0-adf7-42bc-b2e3-031a1f19f39e img.shogun-image {
    

    
    
    
  }


#s-946875f0-adf7-42bc-b2e3-031a1f19f39e .shogun-image-content {
  
    align-items: center;
  
}

#s-d41852a4-b9f0-4a63-99fb-b924a330a873 {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
}
@media (min-width: 1200px){#s-d41852a4-b9f0-4a63-99fb-b924a330a873 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d41852a4-b9f0-4a63-99fb-b924a330a873 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d41852a4-b9f0-4a63-99fb-b924a330a873 {
  display: none;
}
#s-d41852a4-b9f0-4a63-99fb-b924a330a873, #wrap-s-d41852a4-b9f0-4a63-99fb-b924a330a873 { display: none !important; }}@media (max-width: 767px){#s-d41852a4-b9f0-4a63-99fb-b924a330a873 {
  display: none;
}
#s-d41852a4-b9f0-4a63-99fb-b924a330a873, #wrap-s-d41852a4-b9f0-4a63-99fb-b924a330a873 { display: none !important; }}







#s-d41852a4-b9f0-4a63-99fb-b924a330a873 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d41852a4-b9f0-4a63-99fb-b924a330a873.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ae636b5-6932-46c6-82da-dd16602ce0eb {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0.9);
}








#s-8ae636b5-6932-46c6-82da-dd16602ce0eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ae636b5-6932-46c6-82da-dd16602ce0eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ea57c05-0b66-40a6-b2f9-e26b5522b2e4 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 920px;
text-align: center;
}

#s-3ea57c05-0b66-40a6-b2f9-e26b5522b2e4 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-2dbff849-3421-4bc1-a699-1d7b474bb475 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-2dbff849-3421-4bc1-a699-1d7b474bb475"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2dbff849-3421-4bc1-a699-1d7b474bb475"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-2dbff849-3421-4bc1-a699-1d7b474bb475"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-2dbff849-3421-4bc1-a699-1d7b474bb475"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-4a713dea-fd8f-4a29-b853-4fbe8e81be7f {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-4a713dea-fd8f-4a29-b853-4fbe8e81be7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a713dea-fd8f-4a29-b853-4fbe8e81be7f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.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);
}

.shg-product-image-wrapper {
  display: none;
  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-17d1fc8a-1456-4f3c-88b6-e5b8b951dc68 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}



.shg-c#s-17d1fc8a-1456-4f3c-88b6-e5b8b951dc68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17d1fc8a-1456-4f3c-88b6-e5b8b951dc68 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-17d1fc8a-1456-4f3c-88b6-e5b8b951dc68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17d1fc8a-1456-4f3c-88b6-e5b8b951dc68 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-17d1fc8a-1456-4f3c-88b6-e5b8b951dc68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17d1fc8a-1456-4f3c-88b6-e5b8b951dc68 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-17d1fc8a-1456-4f3c-88b6-e5b8b951dc68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17d1fc8a-1456-4f3c-88b6-e5b8b951dc68 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-17d1fc8a-1456-4f3c-88b6-e5b8b951dc68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17d1fc8a-1456-4f3c-88b6-e5b8b951dc68 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-17d1fc8a-1456-4f3c-88b6-e5b8b951dc68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17d1fc8a-1456-4f3c-88b6-e5b8b951dc68 img.shogun-image {
  width: 100%;
}




.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-0ce5334f-1b73-4afc-96a5-317a3d788a6c {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ce5334f-1b73-4afc-96a5-317a3d788a6c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-33516c5b-847b-469d-a7e0-87329c0ed5ae {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}

#s-33516c5b-847b-469d-a7e0-87329c0ed5ae .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-33516c5b-847b-469d-a7e0-87329c0ed5ae .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-33516c5b-847b-469d-a7e0-87329c0ed5ae .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-139ccbd4-3d06-482a-9769-bedd15c16665 {
  min-height: 50px;
}








#s-139ccbd4-3d06-482a-9769-bedd15c16665 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-139ccbd4-3d06-482a-9769-bedd15c16665.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12ae9ba8-3cb5-42bf-97d1-91f4c6711bc6 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-12ae9ba8-3cb5-42bf-97d1-91f4c6711bc6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12ae9ba8-3cb5-42bf-97d1-91f4c6711bc6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-12ae9ba8-3cb5-42bf-97d1-91f4c6711bc6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-12ae9ba8-3cb5-42bf-97d1-91f4c6711bc6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-12ae9ba8-3cb5-42bf-97d1-91f4c6711bc6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-12ae9ba8-3cb5-42bf-97d1-91f4c6711bc6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-12ae9ba8-3cb5-42bf-97d1-91f4c6711bc6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

.shg-variant-btn:not(.shg-variant-btn-stretch) {
  display: inline-block;
}

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

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

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

#s-faa1d062-d78c-4c3d-bc6f-54d9b0bd6d95 {
  text-align: left;
}

#s-faa1d062-d78c-4c3d-bc6f-54d9b0bd6d95 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-faa1d062-d78c-4c3d-bc6f-54d9b0bd6d95 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-faa1d062-d78c-4c3d-bc6f-54d9b0bd6d95 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-faa1d062-d78c-4c3d-bc6f-54d9b0bd6d95 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-faa1d062-d78c-4c3d-bc6f-54d9b0bd6d95 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-faa1d062-d78c-4c3d-bc6f-54d9b0bd6d95 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-faa1d062-d78c-4c3d-bc6f-54d9b0bd6d95 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-faa1d062-d78c-4c3d-bc6f-54d9b0bd6d95 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-faa1d062-d78c-4c3d-bc6f-54d9b0bd6d95 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-faa1d062-d78c-4c3d-bc6f-54d9b0bd6d95 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-faa1d062-d78c-4c3d-bc6f-54d9b0bd6d95 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-faa1d062-d78c-4c3d-bc6f-54d9b0bd6d95-btn-wrapper {
    text-align: center;
  }


#s-faa1d062-d78c-4c3d-bc6f-54d9b0bd6d95 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-faa1d062-d78c-4c3d-bc6f-54d9b0bd6d95 .shg-variant-btn:hover {
  background: #252525;
}

#s-faa1d062-d78c-4c3d-bc6f-54d9b0bd6d95 .shg-variant-btn:active, #s-faa1d062-d78c-4c3d-bc6f-54d9b0bd6d95 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-faa1d062-d78c-4c3d-bc6f-54d9b0bd6d95 .shg-variant-btn.disabled {
  background: #252525;
}

#s-c3bd9b61-7357-42f7-b3b7-d1aab29b65d6 {
  text-align: left;
}

#s-c3bd9b61-7357-42f7-b3b7-d1aab29b65d6 .shg-product-quantity-wrapper {
  display: flex;
}

#s-c3bd9b61-7357-42f7-b3b7-d1aab29b65d6 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-c3bd9b61-7357-42f7-b3b7-d1aab29b65d6 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-c3bd9b61-7357-42f7-b3b7-d1aab29b65d6 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-c3bd9b61-7357-42f7-b3b7-d1aab29b65d6 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




.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-center {
  text-align: center;
}

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

#s-2baf9add-457e-42ad-a23c-70096f7ed7cd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(195, 168, 116, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
opacity: 1;
}
#s-2baf9add-457e-42ad-a23c-70096f7ed7cd:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2baf9add-457e-42ad-a23c-70096f7ed7cd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2baf9add-457e-42ad-a23c-70096f7ed7cd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2baf9add-457e-42ad-a23c-70096f7ed7cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2baf9add-457e-42ad-a23c-70096f7ed7cd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2baf9add-457e-42ad-a23c-70096f7ed7cd.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}


  #s-2baf9add-457e-42ad-a23c-70096f7ed7cd.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


#s-444aba13-29e0-4718-9685-fbb77c2babbd {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-444aba13-29e0-4718-9685-fbb77c2babbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-444aba13-29e0-4718-9685-fbb77c2babbd.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-72a21b53-d9a7-4268-b417-d084f9debce7 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}



.shg-c#s-72a21b53-d9a7-4268-b417-d084f9debce7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72a21b53-d9a7-4268-b417-d084f9debce7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-72a21b53-d9a7-4268-b417-d084f9debce7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72a21b53-d9a7-4268-b417-d084f9debce7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-72a21b53-d9a7-4268-b417-d084f9debce7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72a21b53-d9a7-4268-b417-d084f9debce7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-72a21b53-d9a7-4268-b417-d084f9debce7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72a21b53-d9a7-4268-b417-d084f9debce7 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-72a21b53-d9a7-4268-b417-d084f9debce7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72a21b53-d9a7-4268-b417-d084f9debce7 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-72a21b53-d9a7-4268-b417-d084f9debce7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72a21b53-d9a7-4268-b417-d084f9debce7 img.shogun-image {
  width: 100%;
}




#s-4b4dba0e-f3b4-4531-ae39-2a747cf416bb {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b4dba0e-f3b4-4531-ae39-2a747cf416bb .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-54105f81-c1c7-48cd-be87-c00bdf5ded64 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}

#s-54105f81-c1c7-48cd-be87-c00bdf5ded64 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-54105f81-c1c7-48cd-be87-c00bdf5ded64 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-54105f81-c1c7-48cd-be87-c00bdf5ded64 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6ff19a99-c975-4c05-be22-05718974710c {
  min-height: 50px;
}








#s-6ff19a99-c975-4c05-be22-05718974710c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ff19a99-c975-4c05-be22-05718974710c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-266b1435-3654-443c-84f0-f2c296a23144 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-266b1435-3654-443c-84f0-f2c296a23144"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-266b1435-3654-443c-84f0-f2c296a23144"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-266b1435-3654-443c-84f0-f2c296a23144"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-266b1435-3654-443c-84f0-f2c296a23144"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-266b1435-3654-443c-84f0-f2c296a23144"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-266b1435-3654-443c-84f0-f2c296a23144"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-266b1435-3654-443c-84f0-f2c296a23144"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

#s-a161211f-e3cb-47b8-96e3-02bdbd0f1a5b {
  text-align: left;
}

#s-a161211f-e3cb-47b8-96e3-02bdbd0f1a5b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-a161211f-e3cb-47b8-96e3-02bdbd0f1a5b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a161211f-e3cb-47b8-96e3-02bdbd0f1a5b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a161211f-e3cb-47b8-96e3-02bdbd0f1a5b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-a161211f-e3cb-47b8-96e3-02bdbd0f1a5b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-a161211f-e3cb-47b8-96e3-02bdbd0f1a5b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-a161211f-e3cb-47b8-96e3-02bdbd0f1a5b .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-a161211f-e3cb-47b8-96e3-02bdbd0f1a5b .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-a161211f-e3cb-47b8-96e3-02bdbd0f1a5b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a161211f-e3cb-47b8-96e3-02bdbd0f1a5b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a161211f-e3cb-47b8-96e3-02bdbd0f1a5b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-a161211f-e3cb-47b8-96e3-02bdbd0f1a5b-btn-wrapper {
    text-align: center;
  }


#s-a161211f-e3cb-47b8-96e3-02bdbd0f1a5b .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-a161211f-e3cb-47b8-96e3-02bdbd0f1a5b .shg-variant-btn:hover {
  background: #252525;
}

#s-a161211f-e3cb-47b8-96e3-02bdbd0f1a5b .shg-variant-btn:active, #s-a161211f-e3cb-47b8-96e3-02bdbd0f1a5b .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-a161211f-e3cb-47b8-96e3-02bdbd0f1a5b .shg-variant-btn.disabled {
  background: #252525;
}

#s-fd330f71-30c6-4264-9125-6386466f406e {
  text-align: left;
}

#s-fd330f71-30c6-4264-9125-6386466f406e .shg-product-quantity-wrapper {
  display: flex;
}

#s-fd330f71-30c6-4264-9125-6386466f406e .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-fd330f71-30c6-4264-9125-6386466f406e .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-fd330f71-30c6-4264-9125-6386466f406e .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-fd330f71-30c6-4264-9125-6386466f406e .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-4d0d4147-a038-4a31-a4e6-60f4f6b48cdb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(195, 168, 116, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
opacity: 1;
}
#s-4d0d4147-a038-4a31-a4e6-60f4f6b48cdb:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4d0d4147-a038-4a31-a4e6-60f4f6b48cdb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4d0d4147-a038-4a31-a4e6-60f4f6b48cdb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4d0d4147-a038-4a31-a4e6-60f4f6b48cdb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4d0d4147-a038-4a31-a4e6-60f4f6b48cdb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4d0d4147-a038-4a31-a4e6-60f4f6b48cdb.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}


  #s-4d0d4147-a038-4a31-a4e6-60f4f6b48cdb.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


#s-e1b22198-6cfb-4bb2-b63d-66390b13a057 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-e1b22198-6cfb-4bb2-b63d-66390b13a057 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1b22198-6cfb-4bb2-b63d-66390b13a057.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-08b0a411-0b9c-4d49-898e-7e7d292dc764 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}



.shg-c#s-08b0a411-0b9c-4d49-898e-7e7d292dc764 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08b0a411-0b9c-4d49-898e-7e7d292dc764 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-08b0a411-0b9c-4d49-898e-7e7d292dc764 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08b0a411-0b9c-4d49-898e-7e7d292dc764 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-08b0a411-0b9c-4d49-898e-7e7d292dc764 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08b0a411-0b9c-4d49-898e-7e7d292dc764 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-08b0a411-0b9c-4d49-898e-7e7d292dc764 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08b0a411-0b9c-4d49-898e-7e7d292dc764 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-08b0a411-0b9c-4d49-898e-7e7d292dc764 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08b0a411-0b9c-4d49-898e-7e7d292dc764 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-08b0a411-0b9c-4d49-898e-7e7d292dc764 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08b0a411-0b9c-4d49-898e-7e7d292dc764 img.shogun-image {
  width: 100%;
}




#s-0ba0870c-3a8c-482c-8c5e-f896fe0978f0 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ba0870c-3a8c-482c-8c5e-f896fe0978f0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-96e23d53-db4a-48c8-8ed1-7e01d28baf8c {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}

#s-96e23d53-db4a-48c8-8ed1-7e01d28baf8c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-96e23d53-db4a-48c8-8ed1-7e01d28baf8c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-96e23d53-db4a-48c8-8ed1-7e01d28baf8c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4b51adf5-f26a-4a22-a547-7fed3a34c87a {
  min-height: 50px;
}








#s-4b51adf5-f26a-4a22-a547-7fed3a34c87a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b51adf5-f26a-4a22-a547-7fed3a34c87a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b19ed00-a433-4b95-ba42-5348266d651e {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-4b19ed00-a433-4b95-ba42-5348266d651e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b19ed00-a433-4b95-ba42-5348266d651e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4b19ed00-a433-4b95-ba42-5348266d651e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4b19ed00-a433-4b95-ba42-5348266d651e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4b19ed00-a433-4b95-ba42-5348266d651e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b19ed00-a433-4b95-ba42-5348266d651e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4b19ed00-a433-4b95-ba42-5348266d651e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

#s-a19c2ffd-86d8-4761-8ff9-e6dbc2d59500 {
  text-align: left;
}

#s-a19c2ffd-86d8-4761-8ff9-e6dbc2d59500 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-a19c2ffd-86d8-4761-8ff9-e6dbc2d59500 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a19c2ffd-86d8-4761-8ff9-e6dbc2d59500 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a19c2ffd-86d8-4761-8ff9-e6dbc2d59500 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-a19c2ffd-86d8-4761-8ff9-e6dbc2d59500 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-a19c2ffd-86d8-4761-8ff9-e6dbc2d59500 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-a19c2ffd-86d8-4761-8ff9-e6dbc2d59500 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-a19c2ffd-86d8-4761-8ff9-e6dbc2d59500 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-a19c2ffd-86d8-4761-8ff9-e6dbc2d59500 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a19c2ffd-86d8-4761-8ff9-e6dbc2d59500 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a19c2ffd-86d8-4761-8ff9-e6dbc2d59500 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-a19c2ffd-86d8-4761-8ff9-e6dbc2d59500-btn-wrapper {
    text-align: center;
  }


#s-a19c2ffd-86d8-4761-8ff9-e6dbc2d59500 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-a19c2ffd-86d8-4761-8ff9-e6dbc2d59500 .shg-variant-btn:hover {
  background: #252525;
}

#s-a19c2ffd-86d8-4761-8ff9-e6dbc2d59500 .shg-variant-btn:active, #s-a19c2ffd-86d8-4761-8ff9-e6dbc2d59500 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-a19c2ffd-86d8-4761-8ff9-e6dbc2d59500 .shg-variant-btn.disabled {
  background: #252525;
}

#s-30e1dee2-c1d1-4d02-8f1f-4de214bc2149 {
  text-align: left;
}

#s-30e1dee2-c1d1-4d02-8f1f-4de214bc2149 .shg-product-quantity-wrapper {
  display: flex;
}

#s-30e1dee2-c1d1-4d02-8f1f-4de214bc2149 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-30e1dee2-c1d1-4d02-8f1f-4de214bc2149 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-30e1dee2-c1d1-4d02-8f1f-4de214bc2149 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-30e1dee2-c1d1-4d02-8f1f-4de214bc2149 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-c9859396-1698-466d-b8c9-0f92e9d35c9f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(195, 168, 116, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
opacity: 1;
}
#s-c9859396-1698-466d-b8c9-0f92e9d35c9f:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c9859396-1698-466d-b8c9-0f92e9d35c9f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c9859396-1698-466d-b8c9-0f92e9d35c9f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c9859396-1698-466d-b8c9-0f92e9d35c9f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c9859396-1698-466d-b8c9-0f92e9d35c9f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c9859396-1698-466d-b8c9-0f92e9d35c9f.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}


  #s-c9859396-1698-466d-b8c9-0f92e9d35c9f.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


#s-5fe48e9f-e90f-45e4-ab49-56ec5204532b {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 100px;
margin-bottom: 0px;
min-height: 800px;
max-width: 100%;
background-position: center center;
}








#s-5fe48e9f-e90f-45e4-ab49-56ec5204532b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fe48e9f-e90f-45e4-ab49-56ec5204532b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3cad81e1-7b08-42f8-bc44-21a9dbd9bbc0 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 1600/1163;
text-align: center;
}





  #s-3cad81e1-7b08-42f8-bc44-21a9dbd9bbc0 img.shogun-image,
  #s-3cad81e1-7b08-42f8-bc44-21a9dbd9bbc0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3cad81e1-7b08-42f8-bc44-21a9dbd9bbc0 {
    width: 100%;
    height: auto;
  }



  #s-3cad81e1-7b08-42f8-bc44-21a9dbd9bbc0 img.shogun-image {
    

    
    
    
  }


#s-3cad81e1-7b08-42f8-bc44-21a9dbd9bbc0 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-0f071a7f-1b65-4524-908d-4987d8c8f980 {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
max-width: 1600px;
}

@media (min-width: 0px) {
[id="s-0f071a7f-1b65-4524-908d-4987d8c8f980"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f071a7f-1b65-4524-908d-4987d8c8f980"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0f071a7f-1b65-4524-908d-4987d8c8f980"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f071a7f-1b65-4524-908d-4987d8c8f980"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-d7567331-3c20-4d3c-986f-2d72326fbdd1 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 600px;
}








#s-d7567331-3c20-4d3c-986f-2d72326fbdd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7567331-3c20-4d3c-986f-2d72326fbdd1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d62fed33-73c4-417c-9206-aac96551d688 {
  margin-left: 0%;
margin-right: 0%;
}








#s-d62fed33-73c4-417c-9206-aac96551d688 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d62fed33-73c4-417c-9206-aac96551d688.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efd48512-fc1f-4e83-99b1-3989aaa28075 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 640px;
text-align: center;
}

#s-efd48512-fc1f-4e83-99b1-3989aaa28075 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-1d553677-0c81-4f52-b6c0-d09333a7de1e {
  min-height: 50px;
}








#s-1d553677-0c81-4f52-b6c0-d09333a7de1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d553677-0c81-4f52-b6c0-d09333a7de1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e919e506-b636-4109-8d22-8ab9c118f28d {
  margin-left: auto;
margin-right: auto;
}

#s-26619692-e4ab-4dcf-b747-b7a78ff37450 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 641px;
background-color: rgba(232, 232, 232, 1);
}








#s-26619692-e4ab-4dcf-b747-b7a78ff37450 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26619692-e4ab-4dcf-b747-b7a78ff37450.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bfe5d9a1-69f6-42c4-a5f3-f0d9238aa6b0 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
background-color: rgba(232, 232, 232, 1);
}








#s-bfe5d9a1-69f6-42c4-a5f3-f0d9238aa6b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfe5d9a1-69f6-42c4-a5f3-f0d9238aa6b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef0f3360-3b29-4d7b-a74f-05be307a06f8 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}



.shg-c#s-ef0f3360-3b29-4d7b-a74f-05be307a06f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef0f3360-3b29-4d7b-a74f-05be307a06f8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ef0f3360-3b29-4d7b-a74f-05be307a06f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef0f3360-3b29-4d7b-a74f-05be307a06f8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ef0f3360-3b29-4d7b-a74f-05be307a06f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef0f3360-3b29-4d7b-a74f-05be307a06f8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ef0f3360-3b29-4d7b-a74f-05be307a06f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef0f3360-3b29-4d7b-a74f-05be307a06f8 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-ef0f3360-3b29-4d7b-a74f-05be307a06f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef0f3360-3b29-4d7b-a74f-05be307a06f8 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-ef0f3360-3b29-4d7b-a74f-05be307a06f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef0f3360-3b29-4d7b-a74f-05be307a06f8 img.shogun-image {
  width: 100%;
}




#s-c751a319-0d2c-43e2-b9cf-2a8f4a27cc91 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c751a319-0d2c-43e2-b9cf-2a8f4a27cc91 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-5482d4ef-145c-4704-a737-cec65bffe0e4 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}

#s-5482d4ef-145c-4704-a737-cec65bffe0e4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5482d4ef-145c-4704-a737-cec65bffe0e4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-5482d4ef-145c-4704-a737-cec65bffe0e4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6c46a42a-33a7-4c81-a005-d571d25f71f6 {
  padding-bottom: 40px;
min-height: 50px;
}








#s-6c46a42a-33a7-4c81-a005-d571d25f71f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c46a42a-33a7-4c81-a005-d571d25f71f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60c36368-d45c-4726-aac7-7d10a797b781 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-60c36368-d45c-4726-aac7-7d10a797b781"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60c36368-d45c-4726-aac7-7d10a797b781"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-60c36368-d45c-4726-aac7-7d10a797b781"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-60c36368-d45c-4726-aac7-7d10a797b781"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-60c36368-d45c-4726-aac7-7d10a797b781"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-60c36368-d45c-4726-aac7-7d10a797b781"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-60c36368-d45c-4726-aac7-7d10a797b781"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

#s-e0d7c1b6-6bce-4333-9569-81b877eaa7d0 {
  text-align: left;
}

#s-e0d7c1b6-6bce-4333-9569-81b877eaa7d0 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-e0d7c1b6-6bce-4333-9569-81b877eaa7d0 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-e0d7c1b6-6bce-4333-9569-81b877eaa7d0 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-e0d7c1b6-6bce-4333-9569-81b877eaa7d0 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-e0d7c1b6-6bce-4333-9569-81b877eaa7d0 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-e0d7c1b6-6bce-4333-9569-81b877eaa7d0 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-e0d7c1b6-6bce-4333-9569-81b877eaa7d0 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-e0d7c1b6-6bce-4333-9569-81b877eaa7d0 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-e0d7c1b6-6bce-4333-9569-81b877eaa7d0 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e0d7c1b6-6bce-4333-9569-81b877eaa7d0 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e0d7c1b6-6bce-4333-9569-81b877eaa7d0 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-e0d7c1b6-6bce-4333-9569-81b877eaa7d0-btn-wrapper {
    text-align: center;
  }


#s-e0d7c1b6-6bce-4333-9569-81b877eaa7d0 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-e0d7c1b6-6bce-4333-9569-81b877eaa7d0 .shg-variant-btn:hover {
  background: #252525;
}

#s-e0d7c1b6-6bce-4333-9569-81b877eaa7d0 .shg-variant-btn:active, #s-e0d7c1b6-6bce-4333-9569-81b877eaa7d0 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-e0d7c1b6-6bce-4333-9569-81b877eaa7d0 .shg-variant-btn.disabled {
  background: #252525;
}

#s-e8c081cc-6cc5-475b-ae9c-336ab8c49431 {
  text-align: left;
}

#s-e8c081cc-6cc5-475b-ae9c-336ab8c49431 .shg-product-quantity-wrapper {
  display: flex;
}

#s-e8c081cc-6cc5-475b-ae9c-336ab8c49431 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-e8c081cc-6cc5-475b-ae9c-336ab8c49431 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-e8c081cc-6cc5-475b-ae9c-336ab8c49431 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-e8c081cc-6cc5-475b-ae9c-336ab8c49431 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-0ecdb984-7b45-4933-ab13-c2551224c178 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(195, 168, 116, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
opacity: 1;
}
#s-0ecdb984-7b45-4933-ab13-c2551224c178:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0ecdb984-7b45-4933-ab13-c2551224c178:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0ecdb984-7b45-4933-ab13-c2551224c178 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0ecdb984-7b45-4933-ab13-c2551224c178.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0ecdb984-7b45-4933-ab13-c2551224c178.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0ecdb984-7b45-4933-ab13-c2551224c178.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}


  #s-0ecdb984-7b45-4933-ab13-c2551224c178.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


#s-75b91e28-a5e5-4eb6-8e43-2010100a08fe {
  margin-left: auto;
margin-right: auto;
}








#s-75b91e28-a5e5-4eb6-8e43-2010100a08fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75b91e28-a5e5-4eb6-8e43-2010100a08fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbbe4417-ab51-4322-97af-4d93a765d66e {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-dbbe4417-ab51-4322-97af-4d93a765d66e {
  background-image: url(https://i.shgcdn.com/8278690b-7639-4629-b8f7-81519eab9e87/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 20% 5px;
background-position: left bottom;
}
}@media (max-width: 767px){#s-dbbe4417-ab51-4322-97af-4d93a765d66e {
  background-image: url(https://i.shgcdn.com/8278690b-7639-4629-b8f7-81519eab9e87/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 20% 5px;
background-position: left bottom;
}
}
#s-52f05703-3b04-409a-8f00-b09b78739beb {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-52f05703-3b04-409a-8f00-b09b78739beb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52f05703-3b04-409a-8f00-b09b78739beb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-52f05703-3b04-409a-8f00-b09b78739beb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-52f05703-3b04-409a-8f00-b09b78739beb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

#s-756e28c7-8e24-4ccd-afde-163598accad1 {
  padding-left: 0px;
padding-right: 0px;
max-width: 1600px;
aspect-ratio: 4/3;
text-align: right;
}





  #s-756e28c7-8e24-4ccd-afde-163598accad1 img.shogun-image,
  #s-756e28c7-8e24-4ccd-afde-163598accad1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-756e28c7-8e24-4ccd-afde-163598accad1 {
    width: 100%;
    height: auto;
  }



  #s-756e28c7-8e24-4ccd-afde-163598accad1 img.shogun-image {
    

    
    
    
  }


#s-756e28c7-8e24-4ccd-afde-163598accad1 .shogun-image-content {
  
    align-items: center;
  
}

#s-e6056e1a-b4f4-4023-a3a7-d6906416c126 {
  max-width: 1600px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-e6056e1a-b4f4-4023-a3a7-d6906416c126 img.shogun-image,
  #s-e6056e1a-b4f4-4023-a3a7-d6906416c126 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6056e1a-b4f4-4023-a3a7-d6906416c126 {
    width: 100%;
    height: auto;
  }



  #s-e6056e1a-b4f4-4023-a3a7-d6906416c126 img.shogun-image {
    

    
    
    
  }


#s-e6056e1a-b4f4-4023-a3a7-d6906416c126 .shogun-image-content {
  
    align-items: center;
  
}

#s-8cf98ece-648c-4908-a0ea-394c4468c818 {
  max-width: 1600px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-8cf98ece-648c-4908-a0ea-394c4468c818 img.shogun-image,
  #s-8cf98ece-648c-4908-a0ea-394c4468c818 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8cf98ece-648c-4908-a0ea-394c4468c818 {
    width: 100%;
    height: auto;
  }



  #s-8cf98ece-648c-4908-a0ea-394c4468c818 img.shogun-image {
    

    
    
    
  }


#s-8cf98ece-648c-4908-a0ea-394c4468c818 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4a13dfa-8869-440c-8147-6a1e86a78d14 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 200px;
padding-bottom: 200px;
max-width: 89%;
}

@media (min-width: 0px) {
[id="s-e4a13dfa-8869-440c-8147-6a1e86a78d14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4a13dfa-8869-440c-8147-6a1e86a78d14"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-e4a13dfa-8869-440c-8147-6a1e86a78d14"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4a13dfa-8869-440c-8147-6a1e86a78d14"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.0px);
}

}

#s-a8ca3e30-4f30-4a65-b7cc-d03de860c1c9 {
  max-width: 1080px;
aspect-ratio: 1080/1375;
text-align: left;
}





  #s-a8ca3e30-4f30-4a65-b7cc-d03de860c1c9 img.shogun-image,
  #s-a8ca3e30-4f30-4a65-b7cc-d03de860c1c9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a8ca3e30-4f30-4a65-b7cc-d03de860c1c9 {
    width: 100%;
    height: auto;
  }



  #s-a8ca3e30-4f30-4a65-b7cc-d03de860c1c9 img.shogun-image {
    

    
    
    
  }


#s-a8ca3e30-4f30-4a65-b7cc-d03de860c1c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-f1cdcf37-3d42-4123-9f65-a6ae4ab41fd7 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 880px;
max-width: 600px;
}








#s-f1cdcf37-3d42-4123-9f65-a6ae4ab41fd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1cdcf37-3d42-4123-9f65-a6ae4ab41fd7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2de92d63-10c9-4541-a67a-5347e3ea0d7a {
  margin-top: 0px;
margin-bottom: 20px;
min-height: 50px;
}








#s-2de92d63-10c9-4541-a67a-5347e3ea0d7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2de92d63-10c9-4541-a67a-5347e3ea0d7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7dc1b7f6-5bed-479e-9aa9-9cc75fec7ddf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 920px;
text-align: center;
}

#s-7dc1b7f6-5bed-479e-9aa9-9cc75fec7ddf .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-8914a6c3-f2af-47c6-b626-34b375425304 {
  margin-left: auto;
margin-right: auto;
max-width: 920px;
}

#s-e79d88a9-92fa-444f-91eb-98be878598f1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 240px;
}








#s-e79d88a9-92fa-444f-91eb-98be878598f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e79d88a9-92fa-444f-91eb-98be878598f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e65fe51b-2822-44b4-9e56-244b8d4a021d {
  box-shadow:0px 10px 60px 10px rgba(0, 0, 0, 0.3);
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(195, 168, 116, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-e65fe51b-2822-44b4-9e56-244b8d4a021d:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e65fe51b-2822-44b4-9e56-244b8d4a021d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e65fe51b-2822-44b4-9e56-244b8d4a021d-root {
    text-align: center;
  }


#s-e65fe51b-2822-44b4-9e56-244b8d4a021d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e65fe51b-2822-44b4-9e56-244b8d4a021d-root {
    text-align: center;
  }


#s-e65fe51b-2822-44b4-9e56-244b8d4a021d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e65fe51b-2822-44b4-9e56-244b8d4a021d-root {
    text-align: center;
  }


#s-e65fe51b-2822-44b4-9e56-244b8d4a021d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e65fe51b-2822-44b4-9e56-244b8d4a021d-root {
    text-align: center;
  }


#s-e65fe51b-2822-44b4-9e56-244b8d4a021d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e65fe51b-2822-44b4-9e56-244b8d4a021d-root {
    text-align: center;
  }


#s-e65fe51b-2822-44b4-9e56-244b8d4a021d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-3e3963c5-fa20-401a-aaf2-0bdb02f6c50d {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0px;
min-height: 800px;
max-width: 100%;
background-position: center center;
}








#s-3e3963c5-fa20-401a-aaf2-0bdb02f6c50d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e3963c5-fa20-401a-aaf2-0bdb02f6c50d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70ae6841-b71c-472d-9953-a6b0b0034806 {
  margin-bottom: -30px;
}

#s-f7aac4b5-9edf-48c4-9c54-0859cc9e7f0b {
  margin-left: auto;
margin-right: auto;
max-width: 1600px;
}

#s-fc05efa4-41d2-47ec-a88d-a03f03b3a872 {
  min-height: 50px;
}








#s-fc05efa4-41d2-47ec-a88d-a03f03b3a872 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc05efa4-41d2-47ec-a88d-a03f03b3a872.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb9f2197-9119-4147-92af-cf5c41153c38 {
  margin-top: 0px;
padding-top: 80px;
min-height: 50px;
}








#s-eb9f2197-9119-4147-92af-cf5c41153c38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb9f2197-9119-4147-92af-cf5c41153c38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a84662f-4bb8-4cc7-aa19-8927cceedf26 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 920px;
text-align: center;
}

#s-7a84662f-4bb8-4cc7-aa19-8927cceedf26 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-ef15a9c2-0cb5-4c0a-ab91-0620a9785a7f {
  margin-bottom: 40px;
min-height: 50px;
}








#s-ef15a9c2-0cb5-4c0a-ab91-0620a9785a7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef15a9c2-0cb5-4c0a-ab91-0620a9785a7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b85956b3-8f01-486e-bbf0-93b5d722e6aa {
  margin-left: auto;
margin-right: auto;
max-width: 920px;
}

#s-a2133edc-3543-4e0d-a9fd-ffa9c581d7bb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 240px;
}








#s-a2133edc-3543-4e0d-a9fd-ffa9c581d7bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2133edc-3543-4e0d-a9fd-ffa9c581d7bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3fb6ecc-a030-4a08-8fc7-66b444074891 {
  box-shadow:0px 10px 60px 10px rgba(0, 0, 0, 0.3);
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(195, 168, 116, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b3fb6ecc-a030-4a08-8fc7-66b444074891:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b3fb6ecc-a030-4a08-8fc7-66b444074891:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b3fb6ecc-a030-4a08-8fc7-66b444074891-root {
    text-align: center;
  }


#s-b3fb6ecc-a030-4a08-8fc7-66b444074891.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b3fb6ecc-a030-4a08-8fc7-66b444074891-root {
    text-align: center;
  }


#s-b3fb6ecc-a030-4a08-8fc7-66b444074891.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b3fb6ecc-a030-4a08-8fc7-66b444074891-root {
    text-align: center;
  }


#s-b3fb6ecc-a030-4a08-8fc7-66b444074891.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b3fb6ecc-a030-4a08-8fc7-66b444074891-root {
    text-align: center;
  }


#s-b3fb6ecc-a030-4a08-8fc7-66b444074891.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b3fb6ecc-a030-4a08-8fc7-66b444074891-root {
    text-align: center;
  }


#s-b3fb6ecc-a030-4a08-8fc7-66b444074891.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-d08cca9d-a67f-4222-85ea-72d6cc3a3367 {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1600/1067;
text-align: center;
}





  #s-d08cca9d-a67f-4222-85ea-72d6cc3a3367 img.shogun-image,
  #s-d08cca9d-a67f-4222-85ea-72d6cc3a3367 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d08cca9d-a67f-4222-85ea-72d6cc3a3367 {
    width: 100%;
    height: auto;
  }



  #s-d08cca9d-a67f-4222-85ea-72d6cc3a3367 img.shogun-image {
    

    
    
    
  }


#s-d08cca9d-a67f-4222-85ea-72d6cc3a3367 .shogun-image-content {
  
    align-items: center;
  
}

#s-2fa4b4ae-26a7-4124-b22c-925049345bd4 {
  margin-left: auto;
margin-right: auto;
max-width: 920px;
}

#s-64020d1b-8c59-4557-8ff5-e6a9cdf4daf6 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 100px;
min-height: 800px;
max-width: 100%;
background-position: center center;
}








#s-64020d1b-8c59-4557-8ff5-e6a9cdf4daf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64020d1b-8c59-4557-8ff5-e6a9cdf4daf6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5addaf3-c82d-455b-80d4-0fcafdaab375 {
  min-height: 50px;
}








#s-e5addaf3-c82d-455b-80d4-0fcafdaab375 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5addaf3-c82d-455b-80d4-0fcafdaab375.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb1dc782-db66-469a-8414-d36344202e0d {
  margin-top: 120px;
min-height: 50px;
}








#s-bb1dc782-db66-469a-8414-d36344202e0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb1dc782-db66-469a-8414-d36344202e0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e33ba79-2d3d-446d-ada0-633a6a00adf2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 920px;
text-align: center;
}

#s-8e33ba79-2d3d-446d-ada0-633a6a00adf2 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-aab02465-d2b8-40e8-b6e0-3aeab95dd0f8 {
  margin-bottom: 40px;
min-height: 50px;
}








#s-aab02465-d2b8-40e8-b6e0-3aeab95dd0f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aab02465-d2b8-40e8-b6e0-3aeab95dd0f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0fd61a89-86eb-49ee-9ecb-e84c035ae964 {
  margin-left: auto;
margin-right: auto;
max-width: 920px;
}

#s-ddd9da94-f2b6-4f4c-acf3-59654912722f {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
max-width: 1400px;
aspect-ratio: 1800/1042;
text-align: center;
}





  #s-ddd9da94-f2b6-4f4c-acf3-59654912722f img.shogun-image,
  #s-ddd9da94-f2b6-4f4c-acf3-59654912722f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ddd9da94-f2b6-4f4c-acf3-59654912722f {
    width: 100%;
    height: auto;
  }

  #s-ddd9da94-f2b6-4f4c-acf3-59654912722f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shogun-image {
    
    
  }


.s-ddd9da94-f2b6-4f4c-acf3-59654912722f .shogun-image-content {
  
    align-items: center;
  
}

.s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ddd9da94-f2b6-4f4c-acf3-59654912722f {
      --shg-aspect-ratio: calc(1800/1042); 
    }

    .s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shogun-image-container {
      position: relative;
    }

    .s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ddd9da94-f2b6-4f4c-acf3-59654912722f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ddd9da94-f2b6-4f4c-acf3-59654912722f img.shogun-image,
  #s-ddd9da94-f2b6-4f4c-acf3-59654912722f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ddd9da94-f2b6-4f4c-acf3-59654912722f {
    width: 100%;
    height: auto;
  }

  #s-ddd9da94-f2b6-4f4c-acf3-59654912722f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shogun-image {
    
    
  }


.s-ddd9da94-f2b6-4f4c-acf3-59654912722f .shogun-image-content {
  
    align-items: center;
  
}

.s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ddd9da94-f2b6-4f4c-acf3-59654912722f {
      --shg-aspect-ratio: calc(1800/1042); 
    }

    .s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shogun-image-container {
      position: relative;
    }

    .s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ddd9da94-f2b6-4f4c-acf3-59654912722f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ddd9da94-f2b6-4f4c-acf3-59654912722f img.shogun-image,
  #s-ddd9da94-f2b6-4f4c-acf3-59654912722f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ddd9da94-f2b6-4f4c-acf3-59654912722f {
    width: 100%;
    height: auto;
  }

  #s-ddd9da94-f2b6-4f4c-acf3-59654912722f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shogun-image {
    
    
  }


.s-ddd9da94-f2b6-4f4c-acf3-59654912722f .shogun-image-content {
  
    align-items: center;
  
}

.s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ddd9da94-f2b6-4f4c-acf3-59654912722f {
      --shg-aspect-ratio: calc(1800/1042); 
    }

    .s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shogun-image-container {
      position: relative;
    }

    .s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ddd9da94-f2b6-4f4c-acf3-59654912722f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ddd9da94-f2b6-4f4c-acf3-59654912722f img.shogun-image,
  #s-ddd9da94-f2b6-4f4c-acf3-59654912722f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ddd9da94-f2b6-4f4c-acf3-59654912722f {
    width: 100%;
    height: auto;
  }

  #s-ddd9da94-f2b6-4f4c-acf3-59654912722f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shogun-image {
    
    
  }


.s-ddd9da94-f2b6-4f4c-acf3-59654912722f .shogun-image-content {
  
    align-items: center;
  
}

.s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ddd9da94-f2b6-4f4c-acf3-59654912722f {
      --shg-aspect-ratio: calc(1800/1042); 
    }

    .s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shogun-image-container {
      position: relative;
    }

    .s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ddd9da94-f2b6-4f4c-acf3-59654912722f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ddd9da94-f2b6-4f4c-acf3-59654912722f img.shogun-image,
  #s-ddd9da94-f2b6-4f4c-acf3-59654912722f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ddd9da94-f2b6-4f4c-acf3-59654912722f {
    width: 100%;
    height: auto;
  }

  #s-ddd9da94-f2b6-4f4c-acf3-59654912722f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shogun-image {
    
    
  }


.s-ddd9da94-f2b6-4f4c-acf3-59654912722f .shogun-image-content {
  
    align-items: center;
  
}

.s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ddd9da94-f2b6-4f4c-acf3-59654912722f {
      --shg-aspect-ratio: calc(1800/1042); 
    }

    .s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shogun-image-container {
      position: relative;
    }

    .s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ddd9da94-f2b6-4f4c-acf3-59654912722f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ddd9da94-f2b6-4f4c-acf3-59654912722f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-fd5d13e6-8f87-423f-8b6c-3cdef6badfd5 {
  margin-top: 80px;
min-height: 50px;
}








#s-fd5d13e6-8f87-423f-8b6c-3cdef6badfd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd5d13e6-8f87-423f-8b6c-3cdef6badfd5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8cf5a43a-fe91-494e-9722-c057f1cd5d55 {
  margin-top: 0px;
min-height: 50px;
}








#s-8cf5a43a-fe91-494e-9722-c057f1cd5d55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cf5a43a-fe91-494e-9722-c057f1cd5d55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ac442a6-d5b4-4db3-8e91-70f0daf3a5b3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 920px;
text-align: center;
}

#s-5ac442a6-d5b4-4db3-8e91-70f0daf3a5b3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-1dfaf627-4223-4876-a7c5-5f9e97f3cef7 {
  margin-top: 0px;
margin-bottom: 40px;
min-height: 50px;
}








#s-1dfaf627-4223-4876-a7c5-5f9e97f3cef7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dfaf627-4223-4876-a7c5-5f9e97f3cef7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7de15132-1d3f-4cb6-962c-0fdca4566d84 {
  margin-left: auto;
margin-right: auto;
max-width: 920px;
}

#s-6b3b2b05-e784-4b5a-884d-541eec0a2e77 {
  min-height: 50px;
}








#s-6b3b2b05-e784-4b5a-884d-541eec0a2e77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b3b2b05-e784-4b5a-884d-541eec0a2e77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b017da6-db88-49de-806f-b2e69c5b7f9b {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9b017da6-db88-49de-806f-b2e69c5b7f9b {
  background-image: url(https://i.shgcdn.com/8278690b-7639-4629-b8f7-81519eab9e87/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 20% 5px;
background-position: left bottom;
}
}@media (max-width: 767px){#s-9b017da6-db88-49de-806f-b2e69c5b7f9b {
  background-image: url(https://i.shgcdn.com/8278690b-7639-4629-b8f7-81519eab9e87/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 20% 5px;
background-position: left bottom;
}
}
#s-f48f15a2-a2b3-48bb-a126-2365bfc17708 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-f48f15a2-a2b3-48bb-a126-2365bfc17708"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.0px);
}

}

@media (min-width: 768px) {
[id="s-f48f15a2-a2b3-48bb-a126-2365bfc17708"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.0px);
}

}

@media (min-width: 992px) {
[id="s-f48f15a2-a2b3-48bb-a126-2365bfc17708"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.0px);
}

}

@media (min-width: 1200px) {
[id="s-f48f15a2-a2b3-48bb-a126-2365bfc17708"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.0px);
}

}

#s-711b83f5-76e5-4769-9aed-b0cc53aee06e {
  padding-left: 0px;
padding-right: 0px;
max-width: 1600px;
aspect-ratio: 4/3;
text-align: right;
}





  #s-711b83f5-76e5-4769-9aed-b0cc53aee06e img.shogun-image,
  #s-711b83f5-76e5-4769-9aed-b0cc53aee06e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-711b83f5-76e5-4769-9aed-b0cc53aee06e {
    width: 100%;
    height: auto;
  }



  #s-711b83f5-76e5-4769-9aed-b0cc53aee06e img.shogun-image {
    

    
    
    
  }


#s-711b83f5-76e5-4769-9aed-b0cc53aee06e .shogun-image-content {
  
    align-items: center;
  
}

#s-e122cf57-ca9f-431b-b6e8-a0eec03af943 {
  max-width: 1600px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-e122cf57-ca9f-431b-b6e8-a0eec03af943 img.shogun-image,
  #s-e122cf57-ca9f-431b-b6e8-a0eec03af943 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e122cf57-ca9f-431b-b6e8-a0eec03af943 {
    width: 100%;
    height: auto;
  }



  #s-e122cf57-ca9f-431b-b6e8-a0eec03af943 img.shogun-image {
    

    
    
    
  }


#s-e122cf57-ca9f-431b-b6e8-a0eec03af943 .shogun-image-content {
  
    align-items: center;
  
}

#s-d55095a3-8452-45c1-bd85-bce6a13f18bf {
  max-width: 1600px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-d55095a3-8452-45c1-bd85-bce6a13f18bf img.shogun-image,
  #s-d55095a3-8452-45c1-bd85-bce6a13f18bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d55095a3-8452-45c1-bd85-bce6a13f18bf {
    width: 100%;
    height: auto;
  }



  #s-d55095a3-8452-45c1-bd85-bce6a13f18bf img.shogun-image {
    

    
    
    
  }


#s-d55095a3-8452-45c1-bd85-bce6a13f18bf .shogun-image-content {
  
    align-items: center;
  
}

#s-6d657f1c-21ad-4bb9-84c1-3fc32ba27aec {
  max-width: 1600px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-6d657f1c-21ad-4bb9-84c1-3fc32ba27aec img.shogun-image,
  #s-6d657f1c-21ad-4bb9-84c1-3fc32ba27aec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6d657f1c-21ad-4bb9-84c1-3fc32ba27aec {
    width: 100%;
    height: auto;
  }



  #s-6d657f1c-21ad-4bb9-84c1-3fc32ba27aec img.shogun-image {
    

    
    
    
  }


#s-6d657f1c-21ad-4bb9-84c1-3fc32ba27aec .shogun-image-content {
  
    align-items: center;
  
}

#s-13d742c5-b928-48ba-8461-b2e93ba4eadc {
  margin-top: 160px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-13d742c5-b928-48ba-8461-b2e93ba4eadc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-13d742c5-b928-48ba-8461-b2e93ba4eadc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-13d742c5-b928-48ba-8461-b2e93ba4eadc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-13d742c5-b928-48ba-8461-b2e93ba4eadc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.0px);
}

}

#s-a47c37fc-61a4-46bb-8829-bb2d650d02be {
  max-width: 1600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a47c37fc-61a4-46bb-8829-bb2d650d02be img.shogun-image,
  #s-a47c37fc-61a4-46bb-8829-bb2d650d02be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a47c37fc-61a4-46bb-8829-bb2d650d02be {
    width: 100%;
    height: auto;
  }

  #s-a47c37fc-61a4-46bb-8829-bb2d650d02be img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shogun-image {
    
    
  }


.s-a47c37fc-61a4-46bb-8829-bb2d650d02be .shogun-image-content {
  
    align-items: center;
  
}

.s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a47c37fc-61a4-46bb-8829-bb2d650d02be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shogun-image-container {
      position: relative;
    }

    .s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a47c37fc-61a4-46bb-8829-bb2d650d02be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a47c37fc-61a4-46bb-8829-bb2d650d02be img.shogun-image,
  #s-a47c37fc-61a4-46bb-8829-bb2d650d02be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a47c37fc-61a4-46bb-8829-bb2d650d02be {
    width: 100%;
    height: auto;
  }

  #s-a47c37fc-61a4-46bb-8829-bb2d650d02be img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shogun-image {
    
    
  }


.s-a47c37fc-61a4-46bb-8829-bb2d650d02be .shogun-image-content {
  
    align-items: center;
  
}

.s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a47c37fc-61a4-46bb-8829-bb2d650d02be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shogun-image-container {
      position: relative;
    }

    .s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a47c37fc-61a4-46bb-8829-bb2d650d02be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a47c37fc-61a4-46bb-8829-bb2d650d02be img.shogun-image,
  #s-a47c37fc-61a4-46bb-8829-bb2d650d02be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a47c37fc-61a4-46bb-8829-bb2d650d02be {
    width: 100%;
    height: auto;
  }

  #s-a47c37fc-61a4-46bb-8829-bb2d650d02be img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shogun-image {
    
    
  }


.s-a47c37fc-61a4-46bb-8829-bb2d650d02be .shogun-image-content {
  
    align-items: center;
  
}

.s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a47c37fc-61a4-46bb-8829-bb2d650d02be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shogun-image-container {
      position: relative;
    }

    .s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a47c37fc-61a4-46bb-8829-bb2d650d02be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a47c37fc-61a4-46bb-8829-bb2d650d02be img.shogun-image,
  #s-a47c37fc-61a4-46bb-8829-bb2d650d02be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a47c37fc-61a4-46bb-8829-bb2d650d02be {
    width: 100%;
    height: auto;
  }

  #s-a47c37fc-61a4-46bb-8829-bb2d650d02be img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shogun-image {
    
    
  }


.s-a47c37fc-61a4-46bb-8829-bb2d650d02be .shogun-image-content {
  
    align-items: center;
  
}

.s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a47c37fc-61a4-46bb-8829-bb2d650d02be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shogun-image-container {
      position: relative;
    }

    .s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a47c37fc-61a4-46bb-8829-bb2d650d02be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a47c37fc-61a4-46bb-8829-bb2d650d02be img.shogun-image,
  #s-a47c37fc-61a4-46bb-8829-bb2d650d02be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a47c37fc-61a4-46bb-8829-bb2d650d02be {
    width: 100%;
    height: auto;
  }

  #s-a47c37fc-61a4-46bb-8829-bb2d650d02be img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shogun-image {
    
    
  }


.s-a47c37fc-61a4-46bb-8829-bb2d650d02be .shogun-image-content {
  
    align-items: center;
  
}

.s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a47c37fc-61a4-46bb-8829-bb2d650d02be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shogun-image-container {
      position: relative;
    }

    .s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a47c37fc-61a4-46bb-8829-bb2d650d02be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a47c37fc-61a4-46bb-8829-bb2d650d02be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3b42d072-f441-4517-b944-3dae28ebae33 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 600px;
}








#s-3b42d072-f441-4517-b944-3dae28ebae33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b42d072-f441-4517-b944-3dae28ebae33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5317ac9-49eb-406c-82e8-1e8a71a0f447 {
  margin-bottom: 20px;
min-height: 50px;
}








#s-a5317ac9-49eb-406c-82e8-1e8a71a0f447 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5317ac9-49eb-406c-82e8-1e8a71a0f447.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2693fa8a-609a-420f-9558-37a4652c62d7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 920px;
text-align: center;
}

#s-2693fa8a-609a-420f-9558-37a4652c62d7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-bdc4e6cd-10c2-4f3e-b081-640e436d28e0 {
  margin-bottom: 20px;
max-width: 868px;
}

#s-a07ee8c6-4489-4fc0-b9ad-c9b3df09d866 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 300px;
}








#s-a07ee8c6-4489-4fc0-b9ad-c9b3df09d866 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a07ee8c6-4489-4fc0-b9ad-c9b3df09d866.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6618c1b4-8008-4870-b4e6-85c0a631bef8 {
  box-shadow:0px 10px 60px 10px rgba(0, 0, 0, 0.3);
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(195, 168, 116, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-6618c1b4-8008-4870-b4e6-85c0a631bef8:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6618c1b4-8008-4870-b4e6-85c0a631bef8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6618c1b4-8008-4870-b4e6-85c0a631bef8-root {
    text-align: center;
  }


#s-6618c1b4-8008-4870-b4e6-85c0a631bef8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-6618c1b4-8008-4870-b4e6-85c0a631bef8-root {
    text-align: center;
  }


#s-6618c1b4-8008-4870-b4e6-85c0a631bef8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6618c1b4-8008-4870-b4e6-85c0a631bef8-root {
    text-align: center;
  }


#s-6618c1b4-8008-4870-b4e6-85c0a631bef8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6618c1b4-8008-4870-b4e6-85c0a631bef8-root {
    text-align: center;
  }


#s-6618c1b4-8008-4870-b4e6-85c0a631bef8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-6618c1b4-8008-4870-b4e6-85c0a631bef8-root {
    text-align: center;
  }


#s-6618c1b4-8008-4870-b4e6-85c0a631bef8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-ded28429-7547-463b-8907-d85628f40af9 {
  margin-left: auto;
margin-right: auto;
}








#s-ded28429-7547-463b-8907-d85628f40af9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ded28429-7547-463b-8907-d85628f40af9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e957aa1e-2aae-4a7a-8103-3a3bb46224a4 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e957aa1e-2aae-4a7a-8103-3a3bb46224a4 {
  background-image: url(https://i.shgcdn.com/8278690b-7639-4629-b8f7-81519eab9e87/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 20% 5px;
background-position: left bottom;
}
}@media (max-width: 767px){#s-e957aa1e-2aae-4a7a-8103-3a3bb46224a4 {
  background-image: url(https://i.shgcdn.com/8278690b-7639-4629-b8f7-81519eab9e87/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 20% 5px;
background-position: left bottom;
}
}
#s-ac2737f6-bfc9-4172-9c9e-f9486a162a27 {
  margin-top: 80px;
margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-ac2737f6-bfc9-4172-9c9e-f9486a162a27"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 18.0px);
}

}

@media (min-width: 768px) {
[id="s-ac2737f6-bfc9-4172-9c9e-f9486a162a27"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.0px);
}

}

@media (min-width: 992px) {
[id="s-ac2737f6-bfc9-4172-9c9e-f9486a162a27"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac2737f6-bfc9-4172-9c9e-f9486a162a27"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.0px);
}

}

#s-af189d47-b56f-4ad4-8824-9d49e1074423 {
  max-width: 1600px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-af189d47-b56f-4ad4-8824-9d49e1074423 img.shogun-image,
  #s-af189d47-b56f-4ad4-8824-9d49e1074423 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-af189d47-b56f-4ad4-8824-9d49e1074423 {
    width: 100%;
    height: auto;
  }



  #s-af189d47-b56f-4ad4-8824-9d49e1074423 img.shogun-image {
    

    
    
    
  }


#s-af189d47-b56f-4ad4-8824-9d49e1074423 .shogun-image-content {
  
    align-items: center;
  
}

#s-168decbe-d43c-4c26-adc1-13b0df4b33e3 {
  max-width: 1600px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-168decbe-d43c-4c26-adc1-13b0df4b33e3 img.shogun-image,
  #s-168decbe-d43c-4c26-adc1-13b0df4b33e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-168decbe-d43c-4c26-adc1-13b0df4b33e3 {
    width: 100%;
    height: auto;
  }



  #s-168decbe-d43c-4c26-adc1-13b0df4b33e3 img.shogun-image {
    

    
    
    
  }


#s-168decbe-d43c-4c26-adc1-13b0df4b33e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-66c977ef-379c-47c3-b3a5-bfbe3b588081 {
  max-width: 1600px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-66c977ef-379c-47c3-b3a5-bfbe3b588081 img.shogun-image,
  #s-66c977ef-379c-47c3-b3a5-bfbe3b588081 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66c977ef-379c-47c3-b3a5-bfbe3b588081 {
    width: 100%;
    height: auto;
  }



  #s-66c977ef-379c-47c3-b3a5-bfbe3b588081 img.shogun-image {
    

    
    
    
  }


#s-66c977ef-379c-47c3-b3a5-bfbe3b588081 .shogun-image-content {
  
    align-items: center;
  
}

#s-446e8c34-3664-46bf-a3c3-44f19cd91c59 {
  max-width: 1600px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-446e8c34-3664-46bf-a3c3-44f19cd91c59 img.shogun-image,
  #s-446e8c34-3664-46bf-a3c3-44f19cd91c59 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-446e8c34-3664-46bf-a3c3-44f19cd91c59 {
    width: 100%;
    height: auto;
  }



  #s-446e8c34-3664-46bf-a3c3-44f19cd91c59 img.shogun-image {
    

    
    
    
  }


#s-446e8c34-3664-46bf-a3c3-44f19cd91c59 .shogun-image-content {
  
    align-items: center;
  
}

#s-0b7f2ce2-c411-4ace-a43f-9eb9a1d37399 {
  margin-top: 120px;
margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 1600/1163;
text-align: center;
}





  #s-0b7f2ce2-c411-4ace-a43f-9eb9a1d37399 img.shogun-image,
  #s-0b7f2ce2-c411-4ace-a43f-9eb9a1d37399 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0b7f2ce2-c411-4ace-a43f-9eb9a1d37399 {
    width: 100%;
    height: auto;
  }



  #s-0b7f2ce2-c411-4ace-a43f-9eb9a1d37399 img.shogun-image {
    

    
    
    
  }


#s-0b7f2ce2-c411-4ace-a43f-9eb9a1d37399 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0fa3f15-7730-41d0-b14d-d4c829f46e9b {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 100%;
background-repeat: repeat;
}
@media (min-width: 1200px){#s-f0fa3f15-7730-41d0-b14d-d4c829f46e9b {
  display: none;
}
#s-f0fa3f15-7730-41d0-b14d-d4c829f46e9b, #wrap-s-f0fa3f15-7730-41d0-b14d-d4c829f46e9b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0fa3f15-7730-41d0-b14d-d4c829f46e9b {
  display: none;
}
#s-f0fa3f15-7730-41d0-b14d-d4c829f46e9b, #wrap-s-f0fa3f15-7730-41d0-b14d-d4c829f46e9b { display: none !important; }}







#s-f0fa3f15-7730-41d0-b14d-d4c829f46e9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0fa3f15-7730-41d0-b14d-d4c829f46e9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3c63f82-bc66-4bff-95eb-1b042000fae2 {
  margin-top: -10px;
background-color: rgba(104, 0, 4, 1);
}
@media (min-width: 1200px){#s-c3c63f82-bc66-4bff-95eb-1b042000fae2 {
  display: none;
}
#s-c3c63f82-bc66-4bff-95eb-1b042000fae2, #wrap-s-c3c63f82-bc66-4bff-95eb-1b042000fae2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c3c63f82-bc66-4bff-95eb-1b042000fae2 {
  display: none;
}
#s-c3c63f82-bc66-4bff-95eb-1b042000fae2, #wrap-s-c3c63f82-bc66-4bff-95eb-1b042000fae2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c3c63f82-bc66-4bff-95eb-1b042000fae2 {
  display: none;
}
#s-c3c63f82-bc66-4bff-95eb-1b042000fae2, #wrap-s-c3c63f82-bc66-4bff-95eb-1b042000fae2 { display: none !important; }}@media (max-width: 767px){#s-c3c63f82-bc66-4bff-95eb-1b042000fae2 {
  display: none;
}
#s-c3c63f82-bc66-4bff-95eb-1b042000fae2, #wrap-s-c3c63f82-bc66-4bff-95eb-1b042000fae2 { display: none !important; }}







#s-c3c63f82-bc66-4bff-95eb-1b042000fae2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3c63f82-bc66-4bff-95eb-1b042000fae2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30984def-b725-4558-b05e-f633e1a6a321 {
  margin-top: 20px;
margin-bottom: -5px;
}

@media (min-width: 0px) {
[id="s-30984def-b725-4558-b05e-f633e1a6a321"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-30984def-b725-4558-b05e-f633e1a6a321"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-30984def-b725-4558-b05e-f633e1a6a321"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-30984def-b725-4558-b05e-f633e1a6a321"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-88d6567c-566f-44e3-a204-f748680f6c58 {
  margin-top: 5px;
margin-right: 60%;
}

#s-88d6567c-566f-44e3-a204-f748680f6c58 .shogun-icon-wrapper {
  text-align: right;
}


#s-88d6567c-566f-44e3-a204-f748680f6c58 .shogun-icon-wrapper > .shogun-icon {

  font-size: 16px !important;
  color: rgba(255, 255, 255, 1);
}

#s-64cb929f-4bd9-41e7-acd5-f05a6eb62cb1 {
  margin-top: 3px;
margin-left: -60%;
margin-bottom: -10px;
}

#s-1f9e9026-eeb3-4d6b-992a-da48bb5a2f58 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
max-width: 100%;
background-repeat: repeat;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-1f9e9026-eeb3-4d6b-992a-da48bb5a2f58 {
  
}
}@media (max-width: 767px){#s-1f9e9026-eeb3-4d6b-992a-da48bb5a2f58 {
  
}
}







#s-1f9e9026-eeb3-4d6b-992a-da48bb5a2f58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f9e9026-eeb3-4d6b-992a-da48bb5a2f58.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1a316bc9-17bd-4da6-89af-8859fd5621ba {
  min-height: 50px;
}








#s-1a316bc9-17bd-4da6-89af-8859fd5621ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a316bc9-17bd-4da6-89af-8859fd5621ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-424b0087-7bbe-449b-8c3a-8b2d9b323b5e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-424b0087-7bbe-449b-8c3a-8b2d9b323b5e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 33px;
  
  
  
}



#s-76108ccb-3010-4cea-babc-e4ffb88f7a2f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-76108ccb-3010-4cea-babc-e4ffb88f7a2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76108ccb-3010-4cea-babc-e4ffb88f7a2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-faa6d525-9972-4b08-bb2f-1b0275760c13 {
  margin-top: 720px;
min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-faa6d525-9972-4b08-bb2f-1b0275760c13 {
  margin-top: 0px;
}
}







#s-faa6d525-9972-4b08-bb2f-1b0275760c13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-faa6d525-9972-4b08-bb2f-1b0275760c13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8163d1ab-1161-40e0-873c-5ba5c93f02a9 {
  margin-top: -40px;
margin-left: auto;
margin-right: auto;
padding-top: 40px;
max-width: 100%;
}

#s-5e8f469d-1236-49ae-94b1-edb83dcdd6f7 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: left;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-5e8f469d-1236-49ae-94b1-edb83dcdd6f7 {
  display: none;
}
#s-5e8f469d-1236-49ae-94b1-edb83dcdd6f7, #wrap-s-5e8f469d-1236-49ae-94b1-edb83dcdd6f7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e8f469d-1236-49ae-94b1-edb83dcdd6f7 {
  display: none;
}
#s-5e8f469d-1236-49ae-94b1-edb83dcdd6f7, #wrap-s-5e8f469d-1236-49ae-94b1-edb83dcdd6f7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5e8f469d-1236-49ae-94b1-edb83dcdd6f7 {
  display: none;
}
#s-5e8f469d-1236-49ae-94b1-edb83dcdd6f7, #wrap-s-5e8f469d-1236-49ae-94b1-edb83dcdd6f7 { display: none !important; }}@media (max-width: 767px){#s-5e8f469d-1236-49ae-94b1-edb83dcdd6f7 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-dd9986fe-1808-4f20-88b1-7b06154e1617 {
  margin-top: 100px;
padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-dd9986fe-1808-4f20-88b1-7b06154e1617 {
  
}
}







#s-dd9986fe-1808-4f20-88b1-7b06154e1617 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd9986fe-1808-4f20-88b1-7b06154e1617.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-98510f5f-b5b6-433e-897d-48d469f3ffff {
  min-height: 50px;
}








#s-98510f5f-b5b6-433e-897d-48d469f3ffff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98510f5f-b5b6-433e-897d-48d469f3ffff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8799c1c4-ca42-4188-8245-5e5447399aed {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-33b5d552-8112-4d82-9836-10f3c0b9e04f {
  margin-top: 0px;
padding-bottom: 24px;
}








#s-33b5d552-8112-4d82-9836-10f3c0b9e04f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33b5d552-8112-4d82-9836-10f3c0b9e04f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-eb6d1355-303e-425f-94a7-5990df01754c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 920px;
text-align: center;
}

#s-eb6d1355-303e-425f-94a7-5990df01754c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-fc30d57d-6c4e-474a-9794-082179d7250f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-fc30d57d-6c4e-474a-9794-082179d7250f {
  margin-bottom: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fc30d57d-6c4e-474a-9794-082179d7250f {
  margin-bottom: 80px;
}
}







#s-fc30d57d-6c4e-474a-9794-082179d7250f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc30d57d-6c4e-474a-9794-082179d7250f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c33923c2-052a-42dc-bafe-f252747944da {
  margin-left: auto;
margin-right: auto;
max-width: 920px;
}

#s-67d2339d-14b8-4610-a63a-01b0980233de {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
max-width: 960px;
}
@media (min-width: 1200px){#s-67d2339d-14b8-4610-a63a-01b0980233de {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-67d2339d-14b8-4610-a63a-01b0980233de {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-67d2339d-14b8-4610-a63a-01b0980233de {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-67d2339d-14b8-4610-a63a-01b0980233de {
  margin-top: 0px;
}
}
#s-67d2339d-14b8-4610-a63a-01b0980233de > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-67d2339d-14b8-4610-a63a-01b0980233de > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 0);
  padding: 10px;
}

#s-67d2339d-14b8-4610-a63a-01b0980233de > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(195, 168, 116, 1);
}

#s-67d2339d-14b8-4610-a63a-01b0980233de > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-67d2339d-14b8-4610-a63a-01b0980233de > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(195, 168, 116, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-67d2339d-14b8-4610-a63a-01b0980233de > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-233924f6-b76a-442f-a5ab-84828fcd22bd {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-233924f6-b76a-442f-a5ab-84828fcd22bd {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-233924f6-b76a-442f-a5ab-84828fcd22bd {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-233924f6-b76a-442f-a5ab-84828fcd22bd {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-e09acf74-23fb-4031-afd0-727030d2ccdc {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 240px;
}








#s-e09acf74-23fb-4031-afd0-727030d2ccdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e09acf74-23fb-4031-afd0-727030d2ccdc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f66d4f4-40b4-4979-9907-a925c6bbfab8 {
  box-shadow:0px 10px 60px 10px rgba(0, 0, 0, 0.3);
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(195, 168, 116, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-7f66d4f4-40b4-4979-9907-a925c6bbfab8:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7f66d4f4-40b4-4979-9907-a925c6bbfab8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7f66d4f4-40b4-4979-9907-a925c6bbfab8-root {
    text-align: center;
  }


#s-7f66d4f4-40b4-4979-9907-a925c6bbfab8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7f66d4f4-40b4-4979-9907-a925c6bbfab8-root {
    text-align: center;
  }


#s-7f66d4f4-40b4-4979-9907-a925c6bbfab8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7f66d4f4-40b4-4979-9907-a925c6bbfab8-root {
    text-align: center;
  }


#s-7f66d4f4-40b4-4979-9907-a925c6bbfab8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7f66d4f4-40b4-4979-9907-a925c6bbfab8-root {
    text-align: center;
  }


#s-7f66d4f4-40b4-4979-9907-a925c6bbfab8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7f66d4f4-40b4-4979-9907-a925c6bbfab8-root {
    text-align: center;
  }


#s-7f66d4f4-40b4-4979-9907-a925c6bbfab8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-eef535a9-c678-4ee8-91f3-78a03c68b23c {
  margin-top: -40px;
margin-left: -5%;
margin-right: -5%;
}
@media (min-width: 1200px){#s-eef535a9-c678-4ee8-91f3-78a03c68b23c {
  
}
}







#s-eef535a9-c678-4ee8-91f3-78a03c68b23c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eef535a9-c678-4ee8-91f3-78a03c68b23c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a02a9087-4246-4ce1-a6e5-5b117635343b {
  margin-top: 120px;
margin-bottom: 120px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1437px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a02a9087-4246-4ce1-a6e5-5b117635343b img.shogun-image,
  #s-a02a9087-4246-4ce1-a6e5-5b117635343b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a02a9087-4246-4ce1-a6e5-5b117635343b {
    width: 100%;
    height: auto;
  }



  #s-a02a9087-4246-4ce1-a6e5-5b117635343b img.shogun-image {
    

    
    
    
  }


#s-a02a9087-4246-4ce1-a6e5-5b117635343b .shogun-image-content {
  
    align-items: center;
  
}

#s-6efcc1dd-6941-4ade-a664-0bbae43fe264 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: auto;
margin-right: auto;
padding-left: 0%;
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6efcc1dd-6941-4ade-a664-0bbae43fe264 {
  margin-top: -60px;
min-height: 520px;
}
}@media (max-width: 767px){#s-6efcc1dd-6941-4ade-a664-0bbae43fe264 {
  margin-top: -60px;
margin-bottom: 0px;
}
}







#s-6efcc1dd-6941-4ade-a664-0bbae43fe264 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6efcc1dd-6941-4ade-a664-0bbae43fe264.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8250f4e-e61b-4a02-a927-21dc2dbfd0b7 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 100%;
text-align: center;
}








#s-d8250f4e-e61b-4a02-a927-21dc2dbfd0b7 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-aa77a29e-c835-4464-aec7-00386c6a5740 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-03aca973-0a98-4664-a878-897b42061903 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-03aca973-0a98-4664-a878-897b42061903 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03aca973-0a98-4664-a878-897b42061903.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a392432-fcdc-40b8-aca9-4496b876dded {
  min-height: 50px;
}








#s-9a392432-fcdc-40b8-aca9-4496b876dded > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a392432-fcdc-40b8-aca9-4496b876dded.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-afc64ebb-d053-4d70-85ae-56c1531452f7 {
  margin-top: 40px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
min-height: 50px;
}








#s-afc64ebb-d053-4d70-85ae-56c1531452f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afc64ebb-d053-4d70-85ae-56c1531452f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7daa9d96-dc18-4c80-9ccc-1129d69e19fc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 920px;
text-align: center;
}

#s-7daa9d96-dc18-4c80-9ccc-1129d69e19fc .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-d27991f8-7749-4674-a7b3-89a5aba1c574 {
  margin-bottom: 40px;
min-height: 50px;
}








#s-d27991f8-7749-4674-a7b3-89a5aba1c574 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d27991f8-7749-4674-a7b3-89a5aba1c574.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e7e3179-7a1e-4d7a-8dbf-87b4581eaedb {
  margin-left: auto;
margin-right: auto;
max-width: 920px;
}

@media (min-width: 768px) and (max-width: 991px){#s-3605a61f-8f07-4082-bdfc-93e9c8e87474 {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-3605a61f-8f07-4082-bdfc-93e9c8e87474 {
  margin-top: 0px;
}
}
#s-d0916f12-fc80-429a-aba3-7e65f381106d {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
aspect-ratio: 4/3;
text-align: center;
}





  #s-d0916f12-fc80-429a-aba3-7e65f381106d img.shogun-image,
  #s-d0916f12-fc80-429a-aba3-7e65f381106d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d0916f12-fc80-429a-aba3-7e65f381106d {
    width: 100%;
    height: auto;
  }



  #s-d0916f12-fc80-429a-aba3-7e65f381106d img.shogun-image {
    

    
    
    
  }


#s-d0916f12-fc80-429a-aba3-7e65f381106d .shogun-image-content {
  
    align-items: center;
  
}

#s-bf8494e2-d7ef-45b5-bd01-5e4687702c94 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-bf8494e2-d7ef-45b5-bd01-5e4687702c94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf8494e2-d7ef-45b5-bd01-5e4687702c94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b4c11c2-e5d9-413b-9d8f-3c071a7d14ef {
  margin-top: 60px;
min-height: 50px;
}
@media (max-width: 767px){#s-3b4c11c2-e5d9-413b-9d8f-3c071a7d14ef {
  margin-top: 20px;
}
}







#s-3b4c11c2-e5d9-413b-9d8f-3c071a7d14ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b4c11c2-e5d9-413b-9d8f-3c071a7d14ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d1baf18-b5ee-4955-8e09-926081caaa94 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 0px;
max-width: 920px;
text-align: center;
}

#s-8d1baf18-b5ee-4955-8e09-926081caaa94 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-fed53808-d439-45e9-9925-164a90b6f7a3 {
  margin-bottom: 40px;
}








#s-fed53808-d439-45e9-9925-164a90b6f7a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fed53808-d439-45e9-9925-164a90b6f7a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e8f73c9-a8ba-4c6c-b3d8-8507bf88e4d5 {
  margin-left: auto;
margin-right: auto;
max-width: 920px;
}

@media (min-width: 0px) {
[id="s-9fcaf726-609f-4e1a-8d9e-501087659f17"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9fcaf726-609f-4e1a-8d9e-501087659f17"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9fcaf726-609f-4e1a-8d9e-501087659f17"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9fcaf726-609f-4e1a-8d9e-501087659f17"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2bfa52dd-1cbe-453f-b834-1633aadc708b {
  max-width: 1600px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-2bfa52dd-1cbe-453f-b834-1633aadc708b img.shogun-image,
  #s-2bfa52dd-1cbe-453f-b834-1633aadc708b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2bfa52dd-1cbe-453f-b834-1633aadc708b {
    width: 100%;
    height: auto;
  }

  #s-2bfa52dd-1cbe-453f-b834-1633aadc708b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shogun-image {
    
    
  }


.s-2bfa52dd-1cbe-453f-b834-1633aadc708b .shogun-image-content {
  
    align-items: center;
  
}

.s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2bfa52dd-1cbe-453f-b834-1633aadc708b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shogun-image-container {
      position: relative;
    }

    .s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2bfa52dd-1cbe-453f-b834-1633aadc708b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2bfa52dd-1cbe-453f-b834-1633aadc708b img.shogun-image,
  #s-2bfa52dd-1cbe-453f-b834-1633aadc708b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2bfa52dd-1cbe-453f-b834-1633aadc708b {
    width: 100%;
    height: auto;
  }

  #s-2bfa52dd-1cbe-453f-b834-1633aadc708b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shogun-image {
    
    
  }


.s-2bfa52dd-1cbe-453f-b834-1633aadc708b .shogun-image-content {
  
    align-items: center;
  
}

.s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2bfa52dd-1cbe-453f-b834-1633aadc708b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shogun-image-container {
      position: relative;
    }

    .s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2bfa52dd-1cbe-453f-b834-1633aadc708b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2bfa52dd-1cbe-453f-b834-1633aadc708b img.shogun-image,
  #s-2bfa52dd-1cbe-453f-b834-1633aadc708b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2bfa52dd-1cbe-453f-b834-1633aadc708b {
    width: 100%;
    height: auto;
  }

  #s-2bfa52dd-1cbe-453f-b834-1633aadc708b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shogun-image {
    
    
  }


.s-2bfa52dd-1cbe-453f-b834-1633aadc708b .shogun-image-content {
  
    align-items: center;
  
}

.s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2bfa52dd-1cbe-453f-b834-1633aadc708b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shogun-image-container {
      position: relative;
    }

    .s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2bfa52dd-1cbe-453f-b834-1633aadc708b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2bfa52dd-1cbe-453f-b834-1633aadc708b img.shogun-image,
  #s-2bfa52dd-1cbe-453f-b834-1633aadc708b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2bfa52dd-1cbe-453f-b834-1633aadc708b {
    width: 100%;
    height: auto;
  }

  #s-2bfa52dd-1cbe-453f-b834-1633aadc708b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shogun-image {
    
    
  }


.s-2bfa52dd-1cbe-453f-b834-1633aadc708b .shogun-image-content {
  
    align-items: center;
  
}

.s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2bfa52dd-1cbe-453f-b834-1633aadc708b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shogun-image-container {
      position: relative;
    }

    .s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2bfa52dd-1cbe-453f-b834-1633aadc708b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2bfa52dd-1cbe-453f-b834-1633aadc708b img.shogun-image,
  #s-2bfa52dd-1cbe-453f-b834-1633aadc708b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2bfa52dd-1cbe-453f-b834-1633aadc708b {
    width: 100%;
    height: auto;
  }

  #s-2bfa52dd-1cbe-453f-b834-1633aadc708b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shogun-image {
    
    
  }


.s-2bfa52dd-1cbe-453f-b834-1633aadc708b .shogun-image-content {
  
    align-items: center;
  
}

.s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2bfa52dd-1cbe-453f-b834-1633aadc708b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shogun-image-container {
      position: relative;
    }

    .s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2bfa52dd-1cbe-453f-b834-1633aadc708b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2bfa52dd-1cbe-453f-b834-1633aadc708b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d42ff583-353f-44a7-88e3-e67f7db5b663 {
  max-width: 1600px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-d42ff583-353f-44a7-88e3-e67f7db5b663 img.shogun-image,
  #s-d42ff583-353f-44a7-88e3-e67f7db5b663 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d42ff583-353f-44a7-88e3-e67f7db5b663 {
    width: 100%;
    height: auto;
  }

  #s-d42ff583-353f-44a7-88e3-e67f7db5b663 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d42ff583-353f-44a7-88e3-e67f7db5b663.shogun-image {
    
    
  }


.s-d42ff583-353f-44a7-88e3-e67f7db5b663 .shogun-image-content {
  
    align-items: center;
  
}

.s-d42ff583-353f-44a7-88e3-e67f7db5b663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d42ff583-353f-44a7-88e3-e67f7db5b663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d42ff583-353f-44a7-88e3-e67f7db5b663.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d42ff583-353f-44a7-88e3-e67f7db5b663 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d42ff583-353f-44a7-88e3-e67f7db5b663.shogun-image-container {
      position: relative;
    }

    .s-d42ff583-353f-44a7-88e3-e67f7db5b663.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d42ff583-353f-44a7-88e3-e67f7db5b663.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d42ff583-353f-44a7-88e3-e67f7db5b663 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d42ff583-353f-44a7-88e3-e67f7db5b663 img.shogun-image,
  #s-d42ff583-353f-44a7-88e3-e67f7db5b663 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d42ff583-353f-44a7-88e3-e67f7db5b663 {
    width: 100%;
    height: auto;
  }

  #s-d42ff583-353f-44a7-88e3-e67f7db5b663 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d42ff583-353f-44a7-88e3-e67f7db5b663.shogun-image {
    
    
  }


.s-d42ff583-353f-44a7-88e3-e67f7db5b663 .shogun-image-content {
  
    align-items: center;
  
}

.s-d42ff583-353f-44a7-88e3-e67f7db5b663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d42ff583-353f-44a7-88e3-e67f7db5b663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d42ff583-353f-44a7-88e3-e67f7db5b663.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d42ff583-353f-44a7-88e3-e67f7db5b663 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d42ff583-353f-44a7-88e3-e67f7db5b663.shogun-image-container {
      position: relative;
    }

    .s-d42ff583-353f-44a7-88e3-e67f7db5b663.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d42ff583-353f-44a7-88e3-e67f7db5b663.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d42ff583-353f-44a7-88e3-e67f7db5b663 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d42ff583-353f-44a7-88e3-e67f7db5b663 img.shogun-image,
  #s-d42ff583-353f-44a7-88e3-e67f7db5b663 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d42ff583-353f-44a7-88e3-e67f7db5b663 {
    width: 100%;
    height: auto;
  }

  #s-d42ff583-353f-44a7-88e3-e67f7db5b663 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d42ff583-353f-44a7-88e3-e67f7db5b663.shogun-image {
    
    
  }


.s-d42ff583-353f-44a7-88e3-e67f7db5b663 .shogun-image-content {
  
    align-items: center;
  
}

.s-d42ff583-353f-44a7-88e3-e67f7db5b663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d42ff583-353f-44a7-88e3-e67f7db5b663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d42ff583-353f-44a7-88e3-e67f7db5b663.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d42ff583-353f-44a7-88e3-e67f7db5b663 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d42ff583-353f-44a7-88e3-e67f7db5b663.shogun-image-container {
      position: relative;
    }

    .s-d42ff583-353f-44a7-88e3-e67f7db5b663.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d42ff583-353f-44a7-88e3-e67f7db5b663.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d42ff583-353f-44a7-88e3-e67f7db5b663 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d42ff583-353f-44a7-88e3-e67f7db5b663 img.shogun-image,
  #s-d42ff583-353f-44a7-88e3-e67f7db5b663 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d42ff583-353f-44a7-88e3-e67f7db5b663 {
    width: 100%;
    height: auto;
  }

  #s-d42ff583-353f-44a7-88e3-e67f7db5b663 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d42ff583-353f-44a7-88e3-e67f7db5b663.shogun-image {
    
    
  }


.s-d42ff583-353f-44a7-88e3-e67f7db5b663 .shogun-image-content {
  
    align-items: center;
  
}

.s-d42ff583-353f-44a7-88e3-e67f7db5b663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d42ff583-353f-44a7-88e3-e67f7db5b663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d42ff583-353f-44a7-88e3-e67f7db5b663.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d42ff583-353f-44a7-88e3-e67f7db5b663 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d42ff583-353f-44a7-88e3-e67f7db5b663.shogun-image-container {
      position: relative;
    }

    .s-d42ff583-353f-44a7-88e3-e67f7db5b663.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d42ff583-353f-44a7-88e3-e67f7db5b663.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d42ff583-353f-44a7-88e3-e67f7db5b663 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d42ff583-353f-44a7-88e3-e67f7db5b663 img.shogun-image,
  #s-d42ff583-353f-44a7-88e3-e67f7db5b663 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d42ff583-353f-44a7-88e3-e67f7db5b663 {
    width: 100%;
    height: auto;
  }

  #s-d42ff583-353f-44a7-88e3-e67f7db5b663 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d42ff583-353f-44a7-88e3-e67f7db5b663.shogun-image {
    
    
  }


.s-d42ff583-353f-44a7-88e3-e67f7db5b663 .shogun-image-content {
  
    align-items: center;
  
}

.s-d42ff583-353f-44a7-88e3-e67f7db5b663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d42ff583-353f-44a7-88e3-e67f7db5b663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d42ff583-353f-44a7-88e3-e67f7db5b663.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d42ff583-353f-44a7-88e3-e67f7db5b663 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d42ff583-353f-44a7-88e3-e67f7db5b663.shogun-image-container {
      position: relative;
    }

    .s-d42ff583-353f-44a7-88e3-e67f7db5b663.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d42ff583-353f-44a7-88e3-e67f7db5b663.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d42ff583-353f-44a7-88e3-e67f7db5b663 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5a656305-8867-4944-9f03-9ab7730403de {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-5a656305-8867-4944-9f03-9ab7730403de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a656305-8867-4944-9f03-9ab7730403de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88dc9ec6-2e60-450e-ac4f-02eb0bb976f3 {
  margin-top: 0px;
min-height: 50px;
}








#s-88dc9ec6-2e60-450e-ac4f-02eb0bb976f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88dc9ec6-2e60-450e-ac4f-02eb0bb976f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a13b7676-913f-49f9-9c95-20621ea76cc9 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 0px;
max-width: 920px;
text-align: center;
}

#s-a13b7676-913f-49f9-9c95-20621ea76cc9 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-153b9d3c-9466-457e-98f3-1e69b6178100 {
  margin-bottom: 40px;
min-height: 50px;
}








#s-153b9d3c-9466-457e-98f3-1e69b6178100 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-153b9d3c-9466-457e-98f3-1e69b6178100.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-537f4d34-913c-4333-a422-6bad811014ca {
  margin-left: auto;
margin-right: auto;
max-width: 920px;
}

#s-67d3bc1b-6900-4906-a4e5-17b2ecc52add {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-eed7cb02-75d5-4b3d-8962-177ea93ff4a1 {
  min-height: 50px;
}








#s-eed7cb02-75d5-4b3d-8962-177ea93ff4a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eed7cb02-75d5-4b3d-8962-177ea93ff4a1.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-31b8a332-e845-459a-950f-fb1dad8ba32c {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}

#s-31b8a332-e845-459a-950f-fb1dad8ba32c .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-31b8a332-e845-459a-950f-fb1dad8ba32c .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-31b8a332-e845-459a-950f-fb1dad8ba32c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a1df1399-dd57-4646-9cea-506fae2f8ccb {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-a1df1399-dd57-4646-9cea-506fae2f8ccb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1df1399-dd57-4646-9cea-506fae2f8ccb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88479bf8-d444-40e5-bc4f-527d5f9672dd {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-88479bf8-d444-40e5-bc4f-527d5f9672dd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-88479bf8-d444-40e5-bc4f-527d5f9672dd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-88479bf8-d444-40e5-bc4f-527d5f9672dd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-88479bf8-d444-40e5-bc4f-527d5f9672dd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-88479bf8-d444-40e5-bc4f-527d5f9672dd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-88479bf8-d444-40e5-bc4f-527d5f9672dd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-88479bf8-d444-40e5-bc4f-527d5f9672dd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

#s-b0d76eb9-54b8-44ad-b1fe-fede09eaeeab {
  text-align: left;
}

#s-b0d76eb9-54b8-44ad-b1fe-fede09eaeeab .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-b0d76eb9-54b8-44ad-b1fe-fede09eaeeab .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b0d76eb9-54b8-44ad-b1fe-fede09eaeeab .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b0d76eb9-54b8-44ad-b1fe-fede09eaeeab .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-b0d76eb9-54b8-44ad-b1fe-fede09eaeeab .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-b0d76eb9-54b8-44ad-b1fe-fede09eaeeab .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-b0d76eb9-54b8-44ad-b1fe-fede09eaeeab .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-b0d76eb9-54b8-44ad-b1fe-fede09eaeeab .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-b0d76eb9-54b8-44ad-b1fe-fede09eaeeab .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b0d76eb9-54b8-44ad-b1fe-fede09eaeeab .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b0d76eb9-54b8-44ad-b1fe-fede09eaeeab .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-b0d76eb9-54b8-44ad-b1fe-fede09eaeeab-btn-wrapper {
    text-align: center;
  }


#s-b0d76eb9-54b8-44ad-b1fe-fede09eaeeab .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-b0d76eb9-54b8-44ad-b1fe-fede09eaeeab .shg-variant-btn:hover {
  background: #252525;
}

#s-b0d76eb9-54b8-44ad-b1fe-fede09eaeeab .shg-variant-btn:active, #s-b0d76eb9-54b8-44ad-b1fe-fede09eaeeab .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-b0d76eb9-54b8-44ad-b1fe-fede09eaeeab .shg-variant-btn.disabled {
  background: #252525;
}

#s-512e98a9-9655-4383-8876-293393c486be {
  text-align: left;
}

#s-512e98a9-9655-4383-8876-293393c486be .shg-product-quantity-wrapper {
  display: flex;
}

#s-512e98a9-9655-4383-8876-293393c486be .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-512e98a9-9655-4383-8876-293393c486be .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-512e98a9-9655-4383-8876-293393c486be .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-512e98a9-9655-4383-8876-293393c486be .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-156ceb49-a74a-4f4b-b7a7-2f112dde0d30 {
  box-shadow:0px 10px 60px 10px rgba(0, 0, 0, 0.3);
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(195, 168, 116, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
opacity: 1;
}
#s-156ceb49-a74a-4f4b-b7a7-2f112dde0d30:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-156ceb49-a74a-4f4b-b7a7-2f112dde0d30:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-156ceb49-a74a-4f4b-b7a7-2f112dde0d30 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-156ceb49-a74a-4f4b-b7a7-2f112dde0d30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-156ceb49-a74a-4f4b-b7a7-2f112dde0d30.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-156ceb49-a74a-4f4b-b7a7-2f112dde0d30.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}


  #s-156ceb49-a74a-4f4b-b7a7-2f112dde0d30.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


#s-83c1e584-7130-429f-8c60-acf3e2c7e9b0 {
  margin-top: 16px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(219, 219, 219, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-83c1e584-7130-429f-8c60-acf3e2c7e9b0:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-83c1e584-7130-429f-8c60-acf3e2c7e9b0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-83c1e584-7130-429f-8c60-acf3e2c7e9b0-root {
    text-align: center;
  }


#s-83c1e584-7130-429f-8c60-acf3e2c7e9b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-83c1e584-7130-429f-8c60-acf3e2c7e9b0-root {
    text-align: center;
  }


#s-83c1e584-7130-429f-8c60-acf3e2c7e9b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-83c1e584-7130-429f-8c60-acf3e2c7e9b0-root {
    text-align: center;
  }


#s-83c1e584-7130-429f-8c60-acf3e2c7e9b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-83c1e584-7130-429f-8c60-acf3e2c7e9b0-root {
    text-align: center;
  }


#s-83c1e584-7130-429f-8c60-acf3e2c7e9b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-83c1e584-7130-429f-8c60-acf3e2c7e9b0-root {
    text-align: center;
  }


#s-83c1e584-7130-429f-8c60-acf3e2c7e9b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-5e18471f-70ff-4b45-b440-31e9f1edbd37 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 80px;
margin-left: auto;
margin-right: auto;
padding-left: 0%;
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5e18471f-70ff-4b45-b440-31e9f1edbd37 {
  min-height: 520px;
}
}







#s-5e18471f-70ff-4b45-b440-31e9f1edbd37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e18471f-70ff-4b45-b440-31e9f1edbd37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63c25fb9-0fb0-47d0-8fcf-19ece489049d {
  margin-top: 0px;
min-height: 50px;
}








#s-63c25fb9-0fb0-47d0-8fcf-19ece489049d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63c25fb9-0fb0-47d0-8fcf-19ece489049d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-340c4b51-9038-4fd4-b8e0-d31774029ef3 {
  padding-top: 40px;
}

#s-b054632c-9476-4e31-8ae4-a160161203c8 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b054632c-9476-4e31-8ae4-a160161203c8 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-1bfe8e45-c886-488b-859a-069c2a59ef4e {
  min-height: 50px;
}








#s-1bfe8e45-c886-488b-859a-069c2a59ef4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bfe8e45-c886-488b-859a-069c2a59ef4e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68868eb8-ea05-49ea-97d7-c3196a5028c0 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
aspect-ratio: 1/1;
text-align: center;
}





  #s-68868eb8-ea05-49ea-97d7-c3196a5028c0 img.shogun-image,
  #s-68868eb8-ea05-49ea-97d7-c3196a5028c0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-68868eb8-ea05-49ea-97d7-c3196a5028c0 {
    width: 100%;
    height: auto;
  }



  #s-68868eb8-ea05-49ea-97d7-c3196a5028c0 img.shogun-image {
    

    
    
    
  }


#s-68868eb8-ea05-49ea-97d7-c3196a5028c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-1303813d-ea24-473d-879d-153195d97e0d {
  margin-right: 0%;
padding-bottom: 80px;
min-height: 50px;
}








#s-1303813d-ea24-473d-879d-153195d97e0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1303813d-ea24-473d-879d-153195d97e0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8c79f10-1b03-43e3-9e12-1aac4dab04e2 {
  margin-bottom: 20px;
padding-top: 0px;
min-height: 50px;
}








#s-a8c79f10-1b03-43e3-9e12-1aac4dab04e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8c79f10-1b03-43e3-9e12-1aac4dab04e2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bff894eb-d4e8-4be0-8ef0-24a355609a7d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-bff894eb-d4e8-4be0-8ef0-24a355609a7d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-7bd41008-bd01-4cfe-9fc3-c2c5051e1fd7 {
  margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
max-width: 868px;
}

#s-650be294-6f2d-4b8f-932e-284cc41bd69a {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 400px;
}

#s-02acfced-37a4-4fa5-ad7c-735e76e69c8e {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-02acfced-37a4-4fa5-ad7c-735e76e69c8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02acfced-37a4-4fa5-ad7c-735e76e69c8e.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-cb9621e2-d4c3-4ed0-b5b1-b20fbb498d04 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}

#s-cb9621e2-d4c3-4ed0-b5b1-b20fbb498d04 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cb9621e2-d4c3-4ed0-b5b1-b20fbb498d04 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-cb9621e2-d4c3-4ed0-b5b1-b20fbb498d04 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ede2bc66-e87b-4fb2-9454-9f411b7c5e92 {
  min-height: 50px;
}








#s-ede2bc66-e87b-4fb2-9454-9f411b7c5e92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ede2bc66-e87b-4fb2-9454-9f411b7c5e92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36a1f43f-4216-496b-9734-191f457768c9 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-36a1f43f-4216-496b-9734-191f457768c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-36a1f43f-4216-496b-9734-191f457768c9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-36a1f43f-4216-496b-9734-191f457768c9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-36a1f43f-4216-496b-9734-191f457768c9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-36a1f43f-4216-496b-9734-191f457768c9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-36a1f43f-4216-496b-9734-191f457768c9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-36a1f43f-4216-496b-9734-191f457768c9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

#s-c5728c2f-dc80-49a5-bf24-84f7c1adddbe {
  text-align: left;
}

#s-c5728c2f-dc80-49a5-bf24-84f7c1adddbe .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c5728c2f-dc80-49a5-bf24-84f7c1adddbe .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c5728c2f-dc80-49a5-bf24-84f7c1adddbe .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c5728c2f-dc80-49a5-bf24-84f7c1adddbe .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-c5728c2f-dc80-49a5-bf24-84f7c1adddbe .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c5728c2f-dc80-49a5-bf24-84f7c1adddbe .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c5728c2f-dc80-49a5-bf24-84f7c1adddbe .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-c5728c2f-dc80-49a5-bf24-84f7c1adddbe .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-c5728c2f-dc80-49a5-bf24-84f7c1adddbe .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c5728c2f-dc80-49a5-bf24-84f7c1adddbe .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c5728c2f-dc80-49a5-bf24-84f7c1adddbe .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-c5728c2f-dc80-49a5-bf24-84f7c1adddbe-btn-wrapper {
    text-align: center;
  }


#s-c5728c2f-dc80-49a5-bf24-84f7c1adddbe .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c5728c2f-dc80-49a5-bf24-84f7c1adddbe .shg-variant-btn:hover {
  background: #252525;
}

#s-c5728c2f-dc80-49a5-bf24-84f7c1adddbe .shg-variant-btn:active, #s-c5728c2f-dc80-49a5-bf24-84f7c1adddbe .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-c5728c2f-dc80-49a5-bf24-84f7c1adddbe .shg-variant-btn.disabled {
  background: #252525;
}

#s-9e150e18-9b2e-47f6-bfce-540ff5a4cc75 {
  text-align: left;
}

#s-9e150e18-9b2e-47f6-bfce-540ff5a4cc75 .shg-product-quantity-wrapper {
  display: flex;
}

#s-9e150e18-9b2e-47f6-bfce-540ff5a4cc75 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-9e150e18-9b2e-47f6-bfce-540ff5a4cc75 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-9e150e18-9b2e-47f6-bfce-540ff5a4cc75 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-9e150e18-9b2e-47f6-bfce-540ff5a4cc75 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-8195c6e1-3882-4962-8140-fa74b1a72a3a {
  box-shadow:0px 10px 60px 10px rgba(0, 0, 0, 0.3);
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(195, 168, 116, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
opacity: 1;
}
#s-8195c6e1-3882-4962-8140-fa74b1a72a3a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8195c6e1-3882-4962-8140-fa74b1a72a3a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8195c6e1-3882-4962-8140-fa74b1a72a3a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8195c6e1-3882-4962-8140-fa74b1a72a3a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8195c6e1-3882-4962-8140-fa74b1a72a3a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8195c6e1-3882-4962-8140-fa74b1a72a3a.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}


  #s-8195c6e1-3882-4962-8140-fa74b1a72a3a.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


#s-ffa5d5c3-cc71-4a66-b76c-ed6324474f3b {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(219, 219, 219, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-ffa5d5c3-cc71-4a66-b76c-ed6324474f3b:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ffa5d5c3-cc71-4a66-b76c-ed6324474f3b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ffa5d5c3-cc71-4a66-b76c-ed6324474f3b-root {
    text-align: center;
  }


#s-ffa5d5c3-cc71-4a66-b76c-ed6324474f3b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ffa5d5c3-cc71-4a66-b76c-ed6324474f3b-root {
    text-align: center;
  }


#s-ffa5d5c3-cc71-4a66-b76c-ed6324474f3b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ffa5d5c3-cc71-4a66-b76c-ed6324474f3b-root {
    text-align: center;
  }


#s-ffa5d5c3-cc71-4a66-b76c-ed6324474f3b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ffa5d5c3-cc71-4a66-b76c-ed6324474f3b-root {
    text-align: center;
  }


#s-ffa5d5c3-cc71-4a66-b76c-ed6324474f3b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ffa5d5c3-cc71-4a66-b76c-ed6324474f3b-root {
    text-align: center;
  }


#s-ffa5d5c3-cc71-4a66-b76c-ed6324474f3b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-2b0bbc1e-728c-46cc-958c-c5625a92e5b0 {
  min-height: 50px;
}








#s-2b0bbc1e-728c-46cc-958c-c5625a92e5b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b0bbc1e-728c-46cc-958c-c5625a92e5b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16bba7cf-33a7-4711-be91-dd6f4c78b5be {
  margin-top: 0px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-16bba7cf-33a7-4711-be91-dd6f4c78b5be img.shogun-image,
  #s-16bba7cf-33a7-4711-be91-dd6f4c78b5be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16bba7cf-33a7-4711-be91-dd6f4c78b5be {
    width: 100%;
    height: auto;
  }



  #s-16bba7cf-33a7-4711-be91-dd6f4c78b5be img.shogun-image {
    

    
    
    
  }


#s-16bba7cf-33a7-4711-be91-dd6f4c78b5be .shogun-image-content {
  
    align-items: center;
  
}

#s-91377dce-a903-4001-a273-7664c800dae3 {
  margin-left: 0%;
padding-bottom: 80px;
min-height: 50px;
}








#s-91377dce-a903-4001-a273-7664c800dae3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91377dce-a903-4001-a273-7664c800dae3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f4b786f5-d684-42ba-83ba-915b4e25b3f4 {
  margin-bottom: 20px;
min-height: 50px;
}








#s-f4b786f5-d684-42ba-83ba-915b4e25b3f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4b786f5-d684-42ba-83ba-915b4e25b3f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c338c6f-a909-47e7-903d-cfb855bbf29e {
  margin-left: auto;
margin-right: auto;
max-width: 920px;
text-align: center;
}

#s-2c338c6f-a909-47e7-903d-cfb855bbf29e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-641e72f1-b3c5-48e3-a7b6-cf5bf4d1bb30 {
  margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
max-width: 868px;
}

#s-bb20c98f-80d5-4b8d-b45a-a52eb21a7f49 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 400px;
}

#s-fbc243c7-542d-4f00-ba1b-70abb1540a3c {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-fbc243c7-542d-4f00-ba1b-70abb1540a3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbc243c7-542d-4f00-ba1b-70abb1540a3c.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-59229838-ebe7-4f49-a6a2-ed39fa6b198a {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}

#s-59229838-ebe7-4f49-a6a2-ed39fa6b198a .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-59229838-ebe7-4f49-a6a2-ed39fa6b198a .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-59229838-ebe7-4f49-a6a2-ed39fa6b198a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6b4bc4a2-c915-4dd4-9fcb-f45deb1b23fb {
  min-height: 50px;
}








#s-6b4bc4a2-c915-4dd4-9fcb-f45deb1b23fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b4bc4a2-c915-4dd4-9fcb-f45deb1b23fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-deb29403-8fd0-4e61-bd53-7be547600f1a {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-deb29403-8fd0-4e61-bd53-7be547600f1a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-deb29403-8fd0-4e61-bd53-7be547600f1a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-deb29403-8fd0-4e61-bd53-7be547600f1a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-deb29403-8fd0-4e61-bd53-7be547600f1a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-deb29403-8fd0-4e61-bd53-7be547600f1a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-deb29403-8fd0-4e61-bd53-7be547600f1a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-deb29403-8fd0-4e61-bd53-7be547600f1a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

#s-8fad076f-8d57-4803-b78e-3af682c9f8cf {
  text-align: left;
}

#s-8fad076f-8d57-4803-b78e-3af682c9f8cf .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-8fad076f-8d57-4803-b78e-3af682c9f8cf .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-8fad076f-8d57-4803-b78e-3af682c9f8cf .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-8fad076f-8d57-4803-b78e-3af682c9f8cf .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-8fad076f-8d57-4803-b78e-3af682c9f8cf .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-8fad076f-8d57-4803-b78e-3af682c9f8cf .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-8fad076f-8d57-4803-b78e-3af682c9f8cf .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-8fad076f-8d57-4803-b78e-3af682c9f8cf .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-8fad076f-8d57-4803-b78e-3af682c9f8cf .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8fad076f-8d57-4803-b78e-3af682c9f8cf .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8fad076f-8d57-4803-b78e-3af682c9f8cf .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-8fad076f-8d57-4803-b78e-3af682c9f8cf-btn-wrapper {
    text-align: center;
  }


#s-8fad076f-8d57-4803-b78e-3af682c9f8cf .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-8fad076f-8d57-4803-b78e-3af682c9f8cf .shg-variant-btn:hover {
  background: #252525;
}

#s-8fad076f-8d57-4803-b78e-3af682c9f8cf .shg-variant-btn:active, #s-8fad076f-8d57-4803-b78e-3af682c9f8cf .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-8fad076f-8d57-4803-b78e-3af682c9f8cf .shg-variant-btn.disabled {
  background: #252525;
}

#s-b4d7a093-3610-4b74-8e60-314f8c5445ac {
  text-align: left;
}

#s-b4d7a093-3610-4b74-8e60-314f8c5445ac .shg-product-quantity-wrapper {
  display: flex;
}

#s-b4d7a093-3610-4b74-8e60-314f8c5445ac .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-b4d7a093-3610-4b74-8e60-314f8c5445ac .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-b4d7a093-3610-4b74-8e60-314f8c5445ac .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-b4d7a093-3610-4b74-8e60-314f8c5445ac .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-6c548b1f-8480-49d8-bd71-2c61bb7a95fa {
  box-shadow:0px 10px 60px 10px rgba(0, 0, 0, 0.3);
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(195, 168, 116, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
opacity: 1;
}
#s-6c548b1f-8480-49d8-bd71-2c61bb7a95fa:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6c548b1f-8480-49d8-bd71-2c61bb7a95fa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6c548b1f-8480-49d8-bd71-2c61bb7a95fa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6c548b1f-8480-49d8-bd71-2c61bb7a95fa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c548b1f-8480-49d8-bd71-2c61bb7a95fa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6c548b1f-8480-49d8-bd71-2c61bb7a95fa.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}


  #s-6c548b1f-8480-49d8-bd71-2c61bb7a95fa.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


#s-12cfdb1f-22ba-4411-88e5-59a99ab5b616 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(219, 219, 219, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-12cfdb1f-22ba-4411-88e5-59a99ab5b616:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-12cfdb1f-22ba-4411-88e5-59a99ab5b616:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-12cfdb1f-22ba-4411-88e5-59a99ab5b616-root {
    text-align: center;
  }


#s-12cfdb1f-22ba-4411-88e5-59a99ab5b616.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-12cfdb1f-22ba-4411-88e5-59a99ab5b616-root {
    text-align: center;
  }


#s-12cfdb1f-22ba-4411-88e5-59a99ab5b616.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-12cfdb1f-22ba-4411-88e5-59a99ab5b616-root {
    text-align: center;
  }


#s-12cfdb1f-22ba-4411-88e5-59a99ab5b616.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-12cfdb1f-22ba-4411-88e5-59a99ab5b616-root {
    text-align: center;
  }


#s-12cfdb1f-22ba-4411-88e5-59a99ab5b616.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-12cfdb1f-22ba-4411-88e5-59a99ab5b616-root {
    text-align: center;
  }


#s-12cfdb1f-22ba-4411-88e5-59a99ab5b616.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-b13fdd3d-3b5c-4f4e-9dd8-8bb398546453 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 80px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0%;
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b13fdd3d-3b5c-4f4e-9dd8-8bb398546453 {
  min-height: 520px;
}
}







#s-b13fdd3d-3b5c-4f4e-9dd8-8bb398546453 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b13fdd3d-3b5c-4f4e-9dd8-8bb398546453.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ff3d24b-9226-4cc9-bf57-937de4082b04 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 100%;
aspect-ratio: 1600/1163;
text-align: center;
}





  #s-5ff3d24b-9226-4cc9-bf57-937de4082b04 img.shogun-image,
  #s-5ff3d24b-9226-4cc9-bf57-937de4082b04 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ff3d24b-9226-4cc9-bf57-937de4082b04 {
    width: 100%;
    height: auto;
  }



  #s-5ff3d24b-9226-4cc9-bf57-937de4082b04 img.shogun-image {
    

    
    
    
  }


#s-5ff3d24b-9226-4cc9-bf57-937de4082b04 .shogun-image-content {
  
    align-items: center;
  
}

#s-51789707-7676-48f4-9344-420bccc421c1 {
  min-height: 50px;
}








#s-51789707-7676-48f4-9344-420bccc421c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51789707-7676-48f4-9344-420bccc421c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e58174b-b7a6-4216-897e-97a28bd87fe8 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 40px;
text-align: center;
}

#s-7e58174b-b7a6-4216-897e-97a28bd87fe8 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-b3557cfa-f3b0-4e9d-a2c4-4e852f6c3e37 {
  margin-left: 5%;
margin-right: 5%;
max-width: 920px;
}

#s-3af5312e-6201-4c9a-a235-c9477c1f7c46 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 400px;
text-align: center;
}

#s-70b023da-412e-42b5-a0e1-83ea8af6fdd9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-70b023da-412e-42b5-a0e1-83ea8af6fdd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70b023da-412e-42b5-a0e1-83ea8af6fdd9.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-a23596e8-4944-4917-9b13-a98040faeefb {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}

#s-a23596e8-4944-4917-9b13-a98040faeefb .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a23596e8-4944-4917-9b13-a98040faeefb .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-a23596e8-4944-4917-9b13-a98040faeefb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b55bcf21-a8ec-4619-9971-33ee6e31cc3c {
  margin-left: auto;
min-height: 50px;
}








#s-b55bcf21-a8ec-4619-9971-33ee6e31cc3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b55bcf21-a8ec-4619-9971-33ee6e31cc3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be66699a-9a8e-430b-ba43-67d5f14b9a40 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-be66699a-9a8e-430b-ba43-67d5f14b9a40"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-be66699a-9a8e-430b-ba43-67d5f14b9a40"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-be66699a-9a8e-430b-ba43-67d5f14b9a40"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-be66699a-9a8e-430b-ba43-67d5f14b9a40"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-be66699a-9a8e-430b-ba43-67d5f14b9a40"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-be66699a-9a8e-430b-ba43-67d5f14b9a40"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-be66699a-9a8e-430b-ba43-67d5f14b9a40"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

#s-ec867dd3-1686-4946-b618-7c77fd67abb5 {
  text-align: left;
}

#s-ec867dd3-1686-4946-b618-7c77fd67abb5 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ec867dd3-1686-4946-b618-7c77fd67abb5 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ec867dd3-1686-4946-b618-7c77fd67abb5 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ec867dd3-1686-4946-b618-7c77fd67abb5 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-ec867dd3-1686-4946-b618-7c77fd67abb5 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-ec867dd3-1686-4946-b618-7c77fd67abb5 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-ec867dd3-1686-4946-b618-7c77fd67abb5 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-ec867dd3-1686-4946-b618-7c77fd67abb5 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-ec867dd3-1686-4946-b618-7c77fd67abb5 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ec867dd3-1686-4946-b618-7c77fd67abb5 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ec867dd3-1686-4946-b618-7c77fd67abb5 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-ec867dd3-1686-4946-b618-7c77fd67abb5-btn-wrapper {
    text-align: center;
  }


#s-ec867dd3-1686-4946-b618-7c77fd67abb5 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-ec867dd3-1686-4946-b618-7c77fd67abb5 .shg-variant-btn:hover {
  background: #252525;
}

#s-ec867dd3-1686-4946-b618-7c77fd67abb5 .shg-variant-btn:active, #s-ec867dd3-1686-4946-b618-7c77fd67abb5 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-ec867dd3-1686-4946-b618-7c77fd67abb5 .shg-variant-btn.disabled {
  background: #252525;
}

#s-d5c0e368-d9c7-45a7-8c8e-dd65004a31c5 {
  text-align: left;
}

#s-d5c0e368-d9c7-45a7-8c8e-dd65004a31c5 .shg-product-quantity-wrapper {
  display: flex;
}

#s-d5c0e368-d9c7-45a7-8c8e-dd65004a31c5 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-d5c0e368-d9c7-45a7-8c8e-dd65004a31c5 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-d5c0e368-d9c7-45a7-8c8e-dd65004a31c5 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-d5c0e368-d9c7-45a7-8c8e-dd65004a31c5 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-b14644da-15b9-4bc7-9702-fd56a8bb9ebc {
  box-shadow:0px 10px 60px 10px rgba(0, 0, 0, 0.3);
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(195, 168, 116, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
opacity: 1;
}
#s-b14644da-15b9-4bc7-9702-fd56a8bb9ebc:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b14644da-15b9-4bc7-9702-fd56a8bb9ebc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b14644da-15b9-4bc7-9702-fd56a8bb9ebc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b14644da-15b9-4bc7-9702-fd56a8bb9ebc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b14644da-15b9-4bc7-9702-fd56a8bb9ebc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b14644da-15b9-4bc7-9702-fd56a8bb9ebc.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(0, 0, 0, 1);
}


  #s-b14644da-15b9-4bc7-9702-fd56a8bb9ebc.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(0, 0, 0, 1);
  }


#s-d6312e79-89ea-4154-a52e-d3c24b0f2cf9 {
  margin-top: 20px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(219, 219, 219, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d6312e79-89ea-4154-a52e-d3c24b0f2cf9:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d6312e79-89ea-4154-a52e-d3c24b0f2cf9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d6312e79-89ea-4154-a52e-d3c24b0f2cf9-root {
    text-align: center;
  }


#s-d6312e79-89ea-4154-a52e-d3c24b0f2cf9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d6312e79-89ea-4154-a52e-d3c24b0f2cf9-root {
    text-align: center;
  }


#s-d6312e79-89ea-4154-a52e-d3c24b0f2cf9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6312e79-89ea-4154-a52e-d3c24b0f2cf9-root {
    text-align: center;
  }


#s-d6312e79-89ea-4154-a52e-d3c24b0f2cf9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6312e79-89ea-4154-a52e-d3c24b0f2cf9-root {
    text-align: center;
  }


#s-d6312e79-89ea-4154-a52e-d3c24b0f2cf9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d6312e79-89ea-4154-a52e-d3c24b0f2cf9-root {
    text-align: center;
  }


#s-d6312e79-89ea-4154-a52e-d3c24b0f2cf9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-26c62575-8886-4b2a-bb01-7f5e2cd41984 {
  min-height: 50px;
}








#s-26c62575-8886-4b2a-bb01-7f5e2cd41984 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26c62575-8886-4b2a-bb01-7f5e2cd41984.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c7a97c8-f349-4a71-bb6a-fe5622f6b870 {
  padding-left: 0%;
padding-right: 0%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6c7a97c8-f349-4a71-bb6a-fe5622f6b870 {
  background-image: url(https://i.shgcdn.com/8278690b-7639-4629-b8f7-81519eab9e87/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 20% 5px;
background-position: left bottom;
}
}@media (max-width: 767px){#s-6c7a97c8-f349-4a71-bb6a-fe5622f6b870 {
  background-image: url(https://i.shgcdn.com/8278690b-7639-4629-b8f7-81519eab9e87/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 20% 5px;
background-position: left bottom;
}
}
#s-12be267a-fce2-4d21-a3e4-bcf9d71fb362 {
  margin-top: 80px;
aspect-ratio: 1080/1375;
text-align: center;
}





  #s-12be267a-fce2-4d21-a3e4-bcf9d71fb362 img.shogun-image,
  #s-12be267a-fce2-4d21-a3e4-bcf9d71fb362 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-12be267a-fce2-4d21-a3e4-bcf9d71fb362 {
    width: 100%;
    height: auto;
  }



  #s-12be267a-fce2-4d21-a3e4-bcf9d71fb362 img.shogun-image {
    

    
    
    
  }


#s-12be267a-fce2-4d21-a3e4-bcf9d71fb362 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ac8a6250-a233-4512-bdb0-b410877756eb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
}

#s-c32fef06-56b1-44db-8ea1-6f29768ce8ec {
  margin-left: 5%;
margin-right: 5%;
padding-bottom: 80px;
min-height: 50px;
}








#s-c32fef06-56b1-44db-8ea1-6f29768ce8ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c32fef06-56b1-44db-8ea1-6f29768ce8ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da1e66f0-6d6e-4394-a447-60a6c5babfb1 {
  margin-top: 40px;
min-height: 50px;
}








#s-da1e66f0-6d6e-4394-a447-60a6c5babfb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da1e66f0-6d6e-4394-a447-60a6c5babfb1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc8bac72-722d-427b-9727-7898b74b3217 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-dc8bac72-722d-427b-9727-7898b74b3217 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-15e84ce7-7c43-4812-8f13-887c7a90c023 {
  min-height: 50px;
}








#s-15e84ce7-7c43-4812-8f13-887c7a90c023 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15e84ce7-7c43-4812-8f13-887c7a90c023.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0376bf1-f99a-4468-820c-a56d8648b7f5 {
  margin-left: auto;
margin-right: auto;
max-width: 920px;
}

#s-65f0953e-1d58-479e-af91-58c04e52e277 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0%;
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-65f0953e-1d58-479e-af91-58c04e52e277 {
  min-height: 520px;
}
}







#s-65f0953e-1d58-479e-af91-58c04e52e277 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65f0953e-1d58-479e-af91-58c04e52e277.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8dbf50f-39a6-46fd-81fd-5e743ff162b3 {
  margin-bottom: -30px;
}

#s-620be2a5-7829-4d81-829c-6e0fbf6951dd {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: left;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-620be2a5-7829-4d81-829c-6e0fbf6951dd {
  display: none;
}
#s-620be2a5-7829-4d81-829c-6e0fbf6951dd, #wrap-s-620be2a5-7829-4d81-829c-6e0fbf6951dd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-620be2a5-7829-4d81-829c-6e0fbf6951dd {
  display: none;
}
#s-620be2a5-7829-4d81-829c-6e0fbf6951dd, #wrap-s-620be2a5-7829-4d81-829c-6e0fbf6951dd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-620be2a5-7829-4d81-829c-6e0fbf6951dd {
  display: none;
}
#s-620be2a5-7829-4d81-829c-6e0fbf6951dd, #wrap-s-620be2a5-7829-4d81-829c-6e0fbf6951dd { display: none !important; }}@media (max-width: 767px){#s-620be2a5-7829-4d81-829c-6e0fbf6951dd {
  padding-left: 0%;
padding-right: 0%;
}
}
@media (max-width: 767px){#s-5ba68dc8-c860-45f2-b932-0f1cb83f7742 {
  display: none;
}
#s-5ba68dc8-c860-45f2-b932-0f1cb83f7742, #wrap-s-5ba68dc8-c860-45f2-b932-0f1cb83f7742 { display: none !important; }}
#s-089bb16a-0160-41f2-ac67-3fdd94f4b66d {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-089bb16a-0160-41f2-ac67-3fdd94f4b66d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-089bb16a-0160-41f2-ac67-3fdd94f4b66d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51859719-8755-4f64-9e8f-4bcc6448908b {
  margin-top: 0px;
min-height: 50px;
}








#s-51859719-8755-4f64-9e8f-4bcc6448908b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51859719-8755-4f64-9e8f-4bcc6448908b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20567f2f-fa62-4b57-8e86-5e22cc1145ed {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
text-align: center;
}

#s-20567f2f-fa62-4b57-8e86-5e22cc1145ed .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-11ef6f0a-3d96-4a7a-a4ea-93056ff45522 {
  margin-bottom: 40px;
min-height: 50px;
}








#s-11ef6f0a-3d96-4a7a-a4ea-93056ff45522 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11ef6f0a-3d96-4a7a-a4ea-93056ff45522.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7375080-1186-4e2f-8ec2-816f0d78fa7a {
  margin-left: auto;
margin-right: auto;
max-width: 920px;
}

#s-fcae70f6-9a07-450c-afed-24dbf90c382b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 240px;
}








#s-fcae70f6-9a07-450c-afed-24dbf90c382b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcae70f6-9a07-450c-afed-24dbf90c382b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c4ce9ca-ed7a-4405-aedc-081eb096a9ef {
  box-shadow:0px 10px 60px 10px rgba(0, 0, 0, 0.3);
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(195, 168, 116, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-1c4ce9ca-ed7a-4405-aedc-081eb096a9ef:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1c4ce9ca-ed7a-4405-aedc-081eb096a9ef:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1c4ce9ca-ed7a-4405-aedc-081eb096a9ef-root {
    text-align: center;
  }


#s-1c4ce9ca-ed7a-4405-aedc-081eb096a9ef.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1c4ce9ca-ed7a-4405-aedc-081eb096a9ef-root {
    text-align: center;
  }


#s-1c4ce9ca-ed7a-4405-aedc-081eb096a9ef.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1c4ce9ca-ed7a-4405-aedc-081eb096a9ef-root {
    text-align: center;
  }


#s-1c4ce9ca-ed7a-4405-aedc-081eb096a9ef.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1c4ce9ca-ed7a-4405-aedc-081eb096a9ef-root {
    text-align: center;
  }


#s-1c4ce9ca-ed7a-4405-aedc-081eb096a9ef.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1c4ce9ca-ed7a-4405-aedc-081eb096a9ef-root {
    text-align: center;
  }


#s-1c4ce9ca-ed7a-4405-aedc-081eb096a9ef.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-457eda5e-07ec-4751-bd3c-d53b70275372 {
  margin-top: 80px;
margin-bottom: 80px;
text-align: center;
}







  #s-457eda5e-07ec-4751-bd3c-d53b70275372 img.shogun-image {
    

    
    
    
  }


#s-457eda5e-07ec-4751-bd3c-d53b70275372 .shogun-image-content {
  
    align-items: center;
  
}

#s-795ca708-82f4-4a7b-a6e3-9b06aff3b9e0 {
  margin-left: auto;
margin-right: auto;
max-width: 920px;
}

#s-2f83fce3-4fe6-4ac5-88f6-4a49e4dff4bb {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0px;
min-height: 400px;
background-position: center center;
}








#s-2f83fce3-4fe6-4ac5-88f6-4a49e4dff4bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f83fce3-4fe6-4ac5-88f6-4a49e4dff4bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f19f792-7e58-408e-a10a-db2ac8213982 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-8f19f792-7e58-408e-a10a-db2ac8213982 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f19f792-7e58-408e-a10a-db2ac8213982.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6bfee963-5184-45a3-8763-24ff80748473 {
  margin-top: 40px;
min-height: 50px;
}








#s-6bfee963-5184-45a3-8763-24ff80748473 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bfee963-5184-45a3-8763-24ff80748473.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f867aa06-6b0c-4791-bf3b-ad99f6890818 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 920px;
text-align: center;
}

#s-f867aa06-6b0c-4791-bf3b-ad99f6890818 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-049f6308-0835-413e-b53f-4fe611a94591 {
  min-height: 50px;
}








#s-049f6308-0835-413e-b53f-4fe611a94591 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-049f6308-0835-413e-b53f-4fe611a94591.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c025e0a-e273-4b27-81de-b8a90c5a50e9 {
  margin-left: auto;
margin-right: auto;
max-width: 920px;
}

#s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f {
  margin-top: 40px;
max-width: 1600px;
aspect-ratio: 1600/1796;
text-align: center;
}





  #s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f img.shogun-image,
  #s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f {
    width: 100%;
    height: auto;
  }

  #s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shogun-image {
    
    
  }


.s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f .shogun-image-content {
  
    align-items: center;
  
}

.s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f {
      --shg-aspect-ratio: calc(1600/1796); 
    }

    .s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shogun-image-container {
      position: relative;
    }

    .s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f img.shogun-image,
  #s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f {
    width: 100%;
    height: auto;
  }

  #s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shogun-image {
    
    
  }


.s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f .shogun-image-content {
  
    align-items: center;
  
}

.s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f {
      --shg-aspect-ratio: calc(1600/1796); 
    }

    .s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shogun-image-container {
      position: relative;
    }

    .s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f img.shogun-image,
  #s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f {
    width: 100%;
    height: auto;
  }

  #s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shogun-image {
    
    
  }


.s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f .shogun-image-content {
  
    align-items: center;
  
}

.s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f {
      --shg-aspect-ratio: calc(1600/1796); 
    }

    .s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shogun-image-container {
      position: relative;
    }

    .s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f img.shogun-image,
  #s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f {
    width: 100%;
    height: auto;
  }

  #s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shogun-image {
    
    
  }


.s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f .shogun-image-content {
  
    align-items: center;
  
}

.s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f {
      --shg-aspect-ratio: calc(1600/1796); 
    }

    .s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shogun-image-container {
      position: relative;
    }

    .s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f img.shogun-image,
  #s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f {
    width: 100%;
    height: auto;
  }

  #s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shogun-image {
    
    
  }


.s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f .shogun-image-content {
  
    align-items: center;
  
}

.s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f {
      --shg-aspect-ratio: calc(1600/1796); 
    }

    .s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shogun-image-container {
      position: relative;
    }

    .s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6feb6e4e-6df2-49e6-a3cc-d819c6721a0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-202275dd-5be5-42e8-959f-376ae5e78650 {
  margin-top: 80px;
margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-202275dd-5be5-42e8-959f-376ae5e78650 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-202275dd-5be5-42e8-959f-376ae5e78650.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc2f19e1-f16e-4033-a975-e930011fdf88 {
  margin-top: 0px;
min-height: 50px;
}








#s-fc2f19e1-f16e-4033-a975-e930011fdf88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc2f19e1-f16e-4033-a975-e930011fdf88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc60ca87-16d0-4e9d-bfdf-8e0a362cca93 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 920px;
text-align: center;
}

#s-cc60ca87-16d0-4e9d-bfdf-8e0a362cca93 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-d5f773e7-83be-4b2f-8509-05c5711c0cd0 {
  margin-top: 0px;
margin-bottom: 40px;
min-height: 50px;
}








#s-d5f773e7-83be-4b2f-8509-05c5711c0cd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5f773e7-83be-4b2f-8509-05c5711c0cd0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d72c2774-98d8-4022-a450-cecee2aaec4b {
  margin-left: auto;
margin-right: auto;
max-width: 920px;
}

#s-b2984d1b-c746-4b76-8f5b-555b545a29e0 {
  min-height: 50px;
}








#s-b2984d1b-c746-4b76-8f5b-555b545a29e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2984d1b-c746-4b76-8f5b-555b545a29e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70814b1d-55e4-462e-8c5c-d27fe667ae27 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-70814b1d-55e4-462e-8c5c-d27fe667ae27 {
  background-image: url(https://i.shgcdn.com/8278690b-7639-4629-b8f7-81519eab9e87/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 20% 5px;
background-position: left bottom;
}
}@media (max-width: 767px){#s-70814b1d-55e4-462e-8c5c-d27fe667ae27 {
  background-image: url(https://i.shgcdn.com/8278690b-7639-4629-b8f7-81519eab9e87/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 20% 5px;
background-position: left bottom;
}
}
#s-38a369eb-6d5c-401b-ae12-f88f35e38d62 {
  padding-bottom: 80px;
min-height: 50px;
}








#s-38a369eb-6d5c-401b-ae12-f88f35e38d62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38a369eb-6d5c-401b-ae12-f88f35e38d62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-459b9d9e-684a-498c-924a-779935f7f7d6 {
  aspect-ratio: 1/1;
text-align: left;
}





  #s-459b9d9e-684a-498c-924a-779935f7f7d6 img.shogun-image,
  #s-459b9d9e-684a-498c-924a-779935f7f7d6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-459b9d9e-684a-498c-924a-779935f7f7d6 {
    width: 100%;
    height: auto;
  }



  #s-459b9d9e-684a-498c-924a-779935f7f7d6 img.shogun-image {
    

    
    
    
  }


#s-459b9d9e-684a-498c-924a-779935f7f7d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-7fdb20ba-e079-42f1-94b6-5c3480d34ecb {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-7fdb20ba-e079-42f1-94b6-5c3480d34ecb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7fdb20ba-e079-42f1-94b6-5c3480d34ecb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07db7bea-3f44-446d-b078-02a71b38fccc {
  margin-top: 0px;
margin-bottom: 20px;
min-height: 50px;
}








#s-07db7bea-3f44-446d-b078-02a71b38fccc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07db7bea-3f44-446d-b078-02a71b38fccc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7673c72c-6ff3-4c13-97b1-242323ea182d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 920px;
text-align: center;
}

#s-7673c72c-6ff3-4c13-97b1-242323ea182d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-0a160d60-e393-4de0-90fa-a102c6d3a82d {
  margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
max-width: 868px;
}

#s-383d48a9-b729-4064-9c91-6c59b4255424 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 300px;
}








#s-383d48a9-b729-4064-9c91-6c59b4255424 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-383d48a9-b729-4064-9c91-6c59b4255424.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c81992f2-03c4-4c84-bbb7-4e8806d87013 {
  box-shadow:0px 10px 60px 10px rgba(0, 0, 0, 0.3);
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(195, 168, 116, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-c81992f2-03c4-4c84-bbb7-4e8806d87013:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c81992f2-03c4-4c84-bbb7-4e8806d87013:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c81992f2-03c4-4c84-bbb7-4e8806d87013-root {
    text-align: center;
  }


#s-c81992f2-03c4-4c84-bbb7-4e8806d87013.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c81992f2-03c4-4c84-bbb7-4e8806d87013-root {
    text-align: center;
  }


#s-c81992f2-03c4-4c84-bbb7-4e8806d87013.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c81992f2-03c4-4c84-bbb7-4e8806d87013-root {
    text-align: center;
  }


#s-c81992f2-03c4-4c84-bbb7-4e8806d87013.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c81992f2-03c4-4c84-bbb7-4e8806d87013-root {
    text-align: center;
  }


#s-c81992f2-03c4-4c84-bbb7-4e8806d87013.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c81992f2-03c4-4c84-bbb7-4e8806d87013-root {
    text-align: center;
  }


#s-c81992f2-03c4-4c84-bbb7-4e8806d87013.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-edc1535c-6f3f-4782-ba86-390645530131 {
  min-height: 50px;
}








#s-edc1535c-6f3f-4782-ba86-390645530131 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edc1535c-6f3f-4782-ba86-390645530131.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c082f6e0-e2f7-4293-adcd-964f40092144 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c082f6e0-e2f7-4293-adcd-964f40092144 {
  background-image: url(https://i.shgcdn.com/8278690b-7639-4629-b8f7-81519eab9e87/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 20% 5px;
background-position: left bottom;
}
}@media (max-width: 767px){#s-c082f6e0-e2f7-4293-adcd-964f40092144 {
  background-image: url(https://i.shgcdn.com/8278690b-7639-4629-b8f7-81519eab9e87/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 20% 5px;
background-position: left bottom;
}
}
#s-49a2e316-caaa-4dda-90a6-2a387d8c1a2d {
  margin-top: 80px;
max-width: 1600px;
aspect-ratio: 1600/1163;
text-align: center;
}





  #s-49a2e316-caaa-4dda-90a6-2a387d8c1a2d img.shogun-image,
  #s-49a2e316-caaa-4dda-90a6-2a387d8c1a2d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-49a2e316-caaa-4dda-90a6-2a387d8c1a2d {
    width: 100%;
    height: auto;
  }



  #s-49a2e316-caaa-4dda-90a6-2a387d8c1a2d img.shogun-image {
    

    
    
    
  }


#s-49a2e316-caaa-4dda-90a6-2a387d8c1a2d .shogun-image-content {
  
    align-items: center;
  
}

#s-e075c975-0c2b-445c-a7a2-9b9cbca6ab72 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 5%;
padding-bottom: 80px;
padding-right: 5%;
min-height: 50px;
max-width: 1600px;
}








#s-e075c975-0c2b-445c-a7a2-9b9cbca6ab72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e075c975-0c2b-445c-a7a2-9b9cbca6ab72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1edb8505-0b40-4817-a5db-eb6a4966382a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1edb8505-0b40-4817-a5db-eb6a4966382a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-1edb8505-0b40-4817-a5db-eb6a4966382a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}@media (max-width: 767px){#s-1edb8505-0b40-4817-a5db-eb6a4966382a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-0e9c52c0-0696-4aa1-9046-6167465c4232 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-0e9c52c0-0696-4aa1-9046-6167465c4232"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e9c52c0-0696-4aa1-9046-6167465c4232"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0e9c52c0-0696-4aa1-9046-6167465c4232"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e9c52c0-0696-4aa1-9046-6167465c4232"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2160636e-1414-46c1-a84b-1d63dd1df416 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-2160636e-1414-46c1-a84b-1d63dd1df416 {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
}
}




  #s-2160636e-1414-46c1-a84b-1d63dd1df416 img.shogun-image,
  #s-2160636e-1414-46c1-a84b-1d63dd1df416 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2160636e-1414-46c1-a84b-1d63dd1df416 {
    width: 100%;
    height: auto;
  }



  #s-2160636e-1414-46c1-a84b-1d63dd1df416 img.shogun-image {
    

    
    
    
  }


#s-2160636e-1414-46c1-a84b-1d63dd1df416 .shogun-image-content {
  
    align-items: center;
  
}

#s-c85d9733-e5a7-43bf-a92a-44be87e563e6 {
  text-align: center;
}
@media (max-width: 767px){#s-c85d9733-e5a7-43bf-a92a-44be87e563e6 {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
}
}






  #s-c85d9733-e5a7-43bf-a92a-44be87e563e6 img.shogun-image {
    

    
    
    
  }


#s-c85d9733-e5a7-43bf-a92a-44be87e563e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b3caf26-aa26-4c47-96f7-ded38151510d {
  text-align: center;
}
@media (max-width: 767px){#s-2b3caf26-aa26-4c47-96f7-ded38151510d {
  margin-bottom: 40px;
}
}






  #s-2b3caf26-aa26-4c47-96f7-ded38151510d img.shogun-image {
    

    
    
    
  }


#s-2b3caf26-aa26-4c47-96f7-ded38151510d .shogun-image-content {
  
    align-items: center;
  
}

#s-a8a93b00-dc9c-4472-9bc1-fbd17441dfac {
  text-align: center;
}







  #s-a8a93b00-dc9c-4472-9bc1-fbd17441dfac img.shogun-image {
    

    
    
    
  }


#s-a8a93b00-dc9c-4472-9bc1-fbd17441dfac .shogun-image-content {
  
    align-items: center;
  
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $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;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#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;
  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-lazyload-bg-image {
  display: none;
}

.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 {
  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;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#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:#000;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;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-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.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}
