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

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-b948e1e8-54a0-422a-bf26-0ee9e1c77e2c hr {
  border-top: 2px solid rgba(253, 253, 253, 1);
}

.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-ccba3822-4dbe-4ed4-85a7-e413abed348e {
  margin-top: 25px;
margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ccba3822-4dbe-4ed4-85a7-e413abed348e {
  display: none;
}
#s-ccba3822-4dbe-4ed4-85a7-e413abed348e, #wrap-s-ccba3822-4dbe-4ed4-85a7-e413abed348e { display:none !important; }}@media (max-width: 767px){#s-ccba3822-4dbe-4ed4-85a7-e413abed348e {
  display: none;
}
#s-ccba3822-4dbe-4ed4-85a7-e413abed348e, #wrap-s-ccba3822-4dbe-4ed4-85a7-e413abed348e { display:none !important; }}
@media (min-width: 0px) {
[id="s-ccba3822-4dbe-4ed4-85a7-e413abed348e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ccba3822-4dbe-4ed4-85a7-e413abed348e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ccba3822-4dbe-4ed4-85a7-e413abed348e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ccba3822-4dbe-4ed4-85a7-e413abed348e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ccba3822-4dbe-4ed4-85a7-e413abed348e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ccba3822-4dbe-4ed4-85a7-e413abed348e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ccba3822-4dbe-4ed4-85a7-e413abed348e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-1ada400e-340b-4ca8-8128-fad15516050e {
  display: none;
}
#s-1ada400e-340b-4ca8-8128-fad15516050e, #wrap-s-1ada400e-340b-4ca8-8128-fad15516050e { display:none !important; }}@media (max-width: 767px){#s-1ada400e-340b-4ca8-8128-fad15516050e {
  display: none;
}
#s-1ada400e-340b-4ca8-8128-fad15516050e, #wrap-s-1ada400e-340b-4ca8-8128-fad15516050e { display:none !important; }}
.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-5cef2971-696e-4c4b-86f0-35aa4dc78b53 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-5cef2971-696e-4c4b-86f0-35aa4dc78b53 {
  display: none;
}
#s-5cef2971-696e-4c4b-86f0-35aa4dc78b53, #wrap-s-5cef2971-696e-4c4b-86f0-35aa4dc78b53 { display:none !important; }}@media (max-width: 767px){#s-5cef2971-696e-4c4b-86f0-35aa4dc78b53 {
  display: none;
}
#s-5cef2971-696e-4c4b-86f0-35aa4dc78b53, #wrap-s-5cef2971-696e-4c4b-86f0-35aa4dc78b53 { display:none !important; }}


.shg-c#s-5cef2971-696e-4c4b-86f0-35aa4dc78b53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cef2971-696e-4c4b-86f0-35aa4dc78b53 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5cef2971-696e-4c4b-86f0-35aa4dc78b53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cef2971-696e-4c4b-86f0-35aa4dc78b53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5cef2971-696e-4c4b-86f0-35aa4dc78b53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cef2971-696e-4c4b-86f0-35aa4dc78b53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5cef2971-696e-4c4b-86f0-35aa4dc78b53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cef2971-696e-4c4b-86f0-35aa4dc78b53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5cef2971-696e-4c4b-86f0-35aa4dc78b53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cef2971-696e-4c4b-86f0-35aa4dc78b53 img.shogun-image {
  width: 100%;
}



}
.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-6197ae5f-64df-47ec-b858-7989ec0793f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6197ae5f-64df-47ec-b858-7989ec0793f1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-505d23c7-6eec-4b9c-9dd5-373de9fa315a {
  display: none;
}
#s-505d23c7-6eec-4b9c-9dd5-373de9fa315a, #wrap-s-505d23c7-6eec-4b9c-9dd5-373de9fa315a { display:none !important; }}@media (max-width: 767px){#s-505d23c7-6eec-4b9c-9dd5-373de9fa315a {
  display: none;
}
#s-505d23c7-6eec-4b9c-9dd5-373de9fa315a, #wrap-s-505d23c7-6eec-4b9c-9dd5-373de9fa315a { display:none !important; }}
@media (min-width: 0px) {
[id="s-505d23c7-6eec-4b9c-9dd5-373de9fa315a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-505d23c7-6eec-4b9c-9dd5-373de9fa315a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-505d23c7-6eec-4b9c-9dd5-373de9fa315a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-505d23c7-6eec-4b9c-9dd5-373de9fa315a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-169288dc-2372-42dc-86f1-3820553dfd8f {
  
}
}@media (max-width: 767px){#s-169288dc-2372-42dc-86f1-3820553dfd8f {
  
}
}
.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-fe51be83-5699-4656-81be-5c2b7278aefc {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 8px;
padding-left: 12px;
padding-bottom: 8px;
padding-right: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(230, 202, 227, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(230, 202, 227, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-fe51be83-5699-4656-81be-5c2b7278aefc:hover {background-color: rgba(230, 202, 227, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fe51be83-5699-4656-81be-5c2b7278aefc:active {background-color: rgba(230, 202, 227, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fe51be83-5699-4656-81be-5c2b7278aefc-atc-btn-wrapper {
    text-align: center;
  }


#s-fe51be83-5699-4656-81be-5c2b7278aefc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe51be83-5699-4656-81be-5c2b7278aefc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe51be83-5699-4656-81be-5c2b7278aefc.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-fe51be83-5699-4656-81be-5c2b7278aefc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fe51be83-5699-4656-81be-5c2b7278aefc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-d508befc-1e05-4ce0-8e1a-93027ec65de2 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
text-align: left;
}



.shg-c#s-d508befc-1e05-4ce0-8e1a-93027ec65de2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d508befc-1e05-4ce0-8e1a-93027ec65de2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d508befc-1e05-4ce0-8e1a-93027ec65de2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d508befc-1e05-4ce0-8e1a-93027ec65de2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d508befc-1e05-4ce0-8e1a-93027ec65de2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d508befc-1e05-4ce0-8e1a-93027ec65de2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d508befc-1e05-4ce0-8e1a-93027ec65de2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d508befc-1e05-4ce0-8e1a-93027ec65de2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d508befc-1e05-4ce0-8e1a-93027ec65de2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d508befc-1e05-4ce0-8e1a-93027ec65de2 img.shogun-image {
  width: 100%;
}



}
#s-6d3156b8-3c7a-4689-b9da-9688c4b270f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6d3156b8-3c7a-4689-b9da-9688c4b270f5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 0px) {
[id="s-eab466ad-f16f-4926-9da8-7e956abb1382"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eab466ad-f16f-4926-9da8-7e956abb1382"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eab466ad-f16f-4926-9da8-7e956abb1382"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eab466ad-f16f-4926-9da8-7e956abb1382"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-38531e59-9064-4529-9e1a-f21cc2470a50 {
  
}
}@media (max-width: 767px){#s-38531e59-9064-4529-9e1a-f21cc2470a50 {
  
}
}
#s-6d8e3c55-71b3-431e-8f65-6be86626a183 {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 8px;
padding-left: 12px;
padding-bottom: 8px;
padding-right: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(230, 202, 227, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(230, 202, 227, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6d8e3c55-71b3-431e-8f65-6be86626a183:hover {background-color: rgba(230, 202, 227, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6d8e3c55-71b3-431e-8f65-6be86626a183:active {background-color: rgba(230, 202, 227, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6d8e3c55-71b3-431e-8f65-6be86626a183-atc-btn-wrapper {
    text-align: center;
  }


#s-6d8e3c55-71b3-431e-8f65-6be86626a183 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6d8e3c55-71b3-431e-8f65-6be86626a183.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6d8e3c55-71b3-431e-8f65-6be86626a183.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-6d8e3c55-71b3-431e-8f65-6be86626a183.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6d8e3c55-71b3-431e-8f65-6be86626a183.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


@media (min-width: 1200px){#s-16898486-4d2e-4a4b-85ff-627607a495ef {
  display: none;
}
#s-16898486-4d2e-4a4b-85ff-627607a495ef, #wrap-s-16898486-4d2e-4a4b-85ff-627607a495ef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-16898486-4d2e-4a4b-85ff-627607a495ef {
  display: none;
}
#s-16898486-4d2e-4a4b-85ff-627607a495ef, #wrap-s-16898486-4d2e-4a4b-85ff-627607a495ef { display:none !important; }}
#s-ba01f56a-706d-43f0-99a9-ed97697222b2 {
  text-align: left;
}



.shg-c#s-ba01f56a-706d-43f0-99a9-ed97697222b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba01f56a-706d-43f0-99a9-ed97697222b2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ba01f56a-706d-43f0-99a9-ed97697222b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba01f56a-706d-43f0-99a9-ed97697222b2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba01f56a-706d-43f0-99a9-ed97697222b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba01f56a-706d-43f0-99a9-ed97697222b2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba01f56a-706d-43f0-99a9-ed97697222b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba01f56a-706d-43f0-99a9-ed97697222b2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba01f56a-706d-43f0-99a9-ed97697222b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba01f56a-706d-43f0-99a9-ed97697222b2 img.shogun-image {
  width: 100%;
}



}
#s-9a45773c-e97b-4f2e-a86b-2aeec8cffee6 {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9a45773c-e97b-4f2e-a86b-2aeec8cffee6 .shogun-heading-component h1 {
  color: rgba(2, 2, 2, 1);
  font-weight:  normal ;
  font-family: "Brandon";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7968a24c-a65e-4601-b8ac-50e527b05a16 {
  margin-top: 10px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-7968a24c-a65e-4601-b8ac-50e527b05a16 {
  display: none;
}
#s-7968a24c-a65e-4601-b8ac-50e527b05a16, #wrap-s-7968a24c-a65e-4601-b8ac-50e527b05a16 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7968a24c-a65e-4601-b8ac-50e527b05a16 {
  display: none;
}
#s-7968a24c-a65e-4601-b8ac-50e527b05a16, #wrap-s-7968a24c-a65e-4601-b8ac-50e527b05a16 { display:none !important; }}
#s-fce46ad8-6dc9-45bf-9cde-ddf8d4d29e1e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(230, 202, 227, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-fce46ad8-6dc9-45bf-9cde-ddf8d4d29e1e:hover {background-color: rgba(230, 202, 227, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fce46ad8-6dc9-45bf-9cde-ddf8d4d29e1e:active {background-color: rgba(230, 202, 227, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-fce46ad8-6dc9-45bf-9cde-ddf8d4d29e1e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fce46ad8-6dc9-45bf-9cde-ddf8d4d29e1e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fce46ad8-6dc9-45bf-9cde-ddf8d4d29e1e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-fce46ad8-6dc9-45bf-9cde-ddf8d4d29e1e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fce46ad8-6dc9-45bf-9cde-ddf8d4d29e1e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-a4a299b9-a714-4af9-9b92-bd31ac922bec hr {
  border-top: 2px solid rgba(253, 253, 253, 1);
}

@media (min-width: 1200px){#s-822544ee-f85e-47b6-8742-a284162836e8 {
  display: none;
}
#s-822544ee-f85e-47b6-8742-a284162836e8, #wrap-s-822544ee-f85e-47b6-8742-a284162836e8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-822544ee-f85e-47b6-8742-a284162836e8 {
  display: none;
}
#s-822544ee-f85e-47b6-8742-a284162836e8, #wrap-s-822544ee-f85e-47b6-8742-a284162836e8 { display:none !important; }}
#s-acb56dad-4153-43e9-8e98-83db95fdaa9d {
  text-align: left;
}



.shg-c#s-acb56dad-4153-43e9-8e98-83db95fdaa9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acb56dad-4153-43e9-8e98-83db95fdaa9d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-acb56dad-4153-43e9-8e98-83db95fdaa9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acb56dad-4153-43e9-8e98-83db95fdaa9d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-acb56dad-4153-43e9-8e98-83db95fdaa9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acb56dad-4153-43e9-8e98-83db95fdaa9d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-acb56dad-4153-43e9-8e98-83db95fdaa9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acb56dad-4153-43e9-8e98-83db95fdaa9d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-acb56dad-4153-43e9-8e98-83db95fdaa9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acb56dad-4153-43e9-8e98-83db95fdaa9d img.shogun-image {
  width: 100%;
}



}
#s-f65ccb1d-8890-4033-ad69-8a6f4a62a788 {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f65ccb1d-8890-4033-ad69-8a6f4a62a788 .shogun-heading-component h1 {
  color: rgba(2, 2, 2, 1);
  font-weight:  normal ;
  font-family: "Brandon";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-b027f326-1503-406b-ae8b-2a5d70fe23d4 {
  margin-top: 10px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-b027f326-1503-406b-ae8b-2a5d70fe23d4 {
  display: none;
}
#s-b027f326-1503-406b-ae8b-2a5d70fe23d4, #wrap-s-b027f326-1503-406b-ae8b-2a5d70fe23d4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b027f326-1503-406b-ae8b-2a5d70fe23d4 {
  display: none;
}
#s-b027f326-1503-406b-ae8b-2a5d70fe23d4, #wrap-s-b027f326-1503-406b-ae8b-2a5d70fe23d4 { display:none !important; }}
#s-556c0955-1e74-4a18-b8b3-91eec2a89d31 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(230, 202, 227, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-556c0955-1e74-4a18-b8b3-91eec2a89d31:hover {background-color: rgba(230, 202, 227, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-556c0955-1e74-4a18-b8b3-91eec2a89d31:active {background-color: rgba(230, 202, 227, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-556c0955-1e74-4a18-b8b3-91eec2a89d31 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-556c0955-1e74-4a18-b8b3-91eec2a89d31.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-556c0955-1e74-4a18-b8b3-91eec2a89d31.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-556c0955-1e74-4a18-b8b3-91eec2a89d31.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-556c0955-1e74-4a18-b8b3-91eec2a89d31.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-6801f48a-8cbc-4739-88fe-a3810d2bc696 hr {
  border-top: 2px solid rgba(253, 253, 253, 1);
}

.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-fd55df00-a313-4807-acd5-02da80fd1702 {
  text-align: center;
}







  #s-fd55df00-a313-4807-acd5-02da80fd1702 img.shogun-image {
    

    
    
    
  }


#s-fd55df00-a313-4807-acd5-02da80fd1702 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2d5aa81-91db-403d-a353-5244766ee991 hr {
  border-top: 2px solid rgba(253, 253, 253, 1);
}

.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-f4d1aa04-e3c6-432e-900d-e5f05505ec87 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f4d1aa04-e3c6-432e-900d-e5f05505ec87 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-f4d1aa04-e3c6-432e-900d-e5f05505ec87 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(68, 68, 68, 1);
}

#s-f4d1aa04-e3c6-432e-900d-e5f05505ec87 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f4d1aa04-e3c6-432e-900d-e5f05505ec87 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(68, 68, 68, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-f4d1aa04-e3c6-432e-900d-e5f05505ec87 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-5c1d5d15-dc2a-4713-ae51-a277ce53cf0f {
  text-align: center;
}







  #s-5c1d5d15-dc2a-4713-ae51-a277ce53cf0f img.shogun-image {
    

    
    
    
  }


#s-5c1d5d15-dc2a-4713-ae51-a277ce53cf0f .shogun-image-content {
  
    align-items: center;
  
}

#s-efe17daa-abfb-4133-9d7a-a685e17448dc hr {
  border-top: 2px solid rgba(253, 253, 253, 1);
}

#s-b6c17102-6c76-4d3a-b41b-2a26c502f417 {
  padding-left: 24%;
padding-right: 24%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b6c17102-6c76-4d3a-b41b-2a26c502f417 {
  display: none;
}
#s-b6c17102-6c76-4d3a-b41b-2a26c502f417, #wrap-s-b6c17102-6c76-4d3a-b41b-2a26c502f417 { display:none !important; }}@media (max-width: 767px){#s-b6c17102-6c76-4d3a-b41b-2a26c502f417 {
  display: none;
}
#s-b6c17102-6c76-4d3a-b41b-2a26c502f417, #wrap-s-b6c17102-6c76-4d3a-b41b-2a26c502f417 { display:none !important; }}






  #s-b6c17102-6c76-4d3a-b41b-2a26c502f417 img.shogun-image {
    

    
    
    
  }


#s-b6c17102-6c76-4d3a-b41b-2a26c502f417 .shogun-image-content {
  
    align-items: center;
  
}

#s-c07ff8b7-1d23-4200-b49b-2eaeaded27a8 {
  padding-left: 0%;
padding-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-c07ff8b7-1d23-4200-b49b-2eaeaded27a8 {
  display: none;
}
#s-c07ff8b7-1d23-4200-b49b-2eaeaded27a8, #wrap-s-c07ff8b7-1d23-4200-b49b-2eaeaded27a8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c07ff8b7-1d23-4200-b49b-2eaeaded27a8 {
  display: none;
}
#s-c07ff8b7-1d23-4200-b49b-2eaeaded27a8, #wrap-s-c07ff8b7-1d23-4200-b49b-2eaeaded27a8 { display:none !important; }}






  #s-c07ff8b7-1d23-4200-b49b-2eaeaded27a8 img.shogun-image {
    

    
    
    
  }


#s-c07ff8b7-1d23-4200-b49b-2eaeaded27a8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-ba8d1b69-62e9-4cc8-a814-eacd7568554d {
  display: none;
}
#s-ba8d1b69-62e9-4cc8-a814-eacd7568554d, #wrap-s-ba8d1b69-62e9-4cc8-a814-eacd7568554d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba8d1b69-62e9-4cc8-a814-eacd7568554d {
  display: none;
}
#s-ba8d1b69-62e9-4cc8-a814-eacd7568554d, #wrap-s-ba8d1b69-62e9-4cc8-a814-eacd7568554d { display:none !important; }}
#s-ba8d1b69-62e9-4cc8-a814-eacd7568554d hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

.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-745ec331-783f-4280-93e1-c50d4ad56d31 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-745ec331-783f-4280-93e1-c50d4ad56d31 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-745ec331-783f-4280-93e1-c50d4ad56d31 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-745ec331-783f-4280-93e1-c50d4ad56d31 {
  
}
}@media (max-width: 767px){#s-745ec331-783f-4280-93e1-c50d4ad56d31 {
  
}
}







#s-745ec331-783f-4280-93e1-c50d4ad56d31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-745ec331-783f-4280-93e1-c50d4ad56d31.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0cd1d086-c4b9-4300-9bcf-ac59594af04b {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0cd1d086-c4b9-4300-9bcf-ac59594af04b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0cd1d086-c4b9-4300-9bcf-ac59594af04b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0cd1d086-c4b9-4300-9bcf-ac59594af04b {
  
}
}@media (max-width: 767px){#s-0cd1d086-c4b9-4300-9bcf-ac59594af04b {
  
}
}







#s-0cd1d086-c4b9-4300-9bcf-ac59594af04b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-0cd1d086-c4b9-4300-9bcf-ac59594af04b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-874751a1-0e87-4dba-b1f2-5f34fe8eae8d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-874751a1-0e87-4dba-b1f2-5f34fe8eae8d {
  display: none;
}
#s-874751a1-0e87-4dba-b1f2-5f34fe8eae8d, #wrap-s-874751a1-0e87-4dba-b1f2-5f34fe8eae8d { display:none !important; }}@media (max-width: 767px){#s-874751a1-0e87-4dba-b1f2-5f34fe8eae8d {
  display: none;
}
#s-874751a1-0e87-4dba-b1f2-5f34fe8eae8d, #wrap-s-874751a1-0e87-4dba-b1f2-5f34fe8eae8d { display:none !important; }}
@media (min-width: 0px) {
[id="s-874751a1-0e87-4dba-b1f2-5f34fe8eae8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-874751a1-0e87-4dba-b1f2-5f34fe8eae8d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-874751a1-0e87-4dba-b1f2-5f34fe8eae8d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-874751a1-0e87-4dba-b1f2-5f34fe8eae8d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-874751a1-0e87-4dba-b1f2-5f34fe8eae8d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-017b89d6-5632-4fee-b1e5-ef5ae0547601 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-017b89d6-5632-4fee-b1e5-ef5ae0547601 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-017b89d6-5632-4fee-b1e5-ef5ae0547601.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4464dbfa-c629-4041-a47c-8f916a94aac9 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4464dbfa-c629-4041-a47c-8f916a94aac9 .shogun-heading-component h1 {
  color: rgba(37, 36, 36, 1);
  font-weight:  normal ;
  font-family: "Brandon";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-b449caee-80c0-4377-a6ce-99447fc84a89 {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b449caee-80c0-4377-a6ce-99447fc84a89 .shogun-heading-component h4 {
  color: rgba(2, 2, 2, 1);
  font-weight:  normal ;
  font-family: "Brandon";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-bef25f41-8de6-4e21-962c-fef97d3dc4d4 {
  margin-left: 50px;
margin-right: 50px;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-b99384fa-19d0-4e11-a72e-315329dfb459 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-b99384fa-19d0-4e11-a72e-315329dfb459 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b99384fa-19d0-4e11-a72e-315329dfb459 .shg-sld-nav-button.shg-sld-left,
#s-b99384fa-19d0-4e11-a72e-315329dfb459 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-d2f6163a-67d5-45ae-b5bd-ea3eb44926f4 {
  text-align: center;
}







  #s-d2f6163a-67d5-45ae-b5bd-ea3eb44926f4 img.shogun-image {
    

    
    
    
  }


#s-d2f6163a-67d5-45ae-b5bd-ea3eb44926f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-9001aae5-787f-4417-80b0-127ab718f7e3 {
  text-align: center;
}







  #s-9001aae5-787f-4417-80b0-127ab718f7e3 img.shogun-image {
    

    
    
    
  }


#s-9001aae5-787f-4417-80b0-127ab718f7e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-70e33e6f-f3d8-4e13-90c2-11e2aab21f63 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-70e33e6f-f3d8-4e13-90c2-11e2aab21f63 {
  display: none;
}
#s-70e33e6f-f3d8-4e13-90c2-11e2aab21f63, #wrap-s-70e33e6f-f3d8-4e13-90c2-11e2aab21f63 { display:none !important; }}@media (max-width: 767px){#s-70e33e6f-f3d8-4e13-90c2-11e2aab21f63 {
  display: none;
}
#s-70e33e6f-f3d8-4e13-90c2-11e2aab21f63, #wrap-s-70e33e6f-f3d8-4e13-90c2-11e2aab21f63 { display:none !important; }}
@media (min-width: 0px) {
[id="s-70e33e6f-f3d8-4e13-90c2-11e2aab21f63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70e33e6f-f3d8-4e13-90c2-11e2aab21f63"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-70e33e6f-f3d8-4e13-90c2-11e2aab21f63"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-70e33e6f-f3d8-4e13-90c2-11e2aab21f63"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-585d6845-1120-42bb-8110-5eb376743cd5 {
  text-align: center;
opacity: 1;
}







  #s-585d6845-1120-42bb-8110-5eb376743cd5 img.shogun-image {
    

    
    
    
  }


#s-585d6845-1120-42bb-8110-5eb376743cd5 .shogun-image-content {
  
    align-items: center;
  
}

#s-b39a509e-f218-4ea6-8057-bf20aba8f4a2 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b39a509e-f218-4ea6-8057-bf20aba8f4a2 .shogun-heading-component h1 {
  color: rgba(37, 36, 36, 1);
  font-weight:  normal ;
  font-family: "Brandon";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-02147ec7-d2c4-40ae-8550-1aecd5185912 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-02147ec7-d2c4-40ae-8550-1aecd5185912 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02147ec7-d2c4-40ae-8550-1aecd5185912.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64a2e3ee-665f-4705-b9f2-b5b3fa9d639c {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-64a2e3ee-665f-4705-b9f2-b5b3fa9d639c .shogun-heading-component h4 {
  color: rgba(2, 2, 2, 1);
  font-weight:  normal ;
  font-family: "Brandon";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-bc4a4f0e-8292-4cd4-8eee-c2b5350cffef {
  margin-left: 50px;
margin-right: 50px;
}

#s-37667613-c4b0-42a3-afeb-216a9b9b77c8 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-37667613-c4b0-42a3-afeb-216a9b9b77c8 {
  display: none;
}
#s-37667613-c4b0-42a3-afeb-216a9b9b77c8, #wrap-s-37667613-c4b0-42a3-afeb-216a9b9b77c8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-37667613-c4b0-42a3-afeb-216a9b9b77c8 {
  display: none;
}
#s-37667613-c4b0-42a3-afeb-216a9b9b77c8, #wrap-s-37667613-c4b0-42a3-afeb-216a9b9b77c8 { display:none !important; }}
#s-37667613-c4b0-42a3-afeb-216a9b9b77c8 .shogun-heading-component h1 {
  color: rgba(37, 36, 36, 1);
  font-weight:  normal ;
  font-family: "Brandon";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-0cab32c1-19de-4c77-b531-ce02bc2863df {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-0cab32c1-19de-4c77-b531-ce02bc2863df {
  display: none;
}
#s-0cab32c1-19de-4c77-b531-ce02bc2863df, #wrap-s-0cab32c1-19de-4c77-b531-ce02bc2863df { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0cab32c1-19de-4c77-b531-ce02bc2863df {
  display: none;
}
#s-0cab32c1-19de-4c77-b531-ce02bc2863df, #wrap-s-0cab32c1-19de-4c77-b531-ce02bc2863df { display:none !important; }}
#s-0cab32c1-19de-4c77-b531-ce02bc2863df .shogun-heading-component h1 {
  color: rgba(2, 2, 2, 1);
  font-weight:  normal ;
  font-family: "Brandon";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-63ee32c9-5e36-4a07-a140-8075e09c2ee7 {
  padding-left: 4%;
padding-right: 2%;
}
@media (min-width: 1200px){#s-63ee32c9-5e36-4a07-a140-8075e09c2ee7 {
  padding-left: 0%;
padding-right: 0%;
display: none;
}
#s-63ee32c9-5e36-4a07-a140-8075e09c2ee7, #wrap-s-63ee32c9-5e36-4a07-a140-8075e09c2ee7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63ee32c9-5e36-4a07-a140-8075e09c2ee7 {
  display: none;
}
#s-63ee32c9-5e36-4a07-a140-8075e09c2ee7, #wrap-s-63ee32c9-5e36-4a07-a140-8075e09c2ee7 { display:none !important; }}
#s-b831fa75-029b-42f5-b9b9-c3283c864886 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-b831fa75-029b-42f5-b9b9-c3283c864886 {
  display: none;
}
#s-b831fa75-029b-42f5-b9b9-c3283c864886, #wrap-s-b831fa75-029b-42f5-b9b9-c3283c864886 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b831fa75-029b-42f5-b9b9-c3283c864886 {
  display: none;
}
#s-b831fa75-029b-42f5-b9b9-c3283c864886, #wrap-s-b831fa75-029b-42f5-b9b9-c3283c864886 { display:none !important; }}
#s-b831fa75-029b-42f5-b9b9-c3283c864886 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b831fa75-029b-42f5-b9b9-c3283c864886 .shg-sld-nav-button.shg-sld-left,
#s-b831fa75-029b-42f5-b9b9-c3283c864886 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-2df875aa-6811-48b3-ac77-480ff618a03b {
  text-align: center;
}







  #s-2df875aa-6811-48b3-ac77-480ff618a03b img.shogun-image {
    

    
    
    
  }


#s-2df875aa-6811-48b3-ac77-480ff618a03b .shogun-image-content {
  
    align-items: center;
  
}

#s-767c19c0-2d71-48c7-88a2-1b13336e7584 {
  text-align: center;
}







  #s-767c19c0-2d71-48c7-88a2-1b13336e7584 img.shogun-image {
    

    
    
    
  }


#s-767c19c0-2d71-48c7-88a2-1b13336e7584 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-46ef010b-5956-440f-a355-39fc33831dc5 {
  display: none;
}
#s-46ef010b-5956-440f-a355-39fc33831dc5, #wrap-s-46ef010b-5956-440f-a355-39fc33831dc5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-46ef010b-5956-440f-a355-39fc33831dc5 {
  display: none;
}
#s-46ef010b-5956-440f-a355-39fc33831dc5, #wrap-s-46ef010b-5956-440f-a355-39fc33831dc5 { display:none !important; }}
#s-46ef010b-5956-440f-a355-39fc33831dc5 hr {
  border-top: 2px solid rgba(253, 252, 252, 1);
}

#s-adce7212-851c-4080-8fd4-4962f976bbe1 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-adce7212-851c-4080-8fd4-4962f976bbe1 {
  display: none;
}
#s-adce7212-851c-4080-8fd4-4962f976bbe1, #wrap-s-adce7212-851c-4080-8fd4-4962f976bbe1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-adce7212-851c-4080-8fd4-4962f976bbe1 {
  display: none;
}
#s-adce7212-851c-4080-8fd4-4962f976bbe1, #wrap-s-adce7212-851c-4080-8fd4-4962f976bbe1 { display:none !important; }}
#s-adce7212-851c-4080-8fd4-4962f976bbe1 .shogun-heading-component h1 {
  color: rgba(37, 36, 36, 1);
  font-weight:  normal ;
  font-family: "Brandon";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-d3a03235-f789-4e6b-8829-03b7de2d3f4a {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-d3a03235-f789-4e6b-8829-03b7de2d3f4a {
  display: none;
}
#s-d3a03235-f789-4e6b-8829-03b7de2d3f4a, #wrap-s-d3a03235-f789-4e6b-8829-03b7de2d3f4a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3a03235-f789-4e6b-8829-03b7de2d3f4a {
  display: none;
}
#s-d3a03235-f789-4e6b-8829-03b7de2d3f4a, #wrap-s-d3a03235-f789-4e6b-8829-03b7de2d3f4a { display:none !important; }}
#s-d3a03235-f789-4e6b-8829-03b7de2d3f4a .shogun-heading-component h1 {
  color: rgba(2, 2, 2, 1);
  font-weight:  normal ;
  font-family: "Brandon";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-7bdad8fa-af92-4ecb-95c2-ec331e044616 {
  padding-left: 2%;
padding-right: 2%;
}
@media (min-width: 1200px){#s-7bdad8fa-af92-4ecb-95c2-ec331e044616 {
  padding-left: 1%;
padding-right: 1%;
display: none;
}
#s-7bdad8fa-af92-4ecb-95c2-ec331e044616, #wrap-s-7bdad8fa-af92-4ecb-95c2-ec331e044616 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7bdad8fa-af92-4ecb-95c2-ec331e044616 {
  display: none;
}
#s-7bdad8fa-af92-4ecb-95c2-ec331e044616, #wrap-s-7bdad8fa-af92-4ecb-95c2-ec331e044616 { display:none !important; }}@media (max-width: 767px){#s-7bdad8fa-af92-4ecb-95c2-ec331e044616 {
  padding-left: 4%;
padding-right: 4%;
}
}
#s-068afc49-53d2-4c17-8223-104b58f2d3e1 {
  text-align: center;
}
@media (min-width: 1200px){#s-068afc49-53d2-4c17-8223-104b58f2d3e1 {
  display: none;
}
#s-068afc49-53d2-4c17-8223-104b58f2d3e1, #wrap-s-068afc49-53d2-4c17-8223-104b58f2d3e1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-068afc49-53d2-4c17-8223-104b58f2d3e1 {
  display: none;
}
#s-068afc49-53d2-4c17-8223-104b58f2d3e1, #wrap-s-068afc49-53d2-4c17-8223-104b58f2d3e1 { display:none !important; }}






  #s-068afc49-53d2-4c17-8223-104b58f2d3e1 img.shogun-image {
    

    
    
    
  }


#s-068afc49-53d2-4c17-8223-104b58f2d3e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1fb71a9-9ec9-4fca-9b1d-451d942d649c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a1fb71a9-9ec9-4fca-9b1d-451d942d649c {
  display: none;
}
#s-a1fb71a9-9ec9-4fca-9b1d-451d942d649c, #wrap-s-a1fb71a9-9ec9-4fca-9b1d-451d942d649c { display:none !important; }}
@media (min-width: 0px) {
[id="s-a1fb71a9-9ec9-4fca-9b1d-451d942d649c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1fb71a9-9ec9-4fca-9b1d-451d942d649c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a1fb71a9-9ec9-4fca-9b1d-451d942d649c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1fb71a9-9ec9-4fca-9b1d-451d942d649c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-a1fb71a9-9ec9-4fca-9b1d-451d942d649c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0b71d902-fab4-4ab3-a4fb-38c1f7ca5cfd {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0b71d902-fab4-4ab3-a4fb-38c1f7ca5cfd {
  display: none;
}
#s-0b71d902-fab4-4ab3-a4fb-38c1f7ca5cfd, #wrap-s-0b71d902-fab4-4ab3-a4fb-38c1f7ca5cfd { display:none !important; }}@media (max-width: 767px){#s-0b71d902-fab4-4ab3-a4fb-38c1f7ca5cfd {
  display: none;
}
#s-0b71d902-fab4-4ab3-a4fb-38c1f7ca5cfd, #wrap-s-0b71d902-fab4-4ab3-a4fb-38c1f7ca5cfd { display:none !important; }}







#s-0b71d902-fab4-4ab3-a4fb-38c1f7ca5cfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b71d902-fab4-4ab3-a4fb-38c1f7ca5cfd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce8597e5-236b-4257-9c2a-938b73e330c8 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce8597e5-236b-4257-9c2a-938b73e330c8 .shogun-heading-component h1 {
  color: rgba(37, 36, 36, 1);
  font-weight:  normal ;
  font-family: "Brandon";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-b40cf388-2de7-4511-b519-b1f7c187b42b {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b40cf388-2de7-4511-b519-b1f7c187b42b .shogun-heading-component h4 {
  color: rgba(2, 2, 2, 1);
  font-weight:  normal ;
  font-family: "Brandon";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-8ba18b75-d469-4284-90c9-f6c7597ed028 {
  margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 1200px){#s-1f70a877-29c1-4450-a6f7-6b5285d8d490 {
  display: none;
}
#s-1f70a877-29c1-4450-a6f7-6b5285d8d490, #wrap-s-1f70a877-29c1-4450-a6f7-6b5285d8d490 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f70a877-29c1-4450-a6f7-6b5285d8d490 {
  display: none;
}
#s-1f70a877-29c1-4450-a6f7-6b5285d8d490, #wrap-s-1f70a877-29c1-4450-a6f7-6b5285d8d490 { display:none !important; }}
#s-1f70a877-29c1-4450-a6f7-6b5285d8d490 hr {
  border-top: 2px solid rgba(255, 252, 252, 1);
}

#s-4cc0335b-04be-40bc-8837-6edf2fa3429b {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-4cc0335b-04be-40bc-8837-6edf2fa3429b {
  display: none;
}
#s-4cc0335b-04be-40bc-8837-6edf2fa3429b, #wrap-s-4cc0335b-04be-40bc-8837-6edf2fa3429b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4cc0335b-04be-40bc-8837-6edf2fa3429b {
  display: none;
}
#s-4cc0335b-04be-40bc-8837-6edf2fa3429b, #wrap-s-4cc0335b-04be-40bc-8837-6edf2fa3429b { display:none !important; }}
#s-4cc0335b-04be-40bc-8837-6edf2fa3429b .shogun-heading-component h1 {
  color: rgba(37, 36, 36, 1);
  font-weight:  normal ;
  font-family: "Brandon";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-db4b557f-9256-43ab-ac39-bd6cc3805621 {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-db4b557f-9256-43ab-ac39-bd6cc3805621 {
  display: none;
}
#s-db4b557f-9256-43ab-ac39-bd6cc3805621, #wrap-s-db4b557f-9256-43ab-ac39-bd6cc3805621 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db4b557f-9256-43ab-ac39-bd6cc3805621 {
  display: none;
}
#s-db4b557f-9256-43ab-ac39-bd6cc3805621, #wrap-s-db4b557f-9256-43ab-ac39-bd6cc3805621 { display:none !important; }}
#s-db4b557f-9256-43ab-ac39-bd6cc3805621 .shogun-heading-component h1 {
  color: rgba(2, 2, 2, 1);
  font-weight:  normal ;
  font-family: "Brandon";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-2dfc97bf-f488-4bc1-b4df-23d523cb043b {
  padding-left: 2%;
padding-right: 2%;
}
@media (min-width: 1200px){#s-2dfc97bf-f488-4bc1-b4df-23d523cb043b {
  padding-left: 0%;
padding-right: 0%;
display: none;
}
#s-2dfc97bf-f488-4bc1-b4df-23d523cb043b, #wrap-s-2dfc97bf-f488-4bc1-b4df-23d523cb043b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2dfc97bf-f488-4bc1-b4df-23d523cb043b {
  display: none;
}
#s-2dfc97bf-f488-4bc1-b4df-23d523cb043b, #wrap-s-2dfc97bf-f488-4bc1-b4df-23d523cb043b { display:none !important; }}@media (max-width: 767px){#s-2dfc97bf-f488-4bc1-b4df-23d523cb043b {
  padding-left: 4%;
padding-right: 4%;
}
}
#s-b6f7fcd4-402d-4e15-be75-e50d3ee41f89 {
  text-align: center;
}







  #s-b6f7fcd4-402d-4e15-be75-e50d3ee41f89 img.shogun-image {
    

    
    
    
  }


#s-b6f7fcd4-402d-4e15-be75-e50d3ee41f89 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ae49cf9-c7cc-4bd2-ba92-251362610e41 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-b2a611aa-2527-4b10-8848-50cd4c672cb0 {
  min-height: 50px;
}








#s-b2a611aa-2527-4b10-8848-50cd4c672cb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2a611aa-2527-4b10-8848-50cd4c672cb0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8eb6ffe9-9166-465b-9be5-e69538faf938 {
  text-align: center;
}







  #s-8eb6ffe9-9166-465b-9be5-e69538faf938 img.shogun-image {
    

    
    
    
  }


#s-8eb6ffe9-9166-465b-9be5-e69538faf938 .shogun-image-content {
  
    align-items: center;
  
}

#s-131eadb4-b70f-44e3-b92e-df70c4d2ffba hr {
  border-top: 2px solid rgba(252, 250, 250, 1);
}

#s-62858d44-9f6c-48b2-bf0c-c7f2979ef3e5 {
  min-height: 50px;
}








#s-62858d44-9f6c-48b2-bf0c-c7f2979ef3e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62858d44-9f6c-48b2-bf0c-c7f2979ef3e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d4a1bc1-1498-4c10-a3c6-458f6452cfb2 {
  text-align: center;
}







  #s-8d4a1bc1-1498-4c10-a3c6-458f6452cfb2 img.shogun-image {
    

    
    
    
  }


#s-8d4a1bc1-1498-4c10-a3c6-458f6452cfb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-61343dc8-3f59-4ae2-bf53-0cea6ea2d73f {
  min-height: 50px;
}








#s-61343dc8-3f59-4ae2-bf53-0cea6ea2d73f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61343dc8-3f59-4ae2-bf53-0cea6ea2d73f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-536c4052-a67b-4dca-8f92-abc4fa4c6998 {
  min-height: 50px;
}








#s-536c4052-a67b-4dca-8f92-abc4fa4c6998 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-536c4052-a67b-4dca-8f92-abc4fa4c6998.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04087358-f626-4daf-81ea-bb897f595874 {
  min-height: 50px;
}








#s-04087358-f626-4daf-81ea-bb897f595874 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04087358-f626-4daf-81ea-bb897f595874.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-984c5d15-05e9-4d3e-9cc3-bb9707ccce59 {
  text-align: center;
}







  #s-984c5d15-05e9-4d3e-9cc3-bb9707ccce59 img.shogun-image {
    

    
    
    
  }


#s-984c5d15-05e9-4d3e-9cc3-bb9707ccce59 .shogun-image-content {
  
    align-items: center;
  
}

#s-8fc46a4c-bf46-4b55-9118-ddb047bcbd11 {
  margin-top: 50px;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8fc46a4c-bf46-4b55-9118-ddb047bcbd11 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}



#s-f4a5e724-61e6-4337-a70d-1b9e054692e3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f4a5e724-61e6-4337-a70d-1b9e054692e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-f4a5e724-61e6-4337-a70d-1b9e054692e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(68, 68, 68, 1);
}

#s-f4a5e724-61e6-4337-a70d-1b9e054692e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f4a5e724-61e6-4337-a70d-1b9e054692e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(68, 68, 68, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-f4a5e724-61e6-4337-a70d-1b9e054692e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-0fcf863a-d3bb-493c-bf5c-0a9a2e63d635 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0fcf863a-d3bb-493c-bf5c-0a9a2e63d635 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-0fcf863a-d3bb-493c-bf5c-0a9a2e63d635 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(68, 68, 68, 1);
}

#s-0fcf863a-d3bb-493c-bf5c-0a9a2e63d635 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-0fcf863a-d3bb-493c-bf5c-0a9a2e63d635 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(68, 68, 68, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-0fcf863a-d3bb-493c-bf5c-0a9a2e63d635 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-0394370c-5812-493d-a8c8-3cad2838e893 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0394370c-5812-493d-a8c8-3cad2838e893 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-0394370c-5812-493d-a8c8-3cad2838e893 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(68, 68, 68, 1);
}

#s-0394370c-5812-493d-a8c8-3cad2838e893 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-0394370c-5812-493d-a8c8-3cad2838e893 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(68, 68, 68, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-0394370c-5812-493d-a8c8-3cad2838e893 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-ef999e9e-4d4f-448d-b6a7-f35f1a899f2c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-ef999e9e-4d4f-448d-b6a7-f35f1a899f2c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-ef999e9e-4d4f-448d-b6a7-f35f1a899f2c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(68, 68, 68, 1);
}

#s-ef999e9e-4d4f-448d-b6a7-f35f1a899f2c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-ef999e9e-4d4f-448d-b6a7-f35f1a899f2c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(68, 68, 68, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-ef999e9e-4d4f-448d-b6a7-f35f1a899f2c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-0ad6ce6a-7525-4542-abf1-cffe7321a4e8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0ad6ce6a-7525-4542-abf1-cffe7321a4e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-0ad6ce6a-7525-4542-abf1-cffe7321a4e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(68, 68, 68, 1);
}

#s-0ad6ce6a-7525-4542-abf1-cffe7321a4e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-0ad6ce6a-7525-4542-abf1-cffe7321a4e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(68, 68, 68, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-0ad6ce6a-7525-4542-abf1-cffe7321a4e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-bca77364-1016-4005-99da-97da3c28ba08 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-bca77364-1016-4005-99da-97da3c28ba08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-bca77364-1016-4005-99da-97da3c28ba08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(68, 68, 68, 1);
}

#s-bca77364-1016-4005-99da-97da3c28ba08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-bca77364-1016-4005-99da-97da3c28ba08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(68, 68, 68, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-bca77364-1016-4005-99da-97da3c28ba08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-b700312d-2d43-4c39-b0bb-b087f1f3d800 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b700312d-2d43-4c39-b0bb-b087f1f3d800 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-b700312d-2d43-4c39-b0bb-b087f1f3d800 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(68, 68, 68, 1);
}

#s-b700312d-2d43-4c39-b0bb-b087f1f3d800 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b700312d-2d43-4c39-b0bb-b087f1f3d800 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(68, 68, 68, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-b700312d-2d43-4c39-b0bb-b087f1f3d800 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-4aa0d73b-b2a0-4859-9f01-2c9296d853fc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-4aa0d73b-b2a0-4859-9f01-2c9296d853fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-4aa0d73b-b2a0-4859-9f01-2c9296d853fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(68, 68, 68, 1);
}

#s-4aa0d73b-b2a0-4859-9f01-2c9296d853fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-4aa0d73b-b2a0-4859-9f01-2c9296d853fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(68, 68, 68, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-4aa0d73b-b2a0-4859-9f01-2c9296d853fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-2ba005f8-09db-46b2-ac8b-fb8c6cf9e1b3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-2ba005f8-09db-46b2-ac8b-fb8c6cf9e1b3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-2ba005f8-09db-46b2-ac8b-fb8c6cf9e1b3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(68, 68, 68, 1);
}

#s-2ba005f8-09db-46b2-ac8b-fb8c6cf9e1b3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-2ba005f8-09db-46b2-ac8b-fb8c6cf9e1b3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(68, 68, 68, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-2ba005f8-09db-46b2-ac8b-fb8c6cf9e1b3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-aef2be2a-6aab-4267-bc7f-6a240fa442ac > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-aef2be2a-6aab-4267-bc7f-6a240fa442ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-aef2be2a-6aab-4267-bc7f-6a240fa442ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(68, 68, 68, 1);
}

#s-aef2be2a-6aab-4267-bc7f-6a240fa442ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-aef2be2a-6aab-4267-bc7f-6a240fa442ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(68, 68, 68, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-aef2be2a-6aab-4267-bc7f-6a240fa442ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-779de636-1965-4906-856a-53d559ddbef4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-779de636-1965-4906-856a-53d559ddbef4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-779de636-1965-4906-856a-53d559ddbef4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(68, 68, 68, 1);
}

#s-779de636-1965-4906-856a-53d559ddbef4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-779de636-1965-4906-856a-53d559ddbef4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(68, 68, 68, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-779de636-1965-4906-856a-53d559ddbef4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-20058e91-77cc-4d86-92c2-d5344715adbb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-20058e91-77cc-4d86-92c2-d5344715adbb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-20058e91-77cc-4d86-92c2-d5344715adbb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(68, 68, 68, 1);
}

#s-20058e91-77cc-4d86-92c2-d5344715adbb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-20058e91-77cc-4d86-92c2-d5344715adbb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(68, 68, 68, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-20058e91-77cc-4d86-92c2-d5344715adbb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-79d1ad7f-d3c7-4ff0-a0b1-0a2ed3438cc0 {
  margin-top: 50px;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79d1ad7f-d3c7-4ff0-a0b1-0a2ed3438cc0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-4c4c0d4e-1b4c-4a46-bbb0-d52cf538b3a6 {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-4c4c0d4e-1b4c-4a46-bbb0-d52cf538b3a6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4c4c0d4e-1b4c-4a46-bbb0-d52cf538b3a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4c4c0d4e-1b4c-4a46-bbb0-d52cf538b3a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4c4c0d4e-1b4c-4a46-bbb0-d52cf538b3a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-291839cf-f38f-4412-93c8-3999e8be31ba {
  text-align: left;
}



.shg-c#s-291839cf-f38f-4412-93c8-3999e8be31ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-291839cf-f38f-4412-93c8-3999e8be31ba img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-291839cf-f38f-4412-93c8-3999e8be31ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-291839cf-f38f-4412-93c8-3999e8be31ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-291839cf-f38f-4412-93c8-3999e8be31ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-291839cf-f38f-4412-93c8-3999e8be31ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-291839cf-f38f-4412-93c8-3999e8be31ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-291839cf-f38f-4412-93c8-3999e8be31ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-291839cf-f38f-4412-93c8-3999e8be31ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-291839cf-f38f-4412-93c8-3999e8be31ba 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-dd7cb5a2-35b2-45c4-a049-f7b16a656754 {
  padding-top: 14px;
padding-left: 5px;
padding-bottom: 14px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-dd7cb5a2-35b2-45c4-a049-f7b16a656754 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.133em;
  line-height: 1.1em;
  letter-spacing: ;
}

#s-4cd92b12-7c9c-4d96-b040-bc88e7bc8f94 {
  text-align: center;
}

#s-4cd92b12-7c9c-4d96-b040-bc88e7bc8f94 .shg-product-sold-out {
  display: none;
  color: rgba(69, 69, 69, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4cd92b12-7c9c-4d96-b040-bc88e7bc8f94 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-4cd92b12-7c9c-4d96-b040-bc88e7bc8f94 .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-2ecf4866-8683-4ec2-b645-441be2128dc7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 189, 47, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2ecf4866-8683-4ec2-b645-441be2128dc7:hover {background-color: rgba(246, 189, 47, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2ecf4866-8683-4ec2-b645-441be2128dc7:active {background-color: rgba(246, 189, 47, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-2ecf4866-8683-4ec2-b645-441be2128dc7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2ecf4866-8683-4ec2-b645-441be2128dc7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2ecf4866-8683-4ec2-b645-441be2128dc7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-2ecf4866-8683-4ec2-b645-441be2128dc7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2ecf4866-8683-4ec2-b645-441be2128dc7.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-187e4ee5-c195-4149-9b92-35d5f28b1f3e {
  text-align: left;
}



.shg-c#s-187e4ee5-c195-4149-9b92-35d5f28b1f3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-187e4ee5-c195-4149-9b92-35d5f28b1f3e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-187e4ee5-c195-4149-9b92-35d5f28b1f3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-187e4ee5-c195-4149-9b92-35d5f28b1f3e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-187e4ee5-c195-4149-9b92-35d5f28b1f3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-187e4ee5-c195-4149-9b92-35d5f28b1f3e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-187e4ee5-c195-4149-9b92-35d5f28b1f3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-187e4ee5-c195-4149-9b92-35d5f28b1f3e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-187e4ee5-c195-4149-9b92-35d5f28b1f3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-187e4ee5-c195-4149-9b92-35d5f28b1f3e img.shogun-image {
  width: 100%;
}



}
#s-257acd3b-01da-4ad8-94ef-ac404a18be40 {
  padding-top: 14px;
padding-left: 5px;
padding-bottom: 14px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-257acd3b-01da-4ad8-94ef-ac404a18be40 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.133em;
  line-height: 1.1em;
  letter-spacing: ;
}

#s-d468aec4-ab08-4acd-a3f5-a3391bc4d1fc {
  text-align: center;
}

#s-d468aec4-ab08-4acd-a3f5-a3391bc4d1fc .shg-product-sold-out {
  display: none;
  color: rgba(69, 69, 69, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d468aec4-ab08-4acd-a3f5-a3391bc4d1fc .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-d468aec4-ab08-4acd-a3f5-a3391bc4d1fc .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-a0dd15d6-4e07-4276-9e95-1d0c48f20b6a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(117, 52, 148, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a0dd15d6-4e07-4276-9e95-1d0c48f20b6a:hover {background-color: rgba(117, 52, 148, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a0dd15d6-4e07-4276-9e95-1d0c48f20b6a:active {background-color: rgba(117, 52, 148, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-a0dd15d6-4e07-4276-9e95-1d0c48f20b6a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a0dd15d6-4e07-4276-9e95-1d0c48f20b6a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0dd15d6-4e07-4276-9e95-1d0c48f20b6a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-a0dd15d6-4e07-4276-9e95-1d0c48f20b6a.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


  #s-a0dd15d6-4e07-4276-9e95-1d0c48f20b6a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-9f926814-ad1c-4003-a27f-0b37e856f8ce {
  text-align: left;
}



.shg-c#s-9f926814-ad1c-4003-a27f-0b37e856f8ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f926814-ad1c-4003-a27f-0b37e856f8ce img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9f926814-ad1c-4003-a27f-0b37e856f8ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f926814-ad1c-4003-a27f-0b37e856f8ce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9f926814-ad1c-4003-a27f-0b37e856f8ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f926814-ad1c-4003-a27f-0b37e856f8ce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9f926814-ad1c-4003-a27f-0b37e856f8ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f926814-ad1c-4003-a27f-0b37e856f8ce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9f926814-ad1c-4003-a27f-0b37e856f8ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f926814-ad1c-4003-a27f-0b37e856f8ce img.shogun-image {
  width: 100%;
}



}
#s-d5b40d23-1423-4ea6-b603-712e905531d2 {
  padding-top: 14px;
padding-left: 5px;
padding-bottom: 14px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-d5b40d23-1423-4ea6-b603-712e905531d2 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.133em;
  line-height: 1.1em;
  letter-spacing: ;
}

#s-3a95df2b-1314-4e5a-8b22-ad85204c998e {
  text-align: center;
}

#s-3a95df2b-1314-4e5a-8b22-ad85204c998e .shg-product-sold-out {
  display: none;
  color: rgba(69, 69, 69, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3a95df2b-1314-4e5a-8b22-ad85204c998e .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-3a95df2b-1314-4e5a-8b22-ad85204c998e .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-d3593630-d5e9-4613-b94b-e47033a1596b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(8, 83, 154, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d3593630-d5e9-4613-b94b-e47033a1596b:hover {background-color: rgba(8, 83, 154, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d3593630-d5e9-4613-b94b-e47033a1596b:active {background-color: rgba(8, 83, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-d3593630-d5e9-4613-b94b-e47033a1596b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d3593630-d5e9-4613-b94b-e47033a1596b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d3593630-d5e9-4613-b94b-e47033a1596b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-d3593630-d5e9-4613-b94b-e47033a1596b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d3593630-d5e9-4613-b94b-e47033a1596b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-6261173a-e5cf-4137-bd29-448efaaee900 {
  text-align: left;
}



.shg-c#s-6261173a-e5cf-4137-bd29-448efaaee900 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6261173a-e5cf-4137-bd29-448efaaee900 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6261173a-e5cf-4137-bd29-448efaaee900 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6261173a-e5cf-4137-bd29-448efaaee900 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6261173a-e5cf-4137-bd29-448efaaee900 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6261173a-e5cf-4137-bd29-448efaaee900 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6261173a-e5cf-4137-bd29-448efaaee900 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6261173a-e5cf-4137-bd29-448efaaee900 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6261173a-e5cf-4137-bd29-448efaaee900 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6261173a-e5cf-4137-bd29-448efaaee900 img.shogun-image {
  width: 100%;
}



}
#s-766ceeba-9400-4647-9824-5e89da8f2025 {
  padding-top: 14px;
padding-left: 5px;
padding-bottom: 14px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-766ceeba-9400-4647-9824-5e89da8f2025 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.133em;
  line-height: 1.1em;
  letter-spacing: ;
}

#s-d233b11c-45b2-4b6d-baec-099f8872f582 {
  text-align: center;
}

#s-d233b11c-45b2-4b6d-baec-099f8872f582 .shg-product-sold-out {
  display: none;
  color: rgba(69, 69, 69, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d233b11c-45b2-4b6d-baec-099f8872f582 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-d233b11c-45b2-4b6d-baec-099f8872f582 .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-b21f3673-f418-4a37-a4a8-b7ed1780f5b6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 211, 181, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-b21f3673-f418-4a37-a4a8-b7ed1780f5b6:hover {background-color: rgba(240, 211, 181, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b21f3673-f418-4a37-a4a8-b7ed1780f5b6:active {background-color: rgba(240, 211, 181, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-b21f3673-f418-4a37-a4a8-b7ed1780f5b6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b21f3673-f418-4a37-a4a8-b7ed1780f5b6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b21f3673-f418-4a37-a4a8-b7ed1780f5b6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-b21f3673-f418-4a37-a4a8-b7ed1780f5b6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b21f3673-f418-4a37-a4a8-b7ed1780f5b6.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


/*
  $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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}