.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-025e958b-9280-4de8-91b7-0959fb3002a6 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-025e958b-9280-4de8-91b7-0959fb3002a6 {
  
}
}@media (max-width: 767px){#s-025e958b-9280-4de8-91b7-0959fb3002a6 {
  
}
}
#s-025e958b-9280-4de8-91b7-0959fb3002a6 {
  background-image: url(https://i.shgcdn.com/8af3fd1d-af7d-4bee-8b52-3c511038a52d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-025e958b-9280-4de8-91b7-0959fb3002a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-025e958b-9280-4de8-91b7-0959fb3002a6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px){






#s-025e958b-9280-4de8-91b7-0959fb3002a6 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-025e958b-9280-4de8-91b7-0959fb3002a6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
.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-cd8fb925-72c9-408e-b0e3-f3eb05619bb9 {
  margin-left: auto;
margin-right: auto;
min-height: 668px;
max-width: 1400px;
}
@media (min-width: 1200px){#s-cd8fb925-72c9-408e-b0e3-f3eb05619bb9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cd8fb925-72c9-408e-b0e3-f3eb05619bb9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cd8fb925-72c9-408e-b0e3-f3eb05619bb9 {
  
}
}@media (max-width: 767px){#s-cd8fb925-72c9-408e-b0e3-f3eb05619bb9 {
  max-width: 1400px;
display: none;
}
#s-cd8fb925-72c9-408e-b0e3-f3eb05619bb9, #wrap-s-cd8fb925-72c9-408e-b0e3-f3eb05619bb9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-cd8fb925-72c9-408e-b0e3-f3eb05619bb9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cd8fb925-72c9-408e-b0e3-f3eb05619bb9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cd8fb925-72c9-408e-b0e3-f3eb05619bb9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cd8fb925-72c9-408e-b0e3-f3eb05619bb9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cd8fb925-72c9-408e-b0e3-f3eb05619bb9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd8fb925-72c9-408e-b0e3-f3eb05619bb9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cd8fb925-72c9-408e-b0e3-f3eb05619bb9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-8da9e627-1862-4800-bfda-3c58202854c0 {
  min-height: 50px;
max-width: 100%;
}
@media (min-width: 1200px){#s-8da9e627-1862-4800-bfda-3c58202854c0 {
  display: none;
}
#s-8da9e627-1862-4800-bfda-3c58202854c0, #wrap-s-8da9e627-1862-4800-bfda-3c58202854c0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8da9e627-1862-4800-bfda-3c58202854c0 {
  display: none;
}
#s-8da9e627-1862-4800-bfda-3c58202854c0, #wrap-s-8da9e627-1862-4800-bfda-3c58202854c0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8da9e627-1862-4800-bfda-3c58202854c0 {
  display: none;
}
#s-8da9e627-1862-4800-bfda-3c58202854c0, #wrap-s-8da9e627-1862-4800-bfda-3c58202854c0 { display:none !important; }}@media (max-width: 767px){#s-8da9e627-1862-4800-bfda-3c58202854c0 {
  display: none;
}
#s-8da9e627-1862-4800-bfda-3c58202854c0, #wrap-s-8da9e627-1862-4800-bfda-3c58202854c0 { display:none !important; }}







#s-8da9e627-1862-4800-bfda-3c58202854c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8da9e627-1862-4800-bfda-3c58202854c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05be23a5-89b2-4822-873c-dd09c5dd62b4 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0px;
padding-top: 40px;
padding-left: 2%;
padding-bottom: 64px;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 100%;
background-color: rgba(227, 227, 227, 1);
}
@media (max-width: 767px){#s-05be23a5-89b2-4822-873c-dd09c5dd62b4 {
  margin-left: auto;
padding-top: 40px;
padding-bottom: 64px;
padding-right: 20px;
max-width: 100%;
}
}







#s-05be23a5-89b2-4822-873c-dd09c5dd62b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05be23a5-89b2-4822-873c-dd09c5dd62b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-05be23a5-89b2-4822-873c-dd09c5dd62b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05be23a5-89b2-4822-873c-dd09c5dd62b4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
.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-39d86fbf-ec24-450b-8ef7-a5c2d7465d57 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-39d86fbf-ec24-450b-8ef7-a5c2d7465d57 {
  padding-left: 10px;
padding-right: 10px;
}
}
#s-39d86fbf-ec24-450b-8ef7-a5c2d7465d57 .shogun-heading-component h1 {
  color: rgba(46, 46, 46, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 58px;
  line-height: 1.2em;
  
  text-align: left;
}


@media (max-width: 767px){#s-39d86fbf-ec24-450b-8ef7-a5c2d7465d57 .shogun-heading-component h1 {
  color: rgba(46, 46, 46, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.2em;
  
  text-align: left;
}


}
.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-421e1f44-83c6-4129-bc12-32b72243b883 {
  padding-top: 0px;
padding-bottom: 11px;
}
@media (max-width: 767px){#s-421e1f44-83c6-4129-bc12-32b72243b883 {
  margin-left: 10px;
margin-right: 10px;
max-width: 100%;
}
}
.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-7c59de84-129c-4e71-b785-407e0baef28d {
  padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(168, 129, 75, 1);
border-style: solid;
border-radius: 8px;
background-color: rgba(168, 129, 75, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 240, 222, 1);
}
#s-7c59de84-129c-4e71-b785-407e0baef28d:hover {background-color: rgba(190, 168, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 240, 222, 1) !important;}#s-7c59de84-129c-4e71-b785-407e0baef28d:active {background-color: rgba(190, 168, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 240, 222, 1) !important;}@media (max-width: 767px){#s-7c59de84-129c-4e71-b785-407e0baef28d {
  margin-left: 11px;
margin-right: 11px;
padding-left: 10px;
padding-right: 10px;
}
}

  #s-7c59de84-129c-4e71-b785-407e0baef28d-root {
    text-align: left;
  }


#s-7c59de84-129c-4e71-b785-407e0baef28d.shg-btn {
  color: rgba(255, 240, 222, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7c59de84-129c-4e71-b785-407e0baef28d-root {
    text-align: left;
  }


#s-7c59de84-129c-4e71-b785-407e0baef28d.shg-btn {
  color: rgba(255, 240, 222, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7c59de84-129c-4e71-b785-407e0baef28d-root {
    text-align: left;
  }


#s-7c59de84-129c-4e71-b785-407e0baef28d.shg-btn {
  color: rgba(255, 240, 222, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7c59de84-129c-4e71-b785-407e0baef28d-root {
    text-align: left;
  }


#s-7c59de84-129c-4e71-b785-407e0baef28d.shg-btn {
  color: rgba(255, 240, 222, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7c59de84-129c-4e71-b785-407e0baef28d-root {
    text-align: left;
  }


#s-7c59de84-129c-4e71-b785-407e0baef28d.shg-btn {
  color: rgba(255, 240, 222, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-f6a06150-1c91-4999-89c6-3fbec2e7b28c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
max-width: 620px;
background-position: center center;
}
@media (min-width: 1200px){#s-f6a06150-1c91-4999-89c6-3fbec2e7b28c {
  display: none;
}
#s-f6a06150-1c91-4999-89c6-3fbec2e7b28c, #wrap-s-f6a06150-1c91-4999-89c6-3fbec2e7b28c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f6a06150-1c91-4999-89c6-3fbec2e7b28c {
  display: none;
}
#s-f6a06150-1c91-4999-89c6-3fbec2e7b28c, #wrap-s-f6a06150-1c91-4999-89c6-3fbec2e7b28c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f6a06150-1c91-4999-89c6-3fbec2e7b28c {
  display: none;
}
#s-f6a06150-1c91-4999-89c6-3fbec2e7b28c, #wrap-s-f6a06150-1c91-4999-89c6-3fbec2e7b28c { display:none !important; }}
#s-f6a06150-1c91-4999-89c6-3fbec2e7b28c {
  background-image: url(https://i.shgcdn.com/8af3fd1d-af7d-4bee-8b52-3c511038a52d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f6a06150-1c91-4999-89c6-3fbec2e7b28c {
  background-image: url(https://i.shgcdn.com/8af3fd1d-af7d-4bee-8b52-3c511038a52d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f6a06150-1c91-4999-89c6-3fbec2e7b28c {
  background-image: url(https://i.shgcdn.com/8af3fd1d-af7d-4bee-8b52-3c511038a52d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f6a06150-1c91-4999-89c6-3fbec2e7b28c {
  background-image: url(https://i.shgcdn.com/8af3fd1d-af7d-4bee-8b52-3c511038a52d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f6a06150-1c91-4999-89c6-3fbec2e7b28c {
  background-image: url(https://i.shgcdn.com/8af3fd1d-af7d-4bee-8b52-3c511038a52d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f6a06150-1c91-4999-89c6-3fbec2e7b28c {
  background-image: url(https://i.shgcdn.com/8af3fd1d-af7d-4bee-8b52-3c511038a52d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f6a06150-1c91-4999-89c6-3fbec2e7b28c {
  background-image: url(https://i.shgcdn.com/8af3fd1d-af7d-4bee-8b52-3c511038a52d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f6a06150-1c91-4999-89c6-3fbec2e7b28c {
  background-image: url(https://i.shgcdn.com/8af3fd1d-af7d-4bee-8b52-3c511038a52d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f6a06150-1c91-4999-89c6-3fbec2e7b28c {
  background-image: url(https://i.shgcdn.com/8af3fd1d-af7d-4bee-8b52-3c511038a52d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-f6a06150-1c91-4999-89c6-3fbec2e7b28c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6a06150-1c91-4999-89c6-3fbec2e7b28c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13a58da6-42a4-4589-9c1b-c5bb92335f2b {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0px;
padding-top: 40px;
padding-left: 2%;
padding-bottom: 64px;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 100%;
background-color: rgba(227, 227, 227, 1);
}
@media (min-width: 1200px){#s-13a58da6-42a4-4589-9c1b-c5bb92335f2b {
  display: none;
}
#s-13a58da6-42a4-4589-9c1b-c5bb92335f2b, #wrap-s-13a58da6-42a4-4589-9c1b-c5bb92335f2b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-13a58da6-42a4-4589-9c1b-c5bb92335f2b {
  display: none;
}
#s-13a58da6-42a4-4589-9c1b-c5bb92335f2b, #wrap-s-13a58da6-42a4-4589-9c1b-c5bb92335f2b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-13a58da6-42a4-4589-9c1b-c5bb92335f2b {
  display: none;
}
#s-13a58da6-42a4-4589-9c1b-c5bb92335f2b, #wrap-s-13a58da6-42a4-4589-9c1b-c5bb92335f2b { display:none !important; }}@media (max-width: 767px){#s-13a58da6-42a4-4589-9c1b-c5bb92335f2b {
  margin-left: auto;
padding-top: 20px;
padding-bottom: 30px;
padding-right: 20px;
max-width: 80%;
}
}







#s-13a58da6-42a4-4589-9c1b-c5bb92335f2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13a58da6-42a4-4589-9c1b-c5bb92335f2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-13a58da6-42a4-4589-9c1b-c5bb92335f2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13a58da6-42a4-4589-9c1b-c5bb92335f2b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-8ecbb5ea-2b5e-4803-9f0d-6273a57b5e00 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-8ecbb5ea-2b5e-4803-9f0d-6273a57b5e00 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}
}
#s-8ecbb5ea-2b5e-4803-9f0d-6273a57b5e00 .shogun-heading-component h1 {
  color: rgba(46, 46, 46, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-e7572ca9-e33f-471d-b57b-7440b68be055 {
  padding-top: 0px;
padding-bottom: 11px;
}
@media (max-width: 767px){#s-e7572ca9-e33f-471d-b57b-7440b68be055 {
  margin-left: 10px;
margin-right: 10px;
max-width: 100%;
}
}
#s-757c9c06-c759-41d8-8496-bc76b6402789 {
  padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-radius: 8px;
background-color: rgba(168, 129, 75, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 240, 222, 1);
}
#s-757c9c06-c759-41d8-8496-bc76b6402789:hover {background-color: rgba(190, 168, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 240, 222, 1) !important;}#s-757c9c06-c759-41d8-8496-bc76b6402789:active {background-color: rgba(190, 168, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 240, 222, 1) !important;}@media (max-width: 767px){#s-757c9c06-c759-41d8-8496-bc76b6402789 {
  margin-left: 9px;
margin-right: 9px;
padding-left: 10px;
padding-right: 10px;
}
}

  #s-757c9c06-c759-41d8-8496-bc76b6402789-root {
    text-align: left;
  }


#s-757c9c06-c759-41d8-8496-bc76b6402789.shg-btn {
  color: rgba(255, 240, 222, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-757c9c06-c759-41d8-8496-bc76b6402789-root {
    text-align: left;
  }


#s-757c9c06-c759-41d8-8496-bc76b6402789.shg-btn {
  color: rgba(255, 240, 222, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-757c9c06-c759-41d8-8496-bc76b6402789-root {
    text-align: left;
  }


#s-757c9c06-c759-41d8-8496-bc76b6402789.shg-btn {
  color: rgba(255, 240, 222, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-757c9c06-c759-41d8-8496-bc76b6402789-root {
    text-align: left;
  }


#s-757c9c06-c759-41d8-8496-bc76b6402789.shg-btn {
  color: rgba(255, 240, 222, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-757c9c06-c759-41d8-8496-bc76b6402789-root {
    text-align: left;
  }


#s-757c9c06-c759-41d8-8496-bc76b6402789.shg-btn {
  color: rgba(255, 240, 222, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-b7f33027-333c-4e7b-8de8-5e21f2ca5124 {
  background-repeat: no-repeat;
background-size: contain;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-position: right bottom;
}

#s-b7f33027-333c-4e7b-8de8-5e21f2ca5124 {
  background-image: url(https://i.shgcdn.com/d1273439-ad10-455e-b0cb-b6837c7d9f9e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b7f33027-333c-4e7b-8de8-5e21f2ca5124 {
  background-image: url(https://i.shgcdn.com/d1273439-ad10-455e-b0cb-b6837c7d9f9e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b7f33027-333c-4e7b-8de8-5e21f2ca5124 {
  background-image: url(https://i.shgcdn.com/d1273439-ad10-455e-b0cb-b6837c7d9f9e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b7f33027-333c-4e7b-8de8-5e21f2ca5124 {
  background-image: url(https://i.shgcdn.com/d1273439-ad10-455e-b0cb-b6837c7d9f9e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b7f33027-333c-4e7b-8de8-5e21f2ca5124 {
  background-image: url(https://i.shgcdn.com/d1273439-ad10-455e-b0cb-b6837c7d9f9e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b7f33027-333c-4e7b-8de8-5e21f2ca5124 {
  background-image: url(https://i.shgcdn.com/d1273439-ad10-455e-b0cb-b6837c7d9f9e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b7f33027-333c-4e7b-8de8-5e21f2ca5124 {
  background-image: url(https://i.shgcdn.com/d1273439-ad10-455e-b0cb-b6837c7d9f9e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b7f33027-333c-4e7b-8de8-5e21f2ca5124 {
  background-image: url(https://i.shgcdn.com/d1273439-ad10-455e-b0cb-b6837c7d9f9e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b7f33027-333c-4e7b-8de8-5e21f2ca5124 {
  background-image: url(https://i.shgcdn.com/d1273439-ad10-455e-b0cb-b6837c7d9f9e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-b7f33027-333c-4e7b-8de8-5e21f2ca5124 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7f33027-333c-4e7b-8de8-5e21f2ca5124.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c41a236d-f55f-4779-afed-d60e0760806d {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1400px;
}
@media (min-width: 1200px){#s-c41a236d-f55f-4779-afed-d60e0760806d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c41a236d-f55f-4779-afed-d60e0760806d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c41a236d-f55f-4779-afed-d60e0760806d {
  
}
}@media (max-width: 767px){#s-c41a236d-f55f-4779-afed-d60e0760806d {
  
}
}







#s-c41a236d-f55f-4779-afed-d60e0760806d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c41a236d-f55f-4779-afed-d60e0760806d.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-6a598030-6688-4c8f-a529-3312ec6c5254 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-6a598030-6688-4c8f-a529-3312ec6c5254 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
}
#s-6a598030-6688-4c8f-a529-3312ec6c5254 .shogun-heading-component h1 {
  color: rgba(46, 46, 46, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 58px;
  line-height: 1.25em;
  
  text-align: center;
}


@media (max-width: 767px){#s-6a598030-6688-4c8f-a529-3312ec6c5254 .shogun-heading-component h1 {
  color: rgba(46, 46, 46, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-f18a7e33-461a-4a0f-a0ab-d948ca7523e7 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
}
@media (max-width: 767px){#s-f18a7e33-461a-4a0f-a0ab-d948ca7523e7 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: left;
}
}
#s-f18a7e33-461a-4a0f-a0ab-d948ca7523e7 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  italic ;
  font-size: 36px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-f18a7e33-461a-4a0f-a0ab-d948ca7523e7 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  italic ;
  font-size: 18px;
  
  
  text-align: left;
}


}
#s-bc6a3d0d-5a0a-4933-a20f-55133e668dbb {
  padding-top: 8px;
padding-bottom: 8px;
}

#s-01a4dbf8-e910-4e2f-a044-57d24a50ac37 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-01a4dbf8-e910-4e2f-a044-57d24a50ac37 {
  display: none;
}
#s-01a4dbf8-e910-4e2f-a044-57d24a50ac37, #wrap-s-01a4dbf8-e910-4e2f-a044-57d24a50ac37 { display:none !important; }}@media (max-width: 767px){#s-01a4dbf8-e910-4e2f-a044-57d24a50ac37 {
  display: none;
}
#s-01a4dbf8-e910-4e2f-a044-57d24a50ac37, #wrap-s-01a4dbf8-e910-4e2f-a044-57d24a50ac37 { display:none !important; }}
@media (min-width: 0px) {
[id="s-01a4dbf8-e910-4e2f-a044-57d24a50ac37"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01a4dbf8-e910-4e2f-a044-57d24a50ac37"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-01a4dbf8-e910-4e2f-a044-57d24a50ac37"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-01a4dbf8-e910-4e2f-a044-57d24a50ac37"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-cfb7fb6b-45db-484b-8cde-77a77e61bdc3 {
  max-width: 660px;
}
@media (max-width: 767px){#s-cfb7fb6b-45db-484b-8cde-77a77e61bdc3 {
  max-width: 1009%;
}
}







#s-cfb7fb6b-45db-484b-8cde-77a77e61bdc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfb7fb6b-45db-484b-8cde-77a77e61bdc3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f2f68d6-2492-47df-a8a2-63d270f86904 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(168, 129, 75, 1);
border-style: solid;
max-width: 700px;
text-align: left;
}
@media (max-width: 767px){#s-0f2f68d6-2492-47df-a8a2-63d270f86904 {
  margin-top: 20px;
display: none;
}
#s-0f2f68d6-2492-47df-a8a2-63d270f86904, #wrap-s-0f2f68d6-2492-47df-a8a2-63d270f86904 { display:none !important; }}
#s-0f2f68d6-2492-47df-a8a2-63d270f86904 .shogun-heading-component h3 {
  color: rgba(46, 46, 46, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 44px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-9d462d36-ca1c-43f3-bd2e-fbadcc70d185 {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9d462d36-ca1c-43f3-bd2e-fbadcc70d185 {
  display: none;
}
#s-9d462d36-ca1c-43f3-bd2e-fbadcc70d185, #wrap-s-9d462d36-ca1c-43f3-bd2e-fbadcc70d185 { display:none !important; }}@media (max-width: 767px){#s-9d462d36-ca1c-43f3-bd2e-fbadcc70d185 {
  padding-bottom: 30px;
display: none;
}
#s-9d462d36-ca1c-43f3-bd2e-fbadcc70d185, #wrap-s-9d462d36-ca1c-43f3-bd2e-fbadcc70d185 { display:none !important; }}
.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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%;
}

.shg-imageV2-content {
  text-align: initial;
}

.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-13c36267-150f-445e-9aa0-176bb4d8122e {
  margin-left: 0%;
margin-right: 0%;
max-width: 1200px;
aspect-ratio: 1200/780;
text-align: left;
}





  #s-13c36267-150f-445e-9aa0-176bb4d8122e img.shogun-image,
  #s-13c36267-150f-445e-9aa0-176bb4d8122e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13c36267-150f-445e-9aa0-176bb4d8122e {
    width: 100%;
    height: auto;
  }



  img.s-13c36267-150f-445e-9aa0-176bb4d8122e.shogun-image {
    
    
  }


.s-13c36267-150f-445e-9aa0-176bb4d8122e .shogun-image-content {
  
    align-items: center;
  
}

.s-13c36267-150f-445e-9aa0-176bb4d8122e.shg-align-container {
  text-align: left
}

.s-13c36267-150f-445e-9aa0-176bb4d8122e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13c36267-150f-445e-9aa0-176bb4d8122e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-13c36267-150f-445e-9aa0-176bb4d8122e img.shogun-image,
  #s-13c36267-150f-445e-9aa0-176bb4d8122e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13c36267-150f-445e-9aa0-176bb4d8122e {
    width: 100%;
    height: auto;
  }



  img.s-13c36267-150f-445e-9aa0-176bb4d8122e.shogun-image {
    
    
  }


.s-13c36267-150f-445e-9aa0-176bb4d8122e .shogun-image-content {
  
    align-items: center;
  
}

.s-13c36267-150f-445e-9aa0-176bb4d8122e.shg-align-container {
  text-align: left
}

.s-13c36267-150f-445e-9aa0-176bb4d8122e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13c36267-150f-445e-9aa0-176bb4d8122e.shogun-image {
  box-sizing: border-box;
}


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



  #s-13c36267-150f-445e-9aa0-176bb4d8122e img.shogun-image,
  #s-13c36267-150f-445e-9aa0-176bb4d8122e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13c36267-150f-445e-9aa0-176bb4d8122e {
    width: 100%;
    height: auto;
  }



  img.s-13c36267-150f-445e-9aa0-176bb4d8122e.shogun-image {
    
    
  }


.s-13c36267-150f-445e-9aa0-176bb4d8122e .shogun-image-content {
  
    align-items: center;
  
}

.s-13c36267-150f-445e-9aa0-176bb4d8122e.shg-align-container {
  text-align: left
}

.s-13c36267-150f-445e-9aa0-176bb4d8122e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13c36267-150f-445e-9aa0-176bb4d8122e.shogun-image {
  box-sizing: border-box;
}


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



  #s-13c36267-150f-445e-9aa0-176bb4d8122e img.shogun-image,
  #s-13c36267-150f-445e-9aa0-176bb4d8122e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13c36267-150f-445e-9aa0-176bb4d8122e {
    width: 100%;
    height: auto;
  }



  img.s-13c36267-150f-445e-9aa0-176bb4d8122e.shogun-image {
    
    
  }


.s-13c36267-150f-445e-9aa0-176bb4d8122e .shogun-image-content {
  
    align-items: center;
  
}

.s-13c36267-150f-445e-9aa0-176bb4d8122e.shg-align-container {
  text-align: left
}

.s-13c36267-150f-445e-9aa0-176bb4d8122e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13c36267-150f-445e-9aa0-176bb4d8122e.shogun-image {
  box-sizing: border-box;
}


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



  #s-13c36267-150f-445e-9aa0-176bb4d8122e img.shogun-image,
  #s-13c36267-150f-445e-9aa0-176bb4d8122e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13c36267-150f-445e-9aa0-176bb4d8122e {
    width: 100%;
    height: auto;
  }



  img.s-13c36267-150f-445e-9aa0-176bb4d8122e.shogun-image {
    
    
  }


.s-13c36267-150f-445e-9aa0-176bb4d8122e .shogun-image-content {
  
    align-items: center;
  
}

.s-13c36267-150f-445e-9aa0-176bb4d8122e.shg-align-container {
  text-align: left
}

.s-13c36267-150f-445e-9aa0-176bb4d8122e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13c36267-150f-445e-9aa0-176bb4d8122e.shogun-image {
  box-sizing: border-box;
}


}
#s-4e2c6a1f-e3cf-438a-87b6-41185e0704ef {
  background-size: contain;
border-style: solid;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-position: right center;
}
@media (min-width: 1200px){#s-4e2c6a1f-e3cf-438a-87b6-41185e0704ef {
  display: none;
}
#s-4e2c6a1f-e3cf-438a-87b6-41185e0704ef, #wrap-s-4e2c6a1f-e3cf-438a-87b6-41185e0704ef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e2c6a1f-e3cf-438a-87b6-41185e0704ef {
  display: none;
}
#s-4e2c6a1f-e3cf-438a-87b6-41185e0704ef, #wrap-s-4e2c6a1f-e3cf-438a-87b6-41185e0704ef { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4e2c6a1f-e3cf-438a-87b6-41185e0704ef {
  padding-left: 20px;
display: none;
}
#s-4e2c6a1f-e3cf-438a-87b6-41185e0704ef, #wrap-s-4e2c6a1f-e3cf-438a-87b6-41185e0704ef { display:none !important; }}@media (max-width: 767px){#s-4e2c6a1f-e3cf-438a-87b6-41185e0704ef {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
}
}







#s-4e2c6a1f-e3cf-438a-87b6-41185e0704ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e2c6a1f-e3cf-438a-87b6-41185e0704ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e12bebb-a205-4920-88a6-ab39ba2e04c2 {
  max-width: 660px;
}
@media (max-width: 767px){#s-7e12bebb-a205-4920-88a6-ab39ba2e04c2 {
  max-width: 1009%;
}
}







#s-7e12bebb-a205-4920-88a6-ab39ba2e04c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e12bebb-a205-4920-88a6-ab39ba2e04c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9aac93fb-5a44-4b0e-b342-127f2ccab256 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1200px;
aspect-ratio: 1200/800;
text-align: left;
}





  #s-9aac93fb-5a44-4b0e-b342-127f2ccab256 img.shogun-image,
  #s-9aac93fb-5a44-4b0e-b342-127f2ccab256 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9aac93fb-5a44-4b0e-b342-127f2ccab256 {
    width: 100%;
    height: auto;
  }



  img.s-9aac93fb-5a44-4b0e-b342-127f2ccab256.shogun-image {
    
    
  }


.s-9aac93fb-5a44-4b0e-b342-127f2ccab256 .shogun-image-content {
  
    align-items: center;
  
}

.s-9aac93fb-5a44-4b0e-b342-127f2ccab256.shg-align-container {
  text-align: left
}

.s-9aac93fb-5a44-4b0e-b342-127f2ccab256.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aac93fb-5a44-4b0e-b342-127f2ccab256.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-9aac93fb-5a44-4b0e-b342-127f2ccab256 img.shogun-image,
  #s-9aac93fb-5a44-4b0e-b342-127f2ccab256 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9aac93fb-5a44-4b0e-b342-127f2ccab256 {
    width: 100%;
    height: auto;
  }



  img.s-9aac93fb-5a44-4b0e-b342-127f2ccab256.shogun-image {
    
    
  }


.s-9aac93fb-5a44-4b0e-b342-127f2ccab256 .shogun-image-content {
  
    align-items: center;
  
}

.s-9aac93fb-5a44-4b0e-b342-127f2ccab256.shg-align-container {
  text-align: left
}

.s-9aac93fb-5a44-4b0e-b342-127f2ccab256.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aac93fb-5a44-4b0e-b342-127f2ccab256.shogun-image {
  box-sizing: border-box;
}


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



  #s-9aac93fb-5a44-4b0e-b342-127f2ccab256 img.shogun-image,
  #s-9aac93fb-5a44-4b0e-b342-127f2ccab256 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9aac93fb-5a44-4b0e-b342-127f2ccab256 {
    width: 100%;
    height: auto;
  }



  img.s-9aac93fb-5a44-4b0e-b342-127f2ccab256.shogun-image {
    
    
  }


.s-9aac93fb-5a44-4b0e-b342-127f2ccab256 .shogun-image-content {
  
    align-items: center;
  
}

.s-9aac93fb-5a44-4b0e-b342-127f2ccab256.shg-align-container {
  text-align: left
}

.s-9aac93fb-5a44-4b0e-b342-127f2ccab256.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aac93fb-5a44-4b0e-b342-127f2ccab256.shogun-image {
  box-sizing: border-box;
}


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



  #s-9aac93fb-5a44-4b0e-b342-127f2ccab256 img.shogun-image,
  #s-9aac93fb-5a44-4b0e-b342-127f2ccab256 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9aac93fb-5a44-4b0e-b342-127f2ccab256 {
    width: 100%;
    height: auto;
  }



  img.s-9aac93fb-5a44-4b0e-b342-127f2ccab256.shogun-image {
    
    
  }


.s-9aac93fb-5a44-4b0e-b342-127f2ccab256 .shogun-image-content {
  
    align-items: center;
  
}

.s-9aac93fb-5a44-4b0e-b342-127f2ccab256.shg-align-container {
  text-align: left
}

.s-9aac93fb-5a44-4b0e-b342-127f2ccab256.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aac93fb-5a44-4b0e-b342-127f2ccab256.shogun-image {
  box-sizing: border-box;
}


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



  #s-9aac93fb-5a44-4b0e-b342-127f2ccab256 img.shogun-image,
  #s-9aac93fb-5a44-4b0e-b342-127f2ccab256 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9aac93fb-5a44-4b0e-b342-127f2ccab256 {
    width: 100%;
    height: auto;
  }



  img.s-9aac93fb-5a44-4b0e-b342-127f2ccab256.shogun-image {
    
    
  }


.s-9aac93fb-5a44-4b0e-b342-127f2ccab256 .shogun-image-content {
  
    align-items: center;
  
}

.s-9aac93fb-5a44-4b0e-b342-127f2ccab256.shg-align-container {
  text-align: left
}

.s-9aac93fb-5a44-4b0e-b342-127f2ccab256.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aac93fb-5a44-4b0e-b342-127f2ccab256.shogun-image {
  box-sizing: border-box;
}


}
#s-2add3e11-9df0-478f-a6a1-2ad48aae11d9 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(168, 129, 75, 1);
border-style: solid;
text-align: left;
}

#s-2add3e11-9df0-478f-a6a1-2ad48aae11d9 .shogun-heading-component h1 {
  color: rgba(46, 46, 46, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-41cc8e73-5c88-4a7c-b1c7-b3fab02e33d9 {
  margin-top: 10px;
}
@media (max-width: 767px){#s-41cc8e73-5c88-4a7c-b1c7-b3fab02e33d9 {
  padding-bottom: 30px;
}
}
#s-23309589-f15d-47d7-a54e-677e1d1d0252 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1200px;
aspect-ratio: 4/3;
text-align: left;
}





  #s-23309589-f15d-47d7-a54e-677e1d1d0252 img.shogun-image,
  #s-23309589-f15d-47d7-a54e-677e1d1d0252 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23309589-f15d-47d7-a54e-677e1d1d0252 {
    width: 100%;
    height: auto;
  }



  img.s-23309589-f15d-47d7-a54e-677e1d1d0252.shogun-image {
    
    
  }


.s-23309589-f15d-47d7-a54e-677e1d1d0252 .shogun-image-content {
  
    align-items: center;
  
}

.s-23309589-f15d-47d7-a54e-677e1d1d0252.shg-align-container {
  text-align: left
}

.s-23309589-f15d-47d7-a54e-677e1d1d0252.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23309589-f15d-47d7-a54e-677e1d1d0252.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-23309589-f15d-47d7-a54e-677e1d1d0252 img.shogun-image,
  #s-23309589-f15d-47d7-a54e-677e1d1d0252 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23309589-f15d-47d7-a54e-677e1d1d0252 {
    width: 100%;
    height: auto;
  }



  img.s-23309589-f15d-47d7-a54e-677e1d1d0252.shogun-image {
    
    
  }


.s-23309589-f15d-47d7-a54e-677e1d1d0252 .shogun-image-content {
  
    align-items: center;
  
}

.s-23309589-f15d-47d7-a54e-677e1d1d0252.shg-align-container {
  text-align: left
}

.s-23309589-f15d-47d7-a54e-677e1d1d0252.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23309589-f15d-47d7-a54e-677e1d1d0252.shogun-image {
  box-sizing: border-box;
}


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



  #s-23309589-f15d-47d7-a54e-677e1d1d0252 img.shogun-image,
  #s-23309589-f15d-47d7-a54e-677e1d1d0252 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23309589-f15d-47d7-a54e-677e1d1d0252 {
    width: 100%;
    height: auto;
  }



  img.s-23309589-f15d-47d7-a54e-677e1d1d0252.shogun-image {
    
    
  }


.s-23309589-f15d-47d7-a54e-677e1d1d0252 .shogun-image-content {
  
    align-items: center;
  
}

.s-23309589-f15d-47d7-a54e-677e1d1d0252.shg-align-container {
  text-align: left
}

.s-23309589-f15d-47d7-a54e-677e1d1d0252.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23309589-f15d-47d7-a54e-677e1d1d0252.shogun-image {
  box-sizing: border-box;
}


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



  #s-23309589-f15d-47d7-a54e-677e1d1d0252 img.shogun-image,
  #s-23309589-f15d-47d7-a54e-677e1d1d0252 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23309589-f15d-47d7-a54e-677e1d1d0252 {
    width: 100%;
    height: auto;
  }



  img.s-23309589-f15d-47d7-a54e-677e1d1d0252.shogun-image {
    
    
  }


.s-23309589-f15d-47d7-a54e-677e1d1d0252 .shogun-image-content {
  
    align-items: center;
  
}

.s-23309589-f15d-47d7-a54e-677e1d1d0252.shg-align-container {
  text-align: left
}

.s-23309589-f15d-47d7-a54e-677e1d1d0252.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23309589-f15d-47d7-a54e-677e1d1d0252.shogun-image {
  box-sizing: border-box;
}


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



  #s-23309589-f15d-47d7-a54e-677e1d1d0252 img.shogun-image,
  #s-23309589-f15d-47d7-a54e-677e1d1d0252 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23309589-f15d-47d7-a54e-677e1d1d0252 {
    width: 100%;
    height: auto;
  }



  img.s-23309589-f15d-47d7-a54e-677e1d1d0252.shogun-image {
    
    
  }


.s-23309589-f15d-47d7-a54e-677e1d1d0252 .shogun-image-content {
  
    align-items: center;
  
}

.s-23309589-f15d-47d7-a54e-677e1d1d0252.shg-align-container {
  text-align: left
}

.s-23309589-f15d-47d7-a54e-677e1d1d0252.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23309589-f15d-47d7-a54e-677e1d1d0252.shogun-image {
  box-sizing: border-box;
}


}
#s-5a83dd88-39c4-436e-bf9c-1017cdaac352 {
  background-size: contain;
border-style: solid;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-position: right center;
}
@media (min-width: 1200px){#s-5a83dd88-39c4-436e-bf9c-1017cdaac352 {
  display: none;
}
#s-5a83dd88-39c4-436e-bf9c-1017cdaac352, #wrap-s-5a83dd88-39c4-436e-bf9c-1017cdaac352 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5a83dd88-39c4-436e-bf9c-1017cdaac352 {
  display: none;
}
#s-5a83dd88-39c4-436e-bf9c-1017cdaac352, #wrap-s-5a83dd88-39c4-436e-bf9c-1017cdaac352 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5a83dd88-39c4-436e-bf9c-1017cdaac352 {
  padding-left: 20px;
display: none;
}
#s-5a83dd88-39c4-436e-bf9c-1017cdaac352, #wrap-s-5a83dd88-39c4-436e-bf9c-1017cdaac352 { display:none !important; }}@media (max-width: 767px){#s-5a83dd88-39c4-436e-bf9c-1017cdaac352 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-5a83dd88-39c4-436e-bf9c-1017cdaac352 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a83dd88-39c4-436e-bf9c-1017cdaac352.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ecbdcf56-974e-44fc-b3e7-2c9912545a99 {
  max-width: 660px;
}
@media (max-width: 767px){#s-ecbdcf56-974e-44fc-b3e7-2c9912545a99 {
  max-width: 1009%;
}
}







#s-ecbdcf56-974e-44fc-b3e7-2c9912545a99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecbdcf56-974e-44fc-b3e7-2c9912545a99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0089cfe3-c4bf-443c-a8d9-e58a9619bee3 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(168, 129, 75, 1);
border-style: solid;
text-align: left;
}

#s-0089cfe3-c4bf-443c-a8d9-e58a9619bee3 .shogun-heading-component h1 {
  color: rgba(46, 46, 46, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-d91033f1-27bd-4960-b1fd-fea3637fc626 {
  margin-top: 0px;
}
@media (max-width: 767px){#s-d91033f1-27bd-4960-b1fd-fea3637fc626 {
  padding-bottom: 30px;
}
}
#s-f8257c23-95f6-4cff-849f-e2cf31bd433d {
  margin-top: 0px;
}
@media (max-width: 767px){#s-f8257c23-95f6-4cff-849f-e2cf31bd433d {
  padding-bottom: 30px;
}
}
#s-d8e54390-087d-49d4-82f0-9a02a07c1684 {
  background-size: contain;
border-style: solid;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-position: right center;
}
@media (min-width: 1200px){#s-d8e54390-087d-49d4-82f0-9a02a07c1684 {
  display: none;
}
#s-d8e54390-087d-49d4-82f0-9a02a07c1684, #wrap-s-d8e54390-087d-49d4-82f0-9a02a07c1684 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d8e54390-087d-49d4-82f0-9a02a07c1684 {
  display: none;
}
#s-d8e54390-087d-49d4-82f0-9a02a07c1684, #wrap-s-d8e54390-087d-49d4-82f0-9a02a07c1684 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d8e54390-087d-49d4-82f0-9a02a07c1684 {
  padding-left: 20px;
display: none;
}
#s-d8e54390-087d-49d4-82f0-9a02a07c1684, #wrap-s-d8e54390-087d-49d4-82f0-9a02a07c1684 { display:none !important; }}@media (max-width: 767px){#s-d8e54390-087d-49d4-82f0-9a02a07c1684 {
  padding-top: 50px;
padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-d8e54390-087d-49d4-82f0-9a02a07c1684, #wrap-s-d8e54390-087d-49d4-82f0-9a02a07c1684 { display:none !important; }}







#s-d8e54390-087d-49d4-82f0-9a02a07c1684 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8e54390-087d-49d4-82f0-9a02a07c1684.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e2c751f-3ca9-4393-98e9-95edbbb62c7d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7e2c751f-3ca9-4393-98e9-95edbbb62c7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e2c751f-3ca9-4393-98e9-95edbbb62c7d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7e2c751f-3ca9-4393-98e9-95edbbb62c7d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e2c751f-3ca9-4393-98e9-95edbbb62c7d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d1ab5068-e1ec-4532-a63c-3a964de81a1e {
  margin-left: 0%;
margin-right: 0%;
max-width: 1200px;
aspect-ratio: 1200/800;
text-align: left;
}





  #s-d1ab5068-e1ec-4532-a63c-3a964de81a1e img.shogun-image,
  #s-d1ab5068-e1ec-4532-a63c-3a964de81a1e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d1ab5068-e1ec-4532-a63c-3a964de81a1e {
    width: 100%;
    height: auto;
  }



  img.s-d1ab5068-e1ec-4532-a63c-3a964de81a1e.shogun-image {
    
    
  }


.s-d1ab5068-e1ec-4532-a63c-3a964de81a1e .shogun-image-content {
  
    align-items: center;
  
}

.s-d1ab5068-e1ec-4532-a63c-3a964de81a1e.shg-align-container {
  text-align: left
}

.s-d1ab5068-e1ec-4532-a63c-3a964de81a1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1ab5068-e1ec-4532-a63c-3a964de81a1e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-d1ab5068-e1ec-4532-a63c-3a964de81a1e img.shogun-image,
  #s-d1ab5068-e1ec-4532-a63c-3a964de81a1e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d1ab5068-e1ec-4532-a63c-3a964de81a1e {
    width: 100%;
    height: auto;
  }



  img.s-d1ab5068-e1ec-4532-a63c-3a964de81a1e.shogun-image {
    
    
  }


.s-d1ab5068-e1ec-4532-a63c-3a964de81a1e .shogun-image-content {
  
    align-items: center;
  
}

.s-d1ab5068-e1ec-4532-a63c-3a964de81a1e.shg-align-container {
  text-align: left
}

.s-d1ab5068-e1ec-4532-a63c-3a964de81a1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1ab5068-e1ec-4532-a63c-3a964de81a1e.shogun-image {
  box-sizing: border-box;
}


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



  #s-d1ab5068-e1ec-4532-a63c-3a964de81a1e img.shogun-image,
  #s-d1ab5068-e1ec-4532-a63c-3a964de81a1e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d1ab5068-e1ec-4532-a63c-3a964de81a1e {
    width: 100%;
    height: auto;
  }



  img.s-d1ab5068-e1ec-4532-a63c-3a964de81a1e.shogun-image {
    
    
  }


.s-d1ab5068-e1ec-4532-a63c-3a964de81a1e .shogun-image-content {
  
    align-items: center;
  
}

.s-d1ab5068-e1ec-4532-a63c-3a964de81a1e.shg-align-container {
  text-align: left
}

.s-d1ab5068-e1ec-4532-a63c-3a964de81a1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1ab5068-e1ec-4532-a63c-3a964de81a1e.shogun-image {
  box-sizing: border-box;
}


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



  #s-d1ab5068-e1ec-4532-a63c-3a964de81a1e img.shogun-image,
  #s-d1ab5068-e1ec-4532-a63c-3a964de81a1e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d1ab5068-e1ec-4532-a63c-3a964de81a1e {
    width: 100%;
    height: auto;
  }



  img.s-d1ab5068-e1ec-4532-a63c-3a964de81a1e.shogun-image {
    
    
  }


.s-d1ab5068-e1ec-4532-a63c-3a964de81a1e .shogun-image-content {
  
    align-items: center;
  
}

.s-d1ab5068-e1ec-4532-a63c-3a964de81a1e.shg-align-container {
  text-align: left
}

.s-d1ab5068-e1ec-4532-a63c-3a964de81a1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1ab5068-e1ec-4532-a63c-3a964de81a1e.shogun-image {
  box-sizing: border-box;
}


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



  #s-d1ab5068-e1ec-4532-a63c-3a964de81a1e img.shogun-image,
  #s-d1ab5068-e1ec-4532-a63c-3a964de81a1e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d1ab5068-e1ec-4532-a63c-3a964de81a1e {
    width: 100%;
    height: auto;
  }



  img.s-d1ab5068-e1ec-4532-a63c-3a964de81a1e.shogun-image {
    
    
  }


.s-d1ab5068-e1ec-4532-a63c-3a964de81a1e .shogun-image-content {
  
    align-items: center;
  
}

.s-d1ab5068-e1ec-4532-a63c-3a964de81a1e.shg-align-container {
  text-align: left
}

.s-d1ab5068-e1ec-4532-a63c-3a964de81a1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1ab5068-e1ec-4532-a63c-3a964de81a1e.shogun-image {
  box-sizing: border-box;
}


}
#s-435c0938-7cc6-47a4-aff4-a32ac637b66a {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(168, 129, 75, 1);
border-style: solid;
max-width: 700px;
text-align: left;
}
@media (max-width: 767px){#s-435c0938-7cc6-47a4-aff4-a32ac637b66a {
  margin-top: 20px;
}
}
#s-435c0938-7cc6-47a4-aff4-a32ac637b66a .shogun-heading-component h1 {
  color: rgba(46, 46, 46, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-22764076-15cf-4fde-9677-e8108be9b9ac {
  margin-top: 10px;
}

#s-3d139377-26f1-4da6-b08a-e7aa7116054a {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(168, 129, 75, 1);
border-style: solid;
text-align: left;
}
@media (min-width: 1200px){#s-3d139377-26f1-4da6-b08a-e7aa7116054a {
  display: none;
}
#s-3d139377-26f1-4da6-b08a-e7aa7116054a, #wrap-s-3d139377-26f1-4da6-b08a-e7aa7116054a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d139377-26f1-4da6-b08a-e7aa7116054a {
  display: none;
}
#s-3d139377-26f1-4da6-b08a-e7aa7116054a, #wrap-s-3d139377-26f1-4da6-b08a-e7aa7116054a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3d139377-26f1-4da6-b08a-e7aa7116054a {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-3d139377-26f1-4da6-b08a-e7aa7116054a {
  display: none;
}
#s-3d139377-26f1-4da6-b08a-e7aa7116054a, #wrap-s-3d139377-26f1-4da6-b08a-e7aa7116054a { display:none !important; }}
#s-3d139377-26f1-4da6-b08a-e7aa7116054a .shogun-heading-component h3 {
  color: rgba(46, 46, 46, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-a14a9720-5276-4df4-87a7-80ec9c1cef2c {
  max-width: 1200px;
aspect-ratio: 1200/780;
text-align: center;
}
@media (min-width: 1200px){#s-a14a9720-5276-4df4-87a7-80ec9c1cef2c {
  display: none;
}
#s-a14a9720-5276-4df4-87a7-80ec9c1cef2c, #wrap-s-a14a9720-5276-4df4-87a7-80ec9c1cef2c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a14a9720-5276-4df4-87a7-80ec9c1cef2c {
  display: none;
}
#s-a14a9720-5276-4df4-87a7-80ec9c1cef2c, #wrap-s-a14a9720-5276-4df4-87a7-80ec9c1cef2c { display:none !important; }}@media (max-width: 767px){#s-a14a9720-5276-4df4-87a7-80ec9c1cef2c {
  display: none;
}
#s-a14a9720-5276-4df4-87a7-80ec9c1cef2c, #wrap-s-a14a9720-5276-4df4-87a7-80ec9c1cef2c { display:none !important; }}




  #s-a14a9720-5276-4df4-87a7-80ec9c1cef2c img.shogun-image,
  #s-a14a9720-5276-4df4-87a7-80ec9c1cef2c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a14a9720-5276-4df4-87a7-80ec9c1cef2c {
    width: 100%;
    height: auto;
  }



  img.s-a14a9720-5276-4df4-87a7-80ec9c1cef2c.shogun-image {
    
    
  }


.s-a14a9720-5276-4df4-87a7-80ec9c1cef2c .shogun-image-content {
  
    align-items: center;
  
}

.s-a14a9720-5276-4df4-87a7-80ec9c1cef2c.shg-align-container {
  text-align: center
}

.s-a14a9720-5276-4df4-87a7-80ec9c1cef2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a14a9720-5276-4df4-87a7-80ec9c1cef2c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-a14a9720-5276-4df4-87a7-80ec9c1cef2c img.shogun-image,
  #s-a14a9720-5276-4df4-87a7-80ec9c1cef2c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a14a9720-5276-4df4-87a7-80ec9c1cef2c {
    width: 100%;
    height: auto;
  }



  img.s-a14a9720-5276-4df4-87a7-80ec9c1cef2c.shogun-image {
    
    
  }


.s-a14a9720-5276-4df4-87a7-80ec9c1cef2c .shogun-image-content {
  
    align-items: center;
  
}

.s-a14a9720-5276-4df4-87a7-80ec9c1cef2c.shg-align-container {
  text-align: center
}

.s-a14a9720-5276-4df4-87a7-80ec9c1cef2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a14a9720-5276-4df4-87a7-80ec9c1cef2c.shogun-image {
  box-sizing: border-box;
}


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



  #s-a14a9720-5276-4df4-87a7-80ec9c1cef2c img.shogun-image,
  #s-a14a9720-5276-4df4-87a7-80ec9c1cef2c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a14a9720-5276-4df4-87a7-80ec9c1cef2c {
    width: 100%;
    height: auto;
  }



  img.s-a14a9720-5276-4df4-87a7-80ec9c1cef2c.shogun-image {
    
    
  }


.s-a14a9720-5276-4df4-87a7-80ec9c1cef2c .shogun-image-content {
  
    align-items: center;
  
}

.s-a14a9720-5276-4df4-87a7-80ec9c1cef2c.shg-align-container {
  text-align: center
}

.s-a14a9720-5276-4df4-87a7-80ec9c1cef2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a14a9720-5276-4df4-87a7-80ec9c1cef2c.shogun-image {
  box-sizing: border-box;
}


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



  #s-a14a9720-5276-4df4-87a7-80ec9c1cef2c img.shogun-image,
  #s-a14a9720-5276-4df4-87a7-80ec9c1cef2c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a14a9720-5276-4df4-87a7-80ec9c1cef2c {
    width: 100%;
    height: auto;
  }



  img.s-a14a9720-5276-4df4-87a7-80ec9c1cef2c.shogun-image {
    
    
  }


.s-a14a9720-5276-4df4-87a7-80ec9c1cef2c .shogun-image-content {
  
    align-items: center;
  
}

.s-a14a9720-5276-4df4-87a7-80ec9c1cef2c.shg-align-container {
  text-align: center
}

.s-a14a9720-5276-4df4-87a7-80ec9c1cef2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a14a9720-5276-4df4-87a7-80ec9c1cef2c.shogun-image {
  box-sizing: border-box;
}


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



  #s-a14a9720-5276-4df4-87a7-80ec9c1cef2c img.shogun-image,
  #s-a14a9720-5276-4df4-87a7-80ec9c1cef2c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a14a9720-5276-4df4-87a7-80ec9c1cef2c {
    width: 100%;
    height: auto;
  }



  img.s-a14a9720-5276-4df4-87a7-80ec9c1cef2c.shogun-image {
    
    
  }


.s-a14a9720-5276-4df4-87a7-80ec9c1cef2c .shogun-image-content {
  
    align-items: center;
  
}

.s-a14a9720-5276-4df4-87a7-80ec9c1cef2c.shg-align-container {
  text-align: center
}

.s-a14a9720-5276-4df4-87a7-80ec9c1cef2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a14a9720-5276-4df4-87a7-80ec9c1cef2c.shogun-image {
  box-sizing: border-box;
}


}
#s-897defe1-a548-4d42-af42-aa09104ade1f {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-897defe1-a548-4d42-af42-aa09104ade1f {
  display: none;
}
#s-897defe1-a548-4d42-af42-aa09104ade1f, #wrap-s-897defe1-a548-4d42-af42-aa09104ade1f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-897defe1-a548-4d42-af42-aa09104ade1f {
  display: none;
}
#s-897defe1-a548-4d42-af42-aa09104ade1f, #wrap-s-897defe1-a548-4d42-af42-aa09104ade1f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-897defe1-a548-4d42-af42-aa09104ade1f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-897defe1-a548-4d42-af42-aa09104ade1f {
  padding-bottom: 30px;
display: none;
}
#s-897defe1-a548-4d42-af42-aa09104ade1f, #wrap-s-897defe1-a548-4d42-af42-aa09104ade1f { display:none !important; }}
#s-3bbd727a-95f3-435b-aed1-61d06a6a59da {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(168, 129, 75, 1);
border-style: solid;
text-align: left;
}
@media (min-width: 1200px){#s-3bbd727a-95f3-435b-aed1-61d06a6a59da {
  display: none;
}
#s-3bbd727a-95f3-435b-aed1-61d06a6a59da, #wrap-s-3bbd727a-95f3-435b-aed1-61d06a6a59da { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3bbd727a-95f3-435b-aed1-61d06a6a59da {
  display: none;
}
#s-3bbd727a-95f3-435b-aed1-61d06a6a59da, #wrap-s-3bbd727a-95f3-435b-aed1-61d06a6a59da { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3bbd727a-95f3-435b-aed1-61d06a6a59da {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-3bbd727a-95f3-435b-aed1-61d06a6a59da {
  padding-top: 30px;
display: none;
}
#s-3bbd727a-95f3-435b-aed1-61d06a6a59da, #wrap-s-3bbd727a-95f3-435b-aed1-61d06a6a59da { display:none !important; }}
#s-3bbd727a-95f3-435b-aed1-61d06a6a59da .shogun-heading-component h3 {
  color: rgba(46, 46, 46, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-46932874-b538-4316-9fb1-dbbbc9632227 {
  max-width: 1200px;
aspect-ratio: 4/3;
text-align: center;
}
@media (min-width: 1200px){#s-46932874-b538-4316-9fb1-dbbbc9632227 {
  display: none;
}
#s-46932874-b538-4316-9fb1-dbbbc9632227, #wrap-s-46932874-b538-4316-9fb1-dbbbc9632227 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-46932874-b538-4316-9fb1-dbbbc9632227 {
  display: none;
}
#s-46932874-b538-4316-9fb1-dbbbc9632227, #wrap-s-46932874-b538-4316-9fb1-dbbbc9632227 { display:none !important; }}@media (max-width: 767px){#s-46932874-b538-4316-9fb1-dbbbc9632227 {
  display: none;
}
#s-46932874-b538-4316-9fb1-dbbbc9632227, #wrap-s-46932874-b538-4316-9fb1-dbbbc9632227 { display:none !important; }}




  #s-46932874-b538-4316-9fb1-dbbbc9632227 img.shogun-image,
  #s-46932874-b538-4316-9fb1-dbbbc9632227 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46932874-b538-4316-9fb1-dbbbc9632227 {
    width: 100%;
    height: auto;
  }



  img.s-46932874-b538-4316-9fb1-dbbbc9632227.shogun-image {
    
    
  }


.s-46932874-b538-4316-9fb1-dbbbc9632227 .shogun-image-content {
  
    align-items: center;
  
}

.s-46932874-b538-4316-9fb1-dbbbc9632227.shg-align-container {
  text-align: center
}

.s-46932874-b538-4316-9fb1-dbbbc9632227.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46932874-b538-4316-9fb1-dbbbc9632227.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-46932874-b538-4316-9fb1-dbbbc9632227 img.shogun-image,
  #s-46932874-b538-4316-9fb1-dbbbc9632227 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46932874-b538-4316-9fb1-dbbbc9632227 {
    width: 100%;
    height: auto;
  }



  img.s-46932874-b538-4316-9fb1-dbbbc9632227.shogun-image {
    
    
  }


.s-46932874-b538-4316-9fb1-dbbbc9632227 .shogun-image-content {
  
    align-items: center;
  
}

.s-46932874-b538-4316-9fb1-dbbbc9632227.shg-align-container {
  text-align: center
}

.s-46932874-b538-4316-9fb1-dbbbc9632227.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46932874-b538-4316-9fb1-dbbbc9632227.shogun-image {
  box-sizing: border-box;
}


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



  #s-46932874-b538-4316-9fb1-dbbbc9632227 img.shogun-image,
  #s-46932874-b538-4316-9fb1-dbbbc9632227 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46932874-b538-4316-9fb1-dbbbc9632227 {
    width: 100%;
    height: auto;
  }



  img.s-46932874-b538-4316-9fb1-dbbbc9632227.shogun-image {
    
    
  }


.s-46932874-b538-4316-9fb1-dbbbc9632227 .shogun-image-content {
  
    align-items: center;
  
}

.s-46932874-b538-4316-9fb1-dbbbc9632227.shg-align-container {
  text-align: center
}

.s-46932874-b538-4316-9fb1-dbbbc9632227.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46932874-b538-4316-9fb1-dbbbc9632227.shogun-image {
  box-sizing: border-box;
}


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



  #s-46932874-b538-4316-9fb1-dbbbc9632227 img.shogun-image,
  #s-46932874-b538-4316-9fb1-dbbbc9632227 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46932874-b538-4316-9fb1-dbbbc9632227 {
    width: 100%;
    height: auto;
  }



  img.s-46932874-b538-4316-9fb1-dbbbc9632227.shogun-image {
    
    
  }


.s-46932874-b538-4316-9fb1-dbbbc9632227 .shogun-image-content {
  
    align-items: center;
  
}

.s-46932874-b538-4316-9fb1-dbbbc9632227.shg-align-container {
  text-align: center
}

.s-46932874-b538-4316-9fb1-dbbbc9632227.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46932874-b538-4316-9fb1-dbbbc9632227.shogun-image {
  box-sizing: border-box;
}


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



  #s-46932874-b538-4316-9fb1-dbbbc9632227 img.shogun-image,
  #s-46932874-b538-4316-9fb1-dbbbc9632227 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46932874-b538-4316-9fb1-dbbbc9632227 {
    width: 100%;
    height: auto;
  }



  img.s-46932874-b538-4316-9fb1-dbbbc9632227.shogun-image {
    
    
  }


.s-46932874-b538-4316-9fb1-dbbbc9632227 .shogun-image-content {
  
    align-items: center;
  
}

.s-46932874-b538-4316-9fb1-dbbbc9632227.shg-align-container {
  text-align: center
}

.s-46932874-b538-4316-9fb1-dbbbc9632227.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46932874-b538-4316-9fb1-dbbbc9632227.shogun-image {
  box-sizing: border-box;
}


}
#s-d386d816-db49-45a1-9d82-b8d5795bbeb8 {
  margin-top: 10px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-d386d816-db49-45a1-9d82-b8d5795bbeb8 {
  display: none;
}
#s-d386d816-db49-45a1-9d82-b8d5795bbeb8, #wrap-s-d386d816-db49-45a1-9d82-b8d5795bbeb8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d386d816-db49-45a1-9d82-b8d5795bbeb8 {
  display: none;
}
#s-d386d816-db49-45a1-9d82-b8d5795bbeb8, #wrap-s-d386d816-db49-45a1-9d82-b8d5795bbeb8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d386d816-db49-45a1-9d82-b8d5795bbeb8 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-d386d816-db49-45a1-9d82-b8d5795bbeb8 {
  display: none;
}
#s-d386d816-db49-45a1-9d82-b8d5795bbeb8, #wrap-s-d386d816-db49-45a1-9d82-b8d5795bbeb8 { display:none !important; }}
#s-f1e12d2f-1f2d-4474-b064-8e2e61b20542 {
  margin-top: 10px;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-f1e12d2f-1f2d-4474-b064-8e2e61b20542 {
  display: none;
}
#s-f1e12d2f-1f2d-4474-b064-8e2e61b20542, #wrap-s-f1e12d2f-1f2d-4474-b064-8e2e61b20542 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f1e12d2f-1f2d-4474-b064-8e2e61b20542 {
  display: none;
}
#s-f1e12d2f-1f2d-4474-b064-8e2e61b20542, #wrap-s-f1e12d2f-1f2d-4474-b064-8e2e61b20542 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f1e12d2f-1f2d-4474-b064-8e2e61b20542 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-f1e12d2f-1f2d-4474-b064-8e2e61b20542 {
  display: none;
}
#s-f1e12d2f-1f2d-4474-b064-8e2e61b20542, #wrap-s-f1e12d2f-1f2d-4474-b064-8e2e61b20542 { display:none !important; }}
#s-acc45e44-5be0-42c5-b03b-370ca18254a7 {
  margin-top: 10px;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-acc45e44-5be0-42c5-b03b-370ca18254a7 {
  display: none;
}
#s-acc45e44-5be0-42c5-b03b-370ca18254a7, #wrap-s-acc45e44-5be0-42c5-b03b-370ca18254a7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-acc45e44-5be0-42c5-b03b-370ca18254a7 {
  display: none;
}
#s-acc45e44-5be0-42c5-b03b-370ca18254a7, #wrap-s-acc45e44-5be0-42c5-b03b-370ca18254a7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-acc45e44-5be0-42c5-b03b-370ca18254a7 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-acc45e44-5be0-42c5-b03b-370ca18254a7 {
  display: none;
}
#s-acc45e44-5be0-42c5-b03b-370ca18254a7, #wrap-s-acc45e44-5be0-42c5-b03b-370ca18254a7 { display:none !important; }}
#s-9f409deb-b7c9-4acf-a38e-86dc3a0c4f37 {
  background-size: contain;
border-style: solid;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-position: right center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9f409deb-b7c9-4acf-a38e-86dc3a0c4f37 {
  padding-left: 20px;
display: none;
}
#s-9f409deb-b7c9-4acf-a38e-86dc3a0c4f37, #wrap-s-9f409deb-b7c9-4acf-a38e-86dc3a0c4f37 { display:none !important; }}@media (max-width: 767px){#s-9f409deb-b7c9-4acf-a38e-86dc3a0c4f37 {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-9f409deb-b7c9-4acf-a38e-86dc3a0c4f37, #wrap-s-9f409deb-b7c9-4acf-a38e-86dc3a0c4f37 { display:none !important; }}







#s-9f409deb-b7c9-4acf-a38e-86dc3a0c4f37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f409deb-b7c9-4acf-a38e-86dc3a0c4f37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0379608b-860d-40b7-9ac9-882c93b64da0 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0379608b-860d-40b7-9ac9-882c93b64da0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0379608b-860d-40b7-9ac9-882c93b64da0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0379608b-860d-40b7-9ac9-882c93b64da0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0379608b-860d-40b7-9ac9-882c93b64da0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-03417258-c01b-4d72-99f9-d6a159a669e6 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1200px;
aspect-ratio: 4/3;
text-align: left;
}





  #s-03417258-c01b-4d72-99f9-d6a159a669e6 img.shogun-image,
  #s-03417258-c01b-4d72-99f9-d6a159a669e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03417258-c01b-4d72-99f9-d6a159a669e6 {
    width: 100%;
    height: auto;
  }



  img.s-03417258-c01b-4d72-99f9-d6a159a669e6.shogun-image {
    
    
  }


.s-03417258-c01b-4d72-99f9-d6a159a669e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-03417258-c01b-4d72-99f9-d6a159a669e6.shg-align-container {
  text-align: left
}

.s-03417258-c01b-4d72-99f9-d6a159a669e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03417258-c01b-4d72-99f9-d6a159a669e6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-03417258-c01b-4d72-99f9-d6a159a669e6 img.shogun-image,
  #s-03417258-c01b-4d72-99f9-d6a159a669e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03417258-c01b-4d72-99f9-d6a159a669e6 {
    width: 100%;
    height: auto;
  }



  img.s-03417258-c01b-4d72-99f9-d6a159a669e6.shogun-image {
    
    
  }


.s-03417258-c01b-4d72-99f9-d6a159a669e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-03417258-c01b-4d72-99f9-d6a159a669e6.shg-align-container {
  text-align: left
}

.s-03417258-c01b-4d72-99f9-d6a159a669e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03417258-c01b-4d72-99f9-d6a159a669e6.shogun-image {
  box-sizing: border-box;
}


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



  #s-03417258-c01b-4d72-99f9-d6a159a669e6 img.shogun-image,
  #s-03417258-c01b-4d72-99f9-d6a159a669e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03417258-c01b-4d72-99f9-d6a159a669e6 {
    width: 100%;
    height: auto;
  }



  img.s-03417258-c01b-4d72-99f9-d6a159a669e6.shogun-image {
    
    
  }


.s-03417258-c01b-4d72-99f9-d6a159a669e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-03417258-c01b-4d72-99f9-d6a159a669e6.shg-align-container {
  text-align: left
}

.s-03417258-c01b-4d72-99f9-d6a159a669e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03417258-c01b-4d72-99f9-d6a159a669e6.shogun-image {
  box-sizing: border-box;
}


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



  #s-03417258-c01b-4d72-99f9-d6a159a669e6 img.shogun-image,
  #s-03417258-c01b-4d72-99f9-d6a159a669e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03417258-c01b-4d72-99f9-d6a159a669e6 {
    width: 100%;
    height: auto;
  }



  img.s-03417258-c01b-4d72-99f9-d6a159a669e6.shogun-image {
    
    
  }


.s-03417258-c01b-4d72-99f9-d6a159a669e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-03417258-c01b-4d72-99f9-d6a159a669e6.shg-align-container {
  text-align: left
}

.s-03417258-c01b-4d72-99f9-d6a159a669e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03417258-c01b-4d72-99f9-d6a159a669e6.shogun-image {
  box-sizing: border-box;
}


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



  #s-03417258-c01b-4d72-99f9-d6a159a669e6 img.shogun-image,
  #s-03417258-c01b-4d72-99f9-d6a159a669e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03417258-c01b-4d72-99f9-d6a159a669e6 {
    width: 100%;
    height: auto;
  }



  img.s-03417258-c01b-4d72-99f9-d6a159a669e6.shogun-image {
    
    
  }


.s-03417258-c01b-4d72-99f9-d6a159a669e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-03417258-c01b-4d72-99f9-d6a159a669e6.shg-align-container {
  text-align: left
}

.s-03417258-c01b-4d72-99f9-d6a159a669e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03417258-c01b-4d72-99f9-d6a159a669e6.shogun-image {
  box-sizing: border-box;
}


}
#s-ac6bf8a8-d6e3-4ae0-80d3-20ea121a4891 {
  margin-right: 0%;
padding-left: 0%;
max-width: 660px;
}








#s-ac6bf8a8-d6e3-4ae0-80d3-20ea121a4891 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac6bf8a8-d6e3-4ae0-80d3-20ea121a4891.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56f0ffd1-6f6f-4088-bfd0-283cf9f0050f {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(168, 129, 75, 1);
border-style: solid;
max-width: 700px;
text-align: left;
}
@media (max-width: 767px){#s-56f0ffd1-6f6f-4088-bfd0-283cf9f0050f {
  margin-top: 20px;
}
}
#s-56f0ffd1-6f6f-4088-bfd0-283cf9f0050f .shogun-heading-component h3 {
  color: rgba(46, 46, 46, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 44px;
  line-height: 1.2em;
  
  text-align: left;
}



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

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

#s-3e1fb940-f2c4-417b-9cdc-df6eb966477d {
  margin-left: 0%;
margin-right: -100%;
}

#s-3e1fb940-f2c4-417b-9cdc-df6eb966477d hr {
  border-top: 1px solid rgba(168, 129, 75, 1);
}

#s-bf5cc17b-6482-48dd-9520-dd9a5c52c04d {
  margin-top: 10px;
}
@media (max-width: 767px){#s-bf5cc17b-6482-48dd-9520-dd9a5c52c04d {
  padding-bottom: 30px;
}
}
#s-2c2f0b67-39a5-4054-8a08-35139addc7fa {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2c2f0b67-39a5-4054-8a08-35139addc7fa {
  padding-bottom: 0px;
}
}







#s-2c2f0b67-39a5-4054-8a08-35139addc7fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c2f0b67-39a5-4054-8a08-35139addc7fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0254d879-9aad-472f-91ed-103963d1bb97 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
background-color: rgba(227, 227, 227, 1);
}
@media (min-width: 1200px){#s-0254d879-9aad-472f-91ed-103963d1bb97 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0254d879-9aad-472f-91ed-103963d1bb97 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0254d879-9aad-472f-91ed-103963d1bb97 {
  
}
}@media (max-width: 767px){#s-0254d879-9aad-472f-91ed-103963d1bb97 {
  padding-left: 1px;
padding-right: 1px;
}
}







#s-0254d879-9aad-472f-91ed-103963d1bb97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0254d879-9aad-472f-91ed-103963d1bb97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bed4fe12-8985-4024-a9f3-321434fa372c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bed4fe12-8985-4024-a9f3-321434fa372c .shogun-heading-component h1 {
  color: rgba(53, 53, 53, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.4em;
  
  text-align: left;
}


@media (max-width: 767px){#s-bed4fe12-8985-4024-a9f3-321434fa372c .shogun-heading-component h1 {
  color: rgba(53, 53, 53, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.4em;
  
  text-align: left;
}


}
#s-9e36ebb1-c562-47e5-9c28-f8175ad80ea7 {
  margin-top: 10px;
}
@media (max-width: 767px){#s-9e36ebb1-c562-47e5-9c28-f8175ad80ea7 {
  padding-bottom: 30px;
}
}
#s-758c1dc9-dd7a-4ee4-a7bc-a7d35dd26d8e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-758c1dc9-dd7a-4ee4-a7bc-a7d35dd26d8e {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-758c1dc9-dd7a-4ee4-a7bc-a7d35dd26d8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-758c1dc9-dd7a-4ee4-a7bc-a7d35dd26d8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f1d3140-a5e2-440f-8a26-4182970ed973 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
max-width: 1400px;
text-align: center;
}

#s-3f1d3140-a5e2-440f-8a26-4182970ed973 .shogun-heading-component h1 {
  color: rgba(53, 53, 53, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.4em;
  
  text-align: center;
}


@media (max-width: 767px){#s-3f1d3140-a5e2-440f-8a26-4182970ed973 .shogun-heading-component h1 {
  color: rgba(53, 53, 53, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.4em;
  
  text-align: center;
}


}
#s-4fae6232-8ce6-431f-ba21-df878947e962 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4fae6232-8ce6-431f-ba21-df878947e962 {
  padding-left: 0px;
padding-right: 2px;
}
}@media (max-width: 767px){#s-4fae6232-8ce6-431f-ba21-df878947e962 {
  padding-left: 14px;
padding-right: 12px;
}
}
#s-647eae98-c853-4447-a34c-b5ecaf1380f3 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 40px;
padding-right: 0px;
min-height: 50px;
max-width: 1400px;
}
@media (min-width: 1200px){#s-647eae98-c853-4447-a34c-b5ecaf1380f3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-647eae98-c853-4447-a34c-b5ecaf1380f3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-647eae98-c853-4447-a34c-b5ecaf1380f3 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-647eae98-c853-4447-a34c-b5ecaf1380f3 {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-647eae98-c853-4447-a34c-b5ecaf1380f3, #wrap-s-647eae98-c853-4447-a34c-b5ecaf1380f3 { display:none !important; }}







#s-647eae98-c853-4447-a34c-b5ecaf1380f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-647eae98-c853-4447-a34c-b5ecaf1380f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40061479-d846-420a-af8d-f8197ab6a0b7 {
  margin-top: 30px;
margin-bottom: 30px;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-40061479-d846-420a-af8d-f8197ab6a0b7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-40061479-d846-420a-af8d-f8197ab6a0b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-40061479-d846-420a-af8d-f8197ab6a0b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-40061479-d846-420a-af8d-f8197ab6a0b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1 {
  max-width: 1024px;
aspect-ratio: 1024/384;
text-align: center;
}





  #s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1 img.shogun-image,
  #s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1 {
    width: 100%;
    height: auto;
  }



  img.s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1.shogun-image {
    
    
  }


.s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1.shg-align-container {
  text-align: center
}

.s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1 img.shogun-image,
  #s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1 {
    width: 100%;
    height: auto;
  }



  img.s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1.shogun-image {
    
    
  }


.s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1.shg-align-container {
  text-align: center
}

.s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1.shogun-image {
  box-sizing: border-box;
}


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



  #s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1 img.shogun-image,
  #s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1 {
    width: 100%;
    height: auto;
  }



  img.s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1.shogun-image {
    
    
  }


.s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1.shg-align-container {
  text-align: center
}

.s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1.shogun-image {
  box-sizing: border-box;
}


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



  #s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1 img.shogun-image,
  #s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1 {
    width: 100%;
    height: auto;
  }



  img.s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1.shogun-image {
    
    
  }


.s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1.shg-align-container {
  text-align: center
}

.s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1.shogun-image {
  box-sizing: border-box;
}


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



  #s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1 img.shogun-image,
  #s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1 {
    width: 100%;
    height: auto;
  }



  img.s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1.shogun-image {
    
    
  }


.s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1.shg-align-container {
  text-align: center
}

.s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7d33aaf-4706-4d38-be0c-e2f5763a50c1.shogun-image {
  box-sizing: border-box;
}


}
#s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f {
  max-width: 1024px;
aspect-ratio: 1024/384;
text-align: center;
}





  #s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f img.shogun-image,
  #s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f {
    width: 100%;
    height: auto;
  }



  img.s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f.shogun-image {
    
    
  }


.s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f .shogun-image-content {
  
    align-items: center;
  
}

.s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f.shg-align-container {
  text-align: center
}

.s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f img.shogun-image,
  #s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f {
    width: 100%;
    height: auto;
  }



  img.s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f.shogun-image {
    
    
  }


.s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f .shogun-image-content {
  
    align-items: center;
  
}

.s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f.shg-align-container {
  text-align: center
}

.s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f.shogun-image {
  box-sizing: border-box;
}


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



  #s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f img.shogun-image,
  #s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f {
    width: 100%;
    height: auto;
  }



  img.s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f.shogun-image {
    
    
  }


.s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f .shogun-image-content {
  
    align-items: center;
  
}

.s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f.shg-align-container {
  text-align: center
}

.s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f.shogun-image {
  box-sizing: border-box;
}


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



  #s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f img.shogun-image,
  #s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f {
    width: 100%;
    height: auto;
  }



  img.s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f.shogun-image {
    
    
  }


.s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f .shogun-image-content {
  
    align-items: center;
  
}

.s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f.shg-align-container {
  text-align: center
}

.s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f.shogun-image {
  box-sizing: border-box;
}


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



  #s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f img.shogun-image,
  #s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f {
    width: 100%;
    height: auto;
  }



  img.s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f.shogun-image {
    
    
  }


.s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f .shogun-image-content {
  
    align-items: center;
  
}

.s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f.shg-align-container {
  text-align: center
}

.s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c6a40ab-de81-40e9-b5e5-3cbbd06bdf5f.shogun-image {
  box-sizing: border-box;
}


}
#s-d5128a30-6f75-4caf-b4b8-2e5c4584472f {
  max-width: 1024px;
aspect-ratio: 1024/384;
text-align: center;
}





  #s-d5128a30-6f75-4caf-b4b8-2e5c4584472f img.shogun-image,
  #s-d5128a30-6f75-4caf-b4b8-2e5c4584472f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d5128a30-6f75-4caf-b4b8-2e5c4584472f {
    width: 100%;
    height: auto;
  }



  img.s-d5128a30-6f75-4caf-b4b8-2e5c4584472f.shogun-image {
    
    
  }


.s-d5128a30-6f75-4caf-b4b8-2e5c4584472f .shogun-image-content {
  
    align-items: center;
  
}

.s-d5128a30-6f75-4caf-b4b8-2e5c4584472f.shg-align-container {
  text-align: center
}

.s-d5128a30-6f75-4caf-b4b8-2e5c4584472f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5128a30-6f75-4caf-b4b8-2e5c4584472f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-d5128a30-6f75-4caf-b4b8-2e5c4584472f img.shogun-image,
  #s-d5128a30-6f75-4caf-b4b8-2e5c4584472f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d5128a30-6f75-4caf-b4b8-2e5c4584472f {
    width: 100%;
    height: auto;
  }



  img.s-d5128a30-6f75-4caf-b4b8-2e5c4584472f.shogun-image {
    
    
  }


.s-d5128a30-6f75-4caf-b4b8-2e5c4584472f .shogun-image-content {
  
    align-items: center;
  
}

.s-d5128a30-6f75-4caf-b4b8-2e5c4584472f.shg-align-container {
  text-align: center
}

.s-d5128a30-6f75-4caf-b4b8-2e5c4584472f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5128a30-6f75-4caf-b4b8-2e5c4584472f.shogun-image {
  box-sizing: border-box;
}


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



  #s-d5128a30-6f75-4caf-b4b8-2e5c4584472f img.shogun-image,
  #s-d5128a30-6f75-4caf-b4b8-2e5c4584472f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d5128a30-6f75-4caf-b4b8-2e5c4584472f {
    width: 100%;
    height: auto;
  }



  img.s-d5128a30-6f75-4caf-b4b8-2e5c4584472f.shogun-image {
    
    
  }


.s-d5128a30-6f75-4caf-b4b8-2e5c4584472f .shogun-image-content {
  
    align-items: center;
  
}

.s-d5128a30-6f75-4caf-b4b8-2e5c4584472f.shg-align-container {
  text-align: center
}

.s-d5128a30-6f75-4caf-b4b8-2e5c4584472f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5128a30-6f75-4caf-b4b8-2e5c4584472f.shogun-image {
  box-sizing: border-box;
}


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



  #s-d5128a30-6f75-4caf-b4b8-2e5c4584472f img.shogun-image,
  #s-d5128a30-6f75-4caf-b4b8-2e5c4584472f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d5128a30-6f75-4caf-b4b8-2e5c4584472f {
    width: 100%;
    height: auto;
  }



  img.s-d5128a30-6f75-4caf-b4b8-2e5c4584472f.shogun-image {
    
    
  }


.s-d5128a30-6f75-4caf-b4b8-2e5c4584472f .shogun-image-content {
  
    align-items: center;
  
}

.s-d5128a30-6f75-4caf-b4b8-2e5c4584472f.shg-align-container {
  text-align: center
}

.s-d5128a30-6f75-4caf-b4b8-2e5c4584472f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5128a30-6f75-4caf-b4b8-2e5c4584472f.shogun-image {
  box-sizing: border-box;
}


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



  #s-d5128a30-6f75-4caf-b4b8-2e5c4584472f img.shogun-image,
  #s-d5128a30-6f75-4caf-b4b8-2e5c4584472f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d5128a30-6f75-4caf-b4b8-2e5c4584472f {
    width: 100%;
    height: auto;
  }



  img.s-d5128a30-6f75-4caf-b4b8-2e5c4584472f.shogun-image {
    
    
  }


.s-d5128a30-6f75-4caf-b4b8-2e5c4584472f .shogun-image-content {
  
    align-items: center;
  
}

.s-d5128a30-6f75-4caf-b4b8-2e5c4584472f.shg-align-container {
  text-align: center
}

.s-d5128a30-6f75-4caf-b4b8-2e5c4584472f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5128a30-6f75-4caf-b4b8-2e5c4584472f.shogun-image {
  box-sizing: border-box;
}


}
#s-61d7b344-8f79-41e7-8bbc-e6dcd106c003 {
  max-width: 1024px;
aspect-ratio: 1024/384;
text-align: center;
}





  #s-61d7b344-8f79-41e7-8bbc-e6dcd106c003 img.shogun-image,
  #s-61d7b344-8f79-41e7-8bbc-e6dcd106c003 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61d7b344-8f79-41e7-8bbc-e6dcd106c003 {
    width: 100%;
    height: auto;
  }



  img.s-61d7b344-8f79-41e7-8bbc-e6dcd106c003.shogun-image {
    
    
  }


.s-61d7b344-8f79-41e7-8bbc-e6dcd106c003 .shogun-image-content {
  
    align-items: center;
  
}

.s-61d7b344-8f79-41e7-8bbc-e6dcd106c003.shg-align-container {
  text-align: center
}

.s-61d7b344-8f79-41e7-8bbc-e6dcd106c003.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61d7b344-8f79-41e7-8bbc-e6dcd106c003.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-61d7b344-8f79-41e7-8bbc-e6dcd106c003 img.shogun-image,
  #s-61d7b344-8f79-41e7-8bbc-e6dcd106c003 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61d7b344-8f79-41e7-8bbc-e6dcd106c003 {
    width: 100%;
    height: auto;
  }



  img.s-61d7b344-8f79-41e7-8bbc-e6dcd106c003.shogun-image {
    
    
  }


.s-61d7b344-8f79-41e7-8bbc-e6dcd106c003 .shogun-image-content {
  
    align-items: center;
  
}

.s-61d7b344-8f79-41e7-8bbc-e6dcd106c003.shg-align-container {
  text-align: center
}

.s-61d7b344-8f79-41e7-8bbc-e6dcd106c003.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61d7b344-8f79-41e7-8bbc-e6dcd106c003.shogun-image {
  box-sizing: border-box;
}


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



  #s-61d7b344-8f79-41e7-8bbc-e6dcd106c003 img.shogun-image,
  #s-61d7b344-8f79-41e7-8bbc-e6dcd106c003 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61d7b344-8f79-41e7-8bbc-e6dcd106c003 {
    width: 100%;
    height: auto;
  }



  img.s-61d7b344-8f79-41e7-8bbc-e6dcd106c003.shogun-image {
    
    
  }


.s-61d7b344-8f79-41e7-8bbc-e6dcd106c003 .shogun-image-content {
  
    align-items: center;
  
}

.s-61d7b344-8f79-41e7-8bbc-e6dcd106c003.shg-align-container {
  text-align: center
}

.s-61d7b344-8f79-41e7-8bbc-e6dcd106c003.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61d7b344-8f79-41e7-8bbc-e6dcd106c003.shogun-image {
  box-sizing: border-box;
}


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



  #s-61d7b344-8f79-41e7-8bbc-e6dcd106c003 img.shogun-image,
  #s-61d7b344-8f79-41e7-8bbc-e6dcd106c003 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61d7b344-8f79-41e7-8bbc-e6dcd106c003 {
    width: 100%;
    height: auto;
  }



  img.s-61d7b344-8f79-41e7-8bbc-e6dcd106c003.shogun-image {
    
    
  }


.s-61d7b344-8f79-41e7-8bbc-e6dcd106c003 .shogun-image-content {
  
    align-items: center;
  
}

.s-61d7b344-8f79-41e7-8bbc-e6dcd106c003.shg-align-container {
  text-align: center
}

.s-61d7b344-8f79-41e7-8bbc-e6dcd106c003.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61d7b344-8f79-41e7-8bbc-e6dcd106c003.shogun-image {
  box-sizing: border-box;
}


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



  #s-61d7b344-8f79-41e7-8bbc-e6dcd106c003 img.shogun-image,
  #s-61d7b344-8f79-41e7-8bbc-e6dcd106c003 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61d7b344-8f79-41e7-8bbc-e6dcd106c003 {
    width: 100%;
    height: auto;
  }



  img.s-61d7b344-8f79-41e7-8bbc-e6dcd106c003.shogun-image {
    
    
  }


.s-61d7b344-8f79-41e7-8bbc-e6dcd106c003 .shogun-image-content {
  
    align-items: center;
  
}

.s-61d7b344-8f79-41e7-8bbc-e6dcd106c003.shg-align-container {
  text-align: center
}

.s-61d7b344-8f79-41e7-8bbc-e6dcd106c003.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61d7b344-8f79-41e7-8bbc-e6dcd106c003.shogun-image {
  box-sizing: border-box;
}


}
#s-cee0bd79-b4a8-4fbc-8db1-3fc5a977320d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-cee0bd79-b4a8-4fbc-8db1-3fc5a977320d {
  display: none;
}
#s-cee0bd79-b4a8-4fbc-8db1-3fc5a977320d, #wrap-s-cee0bd79-b4a8-4fbc-8db1-3fc5a977320d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cee0bd79-b4a8-4fbc-8db1-3fc5a977320d {
  display: none;
}
#s-cee0bd79-b4a8-4fbc-8db1-3fc5a977320d, #wrap-s-cee0bd79-b4a8-4fbc-8db1-3fc5a977320d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cee0bd79-b4a8-4fbc-8db1-3fc5a977320d {
  display: none;
}
#s-cee0bd79-b4a8-4fbc-8db1-3fc5a977320d, #wrap-s-cee0bd79-b4a8-4fbc-8db1-3fc5a977320d { display:none !important; }}@media (max-width: 767px){#s-cee0bd79-b4a8-4fbc-8db1-3fc5a977320d {
  display: none;
}
#s-cee0bd79-b4a8-4fbc-8db1-3fc5a977320d, #wrap-s-cee0bd79-b4a8-4fbc-8db1-3fc5a977320d { display:none !important; }}







#s-cee0bd79-b4a8-4fbc-8db1-3fc5a977320d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cee0bd79-b4a8-4fbc-8db1-3fc5a977320d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f011eb5-d1b2-439b-97f3-2796b07c8480 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0f011eb5-d1b2-439b-97f3-2796b07c8480 {
  display: none;
}
#s-0f011eb5-d1b2-439b-97f3-2796b07c8480, #wrap-s-0f011eb5-d1b2-439b-97f3-2796b07c8480 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f011eb5-d1b2-439b-97f3-2796b07c8480 {
  display: none;
}
#s-0f011eb5-d1b2-439b-97f3-2796b07c8480, #wrap-s-0f011eb5-d1b2-439b-97f3-2796b07c8480 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0f011eb5-d1b2-439b-97f3-2796b07c8480 {
  display: none;
}
#s-0f011eb5-d1b2-439b-97f3-2796b07c8480, #wrap-s-0f011eb5-d1b2-439b-97f3-2796b07c8480 { display:none !important; }}@media (max-width: 767px){#s-0f011eb5-d1b2-439b-97f3-2796b07c8480 {
  display: none;
}
#s-0f011eb5-d1b2-439b-97f3-2796b07c8480, #wrap-s-0f011eb5-d1b2-439b-97f3-2796b07c8480 { display:none !important; }}







#s-0f011eb5-d1b2-439b-97f3-2796b07c8480 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f011eb5-d1b2-439b-97f3-2796b07c8480.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3fbabdba-52f5-45e7-9529-e30d124313c6 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-3fbabdba-52f5-45e7-9529-e30d124313c6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-3fbabdba-52f5-45e7-9529-e30d124313c6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3fbabdba-52f5-45e7-9529-e30d124313c6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3fbabdba-52f5-45e7-9529-e30d124313c6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-4205ac79-5398-423a-aa3a-2f8bcd98422d {
  max-width: 1024px;
aspect-ratio: 1024/384;
text-align: center;
}





  #s-4205ac79-5398-423a-aa3a-2f8bcd98422d img.shogun-image,
  #s-4205ac79-5398-423a-aa3a-2f8bcd98422d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4205ac79-5398-423a-aa3a-2f8bcd98422d {
    width: 100%;
    height: auto;
  }



  img.s-4205ac79-5398-423a-aa3a-2f8bcd98422d.shogun-image {
    
    
  }


.s-4205ac79-5398-423a-aa3a-2f8bcd98422d .shogun-image-content {
  
    align-items: center;
  
}

.s-4205ac79-5398-423a-aa3a-2f8bcd98422d.shg-align-container {
  text-align: center
}

.s-4205ac79-5398-423a-aa3a-2f8bcd98422d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4205ac79-5398-423a-aa3a-2f8bcd98422d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-4205ac79-5398-423a-aa3a-2f8bcd98422d img.shogun-image,
  #s-4205ac79-5398-423a-aa3a-2f8bcd98422d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4205ac79-5398-423a-aa3a-2f8bcd98422d {
    width: 100%;
    height: auto;
  }



  img.s-4205ac79-5398-423a-aa3a-2f8bcd98422d.shogun-image {
    
    
  }


.s-4205ac79-5398-423a-aa3a-2f8bcd98422d .shogun-image-content {
  
    align-items: center;
  
}

.s-4205ac79-5398-423a-aa3a-2f8bcd98422d.shg-align-container {
  text-align: center
}

.s-4205ac79-5398-423a-aa3a-2f8bcd98422d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4205ac79-5398-423a-aa3a-2f8bcd98422d.shogun-image {
  box-sizing: border-box;
}


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



  #s-4205ac79-5398-423a-aa3a-2f8bcd98422d img.shogun-image,
  #s-4205ac79-5398-423a-aa3a-2f8bcd98422d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4205ac79-5398-423a-aa3a-2f8bcd98422d {
    width: 100%;
    height: auto;
  }



  img.s-4205ac79-5398-423a-aa3a-2f8bcd98422d.shogun-image {
    
    
  }


.s-4205ac79-5398-423a-aa3a-2f8bcd98422d .shogun-image-content {
  
    align-items: center;
  
}

.s-4205ac79-5398-423a-aa3a-2f8bcd98422d.shg-align-container {
  text-align: center
}

.s-4205ac79-5398-423a-aa3a-2f8bcd98422d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4205ac79-5398-423a-aa3a-2f8bcd98422d.shogun-image {
  box-sizing: border-box;
}


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



  #s-4205ac79-5398-423a-aa3a-2f8bcd98422d img.shogun-image,
  #s-4205ac79-5398-423a-aa3a-2f8bcd98422d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4205ac79-5398-423a-aa3a-2f8bcd98422d {
    width: 100%;
    height: auto;
  }



  img.s-4205ac79-5398-423a-aa3a-2f8bcd98422d.shogun-image {
    
    
  }


.s-4205ac79-5398-423a-aa3a-2f8bcd98422d .shogun-image-content {
  
    align-items: center;
  
}

.s-4205ac79-5398-423a-aa3a-2f8bcd98422d.shg-align-container {
  text-align: center
}

.s-4205ac79-5398-423a-aa3a-2f8bcd98422d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4205ac79-5398-423a-aa3a-2f8bcd98422d.shogun-image {
  box-sizing: border-box;
}


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



  #s-4205ac79-5398-423a-aa3a-2f8bcd98422d img.shogun-image,
  #s-4205ac79-5398-423a-aa3a-2f8bcd98422d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4205ac79-5398-423a-aa3a-2f8bcd98422d {
    width: 100%;
    height: auto;
  }



  img.s-4205ac79-5398-423a-aa3a-2f8bcd98422d.shogun-image {
    
    
  }


.s-4205ac79-5398-423a-aa3a-2f8bcd98422d .shogun-image-content {
  
    align-items: center;
  
}

.s-4205ac79-5398-423a-aa3a-2f8bcd98422d.shg-align-container {
  text-align: center
}

.s-4205ac79-5398-423a-aa3a-2f8bcd98422d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4205ac79-5398-423a-aa3a-2f8bcd98422d.shogun-image {
  box-sizing: border-box;
}


}
#s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc {
  max-width: 1024px;
aspect-ratio: 1024/384;
text-align: center;
}





  #s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc img.shogun-image,
  #s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc {
    width: 100%;
    height: auto;
  }



  img.s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc.shogun-image {
    
    
  }


.s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc .shogun-image-content {
  
    align-items: center;
  
}

.s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc.shg-align-container {
  text-align: center
}

.s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc img.shogun-image,
  #s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc {
    width: 100%;
    height: auto;
  }



  img.s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc.shogun-image {
    
    
  }


.s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc .shogun-image-content {
  
    align-items: center;
  
}

.s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc.shg-align-container {
  text-align: center
}

.s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc.shogun-image {
  box-sizing: border-box;
}


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



  #s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc img.shogun-image,
  #s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc {
    width: 100%;
    height: auto;
  }



  img.s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc.shogun-image {
    
    
  }


.s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc .shogun-image-content {
  
    align-items: center;
  
}

.s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc.shg-align-container {
  text-align: center
}

.s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc.shogun-image {
  box-sizing: border-box;
}


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



  #s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc img.shogun-image,
  #s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc {
    width: 100%;
    height: auto;
  }



  img.s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc.shogun-image {
    
    
  }


.s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc .shogun-image-content {
  
    align-items: center;
  
}

.s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc.shg-align-container {
  text-align: center
}

.s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc.shogun-image {
  box-sizing: border-box;
}


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



  #s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc img.shogun-image,
  #s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc {
    width: 100%;
    height: auto;
  }



  img.s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc.shogun-image {
    
    
  }


.s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc .shogun-image-content {
  
    align-items: center;
  
}

.s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc.shg-align-container {
  text-align: center
}

.s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6278256c-0a9c-44be-a5b4-0a8285f2dcfc.shogun-image {
  box-sizing: border-box;
}


}
#s-f177a2e6-76cd-4ccb-b194-2bec563df55d {
  max-width: 1024px;
aspect-ratio: 1024/384;
text-align: center;
}





  #s-f177a2e6-76cd-4ccb-b194-2bec563df55d img.shogun-image,
  #s-f177a2e6-76cd-4ccb-b194-2bec563df55d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f177a2e6-76cd-4ccb-b194-2bec563df55d {
    width: 100%;
    height: auto;
  }



  img.s-f177a2e6-76cd-4ccb-b194-2bec563df55d.shogun-image {
    
    
  }


.s-f177a2e6-76cd-4ccb-b194-2bec563df55d .shogun-image-content {
  
    align-items: center;
  
}

.s-f177a2e6-76cd-4ccb-b194-2bec563df55d.shg-align-container {
  text-align: center
}

.s-f177a2e6-76cd-4ccb-b194-2bec563df55d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f177a2e6-76cd-4ccb-b194-2bec563df55d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-f177a2e6-76cd-4ccb-b194-2bec563df55d img.shogun-image,
  #s-f177a2e6-76cd-4ccb-b194-2bec563df55d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f177a2e6-76cd-4ccb-b194-2bec563df55d {
    width: 100%;
    height: auto;
  }



  img.s-f177a2e6-76cd-4ccb-b194-2bec563df55d.shogun-image {
    
    
  }


.s-f177a2e6-76cd-4ccb-b194-2bec563df55d .shogun-image-content {
  
    align-items: center;
  
}

.s-f177a2e6-76cd-4ccb-b194-2bec563df55d.shg-align-container {
  text-align: center
}

.s-f177a2e6-76cd-4ccb-b194-2bec563df55d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f177a2e6-76cd-4ccb-b194-2bec563df55d.shogun-image {
  box-sizing: border-box;
}


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



  #s-f177a2e6-76cd-4ccb-b194-2bec563df55d img.shogun-image,
  #s-f177a2e6-76cd-4ccb-b194-2bec563df55d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f177a2e6-76cd-4ccb-b194-2bec563df55d {
    width: 100%;
    height: auto;
  }



  img.s-f177a2e6-76cd-4ccb-b194-2bec563df55d.shogun-image {
    
    
  }


.s-f177a2e6-76cd-4ccb-b194-2bec563df55d .shogun-image-content {
  
    align-items: center;
  
}

.s-f177a2e6-76cd-4ccb-b194-2bec563df55d.shg-align-container {
  text-align: center
}

.s-f177a2e6-76cd-4ccb-b194-2bec563df55d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f177a2e6-76cd-4ccb-b194-2bec563df55d.shogun-image {
  box-sizing: border-box;
}


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



  #s-f177a2e6-76cd-4ccb-b194-2bec563df55d img.shogun-image,
  #s-f177a2e6-76cd-4ccb-b194-2bec563df55d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f177a2e6-76cd-4ccb-b194-2bec563df55d {
    width: 100%;
    height: auto;
  }



  img.s-f177a2e6-76cd-4ccb-b194-2bec563df55d.shogun-image {
    
    
  }


.s-f177a2e6-76cd-4ccb-b194-2bec563df55d .shogun-image-content {
  
    align-items: center;
  
}

.s-f177a2e6-76cd-4ccb-b194-2bec563df55d.shg-align-container {
  text-align: center
}

.s-f177a2e6-76cd-4ccb-b194-2bec563df55d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f177a2e6-76cd-4ccb-b194-2bec563df55d.shogun-image {
  box-sizing: border-box;
}


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



  #s-f177a2e6-76cd-4ccb-b194-2bec563df55d img.shogun-image,
  #s-f177a2e6-76cd-4ccb-b194-2bec563df55d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f177a2e6-76cd-4ccb-b194-2bec563df55d {
    width: 100%;
    height: auto;
  }



  img.s-f177a2e6-76cd-4ccb-b194-2bec563df55d.shogun-image {
    
    
  }


.s-f177a2e6-76cd-4ccb-b194-2bec563df55d .shogun-image-content {
  
    align-items: center;
  
}

.s-f177a2e6-76cd-4ccb-b194-2bec563df55d.shg-align-container {
  text-align: center
}

.s-f177a2e6-76cd-4ccb-b194-2bec563df55d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f177a2e6-76cd-4ccb-b194-2bec563df55d.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 0px) {
[id="s-8dc041ac-4ceb-4db0-bb95-50b459f035a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8dc041ac-4ceb-4db0-bb95-50b459f035a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8dc041ac-4ceb-4db0-bb95-50b459f035a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8dc041ac-4ceb-4db0-bb95-50b459f035a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3ca6ad13-bf4c-491b-8eca-31a78ea56a6f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3ca6ad13-bf4c-491b-8eca-31a78ea56a6f {
  display: none;
}
#s-3ca6ad13-bf4c-491b-8eca-31a78ea56a6f, #wrap-s-3ca6ad13-bf4c-491b-8eca-31a78ea56a6f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ca6ad13-bf4c-491b-8eca-31a78ea56a6f {
  display: none;
}
#s-3ca6ad13-bf4c-491b-8eca-31a78ea56a6f, #wrap-s-3ca6ad13-bf4c-491b-8eca-31a78ea56a6f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3ca6ad13-bf4c-491b-8eca-31a78ea56a6f {
  display: none;
}
#s-3ca6ad13-bf4c-491b-8eca-31a78ea56a6f, #wrap-s-3ca6ad13-bf4c-491b-8eca-31a78ea56a6f { display:none !important; }}@media (max-width: 767px){#s-3ca6ad13-bf4c-491b-8eca-31a78ea56a6f {
  display: none;
}
#s-3ca6ad13-bf4c-491b-8eca-31a78ea56a6f, #wrap-s-3ca6ad13-bf4c-491b-8eca-31a78ea56a6f { display:none !important; }}







#s-3ca6ad13-bf4c-491b-8eca-31a78ea56a6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ca6ad13-bf4c-491b-8eca-31a78ea56a6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6fdd6b9-612a-41d5-a2ed-4e2af0f8f4db {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(99, 94, 94, 1);
border-style: solid;
text-align: left;
}

#s-b6fdd6b9-612a-41d5-a2ed-4e2af0f8f4db .shogun-heading-component h1 {
  color: rgba(46, 46, 46, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 0px;
  line-height: 1.22em;
  
  text-align: left;
}



#s-80b8c52c-7546-4ad8-a8b2-a6f68a88ea6e {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-bottom: 15px;
padding-right: 0px;
min-height: 50px;
max-width: 1400px;
}
@media (min-width: 1200px){#s-80b8c52c-7546-4ad8-a8b2-a6f68a88ea6e {
  display: none;
}
#s-80b8c52c-7546-4ad8-a8b2-a6f68a88ea6e, #wrap-s-80b8c52c-7546-4ad8-a8b2-a6f68a88ea6e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-80b8c52c-7546-4ad8-a8b2-a6f68a88ea6e {
  display: none;
}
#s-80b8c52c-7546-4ad8-a8b2-a6f68a88ea6e, #wrap-s-80b8c52c-7546-4ad8-a8b2-a6f68a88ea6e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-80b8c52c-7546-4ad8-a8b2-a6f68a88ea6e {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-80b8c52c-7546-4ad8-a8b2-a6f68a88ea6e, #wrap-s-80b8c52c-7546-4ad8-a8b2-a6f68a88ea6e { display:none !important; }}@media (max-width: 767px){#s-80b8c52c-7546-4ad8-a8b2-a6f68a88ea6e {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-80b8c52c-7546-4ad8-a8b2-a6f68a88ea6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80b8c52c-7546-4ad8-a8b2-a6f68a88ea6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df2788aa-0160-4938-8d1d-1b3a5f5dc0f7 {
  margin-top: 30px;
margin-bottom: 30px;
margin-right: 0%;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-df2788aa-0160-4938-8d1d-1b3a5f5dc0f7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-df2788aa-0160-4938-8d1d-1b3a5f5dc0f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-df2788aa-0160-4938-8d1d-1b3a5f5dc0f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-df2788aa-0160-4938-8d1d-1b3a5f5dc0f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1ea9dae9-6f98-4f85-8203-dcd95654ff54 {
  max-width: 770px;
aspect-ratio: 770/288;
text-align: center;
}





  #s-1ea9dae9-6f98-4f85-8203-dcd95654ff54 img.shogun-image,
  #s-1ea9dae9-6f98-4f85-8203-dcd95654ff54 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1ea9dae9-6f98-4f85-8203-dcd95654ff54 {
    width: 100%;
    height: auto;
  }



  img.s-1ea9dae9-6f98-4f85-8203-dcd95654ff54.shogun-image {
    
    
  }


.s-1ea9dae9-6f98-4f85-8203-dcd95654ff54 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ea9dae9-6f98-4f85-8203-dcd95654ff54.shg-align-container {
  text-align: center
}

.s-1ea9dae9-6f98-4f85-8203-dcd95654ff54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ea9dae9-6f98-4f85-8203-dcd95654ff54.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-1ea9dae9-6f98-4f85-8203-dcd95654ff54 img.shogun-image,
  #s-1ea9dae9-6f98-4f85-8203-dcd95654ff54 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1ea9dae9-6f98-4f85-8203-dcd95654ff54 {
    width: 100%;
    height: auto;
  }



  img.s-1ea9dae9-6f98-4f85-8203-dcd95654ff54.shogun-image {
    
    
  }


.s-1ea9dae9-6f98-4f85-8203-dcd95654ff54 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ea9dae9-6f98-4f85-8203-dcd95654ff54.shg-align-container {
  text-align: center
}

.s-1ea9dae9-6f98-4f85-8203-dcd95654ff54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ea9dae9-6f98-4f85-8203-dcd95654ff54.shogun-image {
  box-sizing: border-box;
}


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



  #s-1ea9dae9-6f98-4f85-8203-dcd95654ff54 img.shogun-image,
  #s-1ea9dae9-6f98-4f85-8203-dcd95654ff54 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1ea9dae9-6f98-4f85-8203-dcd95654ff54 {
    width: 100%;
    height: auto;
  }



  img.s-1ea9dae9-6f98-4f85-8203-dcd95654ff54.shogun-image {
    
    
  }


.s-1ea9dae9-6f98-4f85-8203-dcd95654ff54 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ea9dae9-6f98-4f85-8203-dcd95654ff54.shg-align-container {
  text-align: center
}

.s-1ea9dae9-6f98-4f85-8203-dcd95654ff54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ea9dae9-6f98-4f85-8203-dcd95654ff54.shogun-image {
  box-sizing: border-box;
}


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



  #s-1ea9dae9-6f98-4f85-8203-dcd95654ff54 img.shogun-image,
  #s-1ea9dae9-6f98-4f85-8203-dcd95654ff54 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1ea9dae9-6f98-4f85-8203-dcd95654ff54 {
    width: 100%;
    height: auto;
  }



  img.s-1ea9dae9-6f98-4f85-8203-dcd95654ff54.shogun-image {
    
    
  }


.s-1ea9dae9-6f98-4f85-8203-dcd95654ff54 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ea9dae9-6f98-4f85-8203-dcd95654ff54.shg-align-container {
  text-align: center
}

.s-1ea9dae9-6f98-4f85-8203-dcd95654ff54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ea9dae9-6f98-4f85-8203-dcd95654ff54.shogun-image {
  box-sizing: border-box;
}


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



  #s-1ea9dae9-6f98-4f85-8203-dcd95654ff54 img.shogun-image,
  #s-1ea9dae9-6f98-4f85-8203-dcd95654ff54 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1ea9dae9-6f98-4f85-8203-dcd95654ff54 {
    width: 100%;
    height: auto;
  }



  img.s-1ea9dae9-6f98-4f85-8203-dcd95654ff54.shogun-image {
    
    
  }


.s-1ea9dae9-6f98-4f85-8203-dcd95654ff54 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ea9dae9-6f98-4f85-8203-dcd95654ff54.shg-align-container {
  text-align: center
}

.s-1ea9dae9-6f98-4f85-8203-dcd95654ff54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ea9dae9-6f98-4f85-8203-dcd95654ff54.shogun-image {
  box-sizing: border-box;
}


}
#s-23da8b59-3463-4cd6-9acb-10498f3d3327 {
  margin-top: 30px;
max-width: 770px;
aspect-ratio: 770/284;
text-align: center;
}





  #s-23da8b59-3463-4cd6-9acb-10498f3d3327 img.shogun-image,
  #s-23da8b59-3463-4cd6-9acb-10498f3d3327 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23da8b59-3463-4cd6-9acb-10498f3d3327 {
    width: 100%;
    height: auto;
  }



  img.s-23da8b59-3463-4cd6-9acb-10498f3d3327.shogun-image {
    
    
  }


.s-23da8b59-3463-4cd6-9acb-10498f3d3327 .shogun-image-content {
  
    align-items: center;
  
}

.s-23da8b59-3463-4cd6-9acb-10498f3d3327.shg-align-container {
  text-align: center
}

.s-23da8b59-3463-4cd6-9acb-10498f3d3327.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23da8b59-3463-4cd6-9acb-10498f3d3327.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-23da8b59-3463-4cd6-9acb-10498f3d3327 img.shogun-image,
  #s-23da8b59-3463-4cd6-9acb-10498f3d3327 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23da8b59-3463-4cd6-9acb-10498f3d3327 {
    width: 100%;
    height: auto;
  }



  img.s-23da8b59-3463-4cd6-9acb-10498f3d3327.shogun-image {
    
    
  }


.s-23da8b59-3463-4cd6-9acb-10498f3d3327 .shogun-image-content {
  
    align-items: center;
  
}

.s-23da8b59-3463-4cd6-9acb-10498f3d3327.shg-align-container {
  text-align: center
}

.s-23da8b59-3463-4cd6-9acb-10498f3d3327.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23da8b59-3463-4cd6-9acb-10498f3d3327.shogun-image {
  box-sizing: border-box;
}


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



  #s-23da8b59-3463-4cd6-9acb-10498f3d3327 img.shogun-image,
  #s-23da8b59-3463-4cd6-9acb-10498f3d3327 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23da8b59-3463-4cd6-9acb-10498f3d3327 {
    width: 100%;
    height: auto;
  }



  img.s-23da8b59-3463-4cd6-9acb-10498f3d3327.shogun-image {
    
    
  }


.s-23da8b59-3463-4cd6-9acb-10498f3d3327 .shogun-image-content {
  
    align-items: center;
  
}

.s-23da8b59-3463-4cd6-9acb-10498f3d3327.shg-align-container {
  text-align: center
}

.s-23da8b59-3463-4cd6-9acb-10498f3d3327.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23da8b59-3463-4cd6-9acb-10498f3d3327.shogun-image {
  box-sizing: border-box;
}


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



  #s-23da8b59-3463-4cd6-9acb-10498f3d3327 img.shogun-image,
  #s-23da8b59-3463-4cd6-9acb-10498f3d3327 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23da8b59-3463-4cd6-9acb-10498f3d3327 {
    width: 100%;
    height: auto;
  }



  img.s-23da8b59-3463-4cd6-9acb-10498f3d3327.shogun-image {
    
    
  }


.s-23da8b59-3463-4cd6-9acb-10498f3d3327 .shogun-image-content {
  
    align-items: center;
  
}

.s-23da8b59-3463-4cd6-9acb-10498f3d3327.shg-align-container {
  text-align: center
}

.s-23da8b59-3463-4cd6-9acb-10498f3d3327.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23da8b59-3463-4cd6-9acb-10498f3d3327.shogun-image {
  box-sizing: border-box;
}


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



  #s-23da8b59-3463-4cd6-9acb-10498f3d3327 img.shogun-image,
  #s-23da8b59-3463-4cd6-9acb-10498f3d3327 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23da8b59-3463-4cd6-9acb-10498f3d3327 {
    width: 100%;
    height: auto;
  }



  img.s-23da8b59-3463-4cd6-9acb-10498f3d3327.shogun-image {
    
    
  }


.s-23da8b59-3463-4cd6-9acb-10498f3d3327 .shogun-image-content {
  
    align-items: center;
  
}

.s-23da8b59-3463-4cd6-9acb-10498f3d3327.shg-align-container {
  text-align: center
}

.s-23da8b59-3463-4cd6-9acb-10498f3d3327.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23da8b59-3463-4cd6-9acb-10498f3d3327.shogun-image {
  box-sizing: border-box;
}


}
#s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277 {
  max-width: 772px;
aspect-ratio: 772/274;
text-align: center;
}





  #s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277 img.shogun-image,
  #s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277 {
    width: 100%;
    height: auto;
  }



  img.s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277.shogun-image {
    
    
  }


.s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277.shg-align-container {
  text-align: center
}

.s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277 img.shogun-image,
  #s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277 {
    width: 100%;
    height: auto;
  }



  img.s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277.shogun-image {
    
    
  }


.s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277.shg-align-container {
  text-align: center
}

.s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277.shogun-image {
  box-sizing: border-box;
}


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



  #s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277 img.shogun-image,
  #s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277 {
    width: 100%;
    height: auto;
  }



  img.s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277.shogun-image {
    
    
  }


.s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277.shg-align-container {
  text-align: center
}

.s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277.shogun-image {
  box-sizing: border-box;
}


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



  #s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277 img.shogun-image,
  #s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277 {
    width: 100%;
    height: auto;
  }



  img.s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277.shogun-image {
    
    
  }


.s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277.shg-align-container {
  text-align: center
}

.s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277.shogun-image {
  box-sizing: border-box;
}


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



  #s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277 img.shogun-image,
  #s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277 {
    width: 100%;
    height: auto;
  }



  img.s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277.shogun-image {
    
    
  }


.s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277.shg-align-container {
  text-align: center
}

.s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f88f9b0-aebf-4af1-bc85-0d22da4ed277.shogun-image {
  box-sizing: border-box;
}


}
#s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60 {
  margin-top: 30px;
margin-right: 0%;
max-width: 774px;
aspect-ratio: 774/286;
text-align: center;
}





  #s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60 img.shogun-image,
  #s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60 {
    width: 100%;
    height: auto;
  }



  img.s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60.shogun-image {
    
    
  }


.s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60.shg-align-container {
  text-align: center
}

.s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60 img.shogun-image,
  #s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60 {
    width: 100%;
    height: auto;
  }



  img.s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60.shogun-image {
    
    
  }


.s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60.shg-align-container {
  text-align: center
}

.s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60.shogun-image {
  box-sizing: border-box;
}


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



  #s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60 img.shogun-image,
  #s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60 {
    width: 100%;
    height: auto;
  }



  img.s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60.shogun-image {
    
    
  }


.s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60.shg-align-container {
  text-align: center
}

.s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60.shogun-image {
  box-sizing: border-box;
}


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



  #s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60 img.shogun-image,
  #s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60 {
    width: 100%;
    height: auto;
  }



  img.s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60.shogun-image {
    
    
  }


.s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60.shg-align-container {
  text-align: center
}

.s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60.shogun-image {
  box-sizing: border-box;
}


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



  #s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60 img.shogun-image,
  #s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60 {
    width: 100%;
    height: auto;
  }



  img.s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60.shogun-image {
    
    
  }


.s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60.shg-align-container {
  text-align: center
}

.s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0ea76c6-ba1a-4da2-8e76-c6bd7c239d60.shogun-image {
  box-sizing: border-box;
}


}
#s-5e185f95-26b3-4579-9409-852cb6b12e90 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5e185f95-26b3-4579-9409-852cb6b12e90 {
  display: none;
}
#s-5e185f95-26b3-4579-9409-852cb6b12e90, #wrap-s-5e185f95-26b3-4579-9409-852cb6b12e90 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e185f95-26b3-4579-9409-852cb6b12e90 {
  display: none;
}
#s-5e185f95-26b3-4579-9409-852cb6b12e90, #wrap-s-5e185f95-26b3-4579-9409-852cb6b12e90 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5e185f95-26b3-4579-9409-852cb6b12e90 {
  display: none;
}
#s-5e185f95-26b3-4579-9409-852cb6b12e90, #wrap-s-5e185f95-26b3-4579-9409-852cb6b12e90 { display:none !important; }}@media (max-width: 767px){#s-5e185f95-26b3-4579-9409-852cb6b12e90 {
  display: none;
}
#s-5e185f95-26b3-4579-9409-852cb6b12e90, #wrap-s-5e185f95-26b3-4579-9409-852cb6b12e90 { display:none !important; }}







#s-5e185f95-26b3-4579-9409-852cb6b12e90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e185f95-26b3-4579-9409-852cb6b12e90.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc01535c-a7dc-489b-92e8-4ed9f243b9a1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-dc01535c-a7dc-489b-92e8-4ed9f243b9a1 {
  display: none;
}
#s-dc01535c-a7dc-489b-92e8-4ed9f243b9a1, #wrap-s-dc01535c-a7dc-489b-92e8-4ed9f243b9a1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc01535c-a7dc-489b-92e8-4ed9f243b9a1 {
  display: none;
}
#s-dc01535c-a7dc-489b-92e8-4ed9f243b9a1, #wrap-s-dc01535c-a7dc-489b-92e8-4ed9f243b9a1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dc01535c-a7dc-489b-92e8-4ed9f243b9a1 {
  display: none;
}
#s-dc01535c-a7dc-489b-92e8-4ed9f243b9a1, #wrap-s-dc01535c-a7dc-489b-92e8-4ed9f243b9a1 { display:none !important; }}@media (max-width: 767px){#s-dc01535c-a7dc-489b-92e8-4ed9f243b9a1 {
  display: none;
}
#s-dc01535c-a7dc-489b-92e8-4ed9f243b9a1, #wrap-s-dc01535c-a7dc-489b-92e8-4ed9f243b9a1 { display:none !important; }}







#s-dc01535c-a7dc-489b-92e8-4ed9f243b9a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc01535c-a7dc-489b-92e8-4ed9f243b9a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d061cae3-86ab-4048-a03a-c9ec20879c16 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-d061cae3-86ab-4048-a03a-c9ec20879c16"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d061cae3-86ab-4048-a03a-c9ec20879c16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d061cae3-86ab-4048-a03a-c9ec20879c16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d061cae3-86ab-4048-a03a-c9ec20879c16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9500f59f-3eff-43fe-adfa-30fa9864dab6 {
  max-width: 774px;
aspect-ratio: 774/286;
text-align: center;
}





  #s-9500f59f-3eff-43fe-adfa-30fa9864dab6 img.shogun-image,
  #s-9500f59f-3eff-43fe-adfa-30fa9864dab6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9500f59f-3eff-43fe-adfa-30fa9864dab6 {
    width: 100%;
    height: auto;
  }



  img.s-9500f59f-3eff-43fe-adfa-30fa9864dab6.shogun-image {
    
    
  }


.s-9500f59f-3eff-43fe-adfa-30fa9864dab6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9500f59f-3eff-43fe-adfa-30fa9864dab6.shg-align-container {
  text-align: center
}

.s-9500f59f-3eff-43fe-adfa-30fa9864dab6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9500f59f-3eff-43fe-adfa-30fa9864dab6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-9500f59f-3eff-43fe-adfa-30fa9864dab6 img.shogun-image,
  #s-9500f59f-3eff-43fe-adfa-30fa9864dab6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9500f59f-3eff-43fe-adfa-30fa9864dab6 {
    width: 100%;
    height: auto;
  }



  img.s-9500f59f-3eff-43fe-adfa-30fa9864dab6.shogun-image {
    
    
  }


.s-9500f59f-3eff-43fe-adfa-30fa9864dab6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9500f59f-3eff-43fe-adfa-30fa9864dab6.shg-align-container {
  text-align: center
}

.s-9500f59f-3eff-43fe-adfa-30fa9864dab6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9500f59f-3eff-43fe-adfa-30fa9864dab6.shogun-image {
  box-sizing: border-box;
}


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



  #s-9500f59f-3eff-43fe-adfa-30fa9864dab6 img.shogun-image,
  #s-9500f59f-3eff-43fe-adfa-30fa9864dab6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9500f59f-3eff-43fe-adfa-30fa9864dab6 {
    width: 100%;
    height: auto;
  }



  img.s-9500f59f-3eff-43fe-adfa-30fa9864dab6.shogun-image {
    
    
  }


.s-9500f59f-3eff-43fe-adfa-30fa9864dab6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9500f59f-3eff-43fe-adfa-30fa9864dab6.shg-align-container {
  text-align: center
}

.s-9500f59f-3eff-43fe-adfa-30fa9864dab6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9500f59f-3eff-43fe-adfa-30fa9864dab6.shogun-image {
  box-sizing: border-box;
}


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



  #s-9500f59f-3eff-43fe-adfa-30fa9864dab6 img.shogun-image,
  #s-9500f59f-3eff-43fe-adfa-30fa9864dab6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9500f59f-3eff-43fe-adfa-30fa9864dab6 {
    width: 100%;
    height: auto;
  }



  img.s-9500f59f-3eff-43fe-adfa-30fa9864dab6.shogun-image {
    
    
  }


.s-9500f59f-3eff-43fe-adfa-30fa9864dab6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9500f59f-3eff-43fe-adfa-30fa9864dab6.shg-align-container {
  text-align: center
}

.s-9500f59f-3eff-43fe-adfa-30fa9864dab6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9500f59f-3eff-43fe-adfa-30fa9864dab6.shogun-image {
  box-sizing: border-box;
}


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



  #s-9500f59f-3eff-43fe-adfa-30fa9864dab6 img.shogun-image,
  #s-9500f59f-3eff-43fe-adfa-30fa9864dab6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9500f59f-3eff-43fe-adfa-30fa9864dab6 {
    width: 100%;
    height: auto;
  }



  img.s-9500f59f-3eff-43fe-adfa-30fa9864dab6.shogun-image {
    
    
  }


.s-9500f59f-3eff-43fe-adfa-30fa9864dab6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9500f59f-3eff-43fe-adfa-30fa9864dab6.shg-align-container {
  text-align: center
}

.s-9500f59f-3eff-43fe-adfa-30fa9864dab6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9500f59f-3eff-43fe-adfa-30fa9864dab6.shogun-image {
  box-sizing: border-box;
}


}
#s-82b848a0-25ed-4b73-aeb1-9e129bb3925d {
  margin-top: 30px;
max-width: 770px;
aspect-ratio: 770/280;
text-align: center;
}





  #s-82b848a0-25ed-4b73-aeb1-9e129bb3925d img.shogun-image,
  #s-82b848a0-25ed-4b73-aeb1-9e129bb3925d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82b848a0-25ed-4b73-aeb1-9e129bb3925d {
    width: 100%;
    height: auto;
  }



  img.s-82b848a0-25ed-4b73-aeb1-9e129bb3925d.shogun-image {
    
    
  }


.s-82b848a0-25ed-4b73-aeb1-9e129bb3925d .shogun-image-content {
  
    align-items: center;
  
}

.s-82b848a0-25ed-4b73-aeb1-9e129bb3925d.shg-align-container {
  text-align: center
}

.s-82b848a0-25ed-4b73-aeb1-9e129bb3925d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82b848a0-25ed-4b73-aeb1-9e129bb3925d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-82b848a0-25ed-4b73-aeb1-9e129bb3925d img.shogun-image,
  #s-82b848a0-25ed-4b73-aeb1-9e129bb3925d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82b848a0-25ed-4b73-aeb1-9e129bb3925d {
    width: 100%;
    height: auto;
  }



  img.s-82b848a0-25ed-4b73-aeb1-9e129bb3925d.shogun-image {
    
    
  }


.s-82b848a0-25ed-4b73-aeb1-9e129bb3925d .shogun-image-content {
  
    align-items: center;
  
}

.s-82b848a0-25ed-4b73-aeb1-9e129bb3925d.shg-align-container {
  text-align: center
}

.s-82b848a0-25ed-4b73-aeb1-9e129bb3925d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82b848a0-25ed-4b73-aeb1-9e129bb3925d.shogun-image {
  box-sizing: border-box;
}


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



  #s-82b848a0-25ed-4b73-aeb1-9e129bb3925d img.shogun-image,
  #s-82b848a0-25ed-4b73-aeb1-9e129bb3925d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82b848a0-25ed-4b73-aeb1-9e129bb3925d {
    width: 100%;
    height: auto;
  }



  img.s-82b848a0-25ed-4b73-aeb1-9e129bb3925d.shogun-image {
    
    
  }


.s-82b848a0-25ed-4b73-aeb1-9e129bb3925d .shogun-image-content {
  
    align-items: center;
  
}

.s-82b848a0-25ed-4b73-aeb1-9e129bb3925d.shg-align-container {
  text-align: center
}

.s-82b848a0-25ed-4b73-aeb1-9e129bb3925d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82b848a0-25ed-4b73-aeb1-9e129bb3925d.shogun-image {
  box-sizing: border-box;
}


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



  #s-82b848a0-25ed-4b73-aeb1-9e129bb3925d img.shogun-image,
  #s-82b848a0-25ed-4b73-aeb1-9e129bb3925d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82b848a0-25ed-4b73-aeb1-9e129bb3925d {
    width: 100%;
    height: auto;
  }



  img.s-82b848a0-25ed-4b73-aeb1-9e129bb3925d.shogun-image {
    
    
  }


.s-82b848a0-25ed-4b73-aeb1-9e129bb3925d .shogun-image-content {
  
    align-items: center;
  
}

.s-82b848a0-25ed-4b73-aeb1-9e129bb3925d.shg-align-container {
  text-align: center
}

.s-82b848a0-25ed-4b73-aeb1-9e129bb3925d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82b848a0-25ed-4b73-aeb1-9e129bb3925d.shogun-image {
  box-sizing: border-box;
}


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



  #s-82b848a0-25ed-4b73-aeb1-9e129bb3925d img.shogun-image,
  #s-82b848a0-25ed-4b73-aeb1-9e129bb3925d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82b848a0-25ed-4b73-aeb1-9e129bb3925d {
    width: 100%;
    height: auto;
  }



  img.s-82b848a0-25ed-4b73-aeb1-9e129bb3925d.shogun-image {
    
    
  }


.s-82b848a0-25ed-4b73-aeb1-9e129bb3925d .shogun-image-content {
  
    align-items: center;
  
}

.s-82b848a0-25ed-4b73-aeb1-9e129bb3925d.shg-align-container {
  text-align: center
}

.s-82b848a0-25ed-4b73-aeb1-9e129bb3925d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82b848a0-25ed-4b73-aeb1-9e129bb3925d.shogun-image {
  box-sizing: border-box;
}


}
#s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937 {
  max-width: 774px;
aspect-ratio: 774/284;
text-align: center;
}





  #s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937 img.shogun-image,
  #s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937 {
    width: 100%;
    height: auto;
  }



  img.s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937.shogun-image {
    
    
  }


.s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937.shg-align-container {
  text-align: center
}

.s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937 img.shogun-image,
  #s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937 {
    width: 100%;
    height: auto;
  }



  img.s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937.shogun-image {
    
    
  }


.s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937.shg-align-container {
  text-align: center
}

.s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937.shogun-image {
  box-sizing: border-box;
}


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



  #s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937 img.shogun-image,
  #s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937 {
    width: 100%;
    height: auto;
  }



  img.s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937.shogun-image {
    
    
  }


.s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937.shg-align-container {
  text-align: center
}

.s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937.shogun-image {
  box-sizing: border-box;
}


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



  #s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937 img.shogun-image,
  #s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937 {
    width: 100%;
    height: auto;
  }



  img.s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937.shogun-image {
    
    
  }


.s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937.shg-align-container {
  text-align: center
}

.s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937.shogun-image {
  box-sizing: border-box;
}


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



  #s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937 img.shogun-image,
  #s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937 {
    width: 100%;
    height: auto;
  }



  img.s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937.shogun-image {
    
    
  }


.s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937.shg-align-container {
  text-align: center
}

.s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6bf019e-c2c7-4bd0-b3a7-52c3cf1fc937.shogun-image {
  box-sizing: border-box;
}


}
#s-303eca15-8fb7-4c8f-864a-a6e64122cac8 {
  margin-top: 30px;
max-width: 772px;
aspect-ratio: 772/284;
text-align: center;
}





  #s-303eca15-8fb7-4c8f-864a-a6e64122cac8 img.shogun-image,
  #s-303eca15-8fb7-4c8f-864a-a6e64122cac8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-303eca15-8fb7-4c8f-864a-a6e64122cac8 {
    width: 100%;
    height: auto;
  }



  img.s-303eca15-8fb7-4c8f-864a-a6e64122cac8.shogun-image {
    
    
  }


.s-303eca15-8fb7-4c8f-864a-a6e64122cac8 .shogun-image-content {
  
    align-items: center;
  
}

.s-303eca15-8fb7-4c8f-864a-a6e64122cac8.shg-align-container {
  text-align: center
}

.s-303eca15-8fb7-4c8f-864a-a6e64122cac8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-303eca15-8fb7-4c8f-864a-a6e64122cac8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-303eca15-8fb7-4c8f-864a-a6e64122cac8 img.shogun-image,
  #s-303eca15-8fb7-4c8f-864a-a6e64122cac8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-303eca15-8fb7-4c8f-864a-a6e64122cac8 {
    width: 100%;
    height: auto;
  }



  img.s-303eca15-8fb7-4c8f-864a-a6e64122cac8.shogun-image {
    
    
  }


.s-303eca15-8fb7-4c8f-864a-a6e64122cac8 .shogun-image-content {
  
    align-items: center;
  
}

.s-303eca15-8fb7-4c8f-864a-a6e64122cac8.shg-align-container {
  text-align: center
}

.s-303eca15-8fb7-4c8f-864a-a6e64122cac8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-303eca15-8fb7-4c8f-864a-a6e64122cac8.shogun-image {
  box-sizing: border-box;
}


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



  #s-303eca15-8fb7-4c8f-864a-a6e64122cac8 img.shogun-image,
  #s-303eca15-8fb7-4c8f-864a-a6e64122cac8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-303eca15-8fb7-4c8f-864a-a6e64122cac8 {
    width: 100%;
    height: auto;
  }



  img.s-303eca15-8fb7-4c8f-864a-a6e64122cac8.shogun-image {
    
    
  }


.s-303eca15-8fb7-4c8f-864a-a6e64122cac8 .shogun-image-content {
  
    align-items: center;
  
}

.s-303eca15-8fb7-4c8f-864a-a6e64122cac8.shg-align-container {
  text-align: center
}

.s-303eca15-8fb7-4c8f-864a-a6e64122cac8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-303eca15-8fb7-4c8f-864a-a6e64122cac8.shogun-image {
  box-sizing: border-box;
}


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



  #s-303eca15-8fb7-4c8f-864a-a6e64122cac8 img.shogun-image,
  #s-303eca15-8fb7-4c8f-864a-a6e64122cac8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-303eca15-8fb7-4c8f-864a-a6e64122cac8 {
    width: 100%;
    height: auto;
  }



  img.s-303eca15-8fb7-4c8f-864a-a6e64122cac8.shogun-image {
    
    
  }


.s-303eca15-8fb7-4c8f-864a-a6e64122cac8 .shogun-image-content {
  
    align-items: center;
  
}

.s-303eca15-8fb7-4c8f-864a-a6e64122cac8.shg-align-container {
  text-align: center
}

.s-303eca15-8fb7-4c8f-864a-a6e64122cac8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-303eca15-8fb7-4c8f-864a-a6e64122cac8.shogun-image {
  box-sizing: border-box;
}


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



  #s-303eca15-8fb7-4c8f-864a-a6e64122cac8 img.shogun-image,
  #s-303eca15-8fb7-4c8f-864a-a6e64122cac8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-303eca15-8fb7-4c8f-864a-a6e64122cac8 {
    width: 100%;
    height: auto;
  }



  img.s-303eca15-8fb7-4c8f-864a-a6e64122cac8.shogun-image {
    
    
  }


.s-303eca15-8fb7-4c8f-864a-a6e64122cac8 .shogun-image-content {
  
    align-items: center;
  
}

.s-303eca15-8fb7-4c8f-864a-a6e64122cac8.shg-align-container {
  text-align: center
}

.s-303eca15-8fb7-4c8f-864a-a6e64122cac8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-303eca15-8fb7-4c8f-864a-a6e64122cac8.shogun-image {
  box-sizing: border-box;
}


}
#s-19a0b028-9a6f-415b-ad24-bf473bbee87b {
  margin-top: 30px;
margin-bottom: 30px;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-19a0b028-9a6f-415b-ad24-bf473bbee87b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-19a0b028-9a6f-415b-ad24-bf473bbee87b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-19a0b028-9a6f-415b-ad24-bf473bbee87b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-19a0b028-9a6f-415b-ad24-bf473bbee87b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2bba13be-f862-4d5f-bc6e-a9329ccca97e {
  max-width: 770px;
aspect-ratio: 770/286;
text-align: center;
}





  #s-2bba13be-f862-4d5f-bc6e-a9329ccca97e img.shogun-image,
  #s-2bba13be-f862-4d5f-bc6e-a9329ccca97e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2bba13be-f862-4d5f-bc6e-a9329ccca97e {
    width: 100%;
    height: auto;
  }



  img.s-2bba13be-f862-4d5f-bc6e-a9329ccca97e.shogun-image {
    
    
  }


.s-2bba13be-f862-4d5f-bc6e-a9329ccca97e .shogun-image-content {
  
    align-items: center;
  
}

.s-2bba13be-f862-4d5f-bc6e-a9329ccca97e.shg-align-container {
  text-align: center
}

.s-2bba13be-f862-4d5f-bc6e-a9329ccca97e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bba13be-f862-4d5f-bc6e-a9329ccca97e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-2bba13be-f862-4d5f-bc6e-a9329ccca97e img.shogun-image,
  #s-2bba13be-f862-4d5f-bc6e-a9329ccca97e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2bba13be-f862-4d5f-bc6e-a9329ccca97e {
    width: 100%;
    height: auto;
  }



  img.s-2bba13be-f862-4d5f-bc6e-a9329ccca97e.shogun-image {
    
    
  }


.s-2bba13be-f862-4d5f-bc6e-a9329ccca97e .shogun-image-content {
  
    align-items: center;
  
}

.s-2bba13be-f862-4d5f-bc6e-a9329ccca97e.shg-align-container {
  text-align: center
}

.s-2bba13be-f862-4d5f-bc6e-a9329ccca97e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bba13be-f862-4d5f-bc6e-a9329ccca97e.shogun-image {
  box-sizing: border-box;
}


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



  #s-2bba13be-f862-4d5f-bc6e-a9329ccca97e img.shogun-image,
  #s-2bba13be-f862-4d5f-bc6e-a9329ccca97e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2bba13be-f862-4d5f-bc6e-a9329ccca97e {
    width: 100%;
    height: auto;
  }



  img.s-2bba13be-f862-4d5f-bc6e-a9329ccca97e.shogun-image {
    
    
  }


.s-2bba13be-f862-4d5f-bc6e-a9329ccca97e .shogun-image-content {
  
    align-items: center;
  
}

.s-2bba13be-f862-4d5f-bc6e-a9329ccca97e.shg-align-container {
  text-align: center
}

.s-2bba13be-f862-4d5f-bc6e-a9329ccca97e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bba13be-f862-4d5f-bc6e-a9329ccca97e.shogun-image {
  box-sizing: border-box;
}


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



  #s-2bba13be-f862-4d5f-bc6e-a9329ccca97e img.shogun-image,
  #s-2bba13be-f862-4d5f-bc6e-a9329ccca97e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2bba13be-f862-4d5f-bc6e-a9329ccca97e {
    width: 100%;
    height: auto;
  }



  img.s-2bba13be-f862-4d5f-bc6e-a9329ccca97e.shogun-image {
    
    
  }


.s-2bba13be-f862-4d5f-bc6e-a9329ccca97e .shogun-image-content {
  
    align-items: center;
  
}

.s-2bba13be-f862-4d5f-bc6e-a9329ccca97e.shg-align-container {
  text-align: center
}

.s-2bba13be-f862-4d5f-bc6e-a9329ccca97e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bba13be-f862-4d5f-bc6e-a9329ccca97e.shogun-image {
  box-sizing: border-box;
}


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



  #s-2bba13be-f862-4d5f-bc6e-a9329ccca97e img.shogun-image,
  #s-2bba13be-f862-4d5f-bc6e-a9329ccca97e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2bba13be-f862-4d5f-bc6e-a9329ccca97e {
    width: 100%;
    height: auto;
  }



  img.s-2bba13be-f862-4d5f-bc6e-a9329ccca97e.shogun-image {
    
    
  }


.s-2bba13be-f862-4d5f-bc6e-a9329ccca97e .shogun-image-content {
  
    align-items: center;
  
}

.s-2bba13be-f862-4d5f-bc6e-a9329ccca97e.shg-align-container {
  text-align: center
}

.s-2bba13be-f862-4d5f-bc6e-a9329ccca97e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bba13be-f862-4d5f-bc6e-a9329ccca97e.shogun-image {
  box-sizing: border-box;
}


}
#s-980a8f28-ada8-4ef9-a2df-1eb0002c5721 {
  max-width: 770px;
aspect-ratio: 770/286;
text-align: center;
}





  #s-980a8f28-ada8-4ef9-a2df-1eb0002c5721 img.shogun-image,
  #s-980a8f28-ada8-4ef9-a2df-1eb0002c5721 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-980a8f28-ada8-4ef9-a2df-1eb0002c5721 {
    width: 100%;
    height: auto;
  }




.s-980a8f28-ada8-4ef9-a2df-1eb0002c5721 .shogun-image-content {
  
    align-items: center;
  
}

.s-980a8f28-ada8-4ef9-a2df-1eb0002c5721.shg-align-container {
  text-align: center
}

.s-980a8f28-ada8-4ef9-a2df-1eb0002c5721.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-980a8f28-ada8-4ef9-a2df-1eb0002c5721.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-980a8f28-ada8-4ef9-a2df-1eb0002c5721 img.shogun-image,
  #s-980a8f28-ada8-4ef9-a2df-1eb0002c5721 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-980a8f28-ada8-4ef9-a2df-1eb0002c5721 {
    width: 100%;
    height: auto;
  }




.s-980a8f28-ada8-4ef9-a2df-1eb0002c5721 .shogun-image-content {
  
    align-items: center;
  
}

.s-980a8f28-ada8-4ef9-a2df-1eb0002c5721.shg-align-container {
  text-align: center
}

.s-980a8f28-ada8-4ef9-a2df-1eb0002c5721.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-980a8f28-ada8-4ef9-a2df-1eb0002c5721.shogun-image {
  box-sizing: border-box;
}


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



  #s-980a8f28-ada8-4ef9-a2df-1eb0002c5721 img.shogun-image,
  #s-980a8f28-ada8-4ef9-a2df-1eb0002c5721 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-980a8f28-ada8-4ef9-a2df-1eb0002c5721 {
    width: 100%;
    height: auto;
  }




.s-980a8f28-ada8-4ef9-a2df-1eb0002c5721 .shogun-image-content {
  
    align-items: center;
  
}

.s-980a8f28-ada8-4ef9-a2df-1eb0002c5721.shg-align-container {
  text-align: center
}

.s-980a8f28-ada8-4ef9-a2df-1eb0002c5721.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-980a8f28-ada8-4ef9-a2df-1eb0002c5721.shogun-image {
  box-sizing: border-box;
}


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



  #s-980a8f28-ada8-4ef9-a2df-1eb0002c5721 img.shogun-image,
  #s-980a8f28-ada8-4ef9-a2df-1eb0002c5721 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-980a8f28-ada8-4ef9-a2df-1eb0002c5721 {
    width: 100%;
    height: auto;
  }




.s-980a8f28-ada8-4ef9-a2df-1eb0002c5721 .shogun-image-content {
  
    align-items: center;
  
}

.s-980a8f28-ada8-4ef9-a2df-1eb0002c5721.shg-align-container {
  text-align: center
}

.s-980a8f28-ada8-4ef9-a2df-1eb0002c5721.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-980a8f28-ada8-4ef9-a2df-1eb0002c5721.shogun-image {
  box-sizing: border-box;
}


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



  #s-980a8f28-ada8-4ef9-a2df-1eb0002c5721 img.shogun-image,
  #s-980a8f28-ada8-4ef9-a2df-1eb0002c5721 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-980a8f28-ada8-4ef9-a2df-1eb0002c5721 {
    width: 100%;
    height: auto;
  }




.s-980a8f28-ada8-4ef9-a2df-1eb0002c5721 .shogun-image-content {
  
    align-items: center;
  
}

.s-980a8f28-ada8-4ef9-a2df-1eb0002c5721.shg-align-container {
  text-align: center
}

.s-980a8f28-ada8-4ef9-a2df-1eb0002c5721.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-980a8f28-ada8-4ef9-a2df-1eb0002c5721.shogun-image {
  box-sizing: border-box;
}


}
#s-e0f7d339-4b31-4330-ac93-c10ae4def709 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e0f7d339-4b31-4330-ac93-c10ae4def709 {
  display: none;
}
#s-e0f7d339-4b31-4330-ac93-c10ae4def709, #wrap-s-e0f7d339-4b31-4330-ac93-c10ae4def709 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0f7d339-4b31-4330-ac93-c10ae4def709 {
  display: none;
}
#s-e0f7d339-4b31-4330-ac93-c10ae4def709, #wrap-s-e0f7d339-4b31-4330-ac93-c10ae4def709 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0f7d339-4b31-4330-ac93-c10ae4def709 {
  display: none;
}
#s-e0f7d339-4b31-4330-ac93-c10ae4def709, #wrap-s-e0f7d339-4b31-4330-ac93-c10ae4def709 { display:none !important; }}@media (max-width: 767px){#s-e0f7d339-4b31-4330-ac93-c10ae4def709 {
  display: none;
}
#s-e0f7d339-4b31-4330-ac93-c10ae4def709, #wrap-s-e0f7d339-4b31-4330-ac93-c10ae4def709 { display:none !important; }}







#s-e0f7d339-4b31-4330-ac93-c10ae4def709 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0f7d339-4b31-4330-ac93-c10ae4def709.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f1b919d-dab2-42ba-8b0c-13bfd96127dc {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8f1b919d-dab2-42ba-8b0c-13bfd96127dc {
  display: none;
}
#s-8f1b919d-dab2-42ba-8b0c-13bfd96127dc, #wrap-s-8f1b919d-dab2-42ba-8b0c-13bfd96127dc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f1b919d-dab2-42ba-8b0c-13bfd96127dc {
  display: none;
}
#s-8f1b919d-dab2-42ba-8b0c-13bfd96127dc, #wrap-s-8f1b919d-dab2-42ba-8b0c-13bfd96127dc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8f1b919d-dab2-42ba-8b0c-13bfd96127dc {
  display: none;
}
#s-8f1b919d-dab2-42ba-8b0c-13bfd96127dc, #wrap-s-8f1b919d-dab2-42ba-8b0c-13bfd96127dc { display:none !important; }}@media (max-width: 767px){#s-8f1b919d-dab2-42ba-8b0c-13bfd96127dc {
  display: none;
}
#s-8f1b919d-dab2-42ba-8b0c-13bfd96127dc, #wrap-s-8f1b919d-dab2-42ba-8b0c-13bfd96127dc { display:none !important; }}







#s-8f1b919d-dab2-42ba-8b0c-13bfd96127dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f1b919d-dab2-42ba-8b0c-13bfd96127dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60b81c83-c670-4c1a-939a-15067ab5fe1d {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-60b81c83-c670-4c1a-939a-15067ab5fe1d {
  padding-bottom: 0px;
}
}







#s-60b81c83-c670-4c1a-939a-15067ab5fe1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60b81c83-c670-4c1a-939a-15067ab5fe1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-366c0d64-d849-4dfd-babb-5509e63d077a {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
background-color: rgba(227, 227, 227, 1);
}
@media (min-width: 1200px){#s-366c0d64-d849-4dfd-babb-5509e63d077a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-366c0d64-d849-4dfd-babb-5509e63d077a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-366c0d64-d849-4dfd-babb-5509e63d077a {
  
}
}@media (max-width: 767px){#s-366c0d64-d849-4dfd-babb-5509e63d077a {
  padding-left: 1px;
padding-right: 1px;
}
}







#s-366c0d64-d849-4dfd-babb-5509e63d077a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-366c0d64-d849-4dfd-babb-5509e63d077a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d67c752-7344-4154-a7aa-22dad654fcec {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3d67c752-7344-4154-a7aa-22dad654fcec .shogun-heading-component h1 {
  color: rgba(53, 53, 53, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.4em;
  
  text-align: left;
}


@media (max-width: 767px){#s-3d67c752-7344-4154-a7aa-22dad654fcec .shogun-heading-component h1 {
  color: rgba(53, 53, 53, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.4em;
  
  text-align: left;
}


}
.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-ba94d013-ba47-4143-9e05-3c531fcfe441 {
  margin-top: 0px;
margin-bottom: 30px;
}

#s-ba94d013-ba47-4143-9e05-3c531fcfe441 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(227, 227, 227, 1);
}

#s-ba94d013-ba47-4143-9e05-3c531fcfe441 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(227, 227, 227, 1);
  padding: 0px;
}

#s-ba94d013-ba47-4143-9e05-3c531fcfe441 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(53, 53, 53, 1);
}

#s-ba94d013-ba47-4143-9e05-3c531fcfe441 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(227, 227, 227, 1);
  border-top: 1px solid rgba(227, 227, 227, 1);
}

#s-ba94d013-ba47-4143-9e05-3c531fcfe441 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(53, 53, 53, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 700;
  font-style: ;
  font-size: 21.2px;
}

#s-ba94d013-ba47-4143-9e05-3c531fcfe441 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 21.2px;
}@media (max-width: 767px){#s-ba94d013-ba47-4143-9e05-3c531fcfe441 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(227, 227, 227, 1);
}

#s-ba94d013-ba47-4143-9e05-3c531fcfe441 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(227, 227, 227, 1);
  padding: 0px;
}

#s-ba94d013-ba47-4143-9e05-3c531fcfe441 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(53, 53, 53, 1);
}

#s-ba94d013-ba47-4143-9e05-3c531fcfe441 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(227, 227, 227, 1);
  border-top: 1px solid rgba(227, 227, 227, 1);
}

#s-ba94d013-ba47-4143-9e05-3c531fcfe441 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(53, 53, 53, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-ba94d013-ba47-4143-9e05-3c531fcfe441 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}
#s-666a53d0-704e-4429-b733-c992994c02d9 {
  margin-top: 20px;
}

#s-5b6f42c1-55f9-4cda-924f-9bad6034af2a {
  margin-top: 0px;
margin-bottom: 30px;
}

#s-5b6f42c1-55f9-4cda-924f-9bad6034af2a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(227, 227, 227, 1);
}

#s-5b6f42c1-55f9-4cda-924f-9bad6034af2a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(227, 227, 227, 1);
  padding: 0px;
}

#s-5b6f42c1-55f9-4cda-924f-9bad6034af2a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(53, 53, 53, 1);
}

#s-5b6f42c1-55f9-4cda-924f-9bad6034af2a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(227, 227, 227, 1);
  border-top: 1px solid rgba(227, 227, 227, 1);
}

#s-5b6f42c1-55f9-4cda-924f-9bad6034af2a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(53, 53, 53, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 700;
  font-style: ;
  font-size: 21.2px;
}

#s-5b6f42c1-55f9-4cda-924f-9bad6034af2a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 21.2px;
}@media (max-width: 767px){#s-5b6f42c1-55f9-4cda-924f-9bad6034af2a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(227, 227, 227, 1);
}

#s-5b6f42c1-55f9-4cda-924f-9bad6034af2a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(227, 227, 227, 1);
  padding: 0px;
}

#s-5b6f42c1-55f9-4cda-924f-9bad6034af2a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(53, 53, 53, 1);
}

#s-5b6f42c1-55f9-4cda-924f-9bad6034af2a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(227, 227, 227, 1);
  border-top: 1px solid rgba(227, 227, 227, 1);
}

#s-5b6f42c1-55f9-4cda-924f-9bad6034af2a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(53, 53, 53, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-5b6f42c1-55f9-4cda-924f-9bad6034af2a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}
#s-5c291dd6-38db-4330-9be8-d971c0e32cc1 {
  margin-top: 20px;
}

#s-65d30963-bc6f-4345-b28b-18981c4f6629 {
  margin-top: 0px;
margin-bottom: 30px;
}

#s-65d30963-bc6f-4345-b28b-18981c4f6629 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(227, 227, 227, 1);
}

#s-65d30963-bc6f-4345-b28b-18981c4f6629 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(227, 227, 227, 1);
  padding: 0px;
}

#s-65d30963-bc6f-4345-b28b-18981c4f6629 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(53, 53, 53, 1);
}

#s-65d30963-bc6f-4345-b28b-18981c4f6629 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(227, 227, 227, 1);
  border-top: 1px solid rgba(227, 227, 227, 1);
}

#s-65d30963-bc6f-4345-b28b-18981c4f6629 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(53, 53, 53, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 700;
  font-style: ;
  font-size: 21.2px;
}

#s-65d30963-bc6f-4345-b28b-18981c4f6629 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 21.2px;
}@media (max-width: 767px){#s-65d30963-bc6f-4345-b28b-18981c4f6629 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(227, 227, 227, 1);
}

#s-65d30963-bc6f-4345-b28b-18981c4f6629 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(227, 227, 227, 1);
  padding: 0px;
}

#s-65d30963-bc6f-4345-b28b-18981c4f6629 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(53, 53, 53, 1);
}

#s-65d30963-bc6f-4345-b28b-18981c4f6629 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(227, 227, 227, 1);
  border-top: 1px solid rgba(227, 227, 227, 1);
}

#s-65d30963-bc6f-4345-b28b-18981c4f6629 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(53, 53, 53, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-65d30963-bc6f-4345-b28b-18981c4f6629 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}
#s-7cdd9f37-0e5d-49ad-a1af-3aab8fc601dc {
  margin-top: 20px;
}

#s-1011e9e9-4bb3-43b5-855b-b1d19f4aa409 {
  margin-top: 0px;
margin-bottom: 30px;
}

#s-1011e9e9-4bb3-43b5-855b-b1d19f4aa409 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-1011e9e9-4bb3-43b5-855b-b1d19f4aa409 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(227, 227, 227, 1);
  padding: 0px;
}

#s-1011e9e9-4bb3-43b5-855b-b1d19f4aa409 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(53, 53, 53, 1);
}

#s-1011e9e9-4bb3-43b5-855b-b1d19f4aa409 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(227, 227, 227, 1);
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-1011e9e9-4bb3-43b5-855b-b1d19f4aa409 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(53, 53, 53, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 700;
  font-style: ;
  font-size: 21.2px;
}

#s-1011e9e9-4bb3-43b5-855b-b1d19f4aa409 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 21.2px;
}@media (max-width: 767px){#s-1011e9e9-4bb3-43b5-855b-b1d19f4aa409 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-1011e9e9-4bb3-43b5-855b-b1d19f4aa409 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(227, 227, 227, 1);
  padding: 0px;
}

#s-1011e9e9-4bb3-43b5-855b-b1d19f4aa409 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(53, 53, 53, 1);
}

#s-1011e9e9-4bb3-43b5-855b-b1d19f4aa409 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(227, 227, 227, 1);
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-1011e9e9-4bb3-43b5-855b-b1d19f4aa409 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(53, 53, 53, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-1011e9e9-4bb3-43b5-855b-b1d19f4aa409 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}
#s-719e2103-01c0-45ba-b63f-d9117f37dd6c {
  margin-top: 20px;
}

#s-397e15cb-d9bb-413f-9c60-b966e430b7b0 {
  margin-top: 0px;
margin-bottom: 30px;
}

#s-397e15cb-d9bb-413f-9c60-b966e430b7b0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-397e15cb-d9bb-413f-9c60-b966e430b7b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(227, 227, 227, 1);
  padding: 0px;
}

#s-397e15cb-d9bb-413f-9c60-b966e430b7b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(53, 53, 53, 1);
}

#s-397e15cb-d9bb-413f-9c60-b966e430b7b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(227, 227, 227, 1);
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-397e15cb-d9bb-413f-9c60-b966e430b7b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(53, 53, 53, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 700;
  font-style: ;
  font-size: 21.2px;
}

#s-397e15cb-d9bb-413f-9c60-b966e430b7b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 21.2px;
}@media (max-width: 767px){#s-397e15cb-d9bb-413f-9c60-b966e430b7b0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-397e15cb-d9bb-413f-9c60-b966e430b7b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(227, 227, 227, 1);
  padding: 0px;
}

#s-397e15cb-d9bb-413f-9c60-b966e430b7b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(53, 53, 53, 1);
}

#s-397e15cb-d9bb-413f-9c60-b966e430b7b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(227, 227, 227, 1);
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-397e15cb-d9bb-413f-9c60-b966e430b7b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(53, 53, 53, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-397e15cb-d9bb-413f-9c60-b966e430b7b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}
#s-29d87add-27b6-4f4f-be97-812ab3844788 {
  margin-top: 20px;
}

#s-ecd369c3-bd74-4ebb-b4f8-0ac7a06d3c1e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}

#s-ecd369c3-bd74-4ebb-b4f8-0ac7a06d3c1e {
  background-image: url(https://i.shgcdn.com/fd9f6684-bfb9-4441-b0c8-cb75cdfc998a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ecd369c3-bd74-4ebb-b4f8-0ac7a06d3c1e {
  background-image: url(https://i.shgcdn.com/fd9f6684-bfb9-4441-b0c8-cb75cdfc998a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ecd369c3-bd74-4ebb-b4f8-0ac7a06d3c1e {
  background-image: url(https://i.shgcdn.com/fd9f6684-bfb9-4441-b0c8-cb75cdfc998a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ecd369c3-bd74-4ebb-b4f8-0ac7a06d3c1e {
  background-image: url(https://i.shgcdn.com/fd9f6684-bfb9-4441-b0c8-cb75cdfc998a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ecd369c3-bd74-4ebb-b4f8-0ac7a06d3c1e {
  background-image: url(https://i.shgcdn.com/fd9f6684-bfb9-4441-b0c8-cb75cdfc998a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ecd369c3-bd74-4ebb-b4f8-0ac7a06d3c1e {
  background-image: url(https://i.shgcdn.com/fd9f6684-bfb9-4441-b0c8-cb75cdfc998a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ecd369c3-bd74-4ebb-b4f8-0ac7a06d3c1e {
  background-image: url(https://i.shgcdn.com/fd9f6684-bfb9-4441-b0c8-cb75cdfc998a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ecd369c3-bd74-4ebb-b4f8-0ac7a06d3c1e {
  background-image: url(https://i.shgcdn.com/fd9f6684-bfb9-4441-b0c8-cb75cdfc998a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ecd369c3-bd74-4ebb-b4f8-0ac7a06d3c1e {
  background-image: url(https://i.shgcdn.com/fd9f6684-bfb9-4441-b0c8-cb75cdfc998a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-ecd369c3-bd74-4ebb-b4f8-0ac7a06d3c1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecd369c3-bd74-4ebb-b4f8-0ac7a06d3c1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3cfdde5-c51c-48b8-88c5-d21e8b72147e {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-position: center bottom;
}

#s-c3cfdde5-c51c-48b8-88c5-d21e8b72147e {
  background-image: url(https://i.shgcdn.com/5025cd7b-c887-477b-a664-0e8e2f36461f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c3cfdde5-c51c-48b8-88c5-d21e8b72147e {
  background-image: url(https://i.shgcdn.com/5025cd7b-c887-477b-a664-0e8e2f36461f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c3cfdde5-c51c-48b8-88c5-d21e8b72147e {
  background-image: url(https://i.shgcdn.com/5025cd7b-c887-477b-a664-0e8e2f36461f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c3cfdde5-c51c-48b8-88c5-d21e8b72147e {
  background-image: url(https://i.shgcdn.com/5025cd7b-c887-477b-a664-0e8e2f36461f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c3cfdde5-c51c-48b8-88c5-d21e8b72147e {
  background-image: url(https://i.shgcdn.com/5025cd7b-c887-477b-a664-0e8e2f36461f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c3cfdde5-c51c-48b8-88c5-d21e8b72147e {
  background-image: url(https://i.shgcdn.com/5025cd7b-c887-477b-a664-0e8e2f36461f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c3cfdde5-c51c-48b8-88c5-d21e8b72147e {
  background-image: url(https://i.shgcdn.com/5025cd7b-c887-477b-a664-0e8e2f36461f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c3cfdde5-c51c-48b8-88c5-d21e8b72147e {
  background-image: url(https://i.shgcdn.com/5025cd7b-c887-477b-a664-0e8e2f36461f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c3cfdde5-c51c-48b8-88c5-d21e8b72147e {
  background-image: url(https://i.shgcdn.com/5025cd7b-c887-477b-a664-0e8e2f36461f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-c3cfdde5-c51c-48b8-88c5-d21e8b72147e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3cfdde5-c51c-48b8-88c5-d21e8b72147e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6202cf31-7b69-4c51-ae4e-283e55d5949f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6202cf31-7b69-4c51-ae4e-283e55d5949f {
  display: none;
}
#s-6202cf31-7b69-4c51-ae4e-283e55d5949f, #wrap-s-6202cf31-7b69-4c51-ae4e-283e55d5949f { display:none !important; }}@media (max-width: 767px){#s-6202cf31-7b69-4c51-ae4e-283e55d5949f {
  display: none;
}
#s-6202cf31-7b69-4c51-ae4e-283e55d5949f, #wrap-s-6202cf31-7b69-4c51-ae4e-283e55d5949f { display:none !important; }}







#s-6202cf31-7b69-4c51-ae4e-283e55d5949f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6202cf31-7b69-4c51-ae4e-283e55d5949f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8c053a29-ca90-4128-afe9-ebc7274ab89b {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8c053a29-ca90-4128-afe9-ebc7274ab89b .shogun-heading-component h1 {
  color: rgba(53, 53, 53, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.4em;
  
  text-align: left;
}


@media (max-width: 767px){#s-8c053a29-ca90-4128-afe9-ebc7274ab89b .shogun-heading-component h1 {
  color: rgba(53, 53, 53, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.4em;
  
  text-align: left;
}


}
@media (min-width: 0px) {
[id="s-fb76da6c-7e7d-4a3a-8b31-a2467994bc69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb76da6c-7e7d-4a3a-8b31-a2467994bc69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fb76da6c-7e7d-4a3a-8b31-a2467994bc69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb76da6c-7e7d-4a3a-8b31-a2467994bc69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d00531b9-138b-4815-99f1-4a303bd21f09 {
  margin-left: 0px;
margin-right: 16%;
padding-top: 10px;
padding-bottom: 10px;
max-width: 100%;
}

#s-d00531b9-138b-4815-99f1-4a303bd21f09 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-d00531b9-138b-4815-99f1-4a303bd21f09 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  
}

#s-d00531b9-138b-4815-99f1-4a303bd21f09 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-d00531b9-138b-4815-99f1-4a303bd21f09 .shogun-form-error-msg-container, #s-d00531b9-138b-4815-99f1-4a303bd21f09 .shogun-form-field-error-msg-container {
  display: none;
}

#s-d00531b9-138b-4815-99f1-4a303bd21f09 .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-d00531b9-138b-4815-99f1-4a303bd21f09 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

@media (max-width: 767px){#s-2af467b8-c588-4023-a67f-3524e719297c {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-2af467b8-c588-4023-a67f-3524e719297c  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 17px;
  font-style: ;
  color: #000;
  font-family: Open Sans;
  font-weight: 700;
  
  
}

#s-2af467b8-c588-4023-a67f-3524e719297c  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  font-style: normal;
  color: #000;
  font-family: Open Sans;
  font-weight: normal;
  line-height: 1em;
  
}


#s-2af467b8-c588-4023-a67f-3524e719297c .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}



#s-2af467b8-c588-4023-a67f-3524e719297c .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}

@media (max-width: 767px){#s-2af467b8-c588-4023-a67f-3524e719297c  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 17px;
  font-style: ;
  color: #000;
  font-family: Open Sans;
  font-weight: 700;
  
  
}

#s-2af467b8-c588-4023-a67f-3524e719297c  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: normal;
  color: #000;
  font-family: Open Sans;
  font-weight: normal;
  line-height: 1em;
  
}


#s-2af467b8-c588-4023-a67f-3524e719297c .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}



#s-2af467b8-c588-4023-a67f-3524e719297c .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}

}
#s-954e39bf-34f9-4677-9f2d-6cd912168241  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 17px;
  font-style: ;
  color: #000;
  font-family: Open Sans;
  font-weight: 700;
  
  
}

#s-954e39bf-34f9-4677-9f2d-6cd912168241  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  font-style: normal;
  color: #000;
  font-family: Open Sans;
  font-weight: normal;
  line-height: 1em;
  
}


#s-954e39bf-34f9-4677-9f2d-6cd912168241 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}



#s-954e39bf-34f9-4677-9f2d-6cd912168241 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}

@media (max-width: 767px){#s-954e39bf-34f9-4677-9f2d-6cd912168241  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 17px;
  font-style: ;
  color: #000;
  font-family: Open Sans;
  font-weight: 700;
  
  
}

#s-954e39bf-34f9-4677-9f2d-6cd912168241  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: normal;
  color: #000;
  font-family: Open Sans;
  font-weight: normal;
  line-height: 1em;
  
}


#s-954e39bf-34f9-4677-9f2d-6cd912168241 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}



#s-954e39bf-34f9-4677-9f2d-6cd912168241 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}

}
@media (max-width: 767px){#s-06d95697-8ec2-4774-88b7-2e52d224f223 {
  padding-top: 0px;
}
}
#s-06d95697-8ec2-4774-88b7-2e52d224f223  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 17px;
  font-style: ;
  color: #000;
  font-family: Open Sans;
  font-weight: 700;
  
  
}

#s-06d95697-8ec2-4774-88b7-2e52d224f223  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  font-style: normal;
  color: #000;
  font-family: Open Sans;
  font-weight: normal;
  line-height: 1em;
  
}


#s-06d95697-8ec2-4774-88b7-2e52d224f223 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}



#s-06d95697-8ec2-4774-88b7-2e52d224f223 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}

@media (max-width: 767px){#s-06d95697-8ec2-4774-88b7-2e52d224f223  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 17px;
  font-style: ;
  color: #000;
  font-family: Open Sans;
  font-weight: 700;
  
  
}

#s-06d95697-8ec2-4774-88b7-2e52d224f223  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: normal;
  color: #000;
  font-family: Open Sans;
  font-weight: normal;
  line-height: 1em;
  
}


#s-06d95697-8ec2-4774-88b7-2e52d224f223 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}



#s-06d95697-8ec2-4774-88b7-2e52d224f223 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}

}
.shogun-form-dropdown .shogun-form-label {
  margin-bottom: 8px;
}

.shogun-form-dropdown select {
  margin: 0;
  width: 100%;
}

#s-3710e17d-78b7-4093-af56-02c2c39540a7 select.is-placeholder-selected {
  color: #000 !important;
  font-weight:  normal  !important;
  
  
  
  
  
}

#s-3710e17d-78b7-4093-af56-02c2c39540a7 .shogun-form-dropdown > select {
  display: block;
  width: 100%;
  cursor: initial;

  
  border-color: #000;
  border-width: 1px;
  
  box-shadow: ;

  
  
  
  
  
  
  
}

#s-3710e17d-78b7-4093-af56-02c2c39540a7 .shogun-form-dropdown > select:focus {
  outline: none;
}


  #s-3710e17d-78b7-4093-af56-02c2c39540a7 .shogun-form-dropdown > select:hover {
    
    border-color: #000;
    border-width: 1px;
    
    box-shadow: ;
  }



  #s-3710e17d-78b7-4093-af56-02c2c39540a7 .shogun-form-dropdown > select:focus {
     
     border-color: #000;
     border-width: 1px;
     
     box-shadow: ;
  }


#s-65c8b655-f60e-40d2-939f-9b1232b344de {
  max-width: 100%;
}

#s-65c8b655-f60e-40d2-939f-9b1232b344de  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  
  
  font-size: 17px;
  font-style: normal;
  color: #000;
  font-family: Open Sans;
  font-weight: normal;
  
  
}

#s-65c8b655-f60e-40d2-939f-9b1232b344de  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-65c8b655-f60e-40d2-939f-9b1232b344de .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  
  color: #000;
}



#s-65c8b655-f60e-40d2-939f-9b1232b344de .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  
  color: #000;
}


#s-1f7682bf-3600-4fce-9ac0-279d171693ad {
  min-height: 50px;
}








#s-1f7682bf-3600-4fce-9ac0-279d171693ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f7682bf-3600-4fce-9ac0-279d171693ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98306466-8cf7-4129-b91b-0e037d9e3c72 {
  opacity: 1;
}
@media (min-width: 1200px){#s-98306466-8cf7-4129-b91b-0e037d9e3c72 {
  
}
}
@media (min-width: 0px) {
[id="s-98306466-8cf7-4129-b91b-0e037d9e3c72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98306466-8cf7-4129-b91b-0e037d9e3c72"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-98306466-8cf7-4129-b91b-0e037d9e3c72"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-98306466-8cf7-4129-b91b-0e037d9e3c72"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-98306466-8cf7-4129-b91b-0e037d9e3c72"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-98306466-8cf7-4129-b91b-0e037d9e3c72"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-98306466-8cf7-4129-b91b-0e037d9e3c72"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

.shogun-form-check-box {
}

#s-f7e6d867-ca2f-419d-85ce-624972f9d8af .shogun-form-checkbox-input-wrapper {
  position: relative;
}

#s-f7e6d867-ca2f-419d-85ce-624972f9d8af input {
  opacity: 0;
  position: absolute;
}

#s-f7e6d867-ca2f-419d-85ce-624972f9d8af .shogun-form-checkbox-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-f7e6d867-ca2f-419d-85ce-624972f9d8af .shogun-form-checkbox-input-value {
  color: #000;
  font-family: Open Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  
  
}

#s-f7e6d867-ca2f-419d-85ce-624972f9d8af .shogun-form-checkbox-outer {
  align-items: center;
  background: #ffffff;
  border: 1px solid #000;
  border-radius: ;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-f7e6d867-ca2f-419d-85ce-624972f9d8af .shogun-form-checkbox-inner {
  display: inline-block;
  margin: 2px;
  height: 14px;
  width: 14px;
  border-radius: ;
}

#s-f7e6d867-ca2f-419d-85ce-624972f9d8af input:checked + label .shogun-form-checkbox-inner {
  background-color: #000;
}





#s-ec3c7529-ec07-4195-baf9-27ebcb016315 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ec3c7529-ec07-4195-baf9-27ebcb016315 {
  display: none;
}
#s-ec3c7529-ec07-4195-baf9-27ebcb016315, #wrap-s-ec3c7529-ec07-4195-baf9-27ebcb016315 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec3c7529-ec07-4195-baf9-27ebcb016315 {
  display: none;
}
#s-ec3c7529-ec07-4195-baf9-27ebcb016315, #wrap-s-ec3c7529-ec07-4195-baf9-27ebcb016315 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec3c7529-ec07-4195-baf9-27ebcb016315 {
  display: none;
}
#s-ec3c7529-ec07-4195-baf9-27ebcb016315, #wrap-s-ec3c7529-ec07-4195-baf9-27ebcb016315 { display:none !important; }}@media (max-width: 767px){#s-ec3c7529-ec07-4195-baf9-27ebcb016315 {
  display: none;
}
#s-ec3c7529-ec07-4195-baf9-27ebcb016315, #wrap-s-ec3c7529-ec07-4195-baf9-27ebcb016315 { display:none !important; }}







#s-ec3c7529-ec07-4195-baf9-27ebcb016315 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec3c7529-ec07-4195-baf9-27ebcb016315.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-d9f2b24a-c9f6-466e-8e97-32c16f484ac5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9f2b24a-c9f6-466e-8e97-32c16f484ac5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d9f2b24a-c9f6-466e-8e97-32c16f484ac5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d9f2b24a-c9f6-466e-8e97-32c16f484ac5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d9f2b24a-c9f6-466e-8e97-32c16f484ac5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9f2b24a-c9f6-466e-8e97-32c16f484ac5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d9f2b24a-c9f6-466e-8e97-32c16f484ac5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

#s-ac56c645-3913-4f67-9314-1a10c14f96ea .shogun-form-checkbox-input-wrapper {
  position: relative;
}

#s-ac56c645-3913-4f67-9314-1a10c14f96ea input {
  opacity: 0;
  position: absolute;
}

#s-ac56c645-3913-4f67-9314-1a10c14f96ea .shogun-form-checkbox-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-ac56c645-3913-4f67-9314-1a10c14f96ea .shogun-form-checkbox-input-value {
  color: #000;
  font-family: Open Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  
  
}

#s-ac56c645-3913-4f67-9314-1a10c14f96ea .shogun-form-checkbox-outer {
  align-items: center;
  background: #ffffff;
  border: 1px solid #000;
  border-radius: ;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-ac56c645-3913-4f67-9314-1a10c14f96ea .shogun-form-checkbox-inner {
  display: inline-block;
  margin: 2px;
  height: 14px;
  width: 14px;
  border-radius: ;
}

#s-ac56c645-3913-4f67-9314-1a10c14f96ea input:checked + label .shogun-form-checkbox-inner {
  background-color: #000;
}





#s-e6c11bbd-5032-46d6-aa88-3df7facacc31 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e6c11bbd-5032-46d6-aa88-3df7facacc31 {
  display: none;
}
#s-e6c11bbd-5032-46d6-aa88-3df7facacc31, #wrap-s-e6c11bbd-5032-46d6-aa88-3df7facacc31 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6c11bbd-5032-46d6-aa88-3df7facacc31 {
  display: none;
}
#s-e6c11bbd-5032-46d6-aa88-3df7facacc31, #wrap-s-e6c11bbd-5032-46d6-aa88-3df7facacc31 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6c11bbd-5032-46d6-aa88-3df7facacc31 {
  display: none;
}
#s-e6c11bbd-5032-46d6-aa88-3df7facacc31, #wrap-s-e6c11bbd-5032-46d6-aa88-3df7facacc31 { display:none !important; }}@media (max-width: 767px){#s-e6c11bbd-5032-46d6-aa88-3df7facacc31 {
  display: none;
}
#s-e6c11bbd-5032-46d6-aa88-3df7facacc31, #wrap-s-e6c11bbd-5032-46d6-aa88-3df7facacc31 { display:none !important; }}







#s-e6c11bbd-5032-46d6-aa88-3df7facacc31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6c11bbd-5032-46d6-aa88-3df7facacc31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.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-4f816fa5-ea3b-4275-905a-ddf556d96ad0 {
  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: #000;
border-style: solid;
border-radius: 4px;
color: rgba(255, 240, 222, 1);
background-color: rgba(168, 129, 75, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
font-family: Open Sans;
font-weight: 500;
}
#s-4f816fa5-ea3b-4275-905a-ddf556d96ad0:hover {background-color: rgba(190, 168, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 240, 222, 1) !important;}#s-4f816fa5-ea3b-4275-905a-ddf556d96ad0:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-4f816fa5-ea3b-4275-905a-ddf556d96ad0[disabled],
#s-4f816fa5-ea3b-4275-905a-ddf556d96ad0[disabled]:hover,
#s-4f816fa5-ea3b-4275-905a-ddf556d96ad0[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-4f816fa5-ea3b-4275-905a-ddf556d96ad0 {
  display:  inline-block ;
  width:  auto ;
}


#s-282dcc6a-50b4-4f89-8b8d-e39152e04504 {
  min-height: 50px;
}








#s-282dcc6a-50b4-4f89-8b8d-e39152e04504 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-282dcc6a-50b4-4f89-8b8d-e39152e04504.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4057bed9-85cd-4de2-beb6-86838c9a0887 {
  text-align: left;
}

#s-1d83029a-22e4-4f57-bf80-6b1317aeba60 {
  text-align: left;
}

#s-52d8b0f2-20ce-4474-9b44-029f83225bb9 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
}








#s-52d8b0f2-20ce-4474-9b44-029f83225bb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52d8b0f2-20ce-4474-9b44-029f83225bb9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-649fac2a-5511-44f3-9a0b-cfa083c2d688 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
background-color: rgba(255, 255, 240, 1);
}
@media (min-width: 1200px){#s-649fac2a-5511-44f3-9a0b-cfa083c2d688 {
  display: none;
}
#s-649fac2a-5511-44f3-9a0b-cfa083c2d688, #wrap-s-649fac2a-5511-44f3-9a0b-cfa083c2d688 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-649fac2a-5511-44f3-9a0b-cfa083c2d688 {
  display: none;
}
#s-649fac2a-5511-44f3-9a0b-cfa083c2d688, #wrap-s-649fac2a-5511-44f3-9a0b-cfa083c2d688 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-649fac2a-5511-44f3-9a0b-cfa083c2d688 {
  padding-top: 34px;
padding-left: 20px;
padding-bottom: 34px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-649fac2a-5511-44f3-9a0b-cfa083c2d688 {
  display: none;
}
#s-649fac2a-5511-44f3-9a0b-cfa083c2d688, #wrap-s-649fac2a-5511-44f3-9a0b-cfa083c2d688 { display:none !important; }}
@media (min-width: 0px) {
[id="s-649fac2a-5511-44f3-9a0b-cfa083c2d688"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-649fac2a-5511-44f3-9a0b-cfa083c2d688"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-649fac2a-5511-44f3-9a0b-cfa083c2d688"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-649fac2a-5511-44f3-9a0b-cfa083c2d688"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-649fac2a-5511-44f3-9a0b-cfa083c2d688"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-649fac2a-5511-44f3-9a0b-cfa083c2d688"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-649fac2a-5511-44f3-9a0b-cfa083c2d688"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

#s-e15dbd93-7177-41b7-b49f-a1169d778929 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
max-width: 1400px;
text-align: left;
}

#s-e15dbd93-7177-41b7-b49f-a1169d778929 .shogun-heading-component h1 {
  color: rgba(53, 53, 53, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.4em;
  
  text-align: left;
}


@media (max-width: 767px){#s-e15dbd93-7177-41b7-b49f-a1169d778929 .shogun-heading-component h1 {
  color: rgba(53, 53, 53, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.4em;
  
  text-align: left;
}


}
#s-c35d56ce-9aa4-46c4-a7e0-d569e562eb7c {
  margin-left: 0px;
margin-right: 16%;
padding-top: 10px;
padding-left: 7px;
padding-bottom: 10px;
padding-right: 7px;
max-width: 100%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c35d56ce-9aa4-46c4-a7e0-d569e562eb7c {
  padding-left: 0px;
padding-right: 0px;
}
}
#s-c35d56ce-9aa4-46c4-a7e0-d569e562eb7c .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-c35d56ce-9aa4-46c4-a7e0-d569e562eb7c .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  
}

#s-c35d56ce-9aa4-46c4-a7e0-d569e562eb7c .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-c35d56ce-9aa4-46c4-a7e0-d569e562eb7c .shogun-form-error-msg-container, #s-c35d56ce-9aa4-46c4-a7e0-d569e562eb7c .shogun-form-field-error-msg-container {
  display: none;
}

#s-c35d56ce-9aa4-46c4-a7e0-d569e562eb7c .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-c35d56ce-9aa4-46c4-a7e0-d569e562eb7c .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

@media (max-width: 767px){#s-41154086-050e-4322-bb1b-983cd776e3b6 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-41154086-050e-4322-bb1b-983cd776e3b6  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 17px;
  font-style: ;
  color: #000;
  font-family: Open Sans;
  font-weight: 700;
  
  
}

#s-41154086-050e-4322-bb1b-983cd776e3b6  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  font-style: normal;
  color: #000;
  font-family: Open Sans;
  font-weight: normal;
  line-height: 1em;
  
}


#s-41154086-050e-4322-bb1b-983cd776e3b6 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}



#s-41154086-050e-4322-bb1b-983cd776e3b6 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}

@media (max-width: 767px){#s-41154086-050e-4322-bb1b-983cd776e3b6  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 17px;
  font-style: ;
  color: #000;
  font-family: Open Sans;
  font-weight: 700;
  
  
}

#s-41154086-050e-4322-bb1b-983cd776e3b6  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: normal;
  color: #000;
  font-family: Open Sans;
  font-weight: normal;
  line-height: 1em;
  
}


#s-41154086-050e-4322-bb1b-983cd776e3b6 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}



#s-41154086-050e-4322-bb1b-983cd776e3b6 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}

}
#s-6b5057eb-4bf8-4598-a880-9ede8ad3f9bf  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 17px;
  font-style: ;
  color: #000;
  font-family: Open Sans;
  font-weight: 700;
  
  
}

#s-6b5057eb-4bf8-4598-a880-9ede8ad3f9bf  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  font-style: normal;
  color: #000;
  font-family: Open Sans;
  font-weight: normal;
  line-height: 1em;
  
}


#s-6b5057eb-4bf8-4598-a880-9ede8ad3f9bf .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}



#s-6b5057eb-4bf8-4598-a880-9ede8ad3f9bf .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}

@media (max-width: 767px){#s-6b5057eb-4bf8-4598-a880-9ede8ad3f9bf  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 17px;
  font-style: ;
  color: #000;
  font-family: Open Sans;
  font-weight: 700;
  
  
}

#s-6b5057eb-4bf8-4598-a880-9ede8ad3f9bf  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: normal;
  color: #000;
  font-family: Open Sans;
  font-weight: normal;
  line-height: 1em;
  
}


#s-6b5057eb-4bf8-4598-a880-9ede8ad3f9bf .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}



#s-6b5057eb-4bf8-4598-a880-9ede8ad3f9bf .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}

}
@media (max-width: 767px){#s-eabe93b9-9cee-4335-9918-ce6a87f7d1ca {
  padding-top: 0px;
}
}
#s-eabe93b9-9cee-4335-9918-ce6a87f7d1ca  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 17px;
  font-style: ;
  color: #000;
  font-family: Open Sans;
  font-weight: 700;
  
  
}

#s-eabe93b9-9cee-4335-9918-ce6a87f7d1ca  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  font-style: normal;
  color: #000;
  font-family: Open Sans;
  font-weight: normal;
  line-height: 1em;
  
}


#s-eabe93b9-9cee-4335-9918-ce6a87f7d1ca .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}



#s-eabe93b9-9cee-4335-9918-ce6a87f7d1ca .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}

@media (max-width: 767px){#s-eabe93b9-9cee-4335-9918-ce6a87f7d1ca  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 17px;
  font-style: ;
  color: #000;
  font-family: Open Sans;
  font-weight: 700;
  
  
}

#s-eabe93b9-9cee-4335-9918-ce6a87f7d1ca  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: normal;
  color: #000;
  font-family: Open Sans;
  font-weight: normal;
  line-height: 1em;
  
}


#s-eabe93b9-9cee-4335-9918-ce6a87f7d1ca .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}



#s-eabe93b9-9cee-4335-9918-ce6a87f7d1ca .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}

}
@media (max-width: 767px){#s-89ffde92-7f24-43fd-b0f5-17ef89f80a6a {
  padding-top: 0px;
}
}
#s-89ffde92-7f24-43fd-b0f5-17ef89f80a6a  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 17px;
  font-style: ;
  color: #000;
  font-family: Open Sans;
  font-weight: 700;
  
  
}

#s-89ffde92-7f24-43fd-b0f5-17ef89f80a6a  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  font-style: normal;
  color: #000;
  font-family: Open Sans;
  font-weight: normal;
  line-height: 1em;
  
}


#s-89ffde92-7f24-43fd-b0f5-17ef89f80a6a .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}



#s-89ffde92-7f24-43fd-b0f5-17ef89f80a6a .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}

@media (max-width: 767px){#s-89ffde92-7f24-43fd-b0f5-17ef89f80a6a  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 17px;
  font-style: ;
  color: #000;
  font-family: Open Sans;
  font-weight: 700;
  
  
}

#s-89ffde92-7f24-43fd-b0f5-17ef89f80a6a  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: normal;
  color: #000;
  font-family: Open Sans;
  font-weight: normal;
  line-height: 1em;
  
}


#s-89ffde92-7f24-43fd-b0f5-17ef89f80a6a .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}



#s-89ffde92-7f24-43fd-b0f5-17ef89f80a6a .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}

}
#s-d5eaeeab-af8b-4390-8a7c-2b195a8447b2 {
  max-width: 100%;
}

#s-d5eaeeab-af8b-4390-8a7c-2b195a8447b2  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  
  
  font-size: 17px;
  font-style: normal;
  color: #000;
  font-family: Open Sans;
  font-weight: normal;
  
  
}

#s-d5eaeeab-af8b-4390-8a7c-2b195a8447b2  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-d5eaeeab-af8b-4390-8a7c-2b195a8447b2 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  
  color: #000;
}



#s-d5eaeeab-af8b-4390-8a7c-2b195a8447b2 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  
  color: #000;
}


#s-2f6f89eb-b0a5-4d63-891d-474078c07d90 {
  min-height: 50px;
}








#s-2f6f89eb-b0a5-4d63-891d-474078c07d90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f6f89eb-b0a5-4d63-891d-474078c07d90.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80154a6a-d777-4278-8fbf-48f9db26e0d8 {
  opacity: 1;
}
@media (min-width: 1200px){#s-80154a6a-d777-4278-8fbf-48f9db26e0d8 {
  
}
}
@media (min-width: 0px) {
[id="s-80154a6a-d777-4278-8fbf-48f9db26e0d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80154a6a-d777-4278-8fbf-48f9db26e0d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-80154a6a-d777-4278-8fbf-48f9db26e0d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-80154a6a-d777-4278-8fbf-48f9db26e0d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-80154a6a-d777-4278-8fbf-48f9db26e0d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-80154a6a-d777-4278-8fbf-48f9db26e0d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-80154a6a-d777-4278-8fbf-48f9db26e0d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

#s-ad1ceba4-6d49-4ab8-9a73-e1ab1a5cd7c1 .shogun-form-checkbox-input-wrapper {
  position: relative;
}

#s-ad1ceba4-6d49-4ab8-9a73-e1ab1a5cd7c1 input {
  opacity: 0;
  position: absolute;
}

#s-ad1ceba4-6d49-4ab8-9a73-e1ab1a5cd7c1 .shogun-form-checkbox-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-ad1ceba4-6d49-4ab8-9a73-e1ab1a5cd7c1 .shogun-form-checkbox-input-value {
  color: #000;
  font-family: Open Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  
  
}

#s-ad1ceba4-6d49-4ab8-9a73-e1ab1a5cd7c1 .shogun-form-checkbox-outer {
  align-items: center;
  background: #ffffff;
  border: 1px solid #000;
  border-radius: ;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-ad1ceba4-6d49-4ab8-9a73-e1ab1a5cd7c1 .shogun-form-checkbox-inner {
  display: inline-block;
  margin: 2px;
  height: 14px;
  width: 14px;
  border-radius: ;
}

#s-ad1ceba4-6d49-4ab8-9a73-e1ab1a5cd7c1 input:checked + label .shogun-form-checkbox-inner {
  background-color: #000;
}





#s-bacdffab-cac0-4e23-a6d3-e4b6205d7d6e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-bacdffab-cac0-4e23-a6d3-e4b6205d7d6e {
  display: none;
}
#s-bacdffab-cac0-4e23-a6d3-e4b6205d7d6e, #wrap-s-bacdffab-cac0-4e23-a6d3-e4b6205d7d6e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bacdffab-cac0-4e23-a6d3-e4b6205d7d6e {
  display: none;
}
#s-bacdffab-cac0-4e23-a6d3-e4b6205d7d6e, #wrap-s-bacdffab-cac0-4e23-a6d3-e4b6205d7d6e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bacdffab-cac0-4e23-a6d3-e4b6205d7d6e {
  display: none;
}
#s-bacdffab-cac0-4e23-a6d3-e4b6205d7d6e, #wrap-s-bacdffab-cac0-4e23-a6d3-e4b6205d7d6e { display:none !important; }}@media (max-width: 767px){#s-bacdffab-cac0-4e23-a6d3-e4b6205d7d6e {
  display: none;
}
#s-bacdffab-cac0-4e23-a6d3-e4b6205d7d6e, #wrap-s-bacdffab-cac0-4e23-a6d3-e4b6205d7d6e { display:none !important; }}







#s-bacdffab-cac0-4e23-a6d3-e4b6205d7d6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bacdffab-cac0-4e23-a6d3-e4b6205d7d6e.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-2046d5b3-f259-481e-8be0-6504363a048d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2046d5b3-f259-481e-8be0-6504363a048d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2046d5b3-f259-481e-8be0-6504363a048d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2046d5b3-f259-481e-8be0-6504363a048d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2046d5b3-f259-481e-8be0-6504363a048d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2046d5b3-f259-481e-8be0-6504363a048d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2046d5b3-f259-481e-8be0-6504363a048d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

#s-2fb995b4-098c-4635-b363-94552af3d178 .shogun-form-checkbox-input-wrapper {
  position: relative;
}

#s-2fb995b4-098c-4635-b363-94552af3d178 input {
  opacity: 0;
  position: absolute;
}

#s-2fb995b4-098c-4635-b363-94552af3d178 .shogun-form-checkbox-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-2fb995b4-098c-4635-b363-94552af3d178 .shogun-form-checkbox-input-value {
  color: #000;
  font-family: Open Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  
  
}

#s-2fb995b4-098c-4635-b363-94552af3d178 .shogun-form-checkbox-outer {
  align-items: center;
  background: #ffffff;
  border: 1px solid #000;
  border-radius: ;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-2fb995b4-098c-4635-b363-94552af3d178 .shogun-form-checkbox-inner {
  display: inline-block;
  margin: 2px;
  height: 14px;
  width: 14px;
  border-radius: ;
}

#s-2fb995b4-098c-4635-b363-94552af3d178 input:checked + label .shogun-form-checkbox-inner {
  background-color: #000;
}





#s-b26b1374-9552-4697-a736-315ea1b30990 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b26b1374-9552-4697-a736-315ea1b30990 {
  display: none;
}
#s-b26b1374-9552-4697-a736-315ea1b30990, #wrap-s-b26b1374-9552-4697-a736-315ea1b30990 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b26b1374-9552-4697-a736-315ea1b30990 {
  display: none;
}
#s-b26b1374-9552-4697-a736-315ea1b30990, #wrap-s-b26b1374-9552-4697-a736-315ea1b30990 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b26b1374-9552-4697-a736-315ea1b30990 {
  display: none;
}
#s-b26b1374-9552-4697-a736-315ea1b30990, #wrap-s-b26b1374-9552-4697-a736-315ea1b30990 { display:none !important; }}@media (max-width: 767px){#s-b26b1374-9552-4697-a736-315ea1b30990 {
  display: none;
}
#s-b26b1374-9552-4697-a736-315ea1b30990, #wrap-s-b26b1374-9552-4697-a736-315ea1b30990 { display:none !important; }}







#s-b26b1374-9552-4697-a736-315ea1b30990 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b26b1374-9552-4697-a736-315ea1b30990.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18d91a3d-f673-4cfa-a5b8-1ff320032a1a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-radius: 5px;
background-color: rgba(168, 129, 75, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 240, 222, 1);
}
#s-18d91a3d-f673-4cfa-a5b8-1ff320032a1a:hover {background-color: rgba(190, 168, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 240, 222, 1) !important;}#s-18d91a3d-f673-4cfa-a5b8-1ff320032a1a:active {background-color: rgba(190, 168, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 240, 222, 1) !important;}

  #s-18d91a3d-f673-4cfa-a5b8-1ff320032a1a-root {
    text-align: left;
  }


#s-18d91a3d-f673-4cfa-a5b8-1ff320032a1a.shg-btn {
  color: rgba(255, 240, 222, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-18d91a3d-f673-4cfa-a5b8-1ff320032a1a-root {
    text-align: left;
  }


#s-18d91a3d-f673-4cfa-a5b8-1ff320032a1a.shg-btn {
  color: rgba(255, 240, 222, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-18d91a3d-f673-4cfa-a5b8-1ff320032a1a-root {
    text-align: left;
  }


#s-18d91a3d-f673-4cfa-a5b8-1ff320032a1a.shg-btn {
  color: rgba(255, 240, 222, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-18d91a3d-f673-4cfa-a5b8-1ff320032a1a-root {
    text-align: left;
  }


#s-18d91a3d-f673-4cfa-a5b8-1ff320032a1a.shg-btn {
  color: rgba(255, 240, 222, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-18d91a3d-f673-4cfa-a5b8-1ff320032a1a-root {
    text-align: left;
  }


#s-18d91a3d-f673-4cfa-a5b8-1ff320032a1a.shg-btn {
  color: rgba(255, 240, 222, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-2a5297b4-f189-40f7-8888-02eaf06bfe3c {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
}








#s-2a5297b4-f189-40f7-8888-02eaf06bfe3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a5297b4-f189-40f7-8888-02eaf06bfe3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa5d248f-085e-44c1-a399-1230b5117622 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-aa5d248f-085e-44c1-a399-1230b5117622 {
  display: none;
}
#s-aa5d248f-085e-44c1-a399-1230b5117622, #wrap-s-aa5d248f-085e-44c1-a399-1230b5117622 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa5d248f-085e-44c1-a399-1230b5117622 {
  display: none;
}
#s-aa5d248f-085e-44c1-a399-1230b5117622, #wrap-s-aa5d248f-085e-44c1-a399-1230b5117622 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aa5d248f-085e-44c1-a399-1230b5117622 {
  display: none;
}
#s-aa5d248f-085e-44c1-a399-1230b5117622, #wrap-s-aa5d248f-085e-44c1-a399-1230b5117622 { display:none !important; }}@media (max-width: 767px){#s-aa5d248f-085e-44c1-a399-1230b5117622 {
  display: none;
}
#s-aa5d248f-085e-44c1-a399-1230b5117622, #wrap-s-aa5d248f-085e-44c1-a399-1230b5117622 { display:none !important; }}







#s-aa5d248f-085e-44c1-a399-1230b5117622 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa5d248f-085e-44c1-a399-1230b5117622.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a00b0638-9fcc-4903-9164-1ab6539561cd {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 98%;
text-align: left;
}
@media (min-width: 1200px){#s-a00b0638-9fcc-4903-9164-1ab6539561cd {
  display: none;
}
#s-a00b0638-9fcc-4903-9164-1ab6539561cd, #wrap-s-a00b0638-9fcc-4903-9164-1ab6539561cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a00b0638-9fcc-4903-9164-1ab6539561cd {
  display: none;
}
#s-a00b0638-9fcc-4903-9164-1ab6539561cd, #wrap-s-a00b0638-9fcc-4903-9164-1ab6539561cd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a00b0638-9fcc-4903-9164-1ab6539561cd {
  display: none;
}
#s-a00b0638-9fcc-4903-9164-1ab6539561cd, #wrap-s-a00b0638-9fcc-4903-9164-1ab6539561cd { display:none !important; }}@media (max-width: 767px){#s-a00b0638-9fcc-4903-9164-1ab6539561cd {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
max-width: 100%;
text-align: left;
background-color: rgba(255, 255, 240, 1);
}
}
#s-a00b0638-9fcc-4903-9164-1ab6539561cd .shogun-heading-component h1 {
  color: rgba(53, 53, 53, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40.5px;
  line-height: 1.4em;
  
  text-align: left;
}


@media (max-width: 767px){#s-a00b0638-9fcc-4903-9164-1ab6539561cd .shogun-heading-component h1 {
  color: rgba(53, 53, 53, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.4em;
  
  text-align: left;
}


}
#s-22ef7e98-6d89-478f-bf79-dfc664601bc9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
max-width: 68%;
background-color: rgba(255, 255, 240, 1);
}
@media (min-width: 1200px){#s-22ef7e98-6d89-478f-bf79-dfc664601bc9 {
  display: none;
}
#s-22ef7e98-6d89-478f-bf79-dfc664601bc9, #wrap-s-22ef7e98-6d89-478f-bf79-dfc664601bc9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22ef7e98-6d89-478f-bf79-dfc664601bc9 {
  display: none;
}
#s-22ef7e98-6d89-478f-bf79-dfc664601bc9, #wrap-s-22ef7e98-6d89-478f-bf79-dfc664601bc9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-22ef7e98-6d89-478f-bf79-dfc664601bc9 {
  display: none;
}
#s-22ef7e98-6d89-478f-bf79-dfc664601bc9, #wrap-s-22ef7e98-6d89-478f-bf79-dfc664601bc9 { display:none !important; }}@media (max-width: 767px){#s-22ef7e98-6d89-478f-bf79-dfc664601bc9 {
  margin-left: 1px;
margin-right: 1px;
padding-left: 20px;
padding-right: 20px;
max-width: 100%;
}
}
#s-22ef7e98-6d89-478f-bf79-dfc664601bc9 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-22ef7e98-6d89-478f-bf79-dfc664601bc9 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  
}

#s-22ef7e98-6d89-478f-bf79-dfc664601bc9 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-22ef7e98-6d89-478f-bf79-dfc664601bc9 .shogun-form-error-msg-container, #s-22ef7e98-6d89-478f-bf79-dfc664601bc9 .shogun-form-field-error-msg-container {
  display: none;
}

#s-22ef7e98-6d89-478f-bf79-dfc664601bc9 .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-22ef7e98-6d89-478f-bf79-dfc664601bc9 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

@media (max-width: 767px){#s-09c4207d-9b70-4288-bd17-39e31965ba89 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-09c4207d-9b70-4288-bd17-39e31965ba89  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 17px;
  font-style: ;
  color: #000;
  font-family: Open Sans;
  font-weight: 700;
  
  
}

#s-09c4207d-9b70-4288-bd17-39e31965ba89  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  font-style: normal;
  color: #000;
  font-family: Open Sans;
  font-weight: normal;
  line-height: 1em;
  
}


#s-09c4207d-9b70-4288-bd17-39e31965ba89 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}



#s-09c4207d-9b70-4288-bd17-39e31965ba89 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}

@media (max-width: 767px){#s-09c4207d-9b70-4288-bd17-39e31965ba89  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 17px;
  font-style: ;
  color: #000;
  font-family: Open Sans;
  font-weight: 700;
  
  
}

#s-09c4207d-9b70-4288-bd17-39e31965ba89  .shogun-form-text-input-field::placeholder {
  font-size: 12px;
  font-style: normal;
  color: #000;
  font-family: Open Sans;
  font-weight: normal;
  line-height: 1em;
  
}


#s-09c4207d-9b70-4288-bd17-39e31965ba89 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}



#s-09c4207d-9b70-4288-bd17-39e31965ba89 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}

}
#s-8c291082-4608-4336-b490-58806835c294  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 17px;
  font-style: ;
  color: #000;
  font-family: Open Sans;
  font-weight: 700;
  
  
}

#s-8c291082-4608-4336-b490-58806835c294  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  font-style: normal;
  color: #000;
  font-family: Open Sans;
  font-weight: normal;
  line-height: 1em;
  
}


#s-8c291082-4608-4336-b490-58806835c294 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}



#s-8c291082-4608-4336-b490-58806835c294 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}

@media (max-width: 767px){#s-8c291082-4608-4336-b490-58806835c294  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 17px;
  font-style: ;
  color: #000;
  font-family: Open Sans;
  font-weight: 700;
  
  
}

#s-8c291082-4608-4336-b490-58806835c294  .shogun-form-text-input-field::placeholder {
  font-size: 12px;
  font-style: normal;
  color: #000;
  font-family: Open Sans;
  font-weight: normal;
  line-height: 1em;
  
}


#s-8c291082-4608-4336-b490-58806835c294 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}



#s-8c291082-4608-4336-b490-58806835c294 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}

}
@media (max-width: 767px){#s-82c2b405-a5eb-4cdf-84c9-dabc7fbbb9c3 {
  padding-top: 0px;
}
}
#s-82c2b405-a5eb-4cdf-84c9-dabc7fbbb9c3  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 17px;
  font-style: ;
  color: #000;
  font-family: Open Sans;
  font-weight: 700;
  
  
}

#s-82c2b405-a5eb-4cdf-84c9-dabc7fbbb9c3  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  font-style: normal;
  color: #000;
  font-family: Open Sans;
  font-weight: normal;
  line-height: 1em;
  
}


#s-82c2b405-a5eb-4cdf-84c9-dabc7fbbb9c3 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}



#s-82c2b405-a5eb-4cdf-84c9-dabc7fbbb9c3 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}

@media (max-width: 767px){#s-82c2b405-a5eb-4cdf-84c9-dabc7fbbb9c3  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 17px;
  font-style: ;
  color: #000;
  font-family: Open Sans;
  font-weight: 700;
  
  
}

#s-82c2b405-a5eb-4cdf-84c9-dabc7fbbb9c3  .shogun-form-text-input-field::placeholder {
  font-size: 12px;
  font-style: normal;
  color: #000;
  font-family: Open Sans;
  font-weight: normal;
  line-height: 1em;
  
}


#s-82c2b405-a5eb-4cdf-84c9-dabc7fbbb9c3 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}



#s-82c2b405-a5eb-4cdf-84c9-dabc7fbbb9c3 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}

}
@media (max-width: 767px){#s-394ff5c1-7de4-4743-b3fb-3289263b2e78 {
  padding-top: 0px;
}
}
#s-394ff5c1-7de4-4743-b3fb-3289263b2e78  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 17px;
  font-style: ;
  color: #000;
  font-family: Open Sans;
  font-weight: 700;
  
  
}

#s-394ff5c1-7de4-4743-b3fb-3289263b2e78  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  font-style: normal;
  color: #000;
  font-family: Open Sans;
  font-weight: normal;
  line-height: 1em;
  
}


#s-394ff5c1-7de4-4743-b3fb-3289263b2e78 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}



#s-394ff5c1-7de4-4743-b3fb-3289263b2e78 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}

@media (max-width: 767px){#s-394ff5c1-7de4-4743-b3fb-3289263b2e78  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 17px;
  font-style: ;
  color: #000;
  font-family: Open Sans;
  font-weight: 700;
  
  
}

#s-394ff5c1-7de4-4743-b3fb-3289263b2e78  .shogun-form-text-input-field::placeholder {
  font-size: 12px;
  font-style: normal;
  color: #000;
  font-family: Open Sans;
  font-weight: normal;
  line-height: 1em;
  
}


#s-394ff5c1-7de4-4743-b3fb-3289263b2e78 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}



#s-394ff5c1-7de4-4743-b3fb-3289263b2e78 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}

}
@media (max-width: 767px){#s-9085c1b1-0b4e-4afc-9d89-88eefec94fef {
  max-width: 100%;
}
}
#s-9085c1b1-0b4e-4afc-9d89-88eefec94fef  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  
  
  font-size: 17px;
  font-style: normal;
  color: #000;
  font-family: Open Sans;
  font-weight: normal;
  
  
}

#s-9085c1b1-0b4e-4afc-9d89-88eefec94fef  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-9085c1b1-0b4e-4afc-9d89-88eefec94fef .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  
  color: #000;
}



#s-9085c1b1-0b4e-4afc-9d89-88eefec94fef .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  
  color: #000;
}

@media (max-width: 767px){#s-9085c1b1-0b4e-4afc-9d89-88eefec94fef  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  
  
  font-size: 17px;
  font-style: normal;
  color: #000;
  font-family: Open Sans;
  font-weight: normal;
  
  
}

#s-9085c1b1-0b4e-4afc-9d89-88eefec94fef  .shogun-form-text-input-field::placeholder {
  font-size: 12px;
  font-style: normal;
  color: rgba(70, 61, 61, 1);
  font-family: Open Sans;
  font-weight: normal;
  
  
}


#s-9085c1b1-0b4e-4afc-9d89-88eefec94fef .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  
  color: #000;
}



#s-9085c1b1-0b4e-4afc-9d89-88eefec94fef .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  
  color: #000;
}

}
#s-010992fa-ffbc-4c1d-9798-3b7fc2220657 {
  min-height: 50px;
}








#s-010992fa-ffbc-4c1d-9798-3b7fc2220657 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-010992fa-ffbc-4c1d-9798-3b7fc2220657.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa5f55d6-5ae0-4fb3-a0b5-38af5fc02c5d {
  opacity: 1;
}
@media (min-width: 1200px){#s-fa5f55d6-5ae0-4fb3-a0b5-38af5fc02c5d {
  
}
}
@media (min-width: 0px) {
[id="s-fa5f55d6-5ae0-4fb3-a0b5-38af5fc02c5d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa5f55d6-5ae0-4fb3-a0b5-38af5fc02c5d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fa5f55d6-5ae0-4fb3-a0b5-38af5fc02c5d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fa5f55d6-5ae0-4fb3-a0b5-38af5fc02c5d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fa5f55d6-5ae0-4fb3-a0b5-38af5fc02c5d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa5f55d6-5ae0-4fb3-a0b5-38af5fc02c5d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fa5f55d6-5ae0-4fb3-a0b5-38af5fc02c5d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

#s-b8fdc094-7599-4c1f-9624-ecb5f8f9bcdf .shogun-form-checkbox-input-wrapper {
  position: relative;
}

#s-b8fdc094-7599-4c1f-9624-ecb5f8f9bcdf input {
  opacity: 0;
  position: absolute;
}

#s-b8fdc094-7599-4c1f-9624-ecb5f8f9bcdf .shogun-form-checkbox-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-b8fdc094-7599-4c1f-9624-ecb5f8f9bcdf .shogun-form-checkbox-input-value {
  color: #000;
  font-family: Open Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  
  
}

#s-b8fdc094-7599-4c1f-9624-ecb5f8f9bcdf .shogun-form-checkbox-outer {
  align-items: center;
  background: #ffffff;
  border: 1px solid #000;
  border-radius: ;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-b8fdc094-7599-4c1f-9624-ecb5f8f9bcdf .shogun-form-checkbox-inner {
  display: inline-block;
  margin: 2px;
  height: 14px;
  width: 14px;
  border-radius: ;
}

#s-b8fdc094-7599-4c1f-9624-ecb5f8f9bcdf input:checked + label .shogun-form-checkbox-inner {
  background-color: #000;
}





#s-695edd7a-cfea-4693-bb99-ec518c9ff565 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-695edd7a-cfea-4693-bb99-ec518c9ff565 {
  display: none;
}
#s-695edd7a-cfea-4693-bb99-ec518c9ff565, #wrap-s-695edd7a-cfea-4693-bb99-ec518c9ff565 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-695edd7a-cfea-4693-bb99-ec518c9ff565 {
  display: none;
}
#s-695edd7a-cfea-4693-bb99-ec518c9ff565, #wrap-s-695edd7a-cfea-4693-bb99-ec518c9ff565 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-695edd7a-cfea-4693-bb99-ec518c9ff565 {
  display: none;
}
#s-695edd7a-cfea-4693-bb99-ec518c9ff565, #wrap-s-695edd7a-cfea-4693-bb99-ec518c9ff565 { display:none !important; }}@media (max-width: 767px){#s-695edd7a-cfea-4693-bb99-ec518c9ff565 {
  display: none;
}
#s-695edd7a-cfea-4693-bb99-ec518c9ff565, #wrap-s-695edd7a-cfea-4693-bb99-ec518c9ff565 { display:none !important; }}







#s-695edd7a-cfea-4693-bb99-ec518c9ff565 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-695edd7a-cfea-4693-bb99-ec518c9ff565.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-1122487d-83f3-49ac-8de7-8673d93f67a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1122487d-83f3-49ac-8de7-8673d93f67a2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1122487d-83f3-49ac-8de7-8673d93f67a2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1122487d-83f3-49ac-8de7-8673d93f67a2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1122487d-83f3-49ac-8de7-8673d93f67a2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1122487d-83f3-49ac-8de7-8673d93f67a2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1122487d-83f3-49ac-8de7-8673d93f67a2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

#s-fefbec76-2d08-4227-8573-967ca6a8e738 .shogun-form-checkbox-input-wrapper {
  position: relative;
}

#s-fefbec76-2d08-4227-8573-967ca6a8e738 input {
  opacity: 0;
  position: absolute;
}

#s-fefbec76-2d08-4227-8573-967ca6a8e738 .shogun-form-checkbox-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-fefbec76-2d08-4227-8573-967ca6a8e738 .shogun-form-checkbox-input-value {
  color: #000;
  font-family: Open Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  
  
}

#s-fefbec76-2d08-4227-8573-967ca6a8e738 .shogun-form-checkbox-outer {
  align-items: center;
  background: #ffffff;
  border: 1px solid #000;
  border-radius: ;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-fefbec76-2d08-4227-8573-967ca6a8e738 .shogun-form-checkbox-inner {
  display: inline-block;
  margin: 2px;
  height: 14px;
  width: 14px;
  border-radius: ;
}

#s-fefbec76-2d08-4227-8573-967ca6a8e738 input:checked + label .shogun-form-checkbox-inner {
  background-color: #000;
}





#s-6df3e248-1fe3-401c-afa4-933056922fd5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6df3e248-1fe3-401c-afa4-933056922fd5 {
  display: none;
}
#s-6df3e248-1fe3-401c-afa4-933056922fd5, #wrap-s-6df3e248-1fe3-401c-afa4-933056922fd5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6df3e248-1fe3-401c-afa4-933056922fd5 {
  display: none;
}
#s-6df3e248-1fe3-401c-afa4-933056922fd5, #wrap-s-6df3e248-1fe3-401c-afa4-933056922fd5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6df3e248-1fe3-401c-afa4-933056922fd5 {
  display: none;
}
#s-6df3e248-1fe3-401c-afa4-933056922fd5, #wrap-s-6df3e248-1fe3-401c-afa4-933056922fd5 { display:none !important; }}@media (max-width: 767px){#s-6df3e248-1fe3-401c-afa4-933056922fd5 {
  display: none;
}
#s-6df3e248-1fe3-401c-afa4-933056922fd5, #wrap-s-6df3e248-1fe3-401c-afa4-933056922fd5 { display:none !important; }}







#s-6df3e248-1fe3-401c-afa4-933056922fd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6df3e248-1fe3-401c-afa4-933056922fd5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-731b25f4-a3f0-45eb-8ea1-e5cdf20423c1 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-radius: 5px;
background-color: rgba(168, 129, 75, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 240, 222, 1);
}
#s-731b25f4-a3f0-45eb-8ea1-e5cdf20423c1:hover {background-color: rgba(190, 168, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 240, 222, 1) !important;}#s-731b25f4-a3f0-45eb-8ea1-e5cdf20423c1:active {background-color: rgba(190, 168, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 240, 222, 1) !important;}@media (max-width: 767px){#s-731b25f4-a3f0-45eb-8ea1-e5cdf20423c1 {
  margin-top: 17px;
margin-bottom: 17px;
padding-top: 11px;
padding-left: 30px;
padding-bottom: 11px;
padding-right: 30px;
}
}

  #s-731b25f4-a3f0-45eb-8ea1-e5cdf20423c1-root {
    text-align: left;
  }


#s-731b25f4-a3f0-45eb-8ea1-e5cdf20423c1.shg-btn {
  color: rgba(255, 240, 222, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-731b25f4-a3f0-45eb-8ea1-e5cdf20423c1-root {
    text-align: left;
  }


#s-731b25f4-a3f0-45eb-8ea1-e5cdf20423c1.shg-btn {
  color: rgba(255, 240, 222, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-731b25f4-a3f0-45eb-8ea1-e5cdf20423c1-root {
    text-align: left;
  }


#s-731b25f4-a3f0-45eb-8ea1-e5cdf20423c1.shg-btn {
  color: rgba(255, 240, 222, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-731b25f4-a3f0-45eb-8ea1-e5cdf20423c1-root {
    text-align: left;
  }


#s-731b25f4-a3f0-45eb-8ea1-e5cdf20423c1.shg-btn {
  color: rgba(255, 240, 222, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-731b25f4-a3f0-45eb-8ea1-e5cdf20423c1-root {
    text-align: left;
  }


#s-731b25f4-a3f0-45eb-8ea1-e5cdf20423c1.shg-btn {
  color: rgba(255, 240, 222, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-a588ef7f-e390-4de8-804e-eb8a488c8d4a {
  min-height: 50px;
background-color: rgba(255, 255, 240, 1);
}
@media (min-width: 1200px){#s-a588ef7f-e390-4de8-804e-eb8a488c8d4a {
  display: none;
}
#s-a588ef7f-e390-4de8-804e-eb8a488c8d4a, #wrap-s-a588ef7f-e390-4de8-804e-eb8a488c8d4a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a588ef7f-e390-4de8-804e-eb8a488c8d4a {
  display: none;
}
#s-a588ef7f-e390-4de8-804e-eb8a488c8d4a, #wrap-s-a588ef7f-e390-4de8-804e-eb8a488c8d4a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a588ef7f-e390-4de8-804e-eb8a488c8d4a {
  display: none;
}
#s-a588ef7f-e390-4de8-804e-eb8a488c8d4a, #wrap-s-a588ef7f-e390-4de8-804e-eb8a488c8d4a { display:none !important; }}@media (max-width: 767px){#s-a588ef7f-e390-4de8-804e-eb8a488c8d4a {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-a588ef7f-e390-4de8-804e-eb8a488c8d4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a588ef7f-e390-4de8-804e-eb8a488c8d4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd355f75-49a8-45b2-b902-17a46adf0757 {
  text-align: left;
}

#s-e5d896d4-a05c-48a9-9fe2-4f1db11235f3 {
  background-color: rgba(255, 255, 240, 1);
}
@media (max-width: 767px){#s-e5d896d4-a05c-48a9-9fe2-4f1db11235f3 {
  padding-top: 15px;
padding-bottom: 10px;
}
}
#s-b3a70122-e71d-40c7-a1cc-d6be0b596ecd {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b3a70122-e71d-40c7-a1cc-d6be0b596ecd {
  display: none;
}
#s-b3a70122-e71d-40c7-a1cc-d6be0b596ecd, #wrap-s-b3a70122-e71d-40c7-a1cc-d6be0b596ecd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b3a70122-e71d-40c7-a1cc-d6be0b596ecd {
  display: none;
}
#s-b3a70122-e71d-40c7-a1cc-d6be0b596ecd, #wrap-s-b3a70122-e71d-40c7-a1cc-d6be0b596ecd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b3a70122-e71d-40c7-a1cc-d6be0b596ecd {
  padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
background-color: rgba(255, 255, 240, 1);
}
}@media (max-width: 767px){#s-b3a70122-e71d-40c7-a1cc-d6be0b596ecd {
  display: none;
}
#s-b3a70122-e71d-40c7-a1cc-d6be0b596ecd, #wrap-s-b3a70122-e71d-40c7-a1cc-d6be0b596ecd { display:none !important; }}







#s-b3a70122-e71d-40c7-a1cc-d6be0b596ecd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3a70122-e71d-40c7-a1cc-d6be0b596ecd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5543268a-c093-483a-9e15-b1b177ff14b5 {
  text-align: left;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}