.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-35653c45-f78a-4335-b49b-5d48b5cb565c {
  margin-bottom: 30px;
min-height: 50px;
}








#s-35653c45-f78a-4335-b49b-5d48b5cb565c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35653c45-f78a-4335-b49b-5d48b5cb565c.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-d88a18b9-ccc1-497e-b519-762b1c37ff52 {
  margin-left: 10px;
margin-right: 10px;
}

.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-32879961-ddbf-45a2-ae7c-dc0292a72014 {
  margin-top: 30px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-32879961-ddbf-45a2-ae7c-dc0292a72014"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32879961-ddbf-45a2-ae7c-dc0292a72014"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-32879961-ddbf-45a2-ae7c-dc0292a72014"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-32879961-ddbf-45a2-ae7c-dc0292a72014"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.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;
}

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

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

#s-99068e33-6e30-4716-96dd-a00fc888626a {
  margin-bottom: 10px;
text-align: center;
}







  #s-99068e33-6e30-4716-96dd-a00fc888626a img.shogun-image {
    

    
    
    
  }


#s-99068e33-6e30-4716-96dd-a00fc888626a .shogun-image-content {
  
    align-items: center;
  
}

#s-c8799084-3321-4781-91fb-e20671346f8b {
  text-align: center;
}







  #s-c8799084-3321-4781-91fb-e20671346f8b img.shogun-image {
    

    
    
    
  }


#s-c8799084-3321-4781-91fb-e20671346f8b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-7891ff88-6934-44f8-ad57-79eb16bf2ac4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7891ff88-6934-44f8-ad57-79eb16bf2ac4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7891ff88-6934-44f8-ad57-79eb16bf2ac4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7891ff88-6934-44f8-ad57-79eb16bf2ac4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-694409bf-9863-4331-952e-ec9737f36dbf {
  margin-bottom: 10px;
text-align: center;
}







  #s-694409bf-9863-4331-952e-ec9737f36dbf img.shogun-image {
    

    
    
    
  }


#s-694409bf-9863-4331-952e-ec9737f36dbf .shogun-image-content {
  
    align-items: center;
  
}

#s-315f9a89-7bb7-48a3-a0f6-2b2bba317218 {
  text-align: center;
}







  #s-315f9a89-7bb7-48a3-a0f6-2b2bba317218 img.shogun-image {
    

    
    
    
  }


#s-315f9a89-7bb7-48a3-a0f6-2b2bba317218 .shogun-image-content {
  
    align-items: center;
  
}

#s-a79e9818-aa1f-410a-9f84-d325c078423f {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}







  #s-a79e9818-aa1f-410a-9f84-d325c078423f img.shogun-image {
    

    
    
    
  }


#s-a79e9818-aa1f-410a-9f84-d325c078423f .shogun-image-content {
  
    align-items: center;
  
}

#s-7854bdf6-f0f5-465d-b6ba-a819d4606e6b {
  min-height: 50px;
}








#s-7854bdf6-f0f5-465d-b6ba-a819d4606e6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7854bdf6-f0f5-465d-b6ba-a819d4606e6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e088863c-cf1d-492b-9c6f-dfb868fc69df {
  margin-top: 0px;
margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(166, 184, 145, 1);
}








#s-e088863c-cf1d-492b-9c6f-dfb868fc69df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e088863c-cf1d-492b-9c6f-dfb868fc69df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2835fcc3-0651-4cd2-bcde-8d20d87384ab {
  margin-left: 20px;
margin-right: 20px;
}

#s-fe5e3bca-b7f0-44d1-ba28-9b669e1f99bc {
  margin-bottom: 15px;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-34e5b89c-30fd-49cf-a806-a3ca9debcc3a {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 870px;
opacity: 1;
}

#s-34e5b89c-30fd-49cf-a806-a3ca9debcc3a .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-34e5b89c-30fd-49cf-a806-a3ca9debcc3a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-34e5b89c-30fd-49cf-a806-a3ca9debcc3a td.shogun-table-column {
  background-color: #fff;
  padding: 5px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-34e5b89c-30fd-49cf-a806-a3ca9debcc3a td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-34e5b89c-30fd-49cf-a806-a3ca9debcc3a td.shogun-table-column, #s-34e5b89c-30fd-49cf-a806-a3ca9debcc3a td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-5b743d00-d3e1-4c13-9e1e-b81f454e166f {
  padding-left: 5px;
padding-right: 5px;
}

#s-d81923ef-894e-445c-a8c5-db47a218a9ff {
  padding-left: 5px;
padding-right: 5px;
}

#s-82200fea-d236-4c58-9399-8ddd1b9afd44 {
  padding-left: 5px;
padding-right: 5px;
}

#s-703014f7-c7d1-434a-aabb-0478d8321d45 {
  padding-left: 5px;
padding-right: 5px;
}

#s-1ebe5da6-4a6e-4408-91b8-909ed049866f {
  padding-left: 5px;
padding-right: 5px;
}

#s-292cfc5e-c9cc-49d7-9e62-f5cdecc792f0 {
  padding-left: 5px;
padding-right: 5px;
}

#s-237cee79-9064-45f5-8c16-b8ca84ee0104 {
  margin-bottom: 30px;
text-align: center;
}







  #s-237cee79-9064-45f5-8c16-b8ca84ee0104 img.shogun-image {
    

    
    
    
  }


#s-237cee79-9064-45f5-8c16-b8ca84ee0104 .shogun-image-content {
  
    align-items: center;
  
}

#s-73fda379-e394-4b61-9dc9-4e50932f8cef {
  margin-bottom: 30px;
text-align: center;
}








#s-73fda379-e394-4b61-9dc9-4e50932f8cef .shogun-image-content {
  
    align-items: center;
  
}

#s-cc82f138-8e07-4d69-95c6-b089475dc220 {
  margin-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(73, 60, 60, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(240, 238, 237, 1);
}








#s-cc82f138-8e07-4d69-95c6-b089475dc220 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc82f138-8e07-4d69-95c6-b089475dc220.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05ec481c-8af4-4f09-a536-1c541535ae2c {
  padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-1a6250c7-1b6b-42e0-996a-c809a86c0977"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a6250c7-1b6b-42e0-996a-c809a86c0977"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1a6250c7-1b6b-42e0-996a-c809a86c0977"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a6250c7-1b6b-42e0-996a-c809a86c0977"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

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

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

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

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

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

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

#s-57f43a76-a1f2-4554-a256-fbca4160f43e {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(71, 58, 58, 1);
text-align: center;
text-decoration: none;
}
#s-57f43a76-a1f2-4554-a256-fbca4160f43e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-57f43a76-a1f2-4554-a256-fbca4160f43e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-57f43a76-a1f2-4554-a256-fbca4160f43e-root {
    text-align: center;
  }


#s-57f43a76-a1f2-4554-a256-fbca4160f43e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-57f43a76-a1f2-4554-a256-fbca4160f43e-root {
    text-align: center;
  }


#s-57f43a76-a1f2-4554-a256-fbca4160f43e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57f43a76-a1f2-4554-a256-fbca4160f43e-root {
    text-align: center;
  }


#s-57f43a76-a1f2-4554-a256-fbca4160f43e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57f43a76-a1f2-4554-a256-fbca4160f43e-root {
    text-align: center;
  }


#s-57f43a76-a1f2-4554-a256-fbca4160f43e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-57f43a76-a1f2-4554-a256-fbca4160f43e-root {
    text-align: center;
  }


#s-57f43a76-a1f2-4554-a256-fbca4160f43e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e3a670bb-2bef-4b59-a8e7-ad3fa077b88d {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(71, 58, 58, 1);
text-align: center;
text-decoration: none;
}
#s-e3a670bb-2bef-4b59-a8e7-ad3fa077b88d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e3a670bb-2bef-4b59-a8e7-ad3fa077b88d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e3a670bb-2bef-4b59-a8e7-ad3fa077b88d-root {
    text-align: center;
  }


#s-e3a670bb-2bef-4b59-a8e7-ad3fa077b88d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e3a670bb-2bef-4b59-a8e7-ad3fa077b88d-root {
    text-align: center;
  }


#s-e3a670bb-2bef-4b59-a8e7-ad3fa077b88d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e3a670bb-2bef-4b59-a8e7-ad3fa077b88d-root {
    text-align: center;
  }


#s-e3a670bb-2bef-4b59-a8e7-ad3fa077b88d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e3a670bb-2bef-4b59-a8e7-ad3fa077b88d-root {
    text-align: center;
  }


#s-e3a670bb-2bef-4b59-a8e7-ad3fa077b88d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e3a670bb-2bef-4b59-a8e7-ad3fa077b88d-root {
    text-align: center;
  }


#s-e3a670bb-2bef-4b59-a8e7-ad3fa077b88d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ffceb8b2-bd1e-4e48-9242-aff2dc3a02a0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(71, 58, 58, 1);
text-align: center;
text-decoration: none;
}
#s-ffceb8b2-bd1e-4e48-9242-aff2dc3a02a0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ffceb8b2-bd1e-4e48-9242-aff2dc3a02a0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ffceb8b2-bd1e-4e48-9242-aff2dc3a02a0-root {
    text-align: center;
  }


#s-ffceb8b2-bd1e-4e48-9242-aff2dc3a02a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ffceb8b2-bd1e-4e48-9242-aff2dc3a02a0-root {
    text-align: center;
  }


#s-ffceb8b2-bd1e-4e48-9242-aff2dc3a02a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ffceb8b2-bd1e-4e48-9242-aff2dc3a02a0-root {
    text-align: center;
  }


#s-ffceb8b2-bd1e-4e48-9242-aff2dc3a02a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ffceb8b2-bd1e-4e48-9242-aff2dc3a02a0-root {
    text-align: center;
  }


#s-ffceb8b2-bd1e-4e48-9242-aff2dc3a02a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ffceb8b2-bd1e-4e48-9242-aff2dc3a02a0-root {
    text-align: center;
  }


#s-ffceb8b2-bd1e-4e48-9242-aff2dc3a02a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a7acf830-e52e-428e-945e-03989fff76ea {
  margin-bottom: 30px;
background-color: rgba(240, 238, 237, 1);
}
@media (max-width: 767px){#s-a7acf830-e52e-428e-945e-03989fff76ea {
  margin-bottom: 30px;
}
}







#s-a7acf830-e52e-428e-945e-03989fff76ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7acf830-e52e-428e-945e-03989fff76ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01844931-ff74-40ad-a391-356413b22735 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-01844931-ff74-40ad-a391-356413b22735 {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-6ed5ee4b-2dfc-44b9-8b54-fa81a768ba78 {
  text-align: center;
}







  #s-6ed5ee4b-2dfc-44b9-8b54-fa81a768ba78 img.shogun-image {
    

    
    
    
  }


#s-6ed5ee4b-2dfc-44b9-8b54-fa81a768ba78 .shogun-image-content {
  
    align-items: center;
  
}

#s-f9d009c1-ce2f-4073-9ca4-1168ce0b5dac {
  margin-top: 70px;
min-height: 50px;
}








#s-f9d009c1-ce2f-4073-9ca4-1168ce0b5dac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9d009c1-ce2f-4073-9ca4-1168ce0b5dac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d577cbb7-c6d2-456f-896c-dc27f8c25d22 {
  margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(194, 191, 99, 1);
}








#s-d577cbb7-c6d2-456f-896c-dc27f8c25d22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d577cbb7-c6d2-456f-896c-dc27f8c25d22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63b8961e-0e42-4dc1-9fc1-cae6624058ae {
  margin-left: 20px;
margin-right: 20px;
}

#s-52e187e8-2f8b-4a44-9c14-ee78d69499b5 {
  margin-bottom: 50px;
}

#s-ea577645-2a3e-4e4d-9e34-944e45bd7180 {
  margin-bottom: 20px;
text-align: center;
}







  #s-ea577645-2a3e-4e4d-9e34-944e45bd7180 img.shogun-image {
    

    
    
    
  }


#s-ea577645-2a3e-4e4d-9e34-944e45bd7180 .shogun-image-content {
  
    align-items: 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-e699c431-3ef3-44a9-878c-e71b80a48b8d {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e699c431-3ef3-44a9-878c-e71b80a48b8d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e699c431-3ef3-44a9-878c-e71b80a48b8d .shg-sld-nav-button.shg-sld-left,
#s-e699c431-3ef3-44a9-878c-e71b80a48b8d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-02cc1333-1387-4bd6-bdd7-51416dcd9aa2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02cc1333-1387-4bd6-bdd7-51416dcd9aa2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-02cc1333-1387-4bd6-bdd7-51416dcd9aa2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-02cc1333-1387-4bd6-bdd7-51416dcd9aa2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f3863e6b-459c-4080-8a50-2ce6ffe5a1da {
  text-align: center;
}







  #s-f3863e6b-459c-4080-8a50-2ce6ffe5a1da img.shogun-image {
    

    
    
    
  }


#s-f3863e6b-459c-4080-8a50-2ce6ffe5a1da .shogun-image-content {
  
    align-items: center;
  
}

#s-c9b612ac-310a-4203-b288-eafdf7ad029d {
  text-align: center;
}







  #s-c9b612ac-310a-4203-b288-eafdf7ad029d img.shogun-image {
    

    
    
    
  }


#s-c9b612ac-310a-4203-b288-eafdf7ad029d .shogun-image-content {
  
    align-items: center;
  
}

#s-9b663d61-b041-4ed6-850d-31e2c5ddb7ee {
  text-align: center;
}







  #s-9b663d61-b041-4ed6-850d-31e2c5ddb7ee img.shogun-image {
    

    
    
    
  }


#s-9b663d61-b041-4ed6-850d-31e2c5ddb7ee .shogun-image-content {
  
    align-items: center;
  
}

#s-aa0d46f4-362b-47f4-83ab-77da85ebd42f {
  text-align: center;
}







  #s-aa0d46f4-362b-47f4-83ab-77da85ebd42f img.shogun-image {
    

    
    
    
  }


#s-aa0d46f4-362b-47f4-83ab-77da85ebd42f .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-df85b644-4fec-42b1-bfcd-6b9f5e173231 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-df85b644-4fec-42b1-bfcd-6b9f5e173231 hr {
  border-top: 2px solid #ddd;
}

#s-e1930a26-fe34-4fd9-a53a-362772376675 {
  min-height: 50px;
}








#s-e1930a26-fe34-4fd9-a53a-362772376675 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1930a26-fe34-4fd9-a53a-362772376675.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e539c29b-f910-41d6-bd6e-d9d4065d0b6e {
  margin-top: 70px;
margin-bottom: 70px;
text-align: center;
}







  #s-e539c29b-f910-41d6-bd6e-d9d4065d0b6e img.shogun-image {
    

    
    
    
  }


#s-e539c29b-f910-41d6-bd6e-d9d4065d0b6e .shogun-image-content {
  
    align-items: center;
  
}

#s-b2563e96-474f-4c08-af3e-c314c59220da {
  margin-bottom: 15px;
}

#s-ae7fba76-8774-4c30-99dc-f563282392b4 {
  margin-bottom: 50px;
}

#s-04fe3bbf-3c8a-4d8a-a466-771c9e51da3e {
  margin-bottom: 20px;
}

#s-44aa21ee-48bc-40eb-aa61-b832ae5ed987 {
  margin-bottom: 30px;
}

#s-6abaad02-b82b-49cc-b88c-53316db6103f {
  margin-bottom: 30px;
text-align: center;
}







  #s-6abaad02-b82b-49cc-b88c-53316db6103f img.shogun-image {
    

    
    
    
  }


#s-6abaad02-b82b-49cc-b88c-53316db6103f .shogun-image-content {
  
    align-items: center;
  
}

#s-873c2290-baed-48fc-85f9-0430480ac562 {
  margin-bottom: 50px;
padding-top: 60px;
min-height: 50px;
background-color: rgba(190, 182, 165, 0.27);
}








#s-873c2290-baed-48fc-85f9-0430480ac562 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-873c2290-baed-48fc-85f9-0430480ac562.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94f29723-1242-4026-acc2-2d3ce0d84f12 {
  margin-left: auto;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-94f29723-1242-4026-acc2-2d3ce0d84f12 {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-4beefbed-e99c-4425-9679-e99be989f32c {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-4beefbed-e99c-4425-9679-e99be989f32c {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-26f8421d-8f6b-40bd-ba57-4a687c537085 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (min-width: 768px) and (max-width: 991px){#s-26f8421d-8f6b-40bd-ba57-4a687c537085 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-26f8421d-8f6b-40bd-ba57-4a687c537085 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-fa9495d8-b5c8-45f0-8e4b-6701045ef5c9 {
  margin-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}
@media (max-width: 767px){#s-fa9495d8-b5c8-45f0-8e4b-6701045ef5c9 {
  padding-left: 15px;
padding-right: 15px;
}
}






  #s-fa9495d8-b5c8-45f0-8e4b-6701045ef5c9 img.shogun-image {
    

    
    
    
  }


#s-fa9495d8-b5c8-45f0-8e4b-6701045ef5c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ca6e7f3c-e526-4042-96d1-ebcc5fe8cb4b {
  margin-bottom: 15px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ca6e7f3c-e526-4042-96d1-ebcc5fe8cb4b {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-ca6e7f3c-e526-4042-96d1-ebcc5fe8cb4b {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-f1742aa1-6049-4718-a85a-1f7fbb3cdb98 {
  margin-bottom: 80px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f1742aa1-6049-4718-a85a-1f7fbb3cdb98 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-f1742aa1-6049-4718-a85a-1f7fbb3cdb98 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-dcbe2bf2-9a6e-463d-bd14-5cfe21728127 {
  margin-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}
@media (max-width: 767px){#s-dcbe2bf2-9a6e-463d-bd14-5cfe21728127 {
  padding-left: 15px;
padding-right: 15px;
}
}






  #s-dcbe2bf2-9a6e-463d-bd14-5cfe21728127 img.shogun-image {
    

    
    
    
  }


#s-dcbe2bf2-9a6e-463d-bd14-5cfe21728127 .shogun-image-content {
  
    align-items: center;
  
}

#s-088d917f-8c9b-4336-9e01-12f7d3c15e15 {
  margin-bottom: 15px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-088d917f-8c9b-4336-9e01-12f7d3c15e15 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-088d917f-8c9b-4336-9e01-12f7d3c15e15 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-488fd5ef-14a8-4897-a901-c786387d1c86 {
  margin-bottom: 80px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-488fd5ef-14a8-4897-a901-c786387d1c86 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-488fd5ef-14a8-4897-a901-c786387d1c86 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-1526bbbe-7ee9-4818-a6cd-c9e22a68598b {
  margin-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}
@media (max-width: 767px){#s-1526bbbe-7ee9-4818-a6cd-c9e22a68598b {
  padding-left: 15px;
padding-right: 15px;
}
}






  #s-1526bbbe-7ee9-4818-a6cd-c9e22a68598b img.shogun-image {
    

    
    
    
  }


#s-1526bbbe-7ee9-4818-a6cd-c9e22a68598b .shogun-image-content {
  
    align-items: center;
  
}

#s-8fd6302a-e89f-4865-ab8c-587700744efe {
  margin-bottom: 15px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8fd6302a-e89f-4865-ab8c-587700744efe {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-8fd6302a-e89f-4865-ab8c-587700744efe {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-5d1419a1-5445-47b2-a66d-a4802ba57d7f {
  margin-bottom: 80px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5d1419a1-5445-47b2-a66d-a4802ba57d7f {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-5d1419a1-5445-47b2-a66d-a4802ba57d7f {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-d50af569-bca0-4466-8b23-d7448b41e12b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d50af569-bca0-4466-8b23-d7448b41e12b hr {
  border-top: 2px solid #ddd;
}

#s-760e5b2f-ecbd-463a-980c-e4058ed8bb46 {
  min-height: 50px;
}








#s-760e5b2f-ecbd-463a-980c-e4058ed8bb46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-760e5b2f-ecbd-463a-980c-e4058ed8bb46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-360a6454-43dc-4de6-ade9-28ddf59347ff {
  margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(202, 187, 160, 1);
}








#s-360a6454-43dc-4de6-ade9-28ddf59347ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-360a6454-43dc-4de6-ade9-28ddf59347ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-847f9086-1c4e-46f4-8241-71aa20fd787c {
  margin-left: 20px;
margin-right: 20px;
}

#s-3d6b8879-7157-42c9-b793-966e4c31a12c {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 870px;
}

#s-464dea16-e502-4eb5-ae2d-68d44d9a5527 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-a755720d-ca9a-47f8-8718-b83bb3634440 {
  margin-bottom: 30px;
text-align: center;
}








#s-a755720d-ca9a-47f8-8718-b83bb3634440 .shogun-image-content {
  
    align-items: center;
  
}

#s-f09999ce-5fc0-4186-baab-489cbf4f2538 {
  margin-bottom: 15px;
}

#s-b940a08b-6e9f-44fc-a559-9c8356fad7ff {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-48b30161-57f7-4387-91b8-e1ba5408f731 {
  margin-left: auto;
margin-bottom: 90px;
margin-right: auto;
max-width: 870px;
text-align: center;
}







  #s-48b30161-57f7-4387-91b8-e1ba5408f731 img.shogun-image {
    

    
    
    
  }


#s-48b30161-57f7-4387-91b8-e1ba5408f731 .shogun-image-content {
  
    align-items: center;
  
}

#s-bfe18678-39fd-42de-8868-2e45e265cfc9 {
  margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(202, 187, 160, 1);
}








#s-bfe18678-39fd-42de-8868-2e45e265cfc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfe18678-39fd-42de-8868-2e45e265cfc9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-891ba42f-1aa0-4184-9120-43c2daff4c0a {
  margin-left: 20px;
margin-right: 20px;
}

#s-d7304ea4-ef16-46ab-8d4c-39eadd1cea6d {
  margin-bottom: 15px;
}

#s-276b4fe6-0023-4145-90d9-ccb9a3cd7ddf {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-7fa602f9-5a83-452e-bfdc-39810884f73d {
  margin-bottom: 80px;
text-align: center;
}







  #s-7fa602f9-5a83-452e-bfdc-39810884f73d img.shogun-image {
    

    
    
    
  }


#s-7fa602f9-5a83-452e-bfdc-39810884f73d .shogun-image-content {
  
    align-items: center;
  
}

#s-4353ed81-ff8c-4945-9b85-dea9518283af {
  margin-bottom: 15px;
}

#s-5ef82323-74e7-4af0-935b-e2417a4bd465 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-70dee368-4280-4cde-9b11-e8b5feb0e652 {
  text-align: center;
}







  #s-70dee368-4280-4cde-9b11-e8b5feb0e652 img.shogun-image {
    

    
    
    
  }


#s-70dee368-4280-4cde-9b11-e8b5feb0e652 .shogun-image-content {
  
    align-items: center;
  
}

#s-032fd000-d76b-4718-8c72-f192b79bc20c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-032fd000-d76b-4718-8c72-f192b79bc20c hr {
  border-top: 2px solid #ddd;
}

#s-6bf811bd-65a0-4e6a-965c-18bcb70b40d5 {
  min-height: 50px;
}








#s-6bf811bd-65a0-4e6a-965c-18bcb70b40d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bf811bd-65a0-4e6a-965c-18bcb70b40d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c599d81-ecbd-4bbe-beeb-038ef2d8b7af {
  margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(166, 184, 145, 1);
}








#s-3c599d81-ecbd-4bbe-beeb-038ef2d8b7af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c599d81-ecbd-4bbe-beeb-038ef2d8b7af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a67615d-8b66-40a8-84e8-69d2a2090329 {
  margin-left: 20px;
margin-right: 20px;
}

#s-7722d1a8-3ac4-4945-8ca6-70139a396669 {
  margin-bottom: 30px;
}

#s-bdaef556-b68f-4c54-972c-5ce99d083e58 {
  margin-bottom: 30px;
}

#s-1e63f6c4-db6b-418e-b972-fb3606001916 {
  margin-bottom: 40px;
}

#s-455d6b09-d64a-4f0d-b209-451cf3e32998 {
  margin-bottom: 30px;
text-align: center;
}







  #s-455d6b09-d64a-4f0d-b209-451cf3e32998 img.shogun-image {
    

    
    
    
  }


#s-455d6b09-d64a-4f0d-b209-451cf3e32998 .shogun-image-content {
  
    align-items: 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-43e415fc-3d1c-4b03-b569-9d0d82b02925 {
  margin-bottom: 50px;
}

#s-a44a4a92-bee9-4659-a5c5-76dbc0d0319d {
  margin-bottom: 50px;
min-height: 50px;
background-color: rgba(240, 238, 237, 1);
}








#s-a44a4a92-bee9-4659-a5c5-76dbc0d0319d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a44a4a92-bee9-4659-a5c5-76dbc0d0319d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45c071fb-16fd-4163-8485-93a64e77235b {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (min-width: 768px) and (max-width: 991px){#s-45c071fb-16fd-4163-8485-93a64e77235b {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-45c071fb-16fd-4163-8485-93a64e77235b {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-bb9b2d62-90ee-4084-9306-f609d84e318f {
  margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(166, 184, 145, 1);
}








#s-bb9b2d62-90ee-4084-9306-f609d84e318f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb9b2d62-90ee-4084-9306-f609d84e318f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16dfdc4f-9571-458f-8862-7b7df70f8027 {
  margin-left: 20px;
margin-right: 20px;
}

#s-87b728ab-beb8-4bbe-b324-87b76ac3f88d {
  margin-bottom: 30px;
}

#s-f040d765-fa2a-4991-a1d4-bd74fa685cb6 {
  margin-bottom: 40px;
}

#s-e1bb2873-aaec-461b-af6c-c8d6a4fd4f60 {
  margin-bottom: 15px;
}

#s-17cfa7f9-56f4-4c46-8401-18fdb203da3c {
  margin-bottom: 90px;
}

#s-6aa06e7f-01df-4f2f-82f3-358df4294aa2 {
  text-align: center;
}
#s-6aa06e7f-01df-4f2f-82f3-358df4294aa2:hover {opacity: 0.8 !important;}@media (min-width: 768px) and (max-width: 991px){#s-6aa06e7f-01df-4f2f-82f3-358df4294aa2 {
  display: none;
}
#s-6aa06e7f-01df-4f2f-82f3-358df4294aa2, #wrap-s-6aa06e7f-01df-4f2f-82f3-358df4294aa2 { display: none !important; }}@media (max-width: 767px){#s-6aa06e7f-01df-4f2f-82f3-358df4294aa2 {
  display: none;
}
#s-6aa06e7f-01df-4f2f-82f3-358df4294aa2, #wrap-s-6aa06e7f-01df-4f2f-82f3-358df4294aa2 { display: none !important; }}






  #s-6aa06e7f-01df-4f2f-82f3-358df4294aa2 img.shogun-image {
    

    
    
    
  }


#s-6aa06e7f-01df-4f2f-82f3-358df4294aa2 .shogun-image-content {
  
    align-items: center;
  
}

#s-63da4213-8764-4943-822b-713e13389fa9 {
  text-align: center;
}
@media (min-width: 1200px){#s-63da4213-8764-4943-822b-713e13389fa9 {
  display: none;
}
#s-63da4213-8764-4943-822b-713e13389fa9, #wrap-s-63da4213-8764-4943-822b-713e13389fa9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63da4213-8764-4943-822b-713e13389fa9 {
  display: none;
}
#s-63da4213-8764-4943-822b-713e13389fa9, #wrap-s-63da4213-8764-4943-822b-713e13389fa9 { display: none !important; }}






  #s-63da4213-8764-4943-822b-713e13389fa9 img.shogun-image {
    

    
    
    
  }


#s-63da4213-8764-4943-822b-713e13389fa9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba5dfd2c-d724-471c-aa9a-20d43464faa4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ba5dfd2c-d724-471c-aa9a-20d43464faa4 hr {
  border-top: 2px solid #ddd;
}

#s-68a6d334-ee09-4530-8198-8047d0a012ec {
  min-height: 50px;
}








#s-68a6d334-ee09-4530-8198-8047d0a012ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68a6d334-ee09-4530-8198-8047d0a012ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-162d9f71-1ab2-441b-9373-b5763000fbcc {
  margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(201, 171, 159, 1);
}








#s-162d9f71-1ab2-441b-9373-b5763000fbcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-162d9f71-1ab2-441b-9373-b5763000fbcc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1682d3b2-d29b-47fe-bd31-7606f2f5bad6 {
  margin-left: 20px;
margin-right: 20px;
}

#s-f884257f-ebe7-44b4-952b-fcc1082323c9 {
  margin-bottom: 25px;
padding-left: 150px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f884257f-ebe7-44b4-952b-fcc1082323c9 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-f884257f-ebe7-44b4-952b-fcc1082323c9 {
  margin-left: 30px;
margin-right: 30px;
padding-left: 40px;
padding-right: 40px;
}
}






  #s-f884257f-ebe7-44b4-952b-fcc1082323c9 img.shogun-image {
    

    
    
    
  }


#s-f884257f-ebe7-44b4-952b-fcc1082323c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-0376f70d-5eb3-4c9d-9802-54075ea457f6 {
  margin-bottom: 15px;
}

#s-4aacc581-f669-4c25-92b5-bbd03298b2e2 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 870px;
}

#s-cefc3713-4383-473e-8c44-33a347018f17 {
  margin-left: auto;
margin-right: auto;
max-width: 870px;
}

#s-0b4af77c-4aa3-42a0-a511-c0b4f5d2b0a1 hr {
  border-top: 1px solid #ddd;
}

#s-2171a025-210f-47d3-b310-76360e3c1cdc {
  margin-bottom: 25px;
padding-left: 150px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2171a025-210f-47d3-b310-76360e3c1cdc {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-2171a025-210f-47d3-b310-76360e3c1cdc {
  margin-left: 30px;
margin-right: 30px;
padding-left: 40px;
padding-right: 40px;
}
}






  #s-2171a025-210f-47d3-b310-76360e3c1cdc img.shogun-image {
    

    
    
    
  }


#s-2171a025-210f-47d3-b310-76360e3c1cdc .shogun-image-content {
  
    align-items: center;
  
}

#s-e221d188-7751-44d4-be89-3625711f6fcf {
  margin-bottom: 15px;
}

#s-185b1a8f-dd76-436b-8af9-b15f1c7f03fc {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 870px;
}

#s-1304f484-7a5f-4aa9-91b3-cfd7cd08d157 {
  margin-left: auto;
margin-right: auto;
max-width: 870px;
}

#s-7d1f5f73-2435-4adb-815a-88dc7cc7e0c7 hr {
  border-top: 1px solid #ddd;
}

#s-f10f2fbf-e724-4c3c-ac60-cd78da4adace {
  margin-bottom: 25px;
padding-left: 150px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f10f2fbf-e724-4c3c-ac60-cd78da4adace {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-f10f2fbf-e724-4c3c-ac60-cd78da4adace {
  margin-left: 30px;
margin-right: 30px;
padding-left: 40px;
padding-right: 40px;
}
}






  #s-f10f2fbf-e724-4c3c-ac60-cd78da4adace img.shogun-image {
    

    
    
    
  }


#s-f10f2fbf-e724-4c3c-ac60-cd78da4adace .shogun-image-content {
  
    align-items: center;
  
}

#s-80bd85a6-ef03-46c0-bfdf-5ae9558551cc {
  margin-bottom: 15px;
}

#s-fd0d5abd-007e-4049-bdec-310e8ac6d2a8 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 870px;
}

#s-2a6db5cb-8fb6-4e83-8ec8-c96e91b2f65c {
  margin-left: auto;
margin-right: auto;
max-width: 870px;
}

#s-9866bd12-bcfe-4019-8e31-cbb7fc54d840 hr {
  border-top: 1px solid #ddd;
}

#s-98c3fda9-3d6b-46f3-9ec5-c829402cd10d {
  margin-bottom: 25px;
padding-left: 150px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-98c3fda9-3d6b-46f3-9ec5-c829402cd10d {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-98c3fda9-3d6b-46f3-9ec5-c829402cd10d {
  margin-left: 30px;
margin-right: 30px;
padding-left: 40px;
padding-right: 40px;
}
}






  #s-98c3fda9-3d6b-46f3-9ec5-c829402cd10d img.shogun-image {
    

    
    
    
  }


#s-98c3fda9-3d6b-46f3-9ec5-c829402cd10d .shogun-image-content {
  
    align-items: center;
  
}

#s-b8d45696-7701-4ab8-80ce-e5c2c7f53450 {
  margin-bottom: 15px;
}

#s-63050a5e-22cc-4ad3-849b-31c5e3ce5193 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 870px;
}

#s-21c111ca-5d04-4c6b-a16a-ab67a1c1ded9 {
  margin-left: auto;
margin-right: auto;
max-width: 870px;
}

#s-b9e546f7-5a2e-4112-b80a-344c885ead84 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b9e546f7-5a2e-4112-b80a-344c885ead84 hr {
  border-top: 2px solid #ddd;
}

#s-f83ab59e-23d1-4f1e-92bb-a04ae5c4aae7 {
  margin-bottom: 30px;
}

#s-e1b64196-5700-4c4f-ae6d-7e1e785d4c08 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e1b64196-5700-4c4f-ae6d-7e1e785d4c08 hr {
  border-top: 2px solid #ddd;
}

#s-607f080a-200d-4392-bb9d-8e6c95fd3c89 {
  min-height: 50px;
}








#s-607f080a-200d-4392-bb9d-8e6c95fd3c89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-607f080a-200d-4392-bb9d-8e6c95fd3c89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4b4cf16-db92-4796-9d28-fa3b1119756e {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-d4b4cf16-db92-4796-9d28-fa3b1119756e {
  padding-left: 22px;
padding-right: 22px;
}
}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-46fb443a-f5e9-42da-9435-8e462086550e {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 870px;
}

#s-46fb443a-f5e9-42da-9435-8e462086550e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-46fb443a-f5e9-42da-9435-8e462086550e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 15px;
}

#s-46fb443a-f5e9-42da-9435-8e462086550e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(77, 77, 77, 1);
}

#s-46fb443a-f5e9-42da-9435-8e462086550e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-46fb443a-f5e9-42da-9435-8e462086550e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(77, 77, 77, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 15px;
}

#s-46fb443a-f5e9-42da-9435-8e462086550e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-e8dc720e-75db-4f44-ae23-c862c2d09cf9 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-1fbb51aa-af86-4d88-bfce-11556cf48eab {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-b8c0f812-de48-4029-ab1b-08aa78e1bdf9 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-f0b862da-cae1-4f0f-9c4b-ed9766f80829 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-af69d833-0260-49b4-8078-33d1e90818b0 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-0e5671de-7b85-40b4-9c84-2c6eec9cd7b9 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-c4b1212c-c487-4177-b79f-fbfa9b73fe27 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-b18910cc-b1fb-4fc9-b477-8f90b56b7c33 {
  margin-bottom: 30px;
text-align: center;
}







  #s-b18910cc-b1fb-4fc9-b477-8f90b56b7c33 img.shogun-image {
    

    
    
    
  }


#s-b18910cc-b1fb-4fc9-b477-8f90b56b7c33 .shogun-image-content {
  
    align-items: center;
  
}

#s-a9afef4b-3c80-4617-ab3c-b7c63a8a422c {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(64, 57, 57, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a9afef4b-3c80-4617-ab3c-b7c63a8a422c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a9afef4b-3c80-4617-ab3c-b7c63a8a422c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a9afef4b-3c80-4617-ab3c-b7c63a8a422c-root {
    text-align: center;
  }


#s-a9afef4b-3c80-4617-ab3c-b7c63a8a422c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a9afef4b-3c80-4617-ab3c-b7c63a8a422c-root {
    text-align: center;
  }


#s-a9afef4b-3c80-4617-ab3c-b7c63a8a422c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a9afef4b-3c80-4617-ab3c-b7c63a8a422c-root {
    text-align: center;
  }


#s-a9afef4b-3c80-4617-ab3c-b7c63a8a422c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a9afef4b-3c80-4617-ab3c-b7c63a8a422c-root {
    text-align: center;
  }


#s-a9afef4b-3c80-4617-ab3c-b7c63a8a422c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a9afef4b-3c80-4617-ab3c-b7c63a8a422c-root {
    text-align: center;
  }


#s-a9afef4b-3c80-4617-ab3c-b7c63a8a422c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-813530aa-6d96-4bb3-915b-af3361d27451 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-813530aa-6d96-4bb3-915b-af3361d27451 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-12f9f9f9-ff3d-4e1b-93be-67cccd962c60"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12f9f9f9-ff3d-4e1b-93be-67cccd962c60"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-12f9f9f9-ff3d-4e1b-93be-67cccd962c60"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-12f9f9f9-ff3d-4e1b-93be-67cccd962c60"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-bca1bbe2-e264-453e-a52c-1a0b249cbd0d {
  text-align: left;
}



.shg-c#s-bca1bbe2-e264-453e-a52c-1a0b249cbd0d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bca1bbe2-e264-453e-a52c-1a0b249cbd0d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bca1bbe2-e264-453e-a52c-1a0b249cbd0d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bca1bbe2-e264-453e-a52c-1a0b249cbd0d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bca1bbe2-e264-453e-a52c-1a0b249cbd0d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bca1bbe2-e264-453e-a52c-1a0b249cbd0d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bca1bbe2-e264-453e-a52c-1a0b249cbd0d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bca1bbe2-e264-453e-a52c-1a0b249cbd0d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bca1bbe2-e264-453e-a52c-1a0b249cbd0d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bca1bbe2-e264-453e-a52c-1a0b249cbd0d img.shogun-image {
  width: 100%;
}



}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-9bf3dc0b-5f97-48d1-8fcd-83fca3333abc {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-9bf3dc0b-5f97-48d1-8fcd-83fca3333abc .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-9bf3dc0b-5f97-48d1-8fcd-83fca3333abc .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-9bf3dc0b-5f97-48d1-8fcd-83fca3333abc .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-9bf3dc0b-5f97-48d1-8fcd-83fca3333abc .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-9bf3dc0b-5f97-48d1-8fcd-83fca3333abc .shg-gallery-scroll-button {
  color: #FFF;
}

#s-9bf3dc0b-5f97-48d1-8fcd-83fca3333abc .shg-gallery-dot {
  background-color: #FFF;
}

.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-82b9225a-f382-4225-b326-535ee4a0c4b8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-82b9225a-f382-4225-b326-535ee4a0c4b8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-6de88043-6b9c-4cf0-b304-28be09d8f90a {
  margin-top: 10px;
text-align: left;
}

#s-6de88043-6b9c-4cf0-b304-28be09d8f90a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6de88043-6b9c-4cf0-b304-28be09d8f90a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6de88043-6b9c-4cf0-b304-28be09d8f90a .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-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

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

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

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

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

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

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

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

#s-ef31d5a3-5357-44b6-a4ff-596005feb029 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

#s-ef31d5a3-5357-44b6-a4ff-596005feb029 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ef31d5a3-5357-44b6-a4ff-596005feb029 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ef31d5a3-5357-44b6-a4ff-596005feb029 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ef31d5a3-5357-44b6-a4ff-596005feb029 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-ef31d5a3-5357-44b6-a4ff-596005feb029 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-ef31d5a3-5357-44b6-a4ff-596005feb029 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-ef31d5a3-5357-44b6-a4ff-596005feb029 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-ef31d5a3-5357-44b6-a4ff-596005feb029 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ef31d5a3-5357-44b6-a4ff-596005feb029 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ef31d5a3-5357-44b6-a4ff-596005feb029 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-ef31d5a3-5357-44b6-a4ff-596005feb029-btn-wrapper {
    text-align: center;
  }


#s-ef31d5a3-5357-44b6-a4ff-596005feb029 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-ef31d5a3-5357-44b6-a4ff-596005feb029 .shg-variant-btn:hover {
  background: #252525;
}

#s-ef31d5a3-5357-44b6-a4ff-596005feb029 .shg-variant-btn:active, #s-ef31d5a3-5357-44b6-a4ff-596005feb029 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-ef31d5a3-5357-44b6-a4ff-596005feb029 .shg-variant-btn.disabled {
  background: #252525;
}

.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-d5d76429-d461-4e94-a4aa-5154297a9bea {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d5d76429-d461-4e94-a4aa-5154297a9bea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d5d76429-d461-4e94-a4aa-5154297a9bea:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d5d76429-d461-4e94-a4aa-5154297a9bea {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d5d76429-d461-4e94-a4aa-5154297a9bea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d5d76429-d461-4e94-a4aa-5154297a9bea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d5d76429-d461-4e94-a4aa-5154297a9bea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7324ce71-bf20-4d6f-93bb-86e5035acc5e {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-282341bd-b5a4-42b7-8914-569c839527b8 {
  text-align: center;
}







  #s-282341bd-b5a4-42b7-8914-569c839527b8 img.shogun-image {
    

    
    
    
  }


#s-282341bd-b5a4-42b7-8914-569c839527b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6622d63-00fc-4ed2-bdd0-0de7f4a38833 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a6622d63-00fc-4ed2-bdd0-0de7f4a38833 hr {
  border-top: 2px solid #ddd;
}

#s-091faa73-a5d4-4f2d-9330-20e93dcaebf1 {
  margin-bottom: 30px;
min-height: 50px;
}








#s-091faa73-a5d4-4f2d-9330-20e93dcaebf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-091faa73-a5d4-4f2d-9330-20e93dcaebf1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d816fb8-016a-43e9-9ee7-7a7b683559fa {
  margin-bottom: 10px;
}

#s-ed2fe09a-b23a-44c4-a280-a115d5f8728c {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(64, 57, 57, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ed2fe09a-b23a-44c4-a280-a115d5f8728c:hover {border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 2px !important;
background-color: rgba(64, 57, 57, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ed2fe09a-b23a-44c4-a280-a115d5f8728c:active {border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 2px !important;
background-color: rgba(64, 57, 57, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ed2fe09a-b23a-44c4-a280-a115d5f8728c-root {
    text-align: center;
  }


#s-ed2fe09a-b23a-44c4-a280-a115d5f8728c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ed2fe09a-b23a-44c4-a280-a115d5f8728c-root {
    text-align: center;
  }


#s-ed2fe09a-b23a-44c4-a280-a115d5f8728c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed2fe09a-b23a-44c4-a280-a115d5f8728c-root {
    text-align: center;
  }


#s-ed2fe09a-b23a-44c4-a280-a115d5f8728c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed2fe09a-b23a-44c4-a280-a115d5f8728c-root {
    text-align: center;
  }


#s-ed2fe09a-b23a-44c4-a280-a115d5f8728c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ed2fe09a-b23a-44c4-a280-a115d5f8728c-root {
    text-align: center;
  }


#s-ed2fe09a-b23a-44c4-a280-a115d5f8728c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a4f8c43b-d7cc-4363-93c6-85f88f69bb75 {
  margin-bottom: 30px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: #000;
border-style: dashed;
min-height: 50px;
}








#s-a4f8c43b-d7cc-4363-93c6-85f88f69bb75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4f8c43b-d7cc-4363-93c6-85f88f69bb75.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6496668-7b64-4165-9cf3-8c861a9fcbbf {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-ff701db0-2ae6-41e5-a19b-75301dfd410d {
  margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-ff701db0-2ae6-41e5-a19b-75301dfd410d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff701db0-2ae6-41e5-a19b-75301dfd410d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ff701db0-2ae6-41e5-a19b-75301dfd410d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff701db0-2ae6-41e5-a19b-75301dfd410d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-05138a2d-6198-46e6-8d88-52961a1fb952 {
  text-align: center;
}







  #s-05138a2d-6198-46e6-8d88-52961a1fb952 img.shogun-image {
    

    
    
    
  }


#s-05138a2d-6198-46e6-8d88-52961a1fb952 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d272ec6-55e3-4cbc-9f22-3dcb9af7536c {
  text-align: center;
}







  #s-7d272ec6-55e3-4cbc-9f22-3dcb9af7536c img.shogun-image {
    

    
    
    
  }


#s-7d272ec6-55e3-4cbc-9f22-3dcb9af7536c .shogun-image-content {
  
    align-items: center;
  
}

#s-e86eb4b7-faa4-4c93-897c-d6d4776f0d07 {
  min-height: 50px;
}








#s-e86eb4b7-faa4-4c93-897c-d6d4776f0d07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e86eb4b7-faa4-4c93-897c-d6d4776f0d07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1951ea84-2c23-4c2b-8d86-723b7683937d {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
}







  #s-1951ea84-2c23-4c2b-8d86-723b7683937d img.shogun-image {
    

    
    
    
  }


#s-1951ea84-2c23-4c2b-8d86-723b7683937d .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}
