.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;
}
#s-8e5b3ad6-bce6-45d7-a001-cd256eb2e969 {
  text-align: center;
}
@media (min-width: 1200px){#s-8e5b3ad6-bce6-45d7-a001-cd256eb2e969 {
  display: none;
}
#s-8e5b3ad6-bce6-45d7-a001-cd256eb2e969, #wrap-s-8e5b3ad6-bce6-45d7-a001-cd256eb2e969 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8e5b3ad6-bce6-45d7-a001-cd256eb2e969 {
  display: none;
}
#s-8e5b3ad6-bce6-45d7-a001-cd256eb2e969, #wrap-s-8e5b3ad6-bce6-45d7-a001-cd256eb2e969 { display:none !important; }}@media (max-width: 767px){#s-8e5b3ad6-bce6-45d7-a001-cd256eb2e969 {
  display: none;
}
#s-8e5b3ad6-bce6-45d7-a001-cd256eb2e969, #wrap-s-8e5b3ad6-bce6-45d7-a001-cd256eb2e969 { display:none !important; }}






  #s-8e5b3ad6-bce6-45d7-a001-cd256eb2e969 img.shogun-image {
    

    
    
    
  }


#s-8e5b3ad6-bce6-45d7-a001-cd256eb2e969 .shogun-image-content {
  
    align-items: center;
  
}

.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-920a9923-451d-4b18-b366-108f9ed7f618 {
  margin-left: 4%;
margin-right: 4%;
min-height: 0px;
}
@media (min-width: 1200px){#s-920a9923-451d-4b18-b366-108f9ed7f618 {
  display: none;
}
#s-920a9923-451d-4b18-b366-108f9ed7f618, #wrap-s-920a9923-451d-4b18-b366-108f9ed7f618 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-920a9923-451d-4b18-b366-108f9ed7f618 {
  display: none;
}
#s-920a9923-451d-4b18-b366-108f9ed7f618, #wrap-s-920a9923-451d-4b18-b366-108f9ed7f618 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-920a9923-451d-4b18-b366-108f9ed7f618 {
  margin-left: 6%;
margin-right: 6%;
}
}@media (max-width: 767px){#s-920a9923-451d-4b18-b366-108f9ed7f618 {
  display: none;
}
#s-920a9923-451d-4b18-b366-108f9ed7f618, #wrap-s-920a9923-451d-4b18-b366-108f9ed7f618 { display:none !important; }}







#s-920a9923-451d-4b18-b366-108f9ed7f618 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-920a9923-451d-4b18-b366-108f9ed7f618.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-c592250a-bb2a-4dd6-a3e9-3e4a61f07b1c {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-c592250a-bb2a-4dd6-a3e9-3e4a61f07b1c {
  
}
}@media (max-width: 767px){#s-c592250a-bb2a-4dd6-a3e9-3e4a61f07b1c {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-c592250a-bb2a-4dd6-a3e9-3e4a61f07b1c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-75aecdcc-2484-498d-9db0-875eb07a8167 {
  margin-bottom: 100px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-75aecdcc-2484-498d-9db0-875eb07a8167 {
  
}
}@media (max-width: 767px){#s-75aecdcc-2484-498d-9db0-875eb07a8167 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-75aecdcc-2484-498d-9db0-875eb07a8167 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



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

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

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

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

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

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

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

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

#s-4aea4438-4759-4d68-b053-3db900d49f5a {
  border-style: solid;
margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
padding-top: 7px;
padding-left: 30px;
padding-bottom: 7px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-4aea4438-4759-4d68-b053-3db900d49f5a:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(109, 109, 109, 1) !important;}#s-4aea4438-4759-4d68-b053-3db900d49f5a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-4aea4438-4759-4d68-b053-3db900d49f5a {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-4aea4438-4759-4d68-b053-3db900d49f5a {
  
}
}

  #s-4aea4438-4759-4d68-b053-3db900d49f5a-root {
    text-align: left;
  }


#s-4aea4438-4759-4d68-b053-3db900d49f5a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4aea4438-4759-4d68-b053-3db900d49f5a-root {
    text-align: left;
  }


#s-4aea4438-4759-4d68-b053-3db900d49f5a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4aea4438-4759-4d68-b053-3db900d49f5a-root {
    text-align: left;
  }


#s-4aea4438-4759-4d68-b053-3db900d49f5a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4aea4438-4759-4d68-b053-3db900d49f5a-root {
    text-align: left;
  }


#s-4aea4438-4759-4d68-b053-3db900d49f5a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4aea4438-4759-4d68-b053-3db900d49f5a-root {
    text-align: left;
  }


#s-4aea4438-4759-4d68-b053-3db900d49f5a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-9de0c5b3-40ae-424b-b16b-5316521ca115 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
min-height: 780px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-9de0c5b3-40ae-424b-b16b-5316521ca115 {
  display: none;
}
#s-9de0c5b3-40ae-424b-b16b-5316521ca115, #wrap-s-9de0c5b3-40ae-424b-b16b-5316521ca115 { display:none !important; }}@media (max-width: 767px){#s-9de0c5b3-40ae-424b-b16b-5316521ca115 {
  display: none;
}
#s-9de0c5b3-40ae-424b-b16b-5316521ca115, #wrap-s-9de0c5b3-40ae-424b-b16b-5316521ca115 { display:none !important; }}
#s-9de0c5b3-40ae-424b-b16b-5316521ca115 {
  background-image: url(https://i.shgcdn.com/e0de1cbe-a058-4b1e-8457-e7c1ab4fba35/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9de0c5b3-40ae-424b-b16b-5316521ca115 > .shg-box-overlay {
  background-color: rgba(73, 73, 73, 1);
  opacity: 0;
}#s-9de0c5b3-40ae-424b-b16b-5316521ca115.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ef4e202-a518-4455-8fc2-e058d485942f {
  margin-left: 100px;
margin-right: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8ef4e202-a518-4455-8fc2-e058d485942f {
  margin-left: 30px;
margin-right: 30px;
display: none;
}
#s-8ef4e202-a518-4455-8fc2-e058d485942f, #wrap-s-8ef4e202-a518-4455-8fc2-e058d485942f { display:none !important; }}@media (max-width: 767px){#s-8ef4e202-a518-4455-8fc2-e058d485942f {
  margin-left: 10px;
margin-right: 10px;
display: none;
}
#s-8ef4e202-a518-4455-8fc2-e058d485942f, #wrap-s-8ef4e202-a518-4455-8fc2-e058d485942f { display:none !important; }}







#s-8ef4e202-a518-4455-8fc2-e058d485942f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ef4e202-a518-4455-8fc2-e058d485942f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94785fac-6ac0-419a-88d5-27513e16ac45 {
  margin-left: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-94785fac-6ac0-419a-88d5-27513e16ac45 {
  
}
}@media (max-width: 767px){#s-94785fac-6ac0-419a-88d5-27513e16ac45 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-94785fac-6ac0-419a-88d5-27513e16ac45 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-d4809535-c81f-4761-9b2e-ca384882d11b {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-d4809535-c81f-4761-9b2e-ca384882d11b {
  
}
}@media (max-width: 767px){#s-d4809535-c81f-4761-9b2e-ca384882d11b {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-d4809535-c81f-4761-9b2e-ca384882d11b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.8em;
  
  text-align: left;
}



#s-ddc12f68-ddd5-4fbe-8a46-86b0b4f4d1b0 {
  border-style: solid;
margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 7px;
padding-left: 40px;
padding-bottom: 7px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-ddc12f68-ddd5-4fbe-8a46-86b0b4f4d1b0:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(109, 109, 109, 1) !important;}#s-ddc12f68-ddd5-4fbe-8a46-86b0b4f4d1b0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-ddc12f68-ddd5-4fbe-8a46-86b0b4f4d1b0 {
  
}
}@media (max-width: 767px){#s-ddc12f68-ddd5-4fbe-8a46-86b0b4f4d1b0 {
  margin-left: 0%;
}
}

  #s-ddc12f68-ddd5-4fbe-8a46-86b0b4f4d1b0-root {
    text-align: left;
  }


#s-ddc12f68-ddd5-4fbe-8a46-86b0b4f4d1b0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ddc12f68-ddd5-4fbe-8a46-86b0b4f4d1b0-root {
    text-align: left;
  }


#s-ddc12f68-ddd5-4fbe-8a46-86b0b4f4d1b0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ddc12f68-ddd5-4fbe-8a46-86b0b4f4d1b0-root {
    text-align: left;
  }


#s-ddc12f68-ddd5-4fbe-8a46-86b0b4f4d1b0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ddc12f68-ddd5-4fbe-8a46-86b0b4f4d1b0-root {
    text-align: left;
  }


#s-ddc12f68-ddd5-4fbe-8a46-86b0b4f4d1b0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ddc12f68-ddd5-4fbe-8a46-86b0b4f4d1b0-root {
    text-align: left;
  }


#s-ddc12f68-ddd5-4fbe-8a46-86b0b4f4d1b0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-c1ea679f-a131-42a7-b89a-1c4a3e862ce6 {
  margin-left: 100px;
margin-right: 100px;
min-height: 50px;
}
@media (min-width: 1200px){#s-c1ea679f-a131-42a7-b89a-1c4a3e862ce6 {
  display: none;
}
#s-c1ea679f-a131-42a7-b89a-1c4a3e862ce6, #wrap-s-c1ea679f-a131-42a7-b89a-1c4a3e862ce6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c1ea679f-a131-42a7-b89a-1c4a3e862ce6 {
  display: none;
}
#s-c1ea679f-a131-42a7-b89a-1c4a3e862ce6, #wrap-s-c1ea679f-a131-42a7-b89a-1c4a3e862ce6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c1ea679f-a131-42a7-b89a-1c4a3e862ce6 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-c1ea679f-a131-42a7-b89a-1c4a3e862ce6 {
  margin-left: 10px;
margin-right: 10px;
}
}







#s-c1ea679f-a131-42a7-b89a-1c4a3e862ce6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1ea679f-a131-42a7-b89a-1c4a3e862ce6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-609f4119-58b6-4bc7-9c52-39b03d2234e8 {
  margin-left: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-609f4119-58b6-4bc7-9c52-39b03d2234e8 {
  
}
}@media (max-width: 767px){#s-609f4119-58b6-4bc7-9c52-39b03d2234e8 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-609f4119-58b6-4bc7-9c52-39b03d2234e8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-f10b7a54-0713-4875-8ee9-7f26d52a5dad {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-f10b7a54-0713-4875-8ee9-7f26d52a5dad {
  
}
}@media (max-width: 767px){#s-f10b7a54-0713-4875-8ee9-7f26d52a5dad {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-f10b7a54-0713-4875-8ee9-7f26d52a5dad .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.8em;
  
  text-align: left;
}



#s-d04f7f6c-3bb5-4d6c-aa91-9b65ac02a363 {
  border-style: solid;
margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 7px;
padding-left: 40px;
padding-bottom: 7px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-d04f7f6c-3bb5-4d6c-aa91-9b65ac02a363:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(109, 109, 109, 1) !important;}#s-d04f7f6c-3bb5-4d6c-aa91-9b65ac02a363:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-d04f7f6c-3bb5-4d6c-aa91-9b65ac02a363 {
  
}
}@media (max-width: 767px){#s-d04f7f6c-3bb5-4d6c-aa91-9b65ac02a363 {
  margin-left: 0%;
}
}

  #s-d04f7f6c-3bb5-4d6c-aa91-9b65ac02a363-root {
    text-align: left;
  }


#s-d04f7f6c-3bb5-4d6c-aa91-9b65ac02a363.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d04f7f6c-3bb5-4d6c-aa91-9b65ac02a363-root {
    text-align: left;
  }


#s-d04f7f6c-3bb5-4d6c-aa91-9b65ac02a363.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d04f7f6c-3bb5-4d6c-aa91-9b65ac02a363-root {
    text-align: left;
  }


#s-d04f7f6c-3bb5-4d6c-aa91-9b65ac02a363.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d04f7f6c-3bb5-4d6c-aa91-9b65ac02a363-root {
    text-align: left;
  }


#s-d04f7f6c-3bb5-4d6c-aa91-9b65ac02a363.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d04f7f6c-3bb5-4d6c-aa91-9b65ac02a363-root {
    text-align: left;
  }


#s-d04f7f6c-3bb5-4d6c-aa91-9b65ac02a363.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-c4c35f3e-d9f5-4522-bce1-eb5daf43d055 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
min-height: 720px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-c4c35f3e-d9f5-4522-bce1-eb5daf43d055 {
  display: none;
}
#s-c4c35f3e-d9f5-4522-bce1-eb5daf43d055, #wrap-s-c4c35f3e-d9f5-4522-bce1-eb5daf43d055 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c4c35f3e-d9f5-4522-bce1-eb5daf43d055 {
  display: none;
}
#s-c4c35f3e-d9f5-4522-bce1-eb5daf43d055, #wrap-s-c4c35f3e-d9f5-4522-bce1-eb5daf43d055 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c4c35f3e-d9f5-4522-bce1-eb5daf43d055 {
  display: none;
}
#s-c4c35f3e-d9f5-4522-bce1-eb5daf43d055, #wrap-s-c4c35f3e-d9f5-4522-bce1-eb5daf43d055 { display:none !important; }}
#s-c4c35f3e-d9f5-4522-bce1-eb5daf43d055 {
  background-image: url(https://i.shgcdn.com/18095652-3fd4-4588-b6da-aa2ae4a32ba1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c4c35f3e-d9f5-4522-bce1-eb5daf43d055 > .shg-box-overlay {
  background-color: rgba(73, 73, 73, 1);
  opacity: 0.4;
}#s-c4c35f3e-d9f5-4522-bce1-eb5daf43d055.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-500144a9-c03b-4f04-bfed-da1bb81df053 {
  margin-left: 100px;
margin-right: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-500144a9-c03b-4f04-bfed-da1bb81df053 {
  margin-left: 30px;
margin-right: 30px;
display: none;
}
#s-500144a9-c03b-4f04-bfed-da1bb81df053, #wrap-s-500144a9-c03b-4f04-bfed-da1bb81df053 { display:none !important; }}@media (max-width: 767px){#s-500144a9-c03b-4f04-bfed-da1bb81df053 {
  margin-left: 10px;
margin-right: 10px;
display: none;
}
#s-500144a9-c03b-4f04-bfed-da1bb81df053, #wrap-s-500144a9-c03b-4f04-bfed-da1bb81df053 { display:none !important; }}







#s-500144a9-c03b-4f04-bfed-da1bb81df053 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-500144a9-c03b-4f04-bfed-da1bb81df053.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7141fac9-016c-48f2-bf34-131e42cd9dd4 {
  margin-left: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-7141fac9-016c-48f2-bf34-131e42cd9dd4 {
  display: none;
}
#s-7141fac9-016c-48f2-bf34-131e42cd9dd4, #wrap-s-7141fac9-016c-48f2-bf34-131e42cd9dd4 { display:none !important; }}@media (max-width: 767px){#s-7141fac9-016c-48f2-bf34-131e42cd9dd4 {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-7141fac9-016c-48f2-bf34-131e42cd9dd4, #wrap-s-7141fac9-016c-48f2-bf34-131e42cd9dd4 { display:none !important; }}
#s-7141fac9-016c-48f2-bf34-131e42cd9dd4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-05fe543a-476c-4030-9c33-1de700df8373 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-05fe543a-476c-4030-9c33-1de700df8373 {
  display: none;
}
#s-05fe543a-476c-4030-9c33-1de700df8373, #wrap-s-05fe543a-476c-4030-9c33-1de700df8373 { display:none !important; }}@media (max-width: 767px){#s-05fe543a-476c-4030-9c33-1de700df8373 {
  margin-left: 20px;
margin-right: 20px;
display: none;
}
#s-05fe543a-476c-4030-9c33-1de700df8373, #wrap-s-05fe543a-476c-4030-9c33-1de700df8373 { display:none !important; }}
#s-05fe543a-476c-4030-9c33-1de700df8373 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.8em;
  
  text-align: left;
}



#s-edbbd8f3-71b2-4d26-bd68-6a00a5db09b5 {
  border-style: solid;
margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 7px;
padding-left: 40px;
padding-bottom: 7px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-edbbd8f3-71b2-4d26-bd68-6a00a5db09b5:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(109, 109, 109, 1) !important;}#s-edbbd8f3-71b2-4d26-bd68-6a00a5db09b5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-edbbd8f3-71b2-4d26-bd68-6a00a5db09b5 {
  display: none;
}
#s-edbbd8f3-71b2-4d26-bd68-6a00a5db09b5, #wrap-s-edbbd8f3-71b2-4d26-bd68-6a00a5db09b5 { display:none !important; }}@media (max-width: 767px){#s-edbbd8f3-71b2-4d26-bd68-6a00a5db09b5 {
  margin-left: 0%;
display: none;
}
#s-edbbd8f3-71b2-4d26-bd68-6a00a5db09b5, #wrap-s-edbbd8f3-71b2-4d26-bd68-6a00a5db09b5 { display:none !important; }}

  #s-edbbd8f3-71b2-4d26-bd68-6a00a5db09b5-root {
    text-align: left;
  }


#s-edbbd8f3-71b2-4d26-bd68-6a00a5db09b5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-edbbd8f3-71b2-4d26-bd68-6a00a5db09b5-root {
    text-align: left;
  }


#s-edbbd8f3-71b2-4d26-bd68-6a00a5db09b5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-edbbd8f3-71b2-4d26-bd68-6a00a5db09b5-root {
    text-align: left;
  }


#s-edbbd8f3-71b2-4d26-bd68-6a00a5db09b5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-edbbd8f3-71b2-4d26-bd68-6a00a5db09b5-root {
    text-align: left;
  }


#s-edbbd8f3-71b2-4d26-bd68-6a00a5db09b5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-edbbd8f3-71b2-4d26-bd68-6a00a5db09b5-root {
    text-align: left;
  }


#s-edbbd8f3-71b2-4d26-bd68-6a00a5db09b5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-f2f9d406-6329-403a-8553-ac4d399ffa03 {
  margin-left: 2%;
margin-right: 2%;
min-height: 0px;
}
@media (min-width: 1200px){#s-f2f9d406-6329-403a-8553-ac4d399ffa03 {
  display: none;
}
#s-f2f9d406-6329-403a-8553-ac4d399ffa03, #wrap-s-f2f9d406-6329-403a-8553-ac4d399ffa03 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f2f9d406-6329-403a-8553-ac4d399ffa03 {
  display: none;
}
#s-f2f9d406-6329-403a-8553-ac4d399ffa03, #wrap-s-f2f9d406-6329-403a-8553-ac4d399ffa03 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f2f9d406-6329-403a-8553-ac4d399ffa03 {
  display: none;
}
#s-f2f9d406-6329-403a-8553-ac4d399ffa03, #wrap-s-f2f9d406-6329-403a-8553-ac4d399ffa03 { display:none !important; }}@media (max-width: 767px){#s-f2f9d406-6329-403a-8553-ac4d399ffa03 {
  
}
}







#s-f2f9d406-6329-403a-8553-ac4d399ffa03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2f9d406-6329-403a-8553-ac4d399ffa03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5c9d3ba-13fd-4050-9380-066c7760a6fe {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-a5c9d3ba-13fd-4050-9380-066c7760a6fe {
  
}
}@media (max-width: 767px){#s-a5c9d3ba-13fd-4050-9380-066c7760a6fe {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-a5c9d3ba-13fd-4050-9380-066c7760a6fe .shogun-heading-component h1 {
  color: rgba(245, 244, 241, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-46b7e448-c589-43c3-8b42-d9e426be5d7d {
  margin-bottom: 100px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-46b7e448-c589-43c3-8b42-d9e426be5d7d {
  
}
}@media (max-width: 767px){#s-46b7e448-c589-43c3-8b42-d9e426be5d7d {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-46b7e448-c589-43c3-8b42-d9e426be5d7d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-9162967c-bc52-4928-bf43-cd510d26fa8c {
  border-style: solid;
margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
padding-top: 7px;
padding-left: 30px;
padding-bottom: 7px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-9162967c-bc52-4928-bf43-cd510d26fa8c:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(109, 109, 109, 1) !important;}#s-9162967c-bc52-4928-bf43-cd510d26fa8c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-9162967c-bc52-4928-bf43-cd510d26fa8c {
  
}
}@media (max-width: 767px){#s-9162967c-bc52-4928-bf43-cd510d26fa8c {
  
}
}

  #s-9162967c-bc52-4928-bf43-cd510d26fa8c-root {
    text-align: left;
  }


#s-9162967c-bc52-4928-bf43-cd510d26fa8c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9162967c-bc52-4928-bf43-cd510d26fa8c-root {
    text-align: left;
  }


#s-9162967c-bc52-4928-bf43-cd510d26fa8c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9162967c-bc52-4928-bf43-cd510d26fa8c-root {
    text-align: left;
  }


#s-9162967c-bc52-4928-bf43-cd510d26fa8c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9162967c-bc52-4928-bf43-cd510d26fa8c-root {
    text-align: left;
  }


#s-9162967c-bc52-4928-bf43-cd510d26fa8c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9162967c-bc52-4928-bf43-cd510d26fa8c-root {
    text-align: left;
  }


#s-9162967c-bc52-4928-bf43-cd510d26fa8c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-6be53d8b-8a63-4e29-a5a3-d4795da8e93f {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 40px;
padding-left: 300px;
padding-bottom: 40px;
padding-right: 300px;
text-align: center;
}
@media (min-width: 1200px){#s-6be53d8b-8a63-4e29-a5a3-d4795da8e93f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 40px;
padding-left: 400px;
padding-bottom: 40px;
padding-right: 400px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6be53d8b-8a63-4e29-a5a3-d4795da8e93f {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 400px;
padding-right: 400px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6be53d8b-8a63-4e29-a5a3-d4795da8e93f {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 35px;
padding-left: 50px;
padding-bottom: 35px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-6be53d8b-8a63-4e29-a5a3-d4795da8e93f {
  margin-top: 0px;
margin-left: 2%;
margin-right: 2%;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}
}






  #s-6be53d8b-8a63-4e29-a5a3-d4795da8e93f img.shogun-image {
    

    
    
    
  }


#s-6be53d8b-8a63-4e29-a5a3-d4795da8e93f .shogun-image-content {
  
    align-items: center;
  
}

#s-9f93eb8b-42ec-49a7-805c-2d6070b1953b {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-9f93eb8b-42ec-49a7-805c-2d6070b1953b {
  margin-top: 30px;
margin-left: 4%;
margin-bottom: 30px;
margin-right: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9f93eb8b-42ec-49a7-805c-2d6070b1953b {
  margin-top: 30px;
margin-left: 4%;
margin-bottom: 30px;
margin-right: 4%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9f93eb8b-42ec-49a7-805c-2d6070b1953b {
  margin-top: 30px;
margin-left: 4%;
margin-bottom: 30px;
margin-right: 4%;
}
}@media (max-width: 767px){#s-9f93eb8b-42ec-49a7-805c-2d6070b1953b {
  margin-top: 30px;
margin-left: 4%;
margin-bottom: 30px;
margin-right: 4%;
}
}
#s-9f93eb8b-42ec-49a7-805c-2d6070b1953b .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 1200px){#s-9f93eb8b-42ec-49a7-805c-2d6070b1953b .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9f93eb8b-42ec-49a7-805c-2d6070b1953b .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9f93eb8b-42ec-49a7-805c-2d6070b1953b .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-9f93eb8b-42ec-49a7-805c-2d6070b1953b .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-c88d5289-88bc-43c6-b24a-337a8a6477dd {
  margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
text-align: left;
}
@media (min-width: 1200px){#s-c88d5289-88bc-43c6-b24a-337a8a6477dd {
  margin-left: 4%;
margin-bottom: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c88d5289-88bc-43c6-b24a-337a8a6477dd {
  margin-left: 4%;
margin-bottom: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c88d5289-88bc-43c6-b24a-337a8a6477dd {
  margin-left: 5%;
margin-bottom: 50px;
text-align: left;
}
}@media (max-width: 767px){#s-c88d5289-88bc-43c6-b24a-337a8a6477dd {
  margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}
#s-c88d5289-88bc-43c6-b24a-337a8a6477dd .shogun-heading-component h4 {
  color: rgba(73, 73, 73, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.8em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-c88d5289-88bc-43c6-b24a-337a8a6477dd .shogun-heading-component h4 {
  color: rgba(73, 73, 73, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.8em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c88d5289-88bc-43c6-b24a-337a8a6477dd .shogun-heading-component h4 {
  color: rgba(73, 73, 73, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.8em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-c88d5289-88bc-43c6-b24a-337a8a6477dd .shogun-heading-component h4 {
  color: rgba(73, 73, 73, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.8em;
  
  text-align: left;
}


}
#s-39167502-db5d-46f8-9a60-626e4b5f018b {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}
@media (min-width: 1200px){#s-39167502-db5d-46f8-9a60-626e4b5f018b {
  display: none;
}
#s-39167502-db5d-46f8-9a60-626e4b5f018b, #wrap-s-39167502-db5d-46f8-9a60-626e4b5f018b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39167502-db5d-46f8-9a60-626e4b5f018b {
  display: none;
}
#s-39167502-db5d-46f8-9a60-626e4b5f018b, #wrap-s-39167502-db5d-46f8-9a60-626e4b5f018b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-39167502-db5d-46f8-9a60-626e4b5f018b {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}
}@media (max-width: 767px){#s-39167502-db5d-46f8-9a60-626e4b5f018b {
  margin-left: 3%;
margin-bottom: 15px;
margin-right: 3%;
}
}






  #s-39167502-db5d-46f8-9a60-626e4b5f018b img.shogun-image {
    

    
    
    
  }


#s-39167502-db5d-46f8-9a60-626e4b5f018b .shogun-image-content {
  
    align-items: center;
  
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

#s-817c9457-c9f9-4385-9edf-590df88bf379 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 50px;
margin-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-817c9457-c9f9-4385-9edf-590df88bf379 {
  display: none;
}
#s-817c9457-c9f9-4385-9edf-590df88bf379, #wrap-s-817c9457-c9f9-4385-9edf-590df88bf379 { display:none !important; }}@media (max-width: 767px){#s-817c9457-c9f9-4385-9edf-590df88bf379 {
  display: none;
}
#s-817c9457-c9f9-4385-9edf-590df88bf379, #wrap-s-817c9457-c9f9-4385-9edf-590df88bf379 { display:none !important; }}
@media (min-width: 0px) {
[id="s-817c9457-c9f9-4385-9edf-590df88bf379"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-817c9457-c9f9-4385-9edf-590df88bf379"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-817c9457-c9f9-4385-9edf-590df88bf379"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-817c9457-c9f9-4385-9edf-590df88bf379"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8b512bc6-8df2-42ec-aafc-01618ca399a0 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-8b512bc6-8df2-42ec-aafc-01618ca399a0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8b512bc6-8df2-42ec-aafc-01618ca399a0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8b512bc6-8df2-42ec-aafc-01618ca399a0 {
  
}
}






  #s-8b512bc6-8df2-42ec-aafc-01618ca399a0 img.shogun-image {
    

    
    
    
  }


#s-8b512bc6-8df2-42ec-aafc-01618ca399a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b3bbbb3-b4ab-4c9f-a778-fd42fc3b79df {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-9b3bbbb3-b4ab-4c9f-a778-fd42fc3b79df {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9b3bbbb3-b4ab-4c9f-a778-fd42fc3b79df {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9b3bbbb3-b4ab-4c9f-a778-fd42fc3b79df {
  margin-top: -45px;
margin-bottom: -45px;
}
}@media (max-width: 767px){#s-9b3bbbb3-b4ab-4c9f-a778-fd42fc3b79df {
  margin-top: -23px;
margin-bottom: -23px;
}
}
#s-9b3bbbb3-b4ab-4c9f-a778-fd42fc3b79df .shogun-heading-component h3 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



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

@media (min-width: 1200px){#s-b951dd10-396e-425b-b37c-07f9f7b204e4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b951dd10-396e-425b-b37c-07f9f7b204e4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b951dd10-396e-425b-b37c-07f9f7b204e4 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-b951dd10-396e-425b-b37c-07f9f7b204e4 {
  margin-top: 30px;
margin-left: 2%;
margin-bottom: 30px;
margin-right: 2%;
}
}
#s-b951dd10-396e-425b-b37c-07f9f7b204e4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-b951dd10-396e-425b-b37c-07f9f7b204e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-b951dd10-396e-425b-b37c-07f9f7b204e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(73, 73, 73, 1);
}

#s-b951dd10-396e-425b-b37c-07f9f7b204e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-b951dd10-396e-425b-b37c-07f9f7b204e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(73, 73, 73, 1);
  text-align: right;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 12px;
}

#s-b951dd10-396e-425b-b37c-07f9f7b204e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 12px;
}@media (min-width: 768px) and (max-width: 991px){#s-b951dd10-396e-425b-b37c-07f9f7b204e4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-b951dd10-396e-425b-b37c-07f9f7b204e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-b951dd10-396e-425b-b37c-07f9f7b204e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(73, 73, 73, 1);
}

#s-b951dd10-396e-425b-b37c-07f9f7b204e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-b951dd10-396e-425b-b37c-07f9f7b204e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(73, 73, 73, 1);
  text-align: right;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-b951dd10-396e-425b-b37c-07f9f7b204e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
.shg-rich-text {
  overflow-wrap: break-word;
}

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

#s-38478cf1-ccae-405f-923d-db0279697d94 {
  margin-top: 10%;
margin-left: 5%;
margin-bottom: 10%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-38478cf1-ccae-405f-923d-db0279697d94 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}
}@media (max-width: 767px){#s-38478cf1-ccae-405f-923d-db0279697d94 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
}
#s-8da97a64-01d3-4bdd-a653-0674260edf82 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-8da97a64-01d3-4bdd-a653-0674260edf82 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8da97a64-01d3-4bdd-a653-0674260edf82 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8da97a64-01d3-4bdd-a653-0674260edf82 {
  
}
}






  #s-8da97a64-01d3-4bdd-a653-0674260edf82 img.shogun-image {
    

    
    
    
  }


#s-8da97a64-01d3-4bdd-a653-0674260edf82 .shogun-image-content {
  
    align-items: center;
  
}

#s-36f565cb-e1ae-40aa-8f9f-9eb2e0aea213 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-36f565cb-e1ae-40aa-8f9f-9eb2e0aea213 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36f565cb-e1ae-40aa-8f9f-9eb2e0aea213 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-36f565cb-e1ae-40aa-8f9f-9eb2e0aea213 {
  margin-top: -45px;
margin-bottom: -45px;
}
}@media (max-width: 767px){#s-36f565cb-e1ae-40aa-8f9f-9eb2e0aea213 {
  margin-top: -23px;
margin-bottom: -23px;
}
}
#s-36f565cb-e1ae-40aa-8f9f-9eb2e0aea213 .shogun-heading-component h3 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



@media (min-width: 1200px){#s-a288bcf9-5c99-4c04-ae19-c2745a4efd81 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a288bcf9-5c99-4c04-ae19-c2745a4efd81 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a288bcf9-5c99-4c04-ae19-c2745a4efd81 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-a288bcf9-5c99-4c04-ae19-c2745a4efd81 {
  margin-top: 30px;
margin-left: 2%;
margin-bottom: 30px;
margin-right: 2%;
}
}
#s-a288bcf9-5c99-4c04-ae19-c2745a4efd81 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-a288bcf9-5c99-4c04-ae19-c2745a4efd81 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-a288bcf9-5c99-4c04-ae19-c2745a4efd81 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(73, 73, 73, 1);
}

#s-a288bcf9-5c99-4c04-ae19-c2745a4efd81 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-a288bcf9-5c99-4c04-ae19-c2745a4efd81 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(73, 73, 73, 1);
  text-align: right;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 12px;
}

#s-a288bcf9-5c99-4c04-ae19-c2745a4efd81 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 12px;
}@media (min-width: 768px) and (max-width: 991px){#s-a288bcf9-5c99-4c04-ae19-c2745a4efd81 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-a288bcf9-5c99-4c04-ae19-c2745a4efd81 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-a288bcf9-5c99-4c04-ae19-c2745a4efd81 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(73, 73, 73, 1);
}

#s-a288bcf9-5c99-4c04-ae19-c2745a4efd81 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-a288bcf9-5c99-4c04-ae19-c2745a4efd81 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(73, 73, 73, 1);
  text-align: right;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-a288bcf9-5c99-4c04-ae19-c2745a4efd81 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-8242f87c-555a-4865-bd28-f62b73ca4792 {
  margin-top: 10%;
margin-left: 5%;
margin-bottom: 10%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8242f87c-555a-4865-bd28-f62b73ca4792 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
}
}@media (max-width: 767px){#s-8242f87c-555a-4865-bd28-f62b73ca4792 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
}
#s-b64e338c-ccf4-4028-ac5a-94b20b5c0b7c {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-b64e338c-ccf4-4028-ac5a-94b20b5c0b7c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b64e338c-ccf4-4028-ac5a-94b20b5c0b7c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b64e338c-ccf4-4028-ac5a-94b20b5c0b7c {
  
}
}






  #s-b64e338c-ccf4-4028-ac5a-94b20b5c0b7c img.shogun-image {
    

    
    
    
  }


#s-b64e338c-ccf4-4028-ac5a-94b20b5c0b7c .shogun-image-content {
  
    align-items: center;
  
}

#s-9449a697-9ba7-43c0-ae50-2e2db50cba7a {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-9449a697-9ba7-43c0-ae50-2e2db50cba7a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9449a697-9ba7-43c0-ae50-2e2db50cba7a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9449a697-9ba7-43c0-ae50-2e2db50cba7a {
  margin-top: -45px;
margin-bottom: -45px;
}
}@media (max-width: 767px){#s-9449a697-9ba7-43c0-ae50-2e2db50cba7a {
  margin-top: -23px;
margin-bottom: -23px;
}
}
#s-9449a697-9ba7-43c0-ae50-2e2db50cba7a .shogun-heading-component h3 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



@media (min-width: 1200px){#s-a942d92c-7c51-43cf-b0a4-ecf0733d5d1d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a942d92c-7c51-43cf-b0a4-ecf0733d5d1d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a942d92c-7c51-43cf-b0a4-ecf0733d5d1d {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-a942d92c-7c51-43cf-b0a4-ecf0733d5d1d {
  margin-top: 30px;
margin-left: 2%;
margin-bottom: 30px;
margin-right: 2%;
}
}
#s-a942d92c-7c51-43cf-b0a4-ecf0733d5d1d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-a942d92c-7c51-43cf-b0a4-ecf0733d5d1d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-a942d92c-7c51-43cf-b0a4-ecf0733d5d1d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(73, 73, 73, 1);
}

#s-a942d92c-7c51-43cf-b0a4-ecf0733d5d1d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-a942d92c-7c51-43cf-b0a4-ecf0733d5d1d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(73, 73, 73, 1);
  text-align: right;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 12px;
}

#s-a942d92c-7c51-43cf-b0a4-ecf0733d5d1d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 12px;
}@media (min-width: 768px) and (max-width: 991px){#s-a942d92c-7c51-43cf-b0a4-ecf0733d5d1d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-a942d92c-7c51-43cf-b0a4-ecf0733d5d1d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-a942d92c-7c51-43cf-b0a4-ecf0733d5d1d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(73, 73, 73, 1);
}

#s-a942d92c-7c51-43cf-b0a4-ecf0733d5d1d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-a942d92c-7c51-43cf-b0a4-ecf0733d5d1d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(73, 73, 73, 1);
  text-align: right;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-a942d92c-7c51-43cf-b0a4-ecf0733d5d1d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-97e6f56d-f964-451d-917e-0fe9e15e1d90 {
  margin-top: 10%;
margin-left: 5%;
margin-bottom: 10%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-97e6f56d-f964-451d-917e-0fe9e15e1d90 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
}
}@media (max-width: 767px){#s-97e6f56d-f964-451d-917e-0fe9e15e1d90 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
}
#s-e3920dec-66fd-4a58-948f-80b6665c8e61 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-e3920dec-66fd-4a58-948f-80b6665c8e61 {
  display: none;
}
#s-e3920dec-66fd-4a58-948f-80b6665c8e61, #wrap-s-e3920dec-66fd-4a58-948f-80b6665c8e61 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e3920dec-66fd-4a58-948f-80b6665c8e61 {
  display: none;
}
#s-e3920dec-66fd-4a58-948f-80b6665c8e61, #wrap-s-e3920dec-66fd-4a58-948f-80b6665c8e61 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e3920dec-66fd-4a58-948f-80b6665c8e61 {
  margin-top: -45px;
margin-left: 4%;
margin-bottom: -45px;
margin-right: 4%;
}
}@media (max-width: 767px){#s-e3920dec-66fd-4a58-948f-80b6665c8e61 {
  margin-top: -23px;
margin-left: 4%;
margin-bottom: -23px;
margin-right: 4%;
}
}
#s-e3920dec-66fd-4a58-948f-80b6665c8e61 .shogun-heading-component h3 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



@media (min-width: 1200px){#s-fcc544a8-4aa2-4555-be05-4ef399c4addc {
  display: none;
}
#s-fcc544a8-4aa2-4555-be05-4ef399c4addc, #wrap-s-fcc544a8-4aa2-4555-be05-4ef399c4addc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fcc544a8-4aa2-4555-be05-4ef399c4addc {
  display: none;
}
#s-fcc544a8-4aa2-4555-be05-4ef399c4addc, #wrap-s-fcc544a8-4aa2-4555-be05-4ef399c4addc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fcc544a8-4aa2-4555-be05-4ef399c4addc {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-fcc544a8-4aa2-4555-be05-4ef399c4addc {
  margin-top: 30px;
margin-left: 2%;
margin-bottom: 30px;
margin-right: 2%;
}
}
#s-fcc544a8-4aa2-4555-be05-4ef399c4addc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-fcc544a8-4aa2-4555-be05-4ef399c4addc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-fcc544a8-4aa2-4555-be05-4ef399c4addc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(73, 73, 73, 1);
}

#s-fcc544a8-4aa2-4555-be05-4ef399c4addc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-fcc544a8-4aa2-4555-be05-4ef399c4addc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(73, 73, 73, 1);
  text-align: right;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 12px;
}

#s-fcc544a8-4aa2-4555-be05-4ef399c4addc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 12px;
}@media (min-width: 768px) and (max-width: 991px){#s-fcc544a8-4aa2-4555-be05-4ef399c4addc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-fcc544a8-4aa2-4555-be05-4ef399c4addc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-fcc544a8-4aa2-4555-be05-4ef399c4addc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(73, 73, 73, 1);
}

#s-fcc544a8-4aa2-4555-be05-4ef399c4addc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-fcc544a8-4aa2-4555-be05-4ef399c4addc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(73, 73, 73, 1);
  text-align: right;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-fcc544a8-4aa2-4555-be05-4ef399c4addc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-83ac8ce1-ac0d-49e1-af0d-8822308351cd {
  margin-top: 10%;
margin-left: 5%;
margin-bottom: 10%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-83ac8ce1-ac0d-49e1-af0d-8822308351cd {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}
}@media (max-width: 767px){#s-83ac8ce1-ac0d-49e1-af0d-8822308351cd {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
}
#s-b95f4f3f-962d-4f88-8c7c-cb0c52e7585c {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}
@media (min-width: 1200px){#s-b95f4f3f-962d-4f88-8c7c-cb0c52e7585c {
  display: none;
}
#s-b95f4f3f-962d-4f88-8c7c-cb0c52e7585c, #wrap-s-b95f4f3f-962d-4f88-8c7c-cb0c52e7585c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b95f4f3f-962d-4f88-8c7c-cb0c52e7585c {
  display: none;
}
#s-b95f4f3f-962d-4f88-8c7c-cb0c52e7585c, #wrap-s-b95f4f3f-962d-4f88-8c7c-cb0c52e7585c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b95f4f3f-962d-4f88-8c7c-cb0c52e7585c {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}
}@media (max-width: 767px){#s-b95f4f3f-962d-4f88-8c7c-cb0c52e7585c {
  margin-left: 3%;
margin-bottom: 15px;
margin-right: 3%;
}
}






  #s-b95f4f3f-962d-4f88-8c7c-cb0c52e7585c img.shogun-image {
    

    
    
    
  }


#s-b95f4f3f-962d-4f88-8c7c-cb0c52e7585c .shogun-image-content {
  
    align-items: center;
  
}

#s-411a117b-9223-4f38-a286-2c2d8bf3f985 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-411a117b-9223-4f38-a286-2c2d8bf3f985 {
  display: none;
}
#s-411a117b-9223-4f38-a286-2c2d8bf3f985, #wrap-s-411a117b-9223-4f38-a286-2c2d8bf3f985 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-411a117b-9223-4f38-a286-2c2d8bf3f985 {
  display: none;
}
#s-411a117b-9223-4f38-a286-2c2d8bf3f985, #wrap-s-411a117b-9223-4f38-a286-2c2d8bf3f985 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-411a117b-9223-4f38-a286-2c2d8bf3f985 {
  margin-top: -45px;
margin-left: 4%;
margin-bottom: -45px;
margin-right: 4%;
}
}@media (max-width: 767px){#s-411a117b-9223-4f38-a286-2c2d8bf3f985 {
  margin-top: -23px;
margin-left: 4%;
margin-bottom: -23px;
margin-right: 4%;
}
}
#s-411a117b-9223-4f38-a286-2c2d8bf3f985 .shogun-heading-component h3 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



@media (min-width: 1200px){#s-1f9406c5-65e5-4377-a033-d5fe754e9e53 {
  display: none;
}
#s-1f9406c5-65e5-4377-a033-d5fe754e9e53, #wrap-s-1f9406c5-65e5-4377-a033-d5fe754e9e53 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f9406c5-65e5-4377-a033-d5fe754e9e53 {
  display: none;
}
#s-1f9406c5-65e5-4377-a033-d5fe754e9e53, #wrap-s-1f9406c5-65e5-4377-a033-d5fe754e9e53 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f9406c5-65e5-4377-a033-d5fe754e9e53 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-1f9406c5-65e5-4377-a033-d5fe754e9e53 {
  margin-top: 30px;
margin-left: 2%;
margin-bottom: 30px;
margin-right: 2%;
}
}
#s-1f9406c5-65e5-4377-a033-d5fe754e9e53 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-1f9406c5-65e5-4377-a033-d5fe754e9e53 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-1f9406c5-65e5-4377-a033-d5fe754e9e53 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(73, 73, 73, 1);
}

#s-1f9406c5-65e5-4377-a033-d5fe754e9e53 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-1f9406c5-65e5-4377-a033-d5fe754e9e53 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(73, 73, 73, 1);
  text-align: right;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 12px;
}

#s-1f9406c5-65e5-4377-a033-d5fe754e9e53 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 12px;
}@media (min-width: 768px) and (max-width: 991px){#s-1f9406c5-65e5-4377-a033-d5fe754e9e53 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-1f9406c5-65e5-4377-a033-d5fe754e9e53 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-1f9406c5-65e5-4377-a033-d5fe754e9e53 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(73, 73, 73, 1);
}

#s-1f9406c5-65e5-4377-a033-d5fe754e9e53 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-1f9406c5-65e5-4377-a033-d5fe754e9e53 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(73, 73, 73, 1);
  text-align: right;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-1f9406c5-65e5-4377-a033-d5fe754e9e53 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-cfe23705-e71b-4843-adab-3a8a60e29f5e {
  margin-top: 10%;
margin-left: 5%;
margin-bottom: 10%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-cfe23705-e71b-4843-adab-3a8a60e29f5e {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
}
}@media (max-width: 767px){#s-cfe23705-e71b-4843-adab-3a8a60e29f5e {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
}
#s-0339836e-c5d1-46ad-8f47-783d81bf29a4 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}
@media (min-width: 1200px){#s-0339836e-c5d1-46ad-8f47-783d81bf29a4 {
  display: none;
}
#s-0339836e-c5d1-46ad-8f47-783d81bf29a4, #wrap-s-0339836e-c5d1-46ad-8f47-783d81bf29a4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0339836e-c5d1-46ad-8f47-783d81bf29a4 {
  display: none;
}
#s-0339836e-c5d1-46ad-8f47-783d81bf29a4, #wrap-s-0339836e-c5d1-46ad-8f47-783d81bf29a4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0339836e-c5d1-46ad-8f47-783d81bf29a4 {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}
}@media (max-width: 767px){#s-0339836e-c5d1-46ad-8f47-783d81bf29a4 {
  margin-left: 3%;
margin-bottom: 15px;
margin-right: 3%;
}
}






  #s-0339836e-c5d1-46ad-8f47-783d81bf29a4 img.shogun-image {
    

    
    
    
  }


#s-0339836e-c5d1-46ad-8f47-783d81bf29a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-71e25a8c-0984-4786-9495-28ba2e92f349 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-71e25a8c-0984-4786-9495-28ba2e92f349 {
  display: none;
}
#s-71e25a8c-0984-4786-9495-28ba2e92f349, #wrap-s-71e25a8c-0984-4786-9495-28ba2e92f349 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71e25a8c-0984-4786-9495-28ba2e92f349 {
  display: none;
}
#s-71e25a8c-0984-4786-9495-28ba2e92f349, #wrap-s-71e25a8c-0984-4786-9495-28ba2e92f349 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-71e25a8c-0984-4786-9495-28ba2e92f349 {
  margin-top: -45px;
margin-left: 4%;
margin-bottom: -45px;
margin-right: 4%;
}
}@media (max-width: 767px){#s-71e25a8c-0984-4786-9495-28ba2e92f349 {
  margin-top: -23px;
margin-left: 4%;
margin-bottom: -23px;
margin-right: 4%;
}
}
#s-71e25a8c-0984-4786-9495-28ba2e92f349 .shogun-heading-component h3 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



@media (min-width: 1200px){#s-a1218f29-7ea7-49d2-87ad-f1ecd3380c3f {
  display: none;
}
#s-a1218f29-7ea7-49d2-87ad-f1ecd3380c3f, #wrap-s-a1218f29-7ea7-49d2-87ad-f1ecd3380c3f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1218f29-7ea7-49d2-87ad-f1ecd3380c3f {
  display: none;
}
#s-a1218f29-7ea7-49d2-87ad-f1ecd3380c3f, #wrap-s-a1218f29-7ea7-49d2-87ad-f1ecd3380c3f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a1218f29-7ea7-49d2-87ad-f1ecd3380c3f {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-a1218f29-7ea7-49d2-87ad-f1ecd3380c3f {
  margin-top: 30px;
margin-left: 2%;
margin-bottom: 30px;
margin-right: 2%;
}
}
#s-a1218f29-7ea7-49d2-87ad-f1ecd3380c3f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-a1218f29-7ea7-49d2-87ad-f1ecd3380c3f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-a1218f29-7ea7-49d2-87ad-f1ecd3380c3f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(73, 73, 73, 1);
}

#s-a1218f29-7ea7-49d2-87ad-f1ecd3380c3f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-a1218f29-7ea7-49d2-87ad-f1ecd3380c3f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(73, 73, 73, 1);
  text-align: right;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 12px;
}

#s-a1218f29-7ea7-49d2-87ad-f1ecd3380c3f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 12px;
}@media (min-width: 768px) and (max-width: 991px){#s-a1218f29-7ea7-49d2-87ad-f1ecd3380c3f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-a1218f29-7ea7-49d2-87ad-f1ecd3380c3f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-a1218f29-7ea7-49d2-87ad-f1ecd3380c3f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(73, 73, 73, 1);
}

#s-a1218f29-7ea7-49d2-87ad-f1ecd3380c3f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-a1218f29-7ea7-49d2-87ad-f1ecd3380c3f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(73, 73, 73, 1);
  text-align: right;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-a1218f29-7ea7-49d2-87ad-f1ecd3380c3f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-2f5f37a8-1d86-4749-b0f7-e85f3821b838 {
  margin-top: 10%;
margin-left: 5%;
margin-bottom: 10%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2f5f37a8-1d86-4749-b0f7-e85f3821b838 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
}
}@media (max-width: 767px){#s-2f5f37a8-1d86-4749-b0f7-e85f3821b838 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
}
#s-5f78bfcf-4cc9-49cf-84bc-0d8517e81b16 {
  background-color: rgba(245, 244, 241, 1);
}
@media (min-width: 1200px){#s-5f78bfcf-4cc9-49cf-84bc-0d8517e81b16 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5f78bfcf-4cc9-49cf-84bc-0d8517e81b16 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5f78bfcf-4cc9-49cf-84bc-0d8517e81b16 {
  padding-top: 15px;
padding-bottom: 15px;
}
}@media (max-width: 767px){#s-5f78bfcf-4cc9-49cf-84bc-0d8517e81b16 {
  padding-top: 0px;
padding-bottom: 5px;
}
}
#s-5f78bfcf-4cc9-49cf-84bc-0d8517e81b16 {
  display: none;
}
#s-7c1d9ad6-4925-4fba-a07c-df387df115a9 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-7c1d9ad6-4925-4fba-a07c-df387df115a9 {
  margin-top: 40px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7c1d9ad6-4925-4fba-a07c-df387df115a9 {
  margin-top: 40px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7c1d9ad6-4925-4fba-a07c-df387df115a9 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-7c1d9ad6-4925-4fba-a07c-df387df115a9 {
  margin-top: 30px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}
}
#s-7c1d9ad6-4925-4fba-a07c-df387df115a9 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-7c1d9ad6-4925-4fba-a07c-df387df115a9 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7c1d9ad6-4925-4fba-a07c-df387df115a9 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-7c1d9ad6-4925-4fba-a07c-df387df115a9 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-02e11531-54a7-43f7-806b-0424dc18b7ee {
  margin-top: 0px;
}
@media (max-width: 767px){#s-02e11531-54a7-43f7-806b-0424dc18b7ee {
  margin-top: -11px;
}
}
#s-4bfda5e8-fe1b-4727-812d-2a40691f749c {
  margin-top: -90px;
margin-bottom: 5px;
text-align: center;
}

#s-68e974ca-938d-4d74-904b-97875af271f8 {
  margin-top: 0px;
margin-bottom: 3%;
}
@media (min-width: 1200px){#s-68e974ca-938d-4d74-904b-97875af271f8 {
  margin-top: -10px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68e974ca-938d-4d74-904b-97875af271f8 {
  margin-top: -10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-68e974ca-938d-4d74-904b-97875af271f8 {
  margin-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-be9bd0c8-4392-4a80-bb90-f2e96810cf4c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-be9bd0c8-4392-4a80-bb90-f2e96810cf4c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-be9bd0c8-4392-4a80-bb90-f2e96810cf4c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-be9bd0c8-4392-4a80-bb90-f2e96810cf4c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-fa9b559f-319f-4355-b332-235bc075eb7d {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-fa9b559f-319f-4355-b332-235bc075eb7d {
  margin-left: 37%;
margin-right: 37%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fa9b559f-319f-4355-b332-235bc075eb7d {
  margin-left: 37%;
margin-right: 37%;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fa9b559f-319f-4355-b332-235bc075eb7d {
  margin-left: 26%;
margin-right: 26%;
}
}@media (max-width: 767px){#s-fa9b559f-319f-4355-b332-235bc075eb7d {
  margin-left: 25%;
margin-right: 12%;
}
}






  #s-fa9b559f-319f-4355-b332-235bc075eb7d img.shogun-image {
    

    
    
    
  }


#s-fa9b559f-319f-4355-b332-235bc075eb7d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-a16a968f-a0b7-4c73-83aa-ce71ad510a25 {
  display: none;
}
#s-a16a968f-a0b7-4c73-83aa-ce71ad510a25, #wrap-s-a16a968f-a0b7-4c73-83aa-ce71ad510a25 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a16a968f-a0b7-4c73-83aa-ce71ad510a25 {
  display: none;
}
#s-a16a968f-a0b7-4c73-83aa-ce71ad510a25, #wrap-s-a16a968f-a0b7-4c73-83aa-ce71ad510a25 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a16a968f-a0b7-4c73-83aa-ce71ad510a25 {
  margin-top: 70px;
margin-left: 6%;
margin-bottom: 0px;
display: none;
}
#s-a16a968f-a0b7-4c73-83aa-ce71ad510a25, #wrap-s-a16a968f-a0b7-4c73-83aa-ce71ad510a25 { display:none !important; }}@media (max-width: 767px){#s-a16a968f-a0b7-4c73-83aa-ce71ad510a25 {
  margin-top: 100px;
margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-c769763f-50de-4152-b093-3a4147ea6967 {
  display: none;
}
#s-c769763f-50de-4152-b093-3a4147ea6967, #wrap-s-c769763f-50de-4152-b093-3a4147ea6967 { display:none !important; }}@media (max-width: 767px){#s-c769763f-50de-4152-b093-3a4147ea6967 {
  display: none;
}
#s-c769763f-50de-4152-b093-3a4147ea6967, #wrap-s-c769763f-50de-4152-b093-3a4147ea6967 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c769763f-50de-4152-b093-3a4147ea6967"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c769763f-50de-4152-b093-3a4147ea6967"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c769763f-50de-4152-b093-3a4147ea6967"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c769763f-50de-4152-b093-3a4147ea6967"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0dcafc77-988a-47e4-a349-fc7ec94ca219 {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0dcafc77-988a-47e4-a349-fc7ec94ca219 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-a3b10cbb-7c76-481e-a6bd-b7cef1433c28 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-a3b10cbb-7c76-481e-a6bd-b7cef1433c28 {
  margin-top: 10px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3b10cbb-7c76-481e-a6bd-b7cef1433c28 {
  margin-top: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a3b10cbb-7c76-481e-a6bd-b7cef1433c28 {
  margin-top: 70px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-a3b10cbb-7c76-481e-a6bd-b7cef1433c28 {
  margin-top: 100px;
display: none;
}
#s-a3b10cbb-7c76-481e-a6bd-b7cef1433c28, #wrap-s-a3b10cbb-7c76-481e-a6bd-b7cef1433c28 { display:none !important; }}
#s-b2a216f5-16c6-4a3c-af7a-09ef4552623b {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b2a216f5-16c6-4a3c-af7a-09ef4552623b {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-43e524c2-6f69-4462-a661-2d1d5c6e7077 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-43e524c2-6f69-4462-a661-2d1d5c6e7077 {
  margin-top: 10px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-43e524c2-6f69-4462-a661-2d1d5c6e7077 {
  margin-top: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-43e524c2-6f69-4462-a661-2d1d5c6e7077 {
  margin-top: 70px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-43e524c2-6f69-4462-a661-2d1d5c6e7077 {
  margin-top: 100px;
display: none;
}
#s-43e524c2-6f69-4462-a661-2d1d5c6e7077, #wrap-s-43e524c2-6f69-4462-a661-2d1d5c6e7077 { display:none !important; }}
@media (min-width: 1200px){#s-4ffb54b5-1070-4b81-bdbb-16b78e203147 {
  display: none;
}
#s-4ffb54b5-1070-4b81-bdbb-16b78e203147, #wrap-s-4ffb54b5-1070-4b81-bdbb-16b78e203147 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ffb54b5-1070-4b81-bdbb-16b78e203147 {
  display: none;
}
#s-4ffb54b5-1070-4b81-bdbb-16b78e203147, #wrap-s-4ffb54b5-1070-4b81-bdbb-16b78e203147 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ffb54b5-1070-4b81-bdbb-16b78e203147 {
  margin-top: 70px;
margin-left: 6%;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-4ffb54b5-1070-4b81-bdbb-16b78e203147 {
  margin-top: 100px;
margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-4ffb54b5-1070-4b81-bdbb-16b78e203147, #wrap-s-4ffb54b5-1070-4b81-bdbb-16b78e203147 { display:none !important; }}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-20c9eb46-bb17-4989-a81d-c9ac9ce1dd9b {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-20c9eb46-bb17-4989-a81d-c9ac9ce1dd9b {
  margin-top: 5px;
margin-bottom: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-20c9eb46-bb17-4989-a81d-c9ac9ce1dd9b {
  margin-top: 5px;
margin-bottom: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-20c9eb46-bb17-4989-a81d-c9ac9ce1dd9b {
  display: none;
}
#s-20c9eb46-bb17-4989-a81d-c9ac9ce1dd9b, #wrap-s-20c9eb46-bb17-4989-a81d-c9ac9ce1dd9b { display:none !important; }}@media (max-width: 767px){#s-20c9eb46-bb17-4989-a81d-c9ac9ce1dd9b {
  display: none;
}
#s-20c9eb46-bb17-4989-a81d-c9ac9ce1dd9b, #wrap-s-20c9eb46-bb17-4989-a81d-c9ac9ce1dd9b { display:none !important; }}
#s-20c9eb46-bb17-4989-a81d-c9ac9ce1dd9b hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 768px) and (max-width: 991px){#s-ae0b1a16-1931-4bb6-b862-7fe9eefe5a5a {
  display: none;
}
#s-ae0b1a16-1931-4bb6-b862-7fe9eefe5a5a, #wrap-s-ae0b1a16-1931-4bb6-b862-7fe9eefe5a5a { display:none !important; }}@media (max-width: 767px){#s-ae0b1a16-1931-4bb6-b862-7fe9eefe5a5a {
  display: none;
}
#s-ae0b1a16-1931-4bb6-b862-7fe9eefe5a5a, #wrap-s-ae0b1a16-1931-4bb6-b862-7fe9eefe5a5a { display:none !important; }}
@media (min-width: 0px) {
[id="s-ae0b1a16-1931-4bb6-b862-7fe9eefe5a5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae0b1a16-1931-4bb6-b862-7fe9eefe5a5a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ae0b1a16-1931-4bb6-b862-7fe9eefe5a5a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae0b1a16-1931-4bb6-b862-7fe9eefe5a5a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0f89eacc-8bce-42b5-a12c-2b24075dadfb {
  margin-top: 0%;
}

#s-7f269375-3788-4120-9d75-18b855cd370c {
  margin-top: 0px;
}
@media (min-width: 1200px){#s-7f269375-3788-4120-9d75-18b855cd370c {
  margin-top: -20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7f269375-3788-4120-9d75-18b855cd370c {
  margin-top: -20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7f269375-3788-4120-9d75-18b855cd370c {
  margin-top: -20px;
}
}@media (max-width: 767px){#s-7f269375-3788-4120-9d75-18b855cd370c {
  margin-top: -20px;
}
}
#s-5fec56f1-da27-4237-9f5b-728bfc0ddd9b {
  margin-bottom: 0%;
padding-top: 7px;
padding-left: 32px;
padding-bottom: 7px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 124, 84, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(245, 124, 84, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-5fec56f1-da27-4237-9f5b-728bfc0ddd9b:hover {background-color: rgba(245, 124, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5fec56f1-da27-4237-9f5b-728bfc0ddd9b:active {background-color: rgba(245, 124, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5fec56f1-da27-4237-9f5b-728bfc0ddd9b-root {
    text-align: center;
  }


#s-5fec56f1-da27-4237-9f5b-728bfc0ddd9b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5fec56f1-da27-4237-9f5b-728bfc0ddd9b-root {
    text-align: center;
  }


#s-5fec56f1-da27-4237-9f5b-728bfc0ddd9b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5fec56f1-da27-4237-9f5b-728bfc0ddd9b-root {
    text-align: center;
  }


#s-5fec56f1-da27-4237-9f5b-728bfc0ddd9b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5fec56f1-da27-4237-9f5b-728bfc0ddd9b-root {
    text-align: center;
  }


#s-5fec56f1-da27-4237-9f5b-728bfc0ddd9b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5fec56f1-da27-4237-9f5b-728bfc0ddd9b-root {
    text-align: center;
  }


#s-5fec56f1-da27-4237-9f5b-728bfc0ddd9b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-967299c4-7d8e-4b7c-854c-4a9e13fd26c9 {
  margin-bottom: 20px;
}

#s-898f0c42-e390-49e5-8cd4-020e884ceb33 {
  margin-top: 0%;
}

#s-f814d36a-8100-4502-9847-ce3c4e2ea320 {
  margin-top: 0px;
}
@media (min-width: 1200px){#s-f814d36a-8100-4502-9847-ce3c4e2ea320 {
  margin-top: -20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f814d36a-8100-4502-9847-ce3c4e2ea320 {
  margin-top: -20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f814d36a-8100-4502-9847-ce3c4e2ea320 {
  margin-top: -20px;
}
}@media (max-width: 767px){#s-f814d36a-8100-4502-9847-ce3c4e2ea320 {
  margin-top: -20px;
}
}
.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-0b622398-86e9-401b-8f74-19b50ce0e572 {
  margin-top: 0px;
padding-top: 7px;
padding-left: 40px;
padding-bottom: 7px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(74, 107, 84, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(74, 107, 84, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0b622398-86e9-401b-8f74-19b50ce0e572:hover {background-color: rgba(74, 107, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0b622398-86e9-401b-8f74-19b50ce0e572:active {background-color: rgba(74, 107, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-0b622398-86e9-401b-8f74-19b50ce0e572 {
  margin-left: -30px;
margin-right: -30px;
text-align: center;
}
}

  #s-0b622398-86e9-401b-8f74-19b50ce0e572-atc-btn-wrapper {
    text-align: center;
  }


#s-0b622398-86e9-401b-8f74-19b50ce0e572 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0b622398-86e9-401b-8f74-19b50ce0e572.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0b622398-86e9-401b-8f74-19b50ce0e572.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-0b622398-86e9-401b-8f74-19b50ce0e572.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 1200px){#s-8888c5c9-3e65-4203-9906-995a7cd1d753 {
  display: none;
}
#s-8888c5c9-3e65-4203-9906-995a7cd1d753, #wrap-s-8888c5c9-3e65-4203-9906-995a7cd1d753 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8888c5c9-3e65-4203-9906-995a7cd1d753 {
  display: none;
}
#s-8888c5c9-3e65-4203-9906-995a7cd1d753, #wrap-s-8888c5c9-3e65-4203-9906-995a7cd1d753 { display:none !important; }}@media (max-width: 767px){#s-8888c5c9-3e65-4203-9906-995a7cd1d753 {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-8888c5c9-3e65-4203-9906-995a7cd1d753"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8888c5c9-3e65-4203-9906-995a7cd1d753"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8888c5c9-3e65-4203-9906-995a7cd1d753"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8888c5c9-3e65-4203-9906-995a7cd1d753"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-cc6a1c1a-25f1-477a-94cb-073f9e73625a {
  margin-top: 12%;
}
@media (min-width: 768px) and (max-width: 991px){#s-cc6a1c1a-25f1-477a-94cb-073f9e73625a {
  margin-top: -1px;
}
}@media (max-width: 767px){#s-cc6a1c1a-25f1-477a-94cb-073f9e73625a {
  margin-top: 0%;
}
}
#s-b4b41c75-50fe-4ef2-821c-9c2b186f0f99 {
  margin-top: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b4b41c75-50fe-4ef2-821c-9c2b186f0f99 {
  margin-top: -20px;
}
}@media (max-width: 767px){#s-b4b41c75-50fe-4ef2-821c-9c2b186f0f99 {
  margin-top: -20px;
}
}
#s-8b2bc3b6-8008-4afa-8744-a230c4d0ecfb {
  margin-bottom: 0%;
padding-top: 7px;
padding-left: 32px;
padding-bottom: 7px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 124, 84, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(245, 124, 84, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-8b2bc3b6-8008-4afa-8744-a230c4d0ecfb:hover {background-color: rgba(245, 124, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8b2bc3b6-8008-4afa-8744-a230c4d0ecfb:active {background-color: rgba(245, 124, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-8b2bc3b6-8008-4afa-8744-a230c4d0ecfb-root {
    text-align: center;
  }


#s-8b2bc3b6-8008-4afa-8744-a230c4d0ecfb.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8b2bc3b6-8008-4afa-8744-a230c4d0ecfb-root {
    text-align: center;
  }


#s-8b2bc3b6-8008-4afa-8744-a230c4d0ecfb.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8b2bc3b6-8008-4afa-8744-a230c4d0ecfb-root {
    text-align: center;
  }


#s-8b2bc3b6-8008-4afa-8744-a230c4d0ecfb.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8b2bc3b6-8008-4afa-8744-a230c4d0ecfb-root {
    text-align: center;
  }


#s-8b2bc3b6-8008-4afa-8744-a230c4d0ecfb.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8b2bc3b6-8008-4afa-8744-a230c4d0ecfb-root {
    text-align: center;
  }


#s-8b2bc3b6-8008-4afa-8744-a230c4d0ecfb.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-09e32574-7dea-4343-a9cb-d4c49164552c {
  margin-top: 0px;
}

#s-0d217d17-ae33-4781-8a82-eb4c7165b8cb {
  margin-top: 12%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0d217d17-ae33-4781-8a82-eb4c7165b8cb {
  margin-top: 0%;
}
}@media (max-width: 767px){#s-0d217d17-ae33-4781-8a82-eb4c7165b8cb {
  margin-top: 0%;
}
}
#s-1714a25d-4bed-4be8-9f45-68e9e0c3a24b {
  margin-top: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1714a25d-4bed-4be8-9f45-68e9e0c3a24b {
  margin-top: -20px;
}
}@media (max-width: 767px){#s-1714a25d-4bed-4be8-9f45-68e9e0c3a24b {
  margin-top: -20px;
}
}
#s-59d3414f-1d3e-4872-a418-721e8b99bb1d {
  display: none;
}
#s-5eb28372-d867-47eb-a2f2-961112dbc178 {
  margin-top: 0px;
padding-top: 7px;
padding-left: 40px;
padding-bottom: 7px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(74, 107, 84, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(74, 107, 84, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5eb28372-d867-47eb-a2f2-961112dbc178:hover {background-color: rgba(74, 107, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5eb28372-d867-47eb-a2f2-961112dbc178:active {background-color: rgba(74, 107, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-5eb28372-d867-47eb-a2f2-961112dbc178 {
  margin-left: -30px;
margin-right: -30px;
text-align: center;
}
}

  #s-5eb28372-d867-47eb-a2f2-961112dbc178-atc-btn-wrapper {
    text-align: center;
  }


#s-5eb28372-d867-47eb-a2f2-961112dbc178 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5eb28372-d867-47eb-a2f2-961112dbc178.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5eb28372-d867-47eb-a2f2-961112dbc178.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-5eb28372-d867-47eb-a2f2-961112dbc178.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7aba1e91-279c-4a69-a392-b3fa30890d1a {
  margin-top: 0px;
}
@media (min-width: 1200px){#s-7aba1e91-279c-4a69-a392-b3fa30890d1a {
  display: none;
}
#s-7aba1e91-279c-4a69-a392-b3fa30890d1a, #wrap-s-7aba1e91-279c-4a69-a392-b3fa30890d1a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7aba1e91-279c-4a69-a392-b3fa30890d1a {
  display: none;
}
#s-7aba1e91-279c-4a69-a392-b3fa30890d1a, #wrap-s-7aba1e91-279c-4a69-a392-b3fa30890d1a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7aba1e91-279c-4a69-a392-b3fa30890d1a {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-7aba1e91-279c-4a69-a392-b3fa30890d1a {
  margin-top: 0px;
}
}
#s-947ae0d6-361b-43e0-b1cd-8072dd8cd8d1 {
  margin-left: auto;
margin-right: auto;
max-width: 285px;
}
@media (min-width: 1200px){#s-947ae0d6-361b-43e0-b1cd-8072dd8cd8d1 {
  margin-top: 20px;
margin-bottom: 20px;
display: none;
}
#s-947ae0d6-361b-43e0-b1cd-8072dd8cd8d1, #wrap-s-947ae0d6-361b-43e0-b1cd-8072dd8cd8d1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-947ae0d6-361b-43e0-b1cd-8072dd8cd8d1 {
  margin-top: 20px;
margin-bottom: 20px;
display: none;
}
#s-947ae0d6-361b-43e0-b1cd-8072dd8cd8d1, #wrap-s-947ae0d6-361b-43e0-b1cd-8072dd8cd8d1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-947ae0d6-361b-43e0-b1cd-8072dd8cd8d1 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-947ae0d6-361b-43e0-b1cd-8072dd8cd8d1 {
  margin-bottom: 20px;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-85392647-85fd-4234-85f3-f6fa30cea79e {
  display: none;
}
#s-85392647-85fd-4234-85f3-f6fa30cea79e, #wrap-s-85392647-85fd-4234-85f3-f6fa30cea79e { display:none !important; }}@media (max-width: 767px){#s-85392647-85fd-4234-85f3-f6fa30cea79e {
  display: none;
}
#s-85392647-85fd-4234-85f3-f6fa30cea79e, #wrap-s-85392647-85fd-4234-85f3-f6fa30cea79e { display:none !important; }}
@media (min-width: 0px) {
[id="s-85392647-85fd-4234-85f3-f6fa30cea79e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85392647-85fd-4234-85f3-f6fa30cea79e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-85392647-85fd-4234-85f3-f6fa30cea79e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-85392647-85fd-4234-85f3-f6fa30cea79e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d803c33d-d054-4949-b3fa-17318119a503 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-d803c33d-d054-4949-b3fa-17318119a503 {
  margin-top: 40px;
margin-bottom: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d803c33d-d054-4949-b3fa-17318119a503 {
  margin-top: 40px;
margin-left: 4%;
margin-bottom: 40px;
margin-right: 4%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d803c33d-d054-4949-b3fa-17318119a503 {
  margin-top: 30px;
margin-left: 4%;
margin-bottom: 30px;
margin-right: 4%;
}
}@media (max-width: 767px){#s-d803c33d-d054-4949-b3fa-17318119a503 {
  margin-top: 30px;
margin-left: 4%;
margin-bottom: 30px;
margin-right: 4%;
}
}
#s-d803c33d-d054-4949-b3fa-17318119a503 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (min-width: 1200px){#s-d803c33d-d054-4949-b3fa-17318119a503 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d803c33d-d054-4949-b3fa-17318119a503 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-58ddcd89-5feb-4191-b07a-e689c580e6c2 {
  margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
text-align: left;
}
@media (min-width: 1200px){#s-58ddcd89-5feb-4191-b07a-e689c580e6c2 {
  margin-left: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-58ddcd89-5feb-4191-b07a-e689c580e6c2 {
  margin-left: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-58ddcd89-5feb-4191-b07a-e689c580e6c2 {
  margin-left: 5%;
margin-bottom: 50px;
}
}@media (max-width: 767px){#s-58ddcd89-5feb-4191-b07a-e689c580e6c2 {
  margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
}
}
#s-58ddcd89-5feb-4191-b07a-e689c580e6c2 .shogun-heading-component h4 {
  color: rgba(73, 73, 73, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.8em;
  
  text-align: left;
}



#s-89850070-6376-4c69-9a2e-5a46beb405a0 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-89850070-6376-4c69-9a2e-5a46beb405a0 {
  margin-top: 40px;
margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-89850070-6376-4c69-9a2e-5a46beb405a0 {
  margin-top: 40px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-89850070-6376-4c69-9a2e-5a46beb405a0 {
  margin-top: 30px;
margin-left: 4%;
margin-bottom: 30px;
margin-right: 4%;
}
}@media (max-width: 767px){#s-89850070-6376-4c69-9a2e-5a46beb405a0 {
  margin-top: 30px;
margin-left: 4%;
margin-bottom: 30px;
margin-right: 4%;
}
}
#s-89850070-6376-4c69-9a2e-5a46beb405a0 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (min-width: 1200px){#s-89850070-6376-4c69-9a2e-5a46beb405a0 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-89850070-6376-4c69-9a2e-5a46beb405a0 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-cc31ee49-878c-4ecf-ba5d-fa834d05b518 {
  margin-top: 0px;
}
@media (min-width: 1200px){#s-cc31ee49-878c-4ecf-ba5d-fa834d05b518 {
  margin-top: -20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cc31ee49-878c-4ecf-ba5d-fa834d05b518 {
  margin-top: -20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cc31ee49-878c-4ecf-ba5d-fa834d05b518 {
  margin-top: -20px;
}
}@media (max-width: 767px){#s-cc31ee49-878c-4ecf-ba5d-fa834d05b518 {
  margin-top: -20px;
}
}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

#s-5c5fc1f0-a240-4d2b-8770-d6315d91934a {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
max-width: 100%;
}
@media (min-width: 1200px){#s-5c5fc1f0-a240-4d2b-8770-d6315d91934a {
  margin-left: 15%;
margin-bottom: 40px;
margin-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5c5fc1f0-a240-4d2b-8770-d6315d91934a {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 40px;
margin-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5c5fc1f0-a240-4d2b-8770-d6315d91934a {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 40px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-5c5fc1f0-a240-4d2b-8770-d6315d91934a {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 40px;
margin-right: 5%;
}
}
#s-5fe62982-3698-4d89-b4e7-930fbca6bd42 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-5fe62982-3698-4d89-b4e7-930fbca6bd42 {
  display: none;
}
#s-5fe62982-3698-4d89-b4e7-930fbca6bd42, #wrap-s-5fe62982-3698-4d89-b4e7-930fbca6bd42 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5fe62982-3698-4d89-b4e7-930fbca6bd42 {
  margin-top: 30px;
margin-left: 4%;
margin-bottom: 30px;
margin-right: 4%;
display: none;
}
#s-5fe62982-3698-4d89-b4e7-930fbca6bd42, #wrap-s-5fe62982-3698-4d89-b4e7-930fbca6bd42 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5fe62982-3698-4d89-b4e7-930fbca6bd42 {
  margin-top: 30px;
margin-left: 4%;
margin-bottom: 30px;
margin-right: 4%;
}
}@media (max-width: 767px){#s-5fe62982-3698-4d89-b4e7-930fbca6bd42 {
  margin-top: 30px;
margin-left: 4%;
margin-bottom: 30px;
margin-right: 4%;
}
}
#s-5fe62982-3698-4d89-b4e7-930fbca6bd42 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-975f7347-46f3-432d-942d-bfcfd51961a4 {
  margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
text-align: left;
}
@media (min-width: 1200px){#s-975f7347-46f3-432d-942d-bfcfd51961a4 {
  margin-left: 4%;
display: none;
}
#s-975f7347-46f3-432d-942d-bfcfd51961a4, #wrap-s-975f7347-46f3-432d-942d-bfcfd51961a4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-975f7347-46f3-432d-942d-bfcfd51961a4 {
  margin-left: 4%;
display: none;
}
#s-975f7347-46f3-432d-942d-bfcfd51961a4, #wrap-s-975f7347-46f3-432d-942d-bfcfd51961a4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-975f7347-46f3-432d-942d-bfcfd51961a4 {
  margin-left: 5%;
margin-bottom: 50px;
}
}@media (max-width: 767px){#s-975f7347-46f3-432d-942d-bfcfd51961a4 {
  margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
}
}
#s-975f7347-46f3-432d-942d-bfcfd51961a4 .shogun-heading-component h4 {
  color: rgba(73, 73, 73, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.8em;
  
  text-align: left;
}


@media (max-width: 767px){#s-975f7347-46f3-432d-942d-bfcfd51961a4 .shogun-heading-component h4 {
  color: rgba(73, 73, 73, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.8em;
  
  text-align: left;
}


}
#s-9f0ec412-ce00-44b2-a0c8-64685e67fb40 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-9f0ec412-ce00-44b2-a0c8-64685e67fb40 {
  display: none;
}
#s-9f0ec412-ce00-44b2-a0c8-64685e67fb40, #wrap-s-9f0ec412-ce00-44b2-a0c8-64685e67fb40 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f0ec412-ce00-44b2-a0c8-64685e67fb40 {
  display: none;
}
#s-9f0ec412-ce00-44b2-a0c8-64685e67fb40, #wrap-s-9f0ec412-ce00-44b2-a0c8-64685e67fb40 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f0ec412-ce00-44b2-a0c8-64685e67fb40 {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}
}@media (max-width: 767px){#s-9f0ec412-ce00-44b2-a0c8-64685e67fb40 {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}
}
#s-9f0ec412-ce00-44b2-a0c8-64685e67fb40 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-9f0ec412-ce00-44b2-a0c8-64685e67fb40 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9f0ec412-ce00-44b2-a0c8-64685e67fb40 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9f0ec412-ce00-44b2-a0c8-64685e67fb40 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-9f0ec412-ce00-44b2-a0c8-64685e67fb40 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-4fa51f63-0f0f-4d8e-aad1-e851fc6fc0db {
  margin-top: 0px;
}
@media (min-width: 1200px){#s-4fa51f63-0f0f-4d8e-aad1-e851fc6fc0db {
  margin-top: -20px;
display: none;
}
#s-4fa51f63-0f0f-4d8e-aad1-e851fc6fc0db, #wrap-s-4fa51f63-0f0f-4d8e-aad1-e851fc6fc0db { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4fa51f63-0f0f-4d8e-aad1-e851fc6fc0db {
  margin-top: -20px;
display: none;
}
#s-4fa51f63-0f0f-4d8e-aad1-e851fc6fc0db, #wrap-s-4fa51f63-0f0f-4d8e-aad1-e851fc6fc0db { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4fa51f63-0f0f-4d8e-aad1-e851fc6fc0db {
  margin-top: -20px;
}
}@media (max-width: 767px){#s-4fa51f63-0f0f-4d8e-aad1-e851fc6fc0db {
  margin-top: -20px;
}
}
#s-d78550bf-5bb2-4dc6-828e-91bd7a8a4b57 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
max-width: 100%;
}
@media (min-width: 1200px){#s-d78550bf-5bb2-4dc6-828e-91bd7a8a4b57 {
  display: none;
}
#s-d78550bf-5bb2-4dc6-828e-91bd7a8a4b57, #wrap-s-d78550bf-5bb2-4dc6-828e-91bd7a8a4b57 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d78550bf-5bb2-4dc6-828e-91bd7a8a4b57 {
  display: none;
}
#s-d78550bf-5bb2-4dc6-828e-91bd7a8a4b57, #wrap-s-d78550bf-5bb2-4dc6-828e-91bd7a8a4b57 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d78550bf-5bb2-4dc6-828e-91bd7a8a4b57 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 40px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-d78550bf-5bb2-4dc6-828e-91bd7a8a4b57 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 40px;
margin-right: 5%;
}
}
#s-60075cec-4350-4fca-8de5-e0e32990e21b {
  min-height: 50px;
background-color: rgba(245, 244, 241, 1);
}








#s-60075cec-4350-4fca-8de5-e0e32990e21b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60075cec-4350-4fca-8de5-e0e32990e21b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-2277dad0-bf8f-47bf-bdf6-2018a53c5034 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}
@media (min-width: 768px) and (max-width: 991px){#s-2277dad0-bf8f-47bf-bdf6-2018a53c5034 {
  padding-top: 10px;
padding-left: 6%;
padding-bottom: 20px;
padding-right: 6%;
}
}@media (max-width: 767px){#s-2277dad0-bf8f-47bf-bdf6-2018a53c5034 {
  padding-top: 10px;
padding-bottom: 20px;
}
}
#s-2277dad0-bf8f-47bf-bdf6-2018a53c5034 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-2277dad0-bf8f-47bf-bdf6-2018a53c5034 .shg-sld-nav-button.shg-sld-left,
#s-2277dad0-bf8f-47bf-bdf6-2018a53c5034 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-02a2f601-8953-43bb-9bc0-8fddd7df870f {
  min-height: 300px;
}
@media (max-width: 767px){#s-02a2f601-8953-43bb-9bc0-8fddd7df870f {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-02a2f601-8953-43bb-9bc0-8fddd7df870f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02a2f601-8953-43bb-9bc0-8fddd7df870f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c69933a-e2d4-4764-87a5-e1c534b4b543 {
  margin-left: -50px;
margin-right: -50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-2c69933a-e2d4-4764-87a5-e1c534b4b543 {
  margin-top: 20px;
margin-left: 0%;
margin-right: 0%;
}
}
#s-2c69933a-e2d4-4764-87a5-e1c534b4b543 .shogun-heading-component h3 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


@media (min-width: 1200px){#s-2c69933a-e2d4-4764-87a5-e1c534b4b543 .shogun-heading-component h3 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2c69933a-e2d4-4764-87a5-e1c534b4b543 .shogun-heading-component h3 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-1120ab8b-2bc4-4e33-816e-61496d0e9db7 {
  margin-left: 100px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1120ab8b-2bc4-4e33-816e-61496d0e9db7 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-1120ab8b-2bc4-4e33-816e-61496d0e9db7 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-1120ab8b-2bc4-4e33-816e-61496d0e9db7 .shogun-heading-component h5 {
  color: rgba(73, 73, 73, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.8em;
  
  
}



#s-69fe175e-d4c2-42f2-8725-c4b39fc3f118 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69fe175e-d4c2-42f2-8725-c4b39fc3f118 .shogun-heading-component h5 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  italic ;
  font-size: 20px;
  
  
  
}


#s-69fe175e-d4c2-42f2-8725-c4b39fc3f118 .shogun-heading-component h5 a {
  color: rgba(73, 73, 73, 1);
}


#s-3fa302b7-4cdc-4c14-bb23-ac2207ec028c {
  min-height: 300px;
}








#s-3fa302b7-4cdc-4c14-bb23-ac2207ec028c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fa302b7-4cdc-4c14-bb23-ac2207ec028c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bed40bf3-bec9-4fda-9b68-17208eeb605a {
  margin-left: -50px;
margin-right: -50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-bed40bf3-bec9-4fda-9b68-17208eeb605a {
  margin-top: 20px;
margin-left: 0%;
margin-right: 0%;
}
}
#s-bed40bf3-bec9-4fda-9b68-17208eeb605a .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-3324ec3b-3a5e-4259-92c6-cdaf23a8288b {
  margin-left: 100px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3324ec3b-3a5e-4259-92c6-cdaf23a8288b {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-3324ec3b-3a5e-4259-92c6-cdaf23a8288b {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-3324ec3b-3a5e-4259-92c6-cdaf23a8288b .shogun-heading-component h4 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.8em;
  
  
}



#s-d07fc7d1-53da-46f4-b26f-a6431fa49fd8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d07fc7d1-53da-46f4-b26f-a6431fa49fd8 .shogun-heading-component h5 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  italic ;
  font-size: 20px;
  
  
  
}


#s-d07fc7d1-53da-46f4-b26f-a6431fa49fd8 .shogun-heading-component h5 a {
  color: rgba(73, 73, 73, 1);
}


#s-f1abc58d-b052-4185-ab31-1f1b98393610 {
  min-height: 300px;
}








#s-f1abc58d-b052-4185-ab31-1f1b98393610 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1abc58d-b052-4185-ab31-1f1b98393610.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a185751c-0f1b-4389-8abb-7b0bdc5f2559 {
  margin-left: -50px;
margin-right: -50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-a185751c-0f1b-4389-8abb-7b0bdc5f2559 {
  margin-top: 20px;
margin-left: 0%;
margin-right: 0%;
}
}
#s-a185751c-0f1b-4389-8abb-7b0bdc5f2559 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-7e8ed89a-e3c1-460e-991a-11be45bd30a8 {
  margin-left: 100px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7e8ed89a-e3c1-460e-991a-11be45bd30a8 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-7e8ed89a-e3c1-460e-991a-11be45bd30a8 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-7e8ed89a-e3c1-460e-991a-11be45bd30a8 .shogun-heading-component h4 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.8em;
  
  
}



#s-ca806201-fca5-4d57-909c-c63bcdfb7e1d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca806201-fca5-4d57-909c-c63bcdfb7e1d .shogun-heading-component h5 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  italic ;
  font-size: 20px;
  
  
  
}


#s-ca806201-fca5-4d57-909c-c63bcdfb7e1d .shogun-heading-component h5 a {
  color: rgba(73, 73, 73, 1);
}


#s-6a8afb73-12ca-4d85-94f4-52448b4afce9 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-6a8afb73-12ca-4d85-94f4-52448b4afce9 {
  margin-top: 100px;
margin-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a8afb73-12ca-4d85-94f4-52448b4afce9 {
  margin-top: 100px;
margin-left: 4%;
margin-bottom: 30px;
margin-right: 4%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a8afb73-12ca-4d85-94f4-52448b4afce9 {
  margin-top: 30px;
margin-left: 4%;
margin-bottom: 30px;
margin-right: 4%;
}
}@media (max-width: 767px){#s-6a8afb73-12ca-4d85-94f4-52448b4afce9 {
  margin-top: 30px;
margin-left: 4%;
margin-bottom: 30px;
margin-right: 4%;
}
}
#s-6a8afb73-12ca-4d85-94f4-52448b4afce9 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-6a8afb73-12ca-4d85-94f4-52448b4afce9 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6a8afb73-12ca-4d85-94f4-52448b4afce9 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6a8afb73-12ca-4d85-94f4-52448b4afce9 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-6a8afb73-12ca-4d85-94f4-52448b4afce9 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-24209ab0-1276-4be0-bda9-0df17604e348 {
  margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
text-align: left;
}
@media (min-width: 1200px){#s-24209ab0-1276-4be0-bda9-0df17604e348 {
  margin-left: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-24209ab0-1276-4be0-bda9-0df17604e348 {
  margin-left: 4%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-24209ab0-1276-4be0-bda9-0df17604e348 {
  margin-left: 4%;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-24209ab0-1276-4be0-bda9-0df17604e348 {
  margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}
#s-24209ab0-1276-4be0-bda9-0df17604e348 .shogun-heading-component h4 {
  color: rgba(73, 73, 73, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.8em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-24209ab0-1276-4be0-bda9-0df17604e348 .shogun-heading-component h4 {
  color: rgba(73, 73, 73, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.8em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-24209ab0-1276-4be0-bda9-0df17604e348 .shogun-heading-component h4 {
  color: rgba(73, 73, 73, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.8em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-24209ab0-1276-4be0-bda9-0df17604e348 .shogun-heading-component h4 {
  color: rgba(73, 73, 73, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.8em;
  
  text-align: left;
}


}
#s-9800b219-9404-4e1b-862f-1fe09d04fa1d {
  margin-top: 40px;
margin-left: 4%;
margin-bottom: 40px;
margin-right: 4%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(74, 107, 84, 1);
border-style: solid;
border-radius: 20px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-9800b219-9404-4e1b-862f-1fe09d04fa1d {
  display: none;
}
#s-9800b219-9404-4e1b-862f-1fe09d04fa1d, #wrap-s-9800b219-9404-4e1b-862f-1fe09d04fa1d { display:none !important; }}@media (max-width: 767px){#s-9800b219-9404-4e1b-862f-1fe09d04fa1d {
  display: none;
}
#s-9800b219-9404-4e1b-862f-1fe09d04fa1d, #wrap-s-9800b219-9404-4e1b-862f-1fe09d04fa1d { display:none !important; }}
@media (min-width: 0px) {
[id="s-9800b219-9404-4e1b-862f-1fe09d04fa1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9800b219-9404-4e1b-862f-1fe09d04fa1d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9800b219-9404-4e1b-862f-1fe09d04fa1d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9800b219-9404-4e1b-862f-1fe09d04fa1d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9800b219-9404-4e1b-862f-1fe09d04fa1d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9800b219-9404-4e1b-862f-1fe09d04fa1d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9800b219-9404-4e1b-862f-1fe09d04fa1d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9800b219-9404-4e1b-862f-1fe09d04fa1d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9800b219-9404-4e1b-862f-1fe09d04fa1d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9800b219-9404-4e1b-862f-1fe09d04fa1d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9458e0e5-e36b-483c-860b-db32214d31b5 {
  margin-top: 7%;
margin-left: 9%;
margin-bottom: 2%;
margin-right: 9%;
border-radius: 10000px;
text-align: center;
}







  #s-9458e0e5-e36b-483c-860b-db32214d31b5 img.shogun-image {
    

    
    
    
  }


#s-9458e0e5-e36b-483c-860b-db32214d31b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6d7605e-62ea-4266-8568-74e1f0a6a0e3 {
  margin-left: 4%;
}

#s-29537095-21e5-4a17-a2dc-acbf1d1dffc6 {
  margin-top: 8%;
margin-left: 4%;
margin-bottom: 0%;
margin-right: 4%;
}

#s-30b3652d-0122-4711-9feb-7937ca790a16 {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: -2%;
margin-right: 5%;
}

#s-699ffcbf-42aa-46f1-9b78-d6e976664421 {
  margin-left: 5%;
margin-right: 5%;
}

#s-d303622d-f6fa-4ea8-9a3b-5d879edbc6b5 {
  margin-top: 10%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
}







  #s-d303622d-f6fa-4ea8-9a3b-5d879edbc6b5 img.shogun-image {
    

    
    
    
  }


#s-d303622d-f6fa-4ea8-9a3b-5d879edbc6b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-7301e430-ffb5-4063-bdb9-c7effd2aa82a {
  margin-left: 2%;
margin-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(74, 107, 84, 1);
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7301e430-ffb5-4063-bdb9-c7effd2aa82a {
  display: none;
}
#s-7301e430-ffb5-4063-bdb9-c7effd2aa82a, #wrap-s-7301e430-ffb5-4063-bdb9-c7effd2aa82a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7301e430-ffb5-4063-bdb9-c7effd2aa82a {
  display: none;
}
#s-7301e430-ffb5-4063-bdb9-c7effd2aa82a, #wrap-s-7301e430-ffb5-4063-bdb9-c7effd2aa82a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7301e430-ffb5-4063-bdb9-c7effd2aa82a {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 40px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-7301e430-ffb5-4063-bdb9-c7effd2aa82a {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 40px;
margin-right: 5%;
}
}







#s-7301e430-ffb5-4063-bdb9-c7effd2aa82a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7301e430-ffb5-4063-bdb9-c7effd2aa82a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a11530ce-065c-4b1c-ab0f-04767612c783 {
  margin-left: 2%;
margin-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 248, 234, 1);
border-style: solid;
border-radius: 20px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a11530ce-065c-4b1c-ab0f-04767612c783 {
  display: none;
}
#s-a11530ce-065c-4b1c-ab0f-04767612c783, #wrap-s-a11530ce-065c-4b1c-ab0f-04767612c783 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a11530ce-065c-4b1c-ab0f-04767612c783 {
  display: none;
}
#s-a11530ce-065c-4b1c-ab0f-04767612c783, #wrap-s-a11530ce-065c-4b1c-ab0f-04767612c783 { display:none !important; }}@media (max-width: 767px){#s-a11530ce-065c-4b1c-ab0f-04767612c783 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-a11530ce-065c-4b1c-ab0f-04767612c783"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a11530ce-065c-4b1c-ab0f-04767612c783"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a11530ce-065c-4b1c-ab0f-04767612c783"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a11530ce-065c-4b1c-ab0f-04767612c783"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5223ea1b-207a-4b01-96fa-f4e6d1bb4035 {
  margin-top: 7%;
margin-left: 9%;
margin-bottom: 2%;
margin-right: 9%;
border-radius: 10000px;
text-align: center;
}
@media (min-width: 1200px){#s-5223ea1b-207a-4b01-96fa-f4e6d1bb4035 {
  display: none;
}
#s-5223ea1b-207a-4b01-96fa-f4e6d1bb4035, #wrap-s-5223ea1b-207a-4b01-96fa-f4e6d1bb4035 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5223ea1b-207a-4b01-96fa-f4e6d1bb4035 {
  display: none;
}
#s-5223ea1b-207a-4b01-96fa-f4e6d1bb4035, #wrap-s-5223ea1b-207a-4b01-96fa-f4e6d1bb4035 { display:none !important; }}






  #s-5223ea1b-207a-4b01-96fa-f4e6d1bb4035 img.shogun-image {
    

    
    
    
  }


#s-5223ea1b-207a-4b01-96fa-f4e6d1bb4035 .shogun-image-content {
  
    align-items: center;
  
}

#s-24aa7a8e-1bda-465e-a692-f3f8bdf796a2 {
  margin-left: 4%;
}
@media (min-width: 1200px){#s-24aa7a8e-1bda-465e-a692-f3f8bdf796a2 {
  display: none;
}
#s-24aa7a8e-1bda-465e-a692-f3f8bdf796a2, #wrap-s-24aa7a8e-1bda-465e-a692-f3f8bdf796a2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24aa7a8e-1bda-465e-a692-f3f8bdf796a2 {
  display: none;
}
#s-24aa7a8e-1bda-465e-a692-f3f8bdf796a2, #wrap-s-24aa7a8e-1bda-465e-a692-f3f8bdf796a2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-24aa7a8e-1bda-465e-a692-f3f8bdf796a2 {
  display: none;
}
#s-24aa7a8e-1bda-465e-a692-f3f8bdf796a2, #wrap-s-24aa7a8e-1bda-465e-a692-f3f8bdf796a2 { display:none !important; }}@media (max-width: 767px){#s-24aa7a8e-1bda-465e-a692-f3f8bdf796a2 {
  margin-top: 29px;
margin-left: 0%;
}
}
#s-0ee37369-9d2d-4113-aff4-70f3660de31a {
  margin-top: 80px;
margin-left: 4%;
}
@media (min-width: 1200px){#s-0ee37369-9d2d-4113-aff4-70f3660de31a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0ee37369-9d2d-4113-aff4-70f3660de31a {
  
}
}@media (max-width: 767px){#s-0ee37369-9d2d-4113-aff4-70f3660de31a {
  margin-left: 0%;
display: none;
}
#s-0ee37369-9d2d-4113-aff4-70f3660de31a, #wrap-s-0ee37369-9d2d-4113-aff4-70f3660de31a { display:none !important; }}
#s-b8fdae44-2722-40fb-a006-007bfbf134b1 {
  margin-top: 6%;
margin-left: 4%;
margin-bottom: 5%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-b8fdae44-2722-40fb-a006-007bfbf134b1 {
  display: none;
}
#s-b8fdae44-2722-40fb-a006-007bfbf134b1, #wrap-s-b8fdae44-2722-40fb-a006-007bfbf134b1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b8fdae44-2722-40fb-a006-007bfbf134b1 {
  display: none;
}
#s-b8fdae44-2722-40fb-a006-007bfbf134b1, #wrap-s-b8fdae44-2722-40fb-a006-007bfbf134b1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b8fdae44-2722-40fb-a006-007bfbf134b1 {
  display: none;
}
#s-b8fdae44-2722-40fb-a006-007bfbf134b1, #wrap-s-b8fdae44-2722-40fb-a006-007bfbf134b1 { display:none !important; }}@media (max-width: 767px){#s-b8fdae44-2722-40fb-a006-007bfbf134b1 {
  margin-top: 0%;
margin-bottom: 0%;
}
}
#s-15a99888-4a4c-4156-9d92-433981c6babc {
  margin-top: 6px;
margin-left: 4%;
margin-bottom: 5px;
margin-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-15a99888-4a4c-4156-9d92-433981c6babc {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-15a99888-4a4c-4156-9d92-433981c6babc {
  margin-bottom: 6px;
display: none;
}
#s-15a99888-4a4c-4156-9d92-433981c6babc, #wrap-s-15a99888-4a4c-4156-9d92-433981c6babc { display:none !important; }}
#s-91a985e6-46a8-43c0-9bf3-514975f9e406 {
  margin-top: 10%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-91a985e6-46a8-43c0-9bf3-514975f9e406 {
  display: none;
}
#s-91a985e6-46a8-43c0-9bf3-514975f9e406, #wrap-s-91a985e6-46a8-43c0-9bf3-514975f9e406 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-91a985e6-46a8-43c0-9bf3-514975f9e406 {
  display: none;
}
#s-91a985e6-46a8-43c0-9bf3-514975f9e406, #wrap-s-91a985e6-46a8-43c0-9bf3-514975f9e406 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-91a985e6-46a8-43c0-9bf3-514975f9e406 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-91a985e6-46a8-43c0-9bf3-514975f9e406 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 1px;
}
}






  #s-91a985e6-46a8-43c0-9bf3-514975f9e406 img.shogun-image {
    

    
    
    
  }


#s-91a985e6-46a8-43c0-9bf3-514975f9e406 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c865ba3-2fa5-4e6d-9976-4af1cb88ba23 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2c865ba3-2fa5-4e6d-9976-4af1cb88ba23 {
  margin-top: 5px;
margin-bottom: 5px;
}
}
#s-2f517e19-e7b8-4092-b347-f7a91f061d88 {
  margin-top: -18px;
margin-left: 5%;
margin-bottom: -18px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2f517e19-e7b8-4092-b347-f7a91f061d88 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-2f517e19-e7b8-4092-b347-f7a91f061d88 {
  margin-bottom: 0px;
}
}
#s-552bb1a2-8acf-4fd0-afeb-a0c9ae862725 {
  margin-bottom: 0%;
padding-bottom: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-552bb1a2-8acf-4fd0-afeb-a0c9ae862725 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-552bb1a2-8acf-4fd0-afeb-a0c9ae862725 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-552bb1a2-8acf-4fd0-afeb-a0c9ae862725 {
  display: none;
}
#s-552bb1a2-8acf-4fd0-afeb-a0c9ae862725, #wrap-s-552bb1a2-8acf-4fd0-afeb-a0c9ae862725 { display:none !important; }}@media (max-width: 767px){#s-552bb1a2-8acf-4fd0-afeb-a0c9ae862725 {
  display: none;
}
#s-552bb1a2-8acf-4fd0-afeb-a0c9ae862725, #wrap-s-552bb1a2-8acf-4fd0-afeb-a0c9ae862725 { display:none !important; }}







#s-552bb1a2-8acf-4fd0-afeb-a0c9ae862725 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-552bb1a2-8acf-4fd0-afeb-a0c9ae862725.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e920be38-ea43-463f-8d63-c61e814f5af3 {
  margin-top: 40px;
margin-bottom: 30px;
padding-top: 1%;
padding-bottom: 1%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e920be38-ea43-463f-8d63-c61e814f5af3 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-e920be38-ea43-463f-8d63-c61e814f5af3 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 1px;
padding-bottom: 1px;
}
}
#s-e920be38-ea43-463f-8d63-c61e814f5af3 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 1200px){#s-e920be38-ea43-463f-8d63-c61e814f5af3 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e920be38-ea43-463f-8d63-c61e814f5af3 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e920be38-ea43-463f-8d63-c61e814f5af3 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-d6d7abb6-7f93-4a75-aecb-74dc0bb3d80d {
  margin-left: 4%;
margin-right: 4%;
text-align: left;
}

#s-d6d7abb6-7f93-4a75-aecb-74dc0bb3d80d .shogun-heading-component h4 {
  color: rgba(73, 73, 73, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.8em;
  
  text-align: left;
}



#s-dde43c32-f309-4a74-9531-133463479a06 {
  margin-top: 40px;
margin-left: 4%;
margin-bottom: 40px;
margin-right: 4%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(74, 107, 84, 1);
border-style: solid;
border-radius: 20px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-dde43c32-f309-4a74-9531-133463479a06 {
  display: none;
}
#s-dde43c32-f309-4a74-9531-133463479a06, #wrap-s-dde43c32-f309-4a74-9531-133463479a06 { display:none !important; }}@media (max-width: 767px){#s-dde43c32-f309-4a74-9531-133463479a06 {
  display: none;
}
#s-dde43c32-f309-4a74-9531-133463479a06, #wrap-s-dde43c32-f309-4a74-9531-133463479a06 { display:none !important; }}
@media (min-width: 0px) {
[id="s-dde43c32-f309-4a74-9531-133463479a06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dde43c32-f309-4a74-9531-133463479a06"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dde43c32-f309-4a74-9531-133463479a06"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dde43c32-f309-4a74-9531-133463479a06"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dde43c32-f309-4a74-9531-133463479a06"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dde43c32-f309-4a74-9531-133463479a06"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dde43c32-f309-4a74-9531-133463479a06"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dde43c32-f309-4a74-9531-133463479a06"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dde43c32-f309-4a74-9531-133463479a06"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dde43c32-f309-4a74-9531-133463479a06"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4887857e-2bc2-43e9-84a6-f1d69dc45052 {
  margin-top: 7%;
margin-left: 8%;
margin-bottom: 2%;
margin-right: 9%;
border-radius: 10000px;
text-align: center;
}







  #s-4887857e-2bc2-43e9-84a6-f1d69dc45052 img.shogun-image {
    

    
    
    
  }


#s-4887857e-2bc2-43e9-84a6-f1d69dc45052 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b247324-8034-49a3-ba8f-caf0705784e6 {
  margin-left: 4%;
margin-right: 4%;
}

#s-a13d8ed4-2529-4420-90e2-bf5f90f8955e {
  margin-top: 13%;
margin-left: 4%;
margin-bottom: 0%;
margin-right: 4%;
}

#s-32d281c6-dc86-4b49-90d8-ae95d4156be1 {
  margin-top: 15%;
margin-left: 5%;
margin-bottom: -2%;
margin-right: 5%;
}

#s-8c0e750c-a502-472d-a467-257dcd5d9b87 {
  margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

#s-5b56f278-6b74-42bf-95d1-a761f8741a40 {
  margin-top: 11%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
}







  #s-5b56f278-6b74-42bf-95d1-a761f8741a40 img.shogun-image {
    

    
    
    
  }


#s-5b56f278-6b74-42bf-95d1-a761f8741a40 .shogun-image-content {
  
    align-items: center;
  
}

#s-366782c4-fd94-4a26-9b8a-592a09d7821c {
  margin-left: 2%;
margin-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(74, 107, 84, 1);
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(234, 248, 234, 1);
}
@media (min-width: 1200px){#s-366782c4-fd94-4a26-9b8a-592a09d7821c {
  display: none;
}
#s-366782c4-fd94-4a26-9b8a-592a09d7821c, #wrap-s-366782c4-fd94-4a26-9b8a-592a09d7821c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-366782c4-fd94-4a26-9b8a-592a09d7821c {
  display: none;
}
#s-366782c4-fd94-4a26-9b8a-592a09d7821c, #wrap-s-366782c4-fd94-4a26-9b8a-592a09d7821c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-366782c4-fd94-4a26-9b8a-592a09d7821c {
  display: none;
}
#s-366782c4-fd94-4a26-9b8a-592a09d7821c, #wrap-s-366782c4-fd94-4a26-9b8a-592a09d7821c { display:none !important; }}@media (max-width: 767px){#s-366782c4-fd94-4a26-9b8a-592a09d7821c {
  display: none;
}
#s-366782c4-fd94-4a26-9b8a-592a09d7821c, #wrap-s-366782c4-fd94-4a26-9b8a-592a09d7821c { display:none !important; }}







#s-366782c4-fd94-4a26-9b8a-592a09d7821c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-366782c4-fd94-4a26-9b8a-592a09d7821c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f02fd85-ec00-40e0-96a9-766ae2deb993 {
  margin-left: 2%;
margin-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 20px;
}
@media (min-width: 1200px){#s-9f02fd85-ec00-40e0-96a9-766ae2deb993 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9f02fd85-ec00-40e0-96a9-766ae2deb993 {
  
}
}
@media (min-width: 0px) {
[id="s-9f02fd85-ec00-40e0-96a9-766ae2deb993"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f02fd85-ec00-40e0-96a9-766ae2deb993"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9f02fd85-ec00-40e0-96a9-766ae2deb993"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f02fd85-ec00-40e0-96a9-766ae2deb993"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-78d00973-da42-4f51-8762-317d839c90b5 {
  margin-top: 7%;
margin-left: 8%;
margin-bottom: 2%;
margin-right: 9%;
border-radius: 10000px;
text-align: center;
}
@media (min-width: 1200px){#s-78d00973-da42-4f51-8762-317d839c90b5 {
  display: none;
}
#s-78d00973-da42-4f51-8762-317d839c90b5, #wrap-s-78d00973-da42-4f51-8762-317d839c90b5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-78d00973-da42-4f51-8762-317d839c90b5 {
  display: none;
}
#s-78d00973-da42-4f51-8762-317d839c90b5, #wrap-s-78d00973-da42-4f51-8762-317d839c90b5 { display:none !important; }}






  #s-78d00973-da42-4f51-8762-317d839c90b5 img.shogun-image {
    

    
    
    
  }


#s-78d00973-da42-4f51-8762-317d839c90b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2ad165a-516e-485d-a3b1-2aa8effa6ecb {
  margin-left: 4%;
margin-right: 4%;
}

#s-e0f2b4eb-b199-423f-802b-5d0bf9c7608f {
  margin-top: 11%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-e0f2b4eb-b199-423f-802b-5d0bf9c7608f {
  display: none;
}
#s-e0f2b4eb-b199-423f-802b-5d0bf9c7608f, #wrap-s-e0f2b4eb-b199-423f-802b-5d0bf9c7608f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0f2b4eb-b199-423f-802b-5d0bf9c7608f {
  display: none;
}
#s-e0f2b4eb-b199-423f-802b-5d0bf9c7608f, #wrap-s-e0f2b4eb-b199-423f-802b-5d0bf9c7608f { display:none !important; }}






  #s-e0f2b4eb-b199-423f-802b-5d0bf9c7608f img.shogun-image {
    

    
    
    
  }


#s-e0f2b4eb-b199-423f-802b-5d0bf9c7608f .shogun-image-content {
  
    align-items: center;
  
}

#s-e2ab5147-d2e3-4286-976e-2805a6c097f6 {
  margin-top: 6%;
margin-left: 4%;
margin-bottom: 5%;
margin-right: 4%;
}

#s-015f11ea-89c0-482e-a76c-a6fa6f67b937 {
  margin-left: 5%;
margin-right: 5%;
}

#s-b013db0d-854d-4e43-90a3-25fb1cd4dabd {
  margin-left: 5%;
margin-right: 5%;
}

#s-7578e51f-2ead-4ed6-9e8b-052aa9f7c218 {
  background-color: rgba(245, 244, 241, 1);
}
@media (min-width: 1200px){#s-7578e51f-2ead-4ed6-9e8b-052aa9f7c218 {
  display: none;
}
#s-7578e51f-2ead-4ed6-9e8b-052aa9f7c218, #wrap-s-7578e51f-2ead-4ed6-9e8b-052aa9f7c218 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7578e51f-2ead-4ed6-9e8b-052aa9f7c218 {
  display: none;
}
#s-7578e51f-2ead-4ed6-9e8b-052aa9f7c218, #wrap-s-7578e51f-2ead-4ed6-9e8b-052aa9f7c218 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7578e51f-2ead-4ed6-9e8b-052aa9f7c218 {
  
}
}@media (max-width: 767px){#s-7578e51f-2ead-4ed6-9e8b-052aa9f7c218 {
  padding-top: 0px;
padding-bottom: 5px;
}
}
#s-7578e51f-2ead-4ed6-9e8b-052aa9f7c218 {
  display: none;
}
#s-a70e581f-3d4d-436d-a532-3411d4f41ce1 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a70e581f-3d4d-436d-a532-3411d4f41ce1 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-a70e581f-3d4d-436d-a532-3411d4f41ce1 {
  margin-top: 30px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}
}
#s-a70e581f-3d4d-436d-a532-3411d4f41ce1 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-a70e581f-3d4d-436d-a532-3411d4f41ce1 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a70e581f-3d4d-436d-a532-3411d4f41ce1 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}@media (max-width: 767px){#s-a70e581f-3d4d-436d-a532-3411d4f41ce1 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-dba5fa31-e1b5-4343-85ad-be233d9b7bcc {
  margin-top: 0px;
}
@media (max-width: 767px){#s-dba5fa31-e1b5-4343-85ad-be233d9b7bcc {
  margin-top: -11px;
}
}
#s-6e13c9eb-52ef-4555-84e2-5f2ac5c9403e {
  margin-top: 0px;
margin-bottom: 3%;
}
@media (max-width: 767px){#s-6e13c9eb-52ef-4555-84e2-5f2ac5c9403e {
  margin-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-f24df3f6-1320-4307-b45b-7777cda9b21f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f24df3f6-1320-4307-b45b-7777cda9b21f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f24df3f6-1320-4307-b45b-7777cda9b21f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f24df3f6-1320-4307-b45b-7777cda9b21f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f68ab274-f958-4283-8038-6df0d44cf0b3 {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-f68ab274-f958-4283-8038-6df0d44cf0b3 {
  margin-left: 39%;
margin-right: 39%;
max-width: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f68ab274-f958-4283-8038-6df0d44cf0b3 {
  margin-left: 41%;
margin-right: 41%;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f68ab274-f958-4283-8038-6df0d44cf0b3 {
  margin-left: 26%;
margin-right: 26%;
}
}@media (max-width: 767px){#s-f68ab274-f958-4283-8038-6df0d44cf0b3 {
  margin-left: 25%;
margin-right: 12%;
}
}






  #s-f68ab274-f958-4283-8038-6df0d44cf0b3 img.shogun-image {
    

    
    
    
  }


#s-f68ab274-f958-4283-8038-6df0d44cf0b3 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-22345a5f-fec6-4bdf-8710-7ee3fa1cd01a {
  display: none;
}
#s-22345a5f-fec6-4bdf-8710-7ee3fa1cd01a, #wrap-s-22345a5f-fec6-4bdf-8710-7ee3fa1cd01a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22345a5f-fec6-4bdf-8710-7ee3fa1cd01a {
  display: none;
}
#s-22345a5f-fec6-4bdf-8710-7ee3fa1cd01a, #wrap-s-22345a5f-fec6-4bdf-8710-7ee3fa1cd01a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-22345a5f-fec6-4bdf-8710-7ee3fa1cd01a {
  margin-top: 70px;
margin-left: 6%;
margin-bottom: 0px;
display: none;
}
#s-22345a5f-fec6-4bdf-8710-7ee3fa1cd01a, #wrap-s-22345a5f-fec6-4bdf-8710-7ee3fa1cd01a { display:none !important; }}@media (max-width: 767px){#s-22345a5f-fec6-4bdf-8710-7ee3fa1cd01a {
  margin-top: 100px;
margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-2fc1e791-e6ea-4e64-8b1c-900a31f33af4 {
  display: none;
}
#s-2fc1e791-e6ea-4e64-8b1c-900a31f33af4, #wrap-s-2fc1e791-e6ea-4e64-8b1c-900a31f33af4 { display:none !important; }}@media (max-width: 767px){#s-2fc1e791-e6ea-4e64-8b1c-900a31f33af4 {
  display: none;
}
#s-2fc1e791-e6ea-4e64-8b1c-900a31f33af4, #wrap-s-2fc1e791-e6ea-4e64-8b1c-900a31f33af4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2fc1e791-e6ea-4e64-8b1c-900a31f33af4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fc1e791-e6ea-4e64-8b1c-900a31f33af4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2fc1e791-e6ea-4e64-8b1c-900a31f33af4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fc1e791-e6ea-4e64-8b1c-900a31f33af4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px){#s-05ef9064-cc12-458b-a863-4abb725337e6 {
  margin-top: 50px;
margin-bottom: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-05ef9064-cc12-458b-a863-4abb725337e6 {
  margin-top: 50px;
margin-bottom: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-05ef9064-cc12-458b-a863-4abb725337e6 {
  margin-top: 70px;
margin-left: 6%;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-05ef9064-cc12-458b-a863-4abb725337e6 {
  margin-top: 100px;
margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-05ef9064-cc12-458b-a863-4abb725337e6, #wrap-s-05ef9064-cc12-458b-a863-4abb725337e6 { display:none !important; }}
#s-f73ae974-a7cb-4058-b4e3-5fa387024f52 {
  margin-top: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f73ae974-a7cb-4058-b4e3-5fa387024f52 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-f73ae974-a7cb-4058-b4e3-5fa387024f52 {
  margin-top: 0px;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-ec265f4f-76da-4c2a-b07c-f4809af6c53d {
  margin-top: 70px;
margin-left: 6%;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-ec265f4f-76da-4c2a-b07c-f4809af6c53d {
  margin-top: 100px;
margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-ec265f4f-76da-4c2a-b07c-f4809af6c53d, #wrap-s-ec265f4f-76da-4c2a-b07c-f4809af6c53d { display:none !important; }}
@media (max-width: 767px){#s-6765ec28-f6f7-4225-8f2c-2228e0f0e5ac {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-6765ec28-f6f7-4225-8f2c-2228e0f0e5ac"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6765ec28-f6f7-4225-8f2c-2228e0f0e5ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6765ec28-f6f7-4225-8f2c-2228e0f0e5ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6765ec28-f6f7-4225-8f2c-2228e0f0e5ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e43e5b42-4955-4d8e-ad59-f1607ae12f68 {
  margin-top: 12%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e43e5b42-4955-4d8e-ad59-f1607ae12f68 {
  margin-top: -1px;
}
}@media (max-width: 767px){#s-e43e5b42-4955-4d8e-ad59-f1607ae12f68 {
  margin-top: 0%;
}
}
#s-e3f9ac92-57ce-4b71-9412-8609c4245732 {
  margin-top: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e3f9ac92-57ce-4b71-9412-8609c4245732 {
  margin-top: -20px;
}
}@media (max-width: 767px){#s-e3f9ac92-57ce-4b71-9412-8609c4245732 {
  margin-top: -20px;
}
}
#s-84a6110a-1f1e-4a4b-8cae-1ff9ed120504 {
  margin-bottom: 0%;
padding-top: 7px;
padding-left: 32px;
padding-bottom: 7px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 124, 84, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(245, 124, 84, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-84a6110a-1f1e-4a4b-8cae-1ff9ed120504:hover {background-color: rgba(245, 124, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-84a6110a-1f1e-4a4b-8cae-1ff9ed120504:active {background-color: rgba(245, 124, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-84a6110a-1f1e-4a4b-8cae-1ff9ed120504-root {
    text-align: center;
  }


#s-84a6110a-1f1e-4a4b-8cae-1ff9ed120504.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-84a6110a-1f1e-4a4b-8cae-1ff9ed120504-root {
    text-align: center;
  }


#s-84a6110a-1f1e-4a4b-8cae-1ff9ed120504.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-84a6110a-1f1e-4a4b-8cae-1ff9ed120504-root {
    text-align: center;
  }


#s-84a6110a-1f1e-4a4b-8cae-1ff9ed120504.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-84a6110a-1f1e-4a4b-8cae-1ff9ed120504-root {
    text-align: center;
  }


#s-84a6110a-1f1e-4a4b-8cae-1ff9ed120504.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-84a6110a-1f1e-4a4b-8cae-1ff9ed120504-root {
    text-align: center;
  }


#s-84a6110a-1f1e-4a4b-8cae-1ff9ed120504.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-7a3eb41f-61a3-4b66-8425-de6d825349ee {
  margin-top: 0px;
}

#s-a1f6940c-76b4-4e25-b84e-370d5937ecaa {
  margin-top: 12%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a1f6940c-76b4-4e25-b84e-370d5937ecaa {
  margin-top: 0%;
}
}@media (max-width: 767px){#s-a1f6940c-76b4-4e25-b84e-370d5937ecaa {
  margin-top: 0%;
}
}
#s-f7f5db07-9af5-4777-89d0-817b9951c633 {
  margin-top: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f7f5db07-9af5-4777-89d0-817b9951c633 {
  margin-top: -20px;
}
}@media (max-width: 767px){#s-f7f5db07-9af5-4777-89d0-817b9951c633 {
  margin-top: -20px;
}
}
#s-5b2b2447-fe07-47b5-bc4c-f2b5fddaee2c {
  display: none;
}
#s-591cf35a-529d-4598-bc23-376d72f7cbf8 {
  margin-top: 0px;
padding-top: 7px;
padding-left: 40px;
padding-bottom: 7px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(74, 107, 84, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(74, 107, 84, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-591cf35a-529d-4598-bc23-376d72f7cbf8:hover {background-color: rgba(74, 107, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-591cf35a-529d-4598-bc23-376d72f7cbf8:active {background-color: rgba(74, 107, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-591cf35a-529d-4598-bc23-376d72f7cbf8 {
  margin-left: -30px;
margin-right: -30px;
text-align: center;
}
}

  #s-591cf35a-529d-4598-bc23-376d72f7cbf8-atc-btn-wrapper {
    text-align: center;
  }


#s-591cf35a-529d-4598-bc23-376d72f7cbf8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-591cf35a-529d-4598-bc23-376d72f7cbf8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-591cf35a-529d-4598-bc23-376d72f7cbf8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-591cf35a-529d-4598-bc23-376d72f7cbf8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-744212fc-0a93-44ff-9fb9-f34e7d2634f9 {
  margin-top: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-744212fc-0a93-44ff-9fb9-f34e7d2634f9 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-744212fc-0a93-44ff-9fb9-f34e7d2634f9 {
  margin-top: 0px;
}
}
#s-b078b4f7-2715-4226-92f1-065274f7a742 {
  margin-left: auto;
margin-right: auto;
max-width: 285px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b078b4f7-2715-4226-92f1-065274f7a742 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-b078b4f7-2715-4226-92f1-065274f7a742 {
  margin-bottom: 20px;
}
}
@media (min-width: 1200px){#s-38a9b4cb-7602-4c8c-9061-2d99b89bf5f4 {
  display: none;
}
#s-38a9b4cb-7602-4c8c-9061-2d99b89bf5f4, #wrap-s-38a9b4cb-7602-4c8c-9061-2d99b89bf5f4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38a9b4cb-7602-4c8c-9061-2d99b89bf5f4 {
  display: none;
}
#s-38a9b4cb-7602-4c8c-9061-2d99b89bf5f4, #wrap-s-38a9b4cb-7602-4c8c-9061-2d99b89bf5f4 { display:none !important; }}
#s-38a9b4cb-7602-4c8c-9061-2d99b89bf5f4 {
  display: none;
}
#s-1e16f15e-4b4e-4ac8-aeff-2cbfb1a2fc09 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1e16f15e-4b4e-4ac8-aeff-2cbfb1a2fc09 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-1e16f15e-4b4e-4ac8-aeff-2cbfb1a2fc09 {
  margin-top: 30px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}
}
#s-1e16f15e-4b4e-4ac8-aeff-2cbfb1a2fc09 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-1e16f15e-4b4e-4ac8-aeff-2cbfb1a2fc09 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1e16f15e-4b4e-4ac8-aeff-2cbfb1a2fc09 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}@media (max-width: 767px){#s-1e16f15e-4b4e-4ac8-aeff-2cbfb1a2fc09 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-d97fafd6-beb7-41d4-bafe-72dc1b826be6 {
  margin-top: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d97fafd6-beb7-41d4-bafe-72dc1b826be6 {
  margin-top: -15px;
}
}@media (max-width: 767px){#s-d97fafd6-beb7-41d4-bafe-72dc1b826be6 {
  margin-top: -11px;
}
}
#s-76cd9500-7727-46eb-89d8-fa70822bcb9f {
  margin-top: 0px;
margin-bottom: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-76cd9500-7727-46eb-89d8-fa70822bcb9f {
  margin-bottom: 5px;
}
}@media (max-width: 767px){#s-76cd9500-7727-46eb-89d8-fa70822bcb9f {
  margin-bottom: 5px;
}
}
.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-fca9e32c-73dc-4c15-b22c-8fcc4249edae {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae {
  margin-top: -80px;
margin-bottom: -120px;
}
}@media (max-width: 767px){#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae {
  margin-top: -30px;
margin-bottom: -30px;
}
}

.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae {
  max-width:  100%;
}

.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae .shg-image-zoom,
.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae img.shogun-image {
  max-width: 49% !important;
  
}

.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae {
  max-width:  100%;
}

.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae .shg-image-zoom,
.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae img.shogun-image {
  max-width: 49% !important;
  
}

.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae {
  max-width:  100%;
}

.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae .shg-image-zoom,
.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae img.shogun-image {
  max-width: 49% !important;
  
}

.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae {
  max-width:  100%;
}

.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae .shg-image-zoom,
.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae img.shogun-image {
  max-width: 49% !important;
  
}

.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae {
  max-width:  100%;
}

.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae .shg-image-zoom,
.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae img.shogun-image {
  max-width: 49% !important;
  
}

.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fca9e32c-73dc-4c15-b22c-8fcc4249edae img.shogun-image {
  width: 100%;
}



}
#s-1ea2caab-26e7-4cf5-ba4e-f31a82314feb {
  margin-top: 12%;
}
@media (max-width: 767px){#s-1ea2caab-26e7-4cf5-ba4e-f31a82314feb {
  margin-top: 0%;
}
}
#s-7189b2cb-7718-4b26-b46d-aa1bc3257dbd {
  margin-top: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7189b2cb-7718-4b26-b46d-aa1bc3257dbd {
  margin-top: -20px;
}
}@media (max-width: 767px){#s-7189b2cb-7718-4b26-b46d-aa1bc3257dbd {
  margin-top: -20px;
}
}
#s-32e83adf-97bb-48e6-a584-f7b0077a6738 {
  display: none;
}
#s-7f2cf8cf-532d-4a30-95cc-4d745461b08b {
  margin-top: 0px;
padding-top: 7px;
padding-left: 40px;
padding-bottom: 7px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(74, 107, 84, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(74, 107, 84, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7f2cf8cf-532d-4a30-95cc-4d745461b08b:hover {background-color: rgba(74, 107, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7f2cf8cf-532d-4a30-95cc-4d745461b08b:active {background-color: rgba(74, 107, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-7f2cf8cf-532d-4a30-95cc-4d745461b08b {
  margin-left: -30px;
margin-right: -30px;
text-align: center;
}
}

  #s-7f2cf8cf-532d-4a30-95cc-4d745461b08b-atc-btn-wrapper {
    text-align: center;
  }


#s-7f2cf8cf-532d-4a30-95cc-4d745461b08b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7f2cf8cf-532d-4a30-95cc-4d745461b08b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7f2cf8cf-532d-4a30-95cc-4d745461b08b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-7f2cf8cf-532d-4a30-95cc-4d745461b08b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e39d9e61-ded8-4851-afcb-21152638ced2 {
  margin-top: 0px;
}
@media (min-width: 1200px){#s-e39d9e61-ded8-4851-afcb-21152638ced2 {
  display: none;
}
#s-e39d9e61-ded8-4851-afcb-21152638ced2, #wrap-s-e39d9e61-ded8-4851-afcb-21152638ced2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e39d9e61-ded8-4851-afcb-21152638ced2 {
  display: none;
}
#s-e39d9e61-ded8-4851-afcb-21152638ced2, #wrap-s-e39d9e61-ded8-4851-afcb-21152638ced2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e39d9e61-ded8-4851-afcb-21152638ced2 {
  margin-top: 10px;
margin-left: 0px;
}
}@media (max-width: 767px){#s-e39d9e61-ded8-4851-afcb-21152638ced2 {
  margin-top: 10px;
}
}
#s-528d8fba-5c53-4a0f-8658-ec947588f59b {
  margin-left: auto;
margin-right: auto;
max-width: 285px;
}
@media (min-width: 1200px){#s-528d8fba-5c53-4a0f-8658-ec947588f59b {
  display: none;
}
#s-528d8fba-5c53-4a0f-8658-ec947588f59b, #wrap-s-528d8fba-5c53-4a0f-8658-ec947588f59b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-528d8fba-5c53-4a0f-8658-ec947588f59b {
  display: none;
}
#s-528d8fba-5c53-4a0f-8658-ec947588f59b, #wrap-s-528d8fba-5c53-4a0f-8658-ec947588f59b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-528d8fba-5c53-4a0f-8658-ec947588f59b {
  margin-top: 0px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-528d8fba-5c53-4a0f-8658-ec947588f59b {
  margin-bottom: 20px;
}
}
#s-313acebf-5df4-4df9-a311-0ef96ffdf265 {
  margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
background-color: rgba(245, 244, 241, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-313acebf-5df4-4df9-a311-0ef96ffdf265 {
  display: none;
}
#s-313acebf-5df4-4df9-a311-0ef96ffdf265, #wrap-s-313acebf-5df4-4df9-a311-0ef96ffdf265 { display:none !important; }}@media (max-width: 767px){#s-313acebf-5df4-4df9-a311-0ef96ffdf265 {
  display: none;
}
#s-313acebf-5df4-4df9-a311-0ef96ffdf265, #wrap-s-313acebf-5df4-4df9-a311-0ef96ffdf265 { display:none !important; }}







#s-313acebf-5df4-4df9-a311-0ef96ffdf265 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-313acebf-5df4-4df9-a311-0ef96ffdf265.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6a4baa0-c8e8-42bb-853d-90214a18082f {
  margin-top: 40px;
margin-left: 0px;
margin-right: 0px;
text-align: center;
}

#s-f6a4baa0-c8e8-42bb-853d-90214a18082f .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (min-width: 1200px){#s-f6a4baa0-c8e8-42bb-853d-90214a18082f .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f6a4baa0-c8e8-42bb-853d-90214a18082f .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f6a4baa0-c8e8-42bb-853d-90214a18082f .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-f6a4baa0-c8e8-42bb-853d-90214a18082f .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-3d673773-66a0-41b3-bd7e-24c9d17ff504 {
  padding-top: 2%;
padding-bottom: 0%;
background-color: rgba(245, 244, 241, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3d673773-66a0-41b3-bd7e-24c9d17ff504 {
  display: none;
}
#s-3d673773-66a0-41b3-bd7e-24c9d17ff504, #wrap-s-3d673773-66a0-41b3-bd7e-24c9d17ff504 { display:none !important; }}@media (max-width: 767px){#s-3d673773-66a0-41b3-bd7e-24c9d17ff504 {
  display: none;
}
#s-3d673773-66a0-41b3-bd7e-24c9d17ff504, #wrap-s-3d673773-66a0-41b3-bd7e-24c9d17ff504 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3d673773-66a0-41b3-bd7e-24c9d17ff504"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d673773-66a0-41b3-bd7e-24c9d17ff504"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3d673773-66a0-41b3-bd7e-24c9d17ff504"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d673773-66a0-41b3-bd7e-24c9d17ff504"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-db0c2385-13d0-4579-9893-8d06430034b2 {
  display: none;
}
#s-f388364c-098e-47cf-a491-011c2e05d065 {
  display: none;
}
#s-8477b677-202c-41a3-bc3b-4138f00ff353 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}

#s-8477b677-202c-41a3-bc3b-4138f00ff353 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-f84cd845-dbb6-4cef-9de0-73485619b8bf {
  margin-top: 0px;
}
@media (max-width: 767px){#s-f84cd845-dbb6-4cef-9de0-73485619b8bf {
  margin-top: -11px;
}
}
#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a {
  text-align: center;
}


.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a {
  max-width:  100%;
}

.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a .shg-image-zoom,
.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a img.shogun-image {
  max-width: 44% !important;
  
}

.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a {
  max-width:  100%;
}

.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a .shg-image-zoom,
.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a img.shogun-image {
  max-width: 44% !important;
  
}

.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a {
  max-width:  100%;
}

.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a .shg-image-zoom,
.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a img.shogun-image {
  max-width: 44% !important;
  
}

.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a {
  max-width:  100%;
}

.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a .shg-image-zoom,
.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a img.shogun-image {
  max-width: 44% !important;
  
}

.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a {
  max-width:  100%;
}

.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a .shg-image-zoom,
.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a img.shogun-image {
  max-width: 44% !important;
  
}

.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e3b68d7-b440-4bb4-8f3d-e8298526689a img.shogun-image {
  width: 100%;
}



}
#s-7461d070-ca5b-477f-8833-632dcb1c80e1 {
  display: none;
}
#s-435fa9c2-94fb-4990-991b-bb71ee88f818 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}

#s-435fa9c2-94fb-4990-991b-bb71ee88f818 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-532d27bf-c987-448e-8190-b85c7ec0fce2 {
  margin-top: 0px;
}
@media (max-width: 767px){#s-532d27bf-c987-448e-8190-b85c7ec0fce2 {
  margin-top: -11px;
}
}
#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a {
  text-align: center;
}


.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a {
  max-width:  100%;
}

.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a .shg-image-zoom,
.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a img.shogun-image {
  max-width: 40% !important;
  
}

.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a {
  max-width:  100%;
}

.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a .shg-image-zoom,
.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a img.shogun-image {
  max-width: 40% !important;
  
}

.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a {
  max-width:  100%;
}

.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a .shg-image-zoom,
.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a img.shogun-image {
  max-width: 40% !important;
  
}

.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a {
  max-width:  100%;
}

.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a .shg-image-zoom,
.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a img.shogun-image {
  max-width: 40% !important;
  
}

.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a {
  max-width:  100%;
}

.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a .shg-image-zoom,
.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a img.shogun-image {
  max-width: 40% !important;
  
}

.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b4641ab-aa8e-46da-b7b9-95acf73afd6a img.shogun-image {
  width: 100%;
}



}
#s-5a3b0eca-5623-429a-ba1e-104a10142d0a {
  margin-top: -30px;
margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5a3b0eca-5623-429a-ba1e-104a10142d0a {
  margin-bottom: -50px;
}
}
@media (min-width: 0px) {
[id="s-96d9b6d0-496f-4622-b668-aad32a5ce0c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96d9b6d0-496f-4622-b668-aad32a5ce0c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-96d9b6d0-496f-4622-b668-aad32a5ce0c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-96d9b6d0-496f-4622-b668-aad32a5ce0c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-4dec0eec-ca59-4adf-b01e-7a600401d3af {
  display: none;
}
#s-4dec0eec-ca59-4adf-b01e-7a600401d3af, #wrap-s-4dec0eec-ca59-4adf-b01e-7a600401d3af { display:none !important; }}@media (max-width: 767px){#s-4dec0eec-ca59-4adf-b01e-7a600401d3af {
  display: none;
}
#s-4dec0eec-ca59-4adf-b01e-7a600401d3af, #wrap-s-4dec0eec-ca59-4adf-b01e-7a600401d3af { display:none !important; }}
@media (min-width: 0px) {
[id="s-4dec0eec-ca59-4adf-b01e-7a600401d3af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4dec0eec-ca59-4adf-b01e-7a600401d3af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4dec0eec-ca59-4adf-b01e-7a600401d3af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4dec0eec-ca59-4adf-b01e-7a600401d3af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-91d177fc-54bc-4730-bb82-933f996691db {
  margin-top: 0%;
}

#s-99b4b0f2-7131-4da0-9c3b-6941c96c6e21 {
  margin-top: 0px;
}
@media (min-width: 1200px){#s-99b4b0f2-7131-4da0-9c3b-6941c96c6e21 {
  margin-top: -20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-99b4b0f2-7131-4da0-9c3b-6941c96c6e21 {
  margin-top: -20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-99b4b0f2-7131-4da0-9c3b-6941c96c6e21 {
  margin-top: -20px;
}
}@media (max-width: 767px){#s-99b4b0f2-7131-4da0-9c3b-6941c96c6e21 {
  margin-top: -20px;
}
}
#s-a2bd6017-cfe2-4041-9424-2b29abda4ccc {
  margin-bottom: 0%;
padding-top: 7px;
padding-left: 32px;
padding-bottom: 7px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 124, 84, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(245, 124, 84, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-a2bd6017-cfe2-4041-9424-2b29abda4ccc:hover {background-color: rgba(245, 124, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a2bd6017-cfe2-4041-9424-2b29abda4ccc:active {background-color: rgba(245, 124, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a2bd6017-cfe2-4041-9424-2b29abda4ccc-root {
    text-align: center;
  }


#s-a2bd6017-cfe2-4041-9424-2b29abda4ccc.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a2bd6017-cfe2-4041-9424-2b29abda4ccc-root {
    text-align: center;
  }


#s-a2bd6017-cfe2-4041-9424-2b29abda4ccc.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a2bd6017-cfe2-4041-9424-2b29abda4ccc-root {
    text-align: center;
  }


#s-a2bd6017-cfe2-4041-9424-2b29abda4ccc.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a2bd6017-cfe2-4041-9424-2b29abda4ccc-root {
    text-align: center;
  }


#s-a2bd6017-cfe2-4041-9424-2b29abda4ccc.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a2bd6017-cfe2-4041-9424-2b29abda4ccc-root {
    text-align: center;
  }


#s-a2bd6017-cfe2-4041-9424-2b29abda4ccc.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-b0e48ea5-083a-4cba-a94a-0bbefe6f45b8 {
  margin-bottom: 20px;
}

#s-6a750db3-14c6-4cbd-a13d-5bb3705417c8 {
  margin-top: 0%;
}

#s-ffd60c04-c3e2-4d90-b5db-3a06ef567275 {
  margin-top: 0px;
}
@media (min-width: 1200px){#s-ffd60c04-c3e2-4d90-b5db-3a06ef567275 {
  margin-top: -20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ffd60c04-c3e2-4d90-b5db-3a06ef567275 {
  margin-top: -20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ffd60c04-c3e2-4d90-b5db-3a06ef567275 {
  margin-top: -20px;
}
}@media (max-width: 767px){#s-ffd60c04-c3e2-4d90-b5db-3a06ef567275 {
  margin-top: -20px;
}
}
#s-e6112409-a78c-46b8-acc8-8ba12898d027 {
  display: none;
}
#s-09929485-a4f7-4200-aec6-da21c281d968 {
  margin-top: 0px;
padding-top: 7px;
padding-left: 40px;
padding-bottom: 7px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(74, 107, 84, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(74, 107, 84, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-09929485-a4f7-4200-aec6-da21c281d968:hover {background-color: rgba(74, 107, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-09929485-a4f7-4200-aec6-da21c281d968:active {background-color: rgba(74, 107, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-09929485-a4f7-4200-aec6-da21c281d968 {
  margin-left: -30px;
margin-right: -30px;
text-align: center;
}
}

  #s-09929485-a4f7-4200-aec6-da21c281d968-atc-btn-wrapper {
    text-align: center;
  }


#s-09929485-a4f7-4200-aec6-da21c281d968 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-09929485-a4f7-4200-aec6-da21c281d968.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-09929485-a4f7-4200-aec6-da21c281d968.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-09929485-a4f7-4200-aec6-da21c281d968.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-1d6b0480-8338-4e2d-a174-66adb7d74d62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d6b0480-8338-4e2d-a174-66adb7d74d62"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1d6b0480-8338-4e2d-a174-66adb7d74d62"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d6b0480-8338-4e2d-a174-66adb7d74d62"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f1c223fb-0fca-48af-9b28-d69f1635aff1 {
  margin-top: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f1c223fb-0fca-48af-9b28-d69f1635aff1 {
  margin-left: -50px;
}
}@media (max-width: 767px){#s-f1c223fb-0fca-48af-9b28-d69f1635aff1 {
  margin-top: 0px;
}
}
#s-6b21c940-fb34-4142-94b0-2d39efd45ca1 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-6b21c940-fb34-4142-94b0-2d39efd45ca1 {
  margin-top: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b21c940-fb34-4142-94b0-2d39efd45ca1 {
  margin-top: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b21c940-fb34-4142-94b0-2d39efd45ca1 {
  margin-top: 70px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-6b21c940-fb34-4142-94b0-2d39efd45ca1 {
  margin-top: 100px;
display: none;
}
#s-6b21c940-fb34-4142-94b0-2d39efd45ca1, #wrap-s-6b21c940-fb34-4142-94b0-2d39efd45ca1 { display:none !important; }}
#s-682cd1fb-9ea2-45f5-9761-ab5bbacb0648 {
  margin-top: 0%;
}

#s-1f4cf216-2bb8-4a61-8984-03b90d487d83 {
  margin-top: 0px;
}
@media (min-width: 1200px){#s-1f4cf216-2bb8-4a61-8984-03b90d487d83 {
  margin-top: -20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1f4cf216-2bb8-4a61-8984-03b90d487d83 {
  margin-top: -20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1f4cf216-2bb8-4a61-8984-03b90d487d83 {
  margin-top: -20px;
}
}@media (max-width: 767px){#s-1f4cf216-2bb8-4a61-8984-03b90d487d83 {
  margin-top: -20px;
}
}
#s-3f735837-a10b-4de3-9d5b-328af7ce3c3e {
  display: none;
}
#s-b9301f2d-2f1c-4588-abef-87bba37df0f2 {
  margin-top: 0px;
padding-top: 7px;
padding-left: 40px;
padding-bottom: 7px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(74, 107, 84, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(74, 107, 84, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b9301f2d-2f1c-4588-abef-87bba37df0f2:hover {background-color: rgba(74, 107, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b9301f2d-2f1c-4588-abef-87bba37df0f2:active {background-color: rgba(74, 107, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-b9301f2d-2f1c-4588-abef-87bba37df0f2 {
  margin-left: -30px;
margin-right: -30px;
text-align: center;
}
}

  #s-b9301f2d-2f1c-4588-abef-87bba37df0f2-atc-btn-wrapper {
    text-align: center;
  }


#s-b9301f2d-2f1c-4588-abef-87bba37df0f2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9301f2d-2f1c-4588-abef-87bba37df0f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9301f2d-2f1c-4588-abef-87bba37df0f2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-b9301f2d-2f1c-4588-abef-87bba37df0f2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-867de3ac-ac13-4791-bc18-c9c6773e3ee0 {
  margin-top: 0px;
margin-bottom: 0%;
}

#s-4feef863-2ee5-4bc4-b867-bac90fa509ed {
  margin-top: 2%;
margin-bottom: 2%;
background-color: rgba(245, 244, 241, 1);
}
@media (min-width: 1200px){#s-4feef863-2ee5-4bc4-b867-bac90fa509ed {
  display: none;
}
#s-4feef863-2ee5-4bc4-b867-bac90fa509ed, #wrap-s-4feef863-2ee5-4bc4-b867-bac90fa509ed { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4feef863-2ee5-4bc4-b867-bac90fa509ed {
  display: none;
}
#s-4feef863-2ee5-4bc4-b867-bac90fa509ed, #wrap-s-4feef863-2ee5-4bc4-b867-bac90fa509ed { display:none !important; }}
@media (min-width: 0px) {
[id="s-4feef863-2ee5-4bc4-b867-bac90fa509ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4feef863-2ee5-4bc4-b867-bac90fa509ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4feef863-2ee5-4bc4-b867-bac90fa509ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4feef863-2ee5-4bc4-b867-bac90fa509ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ce386c57-6c44-43b8-b5a4-5bc5ecc7962b {
  display: none;
}
#s-38e68f64-da86-470f-b282-d03a93e7d68b {
  display: none;
}
.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-fe4284df-e430-4365-8931-3110645c4a47 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fe4284df-e430-4365-8931-3110645c4a47 {
  padding-top: 0%;
padding-bottom: 0%;
}
}
#s-fe4284df-e430-4365-8931-3110645c4a47 .shg-product-title-component h1 {
  color: rgba(73, 73, 73, 1);
  font-weight:   ;
  font-family: Lora;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 768px) and (max-width: 991px){#s-fe4284df-e430-4365-8931-3110645c4a47 .shg-product-title-component h1 {
  color: rgba(73, 73, 73, 1);
  font-weight:   ;
  font-family: Lora;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-fe4284df-e430-4365-8931-3110645c4a47 .shg-product-title-component h1 {
  color: rgba(73, 73, 73, 1);
  font-weight:   ;
  font-family: Lora;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-d7de62d2-7c4a-499b-b22e-e207db690786 {
  text-align: center;
}


.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 {
  max-width:  100%;
}

.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 .shg-image-zoom,
.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 img.shogun-image {
  max-width: 56% !important;
  
}

.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 {
  max-width:  100%;
}

.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 .shg-image-zoom,
.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 img.shogun-image {
  max-width: 56% !important;
  
}

.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 {
  max-width:  100%;
}

.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 .shg-image-zoom,
.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 img.shogun-image {
  max-width: 56% !important;
  
}

.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 {
  max-width:  100%;
}

.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 .shg-image-zoom,
.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 img.shogun-image {
  max-width: 56% !important;
  
}

.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 {
  max-width:  100%;
}

.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 .shg-image-zoom,
.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 img.shogun-image {
  max-width: 56% !important;
  
}

.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7de62d2-7c4a-499b-b22e-e207db690786 img.shogun-image {
  width: 100%;
}



}
#s-b9b27c16-dfa0-4938-9540-a4f083384399 {
  margin-top: 0px;
}

#s-12676cf7-3bc9-48d3-93c3-49e2bf5332b8 {
  display: none;
}
#s-80b3fcdf-f3e1-4371-aeb0-9a126aa41d49 {
  margin-top: 0px;
margin-bottom: 7%;
padding-top: 7px;
padding-left: 40px;
padding-bottom: 7px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(74, 107, 84, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(74, 107, 84, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-80b3fcdf-f3e1-4371-aeb0-9a126aa41d49:hover {background-color: rgba(74, 107, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-80b3fcdf-f3e1-4371-aeb0-9a126aa41d49:active {background-color: rgba(74, 107, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-80b3fcdf-f3e1-4371-aeb0-9a126aa41d49 {
  margin-left: -30px;
margin-right: -30px;
text-align: center;
}
}

  #s-80b3fcdf-f3e1-4371-aeb0-9a126aa41d49-atc-btn-wrapper {
    text-align: center;
  }


#s-80b3fcdf-f3e1-4371-aeb0-9a126aa41d49 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80b3fcdf-f3e1-4371-aeb0-9a126aa41d49.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80b3fcdf-f3e1-4371-aeb0-9a126aa41d49.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-80b3fcdf-f3e1-4371-aeb0-9a126aa41d49.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c02c7be9-284b-4b9f-805a-919970b9bfd2 {
  margin-top: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c02c7be9-284b-4b9f-805a-919970b9bfd2 {
  margin-left: -50px;
}
}@media (max-width: 767px){#s-c02c7be9-284b-4b9f-805a-919970b9bfd2 {
  margin-top: 0px;
}
}
#s-088dbe0a-bd96-46db-90cd-dedea835ec1c {
  margin-bottom: 0%;
padding-top: 7px;
padding-left: 32px;
padding-bottom: 7px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 124, 84, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(245, 124, 84, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-088dbe0a-bd96-46db-90cd-dedea835ec1c:hover {background-color: rgba(245, 124, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-088dbe0a-bd96-46db-90cd-dedea835ec1c:active {background-color: rgba(245, 124, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-088dbe0a-bd96-46db-90cd-dedea835ec1c-root {
    text-align: center;
  }


#s-088dbe0a-bd96-46db-90cd-dedea835ec1c.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-088dbe0a-bd96-46db-90cd-dedea835ec1c-root {
    text-align: center;
  }


#s-088dbe0a-bd96-46db-90cd-dedea835ec1c.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-088dbe0a-bd96-46db-90cd-dedea835ec1c-root {
    text-align: center;
  }


#s-088dbe0a-bd96-46db-90cd-dedea835ec1c.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-088dbe0a-bd96-46db-90cd-dedea835ec1c-root {
    text-align: center;
  }


#s-088dbe0a-bd96-46db-90cd-dedea835ec1c.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-088dbe0a-bd96-46db-90cd-dedea835ec1c-root {
    text-align: center;
  }


#s-088dbe0a-bd96-46db-90cd-dedea835ec1c.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-aa5048f2-5e08-4cca-89dc-61024c5aae9d {
  margin-top: 0px;
margin-bottom: 0%;
}

#s-5630b4de-43e7-4400-a7b9-f5c28b0a172c {
  display: none;
}
#s-693884b7-1428-4026-afa0-94243d42de2d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
text-align: center;
}
@media (max-width: 767px){#s-693884b7-1428-4026-afa0-94243d42de2d {
  margin-top: 5%;
}
}
#s-693884b7-1428-4026-afa0-94243d42de2d .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-693884b7-1428-4026-afa0-94243d42de2d .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-693884b7-1428-4026-afa0-94243d42de2d .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-843a0782-76bd-4be4-ae56-d1e0122aa72a {
  margin-top: -30px;
margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-843a0782-76bd-4be4-ae56-d1e0122aa72a {
  margin-bottom: -50px;
}
}@media (max-width: 767px){#s-843a0782-76bd-4be4-ae56-d1e0122aa72a {
  margin-bottom: 0%;
}
}
#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 {
  text-align: center;
}


.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 {
  max-width:  100%;
}

.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 .shg-image-zoom,
.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 img.shogun-image {
  max-width: 49% !important;
  
}

.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 {
  max-width:  100%;
}

.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 .shg-image-zoom,
.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 img.shogun-image {
  max-width: 49% !important;
  
}

.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 {
  max-width:  100%;
}

.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 .shg-image-zoom,
.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 img.shogun-image {
  max-width: 49% !important;
  
}

.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 {
  max-width:  100%;
}

.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 .shg-image-zoom,
.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 img.shogun-image {
  max-width: 49% !important;
  
}

.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 {
  max-width:  100%;
}

.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 .shg-image-zoom,
.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 img.shogun-image {
  max-width: 49% !important;
  
}

.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1a7b2da-f71d-4acd-a2c2-0b002056cbf8 img.shogun-image {
  width: 100%;
}



}
#s-bbc25317-785c-4a28-ad67-c37e9d0fe3f2 {
  margin-top: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bbc25317-785c-4a28-ad67-c37e9d0fe3f2 {
  margin-left: -50px;
}
}@media (max-width: 767px){#s-bbc25317-785c-4a28-ad67-c37e9d0fe3f2 {
  margin-top: 0px;
}
}
#s-af63bd8e-9cee-4cf5-9904-44806c68b4e6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 21%;
margin-right: auto;
max-width: 275px;
}
@media (max-width: 767px){#s-af63bd8e-9cee-4cf5-9904-44806c68b4e6 {
  margin-bottom: 2%;
}
}
#s-c9bb6804-2a36-4279-844f-d482383cbd72 {
  margin-top: 0px;
}

#s-d57f4d2f-a609-4e18-9925-30c503e06c33 {
  margin-top: 0px;
margin-bottom: 0%;
padding-top: 7px;
padding-left: 40px;
padding-bottom: 7px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(74, 107, 84, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(74, 107, 84, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d57f4d2f-a609-4e18-9925-30c503e06c33:hover {background-color: rgba(74, 107, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d57f4d2f-a609-4e18-9925-30c503e06c33:active {background-color: rgba(74, 107, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-d57f4d2f-a609-4e18-9925-30c503e06c33 {
  margin-left: -30px;
margin-right: -30px;
text-align: center;
}
}

  #s-d57f4d2f-a609-4e18-9925-30c503e06c33-atc-btn-wrapper {
    text-align: center;
  }


#s-d57f4d2f-a609-4e18-9925-30c503e06c33 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d57f4d2f-a609-4e18-9925-30c503e06c33.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d57f4d2f-a609-4e18-9925-30c503e06c33.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-d57f4d2f-a609-4e18-9925-30c503e06c33.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3ad4292d-72e7-4e67-85ad-83d6649c64c3 {
  margin-top: 0px;
margin-bottom: 0%;
}

#s-2e65eea4-a0a4-4d65-ab88-05c14ca0bc47 {
  background-color: rgba(95, 97, 95, 1);
}
@media (min-width: 1200px){#s-2e65eea4-a0a4-4d65-ab88-05c14ca0bc47 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2e65eea4-a0a4-4d65-ab88-05c14ca0bc47 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2e65eea4-a0a4-4d65-ab88-05c14ca0bc47 {
  padding-top: 15px;
padding-bottom: 15px;
}
}@media (max-width: 767px){#s-2e65eea4-a0a4-4d65-ab88-05c14ca0bc47 {
  padding-top: 0px;
padding-bottom: 5px;
}
}
#s-2e65eea4-a0a4-4d65-ab88-05c14ca0bc47 {
  display: none;
}
#s-ec1db203-b928-4249-b957-6816110ac8c3 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-ec1db203-b928-4249-b957-6816110ac8c3 {
  margin-top: 40px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec1db203-b928-4249-b957-6816110ac8c3 {
  margin-top: 40px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec1db203-b928-4249-b957-6816110ac8c3 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-ec1db203-b928-4249-b957-6816110ac8c3 {
  margin-top: 30px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}
}
#s-ec1db203-b928-4249-b957-6816110ac8c3 .shogun-heading-component h2 {
  color: rgba(245, 244, 241, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-ec1db203-b928-4249-b957-6816110ac8c3 .shogun-heading-component h2 {
  color: rgba(245, 244, 241, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ec1db203-b928-4249-b957-6816110ac8c3 .shogun-heading-component h2 {
  color: rgba(245, 244, 241, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-ec1db203-b928-4249-b957-6816110ac8c3 .shogun-heading-component h2 {
  color: rgba(245, 244, 241, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-921d04e7-cbae-44db-a780-30865408d14f {
  margin-top: 0px;
}
@media (max-width: 767px){#s-921d04e7-cbae-44db-a780-30865408d14f {
  margin-top: -11px;
}
}
#s-ef193fdc-0da3-4c39-8470-97e3fca86822 {
  margin-top: -90px;
margin-bottom: 5px;
text-align: center;
}

#s-c0721cdc-01af-4d59-8113-d201ce95d332 {
  margin-top: 0px;
margin-bottom: 3%;
}
@media (min-width: 1200px){#s-c0721cdc-01af-4d59-8113-d201ce95d332 {
  margin-top: -10px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c0721cdc-01af-4d59-8113-d201ce95d332 {
  margin-top: -10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-c0721cdc-01af-4d59-8113-d201ce95d332 {
  margin-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-635e39c4-4f73-4fcb-950e-f13087d0f022"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-635e39c4-4f73-4fcb-950e-f13087d0f022"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-635e39c4-4f73-4fcb-950e-f13087d0f022"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-635e39c4-4f73-4fcb-950e-f13087d0f022"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5877e075-c3a4-42e8-8f36-dc80c9c82c6e {
  margin-left: 5%;
margin-right: 5%;
padding-top: 4%;
padding-bottom: 4%;
text-align: center;
}
@media (min-width: 1200px){#s-5877e075-c3a4-42e8-8f36-dc80c9c82c6e {
  margin-left: 37%;
margin-right: 37%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5877e075-c3a4-42e8-8f36-dc80c9c82c6e {
  margin-left: 37%;
margin-right: 37%;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5877e075-c3a4-42e8-8f36-dc80c9c82c6e {
  margin-left: 26%;
margin-right: 26%;
}
}@media (max-width: 767px){#s-5877e075-c3a4-42e8-8f36-dc80c9c82c6e {
  margin-left: 25%;
margin-right: 12%;
}
}






  #s-5877e075-c3a4-42e8-8f36-dc80c9c82c6e img.shogun-image {
    

    
    
    
  }


#s-5877e075-c3a4-42e8-8f36-dc80c9c82c6e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-a21eac9c-0090-4d87-90db-217e920877dc {
  display: none;
}
#s-a21eac9c-0090-4d87-90db-217e920877dc, #wrap-s-a21eac9c-0090-4d87-90db-217e920877dc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a21eac9c-0090-4d87-90db-217e920877dc {
  display: none;
}
#s-a21eac9c-0090-4d87-90db-217e920877dc, #wrap-s-a21eac9c-0090-4d87-90db-217e920877dc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a21eac9c-0090-4d87-90db-217e920877dc {
  margin-top: 70px;
margin-left: 6%;
margin-bottom: 0px;
display: none;
}
#s-a21eac9c-0090-4d87-90db-217e920877dc, #wrap-s-a21eac9c-0090-4d87-90db-217e920877dc { display:none !important; }}@media (max-width: 767px){#s-a21eac9c-0090-4d87-90db-217e920877dc {
  margin-top: 100px;
margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-e173e787-646d-4cc5-b4b3-6f47c41d4f33 {
  display: none;
}
#s-e173e787-646d-4cc5-b4b3-6f47c41d4f33, #wrap-s-e173e787-646d-4cc5-b4b3-6f47c41d4f33 { display:none !important; }}@media (max-width: 767px){#s-e173e787-646d-4cc5-b4b3-6f47c41d4f33 {
  display: none;
}
#s-e173e787-646d-4cc5-b4b3-6f47c41d4f33, #wrap-s-e173e787-646d-4cc5-b4b3-6f47c41d4f33 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e173e787-646d-4cc5-b4b3-6f47c41d4f33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e173e787-646d-4cc5-b4b3-6f47c41d4f33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e173e787-646d-4cc5-b4b3-6f47c41d4f33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e173e787-646d-4cc5-b4b3-6f47c41d4f33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6d5d446a-2664-4e0c-b4bd-4915f22f6a66 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-6d5d446a-2664-4e0c-b4bd-4915f22f6a66 {
  margin-top: 10px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6d5d446a-2664-4e0c-b4bd-4915f22f6a66 {
  margin-top: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6d5d446a-2664-4e0c-b4bd-4915f22f6a66 {
  margin-top: 70px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-6d5d446a-2664-4e0c-b4bd-4915f22f6a66 {
  margin-top: 100px;
display: none;
}
#s-6d5d446a-2664-4e0c-b4bd-4915f22f6a66, #wrap-s-6d5d446a-2664-4e0c-b4bd-4915f22f6a66 { display:none !important; }}
#s-d45d72e1-6092-4c7c-8702-5e3910325256 {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d45d72e1-6092-4c7c-8702-5e3910325256 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-ca2c8450-e5d1-4bdc-a8b8-678e93794266 {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ca2c8450-e5d1-4bdc-a8b8-678e93794266 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-0e0279f1-c5ee-40d6-9256-4014b2b15875 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-0e0279f1-c5ee-40d6-9256-4014b2b15875 {
  margin-top: 10px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e0279f1-c5ee-40d6-9256-4014b2b15875 {
  margin-top: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e0279f1-c5ee-40d6-9256-4014b2b15875 {
  margin-top: 70px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-0e0279f1-c5ee-40d6-9256-4014b2b15875 {
  margin-top: 100px;
display: none;
}
#s-0e0279f1-c5ee-40d6-9256-4014b2b15875, #wrap-s-0e0279f1-c5ee-40d6-9256-4014b2b15875 { display:none !important; }}
@media (min-width: 1200px){#s-f8aee49a-6d0c-45d8-ae88-55e1e39ac7ee {
  display: none;
}
#s-f8aee49a-6d0c-45d8-ae88-55e1e39ac7ee, #wrap-s-f8aee49a-6d0c-45d8-ae88-55e1e39ac7ee { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f8aee49a-6d0c-45d8-ae88-55e1e39ac7ee {
  display: none;
}
#s-f8aee49a-6d0c-45d8-ae88-55e1e39ac7ee, #wrap-s-f8aee49a-6d0c-45d8-ae88-55e1e39ac7ee { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f8aee49a-6d0c-45d8-ae88-55e1e39ac7ee {
  margin-top: 70px;
margin-left: 6%;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-f8aee49a-6d0c-45d8-ae88-55e1e39ac7ee {
  margin-top: 100px;
margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-f8aee49a-6d0c-45d8-ae88-55e1e39ac7ee, #wrap-s-f8aee49a-6d0c-45d8-ae88-55e1e39ac7ee { display:none !important; }}
#s-c7c2761e-e8d1-4e13-9fc6-86a72db027a7 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-c7c2761e-e8d1-4e13-9fc6-86a72db027a7 {
  margin-top: 5px;
margin-bottom: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c7c2761e-e8d1-4e13-9fc6-86a72db027a7 {
  margin-top: 5px;
margin-bottom: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c7c2761e-e8d1-4e13-9fc6-86a72db027a7 {
  display: none;
}
#s-c7c2761e-e8d1-4e13-9fc6-86a72db027a7, #wrap-s-c7c2761e-e8d1-4e13-9fc6-86a72db027a7 { display:none !important; }}@media (max-width: 767px){#s-c7c2761e-e8d1-4e13-9fc6-86a72db027a7 {
  display: none;
}
#s-c7c2761e-e8d1-4e13-9fc6-86a72db027a7, #wrap-s-c7c2761e-e8d1-4e13-9fc6-86a72db027a7 { display:none !important; }}
#s-c7c2761e-e8d1-4e13-9fc6-86a72db027a7 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 768px) and (max-width: 991px){#s-16c2a110-69b9-4598-b655-938301cc0000 {
  display: none;
}
#s-16c2a110-69b9-4598-b655-938301cc0000, #wrap-s-16c2a110-69b9-4598-b655-938301cc0000 { display:none !important; }}@media (max-width: 767px){#s-16c2a110-69b9-4598-b655-938301cc0000 {
  display: none;
}
#s-16c2a110-69b9-4598-b655-938301cc0000, #wrap-s-16c2a110-69b9-4598-b655-938301cc0000 { display:none !important; }}
@media (min-width: 0px) {
[id="s-16c2a110-69b9-4598-b655-938301cc0000"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16c2a110-69b9-4598-b655-938301cc0000"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-16c2a110-69b9-4598-b655-938301cc0000"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-16c2a110-69b9-4598-b655-938301cc0000"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fc4d8c47-478a-467b-9a5e-4815cadbbd10 {
  margin-top: 0%;
}

#s-2e626ab1-7a85-4268-9479-4cbb10592e4d {
  margin-top: 0px;
}
@media (min-width: 1200px){#s-2e626ab1-7a85-4268-9479-4cbb10592e4d {
  margin-top: -20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2e626ab1-7a85-4268-9479-4cbb10592e4d {
  margin-top: -20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2e626ab1-7a85-4268-9479-4cbb10592e4d {
  margin-top: -20px;
}
}@media (max-width: 767px){#s-2e626ab1-7a85-4268-9479-4cbb10592e4d {
  margin-top: -20px;
}
}
#s-749bb956-099c-4b64-b880-a29636e779d2 {
  margin-bottom: 0%;
padding-top: 7px;
padding-left: 32px;
padding-bottom: 7px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(245, 124, 84, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-749bb956-099c-4b64-b880-a29636e779d2:hover {background-color: rgba(245, 124, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-749bb956-099c-4b64-b880-a29636e779d2:active {background-color: rgba(245, 124, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-749bb956-099c-4b64-b880-a29636e779d2-root {
    text-align: center;
  }


#s-749bb956-099c-4b64-b880-a29636e779d2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-749bb956-099c-4b64-b880-a29636e779d2-root {
    text-align: center;
  }


#s-749bb956-099c-4b64-b880-a29636e779d2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-749bb956-099c-4b64-b880-a29636e779d2-root {
    text-align: center;
  }


#s-749bb956-099c-4b64-b880-a29636e779d2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-749bb956-099c-4b64-b880-a29636e779d2-root {
    text-align: center;
  }


#s-749bb956-099c-4b64-b880-a29636e779d2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-749bb956-099c-4b64-b880-a29636e779d2-root {
    text-align: center;
  }


#s-749bb956-099c-4b64-b880-a29636e779d2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-6a20adf5-f8ff-419f-a31b-87f29fb1f5fe {
  margin-bottom: 20px;
}

#s-de2f30cd-74c1-40f2-9a7d-61032f3cb6ca {
  margin-top: 0%;
}

#s-de9246a1-65db-41e2-9b57-9b9c9decfb25 {
  margin-top: 0px;
}
@media (min-width: 1200px){#s-de9246a1-65db-41e2-9b57-9b9c9decfb25 {
  margin-top: -20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-de9246a1-65db-41e2-9b57-9b9c9decfb25 {
  margin-top: -20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-de9246a1-65db-41e2-9b57-9b9c9decfb25 {
  margin-top: -20px;
}
}@media (max-width: 767px){#s-de9246a1-65db-41e2-9b57-9b9c9decfb25 {
  margin-top: -20px;
}
}
#s-eb453fe7-b376-4c61-b3c3-41c89f0aa1b8 {
  margin-top: 0px;
padding-top: 7px;
padding-left: 40px;
padding-bottom: 7px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(74, 107, 84, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-eb453fe7-b376-4c61-b3c3-41c89f0aa1b8:hover {background-color: rgba(74, 107, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-eb453fe7-b376-4c61-b3c3-41c89f0aa1b8:active {background-color: rgba(74, 107, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-eb453fe7-b376-4c61-b3c3-41c89f0aa1b8 {
  margin-left: -30px;
margin-right: -30px;
text-align: center;
}
}

  #s-eb453fe7-b376-4c61-b3c3-41c89f0aa1b8-atc-btn-wrapper {
    text-align: center;
  }


#s-eb453fe7-b376-4c61-b3c3-41c89f0aa1b8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eb453fe7-b376-4c61-b3c3-41c89f0aa1b8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eb453fe7-b376-4c61-b3c3-41c89f0aa1b8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-eb453fe7-b376-4c61-b3c3-41c89f0aa1b8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 1200px){#s-d492b4c6-8d8b-497e-83ee-852cc7fb2c0b {
  display: none;
}
#s-d492b4c6-8d8b-497e-83ee-852cc7fb2c0b, #wrap-s-d492b4c6-8d8b-497e-83ee-852cc7fb2c0b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d492b4c6-8d8b-497e-83ee-852cc7fb2c0b {
  display: none;
}
#s-d492b4c6-8d8b-497e-83ee-852cc7fb2c0b, #wrap-s-d492b4c6-8d8b-497e-83ee-852cc7fb2c0b { display:none !important; }}@media (max-width: 767px){#s-d492b4c6-8d8b-497e-83ee-852cc7fb2c0b {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-d492b4c6-8d8b-497e-83ee-852cc7fb2c0b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d492b4c6-8d8b-497e-83ee-852cc7fb2c0b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d492b4c6-8d8b-497e-83ee-852cc7fb2c0b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d492b4c6-8d8b-497e-83ee-852cc7fb2c0b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-37b4b5da-b7ab-4670-97d3-141ecff3c505 {
  margin-top: 12%;
}
@media (min-width: 768px) and (max-width: 991px){#s-37b4b5da-b7ab-4670-97d3-141ecff3c505 {
  margin-top: -1px;
}
}@media (max-width: 767px){#s-37b4b5da-b7ab-4670-97d3-141ecff3c505 {
  margin-top: 0%;
}
}
#s-5974fdf1-1d9a-44f0-a708-16ff1d5bcbe1 {
  margin-top: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5974fdf1-1d9a-44f0-a708-16ff1d5bcbe1 {
  margin-top: -20px;
}
}@media (max-width: 767px){#s-5974fdf1-1d9a-44f0-a708-16ff1d5bcbe1 {
  margin-top: -20px;
}
}
#s-6ff02e0a-f302-4113-ab64-99f54a3721de {
  margin-bottom: 0%;
padding-top: 7px;
padding-left: 32px;
padding-bottom: 7px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(245, 124, 84, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-6ff02e0a-f302-4113-ab64-99f54a3721de:hover {background-color: rgba(245, 124, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6ff02e0a-f302-4113-ab64-99f54a3721de:active {background-color: rgba(245, 124, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6ff02e0a-f302-4113-ab64-99f54a3721de-root {
    text-align: center;
  }


#s-6ff02e0a-f302-4113-ab64-99f54a3721de.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6ff02e0a-f302-4113-ab64-99f54a3721de-root {
    text-align: center;
  }


#s-6ff02e0a-f302-4113-ab64-99f54a3721de.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6ff02e0a-f302-4113-ab64-99f54a3721de-root {
    text-align: center;
  }


#s-6ff02e0a-f302-4113-ab64-99f54a3721de.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6ff02e0a-f302-4113-ab64-99f54a3721de-root {
    text-align: center;
  }


#s-6ff02e0a-f302-4113-ab64-99f54a3721de.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6ff02e0a-f302-4113-ab64-99f54a3721de-root {
    text-align: center;
  }


#s-6ff02e0a-f302-4113-ab64-99f54a3721de.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-c9ebe197-4630-497b-b80a-77f43513a302 {
  margin-top: 0px;
}

#s-8c8bb812-0cc2-48e9-a8e9-f822b893922e {
  margin-top: 12%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8c8bb812-0cc2-48e9-a8e9-f822b893922e {
  margin-top: 0%;
}
}@media (max-width: 767px){#s-8c8bb812-0cc2-48e9-a8e9-f822b893922e {
  margin-top: 0%;
}
}
#s-70efc7d4-f471-46d7-9ef9-3479367227c5 {
  margin-top: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-70efc7d4-f471-46d7-9ef9-3479367227c5 {
  margin-top: -20px;
}
}@media (max-width: 767px){#s-70efc7d4-f471-46d7-9ef9-3479367227c5 {
  margin-top: -20px;
}
}
#s-75bbfeb5-b6cb-40a1-9bcd-2347f0608882 {
  display: none;
}
#s-5122503a-02d0-4d02-84ef-14d492a2958a {
  margin-top: 0px;
padding-top: 7px;
padding-left: 40px;
padding-bottom: 7px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(74, 107, 84, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5122503a-02d0-4d02-84ef-14d492a2958a:hover {background-color: rgba(74, 107, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5122503a-02d0-4d02-84ef-14d492a2958a:active {background-color: rgba(74, 107, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-5122503a-02d0-4d02-84ef-14d492a2958a {
  margin-left: -30px;
margin-right: -30px;
text-align: center;
}
}

  #s-5122503a-02d0-4d02-84ef-14d492a2958a-atc-btn-wrapper {
    text-align: center;
  }


#s-5122503a-02d0-4d02-84ef-14d492a2958a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5122503a-02d0-4d02-84ef-14d492a2958a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5122503a-02d0-4d02-84ef-14d492a2958a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-5122503a-02d0-4d02-84ef-14d492a2958a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e0292b4d-a76f-40cf-8f4c-f9a42b075239 {
  margin-top: 0px;
}
@media (min-width: 1200px){#s-e0292b4d-a76f-40cf-8f4c-f9a42b075239 {
  display: none;
}
#s-e0292b4d-a76f-40cf-8f4c-f9a42b075239, #wrap-s-e0292b4d-a76f-40cf-8f4c-f9a42b075239 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0292b4d-a76f-40cf-8f4c-f9a42b075239 {
  display: none;
}
#s-e0292b4d-a76f-40cf-8f4c-f9a42b075239, #wrap-s-e0292b4d-a76f-40cf-8f4c-f9a42b075239 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0292b4d-a76f-40cf-8f4c-f9a42b075239 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-e0292b4d-a76f-40cf-8f4c-f9a42b075239 {
  margin-top: 0px;
}
}
#s-2c8abe79-d0ff-4708-bc12-f79c826fecd7 {
  margin-left: auto;
margin-right: auto;
max-width: 285px;
}
@media (min-width: 1200px){#s-2c8abe79-d0ff-4708-bc12-f79c826fecd7 {
  margin-top: 20px;
margin-bottom: 20px;
display: none;
}
#s-2c8abe79-d0ff-4708-bc12-f79c826fecd7, #wrap-s-2c8abe79-d0ff-4708-bc12-f79c826fecd7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c8abe79-d0ff-4708-bc12-f79c826fecd7 {
  margin-top: 20px;
margin-bottom: 20px;
display: none;
}
#s-2c8abe79-d0ff-4708-bc12-f79c826fecd7, #wrap-s-2c8abe79-d0ff-4708-bc12-f79c826fecd7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2c8abe79-d0ff-4708-bc12-f79c826fecd7 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-2c8abe79-d0ff-4708-bc12-f79c826fecd7 {
  margin-bottom: 20px;
}
}
#s-849a80f4-3f8e-4ca4-a21c-13dd9ec361ef {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0px;
padding-left: 50px;
padding-bottom: 0px;
padding-right: 50px;
min-height: 50px;
background-attachment: scroll;
background-color: rgba(245, 244, 241, 1);
}
@media (min-width: 1200px){#s-849a80f4-3f8e-4ca4-a21c-13dd9ec361ef {
  display: none;
}
#s-849a80f4-3f8e-4ca4-a21c-13dd9ec361ef, #wrap-s-849a80f4-3f8e-4ca4-a21c-13dd9ec361ef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-849a80f4-3f8e-4ca4-a21c-13dd9ec361ef {
  display: none;
}
#s-849a80f4-3f8e-4ca4-a21c-13dd9ec361ef, #wrap-s-849a80f4-3f8e-4ca4-a21c-13dd9ec361ef { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-849a80f4-3f8e-4ca4-a21c-13dd9ec361ef {
  padding-left: 6%;
padding-right: 6%;
}
}







#s-849a80f4-3f8e-4ca4-a21c-13dd9ec361ef > .shg-box-overlay {
  background-color: rgba(73, 73, 73, 1);
  opacity: 0;
}#s-849a80f4-3f8e-4ca4-a21c-13dd9ec361ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71ea7165-53d0-423d-bf35-107449a88b34 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-71ea7165-53d0-423d-bf35-107449a88b34 {
  margin-top: 30px;
margin-left: 4%;
margin-bottom: 30px;
margin-right: 4%;
}
}@media (max-width: 767px){#s-71ea7165-53d0-423d-bf35-107449a88b34 {
  margin-top: 30px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}
}
#s-71ea7165-53d0-423d-bf35-107449a88b34 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-71ea7165-53d0-423d-bf35-107449a88b34 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-71ea7165-53d0-423d-bf35-107449a88b34 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}@media (max-width: 767px){#s-71ea7165-53d0-423d-bf35-107449a88b34 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-f48a9f8e-052a-48c9-a2bb-feba7d4639e2 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}
@media (max-width: 767px){#s-f48a9f8e-052a-48c9-a2bb-feba7d4639e2 {
  margin-left: -40px;
margin-right: -40px;
}
}
#s-f48a9f8e-052a-48c9-a2bb-feba7d4639e2 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f48a9f8e-052a-48c9-a2bb-feba7d4639e2 .shg-sld-nav-button.shg-sld-left,
#s-f48a9f8e-052a-48c9-a2bb-feba7d4639e2 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-4200b65c-39bd-4bcd-a55a-7887a6407eba {
  min-height: 250px;
}








#s-4200b65c-39bd-4bcd-a55a-7887a6407eba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4200b65c-39bd-4bcd-a55a-7887a6407eba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb264da9-99fd-4f1a-83aa-ba77cf5a4bb2 {
  background-repeat: no-repeat;
background-size: 138px 22.5px;
margin-top: 0px;
margin-bottom: 0px;
min-height: 20px;
background-position: center center;
opacity: 1;
}








#s-cb264da9-99fd-4f1a-83aa-ba77cf5a4bb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb264da9-99fd-4f1a-83aa-ba77cf5a4bb2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9086515e-3a8b-444f-8a6a-88d6e0e45bc2 {
  margin-left: 100px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9086515e-3a8b-444f-8a6a-88d6e0e45bc2 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-9086515e-3a8b-444f-8a6a-88d6e0e45bc2 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-9086515e-3a8b-444f-8a6a-88d6e0e45bc2 .shogun-heading-component h5 {
  color: rgba(73, 73, 73, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.8em;
  
  
}



#s-4b77d391-2f8b-4362-837a-aee8605c8171 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b77d391-2f8b-4362-837a-aee8605c8171 .shogun-heading-component h5 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-e17da195-ded5-4bde-948a-623646d3fdcd {
  min-height: 250px;
}








#s-e17da195-ded5-4bde-948a-623646d3fdcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e17da195-ded5-4bde-948a-623646d3fdcd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-972fc353-9dda-455d-b43c-7e2a805c6330 {
  background-repeat: no-repeat;
background-size: 138px 22.5px;
margin-top: 0px;
margin-bottom: 0px;
min-height: 20px;
background-position: center center;
opacity: 1;
}








#s-972fc353-9dda-455d-b43c-7e2a805c6330 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-972fc353-9dda-455d-b43c-7e2a805c6330.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7b808fd-8c25-48c2-b012-c2c4ad672a80 {
  margin-left: 100px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d7b808fd-8c25-48c2-b012-c2c4ad672a80 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-d7b808fd-8c25-48c2-b012-c2c4ad672a80 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-d7b808fd-8c25-48c2-b012-c2c4ad672a80 .shogun-heading-component h5 {
  color: rgba(73, 73, 73, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.8em;
  
  
}



#s-fde4c1ba-0dce-49d9-93e5-e4af1fe59a9e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fde4c1ba-0dce-49d9-93e5-e4af1fe59a9e .shogun-heading-component h5 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-032b7989-4644-469d-8924-4cdf6ff046b5 {
  min-height: 250px;
}








#s-032b7989-4644-469d-8924-4cdf6ff046b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-032b7989-4644-469d-8924-4cdf6ff046b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6473c723-ca1e-412c-96fc-05d77862b3f6 {
  background-repeat: no-repeat;
background-size: 138px 22.5px;
margin-top: 0px;
margin-bottom: 0px;
min-height: 20px;
background-position: center center;
opacity: 1;
}








#s-6473c723-ca1e-412c-96fc-05d77862b3f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6473c723-ca1e-412c-96fc-05d77862b3f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8ea169b-643e-4805-b276-ff7f3deacaa3 {
  margin-left: 100px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a8ea169b-643e-4805-b276-ff7f3deacaa3 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-a8ea169b-643e-4805-b276-ff7f3deacaa3 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-a8ea169b-643e-4805-b276-ff7f3deacaa3 .shogun-heading-component h4 {
  color: rgba(73, 73, 73, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.8em;
  
  
}



#s-f784ad2b-96d3-4a9f-8fb5-0502c46470b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f784ad2b-96d3-4a9f-8fb5-0502c46470b2 .shogun-heading-component h5 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-5fdd00b9-4cca-494a-9d21-a3bcfa769136 {
  min-height: 250px;
}








#s-5fdd00b9-4cca-494a-9d21-a3bcfa769136 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fdd00b9-4cca-494a-9d21-a3bcfa769136.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52313134-2285-47c2-bf11-24aaa74dc56c {
  background-repeat: no-repeat;
background-size: 138px 22.5px;
margin-top: 0px;
margin-bottom: 0px;
min-height: 20px;
background-position: center center;
opacity: 1;
}








#s-52313134-2285-47c2-bf11-24aaa74dc56c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52313134-2285-47c2-bf11-24aaa74dc56c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fec719c5-e0cc-4f70-a965-37fd943ebdbb {
  margin-left: 100px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fec719c5-e0cc-4f70-a965-37fd943ebdbb {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-fec719c5-e0cc-4f70-a965-37fd943ebdbb {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-fec719c5-e0cc-4f70-a965-37fd943ebdbb .shogun-heading-component h4 {
  color: rgba(73, 73, 73, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.8em;
  
  
}



#s-306b43de-b7a2-486a-bc82-acda4c36ff09 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-306b43de-b7a2-486a-bc82-acda4c36ff09 .shogun-heading-component h5 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-3d3e0112-f885-40d3-92d7-54c66c2faa04 {
  min-height: 250px;
}








#s-3d3e0112-f885-40d3-92d7-54c66c2faa04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d3e0112-f885-40d3-92d7-54c66c2faa04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1392e0d8-b2e7-45ec-9a4f-7df8fdf9e58d {
  background-repeat: no-repeat;
background-size: 138px 22.5px;
margin-top: 0px;
margin-bottom: 0px;
min-height: 20px;
background-position: center center;
opacity: 1;
}








#s-1392e0d8-b2e7-45ec-9a4f-7df8fdf9e58d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1392e0d8-b2e7-45ec-9a4f-7df8fdf9e58d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6916d3b3-a41f-4f36-8918-8653ab7a4ad1 {
  margin-left: 100px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6916d3b3-a41f-4f36-8918-8653ab7a4ad1 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-6916d3b3-a41f-4f36-8918-8653ab7a4ad1 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-6916d3b3-a41f-4f36-8918-8653ab7a4ad1 .shogun-heading-component h4 {
  color: rgba(73, 73, 73, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.8em;
  
  
}



#s-f677378a-a49e-4cea-9481-33f961dfdd46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f677378a-a49e-4cea-9481-33f961dfdd46 .shogun-heading-component h5 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-428e972e-3a04-4768-8a0a-742e1f7676b8 {
  min-height: 250px;
}








#s-428e972e-3a04-4768-8a0a-742e1f7676b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-428e972e-3a04-4768-8a0a-742e1f7676b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9be1f09c-e08a-4d72-9445-f2da821f1e11 {
  background-repeat: no-repeat;
background-size: 138px 22.5px;
margin-top: 0px;
margin-bottom: 0px;
min-height: 20px;
background-position: center center;
opacity: 1;
}








#s-9be1f09c-e08a-4d72-9445-f2da821f1e11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9be1f09c-e08a-4d72-9445-f2da821f1e11.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49846bc5-a0ef-477b-92b8-e41bc21139c7 {
  margin-left: 100px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-49846bc5-a0ef-477b-92b8-e41bc21139c7 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-49846bc5-a0ef-477b-92b8-e41bc21139c7 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-49846bc5-a0ef-477b-92b8-e41bc21139c7 .shogun-heading-component h5 {
  color: rgba(73, 73, 73, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.8em;
  
  
}



#s-3175e1ee-caf6-466f-b753-e530c10bc867 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3175e1ee-caf6-466f-b753-e530c10bc867 .shogun-heading-component h5 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-4fe6a77e-03a9-4437-9d93-b4338904deac {
  margin-top: 2px;
margin-left: 5%;
margin-bottom: 2px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4fe6a77e-03a9-4437-9d93-b4338904deac {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-4fe6a77e-03a9-4437-9d93-b4338904deac {
  margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}
#s-3b05034c-ed55-400a-adc4-5dfb8576c35e {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0px;
padding-left: 50px;
padding-bottom: 0px;
padding-right: 50px;
min-height: 50px;
background-attachment: scroll;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3b05034c-ed55-400a-adc4-5dfb8576c35e {
  padding-left: 6%;
padding-right: 6%;
display: none;
}
#s-3b05034c-ed55-400a-adc4-5dfb8576c35e, #wrap-s-3b05034c-ed55-400a-adc4-5dfb8576c35e { display:none !important; }}@media (max-width: 767px){#s-3b05034c-ed55-400a-adc4-5dfb8576c35e {
  display: none;
}
#s-3b05034c-ed55-400a-adc4-5dfb8576c35e, #wrap-s-3b05034c-ed55-400a-adc4-5dfb8576c35e { display:none !important; }}







#s-3b05034c-ed55-400a-adc4-5dfb8576c35e > .shg-box-overlay {
  background-color: rgba(73, 73, 73, 1);
  opacity: 0;
}#s-3b05034c-ed55-400a-adc4-5dfb8576c35e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96941e77-37fb-4f96-9dfb-fedd07d56346 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-96941e77-37fb-4f96-9dfb-fedd07d56346 {
  margin-top: 40px;
margin-left: 4%;
margin-bottom: 30px;
margin-right: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-96941e77-37fb-4f96-9dfb-fedd07d56346 {
  margin-top: 40px;
margin-left: 4%;
margin-bottom: 30px;
margin-right: 4%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-96941e77-37fb-4f96-9dfb-fedd07d56346 {
  margin-top: 30px;
margin-left: 4%;
margin-bottom: 30px;
margin-right: 4%;
}
}@media (max-width: 767px){#s-96941e77-37fb-4f96-9dfb-fedd07d56346 {
  margin-top: 30px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}
}
#s-96941e77-37fb-4f96-9dfb-fedd07d56346 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-96941e77-37fb-4f96-9dfb-fedd07d56346 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-96941e77-37fb-4f96-9dfb-fedd07d56346 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-96941e77-37fb-4f96-9dfb-fedd07d56346 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-96941e77-37fb-4f96-9dfb-fedd07d56346 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-97a458fa-e4a1-4d6d-90c9-898ee6f7d10f {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}
@media (max-width: 767px){#s-97a458fa-e4a1-4d6d-90c9-898ee6f7d10f {
  margin-left: -40px;
margin-right: -40px;
}
}
#s-97a458fa-e4a1-4d6d-90c9-898ee6f7d10f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-97a458fa-e4a1-4d6d-90c9-898ee6f7d10f .shg-sld-nav-button.shg-sld-left,
#s-97a458fa-e4a1-4d6d-90c9-898ee6f7d10f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-e2651cee-9cb1-47fe-b730-94a3b333c430 {
  min-height: 250px;
}








#s-e2651cee-9cb1-47fe-b730-94a3b333c430 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2651cee-9cb1-47fe-b730-94a3b333c430.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d50a43b3-ac4b-42a3-9406-3410e62c813d {
  background-repeat: no-repeat;
background-size: 138px 22.5px;
margin-top: 0px;
margin-bottom: 0px;
min-height: 20px;
background-position: center center;
opacity: 1;
}








#s-d50a43b3-ac4b-42a3-9406-3410e62c813d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d50a43b3-ac4b-42a3-9406-3410e62c813d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1083603c-671d-467c-b976-d31282770f9f {
  margin-left: 100px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1083603c-671d-467c-b976-d31282770f9f {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-1083603c-671d-467c-b976-d31282770f9f {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-1083603c-671d-467c-b976-d31282770f9f .shogun-heading-component h5 {
  color: rgba(73, 73, 73, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.8em;
  
  
}



#s-d392cad5-715d-4c04-9546-bdd5a2f7822c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d392cad5-715d-4c04-9546-bdd5a2f7822c .shogun-heading-component h5 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-6f0239a7-b1cf-42aa-9091-dc222fc03879 {
  min-height: 250px;
}








#s-6f0239a7-b1cf-42aa-9091-dc222fc03879 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f0239a7-b1cf-42aa-9091-dc222fc03879.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa4df599-9ae7-417f-8344-8fd4ce145d19 {
  background-repeat: no-repeat;
background-size: 138px 22.5px;
margin-top: 0px;
margin-bottom: 0px;
min-height: 20px;
background-position: center center;
opacity: 1;
}








#s-aa4df599-9ae7-417f-8344-8fd4ce145d19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa4df599-9ae7-417f-8344-8fd4ce145d19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0439df02-e77f-46dc-bf93-343ae063eb3f {
  margin-left: 100px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0439df02-e77f-46dc-bf93-343ae063eb3f {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-0439df02-e77f-46dc-bf93-343ae063eb3f {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-0439df02-e77f-46dc-bf93-343ae063eb3f .shogun-heading-component h5 {
  color: rgba(73, 73, 73, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.8em;
  
  
}



#s-10a8707f-92e4-47c5-961e-d45f2b26ff29 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10a8707f-92e4-47c5-961e-d45f2b26ff29 .shogun-heading-component h5 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-8b966c24-f35f-4c0a-811a-8ea1e2b1d4ef {
  min-height: 250px;
}








#s-8b966c24-f35f-4c0a-811a-8ea1e2b1d4ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b966c24-f35f-4c0a-811a-8ea1e2b1d4ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60711df7-baba-4f00-843b-4abfcf5d6ad6 {
  background-repeat: no-repeat;
background-size: 138px 22.5px;
margin-top: 0px;
margin-bottom: 0px;
min-height: 20px;
background-position: center center;
opacity: 1;
}








#s-60711df7-baba-4f00-843b-4abfcf5d6ad6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60711df7-baba-4f00-843b-4abfcf5d6ad6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f4e7261-27ac-4cea-a80b-930851aefe8a {
  margin-left: 100px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4f4e7261-27ac-4cea-a80b-930851aefe8a {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-4f4e7261-27ac-4cea-a80b-930851aefe8a {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-4f4e7261-27ac-4cea-a80b-930851aefe8a .shogun-heading-component h4 {
  color: rgba(73, 73, 73, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.8em;
  
  
}



#s-54fa8f4b-32f8-497f-8f27-bab27811dc7f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54fa8f4b-32f8-497f-8f27-bab27811dc7f .shogun-heading-component h5 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-2756ab89-f310-4079-b052-8677ff3d7dea {
  min-height: 250px;
}








#s-2756ab89-f310-4079-b052-8677ff3d7dea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2756ab89-f310-4079-b052-8677ff3d7dea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e05dd925-649b-4558-a166-17a7d0ec0d46 {
  background-repeat: no-repeat;
background-size: 138px 22.5px;
margin-top: 0px;
margin-bottom: 0px;
min-height: 20px;
background-position: center center;
opacity: 1;
}








#s-e05dd925-649b-4558-a166-17a7d0ec0d46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e05dd925-649b-4558-a166-17a7d0ec0d46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7ad49a2-ca3a-4eec-bfc9-e9367516e995 {
  margin-left: 100px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c7ad49a2-ca3a-4eec-bfc9-e9367516e995 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-c7ad49a2-ca3a-4eec-bfc9-e9367516e995 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-c7ad49a2-ca3a-4eec-bfc9-e9367516e995 .shogun-heading-component h4 {
  color: rgba(73, 73, 73, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.8em;
  
  
}



#s-30e267ae-ca48-4d08-ad85-958a29a59a7a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30e267ae-ca48-4d08-ad85-958a29a59a7a .shogun-heading-component h5 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-77f7627e-567a-40fa-8f5b-402f8b1bb3bb {
  min-height: 250px;
}








#s-77f7627e-567a-40fa-8f5b-402f8b1bb3bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77f7627e-567a-40fa-8f5b-402f8b1bb3bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53f6c0da-a793-41dd-b71d-29414ab14a5f {
  background-repeat: no-repeat;
background-size: 138px 22.5px;
margin-top: 0px;
margin-bottom: 0px;
min-height: 20px;
background-position: center center;
opacity: 1;
}








#s-53f6c0da-a793-41dd-b71d-29414ab14a5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53f6c0da-a793-41dd-b71d-29414ab14a5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77f87098-6703-461e-a9e4-74f0eb98bc84 {
  margin-left: 100px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-77f87098-6703-461e-a9e4-74f0eb98bc84 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-77f87098-6703-461e-a9e4-74f0eb98bc84 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-77f87098-6703-461e-a9e4-74f0eb98bc84 .shogun-heading-component h4 {
  color: rgba(73, 73, 73, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.8em;
  
  
}



#s-26e59639-a9de-4fe0-bb97-748cf62c58bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-26e59639-a9de-4fe0-bb97-748cf62c58bc .shogun-heading-component h5 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-583c2a3d-bbcf-4399-b19d-5ed054eeea8d {
  min-height: 250px;
}








#s-583c2a3d-bbcf-4399-b19d-5ed054eeea8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-583c2a3d-bbcf-4399-b19d-5ed054eeea8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad2f5c99-919c-40f7-bc9c-1a1a2ad2b1b1 {
  background-repeat: no-repeat;
background-size: 138px 22.5px;
margin-top: 0px;
margin-bottom: 0px;
min-height: 20px;
background-position: center center;
opacity: 1;
}








#s-ad2f5c99-919c-40f7-bc9c-1a1a2ad2b1b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad2f5c99-919c-40f7-bc9c-1a1a2ad2b1b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e77b5fb-45c3-4f0f-b4cb-43619d5f581b {
  margin-left: 100px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9e77b5fb-45c3-4f0f-b4cb-43619d5f581b {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-9e77b5fb-45c3-4f0f-b4cb-43619d5f581b {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-9e77b5fb-45c3-4f0f-b4cb-43619d5f581b .shogun-heading-component h5 {
  color: rgba(73, 73, 73, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.8em;
  
  
}



#s-21a381c2-811e-478f-ab2d-235239dc2aa7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21a381c2-811e-478f-ab2d-235239dc2aa7 .shogun-heading-component h5 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-70010979-dfa8-4304-8719-bd333a01bc08 {
  margin-top: 2px;
margin-left: 5%;
margin-bottom: 2px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-70010979-dfa8-4304-8719-bd333a01bc08 {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-70010979-dfa8-4304-8719-bd333a01bc08 {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-70010979-dfa8-4304-8719-bd333a01bc08 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-70010979-dfa8-4304-8719-bd333a01bc08 {
  margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}
#s-f605ad24-0020-42a4-888a-d3a2b741cc32 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 120px;
padding-bottom: 120px;
background-position: center center;
}
@media (min-width: 1200px){#s-f605ad24-0020-42a4-888a-d3a2b741cc32 {
  padding-top: 40px;
padding-bottom: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f605ad24-0020-42a4-888a-d3a2b741cc32 {
  padding-top: 40px;
padding-bottom: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f605ad24-0020-42a4-888a-d3a2b741cc32 {
  padding-top: 30px;
padding-bottom: 30px;
}
}@media (max-width: 767px){#s-f605ad24-0020-42a4-888a-d3a2b741cc32 {
  padding-top: 30px;
padding-bottom: 30px;
}
}







#s-f605ad24-0020-42a4-888a-d3a2b741cc32 > .shg-box-overlay {
  background-color: rgba(73, 73, 73, 1);
  opacity: 0.7;
}#s-f605ad24-0020-42a4-888a-d3a2b741cc32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-072c2b29-c61a-4298-a1e8-ee4e627133be {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-072c2b29-c61a-4298-a1e8-ee4e627133be {
  margin-top: 0%;
margin-left: 4%;
margin-bottom: 0%;
margin-right: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-072c2b29-c61a-4298-a1e8-ee4e627133be {
  margin-top: 0%;
margin-left: 4%;
margin-bottom: 0%;
margin-right: 4%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-072c2b29-c61a-4298-a1e8-ee4e627133be {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}
}@media (max-width: 767px){#s-072c2b29-c61a-4298-a1e8-ee4e627133be {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}
}
#s-072c2b29-c61a-4298-a1e8-ee4e627133be .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (min-width: 1200px){#s-072c2b29-c61a-4298-a1e8-ee4e627133be .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-072c2b29-c61a-4298-a1e8-ee4e627133be .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-072c2b29-c61a-4298-a1e8-ee4e627133be .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-072c2b29-c61a-4298-a1e8-ee4e627133be .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-7879038c-c1b7-42c7-be8e-c2b85db47247 {
  margin-top: 10%;
margin-left: 5%;
margin-bottom: 10%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-7879038c-c1b7-42c7-be8e-c2b85db47247 {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7879038c-c1b7-42c7-be8e-c2b85db47247 {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7879038c-c1b7-42c7-be8e-c2b85db47247 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-7879038c-c1b7-42c7-be8e-c2b85db47247 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}
#s-9eba185b-3683-440d-b46d-dc9fa93f4db9 {
  border-style: solid;
margin-top: 2%;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 7px;
padding-left: 25px;
padding-bottom: 7px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-9eba185b-3683-440d-b46d-dc9fa93f4db9:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(109, 109, 109, 1) !important;}#s-9eba185b-3683-440d-b46d-dc9fa93f4db9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-9eba185b-3683-440d-b46d-dc9fa93f4db9 {
  margin-top: 0%;
}
}@media (max-width: 767px){#s-9eba185b-3683-440d-b46d-dc9fa93f4db9 {
  margin-top: 0px;
}
}

  #s-9eba185b-3683-440d-b46d-dc9fa93f4db9-root {
    text-align: center;
  }


#s-9eba185b-3683-440d-b46d-dc9fa93f4db9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9eba185b-3683-440d-b46d-dc9fa93f4db9-root {
    text-align: center;
  }


#s-9eba185b-3683-440d-b46d-dc9fa93f4db9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9eba185b-3683-440d-b46d-dc9fa93f4db9-root {
    text-align: center;
  }


#s-9eba185b-3683-440d-b46d-dc9fa93f4db9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9eba185b-3683-440d-b46d-dc9fa93f4db9-root {
    text-align: center;
  }


#s-9eba185b-3683-440d-b46d-dc9fa93f4db9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9eba185b-3683-440d-b46d-dc9fa93f4db9-root {
    text-align: center;
  }


#s-9eba185b-3683-440d-b46d-dc9fa93f4db9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-cbf52994-ec54-4ae7-a6c1-2029c2d4c786 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 1%;
padding-left: 50px;
padding-bottom: 1%;
padding-right: 50px;
background-attachment: scroll;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-cbf52994-ec54-4ae7-a6c1-2029c2d4c786 {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-cbf52994-ec54-4ae7-a6c1-2029c2d4c786 {
  padding-left: 2%;
padding-right: 1%;
}
}







#s-cbf52994-ec54-4ae7-a6c1-2029c2d4c786 > .shg-box-overlay {
  background-color: rgba(73, 73, 73, 1);
  opacity: 0;
}#s-cbf52994-ec54-4ae7-a6c1-2029c2d4c786.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55efb6da-b181-46e3-adb2-c018647bb2d1 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-55efb6da-b181-46e3-adb2-c018647bb2d1 {
  margin-top: 30px;
margin-left: 4%;
margin-bottom: 30px;
margin-right: 4%;
}
}@media (max-width: 767px){#s-55efb6da-b181-46e3-adb2-c018647bb2d1 {
  margin-top: 30px;
margin-left: 4%;
margin-bottom: 30px;
margin-right: 4%;
}
}
#s-55efb6da-b181-46e3-adb2-c018647bb2d1 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-55efb6da-b181-46e3-adb2-c018647bb2d1 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-55efb6da-b181-46e3-adb2-c018647bb2d1 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-55efb6da-b181-46e3-adb2-c018647bb2d1 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-55efb6da-b181-46e3-adb2-c018647bb2d1 .shogun-heading-component h2 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-dd5ba269-4a90-4b65-aa8d-c9e8073da843 {
  padding-left: 1%;
padding-right: 1%;
}
@media (min-width: 1200px){#s-dd5ba269-4a90-4b65-aa8d-c9e8073da843 {
  margin-top: 0px;
margin-bottom: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dd5ba269-4a90-4b65-aa8d-c9e8073da843 {
  margin-top: 0px;
margin-bottom: 50px;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dd5ba269-4a90-4b65-aa8d-c9e8073da843 {
  margin-left: 2%;
margin-bottom: 50px;
margin-right: 2%;
padding-left: 1%;
padding-right: 1%;
}
}@media (max-width: 767px){#s-dd5ba269-4a90-4b65-aa8d-c9e8073da843 {
  margin-left: 2%;
margin-bottom: 50px;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-dd5ba269-4a90-4b65-aa8d-c9e8073da843"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dd5ba269-4a90-4b65-aa8d-c9e8073da843"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-dd5ba269-4a90-4b65-aa8d-c9e8073da843"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-dd5ba269-4a90-4b65-aa8d-c9e8073da843"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c4c2eb3a-ca9f-4021-a33c-856352eab14d {
  text-align: center;
}







  #s-c4c2eb3a-ca9f-4021-a33c-856352eab14d img.shogun-image {
    

    
    
    
  }


#s-c4c2eb3a-ca9f-4021-a33c-856352eab14d .shogun-image-content {
  
    align-items: center;
  
}

#s-11051415-83f4-4fb8-8177-d57046687ea7 {
  text-align: center;
}
@media (max-width: 767px){#s-11051415-83f4-4fb8-8177-d57046687ea7 {
  margin-bottom: 20px;
}
}






  #s-11051415-83f4-4fb8-8177-d57046687ea7 img.shogun-image {
    

    
    
    
  }


#s-11051415-83f4-4fb8-8177-d57046687ea7 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-65cc9923-5053-46b1-8b7a-9dda97699449 {
  margin-top: -20px;
margin-bottom: -20px;
}
}
#s-4d8f8bc7-9666-474e-9f67-b0776f44f1f0 {
  text-align: center;
}
@media (max-width: 767px){#s-4d8f8bc7-9666-474e-9f67-b0776f44f1f0 {
  margin-bottom: 20px;
}
}






  #s-4d8f8bc7-9666-474e-9f67-b0776f44f1f0 img.shogun-image {
    

    
    
    
  }


#s-4d8f8bc7-9666-474e-9f67-b0776f44f1f0 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-ece21cd4-e431-4c88-a499-cf48bfe6a491 {
  margin-top: -20px;
margin-bottom: -20px;
}
}
#s-33f72f1e-7bb5-4a08-958c-474d1df17a4f {
  text-align: center;
}
@media (max-width: 767px){#s-33f72f1e-7bb5-4a08-958c-474d1df17a4f {
  margin-bottom: 20px;
}
}






  #s-33f72f1e-7bb5-4a08-958c-474d1df17a4f img.shogun-image {
    

    
    
    
  }


#s-33f72f1e-7bb5-4a08-958c-474d1df17a4f .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-8daefbc8-b530-4522-8fe6-e62405601bdd {
  margin-top: -20px;
margin-bottom: -20px;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

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

.shogun-root div:empty {
  display: inline-block;
}

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

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

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

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

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
