.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-f491de02-b6f5-4ff5-be23-ada103467aeb {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
background-repeat: no-repeat;
background-size: cover;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(103, 166, 116, 1);
border-style: solid;
min-height: 50px;
background-position: center center;
}

#s-f491de02-b6f5-4ff5-be23-ada103467aeb {
  background-image: url(https://i.shgcdn.com/32d41eb6-5685-414e-975a-a8604d4c1a3a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f491de02-b6f5-4ff5-be23-ada103467aeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f491de02-b6f5-4ff5-be23-ada103467aeb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > div {
  width: 100%;
}

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

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

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

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

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

#s-2350e997-85a3-42ad-840f-7acfcd122cf1 {
  text-align: center;
}
@media (min-width: 1200px){#s-2350e997-85a3-42ad-840f-7acfcd122cf1 {
  display: none;
}
#s-2350e997-85a3-42ad-840f-7acfcd122cf1, #wrap-s-2350e997-85a3-42ad-840f-7acfcd122cf1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2350e997-85a3-42ad-840f-7acfcd122cf1 {
  display: none;
}
#s-2350e997-85a3-42ad-840f-7acfcd122cf1, #wrap-s-2350e997-85a3-42ad-840f-7acfcd122cf1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2350e997-85a3-42ad-840f-7acfcd122cf1 {
  display: none;
}
#s-2350e997-85a3-42ad-840f-7acfcd122cf1, #wrap-s-2350e997-85a3-42ad-840f-7acfcd122cf1 { display: none !important; }}@media (max-width: 767px){#s-2350e997-85a3-42ad-840f-7acfcd122cf1 {
  
}
}






  #s-2350e997-85a3-42ad-840f-7acfcd122cf1 img.shogun-image {
    

    
    
    
  }


#s-2350e997-85a3-42ad-840f-7acfcd122cf1 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a5adb3d-3100-4ed3-9cfe-6e8985bbd08c {
  text-align: center;
}
@media (min-width: 1200px){#s-8a5adb3d-3100-4ed3-9cfe-6e8985bbd08c {
  display: none;
}
#s-8a5adb3d-3100-4ed3-9cfe-6e8985bbd08c, #wrap-s-8a5adb3d-3100-4ed3-9cfe-6e8985bbd08c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a5adb3d-3100-4ed3-9cfe-6e8985bbd08c {
  display: none;
}
#s-8a5adb3d-3100-4ed3-9cfe-6e8985bbd08c, #wrap-s-8a5adb3d-3100-4ed3-9cfe-6e8985bbd08c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8a5adb3d-3100-4ed3-9cfe-6e8985bbd08c {
  
}
}@media (max-width: 767px){#s-8a5adb3d-3100-4ed3-9cfe-6e8985bbd08c {
  display: none;
}
#s-8a5adb3d-3100-4ed3-9cfe-6e8985bbd08c, #wrap-s-8a5adb3d-3100-4ed3-9cfe-6e8985bbd08c { display: none !important; }}






  #s-8a5adb3d-3100-4ed3-9cfe-6e8985bbd08c img.shogun-image {
    

    
    
    
  }


#s-8a5adb3d-3100-4ed3-9cfe-6e8985bbd08c .shogun-image-content {
  
    align-items: center;
  
}

#s-337b39b5-5b0e-42c4-98c5-61db867c5e4a {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-337b39b5-5b0e-42c4-98c5-61db867c5e4a {
  display: none;
}
#s-337b39b5-5b0e-42c4-98c5-61db867c5e4a, #wrap-s-337b39b5-5b0e-42c4-98c5-61db867c5e4a { display: none !important; }}@media (max-width: 767px){#s-337b39b5-5b0e-42c4-98c5-61db867c5e4a {
  display: none;
}
#s-337b39b5-5b0e-42c4-98c5-61db867c5e4a, #wrap-s-337b39b5-5b0e-42c4-98c5-61db867c5e4a { display: none !important; }}






  #s-337b39b5-5b0e-42c4-98c5-61db867c5e4a img.shogun-image {
    

    
    
    
  }


#s-337b39b5-5b0e-42c4-98c5-61db867c5e4a .shogun-image-content {
  
    align-items: center;
  
}

#s-5fd208c8-b0df-42d3-b27b-7db6a6d63d64 {
  min-height: 50px;
background-color: rgba(191, 155, 95, 1);
}








#s-5fd208c8-b0df-42d3-b27b-7db6a6d63d64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fd208c8-b0df-42d3-b27b-7db6a6d63d64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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-2d191eea-df66-4189-88d4-eacca0679e82 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-2d191eea-df66-4189-88d4-eacca0679e82"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2d191eea-df66-4189-88d4-eacca0679e82"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2d191eea-df66-4189-88d4-eacca0679e82"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d191eea-df66-4189-88d4-eacca0679e82"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

.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-b9937adc-62cd-470d-abbe-5c9f603b7934 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 2px;
background-color: rgba(191, 155, 95, 1);
text-align: center;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-b9937adc-62cd-470d-abbe-5c9f603b7934:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 89, 79, 1) !important;}#s-b9937adc-62cd-470d-abbe-5c9f603b7934:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 89, 79, 1) !important;}

  #s-b9937adc-62cd-470d-abbe-5c9f603b7934-root {
    text-align: center;
  }


#s-b9937adc-62cd-470d-abbe-5c9f603b7934.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Cormorant SC;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b9937adc-62cd-470d-abbe-5c9f603b7934-root {
    text-align: center;
  }


#s-b9937adc-62cd-470d-abbe-5c9f603b7934.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Cormorant SC;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b9937adc-62cd-470d-abbe-5c9f603b7934-root {
    text-align: center;
  }


#s-b9937adc-62cd-470d-abbe-5c9f603b7934.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Cormorant SC;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b9937adc-62cd-470d-abbe-5c9f603b7934-root {
    text-align: center;
  }


#s-b9937adc-62cd-470d-abbe-5c9f603b7934.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Cormorant SC;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b9937adc-62cd-470d-abbe-5c9f603b7934-root {
    text-align: center;
  }


#s-b9937adc-62cd-470d-abbe-5c9f603b7934.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Cormorant SC;
  display:  block ;
}
}
#s-c9c6dd80-01ee-414e-a939-b08092ce9746 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 2px;
background-color: rgba(191, 155, 95, 1);
text-align: center;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(10, 89, 79, 1);
}
#s-c9c6dd80-01ee-414e-a939-b08092ce9746:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 89, 79, 1) !important;}#s-c9c6dd80-01ee-414e-a939-b08092ce9746:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 89, 79, 1) !important;}

  #s-c9c6dd80-01ee-414e-a939-b08092ce9746-root {
    text-align: center;
  }


#s-c9c6dd80-01ee-414e-a939-b08092ce9746.shg-btn {
  color: rgba(10, 89, 79, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Cormorant SC;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c9c6dd80-01ee-414e-a939-b08092ce9746-root {
    text-align: center;
  }


#s-c9c6dd80-01ee-414e-a939-b08092ce9746.shg-btn {
  color: rgba(10, 89, 79, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Cormorant SC;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c9c6dd80-01ee-414e-a939-b08092ce9746-root {
    text-align: center;
  }


#s-c9c6dd80-01ee-414e-a939-b08092ce9746.shg-btn {
  color: rgba(10, 89, 79, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Cormorant SC;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c9c6dd80-01ee-414e-a939-b08092ce9746-root {
    text-align: center;
  }


#s-c9c6dd80-01ee-414e-a939-b08092ce9746.shg-btn {
  color: rgba(10, 89, 79, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Cormorant SC;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c9c6dd80-01ee-414e-a939-b08092ce9746-root {
    text-align: center;
  }


#s-c9c6dd80-01ee-414e-a939-b08092ce9746.shg-btn {
  color: rgba(10, 89, 79, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Cormorant SC;
  display:  block ;
}
}
#s-04964fda-c436-43de-bcc1-22c75bb4dc66 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 2px;
background-color: rgba(191, 155, 95, 1);
text-align: center;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-04964fda-c436-43de-bcc1-22c75bb4dc66:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 89, 79, 1) !important;}#s-04964fda-c436-43de-bcc1-22c75bb4dc66:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 89, 79, 1) !important;}

  #s-04964fda-c436-43de-bcc1-22c75bb4dc66-root {
    text-align: center;
  }


#s-04964fda-c436-43de-bcc1-22c75bb4dc66.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Cormorant SC;
  display:  block ;
}
@media (min-width: 1200px){
  #s-04964fda-c436-43de-bcc1-22c75bb4dc66-root {
    text-align: center;
  }


#s-04964fda-c436-43de-bcc1-22c75bb4dc66.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Cormorant SC;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-04964fda-c436-43de-bcc1-22c75bb4dc66-root {
    text-align: center;
  }


#s-04964fda-c436-43de-bcc1-22c75bb4dc66.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Cormorant SC;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-04964fda-c436-43de-bcc1-22c75bb4dc66-root {
    text-align: center;
  }


#s-04964fda-c436-43de-bcc1-22c75bb4dc66.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Cormorant SC;
  display:  block ;
}
}@media (max-width: 767px){
  #s-04964fda-c436-43de-bcc1-22c75bb4dc66-root {
    text-align: center;
  }


#s-04964fda-c436-43de-bcc1-22c75bb4dc66.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Cormorant SC;
  display:  block ;
}
}
#s-35835bc3-8efb-4994-bdd7-6505bdec251e {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-35835bc3-8efb-4994-bdd7-6505bdec251e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35835bc3-8efb-4994-bdd7-6505bdec251e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33fa8512-c478-4071-9a1e-7e23970009b5 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 3%;
padding-bottom: 60px;
padding-right: 3%;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}








#s-33fa8512-c478-4071-9a1e-7e23970009b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33fa8512-c478-4071-9a1e-7e23970009b5.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-5ec6c96d-68d4-4c9c-910c-f851cfde622e {
  margin-bottom: 30px;
padding-bottom: 10px;
text-align: center;
}

#s-5ec6c96d-68d4-4c9c-910c-f851cfde622e .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.25em;
  letter-spacing: 0px;
  
}



#s-ff9c6fb8-12a0-4334-9fb1-2b908295ae1e {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-ff9c6fb8-12a0-4334-9fb1-2b908295ae1e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ff9c6fb8-12a0-4334-9fb1-2b908295ae1e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ff9c6fb8-12a0-4334-9fb1-2b908295ae1e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff9c6fb8-12a0-4334-9fb1-2b908295ae1e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

.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-d36e79ca-c17d-426d-b324-f775b19fffbc {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
text-align: center;
}


.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc {
  max-width:  100%;
}

.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc .shg-image-zoom,
.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc {
  max-width:  100%;
}

.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc .shg-image-zoom,
.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc {
  max-width:  100%;
}

.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc .shg-image-zoom,
.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc {
  max-width:  100%;
}

.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc .shg-image-zoom,
.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc {
  max-width:  100%;
}

.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc .shg-image-zoom,
.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d36e79ca-c17d-426d-b324-f775b19fffbc img.shogun-image {
  width: 100%;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-b9b4fc6d-282e-492e-ab29-005151db9f2f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 200px;
}

#s-b9b4fc6d-282e-492e-ab29-005151db9f2f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(10, 89, 79, 1);
}

#s-b9b4fc6d-282e-492e-ab29-005151db9f2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(10, 89, 79, 1);
  padding: 8px;
}

#s-b9b4fc6d-282e-492e-ab29-005151db9f2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-b9b4fc6d-282e-492e-ab29-005151db9f2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(10, 89, 79, 1);
}

#s-b9b4fc6d-282e-492e-ab29-005151db9f2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Cormorant SC;
  font-weight: 700;
  font-style: ;
  font-size: 19px;
}

#s-b9b4fc6d-282e-492e-ab29-005151db9f2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 19px;
}
#s-c76749bd-a7f6-49c8-bcf6-9c1cf06cb087 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-c76749bd-a7f6-49c8-bcf6-9c1cf06cb087:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c76749bd-a7f6-49c8-bcf6-9c1cf06cb087:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-c76749bd-a7f6-49c8-bcf6-9c1cf06cb087-root {
    text-align: center;
  }


#s-c76749bd-a7f6-49c8-bcf6-9c1cf06cb087.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c76749bd-a7f6-49c8-bcf6-9c1cf06cb087-root {
    text-align: center;
  }


#s-c76749bd-a7f6-49c8-bcf6-9c1cf06cb087.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c76749bd-a7f6-49c8-bcf6-9c1cf06cb087-root {
    text-align: center;
  }


#s-c76749bd-a7f6-49c8-bcf6-9c1cf06cb087.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c76749bd-a7f6-49c8-bcf6-9c1cf06cb087-root {
    text-align: center;
  }


#s-c76749bd-a7f6-49c8-bcf6-9c1cf06cb087.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c76749bd-a7f6-49c8-bcf6-9c1cf06cb087-root {
    text-align: center;
  }


#s-c76749bd-a7f6-49c8-bcf6-9c1cf06cb087.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-0db0eca8-9fcd-4aae-a7c1-2eb326501b52 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-0db0eca8-9fcd-4aae-a7c1-2eb326501b52:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0db0eca8-9fcd-4aae-a7c1-2eb326501b52:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-0db0eca8-9fcd-4aae-a7c1-2eb326501b52-root {
    text-align: center;
  }


#s-0db0eca8-9fcd-4aae-a7c1-2eb326501b52.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0db0eca8-9fcd-4aae-a7c1-2eb326501b52-root {
    text-align: center;
  }


#s-0db0eca8-9fcd-4aae-a7c1-2eb326501b52.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0db0eca8-9fcd-4aae-a7c1-2eb326501b52-root {
    text-align: center;
  }


#s-0db0eca8-9fcd-4aae-a7c1-2eb326501b52.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0db0eca8-9fcd-4aae-a7c1-2eb326501b52-root {
    text-align: center;
  }


#s-0db0eca8-9fcd-4aae-a7c1-2eb326501b52.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0db0eca8-9fcd-4aae-a7c1-2eb326501b52-root {
    text-align: center;
  }


#s-0db0eca8-9fcd-4aae-a7c1-2eb326501b52.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-ecc356f3-9c15-4c4c-b9fe-1d1980bf74a5 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-ecc356f3-9c15-4c4c-b9fe-1d1980bf74a5:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ecc356f3-9c15-4c4c-b9fe-1d1980bf74a5:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-ecc356f3-9c15-4c4c-b9fe-1d1980bf74a5-root {
    text-align: center;
  }


#s-ecc356f3-9c15-4c4c-b9fe-1d1980bf74a5.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ecc356f3-9c15-4c4c-b9fe-1d1980bf74a5-root {
    text-align: center;
  }


#s-ecc356f3-9c15-4c4c-b9fe-1d1980bf74a5.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ecc356f3-9c15-4c4c-b9fe-1d1980bf74a5-root {
    text-align: center;
  }


#s-ecc356f3-9c15-4c4c-b9fe-1d1980bf74a5.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ecc356f3-9c15-4c4c-b9fe-1d1980bf74a5-root {
    text-align: center;
  }


#s-ecc356f3-9c15-4c4c-b9fe-1d1980bf74a5.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ecc356f3-9c15-4c4c-b9fe-1d1980bf74a5-root {
    text-align: center;
  }


#s-ecc356f3-9c15-4c4c-b9fe-1d1980bf74a5.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-910bc20f-8afa-4789-b519-98eecec329b5 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-910bc20f-8afa-4789-b519-98eecec329b5:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-910bc20f-8afa-4789-b519-98eecec329b5:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-910bc20f-8afa-4789-b519-98eecec329b5-root {
    text-align: center;
  }


#s-910bc20f-8afa-4789-b519-98eecec329b5.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-910bc20f-8afa-4789-b519-98eecec329b5-root {
    text-align: center;
  }


#s-910bc20f-8afa-4789-b519-98eecec329b5.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-910bc20f-8afa-4789-b519-98eecec329b5-root {
    text-align: center;
  }


#s-910bc20f-8afa-4789-b519-98eecec329b5.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-910bc20f-8afa-4789-b519-98eecec329b5-root {
    text-align: center;
  }


#s-910bc20f-8afa-4789-b519-98eecec329b5.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-910bc20f-8afa-4789-b519-98eecec329b5-root {
    text-align: center;
  }


#s-910bc20f-8afa-4789-b519-98eecec329b5.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-238682c2-78ef-4158-a456-51c6d00d8425 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
text-align: center;
}


.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 {
  max-width:  100%;
}

.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 .shg-image-zoom,
.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 {
  max-width:  100%;
}

.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 .shg-image-zoom,
.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 {
  max-width:  100%;
}

.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 .shg-image-zoom,
.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 {
  max-width:  100%;
}

.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 .shg-image-zoom,
.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 {
  max-width:  100%;
}

.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 .shg-image-zoom,
.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-238682c2-78ef-4158-a456-51c6d00d8425 img.shogun-image {
  width: 100%;
}



}
#s-0c667a5d-a22b-4bb0-88b1-9583319189eb {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 200px;
}

#s-0c667a5d-a22b-4bb0-88b1-9583319189eb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(10, 89, 79, 1);
}

#s-0c667a5d-a22b-4bb0-88b1-9583319189eb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(10, 89, 79, 1);
  padding: 8px;
}

#s-0c667a5d-a22b-4bb0-88b1-9583319189eb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-0c667a5d-a22b-4bb0-88b1-9583319189eb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(10, 89, 79, 1);
}

#s-0c667a5d-a22b-4bb0-88b1-9583319189eb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Cormorant SC;
  font-weight: 700;
  font-style: ;
  font-size: 19px;
}

#s-0c667a5d-a22b-4bb0-88b1-9583319189eb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 19px;
}
#s-56fe731a-b03a-440a-b9b3-0842a384ff24 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-56fe731a-b03a-440a-b9b3-0842a384ff24:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-56fe731a-b03a-440a-b9b3-0842a384ff24:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-56fe731a-b03a-440a-b9b3-0842a384ff24-root {
    text-align: center;
  }


#s-56fe731a-b03a-440a-b9b3-0842a384ff24.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-56fe731a-b03a-440a-b9b3-0842a384ff24-root {
    text-align: center;
  }


#s-56fe731a-b03a-440a-b9b3-0842a384ff24.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-56fe731a-b03a-440a-b9b3-0842a384ff24-root {
    text-align: center;
  }


#s-56fe731a-b03a-440a-b9b3-0842a384ff24.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-56fe731a-b03a-440a-b9b3-0842a384ff24-root {
    text-align: center;
  }


#s-56fe731a-b03a-440a-b9b3-0842a384ff24.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-56fe731a-b03a-440a-b9b3-0842a384ff24-root {
    text-align: center;
  }


#s-56fe731a-b03a-440a-b9b3-0842a384ff24.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-c925995a-1868-45ab-8d89-37bda7058bb1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-c925995a-1868-45ab-8d89-37bda7058bb1:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c925995a-1868-45ab-8d89-37bda7058bb1:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-c925995a-1868-45ab-8d89-37bda7058bb1-root {
    text-align: center;
  }


#s-c925995a-1868-45ab-8d89-37bda7058bb1.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c925995a-1868-45ab-8d89-37bda7058bb1-root {
    text-align: center;
  }


#s-c925995a-1868-45ab-8d89-37bda7058bb1.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c925995a-1868-45ab-8d89-37bda7058bb1-root {
    text-align: center;
  }


#s-c925995a-1868-45ab-8d89-37bda7058bb1.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c925995a-1868-45ab-8d89-37bda7058bb1-root {
    text-align: center;
  }


#s-c925995a-1868-45ab-8d89-37bda7058bb1.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c925995a-1868-45ab-8d89-37bda7058bb1-root {
    text-align: center;
  }


#s-c925995a-1868-45ab-8d89-37bda7058bb1.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-2c95cfbd-2095-4974-9b5d-1847e9a7ebce {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-2c95cfbd-2095-4974-9b5d-1847e9a7ebce:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2c95cfbd-2095-4974-9b5d-1847e9a7ebce:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-2c95cfbd-2095-4974-9b5d-1847e9a7ebce-root {
    text-align: center;
  }


#s-2c95cfbd-2095-4974-9b5d-1847e9a7ebce.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2c95cfbd-2095-4974-9b5d-1847e9a7ebce-root {
    text-align: center;
  }


#s-2c95cfbd-2095-4974-9b5d-1847e9a7ebce.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2c95cfbd-2095-4974-9b5d-1847e9a7ebce-root {
    text-align: center;
  }


#s-2c95cfbd-2095-4974-9b5d-1847e9a7ebce.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2c95cfbd-2095-4974-9b5d-1847e9a7ebce-root {
    text-align: center;
  }


#s-2c95cfbd-2095-4974-9b5d-1847e9a7ebce.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2c95cfbd-2095-4974-9b5d-1847e9a7ebce-root {
    text-align: center;
  }


#s-2c95cfbd-2095-4974-9b5d-1847e9a7ebce.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-0bbb3a2a-c4b2-4871-ab0f-e2026ea85573 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-0bbb3a2a-c4b2-4871-ab0f-e2026ea85573:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0bbb3a2a-c4b2-4871-ab0f-e2026ea85573:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-0bbb3a2a-c4b2-4871-ab0f-e2026ea85573-root {
    text-align: center;
  }


#s-0bbb3a2a-c4b2-4871-ab0f-e2026ea85573.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0bbb3a2a-c4b2-4871-ab0f-e2026ea85573-root {
    text-align: center;
  }


#s-0bbb3a2a-c4b2-4871-ab0f-e2026ea85573.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0bbb3a2a-c4b2-4871-ab0f-e2026ea85573-root {
    text-align: center;
  }


#s-0bbb3a2a-c4b2-4871-ab0f-e2026ea85573.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0bbb3a2a-c4b2-4871-ab0f-e2026ea85573-root {
    text-align: center;
  }


#s-0bbb3a2a-c4b2-4871-ab0f-e2026ea85573.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0bbb3a2a-c4b2-4871-ab0f-e2026ea85573-root {
    text-align: center;
  }


#s-0bbb3a2a-c4b2-4871-ab0f-e2026ea85573.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-fad05319-b20a-440d-a889-152a6dd4debf {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
text-align: center;
}


.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf {
  max-width:  100%;
}

.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf .shg-image-zoom,
.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf {
  max-width:  100%;
}

.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf .shg-image-zoom,
.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf {
  max-width:  100%;
}

.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf .shg-image-zoom,
.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf {
  max-width:  100%;
}

.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf .shg-image-zoom,
.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf {
  max-width:  100%;
}

.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf .shg-image-zoom,
.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fad05319-b20a-440d-a889-152a6dd4debf img.shogun-image {
  width: 100%;
}



}
#s-b9942ccc-2d4e-4040-b50d-f012598621e2 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 200px;
}

#s-b9942ccc-2d4e-4040-b50d-f012598621e2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(10, 89, 79, 1);
}

#s-b9942ccc-2d4e-4040-b50d-f012598621e2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(10, 89, 79, 1);
  padding: 8px;
}

#s-b9942ccc-2d4e-4040-b50d-f012598621e2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-b9942ccc-2d4e-4040-b50d-f012598621e2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(10, 89, 79, 1);
}

#s-b9942ccc-2d4e-4040-b50d-f012598621e2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Cormorant SC;
  font-weight: 700;
  font-style: ;
  font-size: 19px;
}

#s-b9942ccc-2d4e-4040-b50d-f012598621e2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 19px;
}
#s-e79e387b-035c-4306-9ff9-34db822abcb0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-e79e387b-035c-4306-9ff9-34db822abcb0:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e79e387b-035c-4306-9ff9-34db822abcb0:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-e79e387b-035c-4306-9ff9-34db822abcb0-root {
    text-align: center;
  }


#s-e79e387b-035c-4306-9ff9-34db822abcb0.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e79e387b-035c-4306-9ff9-34db822abcb0-root {
    text-align: center;
  }


#s-e79e387b-035c-4306-9ff9-34db822abcb0.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e79e387b-035c-4306-9ff9-34db822abcb0-root {
    text-align: center;
  }


#s-e79e387b-035c-4306-9ff9-34db822abcb0.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e79e387b-035c-4306-9ff9-34db822abcb0-root {
    text-align: center;
  }


#s-e79e387b-035c-4306-9ff9-34db822abcb0.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e79e387b-035c-4306-9ff9-34db822abcb0-root {
    text-align: center;
  }


#s-e79e387b-035c-4306-9ff9-34db822abcb0.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-3d8d3110-b36f-417a-aec8-25baca22651f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-3d8d3110-b36f-417a-aec8-25baca22651f:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3d8d3110-b36f-417a-aec8-25baca22651f:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-3d8d3110-b36f-417a-aec8-25baca22651f-root {
    text-align: center;
  }


#s-3d8d3110-b36f-417a-aec8-25baca22651f.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3d8d3110-b36f-417a-aec8-25baca22651f-root {
    text-align: center;
  }


#s-3d8d3110-b36f-417a-aec8-25baca22651f.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d8d3110-b36f-417a-aec8-25baca22651f-root {
    text-align: center;
  }


#s-3d8d3110-b36f-417a-aec8-25baca22651f.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d8d3110-b36f-417a-aec8-25baca22651f-root {
    text-align: center;
  }


#s-3d8d3110-b36f-417a-aec8-25baca22651f.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3d8d3110-b36f-417a-aec8-25baca22651f-root {
    text-align: center;
  }


#s-3d8d3110-b36f-417a-aec8-25baca22651f.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-8459971f-74b4-4376-99df-3db1fc55f65f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-8459971f-74b4-4376-99df-3db1fc55f65f:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8459971f-74b4-4376-99df-3db1fc55f65f:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-8459971f-74b4-4376-99df-3db1fc55f65f-root {
    text-align: center;
  }


#s-8459971f-74b4-4376-99df-3db1fc55f65f.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8459971f-74b4-4376-99df-3db1fc55f65f-root {
    text-align: center;
  }


#s-8459971f-74b4-4376-99df-3db1fc55f65f.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8459971f-74b4-4376-99df-3db1fc55f65f-root {
    text-align: center;
  }


#s-8459971f-74b4-4376-99df-3db1fc55f65f.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8459971f-74b4-4376-99df-3db1fc55f65f-root {
    text-align: center;
  }


#s-8459971f-74b4-4376-99df-3db1fc55f65f.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8459971f-74b4-4376-99df-3db1fc55f65f-root {
    text-align: center;
  }


#s-8459971f-74b4-4376-99df-3db1fc55f65f.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-a0575438-9567-4266-bf26-7bfa28197cda {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-a0575438-9567-4266-bf26-7bfa28197cda:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a0575438-9567-4266-bf26-7bfa28197cda:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-a0575438-9567-4266-bf26-7bfa28197cda-root {
    text-align: center;
  }


#s-a0575438-9567-4266-bf26-7bfa28197cda.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a0575438-9567-4266-bf26-7bfa28197cda-root {
    text-align: center;
  }


#s-a0575438-9567-4266-bf26-7bfa28197cda.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a0575438-9567-4266-bf26-7bfa28197cda-root {
    text-align: center;
  }


#s-a0575438-9567-4266-bf26-7bfa28197cda.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a0575438-9567-4266-bf26-7bfa28197cda-root {
    text-align: center;
  }


#s-a0575438-9567-4266-bf26-7bfa28197cda.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a0575438-9567-4266-bf26-7bfa28197cda-root {
    text-align: center;
  }


#s-a0575438-9567-4266-bf26-7bfa28197cda.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
text-align: center;
}


.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a {
  max-width:  100%;
}

.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a .shg-image-zoom,
.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a {
  max-width:  100%;
}

.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a .shg-image-zoom,
.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a {
  max-width:  100%;
}

.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a .shg-image-zoom,
.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a {
  max-width:  100%;
}

.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a .shg-image-zoom,
.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a {
  max-width:  100%;
}

.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a .shg-image-zoom,
.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8fc82c5-7b43-4c31-957f-8f1d914c434a img.shogun-image {
  width: 100%;
}



}
#s-4bcc30a5-22ea-4207-a9ac-f625c21b06ff {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 200px;
}

#s-4bcc30a5-22ea-4207-a9ac-f625c21b06ff > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(10, 89, 79, 1);
}

#s-4bcc30a5-22ea-4207-a9ac-f625c21b06ff > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(10, 89, 79, 1);
  padding: 8px;
}

#s-4bcc30a5-22ea-4207-a9ac-f625c21b06ff > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-4bcc30a5-22ea-4207-a9ac-f625c21b06ff > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(10, 89, 79, 1);
}

#s-4bcc30a5-22ea-4207-a9ac-f625c21b06ff > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Cormorant SC;
  font-weight: 700;
  font-style: ;
  font-size: 19px;
}

#s-4bcc30a5-22ea-4207-a9ac-f625c21b06ff > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 19px;
}
#s-f032255a-1e82-4d07-b1b8-72b143bcbbfe {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-f032255a-1e82-4d07-b1b8-72b143bcbbfe:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f032255a-1e82-4d07-b1b8-72b143bcbbfe:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-f032255a-1e82-4d07-b1b8-72b143bcbbfe-root {
    text-align: center;
  }


#s-f032255a-1e82-4d07-b1b8-72b143bcbbfe.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f032255a-1e82-4d07-b1b8-72b143bcbbfe-root {
    text-align: center;
  }


#s-f032255a-1e82-4d07-b1b8-72b143bcbbfe.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f032255a-1e82-4d07-b1b8-72b143bcbbfe-root {
    text-align: center;
  }


#s-f032255a-1e82-4d07-b1b8-72b143bcbbfe.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f032255a-1e82-4d07-b1b8-72b143bcbbfe-root {
    text-align: center;
  }


#s-f032255a-1e82-4d07-b1b8-72b143bcbbfe.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f032255a-1e82-4d07-b1b8-72b143bcbbfe-root {
    text-align: center;
  }


#s-f032255a-1e82-4d07-b1b8-72b143bcbbfe.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-0a9ed9ad-8f4f-45aa-b741-2af798a1e7b5 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-0a9ed9ad-8f4f-45aa-b741-2af798a1e7b5:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0a9ed9ad-8f4f-45aa-b741-2af798a1e7b5:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-0a9ed9ad-8f4f-45aa-b741-2af798a1e7b5-root {
    text-align: center;
  }


#s-0a9ed9ad-8f4f-45aa-b741-2af798a1e7b5.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0a9ed9ad-8f4f-45aa-b741-2af798a1e7b5-root {
    text-align: center;
  }


#s-0a9ed9ad-8f4f-45aa-b741-2af798a1e7b5.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0a9ed9ad-8f4f-45aa-b741-2af798a1e7b5-root {
    text-align: center;
  }


#s-0a9ed9ad-8f4f-45aa-b741-2af798a1e7b5.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0a9ed9ad-8f4f-45aa-b741-2af798a1e7b5-root {
    text-align: center;
  }


#s-0a9ed9ad-8f4f-45aa-b741-2af798a1e7b5.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0a9ed9ad-8f4f-45aa-b741-2af798a1e7b5-root {
    text-align: center;
  }


#s-0a9ed9ad-8f4f-45aa-b741-2af798a1e7b5.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-d74fc359-4676-478c-8d54-8940dafa2d74 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-d74fc359-4676-478c-8d54-8940dafa2d74:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d74fc359-4676-478c-8d54-8940dafa2d74:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-d74fc359-4676-478c-8d54-8940dafa2d74-root {
    text-align: center;
  }


#s-d74fc359-4676-478c-8d54-8940dafa2d74.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d74fc359-4676-478c-8d54-8940dafa2d74-root {
    text-align: center;
  }


#s-d74fc359-4676-478c-8d54-8940dafa2d74.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d74fc359-4676-478c-8d54-8940dafa2d74-root {
    text-align: center;
  }


#s-d74fc359-4676-478c-8d54-8940dafa2d74.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d74fc359-4676-478c-8d54-8940dafa2d74-root {
    text-align: center;
  }


#s-d74fc359-4676-478c-8d54-8940dafa2d74.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d74fc359-4676-478c-8d54-8940dafa2d74-root {
    text-align: center;
  }


#s-d74fc359-4676-478c-8d54-8940dafa2d74.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-5a143ade-93aa-4631-a996-89b5a957d29d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-5a143ade-93aa-4631-a996-89b5a957d29d:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5a143ade-93aa-4631-a996-89b5a957d29d:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-5a143ade-93aa-4631-a996-89b5a957d29d-root {
    text-align: center;
  }


#s-5a143ade-93aa-4631-a996-89b5a957d29d.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5a143ade-93aa-4631-a996-89b5a957d29d-root {
    text-align: center;
  }


#s-5a143ade-93aa-4631-a996-89b5a957d29d.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5a143ade-93aa-4631-a996-89b5a957d29d-root {
    text-align: center;
  }


#s-5a143ade-93aa-4631-a996-89b5a957d29d.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5a143ade-93aa-4631-a996-89b5a957d29d-root {
    text-align: center;
  }


#s-5a143ade-93aa-4631-a996-89b5a957d29d.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5a143ade-93aa-4631-a996-89b5a957d29d-root {
    text-align: center;
  }


#s-5a143ade-93aa-4631-a996-89b5a957d29d.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-bfaba584-cef9-4ca5-8b58-64e878b58456 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-bfaba584-cef9-4ca5-8b58-64e878b58456"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bfaba584-cef9-4ca5-8b58-64e878b58456"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bfaba584-cef9-4ca5-8b58-64e878b58456"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfaba584-cef9-4ca5-8b58-64e878b58456"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-43b03844-be3e-4477-957e-7fa55ef849fd {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
text-align: center;
}


.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd {
  max-width:  100%;
}

.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd .shg-image-zoom,
.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd {
  max-width:  100%;
}

.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd .shg-image-zoom,
.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd {
  max-width:  100%;
}

.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd .shg-image-zoom,
.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd {
  max-width:  100%;
}

.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd .shg-image-zoom,
.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd {
  max-width:  100%;
}

.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd .shg-image-zoom,
.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43b03844-be3e-4477-957e-7fa55ef849fd img.shogun-image {
  width: 100%;
}



}
#s-99b7d820-c579-4137-bf31-40006b99d514 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 200px;
}

#s-99b7d820-c579-4137-bf31-40006b99d514 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(10, 89, 79, 1);
}

#s-99b7d820-c579-4137-bf31-40006b99d514 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(10, 89, 79, 1);
  padding: 8px;
}

#s-99b7d820-c579-4137-bf31-40006b99d514 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-99b7d820-c579-4137-bf31-40006b99d514 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(10, 89, 79, 1);
}

#s-99b7d820-c579-4137-bf31-40006b99d514 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Cormorant SC;
  font-weight: 700;
  font-style: ;
  font-size: 19px;
}

#s-99b7d820-c579-4137-bf31-40006b99d514 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 19px;
}
#s-0a477ced-f7fc-4e50-88b4-2e78a1091e4f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-0a477ced-f7fc-4e50-88b4-2e78a1091e4f:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0a477ced-f7fc-4e50-88b4-2e78a1091e4f:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-0a477ced-f7fc-4e50-88b4-2e78a1091e4f-root {
    text-align: center;
  }


#s-0a477ced-f7fc-4e50-88b4-2e78a1091e4f.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0a477ced-f7fc-4e50-88b4-2e78a1091e4f-root {
    text-align: center;
  }


#s-0a477ced-f7fc-4e50-88b4-2e78a1091e4f.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0a477ced-f7fc-4e50-88b4-2e78a1091e4f-root {
    text-align: center;
  }


#s-0a477ced-f7fc-4e50-88b4-2e78a1091e4f.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0a477ced-f7fc-4e50-88b4-2e78a1091e4f-root {
    text-align: center;
  }


#s-0a477ced-f7fc-4e50-88b4-2e78a1091e4f.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0a477ced-f7fc-4e50-88b4-2e78a1091e4f-root {
    text-align: center;
  }


#s-0a477ced-f7fc-4e50-88b4-2e78a1091e4f.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-905be7be-62bc-4237-8faa-4a8acaec79ec {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-905be7be-62bc-4237-8faa-4a8acaec79ec:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-905be7be-62bc-4237-8faa-4a8acaec79ec:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-905be7be-62bc-4237-8faa-4a8acaec79ec-root {
    text-align: center;
  }


#s-905be7be-62bc-4237-8faa-4a8acaec79ec.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-905be7be-62bc-4237-8faa-4a8acaec79ec-root {
    text-align: center;
  }


#s-905be7be-62bc-4237-8faa-4a8acaec79ec.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-905be7be-62bc-4237-8faa-4a8acaec79ec-root {
    text-align: center;
  }


#s-905be7be-62bc-4237-8faa-4a8acaec79ec.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-905be7be-62bc-4237-8faa-4a8acaec79ec-root {
    text-align: center;
  }


#s-905be7be-62bc-4237-8faa-4a8acaec79ec.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-905be7be-62bc-4237-8faa-4a8acaec79ec-root {
    text-align: center;
  }


#s-905be7be-62bc-4237-8faa-4a8acaec79ec.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-2921f7c8-683f-48fb-932a-967fb1c0a7ab {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-2921f7c8-683f-48fb-932a-967fb1c0a7ab:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2921f7c8-683f-48fb-932a-967fb1c0a7ab:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-2921f7c8-683f-48fb-932a-967fb1c0a7ab-root {
    text-align: center;
  }


#s-2921f7c8-683f-48fb-932a-967fb1c0a7ab.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2921f7c8-683f-48fb-932a-967fb1c0a7ab-root {
    text-align: center;
  }


#s-2921f7c8-683f-48fb-932a-967fb1c0a7ab.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2921f7c8-683f-48fb-932a-967fb1c0a7ab-root {
    text-align: center;
  }


#s-2921f7c8-683f-48fb-932a-967fb1c0a7ab.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2921f7c8-683f-48fb-932a-967fb1c0a7ab-root {
    text-align: center;
  }


#s-2921f7c8-683f-48fb-932a-967fb1c0a7ab.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2921f7c8-683f-48fb-932a-967fb1c0a7ab-root {
    text-align: center;
  }


#s-2921f7c8-683f-48fb-932a-967fb1c0a7ab.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-56ad5e70-98ec-48b1-ae83-6daccb5b9a0f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-56ad5e70-98ec-48b1-ae83-6daccb5b9a0f:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-56ad5e70-98ec-48b1-ae83-6daccb5b9a0f:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-56ad5e70-98ec-48b1-ae83-6daccb5b9a0f-root {
    text-align: center;
  }


#s-56ad5e70-98ec-48b1-ae83-6daccb5b9a0f.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-56ad5e70-98ec-48b1-ae83-6daccb5b9a0f-root {
    text-align: center;
  }


#s-56ad5e70-98ec-48b1-ae83-6daccb5b9a0f.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-56ad5e70-98ec-48b1-ae83-6daccb5b9a0f-root {
    text-align: center;
  }


#s-56ad5e70-98ec-48b1-ae83-6daccb5b9a0f.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-56ad5e70-98ec-48b1-ae83-6daccb5b9a0f-root {
    text-align: center;
  }


#s-56ad5e70-98ec-48b1-ae83-6daccb5b9a0f.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-56ad5e70-98ec-48b1-ae83-6daccb5b9a0f-root {
    text-align: center;
  }


#s-56ad5e70-98ec-48b1-ae83-6daccb5b9a0f.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
text-align: center;
}


.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 {
  max-width:  100%;
}

.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 .shg-image-zoom,
.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 {
  max-width:  100%;
}

.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 .shg-image-zoom,
.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 {
  max-width:  100%;
}

.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 .shg-image-zoom,
.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 {
  max-width:  100%;
}

.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 .shg-image-zoom,
.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 {
  max-width:  100%;
}

.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 .shg-image-zoom,
.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ffdc4d6-e908-40fb-8087-075c11fe5877 img.shogun-image {
  width: 100%;
}



}
#s-39c0079a-1fdb-449e-a295-0b83fc485383 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 200px;
}

#s-39c0079a-1fdb-449e-a295-0b83fc485383 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(10, 89, 79, 1);
}

#s-39c0079a-1fdb-449e-a295-0b83fc485383 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(10, 89, 79, 1);
  padding: 8px;
}

#s-39c0079a-1fdb-449e-a295-0b83fc485383 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-39c0079a-1fdb-449e-a295-0b83fc485383 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(10, 89, 79, 1);
}

#s-39c0079a-1fdb-449e-a295-0b83fc485383 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Cormorant SC;
  font-weight: 700;
  font-style: ;
  font-size: 19px;
}

#s-39c0079a-1fdb-449e-a295-0b83fc485383 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 19px;
}
#s-27c33dc6-191b-4c2e-ac2c-b275ca1dd35a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-27c33dc6-191b-4c2e-ac2c-b275ca1dd35a:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-27c33dc6-191b-4c2e-ac2c-b275ca1dd35a:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-27c33dc6-191b-4c2e-ac2c-b275ca1dd35a-root {
    text-align: center;
  }


#s-27c33dc6-191b-4c2e-ac2c-b275ca1dd35a.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-27c33dc6-191b-4c2e-ac2c-b275ca1dd35a-root {
    text-align: center;
  }


#s-27c33dc6-191b-4c2e-ac2c-b275ca1dd35a.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-27c33dc6-191b-4c2e-ac2c-b275ca1dd35a-root {
    text-align: center;
  }


#s-27c33dc6-191b-4c2e-ac2c-b275ca1dd35a.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-27c33dc6-191b-4c2e-ac2c-b275ca1dd35a-root {
    text-align: center;
  }


#s-27c33dc6-191b-4c2e-ac2c-b275ca1dd35a.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-27c33dc6-191b-4c2e-ac2c-b275ca1dd35a-root {
    text-align: center;
  }


#s-27c33dc6-191b-4c2e-ac2c-b275ca1dd35a.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-e974b8e7-afef-48be-b786-776c974b4a2e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-e974b8e7-afef-48be-b786-776c974b4a2e:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e974b8e7-afef-48be-b786-776c974b4a2e:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-e974b8e7-afef-48be-b786-776c974b4a2e-root {
    text-align: center;
  }


#s-e974b8e7-afef-48be-b786-776c974b4a2e.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e974b8e7-afef-48be-b786-776c974b4a2e-root {
    text-align: center;
  }


#s-e974b8e7-afef-48be-b786-776c974b4a2e.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e974b8e7-afef-48be-b786-776c974b4a2e-root {
    text-align: center;
  }


#s-e974b8e7-afef-48be-b786-776c974b4a2e.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e974b8e7-afef-48be-b786-776c974b4a2e-root {
    text-align: center;
  }


#s-e974b8e7-afef-48be-b786-776c974b4a2e.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e974b8e7-afef-48be-b786-776c974b4a2e-root {
    text-align: center;
  }


#s-e974b8e7-afef-48be-b786-776c974b4a2e.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-f1f1bc32-bbc0-4010-8535-d3952f6d6d79 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-f1f1bc32-bbc0-4010-8535-d3952f6d6d79:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f1f1bc32-bbc0-4010-8535-d3952f6d6d79:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-f1f1bc32-bbc0-4010-8535-d3952f6d6d79-root {
    text-align: center;
  }


#s-f1f1bc32-bbc0-4010-8535-d3952f6d6d79.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f1f1bc32-bbc0-4010-8535-d3952f6d6d79-root {
    text-align: center;
  }


#s-f1f1bc32-bbc0-4010-8535-d3952f6d6d79.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f1f1bc32-bbc0-4010-8535-d3952f6d6d79-root {
    text-align: center;
  }


#s-f1f1bc32-bbc0-4010-8535-d3952f6d6d79.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f1f1bc32-bbc0-4010-8535-d3952f6d6d79-root {
    text-align: center;
  }


#s-f1f1bc32-bbc0-4010-8535-d3952f6d6d79.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f1f1bc32-bbc0-4010-8535-d3952f6d6d79-root {
    text-align: center;
  }


#s-f1f1bc32-bbc0-4010-8535-d3952f6d6d79.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-675c3035-a1b6-42f9-b407-72f96df3d50d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-675c3035-a1b6-42f9-b407-72f96df3d50d:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-675c3035-a1b6-42f9-b407-72f96df3d50d:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-675c3035-a1b6-42f9-b407-72f96df3d50d-root {
    text-align: center;
  }


#s-675c3035-a1b6-42f9-b407-72f96df3d50d.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-675c3035-a1b6-42f9-b407-72f96df3d50d-root {
    text-align: center;
  }


#s-675c3035-a1b6-42f9-b407-72f96df3d50d.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-675c3035-a1b6-42f9-b407-72f96df3d50d-root {
    text-align: center;
  }


#s-675c3035-a1b6-42f9-b407-72f96df3d50d.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-675c3035-a1b6-42f9-b407-72f96df3d50d-root {
    text-align: center;
  }


#s-675c3035-a1b6-42f9-b407-72f96df3d50d.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-675c3035-a1b6-42f9-b407-72f96df3d50d-root {
    text-align: center;
  }


#s-675c3035-a1b6-42f9-b407-72f96df3d50d.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-583341f9-a077-4809-b9b7-9355bedb8033 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
text-align: center;
}


.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 {
  max-width:  100%;
}

.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 .shg-image-zoom,
.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 {
  max-width:  100%;
}

.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 .shg-image-zoom,
.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 {
  max-width:  100%;
}

.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 .shg-image-zoom,
.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 {
  max-width:  100%;
}

.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 .shg-image-zoom,
.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 {
  max-width:  100%;
}

.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 .shg-image-zoom,
.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-583341f9-a077-4809-b9b7-9355bedb8033 img.shogun-image {
  width: 100%;
}



}
#s-2f8a0178-3a61-403d-ada0-f794828c9c2e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 200px;
}

#s-2f8a0178-3a61-403d-ada0-f794828c9c2e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(10, 89, 79, 1);
}

#s-2f8a0178-3a61-403d-ada0-f794828c9c2e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(10, 89, 79, 1);
  padding: 8px;
}

#s-2f8a0178-3a61-403d-ada0-f794828c9c2e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-2f8a0178-3a61-403d-ada0-f794828c9c2e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(10, 89, 79, 1);
}

#s-2f8a0178-3a61-403d-ada0-f794828c9c2e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Cormorant SC;
  font-weight: 700;
  font-style: ;
  font-size: 19px;
}

#s-2f8a0178-3a61-403d-ada0-f794828c9c2e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 19px;
}
#s-c23eadad-592e-48f0-a4cc-08f86b3a2664 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-c23eadad-592e-48f0-a4cc-08f86b3a2664:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c23eadad-592e-48f0-a4cc-08f86b3a2664:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-c23eadad-592e-48f0-a4cc-08f86b3a2664-root {
    text-align: center;
  }


#s-c23eadad-592e-48f0-a4cc-08f86b3a2664.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c23eadad-592e-48f0-a4cc-08f86b3a2664-root {
    text-align: center;
  }


#s-c23eadad-592e-48f0-a4cc-08f86b3a2664.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c23eadad-592e-48f0-a4cc-08f86b3a2664-root {
    text-align: center;
  }


#s-c23eadad-592e-48f0-a4cc-08f86b3a2664.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c23eadad-592e-48f0-a4cc-08f86b3a2664-root {
    text-align: center;
  }


#s-c23eadad-592e-48f0-a4cc-08f86b3a2664.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c23eadad-592e-48f0-a4cc-08f86b3a2664-root {
    text-align: center;
  }


#s-c23eadad-592e-48f0-a4cc-08f86b3a2664.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-b343d1cd-abda-4221-b017-a4831c9a1e55 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-b343d1cd-abda-4221-b017-a4831c9a1e55:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b343d1cd-abda-4221-b017-a4831c9a1e55:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-b343d1cd-abda-4221-b017-a4831c9a1e55-root {
    text-align: center;
  }


#s-b343d1cd-abda-4221-b017-a4831c9a1e55.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b343d1cd-abda-4221-b017-a4831c9a1e55-root {
    text-align: center;
  }


#s-b343d1cd-abda-4221-b017-a4831c9a1e55.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b343d1cd-abda-4221-b017-a4831c9a1e55-root {
    text-align: center;
  }


#s-b343d1cd-abda-4221-b017-a4831c9a1e55.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b343d1cd-abda-4221-b017-a4831c9a1e55-root {
    text-align: center;
  }


#s-b343d1cd-abda-4221-b017-a4831c9a1e55.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b343d1cd-abda-4221-b017-a4831c9a1e55-root {
    text-align: center;
  }


#s-b343d1cd-abda-4221-b017-a4831c9a1e55.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-a640c10a-0eee-4d2c-b837-89e9da7944d9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-a640c10a-0eee-4d2c-b837-89e9da7944d9:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a640c10a-0eee-4d2c-b837-89e9da7944d9:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-a640c10a-0eee-4d2c-b837-89e9da7944d9-root {
    text-align: center;
  }


#s-a640c10a-0eee-4d2c-b837-89e9da7944d9.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a640c10a-0eee-4d2c-b837-89e9da7944d9-root {
    text-align: center;
  }


#s-a640c10a-0eee-4d2c-b837-89e9da7944d9.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a640c10a-0eee-4d2c-b837-89e9da7944d9-root {
    text-align: center;
  }


#s-a640c10a-0eee-4d2c-b837-89e9da7944d9.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a640c10a-0eee-4d2c-b837-89e9da7944d9-root {
    text-align: center;
  }


#s-a640c10a-0eee-4d2c-b837-89e9da7944d9.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a640c10a-0eee-4d2c-b837-89e9da7944d9-root {
    text-align: center;
  }


#s-a640c10a-0eee-4d2c-b837-89e9da7944d9.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-13633380-7d86-497b-8d47-41e469993532 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-13633380-7d86-497b-8d47-41e469993532:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-13633380-7d86-497b-8d47-41e469993532:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-13633380-7d86-497b-8d47-41e469993532-root {
    text-align: center;
  }


#s-13633380-7d86-497b-8d47-41e469993532.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-13633380-7d86-497b-8d47-41e469993532-root {
    text-align: center;
  }


#s-13633380-7d86-497b-8d47-41e469993532.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-13633380-7d86-497b-8d47-41e469993532-root {
    text-align: center;
  }


#s-13633380-7d86-497b-8d47-41e469993532.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-13633380-7d86-497b-8d47-41e469993532-root {
    text-align: center;
  }


#s-13633380-7d86-497b-8d47-41e469993532.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-13633380-7d86-497b-8d47-41e469993532-root {
    text-align: center;
  }


#s-13633380-7d86-497b-8d47-41e469993532.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
text-align: center;
}


.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b {
  max-width:  100%;
}

.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b .shg-image-zoom,
.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b {
  max-width:  100%;
}

.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b .shg-image-zoom,
.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b {
  max-width:  100%;
}

.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b .shg-image-zoom,
.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b {
  max-width:  100%;
}

.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b .shg-image-zoom,
.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b {
  max-width:  100%;
}

.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b .shg-image-zoom,
.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f3d322d-4109-4ed9-bd15-4b0df501d19b img.shogun-image {
  width: 100%;
}



}
#s-1b40c49a-494e-4126-9a71-902fe510f3a5 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 200px;
}

#s-1b40c49a-494e-4126-9a71-902fe510f3a5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(10, 89, 79, 1);
}

#s-1b40c49a-494e-4126-9a71-902fe510f3a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(10, 89, 79, 1);
  padding: 8px;
}

#s-1b40c49a-494e-4126-9a71-902fe510f3a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-1b40c49a-494e-4126-9a71-902fe510f3a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(10, 89, 79, 1);
}

#s-1b40c49a-494e-4126-9a71-902fe510f3a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Cormorant SC;
  font-weight: 700;
  font-style: ;
  font-size: 19px;
}

#s-1b40c49a-494e-4126-9a71-902fe510f3a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 19px;
}
#s-a04d6568-9e33-4027-9456-fef62ed984de {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-a04d6568-9e33-4027-9456-fef62ed984de:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a04d6568-9e33-4027-9456-fef62ed984de:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-a04d6568-9e33-4027-9456-fef62ed984de-root {
    text-align: center;
  }


#s-a04d6568-9e33-4027-9456-fef62ed984de.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a04d6568-9e33-4027-9456-fef62ed984de-root {
    text-align: center;
  }


#s-a04d6568-9e33-4027-9456-fef62ed984de.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a04d6568-9e33-4027-9456-fef62ed984de-root {
    text-align: center;
  }


#s-a04d6568-9e33-4027-9456-fef62ed984de.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a04d6568-9e33-4027-9456-fef62ed984de-root {
    text-align: center;
  }


#s-a04d6568-9e33-4027-9456-fef62ed984de.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a04d6568-9e33-4027-9456-fef62ed984de-root {
    text-align: center;
  }


#s-a04d6568-9e33-4027-9456-fef62ed984de.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-670d5651-fe32-4eb9-b31f-5d61f8587670 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-670d5651-fe32-4eb9-b31f-5d61f8587670:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-670d5651-fe32-4eb9-b31f-5d61f8587670:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-670d5651-fe32-4eb9-b31f-5d61f8587670-root {
    text-align: center;
  }


#s-670d5651-fe32-4eb9-b31f-5d61f8587670.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-670d5651-fe32-4eb9-b31f-5d61f8587670-root {
    text-align: center;
  }


#s-670d5651-fe32-4eb9-b31f-5d61f8587670.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-670d5651-fe32-4eb9-b31f-5d61f8587670-root {
    text-align: center;
  }


#s-670d5651-fe32-4eb9-b31f-5d61f8587670.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-670d5651-fe32-4eb9-b31f-5d61f8587670-root {
    text-align: center;
  }


#s-670d5651-fe32-4eb9-b31f-5d61f8587670.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-670d5651-fe32-4eb9-b31f-5d61f8587670-root {
    text-align: center;
  }


#s-670d5651-fe32-4eb9-b31f-5d61f8587670.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-eb340937-e9c5-4add-aab1-73e49d1c60b0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-eb340937-e9c5-4add-aab1-73e49d1c60b0:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-eb340937-e9c5-4add-aab1-73e49d1c60b0:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-eb340937-e9c5-4add-aab1-73e49d1c60b0-root {
    text-align: center;
  }


#s-eb340937-e9c5-4add-aab1-73e49d1c60b0.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-eb340937-e9c5-4add-aab1-73e49d1c60b0-root {
    text-align: center;
  }


#s-eb340937-e9c5-4add-aab1-73e49d1c60b0.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eb340937-e9c5-4add-aab1-73e49d1c60b0-root {
    text-align: center;
  }


#s-eb340937-e9c5-4add-aab1-73e49d1c60b0.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eb340937-e9c5-4add-aab1-73e49d1c60b0-root {
    text-align: center;
  }


#s-eb340937-e9c5-4add-aab1-73e49d1c60b0.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-eb340937-e9c5-4add-aab1-73e49d1c60b0-root {
    text-align: center;
  }


#s-eb340937-e9c5-4add-aab1-73e49d1c60b0.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-8500cf7b-d67a-4f4b-a9f0-b308b4e19562 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-8500cf7b-d67a-4f4b-a9f0-b308b4e19562:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8500cf7b-d67a-4f4b-a9f0-b308b4e19562:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-8500cf7b-d67a-4f4b-a9f0-b308b4e19562-root {
    text-align: center;
  }


#s-8500cf7b-d67a-4f4b-a9f0-b308b4e19562.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8500cf7b-d67a-4f4b-a9f0-b308b4e19562-root {
    text-align: center;
  }


#s-8500cf7b-d67a-4f4b-a9f0-b308b4e19562.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8500cf7b-d67a-4f4b-a9f0-b308b4e19562-root {
    text-align: center;
  }


#s-8500cf7b-d67a-4f4b-a9f0-b308b4e19562.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8500cf7b-d67a-4f4b-a9f0-b308b4e19562-root {
    text-align: center;
  }


#s-8500cf7b-d67a-4f4b-a9f0-b308b4e19562.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8500cf7b-d67a-4f4b-a9f0-b308b4e19562-root {
    text-align: center;
  }


#s-8500cf7b-d67a-4f4b-a9f0-b308b4e19562.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-f13f7f52-e79e-42b3-a0b0-b9af617ca50c {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-f13f7f52-e79e-42b3-a0b0-b9af617ca50c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f13f7f52-e79e-42b3-a0b0-b9af617ca50c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f13f7f52-e79e-42b3-a0b0-b9af617ca50c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f13f7f52-e79e-42b3-a0b0-b9af617ca50c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
text-align: center;
}


.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c {
  max-width:  100%;
}

.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c .shg-image-zoom,
.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c {
  max-width:  100%;
}

.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c .shg-image-zoom,
.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c {
  max-width:  100%;
}

.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c .shg-image-zoom,
.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c {
  max-width:  100%;
}

.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c .shg-image-zoom,
.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c {
  max-width:  100%;
}

.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c .shg-image-zoom,
.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5a2e376-6328-4cff-93d5-d10ea8c2926c img.shogun-image {
  width: 100%;
}



}
#s-6d0cf903-51d7-4604-bea0-ce03e281de9c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 200px;
}

#s-6d0cf903-51d7-4604-bea0-ce03e281de9c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(10, 89, 79, 1);
}

#s-6d0cf903-51d7-4604-bea0-ce03e281de9c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(10, 89, 79, 1);
  padding: 8px;
}

#s-6d0cf903-51d7-4604-bea0-ce03e281de9c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-6d0cf903-51d7-4604-bea0-ce03e281de9c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(10, 89, 79, 1);
}

#s-6d0cf903-51d7-4604-bea0-ce03e281de9c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Cormorant SC;
  font-weight: 700;
  font-style: ;
  font-size: 19px;
}

#s-6d0cf903-51d7-4604-bea0-ce03e281de9c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 19px;
}
#s-198fc6c8-4124-40a7-ac5f-7518bfc78e22 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-198fc6c8-4124-40a7-ac5f-7518bfc78e22:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-198fc6c8-4124-40a7-ac5f-7518bfc78e22:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-198fc6c8-4124-40a7-ac5f-7518bfc78e22-root {
    text-align: center;
  }


#s-198fc6c8-4124-40a7-ac5f-7518bfc78e22.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-198fc6c8-4124-40a7-ac5f-7518bfc78e22-root {
    text-align: center;
  }


#s-198fc6c8-4124-40a7-ac5f-7518bfc78e22.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-198fc6c8-4124-40a7-ac5f-7518bfc78e22-root {
    text-align: center;
  }


#s-198fc6c8-4124-40a7-ac5f-7518bfc78e22.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-198fc6c8-4124-40a7-ac5f-7518bfc78e22-root {
    text-align: center;
  }


#s-198fc6c8-4124-40a7-ac5f-7518bfc78e22.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-198fc6c8-4124-40a7-ac5f-7518bfc78e22-root {
    text-align: center;
  }


#s-198fc6c8-4124-40a7-ac5f-7518bfc78e22.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-25ec8393-42be-41cc-8190-8dd4c96902a6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-25ec8393-42be-41cc-8190-8dd4c96902a6:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-25ec8393-42be-41cc-8190-8dd4c96902a6:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-25ec8393-42be-41cc-8190-8dd4c96902a6-root {
    text-align: center;
  }


#s-25ec8393-42be-41cc-8190-8dd4c96902a6.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-25ec8393-42be-41cc-8190-8dd4c96902a6-root {
    text-align: center;
  }


#s-25ec8393-42be-41cc-8190-8dd4c96902a6.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-25ec8393-42be-41cc-8190-8dd4c96902a6-root {
    text-align: center;
  }


#s-25ec8393-42be-41cc-8190-8dd4c96902a6.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-25ec8393-42be-41cc-8190-8dd4c96902a6-root {
    text-align: center;
  }


#s-25ec8393-42be-41cc-8190-8dd4c96902a6.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-25ec8393-42be-41cc-8190-8dd4c96902a6-root {
    text-align: center;
  }


#s-25ec8393-42be-41cc-8190-8dd4c96902a6.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-7e896e65-686c-4c85-b40f-551c7bd8cfc7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-7e896e65-686c-4c85-b40f-551c7bd8cfc7:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7e896e65-686c-4c85-b40f-551c7bd8cfc7:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-7e896e65-686c-4c85-b40f-551c7bd8cfc7-root {
    text-align: center;
  }


#s-7e896e65-686c-4c85-b40f-551c7bd8cfc7.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7e896e65-686c-4c85-b40f-551c7bd8cfc7-root {
    text-align: center;
  }


#s-7e896e65-686c-4c85-b40f-551c7bd8cfc7.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7e896e65-686c-4c85-b40f-551c7bd8cfc7-root {
    text-align: center;
  }


#s-7e896e65-686c-4c85-b40f-551c7bd8cfc7.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7e896e65-686c-4c85-b40f-551c7bd8cfc7-root {
    text-align: center;
  }


#s-7e896e65-686c-4c85-b40f-551c7bd8cfc7.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7e896e65-686c-4c85-b40f-551c7bd8cfc7-root {
    text-align: center;
  }


#s-7e896e65-686c-4c85-b40f-551c7bd8cfc7.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-e015f4e0-78a0-49c9-b648-5cb3e5d5a189 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-e015f4e0-78a0-49c9-b648-5cb3e5d5a189:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e015f4e0-78a0-49c9-b648-5cb3e5d5a189:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-e015f4e0-78a0-49c9-b648-5cb3e5d5a189-root {
    text-align: center;
  }


#s-e015f4e0-78a0-49c9-b648-5cb3e5d5a189.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e015f4e0-78a0-49c9-b648-5cb3e5d5a189-root {
    text-align: center;
  }


#s-e015f4e0-78a0-49c9-b648-5cb3e5d5a189.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e015f4e0-78a0-49c9-b648-5cb3e5d5a189-root {
    text-align: center;
  }


#s-e015f4e0-78a0-49c9-b648-5cb3e5d5a189.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e015f4e0-78a0-49c9-b648-5cb3e5d5a189-root {
    text-align: center;
  }


#s-e015f4e0-78a0-49c9-b648-5cb3e5d5a189.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e015f4e0-78a0-49c9-b648-5cb3e5d5a189-root {
    text-align: center;
  }


#s-e015f4e0-78a0-49c9-b648-5cb3e5d5a189.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-e48e8d92-2628-4577-8727-938a87c8dea6 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
text-align: center;
}


.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 {
  max-width:  100%;
}

.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 .shg-image-zoom,
.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 {
  max-width:  100%;
}

.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 .shg-image-zoom,
.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 {
  max-width:  100%;
}

.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 .shg-image-zoom,
.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 {
  max-width:  100%;
}

.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 .shg-image-zoom,
.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 {
  max-width:  100%;
}

.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 .shg-image-zoom,
.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e48e8d92-2628-4577-8727-938a87c8dea6 img.shogun-image {
  width: 100%;
}



}
#s-2a50da86-f2e3-4d45-b208-e82697d029be {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 200px;
}

#s-2a50da86-f2e3-4d45-b208-e82697d029be > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(10, 89, 79, 1);
}

#s-2a50da86-f2e3-4d45-b208-e82697d029be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(10, 89, 79, 1);
  padding: 8px;
}

#s-2a50da86-f2e3-4d45-b208-e82697d029be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-2a50da86-f2e3-4d45-b208-e82697d029be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(10, 89, 79, 1);
}

#s-2a50da86-f2e3-4d45-b208-e82697d029be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Cormorant SC;
  font-weight: 700;
  font-style: ;
  font-size: 19px;
}

#s-2a50da86-f2e3-4d45-b208-e82697d029be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 19px;
}
#s-3d7bb485-54dc-47aa-b64a-958501b7b1f8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-3d7bb485-54dc-47aa-b64a-958501b7b1f8:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3d7bb485-54dc-47aa-b64a-958501b7b1f8:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-3d7bb485-54dc-47aa-b64a-958501b7b1f8-root {
    text-align: center;
  }


#s-3d7bb485-54dc-47aa-b64a-958501b7b1f8.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3d7bb485-54dc-47aa-b64a-958501b7b1f8-root {
    text-align: center;
  }


#s-3d7bb485-54dc-47aa-b64a-958501b7b1f8.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d7bb485-54dc-47aa-b64a-958501b7b1f8-root {
    text-align: center;
  }


#s-3d7bb485-54dc-47aa-b64a-958501b7b1f8.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d7bb485-54dc-47aa-b64a-958501b7b1f8-root {
    text-align: center;
  }


#s-3d7bb485-54dc-47aa-b64a-958501b7b1f8.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3d7bb485-54dc-47aa-b64a-958501b7b1f8-root {
    text-align: center;
  }


#s-3d7bb485-54dc-47aa-b64a-958501b7b1f8.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-d573f2c5-f202-4881-8b4f-cc3997716ee2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-d573f2c5-f202-4881-8b4f-cc3997716ee2:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d573f2c5-f202-4881-8b4f-cc3997716ee2:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-d573f2c5-f202-4881-8b4f-cc3997716ee2-root {
    text-align: center;
  }


#s-d573f2c5-f202-4881-8b4f-cc3997716ee2.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d573f2c5-f202-4881-8b4f-cc3997716ee2-root {
    text-align: center;
  }


#s-d573f2c5-f202-4881-8b4f-cc3997716ee2.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d573f2c5-f202-4881-8b4f-cc3997716ee2-root {
    text-align: center;
  }


#s-d573f2c5-f202-4881-8b4f-cc3997716ee2.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d573f2c5-f202-4881-8b4f-cc3997716ee2-root {
    text-align: center;
  }


#s-d573f2c5-f202-4881-8b4f-cc3997716ee2.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d573f2c5-f202-4881-8b4f-cc3997716ee2-root {
    text-align: center;
  }


#s-d573f2c5-f202-4881-8b4f-cc3997716ee2.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-75e4aa30-c915-4e30-b1fc-94011e5102b1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-75e4aa30-c915-4e30-b1fc-94011e5102b1:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-75e4aa30-c915-4e30-b1fc-94011e5102b1:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-75e4aa30-c915-4e30-b1fc-94011e5102b1-root {
    text-align: center;
  }


#s-75e4aa30-c915-4e30-b1fc-94011e5102b1.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-75e4aa30-c915-4e30-b1fc-94011e5102b1-root {
    text-align: center;
  }


#s-75e4aa30-c915-4e30-b1fc-94011e5102b1.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-75e4aa30-c915-4e30-b1fc-94011e5102b1-root {
    text-align: center;
  }


#s-75e4aa30-c915-4e30-b1fc-94011e5102b1.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-75e4aa30-c915-4e30-b1fc-94011e5102b1-root {
    text-align: center;
  }


#s-75e4aa30-c915-4e30-b1fc-94011e5102b1.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-75e4aa30-c915-4e30-b1fc-94011e5102b1-root {
    text-align: center;
  }


#s-75e4aa30-c915-4e30-b1fc-94011e5102b1.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-1551410c-18ac-4134-a7d4-b65b2abdf9f7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-1551410c-18ac-4134-a7d4-b65b2abdf9f7:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1551410c-18ac-4134-a7d4-b65b2abdf9f7:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-1551410c-18ac-4134-a7d4-b65b2abdf9f7-root {
    text-align: center;
  }


#s-1551410c-18ac-4134-a7d4-b65b2abdf9f7.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1551410c-18ac-4134-a7d4-b65b2abdf9f7-root {
    text-align: center;
  }


#s-1551410c-18ac-4134-a7d4-b65b2abdf9f7.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1551410c-18ac-4134-a7d4-b65b2abdf9f7-root {
    text-align: center;
  }


#s-1551410c-18ac-4134-a7d4-b65b2abdf9f7.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1551410c-18ac-4134-a7d4-b65b2abdf9f7-root {
    text-align: center;
  }


#s-1551410c-18ac-4134-a7d4-b65b2abdf9f7.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1551410c-18ac-4134-a7d4-b65b2abdf9f7-root {
    text-align: center;
  }


#s-1551410c-18ac-4134-a7d4-b65b2abdf9f7.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
text-align: center;
}


.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 {
  max-width:  100%;
}

.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 .shg-image-zoom,
.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 {
  max-width:  100%;
}

.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 .shg-image-zoom,
.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 {
  max-width:  100%;
}

.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 .shg-image-zoom,
.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 {
  max-width:  100%;
}

.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 .shg-image-zoom,
.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 {
  max-width:  100%;
}

.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 .shg-image-zoom,
.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60be0baa-b83c-4dbd-9601-19dd3b45ce74 img.shogun-image {
  width: 100%;
}



}
#s-271cfe1c-a2cb-45f1-890e-2a8bfe1eb91b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 200px;
}

#s-271cfe1c-a2cb-45f1-890e-2a8bfe1eb91b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(10, 89, 79, 1);
}

#s-271cfe1c-a2cb-45f1-890e-2a8bfe1eb91b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(10, 89, 79, 1);
  padding: 8px;
}

#s-271cfe1c-a2cb-45f1-890e-2a8bfe1eb91b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-271cfe1c-a2cb-45f1-890e-2a8bfe1eb91b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(10, 89, 79, 1);
}

#s-271cfe1c-a2cb-45f1-890e-2a8bfe1eb91b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Cormorant SC;
  font-weight: 700;
  font-style: ;
  font-size: 19px;
}

#s-271cfe1c-a2cb-45f1-890e-2a8bfe1eb91b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 19px;
}
#s-30a31ccc-91c2-41ca-8a88-771181fb0ded {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-30a31ccc-91c2-41ca-8a88-771181fb0ded:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-30a31ccc-91c2-41ca-8a88-771181fb0ded:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-30a31ccc-91c2-41ca-8a88-771181fb0ded-root {
    text-align: center;
  }


#s-30a31ccc-91c2-41ca-8a88-771181fb0ded.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-30a31ccc-91c2-41ca-8a88-771181fb0ded-root {
    text-align: center;
  }


#s-30a31ccc-91c2-41ca-8a88-771181fb0ded.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-30a31ccc-91c2-41ca-8a88-771181fb0ded-root {
    text-align: center;
  }


#s-30a31ccc-91c2-41ca-8a88-771181fb0ded.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-30a31ccc-91c2-41ca-8a88-771181fb0ded-root {
    text-align: center;
  }


#s-30a31ccc-91c2-41ca-8a88-771181fb0ded.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-30a31ccc-91c2-41ca-8a88-771181fb0ded-root {
    text-align: center;
  }


#s-30a31ccc-91c2-41ca-8a88-771181fb0ded.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-f6ad5da7-af83-482e-a2ae-173f89c42d30 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-f6ad5da7-af83-482e-a2ae-173f89c42d30:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f6ad5da7-af83-482e-a2ae-173f89c42d30:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-f6ad5da7-af83-482e-a2ae-173f89c42d30-root {
    text-align: center;
  }


#s-f6ad5da7-af83-482e-a2ae-173f89c42d30.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f6ad5da7-af83-482e-a2ae-173f89c42d30-root {
    text-align: center;
  }


#s-f6ad5da7-af83-482e-a2ae-173f89c42d30.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f6ad5da7-af83-482e-a2ae-173f89c42d30-root {
    text-align: center;
  }


#s-f6ad5da7-af83-482e-a2ae-173f89c42d30.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f6ad5da7-af83-482e-a2ae-173f89c42d30-root {
    text-align: center;
  }


#s-f6ad5da7-af83-482e-a2ae-173f89c42d30.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f6ad5da7-af83-482e-a2ae-173f89c42d30-root {
    text-align: center;
  }


#s-f6ad5da7-af83-482e-a2ae-173f89c42d30.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-d64b2c2f-92ce-4813-8a81-01d4b5f8f454 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-d64b2c2f-92ce-4813-8a81-01d4b5f8f454:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d64b2c2f-92ce-4813-8a81-01d4b5f8f454:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-d64b2c2f-92ce-4813-8a81-01d4b5f8f454-root {
    text-align: center;
  }


#s-d64b2c2f-92ce-4813-8a81-01d4b5f8f454.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d64b2c2f-92ce-4813-8a81-01d4b5f8f454-root {
    text-align: center;
  }


#s-d64b2c2f-92ce-4813-8a81-01d4b5f8f454.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d64b2c2f-92ce-4813-8a81-01d4b5f8f454-root {
    text-align: center;
  }


#s-d64b2c2f-92ce-4813-8a81-01d4b5f8f454.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d64b2c2f-92ce-4813-8a81-01d4b5f8f454-root {
    text-align: center;
  }


#s-d64b2c2f-92ce-4813-8a81-01d4b5f8f454.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d64b2c2f-92ce-4813-8a81-01d4b5f8f454-root {
    text-align: center;
  }


#s-d64b2c2f-92ce-4813-8a81-01d4b5f8f454.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-91d71bc8-7c70-4e8f-8b4a-344dc7f1e958 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-91d71bc8-7c70-4e8f-8b4a-344dc7f1e958:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-91d71bc8-7c70-4e8f-8b4a-344dc7f1e958:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-91d71bc8-7c70-4e8f-8b4a-344dc7f1e958-root {
    text-align: center;
  }


#s-91d71bc8-7c70-4e8f-8b4a-344dc7f1e958.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-91d71bc8-7c70-4e8f-8b4a-344dc7f1e958-root {
    text-align: center;
  }


#s-91d71bc8-7c70-4e8f-8b4a-344dc7f1e958.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-91d71bc8-7c70-4e8f-8b4a-344dc7f1e958-root {
    text-align: center;
  }


#s-91d71bc8-7c70-4e8f-8b4a-344dc7f1e958.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-91d71bc8-7c70-4e8f-8b4a-344dc7f1e958-root {
    text-align: center;
  }


#s-91d71bc8-7c70-4e8f-8b4a-344dc7f1e958.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-91d71bc8-7c70-4e8f-8b4a-344dc7f1e958-root {
    text-align: center;
  }


#s-91d71bc8-7c70-4e8f-8b4a-344dc7f1e958.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-625d7240-5348-4e1d-90c0-39ca81ead55d {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
text-align: center;
}


.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d {
  max-width:  100%;
}

.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d .shg-image-zoom,
.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d {
  max-width:  100%;
}

.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d .shg-image-zoom,
.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d {
  max-width:  100%;
}

.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d .shg-image-zoom,
.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d {
  max-width:  100%;
}

.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d .shg-image-zoom,
.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d {
  max-width:  100%;
}

.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d .shg-image-zoom,
.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-625d7240-5348-4e1d-90c0-39ca81ead55d img.shogun-image {
  width: 100%;
}



}
#s-66ebae51-36e3-4cb9-8ce4-9d9ae5913018 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 200px;
}

#s-66ebae51-36e3-4cb9-8ce4-9d9ae5913018 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(10, 89, 79, 1);
}

#s-66ebae51-36e3-4cb9-8ce4-9d9ae5913018 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(10, 89, 79, 1);
  padding: 8px;
}

#s-66ebae51-36e3-4cb9-8ce4-9d9ae5913018 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-66ebae51-36e3-4cb9-8ce4-9d9ae5913018 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(10, 89, 79, 1);
}

#s-66ebae51-36e3-4cb9-8ce4-9d9ae5913018 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Cormorant SC;
  font-weight: 700;
  font-style: ;
  font-size: 19px;
}

#s-66ebae51-36e3-4cb9-8ce4-9d9ae5913018 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 19px;
}
#s-52dc772e-a2db-4091-94aa-6aaf810bd18e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-52dc772e-a2db-4091-94aa-6aaf810bd18e:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-52dc772e-a2db-4091-94aa-6aaf810bd18e:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-52dc772e-a2db-4091-94aa-6aaf810bd18e-root {
    text-align: center;
  }


#s-52dc772e-a2db-4091-94aa-6aaf810bd18e.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-52dc772e-a2db-4091-94aa-6aaf810bd18e-root {
    text-align: center;
  }


#s-52dc772e-a2db-4091-94aa-6aaf810bd18e.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-52dc772e-a2db-4091-94aa-6aaf810bd18e-root {
    text-align: center;
  }


#s-52dc772e-a2db-4091-94aa-6aaf810bd18e.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-52dc772e-a2db-4091-94aa-6aaf810bd18e-root {
    text-align: center;
  }


#s-52dc772e-a2db-4091-94aa-6aaf810bd18e.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-52dc772e-a2db-4091-94aa-6aaf810bd18e-root {
    text-align: center;
  }


#s-52dc772e-a2db-4091-94aa-6aaf810bd18e.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-ef7d3a00-123e-4eee-a81e-03a97f5bf954 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-ef7d3a00-123e-4eee-a81e-03a97f5bf954:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ef7d3a00-123e-4eee-a81e-03a97f5bf954:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-ef7d3a00-123e-4eee-a81e-03a97f5bf954-root {
    text-align: center;
  }


#s-ef7d3a00-123e-4eee-a81e-03a97f5bf954.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ef7d3a00-123e-4eee-a81e-03a97f5bf954-root {
    text-align: center;
  }


#s-ef7d3a00-123e-4eee-a81e-03a97f5bf954.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ef7d3a00-123e-4eee-a81e-03a97f5bf954-root {
    text-align: center;
  }


#s-ef7d3a00-123e-4eee-a81e-03a97f5bf954.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ef7d3a00-123e-4eee-a81e-03a97f5bf954-root {
    text-align: center;
  }


#s-ef7d3a00-123e-4eee-a81e-03a97f5bf954.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ef7d3a00-123e-4eee-a81e-03a97f5bf954-root {
    text-align: center;
  }


#s-ef7d3a00-123e-4eee-a81e-03a97f5bf954.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-26c97627-d01a-4167-850a-f9ef6ea46def {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-26c97627-d01a-4167-850a-f9ef6ea46def:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-26c97627-d01a-4167-850a-f9ef6ea46def:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-26c97627-d01a-4167-850a-f9ef6ea46def-root {
    text-align: center;
  }


#s-26c97627-d01a-4167-850a-f9ef6ea46def.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-26c97627-d01a-4167-850a-f9ef6ea46def-root {
    text-align: center;
  }


#s-26c97627-d01a-4167-850a-f9ef6ea46def.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-26c97627-d01a-4167-850a-f9ef6ea46def-root {
    text-align: center;
  }


#s-26c97627-d01a-4167-850a-f9ef6ea46def.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-26c97627-d01a-4167-850a-f9ef6ea46def-root {
    text-align: center;
  }


#s-26c97627-d01a-4167-850a-f9ef6ea46def.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-26c97627-d01a-4167-850a-f9ef6ea46def-root {
    text-align: center;
  }


#s-26c97627-d01a-4167-850a-f9ef6ea46def.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-f0fb6069-78cd-4455-aa50-279e9a624c59 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-f0fb6069-78cd-4455-aa50-279e9a624c59:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f0fb6069-78cd-4455-aa50-279e9a624c59:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-f0fb6069-78cd-4455-aa50-279e9a624c59-root {
    text-align: center;
  }


#s-f0fb6069-78cd-4455-aa50-279e9a624c59.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f0fb6069-78cd-4455-aa50-279e9a624c59-root {
    text-align: center;
  }


#s-f0fb6069-78cd-4455-aa50-279e9a624c59.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f0fb6069-78cd-4455-aa50-279e9a624c59-root {
    text-align: center;
  }


#s-f0fb6069-78cd-4455-aa50-279e9a624c59.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f0fb6069-78cd-4455-aa50-279e9a624c59-root {
    text-align: center;
  }


#s-f0fb6069-78cd-4455-aa50-279e9a624c59.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f0fb6069-78cd-4455-aa50-279e9a624c59-root {
    text-align: center;
  }


#s-f0fb6069-78cd-4455-aa50-279e9a624c59.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-597651ec-dc8a-4070-a2f3-762f2fd5cc90 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-597651ec-dc8a-4070-a2f3-762f2fd5cc90"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-597651ec-dc8a-4070-a2f3-762f2fd5cc90"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-597651ec-dc8a-4070-a2f3-762f2fd5cc90"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-597651ec-dc8a-4070-a2f3-762f2fd5cc90"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
text-align: center;
}


.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e {
  max-width:  100%;
}

.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e .shg-image-zoom,
.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e {
  max-width:  100%;
}

.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e .shg-image-zoom,
.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e {
  max-width:  100%;
}

.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e .shg-image-zoom,
.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e {
  max-width:  100%;
}

.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e .shg-image-zoom,
.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e {
  max-width:  100%;
}

.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e .shg-image-zoom,
.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-640c83ac-6daf-4cb7-ac6b-eff4d9f6a13e img.shogun-image {
  width: 100%;
}



}
#s-b69a7ac5-88b3-4302-b419-84caee1f025c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 200px;
}

#s-b69a7ac5-88b3-4302-b419-84caee1f025c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(10, 89, 79, 1);
}

#s-b69a7ac5-88b3-4302-b419-84caee1f025c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(10, 89, 79, 1);
  padding: 8px;
}

#s-b69a7ac5-88b3-4302-b419-84caee1f025c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-b69a7ac5-88b3-4302-b419-84caee1f025c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(10, 89, 79, 1);
}

#s-b69a7ac5-88b3-4302-b419-84caee1f025c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Cormorant SC;
  font-weight: 700;
  font-style: ;
  font-size: 19px;
}

#s-b69a7ac5-88b3-4302-b419-84caee1f025c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 19px;
}
#s-0c47d110-4b20-4af7-b32b-9e3bf88aefa6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-0c47d110-4b20-4af7-b32b-9e3bf88aefa6:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0c47d110-4b20-4af7-b32b-9e3bf88aefa6:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-0c47d110-4b20-4af7-b32b-9e3bf88aefa6-root {
    text-align: center;
  }


#s-0c47d110-4b20-4af7-b32b-9e3bf88aefa6.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0c47d110-4b20-4af7-b32b-9e3bf88aefa6-root {
    text-align: center;
  }


#s-0c47d110-4b20-4af7-b32b-9e3bf88aefa6.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0c47d110-4b20-4af7-b32b-9e3bf88aefa6-root {
    text-align: center;
  }


#s-0c47d110-4b20-4af7-b32b-9e3bf88aefa6.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0c47d110-4b20-4af7-b32b-9e3bf88aefa6-root {
    text-align: center;
  }


#s-0c47d110-4b20-4af7-b32b-9e3bf88aefa6.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0c47d110-4b20-4af7-b32b-9e3bf88aefa6-root {
    text-align: center;
  }


#s-0c47d110-4b20-4af7-b32b-9e3bf88aefa6.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-08fcfaab-d435-4f43-bfa6-1d51e0ffe70a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-08fcfaab-d435-4f43-bfa6-1d51e0ffe70a:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-08fcfaab-d435-4f43-bfa6-1d51e0ffe70a:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-08fcfaab-d435-4f43-bfa6-1d51e0ffe70a-root {
    text-align: center;
  }


#s-08fcfaab-d435-4f43-bfa6-1d51e0ffe70a.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-08fcfaab-d435-4f43-bfa6-1d51e0ffe70a-root {
    text-align: center;
  }


#s-08fcfaab-d435-4f43-bfa6-1d51e0ffe70a.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-08fcfaab-d435-4f43-bfa6-1d51e0ffe70a-root {
    text-align: center;
  }


#s-08fcfaab-d435-4f43-bfa6-1d51e0ffe70a.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-08fcfaab-d435-4f43-bfa6-1d51e0ffe70a-root {
    text-align: center;
  }


#s-08fcfaab-d435-4f43-bfa6-1d51e0ffe70a.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-08fcfaab-d435-4f43-bfa6-1d51e0ffe70a-root {
    text-align: center;
  }


#s-08fcfaab-d435-4f43-bfa6-1d51e0ffe70a.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-b1087dcc-895f-40aa-86a9-3aeeee482413 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-b1087dcc-895f-40aa-86a9-3aeeee482413:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b1087dcc-895f-40aa-86a9-3aeeee482413:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-b1087dcc-895f-40aa-86a9-3aeeee482413-root {
    text-align: center;
  }


#s-b1087dcc-895f-40aa-86a9-3aeeee482413.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b1087dcc-895f-40aa-86a9-3aeeee482413-root {
    text-align: center;
  }


#s-b1087dcc-895f-40aa-86a9-3aeeee482413.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b1087dcc-895f-40aa-86a9-3aeeee482413-root {
    text-align: center;
  }


#s-b1087dcc-895f-40aa-86a9-3aeeee482413.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b1087dcc-895f-40aa-86a9-3aeeee482413-root {
    text-align: center;
  }


#s-b1087dcc-895f-40aa-86a9-3aeeee482413.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b1087dcc-895f-40aa-86a9-3aeeee482413-root {
    text-align: center;
  }


#s-b1087dcc-895f-40aa-86a9-3aeeee482413.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-7c75606b-043e-4f3e-9b81-e17fdec56288 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-7c75606b-043e-4f3e-9b81-e17fdec56288:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7c75606b-043e-4f3e-9b81-e17fdec56288:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-7c75606b-043e-4f3e-9b81-e17fdec56288-root {
    text-align: center;
  }


#s-7c75606b-043e-4f3e-9b81-e17fdec56288.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7c75606b-043e-4f3e-9b81-e17fdec56288-root {
    text-align: center;
  }


#s-7c75606b-043e-4f3e-9b81-e17fdec56288.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7c75606b-043e-4f3e-9b81-e17fdec56288-root {
    text-align: center;
  }


#s-7c75606b-043e-4f3e-9b81-e17fdec56288.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7c75606b-043e-4f3e-9b81-e17fdec56288-root {
    text-align: center;
  }


#s-7c75606b-043e-4f3e-9b81-e17fdec56288.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7c75606b-043e-4f3e-9b81-e17fdec56288-root {
    text-align: center;
  }


#s-7c75606b-043e-4f3e-9b81-e17fdec56288.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-957178a0-020e-49ae-93f3-b7876e774a9b {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
text-align: center;
}


.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b {
  max-width:  100%;
}

.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b .shg-image-zoom,
.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b {
  max-width:  100%;
}

.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b .shg-image-zoom,
.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b {
  max-width:  100%;
}

.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b .shg-image-zoom,
.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b {
  max-width:  100%;
}

.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b .shg-image-zoom,
.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b {
  max-width:  100%;
}

.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b .shg-image-zoom,
.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-957178a0-020e-49ae-93f3-b7876e774a9b img.shogun-image {
  width: 100%;
}



}
#s-70c8cf48-d070-42ac-9bb7-97120dd9f46e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 200px;
}

#s-70c8cf48-d070-42ac-9bb7-97120dd9f46e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(10, 89, 79, 1);
}

#s-70c8cf48-d070-42ac-9bb7-97120dd9f46e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(10, 89, 79, 1);
  padding: 8px;
}

#s-70c8cf48-d070-42ac-9bb7-97120dd9f46e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-70c8cf48-d070-42ac-9bb7-97120dd9f46e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(10, 89, 79, 1);
}

#s-70c8cf48-d070-42ac-9bb7-97120dd9f46e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Cormorant SC;
  font-weight: 700;
  font-style: ;
  font-size: 19px;
}

#s-70c8cf48-d070-42ac-9bb7-97120dd9f46e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 19px;
}
#s-04188edc-142f-4278-8895-130f36db39f8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-04188edc-142f-4278-8895-130f36db39f8:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-04188edc-142f-4278-8895-130f36db39f8:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-04188edc-142f-4278-8895-130f36db39f8-root {
    text-align: center;
  }


#s-04188edc-142f-4278-8895-130f36db39f8.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-04188edc-142f-4278-8895-130f36db39f8-root {
    text-align: center;
  }


#s-04188edc-142f-4278-8895-130f36db39f8.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-04188edc-142f-4278-8895-130f36db39f8-root {
    text-align: center;
  }


#s-04188edc-142f-4278-8895-130f36db39f8.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-04188edc-142f-4278-8895-130f36db39f8-root {
    text-align: center;
  }


#s-04188edc-142f-4278-8895-130f36db39f8.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-04188edc-142f-4278-8895-130f36db39f8-root {
    text-align: center;
  }


#s-04188edc-142f-4278-8895-130f36db39f8.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-8ab881da-b696-41bb-90a6-c3ed5e39dd89 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-8ab881da-b696-41bb-90a6-c3ed5e39dd89:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8ab881da-b696-41bb-90a6-c3ed5e39dd89:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-8ab881da-b696-41bb-90a6-c3ed5e39dd89-root {
    text-align: center;
  }


#s-8ab881da-b696-41bb-90a6-c3ed5e39dd89.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8ab881da-b696-41bb-90a6-c3ed5e39dd89-root {
    text-align: center;
  }


#s-8ab881da-b696-41bb-90a6-c3ed5e39dd89.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ab881da-b696-41bb-90a6-c3ed5e39dd89-root {
    text-align: center;
  }


#s-8ab881da-b696-41bb-90a6-c3ed5e39dd89.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8ab881da-b696-41bb-90a6-c3ed5e39dd89-root {
    text-align: center;
  }


#s-8ab881da-b696-41bb-90a6-c3ed5e39dd89.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8ab881da-b696-41bb-90a6-c3ed5e39dd89-root {
    text-align: center;
  }


#s-8ab881da-b696-41bb-90a6-c3ed5e39dd89.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-d5bfb9ba-499a-43e6-862d-3739df439e6a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-d5bfb9ba-499a-43e6-862d-3739df439e6a:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d5bfb9ba-499a-43e6-862d-3739df439e6a:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-d5bfb9ba-499a-43e6-862d-3739df439e6a-root {
    text-align: center;
  }


#s-d5bfb9ba-499a-43e6-862d-3739df439e6a.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d5bfb9ba-499a-43e6-862d-3739df439e6a-root {
    text-align: center;
  }


#s-d5bfb9ba-499a-43e6-862d-3739df439e6a.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d5bfb9ba-499a-43e6-862d-3739df439e6a-root {
    text-align: center;
  }


#s-d5bfb9ba-499a-43e6-862d-3739df439e6a.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d5bfb9ba-499a-43e6-862d-3739df439e6a-root {
    text-align: center;
  }


#s-d5bfb9ba-499a-43e6-862d-3739df439e6a.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d5bfb9ba-499a-43e6-862d-3739df439e6a-root {
    text-align: center;
  }


#s-d5bfb9ba-499a-43e6-862d-3739df439e6a.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-819b8244-7948-403c-800d-99b4d989e8d2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(191, 155, 95, 1);
}
#s-819b8244-7948-403c-800d-99b4d989e8d2:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-819b8244-7948-403c-800d-99b4d989e8d2:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-819b8244-7948-403c-800d-99b4d989e8d2-root {
    text-align: center;
  }


#s-819b8244-7948-403c-800d-99b4d989e8d2.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-819b8244-7948-403c-800d-99b4d989e8d2-root {
    text-align: center;
  }


#s-819b8244-7948-403c-800d-99b4d989e8d2.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-819b8244-7948-403c-800d-99b4d989e8d2-root {
    text-align: center;
  }


#s-819b8244-7948-403c-800d-99b4d989e8d2.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-819b8244-7948-403c-800d-99b4d989e8d2-root {
    text-align: center;
  }


#s-819b8244-7948-403c-800d-99b4d989e8d2.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-819b8244-7948-403c-800d-99b4d989e8d2-root {
    text-align: center;
  }


#s-819b8244-7948-403c-800d-99b4d989e8d2.shg-btn {
  color: rgba(191, 155, 95, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-46b14696-df33-45de-94d0-a829d69bd02d {
  margin-bottom: 20px;
min-height: 50px;
}








#s-46b14696-df33-45de-94d0-a829d69bd02d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46b14696-df33-45de-94d0-a829d69bd02d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4aaf24ea-06ce-4bc2-a2ee-d2ec01f74b08 {
  margin-top: 40px;
margin-bottom: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-4aaf24ea-06ce-4bc2-a2ee-d2ec01f74b08 .shogun-heading-component h1 {
  color: rgba(191, 155, 95, 1);
  font-weight:  600 ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  letter-spacing: 0px;
  
}



#s-8812b3c6-a732-42ca-8647-8e35796182e1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(10, 89, 79, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-8812b3c6-a732-42ca-8647-8e35796182e1:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8812b3c6-a732-42ca-8647-8e35796182e1:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-8812b3c6-a732-42ca-8647-8e35796182e1-root {
    text-align: center;
  }


#s-8812b3c6-a732-42ca-8647-8e35796182e1.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8812b3c6-a732-42ca-8647-8e35796182e1-root {
    text-align: center;
  }


#s-8812b3c6-a732-42ca-8647-8e35796182e1.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8812b3c6-a732-42ca-8647-8e35796182e1-root {
    text-align: center;
  }


#s-8812b3c6-a732-42ca-8647-8e35796182e1.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8812b3c6-a732-42ca-8647-8e35796182e1-root {
    text-align: center;
  }


#s-8812b3c6-a732-42ca-8647-8e35796182e1.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8812b3c6-a732-42ca-8647-8e35796182e1-root {
    text-align: center;
  }


#s-8812b3c6-a732-42ca-8647-8e35796182e1.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-0b9335c9-2bba-4158-85f5-f6398ded03a8 {
  min-height: 50px;
background-color: rgba(191, 155, 95, 1);
}








#s-0b9335c9-2bba-4158-85f5-f6398ded03a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b9335c9-2bba-4158-85f5-f6398ded03a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1b54b56-a62e-489e-a858-7fcd3b0ac168 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-d1b54b56-a62e-489e-a858-7fcd3b0ac168"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d1b54b56-a62e-489e-a858-7fcd3b0ac168"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d1b54b56-a62e-489e-a858-7fcd3b0ac168"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1b54b56-a62e-489e-a858-7fcd3b0ac168"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-120515d6-f34c-4077-a1a8-ef704f5bf047 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 2px;
background-color: rgba(191, 155, 95, 1);
text-align: center;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-120515d6-f34c-4077-a1a8-ef704f5bf047:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 89, 79, 1) !important;}#s-120515d6-f34c-4077-a1a8-ef704f5bf047:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 89, 79, 1) !important;}

  #s-120515d6-f34c-4077-a1a8-ef704f5bf047-root {
    text-align: center;
  }


#s-120515d6-f34c-4077-a1a8-ef704f5bf047.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Cormorant SC;
  display:  block ;
}
@media (min-width: 1200px){
  #s-120515d6-f34c-4077-a1a8-ef704f5bf047-root {
    text-align: center;
  }


#s-120515d6-f34c-4077-a1a8-ef704f5bf047.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Cormorant SC;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-120515d6-f34c-4077-a1a8-ef704f5bf047-root {
    text-align: center;
  }


#s-120515d6-f34c-4077-a1a8-ef704f5bf047.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Cormorant SC;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-120515d6-f34c-4077-a1a8-ef704f5bf047-root {
    text-align: center;
  }


#s-120515d6-f34c-4077-a1a8-ef704f5bf047.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Cormorant SC;
  display:  block ;
}
}@media (max-width: 767px){
  #s-120515d6-f34c-4077-a1a8-ef704f5bf047-root {
    text-align: center;
  }


#s-120515d6-f34c-4077-a1a8-ef704f5bf047.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Cormorant SC;
  display:  block ;
}
}
#s-86b81ddd-9cc3-4c5f-940d-7677f7d3d8f9 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 2px;
background-color: rgba(191, 155, 95, 1);
text-align: center;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(10, 89, 79, 1);
}
#s-86b81ddd-9cc3-4c5f-940d-7677f7d3d8f9:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 89, 79, 1) !important;}#s-86b81ddd-9cc3-4c5f-940d-7677f7d3d8f9:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 89, 79, 1) !important;}

  #s-86b81ddd-9cc3-4c5f-940d-7677f7d3d8f9-root {
    text-align: center;
  }


#s-86b81ddd-9cc3-4c5f-940d-7677f7d3d8f9.shg-btn {
  color: rgba(10, 89, 79, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Cormorant SC;
  display:  block ;
}
@media (min-width: 1200px){
  #s-86b81ddd-9cc3-4c5f-940d-7677f7d3d8f9-root {
    text-align: center;
  }


#s-86b81ddd-9cc3-4c5f-940d-7677f7d3d8f9.shg-btn {
  color: rgba(10, 89, 79, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Cormorant SC;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-86b81ddd-9cc3-4c5f-940d-7677f7d3d8f9-root {
    text-align: center;
  }


#s-86b81ddd-9cc3-4c5f-940d-7677f7d3d8f9.shg-btn {
  color: rgba(10, 89, 79, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Cormorant SC;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-86b81ddd-9cc3-4c5f-940d-7677f7d3d8f9-root {
    text-align: center;
  }


#s-86b81ddd-9cc3-4c5f-940d-7677f7d3d8f9.shg-btn {
  color: rgba(10, 89, 79, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Cormorant SC;
  display:  block ;
}
}@media (max-width: 767px){
  #s-86b81ddd-9cc3-4c5f-940d-7677f7d3d8f9-root {
    text-align: center;
  }


#s-86b81ddd-9cc3-4c5f-940d-7677f7d3d8f9.shg-btn {
  color: rgba(10, 89, 79, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Cormorant SC;
  display:  block ;
}
}
#s-fc21a586-17fd-4f72-957f-9466dd370e27 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 2px;
background-color: rgba(191, 155, 95, 1);
text-align: center;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-fc21a586-17fd-4f72-957f-9466dd370e27:hover {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 89, 79, 1) !important;}#s-fc21a586-17fd-4f72-957f-9466dd370e27:active {background-color: rgba(191, 155, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 89, 79, 1) !important;}

  #s-fc21a586-17fd-4f72-957f-9466dd370e27-root {
    text-align: center;
  }


#s-fc21a586-17fd-4f72-957f-9466dd370e27.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Cormorant SC;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fc21a586-17fd-4f72-957f-9466dd370e27-root {
    text-align: center;
  }


#s-fc21a586-17fd-4f72-957f-9466dd370e27.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Cormorant SC;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc21a586-17fd-4f72-957f-9466dd370e27-root {
    text-align: center;
  }


#s-fc21a586-17fd-4f72-957f-9466dd370e27.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Cormorant SC;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fc21a586-17fd-4f72-957f-9466dd370e27-root {
    text-align: center;
  }


#s-fc21a586-17fd-4f72-957f-9466dd370e27.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Cormorant SC;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fc21a586-17fd-4f72-957f-9466dd370e27-root {
    text-align: center;
  }


#s-fc21a586-17fd-4f72-957f-9466dd370e27.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 700;
  
  font-family: Cormorant SC;
  display:  block ;
}
}
/*
  $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}
