.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-511d6a21-da4d-4477-a1db-174c1ea8dfa5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-511d6a21-da4d-4477-a1db-174c1ea8dfa5 {
  display: none;
}
#s-511d6a21-da4d-4477-a1db-174c1ea8dfa5, #wrap-s-511d6a21-da4d-4477-a1db-174c1ea8dfa5 { display:none !important; }}@media (max-width: 767px){#s-511d6a21-da4d-4477-a1db-174c1ea8dfa5 {
  display: none;
}
#s-511d6a21-da4d-4477-a1db-174c1ea8dfa5, #wrap-s-511d6a21-da4d-4477-a1db-174c1ea8dfa5 { display:none !important; }}
#s-511d6a21-da4d-4477-a1db-174c1ea8dfa5 {
  background-image: url(https://i.shgcdn.com/9a1838d2-3f6d-4c36-8630-d32bd3ff4506/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-511d6a21-da4d-4477-a1db-174c1ea8dfa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-511d6a21-da4d-4477-a1db-174c1ea8dfa5.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-7596283b-99e3-4220-a745-bd781207b3c7 {
  padding-bottom: 210px;
min-height: 50px;
}








#s-7596283b-99e3-4220-a745-bd781207b3c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7596283b-99e3-4220-a745-bd781207b3c7.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-a10f232e-49da-4299-8629-b31448c76b17 {
  padding-top: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-a10f232e-49da-4299-8629-b31448c76b17 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 0.9);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 144px;
  
  letter-spacing: -2px;
  text-align: center;
}



#s-4a4b988c-9982-46d7-b0f3-91f914c1697d {
  text-align: left;
}

#s-198ccc2c-c71a-45f3-baa5-72ad9f3b600b {
  padding-left: 120px;
padding-bottom: 12px;
padding-right: 120px;
}








#s-198ccc2c-c71a-45f3-baa5-72ad9f3b600b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-198ccc2c-c71a-45f3-baa5-72ad9f3b600b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-b45d822c-c47a-4cd1-afee-795d0a6cf8e9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-41192b58-e116-476f-9169-1aa113286544 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-41192b58-e116-476f-9169-1aa113286544 {
  display: none;
}
#s-41192b58-e116-476f-9169-1aa113286544, #wrap-s-41192b58-e116-476f-9169-1aa113286544 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-41192b58-e116-476f-9169-1aa113286544 {
  display: none;
}
#s-41192b58-e116-476f-9169-1aa113286544, #wrap-s-41192b58-e116-476f-9169-1aa113286544 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-41192b58-e116-476f-9169-1aa113286544 {
  
}
}@media (max-width: 767px){#s-41192b58-e116-476f-9169-1aa113286544 {
  
}
}
#s-41192b58-e116-476f-9169-1aa113286544 {
  background-image: url(https://i.shgcdn.com/983c0f2a-2ec7-46b1-bc38-49489658dbd7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-41192b58-e116-476f-9169-1aa113286544 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41192b58-e116-476f-9169-1aa113286544.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-faf9bb1e-8dfa-470f-a0f1-d42e953121ff {
  min-height: 50px;
}








#s-faf9bb1e-8dfa-470f-a0f1-d42e953121ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-faf9bb1e-8dfa-470f-a0f1-d42e953121ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f39ce5e6-ba3b-4310-880c-2cffa8f7aab9 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f39ce5e6-ba3b-4310-880c-2cffa8f7aab9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 0.9);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: center;
}



#s-0be37e4e-48b9-404e-858e-fad9c2f4f27e {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-0be37e4e-48b9-404e-858e-fad9c2f4f27e {
  display: none;
}
#s-0be37e4e-48b9-404e-858e-fad9c2f4f27e, #wrap-s-0be37e4e-48b9-404e-858e-fad9c2f4f27e { display:none !important; }}@media (max-width: 767px){#s-0be37e4e-48b9-404e-858e-fad9c2f4f27e {
  display: none;
}
#s-0be37e4e-48b9-404e-858e-fad9c2f4f27e, #wrap-s-0be37e4e-48b9-404e-858e-fad9c2f4f27e { display:none !important; }}







#s-0be37e4e-48b9-404e-858e-fad9c2f4f27e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0be37e4e-48b9-404e-858e-fad9c2f4f27e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0876cecf-9efd-4954-ba0b-ee58d08aaedf {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 120px;
padding-left: 64px;
padding-bottom: 120px;
padding-right: 64px;
min-height: 50px;
background-color: rgba(247, 245, 243, 1);
}








#s-0876cecf-9efd-4954-ba0b-ee58d08aaedf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0876cecf-9efd-4954-ba0b-ee58d08aaedf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f8f560c-a524-4ea9-aeaf-8f8d16133d5b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 40px;
max-width: 1000px;
text-align: center;
}

#s-3f8f560c-a524-4ea9-aeaf-8f8d16133d5b .shogun-heading-component h2 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 64px;
  
  
  text-align: center;
}



#s-f49e4f87-300c-4050-8554-f750048d54a6 {
  margin-left: auto;
margin-right: auto;
max-width: 750px;
}

#s-ed1d78b9-5974-455f-bfbd-4fd376c0a787 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 64px;
padding-left: 24px;
padding-bottom: 64px;
padding-right: 24px;
min-height: 50px;
background-color: rgba(241, 238, 235, 1);
}
@media (min-width: 1200px){#s-ed1d78b9-5974-455f-bfbd-4fd376c0a787 {
  display: none;
}
#s-ed1d78b9-5974-455f-bfbd-4fd376c0a787, #wrap-s-ed1d78b9-5974-455f-bfbd-4fd376c0a787 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed1d78b9-5974-455f-bfbd-4fd376c0a787 {
  display: none;
}
#s-ed1d78b9-5974-455f-bfbd-4fd376c0a787, #wrap-s-ed1d78b9-5974-455f-bfbd-4fd376c0a787 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ed1d78b9-5974-455f-bfbd-4fd376c0a787 {
  
}
}







#s-ed1d78b9-5974-455f-bfbd-4fd376c0a787 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed1d78b9-5974-455f-bfbd-4fd376c0a787.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4151470-91de-487f-ae59-6cc40e67f8aa {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
max-width: 600px;
}








#s-f4151470-91de-487f-ae59-6cc40e67f8aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4151470-91de-487f-ae59-6cc40e67f8aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f198577f-ba5c-4fe9-a405-746242c7b3e2 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 24px;
text-align: center;
}

#s-f198577f-ba5c-4fe9-a405-746242c7b3e2 .shogun-heading-component h3 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 38px;
  
  
  
}



#s-52ef6cb2-747b-4eb0-bf3c-2b6427ad28a2 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
max-width: 750px;
text-align: center;
}

#s-52ef6cb2-747b-4eb0-bf3c-2b6427ad28a2 .shogun-heading-component h6 {
  color: rgba(68, 68, 68, 1);
  font-weight:  300 ;
  font-family: "Source Sans Pro";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  text-align: center;
}



#s-added8d9-677f-422a-9bb4-bd9948dceaa7 {
  text-align: left;
}

#s-7755f2cf-a809-4df3-9ddc-71f60ddfd0fa {
  margin-left: 15px;
margin-right: 15px;
padding-top: 120px;
padding-left: 120px;
padding-bottom: 120px;
padding-right: 120px;
min-height: 50px;
background-color: rgba(241, 238, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-7755f2cf-a809-4df3-9ddc-71f60ddfd0fa {
  display: none;
}
#s-7755f2cf-a809-4df3-9ddc-71f60ddfd0fa, #wrap-s-7755f2cf-a809-4df3-9ddc-71f60ddfd0fa { display:none !important; }}@media (max-width: 767px){#s-7755f2cf-a809-4df3-9ddc-71f60ddfd0fa {
  display: none;
}
#s-7755f2cf-a809-4df3-9ddc-71f60ddfd0fa, #wrap-s-7755f2cf-a809-4df3-9ddc-71f60ddfd0fa { display:none !important; }}







#s-7755f2cf-a809-4df3-9ddc-71f60ddfd0fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7755f2cf-a809-4df3-9ddc-71f60ddfd0fa.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-73924f99-38ff-4def-b216-2050244cb536 {
  margin-left: auto;
margin-right: auto;
max-width: 1312px;
}

@media (min-width: 0px) {
[id="s-73924f99-38ff-4def-b216-2050244cb536"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 768px) {
[id="s-73924f99-38ff-4def-b216-2050244cb536"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-73924f99-38ff-4def-b216-2050244cb536"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-73924f99-38ff-4def-b216-2050244cb536"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-73924f99-38ff-4def-b216-2050244cb536"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-73924f99-38ff-4def-b216-2050244cb536"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-73924f99-38ff-4def-b216-2050244cb536"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-2f23a5ca-f6ca-41c7-b46a-fe14a762df58 {
  text-align: center;
}








#s-2f23a5ca-f6ca-41c7-b46a-fe14a762df58 .shogun-image-content {
  
    align-items: center;
  
}

#s-784661db-708c-4915-a345-f7198b1d86d0 {
  min-height: 50px;
}








#s-784661db-708c-4915-a345-f7198b1d86d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-784661db-708c-4915-a345-f7198b1d86d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-972c6699-a533-4f9a-911a-977ce75c5563 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 30px;
padding-right: 0%;
}

#s-4c6b39ce-b9c9-4a9f-8162-007fb2f3d3d4 {
  padding-bottom: 30px;
text-align: left;
}

#s-4c6b39ce-b9c9-4a9f-8162-007fb2f3d3d4 .shogun-heading-component h2 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}



#s-69e429d7-d361-4b52-86e5-da5f28f3a263 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 30px;
padding-right: 20px;
}








#s-a37ad12c-3ba7-4e2a-ad9a-ab4c95e2bb22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a37ad12c-3ba7-4e2a-ad9a-ab4c95e2bb22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

#s-6f0903b2-db3f-4dd8-a1b6-bca3d9909110 {
  border-style: solid;
padding-bottom: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-6f0903b2-db3f-4dd8-a1b6-bca3d9909110:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(92, 120, 53, 1) !important;}#s-6f0903b2-db3f-4dd8-a1b6-bca3d9909110:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(92, 120, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-6f0903b2-db3f-4dd8-a1b6-bca3d9909110-root {
    text-align: left;
  }


#s-6f0903b2-db3f-4dd8-a1b6-bca3d9909110.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f0903b2-db3f-4dd8-a1b6-bca3d9909110-root {
    text-align: left;
  }


#s-6f0903b2-db3f-4dd8-a1b6-bca3d9909110.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f0903b2-db3f-4dd8-a1b6-bca3d9909110-root {
    text-align: left;
  }


#s-6f0903b2-db3f-4dd8-a1b6-bca3d9909110.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f0903b2-db3f-4dd8-a1b6-bca3d9909110-root {
    text-align: left;
  }


#s-6f0903b2-db3f-4dd8-a1b6-bca3d9909110.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f0903b2-db3f-4dd8-a1b6-bca3d9909110-root {
    text-align: left;
  }


#s-6f0903b2-db3f-4dd8-a1b6-bca3d9909110.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-c6b02055-d2d0-4272-b48d-78c25c0b427a hr {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

#s-2227e181-71d3-4240-96d1-8b14db7bb0fb {
  background-color: rgba(241, 238, 235, 1);
}
@media (min-width: 1200px){#s-2227e181-71d3-4240-96d1-8b14db7bb0fb {
  display: none;
}
#s-2227e181-71d3-4240-96d1-8b14db7bb0fb, #wrap-s-2227e181-71d3-4240-96d1-8b14db7bb0fb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2227e181-71d3-4240-96d1-8b14db7bb0fb {
  display: none;
}
#s-2227e181-71d3-4240-96d1-8b14db7bb0fb, #wrap-s-2227e181-71d3-4240-96d1-8b14db7bb0fb { display:none !important; }}







#s-2227e181-71d3-4240-96d1-8b14db7bb0fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2227e181-71d3-4240-96d1-8b14db7bb0fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ca875b3-bdc7-48e4-9e18-83df310665f9 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}








#s-8ca875b3-bdc7-48e4-9e18-83df310665f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-1e368e4b-a252-4da4-b058-f4d9b8d7a72f {
  margin-left: auto;
margin-right: auto;
padding-top: 32px;
padding-left: 24px;
padding-bottom: 64px;
padding-right: 24px;
min-height: 0px;
background-color: rgba(241, 238, 235, 1);
}
@media (min-width: 1200px){#s-1e368e4b-a252-4da4-b058-f4d9b8d7a72f {
  display: none;
}
#s-1e368e4b-a252-4da4-b058-f4d9b8d7a72f, #wrap-s-1e368e4b-a252-4da4-b058-f4d9b8d7a72f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e368e4b-a252-4da4-b058-f4d9b8d7a72f {
  display: none;
}
#s-1e368e4b-a252-4da4-b058-f4d9b8d7a72f, #wrap-s-1e368e4b-a252-4da4-b058-f4d9b8d7a72f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1e368e4b-a252-4da4-b058-f4d9b8d7a72f {
  
}
}







#s-1e368e4b-a252-4da4-b058-f4d9b8d7a72f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e368e4b-a252-4da4-b058-f4d9b8d7a72f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8eb7bdd-a9d1-48c0-954b-da71c5d0481a {
  margin-left: auto;
margin-right: auto;
padding-top: 2px;
padding-bottom: 2px;
max-width: 600px;
}








#s-a8eb7bdd-a9d1-48c0-954b-da71c5d0481a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8eb7bdd-a9d1-48c0-954b-da71c5d0481a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd72f2d2-522d-4a8f-8675-0060b81c623b {
  padding-bottom: 16px;
}

#s-ac41c86e-47d1-4368-be3a-bf87b194b91b {
  padding-bottom: 16px;
text-align: left;
}

#s-ac41c86e-47d1-4368-be3a-bf87b194b91b .shogun-heading-component h3 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-815e3eca-e45d-49d1-a855-f45b34be6730 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 30px;
padding-right: 10px;
}








#s-a505d16a-1bb9-41de-8053-383455d1903b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a505d16a-1bb9-41de-8053-383455d1903b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5549c5a-aa94-4e17-9c3b-85f7d0c7381c {
  border-style: solid;
padding-bottom: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-a5549c5a-aa94-4e17-9c3b-85f7d0c7381c:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(92, 120, 53, 1) !important;}#s-a5549c5a-aa94-4e17-9c3b-85f7d0c7381c:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(92, 120, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-a5549c5a-aa94-4e17-9c3b-85f7d0c7381c-root {
    text-align: left;
  }


#s-a5549c5a-aa94-4e17-9c3b-85f7d0c7381c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a5549c5a-aa94-4e17-9c3b-85f7d0c7381c-root {
    text-align: left;
  }


#s-a5549c5a-aa94-4e17-9c3b-85f7d0c7381c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a5549c5a-aa94-4e17-9c3b-85f7d0c7381c-root {
    text-align: left;
  }


#s-a5549c5a-aa94-4e17-9c3b-85f7d0c7381c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a5549c5a-aa94-4e17-9c3b-85f7d0c7381c-root {
    text-align: left;
  }


#s-a5549c5a-aa94-4e17-9c3b-85f7d0c7381c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a5549c5a-aa94-4e17-9c3b-85f7d0c7381c-root {
    text-align: left;
  }


#s-a5549c5a-aa94-4e17-9c3b-85f7d0c7381c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-2c2fd79e-bf50-4791-a696-2e4234f7404a hr {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

#s-1ef7a300-72d8-4311-a48e-97d0bd75c6ba {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 64px;
padding-left: 24px;
padding-bottom: 64px;
padding-right: 24px;
}
@media (min-width: 1200px){#s-1ef7a300-72d8-4311-a48e-97d0bd75c6ba {
  display: none;
}
#s-1ef7a300-72d8-4311-a48e-97d0bd75c6ba, #wrap-s-1ef7a300-72d8-4311-a48e-97d0bd75c6ba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1ef7a300-72d8-4311-a48e-97d0bd75c6ba {
  display: none;
}
#s-1ef7a300-72d8-4311-a48e-97d0bd75c6ba, #wrap-s-1ef7a300-72d8-4311-a48e-97d0bd75c6ba { display:none !important; }}







#s-1ef7a300-72d8-4311-a48e-97d0bd75c6ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ef7a300-72d8-4311-a48e-97d0bd75c6ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c112e769-0050-4ee1-a486-15475861ca26 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 24px;
text-align: center;
}

#s-c112e769-0050-4ee1-a486-15475861ca26 .shogun-heading-component h3 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-5d185aaf-9997-4cf6-8e4d-32ae28149ad7 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}

#s-5d185aaf-9997-4cf6-8e4d-32ae28149ad7 .shg-sld-dot {
  background-color: rgba(34, 34, 34, 0.5);
}

#s-5d185aaf-9997-4cf6-8e4d-32ae28149ad7 .shg-sld-nav-button.shg-sld-left,
#s-5d185aaf-9997-4cf6-8e4d-32ae28149ad7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(34, 34, 34, 0.5);
}

#s-f3aff3bc-8785-4255-83f9-358ff9f4cc94 {
  margin-bottom: 24px;
min-height: 268px;
}








#s-f3aff3bc-8785-4255-83f9-358ff9f4cc94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3aff3bc-8785-4255-83f9-358ff9f4cc94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aeeeb333-e3c1-4607-8c6a-e39bb6f8b3c2 {
  text-align: center;
}







  #s-aeeeb333-e3c1-4607-8c6a-e39bb6f8b3c2 img.shogun-image {
    

    
    
    
  }


#s-aeeeb333-e3c1-4607-8c6a-e39bb6f8b3c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-a69fa083-e5aa-4080-b3f8-5b2b75ca0412 {
  margin-left: 24px;
margin-right: 24px;
min-height: 50px;
}








#s-a69fa083-e5aa-4080-b3f8-5b2b75ca0412 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a69fa083-e5aa-4080-b3f8-5b2b75ca0412.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3997ccbb-ac4a-480a-940e-e953168989fd {
  padding-top: 0px;
padding-bottom: 8px;
padding-right: 0%;
text-align: left;
}

#s-3997ccbb-ac4a-480a-940e-e953168989fd .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-68f4b308-201c-48b3-b8aa-04d2003b83c1 {
  padding-top: 0px;
text-align: left;
}

#s-68f4b308-201c-48b3-b8aa-04d2003b83c1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Source Sans Pro";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 2px;
  text-align: left;
}



#s-74da8e09-25c2-470e-b0ba-24ba59b1f4f4 {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
padding-top: 14px;
padding-left: 12px;
padding-bottom: 14px;
padding-right: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(247, 245, 243, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(92, 120, 53, 1);
letter-spacing: 1px;
}
#s-74da8e09-25c2-470e-b0ba-24ba59b1f4f4:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
background-color: rgba(92, 120, 53, 0.7) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-74da8e09-25c2-470e-b0ba-24ba59b1f4f4:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(92, 120, 53, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-74da8e09-25c2-470e-b0ba-24ba59b1f4f4-root {
    text-align: center;
  }


#s-74da8e09-25c2-470e-b0ba-24ba59b1f4f4.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
@media (min-width: 1200px){
  #s-74da8e09-25c2-470e-b0ba-24ba59b1f4f4-root {
    text-align: center;
  }


#s-74da8e09-25c2-470e-b0ba-24ba59b1f4f4.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-74da8e09-25c2-470e-b0ba-24ba59b1f4f4-root {
    text-align: center;
  }


#s-74da8e09-25c2-470e-b0ba-24ba59b1f4f4.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-74da8e09-25c2-470e-b0ba-24ba59b1f4f4-root {
    text-align: center;
  }


#s-74da8e09-25c2-470e-b0ba-24ba59b1f4f4.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
}@media (max-width: 767px){
  #s-74da8e09-25c2-470e-b0ba-24ba59b1f4f4-root {
    text-align: center;
  }


#s-74da8e09-25c2-470e-b0ba-24ba59b1f4f4.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
}
#s-6f1fb9dc-11a5-4a98-baee-0d93fec9b302 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 24px;
max-width: 600px;
}








#s-2172268b-37ab-48ad-b4c1-d094ac130fdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2172268b-37ab-48ad-b4c1-d094ac130fdb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4666bdbc-0165-48f4-885b-c471d01eb839 {
  border-style: solid;
padding-bottom: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-4666bdbc-0165-48f4-885b-c471d01eb839:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(92, 120, 53, 1) !important;}#s-4666bdbc-0165-48f4-885b-c471d01eb839:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(92, 120, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-4666bdbc-0165-48f4-885b-c471d01eb839-root {
    text-align: left;
  }


#s-4666bdbc-0165-48f4-885b-c471d01eb839.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4666bdbc-0165-48f4-885b-c471d01eb839-root {
    text-align: left;
  }


#s-4666bdbc-0165-48f4-885b-c471d01eb839.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4666bdbc-0165-48f4-885b-c471d01eb839-root {
    text-align: left;
  }


#s-4666bdbc-0165-48f4-885b-c471d01eb839.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4666bdbc-0165-48f4-885b-c471d01eb839-root {
    text-align: left;
  }


#s-4666bdbc-0165-48f4-885b-c471d01eb839.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4666bdbc-0165-48f4-885b-c471d01eb839-root {
    text-align: left;
  }


#s-4666bdbc-0165-48f4-885b-c471d01eb839.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-bab6a7f1-ffe3-46be-b9c9-815a3d78eeb1 hr {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

#s-070683d3-34a7-413b-a1f2-e3bdded4f178 {
  margin-bottom: 24px;
min-height: 268px;
}








#s-070683d3-34a7-413b-a1f2-e3bdded4f178 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-070683d3-34a7-413b-a1f2-e3bdded4f178.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5837631-95a0-4ffa-8176-302e598142c0 {
  text-align: center;
}








#s-f5837631-95a0-4ffa-8176-302e598142c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ccf04fc-73c0-4159-a119-19b3e924576a {
  margin-left: 24px;
margin-right: 24px;
min-height: 50px;
}








#s-4ccf04fc-73c0-4159-a119-19b3e924576a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ccf04fc-73c0-4159-a119-19b3e924576a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ae1e5f1-b678-472e-b906-bfc1b9618570 {
  padding-top: 0px;
padding-bottom: 8px;
padding-right: 0%;
text-align: left;
}

#s-7ae1e5f1-b678-472e-b906-bfc1b9618570 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-6e9cfdb2-7438-42d7-820d-98c37619cc3b {
  padding-top: 0px;
text-align: left;
}

#s-6e9cfdb2-7438-42d7-820d-98c37619cc3b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Source Sans Pro";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 2px;
  text-align: left;
}



#s-2502003d-2764-435b-8674-d63111106f23 {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
padding-top: 14px;
padding-left: 12px;
padding-bottom: 14px;
padding-right: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(247, 245, 243, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(92, 120, 53, 1);
letter-spacing: 1px;
}
#s-2502003d-2764-435b-8674-d63111106f23:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
background-color: rgba(92, 120, 53, 0.7) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2502003d-2764-435b-8674-d63111106f23:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(92, 120, 53, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2502003d-2764-435b-8674-d63111106f23-root {
    text-align: center;
  }


#s-2502003d-2764-435b-8674-d63111106f23.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2502003d-2764-435b-8674-d63111106f23-root {
    text-align: center;
  }


#s-2502003d-2764-435b-8674-d63111106f23.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2502003d-2764-435b-8674-d63111106f23-root {
    text-align: center;
  }


#s-2502003d-2764-435b-8674-d63111106f23.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2502003d-2764-435b-8674-d63111106f23-root {
    text-align: center;
  }


#s-2502003d-2764-435b-8674-d63111106f23.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2502003d-2764-435b-8674-d63111106f23-root {
    text-align: center;
  }


#s-2502003d-2764-435b-8674-d63111106f23.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
}
#s-cb7794b9-6d94-4572-91cb-2af3b3905af3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 24px;
max-width: 600px;
}








#s-2078feb9-1691-490c-9f3c-348cc96d6c9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2078feb9-1691-490c-9f3c-348cc96d6c9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b77134a0-40be-4278-8633-d768880619c7 {
  border-style: solid;
padding-bottom: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b77134a0-40be-4278-8633-d768880619c7:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(92, 120, 53, 1) !important;}#s-b77134a0-40be-4278-8633-d768880619c7:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(92, 120, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-b77134a0-40be-4278-8633-d768880619c7-root {
    text-align: left;
  }


#s-b77134a0-40be-4278-8633-d768880619c7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b77134a0-40be-4278-8633-d768880619c7-root {
    text-align: left;
  }


#s-b77134a0-40be-4278-8633-d768880619c7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b77134a0-40be-4278-8633-d768880619c7-root {
    text-align: left;
  }


#s-b77134a0-40be-4278-8633-d768880619c7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b77134a0-40be-4278-8633-d768880619c7-root {
    text-align: left;
  }


#s-b77134a0-40be-4278-8633-d768880619c7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b77134a0-40be-4278-8633-d768880619c7-root {
    text-align: left;
  }


#s-b77134a0-40be-4278-8633-d768880619c7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-265753d5-c45d-47ec-ad70-49557bbf3dc5 hr {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

#s-67fcd4f5-59ba-419c-aa6e-432a1dd58a5e {
  margin-bottom: 24px;
}








#s-67fcd4f5-59ba-419c-aa6e-432a1dd58a5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67fcd4f5-59ba-419c-aa6e-432a1dd58a5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9295134-3ef2-4519-b58b-69b94f905df2 {
  text-align: center;
}








#s-c9295134-3ef2-4519-b58b-69b94f905df2 .shogun-image-content {
  
    align-items: center;
  
}

#s-875694bc-c921-4436-8d5b-780c620997e4 {
  margin-left: 24px;
margin-right: 24px;
min-height: 50px;
}








#s-875694bc-c921-4436-8d5b-780c620997e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-875694bc-c921-4436-8d5b-780c620997e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7fead1f-9944-4467-8e28-15f236a02ac3 {
  padding-top: 0px;
padding-right: 0%;
text-align: left;
}

#s-e7fead1f-9944-4467-8e28-15f236a02ac3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Didot";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-c2af7732-29bc-4bcf-855e-ed9110160b1c {
  padding-top: 0px;
padding-bottom: 16px;
text-align: left;
}

#s-c2af7732-29bc-4bcf-855e-ed9110160b1c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Source Sans Pro";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 2px;
  text-align: left;
}



#s-482474bb-0f28-414b-9539-ecf752b2e1d3 {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(247, 245, 243, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(92, 120, 53, 1);
letter-spacing: 1px;
}
#s-482474bb-0f28-414b-9539-ecf752b2e1d3:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
background-color: rgba(92, 120, 53, 0.7) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-482474bb-0f28-414b-9539-ecf752b2e1d3:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(92, 120, 53, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-482474bb-0f28-414b-9539-ecf752b2e1d3-root {
    text-align: center;
  }


#s-482474bb-0f28-414b-9539-ecf752b2e1d3.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
@media (min-width: 1200px){
  #s-482474bb-0f28-414b-9539-ecf752b2e1d3-root {
    text-align: center;
  }


#s-482474bb-0f28-414b-9539-ecf752b2e1d3.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-482474bb-0f28-414b-9539-ecf752b2e1d3-root {
    text-align: center;
  }


#s-482474bb-0f28-414b-9539-ecf752b2e1d3.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-482474bb-0f28-414b-9539-ecf752b2e1d3-root {
    text-align: center;
  }


#s-482474bb-0f28-414b-9539-ecf752b2e1d3.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
}@media (max-width: 767px){
  #s-482474bb-0f28-414b-9539-ecf752b2e1d3-root {
    text-align: center;
  }


#s-482474bb-0f28-414b-9539-ecf752b2e1d3.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
}







#s-5edb55d6-6277-4c4d-b207-c23221b18d5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5edb55d6-6277-4c4d-b207-c23221b18d5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f9e29e9-df45-4e8b-b4b3-8d83e471be13 {
  border-style: solid;
padding-bottom: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-0f9e29e9-df45-4e8b-b4b3-8d83e471be13:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(92, 120, 53, 1) !important;}#s-0f9e29e9-df45-4e8b-b4b3-8d83e471be13:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(92, 120, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-0f9e29e9-df45-4e8b-b4b3-8d83e471be13-root {
    text-align: left;
  }


#s-0f9e29e9-df45-4e8b-b4b3-8d83e471be13.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0f9e29e9-df45-4e8b-b4b3-8d83e471be13-root {
    text-align: left;
  }


#s-0f9e29e9-df45-4e8b-b4b3-8d83e471be13.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f9e29e9-df45-4e8b-b4b3-8d83e471be13-root {
    text-align: left;
  }


#s-0f9e29e9-df45-4e8b-b4b3-8d83e471be13.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f9e29e9-df45-4e8b-b4b3-8d83e471be13-root {
    text-align: left;
  }


#s-0f9e29e9-df45-4e8b-b4b3-8d83e471be13.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0f9e29e9-df45-4e8b-b4b3-8d83e471be13-root {
    text-align: left;
  }


#s-0f9e29e9-df45-4e8b-b4b3-8d83e471be13.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-349bad97-51a0-44f0-829e-f8f3fa489904 hr {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

#s-a8d6af7f-a3d1-476e-860f-b44f8decde02 {
  margin-bottom: 24px;
}








#s-a8d6af7f-a3d1-476e-860f-b44f8decde02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8d6af7f-a3d1-476e-860f-b44f8decde02.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35c64669-d302-4032-8964-e9b39845000b {
  text-align: center;
}








#s-35c64669-d302-4032-8964-e9b39845000b .shogun-image-content {
  
    align-items: center;
  
}

#s-7913d7ba-c09d-4852-9b81-ae17144c3d7e {
  margin-left: 24px;
margin-right: 24px;
min-height: 50px;
}








#s-7913d7ba-c09d-4852-9b81-ae17144c3d7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7913d7ba-c09d-4852-9b81-ae17144c3d7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db95a454-1f21-4957-9dcc-8585af46abd4 {
  padding-top: 0px;
padding-right: 0%;
text-align: left;
}

#s-db95a454-1f21-4957-9dcc-8585af46abd4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Didot";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-645c969e-3828-426b-a0fb-c4726850ba31 {
  padding-top: 0px;
padding-bottom: 16px;
text-align: left;
}

#s-645c969e-3828-426b-a0fb-c4726850ba31 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Source Sans Pro";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 2px;
  text-align: left;
}



#s-e51995c2-2d47-4fe7-9ddb-f4e74f2c4c38 {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(247, 245, 243, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(92, 120, 53, 1);
letter-spacing: 1px;
}
#s-e51995c2-2d47-4fe7-9ddb-f4e74f2c4c38:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
background-color: rgba(92, 120, 53, 0.7) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e51995c2-2d47-4fe7-9ddb-f4e74f2c4c38:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(92, 120, 53, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e51995c2-2d47-4fe7-9ddb-f4e74f2c4c38-root {
    text-align: center;
  }


#s-e51995c2-2d47-4fe7-9ddb-f4e74f2c4c38.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e51995c2-2d47-4fe7-9ddb-f4e74f2c4c38-root {
    text-align: center;
  }


#s-e51995c2-2d47-4fe7-9ddb-f4e74f2c4c38.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e51995c2-2d47-4fe7-9ddb-f4e74f2c4c38-root {
    text-align: center;
  }


#s-e51995c2-2d47-4fe7-9ddb-f4e74f2c4c38.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e51995c2-2d47-4fe7-9ddb-f4e74f2c4c38-root {
    text-align: center;
  }


#s-e51995c2-2d47-4fe7-9ddb-f4e74f2c4c38.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e51995c2-2d47-4fe7-9ddb-f4e74f2c4c38-root {
    text-align: center;
  }


#s-e51995c2-2d47-4fe7-9ddb-f4e74f2c4c38.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
}







#s-7184a176-927b-4982-9c66-07d6fd63c6b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7184a176-927b-4982-9c66-07d6fd63c6b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cba91ced-f6cf-45a6-b592-19c9335e7db7 {
  border-style: solid;
padding-bottom: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-cba91ced-f6cf-45a6-b592-19c9335e7db7:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(92, 120, 53, 1) !important;}#s-cba91ced-f6cf-45a6-b592-19c9335e7db7:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(92, 120, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-cba91ced-f6cf-45a6-b592-19c9335e7db7-root {
    text-align: left;
  }


#s-cba91ced-f6cf-45a6-b592-19c9335e7db7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cba91ced-f6cf-45a6-b592-19c9335e7db7-root {
    text-align: left;
  }


#s-cba91ced-f6cf-45a6-b592-19c9335e7db7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cba91ced-f6cf-45a6-b592-19c9335e7db7-root {
    text-align: left;
  }


#s-cba91ced-f6cf-45a6-b592-19c9335e7db7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cba91ced-f6cf-45a6-b592-19c9335e7db7-root {
    text-align: left;
  }


#s-cba91ced-f6cf-45a6-b592-19c9335e7db7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cba91ced-f6cf-45a6-b592-19c9335e7db7-root {
    text-align: left;
  }


#s-cba91ced-f6cf-45a6-b592-19c9335e7db7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-ec34009f-4dcc-4a9c-b153-19b455b689cb hr {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

#s-89eec1c1-07f5-4407-9eee-d309e611bad7 {
  margin-bottom: 24px;
}








#s-89eec1c1-07f5-4407-9eee-d309e611bad7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89eec1c1-07f5-4407-9eee-d309e611bad7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2cc8b327-25df-475e-aa59-7323aab973d9 {
  text-align: center;
}







  #s-2cc8b327-25df-475e-aa59-7323aab973d9 img.shogun-image {
    

    
    
    
  }


#s-2cc8b327-25df-475e-aa59-7323aab973d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-578e2afb-9494-41b6-9584-4df1714bddc8 {
  margin-left: 24px;
margin-right: 24px;
min-height: 50px;
}








#s-578e2afb-9494-41b6-9584-4df1714bddc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-578e2afb-9494-41b6-9584-4df1714bddc8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b9d8532-857a-4849-bbd1-bb5f3e1156b0 {
  padding-top: 0px;
padding-right: 0%;
text-align: left;
}

#s-7b9d8532-857a-4849-bbd1-bb5f3e1156b0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Didot";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-37611c7b-ae5a-49ce-87fe-91f8ceab7c21 {
  padding-top: 0px;
padding-bottom: 16px;
text-align: left;
}

#s-37611c7b-ae5a-49ce-87fe-91f8ceab7c21 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Source Sans Pro";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 2px;
  text-align: left;
}



#s-87ea0c28-8ea7-4345-aa02-4d2783aa41c7 {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(247, 245, 243, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(92, 120, 53, 1);
letter-spacing: 1px;
}
#s-87ea0c28-8ea7-4345-aa02-4d2783aa41c7:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(92, 120, 53, 0.7) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-87ea0c28-8ea7-4345-aa02-4d2783aa41c7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-87ea0c28-8ea7-4345-aa02-4d2783aa41c7-root {
    text-align: center;
  }


#s-87ea0c28-8ea7-4345-aa02-4d2783aa41c7.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
@media (min-width: 1200px){
  #s-87ea0c28-8ea7-4345-aa02-4d2783aa41c7-root {
    text-align: center;
  }


#s-87ea0c28-8ea7-4345-aa02-4d2783aa41c7.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-87ea0c28-8ea7-4345-aa02-4d2783aa41c7-root {
    text-align: center;
  }


#s-87ea0c28-8ea7-4345-aa02-4d2783aa41c7.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-87ea0c28-8ea7-4345-aa02-4d2783aa41c7-root {
    text-align: center;
  }


#s-87ea0c28-8ea7-4345-aa02-4d2783aa41c7.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
}@media (max-width: 767px){
  #s-87ea0c28-8ea7-4345-aa02-4d2783aa41c7-root {
    text-align: center;
  }


#s-87ea0c28-8ea7-4345-aa02-4d2783aa41c7.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
}







#s-1c503276-f5bb-443c-9148-6098c734fe2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c503276-f5bb-443c-9148-6098c734fe2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87034eb5-8a98-4a57-ba49-ab585589e206 {
  border-style: solid;
padding-bottom: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-87034eb5-8a98-4a57-ba49-ab585589e206:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(92, 120, 53, 1) !important;}#s-87034eb5-8a98-4a57-ba49-ab585589e206:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(92, 120, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-87034eb5-8a98-4a57-ba49-ab585589e206-root {
    text-align: left;
  }


#s-87034eb5-8a98-4a57-ba49-ab585589e206.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-87034eb5-8a98-4a57-ba49-ab585589e206-root {
    text-align: left;
  }


#s-87034eb5-8a98-4a57-ba49-ab585589e206.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-87034eb5-8a98-4a57-ba49-ab585589e206-root {
    text-align: left;
  }


#s-87034eb5-8a98-4a57-ba49-ab585589e206.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-87034eb5-8a98-4a57-ba49-ab585589e206-root {
    text-align: left;
  }


#s-87034eb5-8a98-4a57-ba49-ab585589e206.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-87034eb5-8a98-4a57-ba49-ab585589e206-root {
    text-align: left;
  }


#s-87034eb5-8a98-4a57-ba49-ab585589e206.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-1adb2a73-05ca-4662-90f8-6f8c74e0141a hr {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

#s-0e13715b-6b32-4f62-8e05-bef5c24192cf {
  margin-bottom: 24px;
min-height: 268px;
}








#s-0e13715b-6b32-4f62-8e05-bef5c24192cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e13715b-6b32-4f62-8e05-bef5c24192cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e9a7493-0cba-4a14-aa71-c6fbf176cacc {
  text-align: center;
}







  #s-5e9a7493-0cba-4a14-aa71-c6fbf176cacc img.shogun-image {
    

    
    
    
  }


#s-5e9a7493-0cba-4a14-aa71-c6fbf176cacc .shogun-image-content {
  
    align-items: center;
  
}

#s-bd5cc6a0-e6d8-4d4d-a3f5-7915c308766e {
  margin-left: 24px;
margin-right: 24px;
min-height: 50px;
}








#s-bd5cc6a0-e6d8-4d4d-a3f5-7915c308766e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd5cc6a0-e6d8-4d4d-a3f5-7915c308766e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-926ba3a9-74f6-4ce4-a263-4a56705d55c1 {
  padding-top: 0px;
padding-right: 0%;
text-align: left;
}

#s-926ba3a9-74f6-4ce4-a263-4a56705d55c1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-b85056eb-f79b-4ff6-bb45-78d060f0deba {
  padding-top: 0px;
text-align: left;
}

#s-b85056eb-f79b-4ff6-bb45-78d060f0deba .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Source Sans Pro";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 2px;
  text-align: left;
}



#s-a95937bb-9fca-48cf-9aa4-f13d7c5bf237 {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(247, 245, 243, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(92, 120, 53, 1);
letter-spacing: 1px;
}
#s-a95937bb-9fca-48cf-9aa4-f13d7c5bf237:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
background-color: rgba(92, 120, 53, 0.7) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a95937bb-9fca-48cf-9aa4-f13d7c5bf237:active {background-color: rgba(92, 120, 53, 0.8) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-a95937bb-9fca-48cf-9aa4-f13d7c5bf237-root {
    text-align: center;
  }


#s-a95937bb-9fca-48cf-9aa4-f13d7c5bf237.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a95937bb-9fca-48cf-9aa4-f13d7c5bf237-root {
    text-align: center;
  }


#s-a95937bb-9fca-48cf-9aa4-f13d7c5bf237.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a95937bb-9fca-48cf-9aa4-f13d7c5bf237-root {
    text-align: center;
  }


#s-a95937bb-9fca-48cf-9aa4-f13d7c5bf237.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a95937bb-9fca-48cf-9aa4-f13d7c5bf237-root {
    text-align: center;
  }


#s-a95937bb-9fca-48cf-9aa4-f13d7c5bf237.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a95937bb-9fca-48cf-9aa4-f13d7c5bf237-root {
    text-align: center;
  }


#s-a95937bb-9fca-48cf-9aa4-f13d7c5bf237.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
}
#s-c56cb7ce-953a-412e-abeb-a0cdaa74156e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 24px;
max-width: 600px;
}








#s-0c616c11-318d-4254-9abb-286923110e61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c616c11-318d-4254-9abb-286923110e61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08956ab3-3d90-45c4-9189-c3e4cde9630e {
  border-style: solid;
padding-bottom: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-08956ab3-3d90-45c4-9189-c3e4cde9630e:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(92, 120, 53, 1) !important;}#s-08956ab3-3d90-45c4-9189-c3e4cde9630e:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(92, 120, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-08956ab3-3d90-45c4-9189-c3e4cde9630e-root {
    text-align: left;
  }


#s-08956ab3-3d90-45c4-9189-c3e4cde9630e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-08956ab3-3d90-45c4-9189-c3e4cde9630e-root {
    text-align: left;
  }


#s-08956ab3-3d90-45c4-9189-c3e4cde9630e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-08956ab3-3d90-45c4-9189-c3e4cde9630e-root {
    text-align: left;
  }


#s-08956ab3-3d90-45c4-9189-c3e4cde9630e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-08956ab3-3d90-45c4-9189-c3e4cde9630e-root {
    text-align: left;
  }


#s-08956ab3-3d90-45c4-9189-c3e4cde9630e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-08956ab3-3d90-45c4-9189-c3e4cde9630e-root {
    text-align: left;
  }


#s-08956ab3-3d90-45c4-9189-c3e4cde9630e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-dae7b99b-6e53-43ca-8532-8f3868b0c0fd hr {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

#s-15d3ad90-5982-4c0d-bdfc-67cbde742566 {
  text-align: left;
}

#s-1fd5d24f-abf4-4793-8fca-baf1f072420e {
  margin-left: 15px;
margin-right: 15px;
padding-top: 120px;
padding-left: 2%;
padding-bottom: 120px;
padding-right: 2%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-1fd5d24f-abf4-4793-8fca-baf1f072420e {
  display: none;
}
#s-1fd5d24f-abf4-4793-8fca-baf1f072420e, #wrap-s-1fd5d24f-abf4-4793-8fca-baf1f072420e { display:none !important; }}@media (max-width: 767px){#s-1fd5d24f-abf4-4793-8fca-baf1f072420e {
  display: none;
}
#s-1fd5d24f-abf4-4793-8fca-baf1f072420e, #wrap-s-1fd5d24f-abf4-4793-8fca-baf1f072420e { display:none !important; }}







#s-1fd5d24f-abf4-4793-8fca-baf1f072420e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fd5d24f-abf4-4793-8fca-baf1f072420e.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-a48e8059-6f9a-457e-be61-b07b38c57a40 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
min-height: 50px;
max-width: 1312px;
}








#s-a48e8059-6f9a-457e-be61-b07b38c57a40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a48e8059-6f9a-457e-be61-b07b38c57a40.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-239b8ad0-7d73-4fe1-a2b9-7d86fc3baae4 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 30px;
max-width: 880px;
text-align: center;
}

#s-239b8ad0-7d73-4fe1-a2b9-7d86fc3baae4 .shogun-heading-component h2 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: center;
}



#s-c8853a5c-539b-4204-bf00-e56b6804a7d5 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 60px;
max-width: 1000px;
}

#s-15c9ed12-84d6-4a9a-b6a6-52004576f968 {
  margin-left: auto;
margin-right: auto;
}

#s-15c9ed12-84d6-4a9a-b6a6-52004576f968 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-15c9ed12-84d6-4a9a-b6a6-52004576f968 .shg-sld-nav-button.shg-sld-left,
#s-15c9ed12-84d6-4a9a-b6a6-52004576f968 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-4c0d3f8d-ca8a-416c-9def-6ed70dd06bc6 {
  margin-left: 2%;
margin-bottom: 50px;
margin-right: 2%;
min-height: 50px;
}








#s-4c0d3f8d-ca8a-416c-9def-6ed70dd06bc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c0d3f8d-ca8a-416c-9def-6ed70dd06bc6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c902f85b-9c04-41d2-885b-2df74457170e {
  margin-left: auto;
margin-right: auto;
max-width: 1312px;
}

@media (min-width: 0px) {
[id="s-c902f85b-9c04-41d2-885b-2df74457170e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c902f85b-9c04-41d2-885b-2df74457170e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c902f85b-9c04-41d2-885b-2df74457170e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c902f85b-9c04-41d2-885b-2df74457170e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5fe0770d-8680-4e4a-8ee7-58b3caac7498 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 60px;
padding-left: 60px;
padding-bottom: 60px;
padding-right: 60px;
background-position: center center;
}








#s-5fe0770d-8680-4e4a-8ee7-58b3caac7498 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fe0770d-8680-4e4a-8ee7-58b3caac7498.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc9210be-15ca-4f8b-a1ce-8f0c68247cde {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 1px;
text-align: left;
}

#s-dc9210be-15ca-4f8b-a1ce-8f0c68247cde .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Didot";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}



#s-dc0bb4af-4b03-4b05-ba69-937359c543fe {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 20px;
}

#s-2c5b0218-808c-4a67-bebb-fcfd36677469 {
  padding-bottom: 30px;
}

#s-3385af18-188f-4ce0-b853-36c5eabd0bec {
  border-style: solid;
margin-bottom: 0px;
margin-right: auto;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0.2);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-3385af18-188f-4ce0-b853-36c5eabd0bec:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 0.9) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(92, 120, 53, 1) !important;}#s-3385af18-188f-4ce0-b853-36c5eabd0bec:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(92, 120, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-3385af18-188f-4ce0-b853-36c5eabd0bec-root {
    text-align: left;
  }


#s-3385af18-188f-4ce0-b853-36c5eabd0bec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3385af18-188f-4ce0-b853-36c5eabd0bec-root {
    text-align: left;
  }


#s-3385af18-188f-4ce0-b853-36c5eabd0bec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3385af18-188f-4ce0-b853-36c5eabd0bec-root {
    text-align: left;
  }


#s-3385af18-188f-4ce0-b853-36c5eabd0bec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3385af18-188f-4ce0-b853-36c5eabd0bec-root {
    text-align: left;
  }


#s-3385af18-188f-4ce0-b853-36c5eabd0bec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3385af18-188f-4ce0-b853-36c5eabd0bec-root {
    text-align: left;
  }


#s-3385af18-188f-4ce0-b853-36c5eabd0bec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-d03f33ac-f0a6-442c-b9f7-5b424f7e90f4 {
  padding-left: 60px;
min-height: 570px;
background-color: rgba(241, 238, 235, 0);
}








#s-d03f33ac-f0a6-442c-b9f7-5b424f7e90f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d03f33ac-f0a6-442c-b9f7-5b424f7e90f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b6e53c6-3769-4bdf-aa1e-804b6b4d3d23 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 30px;
}

#s-6f1cfbaf-13fd-4228-8593-0188be96cb77 {
  min-height: 50px;
}








#s-6f1cfbaf-13fd-4228-8593-0188be96cb77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f1cfbaf-13fd-4228-8593-0188be96cb77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45735d58-8777-4b19-9c20-1e7f94f461af {
  margin-bottom: 16px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
opacity: 1;
}

#s-45735d58-8777-4b19-9c20-1e7f94f461af .shogun-heading-component h3 {
  color: rgba(34, 34, 34, 1);
  font-weight:  600 ;
  font-family: "Source Sans Pro";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  text-align: left;
}


#s-45735d58-8777-4b19-9c20-1e7f94f461af .shogun-heading-component h3 a {
  color: rgba(34, 34, 34, 1);
}


#s-7e2ce2fc-7092-4c69-b8f0-bcf0ac7ccb89 {
  padding-top: 0px;
padding-bottom: 0px;
opacity: 0.3;
}

#s-7e2ce2fc-7092-4c69-b8f0-bcf0ac7ccb89 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-cdf38a64-f717-4f9e-9604-28fc1724b91d {
  margin-left: 2%;
margin-bottom: 50px;
margin-right: 2%;
min-height: 50px;
}








#s-cdf38a64-f717-4f9e-9604-28fc1724b91d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdf38a64-f717-4f9e-9604-28fc1724b91d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57426de4-125a-403a-a386-e1cadb28717e {
  margin-left: auto;
margin-right: auto;
max-width: 1312px;
}

@media (min-width: 0px) {
[id="s-57426de4-125a-403a-a386-e1cadb28717e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-57426de4-125a-403a-a386-e1cadb28717e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-57426de4-125a-403a-a386-e1cadb28717e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-57426de4-125a-403a-a386-e1cadb28717e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ac4abcc7-0fd2-44ab-b873-e273db239ba8 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 60px;
padding-left: 60px;
padding-bottom: 60px;
padding-right: 60px;
background-position: center center;
}








#s-ac4abcc7-0fd2-44ab-b873-e273db239ba8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac4abcc7-0fd2-44ab-b873-e273db239ba8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d209ca60-3b67-4a35-b482-3c40b5e8f6ca {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 1px;
text-align: left;
}

#s-d209ca60-3b67-4a35-b482-3c40b5e8f6ca .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Didot";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}



#s-f247cfea-6b93-4668-afe1-0373cb760eba {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 20px;
}

#s-002eb1c6-1cab-4922-a27e-9c6ef6a93134 {
  padding-bottom: 30px;
}

#s-571a22ac-d974-425c-8118-ea5cbc13ae40 {
  border-style: solid;
margin-bottom: 0px;
margin-right: auto;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0.2);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-571a22ac-d974-425c-8118-ea5cbc13ae40:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 0.9) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(92, 120, 53, 1) !important;}#s-571a22ac-d974-425c-8118-ea5cbc13ae40:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(92, 120, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-571a22ac-d974-425c-8118-ea5cbc13ae40-root {
    text-align: left;
  }


#s-571a22ac-d974-425c-8118-ea5cbc13ae40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-571a22ac-d974-425c-8118-ea5cbc13ae40-root {
    text-align: left;
  }


#s-571a22ac-d974-425c-8118-ea5cbc13ae40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-571a22ac-d974-425c-8118-ea5cbc13ae40-root {
    text-align: left;
  }


#s-571a22ac-d974-425c-8118-ea5cbc13ae40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-571a22ac-d974-425c-8118-ea5cbc13ae40-root {
    text-align: left;
  }


#s-571a22ac-d974-425c-8118-ea5cbc13ae40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-571a22ac-d974-425c-8118-ea5cbc13ae40-root {
    text-align: left;
  }


#s-571a22ac-d974-425c-8118-ea5cbc13ae40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-44454db4-5186-4648-ad0c-fa614f931dca {
  padding-left: 60px;
min-height: 570px;
background-color: rgba(241, 238, 235, 0);
}








#s-44454db4-5186-4648-ad0c-fa614f931dca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44454db4-5186-4648-ad0c-fa614f931dca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c873705c-3ea3-4f99-b966-98f6befb78b7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 30px;
}

#s-31242efd-37ee-4efb-9a9b-2bb8b38d0d47 {
  min-height: 50px;
}








#s-31242efd-37ee-4efb-9a9b-2bb8b38d0d47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31242efd-37ee-4efb-9a9b-2bb8b38d0d47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36aeda15-52f4-4a01-806f-8f035e33ad8d {
  margin-bottom: 16px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
opacity: 1;
}

#s-36aeda15-52f4-4a01-806f-8f035e33ad8d .shogun-heading-component h3 {
  color: rgba(34, 34, 34, 1);
  font-weight:  600 ;
  font-family: "Source Sans Pro";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  text-align: left;
}


#s-36aeda15-52f4-4a01-806f-8f035e33ad8d .shogun-heading-component h3 a {
  color: rgba(34, 34, 34, 1);
}


#s-1452c07e-d51b-4895-b347-193b61df8a20 {
  padding-top: 0px;
padding-bottom: 0px;
opacity: 0.3;
}

#s-1452c07e-d51b-4895-b347-193b61df8a20 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-a5deed32-97e7-4b31-b13e-8499918bf6eb {
  margin-left: 2%;
margin-bottom: 50px;
margin-right: 2%;
min-height: 50px;
}








#s-a5deed32-97e7-4b31-b13e-8499918bf6eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5deed32-97e7-4b31-b13e-8499918bf6eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-081e293c-57ee-484c-9b1c-4c63398a2208 {
  margin-left: auto;
margin-right: auto;
max-width: 1312px;
}

@media (min-width: 0px) {
[id="s-081e293c-57ee-484c-9b1c-4c63398a2208"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-081e293c-57ee-484c-9b1c-4c63398a2208"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-081e293c-57ee-484c-9b1c-4c63398a2208"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-081e293c-57ee-484c-9b1c-4c63398a2208"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d7fe2999-bb44-4706-bf6b-cb266c9fc811 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 60px;
padding-left: 60px;
padding-bottom: 60px;
padding-right: 60px;
background-position: center center;
}








#s-d7fe2999-bb44-4706-bf6b-cb266c9fc811 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7fe2999-bb44-4706-bf6b-cb266c9fc811.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f263cf18-40ad-4df7-ab44-a086b315c70c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 1px;
text-align: left;
}

#s-f263cf18-40ad-4df7-ab44-a086b315c70c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}



#s-410c5ca9-eb43-47cd-9bc1-f51212cde3ea {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 30px;
}

#s-49c0afa5-69e3-41f5-8cc3-efb6a27821b8 {
  border-style: solid;
margin-bottom: 0px;
margin-right: auto;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0.2);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-49c0afa5-69e3-41f5-8cc3-efb6a27821b8:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 0.9) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(92, 120, 53, 1) !important;}#s-49c0afa5-69e3-41f5-8cc3-efb6a27821b8:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(92, 120, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-49c0afa5-69e3-41f5-8cc3-efb6a27821b8-root {
    text-align: left;
  }


#s-49c0afa5-69e3-41f5-8cc3-efb6a27821b8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-49c0afa5-69e3-41f5-8cc3-efb6a27821b8-root {
    text-align: left;
  }


#s-49c0afa5-69e3-41f5-8cc3-efb6a27821b8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-49c0afa5-69e3-41f5-8cc3-efb6a27821b8-root {
    text-align: left;
  }


#s-49c0afa5-69e3-41f5-8cc3-efb6a27821b8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-49c0afa5-69e3-41f5-8cc3-efb6a27821b8-root {
    text-align: left;
  }


#s-49c0afa5-69e3-41f5-8cc3-efb6a27821b8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-49c0afa5-69e3-41f5-8cc3-efb6a27821b8-root {
    text-align: left;
  }


#s-49c0afa5-69e3-41f5-8cc3-efb6a27821b8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-ecc6e427-049a-47b6-b1da-aee12bf0d7a5 {
  padding-left: 60px;
min-height: 570px;
background-color: rgba(241, 238, 235, 0);
}








#s-ecc6e427-049a-47b6-b1da-aee12bf0d7a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecc6e427-049a-47b6-b1da-aee12bf0d7a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6709cd94-c838-486a-9a41-f096969a506c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 30px;
}








#s-c8836192-ca9c-4cde-b6cc-ffcd5d034116 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8836192-ca9c-4cde-b6cc-ffcd5d034116.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-064ccc14-36bc-4922-9615-58964e432c5c {
  border-style: solid;
padding-bottom: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-064ccc14-36bc-4922-9615-58964e432c5c:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(92, 120, 53, 1) !important;}#s-064ccc14-36bc-4922-9615-58964e432c5c:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(92, 120, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-064ccc14-36bc-4922-9615-58964e432c5c-root {
    text-align: left;
  }


#s-064ccc14-36bc-4922-9615-58964e432c5c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-064ccc14-36bc-4922-9615-58964e432c5c-root {
    text-align: left;
  }


#s-064ccc14-36bc-4922-9615-58964e432c5c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-064ccc14-36bc-4922-9615-58964e432c5c-root {
    text-align: left;
  }


#s-064ccc14-36bc-4922-9615-58964e432c5c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-064ccc14-36bc-4922-9615-58964e432c5c-root {
    text-align: left;
  }


#s-064ccc14-36bc-4922-9615-58964e432c5c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-064ccc14-36bc-4922-9615-58964e432c5c-root {
    text-align: left;
  }


#s-064ccc14-36bc-4922-9615-58964e432c5c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-df8a7e19-e54e-4d16-86e6-f4ecda45b6b2 hr {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

#s-4232ce14-0740-46ee-a26f-e8a5e1eea1db {
  margin-left: 2%;
margin-bottom: 50px;
margin-right: 2%;
min-height: 50px;
}








#s-4232ce14-0740-46ee-a26f-e8a5e1eea1db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4232ce14-0740-46ee-a26f-e8a5e1eea1db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e0830ff-f3ca-45ad-a1f1-d05c48823124 {
  margin-left: auto;
margin-right: auto;
max-width: 1312px;
}

@media (min-width: 0px) {
[id="s-1e0830ff-f3ca-45ad-a1f1-d05c48823124"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1e0830ff-f3ca-45ad-a1f1-d05c48823124"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1e0830ff-f3ca-45ad-a1f1-d05c48823124"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e0830ff-f3ca-45ad-a1f1-d05c48823124"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b05de2e0-1e67-4578-bbfa-f35e68eb2160 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 60px;
padding-left: 60px;
padding-bottom: 60px;
padding-right: 60px;
background-position: center center;
}








#s-b05de2e0-1e67-4578-bbfa-f35e68eb2160 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b05de2e0-1e67-4578-bbfa-f35e68eb2160.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6450ccbc-a0c2-4c43-ae56-bdc2bf127888 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 1px;
text-align: left;
}

#s-6450ccbc-a0c2-4c43-ae56-bdc2bf127888 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}



#s-8987adc9-db1a-4b5e-9009-3d24d289b60e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 30px;
}

#s-2bc5f910-20d5-4f19-a5ea-9183bb2d3f69 {
  border-style: solid;
margin-bottom: 0px;
margin-right: auto;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0.2);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-2bc5f910-20d5-4f19-a5ea-9183bb2d3f69:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 0.9) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(92, 120, 53, 1) !important;}#s-2bc5f910-20d5-4f19-a5ea-9183bb2d3f69:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(92, 120, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-2bc5f910-20d5-4f19-a5ea-9183bb2d3f69-root {
    text-align: left;
  }


#s-2bc5f910-20d5-4f19-a5ea-9183bb2d3f69.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2bc5f910-20d5-4f19-a5ea-9183bb2d3f69-root {
    text-align: left;
  }


#s-2bc5f910-20d5-4f19-a5ea-9183bb2d3f69.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2bc5f910-20d5-4f19-a5ea-9183bb2d3f69-root {
    text-align: left;
  }


#s-2bc5f910-20d5-4f19-a5ea-9183bb2d3f69.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2bc5f910-20d5-4f19-a5ea-9183bb2d3f69-root {
    text-align: left;
  }


#s-2bc5f910-20d5-4f19-a5ea-9183bb2d3f69.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2bc5f910-20d5-4f19-a5ea-9183bb2d3f69-root {
    text-align: left;
  }


#s-2bc5f910-20d5-4f19-a5ea-9183bb2d3f69.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-a9f78aa7-cb50-4af5-9c42-0e259e294442 {
  padding-left: 60px;
min-height: 570px;
background-color: rgba(241, 238, 235, 0);
}








#s-a9f78aa7-cb50-4af5-9c42-0e259e294442 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9f78aa7-cb50-4af5-9c42-0e259e294442.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81907c0d-b749-4183-9bfd-6ad0edfbd664 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 30px;
}








#s-24f1b9f1-ecc5-4ffa-b185-086b7701d81d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24f1b9f1-ecc5-4ffa-b185-086b7701d81d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7089478f-866c-495b-bbab-2960aa7288e2 {
  border-style: solid;
padding-bottom: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-7089478f-866c-495b-bbab-2960aa7288e2:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(92, 120, 53, 1) !important;}#s-7089478f-866c-495b-bbab-2960aa7288e2:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(92, 120, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-7089478f-866c-495b-bbab-2960aa7288e2-root {
    text-align: left;
  }


#s-7089478f-866c-495b-bbab-2960aa7288e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7089478f-866c-495b-bbab-2960aa7288e2-root {
    text-align: left;
  }


#s-7089478f-866c-495b-bbab-2960aa7288e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7089478f-866c-495b-bbab-2960aa7288e2-root {
    text-align: left;
  }


#s-7089478f-866c-495b-bbab-2960aa7288e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7089478f-866c-495b-bbab-2960aa7288e2-root {
    text-align: left;
  }


#s-7089478f-866c-495b-bbab-2960aa7288e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7089478f-866c-495b-bbab-2960aa7288e2-root {
    text-align: left;
  }


#s-7089478f-866c-495b-bbab-2960aa7288e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-e0319c9d-6abe-42e7-a689-7c750fbc7136 hr {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

#s-dc2ee141-7841-47e5-a100-4428e6408906 {
  margin-left: 2%;
margin-bottom: 50px;
margin-right: 2%;
min-height: 50px;
}








#s-dc2ee141-7841-47e5-a100-4428e6408906 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc2ee141-7841-47e5-a100-4428e6408906.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1dcc585b-b6a3-461d-95e1-80e85c939b6f {
  margin-left: auto;
margin-right: auto;
max-width: 1312px;
}

@media (min-width: 0px) {
[id="s-1dcc585b-b6a3-461d-95e1-80e85c939b6f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1dcc585b-b6a3-461d-95e1-80e85c939b6f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1dcc585b-b6a3-461d-95e1-80e85c939b6f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1dcc585b-b6a3-461d-95e1-80e85c939b6f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6fcfcc89-92b5-43ac-9209-3b798ffd0410 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 60px;
padding-left: 60px;
padding-bottom: 60px;
padding-right: 60px;
background-position: center center;
}








#s-6fcfcc89-92b5-43ac-9209-3b798ffd0410 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fcfcc89-92b5-43ac-9209-3b798ffd0410.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4225da6-ca36-497f-9464-7b90cdd9b9fa {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 1px;
text-align: left;
}

#s-d4225da6-ca36-497f-9464-7b90cdd9b9fa .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}



#s-d8c5b828-462c-4bf3-8c76-d44f8c1330a3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 30px;
}

#s-487930e3-99a6-4a5f-8127-82a3108082b9 {
  border-style: solid;
margin-bottom: 0px;
margin-right: auto;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0.2);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-487930e3-99a6-4a5f-8127-82a3108082b9:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 0.9) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(92, 120, 53, 1) !important;}#s-487930e3-99a6-4a5f-8127-82a3108082b9:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(92, 120, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-487930e3-99a6-4a5f-8127-82a3108082b9-root {
    text-align: left;
  }


#s-487930e3-99a6-4a5f-8127-82a3108082b9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-487930e3-99a6-4a5f-8127-82a3108082b9-root {
    text-align: left;
  }


#s-487930e3-99a6-4a5f-8127-82a3108082b9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-487930e3-99a6-4a5f-8127-82a3108082b9-root {
    text-align: left;
  }


#s-487930e3-99a6-4a5f-8127-82a3108082b9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-487930e3-99a6-4a5f-8127-82a3108082b9-root {
    text-align: left;
  }


#s-487930e3-99a6-4a5f-8127-82a3108082b9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-487930e3-99a6-4a5f-8127-82a3108082b9-root {
    text-align: left;
  }


#s-487930e3-99a6-4a5f-8127-82a3108082b9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-c60fa9c8-6eac-41e6-b281-9fdb4d6710e9 {
  padding-left: 60px;
min-height: 570px;
background-color: rgba(241, 238, 235, 0);
}








#s-c60fa9c8-6eac-41e6-b281-9fdb4d6710e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c60fa9c8-6eac-41e6-b281-9fdb4d6710e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f4d9e0f-0aa8-47f1-9975-969cc0f03201 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 30px;
}








#s-f92f6aea-cabe-4a2d-9207-d1423815be28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f92f6aea-cabe-4a2d-9207-d1423815be28.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22d89407-1cd2-4b2e-a78c-fdf4d83261ca {
  border-style: solid;
padding-bottom: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-22d89407-1cd2-4b2e-a78c-fdf4d83261ca:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(92, 120, 53, 1) !important;}#s-22d89407-1cd2-4b2e-a78c-fdf4d83261ca:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(92, 120, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-22d89407-1cd2-4b2e-a78c-fdf4d83261ca-root {
    text-align: left;
  }


#s-22d89407-1cd2-4b2e-a78c-fdf4d83261ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-22d89407-1cd2-4b2e-a78c-fdf4d83261ca-root {
    text-align: left;
  }


#s-22d89407-1cd2-4b2e-a78c-fdf4d83261ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-22d89407-1cd2-4b2e-a78c-fdf4d83261ca-root {
    text-align: left;
  }


#s-22d89407-1cd2-4b2e-a78c-fdf4d83261ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-22d89407-1cd2-4b2e-a78c-fdf4d83261ca-root {
    text-align: left;
  }


#s-22d89407-1cd2-4b2e-a78c-fdf4d83261ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-22d89407-1cd2-4b2e-a78c-fdf4d83261ca-root {
    text-align: left;
  }


#s-22d89407-1cd2-4b2e-a78c-fdf4d83261ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-86446484-3e9e-4038-9c8f-28f6480c71ec hr {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

#s-80572b57-bf35-42f0-9170-59874060e27f {
  text-align: left;
}

#s-6f5e8820-3d00-485d-8384-5ea852372cdb {
  margin-left: 15px;
margin-right: 15px;
padding-top: 120px;
padding-left: 3%;
padding-bottom: 120px;
padding-right: 3%;
background-color: rgba(241, 238, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-6f5e8820-3d00-485d-8384-5ea852372cdb {
  display: none;
}
#s-6f5e8820-3d00-485d-8384-5ea852372cdb, #wrap-s-6f5e8820-3d00-485d-8384-5ea852372cdb { display:none !important; }}@media (max-width: 767px){#s-6f5e8820-3d00-485d-8384-5ea852372cdb {
  display: none;
}
#s-6f5e8820-3d00-485d-8384-5ea852372cdb, #wrap-s-6f5e8820-3d00-485d-8384-5ea852372cdb { display:none !important; }}







#s-6f5e8820-3d00-485d-8384-5ea852372cdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f5e8820-3d00-485d-8384-5ea852372cdb.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-d03ef083-94f9-400e-902a-79cef6bd267b {
  text-align: left;
}

#s-acff7f3f-1d59-4a1b-b419-5db0758f0942 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
max-width: 762px;
text-align: center;
}







  #s-acff7f3f-1d59-4a1b-b419-5db0758f0942 img.shogun-image {
    

    
    
    
  }


#s-acff7f3f-1d59-4a1b-b419-5db0758f0942 .shogun-image-content {
  
    align-items: center;
  
}

#s-119d0a4a-83d4-4b60-bc34-ffcb9af299f8 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 62px;
max-width: 730px;
}

#s-fcc33501-a096-4a95-a62a-a35e21d5046e {
  margin-left: auto;
margin-right: auto;
max-width: 1312px;
}

@media (min-width: 0px) {
[id="s-fcc33501-a096-4a95-a62a-a35e21d5046e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-fcc33501-a096-4a95-a62a-a35e21d5046e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-fcc33501-a096-4a95-a62a-a35e21d5046e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcc33501-a096-4a95-a62a-a35e21d5046e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.0px);
}

}

#s-dc03064d-9ca1-4a95-a105-3ae3187613d6 {
  margin-top: auto;
margin-left: 0px;
margin-bottom: auto;
margin-right: 0px;
min-height: 50px;
}








#s-dc03064d-9ca1-4a95-a105-3ae3187613d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc03064d-9ca1-4a95-a105-3ae3187613d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f545be5-abff-4d4b-8e57-a96b081ef879 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-bottom: 16px;
opacity: 1;
}

#s-202add66-bb5b-42e8-b463-28bc8c6b5718 {
  margin-top: 0px;
margin-bottom: 16px;
padding-bottom: 16px;
background-color: rgba(255, 255, 255, 1);
}








#s-202add66-bb5b-42e8-b463-28bc8c6b5718 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-202add66-bb5b-42e8-b463-28bc8c6b5718.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31dfaad1-5e86-4741-83a4-55847aea435a {
  margin-left: 16px;
margin-right: 16px;
background-color: rgba(255, 255, 255, 0);
}

#s-31dfaad1-5e86-4741-83a4-55847aea435a {
  display: none;
}
.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-26101746-9391-4024-ac56-a7de300d0c66 {
  text-align: left;
}



.shg-c#s-26101746-9391-4024-ac56-a7de300d0c66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26101746-9391-4024-ac56-a7de300d0c66 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-26101746-9391-4024-ac56-a7de300d0c66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26101746-9391-4024-ac56-a7de300d0c66 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-26101746-9391-4024-ac56-a7de300d0c66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26101746-9391-4024-ac56-a7de300d0c66 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-26101746-9391-4024-ac56-a7de300d0c66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26101746-9391-4024-ac56-a7de300d0c66 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-26101746-9391-4024-ac56-a7de300d0c66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26101746-9391-4024-ac56-a7de300d0c66 img.shogun-image {
  width: 100%;
}



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

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

#s-54b67dad-0903-445d-9198-18c2c9d7430b {
  margin-left: auto;
margin-right: auto;
padding-bottom: 12px;
min-height: 78px;
max-width: 230px;
text-align: center;
}

#s-54b67dad-0903-445d-9198-18c2c9d7430b .shg-product-title-component h2 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: Linotype Didot;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a6de57d7-4ccf-4cc0-9c0c-41accc60116d {
  padding-bottom: 16px;
text-align: center;
}

#s-a6de57d7-4ccf-4cc0-9c0c-41accc60116d .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 0.7);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
}

#s-a6de57d7-4ccf-4cc0-9c0c-41accc60116d .shg-product-price {
  color: rgba(34, 34, 34, 0.7);
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 18px;
}

#s-a6de57d7-4ccf-4cc0-9c0c-41accc60116d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-bcb0ee55-44b9-4ca5-a465-e27c707df33a {
  border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(73, 137, 166, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-bcb0ee55-44b9-4ca5-a465-e27c707df33a:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(73, 137, 166, 0.7) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-bcb0ee55-44b9-4ca5-a465-e27c707df33a:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(73, 137, 166, 0.8) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-bcb0ee55-44b9-4ca5-a465-e27c707df33a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bcb0ee55-44b9-4ca5-a465-e27c707df33a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bcb0ee55-44b9-4ca5-a465-e27c707df33a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}

#s-bcb0ee55-44b9-4ca5-a465-e27c707df33a.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Source Sans Pro;
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}


  #s-bcb0ee55-44b9-4ca5-a465-e27c707df33a.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Source Sans Pro;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-a6bd34b1-2e74-4b88-9db9-bed47ca25abc {
  padding-left: 30px;
padding-right: 30px;
}

#s-0b803624-06fa-463d-b013-c9a8756a737e {
  margin-top: auto;
margin-left: 0px;
margin-bottom: auto;
margin-right: 0px;
min-height: 50px;
}








#s-0b803624-06fa-463d-b013-c9a8756a737e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b803624-06fa-463d-b013-c9a8756a737e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f4b6dac-4bfc-4d48-86e9-43dd97823746 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-bottom: 16px;
opacity: 1;
}

#s-14f0eb2d-79f3-4b5d-9f99-1707aad00dea {
  margin-top: 0px;
margin-bottom: 16px;
padding-bottom: 16px;
background-color: rgba(255, 255, 255, 1);
}








#s-14f0eb2d-79f3-4b5d-9f99-1707aad00dea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14f0eb2d-79f3-4b5d-9f99-1707aad00dea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b11f0f87-7cb5-4f9b-987d-f4353d6a08a4 {
  margin-left: 16px;
margin-right: 16px;
background-color: rgba(255, 255, 255, 0);
}

#s-b11f0f87-7cb5-4f9b-987d-f4353d6a08a4 {
  display: none;
}
#s-ea1c21c1-4327-44bc-a471-26a51711ce41 {
  text-align: left;
}



.shg-c#s-ea1c21c1-4327-44bc-a471-26a51711ce41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea1c21c1-4327-44bc-a471-26a51711ce41 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ea1c21c1-4327-44bc-a471-26a51711ce41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea1c21c1-4327-44bc-a471-26a51711ce41 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea1c21c1-4327-44bc-a471-26a51711ce41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea1c21c1-4327-44bc-a471-26a51711ce41 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea1c21c1-4327-44bc-a471-26a51711ce41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea1c21c1-4327-44bc-a471-26a51711ce41 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea1c21c1-4327-44bc-a471-26a51711ce41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea1c21c1-4327-44bc-a471-26a51711ce41 img.shogun-image {
  width: 100%;
}



}
#s-94c8a739-ed04-4d7b-971f-a507768eef0c {
  padding-bottom: 12px;
min-height: 78px;
text-align: center;
}

#s-94c8a739-ed04-4d7b-971f-a507768eef0c .shg-product-title-component h2 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: Linotype Didot;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c9228a48-8bdb-4587-9f00-49eeda2e92d5 {
  padding-bottom: 16px;
text-align: center;
}

#s-c9228a48-8bdb-4587-9f00-49eeda2e92d5 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 0.7);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
}

#s-c9228a48-8bdb-4587-9f00-49eeda2e92d5 .shg-product-price {
  color: rgba(34, 34, 34, 0.7);
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 18px;
}

#s-c9228a48-8bdb-4587-9f00-49eeda2e92d5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-19936f3b-0896-4ecd-a6ba-456720035856 {
  border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(73, 137, 166, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-19936f3b-0896-4ecd-a6ba-456720035856:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(73, 137, 166, 0.7) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-19936f3b-0896-4ecd-a6ba-456720035856:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(73, 137, 166, 0.8) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-19936f3b-0896-4ecd-a6ba-456720035856 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-19936f3b-0896-4ecd-a6ba-456720035856.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-19936f3b-0896-4ecd-a6ba-456720035856.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}

#s-19936f3b-0896-4ecd-a6ba-456720035856.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Source Sans Pro;
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}


  #s-19936f3b-0896-4ecd-a6ba-456720035856.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Source Sans Pro;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-6945a039-c42e-42a5-884d-1c87e7986188 {
  padding-left: 24px;
padding-right: 24px;
}

#s-e6938bd2-210e-4f9f-8932-10a6b0948dae {
  margin-top: auto;
margin-left: 0px;
margin-bottom: auto;
margin-right: 0px;
min-height: 50px;
}








#s-e6938bd2-210e-4f9f-8932-10a6b0948dae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6938bd2-210e-4f9f-8932-10a6b0948dae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b714d02-47ee-4dfe-a686-d6b37db27a95 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-bottom: 16px;
opacity: 1;
}

#s-8c7c8280-ffe7-4a4f-a63f-66364370a04d {
  margin-top: 0px;
margin-bottom: 16px;
padding-bottom: 16px;
background-color: rgba(255, 255, 255, 1);
}








#s-8c7c8280-ffe7-4a4f-a63f-66364370a04d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c7c8280-ffe7-4a4f-a63f-66364370a04d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65a4558f-930d-4832-9850-3a778110a298 {
  margin-left: 16px;
margin-right: 16px;
background-color: rgba(255, 255, 255, 0);
}

#s-65a4558f-930d-4832-9850-3a778110a298 {
  display: none;
}
#s-7701c517-229f-4f83-ba5f-b971ea61ccfa {
  text-align: left;
}



.shg-c#s-7701c517-229f-4f83-ba5f-b971ea61ccfa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7701c517-229f-4f83-ba5f-b971ea61ccfa img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7701c517-229f-4f83-ba5f-b971ea61ccfa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7701c517-229f-4f83-ba5f-b971ea61ccfa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7701c517-229f-4f83-ba5f-b971ea61ccfa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7701c517-229f-4f83-ba5f-b971ea61ccfa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7701c517-229f-4f83-ba5f-b971ea61ccfa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7701c517-229f-4f83-ba5f-b971ea61ccfa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7701c517-229f-4f83-ba5f-b971ea61ccfa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7701c517-229f-4f83-ba5f-b971ea61ccfa img.shogun-image {
  width: 100%;
}



}
#s-2ac03f20-c5be-4058-afe0-ce9aa3d889f5 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 12px;
min-height: 78px;
max-width: 200px;
text-align: center;
}

#s-2ac03f20-c5be-4058-afe0-ce9aa3d889f5 .shg-product-title-component h2 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: Linotype Didot;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-589ae108-e960-4f47-86ac-d14d883f0b5d {
  padding-bottom: 16px;
text-align: center;
}

#s-589ae108-e960-4f47-86ac-d14d883f0b5d .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 0.7);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
}

#s-589ae108-e960-4f47-86ac-d14d883f0b5d .shg-product-price {
  color: rgba(34, 34, 34, 0.7);
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 18px;
}

#s-589ae108-e960-4f47-86ac-d14d883f0b5d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c8c1a5a3-0e30-4154-a342-ccb73c358ac8 {
  border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(73, 137, 166, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c8c1a5a3-0e30-4154-a342-ccb73c358ac8:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(73, 137, 166, 0.7) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c8c1a5a3-0e30-4154-a342-ccb73c358ac8:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(73, 137, 166, 0.8) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-c8c1a5a3-0e30-4154-a342-ccb73c358ac8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c8c1a5a3-0e30-4154-a342-ccb73c358ac8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c8c1a5a3-0e30-4154-a342-ccb73c358ac8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}

#s-c8c1a5a3-0e30-4154-a342-ccb73c358ac8.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Source Sans Pro;
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}


  #s-c8c1a5a3-0e30-4154-a342-ccb73c358ac8.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Source Sans Pro;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-66daaa45-61e9-40be-984c-9c4b16b1bc97 {
  padding-left: 24px;
padding-right: 24px;
}

#s-57ef5ae7-75e3-4d1b-aaa4-40affbf5561d {
  margin-top: auto;
margin-left: 0px;
margin-bottom: auto;
margin-right: 0px;
min-height: 50px;
}








#s-57ef5ae7-75e3-4d1b-aaa4-40affbf5561d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57ef5ae7-75e3-4d1b-aaa4-40affbf5561d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8af7e9c-ca5d-4fdb-81c5-1eef33fe0e5c {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-bottom: 16px;
opacity: 1;
}

#s-97928381-1eb1-4445-b5e5-66931d921888 {
  margin-top: 0px;
margin-bottom: 16px;
padding-bottom: 16px;
background-color: rgba(255, 255, 255, 1);
}








#s-97928381-1eb1-4445-b5e5-66931d921888 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97928381-1eb1-4445-b5e5-66931d921888.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04e615e0-679b-4dcf-8be8-286a94df063d {
  margin-left: 16px;
margin-right: 16px;
background-color: rgba(255, 255, 255, 0);
}

#s-04e615e0-679b-4dcf-8be8-286a94df063d {
  display: none;
}
#s-d893429e-5d96-4d58-b1c6-3b118f5c1c8f {
  text-align: left;
}



.shg-c#s-d893429e-5d96-4d58-b1c6-3b118f5c1c8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d893429e-5d96-4d58-b1c6-3b118f5c1c8f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d893429e-5d96-4d58-b1c6-3b118f5c1c8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d893429e-5d96-4d58-b1c6-3b118f5c1c8f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d893429e-5d96-4d58-b1c6-3b118f5c1c8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d893429e-5d96-4d58-b1c6-3b118f5c1c8f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d893429e-5d96-4d58-b1c6-3b118f5c1c8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d893429e-5d96-4d58-b1c6-3b118f5c1c8f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d893429e-5d96-4d58-b1c6-3b118f5c1c8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d893429e-5d96-4d58-b1c6-3b118f5c1c8f img.shogun-image {
  width: 100%;
}



}
#s-13824eb3-ad24-48e8-9cf7-b494026ea704 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 12px;
min-height: 78px;
max-width: 240px;
text-align: center;
}

#s-13824eb3-ad24-48e8-9cf7-b494026ea704 .shg-product-title-component h2 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: Linotype Didot;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-f7892181-0d27-4c92-86c4-07fad9b9020c {
  padding-bottom: 16px;
text-align: center;
}

#s-f7892181-0d27-4c92-86c4-07fad9b9020c .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 0.7);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
}

#s-f7892181-0d27-4c92-86c4-07fad9b9020c .shg-product-price {
  color: rgba(34, 34, 34, 0.7);
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 18px;
}

#s-f7892181-0d27-4c92-86c4-07fad9b9020c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d76f8133-eed7-4570-83e7-160bae355962 {
  border-style: solid;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(73, 137, 166, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d76f8133-eed7-4570-83e7-160bae355962:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(73, 137, 166, 0.7) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d76f8133-eed7-4570-83e7-160bae355962:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(73, 137, 166, 0.8) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-d76f8133-eed7-4570-83e7-160bae355962 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d76f8133-eed7-4570-83e7-160bae355962.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d76f8133-eed7-4570-83e7-160bae355962.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}

#s-d76f8133-eed7-4570-83e7-160bae355962.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Source Sans Pro;
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}


  #s-d76f8133-eed7-4570-83e7-160bae355962.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Source Sans Pro;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-b38c37dc-9f13-4367-bec3-4566d8fb625c {
  padding-left: 24px;
padding-right: 24px;
}

#s-5eb48edd-861f-40dd-8e1e-f362d2224976 {
  margin-left: 15px;
margin-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5eb48edd-861f-40dd-8e1e-f362d2224976 {
  display: none;
}
#s-5eb48edd-861f-40dd-8e1e-f362d2224976, #wrap-s-5eb48edd-861f-40dd-8e1e-f362d2224976 { display:none !important; }}@media (max-width: 767px){#s-5eb48edd-861f-40dd-8e1e-f362d2224976 {
  display: none;
}
#s-5eb48edd-861f-40dd-8e1e-f362d2224976, #wrap-s-5eb48edd-861f-40dd-8e1e-f362d2224976 { display:none !important; }}







#s-5eb48edd-861f-40dd-8e1e-f362d2224976 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5eb48edd-861f-40dd-8e1e-f362d2224976.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

#s-5260a730-454a-479b-91f4-2b1eaf380539 {
  padding-top: 64px;
padding-bottom: 64px;
background-color: rgba(241, 238, 235, 1);
}
@media (min-width: 1200px){#s-5260a730-454a-479b-91f4-2b1eaf380539 {
  display: none;
}
#s-5260a730-454a-479b-91f4-2b1eaf380539, #wrap-s-5260a730-454a-479b-91f4-2b1eaf380539 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5260a730-454a-479b-91f4-2b1eaf380539 {
  display: none;
}
#s-5260a730-454a-479b-91f4-2b1eaf380539, #wrap-s-5260a730-454a-479b-91f4-2b1eaf380539 { display:none !important; }}







#s-5260a730-454a-479b-91f4-2b1eaf380539 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5260a730-454a-479b-91f4-2b1eaf380539.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f14212d8-ccd9-49ee-b065-86a67f4a30c9 {
  text-align: left;
}

#s-2a350496-37d8-4fc7-aeb0-8c5832bd0358 {
  padding-left: 48px;
padding-right: 48px;
}








#s-2a350496-37d8-4fc7-aeb0-8c5832bd0358 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a350496-37d8-4fc7-aeb0-8c5832bd0358.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-faff0ee7-8e03-4e8c-ac9f-fdb7c461b696 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}







  #s-faff0ee7-8e03-4e8c-ac9f-fdb7c461b696 img.shogun-image {
    

    
    
    
  }


#s-faff0ee7-8e03-4e8c-ac9f-fdb7c461b696 .shogun-image-content {
  
    align-items: center;
  
}

#s-054e5554-ff97-4fcc-abaa-5b6d661442d8 {
  padding-top: 24px;
padding-left: 5px;
padding-bottom: 16px;
padding-right: 5px;
}

#s-054e5554-ff97-4fcc-abaa-5b6d661442d8 .shg-sld-dot {
  background-color: rgba(34, 34, 34, 0.5);
}

#s-054e5554-ff97-4fcc-abaa-5b6d661442d8 .shg-sld-nav-button.shg-sld-left,
#s-054e5554-ff97-4fcc-abaa-5b6d661442d8 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(34, 34, 34, 0.5);
}

#s-8a466276-931b-48af-98d9-eab385500fb8 {
  margin-left: auto;
margin-right: auto;
padding-left: 8px;
padding-right: 8px;
max-width: 616px;
}








#s-8a466276-931b-48af-98d9-eab385500fb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a466276-931b-48af-98d9-eab385500fb8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7418492-f8c6-46b7-9e1d-61a934eb36f9 {
  padding-bottom: 16px;
}

#s-150690e3-b639-40da-9b6f-a9f727f7474a {
  background-color: rgba(255, 255, 255, 1);
}

#s-150690e3-b639-40da-9b6f-a9f727f7474a {
  display: none;
}
#s-74c79ecc-0b37-452c-9d91-3f2f1bd97ed0 {
  text-align: left;
}



.shg-c#s-74c79ecc-0b37-452c-9d91-3f2f1bd97ed0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74c79ecc-0b37-452c-9d91-3f2f1bd97ed0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-74c79ecc-0b37-452c-9d91-3f2f1bd97ed0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74c79ecc-0b37-452c-9d91-3f2f1bd97ed0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74c79ecc-0b37-452c-9d91-3f2f1bd97ed0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74c79ecc-0b37-452c-9d91-3f2f1bd97ed0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74c79ecc-0b37-452c-9d91-3f2f1bd97ed0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74c79ecc-0b37-452c-9d91-3f2f1bd97ed0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74c79ecc-0b37-452c-9d91-3f2f1bd97ed0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74c79ecc-0b37-452c-9d91-3f2f1bd97ed0 img.shogun-image {
  width: 100%;
}



}
#s-8fbd3265-29fa-4cb8-b6ad-244d793c5dea {
  margin-left: 0%;
margin-right: 0%;
padding-left: 24px;
padding-right: 24px;
min-height: 78px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-8fbd3265-29fa-4cb8-b6ad-244d793c5dea .shg-product-title-component h4 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: Linotype Didot;
  font-style:   ;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-9f172da5-5dc2-4d04-a88b-64ad5f23d126 {
  padding-bottom: 15px;
text-align: center;
}

#s-9f172da5-5dc2-4d04-a88b-64ad5f23d126 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 0.7);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
}

#s-9f172da5-5dc2-4d04-a88b-64ad5f23d126 .shg-product-price {
  color: rgba(34, 34, 34, 0.7);
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 16px;
}

#s-9f172da5-5dc2-4d04-a88b-64ad5f23d126 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-99b56806-5e2e-4d84-b108-87a14214bf4d {
  margin-left: 16px;
margin-bottom: 16px;
margin-right: 16px;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 1);
border-style: solid;
background-color: rgba(73, 137, 166, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-99b56806-5e2e-4d84-b108-87a14214bf4d:hover {background-color: rgba(73, 137, 166, 0.7) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-99b56806-5e2e-4d84-b108-87a14214bf4d:active {background-color: rgba(73, 137, 166, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-99b56806-5e2e-4d84-b108-87a14214bf4d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-99b56806-5e2e-4d84-b108-87a14214bf4d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-99b56806-5e2e-4d84-b108-87a14214bf4d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}

#s-99b56806-5e2e-4d84-b108-87a14214bf4d.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Source Sans Pro;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-99b56806-5e2e-4d84-b108-87a14214bf4d.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Source Sans Pro;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-fb073076-451a-4aa5-9786-c376ecdde411 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 16px;
min-height: 104px;
max-width: 600px;
}

#s-89c2a1dc-2e5f-47b2-a750-1e08cbfaaed0 {
  margin-left: auto;
margin-right: auto;
padding-left: 8px;
padding-right: 8px;
max-width: 616px;
}








#s-89c2a1dc-2e5f-47b2-a750-1e08cbfaaed0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89c2a1dc-2e5f-47b2-a750-1e08cbfaaed0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81151576-2e27-496a-9784-9e49cf9311c7 {
  padding-bottom: 16px;
}

#s-55fb5e8d-a0dc-4e30-86a8-c706d42839ba {
  background-color: rgba(255, 255, 255, 1);
}

#s-55fb5e8d-a0dc-4e30-86a8-c706d42839ba {
  display: none;
}
#s-be7bd008-a5a9-41e3-8ed0-178983d5d98d {
  text-align: left;
}



.shg-c#s-be7bd008-a5a9-41e3-8ed0-178983d5d98d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be7bd008-a5a9-41e3-8ed0-178983d5d98d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-be7bd008-a5a9-41e3-8ed0-178983d5d98d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be7bd008-a5a9-41e3-8ed0-178983d5d98d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be7bd008-a5a9-41e3-8ed0-178983d5d98d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be7bd008-a5a9-41e3-8ed0-178983d5d98d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be7bd008-a5a9-41e3-8ed0-178983d5d98d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be7bd008-a5a9-41e3-8ed0-178983d5d98d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be7bd008-a5a9-41e3-8ed0-178983d5d98d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be7bd008-a5a9-41e3-8ed0-178983d5d98d img.shogun-image {
  width: 100%;
}



}
#s-819fe26a-0ac9-4468-9fb8-76626279c1da {
  margin-left: 0%;
margin-right: 0%;
padding-left: 24px;
padding-right: 24px;
min-height: 78px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-819fe26a-0ac9-4468-9fb8-76626279c1da .shg-product-title-component h4 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: Linotype Didot;
  font-style:   ;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-753a3d0c-6b39-42ee-b300-9e0e0b18b495 {
  padding-bottom: 15px;
text-align: center;
}

#s-753a3d0c-6b39-42ee-b300-9e0e0b18b495 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 0.7);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
}

#s-753a3d0c-6b39-42ee-b300-9e0e0b18b495 .shg-product-price {
  color: rgba(34, 34, 34, 0.7);
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 16px;
}

#s-753a3d0c-6b39-42ee-b300-9e0e0b18b495 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-149f4f9a-9f27-4eec-be06-644e1c073cf5 {
  margin-left: 16px;
margin-bottom: 16px;
margin-right: 16px;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 1);
border-style: solid;
background-color: rgba(73, 137, 166, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-149f4f9a-9f27-4eec-be06-644e1c073cf5:hover {background-color: rgba(73, 137, 166, 0.7) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-149f4f9a-9f27-4eec-be06-644e1c073cf5:active {background-color: rgba(73, 137, 166, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-149f4f9a-9f27-4eec-be06-644e1c073cf5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-149f4f9a-9f27-4eec-be06-644e1c073cf5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-149f4f9a-9f27-4eec-be06-644e1c073cf5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}

#s-149f4f9a-9f27-4eec-be06-644e1c073cf5.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Source Sans Pro;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-149f4f9a-9f27-4eec-be06-644e1c073cf5.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Source Sans Pro;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-b6074240-6518-4607-8aba-4ae19f9f67dd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 16px;
min-height: 104px;
max-width: 600px;
}

#s-ac04e341-08d2-4cca-a1f2-13c7db387c0f {
  margin-left: auto;
margin-right: auto;
padding-left: 8px;
padding-right: 8px;
max-width: 616px;
}








#s-ac04e341-08d2-4cca-a1f2-13c7db387c0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac04e341-08d2-4cca-a1f2-13c7db387c0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7287284-a5a7-4bf1-bd62-e30f118a9725 {
  padding-bottom: 16px;
}

#s-44cb6a0d-f4f9-43ef-8c3f-d6e63d0c2376 {
  background-color: rgba(255, 255, 255, 1);
}

#s-44cb6a0d-f4f9-43ef-8c3f-d6e63d0c2376 {
  display: none;
}
#s-31235dd5-e903-4f05-b60a-df7aaf350ea6 {
  text-align: left;
}



.shg-c#s-31235dd5-e903-4f05-b60a-df7aaf350ea6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31235dd5-e903-4f05-b60a-df7aaf350ea6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-31235dd5-e903-4f05-b60a-df7aaf350ea6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31235dd5-e903-4f05-b60a-df7aaf350ea6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-31235dd5-e903-4f05-b60a-df7aaf350ea6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31235dd5-e903-4f05-b60a-df7aaf350ea6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-31235dd5-e903-4f05-b60a-df7aaf350ea6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31235dd5-e903-4f05-b60a-df7aaf350ea6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-31235dd5-e903-4f05-b60a-df7aaf350ea6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31235dd5-e903-4f05-b60a-df7aaf350ea6 img.shogun-image {
  width: 100%;
}



}
#s-518a9e90-8058-41ea-87f6-7e4be652b2f9 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 24px;
padding-right: 24px;
min-height: 78px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-518a9e90-8058-41ea-87f6-7e4be652b2f9 .shg-product-title-component h4 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: Linotype Didot;
  font-style:   ;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-6b56d413-fe2b-4efc-a8a3-dadee1692823 {
  padding-bottom: 15px;
text-align: center;
}

#s-6b56d413-fe2b-4efc-a8a3-dadee1692823 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 0.7);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
}

#s-6b56d413-fe2b-4efc-a8a3-dadee1692823 .shg-product-price {
  color: rgba(34, 34, 34, 0.7);
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 16px;
}

#s-6b56d413-fe2b-4efc-a8a3-dadee1692823 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-ddeb5499-6437-4d69-9e02-41b001d67ad5 {
  margin-left: 16px;
margin-bottom: 16px;
margin-right: 16px;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 1);
border-style: solid;
background-color: rgba(73, 137, 166, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-ddeb5499-6437-4d69-9e02-41b001d67ad5:hover {background-color: rgba(73, 137, 166, 0.7) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ddeb5499-6437-4d69-9e02-41b001d67ad5:active {background-color: rgba(73, 137, 166, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-ddeb5499-6437-4d69-9e02-41b001d67ad5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ddeb5499-6437-4d69-9e02-41b001d67ad5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ddeb5499-6437-4d69-9e02-41b001d67ad5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}

#s-ddeb5499-6437-4d69-9e02-41b001d67ad5.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Source Sans Pro;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-ddeb5499-6437-4d69-9e02-41b001d67ad5.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Source Sans Pro;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-1e5cee2a-5b52-46b4-a183-3ae00f894c8f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 16px;
min-height: 104px;
max-width: 576px;
}

#s-5243a513-a656-4d98-8810-bbc44b69c410 {
  margin-left: auto;
margin-right: auto;
padding-left: 8px;
padding-right: 8px;
max-width: 616px;
}








#s-5243a513-a656-4d98-8810-bbc44b69c410 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5243a513-a656-4d98-8810-bbc44b69c410.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f036228-9c96-48f6-ab29-09c2ca4369d9 {
  padding-bottom: 16px;
}

#s-d36973b0-82e5-40fc-9af2-1e53c5eeec15 {
  background-color: rgba(255, 255, 255, 1);
}

#s-d36973b0-82e5-40fc-9af2-1e53c5eeec15 {
  display: none;
}
#s-e1223c61-bccc-41a3-9ea7-58c1bb725e6e {
  text-align: left;
}



.shg-c#s-e1223c61-bccc-41a3-9ea7-58c1bb725e6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1223c61-bccc-41a3-9ea7-58c1bb725e6e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e1223c61-bccc-41a3-9ea7-58c1bb725e6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1223c61-bccc-41a3-9ea7-58c1bb725e6e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e1223c61-bccc-41a3-9ea7-58c1bb725e6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1223c61-bccc-41a3-9ea7-58c1bb725e6e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e1223c61-bccc-41a3-9ea7-58c1bb725e6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1223c61-bccc-41a3-9ea7-58c1bb725e6e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e1223c61-bccc-41a3-9ea7-58c1bb725e6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1223c61-bccc-41a3-9ea7-58c1bb725e6e img.shogun-image {
  width: 100%;
}



}
#s-36120106-0c2f-4d89-a3be-0b4b8c3da02c {
  margin-left: 0%;
margin-right: 0%;
padding-left: 24px;
padding-right: 24px;
min-height: 78px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-36120106-0c2f-4d89-a3be-0b4b8c3da02c .shg-product-title-component h4 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: GFS Didot;
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-1121ff37-93d0-4542-9bbc-2e784a5a3c8c {
  padding-bottom: 15px;
text-align: center;
}

#s-1121ff37-93d0-4542-9bbc-2e784a5a3c8c .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 0.7);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
}

#s-1121ff37-93d0-4542-9bbc-2e784a5a3c8c .shg-product-price {
  color: rgba(34, 34, 34, 0.7);
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 16px;
}

#s-1121ff37-93d0-4542-9bbc-2e784a5a3c8c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-b62ebd82-9a46-4d35-bf70-a65fafd06495 {
  margin-left: 16px;
margin-bottom: 16px;
margin-right: 16px;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 1);
border-style: solid;
background-color: rgba(116, 151, 95, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-b62ebd82-9a46-4d35-bf70-a65fafd06495:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(247, 245, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(92, 120, 53, 1) !important;}#s-b62ebd82-9a46-4d35-bf70-a65fafd06495:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(241, 238, 235, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(92, 120, 53, 1) !important;}


#s-b62ebd82-9a46-4d35-bf70-a65fafd06495 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b62ebd82-9a46-4d35-bf70-a65fafd06495.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b62ebd82-9a46-4d35-bf70-a65fafd06495.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}

#s-b62ebd82-9a46-4d35-bf70-a65fafd06495.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Source Sans Pro;
  
  font-size: 14px;
  color: rgba(34, 34, 34, 1);
}


  #s-b62ebd82-9a46-4d35-bf70-a65fafd06495.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Source Sans Pro;
    
    font-size: 14px;
    color: rgba(34, 34, 34, 1);
  }


#s-67945600-f670-4518-8d4c-9050c97f4b9d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 16px;
min-height: 104px;
max-width: 600px;
}

#s-d1370a50-a18f-4d9a-97cd-1fded0a7e517 {
  margin-left: auto;
margin-right: auto;
padding-left: 8px;
padding-right: 8px;
max-width: 616px;
}








#s-d1370a50-a18f-4d9a-97cd-1fded0a7e517 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1370a50-a18f-4d9a-97cd-1fded0a7e517.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a00dea1-2c23-4d81-bb10-c14db50cc5b8 {
  padding-bottom: 16px;
}

#s-e34f8b8d-8c82-488e-a15c-b8721610fd0f {
  background-color: rgba(255, 255, 255, 1);
}

#s-e34f8b8d-8c82-488e-a15c-b8721610fd0f {
  display: none;
}
#s-cbbb2310-9298-4ff7-8e34-fa5eafe01b33 {
  text-align: left;
}



.shg-c#s-cbbb2310-9298-4ff7-8e34-fa5eafe01b33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbbb2310-9298-4ff7-8e34-fa5eafe01b33 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cbbb2310-9298-4ff7-8e34-fa5eafe01b33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbbb2310-9298-4ff7-8e34-fa5eafe01b33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cbbb2310-9298-4ff7-8e34-fa5eafe01b33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbbb2310-9298-4ff7-8e34-fa5eafe01b33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cbbb2310-9298-4ff7-8e34-fa5eafe01b33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbbb2310-9298-4ff7-8e34-fa5eafe01b33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cbbb2310-9298-4ff7-8e34-fa5eafe01b33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbbb2310-9298-4ff7-8e34-fa5eafe01b33 img.shogun-image {
  width: 100%;
}



}
#s-4511a96b-aa69-4c4f-951d-3255eb61ddaf {
  margin-left: 0%;
margin-right: 0%;
padding-left: 24px;
padding-right: 24px;
min-height: 78px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-4511a96b-aa69-4c4f-951d-3255eb61ddaf .shg-product-title-component h4 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: GFS Didot;
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-e071c7e1-8308-468c-bb92-4ed95939a595 {
  padding-bottom: 15px;
text-align: center;
}

#s-e071c7e1-8308-468c-bb92-4ed95939a595 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 0.7);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
}

#s-e071c7e1-8308-468c-bb92-4ed95939a595 .shg-product-price {
  color: rgba(34, 34, 34, 0.7);
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 16px;
}

#s-e071c7e1-8308-468c-bb92-4ed95939a595 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-cc9a5b8f-9730-4895-bb90-3c8224131cb0 {
  margin-left: 16px;
margin-bottom: 16px;
margin-right: 16px;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 1);
border-style: solid;
background-color: rgba(116, 151, 95, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-cc9a5b8f-9730-4895-bb90-3c8224131cb0:hover {background-color: rgba(247, 245, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(92, 120, 53, 1) !important;}#s-cc9a5b8f-9730-4895-bb90-3c8224131cb0:active {background-color: rgba(241, 238, 235, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(92, 120, 53, 1) !important;}


#s-cc9a5b8f-9730-4895-bb90-3c8224131cb0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cc9a5b8f-9730-4895-bb90-3c8224131cb0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cc9a5b8f-9730-4895-bb90-3c8224131cb0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}

#s-cc9a5b8f-9730-4895-bb90-3c8224131cb0.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Source Sans Pro;
  
  font-size: 14px;
  color: rgba(34, 34, 34, 1);
}


  #s-cc9a5b8f-9730-4895-bb90-3c8224131cb0.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Source Sans Pro;
    
    font-size: 14px;
    color: rgba(34, 34, 34, 1);
  }


#s-3f71122d-1d50-4493-ac26-509eef5ab37b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 16px;
min-height: 104px;
max-width: 600px;
}

#s-4fe7d677-acf9-4907-9af8-f4b00f9c07a4 {
  margin-left: auto;
margin-right: auto;
padding-left: 8px;
padding-right: 8px;
max-width: 616px;
}








#s-4fe7d677-acf9-4907-9af8-f4b00f9c07a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fe7d677-acf9-4907-9af8-f4b00f9c07a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb4af592-1ef1-4e65-8bc0-321da65be669 {
  padding-bottom: 16px;
}

#s-ce0a748b-e720-425c-9902-d87c43dba43a {
  background-color: rgba(255, 255, 255, 1);
}

#s-ce0a748b-e720-425c-9902-d87c43dba43a {
  display: none;
}
#s-02b7ef25-05fa-44ba-97aa-df81520d19f8 {
  text-align: left;
}



.shg-c#s-02b7ef25-05fa-44ba-97aa-df81520d19f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02b7ef25-05fa-44ba-97aa-df81520d19f8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-02b7ef25-05fa-44ba-97aa-df81520d19f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02b7ef25-05fa-44ba-97aa-df81520d19f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02b7ef25-05fa-44ba-97aa-df81520d19f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02b7ef25-05fa-44ba-97aa-df81520d19f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02b7ef25-05fa-44ba-97aa-df81520d19f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02b7ef25-05fa-44ba-97aa-df81520d19f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02b7ef25-05fa-44ba-97aa-df81520d19f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02b7ef25-05fa-44ba-97aa-df81520d19f8 img.shogun-image {
  width: 100%;
}



}
#s-675b9bec-aeb3-4312-ba6f-b010de668e88 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 24px;
padding-right: 24px;
min-height: 78px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-675b9bec-aeb3-4312-ba6f-b010de668e88 .shg-product-title-component h4 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: Linotype Didot;
  font-style:   ;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-0787f37e-5464-4cc1-87cc-2956b1a850e6 {
  padding-bottom: 15px;
text-align: center;
}

#s-0787f37e-5464-4cc1-87cc-2956b1a850e6 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 0.7);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
}

#s-0787f37e-5464-4cc1-87cc-2956b1a850e6 .shg-product-price {
  color: rgba(34, 34, 34, 0.7);
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 16px;
}

#s-0787f37e-5464-4cc1-87cc-2956b1a850e6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-f1aa4c78-5731-4f12-a491-de298c0f4b30 {
  margin-left: 16px;
margin-bottom: 16px;
margin-right: 16px;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 1);
border-style: solid;
background-color: rgba(73, 137, 166, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-f1aa4c78-5731-4f12-a491-de298c0f4b30:hover {background-color: rgba(73, 137, 166, 0.7) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f1aa4c78-5731-4f12-a491-de298c0f4b30:active {background-color: rgba(73, 137, 166, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-f1aa4c78-5731-4f12-a491-de298c0f4b30 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f1aa4c78-5731-4f12-a491-de298c0f4b30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f1aa4c78-5731-4f12-a491-de298c0f4b30.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}

#s-f1aa4c78-5731-4f12-a491-de298c0f4b30.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Source Sans Pro;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-f1aa4c78-5731-4f12-a491-de298c0f4b30.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Source Sans Pro;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-92a2f0f1-b6ad-43ca-88ac-66951457e010 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 16px;
min-height: 104px;
max-width: 600px;
}

#s-f96b19de-ca7a-4e5d-957d-cd2a67e2a252 {
  padding-left: 8px;
padding-right: 8px;
min-height: 50px;
}








#s-f96b19de-ca7a-4e5d-957d-cd2a67e2a252 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f96b19de-ca7a-4e5d-957d-cd2a67e2a252.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54a68c97-86b9-4b78-a03b-d28051590b39 {
  background-color: rgba(255, 255, 255, 1);
}

#s-54a68c97-86b9-4b78-a03b-d28051590b39 {
  display: none;
}
#s-b529480b-f324-42f1-8c7d-b3a683bfa039 {
  text-align: left;
}



.shg-c#s-b529480b-f324-42f1-8c7d-b3a683bfa039 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b529480b-f324-42f1-8c7d-b3a683bfa039 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b529480b-f324-42f1-8c7d-b3a683bfa039 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b529480b-f324-42f1-8c7d-b3a683bfa039 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b529480b-f324-42f1-8c7d-b3a683bfa039 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b529480b-f324-42f1-8c7d-b3a683bfa039 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b529480b-f324-42f1-8c7d-b3a683bfa039 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b529480b-f324-42f1-8c7d-b3a683bfa039 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b529480b-f324-42f1-8c7d-b3a683bfa039 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b529480b-f324-42f1-8c7d-b3a683bfa039 img.shogun-image {
  width: 100%;
}



}
#s-e938cd4d-74a6-461d-9190-bad987c3c7d0 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 24px;
padding-right: 24px;
min-height: 78px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-e938cd4d-74a6-461d-9190-bad987c3c7d0 .shg-product-title-component h4 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: Didot;
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-8f701781-eadf-4fdb-bd11-f5489ae4be58 {
  padding-bottom: 15px;
text-align: center;
}

#s-8f701781-eadf-4fdb-bd11-f5489ae4be58 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 0.5);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
}

#s-8f701781-eadf-4fdb-bd11-f5489ae4be58 .shg-product-price {
  color: rgba(34, 34, 34, 0.5);
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 16px;
}

#s-8f701781-eadf-4fdb-bd11-f5489ae4be58 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c4f05515-d209-4024-b2f0-a31a13946fb5 {
  margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 1);
border-style: solid;
background-color: rgba(247, 245, 243, 1);
text-align: center;
cursor: pointer;
color: rgba(92, 120, 53, 1);
background-image: none;
hover-type: color;
}
#s-c4f05515-d209-4024-b2f0-a31a13946fb5:hover {background-color: rgba(92, 120, 53, 0.7) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c4f05515-d209-4024-b2f0-a31a13946fb5:active {background-color: rgba(92, 120, 53, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-c4f05515-d209-4024-b2f0-a31a13946fb5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c4f05515-d209-4024-b2f0-a31a13946fb5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c4f05515-d209-4024-b2f0-a31a13946fb5.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}

#s-c4f05515-d209-4024-b2f0-a31a13946fb5.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Source Sans Pro;
  
  font-size: 14px;
  color: rgba(34, 34, 34, 1);
}


  #s-c4f05515-d209-4024-b2f0-a31a13946fb5.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Source Sans Pro;
    
    font-size: 14px;
    color: rgba(34, 34, 34, 1);
  }


#s-a5b42f1d-3135-47ac-b324-dd165dbac6a5 {
  padding-left: 8px;
padding-right: 8px;
min-height: 50px;
}








#s-a5b42f1d-3135-47ac-b324-dd165dbac6a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5b42f1d-3135-47ac-b324-dd165dbac6a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-acfabd9a-4005-411b-80d1-4e12ea6a8bb9 {
  background-color: rgba(255, 255, 255, 1);
}

#s-acfabd9a-4005-411b-80d1-4e12ea6a8bb9 {
  display: none;
}
#s-24555a84-154d-4ca5-af32-724109168db2 {
  text-align: left;
}



.shg-c#s-24555a84-154d-4ca5-af32-724109168db2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24555a84-154d-4ca5-af32-724109168db2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-24555a84-154d-4ca5-af32-724109168db2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24555a84-154d-4ca5-af32-724109168db2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-24555a84-154d-4ca5-af32-724109168db2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24555a84-154d-4ca5-af32-724109168db2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-24555a84-154d-4ca5-af32-724109168db2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24555a84-154d-4ca5-af32-724109168db2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-24555a84-154d-4ca5-af32-724109168db2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24555a84-154d-4ca5-af32-724109168db2 img.shogun-image {
  width: 100%;
}



}
#s-3cab6a7f-58f1-4618-9095-a1173377ee08 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 24px;
padding-right: 24px;
min-height: 78px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-3cab6a7f-58f1-4618-9095-a1173377ee08 .shg-product-title-component h4 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: Didot;
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-d6bc40ca-faf9-4270-9c40-500d385c0b62 {
  padding-bottom: 15px;
text-align: center;
}

#s-d6bc40ca-faf9-4270-9c40-500d385c0b62 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 0.5);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
}

#s-d6bc40ca-faf9-4270-9c40-500d385c0b62 .shg-product-price {
  color: rgba(34, 34, 34, 0.5);
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 16px;
}

#s-d6bc40ca-faf9-4270-9c40-500d385c0b62 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-aa51263e-2ab9-4847-bb84-d05e089a8ba9 {
  margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 1);
border-style: solid;
background-color: rgba(247, 245, 243, 1);
text-align: center;
cursor: pointer;
color: rgba(92, 120, 53, 1);
background-image: none;
hover-type: color;
}
#s-aa51263e-2ab9-4847-bb84-d05e089a8ba9:hover {background-color: rgba(92, 120, 53, 0.7) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-aa51263e-2ab9-4847-bb84-d05e089a8ba9:active {background-color: rgba(92, 120, 53, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-aa51263e-2ab9-4847-bb84-d05e089a8ba9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aa51263e-2ab9-4847-bb84-d05e089a8ba9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa51263e-2ab9-4847-bb84-d05e089a8ba9.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}

#s-aa51263e-2ab9-4847-bb84-d05e089a8ba9.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Source Sans Pro;
  
  font-size: 14px;
  color: rgba(34, 34, 34, 1);
}


  #s-aa51263e-2ab9-4847-bb84-d05e089a8ba9.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Source Sans Pro;
    
    font-size: 14px;
    color: rgba(34, 34, 34, 1);
  }


#s-95289f60-2c7b-4fda-8a69-847b9a91e163 {
  padding-left: 8px;
padding-right: 8px;
min-height: 50px;
}








#s-95289f60-2c7b-4fda-8a69-847b9a91e163 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95289f60-2c7b-4fda-8a69-847b9a91e163.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-346cda5f-e33c-4816-a9a4-a049cd65bf18 {
  background-color: rgba(255, 255, 255, 1);
}

#s-346cda5f-e33c-4816-a9a4-a049cd65bf18 {
  display: none;
}
#s-8fec881b-ec29-4225-a654-7813762a6384 {
  text-align: left;
}



.shg-c#s-8fec881b-ec29-4225-a654-7813762a6384 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fec881b-ec29-4225-a654-7813762a6384 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8fec881b-ec29-4225-a654-7813762a6384 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fec881b-ec29-4225-a654-7813762a6384 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8fec881b-ec29-4225-a654-7813762a6384 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fec881b-ec29-4225-a654-7813762a6384 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8fec881b-ec29-4225-a654-7813762a6384 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fec881b-ec29-4225-a654-7813762a6384 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8fec881b-ec29-4225-a654-7813762a6384 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fec881b-ec29-4225-a654-7813762a6384 img.shogun-image {
  width: 100%;
}



}
#s-7bc6e56c-4cb1-48c8-aff5-0b2f5f188419 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 24px;
padding-right: 24px;
min-height: 78px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-7bc6e56c-4cb1-48c8-aff5-0b2f5f188419 .shg-product-title-component h4 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: Didot;
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-b452e4cc-b2c4-4b37-a21b-12f9624b6ab3 {
  padding-bottom: 15px;
text-align: center;
}

#s-b452e4cc-b2c4-4b37-a21b-12f9624b6ab3 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 0.5);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
}

#s-b452e4cc-b2c4-4b37-a21b-12f9624b6ab3 .shg-product-price {
  color: rgba(34, 34, 34, 0.5);
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 16px;
}

#s-b452e4cc-b2c4-4b37-a21b-12f9624b6ab3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-67e8aa61-54a5-4707-b027-8c010df57326 {
  margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 1);
border-style: solid;
background-color: rgba(247, 245, 243, 1);
text-align: center;
cursor: pointer;
color: rgba(92, 120, 53, 1);
background-image: none;
hover-type: color;
}
#s-67e8aa61-54a5-4707-b027-8c010df57326:hover {background-color: rgba(92, 120, 53, 0.7) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-67e8aa61-54a5-4707-b027-8c010df57326:active {background-color: rgba(92, 120, 53, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-67e8aa61-54a5-4707-b027-8c010df57326 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67e8aa61-54a5-4707-b027-8c010df57326.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67e8aa61-54a5-4707-b027-8c010df57326.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}

#s-67e8aa61-54a5-4707-b027-8c010df57326.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Source Sans Pro;
  
  font-size: 14px;
  color: rgba(34, 34, 34, 1);
}


  #s-67e8aa61-54a5-4707-b027-8c010df57326.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Source Sans Pro;
    
    font-size: 14px;
    color: rgba(34, 34, 34, 1);
  }


#s-145455d3-31cb-48e2-b38a-005535cdd47e {
  padding-left: 8px;
padding-right: 8px;
min-height: 50px;
}








#s-145455d3-31cb-48e2-b38a-005535cdd47e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-145455d3-31cb-48e2-b38a-005535cdd47e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1c28d9c-841c-4e9d-8533-a8630d1c1436 {
  background-color: rgba(255, 255, 255, 1);
}

#s-a1c28d9c-841c-4e9d-8533-a8630d1c1436 {
  display: none;
}
#s-74eb9198-f24c-4db0-bd22-98dbf04f9cdc {
  text-align: left;
}



.shg-c#s-74eb9198-f24c-4db0-bd22-98dbf04f9cdc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74eb9198-f24c-4db0-bd22-98dbf04f9cdc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-74eb9198-f24c-4db0-bd22-98dbf04f9cdc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74eb9198-f24c-4db0-bd22-98dbf04f9cdc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74eb9198-f24c-4db0-bd22-98dbf04f9cdc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74eb9198-f24c-4db0-bd22-98dbf04f9cdc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74eb9198-f24c-4db0-bd22-98dbf04f9cdc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74eb9198-f24c-4db0-bd22-98dbf04f9cdc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74eb9198-f24c-4db0-bd22-98dbf04f9cdc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74eb9198-f24c-4db0-bd22-98dbf04f9cdc img.shogun-image {
  width: 100%;
}



}
#s-556ae227-bb33-4efc-b03f-3dfe15e75995 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 24px;
padding-right: 24px;
min-height: 78px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-556ae227-bb33-4efc-b03f-3dfe15e75995 .shg-product-title-component h4 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: Didot;
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-57fc2615-222f-4793-8dcd-7790d7389a27 {
  padding-bottom: 15px;
text-align: center;
}

#s-57fc2615-222f-4793-8dcd-7790d7389a27 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 0.5);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
}

#s-57fc2615-222f-4793-8dcd-7790d7389a27 .shg-product-price {
  color: rgba(34, 34, 34, 0.5);
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 16px;
}

#s-57fc2615-222f-4793-8dcd-7790d7389a27 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-546b68e9-63cc-4a8f-bb71-f7c2d4ccc30e {
  margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 1);
border-style: solid;
background-color: rgba(247, 245, 243, 1);
text-align: center;
cursor: pointer;
color: rgba(92, 120, 53, 1);
background-image: none;
hover-type: color;
}
#s-546b68e9-63cc-4a8f-bb71-f7c2d4ccc30e:hover {background-color: rgba(92, 120, 53, 0.7) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-546b68e9-63cc-4a8f-bb71-f7c2d4ccc30e:active {background-color: rgba(92, 120, 53, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-546b68e9-63cc-4a8f-bb71-f7c2d4ccc30e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-546b68e9-63cc-4a8f-bb71-f7c2d4ccc30e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-546b68e9-63cc-4a8f-bb71-f7c2d4ccc30e.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}

#s-546b68e9-63cc-4a8f-bb71-f7c2d4ccc30e.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Source Sans Pro;
  
  font-size: 14px;
  color: rgba(34, 34, 34, 1);
}


  #s-546b68e9-63cc-4a8f-bb71-f7c2d4ccc30e.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Source Sans Pro;
    
    font-size: 14px;
    color: rgba(34, 34, 34, 1);
  }


#s-51ed7e81-506e-4543-b0b7-26f8f139bfa5 {
  padding-left: 8px;
padding-right: 8px;
min-height: 50px;
}








#s-51ed7e81-506e-4543-b0b7-26f8f139bfa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51ed7e81-506e-4543-b0b7-26f8f139bfa5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a0d088c-e625-45d3-bd4f-843207b444f8 {
  background-color: rgba(255, 255, 255, 1);
}

#s-0a0d088c-e625-45d3-bd4f-843207b444f8 {
  display: none;
}
#s-cb4cb444-255e-4fc9-9ebb-a09ea31485e2 {
  text-align: left;
}



.shg-c#s-cb4cb444-255e-4fc9-9ebb-a09ea31485e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb4cb444-255e-4fc9-9ebb-a09ea31485e2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cb4cb444-255e-4fc9-9ebb-a09ea31485e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb4cb444-255e-4fc9-9ebb-a09ea31485e2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cb4cb444-255e-4fc9-9ebb-a09ea31485e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb4cb444-255e-4fc9-9ebb-a09ea31485e2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cb4cb444-255e-4fc9-9ebb-a09ea31485e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb4cb444-255e-4fc9-9ebb-a09ea31485e2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cb4cb444-255e-4fc9-9ebb-a09ea31485e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb4cb444-255e-4fc9-9ebb-a09ea31485e2 img.shogun-image {
  width: 100%;
}



}
#s-fadba5d5-b417-47d3-b357-f9789acf9c67 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 24px;
padding-right: 24px;
min-height: 78px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-fadba5d5-b417-47d3-b357-f9789acf9c67 .shg-product-title-component h4 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: Didot;
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-f41983db-de30-48d3-94c9-680aa3c01f34 {
  padding-bottom: 15px;
text-align: center;
}

#s-f41983db-de30-48d3-94c9-680aa3c01f34 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 0.5);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
}

#s-f41983db-de30-48d3-94c9-680aa3c01f34 .shg-product-price {
  color: rgba(34, 34, 34, 0.5);
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 16px;
}

#s-f41983db-de30-48d3-94c9-680aa3c01f34 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a0332399-0594-420d-bf83-6fc699d607e9 {
  margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 1);
border-style: solid;
background-color: rgba(247, 245, 243, 1);
text-align: center;
cursor: pointer;
color: rgba(92, 120, 53, 1);
background-image: none;
hover-type: color;
}
#s-a0332399-0594-420d-bf83-6fc699d607e9:hover {background-color: rgba(92, 120, 53, 0.7) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a0332399-0594-420d-bf83-6fc699d607e9:active {background-color: rgba(92, 120, 53, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-a0332399-0594-420d-bf83-6fc699d607e9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a0332399-0594-420d-bf83-6fc699d607e9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0332399-0594-420d-bf83-6fc699d607e9.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}

#s-a0332399-0594-420d-bf83-6fc699d607e9.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Source Sans Pro;
  
  font-size: 14px;
  color: rgba(34, 34, 34, 1);
}


  #s-a0332399-0594-420d-bf83-6fc699d607e9.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Source Sans Pro;
    
    font-size: 14px;
    color: rgba(34, 34, 34, 1);
  }


#s-777764fd-140b-46e1-81bd-e0253275391b {
  padding-left: 8px;
padding-right: 8px;
min-height: 50px;
}








#s-777764fd-140b-46e1-81bd-e0253275391b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-777764fd-140b-46e1-81bd-e0253275391b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-587d903b-23ea-4cca-a7c5-15a3fc8b8032 {
  background-color: rgba(255, 255, 255, 1);
}

#s-587d903b-23ea-4cca-a7c5-15a3fc8b8032 {
  display: none;
}
#s-c635672e-cc19-4db5-9b1c-fdec102ac8f7 {
  text-align: left;
}



.shg-c#s-c635672e-cc19-4db5-9b1c-fdec102ac8f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c635672e-cc19-4db5-9b1c-fdec102ac8f7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c635672e-cc19-4db5-9b1c-fdec102ac8f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c635672e-cc19-4db5-9b1c-fdec102ac8f7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c635672e-cc19-4db5-9b1c-fdec102ac8f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c635672e-cc19-4db5-9b1c-fdec102ac8f7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c635672e-cc19-4db5-9b1c-fdec102ac8f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c635672e-cc19-4db5-9b1c-fdec102ac8f7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c635672e-cc19-4db5-9b1c-fdec102ac8f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c635672e-cc19-4db5-9b1c-fdec102ac8f7 img.shogun-image {
  width: 100%;
}



}
#s-c8370dbe-4d39-40e2-b87f-bba9c55a4c1c {
  margin-left: 0%;
margin-right: 0%;
padding-left: 24px;
padding-right: 24px;
min-height: 78px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-c8370dbe-4d39-40e2-b87f-bba9c55a4c1c .shg-product-title-component h4 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: Didot;
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-1e3e2a4d-ae66-453f-9452-c5945e4aebd1 {
  padding-bottom: 15px;
text-align: center;
}

#s-1e3e2a4d-ae66-453f-9452-c5945e4aebd1 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 0.5);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
}

#s-1e3e2a4d-ae66-453f-9452-c5945e4aebd1 .shg-product-price {
  color: rgba(34, 34, 34, 0.5);
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 16px;
}

#s-1e3e2a4d-ae66-453f-9452-c5945e4aebd1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-26ac36d0-a446-4b0f-a2b5-d447cb733b02 {
  margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 1);
border-style: solid;
background-color: rgba(247, 245, 243, 1);
text-align: center;
cursor: pointer;
color: rgba(92, 120, 53, 1);
background-image: none;
hover-type: color;
}
#s-26ac36d0-a446-4b0f-a2b5-d447cb733b02:hover {background-color: rgba(92, 120, 53, 0.7) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-26ac36d0-a446-4b0f-a2b5-d447cb733b02:active {background-color: rgba(92, 120, 53, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-26ac36d0-a446-4b0f-a2b5-d447cb733b02 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-26ac36d0-a446-4b0f-a2b5-d447cb733b02.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-26ac36d0-a446-4b0f-a2b5-d447cb733b02.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}

#s-26ac36d0-a446-4b0f-a2b5-d447cb733b02.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Source Sans Pro;
  
  font-size: 14px;
  color: rgba(34, 34, 34, 1);
}


  #s-26ac36d0-a446-4b0f-a2b5-d447cb733b02.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Source Sans Pro;
    
    font-size: 14px;
    color: rgba(34, 34, 34, 1);
  }


#s-ff045f50-f752-4369-a8ae-d2c76663337d {
  padding-left: 8px;
padding-right: 8px;
min-height: 50px;
}








#s-ff045f50-f752-4369-a8ae-d2c76663337d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff045f50-f752-4369-a8ae-d2c76663337d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1cd70047-d2a3-4594-9c01-12241025fe4c {
  background-color: rgba(255, 255, 255, 1);
}

#s-1cd70047-d2a3-4594-9c01-12241025fe4c {
  display: none;
}
#s-8abfbc05-d316-4603-980d-5001d50dee2b {
  text-align: left;
}



.shg-c#s-8abfbc05-d316-4603-980d-5001d50dee2b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8abfbc05-d316-4603-980d-5001d50dee2b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8abfbc05-d316-4603-980d-5001d50dee2b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8abfbc05-d316-4603-980d-5001d50dee2b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8abfbc05-d316-4603-980d-5001d50dee2b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8abfbc05-d316-4603-980d-5001d50dee2b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8abfbc05-d316-4603-980d-5001d50dee2b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8abfbc05-d316-4603-980d-5001d50dee2b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8abfbc05-d316-4603-980d-5001d50dee2b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8abfbc05-d316-4603-980d-5001d50dee2b img.shogun-image {
  width: 100%;
}



}
#s-bca5ab11-af4d-427c-bfcd-71f332bd441b {
  margin-left: 0%;
margin-right: 0%;
padding-left: 24px;
padding-right: 24px;
min-height: 78px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-bca5ab11-af4d-427c-bfcd-71f332bd441b .shg-product-title-component h4 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: Didot;
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-3a6cf37e-4222-463e-9efd-aed36345a885 {
  padding-bottom: 15px;
text-align: center;
}

#s-3a6cf37e-4222-463e-9efd-aed36345a885 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 0.5);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
}

#s-3a6cf37e-4222-463e-9efd-aed36345a885 .shg-product-price {
  color: rgba(34, 34, 34, 0.5);
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 16px;
}

#s-3a6cf37e-4222-463e-9efd-aed36345a885 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3100e79d-e7ff-46b9-bea6-4a7ec87c7549 {
  margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 1);
border-style: solid;
background-color: rgba(247, 245, 243, 1);
text-align: center;
cursor: pointer;
color: rgba(92, 120, 53, 1);
background-image: none;
hover-type: color;
}
#s-3100e79d-e7ff-46b9-bea6-4a7ec87c7549:hover {background-color: rgba(92, 120, 53, 0.7) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3100e79d-e7ff-46b9-bea6-4a7ec87c7549:active {background-color: rgba(92, 120, 53, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-3100e79d-e7ff-46b9-bea6-4a7ec87c7549 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3100e79d-e7ff-46b9-bea6-4a7ec87c7549.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3100e79d-e7ff-46b9-bea6-4a7ec87c7549.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}

#s-3100e79d-e7ff-46b9-bea6-4a7ec87c7549.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Source Sans Pro;
  
  font-size: 14px;
  color: rgba(34, 34, 34, 1);
}


  #s-3100e79d-e7ff-46b9-bea6-4a7ec87c7549.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Source Sans Pro;
    
    font-size: 14px;
    color: rgba(34, 34, 34, 1);
  }


#s-08f247ce-ca80-499d-9a6b-26f3e87b3308 {
  padding-top: 24px;
padding-bottom: 24px;
min-height: 50px;
background-color: rgba(241, 238, 235, 1);
}








#s-08f247ce-ca80-499d-9a6b-26f3e87b3308 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08f247ce-ca80-499d-9a6b-26f3e87b3308.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62f130c1-35f4-4bc6-ba23-c721aa93d224 {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-62f130c1-35f4-4bc6-ba23-c721aa93d224 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62f130c1-35f4-4bc6-ba23-c721aa93d224.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88965139-becf-4a18-9509-34370f2623b9 {
  background-color: rgba(255, 255, 255, 1);
}

#s-88965139-becf-4a18-9509-34370f2623b9 {
  display: none;
}
#s-1f2b01b3-2af5-45b2-ab9b-6b2d0fd6f83e {
  text-align: left;
}



.shg-c#s-1f2b01b3-2af5-45b2-ab9b-6b2d0fd6f83e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f2b01b3-2af5-45b2-ab9b-6b2d0fd6f83e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1f2b01b3-2af5-45b2-ab9b-6b2d0fd6f83e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f2b01b3-2af5-45b2-ab9b-6b2d0fd6f83e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1f2b01b3-2af5-45b2-ab9b-6b2d0fd6f83e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f2b01b3-2af5-45b2-ab9b-6b2d0fd6f83e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1f2b01b3-2af5-45b2-ab9b-6b2d0fd6f83e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f2b01b3-2af5-45b2-ab9b-6b2d0fd6f83e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1f2b01b3-2af5-45b2-ab9b-6b2d0fd6f83e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f2b01b3-2af5-45b2-ab9b-6b2d0fd6f83e img.shogun-image {
  width: 100%;
}



}
#s-018725cc-1322-47bf-8dd2-ce5c5ef60f2e {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-018725cc-1322-47bf-8dd2-ce5c5ef60f2e .shg-product-title-component h3 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: Didot;
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-17c907fc-a3b9-49e9-a1c8-b2f41ff67034 {
  text-align: center;
}

#s-17c907fc-a3b9-49e9-a1c8-b2f41ff67034 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 0.5);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
}

#s-17c907fc-a3b9-49e9-a1c8-b2f41ff67034 .shg-product-price {
  color: rgba(34, 34, 34, 0.5);
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 16px;
}

#s-17c907fc-a3b9-49e9-a1c8-b2f41ff67034 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8759f403-3270-4c49-ad4f-32abea8a6e46 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 1);
border-style: solid;
background-color: rgba(249, 247, 246, 1);
text-align: center;
cursor: pointer;
color: rgba(92, 120, 53, 1);
background-image: none;
hover-type: color;
}
#s-8759f403-3270-4c49-ad4f-32abea8a6e46:hover {background-color: rgba(92, 120, 53, 0.7) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8759f403-3270-4c49-ad4f-32abea8a6e46:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8759f403-3270-4c49-ad4f-32abea8a6e46 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8759f403-3270-4c49-ad4f-32abea8a6e46.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8759f403-3270-4c49-ad4f-32abea8a6e46.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}

#s-8759f403-3270-4c49-ad4f-32abea8a6e46.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8759f403-3270-4c49-ad4f-32abea8a6e46.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-c88926b1-6f83-4034-b344-beea98301d2c {
  padding-top: 24px;
padding-bottom: 24px;
min-height: 50px;
background-color: rgba(241, 238, 235, 1);
}








#s-c88926b1-6f83-4034-b344-beea98301d2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c88926b1-6f83-4034-b344-beea98301d2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b004eb9-1ccc-425f-819e-a45b8977214d {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4b004eb9-1ccc-425f-819e-a45b8977214d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b004eb9-1ccc-425f-819e-a45b8977214d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba04b1b6-a71a-49d6-b865-9452edcef5a5 {
  background-color: rgba(255, 255, 255, 1);
}

#s-ba04b1b6-a71a-49d6-b865-9452edcef5a5 {
  display: none;
}
#s-baa105ea-23d7-40c1-916e-2a42c6093dfd {
  text-align: left;
}



.shg-c#s-baa105ea-23d7-40c1-916e-2a42c6093dfd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-baa105ea-23d7-40c1-916e-2a42c6093dfd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-baa105ea-23d7-40c1-916e-2a42c6093dfd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-baa105ea-23d7-40c1-916e-2a42c6093dfd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-baa105ea-23d7-40c1-916e-2a42c6093dfd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-baa105ea-23d7-40c1-916e-2a42c6093dfd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-baa105ea-23d7-40c1-916e-2a42c6093dfd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-baa105ea-23d7-40c1-916e-2a42c6093dfd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-baa105ea-23d7-40c1-916e-2a42c6093dfd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-baa105ea-23d7-40c1-916e-2a42c6093dfd img.shogun-image {
  width: 100%;
}



}
#s-a7ada525-b38b-4981-8273-0b28b0906358 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-a7ada525-b38b-4981-8273-0b28b0906358 .shg-product-title-component h3 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: Didot;
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-98cd3495-dc9b-495a-8f4f-e661021ac6b6 {
  text-align: center;
}

#s-98cd3495-dc9b-495a-8f4f-e661021ac6b6 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 0.5);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
}

#s-98cd3495-dc9b-495a-8f4f-e661021ac6b6 .shg-product-price {
  color: rgba(34, 34, 34, 0.5);
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 16px;
}

#s-98cd3495-dc9b-495a-8f4f-e661021ac6b6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bef01989-f67b-4dc3-835a-0f80f170a1ee {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 1);
border-style: solid;
background-color: rgba(249, 247, 246, 1);
text-align: center;
cursor: pointer;
color: rgba(92, 120, 53, 1);
background-image: none;
hover-type: color;
}
#s-bef01989-f67b-4dc3-835a-0f80f170a1ee:hover {background-color: rgba(92, 120, 53, 0.7) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-bef01989-f67b-4dc3-835a-0f80f170a1ee:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bef01989-f67b-4dc3-835a-0f80f170a1ee {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bef01989-f67b-4dc3-835a-0f80f170a1ee.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bef01989-f67b-4dc3-835a-0f80f170a1ee.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}

#s-bef01989-f67b-4dc3-835a-0f80f170a1ee.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-bef01989-f67b-4dc3-835a-0f80f170a1ee.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-e567c5d5-4055-4309-a070-177e489bf4a2 {
  padding-top: 24px;
padding-bottom: 24px;
min-height: 50px;
background-color: rgba(241, 238, 235, 1);
}








#s-e567c5d5-4055-4309-a070-177e489bf4a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e567c5d5-4055-4309-a070-177e489bf4a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a5373df-f1b6-4ce6-a529-1fa27be2454f {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9a5373df-f1b6-4ce6-a529-1fa27be2454f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a5373df-f1b6-4ce6-a529-1fa27be2454f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65f8bdb1-9937-4468-ac94-fd303dc11510 {
  background-color: rgba(255, 255, 255, 1);
}

#s-65f8bdb1-9937-4468-ac94-fd303dc11510 {
  display: none;
}
#s-6534e88a-5866-41c7-8a17-369e7f6af062 {
  text-align: left;
}



.shg-c#s-6534e88a-5866-41c7-8a17-369e7f6af062 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6534e88a-5866-41c7-8a17-369e7f6af062 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6534e88a-5866-41c7-8a17-369e7f6af062 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6534e88a-5866-41c7-8a17-369e7f6af062 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6534e88a-5866-41c7-8a17-369e7f6af062 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6534e88a-5866-41c7-8a17-369e7f6af062 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6534e88a-5866-41c7-8a17-369e7f6af062 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6534e88a-5866-41c7-8a17-369e7f6af062 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6534e88a-5866-41c7-8a17-369e7f6af062 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6534e88a-5866-41c7-8a17-369e7f6af062 img.shogun-image {
  width: 100%;
}



}
#s-2d7ea83b-a99d-4894-8f7b-b79787581e40 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-2d7ea83b-a99d-4894-8f7b-b79787581e40 .shg-product-title-component h3 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: Didot;
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-a24899f8-c862-477a-9d94-97318eb961ea {
  text-align: center;
}

#s-a24899f8-c862-477a-9d94-97318eb961ea .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 0.5);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
}

#s-a24899f8-c862-477a-9d94-97318eb961ea .shg-product-price {
  color: rgba(34, 34, 34, 0.5);
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 16px;
}

#s-a24899f8-c862-477a-9d94-97318eb961ea .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9cb8a101-07d8-41f8-ad32-055e6cbdc64c {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 1);
border-style: solid;
background-color: rgba(249, 247, 246, 1);
text-align: center;
cursor: pointer;
color: rgba(92, 120, 53, 1);
background-image: none;
hover-type: color;
}
#s-9cb8a101-07d8-41f8-ad32-055e6cbdc64c:hover {background-color: rgba(92, 120, 53, 0.7) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9cb8a101-07d8-41f8-ad32-055e6cbdc64c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9cb8a101-07d8-41f8-ad32-055e6cbdc64c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9cb8a101-07d8-41f8-ad32-055e6cbdc64c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9cb8a101-07d8-41f8-ad32-055e6cbdc64c.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}

#s-9cb8a101-07d8-41f8-ad32-055e6cbdc64c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9cb8a101-07d8-41f8-ad32-055e6cbdc64c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-2bcff32f-81f1-44ab-b253-948f510bad4d {
  padding-top: 24px;
padding-bottom: 24px;
min-height: 50px;
background-color: rgba(241, 238, 235, 1);
}








#s-2bcff32f-81f1-44ab-b253-948f510bad4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bcff32f-81f1-44ab-b253-948f510bad4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-794b6103-fce6-4fa7-a01c-9da2b5b6aefe {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-794b6103-fce6-4fa7-a01c-9da2b5b6aefe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-794b6103-fce6-4fa7-a01c-9da2b5b6aefe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c246d651-6ffc-4e42-9dc9-ae6e9e933972 {
  background-color: rgba(255, 255, 255, 1);
}

#s-c246d651-6ffc-4e42-9dc9-ae6e9e933972 {
  display: none;
}
#s-15cf7941-26b5-4588-ad4d-8aedc2f54990 {
  text-align: left;
}



.shg-c#s-15cf7941-26b5-4588-ad4d-8aedc2f54990 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15cf7941-26b5-4588-ad4d-8aedc2f54990 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-15cf7941-26b5-4588-ad4d-8aedc2f54990 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15cf7941-26b5-4588-ad4d-8aedc2f54990 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-15cf7941-26b5-4588-ad4d-8aedc2f54990 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15cf7941-26b5-4588-ad4d-8aedc2f54990 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-15cf7941-26b5-4588-ad4d-8aedc2f54990 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15cf7941-26b5-4588-ad4d-8aedc2f54990 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-15cf7941-26b5-4588-ad4d-8aedc2f54990 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15cf7941-26b5-4588-ad4d-8aedc2f54990 img.shogun-image {
  width: 100%;
}



}
#s-0987e1ae-0b43-4ed8-982f-3f954cc5e5f8 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-0987e1ae-0b43-4ed8-982f-3f954cc5e5f8 .shg-product-title-component h3 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: Didot;
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-bbf08eee-a0f8-4750-997f-7efd9376143c {
  text-align: center;
}

#s-bbf08eee-a0f8-4750-997f-7efd9376143c .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 0.5);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
}

#s-bbf08eee-a0f8-4750-997f-7efd9376143c .shg-product-price {
  color: rgba(34, 34, 34, 0.5);
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 16px;
}

#s-bbf08eee-a0f8-4750-997f-7efd9376143c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a03bb8b8-bcc7-45a2-981b-dafcf0e0ecef {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 1);
border-style: solid;
background-color: rgba(249, 247, 246, 1);
text-align: center;
cursor: pointer;
color: rgba(92, 120, 53, 0.7);
background-image: none;
hover-type: color;
}
#s-a03bb8b8-bcc7-45a2-981b-dafcf0e0ecef:hover {background-color: rgba(92, 120, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a03bb8b8-bcc7-45a2-981b-dafcf0e0ecef:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a03bb8b8-bcc7-45a2-981b-dafcf0e0ecef {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a03bb8b8-bcc7-45a2-981b-dafcf0e0ecef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a03bb8b8-bcc7-45a2-981b-dafcf0e0ecef.shg-btn {
  color: rgba(92, 120, 53, 0.7);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}

#s-a03bb8b8-bcc7-45a2-981b-dafcf0e0ecef.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a03bb8b8-bcc7-45a2-981b-dafcf0e0ecef.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-ad9e6e50-bc8e-41b8-a2a4-1c5cc2e57f7e {
  padding-top: 24px;
padding-bottom: 24px;
min-height: 50px;
background-color: rgba(241, 238, 235, 1);
}








#s-ad9e6e50-bc8e-41b8-a2a4-1c5cc2e57f7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad9e6e50-bc8e-41b8-a2a4-1c5cc2e57f7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2175a504-0af7-45aa-9c53-0fa53ce34433 {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2175a504-0af7-45aa-9c53-0fa53ce34433 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2175a504-0af7-45aa-9c53-0fa53ce34433.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1ce0720-c6be-4f2a-81de-ad761c8bb6e5 {
  background-color: rgba(255, 255, 255, 1);
}

#s-b1ce0720-c6be-4f2a-81de-ad761c8bb6e5 {
  display: none;
}
#s-8d901aea-065d-4331-9e97-bcbd641958c8 {
  text-align: left;
}



.shg-c#s-8d901aea-065d-4331-9e97-bcbd641958c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d901aea-065d-4331-9e97-bcbd641958c8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8d901aea-065d-4331-9e97-bcbd641958c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d901aea-065d-4331-9e97-bcbd641958c8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d901aea-065d-4331-9e97-bcbd641958c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d901aea-065d-4331-9e97-bcbd641958c8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d901aea-065d-4331-9e97-bcbd641958c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d901aea-065d-4331-9e97-bcbd641958c8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d901aea-065d-4331-9e97-bcbd641958c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d901aea-065d-4331-9e97-bcbd641958c8 img.shogun-image {
  width: 100%;
}



}
#s-c78dec84-37f0-49db-8bda-b905b635b920 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-c78dec84-37f0-49db-8bda-b905b635b920 .shg-product-title-component h3 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: Didot;
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-e4e7d4a7-ce44-4459-adb8-9eb16fb5c887 {
  text-align: center;
}

#s-e4e7d4a7-ce44-4459-adb8-9eb16fb5c887 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 0.5);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
}

#s-e4e7d4a7-ce44-4459-adb8-9eb16fb5c887 .shg-product-price {
  color: rgba(34, 34, 34, 0.5);
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 16px;
}

#s-e4e7d4a7-ce44-4459-adb8-9eb16fb5c887 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8b134d28-35a6-4b66-b508-3eccb7f8d12f {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 1);
border-style: solid;
background-color: rgba(249, 247, 246, 1);
text-align: center;
cursor: pointer;
color: rgba(92, 120, 53, 0.7);
background-image: none;
hover-type: color;
}
#s-8b134d28-35a6-4b66-b508-3eccb7f8d12f:hover {background-color: rgba(92, 120, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8b134d28-35a6-4b66-b508-3eccb7f8d12f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8b134d28-35a6-4b66-b508-3eccb7f8d12f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8b134d28-35a6-4b66-b508-3eccb7f8d12f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b134d28-35a6-4b66-b508-3eccb7f8d12f.shg-btn {
  color: rgba(92, 120, 53, 0.7);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}

#s-8b134d28-35a6-4b66-b508-3eccb7f8d12f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8b134d28-35a6-4b66-b508-3eccb7f8d12f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-0e118e0d-b58d-4431-a715-3782fa8e0b09 {
  padding-top: 24px;
padding-bottom: 24px;
min-height: 50px;
background-color: rgba(241, 238, 235, 1);
}








#s-0e118e0d-b58d-4431-a715-3782fa8e0b09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e118e0d-b58d-4431-a715-3782fa8e0b09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a9bee3c-1012-47da-816d-4f2f91c3c75e {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3a9bee3c-1012-47da-816d-4f2f91c3c75e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a9bee3c-1012-47da-816d-4f2f91c3c75e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19460ba6-c70f-4293-83e3-445acb213f12 {
  background-color: rgba(255, 255, 255, 1);
}

#s-19460ba6-c70f-4293-83e3-445acb213f12 {
  display: none;
}
#s-ae4ba74e-133a-4231-97cf-b03d25d9b944 {
  text-align: left;
}



.shg-c#s-ae4ba74e-133a-4231-97cf-b03d25d9b944 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae4ba74e-133a-4231-97cf-b03d25d9b944 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ae4ba74e-133a-4231-97cf-b03d25d9b944 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae4ba74e-133a-4231-97cf-b03d25d9b944 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ae4ba74e-133a-4231-97cf-b03d25d9b944 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae4ba74e-133a-4231-97cf-b03d25d9b944 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ae4ba74e-133a-4231-97cf-b03d25d9b944 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae4ba74e-133a-4231-97cf-b03d25d9b944 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ae4ba74e-133a-4231-97cf-b03d25d9b944 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae4ba74e-133a-4231-97cf-b03d25d9b944 img.shogun-image {
  width: 100%;
}



}
#s-3d69a5cd-a5bf-4102-b144-999b3bcd2ecb {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-3d69a5cd-a5bf-4102-b144-999b3bcd2ecb .shg-product-title-component h3 {
  color: rgba(34, 34, 34, 1);
  font-weight:   ;
  font-family: Didot;
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-852fbc9a-992c-4696-8c54-342cf90dd145 {
  text-align: center;
}

#s-852fbc9a-992c-4696-8c54-342cf90dd145 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 0.5);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
}

#s-852fbc9a-992c-4696-8c54-342cf90dd145 .shg-product-price {
  color: rgba(34, 34, 34, 0.5);
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 16px;
}

#s-852fbc9a-992c-4696-8c54-342cf90dd145 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9c7d6ede-0985-4db4-a7e2-c8feeaf8ed4b {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 1);
border-style: solid;
background-color: rgba(249, 247, 246, 1);
text-align: center;
cursor: pointer;
color: rgba(92, 120, 53, 1);
background-image: none;
hover-type: color;
}
#s-9c7d6ede-0985-4db4-a7e2-c8feeaf8ed4b:hover {background-color: rgba(92, 120, 53, 0.7) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9c7d6ede-0985-4db4-a7e2-c8feeaf8ed4b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9c7d6ede-0985-4db4-a7e2-c8feeaf8ed4b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9c7d6ede-0985-4db4-a7e2-c8feeaf8ed4b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9c7d6ede-0985-4db4-a7e2-c8feeaf8ed4b.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}

#s-9c7d6ede-0985-4db4-a7e2-c8feeaf8ed4b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9c7d6ede-0985-4db4-a7e2-c8feeaf8ed4b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-990533c9-6310-4505-a1cc-deb19c691134 {
  padding-top: 24px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(241, 238, 235, 1);
}








#s-990533c9-6310-4505-a1cc-deb19c691134 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-990533c9-6310-4505-a1cc-deb19c691134.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f887d755-d098-455c-9b2b-9969b1518bfd {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f887d755-d098-455c-9b2b-9969b1518bfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f887d755-d098-455c-9b2b-9969b1518bfd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75f3455b-8d25-44f8-9d41-22d9cf464bf2 {
  background-color: rgba(255, 255, 255, 1);
}

#s-75f3455b-8d25-44f8-9d41-22d9cf464bf2 {
  display: none;
}
#s-0a3d0adf-88e1-4d6b-bbae-a6b53d7d4b2e {
  text-align: left;
}



.shg-c#s-0a3d0adf-88e1-4d6b-bbae-a6b53d7d4b2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a3d0adf-88e1-4d6b-bbae-a6b53d7d4b2e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0a3d0adf-88e1-4d6b-bbae-a6b53d7d4b2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a3d0adf-88e1-4d6b-bbae-a6b53d7d4b2e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a3d0adf-88e1-4d6b-bbae-a6b53d7d4b2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a3d0adf-88e1-4d6b-bbae-a6b53d7d4b2e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a3d0adf-88e1-4d6b-bbae-a6b53d7d4b2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a3d0adf-88e1-4d6b-bbae-a6b53d7d4b2e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a3d0adf-88e1-4d6b-bbae-a6b53d7d4b2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a3d0adf-88e1-4d6b-bbae-a6b53d7d4b2e img.shogun-image {
  width: 100%;
}



}
#s-f7d417c4-5b97-4996-bbee-b80740b1b174 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-f7d417c4-5b97-4996-bbee-b80740b1b174 .shg-product-title-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Didot;
  font-style:   ;
  font-size: 22px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-93e74da9-31fa-4e9f-995c-7111ae2de840 {
  text-align: center;
}

#s-93e74da9-31fa-4e9f-995c-7111ae2de840 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
}

#s-93e74da9-31fa-4e9f-995c-7111ae2de840 .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 18px;
}

#s-93e74da9-31fa-4e9f-995c-7111ae2de840 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8bf03cb1-5dc7-451a-a2e4-692052d88639 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 14px;
padding-left: 40px;
padding-bottom: 14px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(44, 42, 52, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-8bf03cb1-5dc7-451a-a2e4-692052d88639:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8bf03cb1-5dc7-451a-a2e4-692052d88639:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8bf03cb1-5dc7-451a-a2e4-692052d88639 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8bf03cb1-5dc7-451a-a2e4-692052d88639.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8bf03cb1-5dc7-451a-a2e4-692052d88639.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}

#s-8bf03cb1-5dc7-451a-a2e4-692052d88639.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-af11f079-3fe6-4593-ada2-0ce2ab68f127 {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 14px;
padding-left: 40px;
padding-bottom: 14px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-af11f079-3fe6-4593-ada2-0ce2ab68f127:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-af11f079-3fe6-4593-ada2-0ce2ab68f127:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-af11f079-3fe6-4593-ada2-0ce2ab68f127-root {
    text-align: center;
  }


#s-af11f079-3fe6-4593-ada2-0ce2ab68f127.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
@media (min-width: 1200px){
  #s-af11f079-3fe6-4593-ada2-0ce2ab68f127-root {
    text-align: center;
  }


#s-af11f079-3fe6-4593-ada2-0ce2ab68f127.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-af11f079-3fe6-4593-ada2-0ce2ab68f127-root {
    text-align: center;
  }


#s-af11f079-3fe6-4593-ada2-0ce2ab68f127.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-af11f079-3fe6-4593-ada2-0ce2ab68f127-root {
    text-align: center;
  }


#s-af11f079-3fe6-4593-ada2-0ce2ab68f127.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
}@media (max-width: 767px){
  #s-af11f079-3fe6-4593-ada2-0ce2ab68f127-root {
    text-align: center;
  }


#s-af11f079-3fe6-4593-ada2-0ce2ab68f127.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
}
#s-f1476703-ccaf-4240-b632-9639029a82dd {
  padding-top: 24px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(241, 238, 235, 1);
}








#s-f1476703-ccaf-4240-b632-9639029a82dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1476703-ccaf-4240-b632-9639029a82dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e1d5d8f-c654-4295-8824-84362885f5f5 {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3e1d5d8f-c654-4295-8824-84362885f5f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e1d5d8f-c654-4295-8824-84362885f5f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89ee080e-72b5-4986-b668-1de59e0e1dff {
  background-color: rgba(255, 255, 255, 1);
}

#s-89ee080e-72b5-4986-b668-1de59e0e1dff {
  display: none;
}
#s-e5bdfacc-d374-4c4e-be6f-5dfada7a2670 {
  text-align: left;
}



.shg-c#s-e5bdfacc-d374-4c4e-be6f-5dfada7a2670 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5bdfacc-d374-4c4e-be6f-5dfada7a2670 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e5bdfacc-d374-4c4e-be6f-5dfada7a2670 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5bdfacc-d374-4c4e-be6f-5dfada7a2670 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e5bdfacc-d374-4c4e-be6f-5dfada7a2670 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5bdfacc-d374-4c4e-be6f-5dfada7a2670 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e5bdfacc-d374-4c4e-be6f-5dfada7a2670 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5bdfacc-d374-4c4e-be6f-5dfada7a2670 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e5bdfacc-d374-4c4e-be6f-5dfada7a2670 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5bdfacc-d374-4c4e-be6f-5dfada7a2670 img.shogun-image {
  width: 100%;
}



}
#s-1d729b11-7950-49f1-9740-e6fbae297442 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-1d729b11-7950-49f1-9740-e6fbae297442 .shg-product-title-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Didot;
  font-style:   ;
  font-size: 22px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-90c22155-fe33-44f3-a16d-d8b542563ae1 {
  text-align: center;
}

#s-90c22155-fe33-44f3-a16d-d8b542563ae1 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
}

#s-90c22155-fe33-44f3-a16d-d8b542563ae1 .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 18px;
}

#s-90c22155-fe33-44f3-a16d-d8b542563ae1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6b6cefa7-5cdb-4ac7-ba2f-aba245089f73 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 14px;
padding-left: 40px;
padding-bottom: 14px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(44, 42, 52, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-6b6cefa7-5cdb-4ac7-ba2f-aba245089f73:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6b6cefa7-5cdb-4ac7-ba2f-aba245089f73:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6b6cefa7-5cdb-4ac7-ba2f-aba245089f73 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6b6cefa7-5cdb-4ac7-ba2f-aba245089f73.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6b6cefa7-5cdb-4ac7-ba2f-aba245089f73.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}

#s-6b6cefa7-5cdb-4ac7-ba2f-aba245089f73.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8f4e6470-39fb-4ed3-a1b4-18c12d674340 {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 14px;
padding-left: 40px;
padding-bottom: 14px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-8f4e6470-39fb-4ed3-a1b4-18c12d674340:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-8f4e6470-39fb-4ed3-a1b4-18c12d674340:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8f4e6470-39fb-4ed3-a1b4-18c12d674340-root {
    text-align: center;
  }


#s-8f4e6470-39fb-4ed3-a1b4-18c12d674340.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8f4e6470-39fb-4ed3-a1b4-18c12d674340-root {
    text-align: center;
  }


#s-8f4e6470-39fb-4ed3-a1b4-18c12d674340.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f4e6470-39fb-4ed3-a1b4-18c12d674340-root {
    text-align: center;
  }


#s-8f4e6470-39fb-4ed3-a1b4-18c12d674340.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f4e6470-39fb-4ed3-a1b4-18c12d674340-root {
    text-align: center;
  }


#s-8f4e6470-39fb-4ed3-a1b4-18c12d674340.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8f4e6470-39fb-4ed3-a1b4-18c12d674340-root {
    text-align: center;
  }


#s-8f4e6470-39fb-4ed3-a1b4-18c12d674340.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}
}
#s-e8c087d2-5bd4-43b2-a074-b911cd7a473c {
  
}
@media (min-width: 1200px){#s-e8c087d2-5bd4-43b2-a074-b911cd7a473c {
  display: none;
}
#s-e8c087d2-5bd4-43b2-a074-b911cd7a473c, #wrap-s-e8c087d2-5bd4-43b2-a074-b911cd7a473c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e8c087d2-5bd4-43b2-a074-b911cd7a473c {
  display: none;
}
#s-e8c087d2-5bd4-43b2-a074-b911cd7a473c, #wrap-s-e8c087d2-5bd4-43b2-a074-b911cd7a473c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e8c087d2-5bd4-43b2-a074-b911cd7a473c {
  display: none;
}
#s-e8c087d2-5bd4-43b2-a074-b911cd7a473c, #wrap-s-e8c087d2-5bd4-43b2-a074-b911cd7a473c { display:none !important; }}







#s-e8c087d2-5bd4-43b2-a074-b911cd7a473c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8c087d2-5bd4-43b2-a074-b911cd7a473c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f04fb65d-fa8a-4855-b469-330d34c8708b {
  margin-left: 15px;
margin-right: 15px;
padding-top: 120px;
padding-left: 120px;
padding-bottom: 120px;
padding-right: 120px;
min-height: 50px;
background-color: rgba(241, 238, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f04fb65d-fa8a-4855-b469-330d34c8708b {
  display: none;
}
#s-f04fb65d-fa8a-4855-b469-330d34c8708b, #wrap-s-f04fb65d-fa8a-4855-b469-330d34c8708b { display:none !important; }}@media (max-width: 767px){#s-f04fb65d-fa8a-4855-b469-330d34c8708b {
  display: none;
}
#s-f04fb65d-fa8a-4855-b469-330d34c8708b, #wrap-s-f04fb65d-fa8a-4855-b469-330d34c8708b { display:none !important; }}







#s-f04fb65d-fa8a-4855-b469-330d34c8708b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f04fb65d-fa8a-4855-b469-330d34c8708b.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-9e43dc09-8662-43ec-b652-7fb1cf56e8de {
  margin-left: auto;
margin-right: auto;
padding-bottom: 40px;
text-align: center;
}

#s-9e43dc09-8662-43ec-b652-7fb1cf56e8de .shogun-heading-component h2 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: center;
}



#s-e4c14ecc-5945-4eb1-835e-78e3e9883e2a {
  margin-left: auto;
margin-right: auto;
max-width: 1312px;
}

@media (min-width: 0px) {
[id="s-e4c14ecc-5945-4eb1-835e-78e3e9883e2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4c14ecc-5945-4eb1-835e-78e3e9883e2a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-e4c14ecc-5945-4eb1-835e-78e3e9883e2a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-e4c14ecc-5945-4eb1-835e-78e3e9883e2a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.666666666666666px);
}

}

#s-ccdbdd82-e0d4-4894-b00f-e8ff359e3b47 {
  min-height: 50px;
}








#s-ccdbdd82-e0d4-4894-b00f-e8ff359e3b47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccdbdd82-e0d4-4894-b00f-e8ff359e3b47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6155559d-7ffa-48cd-9fb4-d0d920f1ce0e {
  text-align: center;
opacity: 1;
background-color: rgba(0, 0, 0, 1);
}
#s-6155559d-7ffa-48cd-9fb4-d0d920f1ce0e:hover {opacity: 1 !important;}







#s-6155559d-7ffa-48cd-9fb4-d0d920f1ce0e .shogun-image-content {
  
    align-items: center;
  
}

#s-62d033f6-ebf1-4163-9496-e6b8d2b350cf {
  margin-top: auto;
margin-left: 0px;
margin-bottom: auto;
margin-right: 0px;
padding-top: 30px;
min-height: 50px;
}








#s-62d033f6-ebf1-4163-9496-e6b8d2b350cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62d033f6-ebf1-4163-9496-e6b8d2b350cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9319383-bf6d-40c2-b206-5abb2f0f0eab {
  padding-top: 0px;
padding-bottom: 15px;
text-align: left;
}

#s-c9319383-bf6d-40c2-b206-5abb2f0f0eab .shogun-heading-component h2 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-705ce29c-eb5e-42dc-b5d6-55def9703e1f {
  text-align: center;
opacity: 1;
background-color: rgba(0, 0, 0, 1);
}
#s-705ce29c-eb5e-42dc-b5d6-55def9703e1f:hover {opacity: 1 !important;}






  #s-705ce29c-eb5e-42dc-b5d6-55def9703e1f img.shogun-image {
    

    
    
    
  }


#s-705ce29c-eb5e-42dc-b5d6-55def9703e1f .shogun-image-content {
  
    align-items: center;
  
}

#s-e38da034-f5d4-49e8-994d-95275ac045ab {
  margin-top: auto;
margin-left: 0px;
margin-bottom: auto;
margin-right: 0px;
padding-top: 30px;
min-height: 50px;
}








#s-e38da034-f5d4-49e8-994d-95275ac045ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e38da034-f5d4-49e8-994d-95275ac045ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c921b1b-9240-480b-8a60-794f55d67cfa {
  padding-top: 0px;
padding-bottom: 15px;
text-align: left;
}

#s-2c921b1b-9240-480b-8a60-794f55d67cfa .shogun-heading-component h2 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-2506a1b4-366f-47f5-9c81-a4c9dd9a20b3 {
  text-align: center;
opacity: 1;
background-color: rgba(0, 0, 0, 1);
}







  #s-2506a1b4-366f-47f5-9c81-a4c9dd9a20b3 img.shogun-image {
    

    
    
    
  }


#s-2506a1b4-366f-47f5-9c81-a4c9dd9a20b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-99a49f93-72fd-4462-a201-637ebe2ed7c3 {
  margin-top: auto;
margin-left: 0px;
margin-bottom: auto;
margin-right: 0px;
padding-top: 30px;
min-height: 50px;
}








#s-99a49f93-72fd-4462-a201-637ebe2ed7c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99a49f93-72fd-4462-a201-637ebe2ed7c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3c23d75-1c47-4d08-b59b-efdbdf01cff2 {
  padding-top: 0px;
padding-bottom: 15px;
text-align: left;
}

#s-f3c23d75-1c47-4d08-b59b-efdbdf01cff2 .shogun-heading-component h2 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-9a4c6f79-a3d5-49ab-9b42-9c10a9299ecf {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 15px;
margin-right: 15px;
padding-left: 0%;
padding-right: 0%;
min-height: 570px;
background-position: right center;
}
@media (min-width: 1200px){#s-9a4c6f79-a3d5-49ab-9b42-9c10a9299ecf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9a4c6f79-a3d5-49ab-9b42-9c10a9299ecf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9a4c6f79-a3d5-49ab-9b42-9c10a9299ecf {
  display: none;
}
#s-9a4c6f79-a3d5-49ab-9b42-9c10a9299ecf, #wrap-s-9a4c6f79-a3d5-49ab-9b42-9c10a9299ecf { display:none !important; }}@media (max-width: 767px){#s-9a4c6f79-a3d5-49ab-9b42-9c10a9299ecf {
  display: none;
}
#s-9a4c6f79-a3d5-49ab-9b42-9c10a9299ecf, #wrap-s-9a4c6f79-a3d5-49ab-9b42-9c10a9299ecf { display:none !important; }}







#s-9a4c6f79-a3d5-49ab-9b42-9c10a9299ecf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a4c6f79-a3d5-49ab-9b42-9c10a9299ecf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2826bca-ced1-40b2-91bd-206587cb8dfc {
  text-align: left;
}

#s-ee7b502d-868d-46f1-aa5f-3541949ef0b7 {
  padding-left: 2%;
padding-right: 2%;
}

#s-ee7b502d-868d-46f1-aa5f-3541949ef0b7 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 0.5);
}

#s-ee7b502d-868d-46f1-aa5f-3541949ef0b7 .shg-sld-nav-button.shg-sld-left,
#s-ee7b502d-868d-46f1-aa5f-3541949ef0b7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 0.5);
}

#s-d0518ac0-1bae-4f8f-ab7f-895a60f7985f {
  margin-left: 8.2%;
padding-top: 20px;
padding-left: 0%;
padding-bottom: 20px;
max-width: 500px;
}








#s-d0518ac0-1bae-4f8f-ab7f-895a60f7985f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0518ac0-1bae-4f8f-ab7f-895a60f7985f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57ee0f21-5dbf-4417-a30d-891e913c8369 {
  opacity: 1;
}

#s-e407945d-e7c2-4ed8-898b-75f87ccf7f23 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e407945d-e7c2-4ed8-898b-75f87ccf7f23 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.4em;
  
  text-align: left;
}



#s-8fa4be5d-5360-44bd-9e79-ccb2ab8bb04e {
  padding-bottom: 40px;
opacity: 0.5;
}

#s-2818505f-6963-48e3-8dfe-b208378f1680 {
  border-style: solid;
margin-bottom: 0px;
margin-right: auto;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0.2);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-2818505f-6963-48e3-8dfe-b208378f1680:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 0.9) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(92, 120, 53, 1) !important;}#s-2818505f-6963-48e3-8dfe-b208378f1680:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(92, 120, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-2818505f-6963-48e3-8dfe-b208378f1680-root {
    text-align: left;
  }


#s-2818505f-6963-48e3-8dfe-b208378f1680.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2818505f-6963-48e3-8dfe-b208378f1680-root {
    text-align: left;
  }


#s-2818505f-6963-48e3-8dfe-b208378f1680.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2818505f-6963-48e3-8dfe-b208378f1680-root {
    text-align: left;
  }


#s-2818505f-6963-48e3-8dfe-b208378f1680.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2818505f-6963-48e3-8dfe-b208378f1680-root {
    text-align: left;
  }


#s-2818505f-6963-48e3-8dfe-b208378f1680.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2818505f-6963-48e3-8dfe-b208378f1680-root {
    text-align: left;
  }


#s-2818505f-6963-48e3-8dfe-b208378f1680.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-4ed67c0e-b5b8-4e29-b141-1bb2439ef5ca {
  margin-left: 8.2%;
padding-top: 20px;
padding-left: 0%;
padding-bottom: 20px;
max-width: 620px;
}








#s-4ed67c0e-b5b8-4e29-b141-1bb2439ef5ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ed67c0e-b5b8-4e29-b141-1bb2439ef5ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0ac2984-80ea-47ea-9b68-27e13767c9e2 {
  opacity: 1;
}

#s-fbbd5abd-6695-423c-8418-ba49bc2ac4cd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fbbd5abd-6695-423c-8418-ba49bc2ac4cd .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.4em;
  
  text-align: left;
}



#s-617c50b1-ba1a-4c4d-be41-89f70ae95788 {
  padding-bottom: 40px;
opacity: 0.5;
}

#s-4b21a211-85e8-4f19-b903-18707da6c783 {
  border-style: solid;
margin-bottom: 0px;
margin-right: auto;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0.2);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-4b21a211-85e8-4f19-b903-18707da6c783:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 0.9) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(92, 120, 53, 1) !important;}#s-4b21a211-85e8-4f19-b903-18707da6c783:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(92, 120, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-4b21a211-85e8-4f19-b903-18707da6c783-root {
    text-align: left;
  }


#s-4b21a211-85e8-4f19-b903-18707da6c783.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4b21a211-85e8-4f19-b903-18707da6c783-root {
    text-align: left;
  }


#s-4b21a211-85e8-4f19-b903-18707da6c783.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b21a211-85e8-4f19-b903-18707da6c783-root {
    text-align: left;
  }


#s-4b21a211-85e8-4f19-b903-18707da6c783.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4b21a211-85e8-4f19-b903-18707da6c783-root {
    text-align: left;
  }


#s-4b21a211-85e8-4f19-b903-18707da6c783.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4b21a211-85e8-4f19-b903-18707da6c783-root {
    text-align: left;
  }


#s-4b21a211-85e8-4f19-b903-18707da6c783.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-3ee7b573-45df-4390-b0e8-a20299a6d412 {
  margin-left: 8.2%;
padding-top: 20px;
padding-left: 0%;
padding-bottom: 20px;
max-width: 500px;
}








#s-3ee7b573-45df-4390-b0e8-a20299a6d412 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ee7b573-45df-4390-b0e8-a20299a6d412.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52cfb43a-d2a3-4563-90c1-21fdd1082ca5 {
  opacity: 1;
}

#s-82559015-6175-4303-bf59-60a73e83d6ef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-82559015-6175-4303-bf59-60a73e83d6ef .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.4em;
  
  text-align: left;
}



#s-6cbfedd7-3c2c-40e0-b8ea-76eec9e6e39e {
  padding-bottom: 40px;
opacity: 0.5;
}

#s-6cd23359-1cb2-40d0-9b29-913030f35ee9 {
  border-style: solid;
margin-bottom: 0px;
margin-right: auto;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0.2);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-6cd23359-1cb2-40d0-9b29-913030f35ee9:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 0.9) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(92, 120, 53, 1) !important;}#s-6cd23359-1cb2-40d0-9b29-913030f35ee9:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(92, 120, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-6cd23359-1cb2-40d0-9b29-913030f35ee9-root {
    text-align: left;
  }


#s-6cd23359-1cb2-40d0-9b29-913030f35ee9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6cd23359-1cb2-40d0-9b29-913030f35ee9-root {
    text-align: left;
  }


#s-6cd23359-1cb2-40d0-9b29-913030f35ee9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6cd23359-1cb2-40d0-9b29-913030f35ee9-root {
    text-align: left;
  }


#s-6cd23359-1cb2-40d0-9b29-913030f35ee9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6cd23359-1cb2-40d0-9b29-913030f35ee9-root {
    text-align: left;
  }


#s-6cd23359-1cb2-40d0-9b29-913030f35ee9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6cd23359-1cb2-40d0-9b29-913030f35ee9-root {
    text-align: left;
  }


#s-6cd23359-1cb2-40d0-9b29-913030f35ee9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-2bf17582-8e2a-4f91-b300-0442c91259e6 {
  margin-left: 8.2%;
padding-top: 20px;
padding-left: 0%;
padding-bottom: 20px;
max-width: 500px;
}








#s-2bf17582-8e2a-4f91-b300-0442c91259e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bf17582-8e2a-4f91-b300-0442c91259e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc83bd78-a0a8-49ae-9d10-8d90415e4fdc {
  opacity: 1;
}

#s-202c83ff-d86e-4def-8cdc-8ab3a97da6b5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-202c83ff-d86e-4def-8cdc-8ab3a97da6b5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.4em;
  
  text-align: left;
}



#s-b7f28182-3dca-4a92-820c-a77321cb288a {
  padding-bottom: 40px;
opacity: 0.5;
}

#s-03fe9000-6385-4478-acf5-6d28342fe662 {
  border-style: solid;
margin-bottom: 0px;
margin-right: auto;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0.2);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-03fe9000-6385-4478-acf5-6d28342fe662:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 0.9) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(92, 120, 53, 1) !important;}#s-03fe9000-6385-4478-acf5-6d28342fe662:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(92, 120, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-03fe9000-6385-4478-acf5-6d28342fe662-root {
    text-align: left;
  }


#s-03fe9000-6385-4478-acf5-6d28342fe662.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-03fe9000-6385-4478-acf5-6d28342fe662-root {
    text-align: left;
  }


#s-03fe9000-6385-4478-acf5-6d28342fe662.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-03fe9000-6385-4478-acf5-6d28342fe662-root {
    text-align: left;
  }


#s-03fe9000-6385-4478-acf5-6d28342fe662.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-03fe9000-6385-4478-acf5-6d28342fe662-root {
    text-align: left;
  }


#s-03fe9000-6385-4478-acf5-6d28342fe662.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-03fe9000-6385-4478-acf5-6d28342fe662-root {
    text-align: left;
  }


#s-03fe9000-6385-4478-acf5-6d28342fe662.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-63fef957-7934-4ed0-bf91-ff97f1467764 {
  margin-left: 8.2%;
padding-top: 20px;
padding-left: 0%;
padding-bottom: 20px;
max-width: 600px;
}








#s-63fef957-7934-4ed0-bf91-ff97f1467764 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63fef957-7934-4ed0-bf91-ff97f1467764.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19ca860a-b03c-4994-b4e5-52a0ca000569 {
  opacity: 1;
}

#s-59bc010a-261b-40ed-8dfc-12c8a31873fe {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 460px;
text-align: left;
}

#s-59bc010a-261b-40ed-8dfc-12c8a31873fe .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.4em;
  
  text-align: left;
}



#s-92b10405-c28a-4cd2-90bb-e89b6fc64d07 {
  padding-bottom: 40px;
opacity: 0.5;
}

#s-7cb10914-2ded-4d68-8461-88f7b25527c1 {
  border-style: solid;
margin-bottom: 0px;
margin-right: auto;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0.2);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-7cb10914-2ded-4d68-8461-88f7b25527c1:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 0.9) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(92, 120, 53, 1) !important;}#s-7cb10914-2ded-4d68-8461-88f7b25527c1:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(92, 120, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-7cb10914-2ded-4d68-8461-88f7b25527c1-root {
    text-align: left;
  }


#s-7cb10914-2ded-4d68-8461-88f7b25527c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7cb10914-2ded-4d68-8461-88f7b25527c1-root {
    text-align: left;
  }


#s-7cb10914-2ded-4d68-8461-88f7b25527c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7cb10914-2ded-4d68-8461-88f7b25527c1-root {
    text-align: left;
  }


#s-7cb10914-2ded-4d68-8461-88f7b25527c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7cb10914-2ded-4d68-8461-88f7b25527c1-root {
    text-align: left;
  }


#s-7cb10914-2ded-4d68-8461-88f7b25527c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7cb10914-2ded-4d68-8461-88f7b25527c1-root {
    text-align: left;
  }


#s-7cb10914-2ded-4d68-8461-88f7b25527c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-4c420163-0d1b-4b92-907e-56602e0cc43b {
  margin-left: 8.2%;
padding-top: 20px;
padding-left: 0%;
padding-bottom: 20px;
max-width: 600px;
}








#s-4c420163-0d1b-4b92-907e-56602e0cc43b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c420163-0d1b-4b92-907e-56602e0cc43b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eccf29c5-962c-4254-89c9-29a35ffc3e88 {
  opacity: 1;
}

#s-d04c4d65-8495-460d-8ff9-cde61e71190d {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 440px;
text-align: left;
}

#s-d04c4d65-8495-460d-8ff9-cde61e71190d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.4em;
  
  text-align: left;
}



#s-2dab1ac4-c299-4cee-8e1d-31fccdb34464 {
  padding-bottom: 40px;
opacity: 0.5;
}

#s-59054ed7-2ea8-4140-a1de-31215ddf53a2 {
  border-style: solid;
margin-bottom: 0px;
margin-right: auto;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0.2);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-59054ed7-2ea8-4140-a1de-31215ddf53a2:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 0.9) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(92, 120, 53, 1) !important;}#s-59054ed7-2ea8-4140-a1de-31215ddf53a2:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(92, 120, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-59054ed7-2ea8-4140-a1de-31215ddf53a2-root {
    text-align: left;
  }


#s-59054ed7-2ea8-4140-a1de-31215ddf53a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-59054ed7-2ea8-4140-a1de-31215ddf53a2-root {
    text-align: left;
  }


#s-59054ed7-2ea8-4140-a1de-31215ddf53a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-59054ed7-2ea8-4140-a1de-31215ddf53a2-root {
    text-align: left;
  }


#s-59054ed7-2ea8-4140-a1de-31215ddf53a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-59054ed7-2ea8-4140-a1de-31215ddf53a2-root {
    text-align: left;
  }


#s-59054ed7-2ea8-4140-a1de-31215ddf53a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-59054ed7-2ea8-4140-a1de-31215ddf53a2-root {
    text-align: left;
  }


#s-59054ed7-2ea8-4140-a1de-31215ddf53a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-e9c105e8-5976-40d7-9b41-471362984555 {
  margin-left: 8.2%;
padding-top: 20px;
padding-left: 0%;
padding-bottom: 20px;
max-width: 600px;
}








#s-e9c105e8-5976-40d7-9b41-471362984555 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9c105e8-5976-40d7-9b41-471362984555.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df6d064f-e704-4f58-b7f0-16c674b2bd1b {
  opacity: 1;
}

#s-bd0410ab-998e-47e1-8a75-8de858712eb0 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 460px;
text-align: left;
}

#s-bd0410ab-998e-47e1-8a75-8de858712eb0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.4em;
  
  text-align: left;
}



#s-8eeec97a-339d-4db1-8ef2-826f0c7b1588 {
  padding-bottom: 40px;
opacity: 0.5;
}

#s-725c21d7-694b-48df-941f-51afc968b44b {
  border-style: solid;
margin-bottom: 0px;
margin-right: auto;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0.2);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-725c21d7-694b-48df-941f-51afc968b44b:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 0.9) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(92, 120, 53, 1) !important;}#s-725c21d7-694b-48df-941f-51afc968b44b:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(92, 120, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-725c21d7-694b-48df-941f-51afc968b44b-root {
    text-align: left;
  }


#s-725c21d7-694b-48df-941f-51afc968b44b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-725c21d7-694b-48df-941f-51afc968b44b-root {
    text-align: left;
  }


#s-725c21d7-694b-48df-941f-51afc968b44b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-725c21d7-694b-48df-941f-51afc968b44b-root {
    text-align: left;
  }


#s-725c21d7-694b-48df-941f-51afc968b44b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-725c21d7-694b-48df-941f-51afc968b44b-root {
    text-align: left;
  }


#s-725c21d7-694b-48df-941f-51afc968b44b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-725c21d7-694b-48df-941f-51afc968b44b-root {
    text-align: left;
  }


#s-725c21d7-694b-48df-941f-51afc968b44b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-09eced04-1945-4ece-9384-8d365e258fa6 {
  margin-left: 8.2%;
padding-top: 20px;
padding-left: 0%;
padding-bottom: 20px;
max-width: 600px;
}








#s-09eced04-1945-4ece-9384-8d365e258fa6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09eced04-1945-4ece-9384-8d365e258fa6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c4f31c8-e034-4a56-872e-76034c633135 {
  opacity: 1;
}

#s-98e62f04-7957-402c-b18a-4c3b96a85b70 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-98e62f04-7957-402c-b18a-4c3b96a85b70 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.4em;
  
  text-align: left;
}



#s-1fb56b0c-f08f-48b0-b74b-ca17cf7ef0fd {
  padding-bottom: 40px;
opacity: 0.5;
}

#s-1d73c89e-1202-4fa9-91b0-d2c3d29667dc {
  border-style: solid;
margin-bottom: 0px;
margin-right: auto;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0.2);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-1d73c89e-1202-4fa9-91b0-d2c3d29667dc:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 0.9) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(92, 120, 53, 1) !important;}#s-1d73c89e-1202-4fa9-91b0-d2c3d29667dc:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(92, 120, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-1d73c89e-1202-4fa9-91b0-d2c3d29667dc-root {
    text-align: left;
  }


#s-1d73c89e-1202-4fa9-91b0-d2c3d29667dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1d73c89e-1202-4fa9-91b0-d2c3d29667dc-root {
    text-align: left;
  }


#s-1d73c89e-1202-4fa9-91b0-d2c3d29667dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d73c89e-1202-4fa9-91b0-d2c3d29667dc-root {
    text-align: left;
  }


#s-1d73c89e-1202-4fa9-91b0-d2c3d29667dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1d73c89e-1202-4fa9-91b0-d2c3d29667dc-root {
    text-align: left;
  }


#s-1d73c89e-1202-4fa9-91b0-d2c3d29667dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1d73c89e-1202-4fa9-91b0-d2c3d29667dc-root {
    text-align: left;
  }


#s-1d73c89e-1202-4fa9-91b0-d2c3d29667dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-81cc214e-46c9-40d1-a5ed-0aa61c93d8ad {
  margin-top: 0px;
margin-bottom: 0px;
padding-right: 0px;
background-color: rgba(241, 238, 235, 1);
}
@media (min-width: 1200px){#s-81cc214e-46c9-40d1-a5ed-0aa61c93d8ad {
  display: none;
}
#s-81cc214e-46c9-40d1-a5ed-0aa61c93d8ad, #wrap-s-81cc214e-46c9-40d1-a5ed-0aa61c93d8ad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81cc214e-46c9-40d1-a5ed-0aa61c93d8ad {
  display: none;
}
#s-81cc214e-46c9-40d1-a5ed-0aa61c93d8ad, #wrap-s-81cc214e-46c9-40d1-a5ed-0aa61c93d8ad { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81cc214e-46c9-40d1-a5ed-0aa61c93d8ad {
  display: none;
}
#s-81cc214e-46c9-40d1-a5ed-0aa61c93d8ad, #wrap-s-81cc214e-46c9-40d1-a5ed-0aa61c93d8ad { display:none !important; }}







#s-81cc214e-46c9-40d1-a5ed-0aa61c93d8ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81cc214e-46c9-40d1-a5ed-0aa61c93d8ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-404ce96c-e012-4325-92f2-8469d9175c3d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 64px;
padding-left: 24px;
padding-bottom: 64px;
padding-right: 24px;
min-height: 50px;
background-color: rgba(247, 245, 243, 1);
}








#s-404ce96c-e012-4325-92f2-8469d9175c3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-404ce96c-e012-4325-92f2-8469d9175c3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77a63efd-fac1-40c6-a9a9-e5043051e0c2 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 24px;
text-align: center;
}

#s-77a63efd-fac1-40c6-a9a9-e5043051e0c2 .shogun-heading-component h3 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-cfeedf40-7275-4493-a55a-843979364c60 {
  min-height: 50px;
}








#s-cfeedf40-7275-4493-a55a-843979364c60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfeedf40-7275-4493-a55a-843979364c60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7748d18-080a-43f2-a895-d696240b4fe8 {
  margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 120px;
padding-left: 120px;
padding-bottom: 120px;
padding-right: 120px;
min-height: 50px;
background-color: rgba(241, 238, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d7748d18-080a-43f2-a895-d696240b4fe8 {
  display: none;
}
#s-d7748d18-080a-43f2-a895-d696240b4fe8, #wrap-s-d7748d18-080a-43f2-a895-d696240b4fe8 { display:none !important; }}@media (max-width: 767px){#s-d7748d18-080a-43f2-a895-d696240b4fe8 {
  display: none;
}
#s-d7748d18-080a-43f2-a895-d696240b4fe8, #wrap-s-d7748d18-080a-43f2-a895-d696240b4fe8 { display:none !important; }}







#s-d7748d18-080a-43f2-a895-d696240b4fe8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7748d18-080a-43f2-a895-d696240b4fe8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fcb0ed2b-5304-4cce-9ff6-487c529c9de1 {
  margin-left: auto;
margin-right: auto;
max-width: 1312px;
}

@media (min-width: 0px) {
[id="s-fcb0ed2b-5304-4cce-9ff6-487c529c9de1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 12.0px);
}

}

@media (min-width: 768px) {
[id="s-fcb0ed2b-5304-4cce-9ff6-487c529c9de1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-fcb0ed2b-5304-4cce-9ff6-487c529c9de1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcb0ed2b-5304-4cce-9ff6-487c529c9de1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.0px);
}

}

#s-4d11b03d-6948-47c8-9230-238bda7559bf {
  min-height: 50px;
}








#s-4d11b03d-6948-47c8-9230-238bda7559bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d11b03d-6948-47c8-9230-238bda7559bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10ae7be7-d017-4843-b795-7be2c5317d68 {
  text-align: center;
}







  #s-10ae7be7-d017-4843-b795-7be2c5317d68 img.shogun-image {
    

    
    
    
  }


#s-10ae7be7-d017-4843-b795-7be2c5317d68 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-1d97578d-58ff-4d51-a23c-5b53fdafd985 {
  padding-top: 60px;
padding-bottom: 0px;
text-align: center;
}

#s-1d97578d-58ff-4d51-a23c-5b53fdafd985 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-ff3de57e-a65b-47fe-b465-176083991d80 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
text-align: center;
}

#s-ff3de57e-a65b-47fe-b465-176083991d80 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Source Sans Pro";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}



#s-ff7fc187-d1f9-45e3-a5c6-6973c57e0352 {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}

#s-ff7fc187-d1f9-45e3-a5c6-6973c57e0352 .shogun-heading-component h3 {
  color: rgba(161, 161, 161, 1);
  font-weight:  600 ;
  font-family: "Source Sans Pro";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}



#s-2551bb24-dd8f-43bd-957a-ee89952cdebd {
  padding-top: 0px;
padding-bottom: 30px;
text-align: center;
}

#s-2551bb24-dd8f-43bd-957a-ee89952cdebd .shogun-heading-component h3 {
  color: rgba(68, 68, 68, 1);
  font-weight:  600 ;
  font-family: "Source Sans Pro";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}


#s-2551bb24-dd8f-43bd-957a-ee89952cdebd .shogun-heading-component h3 a {
  color: rgba(68, 68, 68, 1);
}


#s-ce29d352-5471-491a-96dd-19818a665af7 {
  margin-left: auto;
margin-right: auto;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(92, 120, 53, 1);
letter-spacing: 1px;
}
#s-ce29d352-5471-491a-96dd-19818a665af7:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(92, 120, 53, 0.7) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ce29d352-5471-491a-96dd-19818a665af7:active {background-color: rgba(92, 120, 53, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ce29d352-5471-491a-96dd-19818a665af7-root {
    text-align: center;
  }


#s-ce29d352-5471-491a-96dd-19818a665af7.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ce29d352-5471-491a-96dd-19818a665af7-root {
    text-align: center;
  }


#s-ce29d352-5471-491a-96dd-19818a665af7.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ce29d352-5471-491a-96dd-19818a665af7-root {
    text-align: center;
  }


#s-ce29d352-5471-491a-96dd-19818a665af7.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ce29d352-5471-491a-96dd-19818a665af7-root {
    text-align: center;
  }


#s-ce29d352-5471-491a-96dd-19818a665af7.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ce29d352-5471-491a-96dd-19818a665af7-root {
    text-align: center;
  }


#s-ce29d352-5471-491a-96dd-19818a665af7.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-e2ec220c-e0be-48de-8cb8-153fdfbb8519 {
  min-height: 50px;
}








#s-e2ec220c-e0be-48de-8cb8-153fdfbb8519 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2ec220c-e0be-48de-8cb8-153fdfbb8519.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b8ea350-3156-4804-8cd5-7230cfebd16c {
  text-align: center;
}







  #s-3b8ea350-3156-4804-8cd5-7230cfebd16c img.shogun-image {
    

    
    
    
  }


#s-3b8ea350-3156-4804-8cd5-7230cfebd16c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-dcbc1e58-2fe2-4f3e-853b-60c793724df2 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 20px;
text-align: center;
}

#s-dcbc1e58-2fe2-4f3e-853b-60c793724df2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-7160da8d-e498-4da1-afe4-fd9ff893e644 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7160da8d-e498-4da1-afe4-fd9ff893e644 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Source Sans Pro";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}



#s-5f14d157-d44c-484c-84b3-2bacfc356563 {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}

#s-5f14d157-d44c-484c-84b3-2bacfc356563 .shogun-heading-component h3 {
  color: rgba(161, 161, 161, 1);
  font-weight:  600 ;
  font-family: "Source Sans Pro";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}



#s-abfdac4d-6897-4625-8e5e-cad3c17899d2 {
  padding-top: 0px;
padding-bottom: 30px;
text-align: center;
}

#s-abfdac4d-6897-4625-8e5e-cad3c17899d2 .shogun-heading-component h3 {
  color: rgba(68, 68, 68, 1);
  font-weight:  600 ;
  font-family: "Source Sans Pro";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}


#s-abfdac4d-6897-4625-8e5e-cad3c17899d2 .shogun-heading-component h3 a {
  color: rgba(68, 68, 68, 1);
}


#s-e4d12363-7341-4e14-a2f1-3e10992533c0 {
  margin-left: auto;
margin-right: auto;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(92, 120, 53, 1);
letter-spacing: 1px;
}
#s-e4d12363-7341-4e14-a2f1-3e10992533c0:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(92, 120, 53, 0.7) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e4d12363-7341-4e14-a2f1-3e10992533c0:active {background-color: rgba(92, 120, 53, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e4d12363-7341-4e14-a2f1-3e10992533c0-root {
    text-align: center;
  }


#s-e4d12363-7341-4e14-a2f1-3e10992533c0.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e4d12363-7341-4e14-a2f1-3e10992533c0-root {
    text-align: center;
  }


#s-e4d12363-7341-4e14-a2f1-3e10992533c0.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e4d12363-7341-4e14-a2f1-3e10992533c0-root {
    text-align: center;
  }


#s-e4d12363-7341-4e14-a2f1-3e10992533c0.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e4d12363-7341-4e14-a2f1-3e10992533c0-root {
    text-align: center;
  }


#s-e4d12363-7341-4e14-a2f1-3e10992533c0.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e4d12363-7341-4e14-a2f1-3e10992533c0-root {
    text-align: center;
  }


#s-e4d12363-7341-4e14-a2f1-3e10992533c0.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-625c4859-7424-4242-ae32-a18d983eb04f {
  min-height: 50px;
}








#s-625c4859-7424-4242-ae32-a18d983eb04f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-625c4859-7424-4242-ae32-a18d983eb04f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a18c767-0185-43cb-88a0-670ab8378c24 {
  text-align: center;
}







  #s-8a18c767-0185-43cb-88a0-670ab8378c24 img.shogun-image {
    

    
    
    
  }


#s-8a18c767-0185-43cb-88a0-670ab8378c24 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-d1745d7c-18e0-4d12-ad96-cdcb793d4f54 {
  padding-top: 60px;
padding-bottom: 0px;
text-align: center;
}

#s-d1745d7c-18e0-4d12-ad96-cdcb793d4f54 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-764f2c8a-d601-4c40-999a-a9156064da1f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-764f2c8a-d601-4c40-999a-a9156064da1f .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Source Sans Pro";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}



#s-d691e446-06eb-4d79-9394-e82cf1061011 {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}

#s-d691e446-06eb-4d79-9394-e82cf1061011 .shogun-heading-component h3 {
  color: rgba(161, 161, 161, 1);
  font-weight:  600 ;
  font-family: "Source Sans Pro";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}



#s-06eb56c5-269a-4cba-9f1b-58215484f9ee {
  padding-top: 0px;
padding-bottom: 30px;
text-align: center;
}

#s-06eb56c5-269a-4cba-9f1b-58215484f9ee .shogun-heading-component h3 {
  color: rgba(68, 68, 68, 1);
  font-weight:  600 ;
  font-family: "Source Sans Pro";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}


#s-06eb56c5-269a-4cba-9f1b-58215484f9ee .shogun-heading-component h3 a {
  color: rgba(68, 68, 68, 1);
}


#s-d374a494-604c-46c1-a64a-d82d38bc3448 {
  margin-left: auto;
margin-right: auto;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(92, 120, 53, 1);
letter-spacing: 1px;
}
#s-d374a494-604c-46c1-a64a-d82d38bc3448:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(92, 120, 53, 0.7) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d374a494-604c-46c1-a64a-d82d38bc3448:active {background-color: rgba(92, 120, 53, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d374a494-604c-46c1-a64a-d82d38bc3448-root {
    text-align: center;
  }


#s-d374a494-604c-46c1-a64a-d82d38bc3448.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d374a494-604c-46c1-a64a-d82d38bc3448-root {
    text-align: center;
  }


#s-d374a494-604c-46c1-a64a-d82d38bc3448.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d374a494-604c-46c1-a64a-d82d38bc3448-root {
    text-align: center;
  }


#s-d374a494-604c-46c1-a64a-d82d38bc3448.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d374a494-604c-46c1-a64a-d82d38bc3448-root {
    text-align: center;
  }


#s-d374a494-604c-46c1-a64a-d82d38bc3448.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d374a494-604c-46c1-a64a-d82d38bc3448-root {
    text-align: center;
  }


#s-d374a494-604c-46c1-a64a-d82d38bc3448.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-4d09017b-af90-43a7-8974-2b6556d5d6eb {
  min-height: 50px;
}








#s-4d09017b-af90-43a7-8974-2b6556d5d6eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d09017b-af90-43a7-8974-2b6556d5d6eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-429dc192-0b72-45f8-ac7a-8623c279f410 {
  text-align: center;
}







  #s-429dc192-0b72-45f8-ac7a-8623c279f410 img.shogun-image {
    

    
    
    
  }


#s-429dc192-0b72-45f8-ac7a-8623c279f410 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-eecfba05-8496-43c1-92dc-374f32c474d0 {
  padding-top: 60px;
padding-bottom: 0px;
text-align: center;
}

#s-eecfba05-8496-43c1-92dc-374f32c474d0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-12540e58-2c10-4cda-af93-4f4a93b27c6a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12540e58-2c10-4cda-af93-4f4a93b27c6a .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Source Sans Pro";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}



#s-4def396d-0be9-4ef0-b664-394be180c288 {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}

#s-4def396d-0be9-4ef0-b664-394be180c288 .shogun-heading-component h3 {
  color: rgba(161, 161, 161, 1);
  font-weight:  600 ;
  font-family: "Source Sans Pro";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}



#s-292de279-79be-410c-b064-a810326b3383 {
  padding-top: 0px;
padding-bottom: 30px;
text-align: center;
}

#s-292de279-79be-410c-b064-a810326b3383 .shogun-heading-component h3 {
  color: rgba(68, 68, 68, 1);
  font-weight:  600 ;
  font-family: "Source Sans Pro";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}


#s-292de279-79be-410c-b064-a810326b3383 .shogun-heading-component h3 a {
  color: rgba(68, 68, 68, 1);
}


#s-5618120c-31ce-400f-be4b-b90cd801524b {
  margin-left: auto;
margin-right: auto;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(92, 120, 53, 1);
letter-spacing: 1px;
}
#s-5618120c-31ce-400f-be4b-b90cd801524b:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(92, 120, 53, 0.7) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5618120c-31ce-400f-be4b-b90cd801524b:active {background-color: rgba(92, 120, 53, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5618120c-31ce-400f-be4b-b90cd801524b-root {
    text-align: center;
  }


#s-5618120c-31ce-400f-be4b-b90cd801524b.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5618120c-31ce-400f-be4b-b90cd801524b-root {
    text-align: center;
  }


#s-5618120c-31ce-400f-be4b-b90cd801524b.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5618120c-31ce-400f-be4b-b90cd801524b-root {
    text-align: center;
  }


#s-5618120c-31ce-400f-be4b-b90cd801524b.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5618120c-31ce-400f-be4b-b90cd801524b-root {
    text-align: center;
  }


#s-5618120c-31ce-400f-be4b-b90cd801524b.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5618120c-31ce-400f-be4b-b90cd801524b-root {
    text-align: center;
  }


#s-5618120c-31ce-400f-be4b-b90cd801524b.shg-btn {
  color: rgba(92, 120, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-86793052-d783-4ae8-8578-5f4f81960e4f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 64px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-86793052-d783-4ae8-8578-5f4f81960e4f {
  display: none;
}
#s-86793052-d783-4ae8-8578-5f4f81960e4f, #wrap-s-86793052-d783-4ae8-8578-5f4f81960e4f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-86793052-d783-4ae8-8578-5f4f81960e4f {
  display: none;
}
#s-86793052-d783-4ae8-8578-5f4f81960e4f, #wrap-s-86793052-d783-4ae8-8578-5f4f81960e4f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-86793052-d783-4ae8-8578-5f4f81960e4f {
  
}
}







#s-86793052-d783-4ae8-8578-5f4f81960e4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86793052-d783-4ae8-8578-5f4f81960e4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7da03276-c4d6-48eb-9711-7ceb54a04321 {
  text-align: center;
}







  #s-7da03276-c4d6-48eb-9711-7ceb54a04321 img.shogun-image {
    

    
    
    
  }


#s-7da03276-c4d6-48eb-9711-7ceb54a04321 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ac41296-ec8c-4bb6-9b7d-f16ed9254324 {
  margin-left: auto;
margin-right: auto;
padding-left: 8px;
padding-bottom: 32px;
padding-right: 8px;
min-height: 258px;
max-width: 600px;
}
@media (min-width: 1200px){#s-5ac41296-ec8c-4bb6-9b7d-f16ed9254324 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5ac41296-ec8c-4bb6-9b7d-f16ed9254324 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5ac41296-ec8c-4bb6-9b7d-f16ed9254324 {
  
}
}
#s-5ac41296-ec8c-4bb6-9b7d-f16ed9254324 .shg-sld-dot {
  background-color: rgba(34, 34, 34, 0.5);
}

#s-5ac41296-ec8c-4bb6-9b7d-f16ed9254324 .shg-sld-nav-button.shg-sld-left,
#s-5ac41296-ec8c-4bb6-9b7d-f16ed9254324 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(34, 34, 34, 0.5);
}

#s-51378958-4b5f-41e1-a303-4b4c0addc9ef {
  padding-top: 32px;
padding-left: 24px;
padding-bottom: 32px;
padding-right: 24px;
min-height: 258px;
}








#s-51378958-4b5f-41e1-a303-4b4c0addc9ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51378958-4b5f-41e1-a303-4b4c0addc9ef.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4fb40df8-06cd-4ad4-aa21-a434a0e50b62 {
  background-color: rgba(255, 255, 255, 0);
}








#s-4fb40df8-06cd-4ad4-aa21-a434a0e50b62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fb40df8-06cd-4ad4-aa21-a434a0e50b62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d4e7189-d85c-4730-a8c1-0dfb47ed0433 {
  padding-bottom: 16px;
}

#s-9570f43f-2a01-46d8-856d-88592164a7e7 {
  padding-bottom: 16px;
}

#s-8b17fd97-c14c-4a71-b2b1-1c70f8b80eff {
  opacity: 0.5;
}

#s-66fb07d2-ef61-4dab-8ca5-577a2864fa1a {
  padding-top: 32px;
padding-left: 24px;
padding-bottom: 32px;
padding-right: 24px;
min-height: 258px;
}








#s-66fb07d2-ef61-4dab-8ca5-577a2864fa1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66fb07d2-ef61-4dab-8ca5-577a2864fa1a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-996d7326-4e27-4712-bcad-1e53348ab88f {
  background-color: rgba(255, 255, 255, 0);
}








#s-996d7326-4e27-4712-bcad-1e53348ab88f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-996d7326-4e27-4712-bcad-1e53348ab88f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-851a0ac3-ab00-4e44-8510-d8aec5e704e3 {
  padding-bottom: 16px;
}

#s-447458e2-3f82-435f-a5cd-ed7eae46dc28 {
  padding-bottom: 16px;
}

#s-5fbc96a8-8872-46a3-b12a-7438e077b0e8 {
  opacity: 0.5;
}

#s-2633cfb7-7030-4c2b-9fe0-83dfe4d4f990 {
  padding-top: 32px;
padding-left: 24px;
padding-bottom: 32px;
padding-right: 24px;
min-height: 258px;
}








#s-2633cfb7-7030-4c2b-9fe0-83dfe4d4f990 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2633cfb7-7030-4c2b-9fe0-83dfe4d4f990.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b7e4817d-f182-49e5-99f6-f60474697813 {
  background-color: rgba(255, 255, 255, 0);
}








#s-b7e4817d-f182-49e5-99f6-f60474697813 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7e4817d-f182-49e5-99f6-f60474697813.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab5015de-ec2f-40d8-82e5-75287e383d1e {
  padding-bottom: 16px;
}

#s-7c1b8e97-1674-4b5d-81d7-8c24722c0312 {
  padding-bottom: 16px;
}

#s-fbae88d0-1f06-4357-ac56-f226f9794ff6 {
  opacity: 0.5;
}

#s-b2e97a13-94db-4d2f-8898-181cc9e4396a {
  padding-top: 32px;
padding-left: 24px;
padding-bottom: 32px;
padding-right: 24px;
min-height: 258px;
}








#s-b2e97a13-94db-4d2f-8898-181cc9e4396a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2e97a13-94db-4d2f-8898-181cc9e4396a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-99276280-10a7-4b0e-8772-38d2c8cc8aa1 {
  background-color: rgba(255, 255, 255, 0);
}








#s-99276280-10a7-4b0e-8772-38d2c8cc8aa1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99276280-10a7-4b0e-8772-38d2c8cc8aa1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59b3b184-2143-4c41-a751-eff7b6d4c863 {
  padding-bottom: 16px;
}

#s-8dc46fd3-6b9e-41fc-a256-bde44fdd4f09 {
  padding-bottom: 16px;
}

#s-eb188d72-0172-4fde-b697-de4d42882ea4 {
  opacity: 0.5;
}

#s-70064af4-2a31-40c5-b6cb-b1ae4e6aaff5 {
  padding-top: 32px;
padding-left: 24px;
padding-bottom: 32px;
padding-right: 24px;
min-height: 258px;
}








#s-70064af4-2a31-40c5-b6cb-b1ae4e6aaff5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70064af4-2a31-40c5-b6cb-b1ae4e6aaff5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-26b6fc43-f385-406a-94b7-95f59fe48ce6 {
  background-color: rgba(255, 255, 255, 0);
}








#s-26b6fc43-f385-406a-94b7-95f59fe48ce6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26b6fc43-f385-406a-94b7-95f59fe48ce6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ee239e0-acf9-4064-ae92-b167c725abdd {
  padding-bottom: 16px;
}

#s-10b3e47c-7b9b-491d-934c-1995fcdb02ee {
  padding-bottom: 16px;
}

#s-89b510b6-5bb0-4f80-be4a-2332b0e0dbf5 {
  opacity: 0.5;
}

#s-19aeaa59-a3ca-45ec-872f-6471bd2b953e {
  padding-top: 32px;
padding-left: 24px;
padding-bottom: 32px;
padding-right: 24px;
min-height: 258px;
}








#s-19aeaa59-a3ca-45ec-872f-6471bd2b953e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19aeaa59-a3ca-45ec-872f-6471bd2b953e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-017c3cfd-f6b8-4646-855c-ecff36c75694 {
  background-color: rgba(255, 255, 255, 0);
}








#s-017c3cfd-f6b8-4646-855c-ecff36c75694 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-017c3cfd-f6b8-4646-855c-ecff36c75694.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92ab243d-3828-4076-b7c2-811591bf045c {
  padding-bottom: 16px;
}

#s-3917a649-b8a7-4e83-883d-1d5f0fd76269 {
  padding-bottom: 16px;
}

#s-38539c12-ab8b-4a66-89cf-0d15fb5464c0 {
  opacity: 0.5;
}

#s-4e9dad85-42e8-4362-a61d-0f202cd6a0d5 {
  padding-top: 32px;
padding-left: 24px;
padding-bottom: 32px;
padding-right: 24px;
min-height: 258px;
}








#s-4e9dad85-42e8-4362-a61d-0f202cd6a0d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e9dad85-42e8-4362-a61d-0f202cd6a0d5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1245fdc3-6fc1-4467-817e-03fbe99870be {
  background-color: rgba(255, 255, 255, 0);
}








#s-1245fdc3-6fc1-4467-817e-03fbe99870be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1245fdc3-6fc1-4467-817e-03fbe99870be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cafcbcfa-8ddd-4ab2-b8fe-47dafe24bb23 {
  padding-bottom: 16px;
}

#s-802eb89b-7665-4976-a75b-e4631ac9fbbb {
  padding-bottom: 16px;
}

#s-635e331f-647c-491c-838a-0b396d1b01ff {
  opacity: 0.5;
}

#s-e0deb584-5bcb-4568-8845-abfc52bcf743 {
  padding-top: 32px;
padding-left: 24px;
padding-bottom: 32px;
padding-right: 24px;
min-height: 258px;
}








#s-e0deb584-5bcb-4568-8845-abfc52bcf743 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0deb584-5bcb-4568-8845-abfc52bcf743.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-acd40c00-9a00-4c53-b1cc-9042fbdddaac {
  background-color: rgba(255, 255, 255, 0);
}








#s-acd40c00-9a00-4c53-b1cc-9042fbdddaac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acd40c00-9a00-4c53-b1cc-9042fbdddaac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44605772-5f61-45f9-b656-4e858c96b007 {
  padding-bottom: 16px;
}

#s-b87fe1cc-0ef8-4bb0-8ff0-2afa87df4b71 {
  padding-bottom: 16px;
}

#s-f00fd3b4-67dc-4de0-b58c-148a06a5611b {
  opacity: 0.5;
}

#s-63d85e82-5880-4ee3-b7d0-0840078b8ce5 {
  min-height: 50px;
}








#s-63d85e82-5880-4ee3-b7d0-0840078b8ce5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63d85e82-5880-4ee3-b7d0-0840078b8ce5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de4a562f-f259-4b7e-bab5-56878bbf4c62 {
  margin-left: 24px;
margin-right: 24px;
min-height: 450px;
}








#s-de4a562f-f259-4b7e-bab5-56878bbf4c62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de4a562f-f259-4b7e-bab5-56878bbf4c62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60c51e40-4d75-453a-b975-365a9103ae6f {
  margin-left: 24px;
margin-right: 24px;
min-height: 450px;
}








#s-60c51e40-4d75-453a-b975-365a9103ae6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60c51e40-4d75-453a-b975-365a9103ae6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-078455b5-3be7-4b4b-b84d-fdccdfc81c69"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-078455b5-3be7-4b4b-b84d-fdccdfc81c69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-078455b5-3be7-4b4b-b84d-fdccdfc81c69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-078455b5-3be7-4b4b-b84d-fdccdfc81c69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

}

#s-02fd6057-8bea-47fa-847f-cbdd4bb05ee9 {
  text-align: center;
}







  #s-02fd6057-8bea-47fa-847f-cbdd4bb05ee9 img.shogun-image {
    

    
    
    
  }


#s-02fd6057-8bea-47fa-847f-cbdd4bb05ee9 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8cd3eaf-e216-404a-b77e-8fd83409df30 {
  text-align: center;
}







  #s-d8cd3eaf-e216-404a-b77e-8fd83409df30 img.shogun-image {
    

    
    
    
  }


#s-d8cd3eaf-e216-404a-b77e-8fd83409df30 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-6e7accc7-dc89-44c2-b658-43bdc53e9db9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-6e7accc7-dc89-44c2-b658-43bdc53e9db9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-6e7accc7-dc89-44c2-b658-43bdc53e9db9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e7accc7-dc89-44c2-b658-43bdc53e9db9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

}

#s-a4a9cf69-1f36-438e-a94c-d2ee215278df {
  text-align: center;
}







  #s-a4a9cf69-1f36-438e-a94c-d2ee215278df img.shogun-image {
    

    
    
    
  }


#s-a4a9cf69-1f36-438e-a94c-d2ee215278df .shogun-image-content {
  
    align-items: center;
  
}

#s-399197ba-8830-4640-bcef-790bdcfdb3df {
  text-align: center;
}







  #s-399197ba-8830-4640-bcef-790bdcfdb3df img.shogun-image {
    

    
    
    
  }


#s-399197ba-8830-4640-bcef-790bdcfdb3df .shogun-image-content {
  
    align-items: center;
  
}

#s-84de5d71-c287-460a-b37c-b0ca884a4d16 {
  margin-top: 24px;
margin-left: 24px;
margin-bottom: 24px;
margin-right: 24px;
min-height: 330px;
}








#s-84de5d71-c287-460a-b37c-b0ca884a4d16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84de5d71-c287-460a-b37c-b0ca884a4d16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5091f867-43a6-40ff-ad17-c29692907d2a {
  padding-bottom: 2px;
}

#s-08edf805-2cb5-4661-930b-1aa201ea74bb {
  padding-bottom: 16px;
}

#s-49c4c897-0294-4b2c-a76c-7d43e28abd02 {
  padding-bottom: 12px;
}

#s-87e63324-ad32-4f26-9aa4-4f64f88c932a {
  padding-bottom: 2px;
opacity: 0.5;
}

#s-22969d3a-298a-4943-a989-9ba093196470 {
  padding-bottom: 8px;
}

#s-605dde12-8022-4e2a-bece-599da721363a hr {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

#s-590253ff-1b76-4151-ad40-e92beda153ee {
  min-height: 50px;
}








#s-590253ff-1b76-4151-ad40-e92beda153ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-590253ff-1b76-4151-ad40-e92beda153ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec75b725-551d-42ac-b1e7-f1e30c6f0654 {
  margin-left: 24px;
margin-right: 24px;
min-height: 450px;
}








#s-ec75b725-551d-42ac-b1e7-f1e30c6f0654 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec75b725-551d-42ac-b1e7-f1e30c6f0654.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55d06008-3807-48d1-8c27-c88f381572e0 {
  margin-left: 24px;
margin-right: 24px;
min-height: 450px;
}








#s-55d06008-3807-48d1-8c27-c88f381572e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55d06008-3807-48d1-8c27-c88f381572e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-cacd4978-7061-4c8a-9887-5400f765aa53"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-cacd4978-7061-4c8a-9887-5400f765aa53"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-cacd4978-7061-4c8a-9887-5400f765aa53"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-cacd4978-7061-4c8a-9887-5400f765aa53"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

}

#s-f58c67ad-653f-439e-aba4-4dac81e8ef6e {
  text-align: center;
}







  #s-f58c67ad-653f-439e-aba4-4dac81e8ef6e img.shogun-image {
    

    
    
    
  }


#s-f58c67ad-653f-439e-aba4-4dac81e8ef6e .shogun-image-content {
  
    align-items: center;
  
}

#s-b03bd93b-aafe-4d6d-a43d-c2a738c5aa13 {
  text-align: center;
}







  #s-b03bd93b-aafe-4d6d-a43d-c2a738c5aa13 img.shogun-image {
    

    
    
    
  }


#s-b03bd93b-aafe-4d6d-a43d-c2a738c5aa13 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-4b5e74a3-837b-4680-b5a7-15972bbe8fcd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-4b5e74a3-837b-4680-b5a7-15972bbe8fcd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-4b5e74a3-837b-4680-b5a7-15972bbe8fcd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b5e74a3-837b-4680-b5a7-15972bbe8fcd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

}

#s-30278e71-4dcd-4d52-80f4-d9c8e7b8bfed {
  text-align: center;
}







  #s-30278e71-4dcd-4d52-80f4-d9c8e7b8bfed img.shogun-image {
    

    
    
    
  }


#s-30278e71-4dcd-4d52-80f4-d9c8e7b8bfed .shogun-image-content {
  
    align-items: center;
  
}

#s-43338d57-c979-4bcb-b400-9c3d4d7f42fd {
  text-align: center;
}







  #s-43338d57-c979-4bcb-b400-9c3d4d7f42fd img.shogun-image {
    

    
    
    
  }


#s-43338d57-c979-4bcb-b400-9c3d4d7f42fd .shogun-image-content {
  
    align-items: center;
  
}

#s-a102254a-c69f-4363-b762-18c7e37c4445 {
  margin-top: 24px;
margin-left: 24px;
margin-bottom: 24px;
margin-right: 24px;
min-height: 330px;
}








#s-a102254a-c69f-4363-b762-18c7e37c4445 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a102254a-c69f-4363-b762-18c7e37c4445.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f03c5a9-a7bf-446f-9c38-401168cb6c03 {
  padding-bottom: 2px;
}

#s-d4c0f62e-8988-40da-844c-c18e6e7a9e9f {
  padding-bottom: 16px;
}

#s-33145013-17df-4573-943f-47d5f37c6cf6 {
  padding-bottom: 12px;
}

#s-b2fa09c4-1848-44f4-8be2-cce0d6b57303 {
  padding-bottom: 2px;
opacity: 0.5;
}

#s-3da1e37c-ad86-45a9-846b-dd37214c56c6 {
  padding-bottom: 8px;
}

#s-8ac9a881-ca02-426e-8bef-380dec12fd2b hr {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

#s-17a0fdac-91fe-4dae-91da-2919e6d1b855 {
  min-height: 50px;
}








#s-17a0fdac-91fe-4dae-91da-2919e6d1b855 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17a0fdac-91fe-4dae-91da-2919e6d1b855.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45265e9c-7144-4511-b1b4-e9a5c48519bc {
  margin-left: 24px;
margin-right: 24px;
min-height: 450px;
}








#s-45265e9c-7144-4511-b1b4-e9a5c48519bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45265e9c-7144-4511-b1b4-e9a5c48519bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e423237-a54e-4ecf-a02d-8a267bf1c35e {
  margin-left: 24px;
margin-right: 24px;
min-height: 450px;
}








#s-2e423237-a54e-4ecf-a02d-8a267bf1c35e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e423237-a54e-4ecf-a02d-8a267bf1c35e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9bd9c444-0141-4c07-890a-77300e58609e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-9bd9c444-0141-4c07-890a-77300e58609e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-9bd9c444-0141-4c07-890a-77300e58609e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bd9c444-0141-4c07-890a-77300e58609e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

}

#s-6a964b99-35e9-465b-9313-703559146a75 {
  text-align: center;
}







  #s-6a964b99-35e9-465b-9313-703559146a75 img.shogun-image {
    

    
    
    
  }


#s-6a964b99-35e9-465b-9313-703559146a75 .shogun-image-content {
  
    align-items: center;
  
}

#s-67974320-15b6-4a57-a52a-f1b6f213cdf5 {
  text-align: center;
}







  #s-67974320-15b6-4a57-a52a-f1b6f213cdf5 img.shogun-image {
    

    
    
    
  }


#s-67974320-15b6-4a57-a52a-f1b6f213cdf5 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-ad701617-8d11-4b89-9cca-da0ad58e02e7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-ad701617-8d11-4b89-9cca-da0ad58e02e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-ad701617-8d11-4b89-9cca-da0ad58e02e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad701617-8d11-4b89-9cca-da0ad58e02e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

}

#s-3afcb775-c065-4796-9521-5ba30d386f25 {
  text-align: center;
}







  #s-3afcb775-c065-4796-9521-5ba30d386f25 img.shogun-image {
    

    
    
    
  }


#s-3afcb775-c065-4796-9521-5ba30d386f25 .shogun-image-content {
  
    align-items: center;
  
}

#s-095f7f86-8181-4c3f-ac54-0f37013f4937 {
  text-align: center;
}







  #s-095f7f86-8181-4c3f-ac54-0f37013f4937 img.shogun-image {
    

    
    
    
  }


#s-095f7f86-8181-4c3f-ac54-0f37013f4937 .shogun-image-content {
  
    align-items: center;
  
}

#s-238ae03b-954f-4065-9579-25ad429ba037 {
  margin-top: 24px;
margin-left: 24px;
margin-bottom: 24px;
margin-right: 24px;
min-height: 330px;
}








#s-238ae03b-954f-4065-9579-25ad429ba037 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-238ae03b-954f-4065-9579-25ad429ba037.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0382ddb7-878f-49a4-9d11-5fd52e467963 {
  padding-bottom: 2px;
}

#s-43485e76-a5e0-43b3-9419-cefecdd6d061 {
  padding-bottom: 16px;
}

#s-eec4bcc4-ce14-4502-855a-9cb02f228892 {
  padding-bottom: 12px;
}

#s-b4fd30cb-87b6-48e4-956a-3674231e7e61 {
  padding-bottom: 2px;
opacity: 0.5;
}

#s-685cacba-2a39-405f-972c-7d70732761b1 {
  padding-bottom: 8px;
}

#s-2eb8a43e-1ee3-4664-b5d7-d9f4301e886b hr {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

#s-ae2f41e3-247a-4fe2-8941-4fa9e82c6012 {
  margin-left: auto;
margin-right: auto;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(73, 137, 166, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-ae2f41e3-247a-4fe2-8941-4fa9e82c6012:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(73, 137, 166, 0.7) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ae2f41e3-247a-4fe2-8941-4fa9e82c6012:active {background-color: rgba(73, 137, 166, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ae2f41e3-247a-4fe2-8941-4fa9e82c6012-root {
    text-align: center;
  }


#s-ae2f41e3-247a-4fe2-8941-4fa9e82c6012.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ae2f41e3-247a-4fe2-8941-4fa9e82c6012-root {
    text-align: center;
  }


#s-ae2f41e3-247a-4fe2-8941-4fa9e82c6012.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae2f41e3-247a-4fe2-8941-4fa9e82c6012-root {
    text-align: center;
  }


#s-ae2f41e3-247a-4fe2-8941-4fa9e82c6012.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae2f41e3-247a-4fe2-8941-4fa9e82c6012-root {
    text-align: center;
  }


#s-ae2f41e3-247a-4fe2-8941-4fa9e82c6012.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ae2f41e3-247a-4fe2-8941-4fa9e82c6012-root {
    text-align: center;
  }


#s-ae2f41e3-247a-4fe2-8941-4fa9e82c6012.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-d75dfcf3-abba-4432-8b84-0b2bcfc02bed {
  margin-left: 0px;
margin-right: 0px;
padding-top: 64px;
padding-left: 24px;
padding-bottom: 38px;
padding-right: 24px;
background-color: rgba(241, 238, 235, 1);
}
@media (min-width: 1200px){#s-d75dfcf3-abba-4432-8b84-0b2bcfc02bed {
  display: none;
}
#s-d75dfcf3-abba-4432-8b84-0b2bcfc02bed, #wrap-s-d75dfcf3-abba-4432-8b84-0b2bcfc02bed { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d75dfcf3-abba-4432-8b84-0b2bcfc02bed {
  display: none;
}
#s-d75dfcf3-abba-4432-8b84-0b2bcfc02bed, #wrap-s-d75dfcf3-abba-4432-8b84-0b2bcfc02bed { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d75dfcf3-abba-4432-8b84-0b2bcfc02bed {
  
}
}







#s-d75dfcf3-abba-4432-8b84-0b2bcfc02bed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d75dfcf3-abba-4432-8b84-0b2bcfc02bed.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-2f07b3ee-8fee-47c9-a525-9f1020b2163a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f07b3ee-8fee-47c9-a525-9f1020b2163a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-2f07b3ee-8fee-47c9-a525-9f1020b2163a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f07b3ee-8fee-47c9-a525-9f1020b2163a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.0px);
}

}








#s-632b2597-d149-40e0-9391-567f1f9db897 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-632b2597-d149-40e0-9391-567f1f9db897 {
  cursor: pointer;
}#s-632b2597-d149-40e0-9391-567f1f9db897.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-24daba12-9b39-44ea-a8f2-3f0c21e7e67a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}








#s-24daba12-9b39-44ea-a8f2-3f0c21e7e67a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24daba12-9b39-44ea-a8f2-3f0c21e7e67a {
  cursor: pointer;
}#s-24daba12-9b39-44ea-a8f2-3f0c21e7e67a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f68b517b-f1c7-4d69-a5dc-45cd74fdfe18 {
  padding-top: 16px;
padding-left: 40%;
padding-bottom: 24px;
padding-right: 8px;
}








#s-f68b517b-f1c7-4d69-a5dc-45cd74fdfe18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f68b517b-f1c7-4d69-a5dc-45cd74fdfe18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0780c5d3-fd43-4438-9d9b-f00d87292fdf {
  margin-left: 0px;
margin-right: 0px;
padding-bottom: 8px;
text-align: left;
}

#s-0780c5d3-fd43-4438-9d9b-f00d87292fdf .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.1em;
  letter-spacing: 0px;
  
}



#s-ccc6d3a4-7a04-44a5-ad53-af4d772523cf {
  padding-top: 0px;
padding-bottom: 2px;
text-align: left;
}

#s-ccc6d3a4-7a04-44a5-ad53-af4d772523cf .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Source Sans Pro";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-0e8264cf-aaf6-4bea-b81a-95533b8e3afd {
  border-style: solid;
margin-bottom: 0px;
margin-right: auto;
padding-top: 12px;
padding-left: 24px;
padding-bottom: 12px;
padding-right: 24px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0.2);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-0e8264cf-aaf6-4bea-b81a-95533b8e3afd:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 0.9) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(92, 120, 53, 1) !important;}#s-0e8264cf-aaf6-4bea-b81a-95533b8e3afd:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(92, 120, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-0e8264cf-aaf6-4bea-b81a-95533b8e3afd-root {
    text-align: left;
  }


#s-0e8264cf-aaf6-4bea-b81a-95533b8e3afd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0e8264cf-aaf6-4bea-b81a-95533b8e3afd-root {
    text-align: left;
  }


#s-0e8264cf-aaf6-4bea-b81a-95533b8e3afd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0e8264cf-aaf6-4bea-b81a-95533b8e3afd-root {
    text-align: left;
  }


#s-0e8264cf-aaf6-4bea-b81a-95533b8e3afd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0e8264cf-aaf6-4bea-b81a-95533b8e3afd-root {
    text-align: left;
  }


#s-0e8264cf-aaf6-4bea-b81a-95533b8e3afd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0e8264cf-aaf6-4bea-b81a-95533b8e3afd-root {
    text-align: left;
  }


#s-0e8264cf-aaf6-4bea-b81a-95533b8e3afd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-54f18331-e072-4771-8ebe-fb1f6ffd8678 {
  margin-top: -165px;
margin-left: 24px;
margin-right: auto;
max-width: 90px;
text-align: right;
}







  #s-54f18331-e072-4771-8ebe-fb1f6ffd8678 img.shogun-image {
    

    
    
    
  }


#s-54f18331-e072-4771-8ebe-fb1f6ffd8678 .shogun-image-content {
  
    align-items: center;
  
}








#s-bf644f1d-213e-474e-8bad-d37c2ced9712 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf644f1d-213e-474e-8bad-d37c2ced9712 {
  cursor: pointer;
}#s-bf644f1d-213e-474e-8bad-d37c2ced9712.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5818c9ff-7fa7-4990-8e25-ce36855bc9a5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}








#s-5818c9ff-7fa7-4990-8e25-ce36855bc9a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5818c9ff-7fa7-4990-8e25-ce36855bc9a5 {
  cursor: pointer;
}#s-5818c9ff-7fa7-4990-8e25-ce36855bc9a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44223aeb-9e03-4b31-944f-2a7eb8ec2c37 {
  padding-top: 16px;
padding-left: 24px;
padding-bottom: 24px;
padding-right: 8px;
}








#s-44223aeb-9e03-4b31-944f-2a7eb8ec2c37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44223aeb-9e03-4b31-944f-2a7eb8ec2c37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd93403b-492b-42f3-99d4-ef820e9e4794 {
  margin-left: 0px;
margin-right: 0px;
padding-bottom: 8px;
max-width: 200px;
text-align: left;
}

#s-fd93403b-492b-42f3-99d4-ef820e9e4794 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.15em;
  letter-spacing: 0px;
  
}



#s-d564e39f-f9e8-47c1-b8b8-5dfd1589beca {
  padding-top: 0px;
padding-bottom: 2px;
padding-right: 35%;
text-align: left;
}

#s-d564e39f-f9e8-47c1-b8b8-5dfd1589beca .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Source Sans Pro";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-38f6f50c-95c9-471d-865a-10916248701f {
  border-style: solid;
margin-bottom: 0px;
margin-right: auto;
padding-top: 12px;
padding-left: 24px;
padding-bottom: 12px;
padding-right: 24px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0.2);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-38f6f50c-95c9-471d-865a-10916248701f:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 0.9) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(92, 120, 53, 1) !important;}#s-38f6f50c-95c9-471d-865a-10916248701f:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(92, 120, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-38f6f50c-95c9-471d-865a-10916248701f-root {
    text-align: left;
  }


#s-38f6f50c-95c9-471d-865a-10916248701f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-38f6f50c-95c9-471d-865a-10916248701f-root {
    text-align: left;
  }


#s-38f6f50c-95c9-471d-865a-10916248701f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-38f6f50c-95c9-471d-865a-10916248701f-root {
    text-align: left;
  }


#s-38f6f50c-95c9-471d-865a-10916248701f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-38f6f50c-95c9-471d-865a-10916248701f-root {
    text-align: left;
  }


#s-38f6f50c-95c9-471d-865a-10916248701f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-38f6f50c-95c9-471d-865a-10916248701f-root {
    text-align: left;
  }


#s-38f6f50c-95c9-471d-865a-10916248701f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-bf94d1c6-bcb1-4ba6-be2e-abfdc69b06bb {
  margin-top: -165px;
margin-left: auto;
margin-right: 24px;
max-width: 90px;
text-align: right;
}







  #s-bf94d1c6-bcb1-4ba6-be2e-abfdc69b06bb img.shogun-image {
    

    
    
    
  }


#s-bf94d1c6-bcb1-4ba6-be2e-abfdc69b06bb .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-d6c86de4-9646-4403-8234-9899f2d50f1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6c86de4-9646-4403-8234-9899f2d50f1f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-d6c86de4-9646-4403-8234-9899f2d50f1f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6c86de4-9646-4403-8234-9899f2d50f1f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.0px);
}

}








#s-6614e425-ad70-49ee-af7a-afa16164c560 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6614e425-ad70-49ee-af7a-afa16164c560 {
  cursor: pointer;
}#s-6614e425-ad70-49ee-af7a-afa16164c560.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e11e436c-65b6-4101-97d0-acd87bdeb8d9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}








#s-e11e436c-65b6-4101-97d0-acd87bdeb8d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e11e436c-65b6-4101-97d0-acd87bdeb8d9 {
  cursor: pointer;
}#s-e11e436c-65b6-4101-97d0-acd87bdeb8d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7085d991-b3bd-44aa-b9f7-44e722d91100 {
  padding-top: 16px;
padding-left: 40%;
padding-bottom: 24px;
padding-right: 8px;
}








#s-7085d991-b3bd-44aa-b9f7-44e722d91100 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7085d991-b3bd-44aa-b9f7-44e722d91100.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f72611a1-ee03-45b5-aeb4-8bf688595798 {
  margin-left: 0px;
margin-right: 0px;
padding-bottom: 8px;
text-align: left;
}

#s-f72611a1-ee03-45b5-aeb4-8bf688595798 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.15em;
  letter-spacing: 0px;
  
}



#s-af9dad89-94e9-4322-8a7e-a4b06506384a {
  padding-top: 0px;
padding-bottom: 2px;
text-align: left;
}

#s-af9dad89-94e9-4322-8a7e-a4b06506384a .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Source Sans Pro";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-346b7b3e-0512-44b1-9ee7-e607e2fc69d3 {
  border-style: solid;
margin-bottom: 0px;
margin-right: auto;
padding-top: 12px;
padding-left: 24px;
padding-bottom: 12px;
padding-right: 24px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0.2);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-346b7b3e-0512-44b1-9ee7-e607e2fc69d3:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 0.9) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(92, 120, 53, 1) !important;}#s-346b7b3e-0512-44b1-9ee7-e607e2fc69d3:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(92, 120, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-346b7b3e-0512-44b1-9ee7-e607e2fc69d3-root {
    text-align: left;
  }


#s-346b7b3e-0512-44b1-9ee7-e607e2fc69d3.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-346b7b3e-0512-44b1-9ee7-e607e2fc69d3-root {
    text-align: left;
  }


#s-346b7b3e-0512-44b1-9ee7-e607e2fc69d3.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-346b7b3e-0512-44b1-9ee7-e607e2fc69d3-root {
    text-align: left;
  }


#s-346b7b3e-0512-44b1-9ee7-e607e2fc69d3.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-346b7b3e-0512-44b1-9ee7-e607e2fc69d3-root {
    text-align: left;
  }


#s-346b7b3e-0512-44b1-9ee7-e607e2fc69d3.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-346b7b3e-0512-44b1-9ee7-e607e2fc69d3-root {
    text-align: left;
  }


#s-346b7b3e-0512-44b1-9ee7-e607e2fc69d3.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-0d1ac73f-d4f1-4f5d-a3d2-3fdc68101d62 {
  margin-top: -165px;
margin-left: 24px;
margin-right: auto;
max-width: 90px;
text-align: right;
}







  #s-0d1ac73f-d4f1-4f5d-a3d2-3fdc68101d62 img.shogun-image {
    

    
    
    
  }


#s-0d1ac73f-d4f1-4f5d-a3d2-3fdc68101d62 .shogun-image-content {
  
    align-items: center;
  
}








#s-bd04a875-56ed-44fe-bcae-697a67b031d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd04a875-56ed-44fe-bcae-697a67b031d7 {
  cursor: pointer;
}#s-bd04a875-56ed-44fe-bcae-697a67b031d7.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-6ab4268f-d836-4260-bae3-7a721d33f035 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}








#s-6ab4268f-d836-4260-bae3-7a721d33f035 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ab4268f-d836-4260-bae3-7a721d33f035 {
  cursor: pointer;
}#s-6ab4268f-d836-4260-bae3-7a721d33f035.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aef833e8-0a9f-4094-aa90-dc426a3555af {
  padding-top: 16px;
padding-left: 24px;
padding-bottom: 24px;
padding-right: 8px;
}








#s-aef833e8-0a9f-4094-aa90-dc426a3555af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aef833e8-0a9f-4094-aa90-dc426a3555af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-369ce70f-ab5c-4517-94d9-999977544a6b {
  margin-left: 0px;
margin-right: 0px;
padding-bottom: 8px;
max-width: 220px;
text-align: left;
}

#s-369ce70f-ab5c-4517-94d9-999977544a6b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Linotype Didot";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.15em;
  letter-spacing: 0px;
  
}



#s-a02c3194-baaa-49cd-8646-52a553ab96c0 {
  padding-top: 0px;
padding-bottom: 2px;
text-align: left;
}

#s-a02c3194-baaa-49cd-8646-52a553ab96c0 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Source Sans Pro";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-10596424-5424-4686-b816-ffec7d0efc63 {
  border-style: solid;
margin-bottom: 0px;
margin-right: auto;
padding-top: 12px;
padding-left: 24px;
padding-bottom: 12px;
padding-right: 24px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0.2);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-10596424-5424-4686-b816-ffec7d0efc63:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 0.9) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(92, 120, 53, 1) !important;}#s-10596424-5424-4686-b816-ffec7d0efc63:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(92, 120, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-10596424-5424-4686-b816-ffec7d0efc63-root {
    text-align: left;
  }


#s-10596424-5424-4686-b816-ffec7d0efc63.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-10596424-5424-4686-b816-ffec7d0efc63-root {
    text-align: left;
  }


#s-10596424-5424-4686-b816-ffec7d0efc63.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-10596424-5424-4686-b816-ffec7d0efc63-root {
    text-align: left;
  }


#s-10596424-5424-4686-b816-ffec7d0efc63.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-10596424-5424-4686-b816-ffec7d0efc63-root {
    text-align: left;
  }


#s-10596424-5424-4686-b816-ffec7d0efc63.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-10596424-5424-4686-b816-ffec7d0efc63-root {
    text-align: left;
  }


#s-10596424-5424-4686-b816-ffec7d0efc63.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-b4e31dfa-bfbb-420b-a942-1a14c1405e62 {
  margin-top: -165px;
margin-left: auto;
margin-right: 24px;
max-width: 90px;
text-align: right;
}







  #s-b4e31dfa-bfbb-420b-a942-1a14c1405e62 img.shogun-image {
    

    
    
    
  }


#s-b4e31dfa-bfbb-420b-a942-1a14c1405e62 .shogun-image-content {
  
    align-items: center;
  
}

/*
  $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}
