.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-5374321a-ca9d-46c6-a5d8-a426791f244a {
  margin-top: 24px;
min-height: 50px;
}








#s-5374321a-ca9d-46c6-a5d8-a426791f244a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5374321a-ca9d-46c6-a5d8-a426791f244a.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  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-116c6c4a-b5ef-4b37-beb5-9428e309a8ab {
  margin-left: 32px;
margin-bottom: 12px;
margin-right: 32px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-116c6c4a-b5ef-4b37-beb5-9428e309a8ab .shogun-heading-component h1 {
  color: rgba(64, 61, 88, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

.shg-default-text-content 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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-b7e3991c-8829-498a-8725-e46dbc5ecffc {
  padding-left: 32px;
padding-right: 32px;
}

#s-89c558aa-de99-4b48-be6a-c976ef3ee393 {
  min-height: 50px;
}








#s-89c558aa-de99-4b48-be6a-c976ef3ee393 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89c558aa-de99-4b48-be6a-c976ef3ee393.shg-box.shg-c {
  justify-content: center;
}

#s-9085e047-d220-4bb2-8cb2-3258b735d296 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding-left: 24px;
padding-right: 24px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-9085e047-d220-4bb2-8cb2-3258b735d296 {
  display: none;
}
#s-9085e047-d220-4bb2-8cb2-3258b735d296, #wrap-s-9085e047-d220-4bb2-8cb2-3258b735d296 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9085e047-d220-4bb2-8cb2-3258b735d296 {
  display: none;
}
#s-9085e047-d220-4bb2-8cb2-3258b735d296, #wrap-s-9085e047-d220-4bb2-8cb2-3258b735d296 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9085e047-d220-4bb2-8cb2-3258b735d296 {
  display: none;
}
#s-9085e047-d220-4bb2-8cb2-3258b735d296, #wrap-s-9085e047-d220-4bb2-8cb2-3258b735d296 { display:none !important; }}@media (max-width: 767px){#s-9085e047-d220-4bb2-8cb2-3258b735d296 {
  margin-top: 0px;
margin-bottom: 0px;
display: none;
}
#s-9085e047-d220-4bb2-8cb2-3258b735d296, #wrap-s-9085e047-d220-4bb2-8cb2-3258b735d296 { display:none !important; }}







#s-9085e047-d220-4bb2-8cb2-3258b735d296 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9085e047-d220-4bb2-8cb2-3258b735d296.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 0px) {
[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-66c4275d-d6e7-4016-8016-33af5cb92fe0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9628d748-b7ba-4705-bcae-a57376fc70e8 {
  min-height: 350px;
}
@media (max-width: 767px){#s-9628d748-b7ba-4705-bcae-a57376fc70e8 {
  margin-top: 16px;
margin-bottom: 32px;
min-height: 50px;
}
}







#s-9628d748-b7ba-4705-bcae-a57376fc70e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9628d748-b7ba-4705-bcae-a57376fc70e8.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-bb68ee10-e2af-4c09-8005-1b835562e109 {
  text-align: center;
}




  #s-bb68ee10-e2af-4c09-8005-1b835562e109 img.shogun-image {
    
    width: px;
  }


#s-bb68ee10-e2af-4c09-8005-1b835562e109 .shogun-image-content {
  
    align-items: center;
  
}

#s-214d7e97-f278-4283-bcbb-8282420cc51b {
  min-height: 350px;
}








#s-214d7e97-f278-4283-bcbb-8282420cc51b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-214d7e97-f278-4283-bcbb-8282420cc51b.shg-box.shg-c {
  justify-content: center;
}

#s-336ba758-598d-41ee-b8e8-b8234251f72a {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-left: 24px;
padding-right: 24px;
min-height: 50px;
max-width: 1000px;
}








#s-336ba758-598d-41ee-b8e8-b8234251f72a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-336ba758-598d-41ee-b8e8-b8234251f72a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-31f8b8d8-44a3-40dc-b95f-c9eb9dfbf698"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8f17ac40-bb15-45a8-b41c-bd7a44d22ed1 {
  min-height: 400px;
}








#s-8f17ac40-bb15-45a8-b41c-bd7a44d22ed1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f17ac40-bb15-45a8-b41c-bd7a44d22ed1.shg-box.shg-c {
  justify-content: center;
}

#s-8f704193-f8b5-4c7a-a31e-11442b6e2d70 {
  text-align: center;
}




  #s-8f704193-f8b5-4c7a-a31e-11442b6e2d70 img.shogun-image {
    
    width: px;
  }


#s-8f704193-f8b5-4c7a-a31e-11442b6e2d70 .shogun-image-content {
  
    align-items: center;
  
}

#s-e586ef92-63ce-4118-ac89-22e4642e7c65 {
  min-height: 400px;
}








#s-e586ef92-63ce-4118-ac89-22e4642e7c65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e586ef92-63ce-4118-ac89-22e4642e7c65.shg-box.shg-c {
  justify-content: center;
}

#s-8a39a371-e371-4ff5-a2d0-416800253bf8 {
  background-image: url(https://i.shgcdn.com/743d9c58-e268-434b-9d44-a561c0062a1e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 64px;
padding-top: 80px;
padding-left: 24px;
padding-bottom: 80px;
padding-right: 24px;
min-height: 50px;
background-position: center center;
}








#s-8a39a371-e371-4ff5-a2d0-416800253bf8 > .shg-box-overlay {
  background-color: rgba(64, 61, 88, 1);
  opacity: 0.8;
}#s-8a39a371-e371-4ff5-a2d0-416800253bf8.shg-box.shg-c {
  justify-content: center;
}

#s-ab113432-818e-4a40-880c-57f3c4d032d0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 700px;
}








#s-ab113432-818e-4a40-880c-57f3c4d032d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab113432-818e-4a40-880c-57f3c4d032d0.shg-box.shg-c {
  justify-content: center;
}

#s-c67166f0-6d28-4114-a611-03c68467fa50 {
  margin-top: 16px;
margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
max-width: 700px;
}

#s-81bdc8d8-b56d-418d-9b8a-fb02d9eaf7a3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 500px;
}








#s-81bdc8d8-b56d-418d-9b8a-fb02d9eaf7a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81bdc8d8-b56d-418d-9b8a-fb02d9eaf7a3.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-88481106-0f62-4388-b8e5-3b5d4f1ddaf5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-71a41777-51ba-4020-8213-e8e6327bb68d {
  min-height: 50px;
}








#s-71a41777-51ba-4020-8213-e8e6327bb68d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71a41777-51ba-4020-8213-e8e6327bb68d.shg-box.shg-c {
  justify-content: center;
}

#s-019a9673-c3fc-493e-bee4-72e59d493222 {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}




  #s-019a9673-c3fc-493e-bee4-72e59d493222 img.shogun-image {
    
    width: px;
  }


#s-019a9673-c3fc-493e-bee4-72e59d493222 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc69c7bb-74b5-4a26-a376-f9d35f505e25 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
}

#s-49fb1125-58d7-408b-bd64-faeba2bafddc {
  min-height: 50px;
}








#s-49fb1125-58d7-408b-bd64-faeba2bafddc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49fb1125-58d7-408b-bd64-faeba2bafddc.shg-box.shg-c {
  justify-content: center;
}

#s-185c8c92-501b-429e-9591-def694f99136 {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}




  #s-185c8c92-501b-429e-9591-def694f99136 img.shogun-image {
    
    width: px;
  }


#s-185c8c92-501b-429e-9591-def694f99136 .shogun-image-content {
  
    align-items: center;
  
}

#s-ecd2bc39-91c5-4eb1-a227-785b81f4981b {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de0e4ac7-329c-471e-b784-d99ef836651b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-098c5731-2407-48b6-a511-5fc556668b8a {
  min-height: 50px;
}








#s-098c5731-2407-48b6-a511-5fc556668b8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-098c5731-2407-48b6-a511-5fc556668b8a.shg-box.shg-c {
  justify-content: center;
}

#s-aeece1f2-ac53-422c-b6e7-a8a016504033 {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}




  #s-aeece1f2-ac53-422c-b6e7-a8a016504033 img.shogun-image {
    
    width: px;
  }


#s-aeece1f2-ac53-422c-b6e7-a8a016504033 .shogun-image-content {
  
    align-items: center;
  
}

#s-5427c374-a730-4237-a579-18dde7d81c75 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
}

#s-bdd13ec1-8bd9-461e-96c2-6970046ef1cb {
  min-height: 50px;
}








#s-bdd13ec1-8bd9-461e-96c2-6970046ef1cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdd13ec1-8bd9-461e-96c2-6970046ef1cb.shg-box.shg-c {
  justify-content: center;
}

#s-0c2af384-e0bf-4af6-b08a-85d53f6667ec {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}




  #s-0c2af384-e0bf-4af6-b08a-85d53f6667ec img.shogun-image {
    
    width: px;
  }


#s-0c2af384-e0bf-4af6-b08a-85d53f6667ec .shogun-image-content {
  
    align-items: center;
  
}

#s-cb9b1947-805f-48ae-b1be-72b82ce1b673 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
}

#s-e2e1f57e-3de0-4061-aff5-252a964caf2d {
  padding-top: 64px;
padding-left: 24px;
padding-bottom: 64px;
padding-right: 24px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e2e1f57e-3de0-4061-aff5-252a964caf2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2e1f57e-3de0-4061-aff5-252a964caf2d.shg-box.shg-c {
  justify-content: center;
}

#s-e2c1b7c8-f28a-4bad-a8f7-3ebd41e15fcd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 700px;
}








#s-e2c1b7c8-f28a-4bad-a8f7-3ebd41e15fcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2c1b7c8-f28a-4bad-a8f7-3ebd41e15fcd.shg-box.shg-c {
  justify-content: center;
}

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

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

.shg-btn.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-6bdba1b4-3a62-47bd-9758-ff72f8771ba6 {
  margin-top: 16px;
padding-top: 12px;
padding-left: 32px;
padding-bottom: 12px;
padding-right: 32px;
border-radius: 2px;
background-color: rgba(64, 61, 88, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6bdba1b4-3a62-47bd-9758-ff72f8771ba6:hover {background-color: rgba(252, 119, 83, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6bdba1b4-3a62-47bd-9758-ff72f8771ba6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6bdba1b4-3a62-47bd-9758-ff72f8771ba6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-3d676100-c892-4146-85d3-04fbb48d77a7 {
  margin-top: 56px;
margin-left: auto;
margin-right: auto;
padding-left: 24px;
padding-right: 24px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-3d676100-c892-4146-85d3-04fbb48d77a7 {
  display: none;
}
#s-3d676100-c892-4146-85d3-04fbb48d77a7, #wrap-s-3d676100-c892-4146-85d3-04fbb48d77a7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d676100-c892-4146-85d3-04fbb48d77a7 {
  display: none;
}
#s-3d676100-c892-4146-85d3-04fbb48d77a7, #wrap-s-3d676100-c892-4146-85d3-04fbb48d77a7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3d676100-c892-4146-85d3-04fbb48d77a7 {
  display: none;
}
#s-3d676100-c892-4146-85d3-04fbb48d77a7, #wrap-s-3d676100-c892-4146-85d3-04fbb48d77a7 { display:none !important; }}@media (max-width: 767px){#s-3d676100-c892-4146-85d3-04fbb48d77a7 {
  display: none;
}
#s-3d676100-c892-4146-85d3-04fbb48d77a7, #wrap-s-3d676100-c892-4146-85d3-04fbb48d77a7 { display:none !important; }}







#s-3d676100-c892-4146-85d3-04fbb48d77a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d676100-c892-4146-85d3-04fbb48d77a7.shg-box.shg-c {
  justify-content: center;
}

#s-ae4e86e2-ac06-4579-9716-c46397cee3c2 {
  margin-top: 32px;
margin-bottom: 32px;
}

@media (min-width: 0px) {
[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ae4e86e2-ac06-4579-9716-c46397cee3c2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e53993c9-150d-41d9-abcd-6481f39f1790 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e53993c9-150d-41d9-abcd-6481f39f1790 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e53993c9-150d-41d9-abcd-6481f39f1790.shg-box.shg-c {
  justify-content: center;
}

#s-b1c44891-0041-4c0c-b866-ebc1ed502ba9 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 40px;
margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
min-height: 50px;
max-width: 120px;
background-position: center center;
}








#s-b1c44891-0041-4c0c-b866-ebc1ed502ba9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1c44891-0041-4c0c-b866-ebc1ed502ba9.shg-box.shg-c {
  justify-content: center;
}

#s-12818d20-13dd-44b4-bc9a-636e96483aca {
  margin-left: 32px;
margin-right: 32px;
}

#s-f0dd4f4b-7244-4c2f-a26f-027eec8b5fe4 {
  margin-top: 16px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(64, 61, 88, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f0dd4f4b-7244-4c2f-a26f-027eec8b5fe4:hover {background-color: rgba(252, 119, 83, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f0dd4f4b-7244-4c2f-a26f-027eec8b5fe4:active {background-color: rgba(35, 33, 54, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-f0dd4f4b-7244-4c2f-a26f-027eec8b5fe4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-2667f578-b311-4d1a-a63e-ce480849d424 {
  margin-top: 24px;
margin-bottom: 32px;
}

#s-7f87c839-90eb-44f5-8678-4985139f3568 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-7f87c839-90eb-44f5-8678-4985139f3568 {
  margin-top: 32px;
}
}







#s-7f87c839-90eb-44f5-8678-4985139f3568 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f87c839-90eb-44f5-8678-4985139f3568.shg-box.shg-c {
  justify-content: center;
}

#s-e96cb4a6-a550-47cf-bbb5-7705c206cc36 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 40px;
margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
min-height: 50px;
max-width: 100px;
background-position: center center;
}








#s-e96cb4a6-a550-47cf-bbb5-7705c206cc36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e96cb4a6-a550-47cf-bbb5-7705c206cc36.shg-box.shg-c {
  justify-content: center;
}

#s-04fed680-0e78-4c82-99ec-72d48efb8793 {
  margin-left: 32px;
margin-right: 32px;
}

#s-5acd1ce6-9039-4ad8-bdec-d04f48104526 {
  margin-top: 16px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(64, 61, 88, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5acd1ce6-9039-4ad8-bdec-d04f48104526:hover {background-color: rgba(252, 119, 83, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5acd1ce6-9039-4ad8-bdec-d04f48104526:active {background-color: rgba(35, 33, 54, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-5acd1ce6-9039-4ad8-bdec-d04f48104526.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-40def4e8-7714-41b8-85d0-05c74626b764 {
  margin-top: 24px;
margin-bottom: 32px;
}

#s-da761a82-e199-488a-bd87-1db3794bf69a {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-da761a82-e199-488a-bd87-1db3794bf69a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da761a82-e199-488a-bd87-1db3794bf69a.shg-box.shg-c {
  justify-content: center;
}

#s-949a3936-c03b-46ce-a188-77cae4b46165 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 40px;
margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
min-height: 50px;
max-width: 120px;
background-position: center center;
}








#s-949a3936-c03b-46ce-a188-77cae4b46165 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-949a3936-c03b-46ce-a188-77cae4b46165.shg-box.shg-c {
  justify-content: center;
}

#s-89d68afd-838b-43a9-8295-ea71fa2952e9 {
  margin-left: 32px;
margin-right: 32px;
}

#s-9aa74e3c-e178-42c1-8e45-95fbbec25d4a {
  margin-top: 16px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(64, 61, 88, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9aa74e3c-e178-42c1-8e45-95fbbec25d4a:hover {background-color: rgba(252, 119, 83, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9aa74e3c-e178-42c1-8e45-95fbbec25d4a:active {background-color: rgba(35, 33, 54, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-9aa74e3c-e178-42c1-8e45-95fbbec25d4a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-56e4ed49-331f-42ea-9cfd-ad9e1adf488d {
  margin-top: 24px;
margin-bottom: 32px;
}

#s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d {
  margin-top: 32px;
margin-bottom: 32px;
}

@media (min-width: 0px) {
[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-12963e32-4a01-4aef-b3ef-f2ee6b6d386d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-970162a2-e94f-434e-92c9-9272f1198760 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-970162a2-e94f-434e-92c9-9272f1198760 {
  margin-top: 32px;
}
}







#s-970162a2-e94f-434e-92c9-9272f1198760 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-970162a2-e94f-434e-92c9-9272f1198760.shg-box.shg-c {
  justify-content: center;
}

#s-a32666bf-4312-426d-9425-cb50a4a1db09 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 40px;
margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
min-height: 50px;
max-width: 100px;
background-position: center center;
}








#s-a32666bf-4312-426d-9425-cb50a4a1db09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a32666bf-4312-426d-9425-cb50a4a1db09.shg-box.shg-c {
  justify-content: center;
}

#s-9ab46f8e-80cc-4405-bec0-8711f600c8b9 {
  margin-left: 32px;
margin-right: 32px;
}

#s-41702ad0-922a-406e-a88b-3fc61f814f75 {
  margin-top: 16px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(64, 61, 88, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-41702ad0-922a-406e-a88b-3fc61f814f75:hover {background-color: rgba(252, 119, 83, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-41702ad0-922a-406e-a88b-3fc61f814f75:active {background-color: rgba(35, 33, 54, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-41702ad0-922a-406e-a88b-3fc61f814f75.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-2dc7240e-5018-41a4-a367-3596b5734d91 {
  margin-top: 24px;
margin-bottom: 32px;
}

#s-8f1fb212-5d00-4a32-bb3a-105c1eaa87a8 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-8f1fb212-5d00-4a32-bb3a-105c1eaa87a8 {
  margin-top: 32px;
}
}







#s-8f1fb212-5d00-4a32-bb3a-105c1eaa87a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f1fb212-5d00-4a32-bb3a-105c1eaa87a8.shg-box.shg-c {
  justify-content: center;
}

#s-8ed0b599-3473-44f4-ab37-5f3ed17cacd6 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 40px;
margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
min-height: 50px;
max-width: 100px;
background-position: center center;
}








#s-8ed0b599-3473-44f4-ab37-5f3ed17cacd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ed0b599-3473-44f4-ab37-5f3ed17cacd6.shg-box.shg-c {
  justify-content: center;
}

#s-7c9b26f5-e063-452d-a1fe-c8a7884f5e6f {
  margin-left: 32px;
margin-right: 32px;
}

#s-73e27ff3-c874-46b5-929b-1c7b1776dfe4 {
  margin-top: 16px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(64, 61, 88, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-73e27ff3-c874-46b5-929b-1c7b1776dfe4:hover {background-color: rgba(252, 119, 83, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-73e27ff3-c874-46b5-929b-1c7b1776dfe4:active {background-color: rgba(35, 33, 54, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-73e27ff3-c874-46b5-929b-1c7b1776dfe4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-64ade5f5-2ba8-40de-ba47-c4c93c0270b8 {
  margin-top: 24px;
margin-bottom: 32px;
}

#s-0cd66327-618e-46cc-8695-ed636d0c2834 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0cd66327-618e-46cc-8695-ed636d0c2834 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cd66327-618e-46cc-8695-ed636d0c2834.shg-box.shg-c {
  justify-content: center;
}

#s-a1ac358a-9f7f-4641-9c78-1ae1df30b1a4 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 40px;
margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
min-height: 50px;
max-width: 120px;
background-position: center center;
}








#s-a1ac358a-9f7f-4641-9c78-1ae1df30b1a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1ac358a-9f7f-4641-9c78-1ae1df30b1a4.shg-box.shg-c {
  justify-content: center;
}

#s-1e894822-a545-40dd-b32c-cb5a548b65be {
  margin-left: 32px;
margin-right: 32px;
}

#s-bca8348d-b3b3-4caf-b987-1b3c4d60a799 {
  margin-top: 16px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(64, 61, 88, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bca8348d-b3b3-4caf-b987-1b3c4d60a799:hover {background-color: rgba(252, 119, 83, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-bca8348d-b3b3-4caf-b987-1b3c4d60a799:active {background-color: rgba(35, 33, 54, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-bca8348d-b3b3-4caf-b987-1b3c4d60a799.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-40176de8-6096-4802-b8b2-61e707e49aea {
  margin-top: 24px;
margin-bottom: 32px;
}

#s-4514fefc-e54e-4912-8fa2-418294dcdb8b {
  margin-top: 32px;
margin-bottom: 32px;
}

@media (min-width: 0px) {
[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4514fefc-e54e-4912-8fa2-418294dcdb8b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fecea728-6a6e-43cb-859b-06c69df33be1 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-fecea728-6a6e-43cb-859b-06c69df33be1 {
  margin-top: 32px;
}
}







#s-fecea728-6a6e-43cb-859b-06c69df33be1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fecea728-6a6e-43cb-859b-06c69df33be1.shg-box.shg-c {
  justify-content: center;
}

#s-0328dd5f-13a1-4ebd-b290-bf67e4041864 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 40px;
margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
min-height: 50px;
max-width: 100px;
background-position: center center;
}








#s-0328dd5f-13a1-4ebd-b290-bf67e4041864 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0328dd5f-13a1-4ebd-b290-bf67e4041864.shg-box.shg-c {
  justify-content: center;
}

#s-dda76395-e832-49a2-b615-a8b819346c3c {
  margin-left: 32px;
margin-right: 32px;
}

#s-16d3940f-f237-41ec-9a6b-78faabfdf88c {
  margin-top: 16px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(64, 61, 88, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-16d3940f-f237-41ec-9a6b-78faabfdf88c:hover {background-color: rgba(252, 119, 83, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-16d3940f-f237-41ec-9a6b-78faabfdf88c:active {background-color: rgba(35, 33, 54, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-16d3940f-f237-41ec-9a6b-78faabfdf88c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-48c10d7c-4044-46c6-89ee-1d3dba58921e {
  margin-top: 24px;
margin-bottom: 32px;
}

#s-62825d00-41d1-4fe6-bd0a-95e8969cbd61 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-62825d00-41d1-4fe6-bd0a-95e8969cbd61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62825d00-41d1-4fe6-bd0a-95e8969cbd61.shg-box.shg-c {
  justify-content: center;
}

#s-8a931531-116a-4330-80b0-cc5d7c13274e {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 40px;
margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
min-height: 50px;
max-width: 120px;
background-position: center center;
}








#s-8a931531-116a-4330-80b0-cc5d7c13274e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a931531-116a-4330-80b0-cc5d7c13274e.shg-box.shg-c {
  justify-content: center;
}

#s-c49ef558-48eb-4068-88f8-d027cb44c568 {
  margin-left: 32px;
margin-right: 32px;
}

#s-d3ebdc0a-288f-409f-b175-32108a8642a3 {
  margin-top: 16px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(64, 61, 88, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d3ebdc0a-288f-409f-b175-32108a8642a3:hover {background-color: rgba(252, 119, 83, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d3ebdc0a-288f-409f-b175-32108a8642a3:active {background-color: rgba(35, 33, 54, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-d3ebdc0a-288f-409f-b175-32108a8642a3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-c7094842-84b6-4e78-aba8-dd12dcc59916 {
  margin-top: 24px;
margin-bottom: 32px;
}

#s-f6356fe9-b467-441e-859b-a40d1b6e4d05 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f6356fe9-b467-441e-859b-a40d1b6e4d05 {
  margin-top: 32px;
margin-bottom: 32px;
}
}







#s-f6356fe9-b467-441e-859b-a40d1b6e4d05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6356fe9-b467-441e-859b-a40d1b6e4d05.shg-box.shg-c {
  justify-content: center;
}

#s-ec113efc-2ecd-4c93-96ad-49e1f76a2eb5 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 40px;
margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
min-height: 50px;
max-width: 120px;
background-position: center center;
}








#s-ec113efc-2ecd-4c93-96ad-49e1f76a2eb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec113efc-2ecd-4c93-96ad-49e1f76a2eb5.shg-box.shg-c {
  justify-content: center;
}

#s-7a8f70cc-5a77-4750-9de9-2a99d69787b3 {
  margin-left: 32px;
margin-right: 32px;
}

#s-ef2660a1-ca6c-44dd-b997-036a1b04aacd {
  margin-top: 16px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(64, 61, 88, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ef2660a1-ca6c-44dd-b997-036a1b04aacd:hover {background-color: rgba(252, 119, 83, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ef2660a1-ca6c-44dd-b997-036a1b04aacd:active {background-color: rgba(35, 33, 54, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-ef2660a1-ca6c-44dd-b997-036a1b04aacd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-a5214fdc-5c86-42f7-971c-132042ab7488 {
  margin-top: 24px;
margin-bottom: 32px;
}

@media (min-width: 0px) {
[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6fff58e7-1c75-4b58-be2c-11b43632b352"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d299df2c-3767-4857-99d0-c3e025a8b59f {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d299df2c-3767-4857-99d0-c3e025a8b59f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d299df2c-3767-4857-99d0-c3e025a8b59f.shg-box.shg-c {
  justify-content: center;
}

#s-f253c726-32b2-4045-abe4-0875866970df {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 40px;
margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
min-height: 50px;
max-width: 120px;
background-position: center center;
}








#s-f253c726-32b2-4045-abe4-0875866970df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f253c726-32b2-4045-abe4-0875866970df.shg-box.shg-c {
  justify-content: center;
}

#s-4d0f8c38-b54c-498f-aa3a-5694563c8ea9 {
  margin-left: 32px;
margin-right: 32px;
}

#s-d15ae627-b19b-4c92-8007-2ba1045f0a39 {
  margin-top: 16px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(64, 61, 88, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d15ae627-b19b-4c92-8007-2ba1045f0a39:hover {background-color: rgba(252, 119, 83, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d15ae627-b19b-4c92-8007-2ba1045f0a39:active {background-color: rgba(35, 33, 54, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-d15ae627-b19b-4c92-8007-2ba1045f0a39.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-166754b8-dc8e-4c51-a7ca-61e0a17189c5 {
  margin-top: 24px;
margin-bottom: 32px;
}

#s-8913c2d8-f462-459c-97ec-cca014de5aec {
  margin-top: 24px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 700px;
}








#s-8913c2d8-f462-459c-97ec-cca014de5aec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8913c2d8-f462-459c-97ec-cca014de5aec.shg-box.shg-c {
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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-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;
}
